/*
COLORS


Off white #f7f7f7
Mid Grey #d0cece
Brown #aa7556 rgba(170,117,86,1)

Headings + Body Text #333

Header image
H1 42 / 35 / 28
Sub Text 26

H2 35 / 32 / 26 Default
H3 30 / 27 / 23 Default

H4 23 / 21 /19 Helvetica Reg / Semi Bold 

H5 12 Jost / Uppercase


*/


*/
/**********************************************************************************************************/
/* VARIABLES
/**********************************************************************************************************/

html {
	--brown: #aa7556;
	--mid_grey:#d0cece;
	--black:#000;
	--white:#fff;
	--body_text: #273131;
	--body_bg: #000;
	--regular:400;
	--semi_bold:600;
	--bold:700;
	--font_small: 14px;
}

/* Usage color: var(--primary_color); */

body {
	/* font-weight: var(--regular);
	line-height:1.7em; */
}

h1, h2, h3, h4, h5, h6 {
	
}

#main-content {
    background-color: rgba(0,0,0,0);
}    

.et_pb_section {
    background-color: var(--body_bg);
} 


*/
/**********************************************************************************************************/
/* INITIAL
/**********************************************************************************************************/

sup { 
	bottom: 0.5em;
	font-size: 70%;
}

.block_link,
.close_icon {
	cursor: pointer;
}

.et_pb_widget ul li {
    margin-bottom: 1em;
}    

#page-container {
    overflow-x: hidden;
}

.weight_900 h1,
.weight_900 h2,
.weight_900 h3,
.weight_900 h4,
.weight_900 h5,
.weight_900 h6 {
	font-weight:900 !important;
}

.bg_img_hover_scale.et_pb_section,
.bg_img_hover_scale.et_pb_section .et_pb_column {
	background-size: cover;
	transition: background-size 0.4s ease-in-out;
}

.bg_img_hover_scale.et_pb_section:hover,
.bg_img_hover_scale.et_pb_section .et_pb_column:hover {
	background-size: calc(cover + 10%);
}


/**********************************************************************************************************/
/* CONTENT POSITIONING
/**********************************************************************************************************/

.flex,
.flex_row {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
	flex-wrap: wrap !important;
}

.et_section_specialty .et_pb_row_inner.flex {
	align-content: center;
}	

.flex .et_pb_column,
.flex_row .et_pb_column {
	height:100%;
}

.container-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vertical_center_content,
.vc,
.vc_left,
.vc_right,
.vc_left_desktop,
.vc_right_desktop {
	/* align-self: center;	*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-self: center;
	-moz-box-align-self: center; 
	-ms-flex-align-self: center; 
	align-self: center; 
	flex-direction: column;
}

.vertical_center_content-old {
	/* align-self: center;	*/
	display: flex;
	align-items: center;
	align-self: center;
	flex-wrap: wrap;
}

.vertical_bottom_content {
	align-self: flex-end;
}

.align_left,
.vc_left {
	/* justify-content: space-between !important; */
	align-items: flex-start;
}

.vc_right {
	/* justify-content: space-between !important; */
	align-items: flex-end;
}

.vertical_center_text .et_pb_text_inner-OLD {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.vertical_center_text {
	display: flex;
}	

.vertical_center_text .et_pb_text_inner {
	align-self:center;
	justify-content:center;
}

.bottom_align_col {
	display: flex;
	flex-flow: column;
}

/**********************************************************************************************************/
/* STACKING ORDER SWITCH
/**********************************************************************************************************/

.order_1 {
	-webkit-order: 1;
	order: 1;
}
 
.order_2 {
	-webkit-order: 2;
	order: 2;
}
 
.order_3 {
	-webkit-order: 3;
	order: 3;
}
 
.order_4 {
	-webkit-order: 4;
	order: 4;
}



/**********************************************************************************************************/
/* TEXT LINK COLOURS
/**********************************************************************************************************/

.et_pb_text a,
.et_pb_blurb a,
a.more-link,
.single .et_pb_post_content a,
.entry-title a,
.et_pb_widget a,
.et_pb_newsletter_description a,
.post-meta a,
.et_pb_title_meta_container a,
.tg-grid-wrapper .tg-item .tg-cats-holder a,
.change-settings-button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
	color:#aa7556;
	padding-bottom:1px;
	border-bottom:1px solid rgba(0,0,0,0);
}

.et_pb_text a:hover,
.et_pb_blurb a:hover,
a.more-link:hover,
.single .et_pb_post_content a:hover,
.entry-title a:hover,
.et_pb_widget a:hover,
.et_pb_widget li a:hover,
.et_pb_newsletter_description a:hover,
.post-meta a:hover,
.et_pb_title_meta_container a:hover,
.tg-grid-wrapper .tg-item .tg-cats-holder a:hover,
.tg-grid-wrapper .tg-item h2 a:hover,
.change-settings-button:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
	color:inherit;
	border-bottom:1px solid #aa7556;
	border-bottom-color: inherit;
}

.section_footer .et_pb_text a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	border-bottom-color: inherit;
}

/********************************************************************************************
MOBILE MENU
********************************************************************************************/

.et_mobile_menu {
	border-top: 3px solid #aa7556;
	padding:10px;
	margin-top: -4px !important;
}

.mobile_menu_bar:before {
	font-size: 48px;
	color: #aa7556;
}

.et_mobile_menu li a {
	font-size:14px;
	padding: 10px 20px;
	font-weight:400;
	border:0;
	text-transform: uppercase;
}

.et_mobile_menu li.menu-item-has-children > a {
	background: transparent;
	font-weight:400;
}

.et_mobile_menu li a:hover,
.et_mobile_menu li.current-menu-item > a,
li li.current-menu-item > a {
	opacity:1;
	background:#aa7556;
	color:#fff !important;
}

.et_mobile_menu li ul,
.et_mobile_menu li li {
	padding-left:0 !important;
}

.et_mobile_menu li li a {
    padding: 10px 35px;
}    




/**********************************************************************************************************/
/* BUTTONS
/**********************************************************************************************************/


.dtq-btn-wrap {
	display: inline-block;
}

#page-container .et_pb_section .ba_dual_button.arrow_btn_2 .btn-el--secondary:before {
	font-size: 28px !important;
	margin-left: -1em !important;
}	


body #page-container .et_pb_section .ba_dual_button.arrow_long_btn_2 .btn-el--secondary:after,
.et_pb_button.arrow_long:after,
ul.arrows li:before,
.heading_line h2:before,
.heading_line h3:before {
	content:'' !important;
	display: inline-block;
	position: relative;
	top:1px;
	left:7px !important;
	width:54px;
	height:10px;
	margin:0 !important;
	background: url('images/arrow_long.svg') 0 no-repeat;
	background-size: cover;
}

#page-container .et_pb_section .ba_dual_button.arrow_long_btn_2 .btn-el--secondary:hover:after,
.et_pb_button.arrow_long:hover:after{
	background: url('images/arrow_long_white.svg') 0 no-repeat;
}

/**********************************************************************************************************/
/* BULLETS
/**********************************************************************************************************/
ul.arrows,
ul.arrows li {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.arrows li {
	position: relative;
	padding-left: 80px;
}

ul.arrows li:before {
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	left:0 !important;
}

.heading_line h2:before,
.heading_line h3:before {
	position: absolute;
	height:2px;
	top:17px;
	left:-64px !important;
	background-color:#aa7556;
}

/**********************************************************************************************************/
/* TESTIMONIALS BLURBS
/**********************************************************************************************************/

.section_blurb_testimonials.et_pb_section {
}

.section_blurb_testimonials.et_pb_section,
.section_blurb_testimonials .et_pb_row {

	overflow-x:hidden;
}

.section_blurb_testimonials.et_pb_section {

}

.section_blurb_testimonials .et_pb_row:first-child {

}

.section_blurb_testimonials .et_pb_row .et_pb_column {
	width: 100% !important;
	margin: 0 15px 15px 15px !important;
}


.testimonial_blurb .et_pb_blurb_container .et_pb_module_header {
	display: none !important;
}

.testimonial_blurb .testimonial_text {
	font-style:italic;
	padding-top:10px;
	padding-bottom: 5px;
}

.testimonial_blurb .testimonial_title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:80%;
	padding-top:20px;
}

.testimonial_blurb .testimonial_title:before {
	content:'';
	position: relative;
	top:-10px;
	display: block;
	width:30px;
	height:3px;
	background: #000;
}

/**********************************************************************************************************/
/* TESTIMONIALS QUOTES
/**********************************************************************************************************/

.quote_testimonial.et_pb_testimonial:before,
.quote_testimonial.et_pb_testimonial .et_pb_testimonial_author:before {
	content:'';
	position: absolute;
	top:-12px;
	left:-20px !important;
	width:84px;
	height:78px;
	margin:0 !important;
	background: url('images/quotes.svg') 0 no-repeat !important;
	background-size: cover !important;
    border-radius: 0;
}

.quote_testimonial.et_pb_testimonial .et_pb_testimonial_author {
	position: relative;	
}

.quote_testimonial.et_pb_testimonial .et_pb_testimonial_author:before {
	width:30px;
	height:2px;
	left:0px !important;
	background: #aa7556 !important;
	opacity:0.5;
}

/**********************************************************************************************************/
/* FOOTER
/**********************************************************************************************************/

.section_footer ul,
.section_footer ul li {
	list-style-type: none;
	padding:0;
	margin:0;
}

.row_footer_top {

}

.row_footer_bot a:hover {
	border-color: inherit;
}

.row_footer_bot ul li {
	/* display: block; */
	display: inline-block;
}

.row_footer_bot ul li:before {
	content:'\00B7';
	position: relative;
	top:4px;
	font-size: 24px;
	margin: 5px 8px 0 6px;
}

.row_footer_bot ul li:first-child:before {
	display: none;
}


/**********************************************************************************************************/
/* GDPR COOKIE NOTICE
/**********************************************************************************************************/

.gdpr_lightbox {
	z-index: 9999999;
	background: rgba(46,62,70,.4);
}

body.gdpr-infobar-visible {
	position: fixed;
	width:100%;
	height:100%;
}

#moove_gdpr_cookie_modal {
	min-height: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
	display: none !important;
}

#moove_gdpr_cookie_info_bar,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme { 
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(46,62,70,.4);
	z-index: 999999;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 80%;
    max-width:800px;
    padding: 50px 20px;
    transform: translate(-50%, -50%); 
}

button.mgbutton {
	border:0 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

button.mgbutton:hover {
	color:#fff !important;
	background:#000 !important;
}

.change-settings-button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
	text-decoration: none !important;
}

.change-settings-button:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
	color:#000 !important;
	border-bottom:1px solid #000;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
	color:#aa7556 !important;
	font-weight: 400 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
	color:#273131 !important;
	line-height:1.7em;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
	line-height:1.7em;
}

.lity {
	z-index: 999999 !important;
	background-color: rgba(46,62,70,0);
}


/**********************************************************************************************************/
/* FLUENT FORMS
/**********************************************************************************************************/

.fluentform {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
}	

.fluentform .ff-el-input--label label {
	line-height: 1.3em;
}

.fluentform input,
.fluentform select,
.fluentform textarea,
.fluentform button {
	display: block;
	width:100%;
	outline:0;
	outline:none;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
}


.fluentform label {
	display: block;
	font-weight: var(--regular) !important;
}

.fluentform input[type="text"].ff-el-form-control,
.fluentform input[type="email"].ff-el-form-control,
.fluentform input[type="phone"].ff-el-form-control,
.fluentform input[type="tel"].ff-el-form-control,
.fluentform textarea.ff-el-form-control,
.fluentform select.ff-el-form-control {
	padding:0 10px;
	margin-bottom:20px;
	background: rgba(255,255,255,1) !important;
	color: #273131;
	width:100%;
	height:50px;
	font-size: 16px;
	border: 0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	line-height: 32px;
}

.fluentform textarea.ff-el-form-control {
	width:100%;
	height:100px;
	border: 0 !important;
	font-size: 16px;
	padding:10px;
	resize:vertical;
	line-height: 1.5;
}


.fluentform button.ff-btn-submit,
.fluentform input[type="button"].ff-btn-submit,
.fluentform input[type="submit"].ff-btn-submit {
	position: relative;
	width:auto !important;
	font-size: 14px;
	letter-spacing: 2px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: var(--semi_bold) !important;
	text-transform: uppercase;
	background: transparent;
	margin-bottom:0;
	border:2px solid #aa7556 !important;
	color:#fff;
	padding:10px 24px !important;
	float:left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.fluentform input[type="text"].ff-el-form-control:focus,
.fluentform input[type="email"].ff-el-form-control:focus,
.fluentform button.ff-btn-submit:focus,
.fluentform textarea.ff-el-form-control:focus {
	cursor:pointer;
}

.fluentform select.ff-el-form-control {
	background: url('images/field-drop-down-brown.svg') no-repeat 100% 50% #fff !important;
	height: 50px !important;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.fluentform button.ff-btn-submit:hover,
.fluentform input[type="button"].ff-btn-submit:hover,
.fluentform input[type="submit"].ff-btn-submit:hover {
	cursor:pointer !important;
}


.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	color: #fff !important;
}


.fluentform .ff-el-is-error label,
.fluentform .ff-el-is-error .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
	color: #aa7556 !important;
}

.fluentform .ff-el-is-error .ff-el-form-control {
	border:0px solid #aa7556 !important;
}

.caldera-grid .form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

}

.fluentform .error.text-danger {
	display: none;
}

/* Change Autocomplete styles in Chrome*/
.fluentform input:-webkit-autofill,
.fluentform input:-webkit-autofill:hover, 
.fluentform input:-webkit-autofill:focus,
.fluentform input:-webkit-autofill, 
.fluentform textarea:-webkit-autofill,
.fluentform textarea:-webkit-autofill:hover,
.fluentform textarea:-webkit-autofill:focus,
.fluentform select:-webkit-autofill,
.fluentform select:-webkit-autofill:hover,
.fluentform select:-webkit-autofill:focus {
	border-bottom:1px solid var(--green) !important;
	-webkit-text-fill-color: var(--body_text);
 	-webkit-box-shadow: 0 0 0 1000px var(--white) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.ff-message-success {
	background: #aa7556;
	color:#fff;
	padding: 8px 16px;
	margin-top:50px;
	text-align: center;
	border:0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}


/********************************************************************************************/
/* RWD BREAKPOINTS
/********************************************************************************************/

@media all and (max-width: 1470px) { /* MOBILE MENU BREAKPOINT */
	
	nav#top-menu-nav {
		display: none !important;
	}
	
	.et_fixed_nav #main-header {
    	position: absolute;
	}
	
	#main-header,
	#main-header.et-fixed-header {
 		height:70px !important;
 		padding-right: 20px;
    	padding-left: 20px;
	}
	
	#main-header .container,
	.et_fullwidth_nav #main-header .container {
    	width:100% !important;
    	padding:0;
    }

	#main-header #logo {
    	width: 200px;
    }	
	
	#et_mobile_nav_menu {
		display: block !important;
	}
	
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    	padding: 26px 0 0 0 !important;
    }	
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
	    top: -12px;
	    padding-bottom: 0px;
    }
    
    .et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul {
    	animation: none !important;
    }
	
}	



@media all and (max-width: 980px) {

	/* et_pb_column {
    	margin-bottom: 0;
    } */
    
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.tablet_1 {
		-webkit-order: 1;
		order: 1;
	}
 
	.tablet_2 {
		-webkit-order: 2;
		order: 2;
	}
 
	.tablet_3 {
		-webkit-order: 3;
		order: 3;
	}
 
	.tablet_4 {
		-webkit-order: 4;
		order: 4;
	}
	
	.hide_tablet {
		display: none !important;
	}
	
	.vertical_center_text {
		flex-direction: column;
	}
	
	.section_footer .et_pb_column {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.section_footer .et_pb_column:nth-child(2n) {
		margin-right: 0;
	}
	
	 
} /* END MAX WIDTH 980px */


@media all and (max-width: 768px) {

	.ba_dual_button.stack_mobile {
		text-align:center;
	}
	
	.ba_dual_button.stack_mobile .dtq-dual-btn,
	.ba_dual_button.stack_mobile .dtq-btn-wrap {
		flex-direction: column !important;
	}
	
	.ba_dual_button.stack_mobile .dtq-btn-wrap {
		margin-bottom:1em;
	}
	
	.ba_dual_button.stack_mobile .dtq-btn-wrap a {
		margin: 0;
	}
	
	.hidden_mobile {
		display: none;
	}

}

@media all and (max-width: 640px) {

	.section_footer {
		margin-top:0 !important;
	}
	
	.section_blurb_testimonials .et_pb_row:first-child .et_pb_column:nth-child(3),
	.section_blurb_testimonials .et_pb_row:first-child .et_pb_column:nth-child(4),
	.section_blurb_testimonials .et_pb_row:last-child {
		display: none;
	}
	


} /* END MIN WIDTH 640px */



@media all and (min-width: 981px) and (max-width: 1280px) {

	.ba_dual_button.stack_small_desktop {
		text-align:center;
	}

	
	.ba_dual_button.stack_small_desktop .dtq-dual-btn,
	.ba_dual_button.stack_small_desktop .dtq-btn-wrap {
		flex-direction: column !important;
	}
	
	.ba_dual_button.stack_small_desktop .dtq-btn-wrap {
		margin-bottom:1em;
	}
	
	.ba_dual_button.stack_small_desktop .dtq-btn-wrap a {
		margin: 0;
	}

}


@media all and (min-width: 640px) {

	.section_blurb_testimonials.et_pb_section,
	.section_blurb_testimonials .et_pb_row {
		width:2560px;
	}

	.section_blurb_testimonials.et_pb_section {
		position: absolute;
  		left: 50%;
  		transform: translateX(-50%);
	}
	
	.section_blurb_testimonials .et_pb_row {
	    -ms-flex-wrap: wrap;
    	flex-wrap: nowrap;
    }	

	.section_blurb_testimonials .et_pb_row:first-child {
		left:12.5%;
	}

	.section_blurb_testimonials .et_pb_row .et_pb_column {
		width: 32.3333% !important;
		margin: 0 0.5% !important;
	}

} /* END MIN WIDTH 640px */


@media all and (min-width: 768px) {

	.quote_testimonial.et_pb_testimonial:before {
		top:-27px;
		left:10px !important;
		width:105px;
		height:97px;
	}
	
	.heading_line h2:before,
	.heading_line h3:before {
		top:21px;
	}

} /* END MIN WIDTH 768px */


@media all and (min-width: 981px) {

	.section_blurb_testimonials.et_pb_section,
	.section_blurb_testimonials .et_pb_row {
		width:2560px;
	}

	.section_blurb_testimonials.et_pb_section {
		position: absolute;
  		left: 50%;
  		transform: translateX(-50%);
	}

	.section_blurb_testimonials .et_pb_row:first-child {
		left:12.5%;
	}

	.section_blurb_testimonials .et_pb_row .et_pb_column {
		width: 32.3333% !important;
		margin: 0 0.5% !important;
	}



	/**********************************************************************************************************/
	/* CAROUSEL LOGOS
	/**********************************************************************************************************/

	.section_logo_carousel .et_pb_column_1_4 {
		width:150px !important;
	}

	.section_logo_carousel .et_pb_column_3_4 {
		width:calc(100% - 150px) !important;
	}
	
	.heading_line h2:before,
	.heading_line h3:before {
		top:23px;
	}


} /* END MIN WIDTH 981px */


@media all and (min-width: 1471px) {
	
	#main-header .container {
		max-width: 1650px;
	}
	
	#top-menu li a {
		color:#fff !important;
	}
	
	#top-menu > li > a:hover,
	#top-menu li.current-menu-ancestor > a {
		color:#aa7556 !important;
	}
	
	#top-menu-nav > ul > li > a:hover {
		opacity:1;
	}

	#top-menu li li,
	.nav li ul {
		padding:0;
	}

	#top-menu li li {
		width:100%;
	}

	#top-menu > li {
		padding-right: 50px;
	}

	#top-menu li li a {
		display: inline-block;
		padding:8px 20px;
		width:100%;
		font-size: 14px;
	}

	#top-menu .sub-menu li a {
    	border-bottom: 0px solid rgba(0,0,0,0.0);
    	border-bottom: 1px solid rgba(170,117,86,0.25);
	}

	#top-menu .sub-menu li:last-child {
		border-bottom: 0;
	}

	#top-menu .menu-item-has-children > a:first-child {
		
	}

	#top-menu .menu-item-has-children > a:first-child:after {

	}


	#top-menu .sub-menu li a:hover,
	#top-menu .sub-menu li.current-menu-item a {
		background:#aa7556;
		border-bottom: 1px solid #aa7556;
		opacity: 1;
	}
	
	#top-menu > li:last-child > a,
	.et-fixed-header #top-menu li:last-child.current-menu-item > a {
		background:#aa7556;
		border:2px solid #aa7556;
		border-radius:3px;
		padding:17px 30px !important;
	}

	#top-menu > li:last-child > a:hover {
		background:#000;
		color:#fff !important;
	}


	.nav li ul {
		width:340px;
		left:-20px;
		border-top:0px;
	}



} /* END MIN WIDTH 1201px */

@media all and (min-width: 1660px) {

	.section_blurb_testimonials.et_pb_section,
	.section_blurb_testimonials .et_pb_row {
		width:150%;

	}

	.section_blurb_testimonials .et_pb_row:last-child {
		left:0%;
	}

	.section_blurb_testimonials .et_pb_row .et_pb_column {
		width: 32.3333%;
		margin: 0 0.5%;
	}


} /* END MIN WIDTH 1660px */