/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ------ START: SITE WIDE/LAYOUT ------*/

/* ------ START: HEADINGS ------*/
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] h1.entry-title {
	text-align: left !important;
	margin-left: 0 !important;
}
#footer-outer .widget h4 {
	font-size: 20px; 
}
#footer-outer .widget h4 {
	font-size: 20px; 
}
h1, h2, h3 strong {
	font-weight: 800;
}
h1, h2 {
	padding-bottom:20px;
	margin-bottom:20px;
}
h1 em, h2 em {
	text-transform:lowercase;
	font-style:normal;
}
h1 small, h2 small, small {
	font-size:75%!important;
}
@media screen and (max-width: 480px){
	h2.small-header-m {
		font-size: 28px !important;
	}
}
body .container h3 {
	color: #F7901E
}
body .container h4 {
	color: #6abab2;
}
h1:after, h2:after { /*Add orange underline*/
    content: '';
    width: 80px;
    bottom: 0;
    height: 2px;
    background-color: #F7901E;
	position: relative;
	top: 20px;
	display:block;
	left: 0;
}
h1.flourish-left:after, h2.flourish-left:after {
	display:none;
}
.flourish-left {
	display:inline-flex;
	align-items:center;
}
.flourish-left:before {
	content: '';
    width: 80px;
	top: 0;
	margin-right:15px;
    height: 2px;
    background-color: #F7901E;
	position: relative;
	display:block;
}
.flourish-bottom-left {
	padding-bottom:10px;
	margin-bottom:20px!important;
}
.flourish-bottom-left:after {
	content: '';
    width: 80px;
    bottom: 0;
    height: 2px;
    background-color: #F7901E;
	position: relative;
	top: 10px;
	display:block;
	left: 0;
}
.no-flourish {
	padding-bottom:0;
	margin-bottom:0;
}
.no-flourish:after {
	display:none;
}
.center h1:after, .center h2:after, h1[style="text-align: center;"]:after, h2[style="text-align: center;"]:after, .centered-text h1:after, .centered-text h2:after {
	margin:0 auto;
}
h1[style="text-align: right;"]:after, h2[style="text-align: right;"]:after {
	display: inline-block;
    margin-left: -80px;
}
.right h1:after, .right h2:after {
	margin-left:auto;
}

.right h2{
	text-align: right; 
}

@media only screen and (max-width: 999px) {
	.right h2:after {
		margin-left: unset; 
	}
}

.error404 h1:after, .error404 h2:after {
	display:none;
}
.text-orange {
	color: #F7901E;
}
.container-wrap ul li {
	list-style:none;
}
.container-wrap .main-content ul {
	margin-left: 20px;
	padding-left: 15px;
}
.container-wrap .main-content ul li {
	margin-bottom: 10px;
	margin-left: 15px;
	position:relative;
}
.container-wrap .main-content ul li::before { /*Add orange bullets*/
	font-family: 'Font Awesome 5 Free';
    content: '\f111';
	position: absolute;
	left:-20px;
    top: -2px;
    font-size: 6px;
    color: #f7901e;
    font-weight: 900;
}
.container-wrap .main-content ul.checkmarks li::before { /*Add orange bullets*/
	font-family: 'Font Awesome 5 Free';
    content: '\f00c';
	position: absolute;
	left:-50px;
    top: -2px;
    font-size: 28px;
    color: #f7901e;
    font-weight: 900;
}
.container-wrap .main-content ul.arrows li::before { /*Add orange bullets*/
	font-family: 'Font Awesome 5 Free';
    content: '\f105';
	position: absolute;
    top: -2px;
    font-size: 18px;
    color: #f7901e;
    font-weight: 900;
}
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title body[data-ext-responsive="true"], .single-news .heading-title[data-header-style="default_minimal"] .entry-title {
	margin: 0!important;
	text-align:left;
}
.clickdform.maindiv p {
    padding-bottom: 0;
}
.capitalize {
	text-transform: capitalize;
}
/* ------ END: HEADINGS ------*/

.flex-row {
	display:flex;
	flex-direction:row;
}
.justify-right {
	justify-content: flex-end;
}
.float-left {
	float:left;
}
.text-white {
	color:#fff!important;
}
.text-orange {
	color: #f7901e !important;
}
.text-blue {
	color: #5d727e !important; 
}

.text-lblue {
	color: #6abab2 !important; 
}
.max-w-75 {
	max-width: 75% !important;
}

.max-w-50 {
	max-width: 50% !important;
}

.overflow .vc_column-inner >.wpb_wrapper {
	overflow:visible;
}
.align-center, .align-center .vc_column-inner >.wpb_wrapper, .align-center > .row_col_wrap_12 {
	display:flex;
	align-items: center;
}
.justify-center, .justify-center .vc_column-inner >.wpb_wrapper {
	display:flex;
	align-items: center;
	justify-content: center;
	overflow:visible;
}
.padded-columns .vc_column_container > .vc_column-inner {/*Jillian, where do you need this? It might be breaking some things on other pages*/
	padding: 5% 10%;
}
.vc_row > .span_12 > .vc_col-sm-12.centered-text > .vc_column-inner > .wpb_wrapper > .wpb_text_column { /*limit the width of text content on full-width rows*/
	max-width: 70% !important;
   	margin-left: auto;
    margin-right: auto;
}
/* custom red to orange slash divider */
.container.main-content > .row > .vc_row-fluid.slash-divider {
	overflow:hidden;
}
.container.main-content > .row > .vc_row-fluid.slash-divider > .span_12 > .wpb_column{
	padding:0!important;
}
.slash-divider .wpb_column:first-child .vc_column-inner {
	padding:20px 25px;
}
.slash-divider .wpb_column:last-child .vc_column-inner .column-bg-overlay:before {
	position: absolute;
    content: "";
    width: 0;
    border-style: solid;
    border-width: 0px 0px 100px 45px;
    border-color: transparent transparent #f7921e #c43929;
	top: 0;	
	left:-45px;
}
.countdown-container {
	font-size: 18px !important;
}
@media screen and (min-width: 1000px) and (max-width: 1129px){
	.slash-divider.countdown-container .vc_col-sm-6:last-of-type p {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 999px){
	.slash-divider.countdown-container .wpb_column:last-child .vc_column-inner .column-bg-overlay:before {
		border-color: transparent transparent transparent transparent;
	}
	.slash-divider.countdown-container .vc_col-sm-6:first-of-type {
		background-color: #c43929;
	}
	.slash-divider.countdown-container .vc_col-sm-6:last-of-type {
		background-color: #f7901e;
	}
	.slash-divider.countdown-container .vc_col-sm-6 .wpb_wrapper p{
		text-align: center !important;
	}
}
/* countdown solid red */
.countdown-red .row_col_wrap_12 .vc_col-sm-6:last-of-type .ult-responsive,
.slash-divider.countdown-container .row_col_wrap_12 .vc_col-sm-6:last-of-type .ult-responsive {
	text-align: left !important;
}
.countdown-red .row_col_wrap_12 .vc_col-sm-6:first-of-type p,
.slash-divider.countdown-container .row_col_wrap_12 .vc_col-sm-4:first-of-type p {
	text-align: right !important;
}
@media screen and (max-width: 999px) {
	.countdown-red .row_col_wrap_12 .vc_col-sm-6:last-of-type .ult-responsive,
	.slash-divider.countdown-container .row_col_wrap_12 .vc_col-sm-6:last-of-type .ult-responsive {
		text-align: center !important;
	}
	.countdown-red .row_col_wrap_12 .vc_col-sm-6:first-of-type p,
	.slash-divider.countdown-container .row_col_wrap_12 .vc_col-sm-4:first-of-type p {
		text-align: center !important;
	}
}

#boxed {/*force boxed layout styles even if option turned off in Salient*/
	margin: 0 auto;
    width: 1200px;
    position: relative;
    padding: 0px;
    z-index: 1040;
	background-color: #f8f8f8;
	overflow:hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
body .container .callout {
	font-size: 32px!important;
	line-height: 46px;
}
@media only screen and (max-width: 690px) and (min-width: 480px){
	#boxed {
		width: 100%;
	}
}
@media only screen and (max-width: 690px){
	#boxed {
		width: 100%;
	}
}
@media only screen and (max-width: 999px) and (min-width: 690px){
	body #boxed {
		width: 679px;
	}
}
@media only screen and (min-width:690px){
	body[data-boxed-style="1"] {
		background:#f1f1f1;
		padding-top:40px;
	}
}
@media screen and (min-width:1000px){
	.hide-desktop {
		display:none !important;
	}
}
@media screen and (max-width:999px){
	.vc_row > .span_12 > .vc_col-sm-12.centered-text > .vc_column-inner > .wpb_wrapper > .wpb_text_column { 
		max-width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-row.justify-right {
		flex-direction:column;
	}	
	.flex-row {
		align-items:center;
		justify-content:center;
	}
	.hide-mobile {
		display:none!important;
	}

	.right h2{
	text-align: left; 
	}
}
@media screen and (max-width: 690px) {
	.hide-phone {
		display: none !important;
	}
}
i[class*="fa-"] {
	display:inline;
}
i.fas.fa-star,i.fa.fa-star {
    color: #f7901e;
    font-size: 20px;
    margin: 2px;
}
.hero-narrow > .col {
	height: 350px;
}
.hero > .col {
	height: 646px;
}
.hero p, .hero-narrow p {
	font-size: 22px;
	font-weight: 500;
}
.hero h2, .hero-narrow h2 {
	text-transform:capitalize;
}
.hero .vc_column_container:last-child h2{
	font-weight: 700;
}
.hero .vc_column_container:last-child p {
	font-size:18px;
}
/* --Row and Column Global Settings--*/
/*.vc_row-fluid > .span_12 > .wpb_column { /* padding for all rows */
/* .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper { padding for all columns */
.container > .row > .vc_row > .row_col_wrap_12 { /* padding for main rows */
	padding:40px 0;
}
.extra-padding > .col {
	padding-top:20px;
	padding-bottom:20px;
}
.extra-padding-bottom > .col, .extra-padding-bottom {
	padding-bottom:20px;
}
@media screen and (min-width:1000px){
	.vc_row-fluid > .span_12 .wpb_column.extra-padding-right {
		padding-right:80px;
	}
}
.no-padding, .no-padding .wpb_wrapper, .no-padding .row_col_wrap_12 {
	padding:0!important;
}
.no-padding-top, .no-padding-top .wpb_wrapper, .no-padding-top .row_col_wrap_12 {
	padding-top:0!important;
}
.no-padding-top-bottom, .no-padding-top-bottom .wpb_wrapper, .no-padding-top-bottom .row_col_wrap_12 {
	padding-top:0!important;
	padding-bottom:0!important;
}
.no-padding-bottom, .no-padding-bottom .wpb_wrapper, .no-padding-bottom .row_col_wrap_12 {
	padding-bottom:0!important;
}
.no-margin, .no-margin .wpb_wrapper {
	margin:0!important;
}
@media screen and (min-width: 1000px){ /*desktop only columns and custom flexy row style*/
	.container.main-content > .row > .vc_row-fluid > .span_12 > .wpb_column { /* padding for main columns only */
        padding-top:20px;
        padding-bottom:20px;
	}
	.pin-right, .pull-right {
		display:flex!important;
		align-items:center;
		justify-content:flex-end!important;		
	}
	.pin-right > div, .pull-right > div {
		padding-left: 90px;
		max-width: 925px;
		padding-right:20px;
	}
}
@media screen and (max-width: 999px) {
	.vc_row.full-width-content > .wpb_column.vc_col-sm-6 .vc_column-inner, .vc_row.full-width-content .wpb_column.vc_col-sm-6 .vc_column-inner {
        align-items:center;
	}
	.vc_row.full-width-content > .col > .wpb_column > .vc_column-inner {
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
	}
	ul li {
		list-style:none;		
	}
	.wpb_wrapper {
		width:100%; /*fixes an issue where flip cards get squished on mobile */
	}

	.extra-padding {
		margin-bottom: 0 !important; 
	}
}
@media screen and (max-width: 690px) {
	.vc_row.full-width-content > .col > .wpb_column > .vc_column-inner {
		max-width:320px;
	}
}
@media screen and (max-width: 690px) and (min-width: 480px){
	.vc_row.full-width-content > .col > .wpb_column > .vc_column-inner {
		max-width:420px;
	}
}

/* ------ END: SITE WIDE/LAYOUT ------*/

/* ------------------------------------*/
/* ------ START: CUSTOM ELEMENTS ------*/
.fa.fa-heart-o {
	font-weight: 800!important;
}
/* - START: Custom Stats Circles - */
.stats-circles .wpb_column.child_column {
	min-width:290px;
	margin-bottom:20px;
}

.stats-circles .row_col_wrap_12_inner {
	justify-content:center;
	width:100%;
}
.stats-circle {
    text-transform: uppercase;
    /* min-height: 270px;
	max-height: 270px; */
	height: 270px;
    min-width: 270px;
    max-width: 270px;
    border-radius: 50%!important;
    background-color: #F7901E;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 3px #72BEB6;
    box-shadow: 0 0 0 3px #72BEB6;
    border: 12px solid white;
	padding: 10px;
	position:relative;
}
.stats-circle .stats-circle-content{
	margin-bottom:0;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content:center;	
}
.wpb_wrapper .stats-circle div.stats-icon {
	height:70px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.row .col .stats-circle img:not([srcset]), .row .col .stats-circle img {
	height:70px;
	max-height:80px;	
	max-width:100px;
}
.stats-circle p{
	font-size: 18px;
	line-height: 21px !important;
	margin-bottom:0;
	padding-bottom:0;
}
.stats-circle .stats-header-wrapper {
	margin-bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
}
body .container .stats-circle h1, body .container .stats-circle h2, body .container .stats-circle h3, body .container .stats-circle h4, body .container .stats-cirlce h5{
	color:#fff;
	font-size: 35px;
	line-height: 35px;
	margin-bottom:3px;
}
/* - END: Custom Stats Circles - */


/* - START: CUSTOM Home Hero - */

.home-hero p {
	 font-size: 20px;
    line-height: 30px;
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto; 
}

.home-hero .vc_col-sm-12 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 999px){
	.home-hero p {
		max-width: 100% !important;
	}
}


/* - END: CUSTOM Home Blocks - */




/* - START: CUSTOM NUMBERED LIST - */
.big-number-list ol {
	counter-reset: number;
	display:flex;
	justify-content: space-between;
}
.big-number-list ol li {
	list-style-type: none;
	display:flex;
	flex-direction: column;
	justify-content:center;	
	text-align:center;
	font-size:24px;
	/* IE - force subhead text to wrap so it doesn't run into the adjacent one */
	width: 30%;
}
/* IE 11 - force subhead text to wrap so it doesn't run into the adjacent one */
.big-number-list ol li strong {
	width: 90%;
}
.big-number-list ol li em {
	font-size: 18px;
	font-style: normal;
}
.big-number-list ol li::before {
	counter-increment: number;
	content: counter(number)"\a0";
	font-size: 250px;
	line-height: 250px;
	letter-spacing: -40px;
	text-align:center;
	font-weight: 700;
	color:#6abab2;
}
.big-number-list-four ol li {
	text-align: left;
	max-width: 20%;
	justify-content:flex-start;	
}
.big-number-list-text ol li{
	max-width: 33% ;
	min-width: 33%;
    margin-right: 5%;
}
.big-number-list-four ol li small, .big-number-list-four ol li small em {
	font-size: 16px !important;
	line-height: 1.8;
}
.big-number-list-four ol li::before {
	text-align: left;
	font-size: 200px;
}
@media screen and (max-width: 999px){
	.big-number-list-four ol {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 0 !important;
	}
	.big-number-list-four ol li {
		max-width: 100%;
		text-align: center;
	}
	.big-number-list-four ol li::before {
		text-align: center;
	}
}
@media screen and (max-width: 690px){
	.big-number-list ol li::before {
		font-size: 125px;
		line-height: 125px;
		letter-spacing: -20px;
	}
}
@media screen and (max-width: 479px){
	.big-number-list ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
}
/* - END: CUSTOM NUMBERED LIST -*/

/* - START: STANDARD ICON WITH TEXT -*/
.row .col .iwithtext .iwt-text h3 {
	font-size:24px;
	line-height: 34px;
}	
.row .col .iwithtext .iwt-text .no-flourish {
	padding-bottom:0;
}
/* - END: STANDARD ICON WITH TEXT -*/

/* - START: CUSTOM ICON WITH TEXT -*/
.large-iwt .iwithtext .iwt-icon {
	position:relative;
	height: 100px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.large-iwt .iwithtext .iwt-icon img:not([srcset]) {
	width: 90px!important;
	height:90px;
	/* width: 100px!important; */
}
.large-iwt .iwithtext .iwt-icon [class^="icon-"].icon-default-style {
	width:80px;
	height:80px;
	/* margin-bottom:15px; */
	font-size:50px;
	line-height:80px;
}
.large-iwt .iwithtext .iwt-text {
	padding-left:0;
	font-size:24px;
	line-height:34px;
	text-transform:uppercase;
	color: #5D727E;
	font-weight: 500;
}
.large-iwt .iwithtext .iwt-text *:after {
	display:none;
}
.large-iwt .iwithtext .iwt-text h2 {
	font-size:22px;
	line-height:33px;
}
.left-iwt .iwt-icon img {
	width: 70px !important;
}
.left-iwt .iwithtext .iwt-text {
    padding-left: 100px;
}

.ff-iwt .iwt-icon img {
	width: 70px !important;
}
.ff-iwt .iwithtext .iwt-text {
    padding-left: 80px;
}

.ff-iwt .wpb_wrapper {
	margin: 0 auto;
}
/* for IE 11 - to center icons */
.large-iwt .vc_column-inner .wpb_wrapper .iwt-icon img {
	margin-left: 0 !important;
	margin-right:  0 !important;
}

@media only screen and (max-width: 999px) and (min-width: 690px){
	.left-iwt .vc_col-sm-4 {
		padding-bottom: 20px; 
	}
}
@media only screen and (max-width: 999px)  {
	.left-iwt .iwithtext .iwt-text {
		padding-left: 80px;
	}
}
.med-iwt .iwithtext .iwt-icon img:not([srcset]) {
    width: 60px !important;
}
/* - END: CUSTOM ICON WITH TEXT -*/

/* - START: CUSTOM GRADIENT BLOCK -*/
.gradient-boxes .wpb_text_column {
	padding: 80px 10px !important;
}
.gradient-boxes h4 {
	color: white !important;
	
}
.gradient-boxes .vc_col-sm-3 {
	min-height: 280px;
}

.gradient-left {
	left: 11vw !important; 
}
@media only screen and (max-width: 1345px) and (min-width: 1000px){ 
	.gradient-boxes h4 {
		hyphens: auto;
	}
	
}
@media only screen and (max-width: 999px) and (min-width: 690px){
	.gradient-boxes .vc_col-sm-3:last-child {
		margin-bottom: 2% !important; 
	}

	.gradient-boxes {
		margin-bottom: 1% !important; 
	}
}


@media only screen and (max-width: 999px) {
	.gradient-left {
	left: 0vw !important; 
	}
}
/* - END: CUSTOM GRADIENT BLOCK -*/

/* - START: CUSTOM TIMELINE BLOCK -*/
.tl-block {
	max-width: 80%;
    padding: 30px;
    margin-top: -66px;
}
.tl-block-r {
	margin-left: auto !important;
}

.tl-block p, .tl-block h3, .tl-block h4 {
	color: white !important;
}
.tl-border {
	border-right: 3px solid; 
}
.tl-border .hover-wrap {
	padding-right: 0 !important;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #5d727e; 
  position: absolute;
  left: -10px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-left:10px solid #5d727e; 
  position: absolute;
  right: -10px;
}

@media only screen and (max-width: 999px) {
	.tl-block {
		max-width: 95%;
		margin-top: -45px;
    	z-index: 9999 !important;
	}

	.tl-block-row .vc_column-inner {
		max-width: 100% !important; 
	}

	.tl-block-row img {
		z-index: -1 !important;
	}

}


/* - END: CUSTOM TIMELINE BLOCK -*/
/* - START: CUSTOM COUNTDOWN TIMER -*/
.container .ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
	margin-bottom:-5px!important;
}

/* - END: CUSTOM COUNTDOWN TIMER -*/

/* - START: CUSTOM TESTIMONIAL BLOCK -*/
.testimonial-block {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    padding: 40px 30px;
    margin: 10px;
    background-color: white; 
}

.floc-testimonial .wpb_text_column {
	padding: 55px; 
}


.reviews-row {
	padding: 35px 35px 35px 15px !important;
}

.reviews-row  .starsblock {
	margin-bottom: 0 !important; 
}

/* - END: CUSTOM TESTIMONIAL BLOCK -*/


/* - START: LOGIN BLOCK -*/

.login-block .vc_column-inner {
	padding: 40px 60px;
}

.login-block img {
	max-width: 75% !important;
}

/* - END: LOGIN TESTIMONIAL BLOCK -*/

/* - START: CUSTOM BORDER BOXES-*/
.cor-border-box {
	border: solid 1px;
	padding: 40px 50px!important;
}

.cor-sqborder-box {
	max-width: 80%;
    margin: 0 auto;
}

.cor-sqborder-box .vc_col-sm-4 {
	border: solid 1px;
	padding: 30px!important;
	width: 31.3% !important; 
	margin-left: 1% !important;
	margin-right: 1% !important; 
}

@media only screen and (max-width: 999px) {
	.cor-sqborder-box {
	max-width: 100%;
	}

	.cor-sqborder-box .vc_col-sm-4 {
		width: 100% !important; 
	}

	.cor-border-box .iwithtext .iwt-text {
		padding-left: 0; 
	}

	.cor-border-box .iwithtext .iwt-icon {
		position: unset;
	}

	.cor-border-box {
		padding: 30px!important;
    	text-align: center;
	}

	.cor-border-box .iwt-icon img {
		margin-left: auto;
    	margin-right: auto;
	}
}

/* - END: CUSTOM BORDER BOXES-*/



/* - START: TOOLS*/

.tools-row .vc_col-sm-6 {
	width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.tools-row a {
	color: #6abab2;
	display: flex;
    align-items: center;
}

.tools-row a:before {
    content: '';
    background: url(images/arrow_teal.svg) center center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 999px) {
	.tools-row .vc_col-sm-6 {
	width: 100% !important;
	text-align: left !important;
	}
}




/* - START: CUSTOM BENEFITS - CAREERS-*/


.careers-ben-row {
	max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:999px) {
	.careers-ben-row {
		max-width: 100%;
		margin-bottom: 0 !important;
	}


}


/* - END: CUSTOM BENEFITS - CAREERS-*/

/* - START: FF ABOUT VALUES-*/

.ff-values h3 {
	font-size: 26px !important; 
}

/* - END: FF ABOUT VALUES-*/


/*  - ECAPITAL FAMILY CARDS - */
.fam-cards .vc_column-inner {
	height: 400px;
}
.fam-cards h3.text-blue {
	min-height: 30px;
}

@media only screen and (min-width: 1000px) and (max-width:1400px) {
	.fam-cards .vc_column-inner {
		height: 350px;
	}
}
@media only screen and (min-width: 1300px) and (max-width:1355px) {
	.fam-cards .vc_column-inner {
		height: 370px;
	}
	.fam-cards h3.text-blue {
		min-height: 60px !important;
	}

}
@media only screen and (min-width: 1000px) and (max-width:1177px) {
	.fam-cards h3.text-blue {
		min-height: 60px !important;
	}
}
@media only screen and (min-width: 691px) and (max-width:999px) {
	.fam-cards .vc_column-inner {
		height: 370px;
	}
}
@media only screen and (max-width: 480px) {
	.fam-cards .vc_column-inner {
		height: 350px;
	}
}
/*  - END: ECAPITAL FAMILY CARDS - */

/*  - Businesses Factoring Cards - */
.business-factoring-cards .vc_col-sm-4 .vc_column-inner {
    margin-right: 5px;
    padding: 55px 30px;
}
.business-factoring-cards .vc_col-sm-4:last-of-type .vc_column-inner {
	margin-right: 0;
}

.business-factoring-cards .vc_col-sm-4 .vc_column-inner:hover {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    opacity: 0.8; 
    }

@media only screen and (max-width: 1000px) {
        .business-factoring-cards .vc_col-sm-4 .vc_column-inner {
        padding: 85px 30px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .business-factoring-cards .vc_col-sm-4:last-of-type .vc_column-inner {
        margin-bottom: 0;
	}
}
/* ------ END: Business Factoring Cards ------*/

/* ------ FACTORING SCENARIO ------*/
.factoring-scenario .wpb_wrapper h4:last-of-type {
	font-size: 84px;
}
.factoring-scenario .wpb_wrapper h4:first-of-type {
	line-height: 200%;
}
.factoring-scenario .wpb_text_column {
	margin-bottom: 100px !important;
}
.factoring-scenario .wpb_text_column:last-of-type {
	margin-bottom: 50px !important;
}
.factoring-scenario .vc_column-inner {
	padding-left: 50px;
	padding-top: 50px;
}
.factoring-scenario h4 small {
	font-size: 50px !important;
}


/* ------ END: FACTORING SCENARIO ------*/

/* ------ START: FUNDED CHART ------*/
.fund-chart {
	border: 1px solid #ddd;
}
.fund-chart p {
	margin: 15px 0 !important;
	border-right: 1px solid #ddd;
}
.fund-chart .vc_col-sm-4 p {
	border-right: none;
}
@media screen and (max-width: 999px) {
	.fund-contain {
		border: 1px solid #ddd;
	}
	.fund-chart, .fund-chart p {
		border: none;
	}
	.fund-contain .row_col_wrap_12_inner {
		flex-wrap: nowrap !important;
	}
	.fund-contain .row_col_wrap_12_inner .vc_col-sm-8 {
		flex-shrink: 0.5;
	}
	.fund-contain .row_col_wrap_12_inner .col {
		/* height: 25px; */
		margin-bottom: 0 !important;
	}
	.fund-chart .row_col_wrap_12_inner .vc_col-sm-4:not(:last-child) p{
		border-right: 1px solid #ddd;
		padding-left: 15px !important;
	}
	.fund-contain p {
		margin: 0 0 5px 0 !important;
	}
	.fund-contain .wpb_row {
		margin-bottom: 5px !important;
	}
}
@media screen and (max-width: 480px){
	.fund-contain .row_col_wrap_12_inner .vc_col-sm-8 {
		flex-shrink: 1;
	}
}

/* ------ END: FUNDED TABLE ------*/
/* ------ START: BLOG ARCHIVE ------*/
.blog-archive .post-heading {
	max-width: 100% !important;
}
.blog-archive span {
	color: #5D727E !important;
}

.post-header h3 {
	font-weight: 500 !important;
	color: #5d727e !important; 
}

.unbold-header h3{
	font-weight: 400 !important;
}
/* ------ END: BLOG ARCHIVE ------*/

/* ------ START: FF HOME PAGE SERVICES ------*/
.ff-home-services .vc_col-sm-4 {
	border-right: 1px solid #ddd;
	padding-bottom: 40px !important;
	padding-top: 40px !important;
	margin-top: -80px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition: all 0.2s ease, -webkit-transform 0.2s ease;
}
.ff-home-services .vc_col-sm-4:last-of-type {
	border-right: none
}

.ff-home-services .vc_col-sm-4:hover {
	position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #f8f8f8;
	z-index: 999999 !important;	
	-webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition: all 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
}
.ff-home-services {
	box-shadow: 1px 4px 11px 5px rgba(0,0,0,0.23);
}
.ff-home-services .iwt-icon img {
	transform: translateY(-20px);
}
@media screen and (max-width: 999px){
	.ff-home-services .vc_col-sm-4 {
		border-right: none;
		padding-top: 20px !important;
		margin-top: 0;
		margin-bottom: 0 !important;
	}
	.ff-home-services .vc_col-sm-4:nth-of-type(2) {
		border: 1px solid #ddd;
	}
}
.tm-align {
	position: relative;
}
.tm-align sup {
	position: absolute;
	top: -13px;
}
@media screen and (max-width: 1300px){
	.tm-align sup {
		top: -8px
	}
}

/* ------ END: FF HOME PAGE SERVICES ------*/

/* ------ END: CUSTOM ELEMENTS ------*/
/* ----------------------------------*/

/* ------ START: CUSTOM HEADER ------*/
#header-secondary-outer nav{
	display:flex;
	justify-content:flex-end;
}
#header-secondary-outer nav ul li {
	border-right: 2px solid #f7901e;
}
#header-secondary-outer nav .sf-menu {
	width:100%;
	display:flex;
}
#header-secondary-outer nav .sf-menu li.make-a-payment-link+li{
	margin-left:auto;
}
#header-secondary-outer nav .sf-menu li.make-a-payment-link{
	border-right:0;
	display:flex;
	align-items:center;
}
@media screen and (min-width: 798px) and (max-width: 955px){
	#header-secondary-outer nav .sf-menu li a,  .top_menu_phone{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 797px){
	#header-secondary-outer nav .sf-menu li a,  .top_menu_phone{
		font-size: 10px !important;
	}
}
body:not(.single-commercial-finance) #header-secondary-outer nav .sf-menu li.make-a-payment-link{
	display:none;
}
#header-widget-area {
	display: inline-block;;
	padding: 7px 0 5px 80px;
}
#header-widget-area * {
	padding-bottom:0;
}
body.material #header-secondary-outer nav >ul >li >a {
	font-size:18px;
}
.top_menu_phone {
	font-size:18px;
	font-weight:800;
	color: #F7901E;
}
/* IE 11 - stop logo from overlapping menu */
#top .col.span_9.col_last nav {
	position: absolute;
	top: 0;
	left: 360px
}
@media screen and (min-width: 1311px) and (max-width: 1345px) {
	#top .col.span_9.col_last nav ul li a {
		font-size: 17px !important;
	}
}
#top .right-aligned-menu-items nav > ul > li > a {
	font-weight: 800;
}
.right-aligned-menu-items li:last-child { /*make GET a QUOTE orange*/
	background:  #F7901E;
	padding-right: 27px;
	margin-left:80px;
	padding-left:45px;
}
body #top nav > ul > li > a { /*Make get a quote be full height of menu*/
	line-height:91px;
}
#top .right-aligned-menu-items nav > ul > li a { /*Make get a quote be full height of menu*/
	line-height:91px;
	position:relative;
}
body.freight-factoring-template-template-landing-page #top nav > ul > li:not(:last-of-type) a { /*for landing pages*/
	line-height: 1;
}

.right-aligned-menu-items li:last-child:before { /*add slash to header get a quote button*/
	position: absolute;
    content: "";
    width: 0;
    border-style: solid;
    border-width: 0px 0px 91px 45px;
    border-color: transparent transparent #f7921e #5d727e;
	top: 0;	
	left:0;
}
.single-corporate .right-aligned-menu-items .sf-menu li.login-button, 
.single-corporate #mobile-menu li.login-button{ /*hide login on corporate pages*/
	display:none!important;
}
.home #header-outer[data-format="menu-left-aligned"] .row .right-aligned-menu-items,
.home #mobile-menu li.login-button,
.home #mobile-menu li#menu-item-15033 { /*hide all ther menus on home (will have to add privacy page) */
	display:none;
} 

.home #header-secondary-outer nav .sf-menu{
	display:none;
}

@media only screen and (min-width: 1290px){ /*change header padding at mobile break point set in salient options*/
	#header-outer[data-full-width="true"] header > .container {
		padding-right:0!important;
	}
	#header-outer:not([data-format="left-header"]) #top > .container > .row {
		align-items:center;
	}
}
body #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
	/* margin-left:15px; */
	/* margin-right:15px; */
}
body #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a:after {
	border-color:#f7921e;
}
body #header-outer[data-lhe="animated_underline"] #top nav >ul >li:not([class*="button_"]) >a:after {
	bottom:0;
}
/* ------ END: CUSTOM HEADER ------*/

/* ------ START: CUSTOM FOOTER ------*/
#footer-outer[data-cols="1"] .col {
    text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	/* padding-bottom:70px; */
}
#footer-outer[data-cols="1"] .col #text-5 {
	display:none;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
	padding-top:70px;
	padding-bottom:20px;
}
#footer-outer #footer-widgets .col p { 
	padding-bottom: 0;
}
#footer-outer[data-cols="1"] .col > div{
	padding: 0 15px;
	min-width:200px;
}
#footer-outer[data-cols="1"] .col > div:first-child {
    min-width: 260px;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
	display:block;
	margin:0;
}
#footer-outer #footer-widgets {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 300;
	line-height: 25px;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
	padding:10px;
}
#copyright .container .col {
	padding-bottom:0;
	text-align:center;
}
#copyright .container .col_last{
	display:none;
}
#footer-outer .login-button {	
	display:flex;	
	align-items: center;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li.login-button > a {
	color: #6ABAB2!important;
}
#footer-outer .login-button a:not(.nectar-button) {		
	color: #6ABAB2!important;
}
.row .col img.footer-logo-swapable {
    max-height:35px;
}

#footer-widgets #text-4 {
    margin-top:-5px;
}
#footer_nav {
    overflow:hidden;
    display:flex;
	justify-content:center;
	margin-top:-8px;
	margin-bottom:40px;
}

#footer_nav .sf-menu li{
	font-size:24px;
	line-height: 36px;
	margin-right:35px;
	font-weight:500;
}
@media screen and (max-width:1300px){
	#footer-outer[data-cols="1"] .col {
		display:block;
	}
	.widget_nav_menu > div{
		display:none;
	}
	#footer_nav .sf-menu {
		display: flex;
    	flex-direction: column;
    	text-align: center;
	}
	#footer_nav .sf-menu li{
		margin-right:0;
	}
	#footer-widgets .widget > div {
		text-align:center;
	}	
}

.login-button:before, .make-a-payment-link:before {
	content:'';
	background:url('images/arrow_teal.svg') center center no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:10px;
}
.sha-feature-wrapper {
	margin-top:35px;
}
.sha-feature {
	display:inline-block;
	padding:0 20px;
	line-height:58px;
	background: #29aae3;
	margin-right: 10px;
	font-weight:600;
	border-radius: 8px;
	color:#fff;
	margin-bottom:12px;
	font-size:28px;
}
@media screen and (max-width: 550px){
	.sha-feature {
		display:block;
		font-size: 20px;
	}
}
.sha-feature i{
	margin-right:15px;
	font-size:35px;
}
a.social-link {
    padding: 10px 20px 10px 0;
    border-radius: 200px;
	margin-right: 10px;
	width: 45px;	
    text-align: center;
    height: 45px;
	display: inline-block;
	margin-bottom: 20px;
}
a.social-link:last-child {
	margin-right:0;
}
body #footer-outer i {
	font-size: 30px;
}
a.social-link i {
	color:#E8872D;
}
a.social-link:hover i{
	color:#6ABAB2;
}
/* ------ END: CUSTOM FOOTER ------*/

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	width: 100%; /* makes blog imaages full width */
	/* border-radius: 10px 10px 0 0; */
}
/* recent blog posts images all same height */
span.post-featured-img {
	/* min-height: 204px !important; */
}


/* ------ START: CUSTOM FLIP BOX ------*/
.nectar-flip-box .flip-box-front, .nectar-flip-box .flip-box-back {
	max-height: 250px !important;
	min-height: 250px !important;
}
.nectar-flip-box .flip-box-back .inner p {
	font-size: 13px !important;
	line-height: 1.4 !important;
}
.nectar-flip-box .flip-box-back .inner h5 {
	font-size: 16px !important;
	line-height: 1.4 !important;
}
@media only screen and (max-width: 1311px) and (min-width: 1000px) {
	.nectar-flip-box .flip-box-front, .nectar-flip-box .flip-box-back {
		max-height: 300px !important;
		min-height: 300px !important;
	}
}
.nectar-flip-box {
	border: 2px solid #5D727E;
	line-height:1rem;
	max-height:400px;
	display:flex;
	flex-direction:column;
	margin-right:10px;
	margin-top:10px;
}
.nectar-flip-box .flip-box-front {
	background-size:50% 50%;
	background-repeat: no-repeat;
	background-position: center center;
	/* IE 11 - stop squish/stretch of backgroun icon */
	background-size: 50%;
}
.nectar-flip-box .flip-box-front .inner{
	height:inherit;
	bottom:0;
	text-align:center;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	height:100%;
	padding:10px;
}
.nectar-flip-box .flip-box-front .inner h5{
	font-weight:700;
	font-size:16px;
}
.nectar-flip-box .flip-box-back .inner {
	padding:20px 20px;
}
.nectar-flip-box .flip-box-back .inner img{
	width: 35px;
}
.nectar-flip-box .flip-box-back .inner a{
	color: #6abab2;
	display:flex;
	align-items:center;
}
.nectar-flip-box .flip-box-back .inner p {
	line-height: 1.5rem;
}
.nectar-flip-box .flip-box-back .inner a:before {
	content:'';
	background:url('images/arrow_teal.svg') center center no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:10px;
}
/* ------ END: CUSTOM FLIP BOX ------*/

/* ------ START: MOSAIC & MOSAIC FLIP BOX ------*/
body .container > .row > .vc_row.mosaic > .row_col_wrap_12 { /*remove standard row padding top and bottom, add custom grout*/
	padding: 2.5px 10px;
}
body .vc_row-fluid.mosaic > .span_12:hover {
	z-index: 999999 !important;	
}
body .vc_row-fluid.mosaic > .span_12 .wpb_column.mosaic-tile .column-image-bg-wrap{
	z-index:1;
}
body .vc_row-fluid.mosaic > .span_12 .wpb_column.mosaic-tile:hover {
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	z-index: 999999 !important;	
	-webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
}
body .vc_row-fluid.mosaic > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
	padding:0;
}
body .vc_row-fluid.mosaic > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element > .wpb_wrapper {
	padding:40px 40px;
}
body .vc_row-fluid.mosaic .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element > .wpb_wrapper {
	padding:40px 40px;
}
body .container .mosaic h3, body .container .mosaic h2 {
	color:#fff;
	font-size: 26px;
	line-height: 38px;
	/* IE 11 - force text to wrap */
	width: 100%;
}
.mosaic .nectar-flip-box {
	border:0;
}
.mosaic .nectar-flip-box .flip-box-front .inner, .mosaic .nectar-flip-box .flip-box-back .inner{
	padding-left:40px;
	padding-right:40px
}
.mosaic .nectar-flip-box .flip-box-front .inner{
	text-align:left;
	align-items:flex-start;	
}
.mosaic .nectar-flip-box .flip-box-back .inner a{
	color: #fff;
}

/* MOSAIC FLIP BOXES CAREERS ICON POSITIONING */
/* brokers page */
.flip-box-ficon-broker .flip-box-front {
	/* background-position: calc(100% - 251px) calc(100% - 282px); */
	background-position-x: 40px;
	background-position-y: 40px;
    background-size: 40px;
}

.flip-box-ficon .flip-box-front {
	/* background-position: calc(100% - 251px) calc(100% - 282px); */
	background-position-x: 40px;
	background-position-y: 20px;
    background-size: 50px;
}
/* .flip-box-ficon-1 .flip-box-front {
	background-position-y: 0;
} */
@media only screen and (min-width: 1375px) and (max-width: 1558px){
	.flip-box-ficon-1 .flip-box-front {
		background-position-y: 0;
	}
}
@media only screen and (min-width: 1312px) and (max-width: 1374px){
	.flip-box-ficon-1 .flip-box-front {
		background-position-y: 10px;
	}
	.flip-box-ficon-1 .wpb_wrapper h2 {
		transform: translateY(20px);
	}
}
@media only screen and (min-width: 1155px) and (max-width: 1311px){
	.flip-box-ficon .flip-box-front {
		background-position-y: 30px;
	}
	.flip-box-ficon-1 .flip-box-front {
		background-position-y: 10px;
	}
}
@media only screen and (min-width: 691px) and (max-width: 999px){
	.flip-box-ficon .flip-box-front {
		background-position-y: 30px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 690px){
	.flip-box-ficon .flip-box-front {
		background-position-y: 10px;
	}
}
@media only screen and (max-width: 480px){
	.flip-box-ficon-1 .flip-box-front h2 {
		transform: translateY(25px);
	}
	.flip-box-ficon-1 .flip-box-front {
		background-position-y: 10px;
	}
	.flip-box-ficon-2 .wpb_wrapper{
		height: 300px;
	}
	.flip-box-ficon-2 .flip-box-front h2 {
		transform: translateY(60px);
	}
	.flip-box-ficon-2 .flip-box-front {
		background-position-y: 20px;
	}
}
/* END: MOSAIC FLIP BOXES CAREERS ICON POSITIONING */

.flip-box-fleets .flip-box-back .inner {
	transform: translateY(30px) !important;
}

@media screen and (min-width: 1000px){
	.vc_row-fluid.mosaic > .span_12 > .wpb_column:first-child {
		padding-right: 10px;
	}
	.vc_row-fluid.mosaic > .span_12 > .column_container .child_column:first-child {
		padding-right:10px;
	} 
	.container.main-content > .row > .vc_row-fluid.mosaic > .span_12 > .wpb_column {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 999px) {
	body .container > .row > .vc_row.mosaic > .row_col_wrap_12 {
		padding: 0px 0px;
	}
}
/* MOSAIC FLIP BOXES CAREERS BACK CONTENT POSITIONING */
.flip-box-home-2 .flip-box-back h2:last-of-type  {
	transform: translateY(-30px);
}
.flip-box-home-2 .flip-box-back p {
	transform: translateY(-50px);
}
@media screen and (max-width: 479px){
	.flip-box-home-1 .wpb_wrapper {
		height: 300px;
	}
	.flip-box-home-1 .flip-box-front .inner {
		transform: translateY(60px) !important;
	}
}
/* END: MOSAIC FLIP BOXES HOME PAGE BACK CONTENT POSITIONING */

/* ------ END: MOSAIC & MOSAIC FLIP BOX ------*/

/* ------ START: BUTTONS ------*/
body[data-button-style^="slightly_rounded"] .nectar-button
{
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}
.nectar-button {
	text-align:center;
}
.nectar-button.large {
	font-size:16px;
}
@media screen and (max-width:999px){
	.nectar-button {
		width:100%;
	}
}
/* ------ END: BUTTONS ------*/

/* ------ START: CUSTOM LANDING PAGES/SIDEBAR/LEAD CAPTURE FORMS ------*/
.formtitlemain {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
.sideleadform{
    background-color:#5e717f;
    padding:40px;
    margin-bottom:30px !important;
}
.wpb_wrapper > .gform_wrapper {
	margin-bottom:10px;
}
.wpb_wrapper > .gform_wrapper + script + script + .wpb_text_column a { /* link under form */
	font-size: 20px;
	color: #5d727e;
}
.gform_wrapper .top_label label.gfield_label {
	display:none;
}
.gform_fields h1:after, .gform_fields h2:after {
	display:none;
}
.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
	padding: 10px;
	margin-bottom:5px;
	border: 1px solid rgb(172, 172, 172);
	letter-spacing: normal;
	background: #fff;
	color:#686868;
}
body[data-form-submit="regular"] .container-wrap input[type=submit] {
	padding: 17px 120px;
}
input[type="text"] {
	color:#686868!important;
}
body .container .gform_wrapper .top_label div.ginput_container {
	padding-right: 0px;
}
body .container .gform_wrapper ul li.gfield {
	margin-top:5px;
	margin-bottom:5px;
}
body[class="^landing-page"] .container .gform_wrapper ul li.gfield {
	margin-top:5px;
}
body .gform_wrapper li.hidden_label input {
	margin-top:0;
}
body .gform_wrapper {	
	margin-bottom: 0; 
}
body[class="^landing-page"] .gform_wrapper {
	margin-top:-10px; 
}
body .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
}
body .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right:0;
}
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  font-size: 15px !important; 
  color:#484848!important;
}
.gform_wrapper.gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  font-size: 15px !important; 
  color:#484848!important;
}
.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  font-size: 15px !important; 
  color:#484848!important;
}
.gform_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  font-size: 15px !important; 
  color:#484848!important;
}
body .gform_wrapper .gform_footer  {
	margin-top:0;
	padding: 10px 0 10px 0;
}
body .gform_wrapper .gfield_checkbox li label {
	font-size:16px;
	font-weight:400;
}
body .gform_wrapper ul.gfield_checkbox li {
	display:flex;
	align-items: center;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
	width: 25px!important;
	height: 25px!important;
	margin: 0 10px 5px;
}
@media only screen and (min-width: 641px){
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit]{
		width:100%;		
	}
}
/* ------ END: CUSTOM LANDING PAGES/LEAD CAPTURE & FORMS ------*/

/* ------ START: LET'S TALK ROW ------*/
.lets-talk-container {
	background:#F3F3F7 !important;
	background:#F3F3F7;
	margin-left: -140px;
	margin-right: -140px;
	padding-left: 80px;	
	margin-bottom: -60px!important;
	margin-top:-60px; /*standard row padding removed*/
}
@media screen and (min-width:1600px){
	.lets-talk-container { /* make the edges of the rows expand out past the page for larger screens */
		margin-left: -32vw;
		margin-right: -32vw;
		padding-left: 32vw;	
		padding-right: 16vw;
	}
	.lets-talk-container > .col > .vc_column_container:first-child{
		margin-right:-16vw;
	}
	#boxed .lets-talk-container > .col > .vc_column_container:first-child{
		margin-right:-11vw;
	}
}
.lets-talk-container > .col > .vc_column_container:first-child{
	margin-right:-7vw;
}
.lets-talk-container .no-flourish {
	padding-bottom:0;
}
.lets-talk-container > .row_col_wrap_12_inner > .wpb_column > .vc_column-inner .wpb_wrapper{
	padding:20px;
	height:100%;
}
.lets-talk-container h2 {
	float:left;
	margin-right:20px;
}
.lets-talk-container > .col > .wpb_column:last-child a{
	color:#fff;
}
.lets-talk-container > .col > .wpb_column:last-child h2{
	color: #fff;
	font-weight:700;
}
body .lets-talk-container .iwithtext .iwt-icon .icon-default-style.extra-color-3 {
	position:absolute;
	margin-top:10px;
	color:#fff!important;
}
@media screen and (max-width: 1300px){
	body .lets-talk-container .iwithtext .iwt-icon .icon-default-style.extra-color-3 {
		font-size:24px;
		margin-top:2px;
		margin-left:20px;
	}
}
.lets-talk-container .vc_column_container:last-child .vc_column-inner .column-bg-overlay:before {
	position: absolute;
    content: "";
    width: 0;
    border-style: solid;
    border-width: 0px 0px 156px 45px;
    border-color: transparent transparent #f7921e #F3F3F7;
	top: 0;	
	left:0;
}
.lets-talk-container .vc_column_container:last-child .vc_column-inner .column-bg-overlay-wrap {
	width:200%;
}
.lets-talk-container p{
	padding:0;
	clear:left;
}
@media screen and (min-width:1000px){
	.lets-talk-container .nectar-button {
		margin-bottom:0;
	}
}
@media screen and (max-width:999px){
	.lets-talk-container {
		padding-right: 140px;
		padding-left: 140px;
	}
	.lets-talk-container *{
		width:100%;
	}	
}
@media screen and (min-width:690px) and (max-width:999px) {
	.lets-talk-container {
		margin-left: -180px;
		margin-right: -180px;
	}
}
@media screen and (max-width:689px) {
	.lets-talk-container {
		padding-left:90px;
		padding-right:90px;
	}
}
@media screen and (min-width:1000px) and (max-width:1405px) {
	.lets-talk-container .vc_column_container:last-child .vc_column-inner {
		height:100%;
	}
	.lets-talk-container .vc_column_container:last-child .vc_column-inner .column-bg-overlay:before {
		/* border-width: 0px 0px 230px 45px; */
	}
}
/* ------ END: LET'S TALK ROW ------*/

/* ------ START: Recent Blog Posts Element ------*/
body .container .blog-recent .post-header h3{
	font-size:22px;
	text-transform: none;
	line-height:36px;
}
.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
	padding: 8%;
	background-color: #f8f8f8;
	height:100%;
}
.meta-category {
	display: none;
}

.blog-recent[data-style*="classic_enhanced"] .post-featured-img {
	/* max-height: 204px; */
}
.recent-blogs .post-header h3 {
	color: #5D727E
}

/* ------ END: Recent Blog Posts Element ------*/

/* ------ START: Extra Listing Short Code ------*/
.custom-page-extras {
	display:flex;
	flex-wrap: wrap;
	/* justify-content:space-around; */
	justify-content:center;
}
.custom-page-extras .card{
	border-radius: 2px;
    border: 2px solid #a8a8a8;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width:24%;
	display:flex;
	flex-direction:column;
	background:#fff;
	cursor:pointer;
	margin-bottom:10px;
	min-height: 400px;
	/* max-height: 600px; */
	margin-left:5px;
	margin-right:5px;
}
@media screen and (max-width:1560px) {
	.custom-page-extras .card {
		width:32%;
	}
}
@media screen and (max-width:1300px) {
	.custom-page-extras .card {
		width:48%;
	}
}
@media screen and (min-width:1000px){
	.custom-page-extras .card:nth-child(-n+2) {
		width:48.75%;
	}
}
.custom-page-extras .card .card-main {
	padding:35px;
}
.custom-page-extras .card:nth-child(n+3) .card-main {
	flex-direction:column;
	text-align:center;
}
@media screen and (max-width: 1370px){
	.custom-page-extras .flex-row.card-main {
		flex-direction: column !important;
	}
}
@media screen and (max-width:1000px){
	.custom-page-extras .card {
		width:100%;
	}
	.custom-page-extras .card .card-main {
		flex-direction:column;
		text-align:center;
	}
}
.custom-page-extras .card:hover{
	-webkit-box-shadow: 0 10px 24px 0 rgba(0,0,0,0.08);
	box-shadow: 0 10px 24px 0 rgba(0,0,0,0.08);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 999;
}
.custom-page-extras .card .card-image {
	width:300px;
	min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-page-extras .card .card-image img {
	max-width: 300px;
}
.custom-page-extras .card:nth-child(n+3) .card-image img {
	max-height: 100px;
	width: auto;
}
.custom-page-extras .card .card-image, .custom-page-extras .card .card-content {
	/* flex:1; */
}
.custom-page-extras .card .card-footer {
	margin-top:auto;
}
.custom-page-extras .card img.card-footer-icon{
	width:48px;
	margin-right:15px;
	margin-bottom:0;
}
.custom-page-extras .button-grey{
	width:100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 10px; 
	padding-bottom: 10px;
	background-color: #F3F3F7;
	position:relative;
	font-size: 18px;
	font-weight: 700;
	color: #5D727E;
	min-height: 68px;
	text-transform:uppercase;
}
.custom-page-extras .button-grey:after {
	content:'';
	background:url('images/arrow_teal.svg') center center no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	opacity: 0;
	right:10px;
	position:absolute;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.custom-page-extras .card:hover .button-grey:after {
	opacity: 1;
}
.read-more-link{
	display:flex;
	align-items:center;
}
.read-more-link:before {
	content:'';
	background:url('images/arrow_teal.svg') center center no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:10px;	
}
.custom-page-extras .card .read-more-link a {
	font-size: 23px;
	font-weight:700;
	color: #6abab2;
}
.custom-page-extras .button-grey .read-more-icon{
	width: 20px;
	position: absolute;
	right:25px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	top: 20px;
}
/* ------ END: Extra Listing Short Code ------*/

/* ------ START: BLOG POST STYLES ------*/
#ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category {
	display:none;/*hide all category tags on posts*/
}
.single-post .heading-title[data-header-style="default_minimal"] h1, .single-news .heading-title[data-header-style="default_minimal"] h1{
	padding-top:0;
}
.single-post .bottom-meta, .single-post .comments-section, .single-news .bottom-meta, .single-news .comments-section {
    display: none !important;
}
.post-content .wpb_wrapper {
	padding-top: 0 !important;
	padding-bottom: 10px !important;  
}
body.single-post h4, body.single-news h4 {
	text-transform: capitalize !important;
	color: #5d727e; 
	font-size: 22px !important;
}
body.single-post h3, body.single-news h3 {
	color: #5d727e; 
}
body.single-post h2, body.single-news h2 {
	text-transform: none!important;
	margin-bottom:0;
	font-size: 32px; 
	line-height: 42px;
	font-weight: 800 !important; 
}
.single-post h2:after, .single-news h2:after {
	display:none;
}
.single-post .heading-title, .single-news .heading-title {
	padding-top:0!important;
	margin-bottom:0;
	padding-bottom:20px;
}
.post-featured-img img {
	width: 100%;
}
.entry-title {
	text-transform: none!important;
	font-weight: 800 !important; 
}
.text-underline {
	text-decoration: underline;
}
.callout-box {
	padding: 50px 20px 20px 20px !important;
	margin-bottom: 50px !important;
}
/* 20 Easy Ways Blog Table Start */
.divTable {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.divTableBody {
    display: table-row-group;
}
.divTableRow {
    display: table-row;
}
.divTableCell, .divTableHead {
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    display: table-cell;
    padding: 3px 10px;
}
/* 20 Easy Ways Blog Table End */

@media screen and (max-width:1000px){
	.single-post .post-content > .post-featured-img > img, .single-news .post-content > .post-featured-img > img {
		margin-bottom:30px;
	}
	.single-post .post .content-inner, .single-news .post .content-inner {
		padding-bottom: 50px;
	}
	.img-0m {
	margin-bottom: 0 !important;
	}
	.img-0m img {
	margin: 0 !important;
	}
}
/* ------ END: BLOG POST STYLES ------*/

/* ------ START: BLOG SIDEBAR ------*/
#custom_html-2 {
	padding: 30px 30px 10px 30px;
    border: 0px solid #eaeaea;
    background-color: #5D727E;
    border-radius: 2px;
}
#custom_html-2 li {
	color: white; 
}
#custom_html-2 .ginput_container_checkbox {
	margin-top: 0; 
}
body .container #sidebar h4, body .widget h4 {
	text-align:left;
	font-size: 28px!important;
	line-height: 30px;
	margin-bottom:30px;
	text-transform: capitalize!important;
	font-weight: 400!important;
	color: white !important;
}
@media screen and (max-width: 1000px){
	body #sidebar .widget {
		margin-bottom: 0px;
	}
}
/* ------ END: BLOG SIDEBAR ------*/

/* ------ START: LANDING PAGES ------*/
.lp-orange-header {
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
}
.profit-loss-calc #field_93_7 {
	margin-top: -40px !important;
}
.profit-loss-calc input[type="submit"] {
	display: none !important;
}
.scale-down {
	transform: scale(0.9);
}
@media screen and (max-width:999px){
	.small-img {
		width: 75px !important;
		height: 75px !important;
	}
	.centre-img .inner {
		margin: 0 auto !important;
	}
}
/* ------ END: LANDING PAGES ------*/
/* ------ START: TERMS/CONDITIONS PAGES ------*/
.terms-conditions blockquote {
	font-family: Montserrat !important;
	font-size: 16px !important;
	line-height: 1.8;
}

/* ------ END: TERMS/CONDITIONS PAGES ------*/


/*---
			 )
	      ( _   _._
 		   |_|-'_~_`-._
	    _.-'-_~_-~_-~-_`-._
	_.-'_~-_~-_-~-_~_~-_~-_`-._
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 |  []  []   []   []  [] |
	 |           __    ___   |
	 ._|  []  []  | .|  [___]  |_._._._._._._._._._._._._._._._._.
	 |=|________()|__|()_______|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|
   ^^^^^^^^^^^^^^^ === ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ______________	     ===
<Steedan's House>      ===
	   ^|^         	     ===
		|                  ===

---*/