/*---------------------------------------------------------------------------------

 Theme Name:   Divi-child
 Theme URI:    
 Description:  this is a child theme version of DIVI
 Author:       
 Author URI:   
 Template:     Divi
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
h1, h2, h3, h4 ,h5, h6, p { padding-bottom: 30px; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
a:hover { color: #9DD8D7; }
p strong { color: #5C9EB5; }
p em {
	font-weight: bold;
	font-style: normal;
}
.et_header_style_left #et-top-navigation { padding-right: 65px!important; }

.et_fixed_nav.et_show_nav #page-container, 
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container { padding-top: 0!important; }

.et_header_style_left .logo_container {
	width: auto;
	height: auto;
}

body,
#page-container { overflow-x: hidden!important; }

.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #main-header { 
	padding-top: 90px; 
	transition: all .3s ease 0s;
  	-webkit-transition: all .3s ease 0s;
  	-moz-transition: all .3s ease 0s;
  	-ms-transition: all .3s ease 0s;
  	-o-transition: all .3s ease 0s;
}

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

.et_fixed_nav #main-header.et-fixed-header,
body.admin-bar.et_fixed_nav #main-header.et-fixed-header { 
	padding-top: 32px; 
	padding-bottom: 32px;
}

.et_fixed_nav #main-header.et-fixed-header #et-top-navigation,
body.admin-bar.et_fixed_nav #main-header.et-fixed-header #et-top-navigation {
	padding: 22px 0;
}

body #logo {
	transition: all .3s ease 0s;
  	-webkit-transition: all .3s ease 0s;
  	-moz-transition: all .3s ease 0s;
  	-ms-transition: all .3s ease 0s;
  	-o-transition: all .3s ease 0s;
}

.et_fixed_nav #main-header.et-fixed-header .logo_container #logo,
body.admin-bar.et_fixed_nav #main-header.et-fixed-header .logo_container #logo {
	height: auto;
    max-height: none;
    max-width: 250px;
}

#main-header .container {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

#top-menu li { padding-right: 100px; }
#top-menu li:nth-last-child(3) { padding-right: 66px; }
#top-menu li.menu-item.menu-item-type-custom { 
	width: 20px; 
	padding-right: 0;
}

#top-menu li.menu-item.menu-item-type-custom.website-link {
	width: auto;
	display: none;
}


.et_header_style_left #et-top-navigation nav>ul>li>a, 
.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 0 !important;
	text-transform: uppercase;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover, 
.et_header_style_split #et-top-navigation nav>ul>li>a:hover,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a:hover {
	opacity: 1;
	color: #5c9eb5;
}
.menu-item .menu-image-hover-wrapper img.menu-image { display: inline-block; }
.menu-item:hover .menu-image-hover-wrapper img.menu-image { display: none; }
.menu-image-hover-wrapper img.hovered-image { 
	display: none; 
	margin-left: 0!important;
}
.menu-item:hover .menu-image-hover-wrapper img.hovered-image { display: inline-block; }

.banner .et_pb_row {
	height: 100%;
}

.banner .et_pb_row .et_pb_column {
	display: table;
	width: 100%;
	height: 100%;
}

.banner p { max-width: 685px; }

.banner .et_pb_row .et_pb_column .et_pb_module {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.banner .et_pb_row .et_pb_column .et_pb_module h1 { 
	padding-bottom: 20px; 
	padding-top: 40px;
}

.single.single-service .banner .et_pb_row .et_pb_column .et_pb_module h1 { padding-top: 100px; }

.banner .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner {
	width: 100%;
	max-width: 875px;
}

.et_pb_gutters3 .our-services .et_pb_column_1_5 {
	width: 17.5%;
	margin-right: 3%;
}

.our-services .alltrtmt { 
	clear: both;
	overflow: hidden;
	margin: 0 -28px; 
}

.our-services .alltrtmt .service-ovrvw {
	width: 33.33%;
	float: left;
	padding: 0 28px;
	margin-bottom: 100px;
}

.our-services .alltrtmt .service-ovrvw * {
	transition: all .3s ease 0s;
  	-webkit-transition: all .3s ease 0s;
  	-moz-transition: all .3s ease 0s;
  	-ms-transition: all .3s ease 0s;
  	-o-transition: all .3s ease 0s;
}
 
.our-services .alltrtmt .service-ovrvw .service_image {
	display: inline-block;
	vertical-align: top;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}

.our-services .alltrtmt .service-ovrvw .service_image a { display: block; }
.our-services .alltrtmt .service-ovrvw .service_image a img { 
	height: 40px; 
	width: auto;
	max-width: none;
}

.our-services .alltrtmt .service-ovrvw  .service_title {
	font-weight: 700;
    font-size: 15px;
    color: #3B4C56!important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.our-services .alltrtmt .service-ovrvw  .service_disc {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
    color: #A2A2A2;
    margin-bottom: 40px;
}
.single-service p em { color: #3B4C56!important; }
.our-services .alltrtmt .service-ovrvw .service_title a { color: #3B4C56!important; }

.our-services .et_pb_column:hover .et_pb_blurb .et_pb_module_header,
.our-services .et_pb_column:hover .et_pb_blurb .et_pb_module_header a,
.our-services .alltrtmt .service-ovrvw:hover  .service_title a { color: #5C9EB5!important; }
.our-services .et_pb_blurb .et_pb_module_header { padding-bottom: 20px; }

.our-services .et_pb_column .et_pb_button_module_wrapper .et_pb_button,
.our-services .alltrtmt .service-ovrvw .service_links a {
	opacity: 0;
	visibility: hidden;
	color: #5c9eb5;
	font-size: 15px;
	font-weight: 300;
	padding-left: 22px!important;
	background-image: url('images/icon-button-arrow.svg')!important;
	background-repeat: no-repeat!important;
	background-position: center left!important;
	background-size: 11px auto!important;
} 


.our-services .alltrtmt .service-ovrvw:hover .service_links a {
	opacity: 1!important;
	visibility: visible!important;
}

.our-services .et_pb_column:hover .et_pb_button_module_wrapper .et_pb_button {
	opacity: 1;
	visibility: visible;
	background-image: url('images/icon-button-arrow.svg')!important;
	background-repeat: no-repeat!important;
	background-position: center left!important;
	background-size: 11px auto!important;
}

.our-advice .et_pb_column .et_pb_blurb_description p { 
	max-width: 400px;
    display: inline-block;
    vertical-align: top;
}

.our-advice .et_pb_text_inner h2 { padding-bottom: 10px; }
.testimonial-slider .owl-carousel .owl-item { text-align: center; }

.testimonial-slider .et_pb_media_alignment_center .et_pb_slide_image,
.testimonial-slider .owl-carousel .owl-item .profile-img-wrapper {
	position: relative;
	width: 100%;
	bottom: auto;
	text-align: center;
	margin: 0 0 75px 0!important;
}

.testimonial-slider .et_pb_media_alignment_center .et_pb_slide_image img,
.testimonial-slider .owl-carousel .owl-item .profile-img-wrapper img { 
	display: inline-block;
	vertical-align: top;
	max-width: 48px; 
}

.testimonial-slider .owl-carousel .owl-item { height: 320px; }
.testimonial-slider .owl-carousel .owl-item.active { height: 100%; }
.testimonial-slider .owl-carousel .owl-item .item-content-wrapper h3.author-name { display: none; }
.testimonial-slider .et-pb-controllers { bottom: 5px; }
.testimonial-slider .et_pb_slides .et_pb_slide .et_pb_slide_description { width: 100%; }

.testimonial-slider .et_pb_slides .et_pb_slide .et_pb_slide_description h3,
.testimonial-slider .owl-carousel .owl-item .item-content.entry-content h3 {
	font-family: "Playfair Display";
	font-size: 40px;
	line-height: 60px;
	font-style: normal;
	color: #A2A2A2!important;
	text-shadow: none;
	padding-bottom: 55px;
}

.testimonial-slider .et_pb_slides .et_pb_slide .et_pb_slide_description p,
.testimonial-slider .owl-carousel .owl-item .item-content.entry-content p {
	text-shadow: none;
	font-style: normal;
	font-size: 21px;
	line-height: 28px;
	color: #3B4C56!important;
}

.testimonial-slider .tss-wrapper .tss-carousel1 .item-content-wrapper .item-content { width: 100%; }
.testimonial-slider .et_pb_slides .et_pb_slide { padding: 0; }

.testimonial-slider .et-pb-controllers a {
	width: 10px;
	height: 10px;
	opacity: 1;
}

.testimonial-slider .et-pb-controllers a.et-pb-active-control { background-color: #9DD8D7!important; }
.testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 100px; }

.testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
	opacity: 1;
	background-color: #CCCCCC !important;
	margin: 0 5px;
}

.testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span { background-color: #9DD8D7!important; }

.discover-services.et_pb_section { 
	position: relative; 
	overflow: hidden;
}

.discover-services.et_pb_section .et_pb_text_inner p { padding-bottom: 10px; }
.discover-services.et_pb_section .et_pb_row.et_pb_equal_columns { align-items: center; }

.discover-services.et_pb_section .et_pb_row.et_pb_equal_columns:before {
	position: absolute;
    content: "";
    right: 0;
    top: -92px;
    bottom: -92px;
    width: 37%;
    background: url('images/Path 210.png') no-repeat left top;
}

.discover-services.et_pb_section .et_pb_row.et_pb_equal_columns:after {
	position: absolute;
    content: "";
    left: 100%;
    top: -92px;
    bottom: -92px;
    width: 37%;
    height: auto;
    visibility: visible;
	background-color: rgba(59,76,86,.11);
}

#main-footer .container {
	width: 100%;
	max-width: 1700px;
	padding: 0 60px;
}

#footer-widgets { 
	padding-top: 198px; 
	padding-bottom: 158px;
}

#footer-widgets .footer-widget:first-child { 
	width: 100%; 
	text-align: center;
	margin-bottom: 113px;
}

.fwidget.widget_media_image {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.fwidget.widget_media_image img { width: 90px; }
#footer-widgets { border-bottom: solid 1px #F0F0F0; }

#footer-widgets .footer-widget:nth-child(2) {
	width: 45.5%;
	margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(2) h4 { 
	color: #5C9EB5; 
	padding-bottom: 17px;
}

#footer-widgets .footer-widget:nth-child(3) {
	width: 18.3%;
	margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(4) {
	margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(2) .textwidget p {
	font-weight: normal;
	padding-bottom: 60px;
}

#footer-widgets .footer-widget:nth-child(2) .textwidget p:last-child { padding-bottom: 0; }

#footer-widgets .footer-widget:nth-child(2) p a {
	display: inline-block;
	vertical-align: top;
	color: #5C9EB5;
	font-weight: bold;
	padding: 17px 47px;
	background-color: #ffffff;
	border: solid 2px #5C9EB5;
}

#footer-widgets .footer-widget:nth-child(2) p a:hover {
	color: #ffffff;
	background-color: #5C9EB5;
}

.et_pb_button.et_pb_bg_layout_light { padding: 14px 35px!important; }
#footer-widgets .footer-widget h4 { padding-bottom: 23px; }

#footer-widgets .footer-widget p {
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 20px;
}

#footer-widgets .footer-widget p:nth-last-child(2) { 
	padding-bottom: 10px; 
	padding-top: 10px;
}

#footer-widgets .footer-widget p:nth-last-child(2) strong {
	font-size: 16px;
    color: #A2A2A2;
}

#footer-widgets .footer-widget p:last-child { padding-bottom: 0; }
#footer-widgets .footer-widget p a:hover { color: #5C9EB5; }

#footer-widgets .footer-widget p:last-child a img { 
	max-width: 238px; 
	width: 100%; 
	margin-top: 0;
}

#footer-widgets .footer-widget p a img { 
	display: block;
	width: 25px; 
}

#footer-widgets .footer-widget:nth-child(4) { 
	width: 25.2%;
	padding-top: 65px; 
	margin-right: 0;
}

#footer-widgets .footer-widget:nth-child(5) {
	width: 25.2%;
	float: right;	
	font-size: 21px;
    margin-top: 40px;
    margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(5) h4.title {
	font-size: 16px;
	color: #A2A2A2;
	padding-bottom: 5px;
}

#footer-widgets .footer-widget:nth-child(5) .textwidget p { 
	line-height: 19px;
	padding-bottom: 7px; 
}

#footer-widgets .footer-widget:nth-child(5) .textwidget a {	
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 19px;
}

.menu-footer_menu-container .menu .menu-item,
#footer-widgets .footer-widget li {
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px;
}

.menu-footer_menu-container .menu .menu-item:before,
#footer-widgets .footer-widget li:before { display: none; }

.menu-footer_menu-container .menu .menu-item a,
#footer-widgets .footer-widget li a {
	display: inline-block;
	vertical-align: top;
}

.menu-footer_menu-container .menu .menu-item a:hover,
#footer-widgets .footer-widget li a:hover { color: #5C9EB5!important; }

#footer-bottom {
	padding-top: 38px;
	padding-bottom: 115px;
}

#footer-bottom .copyright-text-wrapper {
	clear: both;
	overflow: hidden;
}

#footer-info { 
	width: 100%; 
	padding-bottom: 0;
}

.footer-bottom-left { 
	float: left; 
	width: 85%;
	text-align: left;
}

.footer-bottom-right { 
	width: 15%;
	float: right; 
	text-align: right;
}

#footer-info a:hover { color: #5C9EB5; }
.footer-bottom-left a { margin-left: 20px; }

.our-services.solutions .alltrtmt .service-ovrvw {
	width: 33.33%;
	padding: 0 25px;
	margin-bottom: 100px;
}

.our-services.solutions .alltrtmt { margin: 0 -25px; }
.logo-slider .slick-dots { display: none!important; }
.logo-slider .wpls-logo-showcase { padding-bottom: 0!important; }
.logo-slider .et_pb_text_inner h3 { padding-bottom: 20px; }

.wpls-logo-showcase button.slick-prev, 
.wpls-logo-showcase button.slick-next { background-color: #9dd8d7!important; }

.wpls-logo-showcase button.slick-prev:hover, 
.wpls-logo-showcase button.slick-next:hover { background-color: #5C9EB5!important; }

.our-services.solutions{ 
	position: relative; 
}

.our-services.solutions:before {
	position: absolute;
	content: "";
	left: -261px;
	bottom: -210px;
	z-index: 1;
	background: url('images/Map-Graphic.svg') no-repeat left bottom;
	width: 968px;
	height: 544px;
}

.our-services.solutions .et_pb_row {
	position: relative;
	z-index: 5;
}

#main-content .container { 
	width: 100%;
	max-width: 100%; 
}

.et_pb_column.image-module {
	max-width: 398px;
	float: right!important;
}

.image-module .et_pb_button_module_wrapper {
	background-color: #5C9EB5;
} 

.image-module .et-db #et-boc .et_pb_main_blurb_image { margin-bottom: 38px; }

.image-module .et_pb_blurb_container {
	padding-left: 30px;
	padding-right: 30px;
}

.image-module .et_pb_button_module_wrapper.et_pb_button_alignment_center { padding-bottom: 40px; }
.content-middle { align-items: center; }
.content-middle p:not(.has-background):last-of-type { padding-bottom: 30px; }

.single-service .et_pb_text_inner ul {
	list-style: none!important;
	padding-left: 0!important;
}

.single-service  .et_pb_text_inner ul li {
	line-height: 30px;
	padding-left: 53px!important;
	margin-bottom: 18px;
	background: url(images/li-bg.svg) no-repeat left center;
	background-size: 30px auto;
}

.single-service  .et_pb_text_inner ul:last-child { padding-bottom: 0!important; }

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    min-width: 214px;
	text-align: center;
    padding: 14px 35px!important;
}

.get-in-touch h3,
.get-in-touch h2 { padding-bottom: 0; }
 
.faq-section .et_pb_text_inner h3 { font-weight: 900!important; }

.faq-section .et_pb_text_inner ul li { 
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 60px;
	padding-left: 0!important;
	background-image: none;
}

.faq-section .et_pb_text_inner ul li:last-child { margin-bottom: 0; }

.faq-section .et_pb_text_inner ul li strong {
	display: block;
	font-size: 21px;
	line-height: 28px;
	color: #5C9EB5;
	margin-bottom: 10px;
}

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

.xceptional-service .et_pb_text_inner h2 {
	position: relative;
	top: 30px;
}

.xceptional-service .et_pb_text_inner h3 { padding-bottom: 0; }
.service-template-default.single.single-service .et_post_meta_wrapper { display: none; }
.service-template-default.single.single-service #main-content .container { padding-top: 0!important; }
.email-section h3 { padding-bottom: 0; }


.et_pb_row.et_pb_equal_columns.our-expertise>.et_pb_column {
	display: flex;
    flex-wrap: wrap;
}

.our-expertise .et_pb_module.et_pb_blurb {
	width: 50%;
	float: left;
	padding-right: 40px;
	margin-bottom: 90px;
}

.our-expertise .et_pb_module.et_pb_blurb h4.et_pb_module_header { padding-bottom: 15px; }
.our-expertise .et_pb_module.et_pb_blurb p { max-width: 285px; }
.content-bottom { align-items: flex-end; }
.meet-team .et_pb_main_blurb_image { margin-bottom: 35px; }
.meet-team h4.et_pb_module_header { padding-bottom: 5px; }

.meet-team .et_pb_blurb_description h6 {
	font-size: 15px;
	line-height: 20px;
	color: #5C9EB5;
	padding-bottom: 20px;
}

.meet-team .et_pb_blurb_content { max-width: 100%; }

.header-common.et_fixed_nav #main-header, 
body.header-common.admin-bar.et_fixed_nav #main-header,
.faqs-template-default.single-faqs.et_fixed_nav #main-header, 
body.faqs-template-default.single-faqs.admin-bar.et_fixed_nav #main-header { 
	padding-top: 85px; 
	background-color: #ffffff;
}

.error404.et_fixed_nav #main-header,
body.error404.admin-bar.et_fixed_nav #main-header { display: none; }

.header-common.et_fixed_nav #main-header.et-fixed-header, 
body.header-common.admin-bar.et_fixed_nav #main-header.et-fixed-header,
.faqs-template-default.single-faqs.et_fixed_nav #main-header.et-fixed-header, 
body.faqs-template-default.single-faqs.admin-bar.et_fixed_nav #main-header.et-fixed-header { padding-top: 32px; }

.privacy-banner p { max-width: 1088px; }

.privacy-banner p strong { color: #3B4C56; }
html { height: 100%; }
body.error404 { 
	height: 100%;
}

body.error404 #page-container {
	width: 100%;
	height: 100%;
}

body.error404 #et-main-area {	
	width: 100%;
	height: 100%;
	max-width: 900px;
	padding: 70px 20px;
	margin: 0 auto;
}

body.error404 .error-404-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.error404 .error-container {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.error404 .error-404-wrapper img {
	width: 100%;
	max-width: 252px;
	margin-bottom: 60px;
	margin-top: -76px;
}

.error404 .error-404-wrapper h1 {
	font-weight: bold;
	font-size: 130px;
	line-height: .8em;
	color: #5C9EB5;
	padding-bottom: 40px;
}

.error404 .error-404-wrapper p {
	font-size: 21px;
	line-height: 28px;
	color: #5C9EB5;
	padding-bottom: 58px;
}

.error404 .error-404-wrapper p a { text-decoration: underline; }
.error404 .error-404-wrapper p a:hover { text-decoration: none; }

.error404 .error-404-wrapper a.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #5C9EB5;
	padding: 16px 46px;
	border-radius: 50px;
	border: solid 2px #5C9EB5;
}

.error404 .error-404-wrapper a.btn:hover {
	color: #ffffff;
	background-color: #5C9EB5;
}

.contact-section .et_pb_column_2_5 .et_pb_module { margin-bottom: 100px; }
.contact-section .et_pb_column_2_5 .et_pb_module a { color: #3B4C56; }
.contact-section .et_pb_column_2_5 .et_pb_module a:hover { color: #5C9EB5; }
.contact-section .et_pb_column_2_5 .et_pb_module p strong { color: #A2A2A2; }

.wpcf7 form .wpcf7-form-control-wrap { display: block; }

.wpcf7 form .wpcf7-form-control-wrap input[type="text"],
.wpcf7 form .wpcf7-form-control-wrap input[type="email"],
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 form .wpcf7-form-control-wrap textarea {
	width: 100%;
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #5C9EB5;
	border: none;
	padding: 0 0 28px 0;
	border-bottom: solid 3px #d0d0d0;
}

.wpcf7 form .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]::-webkit-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #CCCCCC;
	opacity: 1;
}

.wpcf7 form .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]::-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap textarea::-moz-placeholder {
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #CCCCCC;
	opacity: 1;
}

.wpcf7 form .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder,
.wpcf7 form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #CCCCCC;
	opacity: 1;
}

.wpcf7 form .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]:-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]:-moz-placeholder,
.wpcf7 form .wpcf7-form-control-wrap textarea:-moz-placeholder {
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #CCCCCC;
	opacity: 1;
}

.wpcf7 form .wpcf7-form-control-wrap textarea {
	height: 137px;
	resize: none;
}

.wpcf7 form .wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7 form .wpcf7-form-control-wrap textarea:focus,
.wpcf7 form .wpcf7-form-control-wrap.populated input[type="text"],
.wpcf7 form .wpcf7-form-control-wrap.populated input[type="email"],
.wpcf7 form .wpcf7-form-control-wrap.populated input[type="tel"],
.wpcf7 form .wpcf7-form-control-wrap.populated textarea {
	border-bottom: solid 3px #5C9EB5;
}

.wpcf7 form .wpcf7-form-control-wrap.privacy span.wpcf7-list-item {
	position: relative; 
	display: block;
	margin-left: 0;
	padding-left: 55px; 
}

.wpcf7 form .wpcf7-form-control-wrap.privacy span.wpcf7-list-item a { color: #a2a2a2; }
.wpcf7 form .wpcf7-form-control-wrap.privacy span.wpcf7-list-item a:hover { text-decoration: underline; }

.wpcf7 form .wpcf7-form-control-wrap.privacy span.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	left: 5px;
	top: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	border: solid 1px #CCCCCC;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.wpcf7 form .wpcf7-form-control-wrap.privacy span.wpcf7-list-item input[type="checkbox"]:checked {
	background-color: #CCCCCC;
	background-image: url("images/check.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.wpcf7 form .wpcf7-form-control-wrap { margin-bottom: 50px; }
span.wpcf7-not-valid-tip { margin-top: 5px; }
.wpcf7 form p { padding-bottom: 0; }

.wpcf7 form p:nth-last-child(2) { text-align: center; }

div.wpcf7-response-output {
	padding: 0;
	border: none;
	margin: 0;
}

div.wpcf7-response-output.wpcf7-validation-errors { color: #ff0000; } 
div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #398f14; } 

.wpcf7 form input[type="submit"] {
	cursor: pointer;
	display: block;
	font-family: "Heebo";
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #5C9EB5;
	width: 100%;
	max-width: 283px;
	padding: 16px 40px;
	margin: 50px auto 0; 
	border: solid 2px #5C9EB5;
	background-color: transparent;
}

.wpcf7 form input[type="submit"]:hover {
	color: #ffffff;
	background-color: #5C9EB5;
}

.faq-section p { max-width: 630px; }

.faq-question .et_pb_column {
	padding-top: 70px;
	border-top: solid 1px #CCCCCC;
}

.allfaqs .faq_title { margin-bottom: 25px; }

.allfaqs .faq_title a {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 28px;
	color: #5C9EB5!important;
}

.allfaqs .faq_title a:hover { color: #9dd8d7!important; }
.faqs-template-default.single-faqs .et_post_meta_wrapper { display: none; }

.faqs .et_pb_text_inner h2 { padding-bottom: 10px; }
.faqs .et_pb_text_inner p { max-width: 600px; }

.breadcrumb ul {
	list-style: none;
	padding: 0!important;
}

.breadcrumb ul li {
	float: left;
	font-size: 15px;
	line-height: 24px;
	color: #5C9EB5;
	list-style: none;
}

.faq-detail ul {
	padding-left: 0!important;
	padding-bottom: 30px!important;
}

.faq-detail ul li {	list-style-position: inside; }
.faq-detail p strong { color: #3B4C56; }

.faq-detail .allfaqs .faq_title {	
    margin-bottom: 15px;
    line-height: 21px;
}

.faq-detail .allfaqs .faq_title a {
	font-size: 15px;
	line-height: 21px;
}

.faq-detail h3:last-child { margin-bottom: 0; }
.discover-services  .et_pb_text_inner h4:last-child { padding-bottom: 0; }

.et_pb_text.service_quote h2,
.et_pb_text.service_quote h3,
.et_pb_text.service_quote h4 { padding-bottom: 0; }

/*Responsive layout*/
@media(max-width: 1500px) {
	html { height: auto; }
	body.error404 #et-main-area { height: auto; }

	body.error404 #et-main-area {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}
@media(max-width: 1400px) {
	.our-services.solutions:before {
    	left: -200px;
    	bottom: -177px;
		background-size: 76% auto;
	}
}
@media(max-width: 1200px){
	.et_header_style_left #et-top-navigation { padding-right: 0!important; }
	#top-menu li { padding-right: 60px; }
	#top-menu li:nth-last-child(3) { padding-right: 40px; }
	p br { display: none; }
	.legal-advice p br { display: block; }
	.contact-detail p br { display: block; }
	.discover-services.et_pb_section .et_pb_row.et_pb_equal_columns:before { background-size: cover; }
	#footer-widgets .footer-widget:nth-child(2) { width: 50%; }
	#footer-widgets .footer-widget:nth-child(3) { width: 22%; }

	#footer-widgets .footer-widget:nth-child(4),
	#footer-widgets .footer-widget:nth-child(5) { width: 20%; }

	.et_pb_gutters3 .footer-widget { margin-right: 4%; }

	body.et_pb_button_6_wrapper .et_pb_button_6, .et_pb_button_6_wrapper .et_pb_button_6:hover {
		padding-left: 28px!important;
		padding-right: 28px!important;
	}
	.our-services .alltrtmt .service-ovrvw {
		width: 33.33%;
		margin-bottom: 60px;
	}

	.et-db #et-boc .et-l .get-in-touch .et_pb_row_4.et_pb_row {
		padding-right: 60px!important;
		padding-left: 60px!important;
	}
	#main-footer .footer-widget h4 {
    	font-size: 33px;
	}
}
@media(max-width: 1024px) {
	.et_pb_svg_logo #logo { 
		max-width: 250px; 
		height: auto;
		max-height: none;
	}

	body.et_pb_button_6_wrapper .et_pb_button_6, .et_pb_button_6_wrapper .et_pb_button_6:hover {
		padding-left: 18px!important;
		padding-right: 18px!important;
	}

	.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #main-header { padding-top: 90px; }

	.our-services .alltrtmt .service-ovrvw .service_links a {
		opacity: 1;
		visibility: visible;
	}

	#top-menu li { padding-right: 60px; }
	#top-menu li:nth-last-child(3) { padding-right: 35px; }
	.et_pb_section .et_pb_module.et_pb_text.et_pb_text_align_left,
	.et-db #et-boc .et-l .et_pb_section .et_pb_text_3,
	.et-db #et-boc .et-l .et_pb_section.our-services.solutions .et_pb_text_9 .et_pb_module.et_pb_text_align_left { padding-left: 0!important; }

	.our-services.solutions .alltrtmt .service-ovrvw { 
		width: 50%; 
		margin-bottom: 60px;
	}
	.our-services.solutions:before {
    	width: 550px;
    	height: 315px;
		background-size: 100% auto; 
	}
	.et_pb_section.banner.et_section_regular { height: 70vh; }
	.our-services .alltrtmt .service-ovrvw { margin-bottom: 60px; }
}
@media(max-width: 980px) {
	.et_pb_gutters3 .our-services .et_pb_column_1_5 {
		width: 47.25%;
    	margin-right: 5.5%;
	}

	.footer-widget:nth-child(1) {
		width: 100%!important;
		margin: 0 0 40px 0!important;
	}

	.footer-widget:nth-child(2) {
		width: 50%!important;
		margin: 0 0!important;
		padding-right: 30px;
	}

	.footer-widget:nth-child(3) {
		width: 34%!important;
		margin: 0 0!important;
		padding-right: 30px;
	}
	.footer-widget:nth-child(4) {
		width: 16%!important;
		margin: 0 0!important;
	}

	#footer-widgets .footer-widget:nth-child(5) {		
		width: 16%!important;
		margin: 30px 0 0 0 !important;
	}

	#footer-widgets .footer-widget h4 {	font-size: 27px; }
	#footer-widgets .footer-widget:nth-child(4) { padding-top: 50px; }
	#footer-widgets .footer-widget:nth-child(2) .textwidget p { padding-bottom: 30px; }

	#footer-widgets .footer-widget p,
	.menu-footer_menu-container .menu .menu-item a, 
	#footer-widgets .footer-widget li a {
		font-size: 18px;
		line-height: 25px;
	}

	#footer-widgets .footer-widget p:last-child a img { max-width: 180px; }

	.et_fixed_nav #main-header, 
	body.admin-bar.et_fixed_nav #main-header,
	.header-common.et_fixed_nav #main-header, 
	body.header-common.admin-bar.et_fixed_nav #main-header,
	.faqs-template-default.single-faqs.et_fixed_nav #main-header, 
	body.faqs-template-default.single-faqs.admin-bar.et_fixed_nav #main-header { 
		padding-top: 30px;
	}

	#main-header .container,
	#main-footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mobile_menu_bar {		
	    width: 32px;
	    height: 32px;
	    display: block;
		content: "";
		background: url('images/menu-icon.svg') no-repeat center center;
		background-size: 25px auto;
	}

	.mobile_nav.opened .mobile_menu_bar { background: none; }

	.mobile_menu_bar:before {
		content: "";
	    width: 25px;
	    height: 1px;
	    display: block;
	    background-color: #5c9eb5;
	    right: 3px;
	    left: auto;
	    top: 8px;
	    position: absolute;	    
		transition: all .3s ease 0s;
	  	-webkit-transition: all .3s ease 0s;
	  	-moz-transition: all .3s ease 0s;
	  	-ms-transition: all .3s ease 0s;
	  	-o-transition: all .3s ease 0s;
	}

	.mobile_nav.opened .mobile_menu_bar:before {
		transform: rotate(45deg);
    	top: 15px;
	}

	.mobile_menu_bar:after {
	    position: absolute;
	    right: 3px;
	    left: auto;
	    top: 23px;
		content: "";
	    width: 21px;
	    height: 1px;
	    display: block;
	    background-color: #5c9eb5;	    
		transition: all .3s ease 0s;
	  	-webkit-transition: all .3s ease 0s;
	  	-moz-transition: all .3s ease 0s;
	  	-ms-transition: all .3s ease 0s;
	  	-o-transition: all .3s ease 0s;
	}

	.mobile_nav.opened .mobile_menu_bar:after {
		width: 25px;
	    transform: rotate(-45deg);
	    top: 15px;
	}

	.discover-services.et_pb_section .et_pb_row.et_pb_equal_columns:before { display: none;	}
	.et_pb_section.discover-services { position: relative; }

	.et_pb_section.discover-services:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		height: 155px; 
		background-color: rgba(59,76,86,.11);
	}

	.discover-services .et_pb_text_inner h4:last-child { padding-bottom: 40px; }

	.et_header_style_left .logo_container,
	.et_header_style_left #et-top-navigation .mobile_menu_bar, 
	.et_header_style_split #et-top-navigation .mobile_menu_bar { z-index: 99999; }

	.et_header_style_left #et-top-navigation .mobile_menu_bar, 
	.et_header_style_split #et-top-navigation .mobile_menu_bar { padding-bottom: 8px; }

	.et_fixed_nav #main-header, 
	body.admin-bar.et_fixed_nav #main-header, 
	.header-common.et_fixed_nav #main-header, 
	body.header-common.admin-bar.et_fixed_nav #main-header, 
	.faqs-template-default.single-faqs.et_fixed_nav #main-header, 
	body.faqs-template-default.single-faqs.admin-bar.et_fixed_nav #main-header,
	.et_fixed_nav #main-header.et-fixed-header, 
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}


	.et_fixed_nav #main-header.et-fixed-header, 
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header { background-color: #ffffff; }

	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_fixed_nav #main-header.et-fixed-header #et-top-navigation, 
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header #et-top-navigation {
	    display: block;
	    padding-top: 18px;
	    padding-bottom: 8px;
	}

	.et_fixed_nav #main-header, 
	.et_fixed_nav #top-header, 
	.et_non_fixed_nav.et_transparent_nav #main-header, 
	.et_non_fixed_nav.et_transparent_nav #top-header { position: fixed; }

	#main-header .et_mobile_menu { 
		top: -20px;
		height: 100vh;
		text-align: center;
		padding-top: 195px;
		border-top: none;;
		box-shadow: none; 
		background-color: #ffffff!important;
	}

	.et_mobile_menu li { margin-bottom: 26px; }

	.et_mobile_menu li a {
		display: inline-block;
		vertical-align: top;
		color: #5C9EB5!important;
		font-size: 21px;
		line-height: 23px;
		padding: 0;
		border-bottom: none;
	}

	.et_mobile_menu li.website-link.menu-item-type-custom a {
		font-size: 12px;
		line-height: 23px;
		color: #A2A2A2!important;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 80px;
	}

	.et_mobile_menu li a:hover/*,
	.et_mobile_menu li.current-menu-item a*/ {
		color: #9DD8D7!important;
	}

	.banner .et_pb_row .et_pb_column .et_pb_module h1 {
		padding-top: 0;
		margin-top: 0;
	}

	.single.single-service .banner .et_pb_row .et_pb_column .et_pb_module h1 {
		padding-top: 85px;
		margin-top: 0;
	}

	.et_pb_column { margin-bottom: 10px; }

	.our-services .et_pb_column .et_pb_button_module_wrapper .et_pb_button {
		opacity: 1;
		visibility: visible;
	}

	.et_pb_column.image-module { float: left!important; }

	.et-db #et-boc .et-l .get-in-touch .et_pb_row_4.et_pb_row {
		padding-right: 20px!important;
		padding-left: 20px!important;
	}

	.meet-team .et_pb_main_blurb_image {
		display: block;
	}

	.meet-team .et_pb_column { margin-bottom: 60px; }
	.meet-team .et_pb_column.et-last-child { margin-bottom: 0; }
	.email-section .et_pb_row .et_pb_column { margin-bottom: 10px!important; }
	.email-section .et_pb_row .et_pb_column.et-last-child { margin-bottom: 0!important; }
	.faq-question .et_pb_column { padding-top: 40px!important; }
	.our-services.solutions:before { display: none; }
}
@media(max-width: 899px) {
	#footer-widgets {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#footer-bottom { padding-bottom: 50px; }
}
@media(max-width: 767px) {
	.testimonial-slider .et_pb_slides .et_pb_slide .et_pb_slide_description h3, 
	.testimonial-slider .owl-carousel .owl-item .item-content.entry-content h3 {
		font-size: 23px;
		line-height: 36px;
		padding-bottom: 40px;
	}

	.testimonial-slider .et_pb_media_alignment_center .et_pb_slide_image, 
	.testimonial-slider .owl-carousel .owl-item .profile-img-wrapper { margin-bottom: 35px!important; }

	.testimonial-slider .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 40px; }

	#footer-widgets {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.fwidget.widget_media_image img { width: 50px; }
	#footer-widgets .footer-widget:nth-child(2) p a { padding: 11px 25px; }

	#footer-widgets .footer-widget:nth-child(4) {
		padding-top: 0;
		margin-bottom: 0!important;
	}

	#main-header .et_mobile_menu { padding-top: 120px; }
	.our-services .alltrtmt .service-ovrvw { width: 50%; }

	.footer-bottom-left,
	.footer-bottom-right {
		width: 100%;
		text-align: left;
	}

	.footer-bottom-right { margin-top: 25px; }
	.footer-bottom-left span { display: block; }

	#footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-bottom-left a {
		margin-left: 0;
		margin-right: 20px;
	}

	#main-footer .footer-widget p br { display: block; }
	h2 br { display: none; }
	.our-services.solutions:before { display: none; }
	.faq-section .et_pb_text_inner ul li { margin-bottom: 40px; }
	.our-expertise .et_pb_module.et_pb_blurb { margin-bottom: 55px; }

	body.error404 #et-main-area {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.error404 .error-404-wrapper img { 
		max-width: 140px;
		margin-top: -50px; 
		margin-bottom: 40px;
	}

	.error404 .error-404-wrapper h1 {
		font-size: 110px;
		padding-bottom: 30px;
	}

	.error404 .error-404-wrapper p {
		font-size: 17px;
	    line-height: 27px;
	    padding-bottom: 35px;
	}
	.contact-section .et_pb_column_2_5 .et_pb_module { margin-bottom: 60px; }
	.wpcf7 form input[type="submit"] { margin-top: 30px; }
	#footer-info { 
		font-size: 13px!important;
		line-height: 1.4em; 
	}
	.et_pb_section.banner.et_section_regular { height: auto; } 
	#footer-widgets .footer-widget:nth-child(5) { width: 100% !important; }
}
@media(max-width: 640px) {
	.footer-bottom-left span { display: block; }
	.allfaqs .faq_title { margin-bottom: 15px; }

	.allfaqs .faq_title a {
		font-size: 16px;
		line-height: 25px;
	}
	.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
		width: 100%;
		max-width: 190px;
	} 
}
@media(max-width: 600px) {
	.et_pb_svg_logo #logo,
	.et_fixed_nav #main-header.et-fixed-header .logo_container #logo, 
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header .logo_container #logo { 
		max-width: 158px; 		
	    height: auto;
	    max-height: none;
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_left #et-top-navigation, 
	.et_header_style_left .et-fixed-header #et-top-navigation, 
	.et_fixed_nav #main-header.et-fixed-header #et-top-navigation, 
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header #et-top-navigation { 
		padding-top: 7px; 
		padding-bottom: 0;
	}

	#main-header .et_mobile_menu { top: -20px; }

	.et_header_style_left #et-top-navigation .mobile_menu_bar, 
	.et_header_style_split #et-top-navigation .mobile_menu_bar { padding-bottom: 0; }

	.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #main-header, 
	.header-common.et_fixed_nav #main-header, 
	body.header-common.admin-bar.et_fixed_nav #main-header, 
	.faqs-template-default.single-faqs.et_fixed_nav #main-header, 
	body.faqs-template-default.single-faqs.admin-bar.et_fixed_nav #main-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.our-expertise .et_pb_module.et_pb_blurb { 
		width: 100%;
		margin-bottom: 40px; 
		padding-right: 0;
	} 

	.our-expertise .et_pb_module.et_pb_blurb p { max-width: 100%; }
}
@media(max-width: 479px) {
	.our-services .alltrtmt .service-ovrvw,
	.our-services.solutions .alltrtmt .service-ovrvw { width: 100%; }
	.our-services .alltrtmt .service-ovrvw:last-child { margin-bottom: 0; }	
	.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover { 
		width: 100%
		max-width: 214px; 
	}

	.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-next { display: none!important; }
	.logo-slider .slick-dots { display: block!important; }
	.logo-slider .wpls-logo-showcase { padding-bottom: 45px!important; }

	.wpls-logo-showcase .slick-dots { 
		bottom : 0;
		line-height: 10px; 
	}

	.wpls-logo-showcase .slick-dots li { margin: 0 10px!important; }

	.wpls-logo-showcase .slick-dots li button {
		width: 30px!important;
		height: 9px!important;
		border: none!important;
		border-radius: 0!important;
		background-color: transparent!important;
		border-bottom: solid 2px #CCCCCC!important;
	}

	.wpls-logo-showcase .slick-dots li.slick-active button {
		background-color: transparent!important;
		border-bottom: solid 5px #5C9EB5!important;
	}
}