/*

RED #b81e42 rgba(184,30,66,1)
DARK GREY #414042 rgba(65,64,66,1)
VERY DARK GREY (FOOTER BG) #333031 rgba(51,48,49,1)

*/

/* et-waypoint
et_pb_animation_fade_in
et_pb_animation_bottom
et_pb_animation_top
et_pb_animation_right
et_pb_animation_left

*/


/**********************************************************************************************************/
/* GENERAL SETTINGS
/**********************************************************************************************************/

* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

html {
	height:100%;
	min-height:100%;
}	


body {
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight: 300;
}

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

.overflow-hidden {
	overflow: hidden;
}

sup {
	bottom: 0.2em;
	font-size: 65%;
}

strong {
	font-weight: 500;
}

.et_pb_row.footer-top-row {
	width:100%;
}

.block-link:hover {
	cursor:pointer;
}

.single-post .container {
	max-width:820px;
}

#footer-bottom,
.project-template-default .back-articles {
	display: none !important;
}

.et_full_width_page #left-area {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .et_post_meta_wrapper img {
	width:100% !important;
	height:auto !important;
}

.single-post article .entry-content a,
.et_pb_text a {
	font-weight: 400;
	border-bottom: 1px solid #b81e42;
	padding-bottom:2px;
}

article .entry-content a:hover,
.et_pb_text a:hover {
	color: #b81e42;
}

#et-main-area .et_pb_fullwidth_header_scroll a,
#et-main-area a.entry-featured-image-url,
#et-main-area .et-pb-slider-arrows a,
#et-main-area .et_pb_fullwidth_header_scroll a:hover,
#et-main-area a.entry-featured-image-url:hover,
#et-main-area .et-pb-slider-arrows a:hover,
.et_pb_image a,
.et_pb_image a:hover {
	border-bottom: 0;
	padding-bottom:0;
}


/**********************************************************************************************************/
/* MAIN HEADER AND MENU
/**********************************************************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:300;
}

h2 {
	font-size:22px;
}

h3 {
	font-size: 26px
}

h4 {
	font-size:16px;
}

.quote h4 {
	font-size:16px;
	padding:0;
}

/**********************************************************************************************************/
/* MAIN HEADER AND MENU
/**********************************************************************************************************/

#et-main-area.fixed {
	margin-top:0 !important;
}

#et-top-navigation {
	padding-left: 0px !important;
}

.et_mobile_menu li a {
	font-size:16px;
	padding: 10px 5%;
	font-weight:300;
	border:0;
}

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

#top-menu li a:hover,
.et-fixed-header #top-menu > a:hover {
	color:#b81e42 !important;
}

.et_mobile_menu li a:hover,
.et_mobile_menu li.current-menu-item > a,
li li.current-menu-item > a,
.et-fixed-header #top-menu li li.current-menu-item > a,
.et-fixed-header #top-menu li li > a:hover {
	opacity:1;
	background:#b81e42;
	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 10%;
}

#top-menu a,
.et_mobile_menu li a {
	font-weight: 300;
	font-size: 16px;
}

#main-header.nav-down {
   /*  top: 0px !important; */
   opacity:1;
    -webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

#main-header.nav-up {
 /*    top: -74px !important; */
    opacity:0;
    -webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

#top-menu .menu-item-has-children > a:first-child:after {
	content: "" !important;
}

#top-menu li a {
	opacity:1 !important;
}

#top-menu > li:last-child > a,
.et-fixed-header #top-menu li:last-child.current-menu-item > a {
	background:#b81e42;
	border:1px solid #b81e42;
	color:#fff !important;
	padding:12px 20px !important;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

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

#top-menu .menu-item-has-children > a:first-child {
	padding-right: 0;
}	

#top-menu .sub-menu {
	margin-left:-20px;
	padding:0;
	border:0;
}

#top-menu .sub-menu li {
	padding:0;
	line-height: 1.6em !important;
	border-bottom:1px solid rgba(29,30,29,0.1)
	
}

#top-menu .sub-menu li a {
	padding:10px 20px;
	width:240px;
	font-size:16px;

}

#top-menu .sub-menu li a:hover {
	background:#b81e42 !important;
	color:#fff !important;
}


/**********************************************************************************************************/
/* BULLETS
/**********************************************************************************************************/

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
	line-height: inherit !important;
}

.et_pb_text ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	
}

.et_pb_text ul li {
	position: relative;
	padding-left:25px;
	padding-bottom: 16px;
}


.et_pb_text ul li:before {
	content: "\e900";
	font-family: 'fl-icons';
	color:#b81e42;
	position: absolute;
	left: -25px;
	font-size: 34px;
}

.bullets-arrows ul li {
	padding-left:45px;
	padding-bottom: 10px;
}

.bullets-arrows ul li:before {
	content: "\e901";
	font-family: 'fl-icons';
	color:#fff;
	position: absolute;
	left: 0;
	font-size: 34px;
}	

.bullets-arrows ul li a {
	font-weight: 300;
	color:#fff;
	
}

.bullets-arrows ul li a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

.entry-content ol {
	list-style-position: outside;
	margin-left:30px;
	line-height:1.9em;
}

.entry-content ol li {
	padding-bottom: 10px;
	padding-left: 5px;
}

.entry-content .footer-help ol {
	list-style-position: inside;
}

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

a.et_pb_button {
	padding:12px 40px 12px 20px !important;
	-webkit-border-radius:999px !important;
	-moz-border-radius:999px !important;
	border-radius:999px !important;
}


/**********************************************************************************************************/
/* QUOTES
/**********************************************************************************************************/

.quote .et_pb_text_inner:before {
	content: "\e904";
	font-family: 'fl-icons';
	position: absolute;
	left: -55px;
	top:6px;
	font-size:36px;
	color: #424244;
}

.quote em {
	font-size:18px;
}
	
.quote {
	line-height: 1.9em;
}


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

.tc-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: 100%;	
}

.vc-content {
	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;
}


.bc-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 100%;	
}

.et_pb_text_align_center.tc-content,
.et_pb_text_align_center.vc-content,
.et_pb_text_align_center.bc-content {
	margin:0;
}

/**********************************************************************************************************/
/* FULL WIDTH HEADERS
/**********************************************************************************************************/


.home .top-header .et_pb_row {
	width:100%;
}

.top-header h1 {
	font-size:20px;
}
	
#et-main-area .top-header h2 {
	font-size:26px !important;
}


/**********************************************************************************************************/
/* SOCIAL MEDIA ICONS
/**********************************************************************************************************/


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

span.logo_helper {
	height:0;
}

.et-fixed-header #logo {
	margin-top:30px;
}

#logo {
	width:195px;
	min-width:195px !important;
	max-width:195px !important;
	height:16px;
	max-height:16px !important;
	margin-top:30px !important;
}


.logo_container a:after,
.footer-logo:after {
	content: '';
	display: block;
	height:1px;
	width:100%;
	max-width:394px;
	background: #fff;
	margin-top: 12px;
}

.logo_container a:after {
	content: '';
	background: #b81e42;
}

.footer-bottom {
	font-size: 14px;
}

.footer-top ul,
.footer-bottom ul {
	list-style-type: none;
	display: inline-block;
}

.footer-top ul li,
.footer-bottom ul li {
	float:left;
	padding-left:0;
	padding-bottom: 0;
}

.footer-top ul li:before,
.footer-bottom ul li:before {
	content:'';
}

.footer-bottom ul li:after {
	content:'|';
	color:#fff;
	margin:0 8px;
}

.footer-bottom ul li:last-child:after {
	content:'';
	margin:0;
}	

.footer-top a {
	border:0;
	color:#fff;
}

.footer-bottom a {
	color:#fff; /* BLUE */
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

.footer-bottom a:hover {
	border-bottom: 1px solid #b81e42 !important;
}



/**********************************************************************************************************/
/* RESPONSIVE TABLES
/**********************************************************************************************************/

.food-menu table {
	width:100% !important;
	height:auto !important;
	border:0 !important;
}

.food-menu table tr {
	height: auto !important;
	border-top:0 !important;
	border-bottom: 1px dotted rgba(73,94,106,0.1);
	border:0 !important;
	padding:0px 0 25px 0;
}

.food-menu.border table tr {
	border-bottom: 1px dashed rgba(73,94,106,0.1) !important;
}

.food-menu table tr:last-child {
	border-bottom: 0;
}

.food-menu table td {
	display: block;
	width:100% !important;
	height:auto !important;
	vertical-align: top !important;
	text-align:center;
	border:0 !important;
	padding:0;
	font-size: 17px;
	line-height: 1.5 !important;
}
	
.food-menu table td strong {
	font-size: 19px;
	font-weight: 600;
}

.food-menu table td:last-child {
	padding-bottom:25px;
}


/**********************************************************************************************************/
/* CALDERA FORMS
/**********************************************************************************************************/

.caldera_forms_form input,
.caldera_forms_form select,
.caldera_forms_form textarea,
.caldera_forms_form button,
.fluentform input,
.fluentform select,
.fluentform textarea,
.fluentform button {
	display: block;
	width:100%;
	outline:0;
	outline:none;
}


.caldera-grid label,
.fluentform label {
	display: block;
	font-weight: 300 !important;
}

.caldera_forms_form input[type="text"].form-control,
.caldera_forms_form input[type="email"].form-control,
.caldera_forms_form input[type="phone"].form-control,
.caldera_forms_form textarea.form-control,
.caldera_forms_form select.form-control,
.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:4px 0;
	margin-bottom:20px;
	background: transparent !important;
	color: #2f404b;
	width:100%;
	height:40px;
	font-size:16px;
	border: 0;
	border-bottom:1px solid #2f404b;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	line-height: 32px;
}

.fluentform textarea.ff-el-form-control,
.caldera_forms_form textarea.form-control {
	width:100%;
	height:100px;
	border: 0 !important;
	font-size:16px;
	border-bottom:1px solid #1d1e1d !important;
	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,
.caldera_forms_form input[type="button"],
.caldera_forms_form input[type="submit"] {
	position: relative;
	width:auto !important;
	font-size:20px;
	font-weight: 300 !important;
	background: transparent;
	margin-bottom:0;
	background:#b81e42;
	border:1px solid #b81e42 !important;
	color:#fff;
	padding:10px 24px !important;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
	float:left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.fluentform button.ff-btn-submit:hover,
.fluentform input[type="button"].ff-btn-submit:hover,
.fluentform input[type="submit"].ff-btn-submit:hover,
.caldera_forms_form input[type="button"]:hover,
.caldera_forms_form input[type="submit"]:hover {
	background: transparent !important;
	color:#b81e42;
	cursor:pointer !important;
}

.fluentform button.ff-btn-submit:hover,
.fluentform input[type="submit"].ff-btn-submit:hover,
.fluentform input[type="text"].ff-el-form-control:focus,
.fluentform input[type="email"].ff-el-form-control:focus,
.fluentform textarea.ff-el-form-control:focus,
.caldera_forms_form input[type="button"]:hover,
.caldera_forms_form input[type="text"].form-control:focus,
.caldera_forms_form input[type="email"].form-control:focus,
.caldera_forms_form textarea.form-control:focus {
	border-bottom:2px solid #b81e42 !important;
	background: transparent !important;
	cursor:pointer;
}

span.field_required,
.caldera-grid .has-error .control-label,
.fluentform .ff-el-is-error label {
	color: #b81e42 !important;
}

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

}

.caldera-grid .has-error .help-block,
.fluentform .error.text-danger {
	display: none;
}

/* Change Autocomplete styles in Chrome*/
.caldera_forms_form input:-webkit-autofill,
.caldera_forms_form input:-webkit-autofill:hover, 
.caldera_forms_form input:-webkit-autofill:focus
.caldera_forms_form input:-webkit-autofill, 
.caldera_forms_form textarea:-webkit-autofill,
.caldera_forms_form textarea:-webkit-autofill:hover
.caldera_forms_form textarea:-webkit-autofill:focus,
.caldera_forms_form select:-webkit-autofill,
.caldera_forms_form select:-webkit-autofill:hover,
.caldera_forms_form select:-webkit-autofill:focus,
.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 #2f404b !important;
	-webkit-text-fill-color: #2f404b;
 	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.caldera-grid .alert-success,
.ff-message-success {
	background: #b81e42;
	color:#fff;
	padding: 8px 16px;
	text-align: center;
	border:0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #637b89!important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #637b89 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #637b89 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #637b89 !important;
}
::-ms-input-placeholder { /* IE 10+ */
	color: #637b89 !important;
}

.grid-search li .et_pb_post {
	padding: 19px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
	
.grid-search li {
    display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-right: 0;	
}


/**********************************************************************************************************/
/* THE GRID - CLIENTS + NEWS GRID
/**********************************************************************************************************/

.clients-grid .tg-item-media-inner {
	border-bottom: 7px solid #b81e42 !important;
}


.news-grid .tg-search-inner {
	border: 1px solid #b81e42 !important;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.news-grid.tg-txt .tg-search-icon:before {
	font-size: 32px !important;
	color:#b81e42 !important;
}

.news-grid span.tg-search-icon.tg-nav-color.tg-nav-font {
	display: none !important;
}

.news-grid .tg-search-clear, .tg-search-icon, .tg-sorter-order {
	width: 50px;
}

.news-grid .tg-nav-font {
	line-height: 48px;
	font-size: 24px !important;
}

.news-grid .tg-search-clear,
.news-grid .tg-search-clear:hover {
	border-left: 1px solid #b81e42 !important;
}

.news-grid input[type=text].tg-search {
	min-height: 48px;
	min-width: 280px;
	max-width: 280px;
	padding: 0 10px 0 20px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color:#414042 !important;
}

.news-grid article .tg-item-inner {
	box-sizing:border-box !important;
	border: 1px solid #d8d8d8;
	background-color: #fff;
}

.news-grid .tg-grid-area-top1 {
	margin-bottom: 30px;
	text-align: center;
}	

.news-grid .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover {
	color:#b81e42 !important;
}

.news-grid .news-grid-title,
.news-grid .news-grid-more {
	color:#b81e42 !important;
}

.news-grid .news-grid-more a:hover {
	border-bottom: 1px solid #b81e42 !important;
	padding-bottom:2px;
}


.news-grid .tg-ajax-button-holder span.tg-nav-color,
.clients-grid .tg-ajax-button-holder span.tg-nav-color {
	color:#fff !important;
	font-size:16px !important;
	font-weight: 400;
	background: #b81e42;
	border: 1px solid #b81e42 !important;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding:14px 24px;
}

.news-grid .tg-ajax-button-holder span.tg-nav-color:hover,
.clients-grid .tg-ajax-button-holder span.tg-nav-color:hover {
	color:#b81e42 !important;
	background: rgba(0,0,0,0) !important;
}



.news-grid ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #414042 !important;
	opacity:0.5;
	font-size: 18px !important;
}
.news-grid :-moz-placeholder { /* Firefox 18- */
	color: #414042 !important;
	opacity:0.5;
	font-size: 18px !important;	
}
.news-grid ::-moz-placeholder { /* Firefox 19+ */
	color: #414042 !important;
	opacity:0.5;
	font-size: 18px !important;	
}
.news-grid :-ms-input-placeholder { /* IE 10+ */
	color: #414042 !important;
	opacity:0.5;
	font-size: 18px !important;	
}
.news-grid ::-ms-input-placeholder { /* IE 10+ */
	color: #414042 !important;
	opacity:0.5;
	font-size: 18px !important;	
}




/**********************************************************************************************************/
/* AIO EXTENDED
/**********************************************************************************************************/


/**********************************************************************************************************/
/* RESPONSIVE MEDIA BREAK POINTS
/**********************************************************************************************************/


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

	.et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4,
	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
		margin-bottom:30px;
	}

}	
	

@media only screen and (min-width: 480px) { 

	.logo_container a:after {
		max-width:394px;
	}
	.home #et-main-area .top-header h2 {
		font-size:34px !important;
	}

} /* END 480px */




@media only screen and (min-width: 640px) { 
	
	.food-menu table td {
		display: table-cell;
		text-align:left;
		width:auto !important;
		padding:15px 0;
		font-size: 18px;
		line-height: 1.3 !important;
	}
	
	.food-menu table td strong {
		font-size: 20px;
	}	

	.food-menu table td:last-child {
		text-align:right;
		width:auto;
		padding-left:50px;
	}

} /* END 640px */


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

	.hidden-mobile {
		display: none;
	}
	
} /* END 767px */	


@media only screen and (min-width: 768px) { 
	
	h3 {
        font-size: 28px
    }
    
	.top-header h1 {
		font-size:21px;
	}
	
	#et-main-area .top-header h2 {
		font-size:32px !important;
	}
	
	.home #et-main-area .top-header h2 {
		font-size:38px !important;
	}
	
	.grid-search li {
    	display: inline-block;
    	max-width: 45%;
		margin-right: 7.5%;
    	
	}
	
	.grid-search li:nth-child(2n) {
		margin-right: 0;
	}
	
} /* END 768px */



/**********************************************************************************************************/
/* FLEXBOX COLUMN STACKING ORDER SWITCH
/**********************************************************************************************************/

@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.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;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.mobile-first {
		-webkit-order: 1 !important;
		order: 1 !important;
	}
 
	.mobile-second {
		-webkit-order: 2 !important;
		order: 2 !important;
	}
 
	.mobile-third {
		-webkit-order: 3;
		order: 3;
	}
 
	.mobile-fourth {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	.mobile-left {
		text-align: left;
	}
	
	.mobile-center {
		text-align: center;
	}
 
}




@media only screen and (min-width: 981px) { 
	
	#logo {
		min-width:125px !important;
		max-width:125px !important;
		max-height:10px !important;
		margin-top:40px !important;
	}
	
	#et-top-navigation {
		padding-left: 0 !important;
	}
	
	.logo_container a:after {
		content: '';
		max-width:130px;
	}
	
	.home .top-header .et_pb_row {
		width:100%;
	}
	
	.top-header .et_pb_column {
		min-height:20vh;
	}
	
	.top-header .et_pb_map {
		min-height:40vh;
	}
	
	h3 {
        font-size: 36px
    }
	
	.top-header h1 {
		font-size:17px;
	}
	
	#et-main-area .top-header h2 {
		font-size:38px !important;
	}
	
	.home #et-main-area .top-header h2 {
		font-size:26px !important;
	}
	
	.dwd-aio.vc-content .aio-wrap .aio-wrap-inner .et_pb_main_blurb_image {
		min-height:254px;
		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;
	}
	
	.quote .et_pb_text_inner:before {
		left: -65px;
		top:10px;
		font-size:44px;
	}
	.quote em {
		font-size:18px;
	}
	
	.quote {
		line-height: 1.9em;
	}
	
	.address {
		float:right;
	}
	
	.search.et_right_sidebar #main-content .container:before {
		display: none;
	}
	
	.grid-search li,
	.grid-search li:nth-child(2n) {
    	display: inline-block;
	    width: 100%;
    	max-width: 28%;
	    vertical-align: top;
    	margin-right: 5.5%;
	}
	
	.grid-search li:nth-child(3n) {
		margin-right: 0 !important;
	}
  

} /* END 980px */


@media only screen and (min-width: 1150px) { 
	
	#logo {
		min-width:195px !important;
		max-width:195px !important;
		max-height:16px !important;
		margin-top:30px !important;
	}
	
	.logo_container a:after,
	.footer-logo:after {
		content: '';
		max-width:294px;
	}
}	

@media only screen and (min-width: 1250px) { 
	
	.logo_container a:after,
	.footer-logo:after {
		content: '';
		max-width:394px;
	}
	
	.quote em {
		font-size:19px;
	}
	
	
} /* END 1250px */

@media only screen and (min-width: 1350px) { 

	.top-header h1 {
		font-size:21px;
	}
	
	.home #et-main-area .top-header h2 {
		font-size:38px !important;
	}


} /* END 1450px */

@media only screen and (min-width: 1700px) { 
	
	.top-header h1 {
		font-size:26px;
	}
	
	#et-main-area .top-header h2 {
		font-size:48px !important;
	}

} /* END 1700px */