/**********************************************/
/* Theme Name: Sprout Marketing               */
/* Theme URI: https://www.sproutmarketing.com */
/* Author: Kondor with a K                    */
/* Author URI: https://www.kondorwithak.com   */
/* Description: For Sprout Marketing          */
/* Version: 1.0                               */
/**********************************************/

/**********************/
/* Custom Stylesheet  */
/**********************/
/* - Reset            */`
/* - Formatting       */
/* - Header           */
/* - Banner           */
/* - Content          */
/* - Modules          */
/* - Sidebar          */
/* - Footer           */
/* - FontAwesome      */
/* - Link Transitions */
/* - Responsive       */
/**********************/

/*********/
/* Reset */
/*********/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap;color:#000;margin:0 30px 20px}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both;height:0;display:block;margin:0!important;line-height:0!important}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}.entry-content img,.comment-content img,.widget img{max-width:100%}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}.size-full,.size-large,.header-image,.wp-post-image{max-width:100%;height:auto}embed,iframe,object,video{max-width:100%}.alignleft{float:left;margin:10px 10px 10px 0}.alignright{float:right;margin:10px 0 10px 10px}.aligncenter{display:block;margin-left:auto;margin-right:auto}

/**************/
/* Formatting */
/**************/
/* Variables */
:root {
	--primary-color: #A9B95B;
	--secondary-color: #B8C578;
	--black: #000000;
	--white: #ffffff;
	--gray: #757575;
	--lightgray: #f4f4f4; /* e2dbd5 */
}

/* Body */
body {font-family: "Gotham", sans-serif !important; font-size: 20px; color: var(--black); font-weight: normal; background: var(--white); -webkit-font-smoothing: antialiased; display: block !important;}
.hide-site {display: none !important;}
.clear {clear: both; height: 0; margin: 0; padding: 0;}
.deskonly {display: block;}
.mobileonly {display: none}

/* Forms */
input, 
select,
textarea {border: none; background: var(--white); width: 100%; padding: 16px 15px 15px; outline: none !important; line-height: 17px; font-weight: normal; -webkit-transition: .25s; -moz-transition: .25s; -o-transition: .25s; -ms-transition: .25s; transition: .25s; border-radius: 5px; font-family: "Gotham", sans-serif; color: var(--black); box-shadow: none; font-size: 14px;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {position: relative; color: var(--black); font-weight: bold; margin: 0 0 20px 0; background: none; line-height: 1.2; font-family: "Gotham", serif;}
h1 strong,
h2 strong,
h3 strong,
h4 strong {color: var(--black);}
h1 {font-size: 40px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

@media (max-width: 991px) {
	h1 {font-size: 35px;}
	h2 {font-size: 35px;}
	h3 {font-size: 28px;}
	h4 {font-size: 22px;}
	h5 {font-size: 18px;}
	h6 {font-size: 16px;}
}

@media (max-width: 767px) {
	h1 {font-size: 30px;}
	h2 {font-size: 30px;}
	h3 {font-size: 25px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	h6 {font-size: 16px;}
}

@media (max-width: 500px) {
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
}

/* Paragraphs */
p {position: relative; margin-bottom: 20px; font-size: 16px; line-height: 1.5; color: var(--black);}

/* Links */
a {text-decoration: none; cursor: pointer; color: #302D3F;}
a:hover,
a:focus {text-decoration: none; outline: none; color: var(--secondary-color);}

/* Lists */
ol, 
ul {list-style: none; padding: 0; margin: 0;}
ul li,
ol li {position: relative; margin-bottom: 25px; font-size: 16px; line-height: 1.5;}

@media (max-width: 991px) {
	ul li,
	ol li {font-size: 17px;}
}

@media (max-width: 767px) {
	ul li,
	ol li {font-size: 16px;}
}

/* Buttons */
button:focus {outline: none;}
.content-area a.button,
a.button,
button.button,
.text-area a.button {color: var(--white); font-size: 15px; font-weight: 300; padding: 15px 25px; text-align: center; margin: 0; display: inline-block; background-color: var(--primary-color); line-height: 1; border: 2px solid var(--primary-color); border-radius: 0 0 0 10px;}
a.button.white-bg {background-color: var(--white); color: var(--black); border-color: var(--white);}
a.button.no-bg {background: none; border-color: var(--white);}
a.button + a.button {margin-left: 25px;}
.content-area a.button:hover,
a.button.white-bg:hover,
a.button.offwhite-bg:hover,
a.button.lightgray-bg:hover,
a.button.dark-bg:hover,
a.button:hover,
button.button:hover,
.text-area a.button:hover {background-color: var(--secondary-color); border-color: var(--secondary-color); color: var(--white);}

@media (max-width: 991px) {
	.content-area a.button,
	a.button,
	button.button,
	.text-area a.button {font-size: 16px;}
}

@media (max-width: 767px) {
	.content-area a.button,
	a.button,
	button.button,
	.text-area a.button {font-size: 15px;}
	a.button span,
	button.button span {padding: 15px 15px 15px 25px;}
	a.button span:after, 
	button.button span:after {border-top: 22.5px solid transparent; border-bottom: 22.5px solid transparent; border-left: 24px solid var(--secondary-color); left: calc(100% - 1px);}
}

/* Containers */
.site-container {position: relative; padding-top: 130px;}
body.admin-bar .site-container {margin-top: 32px;}
section {padding: 100px 15px; background-color: var(--white); margin: 0 auto;}
.container {width: 100% !important; max-width: 1260px;}
.container.full-width {max-width: 100%; padding: 0;}
.row.flexit{ display:flex; align-items:flex-start; flex-wrap:wrap;}

@media (max-width: 991px) {
	section {padding: 75px 15px;}
}

@media (max-width: 767px) {
	.site-container {padding-top: 90px;}
	section {padding: 50px 15px;}
}

/* Animation */
/*.animated {opacity: 1 !important;}*/
.wow {visibility: hidden;}

@media (max-width: 767px) {
	.wow {visibility: visible;}
}

/* Images */
img,
svg {max-width: 100%; height: auto;}

/* No phone links on desktop */
@media (min-width: 1025px) {
	a[href^=tel], 
	a[href^=skype], 
	a[href^=sms] {cursor: default; pointer-events: none;}
}

/**********/
/* Header */
/**********/
.header {position: fixed; left: 0; right: 0; top: 0; z-index: 999; width: 100%; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; height: 130px; margin: 0 auto; background-color: var(--white); max-width: 100%; border-bottom: 1px solid var(--white);}
body.admin-bar .header {top: 32px;}
.header .container {max-width: 1130px;}
.header .col-lg-12 {display: flex; justify-content: space-between;}
.site-container.not-at-top .header {/*height: 110px; */ border-color: var(--lightgray);}

@media (max-width: 782px) {
	body.admin-bar .header {top: 0;}
}

@media (max-width: 767px) {
	.header {height: 90px;}
}

@media (max-width: 479px) {
	.header .hide-mobile {display: none;}
}

@media (max-width: 400px) {
	.header .container {padding: 0 10px;}
}

.header .left-area {display: flex; align-items: center; flex-wrap: nowrap;}
.header .right-area {display: flex; align-items: center; flex-wrap: nowrap;}

@media (max-width: 991px) {
	.header .left-area {display: none;}
	.header .right-area {width: 100%; justify-content: flex-end; padding: 0 15px;}
}

/* Logo */
.header .logo {padding: 35px 0 36px; float: none; margin: 0 15px;}
.header .logo a {display: block; width: 170px; height: 59px;}
.header .logo img {width: auto; max-width: 170px; max-height: 59px;}
/*.site-container.not-at-top .header .logo {padding: 25px 0 26px;}*/

@media (max-width: 1099px) {
	.header .logo {margin-right: 15px;}
}

@media (max-width: 767px) {
	.header .logo {padding: 15px 0 16px;}
}

/* Menu */
.header .menu-area {padding: 0; margin: 0; float: none; display: flex; flex-direction: column; align-items: flex-end;     justify-content: center;}

/* Main Navigation */
.header .header-menu {position: relative; left: 0; top: 0; width: 100%; z-index: 5;}
.header .nav-outer {position: relative;}
.header .navbar-default {min-height: initial; background: transparent; border: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; margin: 0;}
.header .navbar-collapse {padding: 0;}
.header .navbar-nav {display: flex; align-content: center; flex-wrap: nowrap; align-items: center; max-width: 860px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; float: none;}
.header .navbar-nav > li {padding: 0; margin: 0 35px 0 0; float: none; font-size: 20px; font-weight: normal;}
.header .navbar-nav > li:last-child {margin-right: 0;}
.header .navbar-nav > li > a {color: var(--black) !important; padding: 4px 5px; height: 38px; line-height: 30px;}
.header .navbar-nav > li:hover > a  {background-color: var(--tan);}
.header .navbar-nav > li.current-menu-parent > a {color: var(--black) !important;}

.header .navbar-nav > li.menu-item-20 {margin-right: 0; font-size: 15px;}
.header .navbar-nav > li.menu-item-20 a {color: var(--white) !important; font-size: 15px; font-weight: 300; padding: 12px 14px; text-align: center; margin: 0; display: inline-block; background-color: var(--primary-color); line-height: 1; border-radius: 0 0 0 10px; height: 38px;}
.header .navbar-nav > li.menu-item-20 a:hover {background-color: var(--secondary-color);}

.header .navbar-nav li.drop {position: relative;}
.header .navbar-nav li.drop ul.dropdown {margin: 0; padding: 0; position: absolute; top: 100%; left: 0; width: 170px; background: #F5F2F0; padding: 0; opacity: 0; visibility: hidden; z-index: 999; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; border: none; text-align: left;}
.header .navbar-nav li.drop ul.dropdown li ul.dropdown {top: 0; left: 100%;}
.header .navbar-nav li.drop ul.dropdown li:hover ul.dropdown {opacity: 1;}
.header .navbar-nav li.drop ul.dropdown li {display: block; margin: 0; font-size: 16px;}
.header .navbar-nav li.drop ul.dropdown li a {display: inline-block; text-decoration: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; display: block; font-size: 14px; padding: 10px 12px; color: #333333; line-height: 1.2;}
.header .navbar-nav li.drop ul.dropdown li:hover > a {color: var(--secondary-color);}
.header .navbar-nav li.drop:hover > ul.dropdown {opacity: 1; visibility: visible;}

@media (max-width: 1199px) {
	.header .navbar-nav > li {font-size: 15px; margin-right: 30px;}
}

@media (max-width: 1099px) {
	.header .navbar-nav > li {font-size: 14px; margin-right: 5px; letter-spacing: 0;}
}

@media (max-width: 991px) {
	.header .menu-area {justify-content: center;}
	.header .menu-area .navbar-header {float: right;}
	.menu-main-navigation-container {padding: 0 10px; background-color: var(--white);}
	.header .navbar-collapse {display: none !important;} 

	.navbar-default .navbar-toggle {color: var(--white) !important; font-size: 12px; font-weight: 300; padding: 6px 12px; text-align: center; margin: 0; display: flex; justify-content: space-between; align-items: center; gap: 5px; background-color: var(--primary-color); line-height: 1; border-radius: 0 0 0 10px; height: 38px; float: none; border: none; width: 75px;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {background-color: var(--secondary-color);}
	/*.navbar-default .navbar-toggle .icon-bar {background-color: var(--black);}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {background-color: var(--secondary-color); color: var(--white);}
	.navbar-default .navbar-toggle:hover .icon-bar {background-color: var(--white);}*/
	.sr-only {overflow: auto; clip: auto; margin: -4px 0 0 19px; width: auto; height: auto;}
}

@media (max-width: 767px) {
	.header .menu-area {}
}

@media (max-height: 700px) {
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li {padding-top: 25px; padding-bottom: 25px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a {padding-top: 7px; padding-bottom: 7px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a span {font-size: 19px;}

	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li {max-height: 450px; overflow: hidden;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li {margin-bottom: 10px;}
}

@media (max-height: 650px) {
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li {padding-top: 20px; padding-bottom: 20px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a {padding-top: 5px; padding-bottom: 5px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a span {font-size: 18px;}

	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li {max-height: 400px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area {top: 25px; bottom: 25px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li {font-size: 14px;}
}

@media (max-height: 600px) {
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li {padding-top: 15px; padding-bottom: 15px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a span {font-size: 17px;}

	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li {max-height: 390px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area {top: 20px; bottom: 20px; padding-top: 18px; padding-bottom: 18px;}
	.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li {margin-bottom: 7px;}
}

/* Mobile menu */
.pushy {overflow-y: scroll; max-width: 90%; background-color: #a9b95b; width: 350px;}
body.admin-bar .pushy {top: 32px;}
.pushy.pushy-right {-webkit-transform: translate3d(350px,0,0); -ms-transform: translate3d(350px,0,0); transform: translate3d(350px,0,0);}
.pushy-open-right .pushy.pushy-right {-webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.pushy-open-right .container, 
.pushy-open-right .push {transform: none !important; -webkit-transform: none !important; -ms-transform: none !important;}
.pushy .pushy-content {padding: 15px;}
.pushy .pushy-content > ul {margin-top: 0;}
.pushy .close-area {margin-bottom: 5px; text-align: right;}
.pushy .close-area a.close-menu {color: var(--black); padding: 8px; display: inline-block; max-width: 36px;}
.pushy .close-area a.close-menu:hover {color: var(--secondary-color);}

.pushy a:not(.close-menu) {color: #e9edd6; padding: 15px 12px;}
.pushy a:not(.close-menu):focus,
.pushy a:not(.close-menu):hover {color: var(--white);}
.pushy-submenu button {color: #e9edd6; padding: 15px 25px 15px 12px;}
.pushy-submenu button:hover,
.pushy-submenu button:focus {color: var(--white);}
.pushy-submenu > a::after,
.pushy-submenu > button::after {content: "\f107"; background: none; height: auto; width: auto; right: 8px; font-weight: bold !important;}

.pushy-submenu-open > a::after, 
.pushy-submenu-open > button::after {-webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg);}

.pushy ul#menu-mobile-navigation li {font-family: "Gotham", serif; font-size: 18px; margin-bottom: 0; line-height: 1.2;}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li > ul.dropdown > li {font-family: "Gotham", sans-serif !important; font-size: 16px;}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li > ul.dropdown > li > a {padding: 10px 15px;}

.pushy ul#menu-mobile-navigation > li > ul.dropdown > li.pushy-submenu-open > ul.dropdown {padding-bottom: 15px;}

@media (min-width: 992px) {
	.pushy,
	.pushy-open-left .site-overlay, 
	.pushy-open-right .site-overlay {display: none !important;}
}

/* body.pushy-open-right {overflow: hidden; height: 100%; -webkit-overflow-scrolling: touch; margin-right: 17px !important;}
body.pushy-open-right .header {padding-right: 17px;}

@media (min-width: 992px) {
	body.pushy-open-right {overflow: auto; height: initial; margin-right: 0 !important;}
	body.pushy-open-right .header {padding-right: 0;}
} */

/* WordPress admin bar */
@media (max-width: 782px) {
	#wpadminbar {display: none;}
	body.admin-bar:not(.home) .site-container,
	body.admin-bar .site-container {margin-top: 0;}
	body.admin-bar .pushy {top: 0;}
}

@media (max-width: 767px) {
	.deskonly {display: none !important;}
    .mobileonly {display: block !important;}
}

/***********/
/* CTA Bar */
/***********/
.cta-bar {background-color: #2b2868; padding: 15px 0; text-align: center;}
.cta-bar p {font-size: 18px; line-height: 1.25; margin: 0; color: var(--white); font-weight: bold;}

@media (max-width: 1200px) {
	.cta-bar p {font-size: 16px;}
}

@media (max-width: 780px) {
	.cta-bar p {font-size: 14px;}
}

@media (max-width: 450px) {
	.cta-bar p {font-size: 13px;}
}

@media (max-width: 360px) {
	.cta-bar p strong {font-size: 12px;}
}

/***************/
/* Page Banner */
/***************/
.page-banner {background-color: var(--white); max-height: calc(100vh - 130px); background-repeat: no-repeat; background-position: right center; background-size: 45% 100%;}
/*.page-banner.pt-small .text-area {padding-top: 45px;}
.page-banner.pt-medium .text-area {padding-top: 60px;}
.page-banner.pt-large .text-area {padding-top: 75px;}
.page-banner.pb-small .text-area {padding-bottom: 45px;}
.page-banner.pb-medium .text-area {padding-bottom: 60px;}
.page-banner.pb-large .text-area {padding-bottom: 75px;}*/
.page-banner .container {max-width: 100%; padding: 0;}
.page-banner .row.order-row {max-width: 1260px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}

.page-banner .icon-area {margin-bottom: 15px; margin-top: 10px;}

.page-banner .text-area {display: flex; justify-content: space-between; align-items: flex-end;}
.page-banner .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.page-banner .text-area h1 {margin: 0 0 15px; line-height: 1.2; font-size: 3.75rem; color: var(--black) letter-spacing: -0.5px;}
.page-banner .text-area p.below {font-size: 20px; margin: 15px 0 0; letter-spacing: -0.5px; max-width: 600px;}
.page-banner .text-area p:last-child {margin-bottom: 0;}

.page-banner .button-area {margin-top: 60px;}
.page-banner .button-area a {display: inline-block;}
.page-banner .button-area a + a {margin-left: 20px;}

.page-banner .image-holder {margin: 0 auto; position: relative;}
.page-banner .image-area img {margin: 0; display: block;}

.breadcrumbs-section {padding: 15px;}
.breadcrumbs-section p.breadcrumb {margin: 0; color: var(--black); font-size: 12px; background: none; padding: 0;}
.breadcrumbs-section p.breadcrumb a,
.breadcrumbs-section p.breadcrumb span {color: var(--black);}
.breadcrumbs-section p.breadcrumb a:hover {color: var(--secondary-color);}
.breadcrumbs-section p.breadcrumb span {margin: 0 10px;}
.breadcrumbs-section p.back {color: #747474; font-size: 20px; font-weight: 800; letter-spacing: 0.5px;}
.breadcrumbs-section p.back a {color: #747474;}
.breadcrumbs-section p.back .fa {font-size: 30px; font-weight: bold; position: relative; top: 3px; margin-right: 5px;}

.page-banner.align-center {text-align: center;}
.page-banner.align-center .text-area {justify-content: center;}

.page-banner.bc-yes .column-holder {padding-top: 15px;}

.page-banner.tc-black h1,
.page-banner.tc-black h2 {color: var(--black);}
.page-banner.tc-black p.breadcrumb,
.page-banner.tc-black p.breadcrumb a,
.page-banner.tc-black p.breadcrumb span {color: var(--black);}
.page-banner.tc-black p.breadcrumb a:hover {color: var(--black);}
.page-banner.tc-black p.back a:hover {color: var(--black);}
.page-banner.tc-black a.button:hover {background-color: var(--black); border-color: var(--black);}

.page-banner.tc-white h1,
.page-banner.tc-white h2,
.page-banner.tc-white h3,
.page-banner.tc-white p,
.page-banner.tc-white li {color: var(--white);}
.page-banner.tc-white a.button {background-color: var(--white); color: var(--black);}
.page-banner.tc-white a.button:hover {background-color: var(--black); color: var(--white);}

.page-banner.tc-white h1 + p {font-size: 18px;}
.page-banner.tc-white.bg-light {background-color: #2f837d;}

.page-banner.bg-black {}
.page-banner.bg-black .text-area h1 {color: var(--lightgray);}
.page-banner.bg-black .text-area p {color: var(--lightgray);}

.page-banner.bi-yes .image-holder {opacity: 0;}

body.page-id-12 .page-banner {background-color: #f4f4f4;}

body.page-id-9013 .page-banner .image-area img {margin: 0 auto;}
body.page-id-9013 .page-banner .row.order-row {max-width: 1260px;}

body.error404 .page-banner {padding: 10px 0 0 !important;}

/*@media (min-width: 992px) {
	.page-banner .col-lg-6 + .col-lg-6 .text-area {margin: 0 auto 35px;}
	.page-banner .col-lg-6 + .col-lg-6 .button-area {margin: 30px auto 0;}
}*/

@media (max-width: 1199px) {
	.page-banner .small-area {max-width: 300px; left: -10%;}
	.page-banner .text-area {padding-right: 15px;}
}

@media (max-width: 1100px) {
	.page-banner .small-area {max-width: 250px; left: -5%;}
}

@media (max-width: 991px) {
	.page-banner {padding: 0 !important; max-height: initial; background-image: none !important;}
	.page-banner .column-holder {padding: 0;}
	.page-banner.bi-yes .image-holder {opacity: 1;}
	.page-banner.with-background .text-area {margin: 0;}
	.page-banner .text-area {padding: 30px 15px; justify-content: center;}
	.page-banner .text-area h1 {margin-bottom: 0; font-size: 3.25rem;}
	.page-banner .text-area p + h2 {margin-top: 30px;}
	.page-banner .text-area h2:last-child {margin-bottom: 0;}
	.page-banner .text-area.form-text {padding-left: 0;}
	.page-banner .text-area p.below {font-size: 18px; letter-spacing: 0;}
	.page-banner .button-area {margin-top: 30px;}
	.page-banner.with-background .background-column {padding-top: 50px;}
	.page-banner .image-holder {padding: 0 15px;}
	.page-banner .small-area {max-width: 300px; bottom: -100px; left: auto; right: -10%;}
}

@media (max-width: 767px) {
	.page-banner .text-area {flex-direction: column; align-items: flex-start;}
	.page-banner .text-area .banner-headline + .banner-text {margin-top: 15px;}
	.page-banner .image-holder.with-small {margin-bottom: 80px;}
	.page-banner .text-area h1 {margin-bottom: 0; font-size: 3rem;}
	.page-banner .text-area h2 {font-size: 24px;}
	.page-banner .text-area p.below {font-size: 17px;}

	.page-banner .small-area {max-width: 250px; bottom: -60px;}
}

@media (max-width: 600px) {
	.page-banner .text-area h1 {margin-bottom: 0; font-size: 2.75rem;}
	.page-banner .text-area p.below {font-size: 16px;}
}

@media (max-width: 500px) {
	.page-banner .text-area h2 {font-size: 22px;}
	.page-banner .image-holder.with-small {margin-bottom: 60px;}
	.page-banner .small-area {max-width: 200px; bottom: -30px;}
}

/***********/
/* Content */
/***********/
.text-area p {margin-bottom: 20px;}
.text-area p + h2,
.text-area ul + h2,
.text-area ol + h2 {margin-top: 50px;}
.text-area p + h3,
.text-area ul + h3,
.text-area ol + h3 {margin-top: 50px;}
.text-area p + h4,
.text-area ul + h4,
.text-area ol + h4 {margin-top: 40px;}
.text-area p:last-child {margin-bottom: 0;}
.text-area a.toc-link {text-transform: uppercase; font-weight: 600;}
.text-area a.toc-link:after {content: "\f0da"; margin-left: 5px; top: 1px; position: relative; font-size: 17px;}
.text-area a {color: var(--secondary-color);}
.text-area a:hover {color: var(--black);}
.text-area h2 a,
.text-area h3 a,
.text-area h4 a,
.text-area p a,
.text-area li a {border-bottom: 1px solid var(--secondary-color); padding-bottom: 1px;}
.text-area h2 a:hover,
.text-area h3 a:hover,
.text-area h4 a:hover,
.text-area p a:hover,
.text-area li a:hover {color: var(--black); border-color: var(--black);}
.text-area img:not(.wppro_badge1_IMG_3) {max-width: 100%; height: auto;}
.text-area p[style="text-align: center;"] a.button {margin: 40px auto 0; padding: 12px 50px 14px;}
.text-area.wide-text {max-width: 1160px; margin: 0 auto;}
.text-area.wide-text p.extra-space {margin-bottom: 55px;}
.text-area.wide-text h2 + p.extra-space {margin-top: 75px;}
.text-area.wide-text ul ul {padding-left: 25px;}
.text-area blockquote {border-left: 5px solid var(--secondary-color); padding: 50px; background-color: var(--lightblack); margin: 0 auto 30px;}
.text-area blockquote p {font-size: 25px;}

.text-area .featured-icon {margin: 0 0 5px 20px; position: relative; height: 61px;}
.text-area .featured-icon img {max-width: 100%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); left: 0; margin: 0;}

/* Videos */
.text-area a.popup-video {max-width: 600px; display: block; border: 10px solid var(--white); margin: 0 auto 30px; position: relative;}
.text-area a.popup-video:before {content: ""; background-color: rgba(73,70,93,0.5); position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.text-area a.popup-video:after {content: ""; width: 89px; height: 89px; bottom: 20px; right: 20px; background: url('images/play-button-white.png') no-repeat center center; position: absolute; z-index: 3; display: block; background-size: contain;}

.wp-video {max-width: 400px !important; height: 400px !important; width: 400px !important; max-height: 400px; overflow: hidden; margin: 0 auto 20px;}
.wp-video .mejs-container {width: 400px !important; height: 400px !important;}

.content-section {padding: 100px 0;}
.content-section.bg-gray {background-color: #F4F4F4;}

.content-section.with-background .content-holder {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 75px 0;}
.content-section.with-background h2 {color: var(--white);}

.content-section.center-align .text-area.wide-text {text-align: center;}
.content-section.center-align .text-area.wide-text p {max-width: 1350px; margin-left: auto; margin-right: auto;}
.content-section.center-align .text-area.wide-text ul {list-style: inside; margin-left: auto; margin-right: auto; max-width: 1000px;}
.content-section.center-align .text-area.wide-text blockquote {max-width: 1000px; margin-left: auto; margin-right: auto;}

.content-section .text-area a.popup-video {max-width: 600px; display: block; margin: 50px auto; border: 10px solid #d8d8dc;}
.content-section .text-area a.popup-video:hover {border-color: var(--secondary-color);}
.content-section .text-area img {margin: 0 auto; display: block;}

.content-section .button-area {text-align: center; margin-top: 30px;}

.content-section.two-columns {background-color: #0A2138;}
.content-section.two-columns .container {max-width: 850px;}
.content-section.two-columns .text-area h2 {color: var(--white); margin-bottom: 50px; text-align: center;}
.content-section.two-columns .col-lg-6 .text-area {background-color: #d2d4d5; padding: 35px 40px 25px; border-radius: 20px; margin-bottom: 30px; min-height: 560px;}

body.page-id-329 .text-area.wide-text {max-width: 950px;}

@media (min-width: 992px) {
	.content-section.two-columns .col-lg-6 .text-area {min-height: 560px;}
}

@media (max-width: 991px) {
	.content-section {padding: 75px 15px;}
	.content-section.with-background .background-holder {padding: 75px 0;}
	.text-area p[style="text-align: center;"] a.button {margin-top: 10px;}
	.text-area.wide-text h2 + p.extra-space {margin-top: 50px;}
}

@media (max-width: 767px) {
	.content-section {padding: 50px 15px;}
	.search-section + .content-section {margin-top: 0;}
	.content-section.with-background .background-holder {padding: 75px 0 50px;}
	.search-section + .content-section.with-background .background-holder {padding-top: 25px;}
	.text-area.wide-text h2 + p.extra-space {margin-top: 25px;}
}

@media (max-width: 450px) {
	.wp-video {max-width: 350px !important; height: 350px !important; max-height: 350px;}
}

@media (max-width: 400px) {
	.wp-video {max-width: 320px !important; height: 320px !important; max-height: 320px;}
}

/* Sup */
.text-area h2 sup {font-size: 14px; position: relative; top: -20px;}
.text-area h3 sup {font-size: 18px; position: relative; top: -15px;}
.text-area h4 sup {font-size: 16px; position: relative; top: -12px;}
.text-area p sup {font-size: 8px; position: relative; top: -10px;}

/* Lists */
.text-area ol {list-style: decimal;}
.text-area ul {list-style: outside;}
.text-area ol,
.text-area ul {margin: 0 0 25px 25px;}
.text-area ol li,
.text-area ul li {margin-bottom: 10px;}
.text-area ol li ol,
.text-area ul li ul {margin-top: 10px;}

/* Related Posts */
.text-area ul.rp4wp-posts-list {margin-left: 0;}
.text-area ul.rp4wp-posts-list li:before {display: none;}
.text-area ul.rp4wp-posts-list li .rp4wp_component_title {font-weight: 600;}

/* Alignment */
.text-area .align-center {text-align: center;}
.text-area .align-left {text-align: left;}
.text-area .align-right {text-align: right;}
.text-area .alignright {float: right; margin: 0 0 10px 15px; max-width: 540px;}
.text-area .alignleft {float: left; margin: 0 15px 10px 0; max-width: 540px;}
.text-area .aligncenter,
.text-area .aligncenter img {display: block; margin: 50px auto;}
.text-area table.alignright {float: right; position: relative; z-index: 2; margin: 0 0 10px 15px;}
.text-area table.alignright ul {list-style: none !important;}

.text-area h2:nth-of-type(1) .alignright {margin: 0 35px 0 35px;}

@media (max-width: 991px) {
	.text-area .aligncenter {margin: 30px auto;}
}

@media (max-width: 767px) {
	.text-area img,
	.text-area .alignright,
	.text-area .alignleft {float: none; margin: 0 auto 20px; display: block; max-width: 100%;}
	.text-area table.alignright {float: none; width: 100%; margin: 0 0 20px;}
}

/* Image caption */
.text-area .wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 40px 0; width: auto !important;}
.text-area .wp-caption img {margin: 10px; padding: 0; border: 1px solid #ddd; float: none; width: calc(100% - 20px); background: none;}
.text-area .wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Slider */
.carousel {overflow: hidden;}
.slick-buttons {position: static;}
.slick-next {right: 0;}
.slick-prev, 
.slick-next {position: absolute; width: 70px; height: 70px; background: transparent; margin: 0 !important; text-align: center; line-height: 70px; border: 1px solid #E2E6E7; top: 43%; font-size: 20px; z-index: 1; opacity: 0.4; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; color: transparent; border-radius: 0;}
.slick-prev:before,
.slick-next:before {font-size: 50px;}
.slick-prev:before {content: "\f104";}
.slick-next:before {content: "\f105";}
.slick-page {display: inline-block; padding: 6px 2px; position: relative;}
.slick-theme .slick-controls .slick-page span {width: 8px; height: 8px; display: block; position: relative; margin: 5px 3px; z-index: 1000 !important; background: rgba(0, 0, 0, .5); border: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.slick-page:hover span {background: rgba(0, 0, 0, .5);}
.slick-page.active span {background: #038875 !important; border: 1px solid #038875 !important; -webkit-transform: scale(1.3333333); -moz-transform: scale(1.3333333); -o-transform: scale(1.3333333); -ms-transform: scale(1.3333333); transform: scale(1.3333333);}

/* iFrame */
.iframe-section {padding: 0;}
.iframe-section iframe {display: block; border: none;}

/***********/
/* Modules */
/***********/
/* Modules > Background colors */
section.bg-blue {background-color: var(--blue);}
section.bg-darkblue {background-color: var(--darkblue);}
section.bg-lightblue {background-color: var(--blue);}
section.bg-black {background-color: var(--black);}
section.bg-darkblack {background-color: var(--black);}
section.bg-dark {background-color: var(--secondary-color);}
section.bg-darkgrey,
section.bg-darkgray {background-color: var(--black);}
section.bg-lightgray {background-color: var(--lightgray);}
section.bg-darkorange {background-color: var(--secondary-color);}
section.bg-lightorange {background-color: var(--lightorange);}
section.bg-gray {background-color: #F4F4F4;}
section.bg-light {background-color: var(--secondary-color);}
section.bg-lightblack {background-color: var(--lightblack);}
section.bg-yellow {background-color: #FAE8CC;}
section.bg-white {background-color: var(--white);}
section.bg-offwhite {background-color: var(--white);}

/* Padding */
section.pt-small {padding-top: 50px;}
section.pt-medium {padding-top: 75px;}
section.pt-large {padding-top: 100px;}
section.pt-none {padding-top: 0;}

section.pb-small {padding-bottom: 50px;}
section.pb-medium {padding-bottom: 75px;}
section.pb-large {padding-bottom: 100px;}
section.pb-none {padding-bottom: 0;}

@media (max-width: 991px) {
	section.pt-small {padding-top: 40px;}
	section.pt-medium {padding-top: 50px;}
	section.pt-large {padding-top: 75px;}

	section.pb-small {padding-bottom: 40px;}
	section.pb-medium {padding-bottom: 50px;}
	section.pb-large {padding-bottom: 75px;}
}

@media (max-width: 767px) {
	section.pt-small {padding-top: 30px;}
	section.pt-medium {padding-top: 40px;}
	section.pt-large {padding-top: 50px;}

	section.pb-small {padding-bottom: 30px;}
	section.pb-medium {padding-bottom: 40px;}
	section.pb-large {padding-bottom: 50px;}
}

/* Modules > Text colors */
section.tc-white h1,
section.tc-white h2,
section.tc-white h3,
section.tc-white p {color: var(--white);}
section.tc-white a.button:not(.additional-button,.offwhite-bg,.lightgray-bg) {background-color: var(--white); color: var(--black);}
section.tc-white a.button:not(.additional-button):hover {background-color: var(--secondary-color); color: var(--white);}

.button-area {text-align: left;}
.button-area p {font-size: 15px; line-height: 1.25;}
.button-area p a.link {font-weight: 500; border: none; color: var(--black);}
.button-area p a.link span {border-bottom: 1px solid #bfbfbf;}
.button-area p a.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>'); position: relative; left: 0;}
.button-area p a.link:hover {color: var(--primary-color);}
.button-area p a.link:hover span {border-color: var(--primary-color);}
.button-area p a.link:hover:after {left: 5px;}

/****************************/
/* Modules > Above the Fold */
/****************************/
.atf-section {padding: 0; position: relative; overflow: hidden; background-color: #000000; background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 880px; max-height: 1080px; height: calc(100vh - 160px); overflow: hidden; width: 100%; display: block; background-size: 100% 100%;}
body.admin-bar .atf-section {height: calc(100vh - 192px);}
.atf-section .slide .inner {position: relative; height: calc(100vh - 130px); min-height: 880px; max-height: 1080px; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat;}
body.admin-bar .atf-section .slide .inner {height: calc(100vh - 192px);}

.atf-section .center-text {padding: 30px 30px 75px; width: 100%; display: flex; align-items: center; position: relative; height: calc(100vh - 130px); z-index: 4;}

.atf-section .text-area {max-width: 620px;}
.atf-section .text-area h1,
.atf-section .text-area span.headline {margin: 0; color: var(--white);}
.atf-section .text-area p {font-size: 22px; line-height: 1.5; color: var(--white); margin: 0 0 8px; font-weight: 300;}
.atf-section .text-area p.subtitle {font-size: 30px;}
.atf-section .text-area p:last-child {margin-bottom: 0;}

.atf-section .button-area {margin-top: 30px;}
.atf-section .button-area a.button + a.button {margin-left: 40px;}

.atf-section .bottom-holder {position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; background-color: #ffffff;}
.atf-section .bottom-area:before {content: ""; top: 0; bottom: 0; right: 100%; position: absolute; background-color: var(--white); display: block; width: 100%;}
.atf-section .bottom-area {border-radius: 0 20px 0 0; background-color: var(--white); padding: 46px 30px 46px 20px; max-width: 640px; position: relative;}
.atf-section .bottom-area p {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.atf-section .bottom-area h2 {max-width: 500px; color: var(--black);}
.atf-section .bottom-area .button-area {margin-top: 20px;}
.atf-section .bottom-area p:last-child {margin-bottom: 0;}

/*.atf-section .slick-dots {z-index: 4; bottom: 40px; right: 40px; text-align: right; width: auto;}
.atf-section .slick-dots li {margin: 0 3px; width: 8px; height: 8px;}
.atf-section .slick-dots li button:before {color: #afa59e; font-size: 8px; opacity: 1; width: 8px; height: 8px;}
.atf-section .slick-dots li.slick-active button:before {color: #FAF9F8; opacity: 1;}*/

@media (max-width: 991px) {
	.atf-section .text-area {max-width: 550px;}
	.atf-section .text-area p.subtitle {font-size: 24px;}
}

@media (max-width: 767px) {
	.atf-section {height: auto; min-height: 500px; align-content: center; align-items: flex-end; justify-content: center;}
	body.admin-bar .atf-section {height: auto;}
	.atf-section .slide .inner {height: auto; max-height: initial;}
	.atf-section .hide-slide {display: none !important;}
	.atf-section .slide video {display: none;}

	.atf-section .slide .inner,
	body.admin-bar .atf-section .slide .inner {height: auto; background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 500px;}

	.atf-section .center-text {height: auto; min-height: 500px; padding: 0; text-align: center; background-color: rgba(0, 0, 0, 0.4);}
	.atf-section .text-area {max-width: 500px; margin: 0 auto;}
	.atf-section .button-area a.button {margin: 0 auto; display: block; max-width: 200px;}
	.atf-section .button-area a.button + a.button {margin: 20px auto 0;}

	.atf-section .bottom-holder {position: static; width: 100%; background-color: #ffffff;}
	.atf-section .bottom-area {max-width: 100%; border-radius: 0; text-align: center;}
	.atf-section .bottom-area h2 {margin-left: auto; margin-right: auto;}
	.atf-section .bottom-area .button-area {text-align: center;}
}

/***********************/
/* Modules > Accordion */
/***********************/
.accordion-section {background-color: #ffffff; padding: 90px 0 100px;}

/* Accordion Module > Text */
.accordion-section .text-area.top-headline {border-bottom: 1px solid var(--black); margin-bottom: 10px;}
.accordion-section .text-area.description-area {padding-top: 10px; margin-bottom: 20px; max-width: 440px;}
.accordion-section .text-area .button-area {margin-top: 40px;}
.accordion-section .text-area .headline-icon {display: flex; margin-bottom: 10px;}
.accordion-section .text-area .icon-area {margin-right: 20px;}
.accordion-section .text-area h2 {margin-bottom: 20px;}
.accordion-section .text-area:not(.panel-body) p {margin-bottom: 0;}
.accordion-section .text-area p a:not(.button) {color: #CA6D29;}
.accordion-section .text-area p a:not(.button):hover {color: var(--secondary-color);}

.accordion-section .answer-row {display: flex;}
.accordion-section .answer-row .align-bottom {display: flex;/* align-items: flex-end; */}

/* Accordion Module > Accordion */
.accordion-section .accordion-area {max-width: 550px;}
.accordion-section .accordion-area .panel-default {margin: 0 auto; background: none; border: none; box-shadow: none; border-bottom: 1px solid #bfbfbf; overflow: hidden; border-radius: 0;}
.accordion-section .accordion-area .panel-default:last-child {margin-bottom: 0;}

/* Accordion Module > Accordion > Headline */
.accordion-section .accordion-area .panel-default > .panel-heading {color: var(--black); border: none; padding: 0; background: none;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 {margin: 0; font-weight: 500; position: relative; color: var(--black); font-size: 24px; background: none; min-height: 60px;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span {color: var(--black); display: flex; align-items: center; position: relative; background: none; padding: 16px 70px 15px 0; text-transform: none; width: 100%; min-height: 60px; border: none; /*position: absolute; */z-index: 2;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a:after,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:after {content: ""; display: inline-block; position: absolute; right: 0; width: 20px; height: 10px; background-image: url('data:image/svg+xml,<svg width="20" height="10" viewBox="0 0 20 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 8L10 2L4 8" stroke="%234A5565" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); transform: scaleY(-1);}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed),
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:not(.collapsed) {color: var(--black);}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed):after,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:not(.collapsed):after {transform: none;}

.accordion-section.bg-gray .accordion-area .panel-default > .panel-heading h3 a {background-color: var(--white);}
.accordion-section.bg-light .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section.bg-light .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed) {color: var(--secondary-color);}

/* Accordion Module > Accordion > Text */
.accordion-section .accordion-area .panel-default .panel-body {padding: 25px 50px 30px 0; margin-top: -30px; background: none; border: none;}
.accordion-section .accordion-area .panel-default .panel-body p {font-size: 15px; letter-spacing: -0.5px;}

/* Accordion Module > Colors */
.accordion-section.bg-black .text-area:not(.panel-body) h2 {color: var(--white);}

.accordion-section.tc-black .text-area h2,
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed),
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 span,
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 span:not(.collapsed),
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 a:after,
.accordion-section.tc-black .accordion-area .panel-default > .panel-heading h3 span:after {color: var(--black);}

.accordion-section.tc-white .text-area h2,
.accordion-section.tc-white .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section.tc-white .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed),
.accordion-section.tc-white .accordion-area .panel-default > .panel-heading h3 span,
.accordion-section.tc-white .accordion-area .panel-default > .panel-heading h3 span:not(.collapsed) {color: var(--white);}

@media (max-width: 1199px) {
	.accordion-section .accordion-area .panel-default .panel-body > ul > li {width: 33.3%;}
}

@media (max-width: 991px) {
	.accordion-section {padding: 65px 15px 75px;}
	.accordion-section .accordion-area .panel-default > .panel-heading h3 {font-size: 24px;}
	.accordion-section .accordion-area .panel-default .panel-body > ul > li,
	.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-three > li,
	.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-four > li {width: 50%;}
	.accordion-section .text-area:not(.panel-body) {margin-bottom: 40px;}
}

@media (max-width: 767px) {
	.accordion-section {padding: 55px 15px 65px;}
	.accordion-section .answer-row {flex-direction: column;}
	.accordion-section .accordion-area .panel-default > .panel-heading h3 {font-size: 20px;}
	.accordion-section .accordion-area .panel-default .panel-body > ul > li, 
	.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-two > li,
	.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-three > li,
	.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-four > li {width: 100%; max-width: 100%;}
	.accordion-section .text-area:not(.panel-body) {margin-bottom: 30px;}
}

/* Expand */
.accordion-item {margin: 25px 0 15px;}
.accordion-item:last-child {margin-bottom: 0;}
.accordion-item .accordion__item-title {font-family: "Montserrat", sans-serif; color: var(--secondary-color); font-weight: 600; font-size: 16px; cursor: pointer; display: block; position: relative; text-decoration: none;}
.accordion-item .accordion__item-title:after {position: static; right: 0; top: 0; content: "\f067"; font-family: fontawesome; background-color: var(--secondary-color); color: #ffffff; font-size: 10px; font-weight: 400; text-align: center; width: 20px; height: 20px; line-height: 20px; margin-left: 10px;}
.accordion-item.active .accordion__item-header .accordion__item-title {color: var(--black);}
.accordion-item.active .accordion__item-header .accordion__item-title:after {background-color: var(--black); content: "\f068";}
.accordion-item .accordion__item-title:hover {color: var(--black);}
.accordion-item .accordion__item-title:hover:after {background-color: var(--black);}

.accordion-item .accordion__item-body {padding-top: 25px;}
.accordion-item .accordion__item-body p:last-child {margin-bottom: 0;}

.accordion-item .accordion__item-body ol {list-style: decimal;}
.accordion-item .accordion__item-body ol,
.accordion-item .accordion__item-body ul {margin: 0 0 20px 40px;}
.accordion-item .accordion__item-body ol li ol,
.accordion-item .accordion__item-body ul li ul {margin: 10px 0 10px 40px;}
.accordion-item .accordion__item-body ol li,
.accordion-item .accordion__item-body ul li {position: relative; margin-bottom: 10px; font-size: 17px; line-height: 27px; color: #6c6c6c;}
.accordion-item .accordion__item-body ul li:before {content: "\f105"; margin-right: -8px; top: -1px; position: absolute; font-size: 18px; color: #ef2435; left: -19px;}

/**********************/
/* Modules > Benefits */
/**********************/
.benefits-section {padding: 0;}

.benefits-section .headline-area {background-color: var(--secondary-color); text-align: center; padding: 50px 15px; position: relative;}
.benefits-section .headline-area:before {content: ""; display: block; width: 0; height: 0; border-left: 350px solid transparent; border-right: 350px solid transparent; border-bottom: 100px solid var(--secondary-color); position: absolute; bottom: 100%; left: 0; right: 0; margin: 0 auto;}
.benefits-section .headline-area .image-area {position: absolute; top: -120px; left: 0; right: 0; margin: 0 auto;}
.benefits-section .headline-area h2 {margin: 0; color: var(--white); font-weight: 500;}

.benefits-section .benefits-holder {padding: 75px 15px 100px;}
.benefits-section.with-background .benefits-holder {background-repeat: no-repeat; background-position: top center; background-size: cover;}
.benefits-section.with-background.with-right .benefits-holder {background-size: auto;}
.benefits-section .benefits-holder .container {max-width: 1270px;}

.benefits-section .row.order-row {align-items: flex-start;}

.benefits-section .benefit-area {margin-bottom: 90px; padding-left: 35px;}
.benefits-section .benefit-area:last-child {margin-bottom: 0;}
.benefits-section .benefit-area h3 {position: relative; color: #4d4d4d; font-size: 27px; font-weight: normal; margin-bottom: 10px; background-color: #d6edf7; max-width: 520px; padding: 7px 25px 13px 35px; text-transform: none; /* background-image: url('images/bg-benefit-blue.png'); */ background-repeat: no-repeat; background-position: center left; display: inline-block;}
.benefits-section .benefit-area h3 span {font-size: 45px; color: var(--secondary-color); position: absolute; left: -32px; top: -4px; font-family: "Gotham", sans-serif; font-weight: bold;}
.benefits-section .benefit-area p {color: #4d4d4d; padding-left: 35px; max-width: 550px;}

.benefits-section .image-area {margin: 0; padding: 0 15px;}
.benefits-section .image-area a.popup-video {max-width: 760px; display: block; border: 10px solid #d8d8dc; margin: 0 auto; position: relative;}
.benefits-section .image-area a.popup-video:hover {border-color: var(--secondary-color);}
.benefits-section .image-area img {margin: 0 auto; display: block;}

.benefits-section .carousel-area {max-width: 1000px; margin: 60px auto 0;}
.benefits-section .carousel-area .item .image-area {min-height: 100px; display: flex; align-items: center; justify-content: center;}

@media (max-width: 767px) {
	.benefits-section .headline-area {padding: 25px 15px;}
	.benefits-section .headline-area:before {border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom-width: 75px;}
	.benefits-section .headline-area .image-area {top: -82px;}
	.benefits-section .headline-area .image-area img {max-width: 60px;}
	.benefits-section .benefit-area h3 {font-size: 22px;}
}

/***************************/
/* Modules > Blog Scroller */
/***************************/
.blogscroller-section {padding: 75px 0; max-width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.blogscroller-section .container.wide-container {max-width: 100%; padding: 0; display: flex; justify-content: center;}

.blogscroller-section .text-area {max-width: 1000px; margin-bottom: 75px;}
.blogscroller-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.blogscroller-section .text-area p.subtitle + h2 {margin-top: 0;}
.blogscroller-section .text-area h2 {margin-bottom: 20px;/* padding-left: 15px; */}
.blogscroller-section .text-area p {font-size: 15px; max-width: 730px;}
.blogscroller-section .text-area p:last-child {margin-bottom: 0;}

.blogscroller-section .blog-row {max-width: 100%; /* calc(1300px + (100% - 1300px) / 2); */ margin: 0;}
.blogscroller-section .blog-row .col-lg-12 {padding: 0;}
.blogscroller-section .blog-carousel {padding: 0 0 4px;}
/*.blogscroller-section .blog-carousel.items-two .slick-track {display: flex; justify-content: space-between;}*/
.blogscroller-section .blog-carousel.items-three .slick-track {display: flex; justify-content: space-between;}

/* Blog Scroller > Carousel */
.blogscroller-section .blog-carousel .slick-track {display: flex !important;}
.blogscroller-section .blog-carousel .slick-slide {height: inherit !important;}

/* Blog Scroller > Grid */
.blogscroller-section .grid-holder {display: flex; flex-wrap: wrap;}
.blogscroller-section .grid-holder .news-area {opacity: 1; margin-bottom: 45px; width: calc(33.3% - 50px); height: initial;}
.blogscroller-section .grid-holder .news-area .image-area {max-height: 311px; overflow: hidden;}
.blogscroller-section .grid-holder .news-area .text-area {padding-bottom: 130px; min-height: calc(100% - 311px);}
.blogscroller-section .grid-holder .news-area .text-area p.description {font-weight: bold;}

/* Blog Scroller > Item */
.blogscroller-section .news-area {position: relative; padding: 15px 22px 15px; height: 100%;/* opacity: 0.4; */}
.blogscroller-section .news-area.slick-active {opacity: 1;}
.blogscroller-section .news-area .border-area {height: 100%; display: flex; max-width: 700px; box-shadow: 0 4px 15px 0 rgba(0,0,0,0.25); border-radius: 10px; overflow: hidden; margin: 0 auto;}
.blogscroller-section .news-area .image-area {min-height: 450px; background-repeat: no-repeat; background-size: cover; background-position: center top; background-color: var(--tan); width: 300px; position: relative;}
.blogscroller-section .news-area .image-area img {opacity: 0;}
.blogscroller-section .news-area .image-area .logo-area {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.2); display: flex; justify-content: center; align-items: center;}
.blogscroller-section .news-area a:hover .image-area .logo-area {background-color: rgba(0,0,0,0.35);}
.blogscroller-section .news-area .image-area .logo-area img {opacity: 1;}
.blogscroller-section .news-area .text-area {padding: 50px 35px; min-height: 450px; width: calc(100% - 300px); display: flex;     align-items: flex-end; margin-bottom: 0; background-color: var(--white);}
.blogscroller-section .news-area .text-area.short-yes {min-height: 70px;}
.blogscroller-section .news-area .text-area h3 {font-size: 20px; line-height: 1.2; margin-bottom: 10px; text-transform: initial;}
.blogscroller-section .news-area .text-area h3:before {content: ""; width: 50px; height: 5px; margin-bottom: 45px; display: block; background-color: var(--primary-color);}
.blogscroller-section .news-area .text-area p {color: var(--black); margin: 0; letter-spacing: -0.5px; max-width: 320px;}
.blogscroller-section .news-area .text-area p a {color: var(--black);}
.blogscroller-section .news-area .text-area p a:hover {color: var(--secondary-color);}
.blogscroller-section .news-area .button-area {padding: 15px 0 0;}

/* Blog Scroller > Arrows */
.blogscroller-section .slick-prev {left: auto; right: calc(50% - 300px);}
.blogscroller-section .slick-next {right: calc(50% - 350px);}
.blogscroller-section .slick-prev,
.blogscroller-section .slick-next {position: absolute; background: none; width: 30px; height: 30px; line-height: 1; opacity: 1; border-radius: 50%; top: auto; bottom: 0;}
.blogscroller-section .slick-prev.slick-disabled,
.blogscroller-section .slick-next.slick-disabled {opacity: 0;}
.blogscroller-section .slick-prev:before,
.blogscroller-section .slick-next:before {content: ""; opacity: 1; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center center;}
.blogscroller-section .slick-prev:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><image width="30" height="30" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADI0lEQVRIiWJkIBKs3BkdwMDA4M/AwGAAxejgAhRvDHdfugGvsQwMDAAAAAD//yJo8cqd0QkMDAz1DAwMCsQ6koGB4QEDA0NjuPvSBVhlGRgYAAAAAP//wmnxyp3RIF/Nx+E7YsEBBgaGxHD3pSCHIAADAwMAAAD//8JqMTRYQZYKUGApDHxgYGBwDHdfCooGCGBgYAAAAAD//8KwGBq0IEupCVAtZ2BgAAAAAP//YkKzFBSs/ST4pBEan4QAKOT2r9wZDUknDAwMAAAAAP//QrGYhOCF+aCBgYHBkATLISHJwMAAAAAA//+CW7xyZzTIEGISEkqwhbsvBfEJZh8ocABHJQMDAwAAAP//QvZxPqmWQh0McizYMCJBPQMDAwMAAAD//wInLiITFC5L95Oc+hkYAgEAAAD//4L52J4MS0GOPU9WlmNg8AcAAAD//4JZ7ECGpeRnOQYGAwAAAAD//2KBMnAVh7iCNx5aKhECoNDATLAMDAYAAAAA//9iXLkzGuRbUDwRtJQcAM0t4AQFBwwMDAAAAAD//0LPx8hgIqWWQgFmyDAwMAAAAAD//8JncT40WCkFmGYwMDAAAAAA//+CZaf/OEzHFcfEFqsggJlwGRgYAAAAAP//gln8Hk+2oH6qZmC4AAAAAP//ggU1vhQKK+DhQQat4BPJtpaB4QIAAAD//4JZvJGAQupazsCwEQAAAP//gtfHBIIbBrAFO6mNhgfh7ksVAQAAAP//Qk7VE4nQhM3noJoJZ9sKC2hkYGBgAAAAAP//QmmBrNwZfZ/IRh3c5yt3RoMcAyqzidF3Idx9qSEDAwMDAAAA//9Cz8eBRLoa5nNQqQQq9Yh1LCRNMDAwAAAAAP//olebCwQC4e1tBgYGAAAAAP//wii5qJBV0AHYpyiNfAYGBgAAAAD//yLUrl5PYkMeHYBSP8hS1DKfgYEBAAAA//8ipicBikdQs4iUCh/kS1AlA9KLCRgYGAAAAAD//yKl7wSKe1DfCVT2YnMEqKUJKgEP4uu6gAEDAwMAAAD//yLaYiwOgRf+4e5LiWkUIAADAwMAAAD//wMA5pbMAusEAI0AAAAASUVORK5CYII="/></svg>');}
.blogscroller-section .slick-next:before {background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5312 0C22.5586 0 29.0625 6.50391 29.0625 14.5312C29.0625 22.5586 22.5586 29.0625 14.5312 29.0625C6.50391 29.0625 0 22.5586 0 14.5312C0 6.50391 6.50391 0 14.5312 0ZM12.8379 8.41406L17.2617 12.6562H6.5625C5.7832 12.6562 5.15625 13.2832 5.15625 14.0625V15C5.15625 15.7793 5.7832 16.4062 6.5625 16.4062H17.2617L12.8379 20.6484C12.2695 21.1934 12.2578 22.1016 12.8145 22.6582L13.459 23.2969C14.0098 23.8477 14.9004 23.8477 15.4453 23.2969L23.2207 15.5273C23.7715 14.9766 23.7715 14.0859 23.2207 13.541L15.4453 5.75977C14.8945 5.20898 14.0039 5.20898 13.459 5.75977L12.8145 6.39844C12.2578 6.96094 12.2695 7.86914 12.8379 8.41406Z" fill="%23A9B95B"/></svg>');}
.blogscroller-section .slick-prev:hover,
.blogscroller-section .slick-next:hover {opacity: 0.8;}

/* Blog Scroller > Dots */
.blogscroller-section .slick-dots {position: static; max-width: 710px; margin: 0 auto; text-align: left;}
.blogscroller-section .slick-dots li button {padding: 2px;}
.blogscroller-section .slick-dots li button:before {color: #D9D9D9; font-size: 16px; opacity: 1;}
.blogscroller-section .slick-dots li.slick-active button:before {color: var(--primary-color); opacity: 1;}

/* Blog Scroller > Background color */
.blogscroller-section.bg-gray {background-color: #F4F4F4;}

/* Blog Scroller > Text alignment */
.blogscroller-section.left-align {text-align: left;}

/* Blog Scroller > 1 item */
/*.blogscroller-section .blog-carousel.items-one .slick-prev {left: 35%; top: 99%;} 
.blogscroller-section .blog-carousel.items-one .slick-next {right: 35%; top: 99%;}
.blogscroller-section .blog-carousel.items-one .news-area.blank-news {opacity: 0;}*/

/* Blog Scroller > 2, 3 or 4 items */
.blogscroller-section .blog-carousel.items-two .news-area {padding: 15px 40px; max-width: initial;}
.blogscroller-section .blog-carousel.items-two .news-area .border-area {max-width: 460px; background-color: var(--white);}
.blogscroller-section .blog-carousel.items-two .news-area .image-area {height: 345px; min-height: 345px; width: 100%;}
.blogscroller-section .blog-carousel.items-two .news-area .text-area {padding: 35px 32px; align-items: flex-start;}
.blogscroller-section .blog-carousel.items-two .news-area .text-area h3 {margin: 0 0 20px;}
.blogscroller-section .blog-carousel.items-two .news-area .text-area h3:before {display: none;}

.blogscroller-section .blog-carousel.items-three .news-area {/* min-height: 640px; */ max-width: initial;}
.blogscroller-section .blog-carousel.items-three .news-area .image-area {height: 205px;}
.blogscroller-section .blog-carousel.items-three .news-area .text-area {min-height: calc(100% - 205px);}

/* Blog Scroller > Include border */
.blogscroller-section.wb-no .news-area {border: none;}
.blogscroller-section.wb-no .blog-carousel .news-area {max-width: 610px;}
.blogscroller-section.wb-no .blog-carousel .news-area .image-area {background-image: none !important; height: initial; background-color: var(--white);}
.blogscroller-section.wb-no .blog-carousel .news-area .image-area img {opacity: 1; width: 100%;}
.blogscroller-section.wb-no .blog-carousel .news-area .text-area {max-width: 610px; border-bottom: none; padding: 20px 0; height: auto;}
.blogscroller-section.wb-no .blog-carousel .news-area .button-area {padding: 0; position: static; padding-top: 20px;}

.blogscroller-section.wb-no.io-yes .blog-carousel .news-area {max-width: initial; min-height: initial; width: auto; margin: 0 15px 15px;}
.blogscroller-section.wb-no.io-yes .blog-carousel .news-area .image-area {min-height: 345px;}
.blogscroller-section.wb-no.io-yes .blog-carousel .news-area .image-area img {height: 345px; width: auto;}

body.page-id-5061 .blogscroller-section .news-area.tc-orange h3 {color: var(--black);}
body.page-id-5061 .blogscroller-section .news-area.tc-orange a:hover h3 {color: var(--secondary-color);}
body.page-id-5061 .blogscroller-section .news-area.tc-orange .button-area a.button {background-color: var(--black);}
body.page-id-5061 .blogscroller-section .news-area.tc-orange .button-area a.button:hover {background-color: #CA6D29;}
body.page-id-5061 .blogscroller-section .slick-prev:hover:before,
body.page-id-5061 .blogscroller-section .slick-next:hover:before {color: #CA6D29;}

body.page-id-12 .blogscroller-section .container.wide-container {display: block;}
body.page-id-12 .blogscroller-section .border-area {max-width: 850px;}
body.page-id-12 .blogscroller-section .news-area .image-area {width: 350px; min-height: 490px;}
body.page-id-12 .blogscroller-section .news-area .text-area {width: calc(100% - 350px); min-height: 490px;}
body.page-id-12 .blogscroller-section .news-area .text-area p {max-width: 390px;}

.blogscroller-section .blog-carousel.items-two .news-area.tc-gray {min-height: 720px;}
.blogscroller-section.wb-no .blog-carousel .news-area.tc-gray .text-area {min-height: initial;}
.blogscroller-section .news-area.tc-gray .border-area {border: none;}
.blogscroller-section .news-area.tc-gray .text-area {border: none;}

body.page-id-10 .blogscroller-section#partners .container.wide-container {display: block;}
body.page-id-10 .blogscroller-section#partners .news-area .border-area {flex-direction: column;}
body.page-id-10 .blogscroller-section#partners .news-area .text-area {width: 100%; min-height: 300px;}
body.page-id-10 .blogscroller-section#partners .news-area .text-area p {max-width: 100%;}

@media (max-width: 1199px) {
	.blogscroller-section .blog-carousel.items-two .news-area {padding: 15px 25px;}
}

@media (max-width: 991px) {
	.blogscroller-section {padding: 50px 0;}
	.blogscroller-section .text-area {margin: 0 auto 30px; padding: 0 15px; max-width: 750px;}
	.blogscroller-section .slick-next {right: 15px;}
	.blogscroller-section .slick-prev {right: 55px;}
	/*.blogscroller-section .slick-prev,
	.blogscroller-section .slick-next {top: -50px;}*/
	.blogscroller-section .blog-carousel {flex-direction: column;}
	.blogscroller-section .news-area {margin: 0 20px 15px;}
	.blogscroller-section .news-area .text-area {padding: 25px 15px;}
	.blogscroller-section .news-area h3 {font-size: 21px;}
	.blogscroller-section .news-area a:after {font-size: 35px; width: 40px; height: 40px; line-height: 37px; padding-left: 3px;}
	.blogscroller-section .slick-dots {text-align: center;}
	.blogscroller-section .grid-holder .news-area {width: calc(50% - 50px);}

	.blogscroller-section .blog-carousel.items-two .news-area.tc-gray {min-height: initial;}
	.blogscroller-section.wb-no .blog-carousel .news-area .image-area img {max-height: 100%; width: auto;}
}

@media (max-width: 767px) {
	.blogscroller-section .grid-holder .news-area {width: calc(100% - 50px);}
	.blogscroller-section .news-area {margin: 0 15px 15px;}

	.blogscroller-section .blog-carousel.items-two .news-area .image-area {height: 250px;}
	/*.blogscroller-section .blog-carousel.items-two .news-area .text-area {min-height: calc(100% - 255px);}*/

	.blogscroller-section .blog-carousel.items-three .news-area .image-area {height: 175px;}
	/*.blogscroller-section .blog-carousel.items-three .news-area .text-area {min-height: calc(100% - 175px);}*/

	.blogscroller-section .grid-holder {justify-content: center;}
	.blogscroller-section .grid-holder .news-area .image-area {max-height: 255px; overflow: hidden;}
	/*.blogscroller-section .grid-holder .news-area .text-area {padding-bottom: 120px; min-height: calc(100% - 255px);}*/

	.blogscroller-section blog-carousel:not(.items-two) .news-area p,
	.blogscroller-section blog-carousel:not(.items-two) .news-area p a {font-size: 16px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 30px;}
	.blogscroller-section .news-area .button-area:last-child {padding-bottom: 0;}

	.blogscroller-section .blog-carousel:not(.items-one) .news-area .border-area {flex-direction: column;}
	.blogscroller-section .blog-carousel:not(.items-one) .news-area .image-area {width: 100%; min-height: 300px;}
	.blogscroller-section .blog-carousel:not(.items-one) .news-area .image-area img {display: none;}
	.blogscroller-section .blog-carousel:not(.items-one) .news-area .text-area {width: 100%; min-height: initial;}
	.blogscroller-section .news-area .text-area h3:before {margin-bottom: 25px;}

	body.page-id-12 .blogscroller-section .news-area .image-area {width: 100%; min-height: 300px; background-position: center center;}
	body.page-id-12 .blogscroller-section .news-area .text-area {width: 100%; min-height: initial;}
}

@media (max-width: 600px) {
	.blogscroller-section .blog-carousel.items-one .news-area .border-area {flex-direction: column;}
	.blogscroller-section .blog-carousel.items-one .news-area .image-area {width: 100%; min-height: 300px;}
	.blogscroller-section .blog-carousel.items-one .news-area .image-area img {display: none;}
	.blogscroller-section .blog-carousel.items-one .news-area .text-area {width: 100%; min-height: initial;}
}

@media (max-width: 500px) {
	.blogscroller-section .news-area .text-area {min-height: 185px;}
	.blogscroller-section .news-area .text-area.short-yes {min-height: 75px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 20px;}
	.blogscroller-section .news-area .button-area:last-child {padding-bottom: 0;}
}

/****************************/
/* Modules > Call To Action */
/****************************/
.cta-section {padding: 75px 15px 90px; position: relative; background-size: cover; background-repeat: no-repeat; background-color: var(--secondary-color); border-radius: 100px 0 0 0; position: relative;}
.cta-section.with-image {padding: 60px 0 50px; border-radius: 0; position: relative;}
.cta-section.with-image:before {background-color: #F4F4F4; content: ""; display: block; width: 100%; position: absolute; top: 0; height: 150px;}

.cta-section .image-area {max-width: 495px;}
.cta-section .image-area img {width: 100%; display: block; border-radius: 13px;}

.cta-section .text-area.left-side {max-width: 600px; padding-left: 50px;}
.cta-section .text-area h2 {font-size: 20px; color: var(--white); font-weight: 500;}
.cta-section .text-area h3 {font-size: 20px; font-weight: 500; color: var(--white);}
.cta-section .text-area p {font-size: 15px; color: var(--white); margin-bottom: 15px;}
.cta-section .text-area p a {color: var(--white); border-color: var(--secondary-color); font-weight: 300;}
.cta-section .text-area p a[href^="tel:"]:before {content: ""; display: inline-block; width: 15px; height: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.4551 0.721005L11.4083 0.0178946C11.0772 -0.0582757 10.7374 0.114572 10.6026 0.425113L9.19641 3.70629C9.07336 3.9934 9.15539 4.3303 9.39855 4.52659L11.1739 5.97968C10.1192 8.22671 8.2765 10.0958 5.9826 11.171L4.52951 9.39563C4.3303 9.15247 3.99632 9.07044 3.70921 9.19348L0.428031 10.5997C0.114561 10.7374 -0.0582874 11.0772 0.0178829 11.4083L0.720994 14.4551C0.794234 14.7715 1.07548 15 1.40653 15C8.9093 15 15 8.92103 15 1.40654C15 1.07842 14.7744 0.794245 14.4551 0.721005Z" fill="white"/></svg>'); margin-right: 15px;}
.cta-section .text-area p a[href^="mailto:"] {padding-bottom: 2px;}
.cta-section .text-area p a[href^="mailto:"]:before {content: ""; display: inline-block; width: 20px; height: 15px; background-image: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6211 4.95312C19.7734 4.83203 20 4.94531 20 5.13672V13.125C20 14.1602 19.1602 15 18.125 15H1.875C0.839844 15 0 14.1602 0 13.125V5.14062C0 4.94531 0.222656 4.83594 0.378906 4.95703C1.25391 5.63672 2.41406 6.5 6.39844 9.39453C7.22266 9.99609 8.61328 11.2617 10 11.2539C11.3945 11.2656 12.8125 9.97266 13.6055 9.39453C17.5898 6.5 18.7461 5.63281 19.6211 4.95312ZM10 10C10.9062 10.0156 12.2109 8.85938 12.8672 8.38281C18.0508 4.62109 18.4453 4.29297 19.6406 3.35547C19.8672 3.17969 20 2.90625 20 2.61719V1.875C20 0.839844 19.1602 0 18.125 0H1.875C0.839844 0 0 0.839844 0 1.875V2.61719C0 2.90625 0.132812 3.17578 0.359375 3.35547C1.55469 4.28906 1.94922 4.62109 7.13281 8.38281C7.78906 8.85938 9.09375 10.0156 10 10Z" fill="white"/></svg>'); margin-right: 10px; position: relative; top: 4px;}
.cta-section .text-area p a:hover {border-color: var(--white);}

.cta-section .button-area {}
.cta-section:not(#whitebg) .button-area a.button {border: 2px solid var(--white); background-color: var(--secondary-color);}
.cta-section:not(#whitebg) .button-area a.button:hover {background-color: var(--primary-color);}
.cta-section .button-area a.button + a.button {margin-left: 15px;}

.cta-section#whitebg {background-color: var(--white); padding: 200px 0;}
.cta-section#whitebg .text-area.left-side {max-width: 100%;}
.cta-section#whitebg .text-area h2 {font-size: 40px; color: var(--black); font-weight: bold; margin-bottom: 60px;}
.cta-section#whitebg .text-area h2:before {height: 5px; background-color: var(--primary-color); margin-bottom: 50px; width: 100px; display: block; content: "";}
.cta-section#whitebg .text-area h3 {color: var(--black);}
.cta-section#whitebg .text-area p {color: var(--black);}

.cta-section#whitebg .button-area {text-align: left;}
.cta-section#whitebg .button-area p {font-size: 15px; line-height: 1.25;}
.cta-section#whitebg .button-area p a.link {font-weight: 500; border: none; color: var(--black);}
.cta-section#whitebg .button-area p a.link span {border-bottom: 1px solid #bfbfbf;}
.cta-section#whitebg .button-area p a.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>'); position: relative; left: 0;}
.cta-section#whitebg .button-area p a.link:hover {color: var(--primary-color);}
.cta-section#whitebg .button-area p a.link:hover span {border-color: var(--primary-color);}
.cta-section#whitebg .button-area p a.link:hover:after {left: 5px;}

body.page-id-10 .cta-section .text-area {padding: 100px 15px 0; margin: 0 auto;}
body.page-id-10 .cta-section .text-area h2 {font-size: 25px;}
body.page-id-10 .cta-section .text-area .button-area {margin: 50px 0;}

@media (max-width: 991px) {
	.cta-section {padding: 60px 15px;}
	.cta-section .image-area {margin: 0 auto 30px;}
	.cta-section .text-area {flex-direction: column; max-width: 600px; margin: 0 auto 30px; text-align: center;}
	.cta-section .text-area.left-side {padding-left: 0;}
	.cta-section .text-area.right-side {margin-bottom: 0;}	
	.cta-section .text-area h2 {margin-bottom: 10px;}
	.cta-section .button-area {text-align: center; margin-top: 15px;}
	.cta-section .text-area a.button.first-button {max-width: 560px;}
	.cta-section.with-image .text-area {text-align: center;}
	.cta-section.with-image .text-area p {margin-left: auto; margin-right: auto;}
	.cta-section.with-image .button-area {margin: 15px auto;}
	.cta-section .button-area a.button + a.button {margin-left: auto;}

	.cta-section#whitebg {padding: 100px 15px;}
	.cta-section#whitebg .text-area h2:before {margin-left: auto; margin-right: auto;}
	.cta-section#whitebg .button-area {text-align: center;}

	body.page-id-10 .cta-section .text-area {padding: 0;}
}

@media (min-width: 768px) {
	.cta-section .button-area a.button[href^="tel:"] {display: none !important;}
}

@media (max-width: 767px) {
	.cta-section {padding: 50px 15px;}
	.cta-section#whitebg {padding: 50px 15px;}
}

@media (max-width: 550px) {
	.cta-section .button-area a.button {display: block;}
	.cta-section .button-area a.button.additional-button {margin-top: 20px;}
}

/**************************/
/* Modules > Contact Form */
/**************************/
.form-section {padding: 75px 0; background-color: var(--lightgray); display: none;}
.form-section .container {max-width: 1160px;}
.form-section.active {display: block;}

.form-section .text-area {margin-bottom: 30px; max-width: 1000px;}
.form-section .text-area h2 strong {color: var(--secondary-color);}

.form-section .form-area {padding: 35px 25px; border: 1px solid #000000; border-radius: 30px; background-color: var(--white); padding; max-width: 620px; margin: 0 auto;}
.form-section .form-area form fieldset {max-width: 100%;}
.form-section .form-area .gform-theme--framework .gform_required_legend {display: none;}
.form-section .form-area .gform-theme--foundation .gform_fields {row-gap: 20px;}
.form-section .form-area form .holder {margin-bottom: 10px;}
.form-section .form-area form label {font-size: 19px; color: var(--primary-color); margin-bottom: 7px; font-weight: 500;}
.form-section .form-area form legend {font-size: 19px; color: var(--primary-color); margin-bottom: 7px; font-weight: 500;}
.form-section .form-area .gform-theme--framework .gfield_required .gfield_required_asterisk {font-family: initial; font-weight: bold;}
.form-section .form-area form input[type="text"],
.form-section .form-area form input[type="tel"],
.form-section .form-area form input[type="email"],
.form-section .form-area form select,
.form-section .form-area form textarea {background-color: var(--white); color: #787878; border-radius: 0; border-bottom: 2px solid #CDCDCD; border-top: none; border-left: none; border-right: none; box-shadow: none;}
.form-section .form-area form textarea {height: 75px; border: 2px solid #CDCDCD; border-radius: 10px;}
.form-section .form-area form input[type="text"]:focus,
.form-section .form-area form input[type="tel"]:focus,
.form-section .form-area form input[type="email"]:focus,
.form-section .form-area form textarea:focus {border-color: var(--primary-color);}
.form-section .form-area form ::-webkit-input-placeholder {color: #787878;}
.form-section .form-area form :-moz-placeholder {color: #787878; opacity: 1;}
.form-section .form-area form ::-moz-placeholder {color: #787878; opacity: 1;}
.form-section .form-area form :-ms-input-placeholder {color: #787878;}
.form-section .form-area .gform-theme--framework .gfield--type-radio .gfield_radio {flex-direction: row; flex-wrap: wrap;}
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice {width: auto;}
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice input[type=radio] {display: none;}
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice label {color: #787878; font-size: 16px; font-weight: 400; margin: 0; background-color: var(--white); border-radius: 30px; padding: 12px 17px; border: 1px solid #787878; cursor: pointer;}
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice input:checked + label,
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice:hover label {background-color: var(--primary-color); border-color: var(--primary-color); color: #ffffff !important;}
.form-section .form-area .gform-theme--framework .gform_footer input[type="submit"],
.form-section .form-area .gform-theme--framework .gform_footer .button {color: var(--white) !important; font-size: 19px !important; font-weight: 500 !important; padding: 15px 30px 20px !important; text-align: center !important; margin: 0 !important; display: inline-block !important; background-color: var(--secondary-color) !important; line-height: 1 !important; border: none !important; border-radius: 30px !important; width: 100% !important;}
.form-section .form-area .gform-theme--framework .gform_footer .button:hover {background-color: var(--primary-color) !important;}

@media (max-width: 991px) {
	.form-section .text-area {text-align: center; max-width: 500px; margin: 0 auto 40px;}
	.form-section .text-area h2 br {display: none;}
}

@media (max-width: 767px) {
	.form-section {padding-top: 30px;}
	.form-section .text-area {padding: 0 15px;}
	.form-section .text-area h2 {font-size: 30px;}
	.form-section .gform-theme--framework .gfield--type-choice .gchoice {width: 46%;}
}

@media (max-width: 500px) {
	.form-section .text-area h2 {font-size: 26px;}
}

/***********/
/* Divider */
/***********/
.divider-section {}

/**************************/
/* Modules > Four Columns */
/**************************/
.fourcolumns-section {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 100px 0 190px; text-align: center;}
.fourcolumns-section .text-area h2 {color: var(--secondary-color); text-transform: initial; font-weight: 500; margin-bottom: 90px;}

.fourcolumns-section .column-area {background-color: #d6edf7; margin: 0 10px;}
.fourcolumns-section .column-area .title-area {padding: 30px 15px; background-color: var(--secondary-color); position: relative;}
.fourcolumns-section .column-area .title-area:before {content: ""; width: 0; height: 0; border-top: 25px solid var(--white); border-left: 25px solid transparent; border-right: 25px solid transparent; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.fourcolumns-section .column-area .title-area:after {content: ""; width: 0; height: 0; border-top: 25px solid var(--secondary-color); border-left: 25px solid transparent; border-right: 25px solid transparent; position: absolute; left: 50%; top: 100%; transform: translateX(-50%);}
.fourcolumns-section .column-area .title-area h3 {font-size: 25px; color: var(--white); text-transform: initial; margin-bottom: 0; font-weight: 500; letter-spacing: 0.4px;}

.fourcolumns-section .list-area {padding: 40px 15px 55px; position: relative;}
.fourcolumns-section .list-area:after {content: ""; display: block; width: 17px; height: 17px; border: 2px solid var(--secondary-color); position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; border-radius: 50%;}
.fourcolumns-section .list-area ul {list-style: none; padding: 0; margin: 0;}
.fourcolumns-section .list-area ul li {font-size: 17px; color: #4d4d4d; font-family: "Gotham", serif; margin-bottom: 15px;}

.fourcolumns-section.bg-gray {background-color: #F4F4F4;}
.fourcolumns-section.bg-gray .column-area .title-area:before {border-top-color: #F4F4F4;}

body.page-id-329 .fourcolumns-section {padding-bottom: 0;}

.fourcolumns-section .column-area.bg-blue {background-color: #d6edf7;}
.fourcolumns-section .column-area.bg-blue .title-area {background-color: var(--secondary-color);}
.fourcolumns-section .column-area.bg-blue .title-area:after {border-top: 25px solid var(--secondary-color);}
.fourcolumns-section .column-area.bg-blue .list-area:after {border-color: var(--secondary-color);}
.fourcolumns-section .column-area.bg-darkblue {background-color: #eeeeee;}
.fourcolumns-section .column-area.bg-darkblue .title-area {background-color: var(--secondary-color);}
.fourcolumns-section .column-area.bg-darkblue .title-area:after {border-top: 25px solid var(--secondary-color);}
.fourcolumns-section .column-area.bg-darkblue .list-area:after {border-color: var(--secondary-color);}
.fourcolumns-section .column-area.bg-green {background-color: #daf3ef;}
.fourcolumns-section .column-area.bg-green .title-area {background-color: #45c2b1;}
.fourcolumns-section .column-area.bg-green .title-area:after {border-top: 25px solid #45c2b1;}
.fourcolumns-section .column-area.bg-green .list-area:after {border-color: #45c2b1;}
.fourcolumns-section .column-area.bg-gray {background-color: #dbdbdb;}
.fourcolumns-section .column-area.bg-gray .title-area {background-color: #4d4d4d;}
.fourcolumns-section .column-area.bg-gray .title-area:after {border-top: 25px solid #4d4d4d;}
.fourcolumns-section .column-area.bg-gray .list-area:after {border-color: #4d4d4d;}
.fourcolumns-section .column-area.bg-purple {background-color: #cfd2e8;}
.fourcolumns-section .column-area.bg-purple .title-area {background-color: var(--secondary-color);}
.fourcolumns-section .column-area.bg-purple .title-area:after {border-top: 25px solid var(--secondary-color);}
.fourcolumns-section .column-area.bg-purple .list-area:after {border-color: var(--secondary-color);}

@media (max-width: 1199px) {
	.fourcolumns-section {padding: 80px 0 125px;}
	.fourcolumns-section .text-area h2 {margin-bottom: 50px;}
}

@media (max-width: 991px) {
	.fourcolumns-section {padding: 65px 0 120px;}
	.fourcolumns-section .text-area h2 {margin-bottom: 30px;}
}

@media (max-width: 767px) {
	.fourcolumns-section {padding: 50px 0 120px;}
	.fourcolumns-section .text-area h2 {margin-bottom: 0;}
	.fourcolumns-section .column-area {margin: 50px auto 0; max-width: 350px;}
}

/*******************************/
/* Modules > Services Scroller */
/*******************************/
.icons-section {padding: 75px 0; max-width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.icons-section .container {max-width: 1210px;}
.icons-section .container.wide-container {max-width: 1240px;}
.icons-section.pb-large {padding-bottom: 135px;}

.icons-section .row.order-row {align-items: flex-start;}
.icons-section .text-area {max-width: 1000px; margin-bottom: 75px;}
.icons-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.icons-section .text-area p.subtitle + h2 {margin-top: 0;}
.icons-section .text-area h2 {margin-bottom: 20px;/* padding-left: 15px; */}
.icons-section .text-area h2 strong {color: var(--primary-color);}
.icons-section .text-area p {font-size: 15px;}
.icons-section .text-area p:last-child {margin-bottom: 0;}

.icons-section .text-area.right-side {margin-bottom: 15px;}
.icons-section .text-area.right-side p {text-align: right;}

.icons-section .icons-carousel {display: flex; flex-wrap: wrap; justify-content: center;}

/* Icons > Carousel */
.icons-section .icons-carousel .slick-track {display: flex !important;}
.icons-section .icons-carousel .slick-slide {height: inherit !important;}

/* Icons > Item */
.icons-section .icon-area {position: relative; padding: 25px 25px 30px; border-radius: 20px; border: 1px solid var(--black); background-color: var(--white); max-width: 310px; margin: 0 15px 30px;}

.icons-section .icon-area .text-area {min-height: 50px; background-color: #ffffff; position: relative; margin-bottom: 0;}
.icons-section .icon-area .text-area .image-area {margin-bottom: 15px;}
.icons-section .icon-area .text-area h3 {font-size: 15px; line-height: 1.2; margin-bottom: 10px; text-transform: initial;}
.icons-section .icon-area .text-area p {color: var(--black); letter-spacing: -0.5px; font-size: 15px;}
.icons-section .icon-area .text-area p:last-child {margin-bottom: 0;}
.icons-section .icon-area .text-area p a {color: var(--black);}
.icons-section .icon-area .text-area p a:hover {color: var(--secondary-color);}

/* Icons > Text alignment */
.icons-section .icon-area.tc-green h3 {color: var(--primary-color);}
.icons-section .icon-area.tc-green a:hover h3 {color: var(--secondary-color);}
.icons-section .icon-area.tc-green .border-area {border-color: var(--primary-color);}
.icons-section .icon-area.tc-green .button-area a.button {background-color: var(--primary-color);}
.icons-section .icon-area.tc-green .button-area a.button:hover {background-color: var(--secondary-color);}

.icons-section#value .text-area h2 {color: var(--black); margin: 0 0 60px; font-weight: normal;}
.icons-section#value .text-area h2 strong {color: var(--primary-color); font-weight: bold;}
.icons-section#value .icons-carousel {max-width: 1020px; margin: 0 auto;}
.icons-section#value .icon-area {border: none;}
.icons-section#value .icon-area .image-area {padding: 22px 20px 0;}

.icons-section#not .icon-area {border: none; box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.1); width: calc(50% - 30px); max-width: 570px;}

body.page-id-10 .icons-section .container {max-width: 1180px;}
body.page-id-10 .icons-section .text-area h2 {font-weight: 300;}
body.page-id-10 .icons-section .icon-area {max-width: 350px;}

body.page-id-15 .icons-section a {display: block; margin: 0 15px 30px;}
body.page-id-15 .icons-section .icon-area {max-width: 450px; position: relative; padding-bottom: 50px; width: 100%; display: flex; justify-content: center; box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.1); margin: 0;}
body.page-id-15 .icons-section .icon-area:after {content: "+"; display: inline-block; width: 25px; height: 25px;  background-color: var(--primary-color); border-radius: 50%; color: #ffffff; font-size: 18px; text-align: center; line-height: 25px; position: absolute; bottom: 20px; right: 20px;}
body.page-id-15 .icons-section .icon-area .text-area {max-width: 375px;}
body.page-id-15 .icons-section .icon-area .text-area h3 {font-size: 19px;}
body.page-id-15 .icons-section .icon-area .text-area p {font-size: 19px; line-height: 1.3;}
body.page-id-15 .icons-section a:hover .icon-area {border-color: var(--primary-color);}
body.page-id-15 .icons-section a:hover .icon-area .text-area h3 {color: var(--primary-color);}

@media (max-width: 991px) {
	.icons-section {padding: 50px 0;}
	.icons-section.pb-large {padding-bottom: 75px;}
	.icons-section .text-area.left-side {margin-bottom: 15px; text-align: center;}
	.icons-section .button-area {text-align: center; margin-bottom: 30px;}
	.icons-section .text-area.right-side p {text-align: center;}

	.icons-section .icons-carousel {margin-top: 30px;}
	.icons-section .icon-area {margin: 0 15px 15px;}
	.icons-section .icon-area .text-area {padding: 25px 15px;}
	.icons-section .icon-area h3 {font-size: 21px;}
	.icons-section .icon-area a:after {font-size: 35px; width: 40px; height: 40px; line-height: 37px; padding-left: 3px;}

	.icons-section .slick-prev,
	.icons-section .slick-next {top: -50px;}
}

@media (max-width: 767px) {
	.icons-section.pb-large {padding-bottom: 60px;}

	.icons-section .icon-area {margin: 0 15px 15px;}
	.icons-section .icon-area .image-area {justify-content: center;}
	.icons-section .icon-area p,
	.icons-section .icon-area p a {font-size: 16px;}

	.icons-section#not .icons-carousel {flex-direction: column;}
	.icons-section#not .icon-area {width: calc(100% - 30px);}
	.icons-section#value .text-area h2 {margin-bottom: 30px;}
}

@media (max-width: 500px) {
	.icons-section .icon-area .text-area {min-height: 185px;}
}

/***************************/
/* Modules > Image Gallery */
/***************************/
.gallery-section {padding: 75px 0; position: relative;}
.gallery-section .container.wide-container {max-width: 1420px;}

/* Image Gallery > Headline */
.gallery-section .text-area.top-area {margin-bottom: 45px;}
.gallery-section .text-area p.subtitle {font-weight: 600; margin: 0 0 10px 0; background: none; line-height: 1.2; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase;}
.gallery-section .text-area p.subtitle + h2 {margin-top: 0;}
.gallery-section .text-area h2:last-child {margin-bottom: 0;}
.gallery-section .text-area p:last-child {margin: 0;}

/* Image Gallery > Grid */
.gallery-section .grid-holder {display: flex; flex-wrap: wrap; max-width: 1390px; align-items: flex-start; justify-content: center;}
.gallery-section .grid-holder .image-area {width: calc(33.3% - 30px); height: initial; padding: 0; margin: 0 15px 30px;}
.gallery-section .grid-holder .image-area .featured-image {max-height: 250px; overflow: hidden; margin: 0 auto; position: relative; background-size: 103%; background-repeat: no-repeat; background-position: center center;}
.gallery-section .grid-holder .image-area .featured-image img {opacity: 0;}
.gallery-section .grid-holder .image-area .text-area {margin: 0; padding: 2px 0 0;}

/* Image Gallery > Arrows */
.gallery-section .slick-prev {left: -60px;}
.gallery-section .slick-next {right: -60px;}
.gallery-section .slick-prev,
.gallery-section .slick-next {background: none; width: 40px; height: 75px; line-height: 1; border: 0; border-radius: 0; opacity: 1; transform: translateY(-50%);}
.gallery-section .slick-prev.slick-disabled,
.gallery-section .slick-next.slick-disabled {opacity: 0;}
.gallery-section .slick-prev:before,
.gallery-section .slick-next:before {opacity: 1; color: var(--white); font-size: 75px; font-weight: bold !important;}
.gallery-section .slick-prev:hover:before,
.gallery-section .slick-next:hover:before {color: var(--secondary-color);}

.gallery-section.bg-white .slick-prev:before,
.gallery-section.bg-white .slick-next:before,
.gallery-section.bg-offwhite .slick-prev:before,
.gallery-section.bg-offwhite .slick-next:before {color: var(--black);}
.gallery-section.bg-white .slick-prev:hover:before,
.gallery-section.bg-white .slick-next:hover:before,
.gallery-section.bg-offwhite .slick-prev:hover:before,
.gallery-section.bg-offwhite .slick-next:hover:before {color: var(--secondary-color);}

/* Image Gallery > Dots */
.gallery-section .slick-dots {position: static;}
.gallery-section .slick-dots li button:before {color: var(--white); font-size: 16px; opacity: 1;}
.gallery-section .slick-dots li.slick-active button:before {color: var(--secondary-color); opacity: 1;}

.gallery-section.bg-white .slick-dots li button:before,
.gallery-section.bg-offwhite .slick-dots li button:before {color: var(--black);}
.gallery-section.bg-white .slick-dots li.slick-active button:before,
.gallery-section.bg-offwhite .slick-dots li.slick-active button:before {color: var(--secondary-color);}

/* Image Gallery > Colors */
.gallery-section.bg-black .text-area h2,
.gallery-section.bg-dark .text-area h2,
.gallery-section.bg-light .text-area h2,
.gallery-section.bg-orange .text-area h2 {color: var(--white);}

/* Image gallery > Text alignment */
.gallery-section.al-left {text-align: left;}
.gallery-section.al-center .text-area.top-area {text-align: center;}

@media (max-width: 1199px) {
	.gallery-section {padding: 80px 0 75px;}
	.gallery-section .slick-prev {left: 10%;}
	.gallery-section .slick-next {right: 10%;}
}

@media (max-width: 991px) {
	.gallery-section {padding: 60px 0 55px;}
	.gallery-section .text-area h2 {margin-bottom: 35px;}
	.gallery-section .grid-holder .image-area {width: calc(50% - 30px);}
	.gallery-section .slick-prev {left: 15px;}
	.gallery-section .slick-next {right: 15px;}
	.gallery-section .slick-prev:before,
	.gallery-section .slick-next:before {font-size: 80px;}
}

@media (max-width: 767px) {
	.gallery-section .text-area h2 {margin-bottom: 25px;}
	.gallery-section .grid-holder .image-area {width: calc(100% - 30px);}
	.gallery-section .slick-prev:before,
	.gallery-section .slick-next:before {font-size: 60px;}
}

/*****************************/
/* Modules > Image with Text */
/*****************************/
.leftright-section {padding: 0 !important;}
.leftright-section .container {padding: 0; max-width: 1360px;}
.leftright-section .column-holder {padding: 100px 0;}
.leftright-section.with-background .column-holder {background-repeat: no-repeat; background-position: center center; background-size: cover;}

.leftright-section .row.order-row {display: flex; justify-content: flex-end; align-items: flex-start; align-items: center; margin: 0; align-items: stretch;}
.leftright-section .text-column {max-width: 680px; padding: 60px;}

.leftright-section .text-area {max-width: 580px; background-color: var(--white); padding: 40px; height: 100%; display: flex; flex-direction: column;}
.leftright-section .text-area p.subtitle {}
.leftright-section .text-area h2 {max-width: 440px;}
.leftright-section .text-area h2 span {position: relative; z-index: 2;}
.leftright-section .text-area h2 span:before {height: 5px; background-color: var(--primary-color); margin-bottom: 20px; width: calc(100% - 25px); display: block; content: ""; position: absolute; bottom: -10px; z-index: -1; left: 20px; right: 5px;}
.leftright-section .text-area p.subtitle + h2 {margin-top: 0;}
.leftright-section .text-area p:last-child {margin: 0;}

.leftright-section .col-lg-5 {display: flex; justify-content: flex-end; max-width: initial; padding: 0 15px;}
.leftright-section .col-lg-5 .text-area {max-width: 450px;}
.leftright-section .col-lg-5 .text-area p {max-width: 390px;}

.leftright-section .button-area {margin-top: 25px; max-width: 475px;}
.leftright-section .button-area a {display: inline-block;}
.leftright-section .button-area a + a {margin-left: 10px;}
.leftright-section .button-area p {font-size: 15px; line-height: 1.25;}
.leftright-section .button-area p:last-child {margin-bottom: 0;}

.leftright-section .image-column {padding: 0;}
.leftright-section .image-holder {margin: 0 auto; height: 100%; display: flex; justify-content: flex-end;}
.leftright-section .image-area {padding: 0; background-size: auto 100%; background-repeat: no-repeat; background-position: center center; height: 100%; border: 1px solid var(--black); border-radius: 0 0 0 20px; max-width: 402px; box-shadow: 10px 10px 25px 0 rgba(0,0,0,0.5);}
.leftright-section .image-area img {margin: 0; display: block; opacity: 0;}
.leftright-section .image-holder .text-area {text-align: center; padding: 35px 30px 40px !important;}
.leftright-section .image-holder .text-area p {font-weight: 600; max-width: 530px; margin-left: auto; margin-right: auto;}

.leftright-section .image-area .button-area {position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; max-width: 100%; margin: 0;}
.leftright-section .image-area a.button {border: none; background-color: var(--secondary-color) !important; color: var(--white);}
.leftright-section .image-area a.button:after {content: ""; display: inline-block; background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.01383 1.4149C3.22788 1.29804 3.48866 1.30738 3.6938 1.43926L13.0271 7.43926C13.2179 7.56192 13.3333 7.7732 13.3333 8.00004C13.3333 8.22688 13.2179 8.43816 13.0271 8.56083L3.6938 14.5608C3.48866 14.6927 3.22788 14.702 3.01383 14.5852C2.79979 14.4683 2.66663 14.2439 2.66663 14V2.00004C2.66663 1.75617 2.79979 1.53176 3.01383 1.4149ZM3.99996 3.22115V12.7789L11.4338 8.00004L3.99996 3.22115Z" fill="%23E2DBD5"/></svg>'); margin-left: 4px; width: 16px; height: 14px; position: relative; top: 1px;}
.leftright-section .image-area a.button:hover {background-color: var(--black) !important; color: var(--white);}

.leftright-section.sz-narrow .container {max-width: 900px;}

.leftright-section.sz-narrow#sproutworks .container {max-width: 1040px;}
.leftright-section#sproutworks .text-area h2:before {height: 5px; background-color: var(--primary-color); margin-bottom: 20px; width: 60px; display: block; content: "";}

.leftright-section .switchit .col-lg-5 {justify-content: flex-start;}
.leftright-section .switchit .image-area {justify-content: flex-start;}

.leftright-section.pt-small .column-holder {padding-top: 50px;}
.leftright-section.pt-medium .column-holder {padding-top: 75px;}
.leftright-section.pt-large .column-holder {padding-top: 100px;}
.leftright-section.pt-none .column-holder {padding-top: 0;}

.leftright-section.pb-small .column-holder {padding-bottom: 50px;}
.leftright-section.pb-medium .column-holder {padding-bottom: 75px;}
.leftright-section.pb-large .column-holder {padding-bottom: 100px;}
.leftright-section.pb-none .column-holder {padding-bottom: 0;}

.leftright-section.bg-gray {background-color: #F4F4F4;}

.leftright-section.bg-white .text-column {padding: 0 15px;}

.leftright-section.tc-white h2,
.leftright-section.tc-white h3,
.leftright-section.tc-white h4,
.leftright-section.tc-white p {color: var(--white);}

.leftright-section#steps .text-area {max-width: 650px;}
.leftright-section#steps .text-area h2 {max-width: 650px;}
.leftright-section#steps .image-area {border: none; box-shadow: none; background-size: contain;}

@media (max-width: 991px) {
	.leftright-section .flexit.switchit, 
	.leftright-section .row.order-row.flexit.switchit {flex-direction: column;}
	.leftright-section .column-holder {padding: 75px 0;}
	.leftright-section .text-column {max-width: 100%; padding: 45px;}
	.leftright-section .text-area {margin: 0 auto 50px; padding: 0 15px; min-height: initial; max-width: 750px;}
	.leftright-section .text-area h2 {max-width: 100%;}
	.leftright-section .text-area ul {text-align: left;}
	.leftright-section .text-area.form-text {padding-left: 0;}
	.leftright-section .button-area {margin-top: 30px;}
	.leftright-section.with-background .background-column {padding-top: 50px;}

	.leftright-section .col-lg-5 {display: block; padding: 0 30px;}
	.leftright-section .col-lg-5 .text-area {max-width: 100%; padding: 0 15px;}
	.leftright-section .col-lg-5 .text-area p {max-width: 100%;}
	
	.leftright-section .image-holder {justify-content: center;}
	.leftright-section .image-area,
	.leftright-section .switchit .image-area {padding: 0;}

	.leftright-section.pt-small .column-holder {padding-top: 30px;}
	.leftright-section.pt-medium .column-holder {padding-top: 40px;}
	.leftright-section.pt-large .column-holder {padding-top: 50px;}

	.leftright-section.pb-small .column-holder {padding-bottom: 30px;}
	.leftright-section.pb-medium .column-holder {padding-bottom: 40px;}
	.leftright-section.pb-large .column-holder {padding-bottom: 50px;}

	.leftright-section.bg-blue .column-holder,
	.leftright-section.bg-darkblue .column-holder,
	.leftright-section.bg-black .column-holder,
	.leftright-section.bg-darkorange .column-holder,
	.leftright-section.bg-lightorange .column-holder {padding: 0;}
}

@media (max-width: 767px) {
	.leftright-section .text-column {padding: 30px;}
	.leftright-section.bg-lightblack .text-area {padding: 30px 10px;}
	.leftright-section .button-area {display: flex; flex-direction: column; flex-wrap: nowrap;}
	.leftright-section .button-area a {display: inline-block;}
	.leftright-section .button-area a.button {border: 1px solid var(--black);}
	.leftright-section .button-area a + a {margin-left: 0; margin-top: 20px;}
	.leftright-section .column-holder {padding: 50px 0;}
}

/* Form */
.leftright-section .form-area {padding-left: 20px;}
.leftright-section .form-area form fieldset {max-width: 100%;}
.leftright-section .form-area form label {color: var(--white); font-weight: normal; display: block; font-weight: bold;}
.leftright-section .form-area form ::-webkit-input-placeholder {color: #302D3F;}
.leftright-section .form-area form :-moz-placeholder {color: #302D3F; opacity: 1;}
.leftright-section .form-area form ::-moz-placeholder {color: #302D3F; opacity: 1;}
.leftright-section .form-area form :-ms-input-placeholder {color: #302D3F;}
.leftright-section .form-area form .holder-row:after {content: ""; display: block; clear: both;}
.leftright-section .form-area form .holder {width: 33%; max-width: 250px; float: left; font-size: 14px; color: var(--white); padding-right: 20px; margin-bottom: 20px;}
.leftright-section .form-area form .holder.full-holder {width: 100%; max-width: 100%;}
.leftright-section .form-area form p {color: var(--white); font-size: 14px; margin: 0;}
.leftright-section .form-area form p.caption {margin-top: 5px;}
.leftright-section .form-area form input[type="radio"] {width: auto;}
.leftright-section .form-area form input[type="submit"],
.leftright-section .form-area form button {color: var(--white); font-size: 18px; font-weight: bold; padding: 18px 20px; text-align: center;  margin: 25px 0 0; display: inline-block; min-width: auto; background-color: var(--secondary-color); border-radius: 30px; max-width: 165px;}
.leftright-section .form-area form input[type="submit"]:hover,
.leftright-section .form-area form button:hover {background-color: #2b2868; color: var(--white);}

@media (max-width: 991px) {
	.leftright-section .form-area form .holder {width: 100%; float: none; margin: 0 auto 20px; max-width: 500px;}
}

@media (max-width: 767px) {
	.leftright-section .form-area form input[type="submit"], 
	.leftright-section .form-area form button {margin: 10px auto 50px; display: block;}
}

/***********************/
/* Modules > Link Grid */
/***********************/
.linkgrid-section {padding: 75px 15px 90px; background-color: #f4f4f4; background: linear-gradient(180deg, rgba(244, 244, 244, 1) 40%, rgba(251, 251, 251, 1) 70%, rgba(255, 255, 255, 1) 100%); border-radius: 40px 0 0 0;}
.linkgrid-section .container.small {max-width: 1100px;}
.linkgrid-section .col-lg-8 {max-width: 790px;}

.linkgrid-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.linkgrid-section .text-area.right-side {max-width: 295px;}
.linkgrid-section .text-area h2 {max-width: 500px; color: var(--black); margin: 0 0 60px; font-weight: normal;}
.linkgrid-section .text-area h2 strong {color: var(--primary-color); font-weight: bold;}
.linkgrid-section .text-area p + h2 {margin-top: 0;}
.linkgrid-section .text-area h3 {font-size: 20px; margin-bottom: 15px;}
.linkgrid-section .text-area .button-area {text-align: center; margin: 10px 0 30px 15px;}
.linkgrid-section .text-area p {font-size: 15px; line-height: 1.25;}
.linkgrid-section .text-area p a.link {font-weight: 500; border: none; color: var(--black);}
.linkgrid-section .text-area p a.link span {border-bottom: 1px solid #bfbfbf;}
.linkgrid-section .text-area p a.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>');}
.linkgrid-section .text-area p a.link:hover {color: var(--primary-color);}
.linkgrid-section .text-area p:last-child {margin-bottom: 0;}

.linkgrid-section .post-row {display: flex; flex-wrap: wrap;}

.linkgrid-section .link-area {margin: 0; max-width: 302px; border-radius: 20px; border: 1px solid var(--black); background-color: var(--white);}

.linkgrid-section .link-area .image-area {padding: 22px 20px 0;}
.linkgrid-section .link-area .image-area img {}

.linkgrid-section .link-area .text-area {padding: 20px 20px 30px; min-height: 340px;}
.linkgrid-section .link-area .text-area p {font-size: 14px; margin-bottom: 10px;}
.linkgrid-section .link-area .text-area ul {margin-bottom: 0;}
.linkgrid-section .link-area .text-area ul li {font-size: 14px; margin-bottom: 5px;}
.linkgrid-section .link-area .text-area ul li:last-child {margin-bottom: 0;}

.linkgrid-section .link-area p.bottom {margin: 0; border-top: 1px solid var(--black); font-weight: bold; font-size: 14px;}
.linkgrid-section .link-area p.bottom a {padding: 17px 20px 19px; display: block; border-radius: 0 0 20px 20px;}
.linkgrid-section .link-area p.bottom a:hover {background-color: var(--primary-color); color: var(--white);}

@media (max-width: 991px) {
	.linkgrid-section {padding: 60px 15px;}
	.linkgrid-section .col-lg-8 {max-width: 100%;}
	.linkgrid-section .text-area.left-side {text-align: center;}
	.linkgrid-section .text-area h2 {margin: 0 auto 20px;}
	.linkgrid-section .text-area.right-side {text-align: center; margin: 0 auto;}
	.linkgrid-section .text-area .button-area {margin: 0 auto 20px;}
	.linkgrid-section .link-area {margin: 30px auto 0;}
}

@media (max-width: 767px) {
	.linkgrid-section {padding: 50px 15px;}
}

/***************************/
/* Modules > Meet the Team */
/***************************/
.meet-section {max-height: 1080px; height: calc(100vh - 160px); display: flex; justify-content: center; align-items: center;}
.meet-section .container {max-width: 1360px;}

/*.meet-section .row.order-row {display: flex; justify-content: flex-end; align-items: flex-start; align-items: center; margin: 0; align-items: stretch;}*/
.meet-section .text-column {max-width: 680px;}

.meet-section .text-area {}
.meet-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.meet-section .text-area h2 {max-width: 440px;}
.meet-section .text-area p.subtitle + h2 {margin-top: 0;}
.meet-section .text-area p:last-child {margin: 0;}

.meet-section .team-holder {display: flex; flex-wrap: wrap; justify-content: center;}
.meet-section .team-area {padding: 15px;}
.meet-section .team-area .image-area {max-width: 200px;}
.meet-section .team-area .image-area img {border: 1px solid #000000; border-radius: 13px;}
.meet-section .team-area p {margin: 0;}

@media (max-width: 991px) {
	.meet-section {height: auto; max-height: initial;}
	.meet-section .team-holder {max-width: 500px; margin: 30px auto 0;}
	.meet-section .text-area {text-align: center;}
	.meet-section .text-area h2 {margin-left: auto; margin-right: auto;}
}

/******************/
/* Modules > News */
/******************/
.news-section {background-color: var(--lightblue);}

.news-section .text-area {border-bottom: 1px solid #4B7990; margin-bottom: 40px;}
.news-section .text-area h2 {color: var(--white);}

.news-section .news-area h3 {color: var(--white); font-size: 24px; font-weight: normal; letter-spacing: 1px; margin-bottom: 5px;}
.news-section .news-area a:hover h3 {color: #4B7990;}
.news-section .news-area p {color: var(--white);}
.news-section .news-area .button-area {margin-top: 65px;}
.news-section .news-area a.button {border: 1px solid var(--white); background-color: var(--lightblue); color: var(--white); padding: 12px 22px;}
.news-section .news-area a.button:hover {background-color: #4B7990; border-color: #4B7990;}
.news-section .news-area .image-area {border: 1px solid #ffffff;}

.news-section .single-post .news-area {max-width: 500px;}
.news-section .single-post .news-area .image-area {margin-bottom: 25px; max-height: 375px; overflow: hidden;}
.news-section .single-post .news-area .image-area img {display: block;}

.news-section .all-posts .news-area {display: flex; border-bottom: 1px solid #4B7990; padding: 25px 20px;}
.news-section .all-posts .news-area:first-child {padding-top: 0;}
.news-section .all-posts .news-area:last-child {border-bottom: none; padding-bottom: 0;}
.news-section .all-posts .news-area .image-area {width: 80px; height: 80px;}
.news-section .all-posts .news-area .image-area img {width: 100%; max-width: 80px;}
.news-section .all-posts .news-area .title-area {padding-left: 20px; width: calc(100% - 80px);}
.news-section .all-posts .news-area .title-area h3 {margin-top: -3px;}
.news-section .all-posts .news-area p {margin-bottom: 0;}

@media (max-width: 991px) {
	.news-section .news-area .button-area {margin-top: 15px; margin-bottom: 25px;}
	.news-section .all-posts .news-area {flex-direction: column; padding: 15px 10px;}
	.news-section .all-posts .news-area .title-area {padding-left: 0; margin-top: 15px; width: 100%;}
	.news-section .news-area h3 {font-size: 21px;}
	.news-section .all-posts .news-area .image-area {width: 100%; max-width: 100%; overflow: hidden; display: none;}
	.news-section .all-posts .news-area .image-area img {width: 100%; max-width: 100%;}
}

/****************************/
/* Modules > Portfolio Grid */
/****************************/
.portfoliogrid-section {background-color: var(--white); padding: 50px 0 75px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.portfoliogrid-section.bg-gray {background-color: #f4f4f4;}
.portfoliogrid-section .container {max-width: 1140px;}

.portfoliogrid-section .study-row {display: flex; flex-wrap: wrap; justify-content: center;}
.portfoliogrid-section .study-row .col-lg-4:nth-child(3n+1) {clear: both;}

.portfoliogrid-section .study-area {margin: 25px auto; background-color: var(--white); max-width: 350px; display: block; border: 1px solid var(--black); overflow: hidden; border-radius: 20px; position: relative;}
.portfoliogrid-section .study-area .image-area {overflow: hidden; height: 500px; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.portfoliogrid-section .study-area .image-area img {margin: 0 auto; display: block; width: 100%; opacity: 0;}

.portfoliogrid-section .study-area .text-area {padding: 30px; display: flex; min-height: 100px; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; opacity: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);}
.portfoliogrid-section .study-area .text-area:after {content: "+"; display: block; width: 40px; height: 40px; font-size: 30px; background-color: var(--primary-color); border-radius: 50%; position: absolute; bottom: 30px; right: 30px; color: var(--white); text-align: center; line-height: 40px;}
.portfoliogrid-section .study-area h3 {font-family: "Gotham", serif; font-size: 20px; text-transform: none; margin: 0; min-height: 72px; color: #ffffff;}

.portfoliogrid-section .study-area .overlay-area {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.75); z-index: 3; padding: 30px 30px 50px; display: flex; min-height: 100px; flex-direction: column; justify-content: space-between; align-items: flex-start; opacity: 0;}
.portfoliogrid-section .study-area .overlay-area h3 {font-family: "Gotham", serif; font-size: 20px; text-transform: none; margin: 0; min-height: 72px; color: #ffffff;}
.portfoliogrid-section .study-area .overlay-area p {margin: 5px 0 0; color: #ffffff; font-size: 15px; line-height: 1.5;}

.portfoliogrid-section .study-area:hover .text-area {opacity: 0;}
.portfoliogrid-section .study-area:hover .overlay-area {opacity: 1;}

.portfoliogrid-section.bg-gray {background-color: #F4F4F4;}

@media (max-width: 991px) {
	.portfoliogrid-section {padding: 80px 0 75px;}
}

@media (max-width: 767px) {
	.portfoliogrid-section {padding: 60px 0 50px;}
	.portfoliogrid-section .study-area .text-area {min-height: 90px;}
}

/*********************/
/* Modules > Process */
/*********************/
.process-section {padding: 60px 0 90px; background-color: var(--lightblack);}

/* Process > Text */
.process-section .border-holder {border-bottom: 1px solid #C6B7AB; padding: 0 15px;}
.process-section .text-area {min-height: 89px;}
.process-section .text-area h2 {font-size: 48px; margin: 0;}

/* Process > Statistics */
.process-section .stat-area {display: flex; align-items: center; justify-content: flex-start; padding-bottom: 17px; min-height: 89px;}
.process-section .stat-area p.number {font-size: 60px; line-height: 1; margin: 0; font-family: "Gotham", sans-serif; margin: -13px 0 0;}
.process-section .stat-area p.number:after {content: ""; border-left: 1px solid #C6B7AB; height: 26px; display: block; top: 17px; left: 50%; position: relative;}
.process-section .stat-area p.desc {font-size: 14px; padding-left: 15px; margin: 0 0 20px;}
.process-section .stat-area p.desc a {color: var(--black);}
.process-section .stat-area p.desc a:hover {color: var(--secondary-color);}
.process-section .stat-area p.desc strong {font-size: 18px;}

/*.process-section.bg-white {background-color: var(--white);}*/

/* Process > Responsive */
@media (max-width: 991px) {
	.process-section .stat-area p.desc strong {font-size: 17px;}
	.process-section .text-area h2 {font-size: 40px;}

	.leftright-section + .process-section {padding-top: 0;}
}

@media (max-width: 767px) {
	.process-section .text-area {min-height: initial;}
	.process-section .text-area h2 {font-size: 35px; margin-bottom: 40px;}
	.process-section .stat-area p.desc strong {font-size: 16px;}
}

/***********************/
/* Modules > Providers */
/***********************/
.providers-section {padding: 0 0 150px;}

.providers-section .headline-area {background-color: var(--secondary-color); text-align: center; padding: 50px 0; margin-bottom: 110px;}
.providers-section .headline-area h2 {margin: 0; color: var(--white); font-weight: 500;}

.providers-section .provider-area {margin: 0 auto; display: flex; flex-direction: row; align-items: center;}
.providers-section .provider-area .image-area {max-height: 250px; max-width: 250px; width: 100%;}
.providers-section .provider-area .image-area img {margin: 0 auto; display: block; border-radius: 50%; max-width: 166px;}
.providers-section .provider-area .text-area {padding: 25px 0 25px 25px;}
.providers-section .provider-area .text-area h3 {color: #2b2868; font-weight: 500; margin-bottom: 15px;}
.providers-section .provider-area .text-area p {font-size: 24px; color: var(--secondary-color); font-weight: 100; margin: 0; font-family: "Gotham", serif;}

.providers-section .hr-holder {text-align: right; padding: 50px 0 25px 25px;}
.providers-section .hr-holder:last-child {display: none;}
.providers-section .hr-holder hr {border-top: 1px solid #d3d3d3; width: calc(100% - 314px); display: inline-block;}

.providers-section.bg-gray {background-color: #F4F4F4;}
.providers-section.bg-white {background-color: var(--white);}

.providers-section .headline-area.bg-gray {background-color: #4d4d4d;}
.providers-section .headline-area.bg-darkblue {background-color: var(--secondary-color);}

.providers-section.with-background {padding-bottom: 0;}
.providers-section.with-background .providers-holder {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 100px 0 190px;}

body.home .providers-section .hr-holder {display: none;}
body.home .providers-section .provider-area {max-width: 1120px;}
body.home .providers-section .provider-area .text-area {width: calc(100% - 314px);}

@media (max-width: 991px) {
	.providers-section.with-background .providers-holder {padding: 75px 0 100px;}
	.providers-section .provider-area {flex-direction: column;}
	.providers-section .hr-holder hr {width: 100%;}
	body.home .providers-section .provider-area .text-area {width: 100%;}
}

@media (max-width: 767px) {
	.providers-section.with-background .providers-holder {padding: 60px 0 90px;}
}

/*************************/
/* Modules > Quick Links */
/*************************/
.quick-section {padding: 75px 0 60px;}
.quick-section .text-area {min-height: 70px; display: flex; align-items: center;}
.quick-section h2 {color: #1A7591; text-transform: none; font-size: 28px; font-weight: bold; margin: 0;}
.quick-section ul {list-style: none; padding: 0; margin: 0;}
.quick-section ul li {font-family: "Gotham", serif; font-size: 20px; letter-spacing: 1px; display: inline-block; margin: 0 20px 15px 0; color: #1A7591;}
.quick-section ul li a {color: #1A7591;}

@media (max-width: 991px) {
	.quick-section {padding: 35px 0 50px;}
	.quick-section .text-area {padding: 0 15px; min-height: initial;}
	.quick-section .text-area h2 {margin-bottom: 15px;}
}

/***************************/
/* Modules > Quote Scroller */
/***************************/
.quotescroller-section {padding: 75px 0; max-width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top;}
/*.quotescroller-section .container.wide-container {display: flex; justify-content: center;}*/

.quotescroller-section .text-area {max-width: 1000px; margin-bottom: 50px;}
.quotescroller-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.quotescroller-section .text-area p.subtitle + h2 {margin-top: 0;}
.quotescroller-section .text-area h2 {margin-bottom: 20px;/* padding-left: 15px; */}
.quotescroller-section .text-area p {font-size: 15px;}
.quotescroller-section .text-area p:last-child {margin-bottom: 0;}

.quotescroller-section .image-area {min-height: 350px; display: flex; align-items: center; justify-content: center;}
.quotescroller-section .image-area img {max-width: 220px;}

/* Blog Scroller > Carousel */
.quotescroller-section .quotes- .slick-track {display: flex !important;}
.quotescroller-section .quotes- .slick-slide {height: inherit !important;}

/* Blog Scroller > Item */
.quotescroller-section .news-area {position: relative; height: 100%;}
.quotescroller-section .news-area .quote-area {min-height: 320px; margin-bottom: 0; background-color: var(--white); border: 1px solid var(--black); border-radius: 10px; max-width: 400px; padding: 30px 35px; display: flex; flex-direction: column; justify-content: space-between;}
.quotescroller-section .news-area .quote-area p {color: var(--black); margin: 0; letter-spacing: -0.25px; font-size: 15px;}
.quotescroller-section .news-area .quote-area p.author {font-size: 14px; border-top: 1px solid var(--black); padding-top: 20px; margin: 25px 0 0;}
.quotescroller-section .news-area .quote-area p.author .name {font-weight: bold; font-size: 20px;}

/* Blog Scroller > Arrows */
.quotescroller-section .slick-prev {left: auto; right: calc(50% - 300px);}
.quotescroller-section .slick-next {right: calc(50% - 350px);}
.quotescroller-section .slick-prev,
.quotescroller-section .slick-next {position: absolute; background: none; width: 30px; height: 30px; line-height: 1; opacity: 1; border-radius: 50%; top: auto; bottom: 0;}
.quotescroller-section .slick-prev.slick-disabled,
.quotescroller-section .slick-next.slick-disabled {opacity: 0;}
.quotescroller-section .slick-prev:before,
.quotescroller-section .slick-next:before {content: ""; opacity: 1; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center center;}
.quotescroller-section .slick-prev:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><image width="30" height="30" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADI0lEQVRIiWJkIBKs3BkdwMDA4M/AwGAAxejgAhRvDHdfugGvsQwMDAAAAAD//yJo8cqd0QkMDAz1DAwMCsQ6koGB4QEDA0NjuPvSBVhlGRgYAAAAAP//wmnxyp3RIF/Nx+E7YsEBBgaGxHD3pSCHIAADAwMAAAD//8JqMTRYQZYKUGApDHxgYGBwDHdfCooGCGBgYAAAAAD//8KwGBq0IEupCVAtZ2BgAAAAAP//YkKzFBSs/ST4pBEan4QAKOT2r9wZDUknDAwMAAAAAP//QrGYhOCF+aCBgYHBkATLISHJwMAAAAAA//+CW7xyZzTIEGISEkqwhbsvBfEJZh8ocABHJQMDAwAAAP//QvZxPqmWQh0McizYMCJBPQMDAwMAAAD//wInLiITFC5L95Oc+hkYAgEAAAD//4L52J4MS0GOPU9WlmNg8AcAAAD//4JZ7ECGpeRnOQYGAwAAAAD//2KBMnAVh7iCNx5aKhECoNDATLAMDAYAAAAA//9iXLkzGuRbUDwRtJQcAM0t4AQFBwwMDAAAAAD//0LPx8hgIqWWQgFmyDAwMAAAAAD//8JncT40WCkFmGYwMDAAAAAA//+CZaf/OEzHFcfEFqsggJlwGRgYAAAAAP//gln8Hk+2oH6qZmC4AAAAAP//ggU1vhQKK+DhQQat4BPJtpaB4QIAAAD//4JZvJGAQupazsCwEQAAAP//gtfHBIIbBrAFO6mNhgfh7ksVAQAAAP//Qk7VE4nQhM3noJoJZ9sKC2hkYGBgAAAAAP//QmmBrNwZfZ/IRh3c5yt3RoMcAyqzidF3Idx9qSEDAwMDAAAA//9Cz8eBRLoa5nNQqQQq9Yh1LCRNMDAwAAAAAP//olebCwQC4e1tBgYGAAAAAP//wii5qJBV0AHYpyiNfAYGBgAAAAD//yLUrl5PYkMeHYBSP8hS1DKfgYEBAAAA//8ipicBikdQs4iUCh/kS1AlA9KLCRgYGAAAAAD//yKl7wSKe1DfCVT2YnMEqKUJKgEP4uu6gAEDAwMAAAD//yLaYiwOgRf+4e5LiWkUIAADAwMAAAD//wMA5pbMAusEAI0AAAAASUVORK5CYII="/></svg>');}
.quotescroller-section .slick-next:before {background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5312 0C22.5586 0 29.0625 6.50391 29.0625 14.5312C29.0625 22.5586 22.5586 29.0625 14.5312 29.0625C6.50391 29.0625 0 22.5586 0 14.5312C0 6.50391 6.50391 0 14.5312 0ZM12.8379 8.41406L17.2617 12.6562H6.5625C5.7832 12.6562 5.15625 13.2832 5.15625 14.0625V15C5.15625 15.7793 5.7832 16.4062 6.5625 16.4062H17.2617L12.8379 20.6484C12.2695 21.1934 12.2578 22.1016 12.8145 22.6582L13.459 23.2969C14.0098 23.8477 14.9004 23.8477 15.4453 23.2969L23.2207 15.5273C23.7715 14.9766 23.7715 14.0859 23.2207 13.541L15.4453 5.75977C14.8945 5.20898 14.0039 5.20898 13.459 5.75977L12.8145 6.39844C12.2578 6.96094 12.2695 7.86914 12.8379 8.41406Z" fill="%23A9B95B"/></svg>');}
.quotescroller-section .slick-prev:hover,
.quotescroller-section .slick-next:hover {opacity: 0.8;}

/* Blog Scroller > Dots */
.quotescroller-section .slick-dots {position: static; max-width: 710px; margin: 10px auto 0; text-align: left;}
.quotescroller-section .slick-dots li button {padding: 2px;}
.quotescroller-section .slick-dots li button:before {color: #D9D9D9; font-size: 16px; opacity: 1;}
.quotescroller-section .slick-dots li.slick-active button:before {color: var(--primary-color); opacity: 1;}

/* Blog Scroller > Background color */
.quotescroller-section.bg-gray {background-color: #F4F4F4;}

/* Blog Scroller > Text alignment */
.quotescroller-section.left-align {text-align: left;}

/* Blog Scroller > 1 item */
/*.quotescroller-section .blog-carousel.items-one .slick-prev {left: 35%; top: 99%;} 
.quotescroller-section .blog-carousel.items-one .slick-next {right: 35%; top: 99%;}
.quotescroller-section .blog-carousel.items-one .news-area.blank-news {opacity: 0;}*/

/* Blog Scroller > 2, 3 or 4 items */
.quotescroller-section .blog-carousel.items-two .news-area {/* min-height: 790px; */ max-width: initial;}
.quotescroller-section .blog-carousel.items-two .news-area .image-area {height: 305px;}
.quotescroller-section .blog-carousel.items-two .news-area .text-area {min-height: calc(100% - 305px);}

.quotescroller-section .blog-carousel.items-three .news-area {/* min-height: 640px; */ max-width: initial;}
.quotescroller-section .blog-carousel.items-three .news-area .image-area {height: 205px;}
.quotescroller-section .blog-carousel.items-three .news-area .text-area {min-height: calc(100% - 205px);}

.quotescroller-section .blog-carousel.items-two .news-area.tc-gray {min-height: 720px;}
.quotescroller-section.wb-no .blog-carousel .news-area.tc-gray .text-area {min-height: initial;}
.quotescroller-section .news-area.tc-gray .border-area {border: none;}
.quotescroller-section .news-area.tc-gray .text-area {border: none;}

@media (max-width: 991px) {
	.quotescroller-section {padding: 50px 0;}
	.quotescroller-section .news-area .text-area {padding: 25px;}
}

@media (max-width: 767px) {
	.quotescroller-section .news-area {}
	.quotescroller-section .news-area .quote-area {margin: 0 auto;}
	.quotescroller-section .image-area {min-height: initial; margin: 0 auto 40px;}
	.quotescroller-section .slick-dots {text-align: center;}
	.quotescroller-section .slick-prev,
	.quotescroller-section .slick-next {display: none;}
}

@media (max-width: 500px) {
	.quotescroller-section .news-area .text-area {min-height: 185px;}
	.quotescroller-section .news-area .text-area.short-yes {min-height: 75px;}
	.quotescroller-section .news-area .button-area {padding-bottom: 20px;}
	.quotescroller-section .news-area .button-area:last-child {padding-bottom: 0;}
}

/**********************/
/* Modules > Services */
/**********************/
.services-section {padding: 0;}

.services-section .headline-area {background-color: var(--secondary-color); text-align: center; padding: 50px 15px; position: relative;}
.services-section .headline-area.with-icon {padding-bottom: 40px;}
.services-section .headline-area:before {content: ""; display: block; width: 0; height: 0; border-left: 350px solid transparent; border-right: 350px solid transparent; border-bottom: 100px solid var(--secondary-color); position: absolute; bottom: 100%; left: 0; right: 0; margin: 0 auto;}
.services-section .headline-area .image-area {position: absolute; top: -120px; left: 0; right: 0; margin: 0 auto; min-height: 120px; display: flex; justify-content: center; align-items: center;}
.services-section .headline-area .text-area {padding: 8px 0 6px;}
.services-section .headline-area h2 {margin: 0; color: var(--white); font-weight: 500;}

.services-section .services-holder {padding: 110px 15px 150px;}
.services-section.with-background .services-holder {background-repeat: no-repeat; background-position: top center; background-size: cover;}
.services-section .services-holder .container {max-width: 1440px;}

.services-section .service-area {margin-bottom: 35px; padding-left: 35px; display: flex; flex-direction: row; align-items: center;}
.services-section .service-area:last-child {margin-bottom: 0;}
.services-section .service-area .image-area {max-height: 267px; max-width: 213px; width: 100%;}
.services-section .service-area .image-area img {margin: 0 auto; display: block;}
.services-section .service-area .text-area {padding-left: 15px;}
.services-section .service-area .text-area h3 {position: relative; color: #4d4d4d; font-size: 27px; font-weight: normal; margin-bottom: 10px; max-width: 375px; text-transform: none;}
.services-section .service-area .text-area p {color: #4d4d4d; max-width: 550px; font-size: 20px; font-weight: 100; font-family: "Gotham", serif;}
.services-section .service-area .text-area a.button {padding: 5px 20px 7px; font-size: 16px; min-width: 190px;}

/* Services > Colors */
.services-section.bg-darkblue .headline-area {background-color: var(--secondary-color);}
.services-section.bg-darkblue .headline-area:before {border-bottom-color: var(--secondary-color);}

.services-section.bg-green .headline-area {background-color: #45c2b1;}
.services-section.bg-green .headline-area:before {border-bottom-color: #45c2b1;}

.services-section.bg-gray .headline-area {background-color: #4d4d4d;}
.services-section.bg-gray .headline-area:before {border-bottom-color: #4d4d4d;}

/* Services > Responsive */
@media (max-width: 767px) {
	.services-section .headline-area {padding: 25px 15px;}
	.services-section .headline-area:before {border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom-width: 75px;}
	.services-section .headline-area .image-area {top: -82px; min-heihgt: 70px;}
	.services-section .headline-area .image-area img {max-width: 60px;}

	.services-section .service-area {flex-direction: column; margin-bottom: 50px;}
	.services-section .service-area:last-child {margin-bottom: 50px;}
	.services-section .service-area .image-area {margin-bottom: 15px;}
}

/*******************************/
/* Modules > Services Scroller */
/*******************************/
.servicesscroller-section {padding: 75px 0; max-width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top; background-color: #F4F4F4;}
.servicesscroller-section .container {max-width: 1210px;}
.servicesscroller-section.pb-large {padding-bottom: 175px;}

.servicesscroller-section .text-area {max-width: 1000px; margin-bottom: 75px;}
.servicesscroller-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.servicesscroller-section .text-area p.subtitle + h2 {margin-top: 0;}
.servicesscroller-section .text-area h2 {margin-bottom: 20px;/* padding-left: 15px; */}
.servicesscroller-section .text-area p {font-size: 15px;}
.servicesscroller-section .text-area p:last-child {margin-bottom: 0;}

.servicesscroller-section .services-carousel {background-color: #ffffff; border-radius: 20px;}

/* Services Scroller > Carousel */
.servicesscroller-section .services-carousel .slick-track {display: flex !important;}
.servicesscroller-section .services-carousel .slick-slide {height: inherit !important;}

/* Services Scroller > Item */
.servicesscroller-section .service-area {position: relative; padding: 15px 22px 15px; height: 100%;/* opacity: 0.4; */}
.servicesscroller-section .service-area.slick-active {opacity: 1;}
.servicesscroller-section .service-area .border-area {height: 100%; display: flex; overflow: hidden; margin: 0 auto;background-color: #ffffff; padding: 65px 30px; max-width: 980px;}
.servicesscroller-section .service-area .image-area {width: 50%; display: flex; justify-content: flex-end; align-items: center;}
.servicesscroller-section .service-area .image-area .image-holder {position: relative; max-width: 365px; border: 1px solid var(--black); border-radius: 5px;}
.servicesscroller-section .service-area .image-area .logo-area {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.2); display: flex; justify-content: center; align-items: center;}
.servicesscroller-section .service-area .image-area a:hover .logo-area {background-color: rgba(0,0,0,0.35);}
/*.servicesscroller-section .service-area .image-area .logo-area img {opacity: 1;}*/
.servicesscroller-section .service-area .text-area {min-height: 250px; width: 50%; display: flex; align-items: center; margin-bottom: 0;}
.servicesscroller-section .service-area .text-area .icon-area {margin-bottom: 15px;}
.servicesscroller-section .service-area .text-area h3 {font-size: 20px; line-height: 1.2; margin-bottom: 20px; text-transform: initial;}
.servicesscroller-section .service-area .text-area p {color: var(--black); letter-spacing: -0.5px; max-width: 465px;}
.servicesscroller-section .service-area .text-area p a {color: var(--black);}
.servicesscroller-section .service-area .text-area p a:hover {color: var(--secondary-color);}
.servicesscroller-section .service-area .button-area {padding: 15px 0 0;}

.servicesscroller-section#steps .service-area .image-area .image-holder {border: none;}

/* Services Scroller > Arrows */
.servicesscroller-section .slick-prev {left: auto; right: 50px;}
.servicesscroller-section .slick-next {right: 0;}
.servicesscroller-section .slick-prev,
.servicesscroller-section .slick-next {position: absolute; background: none; width: 30px; height: 30px; line-height: 1; opacity: 1; border-radius: 50%; top: auto; bottom: -50px}
.servicesscroller-section .slick-prev.slick-disabled,
.servicesscroller-section .slick-next.slick-disabled {opacity: 0.1 !important;}
.servicesscroller-section .slick-prev:before,
.servicesscroller-section .slick-next:before {content: ""; opacity: 1; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center center;}
.servicesscroller-section .slick-prev:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><image width="30" height="30" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADI0lEQVRIiWJkIBKs3BkdwMDA4M/AwGAAxejgAhRvDHdfugGvsQwMDAAAAAD//yJo8cqd0QkMDAz1DAwMCsQ6koGB4QEDA0NjuPvSBVhlGRgYAAAAAP//wmnxyp3RIF/Nx+E7YsEBBgaGxHD3pSCHIAADAwMAAAD//8JqMTRYQZYKUGApDHxgYGBwDHdfCooGCGBgYAAAAAD//8KwGBq0IEupCVAtZ2BgAAAAAP//YkKzFBSs/ST4pBEan4QAKOT2r9wZDUknDAwMAAAAAP//QrGYhOCF+aCBgYHBkATLISHJwMAAAAAA//+CW7xyZzTIEGISEkqwhbsvBfEJZh8ocABHJQMDAwAAAP//QvZxPqmWQh0McizYMCJBPQMDAwMAAAD//wInLiITFC5L95Oc+hkYAgEAAAD//4L52J4MS0GOPU9WlmNg8AcAAAD//4JZ7ECGpeRnOQYGAwAAAAD//2KBMnAVh7iCNx5aKhECoNDATLAMDAYAAAAA//9iXLkzGuRbUDwRtJQcAM0t4AQFBwwMDAAAAAD//0LPx8hgIqWWQgFmyDAwMAAAAAD//8JncT40WCkFmGYwMDAAAAAA//+CZaf/OEzHFcfEFqsggJlwGRgYAAAAAP//gln8Hk+2oH6qZmC4AAAAAP//ggU1vhQKK+DhQQat4BPJtpaB4QIAAAD//4JZvJGAQupazsCwEQAAAP//gtfHBIIbBrAFO6mNhgfh7ksVAQAAAP//Qk7VE4nQhM3noJoJZ9sKC2hkYGBgAAAAAP//QmmBrNwZfZ/IRh3c5yt3RoMcAyqzidF3Idx9qSEDAwMDAAAA//9Cz8eBRLoa5nNQqQQq9Yh1LCRNMDAwAAAAAP//olebCwQC4e1tBgYGAAAAAP//wii5qJBV0AHYpyiNfAYGBgAAAAD//yLUrl5PYkMeHYBSP8hS1DKfgYEBAAAA//8ipicBikdQs4iUCh/kS1AlA9KLCRgYGAAAAAD//yKl7wSKe1DfCVT2YnMEqKUJKgEP4uu6gAEDAwMAAAD//yLaYiwOgRf+4e5LiWkUIAADAwMAAAD//wMA5pbMAusEAI0AAAAASUVORK5CYII="/></svg>');}
.servicesscroller-section .slick-next:before {background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5312 0C22.5586 0 29.0625 6.50391 29.0625 14.5312C29.0625 22.5586 22.5586 29.0625 14.5312 29.0625C6.50391 29.0625 0 22.5586 0 14.5312C0 6.50391 6.50391 0 14.5312 0ZM12.8379 8.41406L17.2617 12.6562H6.5625C5.7832 12.6562 5.15625 13.2832 5.15625 14.0625V15C5.15625 15.7793 5.7832 16.4062 6.5625 16.4062H17.2617L12.8379 20.6484C12.2695 21.1934 12.2578 22.1016 12.8145 22.6582L13.459 23.2969C14.0098 23.8477 14.9004 23.8477 15.4453 23.2969L23.2207 15.5273C23.7715 14.9766 23.7715 14.0859 23.2207 13.541L15.4453 5.75977C14.8945 5.20898 14.0039 5.20898 13.459 5.75977L12.8145 6.39844C12.2578 6.96094 12.2695 7.86914 12.8379 8.41406Z" fill="%23A9B95B"/></svg>');}
.servicesscroller-section .slick-prev:hover,
.servicesscroller-section .slick-next:hover {opacity: 0.8;}

/* Blog Scroller > Dots */
.servicesscroller-section .slick-dots {position: absolute; max-width: 710px; margin: 0 auto; text-align: left; bottom: -50px;}
.servicesscroller-section .slick-dots li button {padding: 2px;}
.servicesscroller-section .slick-dots li button:before {color: #D9D9D9; font-size: 16px; opacity: 1;}
.servicesscroller-section .slick-dots li.slick-active button:before {color: var(--primary-color); opacity: 1;}

/* Blog Scroller > Text alignment */
.servicesscroller-section .service-area.tc-green h3 {color: var(--primary-color);}
.servicesscroller-section .service-area.tc-green a:hover h3 {color: var(--secondary-color);}
.servicesscroller-section .service-area.tc-green .border-area {border-color: var(--primary-color);}
.servicesscroller-section .service-area.tc-green .button-area a.button {background-color: var(--primary-color);}
.servicesscroller-section .service-area.tc-green .button-area a.button:hover {background-color: var(--secondary-color);}

@media (max-width: 991px) {
	.servicesscroller-section {padding: 50px 0;}
	.servicesscroller-section .slick-prev,
	.servicesscroller-section .slick-next {top: -50px;}
	.servicesscroller-section .services-carousel {flex-direction: column;}
	.servicesscroller-section .service-area {margin: 0 20px 15px;}
	.servicesscroller-section .service-area .border-area {padding: 0; flex-direction: column;}
	.servicesscroller-section .service-area .text-area {padding: 25px 15px; width: 100%;}
	.servicesscroller-section .service-area .image-area {width: 100%;}
	.servicesscroller-section .service-area h3 {font-size: 21px;}
	.servicesscroller-section .service-area a:after {font-size: 35px; width: 40px; height: 40px; line-height: 37px; padding-left: 3px;}
}

@media (max-width: 767px) {
	.servicesscroller-section .service-area {margin: 0 15px 15px;}
	.servicesscroller-section .service-area .image-area {justify-content: center;}
	.servicesscroller-section .service-area p,
	.servicesscroller-section .service-area p a {font-size: 16px;}
	.servicesscroller-section .service-area .button-area {padding-bottom: 30px;}
	.servicesscroller-section .service-area .button-area:last-child {padding-bottom: 0;}
}

@media (max-width: 500px) {
	.servicesscroller-section .service-area .text-area {min-height: 185px;}
	.servicesscroller-section .service-area .button-area {padding-bottom: 20px;}
	.servicesscroller-section .service-area .button-area:last-child {padding-bottom: 0;}
}

/**********************************/
/* Modules > Side-by-Side Content */
/**********************************/
.sidebyside-section {background-color: var(--white); padding: 65px 0;}
.sidebyside-section.bg-gray {background-color: #F4F4F4;}

.sidebyside-section .text-area:not(.title-area) {max-width: 560px;}
.sidebyside-section .text-area h2 {text-transform: initial;}
.sidebyside-section .text-area h3 {text-transform: initial; color: var(--black); font-size: 28px;}
.sidebyside-section .qa-row .text-area h3 {margin-bottom: 10px;}
/*body.single-connections .sidebyside-section .text-area.title-area {max-width: 1190px; margin: 0 auto;}*/
body.single-connections .sidebyside-section .text-area h2 {color: #CA6D29; font-size: 38px; margin-bottom: 10px;}

/* Side-by-Side > Colors */
.sidebyside-section.tc-black h2,
.sidebyside-section.tc-black h3 {color: var(--black);}
.sidebyside-section.tc-black a.button:hover {background-color: var(--black);}

.sidebyside-section.tc-lightorange h2,
.sidebyside-section.tc-lightorange h3 {color: var(--orange);}
.sidebyside-section.tc-lightorange a.button:hover {background-color: var(--orange);}

.sidebyside-section.tc-darkorange h2,
.sidebyside-section.tc-darkorange h3 {color: var(--secondary-color);}
.sidebyside-section.tc-darkorange a.button:hover {background-color: var(--secondary-color);}

.sidebyside-section.tc-darkblue h2,
.sidebyside-section.tc-darkblue h3 {color: var(--darkblue)}
.sidebyside-section.tc-darkblue a.button:hover {background-color: var(--darkblue);}

.sidebyside-section.tc-white h2,
.sidebyside-section.tc-white h3,
.sidebyside-section.tc-white p,
.sidebyside-section.tc-white li {color: var(--white);}
.sidebyside-section.tc-white a.button {background-color: var(--black); color: var(--black);}
.sidebyside-section.tc-white a.button:hover {background-color: var(--black); color: var(--white);}

.profile-section + .sidebyside-section {padding-top: 0px;}

@media (max-width: 991px) {
	.sidebyside-section {padding: 50px 0;}
	.sidebyside-section .text-area {padding: 0 15px; max-width: 400px;}
	.sidebyside-section .text-area:not(.title-area) {margin: 15px 0; max-width: 400px;}
	.sidebyside-section .text-area h3 {font-size: 24px;}
}

@media (max-width: 767px) {
	.sidebyside-section .text-area h3 {font-size: 22px;}
}

@media (max-width: 500px) {
	.sidebyside-section .text-area h3 {font-size: 20px;}
}

/*******************/
/* Modules > Stats */
/*******************/
.stats-section {background-color: var(--white); padding: 130px 0 100px; position: relative;}

/* Stats > Text */
.stats-section .text-area p {max-width: 380px;}
.stats-section .text-area .button-area {margin-top: 25px;}

/* Stats > Statistics */
.stats-section .stat-area {margin-bottom: 0; text-align: center;}
.stats-section .stat-area h3 {text-transform: none; font-size: 28px;}
.stats-section .stat-area .stat-holder {display: inline-block; min-width: 200px;}
.stats-section .stat-area .stat-holder.two-numbers {display: flex; justify-content: space-between;}
.stats-section .stat-area .stat-holder .left-number {padding-right: 5px;}
.stats-section .stat-area .stat-holder .right-number {padding-left: 5px;}
.stats-section .stat-area p.number {font-size: 50px; line-height: 1; margin-bottom: 10px; font-weight: bold; display: flex; align-items: center; justify-content: center; letter-spacing: -2px;}
.stats-section .stat-area p.icon-yes + p.desc {padding-left: 66px;}
.stats-section .stat-area p .fa {background-color: var(--black); font-size: 30px; height: 40px; width: 40px; border-radius: 50%; color: var(--white); margin-right: 20px; font-weight: normal; line-height: 40px; text-align: center;}
.stats-section .stat-area p.desc {font-size: 20px; border-top: 10px solid var(--primary-color); margin: 0; padding-top: 10px; min-width: 183px;}

.stats-section .col-lg-6:nth-child(odd) .stat-area {padding-right: 30px;}
.stats-section .col-lg-6:nth-child(even) .stat-area {padding-left: 30px;}

.stats-section .col-lg-6:nth-last-child(2) .stat-area,
.stats-section .col-lg-6:last-child .stat-area {margin-bottom: 0;}
.stats-section .col-lg-6:nth-last-child(2) .stat-area .stat-holder,
.stats-section .col-lg-6:last-child .stat-area .stat-holder {border: none; margin-bottom: 0; padding-bottom: 0;}

/* Stats > Sprout icon */
.stats-section .sprout-area {position: absolute; right: 0; top: -215px; background: url('images/sprout-icon-graphic.png') no-repeat; width: 202px; height: 437px;}

/* Stats > Wide layout */
.stats-section.layout-wide {padding: 100px 0 90px;}
.stats-section.layout-wide .text-area p {max-width: 800px; margin-bottom: 50px;}
.stats-section.layout-wide .stat-area .stat-holder {border-bottom: 1px solid var(--black); padding-bottom: 15px;}

/* Stats > Responsive */
@media (max-width: 1299px) {
	.stats-section .sprout-area {top: -350px;}
}

@media (max-width: 1199px) {
	.stats-section {padding: 120px 0 75px;}
	.stats-section .stat-area h3 {font-size: 26px;}
	.stats-section .stat-area p.number {font-size: 65px;}
}

@media (max-width: 991px) {
	.stats-section {padding: 75px 15px 50px;}
	body.home .stats-section {padding-top: 100px;}
	.stats-section .col-lg-6:nth-child(odd) .stat-area {padding: 0;}
	.stats-section .col-lg-6:nth-child(even) .stat-area {padding: 0;}
	.stats-section .stat-area,
	.stats-section .col-lg-6:nth-last-child(2) .stat-area {margin-bottom: 30px;}
	.stats-section .text-area {margin: 0 auto 50px; max-width: 600px;}
	.stats-section .stat-area {max-width: 600px; margin: 0 auto 30px;}
	.stats-section .stat-area h3 {font-size: 24px;}
	.stats-section .stat-area p.number {font-size: 55px;}
}

@media (max-width: 767px) {
	.stats-section {padding: 50px 15px 30px;}
	body.home .stats-section {padding-top: 50px;}
	.stats-section.layout-wide {padding: 50px 15px 40px;}
	.stats-section .text-area {max-width: 100%;}
	.stats-section .stat-area {max-width: 100%;}
	.stats-section .stat-area h3 {font-size: 20px;}
	.stats-section .stat-area p .fa {margin-right: 15px;}
	.stats-section .stat-area p.number {font-size: 45px;}
	.stats-section .stat-area .left-number:only-child p.number.icon-no {font-size: 50px;}
	.stats-section .sprout-area {display: none;}
}

@media (max-width: 500px) {
	.stats-section .stat-area p.icon-yes + p.desc {padding-left: 38px;}
	.stats-section .stat-area p.desc {font-size: 18px;}

	.stats-section .stat-area p .fa {font-size: 19px; width: 30px; height: 30px; margin-right: 10px; line-height: 30px;}
	.stats-section .stat-area p.number {font-size: 35px;}
}

@media (max-width: 400px) {
	.stats-section .stat-area p.number {font-size: 30px;}
}

@media (max-width: 360px) {
	.stats-section .stat-area p.number {font-size: 28px;}
}

/******************/
/* Modules > Tabs */
/******************/
.tabs-section {background-color: var(--white); padding: 60px 0 50px; position: relative;}

.tabs-section .tabs-row {display: flex;}
.tabs-section .tabs-row .tab-holder {display: flex; align-items: flex-end;}
.tabs-section .tab-area {}
.tabs-section .tab-area ul.nav-tabs {display: flex; border: none;}
.tabs-section .tab-area ul.nav-tabs li.nav-item {padding-right: 30px; width: 100%; float: none; text-transform: uppercase; font-size: 14px; font-weight: 600;}
.tabs-section .tab-area ul.nav-tabs li.nav-item:last-child {padding-right: 0;}
.tabs-section .tab-area ul.nav-tabs li.nav-item .nav-link {color: var(--black); border: none; padding: 5px 0 20px; width: 100%; border-bottom: 1px solid var(--white); margin-bottom: -4px; text-align: center; border-radius: 0; position: relative; background: none;}

.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link {border-color: var(--black);}

.tabs-section .tab-area .tab-content {margin-top: 30px;}
.tabs-section .tab-area .tab-holder {display: flex; align-items: flex-start; flex-direction: column;}
.tabs-section .tab-area .tab-holder .text-area {padding: 0; margin-bottom: 30px;}
/*.tabs-section .tab-area .tab-holder .text-area p {font-size: 25px;}*/

.tabs-section .tab-area .gallery-area {display: flex; flex-wrap: wrap; width: 100%;}
.tabs-section .tab-area .gallery-area .image-area {width: 25%; padding: 15px;}
.tabs-section .tab-area .gallery-area .image-area .featured-image {max-width: 280px; margin: 0 auto;}
.tabs-section .tab-area .gallery-area .image-area p {text-transform: uppercase; font-weight: 600; font-weight: 14px; margin: 15px 0 0; text-align: center;}

.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-blue {background-color: var(--secondary-color); border-color: #1481af;}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-blue:after {border-top-color: var(--secondary-color);}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-darkblue {background-color: var(--secondary-color); border-color: #3665cf;}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-darkblue:after {border-top-color: var(--secondary-color) !important;}

.mfp-title {font-size: 15px; padding-right: 0;}

@media (max-width: 991px) {
	.tabs-section .tab-area .gallery-area .image-area {width: 50%;}
}

@media (max-width: 767px) {
	.tabs-section {padding: 50px 0 40px;}
	.tabs-section .tabs-row {flex-direction: column;}
	.tabs-section .tabs-row .tab-holder {flex-direction: column; align-items: flex-start;}
	.tabs-section .text-area {max-width: 500px; text-align: center; margin: 0 auto 30px;}
	.tabs-section .tab-area {max-width: 760px; margin: 0 auto;}
	.tabs-section .tab-area .gallery-area {flex-direction: column;}
	.tabs-section .tab-area .gallery-area .image-area {width: 100%;}
	.tabs-section .tab-area ul.nav-tabs li.nav-item {}
	.tabs-section .tab-area ul.nav-tabs li.nav-item .nav-link {padding-bottom: 10px;}
}

/***************************/
/* Modules > Team Carousel */
/***************************/
.teamcarousel-section {padding: 60px 0 75px; background-color: var(--white);}
/*.teamcarousel-section .container.wide-container {max-width: 100%; padding: 0; display: flex; justify-content: center;}*/

/* Team Carousel > Text */
.teamcarousel-section .text-area {margin: 0 0 60px;}
.teamcarousel-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.teamcarousel-section .text-area h2 {max-width: 600px; color: var(--black);}
.teamcarousel-section .text-area h2 strong {color: var(--primary-color); font-weight: bold;}
.teamcarousel-section .text-area p + h2 {margin-top: 0;}
.teamcarousel-section .text-area h3 {font-size: 20px; margin-bottom: 15px;}
.teamcarousel-section .text-area p {font-size: 15px; line-height: 1.25;}
.teamcarousel-section .text-area p:last-child {margin-bottom: 0;}

/* Team Carousel > Partners */
/*.teamcarousel-section .team-carousel {display: flex; justify-content: center;}*/

.teamcarousel-section .team-row {max-width: 100%; /* calc(1300px + (100% - 1300px) / 2); */ margin: 0;}
.teamcarousel-section .team-row .col-lg-12 {padding: 0;}
.teamcarousel-section .team-carousel {padding: 0 0 15px;}
.teamcarousel-section .team-carousel .slick-track {display: flex !important;}
.teamcarousel-section .team-carousel .slick-slide {height: inherit !important;}

.teamcarousel-section .team-area {margin: 0 15px 30px; position: relative; min-width: 300px; border: 1px solid #000000; box-shadow: 0 0 21px 0 rgba(0,0,0,0.25); border-radius: 13px;}
.teamcarousel-section .team-area .image-area {min-width: 300px; border-radius: 13px;}
.teamcarousel-section .team-area .image-area img {width: 100%; display: block; border-radius: 13px;}
.teamcarousel-section .team-area .text-area {padding: 15px 15px 0; position: absolute; bottom: 0; left: 0; right: 0; margin: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 5%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.75) 100%); height: 30%; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 13px;}
.teamcarousel-section .team-area .text-area p {margin: 0; color: var(--white); font-size: 15px; font-weight: 300;}
.teamcarousel-section .team-area .text-area p.name {font-size: 20px; line-height: 1.4; font-weight: bold;}
.teamcarousel-section .team-area .text-area p.title {margin-bottom: 15px;}
.teamcarousel-section .team-area .text-area p.text {margin-bottom: 15px;}
.teamcarousel-section .team-area .text-area .text-holder {max-height: 0; overflow: hidden;}
.teamcarousel-section .team-area:hover .text-area {height: 100%;}
.teamcarousel-section .team-area:hover .text-area .text-holder {max-height: 100%;}

.teamcarousel-section .category-area {margin-bottom: 25px;}
.teamcarousel-section .category-area p {border-bottom: 4px solid var(--primary-color); margin-bottom: 0; padding-bottom: 5px; font-weight: bold; font-size: 20px; letter-spacing: -0.5px; color: var(--white);}
.teamcarousel-section .category-area p.show {color: var(--black); margin-left: 15px;}
.teamcarousel-section .category-area p.last {margin-right: 15px;}
.teamcarousel-section .slick-current .category-area p {margin-left: 15px; color: var(--black);}

/* Team Carousel > Arrows */
.teamcarousel-section .slick-prev {left: auto; right: 60px;}
.teamcarousel-section .slick-next {right: 15px;}
.teamcarousel-section .slick-prev,
.teamcarousel-section .slick-next {position: absolute; background: none; width: 30px; height: 30px; line-height: 1; opacity: 1; border-radius: 50%; top: auto; bottom: 0;}
.teamcarousel-section .slick-prev.slick-disabled,
.teamcarousel-section .slick-next.slick-disabled {opacity: 0;}
.teamcarousel-section .slick-prev:before,
.teamcarousel-section .slick-next:before {content: ""; opacity: 1; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center center;}
.teamcarousel-section .slick-prev:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><image width="30" height="30" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADI0lEQVRIiWJkIBKs3BkdwMDA4M/AwGAAxejgAhRvDHdfugGvsQwMDAAAAAD//yJo8cqd0QkMDAz1DAwMCsQ6koGB4QEDA0NjuPvSBVhlGRgYAAAAAP//wmnxyp3RIF/Nx+E7YsEBBgaGxHD3pSCHIAADAwMAAAD//8JqMTRYQZYKUGApDHxgYGBwDHdfCooGCGBgYAAAAAD//8KwGBq0IEupCVAtZ2BgAAAAAP//YkKzFBSs/ST4pBEan4QAKOT2r9wZDUknDAwMAAAAAP//QrGYhOCF+aCBgYHBkATLISHJwMAAAAAA//+CW7xyZzTIEGISEkqwhbsvBfEJZh8ocABHJQMDAwAAAP//QvZxPqmWQh0McizYMCJBPQMDAwMAAAD//wInLiITFC5L95Oc+hkYAgEAAAD//4L52J4MS0GOPU9WlmNg8AcAAAD//4JZ7ECGpeRnOQYGAwAAAAD//2KBMnAVh7iCNx5aKhECoNDATLAMDAYAAAAA//9iXLkzGuRbUDwRtJQcAM0t4AQFBwwMDAAAAAD//0LPx8hgIqWWQgFmyDAwMAAAAAD//8JncT40WCkFmGYwMDAAAAAA//+CZaf/OEzHFcfEFqsggJlwGRgYAAAAAP//gln8Hk+2oH6qZmC4AAAAAP//ggU1vhQKK+DhQQat4BPJtpaB4QIAAAD//4JZvJGAQupazsCwEQAAAP//gtfHBIIbBrAFO6mNhgfh7ksVAQAAAP//Qk7VE4nQhM3noJoJZ9sKC2hkYGBgAAAAAP//QmmBrNwZfZ/IRh3c5yt3RoMcAyqzidF3Idx9qSEDAwMDAAAA//9Cz8eBRLoa5nNQqQQq9Yh1LCRNMDAwAAAAAP//olebCwQC4e1tBgYGAAAAAP//wii5qJBV0AHYpyiNfAYGBgAAAAD//yLUrl5PYkMeHYBSP8hS1DKfgYEBAAAA//8ipicBikdQs4iUCh/kS1AlA9KLCRgYGAAAAAD//yKl7wSKe1DfCVT2YnMEqKUJKgEP4uu6gAEDAwMAAAD//yLaYiwOgRf+4e5LiWkUIAADAwMAAAD//wMA5pbMAusEAI0AAAAASUVORK5CYII="/></svg>');}
.teamcarousel-section .slick-next:before {background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5312 0C22.5586 0 29.0625 6.50391 29.0625 14.5312C29.0625 22.5586 22.5586 29.0625 14.5312 29.0625C6.50391 29.0625 0 22.5586 0 14.5312C0 6.50391 6.50391 0 14.5312 0ZM12.8379 8.41406L17.2617 12.6562H6.5625C5.7832 12.6562 5.15625 13.2832 5.15625 14.0625V15C5.15625 15.7793 5.7832 16.4062 6.5625 16.4062H17.2617L12.8379 20.6484C12.2695 21.1934 12.2578 22.1016 12.8145 22.6582L13.459 23.2969C14.0098 23.8477 14.9004 23.8477 15.4453 23.2969L23.2207 15.5273C23.7715 14.9766 23.7715 14.0859 23.2207 13.541L15.4453 5.75977C14.8945 5.20898 14.0039 5.20898 13.459 5.75977L12.8145 6.39844C12.2578 6.96094 12.2695 7.86914 12.8379 8.41406Z" fill="%23A9B95B"/></svg>');}
.teamcarousel-section .slick-prev:hover,
.teamcarousel-section .slick-next:hover {opacity: 0.8;}

/* Blog Scroller > Dots */
.teamcarousel-section .slick-dots { position: static; max-width: 710px; margin: 0 auto; text-align: left;}
.teamcarousel-section .slick-dots li button {padding: 2px;}
.teamcarousel-section .slick-dots li button:before {color: #D9D9D9; font-size: 16px; opacity: 1;}
.teamcarousel-section .slick-dots li.slick-active button:before {color: var(--primary-color); opacity: 1;}

@media (max-width: 767px) {
	.teamcarousel-section .text-area {padding: 0 15px; max-width: 750px; margin: 0 auto 30px;}
	.teamcarousel-section .team-carousel {max-width: 350px; margin: 0 auto;}
	.teamcarousel-section .team-area .image-area {background-repeat: no-repeat; background-size: cover;}
	.teamcarousel-section .team-area .image-area img {max-height: 500px; opacity: 0;}
}

@media (max-width: 500px) {
	/*.teamcarousel-section .team-area .image-area + .text-area {padding-left: 20px;}
	.teamcarousel-section .team-area .image-area img {min-width: 130px; max-width: 130px;}
	.teamcarousel-section .team-area .text-area {padding: 5px 0;}
	.teamcarousel-section .team-area .text-area p.name {font-size: 18px; letter-spacing: 1px;}
	.teamcarousel-section .team-area .text-area p.title {font-size: 14px;}
	.teamcarousel-section .team-area .text-area p.email {font-size: 14px;}*/
}

@media (max-width: 400px) {
	/*.teamcarousel-section .team-area .image-area + .text-area {padding-left: 15px;}
	.teamcarousel-section .team-area .image-area img {min-width: 125px; max-width: 125px;}
	.teamcarousel-section .team-area .text-area p.email {font-size: 12px;}*/
}

/***********************/
/* Modules > Team Grid */
/***********************/
.team-section {padding: 50px 15px 75px; background-color: var(--white);}
.team-section .container.small {max-width: 1120px;}
.team-section .col-lg-8 {max-width: 790px;}

.team-section .text-area {margin: 0 0 60px;}
.team-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.team-section .text-area.right-side {max-width: 295px;}
.team-section .text-area h2 {max-width: 600px; color: var(--black);}
.team-section .text-area h2 strong {color: var(--primary-color); font-weight: bold;}
.team-section .text-area p + h2 {margin-top: 0;}
.team-section .text-area h3 {font-size: 20px; margin-bottom: 15px;}
.team-section .text-area .button-area {text-align: center; margin: 10px 0 30px 15px;}
.team-section .text-area p {font-size: 15px; line-height: 1.25;}
.team-section .text-area p a.link {font-weight: 500; border: none; color: var(--black);}
.team-section .text-area p a.link span {border-bottom: 1px solid #bfbfbf;}
.team-section .text-area p a.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>');}
.team-section .text-area p a.link:hover {color: var(--primary-color);}
.team-section .text-area p:last-child {margin-bottom: 0;}

.team-section .team-holder {display: flex; justify-content: center; align-items: center;}
.team-section .team-area {margin: 0 15px 30px; position: relative; max-width: 255px; border: 1px solid #000000; box-shadow: 0 0 21px 0 rgba(0,0,0,0.25);}
.team-section .team-area.team-1,
.team-section .team-area.team-1 .image-area img,
.team-section .team-area.team-1 .text-area {border-radius: 0 0 0 13px;}
.team-section .team-area.team-4,
.team-section .team-area.team-4 .image-area img,
.team-section .team-area.team-4 .text-area {border-radius: 0 0 13px 0;}
.team-section .team-area .image-area {max-width: 255px;}
.team-section .team-area .image-area img {width: 100%; display: block;}
.team-section .team-area .text-area {padding: 15px 10px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 5%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.75) 100%); height: 30%; display: flex; flex-direction: column; justify-content: flex-end;}
.team-section .team-area .text-area p {margin: 0; color: var(--white); font-size: 12px; font-weight: 300;}
.team-section .team-area .text-area p.name {font-size: 17px; line-height: 1.4; font-weight: bold;}

@media (max-width: 991px) {
	.team-section {padding-bottom: 50px;}
	.team-section .col-lg-8 {max-width: 100%;}
	.team-section .text-area.left-side {text-align: center; margin-bottom: 0;}
	.team-section .text-area h2 {margin: 0 auto 20px;}
	.team-section .text-area.right-side {text-align: center; margin: 0 auto;}
	.team-section .text-area .button-area {margin: 0 auto 40px;}
	.team-section .team-holder {flex-wrap: wrap; max-width: 850px;}
}

@media (max-width: 650px) {
	.team-section .team-holder {flex-direction: column;}
}

/**************************/
/* Modules > Team Profile */
/**************************/
.profile-section {max-height: 1080px; height: calc(100vh - 160px); justify-content: center; align-items: center; display: none;}
.profile-section.active {display: block;}
.profile-section .container {max-width: 1190px;}

/*.profile-section .row.order-row {display: flex; justify-content: flex-end; align-items: flex-start; align-items: center; margin: 0; align-items: stretch;}*/
.profile-section .text-column {max-width: 680px;}

.profile-section .text-area {max-width: 455px;}
.profile-section .text-area h2 {margin-bottom: 5px;}
.profile-section .text-area p {font-size: 15px;}
.profile-section .text-area p.title {color: var(--gray); font-weight: 300; font-size: 20px;}
.profile-section .text-area p:last-child {margin: 0;}

.profile-section .image-area {max-width: 388px; margin: 0 auto;}
.profile-section .image-area img {border: 2px solid #000000; border-radius: 13px;}

@media (max-width: 991px) {
	.profile-section {max-height: initial; height: auto;}
	.profile-section .text-area {margin-bottom: 40px;}
	.profile-section .image-area {margin: 0 auto;}
}

/**************************/
/* Modules > Testimonials */
/**************************/
.testimonials-section {background-color: #4d4d4d; position: relative; content-visibility: visible !important; background-repeat: repeat; background-size: contain; padding: 0 !important; background-position: center center;}
.testimonials-section .content-holder {background-color: rgba(0,0,0,0.7); padding: 175px 15px 180px;}
.testimonials-section .container {max-width: 620px;}

.testimonials-section .image-area {position: absolute; top: -120px; left: 0; right: 0; margin: 0 auto;}

.testimonials-section .text-area h2 {margin-bottom: 15px; color: var(--secondary-color); font-weight: 500;}

.testimonials-section .quote-area {margin: 0 auto 10px;}
.testimonials-section .quote-area p {font-size: 20px; margin: 0; letter-spacing: -0.5px; color: var(--white);}
.testimonials-section .quote-area p.quote {max-width: 581px;}
.testimonials-section .quote-area p.author {font-weight: bold; margin: 45px 0 0; max-width: 570px;}

/* .testimonials-section .testimonials-carousel .slick-dots {position: static; margin-top: 20px;}
.testimonials-section .testimonials-carousel .slick-dots li {margin: 0 1px;}
.testimonials-section .testimonials-carousel .slick-dots li button {padding: 0;}
.testimonials-section .testimonials-carousel .slick-dots li button:before {color: #c0e4f2; opacity: 1; font-size: 12px;}
.testimonials-section .testimonials-carousel .slick-dots li.slick-active button:before {color: var(--secondary-color); opacity: 1;} */

@media (max-width: 991px) {
	.testimonials-section {padding: 75px 15px 65px;}
	.testimonials-section .text-area h2 {font-size: 40px;}
	.testimonials-section .quote-area p {font-size: 26px;}
	.testimonials-section .quote-area p.stars {font-size: 20px;}
}

@media (max-width: 767px) {
	.testimonials-section {padding: 50px 15px 40px;}
	.testimonials-section:before {border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom-width: 75px;}
	.testimonials-section .image-area {top: -82px; min-heihgt: 70px;}
	.testimonials-section .image-area img {max-width: 60px;}

	.testimonials-section .text-area h2 {font-size: 30px;}
	.testimonials-section .quote-area p {font-size: 24px;}
	.testimonials-section .quote-area p.quote {font-size: 20px;}
	.testimonials-section .quote-area p.stars {font-size: 18px;}
}

@media (max-width: 500px) {
	.testimonials-section .quote-area p {font-size: 20px;}
	.testimonials-section .quote-area p.quote {font-size: 18px;}
	.testimonials-section .quote-area p.stars {font-size: 16px;}
}

/**********************************/
/* Modules > Three Column Content */
/**********************************/
.threecol-section {background-color: var(--white); padding: 50px 0;}

/* Three Columns Content > Text */
.threecol-section .text-area {position: relative;}
.threecol-section .text-area.text-first {padding-top: 120px;}
.threecol-section .text-area.text-third {padding-top: 60px;}
.threecol-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px;}
.threecol-section .text-area h2 {max-width: 500px; color: var(--black); margin: 0 0 10px;}
.threecol-section .text-area h3 {font-size: 20px; margin-bottom: 10px;}
.threecol-section .text-area h3:first-child:before {height: 5px; background-color: var(--primary-color); margin-bottom: 20px; width: 60px; display: block; content: "";}
.threecol-section .text-area p + h3 {margin-top: 80px;}
.threecol-section .text-area .button-area {text-align: left; margin-top: 35px;}
.threecol-section .text-area p {font-size: 15px; line-height: 1.25;}
.threecol-section .text-area p a.link {font-weight: 500; border: none; color: var(--black);}
.threecol-section .text-area p a.link span {border-bottom: 1px solid #bfbfbf;}
.threecol-section .text-area p a.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>');}
.threecol-section .text-area p a.link:hover {color: var(--primary-color);}
.threecol-section .text-area p:last-child {margin-bottom: 0;}

.threecol-section .text-area img {border: 1px solid #000000; border-radius: 20px;}

/* Side-by-Side > Colors */
.threecol-section.tc-white h2,
.threecol-section.tc-white h3,
.threecol-section.tc-white p,
.threecol-section.tc-white li {color: var(--white);}
.threecol-section.tc-white a.button {background-color: var(--primary-color); color: var(--white);}
.threecol-section.tc-white a.button:hover {background-color: var(--secondary-color); color: var(--primary-color);}

@media (min-width: 1200px) {
	.threecol-section.pb-large {padding-bottom: 150px;}
}

@media (min-width: 992px) {
	.threecol-section .show-button {display: none;}
}

@media (max-width: 991px) {
	.threecol-section {padding: 50px 0;}
	.threecol-section .text-area {padding: 0 15px; max-width: 100%;}
	.threecol-section .text-area:not(.title-area) {margin: 15px auto; max-width: 750px; padding: 0 15px;}
	.threecol-section .text-area.text-first {padding-top: 0;}
	.threecol-section .text-area p + h3 {margin-top: 50px;}
	.threecol-section .text-area .hide-button {display: none;}

	.stats-section + .threecol-section {padding-top: 0;}
}

@media (max-width: 767px) {
	.threecol-section .text-area p + h3 {margin-top: 30px;}
}

/**********/
/* Search */
/**********/
.search-section {padding: 50px 15px 100px;}
.search-section .container:not(.wide-container) {max-width: 990px;}
.search-section .container.wide-container {max-width: 1300px;}
.search-section .search-area {max-width: 200px; margin: 0 auto;}
.search-section .search-area .holder-area {width: 25%;}
.search-section .search-area label span {font-size: 16px; font-style: italic;}
.search-section .search-area p {margin-bottom: 5px;}
.search-section .search-area input[type="tel"],
.search-section .search-area select {background-color: var(--secondary-color); position: relative; color: var(--white); border-radius: 0; max-width: 160px; font-size: 20px; padding: 10px 5px 11px 15px; -webkit-appearance: none; line-height: 29px; font-weight: bold;}
.search-section .search-area select {max-width: 120px;}
.search-section .search-area select option {padding: 10px 5px;}
.search-section .search-area input:focus {color: var(--white);}
.search-section .search-area input ::-webkit-input-placeholder {color: var(--white);}
.search-section .search-area input :-moz-placeholder {color: var(--white); opacity: 1;}
.search-section .search-area input ::-moz-placeholder {color: var(--white); opacity: 1;}
.search-section .search-area input :-ms-input-placeholder {color: var(--white);}

.search-section .search-area .select-holder,
.search-section .search-area .input-holder {position: relative; background-color: var(--secondary-color);}
.search-section .search-area .select-holder:after,
.search-section .search-area .input-holder:after {content: ""; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 25px solid var(--secondary-color); position: absolute; top: 0; bottom: 0;}

.search-section .search-area button.button {font-weight: bold; margin-top: 35px;}
.search-section .search-area button.button span {min-width: 130px;}

.search-section .text-area {text-align: center;}
.search-section .text-area h2 {color: #2b2868; margin-bottom: 30px; font-weight: 600;}

.search-section .video-row .text-area {margin-top: 100px;}
.search-section .video-row .search-area {max-width: 400px;}
.search-section .video-row .search-area .input-holder {background-color: #c73d78;}
.search-section .video-row .search-area .input-holder:after {border-left-color: var(--secondary-color);}
.search-section .video-row .search-area input[type="text"] {float: right; background-color: #c73d78; position: relative; color: var(--white); border-radius: 0; max-width: 350px; font-size: 18px; padding: 10px 5px 11px 30px; -webkit-appearance: none; line-height: 29px;}
.search-section .video-row .search-area button {border: none; background: var(--secondary-color); color: #fff; padding: 11px 12px 12px; font-size: 20px;}

.resources-section .search-section {padding: 0; margin-bottom: 80px;}

@media (max-width: 991px) {
	.search-section {padding-bottom: 75px;}
	.search-section .search-row {max-width: 500px; margin: 0 auto;}
	.search-section .search-area {margin-bottom: 20px;}
	.search-section .search-area input[type="tel"],
	.search-section .search-area select {font-size: 18px;}
}

@media (max-width: 767px) {
	.search-section {padding-bottom: 50px;}
	.search-section .search-area {max-width: 180px;}
	.search-section .search-area input[type="tel"],
	.search-section .search-area select {font-size: 16px; max-width: 120px;}
	.search-section .search-area button.button {padding-right: 5px; text-align: left;}
}

@media (max-width: 500px) {
	.search-section .col-xs-6 {width: 100%; float: none;}
	.search-section .search-area button.button {margin-top: 15px;}
}


/********/
/* Blog */
/********/
.blog-section {padding: 75px 0 120px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.blog-section.bg-gray {background-color: #f4f4f4;}
.blog-section .text-area h2 {margin-bottom: 40px;}
.blog-section .post-row {display: flex; flex-wrap: wrap;}

.blog-section .post-holder {padding: 40px 25px 40px 0;}

.blog-section .post-row {display: flex; flex-wrap: wrap; justify-content: center;}
.blog-section .post-row .col-lg-4:nth-child(3n+1) {clear: both;}

.blog-section .post-area {margin: 50px auto 0; max-width: 350px;}
.blog-section .post-area a.view-post {display: block; border: 1px solid var(--black); margin-bottom: 30px; overflow: hidden; border-radius: 20px;}
.blog-section .post-area a.view-post .image-area {position: relative; overflow: hidden; height: 250px;}
.blog-section .post-area a.view-post .image-area:before {content: ""; background-color: rgba(0,0,0,0.3); position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.blog-section .post-area .image-area {background-size: cover; background-position: center center; background-repeat: no-repeat;}
.blog-section .post-area .image-area img {margin: 0 auto; display: block; width: 100%; opacity: 0;}

.blog-section .post-area a.view-post:hover .image-area {opacity: 0.8;}

.blog-section .post-area .text-area {padding: 30px; display: flex; min-height: 100px; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: var(--white);}
.blog-section .post-area .text-area h3 {font-family: "Gotham", serif; font-size: 20px; text-transform: none; margin: 0; min-height: 72px;}
.blog-section .post-area .text-area p {margin: 5px 0 0;}

/*.blog-section .post-area .image-area {margin-top: 4px;}*/
.blog-section .post-area .image-area img {margin: 0 auto; display: block;}
.blog-section .post-area .image-area a:hover img {opacity: 0.8;}

.blog-section .button-area {margin-top: 30px; max-width: 450px;}
.blog-section .button-area a + a {margin-left: 20px;}

.blog-section .button-area {text-align: left;}
.blog-section .button-area p {font-size: 15px; line-height: 1.25;}
.blog-section .button-area p span.link {font-weight: 500; border: none; color: var(--black);}
.blog-section .button-area p span.link span.text {border-bottom: 1px solid #bfbfbf;}
.blog-section .button-area p span.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>'); position: relative; left: 0;}
.blog-section a:hover .button-area p span.link {color: var(--primary-color);}
.blog-section a:hover .button-area p span.link span.text {border-color: var(--primary-color);}
.blog-section a:hover .button-area p span.link:after {left: 5px;}

.blog-section.bg-gray {background-color: #F4F4F4;}

/*

.blog-section .post-area {margin: 0 0 50px; display: flex;}
.blog-section .post-area .title-area {padding-left: 30px;  max-width: calc(100% - 360px);}
.blog-section .post-area .title-area a {}
.blog-section .post-area .title-area h2 {margin: 0 0 30px; font-size: 32px; line-height: 1.2;}
.blog-section .post-area .title-area a:hover h2 {color: var(--secondary-color);}

.blog-section .post-area .image-area {margin-top: 4px; width: 360px; height: 320px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.blog-section .post-area .image-area a {display: block; width: 360px; height: 320px;}
.blog-section .post-area .image-area img {margin: 0 auto; display: block; opacity: 0;}

.blog-section .button-area {margin-top: 30px; max-width: 450px;}
.blog-section .button-area a + a {margin-left: 20px;} */

/* Blog > Single */
.blog-section .text-area {padding: 0;}
.blog-section .text-area h1 {margin-bottom: 20px; font-size: 48px; line-height: 1.2;}
.blog-section .text-area h2 {font-size: 32px; margin: 40px 0 20px;}
.blog-section .text-area p + h2 {margin-top: 40px;}
.blog-section .text-area h3 {font-size: 24px; font-family: "Gotham", sans-serif; font-weight: 600;}
.blog-section .text-area h4 {line-height: 1.4;}
.blog-section .text-area p:last-child {margin: 0;}
.blog-section .text-area.form-text {max-width: 100%; padding-left: 20px;}
.blog-section .text-area.form-text h2 {margin-bottom: 5px;}

.uagb-toc__list-wrap ol li a {text-decoration: none !important;}
.blog-section .text-area .wp-block-uagb-container h2 {margin: 0;}
.blog-section .text-area .wp-block-uagb-container p {margin: 0;}
.blog-section .text-area .aligncenter,
.blog-section .text-area .aligncenter img {margin: 0 auto;}
.blog-section .text-area figure.aligncenter {margin: 30px auto;}
.blog-section .text-area figure figcaption {text-align: center;}

.blog-section .text-area .wp-block-group.has-border-color {border-style: solid; text-align: center;}
.blog-section .text-area .wp-block-buttons {margin: 30px auto; display: block;}
.blog-section .text-area .wp-block-uagb-columns .uagb-columns__inner-wrap {max-width: 100% !important;}

.blog-section .portfolio-area {padding: 50px 0 75px;}

/* Blog > Single > Blog image */
.imagebanner-section {background-size: cover; background-position: center center; background-repeat: no-repeat; height: 350px; width: 100%; position: relative; display: flex; align-items: center; padding: 50px 15px;}
.imagebanner-section:before {content: ""; background-color: rgba(0,0,0,0.75); position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.imagebanner-section .container {position: relative; z-index: 2;}
.imagebanner-section .text-area p.subtitle {color: var(--white); font-weight: 300; margin-bottom: 5px;}
.imagebanner-section .text-area h1 {color: var(--white); line-height: 1.1; font-size: 3.75rem; margin: 0;}

/* Blog > Single > Date and category */
.blog-section .text-area p.date-category {font-size: 14px; background-color: var(--lightblack); color: #4A4F55; padding: 10px 15px 12px; font-weight: 400;}
.blog-section .text-area p.date-category .fa {margin: 0 4px 0 13px;}
.blog-section .text-area p.date-category a {border: none; padding-bottom: 0;}
.blog-section .text-area p.date-category .fa:first-child {margin-left: 0;}

/* Blog > Archives */
body.archive .page-banner {padding: 10px 0 0 !important;}
body.archive .wp-pagenavi {margin-bottom: 40px;}
body.archive .blog-section {padding-top: 50px; padding-bottom: 10px;}

/*@media (max-width: 1199px) {
	.blog-section.with-background .background-column {padding-top: 30px; padding-bottom: 30px;}
	.blog-section .post-row + .post-row {margin-top: 50px;}
}*/

/*@media (min-width: 992px) {
	.blog-section .col-lg-6 + .col-lg-6 .text-area,
	.blog-section .col-lg-6 + .col-lg-6 .button-area {margin: 0 auto 35px;}
}*/

@media (max-width: 991px) {
	.blog-section {padding: 80px 0 75px;}
	.blog-section .post-holder {padding-right: 0;}
	.blog-section .image-area {margin: 0 auto;}
	.blog-section .text-area h1 {font-size: 43px;}
	.blog-section .text-area h2 {margin-bottom: 20px; font-size: 30px;}
}

@media (max-width: 767px) {
	.blog-section {padding: 60px 0 50px;}
	.blog-section .post-area {margin: 30px auto 0;}
	.blog-section .post-area a.view-post {margin-bottom: 0;}
	.blog-section .post-area .text-area {min-height: 90px;}

	/*.blog-section .post-area {max-width: 100%; flex-direction: column;}
	.blog-section .post-area .image-area {width: 100%; max-width: 100%;}
	.blog-section .post-area .title-area {width: 100%; padding-left: 0; max-width: 100%;}
	.blog-section .text-area h1 {font-size: 38px;}*/
}

/* Pagination */
.wp-pagenavi {margin: 30px 0 60px 0; padding-top: 35px; clear: both; border-top: 1px solid var(--lightgray);}
.wp-pagenavi a,
.wp-pagenavi .current {color: var(--black); display: inline-block; padding: 0 5px; text-decoration: none; min-width: 38px; height: 38px; font-size: 14px; font-family: "Gotham", serif; border-radius: 50%; background-color: var(--white); line-height: 38px; text-align: center; font-weight: 600;}
.wp-pagenavi .current,
.wp-pagenavi a:hover:not(.current) {background-color: var(--black); color: var(--white);}
.wp-pagenavi .extend {margin: 0 5px;}
.wp-pagenavi .extend:last-child {display: none;}

/* Search results */
body.search-results .text-area h4 {text-transform: none; margin: 30px 0 5px;}
body.search-results .text-area a.more {display: inline-block; text-transform: uppercase; color: #222222; font-size: 13px; font-weight: 700;}
body.search-results .text-area a.more:after {content: "\f0da"; margin-left: 5px; top: 2px; position: relative; font-size: 17px;}
body.search-results .text-area a:hover h4,
body.search-results .text-area a.more:hover {color: var(--secondary-color);}

/* Related */
.related-section {background-color: #789BAC;}

/*************/
/* Locations */
/*************/
.locations-section {background-color: #dcdcec; text-align: center;}

.locations-section .col-lg-3:nth-child(4n+1) {clear: both;}
.locations-section .location-area {margin: 0 15px 30px; max-width: 300px;}
.locations-section .location-area a {display: block; margin: 0 auto; position: relative;}
.locations-section .location-area .state-area.under-state {position: absolute; top: 0; z-index: 2; left: 0; right: 0; bottom: 0;}
.locations-section .location-area a:hover .state-area.under-state {opacity: 0;}
.locations-section .location-area .state-area {margin: 0 auto; overflow: hidden; max-width: 270px;}
.locations-section .location-area .state-area img {margin: 0 auto;}
.locations-section .location-area p {position: absolute; top: 49%; transform: translateY(-50%); left: 0; right: 0; font-size: 28px; color: var(--white); z-index: 2; padding-left: 30px; margin: 0;}

.locations-section .text-area {margin-bottom: 60px;}
.locations-section .text-area h2 {text-transform: uppercase;}

@media (min-width: 992px) {
	.locations-section .location-row .col-lg-5ths {width: 20%;}
	.locations-section .location-row .col-lg-5ths:nth-child(5n+1) {clear: both;}
	.locations-section .location-row .col-lg-5ths .location-area p {font-size: 23px;}
}

@media (max-width: 991px) {
	.locations-section .text-area {margin-bottom: 30px;}
	.locations-section .location-area {margin: 0 auto 30px;}
	.locations-section .location-area p {font-size: 30px; padding-left: 0;}
}

@media (max-width: 767px) {
	.locations-section .text-area p {font-size: 16px;}
	.locations-section .location-area p {font-size: 20px;}
	.locations-section .location-area .state-area {max-width: 200px;}
	.locations-section .location-row .col-xs-6:nth-child(3) {float: none; margin: 0 auto; clear: both;}
	.locations-section .location-row .col-xs-6:nth-child(4) {clear: both;}
}

@media (max-width: 500px) {
	.locations-section .location-area p {font-size: 18px;}
}

/***************************/
/* Modules > Room Scroller */
/***************************/
.roomscroller-section {padding: 0; max-width: 100%; position: relative;}
.roomscroller-section .container {max-width: 100%; padding: 0;}
.roomscroller-section .row {margin: 0;}
.roomscroller-section .col-lg-12 {padding: 0;}

.roomscroller-section .image-area {background-size: cover; background-repeat: no-repeat; background-position: center top; background-color: var(--white); min-height: 600px;}
.roomscroller-section img {width: 100%; opacity: 0;}

/* Room Scroller > Item */
.roomscroller-section .room-holder {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; background-color: rgba(94,53,17,0.4);}
.roomscroller-section .roomtext-carousel {height: 100%;}
.roomscroller-section .roomtext-carousel .slick-list {height: 100%;}
.roomscroller-section .roomtext-carousel .slick-list .slick-track {height: 100%;}
.roomscroller-section .room-area {position: relative; margin: 0 25px; text-align: center;}
.roomscroller-section .room-area .text-area {padding: 15px; height: calc(100% - 80px); display: flex; align-items: center; justify-content: center;}
/*.roomscroller-section .room-area[tabindex="-1"] .text-area {justify-content: flex-end;}
.roomscroller-section .room-area.slick-active + .room-area[tabindex="-1"] .text-area {justify-content: flex-start;}*/
.roomscroller-section .room-area .text-area p {font-family: "Gotham", serif; font-size: 80px; color: #ffffff; line-height: 1.05; margin: 0;}
.roomscroller-section .room-area .text-area a:hover p {color: var(--secondary-color);}
.roomscroller-section .room-area .button-area a.button {border: 1px solid var(--lightgray); background: none; color: var(--lightgray); opacity: 0; cursor: default;}
.roomscroller-section .room-area.slick-active .button-area a.button {opacity: 1; cursor: pointer;}
.roomscroller-section .room-area .button-area a.button:hover {background-color: var(--secondary-color); color: var(--white); border-color: var(--secondary-color);}

/* Room Scroller > Dots */
.roomscroller-section .slick-dots {top: 40px; bottom: auto; z-index: 2;}
.roomscroller-section .slick-dots li {margin: 0 1px;}
.roomscroller-section .slick-dots li button {padding: 0;}
.roomscroller-section .slick-dots li button:before {color: #c7b9ab; opacity: 0.65; font-size: 12px;}
.roomscroller-section .slick-dots li.slick-active button:before {color: #FAF9F8; opacity: 1;}

@media (max-width: 991px) {
	.roomscroller-section .image-area {min-height: 500px;}
	.roomscroller-section .room-area .text-area p {font-size: 60px;}
}

@media (max-width: 767px) {
	.roomscroller-section .image-area {min-height: 420px;}
	.roomscroller-section .room-area[aria-hidden="true"] {visibility: hidden;}
	.roomscroller-section .room-area .text-area p {font-size: 40px;}
}

@media (max-width: 500px) {
	.roomscroller-section .image-area {min-height: 420px;}
}

/*********/
/* Video */
/*********/
.video-section {text-align: center; padding: 90px 0; background-repeat: no-repeat; background-position: top center; background-size: cover; position: relative;}
.video-section.bg-gray {background-color: #f4f4f4;}

.video-section .text-area {margin-bottom: 30px;}
.video-section .text-area h2 {font-weight: normal; text-transform: initial;}
.video-section .text-area h3 {text-transform: initial; font-size: 32px;}
.video-section .text-area p {font-size: 30px;}
.video-section .text-area p + h3 {margin-top: 35px;}

.video-section .image-area {margin: 0; padding: 0 15px;}
.video-section .image-area a.popup-video {max-width: 760px; display: block; border: 5px solid var(--white); margin: 0 auto; position: relative;}
.video-section .image-area a.popup-video:before {content: ""; background-color: rgba(73,70,93,0.5); position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.video-section .image-area a.popup-video:after {content: ""; width: 89px; height: 89px; bottom: 20px; right: 20px; background: url('images/play-button-white.png') no-repeat center center; position: absolute; z-index: 3; display: block; background-size: contain;}
.video-section .image-area a.popup-video:hover {border-color: var(--secondary-color);}
.video-section .image-area img {margin: 0 auto; display: block;}

.video-section.bg-gray {background-color: #F4F4F4;}
.video-section.bg-white {background-color: var(--white);}

body.home .video-section .text-area h2 {color: var(--secondary-color);}

@media (max-width: 991px) {
	.video-section {padding: 70px 0;}
	.video-section.with-background .background-holder {padding: 75px 0 0;}
	.video-section .text-area h2 {font-size: 30px;}
	.video-section .text-area p {font-size: 26px;}
}

@media (max-width: 767px) {
	.video-section {padding: 50px 0;}
	.team-section + .video-section {padding-bottom: 60px;}
	.video-section.with-background .background-holder {padding: 75px 0 50px;}
	.video-section .text-area h2 {font-size: 28px;}
	.video-section .text-area p {font-size: 24px;}
}

@media (max-width: 500px) {
	.video-section .text-area h2 {font-size: 26px;}
	.video-section .text-area p {font-size: 20px;}
}

/************************/
/* Modules > Video Grid */
/************************/
.videogrid-section {background-color: var(--white); padding: 75px 0 80px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.videogrid-section.bg-gray {background-color: #f4f4f4;}

.videogrid-section .video-row {display: flex; flex-wrap: wrap; justify-content: center;}
.videogrid-section .video-row .col-lg-4:nth-child(3n+1) {clear: both;}

.videogrid-section .video-area {margin: 50px auto 0; background-color: var(--white); max-width: 605px;}
.videogrid-section .video-area a.popup-video {display: block; border: 1px solid var(--black); margin-bottom: 30px; overflow: hidden; border-radius: 20px;}
.videogrid-section .video-area a.popup-video .image-area {position: relative; overflow: hidden; height: 250px;}
.videogrid-section .video-area a.popup-video .image-area:before {content: ""; background-color: rgba(0,0,0,0.7); position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.videogrid-section .video-area a.popup-video .image-area:after {content: ""; width: 89px; height: 89px; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; background: url('images/play-button-white.png') no-repeat center center; position: absolute; z-index: 3; display: block; background-size: contain;}
.videogrid-section .video-area .image-area {background-size: cover; background-position: center center; background-repeat: no-repeat;}
.videogrid-section .video-area .image-area img {margin: 0 auto; display: block; width: 100%; opacity: 0;}

.videogrid-section .video-area a.popup-video:hover .image-area {opacity: 0.8;}

.videogrid-section .video-area .text-area {padding: 30px; display: flex; min-height: 100px; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.videogrid-section .video-area .text-area h3 {font-family: "Gotham", serif; font-size: 20px; text-transform: none; margin: 0; min-height: 72px;}
.videogrid-section .video-area .text-area p {margin: 5px 0 0;}

.videogrid-section .post-area .image-area {margin-top: 4px; }
.videogrid-section .post-area .image-area img {margin: 0 auto; display: block;}
.videogrid-section .post-area .image-area a:hover img {opacity: 0.8;}

.videogrid-section .button-area {margin-top: 30px; max-width: 450px;}
.videogrid-section .button-area a + a {margin-left: 20px;}

.videogrid-section .button-area {text-align: left;}
.videogrid-section .button-area p {font-size: 15px; line-height: 1.25;}
.videogrid-section .button-area p span.link {font-weight: 500; border: none; color: var(--black);}
.videogrid-section .button-area p span.link span.text {border-bottom: 1px solid #bfbfbf;}
.videogrid-section .button-area p span.link:after {content: ""; display: inline-block; width: 15px; height: 11px; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1762 10.0359L14.8637 5.34844C14.951 5.26061 15 5.14181 15 5.01797C15 4.89413 14.951 4.77533 14.8637 4.6875L10.1762 0L9.51525 0.660937L13.4012 4.54688L-0.000371933 4.54687V5.48437L13.4012 5.48438L9.51525 9.37031L10.1762 10.0359Z" fill="black"/></svg>'); position: relative; left: 0;}
.videogrid-section a:hover .button-area p span.link {color: var(--primary-color);}
.videogrid-section a:hover .button-area p span.link span.text {border-color: var(--primary-color);}
.videogrid-section a:hover .button-area p span.link:after {left: 5px;}

.videogrid-section.bg-gray {background-color: #F4F4F4;}

.videogrid-section.no-images .video-area {margin: 30px 0 0; border: 1px solid #b2b2b2; background-color: var(--white); overflow: hidden; min-height: calc(100% - 30px); display: flex;}
.videogrid-section.no-images .video-area a.popup-video {display: block; border: none; height: 100%; width: 100%; margin: 0;}
.videogrid-section.no-images .video-area .text-area {border-bottom: 18px solid #cc6c20; background-color: var(--white); padding: 25px 25px 130px; border-radius: 28px 28px 0 0; position: relative; width: 100%; min-height: 280px;}
.videogrid-section.no-images .video-area .text-area p.subtitle {margin: 0 0 10px; font-weight: bold; font-size: 16px; color: var(--black);}
.videogrid-section.no-images .video-area .text-area h3 {margin: 0; font-size: 28px; text-transform: initial; color: #cc6c20; max-width: 271px;}
.videogrid-section.no-images .video-area a:hover .text-area h3 {color: var(--black);}
.videogrid-section.no-images .video-area .text-area .button-area {position: absolute; bottom: 0; left: 0; right: 0; padding: 0 30px 40px;}
.videogrid-section.no-images .video-area .text-area span.button {color: var(--white); font-size: 18px; font-weight: 500; padding: 17px 21px; text-align: center; margin: 0; display: inline-block; background-color: #cc6c20; line-height: 1; border: none; border-radius: 30px; text-transform: uppercase; letter-spacing: 1.5px;}
.videogrid-section.no-images .video-area a:hover .text-area span.button {background-color: var(--black);}

.videogrid-section.no-images .video-area.bg-purple .text-area {border-color: #8A3A6D;}
.videogrid-section.no-images .video-area.bg-purple .text-area h3 {color: #8A3A6D;}
.videogrid-section.no-images .video-area.bg-purple .text-area a:hover h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-purple .text-area span.button {background-color: #8A3A6D;}
.videogrid-section.no-images .video-area.bg-purple .text-area a:hover span.button {background-color: var(--black);}*/

.videogrid-section.no-images .video-area.bg-green .text-area {border-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-green .text-area h3 {color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-green .text-area a:hover h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-green .text-area span.button {background-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-green .text-area a:hover span.button {background-color: var(--black);}

.videogrid-section.no-images .video-area.bg-light .text-area {border-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-light .text-area h3 {color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-light .text-area a:hover h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-light .text-area span.button {background-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-light .text-area a:hover span.button {background-color: var(--black);}

.videogrid-section.no-images .video-area.bg-dark .text-area {border-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-dark .text-area h3 {color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-dark .text-area a:hover h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-dark .text-area span.button {background-color: var(--secondary-color);}
.videogrid-section.no-images .video-area.bg-dark .text-area a:hover span.button {background-color: var(--black);}

.videogrid-section.no-images .video-area.bg-black .text-area {border-color: var(--black);}
.videogrid-section.no-images .video-area.bg-black .text-area h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-black .text-area a:hover h3 {color: var(--black);}
.videogrid-section.no-images .video-area.bg-black .text-area span.button {background-color: var(--black);}
.videogrid-section.no-images .video-area.bg-black .text-area a:hover span.button {background-color: var(--black);}

@media (max-width: 991px) {
	.videogrid-section {padding: 80px 0 75px;}
}

@media (max-width: 767px) {
	.videogrid-section {padding: 60px 0 50px;}
	.videogrid-section .video-area {margin: 30px 0 0;}
	.videogrid-section .video-area a.popup-video {margin-bottom: 0;}
	.videogrid-section .video-area .text-area {min-height: 90px;}
	.videogrid-section.no-images .video-area {max-width: 390px;}
	.videogrid-section.no-images .video-area .text-area {min-height: 240px;}
	.videogrid-section.no-images .video-area .text-area h3 {max-width: 100%;}
}

@media (max-width: 767px) {
	
}

/**************************/
/* Modules > Wide Content */
/**************************/
.wide-section {padding: 90px 0; background-color: #fbfbfb;}
.wide-section.bg-gray {background-color: #fbfbfb;}

.wide-section.with-background .content-holder {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 100px 0 150px;}

/* Wide > Sidebar */
.wide-section.sb-yes {padding: 0; border-bottom: 1px solid var(--lightgray);}
.wide-section.sb-yes .text-column {border-right: 1px solid var(--lightgray);}
.wide-section.sb-yes .text-column .text-area {padding: 50px 40px 50px 0; max-width: 1000px;}
.wide-section.sb-yes .sidebar-column {border-left: 1px solid var(--lightgray); margin-left: -1px;}
.wide-section.sb-yes .sidebar {padding: 50px 0 50px 25px;}

/* Padding */
.wide-section.sb-yes.pt-small .text-column .text-area,
.wide-section.sb-yes.pt-small .sidebar {padding-top: 50px;}
.wide-section.sb-yes.pt-medium .text-column .text-area,
.wide-section.sb-yes.pt-medium .sidebar {padding-top: 75px;}
.wide-section.sb-yes.pt-large .text-column .text-area,
.wide-section.sb-yes.pt-large .sidebar {padding-top: 100px;}
.wide-section.sb-yes.pt-none .text-column .text-area,
.wide-section.sb-yes.pt-none .sidebar {padding-top: 0;}

.wide-section.sb-yes.pb-small .text-column .text-area,
.wide-section.sb-yes.pb-small .sidebar {padding-bottom: 50px;}
.wide-section.sb-yes.pb-medium .text-column .text-area,
.wide-section.sb-yes.pb-medium .sidebar {padding-bottom: 75px;}
.wide-section.sb-yes.pb-large .text-column .text-area,
.wide-section.sb-yes.pb-large .sidebar {padding-bottom: 100px;}
.wide-section.sb-yes.pb-none .text-column .text-area,
.wide-section.sb-yes.pb-none .sidebar {padding-bottom: 0;}

.wide-section .text-area h1 {margin-bottom: 35px; font-size: 48px; line-height: 1.2;}
.wide-section .text-area p + h2 {margin-top: 0;}
.wide-section .text-area p.subtitle {color: var(--gray); font-weight: 300; margin-bottom: 5px; font-size: 20px;}
.wide-section .text-area p:last-child {margin: 0;}

.wide-section.content-section .button-area {text-align: left; margin-top: 0;}
.wide-section.content-section .button-area p {font-size: 15px; line-height: 1.25;}
.wide-section.content-section .button-area p:last-child {margin-bottom: 0;}

.wide-section .wideimage-carousel .slick-dots {top: 5%;}
.wide-section .wideimage-carousel .slick-dots li {margin: 0 1px;}
.wide-section .wideimage-carousel .slick-dots li button {padding: 0;}
.wide-section .wideimage-carousel .slick-dots li button:before {color: #c7b9ab; opacity: 1; font-size: 12px;}
.wide-section .wideimage-carousel .slick-dots li.slick-active button:before {color: #FAF9F8; opacity: 1;}

/*.wide-section .image-area {margin: 0; padding: 0 15px;}
.wide-section .image-area img {margin: 0 auto; display: block; border: 10px solid #d8d8dc;}*/

.wide-section .text-area h3.strike {position: relative; margin-bottom: 30px;}
.wide-section .text-area h3.strike:before {content: ""; display: block; width: 100%; height: 2px; background-color: #575757; position: absolute; top: 25px;}
.wide-section .text-area h3.strike span {position: relative; z-index: 2; background-color: var(--white);}

/* Wide section > Text alignment */
.wide-section.al-left {text-align: left;}

.wide-section.al-center {text-align: center;}
.wide-section.al-center .text-area h2 {margin-left: auto; margin-right: auto; text-align: center;}
.wide-section.al-center .text-area p {text-align: center;}
.wide-section.al-center .number-area .number {margin-left: auto; margin-right: auto;}

body.page-id-14 .wide-section.with-background .content-holder {padding-bottom: 75px;}

.bg-white:not(.with-background) + .wide-section.bg-white .headline-area {margin-top: 75px;}

/* Gravity Form */
.wide-section .text-area p.gform_required_legend {display: none !important;}
body.page-id-6092 .wide-section .gform-theme--foundation .gform_fields {column-gap: 35px; row-gap: 30px;}
body.page-id-6092 .wide-section .text-area label.gfield_label.gform-field-label {font-family: "Gotham", serif; font-size: 24px; font-weight: bold; color: var(--black);}
body.page-id-6092 .wide-section .text-area label.gfield_label.gform-field-label .gfield_required {display: none;}
body.page-id-6092 .wide-section .text-area .ginput_container.ginput_container_text input {border-radius: 20px; font-size: 18px; min-height: 49px;}
body.page-id-6092 .wide-section .text-area input.gform_button.button[type="submit"] {color: var(--white); font-size: 18px; font-weight: 500; padding: 17px 21px; text-align: center; margin: 15px auto 0; display: inline-block; background-color: var(--black); line-height: 1; border: none; border-radius: 30px; text-transform: uppercase; letter-spacing: 1.5px;}

/* Portfolio */
.astra-portfolio-wrap .site-single:nth-child(4n+1) {clear: both;}

@media (max-width: 1199px) {
	.wide-section.with-background .content-holder {padding: 80px 0 125px;}
}

@media (max-width: 991px) {
	.wide-section.with-background .content-holder {padding: 65px 0 100px;}
	.wide-section .text-area {padding: 0 15px;}
	.wide-section .text-area h3.adjust-h3 {margin-top: 50px;}
	.wide-section .text-area .numbers-area .number-area {width: 100%;}
	.wide-section .text-area .numbers-area .number-area:last-child {margin-bottom: 0;}
	.wide-section .text-area .numbers-area .number-area p {font-size: 22px;}
	body.page-id-6092 .wide-section .text-area label.gfield_label.gform-field-label {font-size: 22px;}

	.wide-section.sb-yes .text-column {border: none;}
	.wide-section.sb-yes .text-column .text-area {padding: 0;}
	.wide-section.sb-yes .sidebar {padding: 0; margin: 0 auto; max-width: 100%;}

	.wide-section.sb-yes.pt-small .text-column .text-area,
	.wide-section.sb-yes.pt-small .sidebar {padding-top: 40px;}
	.wide-section.sb-yes.pt-medium .text-column .text-area,
	.wide-section.sb-yes.pt-medium .sidebar {padding-top: 50px;}
	.wide-section.sb-yes.pt-large .text-column .text-area,
	.wide-section.sb-yes.pt-large .sidebar {padding-top: 75px;}

	.wide-section.sb-yes.pb-small .text-column .text-area,
	.wide-section.sb-yes.pb-small .sidebar {padding-bottom: 40px;}
	.wide-section.sb-yes.pb-medium .text-column .text-area,
	.wide-section.sb-yes.pb-medium .sidebar {padding-bottom: 50px;}
	.wide-section.sb-yes.pb-large .text-column .text-area,
	.wide-section.sb-yes.pb-large .sidebar {padding-bottom: 75px;}
}

@media (max-width: 767px) {
	.wide-section.with-background .content-holder {padding: 50px 0 60px;}
	.wide-section .text-area h3 {font-size: 20px;}
	.wide-section .text-area h3.adjust-h3 {margin-top: 25px;}
	.wide-section .text-area .numbers-area .number-area p {font-size: 20px;}

	.wide-section .headline-area {padding: 25px 15px;}
	.wide-section .headline-area:before {border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom-width: 75px;}
	.wide-section .headline-area .image-area {top: -82px;}
	.wide-section .headline-area .image-area img  {max-width: 60px;}
	.bg-white:not(.with-background) + .wide-section.bg-white .headline-area {margin-top: 60px;}
	body.page-id-6092 .wide-section .text-area label.gfield_label.gform-field-label {font-size: 20px;}

	.wide-section.sb-yes.pt-small .text-column .text-area,
	.wide-section.sb-yes.pt-small .sidebar {padding-top: 30px;}
	.wide-section.sb-yes.pt-medium .text-column .text-area,
	.wide-section.sb-yes.pt-medium .sidebar {padding-top: 40px;}
	.wide-section.sb-yes.pt-large .text-column .text-area,
	.wide-section.sb-yes.pt-large .sidebar {padding-top: 50px;}

	.wide-section.sb-yes.pb-small .text-column .text-area,
	.wide-section.sb-yes.pb-small .sidebar {padding-bottom: 30px;}
	.wide-section.sb-yes.pb-medium .text-column .text-area,
	.wide-section.sb-yes.pb-medium .sidebar {padding-bottom: 40px;}
	.wide-section.sb-yes.pb-large .text-column .text-area,
	.wide-section.sb-yes.pb-large .sidebar {padding-bottom: 50px;}
}

@media (max-width: 640px) {
	body.page-id-6092 .wide-section .gform-theme--foundation .gform_fields {column-gap: 0; row-gap: 20px;}
	body.page-id-6092 .wide-section .text-area label.gfield_label.gform-field-label {font-size: 18px;}
}

@media (max-width: 500px) {
	.wide-section .text-area .numbers-area .number-area p {font-size: 18px;}
}

/**************/
/* Wide Image */
/**************/
.wide-section.wide-image {padding: 0;}
.wide-section.wide-image .container {max-width: 100%; padding: 0;}
.wide-section.wide-image .row {margin: 0;}
.wide-section.wide-image .col-lg-12 {padding: 0;}
.wide-section.wide-image img {/*width: 100%; */display: block; margin: 0 auto;}

/***********/
/* Sidebar */
/***********/
.blog-section .sidebar {padding: 40px 0 40px 25px;}
.sidebar .widget {position: relative; margin-bottom: 30px;}
.sidebar .widget + .widget {border-top: 1px solid var(--lightgray); margin-top: 30px; padding-top: 30px;}
.sidebar .widget:last-child {margin-bottom: 0;}

.sidebar .widget h2 {font-size: 24px; line-height: 1.2;}
.sidebar .widget h3 {font-size: 14px; color: #A99380; font-family: "Gotham", sans-serif; text-transform: uppercase; margin-bottom: 12px; font-weight: 600;}
.sidebar .widget img {max-width: 100%;}
.sidebar .widget.no-margin {margin-bottom: 0;}
.sidebar .widget ul {margin: 0; padding: 0; list-style: none;}
.sidebar .widget ul li {font-size: 16px; list-style: none; margin: 0 0 15px;}
.sidebar .widget ul li {color: var(--black);}
.sidebar .widget ul li a:hover {color: var(--secondary-color);}
.sidebar .widget a:not(.button) {text-decoration: none; color: var(--black);}
.sidebar .widget a:not(.button):hover {color: var(--secondary-color);}

@media (max-width: 991px) {
	.sidebar {max-width: 400px; margin: 50px auto 0;}
}

/* Menu */
.sidebar .widget.vertical-menu ul {padding: 0; margin: 0; list-style: none;}
.sidebar .widget.vertical-menu ul li {display: block;}
.sidebar .widget.vertical-menu ul li a {}
.sidebar .widget.vertical-menu li.current_page_item a,
.sidebar .widget.vertical-menu li:hover a {color: var(--orange);}

/* Contact form */
.sidebar .widget.side-form {}

.sidebar .widget.side-form .zf-templateWidth {padding: 0;}
.sidebar .widget.side-form .zf-templateWrapper {background-color: var(---white); box-shadow: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempFrmWrapper {padding: 0;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempHeadContBdr {background-color: var(---white); padding: 0; border: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempHeadContBdr h2.zf-frmTitle {font-size: 24px; color: var(--black); text-align: left;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempFrmWrapper {margin-bottom: 15px;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempFrmWrapper .zf-labelName {padding-bottom: 4px;}
.sidebar .widget.side-form .zf-templateWrapper .zf-fmFooter {text-align: right; padding-left: 0; padding-right: 0;}
.sidebar .widget.side-form .zf-templateWrapper .zf-submitColor {background-color: var(--black); color: var(--lightgray); transform: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-submitColor:hover {background-color: var(--secondary-color);}
.sidebar .widget.side-form .zf-templateWrapper .zf-submitColor:after {content: ""; display: inline-block; width: 12px; height: 11px; margin-left: 6px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="11" viewBox="0 0 12 11"><image x="6" width="6" height="11" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAzklEQVQYlWJ4dOfq/ce3r9czIAMGBgYAAAAA//9i+v//38L/DP8aUCQZGBgAAAAA//8C44e3Lzc8un31P1ySgYEBAAAA///CLsnAwAAAAAD//2JE18nIwFTPyMDUAAAAAP//QpG4f/68ADMv632Gf0wfAAAAAP//YkYWZOFh28/wn4nh719GRwAAAAD//wLrgAn+/88oABJU1NR8AAAAAP//YsQmyMDAwAAAAAD//2LCJsjAwMAAAAAA//9i+sfwbyO6IAMDAwMAAAD//wMA1m9R/RvrH78AAAAASUVORK5CYII="/><image y="5" width="11" height="2" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAACCAYAAACOoybuAAAAM0lEQVQImWJ8dOfqfYb/DAoMhAAjwwIAAAAA//9i+cvwt5DhP5MAQcV/mA8AAAAA//8DAD4nCnMiyhx/AAAAAElFTkSuQmCC"/></svg>');}

.sidebar .widget.side-form form fieldset {max-width: 100%;}
/*.sidebar .widget.side-form form label {display: none;}*/

.sidebar .widget.side-form form fieldset {max-width: 100%;}
.sidebar .widget.side-form form .holder {margin-bottom: 10px;}
.sidebar .widget.side-form form label {font-size: 15px; color: var(--black); margin-bottom: 5px; font-weight: 500;}
.sidebar .widget.side-form form legend {font-size: 15px; color: var(--black); margin-bottom: 12px; font-weight: normal;}
.sidebar .widget.side-form form .input-holder {position: relative; display: block;}
.sidebar .widget.side-form form .input-holder:before {content: ""; width: 0; height: 0; border-top: 24px solid transparent; border-bottom: 24px solid transparent; border-left: 24px solid #d5d5d5; position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; display: block;}
.sidebar .widget.side-form form .radio-holder {display: block;}
.sidebar .widget.side-form form .radio-holder input[type="radio"] {width: auto; margin-right: 3px;}
.sidebar .widget.side-form form input[type="text"],
.sidebar .widget.side-form form input[type="tel"],
.sidebar .widget.side-form form input[type="email"],
.sidebar .widget.side-form form select,
.sidebar .widget.side-form form textarea {background-color: var(--tan); color: var(--black); border-radius: 0; border-color: var(--lightgray);}
.sidebar .widget.side-form form input[type="text"]:focus,
.sidebar .widget.side-form form input[type="tel"]:focus,
.sidebar .widget.side-form form input[type="email"]:focus,
.sidebar .widget.side-form form textarea:focus {border-color: var(--secondary-color);}
.sidebar .widget.side-form form ::-webkit-input-placeholder {color: var(--secondary-color);}
.sidebar .widget.side-form form :-moz-placeholder {color: var(--secondary-color); opacity: 1;}
.sidebar .widget.side-form form ::-moz-placeholder {color: var(--secondary-color); opacity: 1;}
.sidebar .widget.side-form form :-ms-input-placeholder {color: var(--secondary-color);}
.sidebar .widget.side-form form select[name="MultipleChoice"] {height: 140px;}
.sidebar .widget.side-form form textarea {height: 100px;}

@media (max-width: 767px) {
	.sidebar .widget:last-child {margin-bottom: 0;}
	.sidebar .widget h1, 
	.sidebar .widget h3 {font-size: 26px;}

	.sidebar .widget.side-form {float: none; margin: 0 auto;}

	.text-area .sidebar {margin-top: 0;}
}

/**********/
/* Footer */
/**********/
.footer {padding: 50px 15px; background-color: var(--primary-color);}

.footer .footer-logo {min-height: 270px; display: flex; align-items: center; justify-content: center; padding-right: 70px;}
.footer .footer-logo img,
.footer .footer-logo svg {margin: 0 auto; display: block; max-width: 412px; width: 100%;}

.footer .text-area h2 {color: var(--white); font-size: 25px; margin-bottom: 25px;}
.footer .text-area h3 {color: var(--white); font-size: 20px;}
.footer .text-area p {color: var(--white); font-size: 15px; margin-bottom: 15px; font-weight: 300;}
.footer .text-area p:last-child {margin-bottom: 0;}
.footer .text-area p a {color: var(--white);}
.footer .text-area ul {display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0;}
.footer .text-area ul li {color: var(--white); font-size: 15px; margin: 0 0 10px; line-height: 1.5; width: 50%; padding: 0; font-weight: 300;}
.footer .text-area ul li a {color: var(--white); border-color: var(--primary-color);}
.footer .text-area ul li a:hover {color: var(--white); border-color: var(--white);}
.footer .text-area ul li:last-child {margin-bottom: 0;}

.footer .social-area {margin-top: 20px;}
.footer .social-area a {display: inline-block; color: var(--white); margin: 0 15px 0 0;}
.footer .social-area a:last-child {margin-right: 0;}
.footer .social-area a svg path {fill: var(--white);}
.footer .social-area a:hover svg {opacity: 0.8;}

@media (max-width: 991px) {
	.footer {padding: 40px 0;}
	.footer .row.order-row {flex-direction: row; flex-wrap: wrap;}
	.footer .footer-logo {min-height: initial; margin-bottom: 40px; padding-right: 0;}
	.footer .text-area {margin-bottom: 30px;}
}

@media (max-width: 767px) {
	.footer .row.order-row {flex-direction: column; flex-wrap: nowrap; text-align: center;}
	.footer .footer-logo {margin: 0 auto 35px;}
	.footer .footer-logo img, 
	.footer .footer-logo svg {margin: 0 auto;}
	.footer .text-area {text-align: center;}
	.footer .social-area {text-align: center;}
}

@media (max-width: 500px) {
	.footer .footer-logo img, 
	.footer .footer-logo svg {max-width: 300px;}
}

/* Bottom bar */
.bottom-bar {height: 62px; /*background: url('images/bottom-bar.png') no-repeat center top; */ background-size: cover; position: fixed; left: 0; right: 0; bottom: 0; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; z-index: 99;}
/*.site-container.not-at-top .bottom-bar {bottom: 0;}*/
.bottom-bar .container {max-width: 1360px;}
.bottom-bar a {display: block; width: 100%; height: 62px; padding: 14px 15px;}
.bottom-bar p {text-transform: uppercase; color: var(--white); font-size: 34px; font-family: "Gotham", serif; font-weight: bold; margin: 0; letter-spacing: 1px; line-height: 34px;}
.bottom-bar p span {font-size: 22px; font-weight: normal; margin-right: 15px;}

@media (max-width: 991px) {
	.bottom-bar a {padding: 17px 15px;}
	.bottom-bar p {font-size: 28px; line-height: 28px;}
	.bottom-bar p span {font-size: 20px;}
}

@media (max-width: 767px) {
	.bottom-bar a {padding: 18px 15px;}
	.bottom-bar p {font-size: 26px; line-height: 26px;}
	.bottom-bar p span {font-size: 18px;}
}

@media (max-width: 650px) {
	.bottom-bar a {padding: 19px 15px;}
	.bottom-bar p {font-size: 24px; line-height: 24px;}
	.bottom-bar p span {font-size: 16px; margin-right: 10px;}
}

@media (max-width: 550px) {
	.bottom-bar {text-align: center;}
	.bottom-bar a {padding: 6px 15px;}
	.bottom-bar p span {display: block; margin: 0 auto 2px;}
}

/* Scroll to top */
.scrollToTop {position: fixed; display: none; cursor: pointer; padding: 0; background-color: var(--secondary-color); right: 10px; bottom: 10px; z-index: 999; text-align: center; width: 50px; line-height: 58px; height: 50px; border-radius: 0 0 0 10px;}
.scrollToTop .fa {color: var(--white); font-size: 40px;}
.scrollToTop:hover {background-color: var(--secondary-color);}

@media (max-width: 550px) {
	.scrollToTop {display: none !important;}
}

/***************/
/* FontAwesome */
/***************/
.pushy-submenu > a::after,
.pushy-submenu > button::after,
header .navbar-nav li.drop > a:after,
.content-area ul li:before,
a.button:after,
.content-area a.toc-link:after,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:after,
.accordion-section .accordion h3:after,
.accordion-item .accordion__item-title:after,
.quote-section .gpr-reviews-wrap .gpr-review .grp-reviewer-name:before {font-family: "FontAwesome"; font-weight: normal; font-style: normal; display: inline-block;}

/********************/
/* Link Transitions */
/********************/
/* Background color, font color, border color */
a,
a:before,
a:after,
a .fa,
a span,
a span:before,
a span:after,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a img,
a span,
button,
button span,
button span:after,
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
form label,
form input[type="submit"],
form button,
.header .translate-area,
.icons-section .icon-area h3,
.content-section .icon-area h2,
.sidebar .vertical-menu h3,
.sidebar .widget.side-form form button,
.blogscroller-section .news-area .image-area .logo-area,
.teamcarousel-section .category-area p,
.icons-section .icon-area,
.servicesscroller-section .service-area .image-area .logo-area,
.form-section .form-area .gform-theme--framework .gfield--type-radio .gchoice label,
.scrollToTop {-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;}

a .fa {-webkit-transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out; -o-transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out; transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;}

p a.link:after,
p span.link:after,
.teamcarousel-section .team-area .text-area {-webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.teamcarousel-section .team-area .text-area .text-holder {-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}

.blogscroller-section .news-area,
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a:after,
.blog-section .post-area .image-area img,
.linkgrid-section .link-area .image-area img,
.blogscroller-section .slick-prev, 
.blogscroller-section .slick-next,
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area,
.portfoliogrid-section .study-area .text-area,
.portfoliogrid-section .study-area .overlay-area,
.videogrid-section .video-area a.popup-video .image-area,
.blog-section .post-area a.view-post .image-area {-webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}

/**************/
/* Responsive */
/**************/
/* Order */
.row.order-row {display: flex; flex-direction: column;}
/*.row.order-row .text-area {padding-top: 0;}*/

.flexit {display: flex; flex-wrap: wrap;}
.flexit.switchit,
.row.order-row.flexit.switchit {flex-direction: row-reverse;}

@media (max-width: 991px) {
	.flexit.switchit, 
	.row.order-row.flexit.switchit {flex-direction: column-reverse;}
}

.order-first {order: -1;}
.order-last {order: 13;}
.order-0 {order: 0;}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}
.order-8 {order: 8;}
.order-9 {order: 9;}
.order-10 {order: 10;}
.order-11 {order: 11;}
.order-12 {order: 12;}

@media (min-width: 480px) {
	.order-xs-first {order: -1;}
	.order-xs-last {order: 13;}
	.order-xs-0 {order: 0;}
	.order-xs-1 {order: 1;}
	.order-xs-2 {order: 2;}
	.order-xs-3 {order: 3;}
	.order-xs-4 {order: 4;}
	.order-xs-5 {order: 5;}
	.order-xs-6 {order: 6;}
	.order-xs-7 {order: 7;}
	.order-xs-8 {order: 8;}
	.order-xs-9 {order: 9;}
	.order-xs-10 {order: 10;}
	.order-xs-11 {order: 11;}
	.order-xs-12 {order: 12;}
}

@media (min-width: 576px) {
	.order-sm-first {order: -1;}
	.order-sm-last {order: 13;}
	.order-sm-0 {order: 0;}
	.order-sm-1 {order: 1;}
	.order-sm-2 {order: 2;}
	.order-sm-3 {order: 3;}
	.order-sm-4 {order: 4;}
	.order-sm-5 {order: 5;}
	.order-sm-6 {order: 6;}
	.order-sm-7 {order: 7;}
	.order-sm-8 {order: 8;}
	.order-sm-9 {order: 9;}
	.order-sm-10 {order: 10;}
	.order-sm-11 {order: 11;}
	.order-sm-12 {order: 12;}
}

@media (min-width: 768px) {
	/*.footer .row.order-row {flex-direction: row;}*/
	.order-md-first {order: -1;}
	.order-md-last {order: 13;}
	.order-md-0 {order: 0;}
	.order-md-1 {order: 1;}
	.order-md-2 {order: 2;}
	.order-md-3 {order: 3;}
	.order-md-4 {order: 4;}
	.order-md-5 {order: 5;}
	.order-md-6 {order: 6;}
	.order-md-7 {order: 7;}
	.order-md-8 {order: 8;}
	.order-md-9 {order: 9;}
	.order-md-10 {order: 10;}
	.order-md-11 {order: 11;}
	.order-md-12 {order: 12;}
}

@media (min-width: 992px) {
	.row.order-row {flex-direction: row; align-items: center;}
	.order-lg-first {order: -1;}
	.order-lg-last {order: 13;}
	.order-lg-0 {order: 0;}
	.order-lg-1 {order: 1;}
	.order-lg-2 {order: 2;}
	.order-lg-3 {order: 3;}
	.order-lg-4 {order: 4;}
	.order-lg-5 {order: 5;}
	.order-lg-6 {order: 6;}
	.order-lg-7 {order: 7;}
	.order-lg-8 {order: 8;}
	.order-lg-9 {order: 9;}
	.order-lg-10 {order: 10;}
	.order-lg-11 {order: 11;}
	.order-lg-12 {order: 12;}
	.offset-lg-0 {margin-left: 0;}
}

@media (min-width: 1200px) {
	.order-xl-first {order: -1;}
	.order-xl-last {order: 13;}
	.order-xl-0 {order: 0;}
	.order-xl-1 {order: 1;}
	.order-xl-2 {order: 2;}
	.order-xl-3 {order: 3;}
	.order-xl-4 {order: 4;}
	.order-xl-5 {order: 5;}
	.order-xl-6 {order: 6;}
	.order-xl-7 {order: 7;}
	.order-xl-8 {order: 8;}
	.order-xl-9 {order: 9;}
	.order-xl-10 {order: 10;}
	.order-xl-11 {order: 11;}
	.order-xl-12 {order: 12;}
}

@media print {
	.header {top: 0; border: none; height: auto;}
	a[href]:after {content: none !important;}
	.header .show-for-medium-only,
	.header .show-for-small-only,
	.search-box,
	.top-bar,
	.banner,
	.breadcrumb,
	.right-bar,
	.sidebar,
	.footer {display: none !important;}
}