/**********************************************/
/* Theme Name: The Flying Pickle              */
/* Theme URI: https://www.theflyingpickle.com */
/* Author: Kondor with a K                    */
/* Author URI: https://www.kondorwithak.com   */
/* Description: For The Flying Pickle         */
/* 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: #07243d;
	--secondary-color: #bee515;
	--black: #000000;
	--darkblue: #07243d;
	--blue: #07243d;
	--lightgreen: #bee515;
	--red: #ef4045;
	--white: #ffffff;
	--offwhite: #f5f2f0;
	--lightgray: #e2dbd5;
	--tan: #f1ece9;
}

/* Formatting */
body {font-family: "Poppins", sans-serif !important; font-size: 20px; color: var(--primary-color); 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: "Poppins", sans-serif; color: var(--primary-color); box-shadow: none; font-size: 14px;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {position:relative; color: var(--primary-color); font-weight: normal; margin: 0 0 20px 0; background: none; line-height: 1.2; font-family: "Bebas Neue", sans-serif;}
h1 {font-size: 90px; line-height: 1.05;}
h2 {font-size: 70px; line-height: 1.1;}
h3 {font-size: 50px; line-height: 1.3;}
h4 {font-size: 40px;}
h5 {font-size: 30px;}
h6 {font-size: 20px;}

h1 strong,
h2 strong,
h3 strong,
h4 strong {color: var(--secondary-color); font-weight: normal;}
section.bg-green h1 strong,
section.bg-green h2 strong,
section.bg-green h3 strong,
section.bg-green h4 strong {color: var(--white);}

@media (max-width: 1399px) {
	h1 {font-size: 80px;}
	h2 {font-size: 65px;}
}

@media (max-width: 1199px) {
	h1 {font-size: 75px;}
	h2 {font-size: 60px;}
	h3 {font-size: 45px;}
	h4 {font-size: 35px;}
	h5 {font-size: 28px;}
	h6 {font-size: 19px;}
}

@media (max-width: 991px) {
	h1 {font-size: 70px;}
	h2 {font-size: 55px;}
	h3 {font-size: 42px;}
	h4 {font-size: 30px;}
	h5 {font-size: 25px;}
	h6 {font-size: 18px;}
}

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

@media (max-width: 500px) {
	h1 {font-size: 60px;}
	h2 {font-size: 45px;}
	h3 {font-size: 35px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
}

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

/* 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: 14px; font-weight: 600; padding: 12px 21px; text-align: center; margin: 0; display: inline-block; background-color: var(--primary-color); line-height: 1; border: none; border-radius: 30px; text-transform: uppercase; letter-spacing: 0.5px;}
a.button.white-bg {background-color: var(--white); color: var(--primary-color); border: 1px solid var(--primary-color);}
a.button.offwhite-bg {background-color: var(--offwhite); color: var(--primary-color); border: 1px solid var(--primary-color);}
a.button.lightgray-bg {background-color: var(--lightgray); color: var(--primary-color); border: 1px solid var(--primary-color);}
a.button.dark-bg {background-color: #2b2868; 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); color: var(--white); border-color: var(--secondary-color);}

@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: 120px;}
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: 1800px;}
.container.full-width {max-width: 100%; padding: 0;}
.row.flexit{ display:flex; align-items:flex-start; flex-wrap:wrap;}

@media (max-width: 991px) {
	.site-container {padding-top: 80px;}
	section {padding: 75px 15px;}
}

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

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

/* 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: 120px; margin: 0 auto; background-color: var(--primary-color); max-width: 100%; padding: 0 15px;}
body.admin-bar .header {top: 32px;}
.header .col-lg-12 {display: flex; justify-content: space-between;}
.site-container.not-at-top .header {height: 100px;}

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

@media (max-width: 767px) {
	.header {height: 80px;}
	.site-container.not-at-top .header {height: 80px;}
}

@media (max-width: 500px) {
	.header .container {padding-left: 5px; padding-right: 5px;}
	.header .hide-mobile {display: none;}
}

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

/* Header > Left and Right */
.header .left-area {display: flex; align-items: center; flex-wrap: nowrap;}
.header .right-area {display: flex; align-items: center; flex-wrap: nowrap; justify-content: flex-end;}
.header .left-area, 
.header .right-area {width: 40%; max-width: 476px;}

@media (max-width: 991px) {
	.header .left-area {width: 65%; justify-content: space-between;}
	.header .right-area {display: none;}
}

/* Header > Logo */
.header .logo {padding: 0; float: none; margin: 20px 0}
.header .logo a {display: block; width: 190px; height: 80px;}
.header .logo img {width: auto; max-width: 190px; max-height: 80px;}
.site-container.not-at-top .header .logo {margin: 10px 0;}

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

@media (max-width: 767px) {
	.header .logo {margin: 15px 0; width: 35%; text-align: right; max-width: initial;}
	.site-container.not-at-top .header .logo {margin: 15px 0;}
	.header .logo a {height: 50px; width: auto;}
	.header .logo img {max-height: 50px;}
}

/* Header > Menu */
.header .menu-area {padding: 0; margin: 0; float: none; display: flex; align-items: flex-start; justify-content: center;}
.header .menu-area .navbar-toggle {display: block !important; float: none; border: none; padding: 0; background: none; margin: 1px 20px 0 0;}
.header .menu-area a.logo-text img {display: block; max-width: 215px;}

@media (max-width: 991px) {
	.header .menu-area {align-items: center;}
	.header .menu-area .navbar-toggle {max-width: 65px; margin-right: 15px;}
}

@media (max-width: 767px) {
	.header .menu-area .navbar-toggle {max-width: 55px;}
	.header .menu-area a.logo-text img {max-width: 200px;}
}

@media (max-width: 500px) {
	.header .menu-area .navbar-toggle {width: 35px;}
	.header .menu-area a.logo-text img {max-width: 160px;}
}

/* Header > 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 10px 0 0; float: none; font-size: 16px; font-weight: 600;}
.header .navbar-nav > li:last-child {margin-right: 0;}
.header .navbar-nav > li > a {color: var(--primary-color) !important; background-color: var(--white); padding: 5px 10px; height: 40px; line-height: 30px; position: relative; margin-right: 15px;}
.header .navbar-nav > li > a:after {width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 15px solid var(--white); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus {background-color: var(--lightgreen);}
.header .navbar-nav > li > a:hover:after,
.header .navbar-nav > li > a:focus:after {border-left-color: var(--secondary-color);}
/*.header .navbar-nav > li.current-menu-parent > a {color: var(--primary-color) !important;}*/

.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 {margin: 0; padding: 0; text-align: center; border: none; float: none; font-weight: bold; font-size: 16px; color: var(--primary-color); display: inline-block; line-height: 1; border-radius: 0;}
	/*.navbar-default .navbar-toggle .icon-bar {background-color: var(--primary-color);}
	.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 {}
}

/* Header > Mobile menu */
.pushy {overflow-y: scroll; max-width: 90%; background-color: #f5f2f0; 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 .pushy-content {padding: 15px;}
.pushy .pushy-content > ul {margin-top: 0;}

.pushy a {color: var(--primary-color); padding: 15px 30px 15px 15px;}
.pushy a:focus,
.pushy a:hover {color: var(--secondary-color);}
.pushy-submenu button {color: var(--primary-color); padding: 15px 30px 15px 15px;}
.pushy-submenu button:hover,
.pushy-submenu button:focus {color: var(--secondary-color);}
.pushy-submenu > a::after,
.pushy-submenu > button::after {content: "\f107"; background: none; height: auto; width: auto;}

.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: "Bebas Neue", sans-serif; font-size: 22px; margin-bottom: 0; line-height: 1.2;}
.pushy ul#menu-mobile-navigation > li {border-bottom: 1px solid var(--lightgray);}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li {border-bottom: 1px solid var(--lightgray); font-family: "Poppins", sans-serif !important; font-size: 16px;}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li.overview {font-weight: bold;}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li:last-child {border-bottom: none;}
.pushy ul#menu-mobile-navigation > li > ul.dropdown > li > ul.dropdown > li {font-family: "Poppins", 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:before {content: ""; display: block; width: 100%; height: 120px; background-color: var(--primary-color); position: absolute; left: 0; right: 0; bottom: 100%;}
.page-banner {padding: 0; margin: 0; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.page-banner:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid #07243d; border-right: 50vw solid #07243d; border-top: 110px solid rgba(0,0,0,0); margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0; z-index: 99;}
/*.page-banner.ba-blue:after {background-color: var(--primary-color);}
.page-banner.ba-green:after {background-color: var(--secondary-color);}*/
.page-banner.ba-white:after {border-left-color: var(--white); border-right-color: var(--white);}
.page-banner.bg-blue:after {border-top: 110px solid var(--primary-color);}
/*.page-banner.bg-green:after {border-top: 110px solid var(--secondary-color);}*/
.page-banner.bg-white:after {border-top: 110px solid var(--white);}

.page-banner .column-holder {padding: 90px 0 110px; background: linear-gradient(0deg, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0) 100%);}
.page-banner .container {max-width: 100%; padding: 0;}
.page-banner .row.order-row {max-width: 1390px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: flex-start;}

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

.page-banner .text-area {display: flex; justify-content: center; align-items: center;}
.page-banner .text-area h1 {margin: 0; display: inline-block; padding: 12px 15px 0; line-height: 0.95; font-size: 160px;}
.page-banner .text-area h1 em,
.page-banner .text-area h1 strong {background-color: var(--primary-color); color: var(--secondary-color); font-style: normal; font-weight: normal; display: inline-block; padding: 4px 8px 0;}
.page-banner .text-area h1 b {color: var(--secondary-color); display: block; font-weight: normal;}
.page-banner .text-area.with-text h1 {max-width: 750px;}
.page-banner .text-area.with-text .banner-text {max-width: 360px;}
.page-banner .text-area p.above {font-size: 20px; font-weight: 600;}
.page-banner .text-area p.below {font-size: 20px; font-weight: 600; margin: 15px 0 35px !important;}
.page-banner .text-area p + h2 {margin-top: 55px;}
.page-banner .text-area p:last-child {margin-bottom: 0;}

.page-banner .button-area {margin-top: 30px; max-width: 475px;}
.page-banner .text-area h1 + .button-area {margin-top: 45px;}
.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; width: 100%;}

.page-banner .anchor-area {margin: 30px auto 20px;}
.page-banner .anchor-area a {color: var(--primary-color) !important; background-color: var(--white); padding: 7px 11px 7px 16px; height: 44px; line-height: 30px; position: relative; border-radius: 0; text-transform: uppercase; font-size: 18px; font-weight: 500;}
.page-banner .anchor-area a:after {width: 0; height: 0; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-left: 15px solid var(--white); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.page-banner .anchor-area a:hover {background-color: var(--secondary-color); color: var(--primary-color) !important;}
.page-banner .anchor-area a:hover:after {border-left-color: var(--secondary-color);}

.page-banner .social-area {text-align: center; margin: 0 auto;}
.page-banner .social-area ul {margin: 0; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; flex-direction: row;}
.page-banner .social-area li {display: inline-block; text-align: center; padding: 0 10px 0; margin: 0;}
.page-banner .social-area li a {display: block; color: var(--white); margin: 0;}
.page-banner .social-area li a svg {width: 50px; height: 50px;}
.page-banner .social-area li a svg path {fill: var(--white);}
.page-banner .social-area li a:hover svg {opacity: 0.8;}

.breadcrumbs-section {/* border-bottom: 1px solid var(--lightgray); */ padding: 15px; display: none !important;}
.breadcrumbs-section p.breadcrumb {margin: 0; color: var(--primary-color); font-size: 13px; background: none; padding: 0; font-weight: 600; text-transform: uppercase;}
.breadcrumbs-section p.breadcrumb a,
.breadcrumbs-section p.breadcrumb span {color: var(--primary-color);}
.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-blue h1,
.page-banner.tc-blue h2,
.page-banner.tc-white p,
.page-banner.tc-white li {color: var(--primary-color);}
.page-banner.tc-blue p.breadcrumb,
.page-banner.tc-blue p.breadcrumb a,
.page-banner.tc-blue p.breadcrumb span {color: var(--primary-color);}
.page-banner.tc-blue p.breadcrumb a:hover {color: var(--primary-color);}
.page-banner.tc-blue p.back a:hover {color: var(--primary-color);}
.page-banner.tc-blue a.button:hover {background-color: var(--primary-color);}

.page-banner.tc-green h1,
.page-banner.tc-green h2,
.page-banner.tc-white p,
.page-banner.tc-white li {color: var(--secondary-color);}
.page-banner.tc-green p.breadcrumb,
.page-banner.tc-green p.breadcrumb a,
.page-banner.tc-green p.breadcrumb span {color: var(--secondary-color);}
.page-banner.tc-green p.breadcrumb a:hover {color: var(--primary-color);}
.page-banner.tc-green p.back a:hover {color: var(--secondary-color);}
.page-banner.tc-green a.button:hover {background-color: var(--secondary-color);}

.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(--primary-color);}
.page-banner.tc-white a.button:hover {background-color: var(--primary-color); color: var(--white);}

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

/*@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: 1599px) {
	.page-banner .text-area h1 {font-size: 155px;}
}

@media (max-width: 1499px) {
	.page-banner .text-area h1 {font-size: 145px;}
}

@media (max-width: 1399px) {
	.page-banner .text-area h1 {font-size: 135px;}
}

@media (max-width: 1299px) {
	.page-banner .text-area h1 {font-size: 125px;}
}

@media (max-width: 1199px) {
	.page-banner .text-area {padding-right: 15px;}
	.page-banner .social-area li a svg {width: 40px; height: 40px;}
}

@media (max-width: 991px) {
	.page-banner {padding-top: 50px;}
	.page-banner .column-holder {padding: 0 0 110px;}
	.page-banner.with-background .text-area {margin: 0;}
	.page-banner .text-area {padding: 40px 15px;}
	.page-banner .text-area h1 {font-size: 115px;}
	.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 .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:after {border-top: 80px solid rgba(0,0,0,0);}
	.page-banner.bg-blue:after {border-top: 80px solid var(--primary-color);}
	.page-banner.bg-white:after {border-top: 80px solid var(--white);}

	.page-banner .text-area {padding: 0 15px;}
	.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 {font-size: 105px;}
	.page-banner .text-area h2 {font-size: 24px;}
	.page-banner .small-area {max-width: 250px; bottom: -60px;}
	.page-banner .anchor-area {display: flex; flex-direction: column; align-items: center; margin-bottom: 30px;}
	.page-banner .anchor-area a.button {max-width: 220px; width: 100%;}
	.page-banner .anchor-area a.button + a.button {margin-left: 0; margin-top: 10px;}
}

@media (max-width: 600px) {
	.page-banner .text-area h1 {font-size: 75px;}
}

@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 */
/***********/
section.ag-yes {position: relative; margin: 0 0 110px;}
section.ag-yes:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; position: absolute; left: 0; right: 0; top: 100%;}
section.ag-no:after {display: none; border: none !important;}
section.ag-yes.ba-blue:after {background-color: var(--primary-color);}
section.ag-yes.ba-green:after {background-color: var(--secondary-color);}
section.ag-yes.ba-white:after {background-color: var(--white);}
section.ag-yes.bg-blue:after {border-top: 110px solid var(--primary-color);}
section.ag-yes.bg-green:after {border-top: 110px solid var(--secondary-color);}
section.ag-yes.bg-white:after {border-top: 110px solid var(--white);}

.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);}
.bg-green .text-area a {color: var(--primary-color);}
.text-area a:hover {color: var(--primary-color);}
.text-area h2 a {display: inline-block; line-height: 1;}
.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 {border-bottom: 5px solid var(--secondary-color); padding-bottom: 0;}
.bg-green .text-area h2 a {border-color: var(--primary-color);}
.tc-white .text-area h2 a {color: var(--white); border-color: var(--white);}
.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(--primary-color) !important; border-color: var(--primary-color);}
.bg-blue .text-area h2 a:hover,
.bg-blue .text-area h3 a:hover,
.bg-blue .text-area h4 a:hover,
.bg-blue .text-area p a:hover,
.bg-blue .text-area li a:hover {color: var(--white) !important; border-color: var(--white);}
.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: 1360px; margin: 0 auto; /* max-width: 1160px; */}
.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: #eeeeee; 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;}

body.page-id-493 .text-area.wide-text {max-width: 1240px;}
body.page-id-493 .text-area.wide-text h2 {font-size: 85px;}
body.page-id-493 .wide-section .text-area h2.top-headline + p {margin-top: 20px;}

/* 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;}
	body.page-id-493 .text-area.wide-text h2 {font-size: 75px;}
}

@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;}
	body.page-id-493 .text-area.wide-text h2 {font-size: 55px;}

	section.ag-yes {margin-bottom: 80px;}
	section.ag-yes.bg-blue:after {border-top: 80px solid var(--primary-color);}
	section.ag-yes.bg-green:after {border-top: 80px solid var(--secondary-color);}
	section.ag-yes.bg-white:after {border-top: 80px solid var(--white);}
}

@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(--primary-color);}
section.bg-green {background-color: var(--secondary-color);}
section.bg-white {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: 60px;}
	section.pt-large {padding-top: 80px;}

	section.pb-small {padding-bottom: 40px;}
	section.pb-medium {padding-bottom: 60px;}
	section.pb-large {padding-bottom: 80px;}
}

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

	section.pb-small {padding-bottom: 35px;}
	section.pb-medium {padding-bottom: 50px;}
	section.pb-large {padding-bottom: 60px;}
}

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

section.tc-green h1,
section.tc-green h2,
section.tc-green h3,
section.tc-green p {color: var(--secondary-color);}
section.tc-green a.button:not(.additional-button,.offwhite-bg,.lightgray-bg) {background-color: var(--secondary-color);}
section.tc-green a.button:not(.additional-button):hover {background-color: var(--secondary-color);}

section.tc-gray h1,
section.tc-gray h2,
section.tc-gray h3,
section.tc-gray p {color: #F4F4F4;}
section.tc-gray a.button:not(.additional-button,.offwhite-bg,.lightgray-bg) {background-color: #F4F4F4; color: var(--primary-color);}
section.tc-gray a.button:not(.additional-button):hover {background-color: var(--secondary-color); color: var(--white);}

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(--primary-color);}
section.tc-white a.button:not(.additional-button):hover {background-color: var(--secondary-color); color: var(--white);}

body.home .main-content {background-color: var(--primary-color);}

/****************************/
/* 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 top; min-height: 650px; height: calc(100vh - 120px); overflow: hidden; width: 100%; display: block;}
.atf-section .container {max-width: 1700px;}
body.admin-bar .atf-section {height: calc(100vh - 120px - 32px);}
.atf-section:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid #07243d; border-right: 50vw solid #07243d; border-top: 110px solid rgba(0,0,0,0); margin: 0 auto; position: absolute;bottom: 0; left: 0; right: 0; z-index: 99;}
.atf-section.ba-green:after {border-left: 50vw solid var(--secondary-color); border-right: 50vw solid var(--secondary-color);}

.atf-section .center-text {padding: 10px 30px 120px; width: 100%; display: flex; align-items: center; position: relative; height: 100%; z-index: 4; justify-content: flex-start; background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 60%); height: 100%;}

.atf-section .video-area {position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 1;}
.atf-section .video-area video {min-height: 100%; max-width: initial; min-width: 100%;}

.atf-section .text-area {position: relative; z-index: 9; max-width: 1200px;}
.atf-section .text-area h1,
.atf-section .text-area span.headline {margin: 0; color: var(--secondary-color); font-family: "Bebas Neue", serif; letter-spacing: 0; font-size: 140px; line-height: 0.9; font-weight: normal;}
.atf-section .text-area h1 em {color: var(--white); font-style: normal;}
body.home .atf-section .text-area h1 em {display: block;}
.atf-section .text-area p.desc {color: var(--white); font-size: 22px; line-height: 1.4; margin: 0; max-width: 700px;}

.atf-section .text-area a {display: inline-block;}
.atf-section .text-area .search-box {background-color: var(--white); display: flex; justify-content: flex-start; width: 100%; max-width: 800px; padding: 15px 25px 15px 0; align-items: center; margin-top: 20px;}
.atf-section .text-area .search-box h2 {color: var(--secondary-color); background-color: var(--primary-color); padding: 6px 15px 1px 30px; display: inline-block; margin: 0 20px 0 0; font-size: 70px; white-space: nowrap;}
.atf-section .text-area .search-box p {font-size: 22px; line-height: 1.4; margin: 0;}
.atf-section .text-area a:hover .search-box {background-color: var(--primary-color);}
.atf-section .text-area a:hover .search-box p {color: var(--white);}

.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;}

body.page-id-409 .atf-section:after {border-left: 50vw solid #ffffff; border-right: 50vw solid #ffffff;}

@media (max-width: 1599px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 135px;}
	.atf-section .text-area .search-box h2 {font-size: 65px;}
}

@media (max-width: 1499px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 130px; max-width: 1000px;}
}

@media (max-width: 1399px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 125px;}
	.atf-section .text-area .search-box {max-width: 700px;}
	.atf-section .text-area .search-box h2 {font-size: 60px;}
	.atf-section .text-area .search-box p {font-size: 21px;}
}

@media (max-width: 1299px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 120px; max-width: 950px;}
}

@media (max-width: 1199px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 115px; max-width: 900px;}
	.atf-section .text-area p.desc {font-size: 22px;}
	.atf-section .text-area .search-box h2 {font-size: 48px;}
	.atf-section .text-area .search-box p {font-size: 20px;}
}

@media (max-width: 991px) {
	.atf-section .text-area {max-width: 700px;}
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 105px;}
	.atf-section .text-area p.desc {font-size: 20px;}
	.atf-section .text-area .search-box {max-width: 600px;}
	.atf-section .text-area .search-box h2 {font-size: 43px;}
	.atf-section .text-area .search-box p {font-size: 18px;}
}

@media (max-width: 767px) {
	.atf-section {min-height: 400px; height: auto; min-height: 400px; overflow: hidden; align-content: center; align-items: flex-end; justify-content: center;}
	body.admin-bar .atf-section {min-height: 400px; height: auto;}
	.atf-section:after {border-top: 70px solid rgba(0,0,0,0);}
	.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;}

	.atf-section .center-text {height: auto; min-height: 400px; padding: 0; text-align: center; background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.atf-section .center-text .container {padding: 30px 30px 100px; width: 100%; background-color: rgba(0, 0, 0, 0.4); position: relative; height: 100%; z-index: 4; min-height: 400px; display: flex; align-items: center;}
	.atf-section .text-area {max-width: 450px; margin: 0; text-align: left;}
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 95px;}
	.atf-section .text-area p.desc {font-size: 18px;}
	.atf-section .text-area .search-box h2 {font-size: 38px;}
}

@media (max-width: 600px) {
	.atf-section .text-area {text-align: center;}
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 85px;}
	.atf-section .center-text .container {justify-content: center;}
	.atf-section .text-area .search-box {flex-direction: column; text-align: center; align-content: center; padding: 15px; text-align: center;}
	.atf-section .text-area .search-box h2 {margin-bottom: 10px;}
}

@media (max-width: 500px) {
	.atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 75px;}
}

/***********************/
/* Modules > Accordion */
/***********************/
.accordion-section {background-color: #ffffff; padding: 90px 0 50px;}
.accordion-section .container {max-width: 1360px;}

/* Accordion Module > Text */
.accordion-section .text-area.top-headline {text-align: center; margin-bottom: 50px;}
.accordion-section .text-area.description-area {margin-bottom: 20px;}
.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 p {font-size: 22px;}
.accordion-section .text-area:not(.panel-body) p {margin-bottom: 0;}
.accordion-section .text-area p a:not(.button) {color: var(--secondary-color);}
.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 {}
.accordion-section .accordion-area .panel-default {margin: 0 auto; background: none; border: none; box-shadow: none; border-bottom: 1px solid var(--primary-color); overflow: hidden; border-radius: 0;}
.accordion-section .accordion-area .panel-default:last-child {margin-bottom: 0; border: none;}

/* Accordion Module > Accordion > Headline */
.accordion-section .accordion-area .panel-default > .panel-heading {color: #1A7591; border: none; padding: 0; background: none;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 {margin: 0; position: relative; color: var(--primary-color); font-size: 24px; background: none; min-height: 60px; font-family: "Poppins", sans-serif; font-weight: 500;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span {color: #1A7591; display: flex; align-items: center; position: relative; background: none; padding: 16px 70px 15px 15px; 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: "+"; font-size: 40px; color: var(--white); font-weight: bold !important; position: absolute; right: 45px; width: 23px; text-align: center;}
.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: #1A7591;}
.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 {content: "-"; top: 1px;}

.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 15px 30px; margin-top: -30px; background: none; border: none;}
/* .accordion-section .accordion-area .panel-default .panel-body ul:not(.newscol) {list-style: none; padding: 0; margin: 0;}
.accordion-section .accordion-area .panel-default .panel-body ul:not(.newscol) li {font-family: "Bebas Neue", sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 15px;}

.accordion-section .accordion-area .panel-default .panel-body ul.newscol {list-style: none; padding: 0; margin: 0; display: flex; justify-content: flex-start; max-width: 1100px; flex-wrap: wrap;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol ul {list-style: none; padding: 0; margin: 0;}
.accordion-section .accordion-area .panel-default .panel-body > ul.newscol > li {max-width: 50%; min-width: 25%; margin-bottom: 30px;}
.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-one > li {width: 100%; max-width: 100%;}
.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-two > li {width: 50%;}
.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-three > li {width: 33.3%;}
.accordion-section .accordion-area .panel-default .panel-body > ul.newscol.news-four > li {width: 25%;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol li ul li {font-family: "Bebas Neue", sans-serif; font-size: 20px; font-weight: 600; padding-right: 20px;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol li:last-child ul li {padding-right: 0;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol li ul {display: block;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol li ul li {width: 100%; margin-bottom: 15px;}
.accordion-section .accordion-area .panel-default .panel-body ul.newscol li ul li:last-child {margin-bottom: 0;} */

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

.accordion-section.bg-blue .text-area.top-headline,
.accordion-section.bg-blue .accordion-area .panel-default {border-color: var(--white);}

.accordion-section.bg-green .text-area.top-headline,
.accordion-section.bg-green .accordion-area .panel-default {border-color: var(--primary-color);}

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

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

.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(--primary-color);}
.accordion-item.active .accordion__item-header .accordion__item-title:after {background-color: var(--primary-color); content: "\f068";}
.accordion-item .accordion__item-title:hover {color: var(--primary-color);}
.accordion-item .accordion__item-title:hover:after {background-color: var(--primary-color);}

.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: "Poppins", 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; margin-bottom: 110px;}
.blogscroller-section.bg-blue:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--primary-color); margin: 0 auto; background-color: #ffffff; position: absolute; top: 100%; left: 0; right: 0;}
.blogscroller-section.bg-white:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--white); margin: 0 auto; background-color: var(--primary-color); position: absolute; top: 100%; left: 0; right: 0;}
/*.blogscroller-section .container.wide-container {max-width: 100%; padding: 0; display: flex;}*/

.blogscroller-section .text-area {text-align: center; margin-bottom: 50px;}
.blogscroller-section .text-area p.subtitle {color: var(--white); font-weight: 600; margin: 0 0 10px 0; background: none; line-height: 1.2; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase;}
.blogscroller-section .text-area p.subtitle + h2 {margin-top: 0;}
.blogscroller-section .text-area h2 {margin-bottom: 20px;}
.blogscroller-section .text-area p.text {font-size: 16px; margin: 0 0 40px;}

.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.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 {padding: 0 75px;}
/*.blogscroller-section .blog-carousel .slick-list {padding: 0 9% !important;}*/
.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; margin: 15px 25px 0; overflow: hidden; height: 100%; /*opacity: 0;*/ outline: none; border: none;}
/*.blogscroller-section .news-area.slick-active {opacity: 1;}*/
/*.blogscroller-section .items-two .news-area.slick-center + .slick-active {opacity: 0.4;}*/
/* .blogscroller-section .items-three .news-area.slick-active + .slick-active + .slick-active + .slick-active {opacity: 0.4;}*/
.blogscroller-section .news-area .border-area {height: 100%; text-align: center; max-width: 650px; margin: 0 auto;}
.blogscroller-section .news-area .image-area {/* min-height: 400px; */ background-repeat: no-repeat; background-size: cover; background-position: center top; background-color: var(--primary-color);}
.blogscroller-section .news-area .image-area img {opacity: 0; margin: 0 auto; display: block;}
.blogscroller-section .news-area .text-area {padding: 40px 0 0; min-height: 215px; margin-bottom: 0;}
.blogscroller-section .news-area h3 {line-height: 1.2; margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 36px;}
.blogscroller-section .news-area p {margin: 0 auto; min-height: 130px; font-size: 22px; max-width: 560px;}
.blogscroller-section .news-area p strong {font-weight: 600;}
.blogscroller-section .news-area p a {border: none;}
.blogscroller-section .news-area .button-area {padding: 20px 0 0;}
.blogscroller-section .news-area .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color); padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.blogscroller-section .news-area .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.blogscroller-section .news-area .button-area a.button:hover {background-color: var(--primary-color); color: #ffffff !important;}
.blogscroller-section .news-area .button-area a.button:hover:after {border-left-color: var(--primary-color);}

.blogscroller-section.bg-blue .news-area .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color)}
.blogscroller-section.bg-blue .news-area .button-area a.button:after {border-left: 15px solid var(--secondary-color);}
.blogscroller-section.bg-blue .news-area .button-area a.button:hover {background-color: var(--white); color: var(--primary-color) !important;}
.blogscroller-section.bg-blue .news-area .button-area a.button:hover:after {border-left-color: var(--white);}

.page-banner + .blogscroller-section .news-area h3 {font-family: "Bebas Neue", sans-serif; font-size: 64px; font-weight: 500;}

/* Blog Scroller > Arrows */
.blogscroller-section .slick-prev {left: 5px;}
.blogscroller-section .slick-next {right: 5px;}
.blogscroller-section .slick-prev,
.blogscroller-section .slick-next {background: none; width: 58px; height: 112px; line-height: 1; border: 0; border-radius: 0; opacity: 1; transform: translateY(-50%);}
.blogscroller-section .slick-prev.slick-disabled,
.blogscroller-section .slick-next.slick-disabled {opacity: 0;}
.blogscroller-section .slick-prev:before,
.blogscroller-section .slick-next:before {opacity: 1; content: ""; width: 58px; height: 112px;}
.blogscroller-section .slick-prev:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="56.7 4.5 4.5 58 56.7 114.12"/></g></svg>');}
.blogscroller-section .slick-next:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="4.5 4.5 56.7 58 4.5 114.12"/></g></svg>');}
.blogscroller-section .slick-prev:hover:before,
.blogscroller-section .slick-next:hover:before {opacity: 0.75;}

.blogscroller-section.bg-white .slick-prev:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="56.7 4.5 4.5 58 56.7 114.12"/></g></svg>');}
.blogscroller-section.bg-white .slick-next:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="4.5 4.5 56.7 58 4.5 114.12"/></g></svg>');}
.blogscroller-section.bg-white .slick-prev:hover:before,
.blogscroller-section.bg-white .slick-next:hover:before {opacity: 0.75;}

/* Blog Scroller > Dots */
.blogscroller-section .slick-dots {margin-top: 20px; position: static;}
.blogscroller-section .slick-dots li button:before {color: #D2D2D2; font-size: 14px; opacity: 1;}
.blogscroller-section .slick-dots li.slick-active button:before {color: #737373; 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 {/* min-height: 790px; */ max-width: initial;}
/*.blogscroller-section .blog-carousel.items-two .news-area .image-area {height: 305px;}
.blogscroller-section .blog-carousel.items-two .news-area .text-area {min-height: calc(100% - 305px);}*/

.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;}

.wide-section.sb-no + .blogscroller-section {padding-top: 0;}

/* Blog Scroller > Colors */
.blogscroller-section.bg-blue .news-area .text-area p a {color: var(--white);}
.blogscroller-section.bg-blue .news-area .text-area p a:hover {color: var(--secondary-color);}

.blogscroller-section .news-area.tc-green .border-area {border-color: var(--secondary-color);}
.blogscroller-section .news-area.tc-green h3 {color: var(--secondary-color);}
.blogscroller-section .news-area.tc-green a:hover h3 {color: var(--secondary-color);}
.blogscroller-section .news-area.tc-green .button-area a.button {background-color: var(--secondary-color);}
.blogscroller-section .news-area.tc-green .button-area a.button:hover {background-color: var(--secondary-color);}

.blogscroller-section .news-area.tc-white p a:hover {color: var(--secondary-color);}

.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-536 .blogscroller-section .text-area p {font-size: 24px; line-height: 1.5;}
body.page-id-536 .blogscroller-section .blog-carousel .slick-list {padding: 0 !important;}
body.page-id-536 .blogscroller-section .news-area .image-area {max-width: 200px; min-height: 150px; height: 150px; background-size: contain; margin: 0 auto;}
body.page-id-536 .blogscroller-section .news-area .text-area {padding-left: 25px; padding-right: 25px;}
body.page-id-536 .blogscroller-section .news-area h3 {text-transform: initial; font-weight: 500; margin-bottom: 30px;}
body.page-id-536 .blogscroller-section .news-area p {max-width: initial;}

@media (max-width: 1399px) {
	.blogscroller-section .news-area p {font-size: 22px;}
}

@media (max-width: 1299px) {
	.blogscroller-section .blog-carousel {padding: 0 55px;}
	.blogscroller-section .slick-prev,
	.blogscroller-section .slick-next {width: 38px; height: 74px;}
	.blogscroller-section .slick-prev:before,
	.blogscroller-section .slick-next:before {width: 38px; height: 74px;}
}

@media (max-width: 1199px) {
	/*.blogscroller-section .slick-prev {left: 10%;}
	.blogscroller-section .slick-next {right: 10%;}*/
	.blogscroller-section .news-area h3 {font-size: 32px;}
	.blogscroller-section .news-area p {font-size: 20px;}
	.blogscroller-section .news-area .button-area a.button {font-size: 22px;}
	body.page-id-536 .blogscroller-section .news-area .text-area {padding-left: 20px; padding-right: 20px;}
	body.page-id-536 .blogscroller-section .text-area p br {display: none;}
}

@media (max-width: 991px) {
	.blogscroller-section {padding: 50px 0;}
	/*.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 {min-height: initial; padding: 25px 15px;}
	.blogscroller-section .news-area h3 {font-size: 30px;}
	.blogscroller-section .news-area p {font-size: 18px;}
	.blogscroller-section .news-area .button-area a.button {font-size: 20px;}
	.blogscroller-section .news-area a:after {font-size: 35px; width: 40px; height: 40px; line-height: 37px; padding-left: 3px;}
	.blogscroller-section .grid-holder .news-area {width: calc(50% - 50px);}
	/*.blogscroller-section .slick-prev {left: 15px;}
	.blogscroller-section .slick-next {right: 15px;}*/

	.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;}
	body.page-id-536 .blogscroller-section .news-area .text-area {padding-left: 15px; padding-right: 15px;}
}

@media (max-width: 767px) {
	.blogscroller-section .text-area {margin-bottom: 30px;}
	.blogscroller-section .text-area h2:last-child {margin-bottom: 0;}

	.blogscroller-section .grid-holder .news-area {width: calc(100% - 50px);}
	.blogscroller-section .news-area {margin: 0 15px 15px;}
	.blogscroller-section .news-area h3 {font-size: 28px;}
	.blogscroller-section .news-area p {font-size: 17px; line-height: 1.4;}
	.blogscroller-section .news-area .text-area {padding: 25px 10px 10px;}

	.blogscroller-section .blog-row {padding-top: 20px;}

	/*.blogscroller-section .blog-carousel.items-two .news-area .image-area {height: 255px;}*/
	/*.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 .news-area p,
	.blogscroller-section .news-area p a {font-size: 16px;}
	.blogscroller-section .news-area a.button {font-size: 18px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 30px;}
	
	.blogscroller-section .news-area .image-area {background: none !important;}
	.blogscroller-section .news-area .image-area img {opacity: 1;}
	.blogscroller-section .slick-prev:before,
	.blogscroller-section .slick-next:before {font-size: 60px;}
}

@media (max-width: 550px) {
	.blogscroller-section .blog-carousel {padding: 0 45px;}
	.blogscroller-section .news-area {margin: 0 10px 10px;}
	.blogscroller-section .news-area h3 {font-size: 26px;}
	.blogscroller-section .news-area p {font-size: 16px; line-height: 1.3;}
	.blogscroller-section .news-area p {min-height: 100px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 20px;}
	.blogscroller-section .slick-prev,
	.blogscroller-section .slick-next {width: 28px; height: 54px;}
	.blogscroller-section .slick-prev:before,
	.blogscroller-section .slick-next:before {width: 28px; height: 54px;}
	body.page-id-536 .blogscroller-section .news-area .text-area {padding-left: 0; padding-right: 0;}
}

/****************************/
/* Modules > Call To Action */
/****************************/
.cta-section {padding: 70px 0 0; position: relative; background-size: cover; background-repeat: no-repeat; background-color: var(--primary-color);}

.cta-section .row {display: flex; align-items: flex-end;}

.cta-section .text-area {padding: 40px 0 60px;}
.cta-section .text-area h2 {font-size: 125px; line-height: 0.95; letter-spacing: -1px; color: var(--secondary-color);}
.cta-section .text-area h2 em {font-style: normal; display: inline-block; padding: 12px 6px 0; background-color: var(--secondary-color); color: var(--primary-color); line-height: 0.75;}
.cta-section .text-area p {font-size: 28px; color: #ffffff; max-width: 470px; line-height: 1.3;}

.cta-section .button-area {margin-top: 35px;}
.cta-section .button-area a + a {margin-left: 20px;}
.cta-section .button-area a.button {padding-top: 12px; padding-bottom: 12px;}
.cta-section .button-area a.button + a.button {margin-left: 20px;}
.cta-section .button-area a:not(.button):hover {opacity: 0.8;}

.cta-section .image-area img {display: block;}

@media (max-width: 1599px) {
	.cta-section .text-area h2 {font-size: 115px;}
	.cta-section .text-area p {font-size: 27px;}
}

@media (max-width: 1399px) {
	.cta-section .text-area h2 {font-size: 100px;}
	.cta-section .text-area p {font-size: 26px;}
}

@media (max-width: 1299px) {
	.cta-section .text-area h2 {font-size: 90px;}
	.cta-section .text-area p {font-size: 25px;}
}

@media (max-width: 1199px) {
	.cta-section .text-area h2 {font-size: 80px;}
	.cta-section .text-area p {font-size: 24px;}
}

@media (max-width: 991px) {
	.cta-section {padding: 20px 0 0;}
	.cta-section .row {flex-direction: column;}
	.cta-section .text-area {padding-top: 20px; padding-bottom: 20px; margin-bottom: 50px; text-align: center;}
	.cta-section .text-area h2 {font-size: 75px; margin-bottom: 10px;}
	.cta-section .text-area p {font-size: 24px; margin: 0 auto 30px;}
	.cta-section .button-area {text-align: center; margin-top: 15px;}
	.cta-section .text-area a.button.first-button {max-width: 560px;}
	.cta-section .image-area {max-width: 650px; margin: 0 auto;}
	.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;}
}

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

@media (max-width: 767px) {
	.cta-section .text-area h2 {font-size: 55px;}
	.cta-section .text-area p {font-size: 22px;}
}

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

/*********************************/
/* Modules > Cards (Information) */
/*********************************/
.infocards-section {padding: 75px 15px; max-width: 100%; position: relative; margin-bottom: 110px;}
.infocards-section.pb-large {padding-bottom: 150px;}
/*.infocards-section:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--secondary-color); margin: 0 auto; background-color: var(--primary-color); position: absolute; top: 100%; left: 0; right: 0;}*/
/*.infocards-section .container {max-width: 1360px;}*/

.infocards-section .text-area {text-align: center;}
.infocards-section .text-area h2 {color: var(--primary-color); margin: 0 0 35px; background: none; line-height: 1.2; text-transform: uppercase;}
.infocards-section .text-area h2 strong {color: var(--white); background-color: var(--primary-color); padding: 5px 10px 1px; display: inline-block; line-height: 1;}

.infocards-section.tc-white .text-area h2 {color: var(--white);}
.infocards-section.tc-white .text-area p {color: var(--white);}

/* Membership Cards > Grid */
.infocards-section .card-area {display: flex; flex-wrap: wrap;}

/* Membership Cards > Item */
.infocards-section .single-area {position: relative; margin: 0 auto 15px; height: 100%; background-color: var(--white); text-align: center; padding: 30px 25px; width: 100%; max-width: 420px; overflow-x: clip;}
.infocards-section .single-area:after {content: ""; display: block; width: 0; height: 0; border-left: 250px solid transparent; border-right: 250px solid transparent; border-top: 60px solid #ffffff; margin: 0 auto; background-color: var(--secondary-color); position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.infocards-section .single-area .image-area {margin-right: 30px;}
.infocards-section .single-area .member-area {min-height: 300px;}
.infocards-section .single-area .member-area h3 {font-size: 45px; line-height: 1.2; margin-bottom: 25px; text-transform: uppercase; color: var(--primary-color);}
.infocards-section .single-area .member-area p {font-size: 22px; line-height: 1.2; color: var(--primary-color); margin: 0 auto 20px; max-width: 480px;}
.infocards-section .single-area .member-area p:last-child {margin-bottom: 0;}

.infocards-section .single-area .stats-area {border-left: 1px solid #a0a1a4; width: 33%;}
.infocards-section .single-area .stats-area h3 {font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 600; border-bottom: 1px solid #a0a1a4; padding: 0 15px 10px; text-transform: uppercase; color: var(--primary-color); line-height: 1.2;}
.infocards-section .single-area .stats-area ul li {font-size: 20px; padding: 0 15px; margin-bottom: 40px;}
.infocards-section .single-area .stats-area ul li:last-child {margin-bottom: 0;}

/* Membership Cards > Button */
.infocards-section .single-area .button-area {padding: 30px 0 0;}
.infocards-section .single-area:not(.col-yes) .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color); padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.infocards-section .single-area:not(.col-yes) .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.infocards-section .single-area:not(.col-yes) .button-area a.button:hover {background-color: var(--white); color: var(--primary-color) !important;}
.infocards-section .single-area:not(.col-yes) .button-area a.button:hover:after {border-left-color: var(--white);}

.infocards-section .col-lg-4 .single-area:after {border-left: 300px solid transparent; border-right: 300px solid transparent;}

.infocards-section#memberships .single-area .member-area h3 {font-size: 65px;}
.infocards-section#memberships .single-area .member-area p {line-height: 1.4; font-size: 24px;}

/* Membership Cards > Pros */
.infocards-section .single-area.col-yes {text-align: left; margin-bottom: 120px; height: auto; padding-bottom: 0; overflow-x: clip; max-width: 100%;}
.infocards-section .single-area.col-yes:after {margin: 0 auto; background-color: var(--primary-color); position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.infocards-section .single-area.col-yes .column-holder {display: flex; flex-wrap: nowrap; justify-content: space-between;}
.infocards-section .single-area.col-yes .member-area h3 {font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 600; padding: 0 15px;}
.infocards-section .single-area.col-yes .member-area p {padding: 0 15px; max-width: 100%; line-height: 1.4; font-size: 26px;}

.infocards-section .single-area.col-yes .button-area {text-align: center; padding-top: 40px;}
.infocards-section .single-area.col-yes .button-area a.button {border: 1px solid #808285; color: #808285 !important; background-color: var(--white) !important; font-size: 20px; font-weight: normal;}
.infocards-section .single-area.col-yes .button-area a.button:after {display: none;}
.infocards-section .single-area.col-yes .button-area a.button:hover {border-color: var(--primary-color); color: var(--primary-color) !important;}

.infocards-section .col-lg-12 .single-area.col-yes:after {border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 80px solid #ffffff;}
.infocards-section .col-lg-12 .single-area.col-yes .image-area {width: 33%; border-top: 1px solid #a0a1a4; margin-top: 43px; padding: 25px 20px 0 0; margin-right: 0;}
.infocards-section .col-lg-12 .single-area.col-yes .member-area {border-left: 1px solid #a0a1a4; padding-bottom: 20px; width: 34%;}
.infocards-section .col-lg-12 .single-area.col-yes .member-area h3 {border-bottom: 1px solid #a0a1a4; padding-bottom: 10px;}

.infocards-section .col-lg-6 .single-area.col-yes {max-width: 850px;}
.infocards-section .col-lg-6 .single-area.col-yes:after {border-left: 425px solid transparent; border-right: 425px solid transparent; border-top: 80px solid #ffffff;}
.infocards-section.bg-green.ba-blue .col-lg-6 .single-area.col-yes:after {background-color: var(--secondary-color);}
.infocards-section .col-lg-6 .single-area.col-yes .image-area {width: 200px;}
.infocards-section .col-lg-6 .single-area.col-yes .member-area {width: calc(100% - 200px);}
.infocards-section .col-lg-6 .single-area.col-yes .button-area {padding-top: 75px;}

/* Membership Cards > Colors */
.infocards-section.bg-blue .single-area:after {background-color: var(--primary-color);}

.infocards-section .single-area.bg-blue {background-color: var(--primary-color);}
.infocards-section .single-area.bg-blue:after {border-top-color: var(--primary-color);}
.infocards-section .single-area.bg-blue .member-area h3 {color: var(--white);}
.infocards-section .single-area.bg-blue .member-area p {color: var(--white);}
.infocards-section .single-area.bg-blue:not(.col-yes) .button-area a.button {color: var(--primary-color) !important; background-color: var(--white);}
.infocards-section .single-area.bg-blue:not(.col-yes) .button-area a.button:after {border-left: 15px solid var(--white); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.infocards-section .single-area.bg-blue:not(.col-yes) .button-area a.button:hover {background-color: var(--secondary-color); color: var(--primary-color) !important;}
.infocards-section .single-area.bg-blue:not(.col-yes) .button-area a.button:hover:after {border-left-color: var(--secondary-color);}
.infocards-section .single-area.bg-green {background-color: var(--secondary-color);}
.infocards-section .single-area.bg-white {background-color: var(--white);}
.infocards-section .single-area.bg-white .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color);}
.infocards-section .single-area.bg-white .button-area a.button:after {border-left: 15px solid var(--secondary-color);}
.infocards-section .single-area.bg-white .button-area a.button:hover {background-color: var(--primary-color) !important; color: #ffffff !important;}
.infocards-section .single-area.bg-white .button-area a.button:hover:after {border-left-color: var(--primary-color);}

@media (max-width: 1599px) {
	.infocards-section .single-area.col-yes .member-area p {font-size: 24px;}
}

@media (max-width: 1599px) {
	.infocards-section .single-area.col-yes .member-area p {font-size: 22px;}
	.infocards-section .single-area .stats-area ul li {font-size: 19px;}
}

@media (max-width: 1399px) {
	.infocards-section.pb-large {padding-bottom: 100px;}
	.infocards-section .single-area .member-area h3 {font-size: 40px; line-height: 1;}
	.infocards-section .single-area .member-area p {font-size: 20px;}
	.infocards-section .single-area.col-yes .member-area p {font-size: 20px;}
	.infocards-section .single-area:not(.col-yes) .button-area a.button {font-size: 22px;}
	.infocards-section .single-area .stats-area ul li {font-size: 18px;}
}

@media (max-width: 1199px) {
	.infocards-section.pb-large {padding-bottom: 75px;}
	.infocards-section .single-area {margin-bottom: 100px; max-width: 420px;}
	.infocards-section .single-area .member-area {min-height: 230px;}
	.infocards-section .single-area .member-area p {font-size: 18px;}
	.infocards-section .single-area.col-yes .member-area p {font-size: 18px;}
	.infocards-section .single-area:not(.col-yes) .button-area a.button {font-size: 20px;}
	.infocards-section .single-area .stats-area ul li {font-size: 17px; margin-bottom: 25px;}
}

@media (max-width: 991px) {
	.infocards-section.pb-large {padding-bottom: 0;}
	.infocards-section .single-area .member-area p {font-size: 17px;}
	.infocards-section .single-area .stats-area {width: 100%; border-left: none;}
	.infocards-section .single-area .stats-area h3 {padding-left: 0;}
	.infocards-section .single-area .stats-area ul li {padding: 0;}

	.infocards-section .single-area.col-yes {max-width: 600px;}
	.infocards-section .single-area.col-yes .member-area h3 {padding: 0;}
	.infocards-section .single-area.col-yes .member-area p {padding: 0;}
	.infocards-section .col-lg-12 .single-area.col-yes .column-holder {flex-direction: column;}
	.infocards-section .col-lg-12 .single-area.col-yes .image-area {width: 100%; border: none; max-width: 400px; margin: 0 auto 30px; padding: 0;}
	.infocards-section .col-lg-12 .single-area.col-yes .member-area {width: 100%; border-left: none;}
	.infocards-section .col-lg-12 .single-area.col-yes:after {border-left: 50vw solid transparent; border-right: 50vw solid transparent;}
	.infocards-section .col-lg-6 .single-area.col-yes .button-area {padding-top: 55px;}

	.infocards-section .col-lg-6 .single-area.col-yes {max-width: 600px;}
	.infocards-section .col-lg-6 .single-area.col-yes:after {border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 80px solid #ffffff;}
}

@media (max-width: 767px) {
	.infocards-section .single-area .member-area {min-height: initial;}
	.infocards-section .single-area .member-area p {font-size: 16px; line-height: 1.3;}
	.infocards-section .single-area.col-yes .column-holder {flex-direction: column;}
	.infocards-section .single-area.col-yes .member-area p {font-size: 16px;}
	.infocards-section .single-area .image-area {margin: 0 auto 20px;}
	.infocards-section .col-lg-6 .single-area.col-yes .member-area {width: 100%;}
	.infocards-section .col-lg-6 .single-area.col-yes .button-area {padding-top: 35px;}
	.infocards-section .single-area .stats-area ul li {font-size: 16px;}
}

/********************************/
/* Modules > Cards (Membership) */
/********************************/
.membershipcards-section {padding: 75px 0; max-width: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top; margin-bottom: 110px;}
.membershipcards-section.pb-large {padding-bottom: 150px;}
.membershipcards-section:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid #07243d; margin: 0 auto; background-color: #ffffff; position: absolute; top: 100%; left: 0; right: 0;}
.membershipcards-section .container {max-width: 1200px;}
.membershipcards-section .col-sm-12 {padding: 0;}

.membershipcards-section .text-area {text-align: center;}
.membershipcards-section .text-area h2 {color: var(--white); margin: 0 0 35px; background: none; line-height: 1.2; text-transform: uppercase;}
.membershipcards-section .text-area p {font-size: 24px; line-height: 1.4;}
.membershipcards-section .text-area h2 + p {margin-top: -20px;}
.membershipcards-section .text-area p:last-child {margin-bottom: 35px;}

/* Membership Cards > Grid */
.membershipcards-section .headline-area + .row.card-row {display: flex;}
.membershipcards-section .headline-area +  .row.card-row .card-area {height: calc(100% - 110px);}
.membershipcards-section .card-area {display: flex; flex-wrap: wrap; justify-content: center;}

/* Membership Cards > Item */
.membershipcards-section .single-area {position: relative; margin: 0 15px 15px; height: 100%; background-color: var(--white); text-align: center; padding: 30px 25px 15px; width: calc(100% - 30px); overflow-x: clip; margin-bottom: 110px; min-height: 350px; max-width: 520px;}
.membershipcards-section .single-area:after {content: ""; display: block; width: 0; height: 0; border-left: 300px solid transparent; border-right: 300px solid transparent; border-top: 110px solid #ffffff; margin: 0 auto; background-color: var(--primary-color); position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.membershipcards-section .single-area .member-area {min-height: 270px;}
.membershipcards-section .single-area .member-area h3 {font-size: 65px; line-height: 1.2; margin-bottom: 25px; text-transform: uppercase; color: var(--primary-color);}
.membershipcards-section .single-area .member-area p {font-size: 22px; line-height: 1.2; color: var(--primary-color); margin: 0 auto; max-width: 480px;}

.membershipcards-section .single-area .button-area {padding: 30px 0 0;}
.membershipcards-section .single-area .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color); padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.membershipcards-section .single-area .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.membershipcards-section .single-area .button-area a.button:hover {background-color: var(--primary-color); color: #ffffff !important;}
.membershipcards-section .single-area .button-area a.button:hover:after {border-left-color: var(--primary-color);}

.membershipcards-section .single-area.guest-area {background-color: var(--secondary-color);}
.membershipcards-section .single-area.guest-area:after {border-top: 110px solid var(--secondary-color); }
.membershipcards-section .single-area.guest-area .button-area a.button { background-color: var(--white);}
.membershipcards-section .single-area.guest-area .button-area a.button:after {border-left: 15px solid var(--white);}
.membershipcards-section .single-area.guest-area .button-area a.button:hover {background-color: var(--primary-color); color: #ffffff !important;}
.membershipcards-section .single-area.guest-area .button-area a.button:hover:after {border-left-color: var(--primary-color);}

.membershipcards-section.bg-white .single-area {background-color: #eeeeee; max-width: 570px; padding-bottom: 0; /* box-shadow: 2px 3px 11px rgba(0,0,0,0.3); */}
.membershipcards-section.bg-white .single-area .member-area {min-height: initial;}
.membershipcards-section.bg-white .single-area:after {border-top: 110px solid #eeeeee; background-color: var(--white);}
.membershipcards-section.bg-white .single-area .button-area a.button { background-color: var(--secondary-color);}
.membershipcards-section.bg-white .single-area .button-area a.button:after {border-left: 15px solid var(--secondary-color);}
.membershipcards-section.bg-white .single-area .button-area a.button:hover {background-color: var(--primary-color); color: #ffffff !important;}
.membershipcards-section.bg-white .single-area .button-area a.button:hover:after {border-left-color: var(--primary-color);}

/* Membership > Colors */
.membershipcards-section.bg-white .text-area h2 {color: var(--primary-color);}

@media (max-width: 1399px) {
	.membershipcards-section .single-area .member-area h3 {font-size: 60px;}
	.membershipcards-section .single-area .member-area p {font-size: 21px;}
}

@media (max-width: 1199px) {
	.membershipcards-section .single-area .member-area h3 {font-size: 55px;}
	.membershipcards-section .single-area .member-area p {font-size: 20px;}
}

@media (max-width: 991px) {
	.membershipcards-section.pb-medium {padding-bottom: 0;}
	.membershipcards-section.pb-large {padding-bottom: 0;}
	.membershipcards-section .headline-area + .row.card-row {flex-direction: column;}
	.membershipcards-section .headline-area + .row.card-row .card-area {height: auto;}
	.membershipcards-section .card-area {justify-content: center;}
	.membershipcards-section .single-area {margin-bottom: 160px; width: 100%; max-width: 570px; height: auto; min-height: initial; padding: 25px 20px;}
	.membershipcards-section .single-area .member-area {min-height: 150px;}
	.membershipcards-section .single-area .member-area h3 {font-size: 50px;}
	.membershipcards-section .single-area .member-area p {font-size: 18px;}
	.membershipcards-section .single-area .button-area a.button {font-size: 22px;}
}

@media (max-width: 767px) {
	.membershipcards-section .single-area {margin-bottom: 130px; padding: 20px;}
	.membershipcards-section .single-area .member-area h3 {font-size: 45px;}
	.membershipcards-section .single-area .member-area {min-height: initial;}
	.membershipcards-section .single-area .button-area {padding-top: 15px;}
	.membershipcards-section .single-area .button-area a.button {font-size: 20px;}
	.membershipcards-section .single-area:after {border-top: 80px solid var(--white);}
	.membershipcards-section .single-area.guest-area:after {border-top: 80px solid var(--secondary-color);}
	.membershipcards-section.bg-white .single-area:after {border-top: 80px solid #eeeeee;}
}

@media (max-width: 500px) {
	.membershipcards-section .single-area {padding: 20px 20px 15px;}
	.membershipcards-section .single-area .member-area h3 {font-size: 40px;}
	.membershipcards-section .single-area .button-area a.button {font-size: 18px;}
}

/*******************/
/* Modules > Clubs */
/*******************/
.clubs-section {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 75px 0; text-align: center;}
.clubs-section .text-area h2 {color: #0d1f8f; text-transform: initial; font-weight: 500; margin-bottom: 90px;}

.clubs-section .clubs-row {display: flex; flex-wrap: wrap;}

.clubs-section .column-area {margin: 0 auto; width: 100%; max-width: 550px; position: relative; cursor: pointer;}
.clubs-section .column-area:after {content: "+"; font-size: 40px; width: 23px; text-align: center; color: var(--primary-color); margin: 0 auto; display: block; position: absolute; bottom: -50px; z-index: 2; left: 0; right: 0; line-height: 1; font-weight: 500;}
.clubs-section .column-area.showing-clubs:after {content: "-"; bottom: -51px; color: var(--white);}

.clubs-section .column-area .background-area {background-color: #eeeeee; position: relative; overflow-x: clip; margin-bottom: 110px;}
.clubs-section .column-area .background-area:after {content: ""; display: block; width: 0; height: 0; border-left: 300px solid transparent; border-right: 300px solid transparent; border-top: 80px solid #eeeeee; margin: 0 auto; background-color: var(--white); position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.clubs-section .column-area.showing-clubs .background-area {background-color: var(--primary-color);}
.clubs-section .column-area.showing-clubs .background-area:after {border-top-color: var(--primary-color);}

.clubs-section .column-area .title-area {display: block; padding: 35px 30px 5px; display: flex; align-items: center; text-align: center; justify-content: center; height: 100px; width: 100%;}
.clubs-section .column-area .title-area h3 {font-size: 64px; margin: 0; line-height: 0.9; padding: 6px 8px 1px;}
.clubs-section .column-area:hover .title-area h3 {background-color: var(--primary-color); color: var(--secondary-color);}
.clubs-section .column-area.showing-clubs .title-area h3 {color: var(--secondary-color);}

.clubs-section .list-area {padding: 15px 15px 0; position: relative; display: none;}
.clubs-section .column-area.showing-clubs .list-area {display: block;}
.clubs-section .list-area ul {list-style: none; padding: 0; margin: 0;}
.clubs-section .list-area ul li {font-size: 26px; color: var(--white); margin-bottom: 10px;}
.clubs-section .list-area ul li a {border-bottom: 2px solid var(--white); color: var(--white); display: inline-block; line-height: 1;}
.clubs-section .list-area ul li a:hover {color: var(--secondary-color); border-color: var(--secondary-color);}
.clubs-section .list-area ul li:last-child {margin-bottom: 0;}

.clubs-section .map-area {margin: 50px auto 0;}

.clubs-section.bg-grey {background-color: #e5e5e5;}
.clubs-section.bg-grey .column-area .title-area:before {border-top-color: #e5e5e5;}

@media (max-width: 1199px) {
	.clubs-section .text-area h2 {margin-bottom: 50px;}
}

@media (max-width: 991px) {
	.clubs-section {padding: 65px 0;}
	.clubs-section .text-area h2 {margin-bottom: 30px;}
	.clubs-section .column-area .title-area h3 {font-size: 54px;}
}

@media (max-width: 767px) {
	.clubs-section {padding: 50px 0;}
	.clubs-section .services-row {flex-direction: column;}
	.clubs-section .text-area h2 {margin-bottom: 0;}
	.clubs-section .column-area {margin: 20px auto 0; max-width: 350px;}
	.clubs-section .column-area .title-area a {padding: 25px 20px 5px; height: 80px;}
	.clubs-section .column-area .title-area h3 {font-size: 44px;}
}

/*@media (max-width: 600px) {
	.clubs-section .column-area .title-area h3 {font-size: 34px;}
}*/

/**************************/
/* Modules > Contact Form */
/**************************/
.form-section {padding-top: 75px; padding-bottom: 75px;}
.form-section .container {max-width: 1360px;}

.form-section .text-area {text-align: center; max-width: 1080px; margin: 0 auto;}
.form-section .text-area p {font-size: 24px; line-height: 1.4;}
.form-section .text-area h2 + p {margin-top: -20px;}

.form-section iframe {max-width: 650px; border: 10px solid #fbfbfb; border-radius: 10px; max-height: 875px;}

.form-section .form-area {max-width: 1300px; margin: 40px auto 0; padding: 15px 30px 50px; background-color: var(--primary-color);}

.form-section .form-area form fieldset {max-width: 100%;}
.form-section .form-area form .holder {margin-bottom: 10px;}
.form-section .form-area form label {font-size: 15px; color: var(--white); margin-bottom: 5px; font-weight: 500;}
.form-section .form-area form legend {font-size: 15px; color: var(--white); margin-bottom: 12px; font-weight: normal;}
.form-section .form-area form .input-holder {position: relative; display: block;}
.form-section .form-area 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;}
.form-section .form-area form .radio-holder {display: block;}
.form-section .form-area form .radio-holder input[type="radio"] {width: auto; margin-right: 3px;}
.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: var(--primary-color); border-radius: 0; border-color: var(--lightgray); height: 50px !important; line-height: 50px !important;}
.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(--secondary-color);}
.form-section .form-area form ::-webkit-input-placeholder {color: var(--secondary-color);}
.form-section .form-area form :-moz-placeholder {color: var(--secondary-color); opacity: 1;}
.form-section .form-area form ::-moz-placeholder {color: var(--secondary-color); opacity: 1;}
.form-section .form-area form :-ms-input-placeholder {color: var(--secondary-color);}
.form-section .form-area form select[name="MultipleChoice"] {height: 140px;}
.form-section .form-area form textarea {height: 100px;}

.form-section .gform-theme--foundation .gform_fields {row-gap: 30px; column-gap: 40px;}
.form-section .gform-theme--framework .gform_required_legend {display: none;}
.form-section .gform-theme--framework .gfield--type-choice .gfield_checkbox {flex-direction: row; flex-wrap: wrap;}
.form-section .gform-theme--framework .gfield--type-choice .gchoice {width: 32%;}
.form-section .gform-theme--framework .gfield--type-choice .gchoice label {font-size: 17px; font-weight: 300; margin-bottom: 0;}
.form-section .gform-theme--framework .gfield_required .gfield_required_asterisk {font-family: initial; font-weight: bold;}

body.page-template-template-builder .form-section .gform-theme--framework .gform_footer .gform_button {color: var(--primary-color) !important; background-color: var(--secondary-color) !important; padding: 6px 13px 9px 13px !important; height: 54px !important; line-height: 33px !important; position: relative !important; border-radius: 0 !important; text-transform: initial !important; font-size: 24px !important; font-weight: normal !important; text-align: center !important;}
body.page-template-template-builder .form-section .gform-theme--framework .gform_footer .gform_button:after {width: 0 !important; height: 0 !important; border-top: 27px solid transparent !important; border-bottom: 27px solid transparent !important; border-left: 15px solid var(--secondary-color) !important; content: "" !important; display: block !important; position: absolute !important; top: 0 !important; left: 100% !important; bottom: 0 !important;}
body.page-template-template-builder .form-section .gform-theme--framework .gform_footer .gform_button:hover {background-color: var(--white) !important; color: var(--primary-color) !important;}
body.page-template-template-builder .form-section .gform-theme--framework .gform_footer .gform_button:hover:after {border-left-color: var(--white) !important;}

.form-section .col-lg-12 .gform-body {padding: 20px 25px 30px;}
.form-section .col-lg-12 .gform-theme--framework .gfield--type-choice .gchoice {width: 48%;}
.form-section .col-lg-12 .gform-theme--framework .gform_footer {justify-content: center; margin-top: 0;}
.form-section .col-lg-12 .gform-theme--framework .gform_footer .button {width: 100% !important; max-width: 150px !important;}

@media (max-width: 991px) {
	.form-section .text-area p {font-size: 22px;}
}

@media (max-width: 767px) {
	.form-section {padding-top: 50px; padding-bottom: 50px;}
	.form-section .col-lg-12 .gform-body {padding: 20px 15px 30px;}
	.form-section .text-area h2 {font-size: 45px;}
	.form-section .text-area p {font-size: 20px;}
	.form-section .form-area form label {font-size: 18px;}
	.form-section .form-area form legend {font-size: 18px;}
}

@media (max-width: 640px) {
	.form-section .gform-theme--foundation .gform_fields {column-gap: 0; row-gap: 20px;}
}

@media (max-width: 500px) {
	.form-section .text-area h2 {font-size: 35px;}
	.form-section .text-area p {font-size: 18px;}
	.form-section .form-area form label {font-size: 16px;}
}

/***********/
/* 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: "Bebas Neue", sans-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 > 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: center; 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);}

/* 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;}

/* Image Gallery > Colors */
.gallery-section.bg-dark .text-area h2,
.gallery-section.bg-light .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 {}

.leftright-section .column-holder {padding: 100px 15px;}
.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 {padding: 0 50px 0 0;}
.leftright-section .switchit .text-column {padding: 0 0 0 50px;}
/*.leftright-section .text-column {padding: 50px 50px 50px 0;}
.leftright-section .switchit .text-column {padding: 50px 0 50px 50px;}*/

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

.leftright-section .text-area {}
.leftright-section .text-area h2 {font-size: 64px;}
.leftright-section .text-area:not(.subtitle) p,
.leftright-section .text-area:not(.subtitle) li {font-size: 22px; line-height: 1.73;}
.leftright-section .text-area p.subtitle {color: var(--primary-color); font-weight: 600; margin: 0 0 10px 0; background: none; line-height: 1.2; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase;}
.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 {padding: 30px 0 0;}
.leftright-section .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color) !important; padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.leftright-section .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.leftright-section .button-area a.button:hover {background-color: var(--white) !important;}
.leftright-section .button-area a.button:hover:after {border-left-color: var(--white);}

.leftright-section .image-column {padding: 0;}
.leftright-section .image-holder {margin: 0 auto; height: 100%;}
.leftright-section .image-area {display: flex; justify-content: flex-end; padding: 0; background-size: contain; background-repeat: no-repeat; background-position: center center; height: 100%;}
.leftright-section .image-area img {margin: 0; display: block; width: 100%; 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 .switchit .col-lg-5 {justify-content: flex-start;}
.leftright-section .switchit .image-area {justify-content: flex-start;}

.leftright-section.cs-narrow .text-area {max-width: 560px; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.leftright-section.cs-narrow .container {max-width: 1360px; padding: 0;}
.leftright-section.cs-narrow .text-column {max-width: 680px; padding: 60px;}

.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.tc-white h2,
.leftright-section.tc-white h3,
.leftright-section.tc-white h4,
.leftright-section.tc-white p {color: var(--white);}

@media (max-width: 1199px) {
	.leftright-section .text-area:not(.subtitle) p,
	.leftright-section .text-area:not(.subtitle) li {font-size: 20px; line-height: 1.4;}
}

@media (max-width: 991px) {
	.leftright-section .column-holder {padding: 75px 0;}
	.leftright-section .text-column {max-width: 100%; padding: 15px;}
	.leftright-section .text-area {margin: 0 auto 15px; min-height: initial;}
	.leftright-section .text-area h2 {font-size: 54px;}
	.leftright-section .text-area:not(.subtitle) p,
	.leftright-section .text-area:not(.subtitle) li {font-size: 19px;}
	.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-area {padding-left: 30px;}
	.leftright-section .switchit .text-column {padding: 15px;}
	.leftright-section .switchit .image-area {padding-left: 0; padding-right: 30px;}

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

	.leftright-section.bg-offwhite.pt-small .column-holder,
	.leftright-section.bg-offwhite.pt-medium .column-holder,
	.leftright-section.bg-offwhite.pt-large .column-holder {padding-top: 0;}

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

@media (max-width: 767px) {
	.leftright-section .text-column {padding: 15px;}
	.leftright-section .text-area h2 {font-size: 44px;}
	.leftright-section .text-area:not(.subtitle) p,
	.leftright-section .text-area:not(.subtitle) li {font-size: 18px;}

	.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(--primary-color);}
	.leftright-section .button-area a + a {margin-left: 0; margin-top: 20px;}
	.leftright-section .column-holder {padding: 50px 0;}

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

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

	body.page-id-549 .leftright-section.pt-small .column-holder {padding-top: 0;}
}

@media (max-width: 500px) {
	.leftright-section .text-area:not(.subtitle) p,
	.leftright-section .text-area:not(.subtitle) li {font-size: 16px;}
}

/* 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: 50px 15px; background-color: #f5f2f0;}
.linkgrid-section .text-area h2 {margin-bottom: 40px;}
.linkgrid-section .post-row {display: flex; flex-wrap: wrap;}

.linkgrid-section .link-area {margin: 0 0 30px; overflow: hidden; min-height: calc(100% - 50px); display: flex;}
.linkgrid-section .link-area a {display: block; position: relative;}
.linkgrid-section .link-area a:after {content: ""; display: block; border: 1px solid #704B2C; color: #704B2C; border-radius: 24px;background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.33325 9.99984C3.33325 9.5396 3.70635 9.1665 4.16659 9.1665H15.8333C16.2935 9.1665 16.6666 9.5396 16.6666 9.99984C16.6666 10.4601 16.2935 10.8332 15.8333 10.8332H4.16659C3.70635 10.8332 3.33325 10.4601 3.33325 9.99984Z" fill="%23704B2C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.41083 3.57757C9.73626 3.25214 10.2639 3.25214 10.5893 3.57757L16.4227 9.41091C16.7481 9.73634 16.7481 10.264 16.4227 10.5894L10.5893 16.4228C10.2639 16.7482 9.73626 16.7482 9.41083 16.4228C9.08539 16.0973 9.08539 15.5697 9.41083 15.2442L14.6549 10.0002L9.41083 4.75609C9.08539 4.43065 9.08539 3.90301 9.41083 3.57757Z" fill="%23704B2C"/></svg>'); width: 60px; height: 40px; background-repeat: no-repeat; background-position: center center; position: absolute; bottom: 0; right: 0;}
.linkgrid-section .link-area a:hover:after {border-color: var(--secondary-color); background-color: var(--secondary-color);}

.linkgrid-section .link-area .image-area {margin-bottom: 35px;}
.linkgrid-section .link-area .image-area img {margin: 0 auto; display: block;}
.linkgrid-section .link-area a:hover .image-area img {opacity: 0.8;}

.linkgrid-section .link-area .text-area {padding-right: 75px;}
.linkgrid-section .link-area .text-area h2 {margin: 0 0 15px; font-size: 32px; text-transform: initial; color: var(--primary-color);}
.linkgrid-section .link-area a:hover .text-area h2 {color: var(--secondary-color);}

.page-banner + .linkgrid-section {padding-top: 10px;}

/*******************/
/* Modules > Logos */
/*******************/
.logos-section {background-color: #ffffff; text-align: center; padding: 80px 0 130px; max-width: 100%; position: relative;}
.logos-section:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--white); margin: 0 auto; background-color: var(--primary-color); position: absolute; bottom: 0; left: 0; right: 0;}
.logos-section .text-area {margin-bottom: 60px;}
.logos-section .text-area h2:not(.top-headline) {margin: 0 auto 20px; max-width: 950px;}
.logos-section .text-area h2.top-headline {font-size: 95px; margin: 0;}
.logos-section .text-area h2 em {font-style: normal; display: inline-block; padding: 12px 15px 0; background-color: var(--primary-color); color: var(--secondary-color); line-height: 0.85;}
.logos-section .text-area h2 + h3 {font-size: 70px;}
.logos-section .text-area p {margin: 50px 0 0; font-size: 20px;}

.logos-section .partner-row {max-width: 100%; margin: 0;}
.logos-section .partner-row .col-lg-12 {padding: 0;}
.logos-section .partner-carousel {display: flex; justify-content: space-between; padding: 0 35px;}
.logos-section .icon-area {position: relative; background-color: var(--white); padding: 60px 10px;}
.logos-section .icon-area .featured-icon {margin: 0 auto; position: relative; height: 170px; width: 170px;}
.logos-section .icon-area .featured-icon img {position: absolute; top: 50%; right: 0; transform: translateY(-50%); left: 0; margin: 0 auto; max-width: 170px; max-height: 170px; width: auto; border-radius: 10px;}
.logos-section .icon-area p {text-transform: uppercase; font-weight: 600; font-size: 26px; color: var(--primary-color); margin: 35px auto 5px; line-height: 1.2; max-width: 230px;}

.logos-section .icon-area.slick-current {background-color: var(--primary-color);}
.logos-section .icon-area.slick-current p {color: var(--white);}

.logos-section .button-area {text-align: center; margin-top: 50px;}

/* Logos > Arrows */
.logos-section .slick-prev,
.logos-section .slick-next {width: 80px; height: 100%; line-height: 1; border: 0; border-radius: 0; opacity: 1; transform: translateY(-50%);}
.logos-section .slick-prev {left: 5px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0) 90%);}
.logos-section .slick-next {right: 5px; background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0) 90%);}
.logos-section .slick-prev.slick-disabled,
.logos-section .slick-next.slick-disabled {opacity: 0;}
.logos-section .slick-prev:before,
.logos-section .slick-next:before {opacity: 1; content: ""; width: 58px; height: 112px;}
.logos-section .slick-prev:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="56.7 4.5 4.5 58 56.7 114.12"/></g></svg>');}
.logos-section .slick-next:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="4.5 4.5 56.7 58 4.5 114.12"/></g></svg>');}
.logos-section .slick-prev:hover:before,
.logos-section .slick-next:hover:before {color: var(--secondary-color);}

/* Logos > Colors */
.logos-section.bg-blue {padding-bottom: 220px;}
.logos-section.bg-blue:after {border-top: 110px solid var(--primary-color); margin: 0 auto; background-color: var(--white);}
.logos-section.bg-blue .text-area h2,
.logos-section.bg-blue .text-area h2.top-headline {color: var(--white);}
.logos-section.bg-blue .icon-area {background-color: var(--primary-color); padding: 0 10px;}
.logos-section.bg-blue .icon-area p {color: var(--white);}
.logos-section.bg-blue .slick-prev {background: linear-gradient(90deg, rgba(7,36,61,1) 0%, rgba(7,36,61,0.85) 60%, rgba(7,36,61,0) 90%);}
.logos-section.bg-blue .slick-next {background: linear-gradient(270deg, rgba(7,36,61,1) 0%, rgba(7,36,61,0.85) 60%, rgba(7,36,61,0) 90%);}
.logos-section.bg-blue .slick-prev:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="56.7 4.5 4.5 58 56.7 114.12"/></g></svg>');}
.logos-section.bg-blue .slick-next:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="4.5 4.5 56.7 58 4.5 114.12"/></g></svg>');}

@media (max-width: 1599px) {
	.logos-section .text-area h2.top-headline {font-size: 85px;}
}

@media (max-width: 1399px) {
	.logos-section .text-area h2.top-headline {font-size: 80px;}
	.logos-section .text-area h2 + h3 {font-size: 65px;}
	.logos-section .icon-area {padding: 50px 10px;}
}

@media (max-width: 1299px) {
	/*.logos-section .partner-carousel {padding: 0 55px;}*/
	.logos-section .slick-prev,
	.logos-section .slick-next {width: 60px;}
	.logos-section .slick-prev:before,
	.logos-section .slick-next:before {width: 38px; height: 74px;}
}

@media (max-width: 1199px) {
	.logos-section.bg-blue {padding-bottom: 150px;}
	.logos-section.bg-blue:after {border-top: 80px solid var(--primary-color);}
	.logos-section .text-area h2.top-headline {font-size: 75px;}
	.logos-section .text-area h2 + h3 {font-size: 55px;}
	.logos-section .icon-area {padding: 40px 10px;}
	.logos-section .icon-area p {font-size: 24px;}
}

@media (max-width: 991px) {
	.logos-section {padding: 50px 0 115px;}
	.logos-section.bg-blue:after {border-top: 60px solid var(--primary-color);}
	.logos-section .text-area h2.top-headline {font-size: 55px;}
	.logos-section .text-area h2 + h3 {font-size: 45px;}
	.logos-section .icon-area {padding: 30px 10px;}
	.logos-section .icon-area p {font-size: 22px;}

	.logos-section .partner-carousel {padding: 0 55px;}
	.logos-section .slick-prev,
	.logos-section .slick-next {width: 38px; height: 74px;}
	.logos-section .slick-prev {left: 5px;}
	.logos-section .slick-next {right: 5px;}
	.logos-section .slick-prev:before,
	.logos-section .slick-next:before {width: 38px; height: 74px;}
}

@media (max-width: 767px) {
	.logos-section:after {border-top: 80px solid var(--white);}
	.logos-section .icon-area .featured-icon {height: 150px; width: 150px;}
	.logos-section .icon-area .featured-icon img {max-width: 150px; max-height: 150px;}
}

@media (max-width: 600px) {
	.logos-section .icon-area p {max-width: 100%;}
}

@media (max-width: 550px) {
	/*.logos-section .partner-carousel {padding: 0 45px;}*/
	.logos-section .slick-prev,
	.logos-section .slick-next {width: 40px;/* height: 54px; */}
	.logos-section .slick-prev:before,
	.logos-section .slick-next:before {width: 28px; height: 54px;}
}

/******************/
/* 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 .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;}

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

/* Stats > 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;}

/* Stats > 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: "Bebas Neue", 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(--primary-color);}
.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);}*/

/* Stats > Responsive */
@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	.process-section .stat-area p.desc strong {font-size: 17px;}
}

@media (max-width: 767px) {
	.process-section .stat-area p.desc strong {font-size: 16px;}
}

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

/****************************/
/* Modules > Product Slides */
/****************************/
.slides-section {background-repeat: repeat; background-position: center top; padding: 70px 0 75px; text-align: center; position: relative;}
.slides-section .container {max-width: 1800px; padding: 0;}
.slides-section .container .row {margin: 0;}
.slides-section .container .col-lg-12 {padding: 0;}

.slides-section .slide-area {background-color: var(--offwhite); min-height: calc(100vh - 130px); display: flex; justify-content: center; align-items: center; position: relative; background-repeat: repeat-x; background-position: top center, bottom center;}

.slides-section .image-area {position: absolute; width: 25%; overflow: hidden; max-height: 40vh;}
.slides-section .image-area.image-1 {top: 0; left: 0; margin-bottom: 50px;}
.slides-section .image-area.image-2 {top: 0; right: 0; margin-bottom: 50px;}
.slides-section .image-area.image-3 {bottom: 0; left: 0;}
.slides-section .image-area.image-4 {bottom: 0; right: 0;}
.slides-section .image-area img {width: 100%;}

.slides-section .text-area .icon-area {margin-bottom: 75px; min-height: 60px;}
.slides-section .text-area .icon-area img {margin: 0 auto;}
.slides-section .text-area h2 {margin-bottom: 75px; font-size: 100px; letter-spacing: -1px;}
.slides-section .text-area a.button {border: 1px solid var(--primary-color); background-color: var(--offwhite); color: var(--primary-color); padding: 12px 22px;}
.slides-section .text-area a.button:hover {background-color: var(--primary-color); border-color: var(--primary-color); color: var(--white);}

.slides-section .slides-carousel .slick-dots {bottom: 10%;}
.slides-section .slides-carousel .slick-dots li {margin: 0 1px;}
.slides-section .slides-carousel .slick-dots li button {padding: 0;}
.slides-section .slides-carousel .slick-dots li button:before {color: var(--lightgray); opacity: 1; font-size: 12px;}
.slides-section .slides-carousel .slick-dots li.slick-active button:before {color: #704B2C; opacity: 1;}

@media (max-width: 991px) {
	.slides-section .slide-area {flex-direction: column;}
	.slides-section .text-area h2 {font-size: 70px;}
	.slides-section .image-area {margin: 30px auto 0; max-width: 500px; position: static; width: 100%; overflow: hidden; max-height: auto;}
	.slides-section .image-area.image-1 {margin-bottom: 15px;}
	.slides-section .image-area.image-2 {margin-bottom: 15px;}
	.slides-section .image-area.image-3 {margin-bottom: 15px;}
	.slides-section .image-area.image-4 {}
	.slides-section .image-area img {width: 100%;}
}

@media (max-width: 767px) {
	.slides-section .slides-carousel .slick-dots {bottom: auto; top: -80px;}
	.slides-section .slide-area {background-image: none !important;}
	.slides-section .slide-area .text-area {padding: 0 25px;}
	.slides-section .text-area .icon-area {margin-bottom: 30px;}
	.slides-section .text-area h2 {font-size: 50px; margin-bottom: 30px;}
	.slides-section .image-area {margin-bottom: 30px;}
	.slides-section .col-lg-4:last-child .image-area {margin-bottom: 0;}
}

/***********************/
/* 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: "Bebas Neue", sans-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: "Bebas Neue", sans-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 > Pricing Table */
/***************************/
.pricing-section {padding: 75px 0 60px;}
.pricing-section.pt-large {padding-bottom: 40px;}
.pricing-section .text-area {min-height: 70px; display: flex; align-items: center;}
.pricing-section h2 {color: #1A7591; text-transform: none; font-size: 28px; font-weight: bold; margin: 0;}
.pricing-section ul {list-style: none; padding: 0; margin: 0;}
.pricing-section ul li {font-family: "Bebas Neue", sans-serif; font-size: 20px; letter-spacing: 1px; display: inline-block; margin: 0 20px 15px 0; color: #1A7591;}
.pricing-section ul li a {color: #1A7591;}

.pricing-section .table-area {background-color: #ffffff; padding: 0 25px 25px; max-width: 1575px; width: 100%;}
.pricing-section table {width: 100%; max-width: 100%; background-color: #ffffff; overflow: visible;}
.pricing-section table thead {}
.pricing-section table thead tr {background-color: #ffffff;}
.pricing-section table thead tr th {font-family: "Bebas Neue", sans-serif; font-size: 40px; letter-spacing: 1px; color: var(--primary-color); font-weight: bold; text-align: left; vertical-align: top; width: 23%;}
.pricing-section table thead tr th .title-holder {box-shadow: 2px 3px 11px rgba(0,0,0,0.3); padding: 10px 20px 15px; min-height: 122px;}
.pricing-section table thead tr th:not(.benefit) {position: relative; top: -50px; z-index: 2;}
.pricing-section table thead tr th .price-details {font-size: 17px; font-family: "Poppins", sans-serif !important; display: block; font-weight: 600;}
.pricing-section table thead tr th.benefit {font-size: 60px; width: 31%;}
.pricing-section table thead tr th.guest {background-color: var(--white);}
.pricing-section table thead tr th.basic {background-color: var(--secondary-color); border-left: 20px solid var(--white);}
.pricing-section table thead tr th.pro {background-color: var(--secondary-color); border-left: 20px solid var(--white);}

.pricing-section table tbody tr:nth-child(odd) {background-color: #E2E2E2;}
.pricing-section table tbody tr:nth-child(odd) td.pro {background-color: var(--secondary-color);}
.pricing-section table tbody tr td {padding: 10px 20px 15px; font-weight: 500; font-size: 20px; line-height: 20px; color: var(--primary-color); vertical-align: top; width: 23%;}
.pricing-section table tbody tr td.benefit {width: 31%; font-weight: bold;}
.pricing-section table thead tr td.basic {border-left: 20px solid var(--white);}
.pricing-section table tbody tr td.pro {border-left: 20px solid var(--white);}

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

@media screen and (max-width: 767px) {
	.pricing-section table {border: 0;}
	.pricing-section table caption {font-size: 1.3em;}
	.pricing-section table thead {border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; width: 100%;}
	.pricing-section table thead tr {border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em;}
	.pricing-section table thead tr th.benefit {width: 100%;}
  	.pricing-section table tbody tr {border-bottom: 1px solid #ddd; display: block; margin-bottom: .625em;}
  	.pricing-section table tbody tr td {border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right; width: 100%; background-color: var(--white);}
  	.pricing-section table tbody tr td.benefit {width: 100%; background-color: #eeeeee; text-align: center;}
  	.pricing-section table tbody tr td.basic {border-left: none;}
  	.pricing-section table tbody tr td.pro {border-left: none; background-color: var(--secondary-color);}
  	.pricing-section table tbody td::before {content: attr(data-label); float: left; font-weight: bold; margin-bottom: 5px;}
  	.pricing-section table tbody tr td.benefit::before {display: none;}
    .pricing-section table tbody td:last-child {border-bottom: 0;}
    #eee
}

/**********************/
/* 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: 50vw solid transparent; border-right: 50vw solid transparent; border-bottom: 100px solid var(--secondary-color); position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); 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: "Bebas Neue", sans-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: 50vw solid transparent; border-right: 50vw 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 > Side-by-Side Content */
/**********************************/
.sidebyside-section {background-color: var(--white); padding: 65px 15px;}
.sidebyside-section.bg-gray {background-color: #F4F4F4;}
.sidebyside-section .container {max-width: 1360px;}

.sidebyside-section .text-area:not(.title-area) {max-width: 620px;}
.sidebyside-section .text-area h2 {text-transform: initial;}
.sidebyside-section .text-area h3 {text-transform: initial; color: var(--primary-color); font-size: 28px;}
.sidebyside-section .text-area p,
.sidebyside-section .text-area li {font-size: 24px; line-height: 1.4;}
.sidebyside-section .text-area li {margin-bottom: 20px;}
.sidebyside-section .text-area p:last-child,
.sidebyside-section .text-area li:last-child {margin: 0;}

.sidebyside-section.content-section .button-area {text-align: left;}

body.page-id-493 .sidebyside-section .button-area a.button {border: 1px solid #808285; color: #808285; background-color: var(--white) !important; font-size: 20px; font-weight: normal;}
body.page-id-493 .sidebyside-section .button-area a.button:hover {background-color: var(--primary-color) !important; border-color: var(--primary-color); color: var(--white);}

/* Side-by-Side > Colors */
.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(--primary-color); color: var(--white);}
.sidebyside-section.tc-white a.button:hover {background-color: var(--secondary-color); color: var(--primary-color);}

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

@media (max-width: 991px) {
	.sidebyside-section {padding: 50px 0;}
	.sidebyside-section .text-area {padding: 0 15px; max-width: 100%;}
	.sidebyside-section .text-area:not(.title-area) {margin: 15px 0; max-width: 100%;}
	.sidebyside-section .text-area h3 {font-size: 24px;}
	.sidebyside-section .text-area p,
	.sidebyside-section .text-area li {font-size: 20px;}
	.sidebyside-section .text-area li {margin-bottom: 15px;}
}

@media (max-width: 767px) {
	.sidebyside-section .text-area h3 {font-size: 22px;}
	.sidebyside-section .text-area p,
	.sidebyside-section .text-area li {font-size: 18px;}
	.sidebyside-section .text-area li {margin-bottom: 12px;}
}

@media (max-width: 500px) {
	.sidebyside-section .text-area h3 {font-size: 20px;}
	.sidebyside-section .text-area p,
	.sidebyside-section .text-area li {font-size: 16px; line-height: 1.3;}
}

/*********************************/
/* Modules > Side-by-Side Images */
/*********************************/
.sidebysideimages-section .container {max-width: 1820px;}

.sidebysideimages-section .image-column {padding-left: 25px; padding-right: 25px;}
.sidebysideimages-section .image-holder {margin: 0 auto; height: 100%;}
.sidebysideimages-section .image-area {display: flex; justify-content: flex-end; padding: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100%;}
.sidebysideimages-section .image-area img {margin: 0; display: block; width: 100%; opacity: 0;}

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

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

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

@media (min-width: 992px) {
    .sidebysideimages-section .row.order-row {align-items: stretch;}
}

@media (max-width: 991px) {
	.sidebysideimages-section .col-lg-6:first-child .image-holder {margin-bottom: 40px;}
	.sidebysideimages-section img {opacity: 1;}
}

@media (max-width: 767px) {

}

/*******************/
/* Modules > Stats */
/*******************/
.stats-section {background-color: #F4F4F4; padding: 150px 0 90px;}
.stats-section .stat-column:nth-child(2n+1) {clear: both;}

/* 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: 40px;}
.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: 65px; line-height: 1; margin-bottom: 10px; font-weight: 900; font-weight: 900; font-family: "Bebas Neue", ; display: flex; align-items: center; justify-content: flex-start;}
.stats-section .stat-area p.number.color-dark {color: var(--secondary-color);}
.stats-section .stat-area p.number.color-light {color: var(--secondary-color)}
.stats-section .stat-area p.icon-yes + p.desc {padding-left: 66px;}
.stats-section .stat-area p .fa {background-color: var(--primary-color); 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: 21px; font-weight: 500;}

.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;}

body.page-id-8179 .stats-section.layout-wide .stats-1 .stat-area .stat-holder {min-width: 235px;}
body.page-id-8179 .stats-section.layout-wide .stats-2 .stat-area .stat-holder {min-width: 210px;}

/* 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(--primary-color); padding-bottom: 15px;}

/* Stats > Responsive */
@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;}
	.stats-section .container {max-width: 600px;}
	.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 .col-lg-6:nth-last-child(2) .stat-area .stat-holder {border-bottom: 1px solid var(--primary-color); padding-bottom: 15px;}*/
	.stats-section .text-area {margin: 0 auto 50px; max-width: 600px;}
	.stats-section .stat-area {max-width: 600px; margin-left: auto; margin-right: auto;}
	.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;}
	.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;}
}

@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 .container {max-width: 1360px;}

.tabs-section .tabs-row {display: flex;}
.tabs-section .tabs-row .tab-holder {display: flex; align-items: flex-end;}
.tabs-section .tab-area {width: 100%;}
.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(--primary-color); border: none; padding: 5px 0 20px; width: 100%; border-bottom: 1px solid var(--offwhite); 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(--primary-color);}

.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; width: 100%;}
/*.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%;}
	.tabs-section .tab-area .tab-holder .text-area {margin-bottom: 0;}
}

@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 Grid */
/***********************/
.team-section {padding: 50px 15px 100px;}
.team-section .container {max-width: 1830px;}
.team-section .text-area h2 {font-size: 64px; margin: 0 15px 45px;}
.team-section .row:first-child .text-area h2 {margin-top: 0;}

.team-section .team-row {display: flex; flex-wrap: wrap; justify-content: center;}
.team-section .team-area {margin: 0 auto 110px; max-width: 550px; background-color: #eeeeee; position: relative; overflow-x: clip;}
.team-section .team-area:after {content: ""; display: block; width: 0; height: 0; border-left: 300px solid transparent; border-right: 300px solid transparent; border-top: 80px solid #eeeeee; margin: 0 auto; background-color: var(--white); position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.team-section .team-area .image-area {background-color: var(--primary-color);}
.team-section .team-area .image-area img {margin: 0 auto; display: block; width: 100%;}
.team-section .team-area .text-area {padding: 15px 30px 0; position: relative;}
.team-section .team-area .text-area p {margin: 0;}
.team-section .team-area .text-area p.name {font-size: 36px; line-height: 1.2; font-weight: 500; margin-bottom: 2px; padding: 2px 5px; display: inline-block; margin-left: -5px;}
.team-section .team-area .text-area p.title {font-size: 26px; line-height: 1.2; font-weight: 500; margin-bottom: 5px;}
.team-section .team-area .text-area p.text {height: 0; overflow: hidden;}
.team-section .team-area .text-area a:after {content: "+"; font-size: 40px; color: var(--white); width: 23px; text-align: center; color: var(--primary-color); margin: 0 auto; display: block; position: absolute; bottom: -55px; z-index: 2; left: 0; right: 0;}
.team-section .team-area .text-area a:hover p.name,
.team-section .team-area .text-area.show-team p.name {color: var(--secondary-color); background-color: var(--primary-color);}
.team-section .team-area .text-area.show-team a:after {content: "-"; bottom: -56px;}
.team-section .team-area .text-area.show-team p.text {height: auto;}

@media (max-width: 991px) {
	.team-section {padding: 50px 15px 75px;}
	.team-section .team-area .text-area h2 {font-size: 54px;}
	.team-section .team-area .text-area p.name {font-size: 32px;}
	.team-section .team-area .text-area p.title {font-size: 24px;}
}

@media (max-width: 767px) {
	.team-section {padding: 40px 15px 50px;}
	.team-section .team-area .text-area h2 {font-size: 44px;}
	.team-section .team-area .text-area p.name {font-size: 28px;}
	.team-section .team-area .text-area p.title {font-size: 22px;}
}

@media (max-width: 500px) {
	.team-section {padding: 40px 15px 20px;}
	.team-section .team-area .image-area + .text-area {padding-left: 20px;}
	.team-section .team-area .text-area {padding: 5px 0;}
	.team-section .team-area .text-area p.name {font-size: 26px; letter-spacing: 1px;}
	.team-section .team-area .text-area p.title {font-size: 20px;}
}

@media (max-width: 400px) {
	.team-section .team-area {margin-bottom: 70px;}
	.team-section .team-area:after {border-top: 40px solid #eeeeee;}
	.team-section .team-area .image-area + .text-area {padding-left: 15px;}
	.team-section .team-area .image-area img {min-width: 125px;}
	.team-section .team-area .text-area a:after {font-size: 35px; bottom: -35px;}
}

/**************************/
/* Modules > Testimonials */
/**************************/
.testimonials-section {background-color: #ffffff; padding: 85px 0 165px; position: relative; content-visibility: visible !important;}
.testimonials-section:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--white); margin: 0 auto; background-color: var(--primary-color); position: absolute; bottom: 0; left: 0; right: 0;}
/*.testimonials-section .container {max-width: 1500px;}
.testimonials-section .container.wide-container {max-width: 100%; padding: 0;}*/

.testimonials-section .text-area {text-align: center;}
.testimonials-section .text-area h2 {margin-bottom: 35px; font-weight: 500;}

.testimonials-section .quote-area {margin: 0 auto 10px; padding: 15px;/* opacity: 0; */}
/*.testimonials-section .quote-area.slick-active {opacity: 1;}*/
.testimonials-section .quote-area .five-stars {margin: 0 auto 30px; max-width: 400px;}
.testimonials-section .quote-area p {margin: 0 auto 20px; font-size: 25px; color: var(--black); font-weight: 500; line-height: 1.4; max-width: 400px;}
.testimonials-section .quote-area p.quote {font-size: 22px;}
.testimonials-section .quote-area p.author {font-weight: 600; font-style: italic; margin-bottom: 0;}

.testimonials-section .testimonials-carousel {padding: 0 75px;}
/*.testimonials-section .testimonials-carousel .slick-list {padding: 0 9% !important;}*/
.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;}

/* Testimonials > Arrows */
.testimonials-section .slick-prev {left: 5px;}
.testimonials-section .slick-next {right: 5px;}
.testimonials-section .slick-prev,
.testimonials-section .slick-next {background: none; width: 58px; height: 112px; line-height: 1; border: 0; border-radius: 0; opacity: 1; transform: translateY(-50%);}
.testimonials-section .slick-prev.slick-disabled,
.testimonials-section .slick-next.slick-disabled {opacity: 0;}
.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {opacity: 1; content: ""; width: 58px; height: 112px;}
.testimonials-section .slick-prev:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="56.7 4.5 4.5 58 56.7 114.12"/></g></svg>');}
.testimonials-section .slick-next:before {background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.2 118.62"><defs><style> .cls-1 { fill: none; stroke: %2307243d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9px; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="4.5 4.5 56.7 58 4.5 114.12"/></g></svg>');}
.testimonials-section .slick-prev:hover:before,
.testimonials-section .slick-next:hover:before {color: var(--secondary-color);}

@media (max-width: 1299px) {
	.testimonials-section .testimonials-carousel {padding: 0 55px;}
	.testimonials-section .slick-prev,
	.testimonials-section .slick-next {width: 38px; height: 74px;}
	.testimonials-section .slick-prev:before,
	.testimonials-section .slick-next:before {width: 38px; height: 74px;}
}

@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.quote {font-size: 20px;}
	.testimonials-section .quote-area p.author {font-size: 22px;}
	.testimonials-section .quote-area p.stars {font-size: 20px;}
}

@media (max-width: 767px) {
	.testimonials-section {padding: 50px 15px 40px;}
	.testimonials-section:before {border-left: 50vw solid transparent; border-right: 50vw 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.author {font-size: 20px;}
	.testimonials-section .quote-area p.quote {font-size: 18px;}
	.testimonials-section .quote-area p.stars {font-size: 18px;}
}

@media (max-width: 550px) {
	.testimonials-section .testimonials-carousel {padding: 0 45px;}
	.testimonials-section .quote-area p {font-size: 20px;}
	.testimonials-section .quote-area p.author {font-size: 18px;}
	.testimonials-section .quote-area p.quote {font-size: 17px;}
	.testimonials-section .quote-area p.stars {font-size: 16px;}
	.testimonials-section .slick-prev,
	.testimonials-section .slick-next {width: 28px; height: 54px;}
	.testimonials-section .slick-prev:before,
	.testimonials-section .slick-next:before {width: 28px; height: 54px;}
}

/**********************************/
/* Modules > Three Column Content */
/**********************************/
.threecol-section {background-color: var(--white); padding: 65px 0; margin-bottom: 110px; position: relative;}
.threecol-section.bg-blue:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--primary-color); margin: 0 auto; background-color: #ffffff; position: absolute; top: 100%; left: 0; right: 0;}
.threecol-section.bg-white:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--white); margin: 0 auto; background-color: var(--primary-color); position: absolute; top: 100%; left: 0; right: 0;}

.threecol-section .text-area {text-align: center; margin-bottom: 50px;}
.threecol-section .text-area p.subtitle {color: var(--white); font-weight: 600; margin: 0 0 10px 0; background: none; line-height: 1.2; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase;}
.threecol-section .text-area p.subtitle + h2 {margin-top: 0;}
.threecol-section .text-area h2 {margin-bottom: 20px;}
.threecol-section .text-area p.text {font-size: 16px; margin: 0 0 40px;}

/* Three Columns Content > Text */
.threecol-section .text-area {position: relative; overflow: hidden; height: 100%; /*opacity: 0;*/ outline: none; border: none;}
.threecol-section .text-area h3 {line-height: 1.2; margin-bottom: 10px; font-family: "Bebas Neue", sans-serif; font-weight: 500; text-transform: uppercase; font-size: 64px;}
.threecol-section .text-area p {margin: 0 auto; min-height: 130px; font-size: 22px; max-width: 560px; line-height: 1.75;}
.threecol-section .text-area p strong {font-weight: 600;}
.threecol-section .text-area p a {border: none; color: var(--white);}
.threecol-section.bg-blue .text-area p a:hover {color: var(--secondary-color) !important;}

.threecol-section .text-area .button-area {padding: 20px 0 0;}
.threecol-section .text-area .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color); padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.threecol-section .text-area .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.threecol-section .text-area .button-area a.button:hover {background-color: var(--white); color: var(--primary-color) !important;}
.threecol-section .text-area .button-area a.button:hover:after {border-left-color: var(--white);}

/* Side-by-Side > Colors */
.threecol-section.bg-gray {background-color: #F4F4F4;}

.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: 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 0; max-width: 100%;}
	.threecol-section .text-area h3 {font-size: 54px;}
	.threecol-section .text-area p {min-height: initial;}
	.threecol-section .text-area p,
	.threecol-section .text-area li {font-size: 20px;}
	.threecol-section .text-area .hide-button {display: none;}
	.threecol-section .text-area .button-area {padding-top: 0;}
	.threecol-section .text-area .button-area a.button {font-size: 22px;}
}

@media (max-width: 767px) {
	.threecol-section.bg-blue:after {border-top: 80px solid var(--primary-color);}
	.threecol-section.bg-white:after {border-top: 80px solid var(--white);}
	.threecol-section .text-area h3 {font-size: 42px;}
	.threecol-section .text-area p,
	.threecol-section .text-area li {font-size: 18px;}
	.threecol-section .text-area .button-area a.button {font-size: 20px;}
}

@media (max-width: 500px) {
	.threecol-section .text-area h3 {font-size: 32px;}
	.threecol-section .text-area p,
	.threecol-section .text-area li {font-size: 17px;}
	.threecol-section .text-area .button-area a.button {font-size: 20px;}
}

/**********/
/* 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;}
}

/*******************/
/* Provider Detail */
/*******************/
.profile-section {background-color: var(--white); padding: 15px 0 75px;}
.profile-section .container {max-width: 100%;}
.profile-section .row.order-row {max-width: 1260px; margin: 0 auto;}

.profile-section .breadcrumb-row {max-width: 1360px; margin: 0 auto;}
.profile-section .breadcrumb-area {margin-bottom: 10px;}
.profile-section p.breadcrumb {margin: 0 0 5px; color: #b36124; font-size: 16px; background: none; padding: 0; font-weight: bold;}
.profile-section p.breadcrumb a,
.profile-section p.breadcrumb span {color: #b36124;}
.profile-section p.breadcrumb a:hover {color: var(--primary-color);}
.profile-section p.back {color: #747474; font-size: 20px; font-weight: 800; letter-spacing: 0.5px;}
.profile-section p.back a {color: #747474;}
.profile-section p.back .fa {font-size: 30px; font-weight: bold; position: relative; top: 3px; margin-right: 5px;}

.profile-section .text-area {max-width: 630px;}
.profile-section .text-area h1 {font-size: 48px; color: var(--secondary-color); text-transform: uppercase; margin-bottom: 5px;}
.profile-section .text-area h2 {text-transform: initial; color: var(--primary-color); font-size: 28px; max-width: 410px; letter-spacing: 1.5px; font-weight: 800;}
.profile-section .text-area p a {color: #b36124; border-bottom: 1px solid #b36124; padding-bottom: 1px; font-weight: bold;}
.profile-section .text-area p a:hover {color: var(--primary-color); border-color: var(--primary-color);}

.profile-section .image-area {width: 100%; max-width: 440px; margin: 0 auto; height: 440px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.profile-section .image-area img {margin: 0 auto 20px; display: block; opacity: 0;}

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

/* Fast facts */
.fact-section {background-color: #b36124; padding: 60px 0;}
.fact-section .row {display: flex;}
.fact-section .text-area {border-right: 1px solid var(--primary-color); padding: 30px 30px 30px 10px; min-height: 170px; height: 100%;}
.fact-section .col-lg-5 .text-area {border: none; padding-right: 0;}
.fact-section .col-lg-3 .text-area {padding-left: 0;}
.fact-section h2 {color: var(--white); font-size: 48px; line-height: 1; margin: 0;}
.fact-section h3 {font-size: 28px; text-transform: initial; color: var(--white); margin-bottom: 14px;}
.fact-section p {color: var(--white); font-weight: 500; max-width: 400px;}
.fact-section p.experience {/* font-size: 24px;text-transform: uppercase; font-weight: bold; font-family: "Bebas Neue", sans-serif; line-height: 1; */}

@media (max-width: 991px) {
	.fact-section {padding: 50px 0;}
	.fact-section h2 {font-size: 38px;}
	.fact-section h3 {font-size: 23px; margin-bottom: 8px;}
}

@media (max-width: 767px) {
	.fact-section {padding: 40px 0;}
	.fact-section h2 {font-size: 38px; letter-spacing: 1px; margin-bottom: 35px;}
	.fact-section h3 {font-size: 18px; margin-bottom: 5px;}
	.fact-section .row {flex-direction: column;}
	.fact-section .text-area {border-right: none; min-height: initial; max-width: 350px; padding: 25px 15px 0;}
	.fact-section .col-lg-3 .text-area {padding-left: 15px; padding-top: 0;}
	.fact-section .text-area:after {content: ""; display: block; max-width: 150px; margin: 25px auto 0; border-bottom: 1px solid #a7571e;}
	.fact-section .col-xs-12:last-child .text-area:after {display: none;}
}

/********/
/* Blog */
/********/
.blog-section {padding: 0 15px; background-repeat: no-repeat; background-size: contain; background-position: center bottom; border-top: 1px solid var(--lightgray);}
/*.blog-section .post-column {border-left: 1px solid var(--lightgray); margin-left: -1px;}*/
.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-column {border-right: 1px solid var(--lightgray);}

.blog-section .post-holder {padding: 40px 25px 40px 0;}
.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.single-post {border-top: none;}
.blog-section.single-post .post-column {padding-bottom: 50px;}

.blog-section .text-area {max-width: 905px; padding: 40px 25px 40px 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-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 */
.blog-section .image-area.blog-image {margin-bottom: 40px; background-size: cover; background-position: center center; background-repeat: no-repeat; height: 360px; width: 100%;}
.blog-section .image-area.blog-image img {margin: 0 auto; display: block; opacity: 0;}
body.single-post .blog-section .image-area.blog-image {margin-bottom: 0;}

/* Blog > Single > Date and category */
.blog-section .text-area p.date-category {font-size: 14px; background-color: var(--primary-color); 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;}

@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 .image-area {margin-bottom: 20px; max-width: 545px; margin: 0 auto 20px;}
	.blog-section .text-area {margin: 0 auto 30px;}
	/*.blog-section .button-area {margin: 0 auto;}*/
	.blog-section .text-area h2 {margin-bottom: 20px; font-size: 30px;}
}

@media (max-width: 767px) {
	.blog-section .post-area {max-width: 390px;}
}

/* Pagination */
.wp-pagenavi {margin: 30px 0 0; padding-top: 35px; clear: both; border-top: 1px solid var(--lightgray);}
.wp-pagenavi a,
.wp-pagenavi .current {color: var(--primary-color); display: inline-block; padding: 0 5px; text-decoration: none; min-width: 38px; height: 38px; font-size: 14px; font-family: 'Inter', serif; border-radius: 50%; background-color: var(--offwhite); line-height: 38px; text-align: center; font-weight: 600;}
.wp-pagenavi .current,
.wp-pagenavi a:hover:not(.current) {background-color: var(--primary-color); 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;}
}

/*********/
/* 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:after {content: ""; position: absolute; bottom: 0; height: 25%; left: 0; right: 0; display: block; background-color: var(--white);}
.video-section .container {position: relative; z-index: 2;}

.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(--offwhite); 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) {
	.team-section + .video-section {padding-bottom: 100px;}
	.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 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 .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: 2px solid #d8d8dc; margin-bottom: 30px; overflow: hidden;}
.videogrid-section .video-area a.popup-video:hover {border-color: var(--secondary-color);}
.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(73,70,93,0.5); 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 .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: "Bebas Neue", sans-serif; font-size: 24px; text-transform: none; margin: 0;}
.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.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(--primary-color);}
.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(--primary-color);}
.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(--primary-color);}

.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(--primary-color);}
.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(--primary-color);}

.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(--primary-color);}
.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(--primary-color);}

.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(--primary-color);}
.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(--primary-color);}

@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; position: relative;}
.wide-section.bg-gray {background-color: #F4F4F4;}
.wide-section.pb-large {padding-bottom: 150px;}
.wide-section.bg-white:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--white); margin: 0 auto; background-color: var(--primary-color); position: absolute; bottom: 0; left: 0; right: 0;}
.wide-section.bg-blue:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid transparent; border-right: 50vw solid transparent; border-top: 110px solid var(--primary-color); margin: 0 auto; background-color: var(--white); position: absolute; bottom: 0; left: 0; right: 0;}

.wide-section.ba-blue:after {background-color: var(--primary-color);}
.wide-section.ba-green:after {background-color: var(--secondary-color);}
.wide-section.ba-white:after {background-color: var(--white);}

.wide-section.bg-white:last-child:after {display: none;}
body.page-id-549 .wide-section.bg-blue:last-child:after {display: none;}

/*.wide-section .content-holder {}
.wide-section.bg-gray .content-holder {background-color: #F4F4F4;}
.wide-section.bg-white .content-holder {background-color: var(--offwhite);}*/
.wide-section.with-background .content-holder {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 100px 0 150px;}

.wide-section.with-background .headline-area .text-area h2 {color: var(--white);}

.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;}

.wide-section .text-area h1 {margin-bottom: 35px; font-size: 48px; line-height: 1.2;}
.wide-section .text-area h2:not(.top-headline) {margin: 0 0 20px; max-width: 950px;}
.wide-section .text-area h2.top-headline {font-size: 115px; margin: 0; line-height: 0.95;}
.wide-section .text-area h2 em {font-style: normal; display: inline-block; padding: 12px 15px 0; background-color: var(--primary-color); color: var(--secondary-color); line-height: 0.85;}
.wide-section .text-area h2 strong {color: var(--secondary-color); font-weight: normal;}
.wide-section .text-area h2.top-headline + p {margin-top: 50px;}
.wide-section .text-area h2:last-child {margin-bottom: 0;}
.wide-section .text-area p,
.wide-section .text-area li {font-size: 22px; line-height: 1.4;}
.wide-section .text-area p + h2,
.wide-section .text-area p + h2:not(.top-headline) {margin-top: 60px;}
.wide-section .text-area h3 {}
.wide-section .text-area h2 + h3 {font-size: 75px;}
.wide-section .text-area h4 {line-height: 1.4;}
.wide-section .text-area p:last-child {margin: 0;}

.wide-section#benefits .text-area h3 {max-width: 1000px; margin: 0 auto 50px;}

/*.wide-section .col-lg-12 .text-area {max-width: 1200px; margin: 0 auto;}*/
.wide-section .col-lg-12 .text-area h2 {max-width: initial;}
.wide-section .text-area ul + h2 {margin-top: 50px !important;}

.wide-section#benefits .text-area ul {display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin-left: 0;}
.wide-section#benefits .text-area ul:last-child {margin-bottom: 0;}
.wide-section#benefits .text-area ul li {font-size: 24px; line-height: 1.83; font-weight: 500; width: 33%; text-align: center; line-height: 1.3; margin-bottom: 20px; padding: 0 15px; max-width: 400px; list-style: none;}

.wide-section .text-area .numbers-area {display: flex; flex-wrap: wrap; justify-content: space-between;}
.wide-section .text-area .numbers-area .number-area {width: 50%; margin: 10px 0 35px; padding: 0 30px 0 0;}
.wide-section .text-area .numbers-area .number-area .number {width: 58px; height: 58px; border-radius: 50%; color: var(--white); font-weight: bold; display: block; background-color: var(--primary-color); font-family: "Bebas Neue", sans-serif; font-weight: bold; font-size: 35px; text-align: center; line-height: 58px; margin-bottom: 20px;}
.wide-section .text-area .numbers-area .number-area p {font-size: 24px; font-weight: 500; max-width: 520px;}
.wide-section .text-area .numbers-area .number-area p strong {letter-spacing: 2px; font-weight: 800;}

.wide-section .text-area .numbers-area .number-area.box-2 p {max-width: 580px;}

.wide-section .text-area .numbers-area .number-area.tc-light .number {background-color: var(--secondary-color);}
.wide-section .text-area .numbers-area .number-area.tc-light p strong {color: var(--secondary-color);}

.wide-section.content-section .button-area {text-align: left; position: relative; z-index: 2;}
.wide-section.content-section.al-center .button-area {text-align: center;}

.wide-section.content-section .button-area a.button {color: var(--primary-color) !important; background-color: var(--secondary-color); padding: 9px 13px 9px 18px; height: 54px; line-height: 33px; position: relative; border-radius: 0; text-transform: initial; font-size: 24px; font-weight: normal;}
.wide-section.content-section .button-area a.button:after {width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 15px solid var(--secondary-color); content: ""; display: block; position: absolute; top: 0; left: 100%; bottom: 0;}
.wide-section.content-section .button-area a.button:hover {background-color: var(--primary-color); color: var(--white) !important;}
.wide-section.content-section .button-area a.button:hover:after {border-left-color: var(--primary-color);}

.wide-section.content-section.bg-blue .button-area a.button:hover {background-color: var(--white); color: var(--primary-color) !important;}
.wide-section.content-section.bg-blue .button-area a.button:hover:after {border-left-color: var(--white);}

.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: "Bebas Neue", sans-serif; font-size: 24px; font-weight: bold; color: var(--primary-color);}
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(--primary-color); 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;}

/* Wide Section > Padding */
.wide-section.pb-medium {padding-bottom: 115px;}
.wide-section.pb-medium:last-child {padding-bottom: 75px;}

@media (max-width: 1599px) {
	.wide-section .text-area h2.top-headline {font-size: 105px;}
}

@media (max-width: 1399px) {
	.wide-section .text-area h2.top-headline {font-size: 95px;}
}

@media (max-width: 1199px) {
	.wide-section.with-background .content-holder {padding: 80px 0 125px;}
	.wide-section .text-area h2.top-headline {font-size: 85px;}
	.wide-section .text-area p {font-size: 22px;}
}

@media (max-width: 991px) {
	/*.wide-section .content-holder {padding: 50px 0 55px;}
	.wide-section.with-background .content-holder {padding: 65px 0 100px;}*/
	.wide-section .text-area h2 br {display: none;}
	.wide-section .text-area h2.top-headline {font-size: 75px;}
	.wide-section .text-area h2.top-headline + p {margin-top: 40px;}
	.wide-section .text-area {padding: 0 15px;}
	.wide-section .text-area h3.adjust-h3 {margin-top: 50px;}
	.wide-section .text-area p {font-size: 20px;}
	.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;}

	.wide-section#benefits .text-area ul li {width: 50%; 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;}
}

@media (max-width: 767px) {
	.wide-section .text-area h2.top-headline {font-size: 65px;}
	.wide-section .text-area h2.top-headline + p {margin-top: 30px;}
	/*.wide-section .text-area h3 {font-size: 20px;}*/
	.wide-section .text-area h3.adjust-h3 {margin-top: 25px;}
	.wide-section .text-area p {font-size: 18px;}
	.wide-section .text-area .numbers-area .number-area p {font-size: 20px;}
	.wide-section#benefits .text-area ul li {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;}
}

@media (max-width: 500px) {
	.wide-section.al-center .text-area h2 {font-size: 40px;}
	.wide-section .text-area p {font-size: 16px;}
	.wide-section .text-area h2.top-headline + p {margin-top: 20px;}
	.wide-section .text-area .numbers-area .number-area p {font-size: 18px;}
	.wide-section#benefits .text-area ul {flex-direction: column;}
	.wide-section#benefits .text-area ul li {width: 100%; font-size: 20px;}
}

/**************/
/* Wide Image */
/**************/
.wide-section.wide-image {padding: 0; position: relative;}
.wide-section.wide-image:after {content: ""; display: block; width: 0; height: 0; border-left: 50vw solid var(--primary-color); border-right: 50vw solid var(--primary-color); border-top: 110px solid rgba(0,0,0,0); margin: 0 auto; position: absolute;bottom: 0; left: 0; right: 0; z-index: 99;}

.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;}

/***********/
/* 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 h2 {font-size: 24px; line-height: 1.2;}
.sidebar .widget h3 {font-size: 14px; color: var(--secondary-color); 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(--primary-color);}
.sidebar .widget ul li a:hover {color: var(--secondary-color);}
.sidebar .widget a:not(.button) {text-decoration: none; color: var(--primary-color);}
.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(--secondary-color);}

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

.sidebar .widget.side-form .zf-templateWidth {padding: 0;}
.sidebar .widget.side-form .zf-templateWrapper {background-color: var(---offwhite); box-shadow: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempFrmWrapper {padding: 0;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempHeadContBdr {background-color: var(---offwhite); padding: 0; border: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-tempHeadContBdr h2.zf-frmTitle {font-size: 24px; color: var(--primary-color); 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(--primary-color); 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(--primary-color); margin-bottom: 5px; font-weight: 500;}
.sidebar .widget.side-form form legend {font-size: 15px; color: var(--primary-color); 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(--primary-color); 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: 0; background-color: var(--primary-color); border-top: 63px solid var(--secondary-color);}
.footer:before {content: ""; display: block; background-color: var(--white); height: 40px; width: 100%;}
.footer .top-area {background-color: var(--primary-color); padding: 60px 0 30px;}
.footer li {color: var(--white); font-size: 16px;}
.footer p {color: var(--white); font-size: 16px;}
.footer a {color: var(--white);}
.footer a:hover {color: var(--secondary-color);}

.footer .footer-logo {}
.footer .footer-logo img,
.footer .footer-logo svg {margin: 0 0 30px; display: block; max-width: 280px;}

.footer .text-area h2 {color: var(--lightgray);}
.footer .text-area p {color: #C6B7AB;}
.footer .text-area a.button {background-color: var(--secondary-color); margin-top: 30px;}
.footer .text-area a.button:hover {background-color: var(--primary-color);}

.footer .link-holder {display: flex; padding-left: 30px;}
.footer .text-area {padding: 0 15px;}
.footer .text-area h2 {color: var(--white); font-size: 45px; margin: 0;}
.footer .link-area {padding: 15px 15px 15px; width: 33.3%;}
.footer .link-area h3 {font-family: "Poppins", sans-serif; font-size: 20px; color: var(--white); text-transform: uppercase; margin-bottom: 10px; font-weight: normal;}
.footer .link-area ul li {margin-bottom: 3px; font-size: 16px; line-height: 1.5;}
.footer .link-area ul li.h3-style {font-family: "Poppins", sans-serif; font-size: 20px; color: var(--white); text-transform: uppercase; font-weight: normal; margin-top: 20px;}
.footer .link-area ul li a {color: var(--white);}
.footer .link-area ul li a:hover {color: var(--secondary-color);}
.footer .link-area ul li:last-child {margin-bottom: 0;}
.footer .link-area.bottom-row a {font-weight: 600; color: var(--lightgray); font-size: 16px;}
.footer .link-area.bottom-row a svg {margin-right: 5px; position: relative; top: 6px;}
.footer .link-area .locations-holder {display: flex; flex-wrap: nowrap; justify-content: space-between;}
.footer .link-area .locations-holder ul li {white-space: nowrap;}
.footer .link-area .locations-holder ul + ul {margin-left: 35px;}

.footer .link-holder.with-social {justify-content: flex-end;}
.footer .link-holder.with-social .link-area {padding: 0 15px; width: auto;}
.footer .link-area.bottom-row .social-area {text-align: center; margin: 0 auto;}
.footer .link-area.bottom-row .social-area ul {margin: 0; display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; flex-direction: row;}
.footer .link-area.bottom-row .social-area li {display: inline-block; text-align: center; padding: 0 5px 0 0; margin: 0;}
.footer .link-area.bottom-row .social-area li a {display: block; color: var(--lightgray); margin: 0;}
.footer .link-area.bottom-row .social-area li a:hover svg {opacity: 0.8;}

.footer .link-area.bottom-row:last-child {padding-right: 5px;}

.footer .footer-text {padding: 30px; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); margin-top: 40px;}
.footer .footer-text img {width: 100%;}

.footer .address-area {padding: 25px 0;}
.footer .address-area p {color: var(--secondary-color); font-size: 14px;}
.footer .address-area p a {color: var(--secondary-color);}

.footer .bottom-area {background-color: var(--secondary-color); padding: 25px 0;}

.footer .copyright-area {}
.footer .copyright-area .divider {display: inline-block; width: 20px;}
.footer .copyright-area p {color: var(--primary-color); font-size: 14px; margin: 0;}
.footer .copyright-area p a {color: var(--primary-color);}

@media (max-width: 991px) {
	.footer .footer-logo {padding: 0 15px;}
	.footer .link-holder {padding-left: 0; border: none; flex-wrap: wrap;}
	.footer .link-area p {font-size: 18px;}
	.footer .link-area.contact-area p.hide-mobile {display: none;}
	.footer .link-area.contact-area.mobile-only {display: block;}
	.footer .social-mobile {display: flex; justify-content: space-between;}
	.footer .social-area {text-align: right; margin: 0;}
	.footer .social-area ul {justify-content: center;}
	.footer .social-area ul svg {max-width: 30px;}
	.footer .privacy-area {margin-top: 5px;}
	.footer .privacy-area ul {flex-direction: column;}
	.footer .privacy-area ul li {border: none; padding: 0; margin-bottom: 15px;}
}

@media (max-width: 767px) {
	/*.footer {}
	.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 .link-holder {margin-top: 20px; justify-content: center;}
	.footer .link-area {width: 50%;}
	.footer .link-area .locations-holder {flex-direction: column;}
	.footer .link-area .locations-holder ul + ul {margin-left: 0; margin-top: 3px;}
	.footer .link-holder.with-social {flex-direction: column; text-align: center; margin-top: 0;}
	.footer .link-holder.with-social .link-area {width: 100%; padding: 0;}
	.footer .link-area.bottom-row .social-area ul {justify-content: center;}
	.footer .link-area {margin-bottom: 20px; padding-top: 10px;}
	.footer .link-area p {font-size: 17px;}
	.footer .address-area p {margin-bottom: 0;}
	.footer .footer-map {margin-top: 0;}

	.footer .copyright-area {padding: 0;}
	.footer .copyright-area p {margin-bottom: 0;}
}

@media (max-width: 500px) {
	.footer .footer-logo img, 
	.footer .footer-logo svg {margin: 0 auto 25px;}
	.footer .link-holder {padding-left: 0; margin-top: 20px;}
	.footer .link-area {width: 100%; text-align: center;}
	.footer .link-area p {font-size: 16px;}
}

/* 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;}
.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: "Bebas Neue", sans-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;}
.scrollToTop .fa {color: var(--white); font-size: 40px;}
.scrollToTop:hover {background-color: var(--secondary-color);}

/***************/
/* 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 input[type="submit"],
form button,
.atf-section .text-area .search-box,
.clubs-section .column-area .title-area h3,
.icons-section .icon-area h3,
.logos-section .icon-area,
.content-section .icon-area h2,
.sidebar .vertical-menu h3,
.sidebar .widget.side-form form button,
.clubs-section .column-area .background-area,
.clubs-section .column-area .background-area:after,
.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;}

.header .logo {-webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}


.blogscroller-section .news-area,
.testimonials-section .quote-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,
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-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;}

.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;}
}