/*
 Theme Name:     MBL Title
 Theme URI:      http://www.transacttitle.com
 Description:    MBL Title Child Theme
 Author:         MBL Title
 Author URI:     http://www.transacttitle.com
 Template:       Divi
 Version:        1.0.0
*/


/* Theme customization starts here
------------------------------------------------------- */


/* Fixing Header Height */

@media (min-width: 1025px) {

	#page-container {
		padding-top: 94px !important;
	}

	#main-header {
		top: 0px !important;
	}
}

@media (max-width: 1185px) {

	#page-container {
		padding-top: 59px !important;
	}

	#main-header {
		top: 0px !important;
	}
}

/* Mobile Row Width */

@media screen and (max-width: 981px) {
  
	.et_pb_row {
		width: 90% !important;
	}
}

/* Setting the breakpoint of the mobile menu */

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

	#top-menu-nav, #top-menu { 
		display: none;
	}
	
	#et_top_search {
		display: none;
	}
	
	#et_mobile_nav_menu {
		display: block;
	}
}

@media only screen and (max-width: 1185px) {
	.et_header_style_split #main-header { 
		visibility: hidden !important; 
	}
	
	.et_mobile_menu {
		border-top: hidden !important;
	}
}

/* Mobile Menu Header Padding Adjustments */

@media (max-width: 1185px) {
	#et-top-navigation{
    	margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
 	}
 }

/* App Style Header and Drop Down Menu */

.et_mobile_menu {
	margin-left: -30px;
	padding-top: 47px;
	padding-bottom: 55px;
	padding-left: 5px;
	padding-right: 0px;
	width: calc(100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

span.mobile_menu_bar:before {
	color: #252525 !important;
}

/* Size of the open and closed hamburger menu */

div.mobile_nav.opened .mobile_menu_bar:before, div.mobile_nav.closed .mobile_menu_bar:before {
	font-size: 48px !important;
}

/* Mobile Header Container Width */

@media (max-width: 1185px) {
	
	.container.et_menu_container { 
		width: calc( 100% - 60px);
	}
}

/* Mobile Logo and Toggle Adjustments */

@media (max-width: 1185px) {
	
	.et_header_style_left #logo {
		max-height: 65% !important;
		margin-left: -19px !important;
		margin-top: 3px !important;
	}

	span.mobile_menu_bar.mobile_menu_bar_toggle {
		margin-right: -22px !important;}
	
	.mobile_menu_bar {
		padding-bottom: 0 !important;
	}
	
	.mobile_menu_bar:before {
    	top: 1px;
	}
}

/* Mobile Menu Primary Links */

.et_mobile_menu li a, .et_mobile_menu .menu-item-has-children>a {
	font-weight: 200 !important;
	font-size: 24px !important;
	text-transform: uppercase !important;
	color: #f1f1f1 !important;
	padding-bottom: 2px;
	letter-spacing: 2px;
	margin-left: -3px;
	line-height: 1em !important;
}

.last-link-mobile {
	padding-bottom: 3px;
}

/* Mobile Menu Dropdown Links */
	
.et_mobile_menu li li a {
	font-size: 18px !important; 
	line-height: 1em !important;
	padding-bottom: 0px !important;
}

/* Small Screen Mobile Menu */

@media (max-width: 320px) {

	.et_mobile_menu li a, .et_mobile_menu .menu-item-has-children>a {
		font-size: 20px !important;
		padding-bottom: 0px;
		line-height: .9em;
	}

	.et_mobile_menu li li a {
		font-size: 15px !important;
		padding-bottom: 0px;
		line-height: .8em;
	}

	.last-link-mobile {
		padding-bottom: 3px;
	}
}

/* Mobile Dropdown Background Color and Drop Shadow */

@media all and (max-width: 1185px) { 
 
	#mobile_menu {
		background-color: rgba(16,16,16,0.95) !important;
		-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.25)!important;
		-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.25)!important;
		box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.25)!important;
	}
	
	.et_mobile_menu {
		top: 59px;
	}
}

/* Mobile Menu Scroll Effect  */

@media (max-width: 1185px) {

	.et_mobile_menu {   
		overflow-y:scroll!important;
		-overflow-scrolling:touch!important;
		-webkit-overflow-scrolling:touch!important;
		max-height: 80vh!important;
	}
}

/* Mobile Menu Nested + Symbol Size */

.et_mobile_menu .menu-item-has-children > a:after {
	content: "+";
	font-size: 22px !important;
	position: absolute;
	margin-right: 10px;
	margin-top: -4px !important;
	color: #eaeaea !important;
}

@media (min-width: 981px) and (max-width: 1185px) {
	.et_mobile_menu .menu-item-has-children > a:after {
		margin-right: 45px !important;
	}
}
	
@media (max-width: 320px) {
	
	.et_mobile_menu .menu-item-has-children > a:after {
		font-size: 17px !important;
		margin-right: 5px !important;
	}
}

/* Mobile Fixed Menu Adjustments Pixels */

@media (max-width: 1185px) {
 
/* Style mobile fixed header */
 
	.et_fixed_nav #main-header.et-fixed-header  {
		position: fixed;
		background-color: #ffffff !important;
		height: 50px !important;
	}
 
	.et-fixed-header .logo_container {
		height: 50px !important;
	}
 
/* Mobile Fixed Header Toggle */
	
	.et-fixed-header span.mobile_menu_bar:before {
		color: #454545 !important;
	}
 
	.et_header_style_left .et-fixed-header #et-top-navigation {
		margin-top: -3px !important;
	}
 
	.et_fixed_nav #et-top-navigation {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
 
/* Increase height of logo area on mobile */

	.et-fixed-header #logo {
		max-height: 74% !important;
		margin-bottom: 2px !important;
	}

	.et-fixed-header .mobile_menu_bar {
		padding-bottom: 0px;
	}
	
	/* Dropdown distance from header */
	
	.et-fixed-header .et_mobile_menu {
		top: 50px;
	}
}

/* Desktop Primary Menu Adjustments */

/* Primary Menu Hover */

#top-menu-nav #top-menu li a { 
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

#top-menu-nav #top-menu li a:hover { 
	color: #458dd1 !important; 
	background-color: transparent !important;
	opacity: 1 !important;
}

/* Primary Menu Container Padding */

@media only screen and (min-width: 1250px) {
  
	#et-top-navigation {
		padding-right: 23px !important;
		padding-bottom: 0px !important;
	}
}

/* Primary Menu Link Padding */

@media (min-width: 1250px) {

	ul#top-menu li.menu-item:not(:last-child) {
		padding-right: 34px !important; 
	}

	#et_top_search {
		margin-left: 34px !important; 
	}
}

/* Desktop Logo Padding */

@media only screen and (min-width: 1250px) { 
  
	#logo {
		padding-left: 20px;
		margin-bottom: -1px;
	}
}

/* Desktop Dropdown Menu Adjustments */

#top-menu .leadership ul {
	width: 240px;
	padding-top: 13px !important;
	padding-bottom: 13px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -2px;
}

#top-menu .leadership li a {
	width: 235px !important;
}

#top-menu .partnerships ul {
	width: 195px;
	padding-top: 13px !important;
	padding-bottom: 13px;
	padding-left: 6px;
	padding-right: 7px;
	margin-top: -2px;
}

#top-menu .partnerships li a {
	width: 190px !important;
}

#top-menu .services ul {
	width: 330px;
	padding-top: 13px !important;
	padding-bottom: 13px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -2px;
}

#top-menu .services li a {
	width: 325px !important;
}

#top-menu .about-dropdown ul {
	width: 210px;
	padding-top: 13px !important;
	padding-bottom: 13px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -2px;
}

#top-menu .about-dropdown li a {
	width: 205px !important;
}

#top-menu .exchange-dropdown ul {
	width: 315px;
	padding-top: 13px !important;
	padding-bottom: 13px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -2px;
}

#top-menu .exchange-dropdown li a {
	width: 310px !important;
}
    
.nav li li {
	line-height: 1.4em;
}

#top-menu li li {
	padding: 0 0px;
}

#top-menu li li a {
	font-size: 19px;
	font-weight: 400;
	padding: 5px 10px;
}

#top-menu li a {
	font-weight: 400;
}

#main-header {
	-webkit-box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
	-moz-box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
	box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
}
	
.nav li ul {
	-webkit-box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
	-moz-box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
	box-shadow: 0px 3px 8px 1px rgba(29,29,29,0.25) !important;
}

#top-menu ul {
	border-top: none !important;
	border-top: 4px solid #458dd1 !important; 
}

/* Desktop Hide Resources and Home Link */

@media (min-width: 1186px) {
 
	.mobile-hide {
		display: none !important;
	}
}

/* Desktop Hide Dropdown Arrows */

‪#et-secondary-nav .menu-item-has-children > a:first-child::after, #top-menu .menu-item-has-children > a:first-child::after{
	display:none;
}

#et-secondary-nav .menu-item-has-children > a:first-child, #top-menu .menu-item-has-children > a:first-child{
	padding-right: 0 !important;
}

/* Desktop Compact Menu 1186 to 1249 */

@media (min-width: 1186px) and (max-width: 1249px) {
	
	ul#top-menu li.menu-item:not(:last-child) {
		padding-right: 25px !important; 
	}

	#et_top_search {
		margin-left: 0px !important;
	}

	#top-menu-nav #top-menu li a { 
		font-size: 19px;
	}

	#top-menu-nav #top-menu li li a {
		font-size: 18px;
	}
	
	#logo {
		max-height: 50%;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-right: 0px !important;
	}
	
	.et-fixed-header #logo {
		max-height: 64% !important;
	}
	
	.et-fixed-header #top-menu li a {
		font-size: 18px !important;
	}
	
	.et-fixed-header #top-menu li li a {
		font-size: 17px !important;
	}
}

/* Desktop Fixed Menu */

/* Fixed Header Adjustments */

@media (min-width: 1250px) {
	
	.et-fixed-header #logo {
		max-height: 100% !important;
		margin-bottom: 1px !important;
		margin-left: -10px !important;
	}

	.et-fixed-header #et-top-navigation {
		padding-bottom: 0px !important; 
		margin-bottom: 0px !important;
	}
}

/* Fixed Dropdown Menu Adjustments */

.et-fixed-header #top-menu ul {
	border-top: 3px solid #458dd1 !important;
}

.et-fixed-header #top-menu li li a {
	font-size: 17px;
	line-height: .95em !important;
	font-weight: 400 !important;
	color: #0d0d0d !important;
}

.et-fixed-header #top-menu-nav #top-menu li li a:hover {
	color: #458dd1 !important;
	opacity: 1 !important;
}

.et-fixed-header #top-menu-nav #top-menu li li a:active {
	color: #0d0d0d !important;
}

.et-fixed-header #top-menu-nav #top-menu li a:active {
	color: #0d0d0d !important;
}

.et-fixed-header #top-menu li a {
	font-weight: 400 !important;
	font-size: 19px;
}

.et-fixed-header #top-menu-nav #top-menu li a:hover {
	color: #458dd1 !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.et-fixed-header #top-menu .about-dropdown ul {
	width: 180px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px !important;
 }

.et-fixed-header #top-menu .about-dropdown li a {
	width: 175px !important;
}

.et-fixed-header #top-menu .leadership ul {
	width: 225px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px !important;
 }

.et-fixed-header #top-menu .leadership li a {
	width: 220px !important;
}

.et-fixed-header #top-menu .partnerships ul {
	width: 185px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px !important;
}

.et-fixed-header #top-menu .partnerships li a {
	width: 180px !important;
}

.et-fixed-header #top-menu .services ul {
	width: 300px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px !important;
}

.et-fixed-header #top-menu .services li a {
	width: 295px !important;
}

.et-fixed-header #top-menu .exchange-dropdown ul {
	width: 285px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px !important;
 }

.et-fixed-header #top-menu .exchange-dropdown li a {
	width: 280px !important;
}

.et-fixed-header #top-menu ul {
	margin-top: 1px;
	-webkit-box-shadow: 0px 4px 9px 2px rgba(29,29,29,0.35) !important;
	-moz-box-shadow: 0px 4px 9px 2px rgba(29,29,29,0.35) !important;
	box-shadow: 0px 4px 9px 2px rgba(29,29,29,0.35) !important;
}

/* Fixed Header Drop Shadow */

#main-header.et-fixed-header {
	-webkit-box-shadow: 0px 4px 8px 2px rgba(29,29,29,0.35) !important;
	-moz-box-shadow: 0px 4px 8px 2px rgba(29,29,29,0.35) !important;
	box-shadow: 0px 4px 8px 2px rgba(29,29,29,0.35) !important;
}

/* Hide Theme Default Footer */

#footer-bottom {
	display: none;
}

/* Mobile & Tablet General Two Column */

@media (max-width: 981px) {
	
	.twoX2 .et_pb_column {
		max-width: 50% !important;
	}
	
	.twoX2 .et_pb_column.et_pb_column_1_3:nth-of-type(3){
		margin: 0 25%;
	}
}

@media (max-width: 981px) {
	
	.et_pb_section .et_pb_row.twoX2 div.et_pb_column.et_pb_column_1_4 {
		width: 47.25% !important;
	} 
}

/* Global Text Styling */

h1.primary-page-heading {
	font-family: Poppins;
	font-size: 5.5vw;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 0;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}

@media (min-width: 1400px) {
	h1.primary-page-heading {
		font-size: 77px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	h1.primary-page-heading {
		font-size: 55px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	h1.primary-page-heading {
		font-size: 45px;
	}
}

@media (max-width: 479px) {
	h1.primary-page-heading {
		font-size: 35px;
		line-height: 1.1em;
	}
}

@media (max-width: 320px) {
	h1.primary-page-heading {
		font-size: 32px;
	}
}

.body-link {
	color: #000000 !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.body-link:hover {
	text-decoration: underline !important;
}

/* Mobile & Tablet General Text Styling */

@media (max-width: 767px) {
	.mobile-section-title {
		font-size: 32px;
		color: #353535;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.mobile-section-title {
		font-size: 45px;
		color: #353535;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
}

.mobile-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45em;
	color: #000000;
	padding: 0;
}

@media (min-width: 768px) and (max-width: 980px) {
	.mobile-text {
		line-height: 1.6em;
	}
}

.mobile-text-white {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45em;
	color: #fff;
	padding: 0;
}

@media (min-width: 768px) and (max-width: 980px) {
	.mobile-text-white {
		line-height: 1.65em;
	}
}

@media (max-width: 320px) {
	
	.mobile-text {
		font-size: 16px !important;
	}
	
	.mobile-text-white {
		font-size: 16px !important;
	}
	
	.mobile-section-title {
		font-size: 30px !important;
	}
}

/* Global Footer General */

.global-footer-contact.et_pb_row {
	width: 1100px;
	margin-bottom: 3.4vw;
}

a.footer-email-link {
	color: #fdfdfd !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.footer-email-link:hover {
	text-decoration: underline !important;
}

a.footer-menu-link {
	color: #fdfdfd !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.footer-menu-link:hover {
	text-decoration: underline !important;
}

a.footer-social {
	color: #dddddd !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.footer-social:hover {
	color: #ededed !important;
}

.footer-bottom a {
	color: #dddddd !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.footer-bottom a:hover {
	text-decoration: underline !important;
	color: #fdfdfd !important;
}

.h1-footer h1 {
	padding-bottom: 7px !important;
	margin-bottom: 0px !important;
	margin-left: 4px !important;
}

/* Global Footer Device Adjustments */

@media (min-width: 1113px) and (max-width: 1250px) { 
	
	.global-footer-contact.et_pb_row {
		width: 1000px;
	}
	
	.global-footer-links.et_pb_row {
		width: 1000px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.footer-title {
		font-size: 28px !important;
	}
	
	.footer-contact {
		font-size: 16px !important;
		color: white;
	}
	
	.footer-copyright {
		font-size: 15px !important;
		margin-top: -3px !important;
	}
	
	.footer-email-link {
		font-size: 15px !important;
	}
	
	.footer-social {
		font-size: 17px !important;
	}
	
	.footer-menu-link {
		font-size: 14px !important;
	}
}
	
@media (min-width: 1025px) and (max-width: 1112px) { 
	
	.global-footer-contact.et_pb_row {
		width: 975px;
		padding-bottom: 35px !important;
	}
	
	.global-footer-links.et_pb_row {
		width: 975px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.footer-title {
		font-size: 28px !important;
	}
	
	.footer-contact {
		font-size: 16px !important;
	}
	
	.footer-copyright {
		font-size: 15px !important;
		margin-top: -3px !important;
	}
	
	.footer-email-link {
		font-size: 15px !important;
	}
	
	.footer-social {
		font-size: 17px !important;
	}
	
	.footer-menu-link {
		font-size: 13px !important;
	}
}
	
@media (min-width: 981px) and (max-width: 1024px) {
	
	.global-footer-links {
		display: none !important;
	}
	
	.global-footer-contact.et_pb_row {
		width: 920px;
		margin-bottom: 0 !important;
	}
	
	.footer-title {
		font-size: 25px !important;
	}
	
	.footer-contact {
		font-size: 15px !important;
	}
	
	.footer-copyright {
		font-size: 14px !important;
		margin-top: -5px !important;
	}
	
	.footer-email-link {
		font-size: 14px !important;
	}
	
	.footer-social {
		font-size: 16px !important;
	}
	
	.footer-menu-link {
		font-size: 13px !important;
	}
	
	.footer-column {
		padding-right: 0px !important;
	}
}

@media (max-width: 320px) {
	
	.footer-small-button {
		padding-left: 9px !important;
		padding-right: 7px !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		font-size: 9px !important;
	}
	
	.mobile-directions-button {
		padding-left: 9px !important;
		padding-right: 7px !important;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		font-size: 10px !important;
	}
}

/* Home General */

.home-header-redefining {
	font-size: 55px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.home-header-experience {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.home-header-text {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 1.4em;
	padding: 0;
	width: 525px;
}

.home-header-title {
	font-size: 35px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.55);
	line-height: 1em;
	padding: 0;
}

.home-header-link {
	font-size: 16px;
	color: #fff;
	padding: 0;
	line-height: 1.3em;
	font-weight: 400;
	padding: 0;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.home-header-link:hover {
	text-decoration: underline;
}

.home-header-more-news {
	color: #ffffff !important;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.home-header-more-news:hover {
	font-weight: 400;
}

.city-title {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.city-contact {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
	padding: 0;
}

a.city-email {
	color: #ffffff !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.city-email:hover {
	text-decoration: underline;
}

.home-title {
	font-size: 5.2vw;
	color: #353535;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

@media (min-width: 1400px) {
	.home-title {
		font-size: 73px;
	}
}

.home-approach-subtext {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
	padding: 0;
	line-height: 1.8em;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}

.home-approach-title {
	font-size: 29px;
	color: #353535;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.home-approach-text {
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	padding: 0;
	line-height: 1.6em;
}

.home-services-title {
	font-size: 63px;
	color: #458dd1;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.home-services-text {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
	padding: 0;
	line-height: 1.6em;
}

.social-title {
	font-size: 55px;
	color: #458dd1;
	font-weight: 200;
	line-height: 1em;
	padding: 0;
}

.social-text {
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	padding: 0;
	line-height: 1.5em;
}

.social-strip {
	color: #dddddd !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.social-strip:hover {
	color: #ededed !important;
}

.home-news-link {
	font-size: 22px;
	color: #454545;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.home-news-link:hover {
	color: #303030;
}

.et_overlay:before {
	top: 48%;
}
	
/* Home Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) {
	
	.home-header-redefining {
		font-size: 55px !important;
	}
	
	.home-header-experience {
		font-size: 24px !important;
	}
	
	.home-header-text {
		font-size: 18px !important;
		width: 500px !important;
	}
	
	.home-header-link {
		font-size: 14px !important;
	}
	
	.home-header-more-news {
		font-size: 14px !important;
	}
	
	.home-header-title {
		font-size: 28px !important;
	}
	
	.city-title {
		font-size: 23px !important;
	}
	
	.city-contact {
		font-size: 14px !important;
	}
	
	.city-email {
		font-size: 12px !important;
	}
	
	.news-column {
		padding-left: 3.5% !important;
	}
	
	.home-row.et_pb_section {
		width: 1100px;
	}
	
	.home-media-row.et_pb_row {
		width: 1100px;
	}
	
	.home-commercial-row.et_pb_section {
		width: 1100px;
	}
	
	.home-residential-row.et_pb_section {
		width: 1100px;
	}
	
	.home-services-title {
		font-size: 55px !important;
	}
	
	.home-services-text {
		font-size: 18px !important;
	}
	
	.home-text {
		font-size: 18px !important;
	}
	
	.home-row.et_pb_row {
		width: 1100px;
	}
	
	.home-approach-title {
		font-size: 25px !important;
		padding-left: 18px !important;
	}
	
	.home-approach-subtext {
		font-size: 18px;
	}

	.home-approach-text {
		font-size: 16px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		padding-bottom: 20px !important;
	}
	
	.global-button {
		padding-left: 15px !important;
		padding-right: 11px !important;
		padding-top: 12px !important;
		padding-bottom: 11px !important;
		font-size: 12px !important;
	}
	
	.home-services-img {
		padding-top: 30.1% !important;
		padding-bottom: 30.1% !important;	
	}
	
	.more-news-button {
		padding-left: 20px !important;
		padding-right: 18px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
		font-size: 16px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) { 
	
	.home-header-redefining {
		font-size: 50px !important;
	}
	
	.home-header-experience {
		font-size: 22px !important;
	}
	
	.home-header-text {
		font-size: 17px !important;
		width: 475px !important;
	}
	
	.home-header-link {
		font-size: 13px !important;
	}
	
	.home-header-more-news {
		font-size: 13px !important;
	}
	
	.home-header-title {
		font-size: 26px !important;
	}
	
	.city-title {
		font-size: 20px !important;
	}
	
	.city-contact {
		font-size: 13px !important;
	}
	
	.city-email {
		font-size: 11px !important;
	}
	
	.header-button {
		padding-left: 12px !important;
		padding-right: 10px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 12px !important;
	}
	
	.home-media-row.et_pb_row {
		width: 1000px;
	}
	
	.home-text {
		font-size: 18px !important;
	}
	
	.home-row.et_pb_row {
		width: 975px;
	}
	
	.home-approach-title {
		font-size: 22px !important;
		padding-left: 18px !important;
	}
	
	.home-approach-subtext {
		font-size: 17px !important;
		width: 800px !important;
	}
	
	.home-approach-text {
		font-size: 14px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		padding-bottom: 20px !important;
	}
	
	.home-commercial-row.et_pb_section {
		width: 975px;
	}
	
	.home-residential-row.et_pb_section {
		width: 975px;
	}
	
	.home-services-title {
		font-size: 50px !important;
	}
	
	.home-services-text {
		font-size: 16px !important;
	}
	
	.global-button {
		padding-left: 13px !important;
		padding-right: 9px !important;
		padding-top: 10px !important;
		padding-bottom: 9px !important;
		font-size: 11px !important;
	}
	
	.home-services-img {
		padding-top: 29.6% !important;
		padding-bottom: 29.6% !important;	
	}
	
	.more-news-button {
		padding-left: 20px !important;
		padding-right: 18px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
		font-size: 15px !important;
	}
	
	.home-news-padding.et_pb_row {
		padding-bottom: 70px !important;
	}
	
	.home-news-link {
		font-size: 20px !important;
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	
	.home-header-redefining {
		font-size: 50px !important;
	}
	
	.home-header-experience {
		font-size: 21px !important;
	}
	
	.home-header-text {
		font-size: 15px !important;
		width: 400px !important;
	}
	
	.home-header-link {
		font-size: 12px !important;
	}
	
	.home-header-more-news {
		font-size: 13px !important;
	}
	
	.home-header-title {
		font-size: 24px !important;
	}
	
	.city-title {
		font-size: 20px !important;
	}
	
	.city-contact {
		font-size: 13px !important;
	}
	
	.city-email {
		font-size: 11px !important;
	}
	
	.news-column {
		padding-left: 2.5% !important;
	}
	
	.header-button {
		padding-left: 10px !important;
		padding-right: 8px !important;
		padding-top: 9px !important;
		padding-bottom: 9px !important;
		font-size: 11px !important;
	}
	
	.home-media-row.et_pb_row {
		width: 900px;
	}
	
	.home-text {
		font-size: 18px !important;
	}
	
	.home-row.et_pb_row {
		width: 900px;
	}
	
	.home-approach-title {
		font-size: 19px !important;
		padding-left: 16px !important;
	}
	
	.home-approach-subtext {
		font-size: 15px !important;
		width: 750px !important;
	}
	
	.home-approach-text {
		font-size: 12px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 18px !important;
	}
	
	.home-commercial-row.et_pb_section {
		width: 915px;
	}
	
	.home-residential-row.et_pb_section {
		width: 915px;
	}
	
	.home-services-title {
		font-size: 45px !important;
	}
	
	.home-services-text {
		font-size: 15px !important;
	}
	
	.home-services-left {
		padding-left: 20px !important;
	}
	
	.home-services-right {
		padding-left: 20px !important;
	}
	
	.global-button {
		padding-left: 13px !important;
		padding-right: 9px !important;
		padding-top: 10px !important;
		padding-bottom: 9px !important;
		font-size: 10px !important;
	}
	
	.home-services-img {
		padding-top: 29.2% !important;
		padding-bottom: 29.2% !important;	
	}
	
	.more-news-button {
		padding-left: 20px !important;
		padding-right: 18px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
		font-size: 15px !important;
	}
	
	.home-news-link {
		font-size: 18px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	
	.home-news-link {
		font-size: 21px !important;
	}
}

/* Home Mobile/Tablet Styling */

@media (max-width: 767px) {
	
	.home-redefining {
		font-size: 28px;
		color: #fff;
		font-weight: 200;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
	
	.home-experience {
		font-size: 17px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
	
	.home-mobile-description {
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4em;
		padding: 0;
	}
	
	.home-approach-title {
		font-size: 23px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	
	.home-redefining {
		font-size: 28px;
		color: #fff;
		font-weight: 200;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
	
	.home-experience {
		font-size: 23px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
		padding: 0;
	}
	
	.home-mobile-description {
		font-size: 18px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4em;
		padding: 0;
	}
}

@media (max-width: 320px) {
	
	.home-approach-title {
		font-size: 22px !important;
	}
	
	.home-news-link {
		font-size: 18px !important;
	}
	
	.home-mobile-description {
		font-size: 15px !important;
	}
	
	.home-redefining {
		font-size: 20px !important;
	}
	
	.home-experience {
		font-size: 14px !important;
	}
	
	.news-title {
		font-size: 18px !important;
	}
	
	.global-button-mobile {
		padding-left: 12px !important;
		padding-right: 9px !important;
		padding-top: 10px !important;
		padding-bottom: 9px !important;
		font-size: 11px !important;
	}
	
	.button-hide {
		visibility: hidden !important;
	}
	
	.home-header-mobile-padding.et_pb_section {
		padding-top: 125px !important;
		padding-bottom: 100px !important;
	}
	
	.news-small {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		font-size: 9px !important;
	}
	
	.home-approach-text {
		font-size: 14px;
	}
}

/* About General */

.about-title {
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
	color: #353535;
	line-height: 1em;
	padding: 0;
}

.about-text {
	font-size: 19px;
	font-weight: 300;
	color: #000000;
	line-height: 1.6em;
	padding: 0;
}
	
/* About Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) {
	
	.about-row.et_pb_row {
		width: 1100px;
	}
	
	.about-title {
		font-size: 35px !important;
	}
	
	.about-text {
		font-size: 17px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) { 
	
	.about-row.et_pb_row {
		width: 975px;
	}
	
	.about-title {
		font-size: 30px !important;
	}
	
	.about-text {
		font-size: 15px !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	
	.about-row.et_pb_row {
		width: 925px;
	}
	
	.about-title {
		font-size: 27px !important;
	}
	
	.about-text {
		font-size: 15px !important;
	}
}

/* Bio General Styling */
	
.bio-text {
	font-size: 18px;
	font-weight: 300;
	color: #000000 !important;
	line-height: 1.5em;
	padding: 0;
}

.leader-name {
	font-family: Poppins;
	font-size: 52px;
	font-weight: 200;
	color: #458dd1;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

.leader-title {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	color: #a3a5a8;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}	

.bio-title {
	font-family: Poppins;
	font-size: 34px;
	font-weight: 200;
	text-transform: uppercase;
	color: #fff;
	line-height: 1em;
	padding: 0;
}

.bio-media {
	font-size: 17px;
}
	
.mobile-name {
	font-size: 30px;
	color: #458dd1;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.mobile-bio-title {
	font-size: 14px;
	color: #a3a5a8;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.bio-icon-links {
	color: #458dd1 !important;
	font-size: 20px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.bio-icon-links:hover {
	color: #a3a5a8 !important;
}

.bio-icons-mobile {
	color: #458dd1 !important;
	font-size: 17px;
	padding: 0;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.bio-email-mobile a {
	color: #000000 !important;
}

.link-news-sidebar {
	font-size: 20px;
	color: #555555 !important;
	line-height: 1.4em;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.link-news-sidebar:hover {
	color: #458dd1 !important;
}

@media (min-width: 1201px) and (max-width: 1280px) {
	.link-news-sidebar {
		font-size: 17px;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	.link-news-sidebar {
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1099px) {
	.link-news-sidebar {
		font-size: 15px;
	}
}

@media (max-width: 980px) {
	.link-news-sidebar {
		font-size: 17px;
	}
	
	.link-news-sidebar:hover {
		color: #555555 !important;
	}
}

.bio-email-dark {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	padding: 0;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.bio-email-dark:hover {
	text-decoration: underline !important;
}

/* Bio Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) { 
		
	.bio-row.et_pb_row {
		width: 1100px;
	}
	
	.bio-text {
		font-size: 16px;
	}
	
	.leader-name {
		font-size: 45px;
	}
	
	.leader-title {
		font-size: 18px;
	}	
	
	.bio-title {
	    font-size: 32px;
	}
	
	.bio-media {
		font-size: 17px;
	}
	
	.bio-media-column {
		padding-top: 65px !important;
		padding-bottom: 55px !important;
	}
	
	.education-column {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	
	.media-section.et_pb_section {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	
	.side-text h4 {
		font-size: 16px !important;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) { 
	
    .bio-row.et_pb_row {
		width: 1000px;
	}
	
	.bio-column {
		padding-right: 0px !important;
	}
	
	.bio-text {
		font-size: 16px;
	}
	
	.leader-name {
		font-size: 40px;
	}
	
	.leader-title {
		font-size: 17px;
	}	
	
	.bio-title {
	    font-size: 30px;
	}
	
	.bio-media {
		font-size: 16px;
	}
	
	.bio-media-column {
		padding-top: 65px !important;
		padding-bottom: 55px !important;
	}
	
	.education-column {
		padding-top: 45px !important;
		padding-bottom: 40px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.media-section.et_pb_section {
		padding-top: 50px !important;
	}
	
	.media-section.et_pb_section {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.side-text h4 {
		font-size: 16px !important;
	}
}
	
@media (min-width: 981px) and (max-width: 1099px) {
	
	.bio-row.et_pb_row {
		width: 925px;
	}
	
	.bio-column {
		padding-right: 0px !important;
	}
	
	.bio-text {
		font-size: 14px;
	}
	
	.leader-name {
		font-size: 36px;
	}
	
	.leader-title {
		font-size: 16px;
	}	
	
	.bio-title {
	    font-size: 27px;
	}
	
	.bio-media {
		font-size: 15px;
	}
	
	.bio-media-column {
		padding-top: 52px !important;
		padding-bottom: 40px !important;
	}
	
	.education-column {
		padding-top: 40px !important;
		padding-bottom: 35px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.media-section.et_pb_section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.side-text h4 {
		font-size: 15px !important;
	}
}

@media (max-width: 320px) {
	
	.mobile-name {
		font-size: 28px !important;
	}
	
	.bio-text {
		font-size: 16px !important;
	}
	
	.mobile-bio-title {
		font-size: 13px !important;
	}
	
	.mobile-bio-text {
		font-size: 15px !important;
	}
	
	.side-text h4 {
		font-size: 16px !important;
	}
}

/* Commercial General */

.commercial-text {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
	line-height: 1.6em;
}

@media (min-width: 1281px) {
	.foundation-text {
		width: 565px;
	}
}

.commercial-title {
	font-size: 55px;
	color: #353535;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

.properties-title {
	font-size: 70px;
	color: #353535;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

.properties-text {
	font-size: 21px;
	color: #000000;
	font-weight: 300;
	line-height: 1.8em;
	width: 675px;
}

.properties-label {
	font-size: 25px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

/* Commercial Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) { 
	
	.commercial-row.et_pb_section {
		width: 1100px;
	}
	
	.commercial-row.et_pb_row {
		width: 1100px;
	}
	
	.commercial-title {
		font-size: 50px !important;
	}
	
	.commercial-text {
		font-size: 17px !important;
	}
	
	.properties-title {
		font-size: 65px !important;
	}
	
	.properties-text {
		font-size: 20px !important;
		width: 600px !important;
	}
	
	.properties-label {
		font-size: 23px !important;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) { 
	
    .commercial-row.et_pb_section {
		width: 1000px;
	}
	
	.commercial-row.et_pb_row {
		width: 1000px;
	}
	
	.properties-row.et_pb_row {
		padding-bottom: 25px !important;
	}
	
	.commercial-title {
		font-size: 45px !important;
	}
	
	.commercial-text {
		font-size: 16px !important;
	}
	
	.properties-title {
		font-size: 60px !important;
	}
	
	.properties-text {
		font-size: 18px !important;
		width: 550px !important;
	}
	
	.properties-label {
		font-size: 22px !important;
	}
	
	.foundation-column {
		padding-right: 20px !important;
	}	
}
	
@media (min-width: 981px) and (max-width: 1099px) {
	
	 .commercial-row.et_pb_section {
		width: 900px;
	}
	
	.commercial-row.et_pb_row {
		width: 900px;
	}
	
	.properties-row.et_pb_row {
		padding-bottom: 20px !important;
	}
	
	.commercial-title {
		font-size: 40px !important;
	}
	
	.commercial-text {
		font-size: 15px !important;
	}
	
	.properties-title {
		font-size: 55px !important;
	}
	
	.properties-text {
		font-size: 17px !important;
		width: 550px !important;
	}
	
	.properties-label {
		font-size: 19px !important;
	}
	
	.foundation-column {
		padding-right: 0px !important;
	}
}

@media (max-width: 980px) {
	.properties-label {
		font-size: 17px !important;
	}
}

@media (max-width: 320px) {
	.properties-label {
		font-size: 16px !important;
	}
}

/* Community General */

.community-text {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
	line-height: 1.6em;
}

.community-title {
	font-size: 48px;
	color: #353535;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

/* Community Gallery Adjustments */

.disable-lightbox a {
	pointer-events: none;
}
 
.disable-lightbox .et_overlay {
	display: none !important;
}

.disable-lightbox .et-pb-slider-arrows {
	display: none !important;
}

.disable-lightbox .et-pb-controllers {
	display: none;
}
.disable-lightbox .et_pb_gallery {
	padding-bottom: 0;
}

/* Community Device Adjustments */

@media (min-width: 1113px) and (max-width: 1280px) { 
	
	.community-row.et_pb_row {
		width: 1100px;
	}
	
	.community-title {
		font-size: 42px !important;
	}
	
	.community-text {
		font-size: 17px !important;
	}
}
	
@media (min-width: 1025px) and (max-width: 1112px) { 
	
	.community-row.et_pb_row {
		width: 1000px;
	}
	
	.community-title {
		font-size: 38px !important;
	}
	
	.community-text {
		font-size: 16px !important;
	}
	
	.community-column1 {
		padding-right: 28px !important;
	}
	
	.community-column2 {
		padding-left: 28px !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {

	.community-row.et_pb_row {
		width: 900px;
	}
	
	.community-title {
		font-size: 35px !important;
	}
	
	.community-text {
		font-size: 14px !important;
	}
	
	.community-column1 {
		padding-right: 25px !important;
	}
	
	.community-column2 {
		padding-left: 25px !important;
	}
}

/* Contact General Styling */

.contact-page-city {
	font-size: 30px;
	color: #458dd1;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 5px;
	padding: 0;
}

.contact-page-text {
	font-size: 20px;
	color: #000000;
	font-weight: 300;
	line-height: 1.6em;
	padding: 0;
}

@media (min-width: 768px) and (max-width: 980px) {
	.contact-page-city {
		font-size: 32px;
		letter-spacing: 3px;
	}

	.contact-page-text {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.contact-page-city {
		font-size: 28px;
		letter-spacing: 3px;
	}
}

@media (max-width: 320px) {
	.contact-page-city {
		font-size: 25px;
	}
}

.get-in-touch {
	font-size: 70px;
	color: #353535;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

.contact-footer-text {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 1em;
	padding: 0;
}

/* Contact Map Sizes */

.desktop-contact-map .et_pb_map {
	height: 475px !important;
 }

.gm-style-iw h3 {
	font-size: 15px !important;
	margin-bottom: -7px !important;
	margin-top: 3px !important;
	font-weight: 600 !important;
}

.gm-style-iw a {
	font-weight: 600 !important;
}

.infowindow p {
	font-family: 'Poppins' !important;
	line-height: 1.4em !important;
}

.infowindow a {
	font-size: 12px !important;
}

.mobile-map .et_pb_map {
	height: 300px;
}

.mobile-map .gm-style-iw h3 {
	font-size: 13px !important;
	margin-bottom: -7px !important;
	margin-top: 6px !important;
	font-weight: 600 !important;
}

.mobile-map .gm-style-iw a {
	font-weight: 600 !important;
}

/* Contact Form Submit Button Styling */

.et_pb_contact_submit, .form-submit .et_pb_button {
	background-color: #458dd1 !important;
}

.et_pb_contact_submit:hover, .form-submit .et_pb_button:hover {
	background-color: #999b9e !important;
	border: 1px solid #999b9e !important;
}

.et-pb-contact-message {
	color: #000000;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
}

.et_contact_bottom_container {
	margin-top: 0;
}

/* Contact Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) { 
	
	.contact-section.et_pb_section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.contact-row.et_pb_row {
		width: 1100px;
	}
	
	.social-title {
		font-size: 50px !important;
	}
	
	.social-text {
		font-size: 19px !important;
	}
	
	.social-strip {
		font-size: 18px !important;
	}
	
	.get-in-touch {
		font-size: 65px !important;
	}
	
	.contact-footer-row.et_pb_row {
		width: 1050px;
	}
	
	.contact-footer-text {
		font-size: 15px !important;
	}
	
	.contact-social {
		font-size: 19px !important;
	}
	
	.contact-footer-column.et_pb_row {
		padding-top: 0px;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) { 
	
	.contact-section.et_pb_section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.contact-row.et_pb_row {
		width: 1000px;
	}
	
	.social-title {
		font-size: 45px !important;
	}
	
	.social-text {
		font-size: 17px !important;
	}
	
	.social-strip {
		font-size: 17px !important;
	}
	
	.get-in-touch {
		font-size: 65px !important;
	}
	
	.form-row.et_pb_row {
		width: 950px;
	}
	
	.contact-page-city {
		font-size: 32px !important;
	}
	
	.contact-page-text {
		font-size: 18px !important;
	}
	
	.contact-footer-row.et_pb_row {
		width: 950px;
	}
	
	.contact-footer-text {
		font-size: 15px !important;
	}
	
	.contact-social {
		font-size: 19px !important;
	}
	
	.contact-footer-column.et_pb_row {
		padding-top: 0px;
	}
}

@media (min-width: 981px) and (max-width: 1099px) {
	
	.contact-section.et_pb_section {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.contact-row.et_pb_row {
		width: 900px;
	}
	
	.social-title {
		font-size: 40px !important;
	}
	
	.social-text {
		font-size: 16px !important;
	}
	
	.social-strip {
		font-size: 16px !important;
	}
	
	.get-in-touch {
		font-size: 60px !important;
	}
	
	.form-row.et_pb_row {
		width: 875px;
	}
	
	.contact-page-city {
		font-size: 32px !important;
	}
	
	.contact-page-text {
		font-size: 18px !important;
	}
	
	.contact-footer-row.et_pb_row {
		width: 875px;
	}
	
	.contact-footer-text {
		font-size: 15px !important;
	}
	
	.contact-social {
		font-size: 19px !important;
	}
	
	.contact-footer-column.et_pb_row {
		padding-top: 0px;
	}
}

/* Exchange Service Pages Styling */

h1.exchange-page-heading {
	font-family: Poppins;
	font-size: 5.5vw;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 0;
	text-shadow: 0.07em 0.07em 0.07em rgba(0,0,0,0.25);
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 1400px) {
	h1.exchange-page-heading {
		font-size: 77px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	h1.exchange-page-heading {
		font-size: 55px;
		margin-bottom: 25px
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	h1.exchange-page-heading {
		font-size: 45px;
		margin-bottom: 25px;
	}
}

@media (max-width: 479px) {
	h1.exchange-page-heading {
		font-size: 35px;
		margin-bottom: 23px;
	}
}

@media (max-width: 320px) {
	h1.exchange-page-heading {
		font-size: 32px;
	}
}

.exchange-heading-divider {
	content: '';
	width: 125px;
	height: 5px;
	background: #fff;
	opacity: .85;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 30px;
}

@media (min-width: 480px) and (max-width: 980px) {
	.exchange-heading-divider {
		height: 5px;
		width: 110px;
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.exchange-heading-divider {
		height: 4px;
		width: 90px;
		margin-bottom: 19px;
	}
}

.exchange-heading-subtext {
	font-family: Poppins;
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 90%;
	max-width: 800px;
}

@media (min-width: 768px) and (max-width: 980px) {
	.exchange-heading-subtext {
		font-size: 18px;
		max-width: 700px;
	}
}

@media (max-width: 767px) {
	.exchange-heading-subtext {
		font-size: 18px;
		line-height: 1.8em;
		width: 100%;
	}
}

@media (max-width: 320px) {
	.exchange-heading-subtext {
		font-size: 16px;
		line-height: 1.75em;
	}
}

h1.exchange-staff-heading {
	font-family: Poppins;
	font-size: 4.5vw;
	color: #505050;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

@media (min-width: 1400px) {
	h1.exchange-staff-heading {
		font-size: 65px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	h1.exchange-staff-heading {
		font-size: 55px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	h1.exchange-staff-heading {
		font-size: 45px;
	}
}

@media (max-width: 479px) {
	h1.exchange-staff-heading {
		font-size: 28px;
		margin-bottom: 19px;
	}
}

@media (max-width: 320px) {
	h1.exchange-staff-heading {
		font-size: 25px;
	}
}

.exchange-staff-divider {
	content: '';
	width: 115px;
	height: 5px;
	background: #a3a5a8;
	opacity: .5;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 23px;
}

@media (min-width: 480px) and (max-width: 980px) {
	.exchange-staff-divider {
		height: 5px;
		width: 100px;
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.exchange-staff-divider {
		height: 4px;
		width: 90px;
		margin-bottom: 18px;
	}
}

.exchange-staff-subtext {
	font-family: Poppins;
	font-size: 18px;
	color: #101010;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 90%;
	max-width: 700px;
}

@media (min-width: 768px) and (max-width: 980px) {
	.exchange-staff-subtext {
		font-size: 18px;
		max-width: 700px;
	}
}

@media (max-width: 767px) {
	.exchange-staff-subtext {
		font-size: 17px;
		line-height: 1.8em;
		width: 100%;
	}
}

@media (max-width: 320px) {
	.exchange-staff-subtext {
		font-size: 16px;
		line-height: 1.75em;
	}
}

h1.construction-exchange-page-heading {
	font-family: Poppins;
	font-size: 5vw;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 0;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}

@media (min-width: 1400px) {
	h1.construction-exchange-page-heading {
		font-size: 70px;
	}
}

@media (max-width: 479px) {
	h1.construction-exchange-page-heading {
		font-size: 32px;
		line-height: 1.1em;
	}
}

h1.exchange-heading {
	font-family: Poppins;
	font-size: 28px;
	color: #458dd1;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2em;
}

@media (max-width: 479px) {
	h1.exchange-heading {
		font-size: 25px;
	}
}

@media (max-width: 320px) {
	h1.exchange-heading {
		font-size: 23px;
	}
}

.exchange-body-text {
	font-family: Poppins;
	font-size: 18px;
	color: #101010;
	font-weight: 300;
	line-height: 1.5em;
}

@media (max-width: 320px) {
	.exchange-body-text {
		font-size: 16px;
	}
}

@media (max-width: 980px) {
	.exchange-staff-column .et_pb_column {
		width: 100% !important;
	}
}

/* Leadership General */

.leadership-text {
	font-size: 15px;
	color: #0c0c0c !important;
	font-weight: 300;
}

.leaders-email {
	color: #0c0c0c !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.leaders-email:hover {
	text-decoration: underline !important;
}

/* Leadership Device Adjustments */

@media (min-width: 1175px) and (max-width: 1280px) { 
	
	.leadership-row.et_pb_row {
		width: 1100px;
	}
	
	.leadership-text {
		font-size: 14px !important;
	}
	
	.leadership-name {
		font-size: 20px !important;
	}
	
	.sutton-leadership-title {
		font-size: 11px !important;
	}
	
	.large-leadership-button {
		font-size: 9px !important;
	}
}
	
@media (min-width: 1075px) and (max-width: 1174px) { 
	
	.leadership-section.et_pb_section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.leadership-row.et_pb_row {
		width: 1000px;
	}
	
	.leadership-name {
		font-size: 19px !important;
	}
	
	.leadership-title {
		font-size: 11px !important;
	}
	
	.sutton-leadership-title {
		font-size: 10px !important;
	}
	
	.leadership-text {
		font-size: 13px !important;
	}
	
	.large-leadership-button {
		font-size: 9px !important;
	}
}

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

	.leadership-section.et_pb_section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.leadership-row.et_pb_row {
		width: 950px;
	}
	
	.leadership-name {
		font-size: 18px !important;
	}
	
	.leadership-title {
		font-size: 10px !important;
	}
	
	.sutton-leadership-title {
		font-size: 9px !important;
	}
	
	.leadership-text {
		font-size: 12px !important;
	}
	
	.large-leadership-button {
		font-size: 9px !important;
	}
}

@media (max-width: 320px) {

	.small-leadership-button {
		padding-left: 10px !important;
		padding-right: 9px !important;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		font-size: 10px !important;
	}
}

/* Leadership Mobile & Tablet Two Column */

@media (min-width: 700px) and (max-width: 980px) {
	.leadership-two-column .et_pb_column {
		width: 47.25% !important;
		margin-right: 5.5%;
	}
	
	.leadership-two-column .et_pb_column:last-child {
		margin-right: 0;
	}
}

/* News General Styling */

.news-social-shadow {
	-webkit-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.45) !important;
	-moz-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.45) !important;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.45) !important;
}

.news-social {
	color: #8d8d8d !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.news-social:hover {
	color: #4d4d4d !important;
}

/* Hide Facebook Feed Story */

.cff-story {
	display: none !important;
}

/* Remove Twitter Feed Follow Button */

#ctf .ctf-header .ctf-header-follow {
	display: none !important;
}

/* Change Twitter Feed Divider Color */

.ctf .ctf-item {
	border-top: none !important;  
}

/* News Device Adjustments */

@media (min-width: 1201px) and (max-width: 1280px) { 
	
	.news-row.et_pb_section {
		width: 1100px;
	}
	
	.news-title-link {
		font-size: 23px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) { 
	
	.news-row.et_pb_section {
		width: 975px;
	}
	
	.news-title-link {
		font-size: 21px !important;
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	
	.news-row.et_pb_section {
		width: 900px;
	}
	
	.news-small {
		font-size: 8px !important;
	}
	
	.news-title-link {
		font-size: 18px !important;
	}
}

/* News Mobile & Tablet Two Column */

@media (min-width: 768px) and (max-width: 980px) {
	.news-two-column .et_pb_column {
		width: 47.25% !important;
		margin-right: 5.5%;
	}
	
	.news-two-column .et_pb_column:last-child {
		margin-right: 0;
	}
}

/* Residential General */

.residential-text {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
	line-height: 1.6em;
}

.residential-title {
	font-size: 55px;
	color: #353535;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

@media (min-width: 1202px) {
	.personal-approach-text {
		width: 560px;
	}
}

.residential-services-title {
	font-size: 70px;
	color: #353535;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

.services-text {
	font-size: 21px;
	color: #000000;
	font-weight: 300;
	line-height: 1.8em;
	width: 825px;
}
	
/* Residential Device Adjustments */

@media (min-width: 1201px) and (max-width: 1300px) { 
	
	.residential-row.et_pb_section {
		width: 1100px;
	}
	
	.residential-row.et_pb_row {
		width: 1100px;
	}
	
	.residential-title {
		font-size: 50px !important;
	}
	
	.residential-text {
		font-size: 17px !important;
	}
	
	.residential-services-title {
		font-size: 65px !important;
	}
	
	.services-text {
		font-size: 20px !important;
		width: 775px !important;
	}
}

@media (min-width: 1075px) and (max-width: 1200px) { 
	
    .residential-row.et_pb_section {
		width: 1000px;
	}
	
	.residential-row.et_pb_row {
		width: 1000px;
	}
	
	.services-row.et_pb_row {
		width: 900px;
		padding-bottom: 35px !important;
	}
	
	.residential-title {
		font-size: 45px !important;
	}
	
	.residential-text {
		font-size: 16px !important;
	}
	
	.residential-services-title {
		font-size: 60px !important;
	}
	
	.services-text {
		font-size: 18px !important;
		width: 750px !important;
	}
}
	
@media (min-width: 769px) and (max-width: 1074px) {
	
	 .residential-row.et_pb_section {
		width: 900px;
	}
	
	.residential-row.et_pb_row {
		width: 900px;
	}
	
	.services-row.et_pb_row {
		width: 900px;
		padding-bottom: 35px !important;
	}
	
	.residential-title {
		font-size: 40px !important;
	}
	
	.residential-text {
		font-size: 15px !important;
	}
	
	.residential-services-title {
		font-size: 55px !important;
	}
	
	.services-text {
		font-size: 17px !important;
		width: 750px !important;
	}
	
	.seamless-column {
		padding-right: 20px !important;
		padding-top: 3.5% !important;
	}
}

/* Resources Device Adjustments */

@media (max-width: 320px) {
	
	.mobile-resources {
		font-size: 20px !important;
	}
}

/* Sitemap General Styling */

.sitemap-primary-links a {
	color: #458dd1 !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.sitemap-primary-links:hover {
	text-decoration: underline !important;
}

.sitemap-submenu a {
	color: #1d1d1d !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

a.sitemap-submenu:hover {
	text-decoration: underline !important;
}

.sitemap-list ul li {
	color: #ffffff;
}

.sitemap-list ul li span {
	color: #ffffff !important;
}

/* Underwriters Device Adjustments */

@media (min-width: 1113px) and (max-width: 1250px) { 
	
	.underwriters-row.et_pb_row {
		width: 1000px;
	}
	
	.underwriters-text {
		font-size: 20px !important;
		width: 700px !important;
		margin-left: auto;
		margin-right: auto;
	}	
}

@media (min-width: 1025px) and (max-width: 1112px) { 
	
	.underwriters-row.et_pb_row {
		width: 1000px;
	}
	
	.underwriters-text {
		font-size: 20px !important;
		width: 700px !important;
		margin-left: auto;
		margin-right: auto;
	}		
}

@media (min-width: 981px) and (max-width: 1024px) {
	
	.underwriters-row.et_pb_row {
		width: 1000px;
	}
	
	.underwriters-text {
		font-size: 18px !important;
		width: 650px !important;
		margin-left: auto;
		margin-right: auto;
	}		
}

/* Resources Device Adjustments */

@media (min-width: 1113px) and (max-width: 1280px) { 
	
	.resources-row.et_pb_row {
		width: 1050px;
	}
	
	.resources-text {
		font-size: 20px !important;
	}	
}

@media (min-width: 1075px) and (max-width: 1112px) { 

	.resources-row.et_pb_row {
		width: 1000px;
	}
	
	.resources-text {
		font-size: 20px !important;
	}		
}

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

	.resources-row.et_pb_row {
		width: 900px;
	}
	
	.resources-text {
		font-size: 18px !important;
	}		
}

/* Calculator Device Adjustments */

@media (min-width: 1113px) and (max-width: 1250px) { 
	
	.calculator-row.et_pb_row {
		width: 1000px;
	}
}

/* 404 Page Not Found General */

.error-text {
	font-size: 21px;
	color: #000000;
	font-weight: 300;
	line-height: 1.8em;
}

@media (max-width: 767px) {
	.error-text {
		font-size: 18px;
		line-height: 1.6em;
	}
}

@media (max-width: 320px) {
	.error-text {
		font-size: 16px;
	}
}

/* 404 Page Device Adjustments */

@media (min-width: 1113px) and (max-width: 1250px) { 
	
	.error-row.et_pb_row {
		width: 850px;
	}
}

@media (min-width: 1025px) and (max-width: 1112px) {
	
	.error-row.et_pb_row {
		width: 750px;
	}
	
	.error-text {
		font-size: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	
	.error-text {
		font-size: 18px !important;
	}
}

/* Button Styling */

.global-button {
	padding-left: 20px;
	padding-right: 17px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.global-button:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.global-button-mobile {
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}

.global-button-mobile:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.approach-button {
	padding-left: 20px;
	padding-right: 17px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.approach-button:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.header-button {
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.header-button:hover {
	background-color: rgba(255,255,255,0.15);
}

.mobile-header-button {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.mobile-header-button:hover {
	color: #2e6191;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.header-button-padding {
	padding-top: 22px;
	padding-left: 1px;
}

.more-news-button {
	padding-left: 30px !important;
	padding-right: 26px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.more-news-button:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.mobile-more-news-button {
	padding-left: 23px !important;
	padding-right: 19px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3px;
}

.mobile-more-news-button:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.small-mobile-button {
	padding-left: 16px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	border: 1px solid #5d5d5d;
	background-color: #5d5d5d;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}

.small-mobile-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.news-small {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

.news-small:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.news-large {
	padding-left: 18px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff !important;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.news-large:hover {
	color: #ffffff !important;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.bio-news-button {
	padding-left: 15px;
	padding-right: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.bio-news-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.footer-small-button {
	padding-left: 11px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1px;
}

.directions-button {
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1s;
    -ms-transition: ease-out .1s;
}

.directions-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.mobile-directions-button {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}

.mobile-directions-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.more-news-mobile {
	padding-left: 11px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}

.more-news-mobile:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.leadership-button {
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.leadership-button:hover {
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
}

.large-leadership-button {
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.large-leadership-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.small-leadership-button {
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	border: 1px solid #458dd1;
	background-color: #458dd1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.small-leadership-button:hover {
	color: #ffffff;
	border: 1px solid #999b9e;
	background-color: #999b9e;
}

.footer-contact-button {
	padding-left: 25px;
	padding-right: 22px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #bdbdbd;
	border: 1px solid #bdbdbd;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.footer-contact-button:hover {
	color: #2d2d2d;
	border: 1px solid #fdfdfd;
	background-color: #fdfdfd;
}

/* Mortgage Calculator Adjustments */

.calculator-amount {
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #458dd1;
}

.calculator-down {
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #458dd1;
}

.calculator-rate {
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #458dd1;
}

.calculator-amortization {
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #458dd1;
}

.calculator-period {
	font-family: "Poppins";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #458dd1;
}

.calculator-button {
	font-family: "Poppins";
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	background: #458dd1;
	border: 1px solid #458dd1;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 17px;
	padding-right: 19px;
	margin-left: 0px;
	border-radius: 0 !important;
	-webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    transition: ease-out .1s;
    -o-transition: ease-out .1;
    -ms-transition: ease-out .1s;
}

.calculator-button:hover {
	background: #a0a0a0;
	border: 1px solid #a0a0a0;
	cursor: pointer;
}

.lidd_mc_input label {
	display: block;
	margin-bottom: 14px;
}

.lidd_mc_input_light input[type="text"] {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 1em;
	height: 45px;
	color: #2d2d2d;
	background: #fff;
	border: 1px solid #2d2d2d;
	font-size: 17px !important;
	font-family: "Poppins";
	font-weight: 400;
	border-radius: 0 !important;
}

.lidd_mc_summary {
	box-sizing: border-box;
	border: 1px solid #2d2d2d;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: "Poppins";
	font-size: 17px;
	margin-top: 22px;
	line-height: 1.3em;
	font-weight: 400;
}

.lidd_mc_error {
	font-size: 17px;
}

#lidd_mc_inspector A {
	display: none !important;
}

.lidd_mc_details {
	position: relative;
	margin-top: 2em;
	font-family: "Poppins";
	font-size: 17px;
	font-weight: 400;
}

.lidd_mc_b {
	font-weight: 600;
}

.lidd_mc_select_fancy_light {
	background: #fff;
	border: 1px solid #2d2d2d;
	font-family: "Poppins";
	margin-bottom: 28px;
	height: 45px;
	color: #2d2d2d;
	border-radius: 0 !important;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.lidd_mc_top_dot5em:after {
	top: 1em;
	font-size: 18px;
}

#lidd_mc_payment_period {
	font-size: 17px;
}

@media (max-width: 479px) {
	
	.calculator-amount {
		font-size: 22px !important;		
	}

	.calculator-down {
		font-size: 22px !important;
	}

	.calculator-rate {
		font-size: 22px !important;
	}

	.calculator-amortization {
		font-size: 22px !important;
	}
	
	.calculator-period {
		font-size: 22px !important;
	}
}

/* Blockchain Article Gallery Styling */

.blockchain-gallery .et-pb-controllers {
	display: none !important;
}

.blockchain-gallery .et-pb-slider-arrows {
	color: #458dd1 !important;
}

/* Back to Top Button */

.et_pb_scroll_top.et-pb-icon {
	color: rgba(239,239,239,0.97);
	font-size: 38px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 1px !important;
	padding-right: 3px !important;
	-webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
	bottom: 25px;
	right: 20px;
}

@media (max-width: 981px) {
	.et_pb_scroll_top.et-pb-icon {
		bottom: 13px;
		right: 13px;
	}
}