/*
	Theme Name: Quick Capital Funding
	Theme URI: 
	Description: This theme is created for Quick Capital Funding.
	Author: Local SEO Help
	Author URI: https://localseohelp.com/

	Version: 1.0.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: signature;
    src: url(./fonts/SoulSignature-vmXBM.ttf);
}

.page-header {
	min-height: 462px;
	align-items: center;
	display: flex;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-header > .wrap {
	width: 100%;
}

.page-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 62px;
	color: #fff;
	padding-left: 40px;
}

.page-header::after,
.default-header::after,
.archive .site-header::after {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 5px;
	background: #25a9e0;
	background: -moz-linear-gradient(left, #25a9e0 0%, #28afaf 50%, #2ebb57 100%);
	background: -webkit-linear-gradient(left, #25a9e0 0%, #28afaf 50%, #2ebb57 100%);
	background: linear-gradient(to right, #25a9e0 0%,#28afaf 50%,#2ebb57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9e0', endColorstr='#2ebb57',GradientType=1 );
	position: absolute;
	left: 0;
	bottom: 0;
}

.default-header,
.archive .site-header {
	position: relative;
	min-height: 120px;
	background: #29b0ab;
	background: -moz-linear-gradient(left, #2ebb57 0%, #29b1a4 50%, #25a9e0 100%);
	background: -webkit-linear-gradient(left, #2ebb57 0%, #29b1a4 50%, #25a9e0 100%);
	background: linear-gradient(to right, #2ebb57 0%,#29b1a4 50%,#25a9e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebb57', endColorstr='#25a9e0',GradientType=1 );
}

.color-def {}

.font-def {}

.font-light {
    font-weight: 300;
}

.font-reg {
    font-weight: 400;
}

.font-sbold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-exbold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.tr-def {
    text-transform: none;
}

.tr-uppercase {
    text-transform: uppercase;
}

.tr-lowercase {
    text-transform: lowercase;
}

.tr-capitalize {
    text-transform: capitalize;
}

.dec-overline {
    text-decoration: overline;
}

.dec-underline {
    text-decoration: underline;
}

.dec-line-through {
    text-decoration: line-through;
}

.icon-def {
    position: relative;
    padding-left: 25px;
}

.icon-def::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
}

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	overflow-x: hidden;
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #929497;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 40px;
	font-size: 4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 12px 24px;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	background: #e9483a;
	background: -moz-linear-gradient(left, #e9483a 0%, #f49b34 50%, #fdc40c 100%);
	background: -webkit-linear-gradient(left, #e9483a 0%,#f49b34 50%,#fdc40c 100%);
	background: linear-gradient(to right, #e9483a 0%,#f49b34 50%,#fdc40c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9483a', endColorstr='#fdc40c',GradientType=1 );
	border-radius: 10px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.pc-full .site-inner {
	max-width: 100%;
	padding: 0;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clearfix {
	clear: both;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry,
.qcf-rscs .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: tranparent;
    width: 100%;
	position: fixed;
	z-index: 99;
}

.site-header.sticky {
	background-color: rgba(0,0,0,0.5);
}

.header-image .site-header.sticky .site-title > a {
	min-height: 55px;
}

.site-header.sticky .genesis-nav-menu {
	font-size: 18px;
	font-size: 1.8rem;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 389px;
}

.site-header.sticky .title-area {
	width: 305px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 389px;
	padding: 0;
}

.header-image .site-header.sticky .title-area {
	max-width: 305px;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 71px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 13px 25px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #1ebd7e;
    text-decoration: none;
}

.genesis-nav-menu .menu-item.menu-item-has-children a.sf-with-ul::after {
	content: url(/wp-content/uploads/2020/09/qcf-sub-menu-ic.png);
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

/* .page-id-14 .genesis-nav-menu .sub-menu,
.page-id-12 .genesis-nav-menu .sub-menu, */
.page-id-202 .genesis-nav-menu .sub-menu,
.archive .genesis-nav-menu .sub-menu {
/* 	background: rgba(0, 0, 0, 0.5);
	margin-top: 52px; */
	padding-top: 52px;
	border-top: 0;
}

/* .page-id-14 .genesis-nav-menu .sub-menu li,
.page-id-12 .genesis-nav-menu .sub-menu li, */
.page-id-202 .genesis-nav-menu .sub-menu li,
.archive .genesis-nav-menu .sub-menu li {
	background: rgba(0, 0, 0, 0.5);
}

/* .page-id-14 .sticky .genesis-nav-menu .sub-menu,
.page-id-12 .sticky .genesis-nav-menu .sub-menu, */
.page-id-202 .sticky .genesis-nav-menu .sub-menu,
.archive .sticky .genesis-nav-menu .sub-menu {
	background: transparent;
	margin-top: 0;
}



.site-header.sticky .genesis-nav-menu .sub-menu {
/*	background: rgba(0, 0, 0, 0.5);
 	margin-top: 31px; */
	padding-top: 31px;
	border-top: 0;
}
.site-header.sticky .genesis-nav-menu .sub-menu li:first-of-type,
/* .page-id-14 .genesis-nav-menu .sub-menu li:first-of-type,
.page-id-12 .genesis-nav-menu .sub-menu li:first-of-type, */
.page-id-202 .genesis-nav-menu .sub-menu li:first-of-type,
.archive .genesis-nav-menu .sub-menu li:first-of-type {
	border-top: 1px solid #fff;
}

.site-header.sticky .genesis-nav-menu .sub-menu li {
	background: rgba(0, 0, 0, 0.5);
}

.archive .sticky {
	width: 100%;
	position: fixed;
	z-index: 99;
	background: rgba(0,0,0,0.5);
	min-height: unset;
}
.archive .sticky::after {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	background: rgba(0,0,0,0.5);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu .menu-item#menu-item-search > a {
	padding: 23px 10px;
}

.genesis-nav-menu .menu-item#menu-item-search {
    display: inline-block;
    vertical-align: middle;
}

.genesis-nav-menu .menu-item#menu-item-search > a > span {
	width: 27px;
	height: 21px;
	background-image: url( /wp-content/uploads/2018/01/hs-search-icon.png );
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	display: block;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
/* 	margin-bottom: 40px;
	padding: 70px 80px; */
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
	display: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px 30px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 50px 0;
	position: relative;
}

.footer-widgets::before {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9483a+0,f49b34+50,fdc40c+100 */
	background: #e9483a; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9483a 0%, #f49b34 50%, #fdc40c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e9483a 0%, #f49b34 50%, #fdc40c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e9483a 0%,#f49b34 50%,#fdc40c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9483a', endColorstr='#fdc40c',GradientType=1 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
}

.footer-widgets-1 .widget_text p {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 1.3;
}

.footer-widgets-1 .widget_text p > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 64px;
	text-decoration: none;
}

.footer-widgets-1 .widget_text p,
.footer-widgets-1 .widget_text p > a {
	color: #09c0af;
}

.footer-widgets-1 .widget {
	border-bottom: 1px solid #231f20;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.footer-widgets-1 .widget:first-of-type {
	padding-bottom: 30px;
}

.footer-widgets-1 .widget:last-of-type {
	border-bottom: 0;
}

.footer-widgets-2, 
.footer-widgets-3, 
.footer-widgets-4 {
	width: calc(20% - 30px);
	margin: 0 15px;
}

.footer-widgets-1 {
	width: 34%;
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets .widget-title.widgettitle {
	font-family: 'Karla', sans-serif;
	font-size: 19px;
	color: #1ebd7e;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.footer-widgets .widget-title.widgettitle::after {
	content: '';
	width: 100%;
	max-width: 14px;
	border-bottom: 3px solid #1ebd7e;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.footer-widgets p,
.footer-widgets .menu li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #404041;
	text-decoration: none;
}

.footer-widgets-3 .widget {
	margin-bottom: 20px;
}

.footer-widgets-4 .widget_nav_menu {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.footer-widgets-4 .qcf-sm li,
.footer-widgets-4 .qcf-sm li > a {
	font-size: 0;
	line-height: 1;
}

.footer-widgets-4 .qcf-sm li {
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	width: 18%;
}

.qcf-sm li > a.qcf-social {
	background-image: url(/wp-content/uploads/2020/09/qcf-social-media.png);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 32px;
	height: 32px;
	display: inline-block;
}

.qcf-sm li > a.qcf-social.qcf-fb {
	background-position: 2px 2px;
}

.qcf-sm li > a.qcf-social.qcf-tw {
	background-position: -43px 2px;
}

.qcf-sm li > a.qcf-social.qcf-ig {
	background-position: -87px 2px;
}

.qcf-sm li > a.qcf-social.qcf-yt {
	background-position: -131px 2px;
}

.qcf-sm li > a.qcf-social.qcf-in {
	background-position: -176px 2px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #404041;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.site-footer::before {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9483a+0,f49b34+50,fdc40c+100 */
	background: #fdc40c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fdc40c 0%, #f49b34 50%, #e9483a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fdc40c 0%, #f49b34 50%, #e9483a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fdc40c 0%,#f49b34 50%,#e9483a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc40c', endColorstr='#e9483a',GradientType=1 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
}

.site-footer p,
.site-footer .widget {
	margin-bottom: 0;
}

/* # Home
---------------------------------------------------------------------------------------------------- */
#qcf-hero h1 span.yell {
	color: #ffdd15;
}

#qcf-hero h1 {
	line-height: 1;
}

#qcf-hero .fl-button-wrap a.fl-button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 58px;
}

.qcf-grad .fl-button-wrap a.fl-button,
.qcf-pages-post .fl-post-grid-more,
.grad-link {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9483a+0,f49b34+50,fdc40c+100 */
	background: #e9483a; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9483a 0%, #f49b34 50%, #fdc40c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e9483a 0%,#f49b34 50%,#fdc40c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e9483a 0%,#f49b34 50%,#fdc40c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9483a', endColorstr='#fdc40c',GradientType=1 ); /* IE6-9 */
	border-radius: 0;
	border: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
}

.qcf-grad .fl-button-wrap a.fl-button:hover,
.qcf-grad .fl-button-wrap a.fl-button:focus,
.qcf-pages-post .fl-post-grid-more:hover,
.qcf-pages-post .fl-post-grid-more:focus,
.grad-link:hover,
.grad-link:focus {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9483a+0,f49b34+50,fdc40c+100 */
	background: #fdc40c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fdc40c 0%, #f49b34 50%, #e9483a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fdc40c 0%, #f49b34 50%, #e9483a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fdc40c 0%,#f49b34 50%,#e9483a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc40c', endColorstr='#e9483a',GradientType=1 ); /* IE6-9 */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
}

#qcf-funding h2,
#qcf-funded h2 {
	letter-spacing: 5px;
}

.qcf-h h2,
#qcf-funding h2,
#qcf-funded h2 {
	position: relative;
}

#qcf-funding h2::before,
#qcf-funding h2::after {
	content: '';
	border-bottom: 2px solid #e2e3e4;
	width: 100%;
	max-width: 85px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#qcf-funding h2::before {
	left: 100px;
}

#qcf-funding h2::after {
	right: 100px;
}

#qcf-funding > .fl-row-content-wrap {
	padding: 35px 0 10px;
}

.qcf-h h2::after {
	content: '';
	width: 100%;
	max-width: 75px;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

.qcf-h.bordr-gr h2::after {
	border-bottom: 4px solid #1ebd7e;
}

.qcf-h.bordr-cy h2::after {
	border-bottom: 4px solid #08bfae;
}

.fl-builder-content .fl-rich-text strong {
	font-weight: bold !important;
}

.qcf-steps {
	width: 100%;
	max-width: 160px;
	height: 160px;
	background-color: #f8f8f9;
	border-radius: 50%;
	position: absolute;
	top: -98px;
	left: 50%;
}

.qcf-steps p {
	font-size: 120px !important;
	line-height: 1;
	margin-bottom: 0;
}

.qcf-steps.step-gr {
	border: 5px solid rgba(92, 187, 23, 0.5);
}

.qcf-steps.step-bgr {
	border: 5px solid rgba(62, 192, 100, 0.5);
}

.qcf-steps.step-cy {
	border: 5px solid rgba(42, 199, 185, 0.5);
}

#qcf-funded .fl-col-small,
.qcf-steps-desc, 
.qcf-steps-desc h3,
.qcf-bord,
.ecs-steps-desc,
.ecs-steps-desc h3,
.aptus-steps-desc,
.aptus-steps-desc h3 {
	position: relative;
}

.ecs-steps-desc .fl-rich-text,
.aptus-steps-desc .fl-rich-text,
.qcf-steps-desc .fl-rich-text {
	background-color: #f8f8f9;
	min-height: 220px;
	padding: 20px;
}

#qcf-funded .fl-col-small:first-of-type .qcf-steps-desc .fl-rich-text {
	border-top: 6px solid #50b706;
}

#qcf-funded .fl-col-small:nth-of-type(2) .qcf-steps-desc .fl-rich-text {
	border-top: 6px solid #1ebd7e;
}

#qcf-funded .fl-col-small:last-of-type .qcf-steps-desc .fl-rich-text {
	border-top: 6px solid #09c0af;
}

#qcf-funded .fl-col-group.fl-col-group-equal-height {
	margin-top: 100px;
}

#qcf-funded .fl-col-small:first-of-type .qcf-steps-desc h3 {
	color: #50b706;
}

#qcf-funded .fl-col-small:nth-of-type(2) .qcf-steps-desc h3 {
	color: #1ebd7e;
}

#qcf-funded .fl-col-small:last-of-type .qcf-steps-desc h3 {
	color: #09c0af;
}

.qcf-steps-desc h3,
.ecs-steps-desc h3,
.aptus-steps-desc h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.qcf-steps-desc h3::after,
.ecs-steps-desc h3::after,
.aptus-steps-desc h3::after,
.qcf-bord::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 100%;
	max-width: 24px;
}

#qcf-funded .fl-col-small:first-of-type .qcf-steps-desc h3::after {
	border-bottom: 4px solid #50b706;
}

#qcf-funded .fl-col-small:nth-of-type(2) .qcf-steps-desc h3::after {
	border-bottom: 4px solid #1ebd7e;
}

#qcf-funded .fl-col-small:last-of-type .qcf-steps-desc h3::after {
	border-bottom: 4px solid #09c0af;
}

#qcf-funded .fl-col-small:first-of-type .ecs-steps-desc h3::after {
	border-bottom: 4px solid #C8301B;
}

#qcf-funded .fl-col-small:nth-of-type(2) .ecs-steps-desc h3::after {
	border-bottom: 4px solid #2C599D;
}

#qcf-funded .fl-col-small:last-of-type .ecs-steps-desc h3::after {
	border-bottom: 4px solid #228080;
}

#qcf-funded .fl-col-small:first-of-type .aptus-steps-desc h3::after {
	border-bottom: 4px solid #1179ED;
}

#qcf-funded .fl-col-small:nth-of-type(2) .aptus-steps-desc h3::after {
	border-bottom: 4px solid #584CA8;
}

#qcf-funded .fl-col-small:last-of-type .aptus-steps-desc h3::after {
	border-bottom: 4px solid #3FCEC5;
}

#qcf-funded h2::after,
.qcf-steps,
.qcf-steps-desc h3::after,
.ecs-steps-desc h3::after,
.aptus-steps-desc h3::after,
.qcf-h h2::after,
.qcf-bord::after {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.qcf-steps-desc ul li,
.ecs-steps-desc ul li,
.aptus-steps-desc ul li {
	list-style-type: none;
}

.qcf-steps-desc ul li::before,
.ecs-steps-desc ul li::before,
.aptus-steps-desc ul li::before {
	content: '- ';
}

.qcf-steps-desc ul,
.ecs-steps-desc ul,
.aptus-steps-desc ul {
	margin: 0;
}

.qcf-bord::after {
	border-bottom: 4px solid #08bfae;
	bottom: -15px;
}

#qcf-fast-easy > .fl-row-content-wrap {
	padding: 45px 0;
	position: relative;
}

#qcf-fast-easy > .fl-row-content-wrap::before {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#50b706+0,3aba3a+50,0cc0a8+100 */
	background: #50b706; /* Old browsers */
	background: -moz-linear-gradient(left,  #25a9e0 0%, #28b0aa 50%, #2ebb57 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #25a9e0 0%,#28b0aa 50%,#2ebb57 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #25a9e0 0%,#28b0aa 50%,#2ebb57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9e0', endColorstr='#2ebb57',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 10px;
	left: 0;
}

#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small,
#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: calc(33.33% - 30px);
	margin: 0 15px;
	padding: 15px 35px;
	min-height: 267px;
}

#qcf-options .fl-col-group.fl-col-group-equal-height {
	margin-top: 75px;
}

#qcf-options > .fl-row-content-wrap {
	padding: 40px 0;
}

#qcf-trusted .fl-col.fl-col-small .fl-col-content {
	padding: 73px 35px 35px;
	position: relative;
}

#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo,
#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text {
	border: 1.5px solid #d0d2d3;
	padding: 120px 25px 25px;
	min-height: 230px;
}

.qcf-trust-title {
	border: 0 !important;
	padding: 0 !important;
	min-height: auto !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	position: absolute;
	top: 17px;
	background: #fff;
	width: 100%;
	max-width: 400px;
}

.qcf-trust-title h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #808184;
}

.qcf-trust-title p {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #bbbdbf;
}

#qcf-trusted > .fl-row-content-wrap {
	padding: 70px 0;
}

.col-image-bg-left .fl-col-content, 
.col-image-bg-right .fl-col-content {
	height: 100%;
	width: 50% !important;
	position: absolute;
	top: 0;
}

.col-image-bg-left .fl-col-content {
	left: 0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 10px 15px !important;
	border: 1px solid #302c2d !important;
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 8px !important;
}

#qcf-find-out .fl-col-small:last-of-type {
	padding: 0 45px;
}

.fl-widget .widget {
	margin-bottom: 0;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button,
.btn-default {
	color: #fff100;
	background: #4cb70f; /* Old browsers */
	background: -moz-linear-gradient(left,  #4cb70f 0%, #29bc64 50%, #0bc0a9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #4cb70f 0%,#29bc64 50%,#0bc0a9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #4cb70f 0%,#29bc64 50%,#0bc0a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 ); /* IE6-9 */
	font-size: 22px !important;
	text-transform: uppercase;
	padding: 12px 15px;
	width: 100% !important;
	max-width: 240px;
	border-radius: 0;
}

#qcf-cust-saying h2 {
	position: relative;
}

#qcf-cust-saying h2::before,
#qcf-cust-saying h2::after {
	content: '';
	border-top: 2px solid #fff;
	width: 100%;
	max-width: 170px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#qcf-cust-saying h2::before {
	left: 0;
}

#qcf-cust-saying h2::after {
	right: 0;
}

#qcf-cta-bot > .fl-row-content-wrap {
	padding: 80px 0 50px;
}

.rplg-slider .rplg-row, 
.rplg-slider .rplg-stars {
	position: absolute;
}

.rplg-slider .rplg-row {
	top: 12px;
}

.rplg-slider .rplg-stars {
	top: 50px;
	left: 82px;
}

.rplg .rplg-review-badge {
	top: -54px !important;
}

#qcf-reviews .rplg-slider .rplg-box .rplg-box-content {
	margin: 90px 20px 20px !important;
	height: 105px !important;
}

#qcf-reviews .rplg-slider .rplg-box::before,
#qcf-reviews .rplg-slider .rplg-box .rplg-box-content::before {
	display: none !important;
}

#qcf-reviews .rplg-slider .rplg-slider-prev span {
	color: #50b706 !important;
}

#qcf-reviews .rplg-slider .rplg-slider-next span {
	color: #0ac0ad !important;
}

#qcf-reviews .rplg-slider .rplg-slider-prev span,
#qcf-reviews .rplg-slider .rplg-slider-next span {
	font-size: 75px !important;
}

#qcf-reviews .rplg-slider .rplg-slider-review {
	margin: 20px 0 0 !important;
}

#qcf-reviews > .fl-row-content-wrap {
	padding-top: 35px;
}

#qcf-reviews .rplg .rplg-box {
	background-color: #fff !important;
	border: 1px solid #fff !important;
}

#qcf-reviews .qcf-rev-ft .fl-rich-text p {
	display: none;
}

.fl-col-group.fl-node-5f87f874101d9 {
	max-width: 1250px;
	margin: 0 auto;
}

.fl-col.fl-node-5f87f874102d3 {
	width: calc(33.28% - 15px);
	margin-left: 15px;
}

/* ## equipment financing
--------------------------------------------- */

.head {
    display: flex;
    color: #929497;
	}

.head p {
    display: inline-block;
    margin-right: 20px;
	}

.head img {
    width: 30px;
    height: 40px;
	display: inline-block;
	}

.head .title-sec-2 {
    font-size: 25px;
    font-weight: 800;
    color: #929497;
	}

.sub {
    margin-left: 51px;
    color: #929497;
	}

.page-id-132 .default-header {
    display: none;
}

.page-id-132 .fl-node-5f7c801f2f596 > .fl-row-content-wrap {
    background-image: url(/wp-content/uploads/2020/10/qcf-heading-e1601997923782.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 670px;
}


/* # About Us
---------------------------------------------------------------------------------------------------- */
#qcf-we-supp > .fl-row-content-wrap {
	padding: 60px 0 40px;
}

#qcf-our-diff .fl-col-group.fl-col-group-equal-height .fl-col-small {
	background-color: #fff;
	width: calc(25% - 30px);
	margin: 0 15px;
	padding: 20px 5px;
	min-height: 267px;
}

#qcf-our-diff .fl-col-group.fl-col-group-equal-height {
	margin-top: 40px;
}

#qcf-our-diff > .fl-row-content-wrap {
	padding: 35px 0 50px;
}

#qcf-our-people .fl-col-small:last-of-type {
	padding: 50px 0 50px 45px;
}

.content-iframe {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 26.25%;
	padding-top: 30px;
}
 
.content-iframe iframe,
.content-iframe object,
.content-iframe embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#qcf-cf .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#qcf-cf .gform_wrapper textarea {
	border: 1px solid #9fa1a4 !important;
}

.gform_wrapper textarea {
	padding: 10px 15px !important;
}

#qcf-cf > .fl-row-content-wrap {
	padding: 50px 0;
}




/* # Application
---------------------------------------------------------------------------------------------------- */
	
.get-q-col {
	width: calc(66.67% - 15px) !important;
	margin-left: 15px;
}

.qcf-clist ul {
	margin: 0;
}

.qcf-clist ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.qcf-clist ul li:last-of-type {
	margin-bottom: 0;
}

.qcf-clist ul li::before {
	content: url(/wp-content/uploads/2022/12/qcf-app-check-green.png);
	position: absolute;
	left: 0;
	top: 1px;
}

.qcf-equipment .fl-col .fl-rich-text p {
    line-height: 38px;
}

.qcf-equipment .fl-col-content .qcf-cal {
    background-image: url(/wp-content/uploads/2020/10/calendar.png);
	min-height: 100px;
}
.qcf-equipment .fl-col-content .qcf-credit {
    background-image: url(/wp-content/uploads/2020/10/creditcard.png);
	min-height: 100px;
}
.qcf-equipment .fl-col-content .qcf-bill {
    background-image: url(/wp-content/uploads/2020/10/bill.png);
	min-height: 100px;
}

.qcf-equipment .fl-col-content .qcf-cal,
.qcf-equipment .fl-col-content .qcf-credit,
.qcf-equipment .fl-col-content .qcf-bill{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
}

.fl-col-content .qcf-cash { 
    background-color: #ffffff;
    min-width: 300px;
    padding: 15px 0px 10px 0px;
	width: 399px;
}

.gfield_html {
	font-size: 22px;
	color: #434343 !important;
	line-height: 1.3 !important;
	margin-bottom: 30px !important;
}

.fl-col-content .qcf-tel {
	padding-left: 30px;
	background-color: #ffffff;
    max-width: 399px;
    padding: 20px;
	border-radius: 30px;
    height: 110px;
    width: 700px;
}

.heading img.alignleft {
    max-width: 50px;
}

#qcf-app-frm {
	background-color: #fff;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.1);
	padding: 45px;
	margin: 50px 0;
	min-height: 500px;
}

#gform_wrapper_3,
#gform_wrapper_6,
#gform_wrapper_9,
#gform_wrapper_14,
#gform_wrapper_15,
#gform_wrapper_16,
#gform_wrapper_17,
#qcf-app-frm {
	position: relative;
}

#qcf-app-frm .gform_wrapper .gform_page_footer {
	border-top: 0 !important;
	margin-top: 30px !important;
	text-align: center;
}

#qcf-app-frm #gform_page_3_1 .gform_page_footer,
#qcf-app-frm #gform_page_6_1 .gform_page_footer,
#qcf-app-frm #gform_page_9_1 .gform_page_footer,
#qcf-app-frm #gform_page_14_1 .gform_page_footer,
#qcf-app-frm #gform_page_15_1 .gform_page_footer,
#qcf-app-frm #gform_page_16_1 .gform_page_footer,
#qcf-app-frm #gform_page_17_1 .gform_page_footer {
	text-align: right;
}

#qcf-app-frm .gform_wrapper .gf_page_steps {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: -85px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 0 !important;
}

#qcf-app-frm .gform_wrapper .top_label .gfield_label, 
#qcf-app-frm .gform_wrapper legend.gfield_label {
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #434343 !important;
}

#qcf-app-frm .gform_wrapper .gf_step span.gf_step_number {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-family: 'Roboto', sans-serif;
}

#qcf-app-frm .gform_wrapper .gf_step {
	color: #b7b7b8 !important;
	width: 100%;
	max-width: 30px;
	height: 30px;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #b7b7b8;
	border-radius: 50%;
	position: relative;
}

#qcf-app-frm .gform_wrapper .gf_step::after {
	content: '';
	width: 100%;
	max-width: 25px;
	border-bottom: 1px solid #b7b7b8;
	position: absolute;
	right: -30px;
	top: 50%;
}

#gf_step_3_6::after,
.gform_confirmation_message_3.gform_confirmation_message > br,
#gf_step_6_6::after,
.gform_confirmation_message_6.gform_confirmation_message > br,
#gf_step_9_6::after,
.gform_confirmation_message_9.gform_confirmation_message > br,
#gf_step_14_6::after,
.gform_confirmation_message_14.gform_confirmation_message > br,
#gf_step_15_6::after,
.gform_confirmation_message_15.gform_confirmation_message > br,
#gf_step_16_6::after,
.gform_confirmation_message_16.gform_confirmation_message > br,
#gf_step_17_6::after,
.gform_confirmation_message_17.gform_confirmation_message > br {
	display: none;
}

#qcf-app-frm .gform_wrapper .gf_step.gf_step_active,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_completed {
	background-color: #b7b7b8;
	opacity: 1 !important;
}

#qcf-app-frm .gform_wrapper .gf_step.gf_step_active,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_active .gf_step_number::before,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_completed,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_completed .gf_step_number::before {
	color: #fff !important;
	position: relative;
}

#qcf-app-frm .gform_wrapper .gf_step.gf_step_active .gf_step_number,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_completed .gf_step_number {
	font-size: 0 !important;
}

#qcf-app-frm .gform_wrapper .gf_step.gf_step_active .gf_step_number::before,
#qcf-app-frm .gform_wrapper .gf_step.gf_step_completed .gf_step_number::before {
	content: "\f147";
	font-family: dashicons;
	font-size: 14px;
	left: -4px;
}

#gform_page_3_1 .gform_page_footer,
#gform_page_6_1 .gform_page_footer,
#gform_page_9_1 .gform_page_footer,
#gform_page_14_1 .gform_page_footer,
#gform_page_15_1 .gform_page_footer,
#gform_page_16_1 .gform_page_footer,
#gform_page_17_1 .gform_page_footer {
	padding-right: 16px;
	text-align: right;
	position: relative;
}

#gform_page_3_1 .gform_page_footer::before,
#gform_page_6_1 .gform_page_footer::before,
#gform_page_9_1 .gform_page_footer::before,
#gform_page_14_1 .gform_page_footer::before,
#gform_page_15_1 .gform_page_footer::before,
#gform_page_16_1 .gform_page_footer::before,
#gform_page_17_1 .gform_page_footer::before  {
/* 	content: url(/wp-content/uploads/2020/10/qcf-security.png); */
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	background: url(/wp-content/uploads/2021/06/norton-logo.png);
    height: 94px;
    width: 165px;
    background-size: cover;
}

#gform_wrapper_3.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_3.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_3.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_6.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_6.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_6.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_9.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_9.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_9.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_14.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_14.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_14.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_15.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_15.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_15.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_16.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_16.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_16.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_17.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_17.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_17.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select  {
	border: 1px solid #bbc7d8 !important;
	border-radius: 4px;
}

#gform_wrapper_3.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_3.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_6.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_6.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_9.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_9.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_14.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_14.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select
#gform_wrapper_15.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_15.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_16.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_16.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 10px 15px !important;
}

#gform_wrapper_17.gform_wrapper.gf_browser_gecko select,
#gform_wrapper_17.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 12px 15px !important;
}

#gform_page_3_2 .gfield_radio,
#gform_page_3_4 .gfield_radio,
#gform_page_6_2 .gfield_radio,
#gform_page_6_4 .gfield_radio,
#gform_page_9_2 .gfield_radio,
#gform_page_9_4 .gfield_radio,
#gform_page_14_2 .gfield_radio,
#gform_page_14_4 .gfield_radio,
#gform_page_15_2 .gfield_radio,
#gform_page_15_4 .gfield_radio,
#gform_page_16_2 .gfield_radio,
#gform_page_16_4 .gfield_radio,
#gform_page_17_2 .gfield_radio,
#gform_page_17_4 .gfield_radio {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#gform_page_3_2 .gfield_radio li,
#gform_page_6_2 .gfield_radio li,
#gform_page_9_2 .gfield_radio .gchoice,
#gform_page_14_2 .gfield_radio .gchoice,
#gform_page_15_2 .gfield_radio .gchoice,
#gform_page_16_2 .gfield_radio .gchoice,
#gform_page_17_2 .gfield_radio .gchoice {
	width: calc(33.33% - 30px);
}

#gform_page_3_4 .gfield_radio li,
#gform_page_6_4 .gfield_radio li,
#gform_page_9_4 .gfield_radio .gchoice,
#gform_page_14_4 .gfield_radio .gchoice,
#gform_page_15_4 .gfield_radio .gchoice,
#gform_page_16_4 .gfield_radio .gchoice,
#gform_page_17_4 .gfield_radio .gchoice {
	width: calc(50% - 30px);
}

#gform_page_3_2 .gfield_radio li label,
#gform_page_3_4 .gfield_radio li label,
#gform_page_6_2 .gfield_radio li label,
#gform_page_6_4 .gfield_radio li label,
#gform_page_9_2 .gfield_radio .gchoice label,
#gform_page_9_4 .gfield_radio .gchoice label,
#gform_page_14_2 .gfield_radio .gchoice label,
#gform_page_14_4 .gfield_radio .gchoice label,
#gform_page_15_2 .gfield_radio .gchoice label,
#gform_page_15_4 .gfield_radio .gchoice label,
#gform_page_16_2 .gfield_radio .gchoice label,
#gform_page_16_4 .gfield_radio .gchoice label,
#gform_page_17_2 .gfield_radio .gchoice label,
#gform_page_17_4 .gfield_radio .gchoice label {
	margin: 0;
	padding: 15px;
	width: 100%;
}

#gform_page_3_2 .gfield_radio li > label,
#gform_page_3_4 .gfield_radio li > label,
#gform_page_3_3 .gfield_checkbox li,
#gform_page_6_2 .gfield_radio li > label,
#gform_page_6_4 .gfield_radio li > label,
#gform_page_6_3 .gfield_checkbox li,
#gform_page_9_2 .gfield_radio .gchoice > label,
#gform_page_9_4 .gfield_radio .gchoice > label,
#gform_page_9_3 .gfield_checkbox .gchoice,
#gform_page_14_2 .gfield_radio .gchoice > label,
#gform_page_14_4 .gfield_radio .gchoice > label,
#gform_page_14_3 .gfield_checkbox .gchoice,
#gform_page_15_2 .gfield_radio .gchoice > label,
#gform_page_15_4 .gfield_radio .gchoice > label,
#gform_page_15_3 .gfield_checkbox .gchoice,
#gform_page_16_2 .gfield_radio .gchoice > label,
#gform_page_16_4 .gfield_radio .gchoice > label,
#gform_page_16_3 .gfield_checkbox .gchoice,
#gform_page_17_2 .gfield_radio .gchoice > label,
#gform_page_17_4 .gfield_radio .gchoice > label,
#gform_page_17_3 .gfield_checkbox .gchoice {
	border: 1px solid #bbc7d8;
	text-align: center;
	border-radius: 4px;
}

#gform_page_3_2 .gfield_radio li,
#gform_page_3_4 .gfield_radio li,
#gform_page_3_3 .gfield_checkbox li,
#gform_page_6_2 .gfield_radio li,
#gform_page_6_4 .gfield_radio li,
#gform_page_6_3 .gfield_checkbox li,
#gform_page_9_2 .gfield_radio .gchoice,
#gform_page_9_4 .gfield_radio .gchoice,
#gform_page_9_3 .gfield_checkbox .gchoice,
#gform_page_14_2 .gfield_radio .gchoice,
#gform_page_14_4 .gfield_radio .gchoice,
#gform_page_14_3 .gfield_checkbox .gchoice
#gform_page_15_2 .gfield_radio .gchoice,
#gform_page_15_4 .gfield_radio .gchoice,
#gform_page_15_3 .gfield_checkbox .gchoice,
#gform_page_16_2 .gfield_radio .gchoice,
#gform_page_16_4 .gfield_radio .gchoice,
#gform_page_16_3 .gfield_checkbox .gchoice,
#gform_page_17_2 .gfield_radio .gchoice,
#gform_page_17_4 .gfield_radio .gchoice,
#gform_page_17_3 .gfield_checkbox .gchoice { 
	margin: 0 15px 10px;
}

#gform_page_3_2 .gfield_radio li input[type="radio"]:checked + label,
#gform_page_3_4 .gfield_radio li input[type="radio"]:checked + label,
#gform_page_3_3 .gfield_checkbox li input[type="checkbox"]:checked + label,
#gform_page_6_2 .gfield_radio li input[type="radio"]:checked + label,
#gform_page_6_4 .gfield_radio li input[type="radio"]:checked + label,
#gform_page_6_3 .gfield_checkbox li input[type="checkbox"]:checked + label,
#gform_page_9_2 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_9_4 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_9_3 .gfield_checkbox .gchoice input[type="checkbox"]:checked + label,
#gform_page_14_2 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_14_4 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_14_3 .gfield_checkbox .gchoice input[type="checkbox"]:checked + label,
#gform_page_15_2 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_15_4 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_15_3 .gfield_checkbox .gchoice input[type="checkbox"]:checked + label,
#gform_page_16_2 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_16_4 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_16_3 .gfield_checkbox .gchoice input[type="checkbox"]:checked + label,
#gform_page_17_2 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_17_4 .gfield_radio .gchoice input[type="radio"]:checked + label,
#gform_page_17_3 .gfield_checkbox .gchoice input[type="checkbox"]:checked + label {
	background-image: linear-gradient(90deg, #50b706 0%, #0ac0ac 100%);
	color: #fff;
}

#gform_page_3_3 .gfield_checkbox li,
#gform_page_6_3 .gfield_checkbox li,
#gform_page_9_3 .gfield_checkbox .gchoice,
#gform_page_14_3 .gfield_checkbox .gchoice,
#gform_page_15_3 .gfield_checkbox .gchoice,
#gform_page_16_3 .gfield_checkbox .gchoice,
#gform_page_17_3 .gfield_checkbox .gchoice {
	float: left;
	width: calc(25% - 30px);
	padding: 15px !important;
	min-height: 129px;
}

#gform_page_3_2 .gfield_radio li > input[type="radio"],
#gform_page_3_4 .gfield_radio li > input[type="radio"],
#gform_page_3_3 .gfield_checkbox li > input[type="checkbox"],
#gform_page_6_2 .gfield_radio li > input[type="radio"],
#gform_page_6_4 .gfield_radio li > input[type="radio"],
#gform_page_6_3 .gfield_checkbox li > input[type="checkbox"],
#gform_page_9_2 .gfield_radio .gchoice > input[type="radio"],
#gform_page_9_4 .gfield_radio .gchoice > input[type="radio"],
#gform_page_9_3 .gfield_checkbox .gchoice > input[type="checkbox"],
#gform_page_14_2 .gfield_radio .gchoice > input[type="radio"],
#gform_page_14_4 .gfield_radio .gchoice > input[type="radio"],
#gform_page_14_3 .gfield_checkbox .gchoice > input[type="checkbox"],
#gform_page_15_2 .gfield_radio .gchoice > input[type="radio"],
#gform_page_15_4 .gfield_radio .gchoice > input[type="radio"],
#gform_page_15_3 .gfield_checkbox .gchoice > input[type="checkbox"],
#gform_page_16_2 .gfield_radio .gchoice > input[type="radio"],
#gform_page_16_4 .gfield_radio .gchoice > input[type="radio"],
#gform_page_16_3 .gfield_checkbox .gchoice > input[type="checkbox"],
#gform_page_17_2 .gfield_radio .gchoice > input[type="radio"],
#gform_page_17_4 .gfield_radio .gchoice > input[type="radio"],
#gform_page_17_3 .gfield_checkbox .gchoice > input[type="checkbox"] {
	display: none;
}

#gform_page_3_3 .gfield_checkbox li > label,
#gform_page_6_3 .gfield_checkbox li > label,
#gform_page_9_3 .gfield_checkbox .gchoice > label,
#gform_page_14_3 .gfield_checkbox li > label,
#gform_page_15_3 .gfield_checkbox li > label,
#gform_page_16_3 .gfield_checkbox li > label,
#gform_page_17_3 .gfield_checkbox li > label {
	position: relative;
	padding-top: 50px;
}

#gform_page_3_3 .gfield_checkbox li > label::before,
#gform_page_6_3 .gfield_checkbox li > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice > label::before,
#gform_page_14_3 .gfield_checkbox li > label::before,
#gform_page_15_3 .gfield_checkbox li > label::before,
#gform_page_16_3 .gfield_checkbox li > label::before,
#gform_page_17_3 .gfield_checkbox li > label::before {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_1 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_1 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_1 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_1 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_1 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_1 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_1 > label::before {
	content: url(/wp-content/uploads/2020/10/app-cc-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_2 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_2 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_2 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_2 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_2 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_2 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_2 > label::before {
	content: url(/wp-content/uploads/2020/10/app-bankrupcy-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_3 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_3 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_3 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_3 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_3 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_3 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_3 > label::before {
	content: url(/wp-content/uploads/2020/10/app-franshise-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_4 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_4 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_4 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_4 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_4 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_4 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_4 > label::before {
	content: url(/wp-content/uploads/2020/10/app-invoice-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_5 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_5 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_5 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_5 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_5 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_5 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_5 > label::before {
	content: url(/wp-content/uploads/2020/10/app-np-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_6 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_6 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_6 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_6 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_6 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_6 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_6 > label::before {
	content: url(/wp-content/uploads/2020/10/app-season-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_7 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_7 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_7 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_7 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_7 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_7 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_7 > label::before {
	content: url(/wp-content/uploads/2020/10/app-book-icon.png);
}

#gform_page_3_3 .gfield_checkbox li.gchoice_3_7_8 > label::before,
#gform_page_6_3 .gfield_checkbox li.gchoice_6_7_8 > label::before,
#gform_page_9_3 .gfield_checkbox .gchoice_9_7_8 > label::before,
#gform_page_14_3 .gfield_checkbox li.gchoice_14_7_8 > label::before,
#gform_page_15_3 .gfield_checkbox li.gchoice_15_7_8 > label::before,
#gform_page_16_3 .gfield_checkbox li.gchoice_16_7_8 > label::before,
#gform_page_17_3 .gfield_checkbox li.gchoice_17_7_8 > label::before {
	content: url(/wp-content/uploads/2020/10/app-other-icon.png);
}

#qcf-app-frm #gform_page_3_2 .top_label,
#qcf-app-frm #gform_page_3_3 .top_label,
#field_3_9, #field_3_14, #field_3_25,
#qcf-app-frm #gform_page_6_2 .top_label,
#qcf-app-frm #gform_page_6_3 .top_label,
#field_6_9, #field_6_14, #field_6_25,
#qcf-app-frm #gform_page_9_2 .top_label,
#qcf-app-frm #gform_page_9_3 .top_label,
#field_9_9, #field_9_14, #field_9_25,
#qcf-app-frm #gform_page_14_2 .top_label,
#qcf-app-frm #gform_page_14_3 .top_label,
#field_14_9, #field_14_14, #field_14_25,
#qcf-app-frm #gform_page_15_2 .top_label,
#qcf-app-frm #gform_page_15_3 .top_label,
#field_15_9, #field_15_14, #field_15_25,
#qcf-app-frm #gform_page_16_2 .top_label,
#qcf-app-frm #gform_page_16_3 .top_label,
#field_16_9, #field_16_14, #field_16_25,
#field_17_9, #field_17_14, #field_17_25 {
	text-align: center !important;
}

#qcf-app-frm #gform_page_3_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_3_3 .top_label .gfield_label,
#field_3_9, #field_3_14, #field_3_25,
#qcf-app-frm #gform_page_6_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_6_3 .top_label .gfield_label,
#field_6_9, #field_6_14, #field_6_25,
#qcf-app-frm #gform_page_9_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_9_3 .top_label .gfield_label,
#field_9_9, #field_9_14, #field_9_25,
#qcf-app-frm #gform_page_14_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_14_3 .top_label .gfield_label,
#field_14_9, #field_14_14, #field_14_25,
#qcf-app-frm #gform_page_15_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_15_3 .top_label .gfield_label,
#field_15_9, #field_15_14, #field_15_25,
#qcf-app-frm #gform_page_16_2 .top_label .gfield_label,
#qcf-app-frm #gform_page_16_3 .top_label .gfield_label,
#field_16_9, #field_16_14, #field_16_25,
#field_17_9, #field_17_14, #field_17_25  {
	font-size: 22px !important;
	font-weight: 700 !important;
}

#qcf-app-frm .gform_wrapper .gform_page_footer .button.gform_previous_button {
	background-color: transparent !important;
	color: #d5d8e3;
	
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
	font-size: 20px !important;
}

#input_3_15_3_container,
#input_6_15_3_container,
#input_9_15_3_container,
#input_14_15_3_container,
#input_15_15_3_container,
#input_17_15_3_container {
	padding-right: 0 !important;
}

#input_3_15_3_container input,
#input_6_15_3_container input,
#input_9_15_3_container input,
#input_14_15_3_container input,
#input_15_15_3_container input,
#input_17_15_3_container input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#input_3_15_6_container input,
#input_6_15_6_container input,
#input_9_15_6_container input,
#input_14_15_6_container input,
#input_15_15_6_container input,
#input_17_15_6_container input {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#qcf-app-frm .gform_wrapper .gfield_date_day, 
#qcf-app-frm .gform_wrapper .gfield_date_month,
#qcf-app-frm .gform_wrapper .gfield_date_year {
	width: 30% !important;
	margin: 0 5px !important;
	max-width: none;
}

#qcf-app-frm .gform_wrapper .gfield_date_year {
	width: 40% !important;
}

#qcf-app-frm .gform_wrapper #input_3_20_1_container,
#qcf-app-frm .gform_wrapper #input_6_20_1_container,
#qcf-app-frm .gform_wrapper #input_9_20_1_container,
#qcf-app-frm .gform_wrapper #input_14_20_1_container,
#qcf-app-frm .gform_wrapper #input_15_20_1_container,
#qcf-app-frm .gform_wrapper #input_17_20_1_container   {
	margin-left: 0 !important;
}

.gform_confirmation_message_3.gform_confirmation_message img,
.gform_confirmation_message_6.gform_confirmation_message img,
.gform_confirmation_message_9.gform_confirmation_message img,
.gform_confirmation_message_14.gform_confirmation_message img,
.gform_confirmation_message_15.gform_confirmation_message img,
.gform_confirmation_message_17.gform_confirmation_message img  {
	margin-bottom: 0;
}

.gform_confirmation_message_3.gform_confirmation_message p,
.gform_confirmation_message_6.gform_confirmation_message p,
.gform_confirmation_message_9.gform_confirmation_message p,
.gform_confirmation_message_14.gform_confirmation_message p,
.gform_confirmation_message_15.gform_confirmation_message p,
.gform_confirmation_message_17.gform_confirmation_message p  {
	font-size: 26px;
	font-weight: 700;
	color: #2fbe6b;
	margin-top: 15px;
}

#gform_confirmation_wrapper_3,
#gform_confirmation_wrapper_6,
#gform_confirmation_wrapper_9,
#gform_confirmation_wrapper_14,
#gform_confirmation_wrapper_15,
#gform_confirmation_wrapper_16,
#gform_confirmation_wrapper_17 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.heading {
    display: flex;
}

.heading img {
    margin-right: 15px;
    float: none;
}

.heading .details {
    margin-left: 20px;
    position: relative;
}

.details::before {
    content: "";
    background-color: #297ebf;
    width: 1px;
    height: 90px;
    position: absolute;
    left: -15px;
    top: -15px;
}

.heading .ucase {
    text-transform: uppercase;
}

#gform_page_14_2 .gfield_radio {
    justify-content: center;
    align-items: center;
}

#gform_fields_14_3 .gfield_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* # Blog
---------------------------------------------------------------------------------------------------- */
.qcf-ft-header h2.entry-title,
.qcf-category {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 0;
}

.qcf-ft-header h2.entry-title > a,
.qcf-category,
.qcf-cat-content .entry-title > a,
.single-post h1 {
	color: #09c0af;
}

.qcf-ft-header {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.qcf-ft-header::after,
.qcf-category::after {
	content: '';
	border-bottom: 2px solid #09c0af;
	width: 100%;
	max-width: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.qcf-ft-meta p {
	font-size: 15px;
}

.qcf-ft-excerpt p {
	font-size: 20px;
}

.btn-default.button {
	font-size: 18px !important;
	text-align: center;
	border-radius: 0;
}

.qcf-ft-excerpt .btn-default.button {
	margin-top: 34px;
}

.qcf-cat-wrap .one-third.qcf-cat-list:first-of-type {
	margin-left: 0;
	clear: both;
}

.qcf-featured-post {
	margin-bottom: 50px;
}

.qcf-post-category .qcf-cat-wrap {
	margin-bottom: 30px;
}

.qcf-category {
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
}

.qcf-category::after {
	max-width: 22px;
}

.qcf-cat,
.qcf-more-blogs-head {
	margin-bottom: 25px;
}

.qcf-cat .one-half:not(.first),
.qcf-more-blogs-head .one-half:not(.first) {
	text-align: right;
}

.qcf-cat .one-half:not(.first) a,
.qcf-more-blogs-head .one-half:not(.first) a {
	display: inline-block;
	color: #929397;
	font-weight: 700;
}

.qcf-cat-content .entry-title {
	font-size: 16px;
	margin-bottom: 0;
}

.qcf-ftcat-excerpt p {
	line-height: normal;
}

.qcf-ftcat-excerpt,
.qcf-readm {
	margin-top: 12px;
}

.qcf-readm {
	text-align: center;
}

.qcf-readm .btn-default.button {
	font-size: 16px !important;
	padding: 10px 15px;
	max-width: 200px;
}

.qcf-cat-content {
	background-color: #fff;
	padding: 12px 12px 20px;
	margin-top: -7px;
}

body.blog,
body.single-post,
body.qcf-rscs {
	background-color: #f8f8f9;
}

.blog .content,
.single-post .content {
	margin-bottom: 40px;
}

.sidebar .widget.widget_search {
	background-color: transparent;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 25px;
}

.sidebar .widget .widget-title,
.sidebar .widget.gform_widget .gform_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	display: block;
	position: relative;
	line-height: normal;
	letter-spacing: 2px;
	margin-bottom: 35px;
}

.sidebar .widget .widget-title::after,
.sidebar .widget.gform_widget .gform_title::after {
	content: '';
	border-bottom: 2px solid #08bfae;
	position: absolute;
	width: 100%;
	max-width: 37px;
	left: 50%;
	bottom: -12px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

#text-6 .widget-title::after {
	border-bottom: 2px solid #ec683b;
}

.sidebar .widget.gform_widget .gform_title::after {
	border-bottom: 2px solid #fff;
}

.sidebar .widget.gform_widget span.gform_description {
	line-height: normal;
	margin-bottom: 25px;
}

.sidebar .widget_categories .widget-title,
.sidebar .featuredpost .widget-title {
	color: #09c0af;
}

.sidebar .widget_text .widget-title {
	color: #ed693c;
}

.sidebar .widget_categories ul li {
	list-style-type: disc;
	padding-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .widget_categories ul li > a,
.sidebar .featuredpost article h4 > a {
	font-weight: 400;
	color: #929497;
	text-decoration: none;
}

.sidebar .featuredpost article h4 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 24px;
}

.sidebar .featuredpost article:last-of-type h4 {
	margin-bottom: 0;
}

.sidebar .widget.gform_widget {
	background-color: #09c0af;
}

.sidebar .widget.gform_widget .gform_title,
.sidebar .widget.gform_widget span.gform_description {
	color: #fff;
}

.sidebar .widget.gform_widget .gform_heading,
#gform_wrapper_4.gform_wrapper .gform_footer,
.sidebar .widget_text {
	text-align: center;
}

#gform_wrapper_4.gform_wrapper .gform_footer {
	padding-top: 0;
}

#gform_wrapper_4.gform_wrapper ul li.gfield {
	padding-right: 0 !important;
}

.sidebar .widget .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 10px;
	color: #fff;
}

#gform_wrapper_4.gform_wrapper input::-webkit-input-placeholder,
.sidebar .widget .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { /* Chrome/Opera/Safari */
  color: #fff !important;
}

#gform_wrapper_4.gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}

#gform_wrapper_4.gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}

#gform_wrapper_4.gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

#gform_wrapper_4.gform_wrapper .gform_footer input.button, 
#gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"] {
	background: #fff;
	border-radius: 10px;
	color: #09c0af;
	width: 100% !important;
	max-width: 100% !important;
	border: 1px solid #fff;
	padding: 7px 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#gform_wrapper_4.gform_wrapper .gform_footer input.button:hover, 
#gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar .widget_text {
	position: relative;
}

.sidebar .widget_text::before {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9483a+0,f49b34+50,fdc40c+100 */
	background: #e9483a; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9483a 0%, #f49b34 50%, #fdc40c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e9483a 0%, #f49b34 50%, #fdc40c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e9483a 0%,#f49b34 50%,#fdc40c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9483a', endColorstr='#fdc40c',GradientType=1 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
}

/* # Single Post
---------------------------------------------------------------------------------------------------- */
.single-post .page-header {
	min-height: 120px;
}

.single-post .entry {
	background-color: transparent;
}

.single-post .entry-footer {
	margin-top: 40px;
}

.single-post h1 {
	font-size: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 45px;
}

.single-post .entry-author > a {
	color: #929497;
	font-weight: 700;
	text-decoration: none;
}

.single-post .entry-meta {
	position: relative;
}

.single-post .entry-meta::after {
	content: '';
	border-bottom: 2px solid #09c0af;
	width: 100%;
	max-width: 28px;
	position: absolute;
	left: 0;
	bottom: -10px;
}


	.page-id-16 a.fl-post-grid-more {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 7px 15px;
    width: 90%;
    max-width: 240px;
    border-radius: 0;
    text-align: center;
}

.page-id-16 .post-186 a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 22px !important;
    text-transform: uppercase;
    padding: 7px 55px;
   	top: 70px;
    border-radius: 0;
    text-decoration: none;
}

	.page-id-16 .entry-title a {
    color: #09c0af;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.qcf-guides a.more-link:hover {
    color: #44b822;
}

.qcf-guides a.more-link {
    display: block;
    text-decoration: none;
    color: #09c0af;
}

.qcf-guide .qcf-featured-post {
	margin-bottom: 0;
}

.qcf-breeds a {
    color: #09c0af;
    letter-spacing: 1px;
}

.fl-post-grid-author a, a.entry-author-link {
    color: #929497;
    text-decoration: none;
	}
.fl-post-grid-post .fl-post-grid-meta span {
    font-size: 12px;
	}
.post header.entry-header .entry-meta {
    font-size: 14px;
	}
#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small,
#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: calc(33.33% - 30px);
    padding: 15px 35px;
    min-height: 267px;
	margin-left: 0px;
	} 

#guides-rsc h4.entry-title a {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
	text-transform: none;
}

#guides-rsc .qcf-cat-content {
	background-color: transparent;
	padding: 0;
}

#guides-rsc .qcf-ftcat-excerpt p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p.guide-cat {
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0;
	letter-spacing: 2px;
}

#guides-rsc .qcf-readm > a,
p.guide-cat {
	color: #09c0af;
	font-weight: 700;
}

#guides-rsc .qcf-readm {
	text-align: left;
}

#guides-rsc .qcf-readm > a {
	text-decoration: none;
}

ul.article-list {
	margin: 0;
}


ul.article-list li {
	list-style-type: none;
	margin-bottom: 20px;
}

ul.article-list li:last-of-type {
	margin-bottom: 0;
}

ul.article-list li > a {
	font-size: 18px;
	color: #929497;
	text-decoration: none;
}

#rsc-cstories > .fl-row-content-wrap {
	max-width: 820px;
	margin: 0 auto;
}
.qcf-btn .fl-button-wrap a.fl-button {
    background: #e9483a;
    background: -moz-linear-gradient(left, #e9483a 0%, #f49b34 50%, #fdc40c 100%);
    background: -webkit-linear-gradient(left, #e9483a 0%,#f49b34 50%,#fdc40c 100%);
    background: linear-gradient(to right, #e9483a 0%,#f49b34 50%,#fdc40c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9483a', endColorstr='#fdc40c',GradientType=1 );
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
}

#qcf-reviews .rplg-slider .rplg-slider-prev, #qcf-reviews .rplg-slider .rplg-slider-next {
    background: none;
}

.ui-slider-float .ui-slider-tip {
	width: auto !important;
}

.ui-slider-float .ui-slider-tip::after {
	display: none !important;
}

.flat-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
	-webkit-transform: rotateZ(0deg) !important;
	transform: rotateZ(0deg) !important;
}

#qcf-faq-row .fl-accordion-button-label {
	text-transform: uppercase;
	font-weight: 700;
	color: #1EC0AF;
}
#qcf-faq-row .fl-accordion-content {
	color: #929497;
	font-weight: 300;
}
#qcf-faq-row .fl-accordion-button-icon {
	color: #1EC0AF;
}

/* Progress Bar */

.page-id-202 #gform_17 {
	flex-direction: column;
}

.page-id-202 .partial_entry_warning {
	display: none;
}

.page-id-202 #qcf-app-frm .gform_wrapper .gf_page_steps {
    width: auto;
    position: initial;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
	text-align: center;
	margin-bottom: 50px;
}

.page-id-202 #qcf-app-frm .gform_wrapper .gf_step {
    color: #929497 !important;
    width: 50px;
    max-width: 50px !important;
    height: 10px;
    padding: 0;
    text-align: center;
    border: 1px solid #929497;
	background-color: #929497;
    border-radius: 0;
    margin: 0 2px 0 0;
    position: relative;
}

.page-id-202 #qcf-app-frm form#gform_17 .gf_step_number {
	display: none;
}

.page-id-202 #qcf-app-frm .gform_wrapper .gf_step::after {
    content: none;
}

.page-id-202 #qcf-app-frm .gform_wrapper .gf_step.gf_step_active, 
.page-id-202 #qcf-app-frm .gform_wrapper .gf_step.gf_step_completed {
    background-color: #2ebb57;
	border: 1px solid #2ebb57;
}

.page-id-202 .gf_step .gf_step_label {
	display: none !important;
}

.page-id-202 #qcf-app-frm .gform_wrapper .gf_step.gf_step_active .gf_step_label {
	display: block !important;
    width: 250px;
    position: absolute;
    top: 20px;
	color: #2ebb57;
    font-weight: 600;
}

.page-id-202 #qcf-app-frm #gf_step_17_2 .gf_step_label {
    left: -50px;
}

.page-id-202 #qcf-app-frm #gf_step_17_3 .gf_step_label {
    left: -100px;
}

.page-id-202 #qcf-app-frm #gf_step_17_4 .gf_step_label {
    left: -150px;
}

.page-id-202 #qcf-app-frm #gf_step_17_5 .gf_step_label {
    left: -200px;
}

.page-id-202 #gf_page_steps_17 .gf_step:first-child {
	border-radius: 10px 0 0 10px;
}

.page-id-202 #gf_page_steps_17 .gf_step:last-child {
	border-radius: 0 10px 10px 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
	#qcf-fast-easy .fl-node-5f62b95a66562 .fl-node-5f62bef2b8c15 > .fl-node-content {
    min-height: 43px;
	}
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 86px;
	}
	#qcf-hero .fl-button-wrap a.fl-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 39px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p {
    font-size: 47px !important;
	}
	.page-id-7 img.fl-photo-img.wp-image-59.size-full, 
	.page-id-7 img.fl-photo-img.wp-image-58.size-full {
    max-width: 100%;
	}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 38%;
	}
		.page-id-7 .qcf-op span.fl-heading-text {
		font-size: 35px;
		}
	#qcf-we-supp .fl-node-5f7a743ac01ae.fl-module-heading .fl-heading {
    margin-left: 20px !important;
		}
	#qcf-we-supp .fl-node-5f7a746d4a4eb .fl-separator {
    margin: 0 0 0 20px;
	}
	#qcf-we-supp .qcf-partner {
    margin-left: 40px !important;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf h2.fl-heading {
    font-size: 50px;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 40px;
	}
			
	
}
		



@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	.footer-widgets-1 .widget_text p > a {
    	font-size: 40px;
	}
	.footer-widgets-1 .widget_text p {
		font-size: 28px;
	}
	.footer-widgets .wrap {
		display: flex;
		align-items: baseline;
	}
	.page-id-132 .rplg-slider .rplg-slider-next {
		right: 0px!important;
	}
	page-id-132 .rplg-slider .rplg-slider-prev, .page-id-132 .rplg-slider .rplg-slider-next {
		background: none;
	}
	.page-id-132 .rplg-slider .rplg-slider-prev {
		left: -10px!important;
	}
	
	.header-image .title-area {
    margin: 0 auto;
    max-width: 320px;
    padding: 0;
	}
	.page-id-132 .fl-node-5f7c801f2f596 > .fl-row-content-wrap {
    background-image: url(/wp-content/uploads/2020/10/qcf-heading-e1601997923782.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 570px;
    padding-bottom: ;
	}
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: calc(33.33% - 30px);
    padding: 15px 35px;
    min-height: 267px;
    margin: 0px 15px !important;
	}
	#qcf-reviews .rplg-slider .rplg-slider-next {
		right: 0px!important;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 34px;
	}
	.rplg-slider .rplg-slider-prev {
		left: -15px !important;
	}
}

@media only screen and (max-width: 1280px){
		.page-id-7 #qcf-hero .fl-button-wrap a.fl-button {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 30px;
		}
		.page-id-16 .qcf-efficiency a.more-link {
		color: #fff100;
		background: #4cb70f;
		background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
		background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
		background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f',
		endColorstr='#0bc0a9',GradientType=1 );
		font-size: 18px !important;
		text-transform: uppercase;
		padding: 7px 65px;
		top: 40px;
		border-radius: 0;
		text-decoration: none;
		}
		.page-id-7 .qcf-strong span.fl-heading-text {
		font-size: 65px;
		}
		.page-id-7 img.fl-photo-img.wp-image-84 {
		padding-top: 18px;
		}
		.page-id-7 .qcf-bord span.fl-heading-text {
		font-size: 44px;
		}
		.page-id-7 .qcf-customer span.fl-heading-text,
		.qcf-customer span.fl-heading-text {
		font-size: 35px;
		}
		.page-id-7 .qcf-much span.fl-heading-text {
		font-size: 50px;	
		}
		#qcf-hero .fl-button-wrap a.fl-button {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 40px;
		}
		.page-id-132 .fl-builder-content .fl-node-5f7c933c5cd8f .fl-rich-text, .fl-builder-content .fl-node-5f7c933c5cd8f .fl-rich-text * {
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 400;
		font-size: 43px;
		text-align: center;
		}
		#qcf-hero h1 {
		line-height: 0.7;
		}
		.home #qcf-hero h1,
		.home #qcf-hero h1 .typewrite .wrap {
		line-height: 1;
		}
		.page-id-16 .qcf-efficiency a.more-link {
		color: #fff100;
		background: #4cb70f;
		background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
		background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
		background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
		font-size: 18px !important;
		text-transform: uppercase;
		padding: 7px 65px;
		top: 40px;
		border-radius: 0;
		text-decoration: none;
		}
	
		.qcf-breeds .fl-post-column {

		display: table-cell;
		float: none;	
		width: 16%;
		}
		#qcf-find-out .fl-row-content-wrap {
		padding: 0;
		}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 32%;
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
    font-size: 50px;
	}
	.page-id-10 img.fl-photo-img.wp-image-84 {
    padding-top: 7px;
	}
	#qcf-our-diff .fl-node-5f7a7d991e547 .fl-photo-content.fl-photo-img-png {
    max-width: 100px;
	}
	#qcf-our-diff .fl-node-5f7a7d991e547 .fl-rich-text p {
    font-size: 16px;
    line-height: 1.5;
	}
	#qcf-our-diff .fl-node-5f7a7d991e547 span.fl-heading-text {
    font-size: 17px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf .fl-rich-text p {
    font-size: 20px;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-rich-text p {
    font-size: 20px;
	}
}


@media only screen and (max-width: 1260px) {
	
	.page-id-132 .fl-module.fl-module-rich-text .fl-node-content .fl-rich-text .sub p br {
		display: none;
	}
	
/* 	.page-id-132 .fl-col-content .qcf-cash {     
	width: 350px;
	} */
	
	.head p {
		margin-bottom: 0;
	}
	
	.head .title-sec-2 {
    line-height: 1.2;
	}
	
	.head {
		padding-bottom: 10px;
	}
	.head .title-sec-2 {
		font-size: 20px;
	}
	.sub {
		margin-left: 40px;
	}
	.head img {
    	width: 20px;
		height: 30px;align-content
	}
	.page-id-132 .fl-node-5f7c801f2f596 > .fl-row-content-wrap {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 50px;
	}
	
	
}

@media only screen and (max-width: 1250px) {
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after{
		    max-width: 145px;align-content
	}
	
}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	.genesis-nav-menu .menu-item {
    	font-size: 16px;
	}
	.page-id-132 .fl-col .fl-module.qcf-qcf h2.fl-heading,
	.fl-module.qcf-qcf h2.fl-heading {
		font-size: 35px;
	}
	.page-id-132 .fl-module.fl-module-rich-text .fl-node-content .fl-rich-text p,
	.qcf-equipment .fl-col .fl-rich-text p {
		font-size: 22px;
		line-height: 1.2;
		padding-bottom: 10px;
	}
	.page-id-132 .fl-module.fl-module-rich-text .fl-node-content .fl-rich-text .sub p {
		font-size: 16px;
	}
	.footer-widgets .wrap {
		max-width: 95%;
	}
	
	.page-id-16 .post-186 a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 7px 20px;
    top: 40px;
    border-radius: 0;
    text-decoration: none;
	}
	.qcf-guide p {
    font-size: 15px;
	}
	.qcf-guide .fl-module img {
    max-width: 90%;
	}
	a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0px 0 24px 0;
	}
		.qcf-breeds a {
    font-size: 14px;
	}
	.page-id-16 a.fl-post-grid-more {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 17px !important;
    text-transform: uppercase;
    padding: 12px 15px;
    width: 100%;
    max-width: 240px;
    border-radius: 0;
	margin-top: 50px;
	}
	.page-id-16 .qcf-efficiency a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 7px 25px;
    top: 40px;
    border-radius: 0;
    text-decoration: none;
	}
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after{
		max-width: 110px;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 30px;
	}
		
	.home #qcf-hero .fl-col {
		width: 100%;
	}
}

	@media only screen and (max-width: 1190px) {
	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 40px;
	}
		#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 25px;
	}
		#qcf-our-people .fl-node-5f7a895595200 .fl-rich-text p {
    font-size: 18px;
	}
		#qcf-our-people .fl-col-small:last-of-type {
    padding: 0px 0 50px 45px;
	}
}


@media only screen and (max-width: 1180px) {
	
	#qcf-hero .fl-button-wrap a.fl-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
	}
	
/* 	.page-id-132 img.fl-photo-img.wp-image-59.size-full, .page-id-132 img.fl-photo-img.wp-image-58.size-full {
    max-width: 75%;
	} */
	#qcf-hero .fl-col-group.fl-col-group-nested .fl-col {
		width: 28%;
	}
	
	#qcf-hero .fl-col-group.fl-col-group-nested .fl-col .fl-photo-content {
		width: auto;
	}
	
	
	#qcf-hero .fl-col-group.fl-col-group-nested .fl-col .fl-photo-content img{
		width: auto;
		height: 60px;
	}
	
	
}


@media only screen and (max-width: 1132px) {
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 58px;
	}
	.page-id-7 #qcf-hero .fl-button-wrap a.fl-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
	}
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after{
		max-width: 70px;
	}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 36%;
	}
	.page-id-7 .qcf-op span.fl-heading-text {
    font-size: 30px;
	}
	
}



@media only screen and (max-width: 1100px) {
/* 	.page-id-132 .fl-col-content .qcf-cash {
		width: 320px;
	} */
		.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 45px;
	}
	#qcf-our-diff .fl-node-5f7a7d991e547 span.fl-heading-text {
    font-size: 15px;
	}

	
}



@media only screen and (max-width: 1085px){
	.page-id-7 .qcf-op span.fl-heading-text {
    font-size: 30px;
	}
	
}




@media only screen and (max-width: 1040px) {
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after{
		    max-width: 40px;
	}
}


@media only screen and (max-width: 1023px) {

	button.sub-menu-toggle,	
	.js nav button:hover,
	nav .menu .sub-menu .menu-item a{
		background: none;
	}
	.site-header {
		background-color: rgba(0,0,0,0.5);
	}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: 50%;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: none;
		color: #1ebd7e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: none;
		color: #1ebd7e;
	}

	
/* 	.page-id-14 .genesis-nav-menu .sub-menu, 
	.page-id-12 .genesis-nav-menu .sub-menu, */
	.page-id-202 .genesis-nav-menu .sub-menu,
	.site-header.sticky .genesis-nav-menu .sub-menu,
	.archive .genesis-nav-menu .sub-menu {
    	background: transparent;
		margin-top: auto;
}
	
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.footer-widgets-3, .footer-widgets-4 {
    margin-top: 40px;
	}
	.footer-widgets-4 {
		width: 100%;
	}
	.footer-widgets-3, .footer-widgets-4 {
    margin-left: 0px;
	}
	.footer-widgets-1 {
    max-width: 345px;
	}
	.footer-widgets-1 .widget_text p > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    text-decoration: none;
	}
	.footer-widgets-1 .widget_text p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.3;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    margin-left: 15px;
	}
	.footer-widgets .wrap .widget-area {
		display: flex;
		flex-direction: column;
/* 		max-width: 400px; */
		max-width: 33%;
		padding: 0 45px;
		margin: 0;
		float: none;
		width: 80%;
	}
	.footer-widgets .wrap {
		flex-wrap: wrap;
	}
	.footer-widgets-1 .widget_text p > a {
		font-size: 30px;
	}
	.footer-widgets-1 .widget_text p {
		font-size: 22px;
	}
	.footer-widgets .wrap .widget-area.footer-widgets-4 {
		margin-top: 35px;
	}
	.site-header .menu-toggle {
		width: 100%;
		max-width: 45px;
		height: 45px;
		border-radius: 10px;
		line-height: 20px;
		position: absolute;
		right: 15px;
		top: 28px;
		z-index: 1000;
		font-size: 0;
		padding: 0;
		background: rgba(0,0,0,0.5);
		color: #fff;
	}
	.site-header .wrap {
/*     padding-right: 60%; */
		width: 100%;
		max-width: 100%;
		padding: 20px 15px;
	}
	
	.site-header .wrap .title-area {
		text-align: left;
		float: left;
	}
	
	.page-id-16 .qcf-owner {
    max-width: 95%;
	}
	.qcf-breeds a {
    font-size: 13px;
	}
	section#search-2 {
    width: 93%;
    margin: 0 auto;
	}
	section#categories-2 ul, .post .entry-header .entry-title {
    margin-left: 0px;
	}
	section#categories-2, section#featured-post-2 {
    margin: 0 auto;
    vertical-align: top;
    display: inline-flex;
	width: 400px;
	}
	a#fl-accordion-5fc7b13f36044-label-0, a#fl-accordion-5fc7b13f36044-label-1, a#fl-accordion-5fc7b13f36044-label-2, a#fl-accordion-5fc7b13f36044-label-3, a#fl-accordion-5fc7b13f36044-label-4 {
    font-size: 20px;
	}
	.page-id-132 .fl-col .fl-module.qcf-qcf h2.fl-heading,
	.fl-module.qcf-qcf h2.fl-heading {
		font-size: 30px;
	}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 40%;
	}
	#qcf-funding .fl-node-5f61848f213ab, #qcf-funding .fl-node-5f61848f213b0, #qcf-funding .fl-node-5f61848f213b3, #qcf-funding .fl-node-5f61848f213b5, #qcf-funding .fl-node-5f61848f213b6 {
    width: 15%;
    margin-left: 35px;
		}
		#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
		font-size: 40px;
		}
		#qcf-fast-easy .fl-node-5f62b95a6655c,
		#qcf-fast-easy .fl-node-5f62b95a66560, 
		#qcf-fast-easy .fl-node-5f62b95a66562,
		#qcf-fast-easy .fl-row-content .fl-col-group:nth-child(2) div.fl-col-small {
		margin-left: 65px;
		width: 25%;
		}
		.page-id-7 .qcf-bord span.fl-heading-text {
    	font-size: 30px;
		}
		.page-id-7 img.fl-photo-img.wp-image-84 {
   	 	padding-top: 0px;
		}
		#qcf-fast-easy .fl-module-content .fl-rich-text p {
		font-size: 22px;
		}	
		#qcf-options .qcf-h.bordr-cy span {
    	font-size: 40px;
		}
		#qcf-options .qcf-op span {
		font-size: 25px;
		}
		.qcf-h.bordr-gr h2.fl-heading {
		font-size: 35px;
		}
		.page-id-7 .qcf-much span.fl-heading-text {
		font-size: 30px;
		}
		.page-id-7 .qcf-bord span.fl-heading-text {
		font-size: 27px;
		}
	.qcf-trust-title h3{
		font-size: 30px;
	}
	.qcf-trust-title p {
		font-size: 20px;
	}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo, 
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text{
		padding: 90px 25px 25px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 36px !important;
	}
	#qcf-g .fl-node-5f76c34b66cd2.fl-module-heading .fl-heading {
    line-height: 1;
	}
	#qcf-g .qcf-grad {
    padding: 10px 10px 10px 10px;
	}
	.qcf-grad .fl-button-wrap a.fl-button,
	.es-landing .fl-button-wrap a.fl-button,
	.aptus-landing .fl-button-wrap a.fl-button {
    font-size: 16px !important;
	}
	.qcf-btn .fl-button-wrap a.fl-button {
    font-size: 16px !important;
	}
	#qcf-we-supp h2.fl-heading {
    font-size: 35px;
	}
	#qcf-we-supp .qcf-partner {
    margin-left: 40px !important;
	}
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3da, .page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3db, .page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3dc {
    margin-left: 65px;
    width: 25%;
	}
		.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 40px;
	}
	.page-id-10 .qcf-bord span.fl-heading-text {
    font-size: 27px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf h2.fl-heading {
    font-size: 40px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf .fl-rich-text p {
    font-size: 18px;
	}
	#qcf-our-people .fl-col-small:last-of-type {
    padding: 0 0 50px 10px;
	}
	
	.site-header.sticky .menu-toggle {
		top: 12px;
	}
	
	#qcf-hero .fl-button-wrap a.fl-button {
		width: 100%;
    	text-align: center;
		line-height: 2;
		max-width: 300px;
	}
	
	.home #qcf-hero .fl-col {
		width: 100%;
	}
	.page-header {
		min-height: 400px;
		padding-top: 80px;
	}
	
		#qcf-app-frm .gform_wrapper .gf_page_steps {
		width: 100%;
		text-align: center;
		bottom: -120px;
	}
	
	
	.site-inner {
		max-width: 100%;
	}
	.blog main.content {
		padding: 0 30px;
	}
	
	.site-header.sticky .genesis-nav-menu .sub-menu {
		padding-top: 0;
	}
.site-header.sticky .genesis-nav-menu .sub-menu li:first-of-type {
	border-top: 0;
}

.site-header.sticky .genesis-nav-menu .sub-menu li {
	background: transparent;
}

}



@media only screen and (max-width: 990px) {
/* 	.page-id-132 .fl-col-content .qcf-cash {
		width: 300px;
	} */
	.page-id-132 .fl-module.fl-module-rich-text .fl-node-content .fl-rich-text p,
	.qcf-equipment .fl-col .fl-rich-text p,
	.fl-module.fl-module-rich-text .fl-node-content .fl-rich-text p {
		font-size: 20px;
	}
	.page-id-7 .qcf-customer span.fl-heading-text,
	.qcf-customer span.fl-heading-text {
		font-size: 30px;
	}	
	.page-id-132 img.fl-photo-img.wp-image-59.size-full, .page-id-132 img.fl-photo-img.wp-image-58.size-full {
    max-width: 85%;
	}
	.home #qcf-hero h1, .home #qcf-hero .typewrite.yell .wrap {
	font-size: 65px;
	}

	.home #qcf-hero .fl-button-wrap a.fl-button {
		width: 100%;
		max-width: 300px;
	}
}

@media only screen and (max-width: 980px) {
	.page-id-7 img.fl-photo-img.wp-image-84 {
    padding-top: 8px;
	}
	.qcf-c .fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 80%;
	}
	#qcf-funding h2::before, #qcf-funding h2::after {
    max-width: 50px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 34px !important;
	}
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 35px;
	}
	.page-id-10 img.fl-photo-img.wp-image-84 {
    padding-top: 12px;
	}
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3da, .page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3db, .page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3dc {
    margin-left: 60px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf h2.fl-heading {
    font-size: 35px;
	}
}

@media only screen and (max-width: 953px){
	.qcf-breeds a {
    letter-spacing: 0px;
	}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 44%;
	}
	.qcf-bbq .fl-module-content.fl-node-content .fl-rich-text p {
    font-size: 15px;
	}
	#qcf-options .qcf-op span {
    font-size: 20px;
	}
	#qcf-options .qcf-loc {
    max-width: 55%;
	}
}


@media only screen and (max-width: 934px) {
	.page-id-7 .qcf-bord span.fl-heading-text {
    font-size: 23px;
	}
	.page-id-10 .qcf-bord span.fl-heading-text {
    font-size: 23px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 32px !important;
	}
	.page-id-10 img.fl-photo-img.wp-image-84 {
    padding-top: 14px;
	}
}

@media only screen and (max-width: 900px) {
	
	.page-id-132 .fl-module.qcf-qcf.fl-module-heading .fl-heading {
		font-size: 30px;
	}
	.page-id-132 .fl-module.fl-module-rich-text .fl-node-content .fl-rich-text p,
	.qcf-equipment .fl-col .fl-rich-text p,
	.fl-module.fl-module-rich-text .fl-node-content .fl-rich-text p {
		font-size: 16px;
	}
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 55px;
	}
	#qcf-hero .fl-node-5f7c7fbae686d, #qcf-hero .fl-node-5f7c7fbae686f {
    width: 46%;
	}
	#qcf-funding h2::before, #qcf-funding h2::after {
    max-width: 30px;
	}
	.qcf-h.bordr-gr h2.fl-heading,
	.qcf-h.bordr-ecs h2.fl-heading,
	.qcf-h.bordr-aptus h2.fl-heading,
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading,
	#qcf-options .qcf-h.bordr-cy span {
    font-size: 30px;
}
	.qcf-steps-desc li,
	.ecs-steps-desc li,
	.aptus-steps-desc li {
    font-size: 13px;
	}
	.qcf-steps-desc h3,
	.ecs-steps-desc h3,
	.aptus-steps-desc h3 {
    font-size: 20px;
	}
	.qcf-grad a span {
    font-size: 15px;
	}
	.qcf-grad .fl-module-content.fl-node-content {
    margin-top: 30px;
	}
	#qcf-fast-easy .fl-node-5f62b95a6655c, #qcf-fast-easy .fl-node-5f62b95a66560, #qcf-fast-easy .fl-node-5f62b95a66562,
	#qcf-fast-easy .fl-row-content .fl-col-group:nth-child(2) div.fl-col-small {
    margin-left: 40px;
	}
	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 25px;
	}
	.qcf-grad .fl-button-wrap a.fl-button,
	.es-landing .fl-button-wrap a.fl-button,
	.aptus-landing .fl-button-wrap a.fl-button {
    padding: 7px 10px 7px 10px !important;
	}
	#qcf-we-supp h2.fl-heading {
    font-size: 28px;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 20px;
	}
	
	
	
}

@media only screen and (max-width: 890px) {
	.page-id-7 .qcf-customer span.fl-heading-text,
	.qcf-customer span.fl-heading-text {
    font-size: 26px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 30px !important;
	}
	.qcf-ftcat-excerpt p {
		font-size: 16px;
	}
}


@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.qcf-1.fl-row .fl-col-small .fl-separator {
		margin: 0 auto;
	}
	.qcf-1.fl-row .fl-col-small {
	    width: 70%;
 	   text-align: center;
		margin: 0 auto;
		float: unset;
	}
	.wrap {
    padding-left: 0%;
    padding-right: 0%
	}
	.page-id-132 .site-inner .entry {
		margin-bottom: 0;
	}
/* 	.footer-widgets .wrap .widget-area {
		max-width: 350px;
	} */
	.footer-widgets-1 .widget_text p > a {
		font-size: 23px;
	}
/* 	section#featured-post-2 span.widget-title {
    margin-right: 95px;
	} */
	#qcf-hero h1 {
    line-height: 0.7;
	}
	.page-id-7 #qcf-hero .fl-button-wrap a.fl-button {
    font-size: 26px;
	}
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 50px;
	}
	#qcf-options .qcf-op span {
    font-size: 15px;
	}
	#qcf-funding h2::before, #qcf-funding h2::after {
    display: none;
	}
	#qcf-funded .fl-node-5f6198fbc3a57 p, 
	#qcf-funded .fl-node-5f6198fbc3a57 p strong {
    font-size: 20px;
	}
	.page-id-7 .qcf-bord span.fl-heading-text {
    font-size: 20px;
	}
	#qcf-fast-easy .fl-module-content .fl-rich-text p {
    font-size: 17px;
	}
	.page-id-10 .qcf-bord span.fl-heading-text {
    font-size: 20px;
	}
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 30px;
	}
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3da,
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3db,
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3dc {
    margin-left: 53px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf h2.fl-heading {
    font-size: 30px;
	}
	
	.page-template-full-width .entry {
		margin-bottom: 0;
	}

	.qcf-ft-header::after, .qcf-category::after {
		left: 50%;
		margin-left: -22.5px;
	}
	.qcf-featured-post {
		text-align: center;
	}
	.one-third.qcf-cat-list {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.sidebar .widget {
		width: 100% !important;
		display: block !important;
	} 
	.sidebar .featuredpost article {
		margin-bottom: 10px;
	}
	
	
	.sidebar .featuredpost article h4 {
		margin-bottom: 0;
		margin-left: 0 !important;
	}
	
	.site-inner {
		padding: 0;
	}
	
	.widget_search {
		padding: 0 30px !important;
	}
	.sidebar .gform_widget {
		margin-bottom: 0;
	}
	.qcf-ft-header h2 {
		font-size: 25px !important;
		line-height: 1;
		margin-bottom: 10px !important;
	}
	
	#qcf-app-frm #gform_page_3_1 .gform_page_footer,
	#qcf-app-frm #gform_page_6_1 .gform_page_footer,
	#qcf-app-frm #gform_page_9_1 .gform_page_footer,
	#qcf-app-frm #gform_page_14_1 .gform_page_footer,
	#qcf-app-frm #gform_page_15_1 .gform_page_footer,
	#qcf-app-frm #gform_page_16_1 .gform_page_footer,
	#qcf-app-frm #gform_page_17_1 .gform_page_footer  {
		text-align: center;
	}
	#gform_page_3_1 .gform_page_footer::before,
	#gform_page_6_1 .gform_page_footer::before,
	#gform_page_9_1 .gform_page_footer::before,
	#gform_page_14_1 .gform_page_footer::before,
	#gform_page_15_1 .gform_page_footer::before,
	#gform_page_16_1 .gform_page_footer::before,
	#gform_page_17_1 .gform_page_footer::before {
/* 		left: unset; */
		margin-left: -83px;
		left: 50%;
	}
	
	#qcf-app-frm #gform_page_3_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_6_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_9_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_14_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_15_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_16_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_17_1 .gform_page_footer input {
		margin-top: 120px;
	}
	#qcf-app-frm {
		padding-bottom: 120px;
	}
	
	#guides-rsc .qcf-readm {
		text-align: center;
	}
	.blog h3.qcf-category {
		text-align: center;
	}
	
	.blog main.content {
		padding-top: 60px;
	}
}


@media only screen and (max-width: 829px) {
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 27px !important;
	}
}




@media only screen and (max-width: 824px) {
	.page-id-16 .qcf-efficiency a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 7px 52px;
    top: 40px;
    border-radius: 0;
    text-decoration: none;
	}
	.page-id-7 .qcf-customer span.fl-heading-text,
	.qcf-customer span.fl-heading-text {
    font-size: 20px;
	}
	.qcf-steps-desc h3,
	.ecs-steps-desc h3,
	.aptus-steps-desc h3 {
    font-size: 18px;
	}
}

@media only screen and (max-width: 790px){
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 47px;
	}
	.page-id-7 .qcf-bord span.fl-heading-text {
    font-size: 18px;
	}
	.page-id-10 .qcf-bord span.fl-heading-text {
    font-size: 18px;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 19px;
	}
	
	
	
	
}


@media only screen and (max-width: 768px) {
	.page-id-18 .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 640px;
	}
	.qcf-1.fl-row .fl-col-small {
	    max-width: 600px;
	}
	.qcf-1 .fl-photo-content img {
		max-width: 350px;
	}
	
	.qcf-1 .fl-separator {
    max-width: 5%;
	}
	.site-footer {
		font-size: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-id-132 .fl-col .fl-module.qcf-qcf h2.fl-heading,
	.fl-module.qcf-qcf h2.fl-heading,
	#qcf-we-supp h2.fl-heading  {
    font-size: 20px;
	}
	.footer-widgets-1 .widget_text p > a {
		font-family: 'Roboto Condensed', sans-serif;
/*     font-size: 40px; */
    text-decoration: none;
	}
	.footer-widgets-1 .widget_text p {
		    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.3;
	}

	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin: 0 15px;
	}
/* 	.footer-widgets-4 .qcf-sm li {
		margin-bottom: 0;
    	padding-bottom: 0;
		float: left;
    	width: 54%;
	} */
/* 	.footer-widgets-1 .widget_text p > a {
    	font-size: 55px;
	} */
	.footer-widgets-1 .widget_text p {
    	font-size: 29px;
		text-align: center;
	}
	
	.footer-widgets-4 {
		width: 100%;
	}
	.footer-widgets-4 .qcf-sm li {
    margin-bottom: 0;
    padding-bottom: 0;
    float: unset;
    width: 13%;
	display: inline-block;
	}
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after {
    content: '';
    border-top: 2px solid #fff;
    width: 100%;
    max-width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	.footer-widgets .wrap .widget-area {
		max-width: 100%;
		margin: 0 auto 35px;
/* 		text-align: left; */
		text-align: center;
	}
	.footer-widgets .wrap {
		text-align: center;
	}

/* 	.page-id-132 section#media_image-2,
	section#media_image-3, section#text-3,
	section#media_image-4, section#media_image-5 {
		max-width: 350px;
	} */
	.footer-widgets .wrap .widget-area.footer-widgets-4 {
		margin-top: auto;
		margin-bottom: 0;
	}
	.page-id-132 .fl-col-content .qcf-cash:not(last-child) {
		margin-bottom: 15px;
	}
	#qcf-hero h2.fl-heading, #qcf-hero h3.fl-heading {
		text-align: left;
	}
	.fl-node-5f7c801f2f589 .fl-node-5f7c801f2f592,
	.fl-node-5f7c801f2f589 .fl-node-5f7c801f2f593 {
		display: inline-block;
	}
	
	
	.fl-col-group.fl-node-5f7c801f2f591.fl-col-group-nested {
		margin: 0 15px;
	}
	.page-id-132 .fl-node-5f7c801f2f594.fl-module > .fl-module-content {
		margin-left: 0;
	}
	.page-id-132 .fl-node-5f7c801f2f596 > .fl-row-content-wrap {
		min-height: auto;
		padding-top: 165px;
		padding-bottom: 50px;
	}
	.page-id-132 img.fl-photo-img.wp-image-59.size-full, .page-id-132 img.fl-photo-img.wp-image-58.size-full {
    max-width: 85%;
    
	}
	
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    background-color: #f8f8f9;
    min-height: 220px;
    padding: 20px;
    margin-bottom: 110px;
	text-align: center;
	}
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: calc(33.33% - 30px);
    padding: 15px 35px;
    min-height: 267px;
	
	}
	
	.page-id-7 .fl-col-small:not(.fl-col-small-full-width) {
   	 max-width: 720px !important;
	}
	.page-id-7 .qcf-op span.fl-heading-text {
    	font-size: 30px;
	}
	.page-id-7 .qcf-op span.fl-heading-text {
  		font-size: 15px;
	}

	#qcf-cf > .fl-row-content-wrap {
		padding: 30px 0px 20px;
	}

	.page-id-132 .fl-col-content .qcf-cash {
    margin: 0 auto;
	}	
	.page-id-7 #qcf-hero .fl-node-5f7c7fbae686c .fl-node-5f7c7fbae686d,
	.page-id-7 #qcf-hero .fl-node-5f7c7fbae686c .fl-node-5f7c7fbae686f {
		width: 177px !important;
		display: inline-block;
	}
	.page-id-7 img.fl-photo-img.wp-image-59.size-full, 
	.page-id-7 img.fl-photo-img.wp-image-58.size-full {
    	max-width: 100%;
	}
	.fl-node-5f63068c0e6bb > .fl-col-content {
		background: none;
	}
	#qcf-options .fl-col-group.fl-col-group-equal-height.fl-node-5f62d7e020bca {
		margin-top: 10px;
	}
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small,
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col {
		max-width: 400px !important;
		margin: 15px auto !important;
	}
	.rplg-slider .rplg-slider-next {
		right: 0px !important;
	}
	.page-id-7 .fl-node-5f7c7fbae66ed > .fl-row-content-wrap {
		min-height: 480px;
	}
	#qcf-hero .fl-node-5f7c7fbae6869 {
		padding-top: 80px;
	}
	#qcf-options .qcf-loc {
    max-width: 35%;
	}
	#qcf-funding .fl-node-5f61848f212d5 .fl-col, 
	#qcf-funding .fl-node-5f7a78275c455 .fl-col {
    width: 120px !important;
    margin: 15px auto 0;
    display: inline-block;
	}
	#qcf-funding .fl-node-5f61848f212d5 {
    text-align: center;
	}
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    max-width: 50%;
/*     margin-left: 167px; */
		margin-left: auto;
		margin-right: auto;
	}
	#qcf-funded .qcf-grad {
    margin-top: -10%;
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
    font-size: 30px;
	}
	#qcf-funded a.fl-button {
    font-size: 15px;
	}
	.qcf-steps-desc h3,
	.ecs-steps-desc h3,
	.aptus-steps-desc h3  {
    font-size: 23px;
	}
	.qcf-steps-desc li,
	.ecs-steps-desc li,
	.aptus-steps-desc li {
    font-size: 15px;
	}
	.qcf-grad .fl-module-content.fl-node-content {
    margin-top: 0px;
	}
	#qcf-fast-easy .fl-node-5f62b95a6655c, #qcf-fast-easy .fl-node-5f62b95a66560, #qcf-fast-easy .fl-node-5f62b95a66562,
	#qcf-fast-easy .fl-row-content .fl-col-group:nth-child(2) div.fl-col-small {
    margin: 20px auto 25px;
    max-width: 300px !important;
	}
	.page-id-7 .qcf-bord span.fl-heading-text {
    font-size: 25px;
	}
	#qcf-fast-easy .fl-module-content .fl-rich-text p {
    font-size: 20px;
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f > .fl-module-content {
    margin-bottom: 30px;
	}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo, #qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text {
/*     width: 70%; */
		width: 100%;
	}
	.page-id-7 input#gform_submit_button_1 {
/*     margin-left: 185px; */
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-7 #gform_1 .gform_footer {
		text-align: center;
	}
	.page-id-7 #gform_1 ul.gform_fields li {
		padding-right: 0;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_button, .btn-default {
    padding: 5px 0 0 0;
    font-size: 18px !important;
    max-width: 205px;
	}
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3da, 
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3db, 
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3dc {
    margin: 20px auto 25px;
    max-width: 300px !important;
	}
	.page-id-10 #qcf-funding .fl-node-5f7a78275c455 {
    text-align: center;
	}
	#qcf-our-diff .fl-node-5f7a7d991e547 .fl-col {
    max-width: 400px !important;
    margin: 15px auto !important;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-node-5f7a8955952ca > .fl-col-content {
    display: none;
	}
/* 	#qcf-our-people .fl-node-5f7a895595200 .fl-node-5f7a89d5c84f5 .fl-separator {
    margin: 0 0 0 115px;
	} */
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 22px;
	}
	.home #qcf-hero h1,
	.home #qcf-hero .typewrite.yell .wrap {
		font-size: 35px;
	}
/* 	.home #qcf-hero h1 {
		line-height: 0.5;
	} */
	
	#qcf-hero .fl-module-photo .fl-module-content {
		margin-left: 15px !important;
	}
	#qcf-hero .fl-col {
		max-width: 100%;
	}
	
	.after-footer {
		line-height: 1.3;
	}
	
	.fl-accordion-button-label {
		font-size: 20px !important;
		line-height: 1;
		vertical-align: middle;
	}
	.fl-accordion-small .fl-accordion-content {
		padding: 0 15px 20px !important;
		font-size: 16px !important;
	}
	
	#qcf-we-supp .fl-node-5f7a746d4a4eb .fl-separator,
	#qcf-we-supp .fl-node-5f7a743ac01ae.fl-module-heading .fl-heading,
	#qcf-we-supp .qcf-partner {
		margin-left: 0 !important;
	}
	
	#qcf-cust-saying h2 {
		font-size: 28px;
	}
	.qcf-1 .fontstyle0,
	.qcf-1 p span {
		font-size: 20px !important;
	}
	
	.fl-col-small {
		max-width: 100% !important;
	}
	.page-id-16 .qcf-owner {
		margin: 0 auto;
		text-align: center;
	}
	
	.fl-col-content .qcf-cash:last-child {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
	.fl-col-content .qcf-cash {
		margin-left: auto;
		margin-right: auto;
	}
	.fl-node-5f773e14de670.fl-row > .fl-row-content-wrap,
	.fl-node-6037fa3747487.fl-row > .fl-row-content-wrap,
	.fl-node-6037091093d2d.fl-row > .fl-row-content-wrap,
	.fl-node-603730a516515.fl-row > .fl-row-content-wrap {
		padding-bottom: 0 !important;
	}
	
	.blog h3.qcf-category,
	.blog main h2 {
		font-size: 20px !important;
	}
	
	#qcf-find-out .fl-col.fl-node-5f63068c0e6bb {
		display: none;
	}
}



@media only screen and (max-width: 767px) {

	#qcf-find-out .fl-node-5f63068c0e6bb > .fl-col-content {
    background-image: url(/wp-content/uploads/2020/09/qcf-form-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    display: none;
	}
}

@media only screen and (max-width: 730px) {
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after {
    content: '';
    border-top: 2px solid #fff;
    width: 100%;
    max-width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	}
		.page-id-16 .entry-title a {
    color: #09c0af;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 25px !important;
	}
}



@media only screen and (max-width: 719px){
	
	.page-id-16 .qcf-efficiency a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 7px 30px;
    top: 40px;
    border-radius: 0;
    text-decoration: none;
    display: inline-flex;
	}
	.page-id-7 .qcf-customer span.fl-heading-text,
	.qcf-customer span.fl-heading-text {
    font-size: 15px;
	}
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after {
		max-width: 50px;
	}
	
}
	

	
	
@media only screen and (max-width: 700px) {
	
	.footer-widgets-3, .footer-widgets-4 {
    margin-top: 40px;
	}
	#qcf-cust-saying h2::before, #qcf-cust-saying h2::after {
    content: '';
    border-top: 2px solid #fff;
    width: 100%;
    max-width: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
    font-size: 25px;
	}
	.qcf-h.bordr-gr h2.fl-heading, .qcf-h.bordr-ecs h2.fl-heading, .qcf-h.bordr-aptus h2.fl-heading, #qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading, #qcf-options .qcf-h.bordr-cy span {
    font-size: 25px;
	}
/* 	.page-id-7 input#gform_submit_button_1 {
    margin-left: 160px;
	} */
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-rich-text p{
    font-size: 22px !important;
	}
	#qcf-g .fl-node-5f76c34b66cd2.fl-module-heading .fl-heading {
    line-height: 0.7;
	}
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 25px;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf h2.fl-heading {
    font-size: 25px;
	}
	
}

@media only screen and (max-width: 660px) {
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    margin-left: 150px;
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
    font-size: 24px;
	}
/* 	.page-id-7 input#gform_submit_button_1 {
    margin-left: 140px;
	} */
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 24px;
	}
	
}
@media only screen and (max-width: 640px) {
	#qcf-app-frm .gform_wrapper .gf_step {
		display: inline-block;
	}
	#qcf-app-frm .gform_wrapper .gf_step::after {
		right: -25px;
	}
}


@media only screen and (max-width: 630px) {
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    margin-left: 150px;
	}
	.qcf-h.bordr-gr h2.fl-heading, .qcf-h.bordr-ecs h2.fl-heading, .qcf-h.bordr-aptus h2.fl-heading, #qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading, #qcf-options .qcf-h.bordr-cy span {
    font-size: 21px;
	}
	#qcf-funding h2 {
    font-size: 15px;
	}
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 21px;
	}
	#qcf-funding .fl-node-5f61848f212d5 .fl-col, #qcf-funding .fl-node-5f7a78275c455 .fl-col {
    width: 93px !important;
	}
	
}



@media only screen and (max-width: 600px) {
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    margin-left: 135px;
	}
	.qcf-steps-desc h3,
	.ecs-steps-desc h3,
	.aptus-steps-desc h3 {
    font-size: 21px;
	}
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading {
    font-size: 18px;
	}
/* 	.page-id-7 input#gform_submit_button_1 {
    margin-left: 100px;
	} */
	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 23px;
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-heading-text {
    font-size: 19px;
	}
	.page-id-10 #qcf-fast-easy .qcf-h h2 {
    font-size: 18px;
	}

	
	
}


@media only screen and (max-width: 560px) {
	.qcf-steps-desc .fl-rich-text {
    margin-left: 130px;
	}

	.qcf-h.bordr-gr h2.fl-heading,
	.qcf-h.bordr-ecs h2.fl-heading,
	.qcf-h.bordr-aptus h2.fl-heading,
	#qcf-fast-easy .fl-node-5f62b5c602d3f.fl-module-heading .fl-heading, 
	#qcf-options .qcf-h.bordr-cy span {
    	font-size: 18px;
	}

	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 22px;
	}
/* 	.page-id-7 input#gform_submit_button_1 {
    margin-left: 70px;
	} */
	#qcf-funding h2 {
    font-size: 13px;
	}
}

@media only screen and (max-width: 515px){	
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
    margin-left: 120px;
	}
	
	
}


@media only screen and (max-width: 511px){
/* 	.page-id-132 img.fl-photo-img.wp-image-59.size-full {
    margin-left: -32px;
	}
	 */
}


@media only screen and (max-width: 500px) {
	.page-id-132 section#media_image-2,
	section#media_image-3, section#text-3,
	section#media_image-4, section#media_image-5 {
		padding: 10px;
		margin: 0;
	}
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin: 0 15px;
	}
/* 	.footer-widgets-4 .qcf-sm li {
		margin-bottom: 0;
    	padding-bottom: 0;
		float: left;
    	width: 54%;
	} */
/* 	.footer-widgets-1 .widget_text p > a {
    	font-size: 40px;
	} */
	.footer-widgets-1 .widget_text p {
    	font-size: 20px;
	}
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 100%;
	}
	.footer-widgets-3, .footer-widgets-4 {
    margin-top: 40px;
	}
	
	.footer-widgets-2,.footer-widgets-3, .footer-widgets-4 {
    margin-left: 25px;
	}
	.footer-widgets section#media_image-5 {
		max-width: 350px;
		padding: 0;
	}
/* 	.footer-widgets-4 .qcf-sm li {
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
    width: 20%;
	} */
	.footer-widgets {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 25px 0;
    position: relative;
	}
	
/* 	.page-id-132 img.fl-photo-img.wp-image-58.size-full {
    max-width: 85%;
    margin-left: 20px;
	} */
	
	#qcf-hero .fl-button-wrap a.fl-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin-left: 0px;
	}
	
/* 	.page-id-132 .fl-col-group.fl-node-5f7c801f2f591.fl-col-group-nested {
    margin-left: -4px;
	} */
	.rplg-slider .rplg-slider-prev, .rplg-slider .rplg-slider-next {
		display: none;
	}
/* 	.page-id-132 img.fl-photo-img.wp-image-59.size-full {
    max-width: 85%;
    margin-left: -10px;
	} */
/* 	.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 71px;
    width: 130%;
    margin-top: -10px;
	}
	 */
	.header-image .title-area {
		max-width: 180px;
	}
	
	.header-image .site-title > a {
		min-height: 1px;
	}
	
	.site-header .menu-toggle {
		top: 17px;
	}
	.site-header.sticky .wrap {
		padding: 10px;
	}
	
	.site-header.sticky .menu-toggle {
		max-width: 35px;
		height: 35px;
	}
	
	.page-id-132 .fl-node-5f7c801f2f596 > .fl-row-content-wrap {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
	}
	
	.header-image .site-header.sticky .site-title > a {
    min-height: 40px;
	max-width: 180px;	
	}
/* 	.site-footer {
    font-size: 5px;
	} */
/* 	.page-id-7 #qcf-hero .fl-button-wrap a.fl-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
	margin-left: 145px;	
	margin-top: 60px;	
	} */
	
	.page-id-7 #qcf-hero .fl-button-wrap {
		text-align: center;
/* 		margin-top: 60px;	 */
	}
	
	.page-id-7 img.fl-photo-img.wp-image-58.size-full,
    .page-id-7 img.fl-photo-img.wp-image-1542.size-full {
    max-width: 50% !important;
/* 	margin-left: 50px; */
	}
    
    .page-id-7 img.fl-photo-img.wp-image-59.size-full {
    	max-width: 45% !important;
    }
	.page-id-7 #qcf-hero .fl-photo {
		text-align: center;
	}
	
	
	.page-id-7 #qcf-funding h2::before, #qcf-funding h2::after {
    content: '';
    border-bottom: 2px solid #e2e3e4;
    width: 100%;
    max-width: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
	.page-id-7 .qcf-steps-desc .fl-rich-text {
    background-color: #f8f8f9;
    min-height: 220px;
    padding: 20px;
    margin-bottom: 110px;
	}
	
	.papge-id-7 .qcf-c. img.fl-photo-img.wp-image-82.size-full, 
	.papge-id-7 .qcf-c. img.fl-photo-img.wp-image-83.size-full, 
	.papge-id-7 .qcf-c. img.fl-photo-img.wp-image-85.size-full {
    max-width: 50%;
	}
	
	
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col-small,
	#qcf-options .fl-col-group.fl-col-group-equal-height .fl-col {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: calc(33.33% - 30px);
    padding: 15px 35px;
    min-height: 267px;
	margin: 0 40px;
	}
	
	.qcf-efficiency h4.entry-title {
    font-size: 26px;
	}
	
	.page-id-16 .qcf-efficiency a.more-link {
    color: #fff100;
    background: #4cb70f;
    background: -moz-linear-gradient(left, #4cb70f 0%, #29bc64 50%, #0bc0a9 100%);
    background: -webkit-linear-gradient(left, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    background: linear-gradient(to right, #4cb70f 0%,#29bc64 50%,#0bc0a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb70f', endColorstr='#0bc0a9',GradientType=1 );
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 7px 45px;
    top: 40px;
    border-radius: 0;
    text-decoration: none;
    margin-left: 120px;
	}
	.qcf-breeds .fl-post-column {
    display: flex;
    max-width: 100% !important;
    margin-left: 75px;
}
	.qcf-post span.fl-heading-text, h2.fl-heading {
    font-size: 30px;
	text-align: center;	
	}
	
	.qcf-efficiency a {
    font-size: 20px;
	}

	.qcf-post .fl-module-content.fl-node-content {
    text-align: -webkit-center;
	}
	.qcf-trust-title h3 {
    font-size: 20px;
}
	.qcf-trust-title p {
    font-size: 15px;
}
	a#fl-accordion-5fc7b13f36044-label-0, a#fl-accordion-5fc7b13f36044-label-1, a#fl-accordion-5fc7b13f36044-label-2, a#fl-accordion-5fc7b13f36044-label-3, a#fl-accordion-5fc7b13f36044-label-4 {
    font-size: 15px;
	}
	#qcf-find-out .fl-node-5f63068c0e6bb > .fl-col-content {
    background-image: url(/wp-content/uploads/2020/09/qcf-form-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    display: none;
	}
	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 25px
	}
	.page-id-7 .qcf-industry span.fl-heading-text,
	.qcf-industry .fl-heading-text {
    font-size: 18px;
	}
/* 	.page-id-7 #qcf-hero h1 {
    line-height: 0.3;
	} */
	.page-id-7 .qcf-strong span.fl-heading-text {
    font-size: 35px;
	}
	
	#qcf-g .qcf-grad {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
	.qcf-grad.fl-node-5f76c331685ca a.fl-button, 
	.qcf-grad.fl-node-5f76c331685ca a.fl-button:visited {
    	font-size: 12px !important;
		margin-top: 35px;
	}
	.qcf-industry.fl-node-5f76c34b66cd2.fl-module-heading .fl-heading {
		line-height: 0.4;
	}
	.page-id-7 #qcf-hero .fl-node-5f7c7fbae686c .fl-node-5f7c7fbae686d, 
	.page-id-7 #qcf-hero .fl-node-5f7c7fbae686c .fl-node-5f7c7fbae686f {
    	width: 290px !important;
	}
	#qcf-hero .fl-node-5f7c7fbae6869 {
    	text-align: center;
	}
	.qcf-steps-desc .fl-rich-text,
	.ecs-steps-desc .fl-rich-text,
	.aptus-steps-desc .fl-rich-text {
/*     	margin-left: 115px; */
		margin: 0 auto 110px;
		max-width: 100%;
	}
	.qcf-steps.step-gr,
	.qcf-steps.step-bgr,
	.qcf-steps.step-cy {
    	left: 245px;
	}
	.qcf-steps-desc h3,
	.ecs-steps-desc h3,
	.aptus-steps-desc h3 {
    	font-size: 20px;
	}
	#qcf-funded .fl-node-5f6198fbc3a57 p, 
	#qcf-funded .fl-node-5f6198fbc3a57 p strong {
    	font-size: 17px;
	}
	#qcf-fast-easy .fl-node-5f62b95a6655c,
	#qcf-fast-easy .fl-node-5f62b95a66560,
	#qcf-fast-easy .fl-node-5f62b95a66562,
	#qcf-fast-easy .fl-row-content .fl-col-group:nth-child(2) div.fl-col-small {
		max-width: 250px;
	}
	.page-id-7 .qcf-bord span.fl-heading-text {
    	font-size: 20px;
	}
	#qcf-fast-easy .fl-node-5f62b95a66562 .fl-node-5f62bef2b8c15 > .fl-node-content {
		width: 160px;
		margin-left: 68px;
	}
	#qcf-fast-easy .fl-module-content .fl-rich-text p {
    	font-size: 18px;
	}
	#qcf-options .fl-builder-content .fl-node-5f62cb13196b4 .fl-rich-text, .fl-builder-content .fl-node-5f62cb13196b4 .fl-rich-text * {
    	font-size: 17px !important;
	}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo,
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text {
		padding: 70px 25px 25px;
	}
	#qcf-trusted .fl-node-5f62e88bed99d .fl-module-content .fl-rich-text * {
    font-size: 15px;
	}
 	.qcf-form .gform_wrapper .gform_footer {
/*     margin: 16px 0 0 35px; */
		margin: 0;
	}
/* 	.page-id-7 .gform_wrapper {
    max-width: 70%;
    margin-left: 50px;
	} */
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_button, .btn-default{
		font-size: 15px !important;
		max-width: 165px;
		padding: 3px 15px;
	}
	#qcf-reviews .fl-col.fl-node-5f87f874102d3.fl-col-small {
    display: inline;
	}
	#qcf-reviews .fl-node-5f87f9fe58938 .fl-photo {
    max-width: 35%;
    margin-left: 130px;
	}
	.page-id-7 .qcf-customer span.fl-heading-text {
    font-size: 15px;
	}
	.qcf-steps.step-gr, 
	.qcf-steps.step-bgr, 
	.qcf-steps.step-cy {
    margin-left: 0px;
		
	}
	#qcf-options .qcf-h.bordr-cy span{
	font-size: 22px;
	}
	.page-id-7 input#gform_submit_button_1 {
/*     margin-left: 15px; */
		margin-left: 0;
		margin-bottom: 0;
		max-width: 100%;
		padding: 10px 15px;
	}
	.page-id-7 .qcf-much span.fl-heading-text {
    font-size: 21px;
	}
/* 	.qcf-grad span.fl-button-text {
    font-size: 10px;
	} */
/* 	.qcf-grad .fl-module-content.fl-node-content {
    margin-top: -40px;
	} */
	.qcf-btn .fl-button-wrap a.fl-button {
    font-size: 12px !important;
    padding: 10px 20px 10px 20px !important;
	}
	#qcf-funding h2 {
    font-size: 13px;
	}
	.page-id-10 #qcf-fast-easy .fl-node-5f7a78f02b3dc .fl-node-5f7a78f02b3e4 > .fl-node-content {
    width: 160px;
    margin-left: 68px;
	}
		#qcf-funding .fl-node-5f61848f212d5 .fl-col, #qcf-funding .fl-node-5f7a78275c455 .fl-col {
    width: 145px !important;
	}
	#qcf-our-diff .fl-node-5f7a7cf683fbf .fl-rich-text p {
    font-size: 15px;
    text-align: justify;
	}
	#qcf-cust-saying .fl-node-5f7a8b6a6917b .fl-heading {
    font-size: 15px;
	}
	#qcf-our-people .fl-col-small:last-of-type {
    padding: 0;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-heading-text {
    font-size: 23px;
	}
	#qcf-we-supp .fl-node-5f7a746d4a4eb .fl-separator {
    margin: 0 auto !important;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-node-5f7a89d5c84f5 .fl-separator {
/*     margin: 0px 0 0 140px; */
		margin: 0 auto;
	}
	#qcf-our-people .fl-node-5f7a895595200 .fl-rich-text p {
    font-size: 16px;
	}

	.qcf-steps.step-gr, .qcf-steps.step-bgr, .qcf-steps.step-cy {
		left: 50%;
	}
	
	#qcf-funded .qcf-grad {
		margin-top: 0;
	}
	#qcf-funded .fl-col-small:last-of-type .qcf-steps-desc .fl-rich-text,
	#qcf-funded .fl-col-small:last-of-type .ecs-steps-desc .fl-rich-text,
	#qcf-funded .fl-col-small:last-of-type .aptus-steps-desc .fl-rich-text {
		margin-bottom: 0;
	}
	
	.default-header {
		min-height: 80px;
	}
	.fl-col-content .qcf-cash {
		width: 100%;
		min-width: unset;
	}
	.footer-widgets-4 .qcf-sm li {
		width: 32px;
	}
	.footer-widgets .wrap .widget-area {
		padding: 0;
		width: 100%;
	}
	.fl-accordion-button-label {
		font-size: 18px !important;
	}
	.home #qcf-hero .fl-button-wrap a.fl-button {
/* 		max-width: 150px; */
		max-width: 200px;
	}
	.page-header {
		min-height: 300px;
		padding-top: 40px;
	}
	.page-header h1 {
		padding: 0 15px;
		text-align: center;
		font-size: 55px;
	}
	.page-id-16 main .fl-separator {
		margin: 0 auto !important;
	}
	#guides-rsc img {
		width: 100%;
	}
	#qcf-cust-saying h2 {
		font-size: 25px;
	}
	#qcf-hero .fl-col-group.fl-col-group-nested .fl-col .fl-photo-content img {
		height: auto;
	}

	.single-post h1 {
		margin-top: 0px;
	}

	.single-post h2 {
		font-size: 24px;
	}

	.single-post h3 {
		font-size: 20px;
	}

	.single-post article {
		padding: 10px;
	}
}

@media only screen and (max-width: 460px){
	#qcf-app-frm {
		padding: 15px 15px 120px;
		font-size: 18px;
	}
	#qcf-app-frm li {
		font-size: 18px;
	}
	#qcf-app-frm .gform_wrapper .gf_step {
		margin: 15px;
		margin-left: 0;
	}
	#qcf-app-frm #gform_page_3_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_6_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_9_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_14_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_15_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_16_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_17_1 .gform_page_footer input {
		width: 100% !important;
	}
	#gform_page_3_1 .gform_page_footer::before,
	#gform_page_6_1 .gform_page_footer::before,
	#gform_page_9_1 .gform_page_footer::before,
	#gform_page_14_1 .gform_page_footer::before,
	#gform_page_15_1 .gform_page_footer::before,
	#gform_page_16_1 .gform_page_footer::before,
	#gform_page_17_1 .gform_page_footer::before {
/* 	background: url(/wp-content/uploads/2020/10/qcf-security.png); */
	background: url(/wp-content/uploads/2021/06/norton-logo.png);
	content:'';
	left: unset;
	top: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	width: 100%;
	margin: 0 auto;
}
	#qcf-app-frm #gform_page_3_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_6_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_9_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_14_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_15_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_16_1 .gform_page_footer input,
	#qcf-app-frm #gform_page_17_1 .gform_page_footer input  {
	margin-top: 80px;
	margin-bottom: 30px;
}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo, 
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text {
		padding: 70px 0 15px
	}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content {
		padding: 73px 15px 35px;
	}
	#qcf-app-frm .gform_wrapper .gf_step::after {
		max-width: 15px;
		right: -16px;
	}
}

@media only screen and (max-width: 360px){
/* 	.page-id-7 #qcf-hero .fl-button-wrap a.fl-button {
    margin-left: 85px;
    margin-top: 60px;
	} */
/* 	.qcf-steps.step-gr, .qcf-steps.step-bgr, .qcf-steps.step-cy {
    left: 180px;
	} */
/* 	.qcf-steps-desc .fl-rich-text {
    margin-left: 83px;
	} */
	.qcf-c .fl-photo-content img {
    max-width: 50%;
	}
	#qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-photo, #qcf-trusted .fl-col.fl-col-small .fl-col-content .fl-module-rich-text {
    width: 100%;
	}
/* 	.page-id-7 input#gform_submit_button_1 {
    margin-left: -35px;
	} */
	.qcf-grad.fl-node-5f76c331685ca a.fl-button, .qcf-grad.fl-node-5f76c331685ca a.fl-button:visited {
    margin-top: 45px;
	}
	.qcf-ft-header h2 {
		font-size: 20px !important;
	}
	
	.fl-col-content .qcf-cash {
		max-width: 100%;
		width: 100% !important;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}