/*
Theme Name: MT Child Theme
Theme URI: https://moderntraction.com
Version: 2.1
Description: An example child theme that can be used as a starting point for custom development.
Author: Modern Traction
Author URI: https://moderntraction.com
template: bb-theme
*/

/* Adobe Proxima Nova Font */

@font-face {
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
}

@font-face {
	font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: italic;
}

@font-face {
	font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
	font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: italic;
}

@font-face {
	font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: normal;
}

@font-face {
	font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: italic;
}

@font-face {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 700;
font-style: normal;
}

@font-face {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 700;
font-style: italic;
}

@font-face {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: italic;
}


/* Proxima Nova font - OLD, DIDN'T WORK */
/*
@font-face {
  font-family: 'Proxima-Nova';
  src: url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Regular.woff2') format('woff2'),
       url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Light.woff2') format('woff2'),
       url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Bold.woff2') format('woff2'),
       url('https://lyndendoor699.e.wpstage.net/wp-content/uploads/2022/03/ProximaNova-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
}

*/
/*End of adding Proxima Nova font*/

/* Standard fixes *******************************************/

/* Changes logo/nav area from 33%/66% (logo/navigation) to 25%/75% */
@media (min-width:992px) {
	header.fl-page-header div.col-md-4.fl-page-header-logo-col {
		width: 25%;
	}
	header.fl-page-header div.col-md-8.fl-page-nav-col {
		width: 75%;
	}
}


/* Changes from 90% which is to narrow for 1280px screens causing menu to wrap */
@media (min-width: 1100px) {
	header .container {
		max-width: 94% !important;
	}
}
/* Force mobile hamburger menu to load on ipad landscape - 1024px 
@media only screen and (max-width:980px) {
	.fl-page-header-primary .fl-logo-img {
    height: auto !important;
    margin: 0 auto;
    display: block;
}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		top: 15px;
	}
}

*/
/* remove border below header */
@media (min-width: 992px) {
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom: 0 !important;
	}
}

/* Overidde Global Settings Padding on Rows*/
.fl-row-content-wrap {
	padding: 4% 2%;
}
@media (min-device-width: 667px) and (max-device-width: 992px) {
	.fl-row-content-wrap {
		padding: 0 !important;
		/*padding: 4% 2%; !important*/
	}
}

.fl-builder-settings-fields input[type=number] {
    width: 70px !important;
}

/* Text styles */

body {
	text-decoration-skip-ink: auto;
}
/*
h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
}
*/
/*
article p a {text-decoration: underline;}
article p a:hover {text-decoration: none;}
*/

post h1,
post h2,
post h3,
post h4,
post h5,
post h6 {
	margin: 1.5em 0 0.5em;
}

.fl-module-content h1,
.fl-module-content h2,
.fl-module-content h3,
.fl-module-content h4,
.fl-module-content h5,
.fl-module-content h6 {
	margin: 0 0 0.5em 0;
}

.single-post .fl-module-fl-post-content  h2,
.single-post .fl-module-fl-post-content  h3,
.single-post .fl-module-fl-post-content  h4 {
    font-size: 150% !important;
}

.fl-page-content p {
	margin: 0 0 25px;
}

.fl-page-content ul,
.fl-page-content ol {
	margin-bottom: 30px !important;
}

.fl-page-content li {
	margin-bottom: 10px !important;
}

.fl-post-meta {
	font-size: 15px;
}


/* Button with Video Lightbox - reposition X close *****/
body div.mfp-wrap.mfp-ready button.mfp-close, body div.mfp-wrap.mfp-ready button.mfp-close:hover {
	color:#FFF !important;
	top: -32px !important;
	font-size:36px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 80% !important;
}

/* Button with Video Lightbox - remove extra spacing around video in lightbox *****/
.fl-button-lightbox-wrap .mfp-iframe-scaler iframe {
	left: 0 !important;
    height: 100% !important;
    top: 0 !important;
    width: 100% !important;
	background: black !important;
	border: 0 !important;
}

/* Button icon with Video Lightbox *****/
.video-play-button a.fl-button { background:none!important;	padding:0!important; margin: -10px 0 0 -10px;}
.video-play-button .fl-button-text {font-size: 20px !important;}
.video-play-button .fl-button-icon { font-size: 3em !important; }
@media (max-width:768px) {
	.video-play-button .fl-button-icon { margin-top: -20px;}
}
@media (max-width:720px) {
	.video-play-button .fl-button-icon {font-size: 3em !important; margin-top: -20px;}
}


/* Subscribe module terms checkbox */

.fl-terms-checkbox-wrap {
	font-size: 15px;
	margin-top: 10px;
}

.fl-terms-checkbox-wrap a {
	text-decoration: underline;
}

.fl-form-error-message {
	padding-top: 0;
	font-size: 15px;
}


/* Powerpack logo fix to make them all same width, and for IE 11 */

.fixed-width-logos img.logo-image {
	max-width: 120px !important;
}


/* Main Menu CTA button - not using */
/*
@media (min-width:1024px) {
	.fl-page-header ul.navbar-right .cta a {
		color: #ffffff !important;
		background: var(--accent-color);
		padding: 6px 16px !important;
		margin: 9px 0 0 12px;
		border-radius: 25px;
		-webkit-transition: all .1s ease-in-out !important;
		-moz-transition: all .1s ease-in-out !important;
		-ms-transition: all .1s ease-in-out !important;
		-o-transition: all .1s ease-in-out !important;
		transition: all .2s ease-in-out !important;
	}
	.fl-page-header ul.navbar-right .cta a:hover {
		color: #ffffff !important;
		background: var(--accent-hover)!important;
	}
}

@media (max-width:767px) {
	.fl-page-header ul.navbar-right .cta a,
	.fl-page-header ul.navbar-right .cta a:active {
		margin: 0px;
		display: inline-table;
	}
}
*/

/* Force an element to overlap another */

.overlap {
	position: relative;
	z-index: 10;
	/* Can be changed to a higher value depending on the next row's content */
}


/* Change bullet lists into checkmark or arrow lists */

.mt-list-checkmarks li, .mt-list-arrows li  {
	list-style-type: none;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.mt-list-checkmarks li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\f00c";
	margin: 0 25px 0 -45px;
	color: var(--accent-color);
	font-size: 110%;
}

.mt-list-arrows li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\2192";
	margin: 0 25px 0 -45px;
	color: var(--accent-color);
	font-size: 110%;
}

.mt-list-times li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\f00d";
	margin: 0 25px 0 -45px;
	color: var(--accent-color);
	font-size: 110%;
}

/* Quote - Testimonial on Text Module */

.mt-testimonial {
	font-size: 19px !important;
	line-height: 1.7em;
	text-align: left;
}

.highlight {
	font-size: 25px !important;
	line-height: 1.5em;
	color: #3dc1bd;
	letter-spacing: 0.01em;
}

.mt-testimonial .fl-callout-title {
	font-size: 0 !important;
}

.mt-testimonial .fl-rich-text::before,
.mt-testimonial .fl-callout-text::before {
	position: relative;
	text-align: left;
	line-height: 0;
	top: 60px;
	left: -30px;
	content: "\201C";
	font-size: 190px;
	font-style: normal;
	font-family: sans-serif;
	color: var(--accent-hover);
	opacity: 0.2;
	display: block;
}

.mt-testimonial .fl-callout-photo-left .fl-callout-photo, .mt-testimonial .fl-callout-photo-right .fl-callout-photo {
	width: 15% !important;
}

.mt-testimonial .fl-rich-text img {
	width: 60px !important;
	height: auto !important;
}

/*.mt-testimonial .fl-photo-content img {
	width: 80px !important;
	height: auto !important;
}
*/

.mt-testimonial p em {
	font-size: 15px !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	margin-top: 15px;
	line-height: 1.6em;
	display: block;
	opacity: 0.6;
}


/* Callout Spacing Fix */

.fl-callout-photo-left .fl-callout-photo,
.fl-callout-photo-left-text .fl-callout-photo {
	width: 20% !important;
}
@media (min-width: 992px) {
	.fl-callout-photo-left .fl-callout-photo, .fl-callout-photo-left-text .fl-callout-photo {
		 width: 25%;
	}
}

/* Add default drop shadow on elements */

.drop-shadow input,
.drop-shadow a.fl-button {
	box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 30px 2px !important;
}

.fl-embed-video {
	box-shadow: 2px 2px 40px 3px #888;
}


/*.drop-shadow a:hover {
	box-shadow: rgba(0,0,0,0.5) 6px 6px 70px 5px !important;
    transition: .3s;
}
*/


/* Powerpack Pricing Table - Make equal height */

.equal-height .pp-pricing-table {
	display: flex;
	flex-flow: row wrap;
}


/* Powerpack Post Grid with Drop Shadow hover */

.pp-content-post:hover,
.pp-content-grid-post:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0 15px 20px !important;
	transition: .3s;
}


/* Gravity Form Customization */

.minimal .gform_wrapper .top_label .gfield_label {
	display: none;
}

body .minimal .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 1.375em;
}

.gform_wrapper .gform_footer input[type=submit] {
	padding: 12px 25px;
}


/* make item sticky so it is fixed when scrolling - simply add #stickysidebar to the column or module
@media (min-width:992px) {
#stickysidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
#stickysidebar .pp-info-banner-bg {will-change:inherit;}
}
*/


/* Make Subscribe inline form fields same height as Button height */

/* .fl-node-content .fl-subscribe-form .fl-form-field input, .fl-node-content .fl-subscribe-form .fl-form-field input[type="text"], */

.fl-node-content .fl-subscribe-form-inline .fl-form-field input,
.fl-node-content .fl-subscribe-form-inline .fl-form-field input[type="text"] {
	height: 50px !important;
}

.fl-node-content .fl-subscribe-form-inline .fl-form-field input[type="checkbox"] {
	height: inherit !important;
}

.fl-node-content .pp-modal-button a.pp-modal-trigger {
	background-color: var(--accent-color);
	height: 50px;
}

.fl-node-content .pp-modal-button a.pp-modal-trigger:hover {
	background-color: var(--hover-color);
}

.pp-modal-trigger .pp-modal-trigger-text {
	/*font-size: inherit !important;
	font-weight:normal;*/
	vertical-align: initial;
}

/* Input Field Styles ***************/

.fl-page input[type=text],
.fl-page input[type=password],
.fl-page input[type=email],
.fl-page input[type=tel],
.fl-page input[type=date],
.fl-page input[type=month],
.fl-page input[type=week],
.fl-page input[type=time],
.fl-page input[type=number],
.fl-page input[type=url],
.fl-page textarea, 
.fl-page select {
	color: #2d2d2d !important;
	font-size: 18px !important;
	padding: 8px !important;
	border: 1px solid #bdbdbd !important;
	border-radius: 3px !important;
}
.fl-page select {
	height: 42px !important;
}

.fl-page input::placeholder,
.fl-page textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc !important;
	opacity: 1;
	/* Firefox */
}

.fl-page input:-ms-input-placeholder,
.fl-page textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.fl-page input::-ms-input-placeholder,
.fl-page textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
}


/* Change style of Scriptless Social Sharing buttons */
.scriptlesssocialsharing__buttons a.button {
    border: 2px solid !important;
    border-radius: 6px !important;
}


/* Content Guide Styles ******************/

.discovery-question h5 {
    color: #9caabb;
}

/**** Add your customization here ****************************************************/

/* Proxima Nova H2 */
.prox-nova-cond h2.fl-heading {
	color: #2d485d;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 400;
}

/* MAIN MENU CSS */
.fl-node-yfs0otjz6u91 .brex-mega-menu-desktop .brex-mega-menu > li > a {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 18px;
}

/* MEGA MENUS CSS */

/* Professionals & Resources Mega Menu Row */
.fl-node-c2a4n68oygus h4.fl-heading, .fl-node-80nl9ahivjs2 h4.fl-heading,.fl-node-25xdwfkn7q31 h4.fl-heading, .fl-node-3pmhywgdri67 h4.fl-heading {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 22px;
	 color: #2d485d;
}

.prox-nova-cond .fl-rich-text {
	font-family: proxima-nova-condensed,sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 18px;
}

/* Products Mega Menu Row */
.fl-node-930d2f5p7vc4 .fl-rich-text, .fl-node-tekyqs1n52fb .fl-rich-text {
	font-size: 15px;
	line-height: 1.4;
}

h4.fl-heading a {
    color: #2d485d;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
}

/* HOMEPAGE SLIDER CSS */
.fl-slide-text h2{
	font-family: proxima-nova-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 40px;
}

/*Set default button styles - OVERIDDE FOR CUSTOMIZATIONS SET ON BUTTON MODULES */
.fl-builder-content .fl-node-content a.fl-button,
.fl-builder-content .fl-form-button a.fl-button,
.pp-modal-button a,
input[type=submit], .white_button ._df_button, .pdf_color_button ._df_button {
	border: 0!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0x!important;
	padding: 10px 24px !important;
	max-width: 300px !important;
	-webkit-font-smoothing: antialiased !important;
}

.fl-builder-content .fl-node-content a.fl-button * {
	color: #FFF;
}

/*
.fl-builder-content a:hover.fl-button, .fl-module-html a:hover.fl-button,
input[type=submit]:hover {
	margin-top: -2px !important;
    margin-bottom: 2px !important;
	transition: 0.3s;
}
*/
/* end button */


/* Change sub-menu width, if needed 
.fl-page-nav ul.sub-menu {
        width: 273px;
}
*/

/* Standard Mobile adjustments **************/

/* Force columns to be max-width on small devices */
@media (max-width: 600px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		width: 100% !important;
	}
}
@media (max-width: 768px) {

	/* Force pullquote module fullwidth */
	.fl-module .pp-pullquote-wrapper {
		max-width: 100% !important;
	}
}

	/* Adjust mobile flyout menu style */
@media (max-width: 1024px) {
	/* Hamburger */
	.fl-page button.fl-menu-mobile-toggle {
		background:none;  
	}
	/* Close button */
	.fl-menu a, .fl-page button.fl-menu-mobile-close {
		background:none; 
		padding: 10px 15px !important;
	}
	.fl-page button.fl-menu-mobile-close i {
		color:grey;
	}
	.fl-page button.fl-menu-mobile-toggle:hover * , .fl-page button.fl-menu-mobile-close:hover * {
		color: var(--accent-color) !important;
	}
	#mainmenu .fl-builder-content .menu > li > a {
		color: #000000 !important;
	}
}

/* Shrink largest headers on smaller devices - THIS SHOULD ONLY BE FOR THE BLOG TO MATCH THE CUSTOMIZER
@media (max-width: 767px) {
                h1, h1.fl-heading {font-size:50px;}
                h2, h2.fl-heading {font-size:40px;}
}
@media (max-width: 479px) {
                h1, h1.fl-heading {font-size:40px;}
                h2, h2.fl-heading {font-size:32px;}
}
*/

/* BROUGHT OVER FROM CUSTOMIZER APRIL 29 */
/*HOME*/
/*Homepage slider margin fix*/
div.fl-builder-content.fl-builder-content-10721.fl-builder-content-primary
{	margin-top:-7px;}
/*End of Homepage slider margin fix*/

/*MOBILE*/
/*Mobile logo width fix*/
div.fl-col.fl-node-0swqixbyc675.fl-col-small{
	width:70% !important;
}

div.fl-col.fl-node-xqguobsyvji2.fl-col-small{
	width:30% !important;
}
/*End Mobile logo width fix*/

/*styling the mega menu tiles and links*/

div.mega-menu-saved-row-container{
	padding-top:30px;
}

.sub-items{
	color:#000 !important;
}

.sub-items:hover{
	color:#d3b88b !important;
}
/*End of styling the mega menu tiles and links*/

h4.fl-list-item-heading{
	margin-bottom:30px;
}


/*Begin - Button on hero sections*/
/*
.herobutton{
	font-size: 16px;
    line-height: 16px;
    border: 1px solid #f3f3f3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}*/
/*End - Button on hero sections*/

/*Hero section - KEEP */
h1.fl-heading{
	text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
	font-size: 3em;
  margin: 0.25em 0 0 0.15em;
  line-height: 1em;
}

h2.fl-heading{
	color: #5c6b80;
	padding: 0!important;
  margin: 0!important;
	font-size: 1.75em;
  line-height: 1.4em;
	text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
}

/*subtitle in hero section
strong{
	font-weight: 700;
  font-style: italic;
	text-shadow: rgb(30 13 9) 1px 1px 3px;
}*/

/*body text*/
/*
body {
    text-rendering: optimizelegibility;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #2b3440;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
/*PDF icon on blue buttons*/
.blue_button_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2022/04/icons8-pdf-51.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

/*Align blue tex buttons to the left*/
a.fl-button.customize-unpreviewable{text-align:left !important;}

/*Quotes style*/
.quote{
	font-style: italic;
  border-left: 4px solid #354751;
  padding-left: 20px;
}

/*THE FOLLOWING CSS RULES WERE ON THE OLD THEME*/

/*css rules that were on the style.css file*/
/******************************************************************
Theme Name: Lynden Door Inc Child
Theme URI: https://lyndendoor.com
Description: Lynden Door theme built for JAG by Mossyrock
Author: Your Name Here
Author URI: http://mossyrock.us
Template: lyndendoor
Version: 1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

******************************************************************/
.white_button ._df_button {
    background-color: #fff;
    padding: 10px 40px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #364650 !important;
}
.white_button ._df_button:hover{
	background: #e7edf1;
}
.white_button_icon ._df_button::after,
.white_button_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}
.link_pdf_icon ._df_custom::after,
.link_pdf_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.pdf_color_button ._df_button {
    background-color: #364650;
    padding: 8px 24px;
	  width: 300px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_color_button ._df_button:hover{
	background: #587384;
}
.pdf_color_button_icon ._df_button::after,
.pdf_color_button_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}
.pdf_naviblue_color_button ._df_button {
    background-color: #364650;
    padding: 8px 24px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_naviblue_color_button ._df_button:hover{
	background: #587384;
}
.pdf_naviblue_color_button ._df_button::after {
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.pdf_blue_color_button ._df_button {
    background-color: #003e5b;
    padding: 8px 24px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_blue_color_button ._df_button:hover{
	background: #587384;
}
.pdf_blue_color_button ._df_button::after {
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.equal_hight .fl-module-content.fl-node-content{
	margin: 0 10px;
    height: 60px;
}
.equal_hight ._df_button {
    width: 440px;
}
@media(max-width: 767px){
.equal_hight ._df_button {
    width: 300px;
}	
}

@media(max-width: 1023px) and (min-width: 768px){
.equal_hight ._df_button {
    width: 380px;
}	
	.fl-col-group.fl-node-8j3n0cw6suz4, .fl-col-group.fl-node-u5pj7e8kgit1, .fl-col-group.fl-node-avbowq17z60m {
    display: flex;
}
	.fl-col-group.fl-node-u5pj7e8kgit1 .fl-col.fl-node-s1xzpaobm7j5.fl-col-small {
    margin-left: 0;
}
}




/*css rules that were on the customize section*/
.fl-rich-text ul li:before, .fl-rich-text ol li:before {
  content: '•' !important;
	margin-right: 5px;
}
span.entry-author.author, span.by {
    display: none;
}

.header-hero-title-mob {display:none;}
@media all and (max-width: 555px) {
.header-hero-title-mob {display:inherit;}
.header-hero-title-pc {display:none;}
}
/*
.hero-mob h1 span {
    font-weight: bold;
    text-shadow: 1px 1px 3px #1e0d09;
    margin: 20px 0 .2em 0;
}
h2 span {
    font-weight: bold;
    margin: 20px 0 .2em 0;
	letter-spacing: 3px;
		color: #162c3e;
}
h3 span {
    font-weight: bold;
    margin: 20px 0 .2em 0;
	letter-spacing: 3px;
		color: #162c3e;
}
h4 span {
    font-weight: bold;
    margin: 20px 0 .2em 0;
	letter-spacing: 3px;
		color: #162c3e;
}
.hero-mob-first span {

    border-top: 2px solid white;
}
.hero-mob-sec span {

    border-bottom: 2px solid white;
}
h6 span {
    font-weight: bold;
		font-size: 18px;
    margin: 20px 0 .2em 0;
	letter-spacing: 6px;
		color: #162c3e;
}
*/
@media only screen and (min-width: 767px){.mobile-menu {
	display: none
	}}
.nav-toggle:before {
	font-size: 3em;
	position: absolute;
	left: -5px;
	top: -46px;
}
@media only screen and (max-width: 767px){.header {
		height: 70px;
	}}
#lower-header {
	background: #162c3e;
}

.df-ui-btn.df-ui-prev.ti-angle-left,
.df-ui-btn.df-ui-next.ti-angle-right{
    color: #fff !important;
}
.df-lightbox-close.df-ui-btn.ti-close {
    color: #fff;
}

/*Flipbook PDF Style*/
.white_button ._df_button {
    background-color: #fff;
    padding: 10px 40px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #364650 !important;
}
.white_button ._df_button:hover{
	background: #e7edf1;
}
.white_button_icon ._df_button::after,
.white_button_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}
.link_pdf_icon ._df_custom::after,
.link_pdf_icon a::after{
    content: "";
    background-image: url(/wp-content/uploads/2018/05/icons8-pdf-50.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.pdf_color_button ._df_button {
    background-color: #364650;
    padding: 8px 24px;
	  width: 300px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_color_button ._df_button:hover{
	background: #587384;
}
.pdf_color_button_icon ._df_button::after,
.pdf_color_button_icon a::after{
    content: "";
    background-image: url(http://lyndendoor699.e.wpstage.net/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}
.pdf_naviblue_color_button ._df_button {
    background-color: #364650;
    padding: 8px 24px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_naviblue_color_button ._df_button:hover{
	background: #587384;
}
.pdf_naviblue_color_button ._df_button::after {
    content: "";
    background-image: url(http://lyndendoor699.e.wpstage.net/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.pdf_blue_color_button ._df_button {
    background-color: #003e5b;
    padding: 8px 24px;
    border: unset;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff !important;
}
.pdf_blue_color_button ._df_button:hover{
	background: #587384;
}
.pdf_blue_color_button ._df_button::after {
    content: "";
    background-image: url(http://lyndendoor699.e.wpstage.net/wp-content/uploads/2018/05/icons8-pdf-50-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 4px;
    vertical-align: middle;
}

.equal_hight .fl-module-content.fl-node-content{
	margin: 0 10px;
    height: 60px;
}
.equal_hight ._df_button {
    width: 440px;
}
@media(max-width: 767px){
.equal_hight ._df_button {
    width: 300px;
}	
}

@media(max-width: 1023px) and (min-width: 768px){
.equal_hight ._df_button {
    width: 380px;
}	
}

.hero_left {
    z-index: 1;
}
.career_textbox {
    padding: 40px;
    background-color: #e1d5bf;
}

/*Career phase 1*/
.joblist_table .uabb-table-features .tbody-row:nth-child(odd) {
    background-color: #ffffff;
}
.joblist_table .table-body-td a {
    color: #7c521e !important;
}
.joblist_table .table-body-td a:hover {
    color: #162c3e !important;
}
@media(max-width: 768px){
	.page-id-10273 .fl-node-wgxckymae8rl .fl-button-width-auto{
		text-align: center !important;
	}
}
/*END OF THE OLD THEME CSS*/



