/*
	Theme Name: Custom Theme
	Description: Custom Theme
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 15px/1.5 'Inter', sans-serif;
	color: #2d2926;
}

.hidden,
div.wpcf7 .ajax-loader,
.wpcf7-spinner,
.acf-map1 .gmnoprint,
.acf-map .gm-style-cc,
.gm-style .gm-style-iw-t::after,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.wpcf7 .file.active label,
.wpcf7 span.wpcf7-not-valid-tip,
.disclaimer .content {
	display: none;
}

.acf-map .gm-ui-hover-effect {
	display: none !important;
}

.header .nav.primary li:hover .sub-menu {
	display: block;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a {
	color: #2d2926;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

a.normal {
	text-decoration: none;
}

a.link {
	font-size: 15px;
	font-weight: 600;
	color: #1e87c9;
	position: relative;
	text-decoration: none;
}

a.link:hover {
	color: #1b78b1;
}

a.link::after {
	margin: 0;
	position: absolute;
	top: 4px;
	right: -20px;
	transition: all 0.3s ease 0s;
}

a.link:hover::after {
	right: -25px;
}

a.link.read-more::after {
	margin: 5px 0 0 5px;
}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.faq-wrap a:hover {
	color: #1e87c9;
}

.header .middle a:hover,
.wpcf7-select.locations .chosen-results li:hover,
.footer a:hover,
.text-white a:not(.btn):hover,
.menu-wrap .current-menu-item a,
.menu-wrap.text-white .current-menu-item a {
	color: #ffd241;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #002f5d;
}

.header .middle a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #2d2926;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002f5d;
	font-weight: 700;
	margin: 0 0 10px;
}

h1 {
	font-size: 34px;
	line-height: 1.2;
}

h1.large {
	font-size: 38px;
}

h1.title {
	font-size: 58px;
}

h1.medium {
	font-size: 48px;
}

h1.small,
h2.large {
	font-size: 28px;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
}

h3.as-sep {
	font-size: 20px;
	border-top: 1px solid #e5e5e5;
	padding: 35px 0 0;
	margin: 35px 0 15px;
}

h3.as-sep-bottom {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 15px;
	margin: 25px 0 30px;
}

h4 {
	font-size: 16px;
	font-weight: 600;
}

p {
	margin: 0 0 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
p:last-child img {
	margin-bottom: 0;
}

strong {
	font-weight: 500;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

body .text-right {
	text-align: right;
}

body .text-left {
	text-align: left;
}

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

body .text-14,
body .text-14 p {
	font-size: 14px;
}

ul,
ol {
	padding: 0 0 0 15px;
	margin: 0 0 25px;
}

ul li,
ol li {

}

ul.ordered,
ul.unordered {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ordered li,
ul.unordered li {
	position: relative;
	font-size: 14px;
	color: #002f5d;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0 12px 30px;
}

ul.ordered li:last-child,
ul.unordered li:last-child {
	border-bottom: 0;
}

ul.ordered li > span,
ul.unordered li > span {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #002e5d;
	border-radius: 50%;
	padding: 1px 0 0 1px;
	position: absolute;
	left: 0;
	top: 13px;
}

ul.unordered li > span {
	font-size: 0;
	background: none;
}

.preloader {
	background: none no-repeat scroll center bottom #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: block;
}

.item-list {
	column-count: 4;
}

.item-list p {
	margin: 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #002f5d;
	text-align: center;
	text-decoration: none;
	background: #ffd241;
	border: 0;
	outline: 0;
	padding: 10px 30px 8px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.btn:focus,
.btn:active {
	border: 0;
	outline: 0;
}

.btn:hover {
	color: #002f5d;
	background: #ffcb1f;
}

.btn.medium {
	font-size: 15px;
	padding: 13px 30px;
}

.btn.large {
	font-size: 18px;
	padding: 11px 30px;
}

.btn.blue {
	color: #fff;
	background: #1e86c8;
}

.btn.blue:hover {
	color: #002f5d;
	background: #ffd241;
}

.btn.dark-blue {
	color: #fff;
	background: #212c5a;
}

.btn.dark-blue:hover {
	color: #212c5a;
	background: #ffd241;
}

.btn.white {
	color: #2e2e2e;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.social-wrap {
	font-size: 0;
	margin: 25px 0 0;
	padding: 0 2px;
}

.social-wrap a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}

.addtoany_list.a2a_kit_size_32.a2a_kit a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration: none;
    color: #1e87c9;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.scrollup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999;
	cursor: pointer;
}

.sticky-sidebar {
	will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 25px;
}

.img-wrap img {
	width: 100%;
}

.img-wrap img,
.col img {
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}

.img-wrap.normal {
	background: none;
}

.img-wrap.normal img {
	width: auto;
	border-radius: 0;
}

a.img-wrap,
.img-wrap.has-hover {
	background: #000;
}

a.img-wrap:hover img,
.img-wrap.has-hover:hover img {
    opacity: 0.5;
    transform: scale(1.04);
}

a.img-wrap.hover,
.img-wrap.has-hover.hover {
	background: none;
}

a.img-wrap.hover img,
.img-wrap.has-hover.hover img {
	width: auto;
	opacity: 1;
}

.img-wrap.min-70 {
	min-height: 70px;
}

.img-wrap.min-80 {
	min-height: 80px;
}

.img-wrap.min-120 {
	min-height: 120px;
}

.img-wrap.min-200 {
	min-height: 200px;
}

.img-wrap.bgr-white,
.img-wrap.bgr-white.has-hover.hover {
	text-align: center;
	background: #fff;
	padding: 30px 20px;
}

.has-images {
	font-size: 0;
	text-align: center;
}

.has-images a,
.has-images img {
	display: inline-block;
	vertical-align: top;
}

.has-images img {
	margin: 0 10px;
}

a.has-icon {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #002f5d;
	text-decoration: none;
	text-align: center;
}

a.has-icon:hover {
	color: #002f5d;
}

a.has-icon .img-wrap {
	margin: 0 auto 10px;
}

.color-circle-wrap {
	padding: 4px;
	border-radius: 50%;
	border: 2px solid transparent;
	width: 47px;
	height: 47px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.color-circle-wrap.active {
	border-color: #002f5d;
}

.color-circle {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.color-circle-label {
	font-size: 14px;
	margin: -15px 0 10px;
	height: 21px;
}

.circle {
	font-size: 32px;
	font-weight: 700;
	color: #002f5d;
	line-height: 1;
	text-align: center;
	border: 1px dashed #1e87c9;
	border-radius: 50%;
	width: 62px;
	height: 62px;
	margin: 0 auto 15px;
	padding: 15px 0 0;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.icon-after::after,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.addtoany_list a.addtoany_share::before,
.mejs-overlay > .mejs-overlay-button,
.wpcf7-response-output::before,
.disclaimer::after,
.lg-icon::before,
ul.unordered li > span::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 450px;
}

ul.unordered li > span::before {
	width: 20px;
	height: 20px;
	background-position: -350px -400px;
}

.icon.close::before,
.lg-close::before {
	width: 13px;
	height: 13px;
	background-position: -250px -300px;
}

.icon.close:hover::before,
.lg-close:hover::before {
	background-position: -250px -350px;
}

.icon.check::before {
	width: 20px;
	height: 20px;
	background-position: -350px -300px;
}

.icon.cross::before {
	width: 20px;
	height: 20px;
	background-position: -350px -350px;
}

.disclaimer::after {
	width: 21px;
	height: 21px;
	background-position: -300px -200px;
}

.disclaimer.active::after {
	background-position: -300px -250px;
}

.icon-after.external::after {
	width: 11px;
	height: 11px;
	background-position: -200px -200px;
	position: relative;
	right: -8px;
	top: 6px;
}

.icon-after.external:hover::after {
	right: -8px;
}

.icon-after.arrow-right::after {
	width: 12px;
	height: 12px;
	background-position: -150px -300px;
}

.icon-after.arrow-right.white::after,
.icon-after.arrow-right.white:hover::after {
	background-position: -66px -364px;
}

.icon-after.arrow-right:hover::after,
.icon-after.arrow-right.blue::after {
	background-position: -50px -250px;
}

.icon-after.arrow-right.active::after {
	background-position: -50px -200px;
}

.wpcf7-response-output::before {
	width: 22px;
    height: 22px;
}

form.invalid .wpcf7-response-output::before {
	background-position: -250px -250px;
}

form.sent .wpcf7-response-output::before {
	background-position: -250px -200px;
}

.icon.file::before {
	width: 10px;
    height: 21px;
    background-position: -300px -300px;
}

.mejs-overlay > .mejs-overlay-button, .mejs-overlay:hover > .mejs-overlay-button {
    width: 60px;
    height: 60px;
    background-position: -350px -100px;
}

.icon.video::before {
	width: 22px;
	height: 14px;
	background-position: -200px -350px;
	margin: 1px 7px 0 0;
}

.icon.thumb::before {
	width: 17px;
	height: 17px;
	background-position: -200px -300px;
	margin: 0 7px 0 0;
}

.icon.photo::before {
	width: 24px;
	height: 17px;
	background-position: -200px -250px;
	margin: 0 7px 0 0;
}

.addtoany_list a.addtoany_share::before {
    width: 24px;
    height: 20px;
    background-position: -300px -350px;
	margin: 4px 12px 0 0;
}

.icon.round,
.slick-arrow,
.lg-prev,
.lg-next {
	width: 44px;
	height: 44px;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
	background: #fff;
	transform: scale(0.9);
}

.lg-prev,
.lg-next {
	background: #f6f5f4;
}

.icon.round.normal {
	width: 36px;
	height: 36px;
	background: none;
}

.icon.round.normal:hover {
	background-color: transparent;
}

.icon.round:hover,
.slick-arrow:hover,
.lg-prev:hover,
.lg-next:hover {
	background: #1e87c9;
	transform: scale(1);
}

.icon.round::before,
.slick-arrow::before,
.lg-prev::before,
.lg-next::before {
	width: 100%;
	height: 100%;
}

.icon.arrow-left::before {
	background-position: -350px -200px;
}

.icon.arrow-left:hover::before {
	background-position: -400px -200px;
}

.active > .icon.arrow-left::before {
	background-position: -350px -250px;
}

.active > .icon.arrow-left:hover::before {
	background-position: -400px -250px;
}

.icon.scrollup::before {
	background-position: -98px -298px;
}

.icon.scrollup:hover::before {
	background-position: -98px -348px;
}

.slick-prev::before,
.arrows-hidden .slick-prev:hover::before,
.lg-prev::before {
	background-position: 2px -298px;
}

.slick-prev:hover::before,
.lg-prev:hover::before {
	background-position: 2px -348px;
}

.slick-next::before,
.lg-next::before,
.arrows-hidden .slick-next:hover::before {
	background-position: -48px -298px;
}

.slick-next:hover::before,
.lg-next:hover::before {
	background-position: -48px -348px;
}

.chosen-container-single .chosen-single div b {
	width: 12px;
	height: 7px;
	background-position: -150px -200px;
}

.chosen-container-single.locations .chosen-single div b {
	background-position: 0 -200px;
}

.icon.facebook::before,
.addtoany_list .a2a_button_facebook::before {
	width: 7px;
	height: 15px;
	background-position: 0 0;
}

.icon.facebook:hover::before,
.addtoany_list .a2a_button_facebook:hover::before {
	background-position: 0 -50px;
}

.icon.twitter::before,
.addtoany_list .a2a_button_twitter::before {
	width: 17px;
	height: 14px;
	background-position: -50px 0;
}

.icon.twitter:hover::before,
.addtoany_list .a2a_button_twitter:hover::before {
	background-position: -50px -50px;
}

.icon.instagram::before,
.addtoany_list .a2a_button_instagram::before {
	width: 17px;
	height: 17px;
	background-position: -100px 0;
}

.icon.instagram:hover::before,
.addtoany_list .a2a_button_instagram:hover::before {
	background-position: -100px -50px;
}

.icon.youtube::before,
.addtoany_list .a2a_button_youtube::before {
	width: 18px;
	height: 13px;
	background-position: -150px 0;
}

.icon.youtube:hover::before,
.addtoany_list .a2a_button_youtube:hover::before {
	background-position: -150px -50px;
}

.icon.opio::before,
.addtoany_list .a2a_button_opio::before {
	width: 16px;
	height: 16px;
	background-position: -200px 0;
}

.icon.opio:hover::before,
.addtoany_list .a2a_button_opio:hover::before {
	background-position: -200px -50px;
}

.icon.pinterest::before,
.addtoany_list .a2a_button_pinterest::before {
	width: 15px;
	height: 18px;
	background-position: -250px 0;
}

.icon.pinterest:hover::before,
.addtoany_list .a2a_button_pinterest:hover::before {
	background-position: -250px -50px;
}

.icon.linkedin::before,
.addtoany_list .a2a_button_linkedin::before {
	width: 17px;
	height: 17px;
	background-position: -300px 0;
}

.icon.linkedin:hover::before,
.addtoany_list .a2a_button_linkedin:hover::before {
	background-position: -300px -50px;
}

.social-wrap.white .icon.facebook::before {
	background-position: 0 -100px;
}

.social-wrap.white .icon.facebook:hover::before {
	background-position: 0 -150px;
}

.social-wrap.white .icon.twitter::before {
	background-position: -50px -100px;
}

.social-wrap.white .icon.twitter:hover::before {
	background-position: -50px -150px;
}

.social-wrap.white .icon.instagram::before {
	background-position: -100px -100px;
}

.social-wrap.white .icon.instagram:hover::before {
	background-position: -100px -150px;
}

.social-wrap.white .icon.youtube::before {
	background-position: -150px -100px;
}

.social-wrap.white .icon.youtube:hover::before {
	background-position: -150px -150px;
}

.social-wrap.white .icon.opio::before {
	background-position: -200px -100px;
}

.social-wrap.white .icon.opio:hover::before {
	background-position: -200px -150px;
}

.social-wrap.white .icon.pinterest::before {
	background-position: -250px -100px;
}

.social-wrap.white .icon.pinterest:hover::before {
	background-position: -250px -150px;
}

.social-wrap.white .icon.linkedin::before {
	background-position: -300px -100px;
}

.social-wrap.white .icon.linkedin:hover::before {
	background-position: -300px -150px;
}

.btn-menu {
	background: url('img/icon-open.png') no-repeat scroll center center transparent;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 22px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 0;
}

.btn-menu {
	background-image: url('img/icon-close.png');
	background-size: 90%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1180px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow-960 {
	max-width: 1050px;
}

.wrapper.narrow-900 {
	max-width: 920px;
}

.wrapper.narrow-750 {
	max-width: 800px;
}

.wrapper.narrow-680 {
	max-width: 720px;
}

.header {
	font-size: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	animation: fadeInDown ease-in-out 0.6s both;
}

.header .top {
	font-size: 15px;
	color: #002f5d;
	background: #9aca3b;
	padding: 5px 0;
}

.header .middle {
	background: #002f5d;
	padding: 9px 0 8px;
	font-weight: 500;
}

.header .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header .nav a {
	text-decoration: none;
}

.header .logo,
.header .nav.primary,
.header .nav li {
	display: inline-block;
	vertical-align: top;
}

.header .nav.primary {
	width: 63%;
	height: 80px;
	text-align: center;
}

.header .nav.primary > ul,
.header .nav.primary > ul > li {
	height: 100%;
}

.header .nav.primary > ul > li {
	margin: 0 25px;
	padding: 30px 0 0;
	position: relative;
}

.header .nav.primary > ul > li > a::after,
.menu-wrap a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 0;
    background: none;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header .nav.primary > ul > li:hover > a::after {
    background: #1e87c9;
}

.menu-wrap li:hover a::after,
.menu-wrap li.current-menu-item a::after {
	background: #ffd241;
}

.header .nav.primary a {
	font-size: 16px;
	font-weight: 600;
}

.header .nav.primary .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 340px;
	text-align: left;
	padding: 20px 30px 15px;
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.header .nav.primary .sub-menu li {
	display: block;
	padding: 5px 0;
}

.header .nav.primary .sub-menu a {
	font-size: 15px;
	font-weight: 500;
}

.header-wrap {
	position: relative;
	height: 300px;
	background: #000;
	text-align: center;
}

.header-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	overflow: hidden;
}

.header-wrap .bgr video {
	object-fit: fill;
}

.header-wrap h3 {
	margin: 0 0 3px;
}

.header-wrap .img-wrap.inside {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.header-wrap.overlap img {
	position: relative;
	z-index: 9;
	margin: 30px auto;
}

.header-wrap.overlap.flex {
	display: block;
	padding: 80px 0 0;
}

.header-wrap.slider .caption {
	top: 50%;
	position: relative;
	transform: translate(0, -50%);
	margin-top: -40px;
}

.header-wrap.slider .caption img {
	width: auto;
}

.header-wrap.slider video {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
}

.header .logo {
	width: 19%;
	padding: 6px 0 0;
}

.header .btn.large {
	width: 18%;
	padding: 11px 10px;
	margin: 15px 0 0;
}

.nav {

}

.nav.secondary li {
	margin-left: 20px;
}

.sidebar {

}

.has-overlap .sidebar {
    margin-top: -119px;
}

.page-template-template-projects .breadcrumbs .wrapper > span:first-child {
	margin-left: 27%;
}

.sidebar .menu,
.sidebar .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .menu {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 4px;
}

.sidebar .menu a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2d2926;
	text-decoration: none;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 11px 20px;
	position: relative;
}

.sidebar .menu a:hover,
.sidebar .menu a.active,
.sidebar .menu .current-menu-item a {
	background: #fafafa;
	color: #1e87c9;
}

.sidebar .menu .icon-after::after {
	position: absolute;
	right: 15px;
	top: 16px;
}

.sidebar .menu .icon-after.active::after {
	top: 20px;
	right: 18px;
}

.sidebar .menu .sub-menu {
	display: none;
	max-height: 750px;
	overflow-y: auto;
}

.sidebar .menu .sub-menu.active {
	display: block;
}

.sidebar .menu .sub-menu a {
	padding-left: 35px;
}

.sidebar .menu .sub-menu a:hover,
.sidebar .menu .sub-menu a.active {
	background: #fafafa;
}

.sidebar .menu .sub-menu a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 2px;
	background: #222222;
	position: absolute;
	top: 21px;
	left: 19px;
}

.sidebar .menu .sub-menu a:hover::before,
.sidebar .menu .sub-menu .current-menu-item a::before {
	background: #0279e8;
}


.footer {
	background: #212c5a;
	padding: 70px 0;
}

.footer .logo {
	max-width: 220px;
	margin: 0 auto;
}

.footer a {
	text-decoration: none;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.footer ul,
.footer ul li {
	display: block;
}

.footer ul a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
}

.footer .columns ul.menu > li > a {
	height: 24px;
}

.footer ul.sub-menu {
	margin: 0 0 19px;
}

.footer ul.sub-menu a {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 2px;
}

.footer .copyright {
	margin: 50px 0 0;
}

.footer .copyright p,
.footer .copyright ul,
.footer .copyright li,
.footer .copyright a {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.footer .copyright ul {
	font-size: 0;
}

.footer .copyright li::before {
	content: '|';
	padding: 0 6px;
}

.columns {
	font-size: 0;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.has-caption .col .img-wrap,
.columns.has-caption .col .img-wrap img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
}

.columns.has-caption .col .caption {
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 15px 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.columns.has-caption .col .caption h3 {
	margin: 0;
}

.columns.has-caption .col .read-more {
	font-size: 14px;
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.columns.has-caption .col:hover .read-more {
	margin: 8px 0 0;
	opacity: 1;
	height: 20px;
}

.columns.has-caption .col:hover .caption {
	margin-top: -28px;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1.5%;
	margin-right: -1.5%;
	margin-bottom: -2%;
}

.columns.columns-2 .col {
	width: 47%;
	margin: 0 1.5% 2%;
}

.columns.columns-2.custom-1,
.columns.columns-2.custom-2 {
	margin-left: -3%;
	margin-right: -3%;
}

.columns.columns-2.custom-1 > .col,
.columns.columns-2.custom-2 > .col {
	margin: 0 3% 2%;
}

.columns.columns-2.custom-1 .col.col-1 {
	width: 36%;
}

.columns.columns-2.custom-1 .col.col-2 {
	width: 52%;
}

.columns.columns-2.custom-2 .col.col-1 {
	width: 32%;
}

.columns.columns-2.custom-2 .col.col-2 {
	width: 56%;
}

.columns.columns-2.custom-3 .col.col-1 {
	width: 23%;
}

.columns.columns-2.custom-3 .col.col-2 {
	width: 71%;
}

.columns.columns-2.custom-4 .col.col-1 {
	width: 56%;
}

.columns.columns-2.custom-4 .col.col-2 {
	width: 38%;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 25px;
}

.columns.columns-2.custom-5 {
	margin: 0 -1.2% 32px;
}

.columns.columns-2.custom-5 .col {
	margin: 0 1.2%;
	border-radius: 5px;
}

.columns.columns-2.custom-5 .col.col-1 {
	width: 40%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.columns.columns-2.custom-5 .col.col-2 {
	width: 55.2%;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20);
	padding: 35px 40px;
}

.columns.columns-2.list {
	position: relative;
	margin: 0;
}

.columns.columns-2.list.title {
	margin: 50px 0 12px;
}

.columns.columns-2.list.item {
	border-bottom: 1px solid #ffd241;
	padding: 8px 0;
}

.columns.columns-2.list.item:last-child {
	border-bottom: 0;
}

.columns.columns-2.list .icon {
	padding: 0 0 0 35px;
}

.columns.columns-2.list .icon::before {
	position: absolute;
	left: 5px;
	top: 1px;
}

.columns.columns-2.list .col {
	display: inline-block;
	width: 50%;
	margin: 0;
}

.columns.columns-2.grey {
	margin-left: -1.2%;
	margin-right: -1.2%;
	margin-bottom: 0;
	text-align: left;
}

.columns.columns-2.grey .col {
	width: 47.6%;
	margin: 0 1.2%;
	padding: 25px 45px 0;
	background: #f6f5f4;
}

.columns.columns-2.grey .col.first {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 45px;
}

.columns.columns-2.grey .col.last {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 25px;
}

.columns.columns-3 {
	margin: 0 -1.2% -2.4%;
}

.columns.columns-3 .col {
	width: 30.93%;
	margin: 0 1.2% 2.4%;
}

.columns.columns-3.blog {
	margin-bottom: -4%;
}

.columns.columns-3.blog .col {
	margin-bottom: 4%;
}

.columns.columns-3.inline {
	margin: 0 -1%;
}

.columns.columns-3.inline .col {
	width: 31.33%;
	margin: 0 1%;
}

.columns.columns-3.list {
	border-bottom: 1px solid #ffd241;
	padding: 8px 20px;
	position: relative;
	margin: 0;
}

.columns.columns-3.list:last-child {
	border-bottom: 0;
}

.columns.columns-3.list .col {
    display: inline-block;
    width: 33.33%;
    margin: 0;
}

.columns.columns-3.products h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.columns.products.lightgallery h3 {
	font-size: 16px;
	margin: 0 0 10px;
}

.columns.columns-3.products .img-wrap {
	margin: 0 0 15px;
}

.columns.columns-3.products.boxed .col {
	background: #f6f5f4;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

.columns.columns-3.products.boxed .img-wrap {
	border-radius: 0;
	background: #fff;
	height: 290px;
	padding: 35px 20px;
	margin: 0;
}

.columns.columns-3.products.boxed .img-wrap img {
	width: auto;
}

.columns.columns-3.products.boxed .content {
	padding: 40px 35px;
	border-top: 1px solid #e7e7e7;
}

.columns.products.border .col {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 25px 30px;
}

.columns.products.border .col .img-wrap {
	min-height: auto;
}

.columns.products.border h3 {
	margin: 0 0 15px;
}

.columns.products.border .col .img-wrap img {
	width: 100%;
	min-height: auto;
}

.columns.products.border .col p,
.columns.products.border .col a {
	font-size: 14px;
}

.columns.products.border .col a::after {
	top: 3px;
}

.columns.products.border .col p:last-of-type {
	margin: 0 0 10px;
}

.columns.products.centered {
	text-align: center;
	margin-bottom: -5%;
}

.columns.products.centered .col {
	margin-bottom: 5%;
}

.columns.products.centered h3 {
	font-size: 24px;
}

.columns.columns-3.products.centered .img-wrap {
	overflow: visible;
	margin: 0 0 25px;
}

.columns.columns-2.products.centered .img-wrap {
	overflow: visible;
	margin: 0 0 40px;
}

.columns.columns-3.custom-1 {
	margin: 0 -3%;
}

.columns.columns-3.custom-1 .col {
	width: 16%;
	margin: 0 3%;
}

.columns.columns-3.custom-1 .col.col-1 {
	width: 50%;
}

.columns.columns-3.custom-2 .col {
	width: 27.4%;
}

.columns.columns-3.custom-2 .col.col-1 {
	width: 38%;
}

.columns.columns-3.has-links {
	border-radius: 5px;
	background: #fff;
	padding: 20px 10px;
}

.columns.columns-3.has-links .col {
	background: url('img/bgr-lines.png') no-repeat scroll center center transparent;
	background-size: cover;
	border-radius: 5px;
	text-align: center;
	padding: 25px 20px 35px;
}

.columns.columns-3.has-links .col .img-wrap {
	margin: 0 0 15px;
	min-height: 60px;
}

.columns.columns-3.has-links .col .btn {
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 100%;
	max-width: 180px;
	padding: 13px 10px;
	transform: translate(-50%, 0);
}

.columns.columns-4 .col {
	width: 23%;
	margin: 0 1% 2%;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

.columns.columns-5.custom-1 .col.col-2 {
	width: 22%;
}

.columns.columns-5.custom-1 .col.col-3 {
	width: 26%;
}

.columns.columns-5.custom-1 .col.col-4,
.columns.columns-5.custom-1 .col.col-5 {
	width: 12%;
}

.columns.columns-6,
.columns.columns-12 {
	margin: 0;
}

.columns.columns-6 .col {
	width: 16.33%;
	margin: 0 0 3px;
}

.columns.columns-12 .col {
	width: 8.33%;
	margin: 0 0 3px;
}

.infinite-scroll,
.jscroll-inner {
	width: 100%;
}

.jscroll-added {
	margin: 0 1.2%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn) {
	color: #fff;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.center {
	align-items: center;
}

.flex.justify {
	justify-content: center;
}

.section {
	padding: 80px 0;
	position: relative;
}

.section:first-of-type {
	padding-top: 60px;
}

.section:last-of-type {
	padding-bottom: 80px;
}

.section.gray {
	background-color: #f6f5f4;
}

.section.bgr-right {
	background: none no-repeat scroll right top transparent;
}

.section.bgr-cover {
	background-size: cover;
}

.section.blue {
	background-color: #1e86c8;
}

.section.yellow {
	background-color: #ffd241;
}

.section.as-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
	overflow-y: auto;
}

.active-popup {
	overflow: hidden;
}

.active-popup .section.as-popup {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.section.as-popup .btn-quote {
	border: 0;
	outline: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.acf-map {
	width: 100%;
	height: 350px;
}

.acf-map.large {
	height: 410px;
}

.acf-map.small {
	height: 240px;
	border-radius: 5px;
}

.acf-map .caption {
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	border-radius: 5px;
	width: 330px;
}

.acf-map .caption .content {
	padding: 20px 25px 15px;
}

.acf-map .caption .content p {
	line-height: 1.5;
}

.acf-map .caption a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: #1e87c9;
	padding: 11px 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.acf-map .caption a:hover {
	background: #1b78b1;
}

.acf-map .caption a::after {
	margin: 2px 0 0 5px;
}

.gm-style .gm-style-iw-c {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	background: none;
}

.contact-wrap h1 {
	margin: 0 0 10px;
}

.contact-wrap h2 {
	margin: 25px 0 8px;
}

.contact-wrap h4 {
	margin: 0 0 5px;
}

.contact-wrap p,
.contact-wrap p a {
	font-size: 14px;
	text-decoration: none;
}

.contact-wrap p {
	margin: 0 0 15px;
}

.contact-wrap p.last {
	margin: 0;
}

.contact-wrap a.link {
	display: block;
	margin: 15px 0 0;
}

.contact-wrap.large p,
.contact-wrap.large p a {
	font-size: 15px;
}

.filters {
	font-size: 0;
	margin: 0 0 30px;
}

.filters > div,
.filters p,
.filters .wpcf7-select {
	display: inline-block;
	vertical-align: middle;
}

.filters > div {
	display: inline;
}

.filters .wpcf7-select {
	margin: 0 35px 0 20px;
}

.filters .wpcf7-select.long {
	max-width: 270px;
}

.filters .wpcf7-select.short {
	max-width: 180px;
}

.filters p {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.menu-wrap {
	font-size: 0;
	width: 100%;
	background: #002f5d;
	text-align: center;
	z-index: 99;
}

.menu-wrap.stuck {
	position: fixed;
	top: 153px;
}

.menu-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-wrap li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 18px;
}

.menu-wrap a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 14px 0;
}

.breadcrumbs {
	padding: 8px;
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumbs .sep {
	padding: 0 7px;
}

.hours-wrap {
	font-size: 0;
}

.hours-wrap .row div {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.hours-wrap .row .col-1 {
	width: 31%;
	margin-right: 1%;
}

.hours-wrap .row .col-2 {
	width: 68%;
}

.meta-wrap {
	margin: 0 0 5px;
}

.meta-wrap p,
.meta-wrap a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.meta-wrap .sep {
	padding: 0 3px;
}

.notice {
	border-top: 1px solid #e4e4e4;
	padding: 40px 0 0;
	margin: 35px 0 0;
}

.notice p {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
}

.notice a {
	color: #222222;
	text-decoration: none;
	border-bottom: 2px solid #1e87c9;
}

.notice a:hover {
	color: #1e87c9;
}

.columns.columns-2.faq-wrap {
	padding: 45px 0;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
}

.columns.columns-2.faq-wrap:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.columns.columns-2.faq-wrap .col {
	margin: 0;
}

.columns.columns-2.faq-wrap .col.col-2 {
	padding-left: 25px;
}

.faq-wrap a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #002f5d;
	text-decoration: none;
}

.disclaimer {
	position: relative;
	margin: 30px 0 0;
}

.disclaimer .content p {
	font-size: 15px;
}

.disclaimer::before {
	content: 'Disclaimer';
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2d2926;
	cursor: pointer;
	margin: 0 0 10px;
}

.disclaimer::after {
	position: absolute;
	top: 3px;
	left: 100px;
	cursor: pointer;
}

.accordion h3 {
	font-size: 18px;
	border-top: 1px solid #e4e4e4;
	cursor: pointer;
	padding: 20px 75px 0 60px;
	margin: 20px 0 0;
	position: relative;
}

.accordion h3 .icon {
	position: absolute;
	right: 20px;
	top: 23px;
}

.accordion h3 span {
	font-size: 28px;
}

.accordion h3 .num {
	position: absolute;
	left: 0;
	top: 10px;
}

.accordion .content {
	font-size: 14px;
	padding: 5px 70px;
}

.bgr-normal {
	position: absolute;
	right: -150px;
	top: -80px;
}

body .p-0 {
	padding: 0;
}

body .pb-0 {
	padding-bottom: 0;
}

body .pt-25,
body .section.pt-25:first-of-type {
	padding-top: 25px;
}

body .pt-40,
body .section.pt-40:first-of-type {
	padding-top: 40px;
}

body .p-40 {
	padding: 40px 0;
}

.m-0 {
	margin: 0;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40,
.columns.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-10,
.mb-10:last-child {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.overlap-160 {
	margin-top: -160px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.wpcf7-file,
.wpcf7 .file label {
	font-size: 15px;
	font-weight: 500;
	color: #2d2926;
	line-height: 1.2;
	border: 1px solid #e5e5e5;
	outline: 0;
	background: #fff;
	width: 100%;
	height: 50px;
	padding: 15px 20px;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: all 0.3s ease 0s;
}

.wpcf7-file {
	padding: 13px 30px 15px 20px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: 0;
	border: 1px solid #2d2926;
}

.wpcf7-not-valid {
	color: #df0000;
	border-color: #df0000;
}

select.wpcf7-select.wpcf7-not-valid ~ .chosen-container-single .chosen-single {
	border-color: #df0000;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-select.locations {
	width: auto !important;
}

select.wpcf7-select.locations,
.wpcf7-select.locations .chosen-single {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	text-transform: none;
	background: none;
	border: 0;
	padding: 0;
	height: auto;
	width: auto;
}

select.wpcf7-select.locations:hover,
.wpcf7-select.locations .chosen-single:hover {
	color: #fff;
}

.wpcf7-select.locations .chosen-single span {
	margin-right: 22px;
}

.wpcf7-select.locations .chosen-single div {
	top: 8px;
	right: 0;
	display: block;
	width: auto;
	line-height: 1;
}

.wpcf7-select.locations .chosen-drop {
	background: #002f5d;
	border: 0;
	height: auto;
	width: 160px;
	left: -20px;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
}

.wpcf7-select.locations .chosen-results li {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 8px 20px;
	background: #002f5d;
}

select.wpcf7-select.locations {
	font-size: 14px;
	margin: 0 0 0 -5px;
	background: url('img/arrow-down.png') no-repeat scroll right 8px transparent;
	padding: 0 15px 0 0px;
}

select.wpcf7-select.locations option {
	padding: 0;
}

.wpcf7 {
	margin: 30px 0 0;
}

.wpcf7 .submit-wrap {
	overflow: hidden;
	margin: 0;
}

.submit-wrap span {
	font-size: 15px;
	font-weight: 500;
	float: right;
	margin: 8px 0 0;
}

.wpcf7-textarea {
	resize: vertical;
	height: auto;
}

.wpcf7 .file label {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #fff;
	top: 0;
	left: 0;
	margin: 0;
}

.wpcf7 .file::before {
	position: absolute;
	z-index: 99;
	right: 16px;
	top: 15px;
}

.wpcf7 .row {
	font-size: 0;
	margin-left: -1.2%;
	margin-right: -1.2%;
}

.wpcf7 p {
	position: relative;
	font-size: 13px;
	margin: 0 0 15px;
}

.wpcf7 .row p {
	display: inline-block;
	vertical-align: top;
	width: 47.6%;
	float: none;
	margin: 0 1.2% 2.4%;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #b02c1b;
	padding: 10px 20px 10px 55px;
	margin: 20px 0;
	border-radius: 30px;
	position: relative;
}

.wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	left: 20px;
	top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #df0000;
	background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #00a651;
}

.flatpickr-mobile:before {
	content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
	display: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #2d2926;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #2d2926;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #2d2926;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #2d2926;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #2d2926;
}

/* Simplebar */

[data-simplebar] {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	height: 100%;
	padding: 0;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
	height: 185px;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	visibility: visible;
	max-width: 100%; /* Not required for horizontal scroll to trigger */
	max-height: 100%; /* Needed for vertical scroll to trigger */
	scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	background: #dfdfdf;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	right: 0;
	width: 7px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #808080;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 1;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 8px;
	right: 10px;
	width: 7px;
	border-radius: 10px;
	margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 0;
	bottom: 0;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

.scrollbar.large {
	padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
	width: 15px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

@media only screen and (max-width: 1180px) {
	.columns.columns-3.inline .col.col-2 a {
		display: block;
	}

	.header .nav.primary > ul > li {
		margin: 0 15px;
	}

	.nav.secondary li {
		margin-left: 4px;
	}

	.header .btn.large {
		font-size: 16px;
		margin: 18px 0 0;
	}

	.header .middle .col,
	.wpcf7-select.locations .chosen-single,
	.wpcf7-select.locations .chosen-results li {
		font-size: 13px;
	}

	.columns.columns-3.inline .col {
		vertical-align: middle;
	}

	.columns.columns-3.inline .col.col-2 {
		text-align: center;
	}

	.gallery-wrap .thumbnail-nav a img {
		height: auto;
	}

	.menu-wrap.stuck {
		top: 170px;
	}
}

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

}

@media only screen and (max-width: 960px) {
	.columns.columns-5.custom-1 .col.col-1,
	.columns.columns-5.custom-1 .col.col-2 {
		width: 48%;
	}

	.columns.columns-5.custom-1 .col.col-3,
	.columns.columns-5.custom-1 .col.col-4,
	.columns.columns-5.custom-1 .col.col-5 {
		width: 31.33%;
	}

	.header .btn.large {
		font-size: 14px;
		margin: 21px 0 0;
	}
}

@media only screen and (max-width: 800px) {
	.header .nav.primary .sub-menu,
	.header .nav.primary > ul > li:hover > a::after,
	br,
	.img-float {
		display: none;
	}

	.btn-menu {
		display: block;
	}

	.columns.columns-3.custom-1 .col,
	.columns.columns-3.inline .col.col-2 a {
		display: inline-block;
	}

	.section {
		overflow: hidden;
	}

	.columns.columns-2,
	.columns.columns-2 > .col,
	.columns.columns-2.grey,
	.columns.columns-2.grey .col,
	.columns.columns-2.custom-1,
	.columns.columns-2.custom-1 > .col.col-1,
	.columns.columns-2.custom-1 > .col.col-2,
	.columns.columns-2.custom-2,
	.columns.columns-2.custom-2 .col.col-1,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.custom-3 .col.col-1,
	.columns.columns-2.custom-3 .col.col-2,
	.columns.columns-2.custom-4 .col.col-1,
	.columns.columns-2.custom-4 .col.col-2,
	.columns.columns-2.custom-5,
	.columns.columns-2.custom-5 .col,
	.columns.columns-2.custom-5 .col.col-1,
	.columns.columns-2.custom-5 .col.col-2,
	.columns.columns-3.as-single,
	.columns.columns-3.as-single .col {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.columns.columns-2.custom-5 .col.col-1 {
		height: 250px;
	}

	.page-template-template-projects .breadcrumbs .wrapper > span:first-child {
		margin: 0;
	}

	.menu-wrap li  {
		margin: 0 10px;
	}

	.columns.columns-2 > .col,
	.columns.columns-2.custom-1 > .col.col-1,
	.columns.columns-2.custom-1 > .col.col-2,
	.columns.columns-2.custom-2 .col.col-1,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.custom-3 .col.col-1,
	.columns.columns-2.custom-3 .col.col-2,
	.columns.columns-2.custom-4 .col.col-1,
	.columns.columns-2.custom-4 .col.col-2,
	.columns.columns-2.custom-5 .col,
	.columns.columns-2.custom-5 .col.col-1,
	.columns.columns-2.custom-5 .col.col-2,
	.columns.columns-2.faq-wrap .col,
	.columns.columns-6 .col,
	p:last-child img,
	p .alignnone {
		margin-bottom:  20px;
	}

	.columns.columns-3.as-single .col,
	.columns.columns-3.custom-1 .col.col-1 {
		margin-bottom: 40px;
	}

	.menu-wrap .wrapper,
	.columns.columns-2.faq-wrap .col.col-2 {
		padding: 0;
	}

	.breadcrumbs {
		padding: 8px 0;
	}

	h1.medium,
	h1.title {
		font-size: 40px;
	}

	.columns.columns-3.has-links .col h2 {
		font-size: 20px;
	}

	.gallery-wrap.has-nav {
		margin-bottom: 30px;
	}

	.columns.columns-6 .col {
		width: 32.33%;
	}

	.columns.columns-3.has-links .col {
		width: 30.93%;
	}

	.columns.columns-3.custom-1 .col {
		width: 44%;
	}

	.columns.columns-3.custom-2 > .col {
		width: 47.6%;
	}

	.columns.columns-4 .col {
		width: 48%;
	}

	.columns.columns-3.custom-1 .col.col-1,
	.columns.columns-3.custom-2 .col.col-1 {
		width: 100%;
	}

	.header {
		z-index: 999999;
	}

	.header .logo {
		width: auto;
		text-align: center;
		transform: none;
		padding: 0;
	}

	.header .logo img {
		margin: 15px auto 10px;
		max-height: 50px;
	}

	.header .btn.large {
		font-size: 15px;
		margin: 0;
		position: absolute;
		right: 70px;
		top: 17px;
		width: auto;
		padding: 11px 20px;
	}

	.header .nav.primary {
		height: auto;
	}

	.nav .btn-menu {
		display: block;
		background: url('img/icon-open.png') no-repeat scroll center center transparent;
		background-size: cover;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 20px;
		top: 27px;
		cursor: pointer;
		border: 0;
		outline: 0;
		padding: 0;
	}

	.nav.active .btn-menu {
		background-image: url('img/icon-close.png');
		background-size: 90%;
	}

	.nav.primary ul {
		display: none;
		position: absolute;
		left: 0;
		top: 75px;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #808080;
	}

	.nav.primary.active > ul {
		height: 450px;
		overflow-y: auto;
	}

	.nav.primary.active ul {
		display: block;
	}

	.header .nav.primary > ul > li {
		width: 100%;
		background: #fff;
		padding: 0;
		margin: 0;
		height: auto;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
	}

	.header .nav.primary .menu-item-has-children::after {
		content: '';
		background: url('img/icon-plus.png') no-repeat scroll center center transparent;
		background-size: cover;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 20px;
		top: 10px;
	}

	.header .nav.primary .menu-item-has-children:hover::after {
		background-image:  url('img/icon-minus.png');
	}

	.header .nav.primary a {
		display: block;
		font-size: 14px;
		font-weight: 500;
		padding: 1em 5%;
	}

	.header .nav.primary .sub-menu {
		position: relative;
		width: 100%;
		border: 0;
		padding: 0;
		margin: 0;
		border-radius: 0;
		text-align: left;
	}

	.header .nav.primary .sub-menu li {
		padding: 0;
		border-top: 1px solid #e5e5e5;
	}

	.header .nav.primary .sub-menu li a {
		display: block;
		font-size: 14px;
		padding: 1em 10%;
	}

	.header .wrapper,
	.carousel.columns.columns-5 .col {
		padding: 0 10px;
	}

	#investment {
		padding: 80px 0 !important;
	}

	.header .top {
		font-size: 13px;
	}

	.columns.columns-3.inline {
		padding: 25px 0 0;
	}

	.columns.columns-3.inline .col {
		vertical-align: top;
	}

	.columns.columns-3.inline .col.col-1 {
		width: 25%;
	}

	.columns.columns-3.inline .col.col-2 {
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.columns.columns-3.inline .col.col-3 {
		width: 71%;
	}

	.slick-prev {
		left: 20px;
	}

	.slick-next {
		right: 20px;
	}

	.item-list {
		column-count: 2;
	}

	.gallery-nav {
		left: 20px;
	}

	.header-wrap .img-wrap.inside {
		position: relative;
		top: auto;
		transform: none;
		text-align: center;
		margin: 30px 0 0;
	}

	.header-wrap .img-wrap.inside img {
		width: auto;
	}

	.header-wrap.height-auto {
		height: auto !important;
	}

	.menu-wrap.stuck {
		top: 166px;
	}

	.menu-wrap {
		padding: 0 0 10px;
	}

	.menu-wrap a {
		padding: 10px 0 0;
	}

	.columns.columns-12 .col,
	.columns.columns.has-colors .col {
		width: auto;
	}

	.has-overlap .sidebar {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 768px) {
	.columns.columns-5.custom-1 .col.col-5 .menu > li > a {
		display: none;
	}

	.filters > div {
		display: block;
	}

	.columns.columns-5.custom-1,
	.columns.columns-5.custom-1 .col.col-1,
	.columns.columns-5.custom-1 .col.col-2,
	.columns.columns-5.custom-1 .col.col-3,
	.columns.columns-5.custom-1 .col.col-4,
	.columns.columns-5.custom-1 .col.col-5,
	.columns.columns-4,
	.columns.columns-4 .col {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.columns.columns-5.custom-1 .col.col-1,
	.columns.columns-5.custom-1 .col.col-2,
	.columns.columns-5.custom-1 .col.col-3,
	.columns.columns-5.custom-1 .col.col-4,
	.columns.columns-5.custom-1 .col.col-5 {
		margin: 0 0 10px;
	}

	.filters > div {
		margin-bottom: 20px;
	}

	.columns.columns-4 .col {
		margin-bottom: 40px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer {
		text-align: center;
	}

	.columns.columns-3 > .col,
	.columns.columns-3 .jscroll-inner > .col {
		width: 47.6%;
	}

	.filters p {
		min-width: 80px;
	}

	.header .btn.large {
		font-size: 12px;
		padding: 10px 10px;
		top: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.columns.columns-3.has-links,
	.columns.columns-3.has-links .col {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.columns.columns-3.has-links .col {
		margin-bottom: 40px;
	}

	.gallery-wrap .thumbnail-nav .slick-slide {
		width: 50% !important;
	}

	.gallery-wrap .thumbnail-nav a {
		height: auto;
	}

	.overlap-160 {
		margin-top: 0;
	}

	.columns.columns-2.list.title h3 {
		font-size: 16px;
	}

	.columns.columns-2.list p {
		font-size: 12px;
	}

	.columns.columns-2.list .icon::before {
		top: -2px;
	}

	.section.overlap-160 {
		padding-top: 10px;
	}

	.acf-map .caption {
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	.columns.columns-3.inline .col,
	.columns.columns-3.as-row .col {
		display: inline-block;
	}

	.columns.columns-3,
	.columns.columns-3 > .col,
	.columns.columns-3.custom-2,
	.columns.columns-3.custom-2 > .col,
	.columns.columns-3 .jscroll-inner > .col,
	.wpcf7 .row,
	.wpcf7 .row p {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.wpcf7 .row p {
		margin: 0 0 10px;
	}

	.columns.columns-3 > .col,
	.columns.columns-3.custom-2 > .col,
	.columns.columns-3 .jscroll-inner > .col {
		margin-bottom: 20px;
	}

	.columns.columns-3.as-row .col {
		width: 47.6%;
		margin: 0 1.2% 2.4%;
	}

	.menu-wrap.stuck {
		top: 187px;
	}

	.mobile-fullwidth {
		width: 100%;
	}
}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before,
	.icon-after::after,
	.slick-arrow::before,
	.chosen-container-single .chosen-single div b {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.wp-video {
	margin: 30px 0;
}

.mejs-container,
.wp-video-shortcode video,
video.wp-video-shortcode,
.mejs-container .mejs-controls {
	border-radius: 5px;
}

.img-float {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 60px;
}

p .alignnone {
	margin-bottom: 0;
}

.alignnone {
	margin: 5px 15px 10px 0;
}

.alignnone:last-of-type {
	margin-right: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 15px 10px;
}

.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 15px 10px;
}

a img.alignnone {
	margin: 5px 15px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
