/*
Theme Name: Fire Recovery USA Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Fire Recovery USA
Version: 1.0
*/

* {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}
p {
	color: #555;
}
body {
    background-image: url(https://firerecoveryusa.com/wp-content/uploads/2020/06/sidebar_back_no_shadow.png);
    background-position: left top;
    background-repeat: repeat-y;
}
.my_shadow_background_fixed {
	background-image: url(https://firerecoveryusa.com/wp-content/uploads/2020/06/main_area_back.png) !important;
	background-position: 0 top;
	background-repeat: repeat-y;
	width: 40px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 321px;
	z-index: 9;
}
a {
	color: #555;
}
body.has-sidebar .content-area, .wpex-content-w {
	max-width: 100%;
}
.wpb_text_column p a {
	text-decoration: underline;
}

a:hover {
	color: #BE0000;
	text-decoration: none;
	transition: color 0.25 linear;
}

p:empty {
    margin: 0;
}

#main {
	border: 1px solid #d6d6d6;
}

.full-width-main-layout .container, .full-width-main-layout .vc_row-fluid.container, .boxed-main-layout #wrap {
    width: 100% !important;
}
.my_footer_wrapper {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}
.my_footer_wrapper .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.post-content {
	padding: 0 60px !important;
}
.my_sub_menu a {
	font-size: 16px !important;
	font-weight: 600;
	color: #555555 !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	line-height: 1.3em !important;
	padding-left: 48px !important;
}
#sidebar #wpex_simple_menu-2 ul#menu-main li.my_sub_menu.current-menu-item a {
	background-color: #ffffff !important;
	color: #555;
	border-top-color: #ffffff !important;
	border-bottom-color: #ffffff !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	transition: all 0.3s linear;
}
.my_sub_menu a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f054";
	color: #BE0000;
	font-size: 15px;
	margin-right: 0;
	margin-left: 0;
	position: absolute;
	left: 30px;
}
#sidebar #wpex_simple_menu-2 ul#menu-main li.my_sub_menu.current-menu-item a:hover {
	background-color: #F7F7F7 !important;
	border-top-color: #D6D6D6 !important;
	border-bottom-color: #D6D6D6 !important;
	transition: all 0.3s linear;
}
.post-content .vc_row:not(.vc_inner), 
.vc_row:not(.vc_inner) {
    padding-top: 80px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 80px;
    margin: 0 !important;
}

div#home-header {
    padding: 0;
    max-height: 55px;
}

.page-scroll a {
    padding: 5px 15px;
	margin: 7px 15px 7px !important;
    line-height: 27px;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 17px;
	border-color: transparent !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

.page-scroll a:hover {
	border-color: #707070;
	background: transparent;
	transition: all 0.3s linear;
}

header#site-header,
div#site-header-sticky-wrapper {
    display: none;
}

aside#sidebar {
	width: 321px;
}

.boxed-main-layout #wrap .container {
	padding-left: 0px !important;
}

#sidebar #sidebar-inner #media_image-2 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background: #fff;
}

#sidebar #sidebar-inner > div {
    padding-left: 30px;
    padding-right: 30px;
}

#sidebar #sidebar-inner div#wpex_simple_menu-2, 
#sidebar #sidebar-inner div#nav_menu-2 {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 0 !important;
}

#sidebar #sidebar-inner div#wpex_simple_menu-2 .menu-main-container {
	padding-bottom: 30px !important;
	background: #fff !important;
}

#sidebar #sidebar-inner div#wpex_simple_menu-2 ul.menu > li > a, 
#sidebar #sidebar-inner div#nav_menu-2 ul.menu > li > a {
	border-right-color: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-left: 30px;
	font-size: 18px;
	background-color: #fff;
	padding-top: 5px;
    padding-bottom: 5px;
	display: block;
}

#sidebar div#wpex_simple_menu-2 li:hover>a, 
#sidebar div#wpex_simple_menu-2 .current-menu-item>a, 
#sidebar .widget_nav_menu li:hover>a, 
#sidebar .widget_nav_menu .current-menu-item>a, 
.widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a {
    background-color: #F7F7F7 !important;
    color: #555;
    border-radius: 0 !important;
	border-top-color: #D6D6D6 !important;
	border-bottom-color: #D6D6D6 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
	transition: all 0.3s linear;
}

#sidebar div#wpex_simple_menu-2 ul li.menu-item-has-children {
	position: relative;
}

#sidebar div#wpex_simple_menu-2 ul ul.sub-menu {
	display: none;
	position: absolute;
    right: -98%;
    top: 0;
}

#sidebar div#wpex_simple_menu-2 ul ul.sub-menu > li > a {
	font-size: 18px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #F7F7F7 !important;
	display: block;
	padding: 5px 30px;
}

#sidebar div#wpex_simple_menu-2 ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	transition: all 0.3s linear;
}
#footer-top > .vc_col-sm-4:first-child > .vc_column-inner, 
#footer-bottom2 > .vc_col-sm-4:first-child > .vc_column-inner {
	padding-left: 30px;
}

#footer-top > .vc_col-sm-4:last-child > .vc_column-inner, 
#footer-bottom2 > .vc_col-sm-4:last-child > .vc_column-inner {
	padding-right: 30px;
}
#chart-row span.circle-text span {
	font-size: 60px;
}
#chart-row {
    background-color: #F7F7F7;
    border-bottom: 1px solid #D6D6D6;
}
.header.yellow-bg .vcex-navbar .vcex-navbar-inner a {
	color: #555555;
}
div#text-2 {
    background: #fec200;
    padding: 30px;
}
#meet-the-team a:hover {
	color: #fec200;
}
.yellow-bg {
	background: #fec200;
}

.white {
	color: #fff;
}

#sidebar h2.white .counter_text {
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    text-shadow: 0 0 6px rgba(0,0,0,.16);
}
#sidebar h2.white .jcw-odometer-div {
	width: 100% !important;
}
/*#sidebar h2.white .jcw-digit-container {
	display: block;
	float: left;
}*/
#sidebar h2.white .jcw-digit, #sidebar h2.white .jcw-tenth {
	position: absolute;
	background: transparent;
	color: white;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 46px !important;
	text-shadow: 0 0 3px rgba(0,0,0,.16);
	padding: 0px !important;
	line-height: 37px !important;
	height: 36px !important;
	width: 20px !important;
}
#sidebar h2.white .jcw-digit-container {
	width: 23px !important;
}
/*#sidebar h2.white .counter_character {
	width: auto !important;
	height: auto !important;
	top: 0 !important;
}*/
#sidebar h2.white .counter_character_left {
    margin-left: 0px;
    margin-right: 0;
}
#sidebar h2.white .counter_marker {
	width: auto !important;
	height: auto !important;
	background-image: inherit !important;
}
#sidebar h2.white .jcw-digit-container:first-child .jcw-digit {
	font-size: 28px !important;
	width: 14px !important;
	margin-top: -6px;
}
#sidebar h2.white .jcw-digit-container:first-child {
	width: 14px !important;
}
#sidebar h2.white .jcw-digit-container:nth-child(5) .jcw-digit, #sidebar h2.white .jcw-digit-container:nth-child(9) .jcw-digit {
	width: 14px !important;
	margin-top: -4px;
}
#sidebar h2.white .jcw-digit-container:nth-child(5), #sidebar h2.white .jcw-digit-container:nth-child(9) {
	width: 14px !important;
}
h2.white .custom-counter {
	margin: 0px auto;
	background-color: inherit;
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit;
	-khtml-box-shadow: inherit;
	box-shadow: inherit;
}
#sidebar div.yellow-bg p:last-child {
	margin-bottom: 0 !important;
}

a.white-btn {
    font-size: 16px;
    text-align: center !important;
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    padding: 12px;
    border-radius: 3px;
    border: 2px solid #fff;
	text-decoration: none;
}

div#calculate-my-cost-recovery button:hover, 
a.white-btn:hover {
	color: #fff;
	background-color: #BE0000;
	border-color: #BE0000;
	transition: all 0.25s ease-in;
}

span.sup {
    font-size: 60%;
    vertical-align: super;
    color: #fff;
    font-weight: 400;
}

#text-3 .pad-left {
    padding-left: 30px;
}
.vc_icon_element.vc_icon_element-outer.footer-social.vc_icon_element-align-left {
	display: inline-block;
	font-size: 12px;
	position: relative;
	left: 21px;
}
div.vc_icon_element.vc_icon_element-outer.footer-social.vc_icon_element-align-left:hover span.vc_icon_element-icon:before {
	color: #BE0000 !important;
	cursor: pointer;
	transition: all 0.25s ease-in;
}

.entry h2, .entry h1 {
    font-family: "Oswald";
    color: #707070;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#footer-top .widget ul li a {
    color: #707070;
}

#footer-top .widget ul li a:before {
    content: " ";
    background: url(https://firerecoveryusa.com/wp-content/uploads/2020/06/chevron-right-solid.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    margin-right: 10px;
    width: 16px;
    height: 20px;
    display: inline-block;
    line-height: inherit;
}

#footer-top .widget ul li a:hover {
	color: #BE0000;
}

#footer-bottom2 {
	padding-top: 30px;
	background-color: #F4F4F4;
}
#footer-bottom2 .vc_icon_element.vc_icon_element-outer.footer-social.vc_icon_element-align-left {
	left: -10px;
	margin-bottom: 0;
}

#footer-bottom-social .wpb_wrapper {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#footer-bottom2 a.yellow-btn {
    background: #BE0000;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    max-width: 85%;
	margin-top: 15px;
	font-weight: 900;
}

#footer-bottom2 a.yellow-btn:hover {
	background: #FEC200;
	transition: all 0.3s linear;
}

.custom-singular-template.entry.wpex-clr #footer-top, 
.custom-singular-template.entry.wpex-clr #footer-bottom2 {
	padding: 0 60px 60px;
    background: #f7f7f7;
}

#footer {
	display: none;
}

body.has-sidebar .content-area, .wpex-content-w {
    width: calc(100% - 321px);
}
/*body.has-sidebar .content-area {
    -webkit-box-shadow: inset 0 0 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.15) inset;
    box-shadow: inset 0 0 20px 0px rgba(0,0,0,0.15);
}*/
body.content-left-sidebar #content-wrap .content-area, .content-left-sidebar .content-area {
	padding-bottom: 0;
}
#sidebar #sidebar-inner div#nav_menu-2 ul#menu-main {
    margin-bottom: -30px;
    padding-bottom: 30px;
    background: #fff;
}

body.content-left-sidebar #content-wrap #sidebar, .content-left-sidebar #sidebar {
    float: left;
    margin-bottom: 0;
    z-index: 99 !important;
}

#home-slider > .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.main-head {
	font-family: "Oswald", sans-serif !important;
	font-size: 38px;
	color: #BE0000!important;
	line-height: 45px;
	text-transform: uppercase!important;
	letter-spacing: 0;
	padding: 35px 0;
	margin-bottom: 35px!important;
	border-bottom: 1px solid #d6d6d6;
}
/* --------- Todd Added This ----------  */
h2.vc_custom_heading.sub-head-yellow-lg.vc_custom_1595436969416 {
	font-family: "Oswald", sans-serif !important;
	font-size: 38px;
	color: green!important;
	line-height: 1.1em;
	text-transform: uppercase!important;
	letter-spacing: 0;
	padding: 35px 0 15px;
	font-weight: 400 !important;}

.sub-head {
	font-family: "Oswald", sans-serif !important;
	font-size: 26px;
	color: #BE0000!important;
	line-height: 1.1em;
	text-transform: uppercase!important;
	letter-spacing: 0;
	padding: 35px 0 15px;
	font-weight: 600 !important;
}

.boxed-main-layout #outer-wrap {
    padding: 0px 30px;
}

.wpb_text_column p {
	font-size: 18px;
}
.white p em {
	color: #ffffff !important;
}
div#how-much-money {
    padding-top: 43px;
}

.vc_custom_heading.sub-head.grey {
    font-weight: 500 !important;
    font-size: 38px !important;
    text-align: center !important;
    position: relative !important;
}

.grey {
	color: #555 !important;
}
.thick-border::before {
	height: 5px;
	width: 100px;
	position: absolute;
	content: " ";
	background: #555;
	left: 0 !important;
	bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.thick-border-blue::before {
	height: 5px;
	width: 100px;
	position: absolute;
	content: " ";
	background: #0075C2;
	left: 0 !important;
	bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.thick-border-yellow::before {
	height: 5px;
	width: 100px;
	position: absolute;
	content: " ";
	background: #FEC200;
	left: 0 !important;
	bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.brown-bg {
	background: #2D1B11;
}

.vcex-testimonials-fullslider-author-name,
.vcex-testimonials-fullslider-company {
    text-align: left;
	padding-left: 80px;
}

.sp-button {
    border: 1px solid #555 !important;
}

.vcex-testimonials-fullslider-inner .entry p:last-child {
    margin: 0;
    font-size: 18px;
}

.vcex-testimonials-fullslider .sp-button.sp-selected-button, 
.vcex-testimonials-fullslider .sp-button:hover {
    background-color: #555 !important;
}

.vcex-testimonials-fullslider-author-name:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://firerecoveryusa.com/wp-content/uploads/2020/06/testimonial-icon-e1591871807427.jpg) no-repeat center center;
}

div#faqs h3.sub-head {
	color: #fec200 !important;
	font-size: 38px !important;
	line-height: 48px !important;
	text-align: center !important;
	margin-bottom: 40px !important;
	font-weight: 400 !important;
}
h3.like_faq.sub-head {
	color: #fec200 !important;
	font-size: 38px !important;
	line-height: 48px !important;
	text-align: center !important;
	margin-bottom: 40px !important;
	font-weight: 400 !important;
}
.page-id-20 #meet-the-team h3.vc_custom_heading.sub-head {
	font-size: 38px !important;
	line-height: 1.2em !important;
	font-weight: 400 !important;
}
.page-id-20 #meet-the-team h4.vc_custom_heading.sub-head {
	font-size: 24px !important;
	line-height: 1.2em !important;
	font-weight: 400 !important;
}
.yellow {
	color: #fec200 !important;
}

.center, 
.center > * {
	text-align: center;
}

.vc_toggle_default .vc_toggle_title h4 {
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 21px;
	font-family: "Open Sans";
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
    background: transparent;
    color: white !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: transparent;
	border-bottom-color: #fec200;
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title:first-child {
	border-top: 1px solid #fec200 !important;
	border-top-color: #fec200 !important;
}
.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4::before {
	margin-right: 20px !important;
	background: #fec200 !important;
	padding: 7px !important;
	color: white !important;
	margin-bottom: 14px !important;
	display: block;
	float: left;
}
.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md.faq-item {
    margin-bottom: 0;
}

div.vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
    padding: 24px 12px !important;
}

.vc_toggle_default .vc_toggle_title:hover h4, 
.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
    color: #BE0000 !important;
	transition: all 0.3s linear;
}

.vc_toggle_content p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    padding-left: 60px;
}

div#calculate-my-cost-recovery {
    padding-top: 26px;
    padding-bottom: 26px;
}

div#calculate-my-cost-recovery button {
    font-size: 21px;
    margin-top: 10px;
    border-color: #fec200;
}

div#why-fire {
    padding-top: 0;
}

.a11y-toolbar {
    position: fixed;
    z-index: 99999;
    top: 60%;
    left: 5vw;
}

.brown-gradient {
    background-image: url(https://firerecoveryusa.com/wp-content/uploads/2020/06/brown_grduation_back.jpg) !important;
    background-position: center top !important;
    background-repeat: repeat-y;
	background-color: #2D1C12 !important;
}
.page-title2, h2.page-title2, h1.page-title2 {
	font-size: 52px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500 !important;
	border-bottom: 0;
	text-transform: capitalize;
	color: #FEC200;
	line-height: 1.2em;
}
#chart-row .vc_chart {
	position: relative;
}
.thick-border.yellow:before {
	background: #fec200;
}

.chart-head {
	font-family: "Oswald", sans-serif !important;
	font-size: 20px !important;
	line-height: 25px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	text-align: center !important;
	margin-top: 5px !important;
	color: #555 !important;
	border-bottom: 0 !important;
}

a.right-menu-item {
    border-radius: 5px !important;
    border: 1px solid #555 !important;
    padding: 4px 10px;
    float: right !important;
}

/*h2.wpb_heading {
    border: 0;
    text-align: center;
    position: absolute;
    display: inline-block;
    font-size: 56px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
    border-radius: 50%;
    color: #555 !important;
    background: #fff;
    margin: 0 auto;
    left: 25px;
    top: 10px;
    padding: 49px;
    width: 182px;
    height: 182px;
}*/

h2.wpb_heading em {
    color: #555 !important;
    font-size: 35px;
    vertical-align: super;
    font-style: inherit;
    font-weight: 300;
}

h3.vc_custom_heading.sub-head.yellow em {
    font-style: normal;
    color: #fff;
}

.vc_custom_heading {
	padding-top: 0 !important;
}

div#have-additional {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center !important;
    align-items: center;
    align-content: center;
    display: block;
}

div#have-additional .vc_custom_heading {
    color: #000 !important;
    text-align: center !important;
    line-height: 90px;
    padding-bottom: 0;
}

div#have-additional .sub-head.vc_custom_heading:hover {
	color: #fff !important;
	transition: all 0.3s linear;
}

#subs-program .wpb_text_column p span {
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 2;
}

#subs-program .wpb_text_column p:last-child {
	margin-bottom: 15px;
}

#subs-program .wpb_text_column p span:last-child {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
    line-height: inherit;
	font-weight: 500;
}

.vc_row.wpb_row.vc_row-fluid.header.yellow-bg {
    padding: 0;
}

div#chart-row h3.vc_custom_heading.sub-head.grey.thick-border {
    margin-bottom: 50px;
}

div#chart-row h3.vc_custom_heading.sub-head.grey.thick-border:before {
	background: #fec200 !important;
}
div#chart-row .vc_col-sm-3 h2.wpb_heading {
    border: 0;
    text-align: center;
    font-size: 50px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
    border-radius: 50%;
    color: #555 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    line-height: 1em;
    margin-top: 0;
}
.thick-border, .thick-border-blue, .thick-border-yellow {
	position: relative;
}
body.page:not(.home) .vc_row.wpb_row.vc_row-fluid.brown-gradient:first-of-type {
	padding-top: 30px;
	padding-bottom: 17px;
}
.dl-brochure img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 165px;
    margin-top: 13px;
}
.page-id-69 #inner-boxed.vc_section.white-bg .vc_row.wpb_row.vc_row-fluid.no_back_image {
	padding-bottom: 20px;
}
.my_contact_form .vcex-shortcode.clr {
	margin-top: 30px;
}
#list-cols .vcex-icon-wrap span {
	color: #BE0000!important
}

div#prog-first-responder h3.vc_custom_heading.sub-head.yellow {
    text-align: center !important;
    margin-bottom: 35px;
    color: #fec200 !important;
}

div#customer-map {
	padding-left: 12px !important;
	padding-right: 12px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
div#customer-map h3.vc_custom_heading.sub-head.center {
	text-align: center !important;
	color: #555 !important;
	line-height: 1.5;
	padding-top: 35px !important;
	padding-bottom: 12px !important;
	text-transform: capitalize !important;
	font-weight: 600 !important;
	font-family: "Open Sans", sans-serif !important;
}
div#customer-map h3.vc_custom_heading.sub-head.center > a {
	font-size: 22px !important;
}

div#customer-map h3.vc_custom_heading.sub-head.center em {
	font-style: normal;
	font-size: 18px !important;
	line-height: inherit;
	text-transform: initial;
	font-weight: 600 !important;
}

div#customer-map img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    padding-left: 2px;
}

div#meet-the-team h3 {
	padding-top: 0 !important;
}
.team-col {
	padding: 0 15px;
	margin-bottom: 40px;
}
.team-col > .vc_column-inner {
	background: #fff;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden !important;
	padding-bottom: 70px;
}
.wpb_single_image.wpb_content_element.vc_align_center.team-img {
    margin-left: -15px;
    margin-right: -15px;
    background: #0075C2;
    margin-bottom: 30px;
	padding: 15px;
}

.gform_wrapper li.hidden_label input, .gform_wrapper .ginput_container_textarea textarea {
    background: #F7F7F7 !important;
    border: 1px solid #D6D6D6;
    margin-top: 0 !important;
    border-radius: 0;
    padding: 8px 16px !important;
}

div.vc_custom_heading.team-title.center {
    text-align: center !important;
    color: #555555 !important;
    font-family: "Open Sans", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 26px;
	border-bottom: 0;
	margin-bottom: 15px;
}

.team-col .vc_icon_element {
	margin-bottom: 0;
}

.team-col .wpb_text_column p {
	margin-bottom: 10px;
}

.team-col .wpb_text_column p a {
	text-decoration: none;
}
.team-col .vcex-module.wpex-social-btns.vcex-social-btns {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	padding: 10px;
	background: #0075C2;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	left: 30px;
	/* right: 0; */
	width: calc(100% - 30px);
}
.team-col .vcex-module.wpex-social-btns.vcex-social-btns a {
	margin-bottom: 0 !important;
}

.team-col .vcex-module.wpex-social-btns.vcex-social-btns a span {
	color: #fff;
	font-size: 22px;
}
.team-col .vcex-module.wpex-social-btns.vcex-social-btns a:hover span {
	color: #fec200;
	transition: color 0.3s linear;
}
div.vc_custom_heading.team-title.center em {
    font-style: normal;
    font-size: 18px !important;
    color: rgba(85, 85, 85, .7);
}
#meet-the-team span.vc_icon_element-icon.fas.fa-envelope:hover {
	color: #fec200 !important;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 0;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

li#field_1_5 {
    margin-top: 0;
}

.ginput_container.ginput_container_textarea {
    margin-top: -8px !important;
}

.gform_wrapper .ginput_container_textarea textarea {
}

.theme-button, .color-button, input[type="submit"], button, .button, .added_to_cart {
    background-color: #BE0000;
}

.header-full-img {
    margin-left: -12px;
    margin-right: -15px;
}

div#get-the-app, 
div.get-the-app {
    padding: 20px !important;
}

.get-the-app .vc_custom_heading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #555 !important;
}

.fire-hover .vc-hoverbox-block.vc-hoverbox-front {
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.fire-hover .vc-hoverbox-block.vc-hoverbox-front h2 {
    border-bottom: 0;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}
.fire-hover.thick-border::before {
	height: 5px;
	width: 33%;
	position: absolute;
	content: " ";
	left: 0 !important;
	bottom: 50px;
	background: #fec200;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.fire-hover .vc-hoverbox-back {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
}

.fire-hover .vc-hoverbox-back:before {
	height: 5px;
    width: 33%;
    position: absolute;
    content: " ";
    left: 33% !important;
    top: 30px;
	background: #fec200;
}

.fire-hover .vc-hoverbox-back:after {
	height: 5px;
    width: 33%;
    position: absolute;
    content: " ";
    left: 33% !important;
    bottom: 30px;
	background: #fec200;
}

body.page-id-26 div#primary, 
body.page-id-69 div#primary {
    background: #fec200;
}

body.page-id-69 h3.vc_custom_heading.sub-head {
    margin-top: 40px;
}

.white-bg {
    background: #fff !important;
    margin: 55px 80px;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    width: 25%;
    display: inline;
    margin-right: 1.75%;
}

.gform_wrapper .top_label .gfield_label {
    padding-top: 10px;
}

.ginput_container.ginput_container_checkbox, 
.ginput_container.ginput_container_radio {
    width: 75%;
    display: inline-block;
    float: right;
    margin-top: 0 !important;
    height: inherit;
    margin-bottom: 6px !important;
    line-height: 22px;
}

.pad-top-0 {
	padding-top: 0 !important;
}

.ginput_container.ginput_container_checkbox, .ginput_container.ginput_container_radio {
    max-width: 75%;
    display: inline-block;
    margin-top: 0 !important;
    height: inherit;
    margin-bottom: 6px !important;
    line-height: 22px;
    width: auto;
    margin-left: 20px;
    max-height: 22px;
    min-width: 38%;
}

li#field_3_14 .ginput_container.ginput_container_radio {
    width: 100%;
    line-height: 1;
    padding-bottom: 20px !important;
}

.border-bottom {
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc !important;
}

body.page-id-26 .sub-head {
	padding-top: 60px !important;
}

/* body.page-id-26 div#footer-top {
	left: 0 !important;
} */

.contact-num {
	
}

div#flip-boxes .vc-hoverbox-block.vc-hoverbox-front {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fec200;
}

div#flip-boxes .vc-hoverbox-block.vc-hoverbox-front h2 {
	padding: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	background: #fec200;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-transform: capitalize;
	margin-top: 30px;
}

div#flip-boxes .vc-hoverbox-block.vc-hoverbox-back .vc_btn3.vc_btn3-size-md {
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 50px;
    padding-right: 50px;
}

#home-slider, 
#home-slider .pad-0, 
#home-slider .pad-0 > .vc_column-inner {
	padding: 0 !important;
}

div#rev_slider_1_1 {
    background: #2D1B11;
}

.blue-bg {
	background: #0075C2 !important;
}

.blue, 
a.blue, 
h2.blue.vc_custom_heading.main-head, 
h3.blue.vc_custom_heading.sub-head, 
h4.blue.vc_custom_heading, 
div.blue.vc_custom_heading, 
.blue.wpb_content_element p { 
	color: #0075C2 !important;
}

.light-blue-bg {
	background: rgba(0,117,194,0.06) !important;
}

a.white,
.white,
.white.wpb_text_column p,
.white.vc_custom_heading, .white.wpb_text_column p strong {
	color: #fff !important;
}

div#customer-service {
    padding: 30px 0 !important;
}
div#customer-service h3.vc_custom_heading.sub-head.center.btn a {
	text-align: center !important;
	color: #fff !important;
	display: block;
	width: auto !important;
	margin: 0 auto !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: capitalize !important;
	font-size: 19px !important;
	/*border: 1px solid #fff;*/
	padding-bottom: 0 !important;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	line-height: 1.3em;
	font-weight: 900 !important;
	letter-spacing: 0;
}
div#customer-service h3.vc_custom_heading.sub-head.center.btn a:hover {
	color: #FEC200 !important;
	/*border: 1px solid #FEC200;
	background-color: #FEC200;*/
	opacity: 1;
}
div#customer-service .wpb_text_column p {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 0;
}
.border-bottom-blue {
	padding-bottom: 40px;
	border-bottom: 1px solid #66acdb !important;
}
div#makes-different h3.vc_custom_heading.sub-head.blue.border-bottom {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

div#makes-different .vcex-list_item .vcex-content {
    display: inline-block;
    width: auto;
    max-width: 95%;
}

div#makes-different .vcex-list_item .vcex-icon-wrap {
    display: inline;
    margin-right: 10px;
    height: inherit;
    align-self: baseline;
    float: left;
}

div#makes-different .vcex-list_item .vcex-icon-wrap span {
	color: #0075C2 !important;
	font-weight: bold;
}

div#makes-different .vcex-list_item {
    margin-bottom: 15px;
}

div#max-revenue {
    padding: 30px;
}

div#max-revenue h3.vc_custom_heading.sub-head.grey.center {
    font-family: "Open Sans", sans-serif !important;
    text-transform: unset !important;
    font-size: 22px !important;
	padding-bottom: 0;
}

div#our-billing-process h3.vc_custom_heading.sub-head {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

div#our-billing-process .wpb_text_column p {
	font-size: 500 !important;
	margin-bottom: 40px !important;
}

div.steps h4.vc_custom_heading.step-head {
    font-family: "Oswald", sans-serif !important;
    font-size: 38px;
}

div.steps span.step-sub {
    font-family: "Open Sans", sans-serif !important;
    font-size: 22px;
    font-weight: 600;
	color: #fff;
}

div.steps .wpb_text_column p {
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

div.steps.border-bottom {
	padding-bottom: 0 !important;
	margin-bottom: 30px !important;
}

div#after-steps .wpb_text_column p {
	margin-bottom: 0 !important;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	letter-spacing: 0 !important;
	font-weight: 500 !important;
}
div#after-steps .wpb_text_column p a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 19px !important;
	margin-top: 12px !important;
	display: block;
}
div#payor-logic .wpb_single_image {
	margin-bottom: 30px;
}

#after-logic .team-col {
	padding: 0 15px;
}

#after-logic .team-col .vc_column-inner {
	padding: 0 15px 40px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#after-logic .vc_custom_heading.sub-head {
	padding-bottom: 40px;
}

#after-logic .wpb_single_image.wpb_content_element.vc_align_center.team-img {
    margin-left: -15px;
    margin-right: -15px;
    background: #0075C2;
    margin-bottom: 0;
    padding: 30px 60px;
}
#after-logic div.vc_custom_heading.team-title.center {
	text-align: center !important;
	color: #fff !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: capitalize;
	font-size: 20px !important;
	line-height: 26px;
	border-bottom: 0;
	margin: 0 -15px 15px;
	padding-bottom: 30px;
	background: #0075C2;
	min-height: 81.2px;
	font-weight: 600 !important;
}
#after-logic .wpb_text_column p {
    font-size: 17px;
    line-height: 24px;
}

div#supplemental-solution h3.vc_custom_heading {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

div#supplemental-solution .vc_custom_heading.supp-title.blue {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    padding-bottom: 15px;
}

div#supplemental-solution .vcex-icon-wrap span {
	color:#0075c2;
}

#customer-map .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

div#contact-us {
	padding: 30px 60px !important;
}

div#contact-us {
    padding: 24px;
}

div#contact-us h2.vc_custom_heading, div#contact-us h2.vc_custom_heading a {
    color: #fff;
    text-align: center !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 22px !important;
    border-bottom: 0;
    padding-bottom: 0;
	font-weight: 900;
}

div#our-partners {
    background: #fff !important;
	padding-bottom: 80px;
}

div#our-partners h2.vc_custom_heading, 
div#our-partners h2.vc_custom_heading a {
	color: #0075c2;
	font-family: "Oswald", sans-serif !important;
    font-size: 26px !important;
	font-weight: 500;
	margin-bottom: 30px !important;
}

div#our-partners .wpb_text_column p {
	color: #707070;
}

div#reporting {
	padding-bottom: 80px !important;
}

div#reporting .wpb_single_image {
	text-align: center;
}

div#reporting h4.vc_custom_heading {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#calculate-my-cost-recovery .vc_btn3-container.vc_btn3-center {
    margin-bottom: 0;
}

#calculate-my-cost-recovery .vc_btn3-container.vc_btn3-center a {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #fff;
	border-color: #fec200;
	font-weight: 600;
}

#calculate-my-cost-recovery .vc_btn3-container.vc_btn3-center a:hover {
	background-color: #fec200;
	transition: all 0.3s linear;
}

#sidebar .widget_nav_menu .sub-menu a:before, 
.widget_nav_menu_accordion .widget_nav_menu .sub-menu a:before {
    content: "  - ";
}

#sidebar div#wpex_simple_menu-2 ul ul.sub-menu > li > a:hover,
#sidebar .widget_nav_menu .sub-menu a:hover, 
.widget_nav_menu_accordion .widget_nav_menu .sub-menu a:hover {
    color: #fec200 !important;
	background: #2D1C12 !important;
	transition: all 0.3s linear;
}

.vc_toggle_content p strong, .vc_toggle_content p strong b {
    color: #fec200 !important;
}

.vc_toggle_content ul {
	padding-left: 60px;
}

.vc_toggle_content ul li {
	color: #fff;
}
.yellow-bg p {
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 12px;
	text-align: center;
}
.yellow-bg h2.white {
	margin-top: 6px;
	margin-bottom: 16px;
}
.post-edit {
	display: none;
}
#home-header .vc_column-inner {
	padding-left: 25px;
}
#client-logos {
	padding-top: 45px;
	padding-bottom: 45px;
}
#testi-slider.vcex-module.vcex-testimonials-fullslider.vcex-flexslider-wrap.dark-skin.has-controlnav div.wpex-slider.slider-pro.sp-horizontal.sp-has-buttons div.sp-slides-container div.sp-mask div.wpex-slider-slides.sp-slides div.wpex-slider-slide.sp-slide.post-381.entry.type-testimonials div.vcex-testimonials-fullslider-inner.clr.textcenter div.entry.clr p {
	text-align: left;
}
#what-clients-say {
	padding-bottom: 10px;
}
#faqs .vc_toggle p a u {
	color: #ffffff !important;
}
#faqs {
	padding-bottom: 70px;
}
.my_border_top {
    border-top: 1px solid #D6D6D6 !important;
}
#why-fire {
	padding-bottom: 60px;
}
#flip-boxes {
	padding-top: 80px;
	padding-bottom: 100px;
}
.oxilab-flip-box-back-1, .oxilab-flip-box-back-2, .oxilab-flip-box-back-3 {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #CCCCCC !important;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
}
.oxilab-flip-box-1, .oxilab-flip-box-2, .oxilab-flip-box-3 {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #C69700 !important;
	background-color: #FFC300 !important;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
}
.oxilab-flip-box-1-data .oxilab-icon-data, .oxilab-flip-box-2-data .oxilab-icon-data, .oxilab-flip-box-3-data .oxilab-icon-data {
	width: auto !important;
	height: auto !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: inherit !important;
}
.oxilab-flip-box-1-data .oxilab-icon-data .oxi-icons, .oxilab-flip-box-2-data .oxilab-icon-data .oxi-icons, .oxilab-flip-box-3-data .oxilab-icon-data .oxi-icons {
	line-height: 70px !important;
	font-size: 70px !important;
	color: #555555 !important;
}
.oxilab-heading h3 {
	font-family: "Oswald", sans-serif !important;
	color: #555555 !important;
	font-size: 46px !important;
	line-height: 1.2em !important;
	margin-top: 2px !important;
	margin-bottom: 12px !important;
	text-transform: uppercase;
}
.oxilab-info {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #555555 !important;
	font-size: 21px !important;
	line-height: 1.4em !important;
	font-weight: 400 !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-bottom: 20px !important;
}
.oxilab-heading p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #555555 !important;
	font-size: 21px !important;
	line-height: 1.4em !important;
	font-weight: 400 !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-bottom: 8px !important;
}
.oxilab-flip-box-back-1-data a .oxilab-button .oxilab-button-data, .oxilab-flip-box-back-2-data a .oxilab-button .oxilab-button-data, .oxilab-flip-box-back-3-data a .oxilab-button .oxilab-button-data {
	font-size: 20px !important;
	padding-top: 14px !important;
	padding-bottom: 16px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	background-color: #fec200 !important;
	color: #ffffff !important;
	border-radius: 5px !important;
	font-weight: 700 !important;
	line-height: 1em !important;
}
.oxilab-flip-box-back-1-data .oxilab-info img, .oxilab-flip-box-back-2-data .oxilab-info img, .oxilab-flip-box-back-3-data .oxilab-info img {
	width: 40% !important;
}
a .oxilab-button .oxilab-button-data:hover {
	background-color: #BE0000 !important;
}
#footer-top {
	padding-top: 54px;
	padding-bottom: 0;
	background-color: #F4F4F4;
}
#footer-top h2.widgettitle {
	margin-top: 0;
}
.menu_pay_button a {
	background-color: #BE0000;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 30px;
	width: calc(100% - 60px);
}
.menu_pay_button a {
	background-color: #BE0000 !important;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-left: 30px;
	width: calc(100% - 60px);
	font-size: 16px !important;
	border: none;
	border-radius: 3px;
	margin-top: 12px;
}
aside#sidebar #wpex_simple_menu-2 ul#menu-main.menu li.menu_pay_button a:hover {
    background-color: #FEC200 !important;
	color: #ffffff !important;
}
#sidebar {
	max-width: 100%;
}
.header.yellow-bg .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
	padding-left: 42px;
}
.no_back_image {
	background-image: none !important;
}
.my_padding_zero {
	padding: 0 !important;
	left: -2px;
}
.my_strong {
	font-weight: 600;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
	font-size: 18px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 30px;
	height: 38px;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title {
	background-color: inherit !important;
}
.vc_toggle_default .vc_toggle_title:hover {
	background-color: inherit !important;
}
.vc_toggle_default .vc_toggle_title:hover h4, .vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
	color: #FEC200 !important;
}
.vc_toggle_default .vc_toggle_title {
	border: none !important;
}
#home-slider #slider-3-slide-8-layer-21.rs-layer i.fa-play {
	color: #fec200 !important;
}
.light_blue_back {
    background-color: rgba(0,117,194,0.06);	
}
#meet-the-team .team-col .team-img img {
    border: 1px solid #707070;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 12px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 12px rgba(0,0,0,0.25);
}
#after-steps {
	padding-top: 40px;
}
.my_white_subheading p {
	color: #ffffff;
	font-size: 18px;
}
.gform_footer input.gform_button {
	font-weight: 600 !important;
	font-size: 23px !important;
	border-radius: 7px;
}
.my_team_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
	font-size: 24px;
}
.my_team_row .vc_icon_element {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.my_team_row.vc_row-o-equal-height .wpb_column {
	padding-bottom: 50px;
}
.my_white_subheading .wpb_wrapper p a {
	color: #FEC200 !important;
	text-decoration: none;
	font-size: 18px;
}
.my_white_subheading .wpb_wrapper p a:hover {
	color: #ffffff !important;
}
.wpb_column .vcex-module.vcex-list_item {
	font-size: 18px;
}
#chart-row .circle-text span::after {
	content: "%";
	font-size: 30px;
	position: absolute;
	margin-top: -12px;
}
#have-additional h3 a {
	font-size: 23px;
	font-weight: 600;
	text-transform: none;
}
div#list-cols .vcex-list_item .vcex-content {
	display: inline-block;
	width: auto;
	max-width: 90%;
}
.vcex-list_item .vcex-content {
	display: inline-block !important;
	width: auto;
	max-width: 90%;
}
.vcex-list_item .vcex-icon-wrap {
	float: left;
}
div#list-cols .vcex-list_item .vcex-icon-wrap {
	display: inline;
	margin-right: 10px;
	height: inherit;
	align-self: baseline;
	float: left;
}
#get-the-app h3 a, #dl-app h3 a, .yellow-bg.get-the-app.vc_row-o-content-middle.vc_row-flex h3 a, #get-the-app h3, #dl-app h3 {
	font-size: 24px;
	line-height: 1.2em !important;
	font-family: "Open Sans", sans-serif !important;
}
.yellow-bg.get-the-app.vc_row-o-content-middle.vc_row-flex h3 a:hover {
	color: #ffffff;
}
#get-the-app h3, #dl-app h3 {
	line-height: 1em;
}
.my_contact_form input.wpcf7-text {
	width: 100%;
}
.my_contact_form h2 {
	font-family: "Oswald", sans-serif !important;
	font-size: 26px;
	color: #BE0000 !important;
	line-height: 1.1em;
	text-transform: uppercase !important;
	letter-spacing: 0;
	padding: 1px 0 15px;
	padding-top: 35px;
	font-weight: 600 !important;
	border: none !important;
	margin-top: 0;
}
.my_contact_form input.wpcf7-submit {
	font-weight: 600 !important;
	font-size: 23px !important;
	border-radius: 7px;
	background-color: #BE0000;
	width: auto;
	margin-bottom: 30px;
}
.my_contact_form input.wpcf7-submit:hover {
	background-color: #FEC200;
}
.my_contact_form span.wpcf7-list-item.first {
	margin-left: 14px;
}
.theme-button:hover, .color-button:hover, input[type="submit"]:hover, button:hover, .button:hover, .added_to_cart:hover {
	background-color: #FEC200;
}
.my_contact_form .file-upload-button {
	margin-left: 14px;
}
.pum-content .vc_row {
	padding: 0 !important;
}
.pum-theme-690 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	font-size: 18px !important;
	font-weight: 900 !important;
}
.wpb_revslider_element i.fa-play, rs-module-wrap i.fa-play {
	color: #FEC200 !important;
}
.mobile_header_image {
	padding: 0 !important;
}
.mobile_header_image img {
	width: 100%;
	height: auto;
}
.mobile_header_image .vc_column-inner {
	padding: 0 !important;
}
.brochure_flip_box .flip-container-main.horizontal .flip-container-flipper .flip-container-flipper-content .ts-flip-content img.ts-flip-front-banner {
	max-width: 200px !important;
	margin-left: auto;
	margin-right: auto;
}
.brochure_flip_box .flip-container-main.horizontal .flip-container-flipper .flip-container-flipper-content.flip-container-flipper-front {
	background: rgba(0,0,0,0.00) !important;
}
.brochure_flip_box .flip-container-main .flip-container-flipper-front .ts-flip-front-title {
	font-size: 21px !important;
}
.brochure_flip_box .ts-flip-back-content.ts-flip-text p a {
	font-size: 20px !important;
	padding-top: 14px !important;
	padding-bottom: 16px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	background-color: #fec200 !important;
	color: #ffffff !important;
	border-radius: 5px !important;
	font-weight: 700 !important;
	line-height: 1em !important;
	display: inline-block;
	width: auto;
}
.brochure_flip_box .ts-flip-back-content.ts-flip-text p a:hover {
	background-color: #BE0000 !important;
}
.brochure_flip_box .flip-container-main .flip-container-flipper .flip-container-flipper-content.flip-container-flipper-back .ts-flip-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	right: 0;
	left: 0;
}
.brochure_flip_box .flip-container-main .flip-container-flipper .flip-container-flipper-content.flip-container-flipper-back {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #CCCCCC !important;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	-o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12) !important;
	border-radius: 10px;
}
.brochure_flip_box.small_brochures .flip-container-flipper-front {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.16);
}
.brochure_flip_box.small_brochures {
	max-width: 160px;
	display: block;
	float: left;
	margin-right: 42px;
}
.brochure_flip_box.small_brochures .flip-container-main .flip-container-flipper .flip-container-flipper-content.flip-container-flipper-back {
	background-color: #FEC200 !important;
}
.brochure_flip_box.small_brochures .ts-flip-back-content.ts-flip-text p a {
    font-size: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    background-color: #FEC200 !important;
    color: #555555 !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    display: inline-block;
    width: auto;
    border: 1px solid #555555;
}
.brochure_flip_box.small_brochures .ts-flip-back-content.ts-flip-text p a:hover {
    background-color: #ffffff !important;
    color: #555555 !important;
    border: 1px solid #ffffff;
}
.get-the-app .wpb_single_image a:hover {
    border: 2px solid #ffffff;
}
.get-the-app .wpb_single_image a {
    border: 2px solid #FEC200;
}
.page-id-26 .vcex-module.vcex-list_item a .vcex-icon-wrap {
	margin-top: 2px;
}
.page-id-20 #meet-the-team .my_team_row span.vc_icon_element-icon.fas.fa-envelope::before {
	color: #FEC200;
}
.full_width_background img {
	max-width: 1040px;
	width: 100%;
}
#primary #content article .vcex-list_item .vcex-content {
	font-weight: 600;
}
#after-steps .vc_col-sm-4 .ts-panel-flip-wrapper .ts-flip-content i.ts-flip-back-icon.fa-file-download::before {
	color: #0075C2;
}
.map_area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
div#customer-map p.vc_custom_heading.sub-head.center {
	font-style: normal !important;
	font-size: 18px !important;
	line-height: 1.4em;
	text-transform: initial !important;
	font-weight: 600 !important;
	font-family: "Open Sans", sans-serif !important;
	text-align: center !important;
	color: #555555 !important;
	margin-bottom: 24px !important;
}
.team_titles p {
	line-height: 1.4em;
	font-size: 14px;
}
.remove_br br {
	font-size: 32px !important;
}
.four_column_text_padding {
	padding-left: 20px;
	padding-right: 20px;
}




@media only screen and (max-width: 1728px) {
	.oxilab-info, .oxilab-heading p {
	font-size: 18px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-bottom: 14px !important;
}
	.oxilab-heading h3 {
	font-size: 40px !important;
	margin-bottom: 6px !important;
}
	.oxilab-flip-box-1-data .oxilab-heading, .oxilab-flip-box-2-data .oxilab-heading, .oxilab-flip-box-3-data .oxilab-heading {
	padding: 0 !important;
}
	.oxilab-flip-box-1-data .oxilab-icon, .oxilab-flip-box-2-data .oxilab-icon, .oxilab-flip-box-3-data .oxilab-icon {
	padding: 0 !important;
}
}
@media only screen and (min-width: 2101px) {
	#content-wrap #primary #home-header.vc_row {
		padding-left: 17.5% !important;
	}
	#primary .vc_row:not(#home-slider):not(.vc_inner):not(.my_footer_wrapper) {
		padding-left: 20% !important;
		padding-right: 20% !important;
	}
}
@media only screen and (min-width: 1921px) {
	#flip-boxes .oxilab-flip-box-wrapper .oxilab-flip-box-body-1, #flip-boxes .oxilab-flip-box-wrapper .oxilab-flip-box-body-2, #flip-boxes .oxilab-flip-box-wrapper .oxilab-flip-box-body-3 {
		min-height: 360px !important;
	}
}
@media only screen and (min-width: 1921px) and (max-width: 2100px) {
	#content-wrap #primary #home-header.vc_row {
		padding-left: 12.5% !important;
	}
	#primary .vc_row:not(#home-slider):not(.vc_inner):not(.my_footer_wrapper) {
		padding-left: 15% !important;
		padding-right: 15% !important;
	}
}
@media only screen and (min-width: 1600px) {
	.a11y-toolbar {
		left: 4.72vw;
	}
	
	/*body.has-sidebar.page-id-69 .content-area, 
	body.has-sidebar.page-id-26 .content-area, .wpex-content-w {
		max-width: 83.5% !important;
		width: auto !important;
		min-width: 82% !important;
	}*/
}

@media only screen and (max-width: 1600px) {
	.oxilab-info, .oxilab-heading p {
	font-size: 18px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-bottom: 0 !important;
}
	.oxilab-flip-box-back .oxilab-heading p {
		padding-bottom: 0 !important;
	}
	/*body.has-sidebar .content-area, .wpex-content-w {
		max-width: 77.5% !important;
		width: auto !important;
		min-width: 74% !important;
	}
	body.has-sidebar.page-id-69 .content-area {
		max-width: 78% !important;
	}
	body.has-sidebar.page-id-26 .content-area {
		max-width: 82% !important;
		width: auto !important;
		min-width: 78% !important;
	}*/
}
@media only screen and (max-width: 1428px) {
	.team-col .vcex-module.wpex-social-btns.vcex-social-btns {
	left: 28px;
	width: calc(100% - 26px);
}
	.team-col {
	padding: 0 12px;
}
	div.vc_custom_heading.team-title.center em {
	font-size: 15px !important;
	line-height: 1.3em;
}
	div.vc_custom_heading.team-title.center {
	font-size: 20px !important;
	line-height: 1.2em;
}
	h2.wpb_heading em {
	font-size: 25px;
}
	div#chart-row .vc_col-sm-3 h2.wpb_heading {
    font-size: 40px;
	}
	.oxilab-flip-box-body-1, .oxilab-flip-box-body-2, .oxilab-flip-box-body-3 {
	height: 300px;
}
}
@media only screen and (max-width: 1392px) {
	.four_column_text_padding {
		font-size: 21px !important;
	}
	#get-the-app h3 a, #dl-app h3 a, .yellow-bg.get-the-app.vc_row-o-content-middle.vc_row-flex h3 a, #get-the-app h3, #dl-app h3 {
	font-size: 18px;
}
	/*body.has-sidebar .content-area, .wpex-content-w {
		max-width: 75% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
	.page-scroll a {
		margin: 7px 0px 7px !important;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1280px) {
	.four_column_text_padding {
	padding-left: 0;
	padding-right: 0;
}
	.my_shadow_background_fixed {
	left: 261px;
}
	#features .vc-hoverbox-back .vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
		font-size: 12px;
		line-height: 1.6em;
	}
	.fire-hover .vc-hoverbox-block.vc-hoverbox-front h2 {
	font-size: 20px;
	line-height: 1.3em;
		margin-top: 14px !important;
}
	#chart-row span.circle-text span {
	font-size: 50px;
}
	body {
	background-position: -61px top;
}
	#text-3 {
		padding-left: 0 !important;
	}
	a.white-btn {
	font-size: 13px;
	padding: 8px;
}
	.menu_pay_button a {
		font-size: 13px !important;
	}
	#sidebar h2.white .jcw-digit-container:nth-child(5), #sidebar h2.white .jcw-digit-container:nth-child(9) {
	width: 10px !important;
}
	#sidebar h2.white .jcw-digit-container:nth-child(5) .jcw-digit, #sidebar h2.white .jcw-digit-container:nth-child(9) .jcw-digit {
	width: 10px !important;
}
	#sidebar h2.white .jcw-digit-container:first-child .jcw-digit {
	font-size: 24px !important;
	width: 14px !important;
	margin-top: -6px;
}
	#sidebar h2.white .jcw-digit-container {
	width: 18px !important;
}
	#sidebar h2.white .jcw-digit, #sidebar h2.white .jcw-tenth {
	font-size: 40px !important;
	line-height: 40px !important;
	height: 40px !important;
	width: 16px !important;
}
	body.has-sidebar .content-area, .wpex-content-w {
	width: calc(100% - 260px);
}
	aside#sidebar {
	width: 260px;
}
}
@media only screen and (max-width: 1188px) {
	h2.wpb_heading em {
	font-size: 16px;
}
	div#chart-row .vc_col-sm-3 h2.wpb_heading {
    font-size: 30px;
	}
	.vc_icon_element.vc_icon_element-outer.footer-social.vc_icon_element-align-left {
	left: 18px;
}
	.footer-social {
		margin-left: 4px;
	}
	#footer-top .widget ul li a::before {
	margin-right: 0;
	height: 18px;
}
	#footer-top .widget ul li a {
	font-size: 15px;
}
	#footer-top h2.widgettitle {
		font-size: 18px;
	}
	#footer-top {
		padding-left: 0;
		padding-right: 0;
	}
	.oxilab-flip-box-back-1-data a .oxilab-button .oxilab-button-data, .oxilab-flip-box-back-2-data a .oxilab-button .oxilab-button-data, .oxilab-flip-box-back-3-data a .oxilab-button .oxilab-button-data {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
	.oxilab-flip-box-padding-1, .oxilab-flip-box-padding-2, .oxilab-flip-box-padding-3 {
	padding: 0 !important;
}
	.oxilab-flip-box-1-data .oxilab-icon-data .oxi-icons, .oxilab-flip-box-2-data .oxilab-icon-data .oxi-icons, .oxilab-flip-box-3-data .oxilab-icon-data .oxi-icons {
	line-height: 50px !important;
	font-size: 50px !important;
	margin-bottom: 12px;
}
	.oxilab-info, .oxilab-heading p {
	font-size: 16px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
}
	.oxilab-heading h3 {
	font-size: 34px !important;
}
	.slider_image_right .tp-bgimg {
    background-position: 5% 0% !important;
	}
	/*body.has-sidebar .content-area, .wpex-content-w {
		max-width: 75% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
	#sidebar h2.white {
		font-size: 2.5em;
	}
	div#makes-different .vcex-list_item .vcex-content {
	max-width: 90%;
}
}
@media only screen and (max-width: 1100px) {
	.four_column_text_padding {
		font-size: 18px !important;
	}
	div#customer-map p.vc_custom_heading.sub-head.center {
	padding-left: 100px;
	padding-right: 100px;
}
	#chart-row span.circle-text span {
	font-size: 40px;
}
	#chart-row .circle-text span::after {
	font-size: 20px;
	margin-top: -8px;
}
	.page-scroll a {
	font-size: 12px;
}
	.page-scroll a {
	padding: 5px 8px;
}
}
@media only screen and (max-width: 1024px) {
	#watch-the-video .vc_col-sm-3 {
		display: none;
	}
	#watch-the-video .vc_col-sm-6 {
		width: 100%;
	}
	.team-col .vcex-module.wpex-social-btns.vcex-social-btns {
	left: 31px;
	width: calc(100% - 32px);
}
	.team-col {
	padding: 0 15px;
}
	.team-col.vc_col-sm-3 {
		width: 50%;
	}
	#footer-top .widget ul li a {
	font-size: 14px;
}
	#sidebar h2.white {
		font-size: 2em;
	}
	/*body.has-sidebar.page-id-69 .content-area, 
	body.has-sidebar.page-id-26 .content-area {
		max-width: 75% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	/*.full-width-main-layout .container, 
	.full-width-main-layout #content-wrap, 
	.full-width-main-layout .vc_row-fluid.container, 
	.boxed-main-layout #wrap {
		max-width: 100% !important;
		width: auto !important;
	}*/
	/*aside#sidebar {
		background: #F4F4F4;	
		max-width: 23.5%;
	}*/
	.vc_icon_element.vc_icon_element-outer.footer-social.vc_icon_element-align-left {
		left: -10px !important;
		font-size: 8px;
	}
	* {
		font-size: 16px;
	}
	#footer-top .widgettitle, #footer-bottom2 .widgettitle {
	    font-size: 1em;
	}
	#sidebar h2.white {
		font-size: 1.5em;
	}
	a.white-btn {
		line-height: 1.25;
	}
	#footer-top .widget ul li a:before {
		margin-right: 5px;
		width: 10px;
	}
	div.vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
		padding: 12px 12px !important;
	}
	.vc_toggle_default .vc_toggle_title h4 {
		font-size: 16px;
	}
	div#flip-boxes .vc-hoverbox-block.vc-hoverbox-back .vc_btn3.vc_btn3-size-md {
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*body.has-sidebar.page-id-69 .content-area, 
	body.has-sidebar.page-id-26 .content-area {
		max-width: 76.5% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
}
@media only screen and (max-width: 959px) {
	#sidr-main .sidr-class-menu-main-container ul.sidr-class-dropdown-menu li.sidr-class-my_sub_menu a {
		font-size: 16px !important;
		font-weight: 600;
		color: #FEC200 !important;
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		line-height: 1.3em !important;
		padding-left: 48px !important;
	}
	#sidr-main .sidr-class-menu-main-container ul.sidr-class-dropdown-menu li.sidr-class-my_sub_menu:hover a {
		color: #ffffff !important;
	}
	#sidr-main .sidr-class-menu-main-container ul.sidr-class-dropdown-menu li.sidr-class-my_sub_menu a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: "\f054";
		color: #BE0000;
		font-size: 15px;
		margin-right: 0;
		margin-left: 0;
		position: absolute;
		left: 30px;
	}
	.page-scroll a {
	font-size: 13.5px;
}
	.my_shadow_background_fixed {
	display: none;
}
	#pojo-a11y-toolbar span.pojo-sr-only.sr-only {
		color: #ffffff !important;
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #0074bc !important;
    color: #ffffff !important;
}
	.pojo-a11y-toolbar-toggle {
    top: 96px !important;
}
	.page-id-69 #inner-boxed.vc_section.white-bg .vc_row.wpb_row.vc_row-fluid.no_back_image {
		padding-left: 0;
		padding-right: 0;
	}
	div#chart-row .vc_col-sm-3 h2.wpb_heading {
	font-size: 24px;
	padding-bottom: 12px;
}
	h2.wpb_heading em {
	font-size: 13px;
}
	#footer-bottom2 a.yellow-btn {
	margin-top: 8px;
}
	#calculate-my-cost-recovery .vc_btn3-container.vc_btn3-center a {
	font-size: 16px;
}
	#sidr-main a div.wpex-open-submenu span.ticon.ticon-angle-down::before {
		color: #FEC200;
	}
	#sidr-main .sidr-inner .sidr-class-wpex-close a {
		color: #FEC200;
	}
	#sidr-main .sidr-class-menu-main-container ul li {
    color: #FEC200;		
	}
	#sidr-main .sidr-class-menu-main-container ul li a:hover {
    color: #ffffff;		
	}
	.sidr-class-dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
	#sidr-main {
	background: #2d1b11;
	color: #2d1b11;
}
	.sidebar-box {
	margin-bottom: -1px;
}
	#text-3 {
		display: none;
	}
	#sidebar h2.white .jcw-digit-container:nth-child(5), #sidebar h2.white .jcw-digit-container:nth-child(9) {
	width: 14px !important;
}
	#sidebar h2.white .jcw-digit-container:nth-child(5) .jcw-digit, #sidebar h2.white .jcw-digit-container:nth-child(9) .jcw-digit {
	width: 14px !important;
}
	#sidebar h2.white .jcw-digit-container:first-child .jcw-digit {
	font-size: 28px !important;
	width: 14px !important;
	margin-top: -4px;
}
	#sidebar h2.white .jcw-digit-container {
	width: 20px !important;
}
	#sidebar h2.white .jcw-digit, #sidebar h2.white .jcw-tenth {
	font-size: 40px !important;
	line-height: 40px !important;
	height: 40px !important;
	width: 20px !important;
}
	#text-2 .yellow-bg h2 {
	display: block;
	float: left;
	width: 38%;
	margin-bottom: 0;
	padding-right: 25px;
}
	#text-2 .yellow-bg p:first-child {
	display: block;
	float: left;
	width: 62%;
	padding-right: 50px;
	margin-bottom: 0;
}
	#media_image-2, #wpex_simple_menu-2, #text-2 .yellow-bg p a.white-btn {
		display: none;
	}
	#site-header-inner p {
	display: block;
	float: right;
	width: auto;
	margin-bottom: 0;
	margin-top: 13px;
	margin-right: 50px;
}
	#site-header-inner p a.white-btn {
		background-color: #FEC200 !important;
		color: #ffffff;
		font-weight: 600;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		margin-left: 0;
		width: auto;
		font-size: 16px !important;
		border: none;
		border-radius: 3px;
		margin-top: 0;
	}
	#site-header-inner p a.white-btn:hover {
		background-color: #BE0000 !important;
	}
	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
	right: 30px;
	top: 36px;
	margin-top: 0;
}
	#site-header-inner {
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 30px;
	padding-right: 30px;
}
	#main {
	border: none;
}
	header#site-header, div#site-header-sticky-wrapper {
	display: block;
}
	body.has-sidebar .content-area {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	#primary .vc_row {
	background-image: none;
}
	body {
    background-image: none;
}
	aside#sidebar {
	width: 100%;
}
	body.has-sidebar .content-area, .wpex-content-w {
	width: 100%;
}
	body.has-composer.has-sidebar #primary, .wpex-content-w {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 800px) {
	.slider_image_right .tp-bgimg {
    background-position: 45% 0% !important;
	}
}
@media only screen and (max-width: 767px) {
	.four_column_text_padding {
	font-size: 24px !important;
}
	div#customer-map p.vc_custom_heading.sub-head.center {
	padding-left: 20px;
	padding-right: 20px;
}
	div#customer-map h3.vc_custom_heading.sub-head.center {
	line-height: 1.0em;
}
	.brochure_flip_box.small_brochures:not(:last-child) {
	margin-bottom: 30px !important;
}
	div#customer-map h3.vc_custom_heading.sub-head.center em {
	font-size: 16px !important;
}
	.team_member_column {
		margin-bottom: 30px;
	}
	.team-col .vcex-module.wpex-social-btns.vcex-social-btns {
	left: 56px;
	width: calc(100% - 82px);
}
	.yellow-bg.get-the-app.vc_row-o-content-middle .vc_col-sm-12 .vc_column-inner h3.sub-head.center.yellow-bg {
	line-height: 1em !important;
	margin-bottom: 8px;
}
	#our-partners {
	padding-bottom: 50px !important;
}
	#our-partners img.vc_single_image-img {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.team-col {
	padding: 0 40px;
}
	.team-col.vc_col-sm-3 {
		width: 100%;
	}
	#sidebar h2.white .jcw-digit-container:nth-child(5), #sidebar h2.white .jcw-digit-container:nth-child(9) {
	height: 52px !important;
}
	#sidebar h2.white .jcw-digit-container:nth-child(5) .jcw-digit, #sidebar h2.white .jcw-digit-container:nth-child(9) .jcw-digit {
	margin-top: -2px;
	margin-left: 3px;
}
	#sidebar h2.white .jcw-digit-container {
	width: 24px !important;
}
	#sidebar h2.white .jcw-digit-container {
		height: 47px !important;
	}
/* Added by Todd - fix for funky line height in odometer */
    #sidebar h2.white .jcw-digit, #sidebar h2.white .jcw-tenth {
	font-size: 45px !important;
	line-height: 50px !important;
	height: 50px !important;
	width: 30px !important;
}
	#footer-top .widget ul li a {
	font-size: 16px;
}
	.my_contact_form .file-upload-button {
    margin-left: 0;
}
	.my_contact_form span.wpcf7-list-item.first {
    margin-left: 0;
}
	.my_contact_form span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
    width: 100%;
}
	div#contact-us {
	padding: 30px 12px !important;
}
	.white-bg {
	margin: 55px 20px;
}
	#get-the-app .vc_col-sm-2, #dl-app .vc_col-sm-2 {
		width: 50%;
		float: left;
	}
	#get-the-app h3, #dl-app h3 {
		line-height: 1em;
		margin-bottom: 16px;
	}
	#inspection-permits .vc_col-sm-3 {
		width: 33.33%;
		float: left;	
	}
	div#have-additional .vc_custom_heading {
	line-height: 60px;
	padding-bottom: 6px;
}
	#have-additional h3 a {
	font-size: 16px;
}
	#subs-program .vc_col-sm-3 {
		width: 50%;
		float: left;		
	}
	#subs-program .wpb_text_column p span {
	line-height: 1.2em;
	margin-bottom: 12px !important;
	float: left;
}
	.page-title2, h2.page-title2, h1.page-title2 {
	font-size: 38px !important;
	line-height: 1.2em;
}
	#chart-row .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	a.white-btn {
	font-size: 16px !important;
}
	.header.yellow-bg {
		display: none;
	}
	#footer-top > .vc_col-sm-4:last-child > .vc_column-inner, #footer-bottom2 > .vc_col-sm-4:last-child > .vc_column-inner {
	padding-right: 0;
}
	#footer-bottom-social.wpb_column.vc_column_container.vc_col-sm-4 {
		text-align: center;
	}
	#footer-bottom-social .wpb_wrapper {
	border-top: none;
}
	#footer-bottom2 a.yellow-btn {
	max-width: 100%;
}
	#footer-bottom2 {
	padding-top: 0;
}
	#footer-top.footer-widgets .wpb_column.vc_column_container.vc_col-sm-4 {
		margin-bottom: 30px;
	}
	#flip-boxes {
	padding-top: 50px;
	padding-bottom: 20px;
}
	.oxi-addons-container {
	margin-bottom: 30px;
}
	#faqs {
	padding-bottom: 50px;
}
	.vc_toggle_content p {
	font-size: 16px;
}
	.vc_toggle_default .vc_toggle_title h4 {
	font-size: 16px;
}
	div#faqs h3.sub-head {
	font-size: 32px !important;
	line-height: 1.3em !important;
	margin-bottom: 20px !important;
}
	h3.like_faq.sub-head {
	font-size: 32px !important;
	line-height: 1.3em !important;
	margin-bottom: 20px !important;
}
	.page-id-20 #meet-the-team h3.vc_custom_heading.sub-head {
		font-size: 32px !important;
	}
	.vcex-testimonials-fullslider {
	padding-bottom: 20px !important;
}
	.vcex-testimonials-fullslider-author {
	font-size: 14px;
}
	.vcex-testimonials-fullslider-inner .entry p:last-child {
	font-size: 16px;
}
	.vc_custom_heading.sub-head.grey {
	font-size: 28px !important;
}
	.wpb_text_column p, .vcex-list_item .vcex-content {
	font-size: 16px;
}
	.main-head {
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 20px !important;
}
	.post-content .vc_row:not(.vc_inner), .vc_row:not(.vc_inner) {
	padding: 30px 2px 30px 2px;
	margin: 0 !important;
}
	#client-logos {
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
}
	div#home-header {
	display: none !important;
}
	#home-header .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
	.yellow-bg p a.white-btn {
	display: block !important;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 4px;
}
	#text-2 .yellow-bg h2 {
	width: 100%;
	margin-bottom: 0;
	margin-top: 12px;
	padding-right: 0;
}
	#sidebar #sidebar-inner > div {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
}
	#sidebar #sidebar-inner > div {
	padding-left: 16px;
	padding-right: 16px;
}
	#text-2 .yellow-bg p:first-child {
	width: 100%;
	padding-right: 26px;
	margin-bottom: 0;
	text-align: center;
	font-size: 17px;
	line-height: 1.3em;
	padding-left: 26px;
}
	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
	right: 16px;
	top: 21px;
}
	#site-logo {
	width: 200px;
}
	#site-header-inner {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
	#site-header-inner p {
	display: none;
}
	/*.full-width-main-layout .container, 
	.full-width-main-layout #content-wrap, 
	.full-width-main-layout .vc_row-fluid.container, 
	.boxed-main-layout #wrap {
		max-width: 100% !important;
		width: auto !important;
	}*/
	/*body.has-sidebar .content-area, .wpex-content-w {
		max-width: 100% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
	/*aside#sidebar {
		background: #F4F4F4;	
		max-width: 100%;
	}*/
	/*body.has-sidebar.page-id-69 .content-area, 
	body.has-sidebar.page-id-26 .content-area {
		max-width: 100% !important;
		width: auto !important;
		min-width: unset !important;
	}*/
	#footer-top .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.wpcf7 form.sent .wpcf7-response-output {
background-color: #fff !important;
color: #61ac3f;
	font-size: 200%!important;
    line-height: 1.1!important;
    padding-top: 0px!important;
	padding-left: 0px!important;
    margin-top: 0px!important;
	margin-left: 0px!important;
}
.wpcf7 form .wpcf7-response-output {
	border: 1px solid #ffffff !important;
    color: #be0000!important;
    font-size: 120%!important;
	padding-top: 0px!important;
	padding-left: 0px!important;
    margin-top: 0px!important;
	margin-left: 0px!important;
}
/* HACK to Remove the spinner on the Main Contact Form  */
	.wpcf7 .ticon.wpex-wpcf7-loader.visible {
    animation: none!important;
    display: none!important;
    opacity: .0!important;
}