/************************************************/
/* Theme Name: Arkellon                         */
/* Theme URI: https://www.arkellon.com          */
/* Author: Crush The Rankings                   */
/* Author URI: https://www.crushtherankings.com */
/* Description: For Arkellon                    */
/* 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 {
	--black: #000000;
	--primary: #3E2469;
	--secondary: #8659A5;
	--purple: #CDABD1;
	--lightpurple: #EEE4EF;
	--white: #ffffff;
	--offwhite: #cfcece;
	--borderwhite: #383434;
	--gray: #F5F5F5;
	--darkgray: #3e3b3a;
}

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

/* Headlines */
h1, h2, h3, h4, h5, h6 {position: relative; color: var(--primary); margin: 0 0 10px 0; background: none; font-family: "Manrope", sans-serif; font-weight: 500;}
h1 strong,
h2 strong,
h3 strong,
h4 strong {color: var(--secondary);}
h1 strong,
h2 strong,
h4 strong {font-weight: 500;}
h1 {font-size: 96px; line-height: 1.08; margin: 0 0 30px;}
h2 {font-size: 56px; line-height: 1.1; margin: 0 0 20px;}
h3 {font-size: 38px; font-weight: bold; line-height: 1.3;}
h4 {font-size: 23px; line-height: 1.2;}
h5 {font-size: 19px; line-height: 1.3; letter-spacing: .5px;}
h6 {font-size: 19px; line-height: 1.3; letter-spacing: .5px;}

@media (max-width: 1199px) {
	h1 {font-size: 66px;}
	h2 {font-size: 46px;}
}

@media (max-width: 991px) {
	h1 {font-size: 56px; line-height: 1.1;}
	h2 {font-size: 40px; line-height: 1.15;}
	h3 {font-size: 32px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	h6 {font-size: 18px;}
}

@media (max-width: 767px) {
	h1 {font-size: 52px;}
	h2 {font-size: 36px;}
	h3 {font-size: 28px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 16px;}
}

@media (max-width: 500px) {
	h1 {font-size: 44px;}
	h2 {font-size: 32px;}
	h3 {font-size: 26px;}
}

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

@media (max-width: 991px) {
	p {font-size: 19px;}
}

@media (max-width: 767px) {
	p {font-size: 18px;}
}

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

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

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

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

/* Buttons */
.button-area {display: flex; gap: 30px; margin-top: 60px;}
button:focus {outline: none;}
a.button,
button.button,
.content-area a.button,
.text-area a.button {color: var(--white); font-size: 20px; font-weight: 500; padding: 11px 13px 11px 24px; text-align: center; margin: 0; display: inline-block; background-color: var(--primary); line-height: 1; border-radius: 54px; border: none; min-width: 160px; display: flex; align-items: center;}
a.button:after {content: ""; display: inline-block; width: 32px; height: 32px; background-color: var(--white); border-radius: 50%; margin-left: 15px; background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8172 6.69254L9.19219 12.3175C9.07491 12.4348 8.91585 12.5007 8.75 12.5007C8.58415 12.5007 8.42509 12.4348 8.30781 12.3175C8.19054 12.2003 8.12465 12.0412 8.12465 11.8753C8.12465 11.7095 8.19054 11.5504 8.30781 11.4332L12.8664 6.87535H0.625C0.45924 6.87535 0.300269 6.8095 0.183058 6.69229C0.0658481 6.57508 0 6.41611 0 6.25035C0 6.08459 0.0658481 5.92562 0.183058 5.80841C0.300269 5.6912 0.45924 5.62535 0.625 5.62535H12.8664L8.30781 1.06753C8.19054 0.95026 8.12465 0.7912 8.12465 0.625347C8.12465 0.459495 8.19054 0.300435 8.30781 0.18316C8.42509 0.0658846 8.58415 0 8.75 0C8.91585 0 9.07491 0.0658846 9.19219 0.18316L14.8172 5.80816C14.8753 5.86621 14.9214 5.93514 14.9529 6.01101C14.9843 6.08688 15.0005 6.16821 15.0005 6.25035C15.0005 6.33248 14.9843 6.41381 14.9529 6.48969C14.9214 6.56556 14.8753 6.63449 14.8172 6.69254Z" fill="%233E2469"/></svg>'); background-position: center center; background-repeat: no-repeat;}
a.button.dark-bg {background-color: var(--black); color: var(--white);}
a.button.white-bg {background-color: var(--white); color: var(--primary);}
a.button.white-bg:not(:hover):after {background-color: var(--primary); background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8172 6.69254L9.19219 12.3175C9.07491 12.4348 8.91585 12.5007 8.75 12.5007C8.58415 12.5007 8.42509 12.4348 8.30781 12.3175C8.19054 12.2003 8.12465 12.0412 8.12465 11.8753C8.12465 11.7095 8.19054 11.5504 8.30781 11.4332L12.8664 6.87535H0.625C0.45924 6.87535 0.300269 6.8095 0.183058 6.69229C0.0658481 6.57508 0 6.41611 0 6.25035C0 6.08459 0.0658481 5.92562 0.183058 5.80841C0.300269 5.6912 0.45924 5.62535 0.625 5.62535H12.8664L8.30781 1.06753C8.19054 0.95026 8.12465 0.7912 8.12465 0.625347C8.12465 0.459495 8.19054 0.300435 8.30781 0.18316C8.42509 0.0658846 8.58415 0 8.75 0C8.91585 0 9.07491 0.0658846 9.19219 0.18316L14.8172 5.80816C14.8753 5.86621 14.9214 5.93514 14.9529 6.01101C14.9843 6.08688 15.0005 6.16821 15.0005 6.25035C15.0005 6.33248 14.9843 6.41381 14.9529 6.48969C14.9214 6.56556 14.8753 6.63449 14.8172 6.69254Z" fill="%23ffffff"/></svg>');}
a.button.no-bg {background: none; border: 1px solid var(--white);}
a.button.no-bg:not(:hover):after {background-color: rgba(255,255,255,0); border: 1px solid var(--white); background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8172 6.69254L9.19219 12.3175C9.07491 12.4348 8.91585 12.5007 8.75 12.5007C8.58415 12.5007 8.42509 12.4348 8.30781 12.3175C8.19054 12.2003 8.12465 12.0412 8.12465 11.8753C8.12465 11.7095 8.19054 11.5504 8.30781 11.4332L12.8664 6.87535H0.625C0.45924 6.87535 0.300269 6.8095 0.183058 6.69229C0.0658481 6.57508 0 6.41611 0 6.25035C0 6.08459 0.0658481 5.92562 0.183058 5.80841C0.300269 5.6912 0.45924 5.62535 0.625 5.62535H12.8664L8.30781 1.06753C8.19054 0.95026 8.12465 0.7912 8.12465 0.625347C8.12465 0.459495 8.19054 0.300435 8.30781 0.18316C8.42509 0.0658846 8.58415 0 8.75 0C8.91585 0 9.07491 0.0658846 9.19219 0.18316L14.8172 5.80816C14.8753 5.86621 14.9214 5.93514 14.9529 6.01101C14.9843 6.08688 15.0005 6.16821 15.0005 6.25035C15.0005 6.33248 14.9843 6.41381 14.9529 6.48969C14.9214 6.56556 14.8753 6.63449 14.8172 6.69254Z" fill="%23ffffff"/></svg>');}}
a.button + a.button {margin-left: 25px;}
a.button:hover,
a.button.dark-bg:hover,
a.button.white-bg:hover,
a.button.no-bg:hover
button.button:hover,
.content-area a.button:hover,
.text-area a.button:hover {background-color: var(--secondary); color: var(--white); border-color: var(--secondary);}

@media (max-width: 991px) {
	.button-area {margin-top: 50px; flex-direction: column; align-items: flex-start;}
	a.button,
	button.button,
	.content-area a.button,
	.text-area a.button {font-size: 19px;}
}

@media (max-width: 767px) {
	.button-area {margin-top: 40px;}
	a.button,
	button.button,
	.content-area a.button,
	.text-area a.button {font-size: 18px;}
}

/* Containers */
.site-container {position: relative; padding-top: 165px;}
body.admin-bar .site-container {margin-top: 32px;}
section {padding: 90px 15px; background-color: var(--white); margin: 0 auto;}
.container {width: 100% !important; max-width: 1423px;}
.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: 110px;}
	section {padding: 75px 15px;}
}

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

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

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

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

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

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

@media (max-width: 991px) {
	.header,
	.not-at-top .header {height: 110px;}
}

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

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

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

/* Header > Top links */
.header .top-area {height: 55px; border-bottom: 1px solid var(--purple); display: flex; justify-content: flex-end; width: 100%; padding: 10px 60px; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease;}
.header .top-area ul {display: flex; flex-direction: row; gap: 30px; align-items: center;}
.header .top-area ul li {color: var(--primary); margin-bottom: 0; letter-spacing: 2px; font-size: 15px; font-weight: 800; text-transform: uppercase;}
.header .top-area ul li a {color: var(--primary); background: none;}
.header .top-area ul li a:hover {color: var(--secondary);}
.header .top-area ul li:last-child a {color: var(--secondary);}
.header .top-area ul li:last-child a:hover {color: var(--primary);}
.not-at-top .header .top-area {height: 40px;}

@media (max-width: 991px) {
	.header .top-row {display: none;}
	.header .top-area {display: none;}
}

/* Header > Logo and menu */
.header .header-area {height: 110px; padding: 0 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; width: 100%; border-bottom: 1px solid rgba(255,255,255,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;}
.not-at-top .header .header-area {height: 80px; border-color: var(--purple);}

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

@media (max-width: 991px) {
	.header .header-area {padding: 15px 15px 0;}
	.not-at-top .header .header-area {height: 110px;}
	.header .left-area {width: 100%; justify-content: space-between; padding: 0 15px;}
	.header .right-area {flex-direction: row-reverse; gap: 20px;}
	.header .right-area a.button {padding: 6px 13px 6px 16px; font-size: 14px;}
	.header .right-area a.button:after {width: 22px; height: 22px; margin-left: 10px;}
}

@media (max-width: 500px) {
	.header .right-area {gap: 10px;}
	.header .right-area a.button {min-width: initial; padding-right: 16px;}
	.header .right-area a.button:after {display: none;}
}

/* Header > Logo */
.header .logo {padding: 0; float: none; margin: 0 30px 0 0;}
.header .logo a {display: block; width: 285px; height: 44px; color: var(--primary); font-weight: bold; font-size: 24px;}
.header .logo img {width: auto; max-width: 285px; max-height: 44px;}

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

@media (max-width: 991px) {
	.header .logo-area {height: 35px;}
	.header .logo {margin-right: 15px;}
	.header .logo a {width: 160px; height: 25px;}
	.header .logo img {width: 160px; height: 25px;}
}

/* Header > Menu */
.header .menu-area {padding: 0; margin: 0; float: none; display: flex; flex-direction: column; align-items: flex-end;     justify-content: center;}
.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 40px 0 0; float: none; font-size: 20px; font-weight: 500; line-height: 1.5;}
.header .navbar-nav > li > a {color: var(--primary) !important; padding: 0;}
.header .navbar-nav > li > a:hover  {color: var(--secondary) !important;}

.header .navbar-nav li.drop {position: relative;}
.header .navbar-nav li.drop ul.dropdown {margin: 0; padding: 0; position: absolute; top: 100%; left: 4px; width: 200px; 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 5px; color: #333333; line-height: 1.2;}
.header .navbar-nav li.drop ul.dropdown li:hover > a {color: var(--secondary);}
.header .navbar-nav li.drop:hover > ul.dropdown {opacity: 1; visibility: visible;}

@media (max-width: 991px) {
	.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(--secondary); display: inline-block; line-height: 1; border-radius: 0;}
	.navbar-default .navbar-toggle svg {width: 30px; height: 30px; margin-top: 5px;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {background: none;}
	.navbar-default .navbar-toggle:hover svg path,
	.navbar-default .navbar-toggle:focus svg path {fill: var(--secondary);}
	.sr-only {overflow: auto; clip: auto; margin: -4px 0 0 19px; width: auto; height: auto;}
}

/* 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-open-right .container, 
.pushy-open-right .push {transform: none !important; -webkit-transform: none !important; -ms-transform: none !important;}
.pushy .pushy-content {padding: 15px;}
.pushy .pushy-content > ul {margin-top: 0;}
.pushy .close-area {margin-bottom: 5px; text-align: right;}
.pushy .close-area a.close-menu {color: var(--secondary); padding: 8px; display: inline-block;}
.pushy .close-area a.close-menu:hover {color: var(--secondary);}

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

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

.pushy ul#menu-main-navigation li {font-family: "Manrope", sans-serif; font-size: 20px; margin-bottom: 0; line-height: 1.2;}
.pushy ul#menu-main-navigation > li {border-bottom: 1px solid var(--gray);}
.pushy ul#menu-main-navigation > li > ul.dropdown > li {border-bottom: 1px solid var(--gray);}
.pushy ul#menu-main-navigation > li > ul.dropdown > li:last-child {border-bottom: none;}
.pushy ul#menu-main-navigation > li > ul.dropdown > li > ul.dropdown > li {font-family: "Manrope", sans-serif !important; font-size: 16px;}
.pushy ul#menu-main-navigation > li > ul.dropdown > li > ul.dropdown > li > a {padding: 10px 15px;}

.pushy ul#menu-main-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 {padding: 0; position: relative; background-color: var(--white); width: 100%;}
.page-banner .container {max-width: 1420px;}
.page-banner .hero-area {background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 25px; min-height: 555px; padding: 50px 60px; display: flex; flex-direction: column; justify-content: center;}
.page-banner .text-area {max-width: 990px;}
.page-banner .text-area h1 {color: var(--white); margin-bottom: 40px; margin-bottom: 25px;}
.page-banner .text-area h1 span {color: var(--purple); font-size: 32px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; display: block;}
.page-banner .text-area p {font-size: 36px; line-height: 1.2; color: var(--white); max-width: 990px;}

body.page-id-377 .page-banner .text-area {max-width: 620px;}
body.page-id-377 .page-banner .text-area p {max-width: 580px;}
body.page-id-508 .page-banner .text-area {max-width: 100%;}
body.page-id-542 .page-banner .text-area {max-width: 100%;}
body.page-id-542 .page-banner .text-area p {max-width: 1060px;}

@media (max-width: 991px) {
	.page-banner .container {padding: 0;}
	.page-banner .hero-area {min-height: 300px; border-radius: 0; padding: 50px 40px;}
	.page-banner .text-area {max-width: 640px;}
	.page-banner .text-area p {font-size: 28px;}
}

@media (max-width: 767px) {
	.page-banner .hero-area {padding: 50px 30px;}
	.page-banner .text-area {max-width: 540px;}
	.page-banner .text-area p {font-size: 24px;}
}

.breadcrumbs-section {border-bottom: 1px solid var(--gray); padding: 15px;}
.breadcrumbs-section p.breadcrumb {margin: 0; color: var(--secondary); 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(--secondary);}
.breadcrumbs-section p.breadcrumb a:hover {color: var(--secondary);}
.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;}

/***********/
/* Content */
/***********/
.text-area p {margin-bottom: 20px;}
.text-area p:not(:first-child) + 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);}
.text-area a:hover {color: var(--darkbrown);}
.text-area h2 a,
.text-area h3 a,
.text-area h4 a,
.text-area p a,
.text-area li a {border-bottom: 1px solid var(--primary); padding-bottom: 1px;}
.text-area h2 a:hover,
.text-area h3 a:hover,
.text-area h4 a:hover,
.text-area p a:hover,
.text-area li a:hover {color: var(--secondary); border-color: var(--secondary);}
.text-area img:not(.wppro_badge1_IMG_3) {max-width: 100%; height: auto;}
.text-area p[style="text-align: center;"] a.button {margin: 40px auto 0; padding: 12px 50px 14px;}
/*.text-area.wide-text {max-width: 1160px; margin: 0 auto;}*/
.text-area.wide-text p.extra-space {margin-bottom: 55px;}
.text-area.wide-text h2 + p.extra-space {margin-top: 75px;}
.text-area.wide-text ul ul {padding-left: 25px;}
.text-area blockquote {border-left: 5px solid var(--secondary); padding: 50px; background-color: var(--lightbrown); margin: 0 auto 30px;}
.text-area blockquote p {font-size: 25px;}

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

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

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

.content-section {padding: 100px 0; background-color: var(--white);}
.content-section.bg-gray {background-color: #F4F4F4;}
.content-section .container {max-width: 1313px;}

.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);}
.content-section .text-area img {margin: 0 auto; display: block;}

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

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

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

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

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

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

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

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

/* Lists */
.text-area ol {list-style: decimal;}
.text-area ul {list-style: outside;}
.text-area ol,
.text-area ul {margin: 0 0 25px 25px;}
.text-area ol:last-child,
.text-area ul:last-child {margin-bottom: 0;}
.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;}

/* Tables */
.text-area h2 + table {margin-top: 40px;}
.text-area table tr {border-bottom: 1px solid var(--lightgreen);}
.text-area table td {padding: 20px 30px;}
.text-area table td:first-child {border-right: 1px solid var(--lightgreen);}

.text-area table thead td {font-size: 18px; line-height: 1.6; font-weight: 500; text-transform: uppercase;}
.text-area table thead td:last-child {color: var(--secondary);}

.text-area table tbody tr:last-child {border: none;}
.text-area table tbody td:first-child {color: var(--lightgreen); font-size: 18px; line-height: 1.6; font-weight: 500; text-transform: uppercase; white-space: nowrap; padding-left: 0;}

/***********/
/* Modules */
/***********/
/* Modules > Background colors */
section.bg-dark {background-color: var(--secondary);}
section.bg-gray {background-color: #F4F4F4;}
section.bg-white {background-color: var(--white);}

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

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

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

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

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

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

/* Modules > Text colors */
section.tc-dark h1,
section.tc-dark h2,
section.tc-dark h3,
section.tc-dark p {color: var(--primary);}

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

/****************************/
/* Modules > Above the Fold */
/****************************/
.atf-section {padding: 0; position: relative; background-color: var(--white); width: 100%;}
.atf-section .hero-area {background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 25px; min-height: 716px; padding: 90px 60px; display: flex; flex-direction: column; justify-content: center;}
.atf-section .text-area {max-width: 840px;}
.atf-section .text-area h1 {color: var(--white); margin-bottom: 40px;}
.atf-section .text-area h1 span {color: var(--purple); font-size: 32px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;}
.atf-section .text-area p {font-size: 36px; line-height: 1.2; color: var(--white);}

@media (max-width: 991px) {
	.atf-section .container {padding: 0;}
	.atf-section .hero-area {min-height: 500px; border-radius: 0; padding: 70px 30px;}
	.atf-section .text-area {max-width: 640px;}
	.atf-section .text-area p {font-size: 28px;}
}

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

/***********************/
/* Modules > Accordion */
/***********************/
.accordion-section {background-color: #F5F5F5;}
.accordion-section .container {max-width: 1313px;}

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

.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(--secondary); overflow: hidden; border-radius: 0; padding: 45px 0;}
.accordion-section .accordion-area .panel-default:first-child {padding-top: 0;}
.accordion-section .accordion-area .panel-default:last-child {margin-bottom: 0; border: none; padding-bottom: 0;}

/* Accordion Module > Accordion > Headline */
.accordion-section .accordion-area .panel-default > .panel-heading {color: var(--primary); border: none; padding: 0; background: none;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 {margin: 0; font-weight: normal; position: relative; color: var(--secondary); font-size: 36px; background: none; min-height: 60px;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span {color: var(--primary); display: flex; align-items: center; position: relative; background: none; padding-right: 120px; text-transform: none; width: 100%; min-height: 60px; border: none; 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: #747474; 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: var(--primary);}
.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 Module > Accordion > Text */
.accordion-section .accordion-area .panel-default .panel-body {padding: 25px 15px 0 0; background: none; border: none;}
.accordion-section .accordion-area .panel-default .panel-body p {max-width: 615px;}

@media (max-width: 991px) {
	.accordion-section .text-area:not(.panel-body) {margin-bottom: 40px;}
	.accordion-section .accordion-area .panel-default > .panel-heading h3 {font-size: 28px;}
}

@media (max-width: 767px) {
	.accordion-section .answer-row {flex-direction: column;}
	.accordion-section .text-area:not(.panel-body) {margin-bottom: 30px;}
	.accordion-section .accordion-area .panel-default > .panel-heading h3 {font-size: 24px;}
}

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

.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 > Wide Content */
/**************************/
.background-section {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 0 !important; background-color: #0e0a09; position: relative;}
.background-section.bg-gray {background-color: #F4F4F4;}

.background-section .image-area {display: flex; justify-content: flex-end;}
.background-section .image-area img {width: 60%; display: block;}

.background-section .center-text {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(180deg, rgba(14, 10, 9, 0) 80%, rgba(14, 10, 9, 1) 100%);}
.background-section .center-text .text-area {padding: 150px 0;}
.background-section .center-text .text-area h2 {max-width: 580px; font-size: 72px; letter-spacing: 1.5px;}

.background-section .center-text .graphic-area {margin-top: 85px;}

/***************************/
/* Modules > Blog Scroller */
/***************************/
.blogscroller-section {max-width: 100%; position: relative; background-color: var(--primary); padding-left: 0; padding-right: 0;}
/*.blogscroller-section .container {max-width: 100%; padding: 0;}*/

.blogscroller-section .text-area {max-width: 1273px; margin: 0 auto; padding: 0 15px; margin-bottom: 100px;}
.blogscroller-section .text-area h2 {color: var(--white); max-width: 720px;}
.blogscroller-section .text-area h2 strong {color: var(--purple);}
.blogscroller-section .text-area h2:last-child {margin-bottom: 0;}

.blogscroller-section .blog-row {max-width: 100%; margin: 0;}
.blogscroller-section .blog-row .col-lg-12 {padding: 0;}
.blogscroller-section .blog-carousel.items-three .slick-track {display: flex; justify-content: space-between;}

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

/* Blog Scroller > Item */
.blogscroller-section .news-area {padding: 0 20px;}
.blogscroller-section .news-area .news-holder {position: relative; margin: 0; overflow: hidden; height: 100%; min-height: 200px; border: 1px solid #8559a4; padding: 55px 30px 50px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; border-radius: 25px; background-color: var(--primary);}
.blogscroller-section .news-area .text-area {max-width: 620px; padding: 0; margin: 0 auto;}
.blogscroller-section .news-area .text-area h3 {font-size: 32px; line-height: 1.18;}
.blogscroller-section .news-area .text-area ul {list-style: none; padding: 0; margin-left: 0;}
.blogscroller-section .news-area .text-area ul:last-child {margin-bottom: 0;}
.blogscroller-section .news-area .text-area ul li {font-size: 16px;}
.blogscroller-section .news-area .text-area ul li:last-child {margin-bottom: 0;}
.blogscroller-section .news-area .button-area {max-width: 620px; padding: 0; margin-left: auto; margin-right: auto; width: 100%;}

.blogscroller-section .news-area:not(.slick-current) .text-area h3 {color: var(--white);}
.blogscroller-section .news-area:not(.slick-current) .text-area p {color: var(--white);}
.blogscroller-section .news-area:not(.slick-current) .text-area ul li {color: var(--white);}
.blogscroller-section .news-area:not(.slick-current) .text-area p a {color: var(--secondary);}
.blogscroller-section .news-area:not(.slick-current) .text-area p a:hover {color: var(--secondary);}

.blogscroller-section .news-area.slick-current .news-holder {background-color: var(--white);}
.blogscroller-section .news-area.slick-current a.button.no-bg {background-color: var(--secondary); color: var(--white); border-color: var(--secondary);}
.blogscroller-section .news-area.slick-current a.button.no-bg:hover {background-color: var(--primary);}

.blogscroller-section .news-area:nth-child(2) .news-holder {background-color: var(--white);}
.blogscroller-section .news-area:nth-child(2) a.button.no-bg {background-color: var(--secondary); color: var(--white); border-color: var(--secondary);}
.blogscroller-section .news-area:nth-child(2) a.button.no-bg:hover {background-color: var(--primary);}
.blogscroller-section .news-area:nth-child(2) .text-area h3 {color: var(--secondary);}
.blogscroller-section .news-area:nth-child(2) .text-area p {color: var(--secondary);}
.blogscroller-section .news-area:nth-child(2) .text-area ul li {color: var(--secondary);}
.blogscroller-section .news-area:nth-child(2) .text-area p a {color: var(--secondary);}
.blogscroller-section .news-area:nth-child(2) .text-area p a:hover {color: var(--secondary);}

.blogscroller-section .blog-carousel {display: flex; justify-content: center;}

/* Blog Scroller > Arrows */
.blogscroller-section .slick-prev {left: auto; right: 70px;}
.blogscroller-section .slick-next {right: 0;}
.blogscroller-section .slick-prev,
.blogscroller-section .slick-next {position: absolute; top: -85px; background: none; width: 60px; height: 40px; line-height: 1;opacity: 1; border: 1px solid #704B2C; border-radius: 20px;}
.blogscroller-section .slick-prev.slick-disabled,
.blogscroller-section .slick-next.slick-disabled {opacity: 0;}
.blogscroller-section .slick-prev:before,
.blogscroller-section .slick-next:before {content: ""; opacity: 1; width: 20px; height: 38px; background-repeat: no-repeat; background-position: center center;}
.blogscroller-section .slick-prev:before {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="M10.5893 3.57733C10.9147 3.90277 10.9147 4.4304 10.5893 4.75584L5.34522 9.99992L10.5893 15.244C10.9147 15.5694 10.9147 16.0971 10.5893 16.4225C10.2639 16.7479 9.73622 16.7479 9.41079 16.4225L3.57745 10.5892C3.25201 10.2637 3.25201 9.7361 3.57745 9.41066L9.41079 3.57733C9.73622 3.25189 10.2639 3.25189 10.5893 3.57733Z" fill="%23704B2C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.33337 10.0001C3.33337 9.53984 3.70647 9.16675 4.16671 9.16675H15.8334C16.2936 9.16675 16.6667 9.53984 16.6667 10.0001C16.6667 10.4603 16.2936 10.8334 15.8334 10.8334H4.16671C3.70647 10.8334 3.33337 10.4603 3.33337 10.0001Z" fill="%23704B2C"/></svg>');}
.blogscroller-section .slick-next:before {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.33337 10.0001C3.33337 9.53984 3.70647 9.16675 4.16671 9.16675H15.8334C16.2936 9.16675 16.6667 9.53984 16.6667 10.0001C16.6667 10.4603 16.2936 10.8334 15.8334 10.8334H4.16671C3.70647 10.8334 3.33337 10.4603 3.33337 10.0001Z" fill="%23704B2C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.4107 3.57733C9.73614 3.25189 10.2638 3.25189 10.5892 3.57733L16.4225 9.41066C16.748 9.7361 16.748 10.2637 16.4225 10.5892L10.5892 16.4225C10.2638 16.7479 9.73614 16.7479 9.4107 16.4225C9.08527 16.0971 9.08527 15.5694 9.4107 15.244L14.6548 9.99992L9.4107 4.75584C9.08527 4.4304 9.08527 3.90277 9.4107 3.57733Z" fill="%23704B2C"/></svg>');}
.blogscroller-section .slick-prev:hover,
.blogscroller-section .slick-next:hover {border-color: var(--lightorange); background-color: var(--lightorange);}

/* Blog Scroller > Dots */
.blogscroller-section .slick-dots {margin-top: 60px; position: static;}
.blogscroller-section .slick-dots li {width: 64px; height: 8px;}
.blogscroller-section .slick-dots li button {width: 64px; height: 8px;}
.blogscroller-section .slick-dots li button:before {background-color: var(--purple); font-size: 14px; opacity: 1; width: 64px; height: 8px; border-radius: 4px; content: ""; display: inline-block;}
.blogscroller-section .slick-dots li.slick-active button:before {background-color: #ffffff; opacity: 1;}

@media (max-width: 991px) {
	.blogscroller-section {padding: 50px 0;}
	.blogscroller-section .text-area {margin-bottom: 50px;}
	.blogscroller-section .slick-prev,
	.blogscroller-section .slick-next {top: -50px;}
	.blogscroller-section .blog-carousel {flex-direction: column;}
	.blogscroller-section .news-area {padding: 0 15px; margin-bottom: 30px;}	
	.blogscroller-section .news-area h3 {font-size: 28px;}
	.blogscroller-section .slick-dots {margin-top: 30px;}
}

@media (max-width: 767px) {
	.blogscroller-section .grid-holder .news-area {width: calc(100% - 50px);}
	.blogscroller-section .text-area {margin-bottom: 40px;}
	.blogscroller-section .blog-row {padding-top: 50px;}
	.blogscroller-section .news-area {padding: 0 10px;}
	.blogscroller-section .news-area h3 {font-size: 24px;}
	.blogscroller-section .news-area p,
	.blogscroller-section .news-area p a {font-size: 16px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 30px;}
	.blogscroller-section .news-area .button-area:last-child {padding-bottom: 0;}
	.blogscroller-section .slick-dots {margin-top: 10px;}
}

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

/****************************/
/* Modules > Call To Action */
/****************************/
.cta-section {background-color: var(--black); background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 95px 0 105px;}
.cta-section:last-child {margin-bottom: 75px;}
.cta-section .container {max-width: 1313px;}

/* Call To Action > Text */
.cta-section .text-area {max-width: 830px;}
.cta-section .text-area h2 {color: var(--white);}
.cta-section .text-area h2 strong {color: var(--purple);}
.cta-section .text-area h3 {color: var(--white);}
.cta-section .text-area p {color: var(--white);}

.cta-section .button-area {margin-top: 12px; justify-content: flex-end;}

.cta-section#gray {background-color: #F5F5F5;}
.cta-section#gray:last-child {margin-bottom: 0;}
.cta-section#gray .text-area {max-width: 100%;}
.cta-section#gray .text-area h2 {color: var(--primary);}
.cta-section#gray .text-area h2 strong {color: var(--secondary);}
.cta-section#gray .text-area h3 {color: var(--secondary);}
.cta-section#gray .text-area p {color: var(--secondary); font-size: 26px;}

.cta-section#white {background-color: var(--white);}
.cta-section#white:last-child {margin-bottom: 0;}
.cta-section#white .text-area {max-width: 100%;}
.cta-section#white .text-area h2 {color: var(--primary);}
.cta-section#white .text-area h2 strong {color: var(--secondary);}
.cta-section#white .text-area h3 {color: var(--secondary);}
.cta-section#white .text-area p {color: var(--secondary); font-size: 26px;}

@media (max-width: 991px) {
	.cta-section {padding: 65px 0 75px;}
	.cta-section:last-child {margin-bottom: 50px;}
	.cta-section .text-area h2 {margin-bottom: 10px;}
	.cta-section .text-area p {margin: 0 0 5px;}
	.cta-section .button-area {text-align: center; margin-top: 15px;}
	.cta-section.with-image .text-area {text-align: center;}
	.cta-section.with-image .text-area p {margin-left: auto; margin-right: auto;}
	.cta-section.with-image .button-area {margin: 15px auto;}
	.cta-section .button-area a.button + a.button {margin-left: auto;}
	.cta-section#white .text-area p {font-size: 20px;}
}

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

@media (max-width: 767px) {
	.cta-section {padding: 55px 0 60px;}
	.cta-section .image-area img {margin-bottom: 20px;}
}

@media (max-width: 550px) {
	.cta-section {padding: 45px 0 50px;}
}

/**************************/
/* Modules > Contact Form */
/**************************/
.form-section {background-color: var(--white); padding: 100px 0; background-repeat: no-repeat; background-size: cover; background-position: center center;}

.form-section .form-area {max-width: 917px; margin: 0 auto; border-radius: 20px; background-color: #ffffff; padding: 70px 40px;}
.form-section .form-area h2 {font-size: 32px; font-weight: 800; letter-spacing: -1px; line-height: 1.25;}
.form-section .form-area p {font-size: 32px; font-weight: 500; line-height: 1.25; color: var(--secondary);}
.form-section .form-area form fieldset {max-width: 100%;}
.form-section .form-area form .holder {margin-bottom: 10px;}
.form-section .form-area form .gfield {margin-bottom: 10px;}
.form-section .form-area form label {font-size: 16px; color: var(--primary); margin-bottom: 7px; font-weight: 500;}
.form-section .form-area form legend {font-size: 16px; color: var(--primary); 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); border-radius: 8px; border-color: #EEE4EF !important; box-shadow: none; height: 48px; line-height: 48px;}
.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: #BDBDBD;}
.form-section .form-area form ::-webkit-input-placeholder {color: #BDBDBD;}
.form-section .form-area form :-moz-placeholder {color: #BDBDBD; opacity: 1;}
.form-section .form-area form ::-moz-placeholder {color: #BDBDBD; opacity: 1;}
.form-section .form-area form :-ms-input-placeholder {color: #BDBDBD;}
.form-section .form-area form select[name="MultipleChoice"] {height: 140px;}
.form-section .form-area form textarea {height: 100px; line-height: 1.7;}

.form-section .gform-theme--foundation .gform_fields {row-gap: 12px;}
.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;}
.form-section .gform-theme--framework .gform_footer input[type="submit"],
.form-section .gform-theme--framework .gform_footer .button {color: var(--white) !important; font-size: 20px !important; font-weight: 500 !important; padding: 15px 30px 20px !important; text-align: center !important; margin: 0 !important; display: block !important; background-color: var(--primary) !important; line-height: 1 !important; border: none !important; border-radius: 40px !important; width: 100% !important;}
.form-section .gform-theme--framework .gform_footer .button:hover {background-color: var(--secondary) !important;}

/*.form-section .col-lg-12 .gform-body {background-color: var(--white); 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: 300px !important;}*/

.page-banner + .form-section {margin-top: 50px;}

@media (max-width: 767px) {
	.form-section {padding-top: 30px;}
	.form-section .text-area {padding: 0 15px;}
	.form-section .text-area h2 {font-size: 30px;}
	.form-section .form-area {max-width: 500px; margin: 0 auto; padding: 50px 30px;}
	.form-section .form-area p {font-size: 26px;}
	.form-section .form-area form label {font-size: 18px;}
	.form-section .form-area form legend {font-size: 18px;}
	.form-section .form-area form .button-holder {text-align: left;}
	.form-section .gform-theme--framework .gform_footer input[type="submit"], 
	.form-section .gform-theme--framework .gform_footer .button {font-size: 22px !important;}
	.form-section .gform-theme--framework .gfield--type-choice .gchoice {width: 46%;}
}

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

/***********/
/* 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); 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); 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); 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); 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: "Manrope", 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);}
.fourcolumns-section .column-area.bg-blue .title-area:after {border-top: 25px solid var(--secondary);}
.fourcolumns-section .column-area.bg-blue .list-area:after {border-color: var(--secondary);}
.fourcolumns-section .column-area.bg-darkblue {background-color: #eeeeee;}
.fourcolumns-section .column-area.bg-darkblue .title-area {background-color: var(--secondary);}
.fourcolumns-section .column-area.bg-darkblue .title-area:after {border-top: 25px solid var(--secondary);}
.fourcolumns-section .column-area.bg-darkblue .list-area:after {border-color: var(--secondary);}
.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);}
.fourcolumns-section .column-area.bg-purple .title-area:after {border-top: 25px solid var(--secondary);}
.fourcolumns-section .column-area.bg-purple .list-area:after {border-color: var(--secondary);}

@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: flex-start; justify-content: center;}
.gallery-section .grid-holder .image-area {width: calc(33.3% - 30px); height: initial; padding: 0; margin: 0 15px 30px;}
.gallery-section .grid-holder .image-area .featured-image {max-height: 250px; overflow: hidden; margin: 0 auto; position: relative; background-size: 103%; background-repeat: no-repeat; background-position: center center;}
.gallery-section .grid-holder .image-area .featured-image img {opacity: 0;}
.gallery-section .grid-holder .image-area .text-area {margin: 0; padding: 2px 0 0;}

.gallery-section.is-square .image-area {margin: 0 15px;}

/*.gallery-section.is-square .grid-holder .image-area .featured-image {max-height: 433px;}*/

/* 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%); top: 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);}

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

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

/* 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); opacity: 1;}

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

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

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

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

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

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

/*****************************/
/* Modules > Image with Text */
/*****************************/
.leftright-section {background-color: var(--gray);}
.leftright-section .container {max-width: 1313px;}

.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-area {max-width: 510px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 15px;}
.leftright-section .text-area h2 {margin-bottom: 40px;}
.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: 511px;}

.leftright-section .button-area {margin-top: 45px; max-width: 475px;}
.leftright-section .button-area a {display: inline-block;}
.leftright-section .button-area a + a {margin-left: 10px;}

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

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

/* Image with Text > Responsive */
@media (min-width: 992px) {
	.leftright-section.pt-large {padding-top: 120px;}
	.leftright-section.pb-large {padding-bottom: 120px;}
}

@media (max-width: 991px) {
	.leftright-section .column-holder {padding: 75px 0;}
	.leftright-section .text-column {max-width: 100%; padding: 45px;}
	.leftright-section .text-area {margin: 0 auto; padding: 35px 15px 40px; min-height: initial;}
	.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;}
	.leftright-section .col-lg-5 .text-area p {max-width: 100%;}
	
	.leftright-section .image-area {padding-left: 30px; margin: 0 auto;}
	.leftright-section .switchit .image-area {padding-left: 0; padding-right: 30px; margin-bottom: 30px;}
	.leftright-section .switchit .image-area img {margin: 0 auto; display: block;}

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

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

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

@media (max-width: 767px) {
	.leftright-section .text-column {padding: 30px 0;}
	.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(--secondary);}
	.leftright-section .button-area a + a {margin-left: 0; margin-top: 20px;}
	.leftright-section .column-holder {padding: 50px 0;}
}

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

/* Link Grid > Text */
.linkgrid-section .text-area h2 {margin-bottom: 40px;}
.linkgrid-section .post-row {display: flex; flex-wrap: wrap;}

/* Link Grid > Links */
.linkgrid-section .link-holder {display: flex; justify-content: space-between; flex-wrap: wrap;}
.linkgrid-section .link-area {margin: 0; border: 1px solid var(--borderwhite); padding: 30px; width: calc(100% / 3);}
.linkgrid-section .link-area h3 {font-size: 14px; line-height: 1.6; font-weight: 500; margin-bottom: 10px;}
.linkgrid-section .link-area p {font-size: 16px; font-weight: 500; color: var(--gray); margin: 0;}

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

/* Link Grid > 2-wide */
.linkgrid-section .link-holder.pr-2 .link-area,
.linkgrid-section .link-holder.pr-4 .link-area {width: calc(100% / 2);}

.linkgrid-section.bg-gray {background-color: #141010;}
.linkgrid-section.bg-green {background-color: var(--green);}

/* Link Grid > Responsive */
@media (max-width: 991px) {
	.linkgrid-section .container {max-width: 600px;}
	.linkgrid-section .col-lg-6:nth-child(odd) .link-area {padding: 0;}
	.linkgrid-section .col-lg-6:nth-child(even) .link-area {padding: 0;}
	.linkgrid-section .link-area,
	.linkgrid-section .col-lg-6:nth-last-child(2) .link-area {margin-bottom: 30px;}
	.linkgrid-section .text-area {margin: 0 auto 50px; max-width: 600px;}
	.linkgrid-section .link-area {max-width: 600px; margin-left: auto; margin-right: auto;}
}

@media (max-width: 767px) {
	.linkgrid-section {padding: 50px 15px 30px;}
	.linkgrid-section .text-area {max-width: 100%;}
	.linkgrid-section .link-area {max-width: 100%;}
	.linkgrid-section .link-area .left-number:only-child p.number.icon-no {font-size: 50px;}
}

/******************/
/* Modules > News */
/******************/
.news-section {background-color: #0E2022; padding: 15px 0;}
.news-section .container {border: 1px solid #314545; max-width: 1412px;}
.news-section .container .col-sm-12 {padding: 0;}
.news-section .container .col-lg-9 {position: static;}
.news-section .post-row {position: relative;}

.news-section .text-area {padding: 15px 25px; border-bottom: 1px solid #314545; border-right: 1px solid #314545; max-width: 1056px;}
.news-section .text-area h2 {font-size: 16px; line-height: 1.5; text-transform: uppercase; color: var(--lightgreen); margin: 0;}
.news-section .text-area h3 {font-size: 56px; font-weight: 600; color: var(--lightgreen); line-height: 0.9; margin-bottom: 30px;}
.news-section .text-area p {color: var(--lightgreen); font-size: 16px; line-height: 1.5; text-transform: uppercase; max-width: 607px; font-weight: 500;}

.news-section .cta-row {display: flex;}
.news-section .cta-row .col-lg-6 + .col-lg-6 {display: flex;}
.news-section .text-area.cta-area {border-right: none; border-bottom: none; border-top: 1px solid #314545; background-color: #0e3235; padding: 60px 45px; display: flex; flex-direction: column; justify-content: space-between;}
.news-section .text-area.cta-area .button-area {margin-top: 60px; text-align: left;}
.news-section .text-area.cta-area a.button {background-color: #0e3235; font-size: 24px; font-weight: 500; color: var(--lightgreen); padding: 0;}
.news-section .text-area.cta-area a.button:after {content: ""; width: 20px; height: 20px; 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 d="M0.835938 10H18.0203" stroke="%23849A97" stroke-width="1.67"/><path d="M11.9102 16.1106L18.0202 10.0006L11.9102 3.89062" stroke="%23849A97" stroke-width="1.67"/></svg>'); margin-left: 10px;}
.news-section .text-area.cta-area a.button:hover {color: var(--white);}
.news-section .text-area.cta-area a.button:hover:after {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 d="M0.835938 10H18.0203" stroke="white" stroke-width="1.67"/><path d="M11.9102 16.1106L18.0202 10.0006L11.9102 3.89062" stroke="white" stroke-width="1.67"/></svg>');}

.news-section .news-area {border-bottom: 1px solid #314545; border-right: 1px solid #314545;}
.news-section .news-area h3 {color: var(--lightgreen); font-size: 32px; font-weight: 500; letter-spacing: -0.5px; margin-bottom: 5px; text-transform: none;}
.news-section .news-area a:hover h3 {color: #4B7990;}
.news-section .news-area p {color: var(--lightgreen); margin: 0; font-size: 20px; letter-spacing: -0.5px;}
.news-section .news-area:hover {background-color: #0e3235;}
.news-section .news-area:hover .image-area img {opacity: 1;}

.news-section .single-post .news-area {max-width: 1056px; padding: 25px;}
.news-section .single-post .news-area:last-child {border-bottom: none;}
.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 #314545;}
.news-section .all-posts .news-area .image-area {width: 80px; height: 80px;}
.news-section .all-posts .news-area .image-area img {max-width: 80px;}

.news-section .post-row .image-area {position: absolute; top: 55px; right: 15px;}
.news-section .post-row .image-area img {opacity: 0;}
.news-section .post-row .news-area:first-child .image-area img {opacity: 1;}

.news-section .image-area.cta-area {border-top: 1px solid #314545; border-right: 1px solid #314545;}
.news-section .image-area.cta-area img {display: block; width: 100%;}

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

/*********************/
/* Modules > Process */
/*********************/
.process-section {background-color: var(--black); background-repeat: no-repeat; background-position: top center; background-size: cover;}
.process-section .container {max-width: 1313px;}

/* Process > Text */
.process-section .col-lg-8 .text-area {max-width: 830px;}
.process-section .text-area h2 {color: var(--white);}
.process-section .text-area h2 strong {color: var(--purple);}
.process-section .text-area h3 {color: var(--white);}
.process-section .text-area p {color: var(--white);}

/* Process > Button */
.process-section .button-area {margin-top: 12px; justify-content: flex-end;}
.process-section .show-mobile {display: none;}

/* Process > Steps */
.process-section .process-area {margin-top: 70px; display: flex; gap: 40px; justify-content: space-between; flex-wrap: wrap;}
.process-section .process-area .step-holder {width: calc(100% / 3); max-width: 400px;}
.process-section .process-area .step-holder .step-area {margin-bottom: 40px; max-width: 400px; display: none;}
.process-section .process-area .step-holder .step-area p {color: var(--secondary); font-size: 96px; font-weight: 800; margin: 0; line-height: 1; position: relative;}
.process-section .process-area .step-holder .step-area p:after {content: ""; display: inline-block; width: calc(100% - 150px); max-width: 267px; height: 23px; background-image: url('data:image/svg+xml,<svg width="267" height="23" viewBox="0 0 267 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M266.561 12.1066C267.146 11.5208 267.146 10.571 266.561 9.98524L257.015 0.439297C256.429 -0.14649 255.479 -0.14649 254.893 0.439297C254.308 1.02508 254.308 1.97483 254.893 2.56062L263.379 11.0459L254.893 19.5312C254.308 20.117 254.308 21.0667 254.893 21.6525C255.479 22.2383 256.429 22.2383 257.015 21.6525L266.561 12.1066ZM1.5 9.5459C0.67157 9.5459 0 10.2175 0 11.0459C0 11.8743 0.67157 12.5459 1.5 12.5459V11.0459V9.5459ZM265.5 11.0459V9.5459L1.5 9.5459V11.0459V12.5459L265.5 12.5459V11.0459Z" fill="white" fill-opacity="0.3"/></svg>'); background-repeat: no-repeat; background-position: center right; position: absolute; bottom: 0; margin-left: 15px;}
.process-section .process-area .step-holder:last-child .step-area p:after {background-image: url('data:image/svg+xml,<svg width="274" height="16" viewBox="0 0 274 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M273.5 8C273.5 3.58172 269.918 0 265.5 0C261.082 0 257.5 3.58172 257.5 8C257.5 12.4183 261.082 16 265.5 16C269.918 16 273.5 12.4183 273.5 8ZM1.5 6.5C0.67157 6.5 0 7.17157 0 8C0 8.82843 0.67157 9.5 1.5 9.5V8V6.5ZM265.5 8V6.5L1.5 6.5V8V9.5L265.5 9.5V8Z" fill="white" fill-opacity="0.3"/></svg>');}
.process-section .process-area .step-holder .step-box {border-radius: 20px; background-color: var(--white); padding: 25px 20px; min-height: 227px;}
.process-section .process-area .step-holder .step-box h3 {font-size: 32px; line-height: 1.188;}
.process-section .process-area .step-holder .step-box p {font-size: 16px; min-height: 72px; font-weight: 500; line-height: 1.5;}
.process-section .process-area .step-holder .step-box p:last-child {margin: 0;}

.process-section .process-area.wide-two .step-holder {width: calc(100% / 2); max-width: 619px;}
.process-section .process-area.wide-two .step-holder .step-box {min-height: 192px;}
.process-section .process-area.wide-two .step-holder .step-box p {min-height: initial;}

body.home .process-section .process-area .step-holder .step-box {min-height: initial;}
body.home .process-section .process-area .step-holder.box-1 .step-box h3 {max-width: 330px;}

/* Process > Responsive */
@media (max-width: 991px) {
	.process-section .show-mobile {display: block;}
	.process-section .hide-mobile {display: none;}
	.process-section .button-area {justify-content: flex-start; max-width: 400px; margin: 50px auto 0;}

	.process-section .process-area {margin-top: 50px; flex-direction: column; gap: 30px; align-items: center;}
	.process-section .process-area .step-holder {width: 100%;}
	.process-section .process-area .step-holder .step-area {margin-bottom: 30px;}
	.process-section .process-area .step-holder .step-box h3 {font-size: 28px;}
	.process-section .process-area .step-holder .step-box p {min-height: initial;}

	.process-section .process-area.wide-two .step-holder {width: 100%;}
	.process-section .process-area.wide-two .step-holder .step-box {min-height: initial;}
}

@media (max-width: 767px) {
	.process-section .process-area {margin-top: 40px;}
	.process-section .process-area .step-holder .step-area {margin-bottom: 20px;}
	.process-section .process-area .step-holder .step-box h3 {font-size: 24px;}
}

/*************************/
/* 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: var(--primary); 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: "Manrope", sans-serif; font-size: 20px; letter-spacing: 1px; display: inline-block; margin: 0 20px 15px 0; color: var(--primary);}
.quick-section ul li a {color: var(--primary);}

@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 > Services */
/**********************/
.services-section {padding: 0;}

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

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

.services-section .service-area {margin-bottom: 35px; padding-left: 35px; display: flex; flex-direction: row; align-items: center;}
.services-section .service-area:last-child {margin-bottom: 0;}
.services-section .service-area .image-area {max-height: 267px; max-width: 213px; width: 100%;}
.services-section .service-area .image-area img {margin: 0 auto; display: block;}
.services-section .service-area .text-area {padding-left: 15px;}
.services-section .service-area .text-area h3 {position: relative; color: #4d4d4d; font-size: 27px; font-weight: normal; margin-bottom: 10px; max-width: 375px; text-transform: none;}
.services-section .service-area .text-area p {color: #4d4d4d; max-width: 550px; font-size: 20px; font-weight: 100; font-family: "Manrope", 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-gray .headline-area {background-color: #4d4d4d;}
.services-section.bg-gray .headline-area:before {border-bottom-color: #4d4d4d;}

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

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

/**********************************/
/* Modules > Side-by-Side Content */
/**********************************/
.sidebyside-section {background-color: var(--white);}
.sidebyside-section .container {max-width: 1313px;}

.sidebyside-section .text-area h2 {max-width: 620px;}
.sidebyside-section .text-area h2:last-child {margin-bottom: 0;}
.sidebyside-section .text-area p {max-width: 636px;}
.sidebyside-section .text-area p:last-child {margin-bottom: 0;}
.sidebyside-section .text-area p img.alignnone {margin: 0;}

.sidebyside-section .text-area.additional-area {background-color: var(--lightpurple); border-radius: 25px; padding: 75px 30px 80px; max-width: 510px;}
.sidebyside-section .text-area.additional-area ul {margin-left: auto; margin-right: auto; max-width: 380px; list-style: none;}
.sidebyside-section .text-area.additional-area ul li {padding-left: 45px; position: relative; margin-bottom: 15px;}
.sidebyside-section .text-area.additional-area ul li:before {content: ""; width: 26px; height: 26px; background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7075 9.2925C18.8005 9.38537 18.8742 9.49566 18.9246 9.61706C18.9749 9.73846 19.0008 9.86858 19.0008 10C19.0008 10.1314 18.9749 10.2615 18.9246 10.3829C18.8742 10.5043 18.8005 10.6146 18.7075 10.7075L11.7075 17.7075C11.6146 17.8005 11.5043 17.8742 11.3829 17.9246C11.2615 17.9749 11.1314 18.0008 11 18.0008C10.8686 18.0008 10.7385 17.9749 10.6171 17.9246C10.4957 17.8742 10.3854 17.8005 10.2925 17.7075L7.29251 14.7075C7.10486 14.5199 6.99945 14.2654 6.99945 14C6.99945 13.7346 7.10486 13.4801 7.29251 13.2925C7.48015 13.1049 7.73464 12.9994 8.00001 12.9994C8.26537 12.9994 8.51987 13.1049 8.70751 13.2925L11 15.5863L17.2925 9.2925C17.3854 9.19952 17.4957 9.12576 17.6171 9.07544C17.7385 9.02512 17.8686 8.99921 18 8.99921C18.1314 8.99921 18.2615 9.02512 18.3829 9.07544C18.5043 9.12576 18.6146 9.19952 18.7075 9.2925ZM26 13C26 15.5712 25.2376 18.0846 23.8091 20.2224C22.3807 22.3603 20.3503 24.0265 17.9749 25.0104C15.5995 25.9944 12.9856 26.2518 10.4638 25.7502C7.94208 25.2486 5.6257 24.0105 3.80762 22.1924C1.98953 20.3743 0.751405 18.0579 0.249797 15.5362C-0.251811 13.0144 0.0056327 10.4006 0.989572 8.02512C1.97351 5.64968 3.63975 3.61935 5.77759 2.1909C7.91543 0.762437 10.4288 0 13 0C16.4467 0.00363977 19.7512 1.37445 22.1884 3.81163C24.6256 6.24882 25.9964 9.5533 26 13ZM24 13C24 10.8244 23.3549 8.69767 22.1462 6.88873C20.9375 5.07979 19.2195 3.66989 17.2095 2.83733C15.1995 2.00476 12.9878 1.78692 10.854 2.21136C8.72022 2.6358 6.76021 3.68345 5.22183 5.22183C3.68345 6.7602 2.63581 8.72022 2.21137 10.854C1.78693 12.9878 2.00477 15.1995 2.83733 17.2095C3.66989 19.2195 5.07979 20.9375 6.88873 22.1462C8.69767 23.3549 10.8244 24 13 24C15.9164 23.9967 18.7123 22.8367 20.7745 20.7745C22.8367 18.7123 23.9967 15.9164 24 13Z" fill="%233E2469"/></svg>'); background-repeat: no-repeat; background-position: center center; display: inline-block; position: absolute; left: 0;}
.sidebyside-section .text-area.additional-area ul li:last-child {margin-bottom: 0;}

.sidebyside-section#wider .text-area h2 {max-width: 730px;}
.sidebyside-section#wider .text-area p {max-width: 730px;}
.sidebyside-section#wider .text-area.additional-area {padding: 30px 30px;}

body.home .sidebyside-section .text-area h2 {max-width: 555px;}

@media (max-width: 991px) {
	.sidebyside-section {padding: 50px 0;}
	.sidebyside-section .text-area {padding: 0 15px;}
	.sidebyside-section .text-area:not(.title-area) {margin: 15px 0;}
	.sidebyside-section .text-area.additional-area {margin: 40px auto 0;}
	body.home .sidebyside-section .text-area h2 {max-width: 620px;}
}

/*******************/
/* Modules > Stats */
/*******************/
.stats-section {background-color: var(--primary); padding: 50px 0 100px; text-align: center;}

/* Stats > Text */
.stats-section .text-area h2 {font-size: 20px; line-height: 1.6; font-weight: 500; margin-bottom: 40px;}

/* Stats > Statistics */
.stats-section .stat-holder {display: flex; justify-content: space-between; flex-wrap: wrap;}
.stats-section .stat-area {margin: 0; border: 1px solid var(--borderwhite); padding: 30px; width: calc(100% / 3);}
.stats-section .stat-area h3 {text-transform: none; font-size: 28px;}
.stats-section .stat-area p.number {font-size: 65px; line-height: 1; margin-bottom: 10px; font-weight: 900; font-weight: 900; display: flex; align-items: center; justify-content: center; color: var(--gray);}
.stats-section .stat-area p.icon-yes + p.desc {padding-left: 66px;}
.stats-section .stat-area p .fa {background-color: var(--gray); 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: 16px; font-weight: 500; color: var(--gray); text-transform: uppercase; margin: 0;}

/* Link Grid > 2-wide */
.stats-section .stat-holder.pr-2 .stat-area {width: calc(100% / 2);}
.stats-section .stat-holder.pr-4 .stat-area {width: calc(100% / 4);}

/* 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(--secondary); 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(--primary); padding: 60px 0 50px; position: relative;}

.tabs-section .tabs-row {display: flex;}
.tabs-section .tabs-row .tab-holder {display: flex; align-items: flex-end;}
.tabs-section .tab-area {}
.tabs-section .tab-area ul.nav-tabs {display: flex; border: none;}
.tabs-section .tab-area ul.nav-tabs li.nav-item {padding-right: 30px; width: 100%; float: none; text-transform: uppercase; font-size: 14px; font-weight: 600;}
.tabs-section .tab-area ul.nav-tabs li.nav-item:last-child {padding-right: 0;}
.tabs-section .tab-area ul.nav-tabs li.nav-item .nav-link {color: var(--secondary); 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(--secondary);}

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

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

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

.tabs-section .tab-area.wt-yes {margin-top: 30px;}

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

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

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

/***********************/
/* Modules > Team Grid */
/***********************/
.team-section {padding: 50px 15px 100px;}
.team-section .team-row {display: flex; flex-wrap: wrap;}
.team-section .text-area h2 {margin: 55px 0 45px; font-size: 20px; line-height: 1.6; font-weight: 500; margin-bottom: 40px;}
.team-section .row:first-child .text-area h2 {margin-top: 0;}

.team-section .tabs-holder {margin-bottom: 65px;}
.team-section .tabs-holder p.eyebrow {font-size: 16px; line-height: 1.5; text-transform: uppercase;}
.team-section .tabs-holder ul li {display: inline-block; margin: 0 15px 0 0; font-weight: 500;}
.team-section .tabs-holder ul li:last-child {margin-right: 0;}
.team-section .tabs-holder .tabs-area {border-bottom: 1px solid var(--borderwhite); padding-bottom: 20px;}
.team-section .tabs-holder .tabs-area ul li {font-size: 64px; line-height: 0.8; letter-spacing: -2.5px;}
.team-section .tabs-holder .tabs-area ul li a {color: var(--darkgray);}
.team-section .tabs-holder .tabs-area ul li a:hover,
.team-section .tabs-holder .tabs-area ul li.active a {color: var(--white);}
.team-section .tabs-holder .regions-area {border-bottom: 1px solid var(--borderwhite); padding: 2px 5px;}
.team-section .tabs-holder .regions-area ul li {font-size: 16px; line-height: 1.6; text-transform: uppercase;}
.team-section .tabs-holder .regions-area ul li a {background-color: var(--primary); color: var(--gray); padding: 12px; border-radius: 8px; display: block;}
.team-section .tabs-holder .regions-area ul li a:hover,
.team-section .tabs-holder .regions-area ul li.active a {background-color: var(--green); color: var(--lightgreen);}

.team-section .team-area {margin-bottom: 40px;}
.team-section .team-area .image-area img {margin: 0 auto; display: block; min-width: 154px; width: 100%;}
.team-section .team-area .text-area {padding: 15px 30px 15px 0;}
.team-section .team-area .text-area p {margin: 0 0 2px; font-weight: bold;}
.team-section .team-area .text-area p a {color: #CA6D29; /* text-decoration: underline; */}
.team-section .team-area .text-area p a:hover {color: var(--secondary);}
.team-section .team-area .text-area p.name {}

.team-section#founders .container {max-width: 1050px;}
.team-section#founders .text-area h2 {text-align: center;}

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

@media (max-width: 767px) {
	.team-section .team-area .text-area {padding-right: 0;}
	.team-section .team-area .text-area p.name {font-size: 20px;}
}

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

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

/**************************/
/* Modules > Testimonials */
/**************************/
.testimonials-section {background-color: var(--primary); padding: 50px 0; position: relative;}

.testimonials-section .text-area h2 {font-size: 20px; line-height: 1.6; font-weight: 500; margin-bottom: 40px; text-align: center;}

.testimonials-section .testimonials-holder {display: flex; justify-content: flex-end;}
.testimonials-section .quote-area {display: flex; margin: 0; max-width: 530px;}
.testimonials-section .quote-area .image-area {width: 120px;}
.testimonials-section .quote-area .quotetext-area {padding: 3px 15px 10px; width: calc(100% - 120px);}
.testimonials-section .quote-area .quotetext-area p.quote {font-size: 17px; line-height: 1.3;}
.testimonials-section .quote-area .quotetext-area p.author {font-size: 15px; margin-bottom: 0;}

.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); opacity: 1;}

body.home .testimonials-section {padding: 25px 0 145px;}

.blogscroller-section.bg-green + .testimonials-section {padding-top: 75px;}

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

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

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

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

/**********/
/* 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); 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);}
.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); 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);}
.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: #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(--secondary);}
.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: #CA6D29; text-transform: uppercase; margin-bottom: 5px;}
.profile-section .text-area h2 {text-transform: initial; color: var(--secondary); 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(--secondary); border-color: var(--secondary);}

.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(--secondary); 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: "Manrope", 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(--gray);}
/*.blog-section .post-column {border-left: 1px solid var(--gray); 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(--gray);}

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

.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(--lightbrown); color: #4A4F55; padding: 10px 15px 12px; font-weight: 400;}
.blog-section .text-area p.date-category .fa {margin: 0 4px 0 13px;}
.blog-section .text-area p.date-category a {border: none; padding-bottom: 0;}
.blog-section .text-area p.date-category .fa:first-child {margin-left: 0;}

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

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

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

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

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

/* Pagination */
.wp-pagenavi {margin: 30px 0 60px 0; padding-top: 35px; clear: both; border-top: 1px solid var(--gray);}
.wp-pagenavi a,
.wp-pagenavi .current {color: var(--secondary); 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(--secondary); 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);}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********/
/* Video */
/*********/
.video-section {text-align: center; padding: 90px 0; background-repeat: no-repeat; background-position: top center; background-size: cover; position: relative;}
/*.video-section.with-background {padding-bottom: 150px;}*/
.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 {display: block; margin: 0 auto; position: relative;}
.video-section .image-area a.popup-video:before {content: ""; background-color: rgba(0,0,0,0.6); 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; top: 50%; transform: translate(-50%); left: 50%; background: url('images/play-button-white.png') no-repeat center center; position: absolute; z-index: 3; display: block; background-size: contain; background-color: var(--orange);}
/*.video-section .image-area a.popup-video:hover {border-color: var(--secondary);}*/
.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);}

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

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

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

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

.videogrid-section .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);}
.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: "Manrope", 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(--secondary);}
.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(--secondary);}
.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(--secondary);}

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

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

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

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

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

@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 {}

/* Wide content > Text */
.wide-section .text-area h2 {margin-bottom: 40px;}
.wide-section .text-area p + h2 {margin-top: 40px;}
.wide-section .text-area p {font-size: 36px; line-height: 1.22; color: var(--secondary); max-width: 1168px;}
.wide-section .text-area p.subtitle {font-size: 16px; line-height: 1.5; text-transform: uppercase;}
.wide-section .text-area p:last-child {margin: 0;}

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

.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#alltypes .text-area p {max-width: 1228px;}

.wide-section#terms .text-area p {font-size: 20px; line-height: 1.6; color: var(--primary);}

.wide-section#white .text-area h2 {color: var(--white);}
.wide-section#white .text-area h2 strong {color: var(--purple);}
.wide-section#white .text-area p {color: var(--white); max-width: 100%;}

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

/* Wide content > Benefits */
.wide-section .benefits-area {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px; gap: 30px;}
.wide-section .benefits-area .benefit-area {display: flex; gap: 10px; max-width: 600px; width: calc(100% / 2); gap: 30px;}
.wide-section .benefits-area .benefit-area .icon-area {min-width: 50px; padding-top: 9px;}
.wide-section .benefits-area .benefit-area p strong {font-weight: 800;}
.wide-section .benefits-area .benefit-area.box-1 p {max-width: 457px;}
.wide-section .benefits-area .benefit-area p:last-child {margin-bottom: 0;}

.wide-section#white .benefits-area {gap: 40px;}
.wide-section#white .benefits-area .benefit-area {width: 100%; max-width: 880px;}
.wide-section#white .benefits-area .benefit-area p {color: var(--white);}
.wide-section#white .benefits-area .benefit-area.box-1 p {max-width: 100%;}

/* Wide content > Centers */
.wide-section .centers-area {margin-top: 70px;}
.wide-section .centers-area .center-area {display: flex; gap: 10px; max-width: 1280px; width: 100%; gap: 30px; background-color: var(--white); border-radius: 25px; margin-bottom: 50px; border: 1px solid var(--primary); align-items: center;}
.wide-section .centers-area .center-area:last-child {margin-bottom: 0;}
.wide-section .centers-area .center-area .icon-area {max-width: 180px; border-radius: 25px 0 0 25px;}
.wide-section .centers-area .center-area .icon-area img {border-radius: 24px 0 0 25px;}
.wide-section .centers-area .center-area .centitle-area {padding: 10px 20px 10px 0; width: 100%; max-width: 430px;}
.wide-section .centers-area .center-area .centitle-area h3 {font-size: 32px; line-height: 1.18; max-width: 293px; margin: 0;}
.wide-section .centers-area .center-area .centext-area {padding: 10px 30px 10px 0; position: relative;}
.wide-section .centers-area .center-area .centext-area p {font-size: 16px; line-height: 1.5; max-width: 540px; width: 100%; margin: 0 auto;}
.wide-section .centers-area a .center-area .centext-area p {padding-right: 70px; max-width: 590px;}
.wide-section .centers-area a .center-area .centext-area p:after {border: 1px solid var(--secondary); border-radius: 50%; content: ""; display: inline-block; width: 32px; height: 32px; background-color: var(--white); border-radius: 50%; right: 0; position: absolute; top: 50%; transform: translateY(-50%); background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8172 6.69254L9.19219 12.3175C9.07491 12.4348 8.91585 12.5007 8.75 12.5007C8.58415 12.5007 8.42509 12.4348 8.30781 12.3175C8.19054 12.2003 8.12465 12.0412 8.12465 11.8753C8.12465 11.7095 8.19054 11.5504 8.30781 11.4332L12.8664 6.87535H0.625C0.45924 6.87535 0.300269 6.8095 0.183058 6.69229C0.0658481 6.57508 0 6.41611 0 6.25035C0 6.08459 0.0658481 5.92562 0.183058 5.80841C0.300269 5.6912 0.45924 5.62535 0.625 5.62535H12.8664L8.30781 1.06753C8.19054 0.95026 8.12465 0.7912 8.12465 0.625347C8.12465 0.459495 8.19054 0.300435 8.30781 0.18316C8.42509 0.0658846 8.58415 0 8.75 0C8.91585 0 9.07491 0.0658846 9.19219 0.18316L14.8172 5.80816C14.8753 5.86621 14.9214 5.93514 14.9529 6.01101C14.9843 6.08688 15.0005 6.16821 15.0005 6.25035C15.0005 6.33248 14.9843 6.41381 14.9529 6.48969C14.9214 6.56556 14.8753 6.63449 14.8172 6.69254Z" fill="%238659A5"/></svg>'); background-position: center center; background-repeat: no-repeat;}
.wide-section .centers-area .center-area .centext-area:hover p:after {background-color: var(--primary);}

.wide-section .centers-area a {display: block; margin-bottom: 50px;}
.wide-section .centers-area a .center-area {margin-bottom: 0;}
.wide-section .centers-area a:hover .center-area {background-color: var(--primary);}
.wide-section .centers-area a:hover .center-area .centitle-area h3 {color: var(--secondary);}
.wide-section .centers-area a:hover .center-area .centext-area p {color: #ffffff;}

/* With Sidebar */
.wide-section.sb-yes {padding: 0; border-bottom: 1px solid var(--gray);}
.wide-section.sb-yes .text-column {border-right: 1px solid var(--gray);}
.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(--gray); margin-left: -1px;}
.wide-section.sb-yes .sidebar {padding: 50px 0 50px 25px;}

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

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

/* Gravity Form */
.wide-section .text-area p.gform_required_legend {display: none !important;}

@media (max-width: 1199px) {
	.wide-section .text-area p {font-size: 28px; line-height: 1.4;}
}

@media (min-width: 992px) {
	.wide-section.pt-large {padding-top: 140px;}
	.wide-section.pb-large {padding-bottom: 150px;}
}

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

	.wide-section .benefits-area .benefit-area {width: 100%; max-width: 100%;}
	.wide-section .benefits-area .benefit-area p {font-size: 16px; max-width: 100%;}
	.wide-section .benefits-area .benefit-area.box-1 p {max-width: 100%;}

	.wide-section .centers-area {margin-top: 40px;}
	.wide-section .centers-area .center-area {flex-direction: column; gap: 15px; max-width: 357px; margin: 40px auto 0;}
	.wide-section .centers-area a {max-width: 357px; margin: 0 auto 30px;}
	.wide-section .centers-area .center-area .icon-area {border-radius: 25px 25px 0 0; max-width: 100%; max-height: 167px; overflow: hidden;}
	.wide-section .centers-area .center-area .icon-area img {width: 100%; border-radius: 25px 25px 0 0;}
	.wide-section .centers-area .center-area .centitle-area {max-width: 100%; padding: 0 15px;}
	.wide-section .centers-area .center-area .centext-area {max-width: 100%; padding: 0 15px 20px;}
	.wide-section .centers-area .center-area .centext-area p {padding-right: 0;}
	.wide-section .centers-area .center-area .centext-area p:after {position: static; transform: none; margin-top: 25px; float: right;}

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

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

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

@media (max-width: 767px) {
	.wide-section .text-area p {font-size: 24px;}

	.wide-section .benefits-area {flex-direction: column;}
	.wide-section .benefits-area .benefit-area {width: 100%; gap: 30px;}

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

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

@media (max-width: 550px) {
	.wide-section .text-area p {font-size: 20px;}
}

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

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

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

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

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

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

.sidebar .widget.side-form .zf-templateWidth {padding: 0;}
.sidebar .widget.side-form .zf-templateWrapper {background-color: var(---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(--secondary); 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(--secondary); color: var(--gray); transform: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-submitColor:hover {background-color: var(--secondary);}
.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(--secondary); margin-bottom: 5px; font-weight: 500;}
.sidebar .widget.side-form form legend {font-size: 15px; color: var(--secondary); 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(--secondary); border-radius: 0; border-color: var(--gray);}
.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);}
.sidebar .widget.side-form form ::-webkit-input-placeholder {color: var(--secondary);}
.sidebar .widget.side-form form :-moz-placeholder {color: var(--secondary); opacity: 1;}
.sidebar .widget.side-form form ::-moz-placeholder {color: var(--secondary); opacity: 1;}
.sidebar .widget.side-form form :-ms-input-placeholder {color: var(--secondary);}
.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: 30px 0 20px;}
.footer .footer-area {background-color: var(--primary); padding: 70px 60px 45px; border-radius: 25px; max-width: 1393px; margin: 0 auto;}

.footer .footer-logo img,
.footer .footer-logo svg {margin: 0 0 15px; display: block; max-width: 391px; width: 100%;}
.footer .footer-logo p {color: var(--white); font-size: 16px;}

.footer .contact-area {margin-top: 110px;}
.footer .contact-area.show-mobile {display: none;}
.footer .contact-area ul {display: flex; gap: 30px;}
.footer .contact-area ul li a {color: var(--white); font-weight: bold;}
.footer .contact-area ul li a:hover {color: var(--secondary);}

.footer .right-area {text-align: right; display: flex; justify-content: flex-end;}
.footer .right-area p {font-size: 36px; color: var(--white); max-width: 300px; line-height: 1.1; margin-bottom: 50px;}

.footer .column-area {display: flex; justify-content: flex-end; gap: 70px; padding-right: 20px;}
.footer .column-area .link-area {}
.footer .column-area .link-area p {font-weight: bold; color: #ffffff; margin-bottom: 10px;}
.footer .column-area .link-area p a {color: #ffffff;}
.footer .column-area .link-area ul li {color: var(--white); margin-bottom: 5px; font-size: 16px; line-height: 1.5;}
.footer .column-area .link-area ul li a {color: var(--white);}
.footer .column-area .link-area ul li a:hover {color: var(--secondary);}
.footer .column-area .link-area ul li:last-child {margin-bottom: 0;}

.footer .bottom-area {display: flex; padding: 15px 0 0; border-top: 1px solid #9e91b4; margin-top: 50px;}
.footer .bottom-area p {color: var(--white); margin-bottom: 0; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: 1px;}
.footer .bottom-area p a {color: var(--white);}
.footer .bottom-area p a + a {margin-left: 30px;}
.footer .bottom-area p a:hover {color: var(--secondary);}

@media (max-width: 991px) {
	.footer {padding-bottom: 0;}
	.footer .footer-area {border-radius: 0; padding: 50px 50px 40px;}
	.footer .footer-logo {margin: 0 auto; max-width: 500px;}

	.footer .right-area {max-width: 500px; justify-content: flex-start; margin: 20px auto 0; text-align: left;}
	.footer .right-area p {font-size: 20px; max-width: 100%; margin-bottom: 15px; padding: 0 0 25px; border-bottom: 1px solid #9e91b4; width: 100%;}

	.footer .column-area {max-width: 500px; margin: 20px auto 0; flex-wrap: wrap; padding: 0; justify-content: flex-start; gap: 10px; flex-direction: column; gap: 30px;}
	.footer .column-area .link-area p {font-size: 16px; margin-bottom: 5px;}

	.footer .bottom-area {max-width: 500px; margin: 30px auto 0;}

	.footer .contact-area {max-width: 500px; margin: 30px auto 0;}
	.footer .contact-area.show-mobile {display: block;}
	.footer .contact-area.hide-mobile {display: none;}
	.footer .contact-area ul li {font-size: 16px; font-weight: bold;}
	.footer .contact-area ul li a {color: var(--white);}
	.footer .contact-area ul li a:hover {color: var(--secondary);}
}

@media (max-width: 767px) {
	.footer .link-area {margin-bottom: 20px; padding-top: 10px;}
	.footer .link-area p {font-size: 17px;}

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

@media (max-width: 500px) {
	.footer .footer-logo img, 
	.footer .footer-logo svg {max-width: 300px;}
	.footer .link-area p {font-size: 16px;}
}

/* Bottom bar */
.bottom-bar {height: 62px; background-size: cover; position: fixed; left: 0; right: 0; bottom: 0; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; z-index: 99;}
/*.site-container.not-at-top .bottom-bar {bottom: 0;}*/
.bottom-bar .container {max-width: 1360px;}
.bottom-bar a {display: block; width: 100%; height: 62px; padding: 14px 15px;}
.bottom-bar p {text-transform: uppercase; color: var(--white); font-size: 34px; font-family: "Manrope", 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); right: 10px; bottom: 10px; z-index: 999; text-align: center; width: 50px; line-height: 58px; height: 50px; border-radius: 50%;}
.scrollToTop .fa {color: var(--white); font-size: 40px;}
.scrollToTop:hover {background-color: var(--primary);}

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

/***************/
/* FontAwesome */
/***************/
.pushy-submenu > a::after,
.pushy-submenu > button::after,
header .navbar-nav li.drop > a:after,
.content-area ul li:before,
.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,
.header .translate-area,
.icons-section .icon-area h3,
.content-section .icon-area h2,
.blogscroller-section .news-area .news-holder,
.wide-section .centers-area .center-area,
.wide-section .centers-area .center-area .centext-area p:after,
.sidebar .vertical-menu h3,
.sidebar .widget.side-form form button,
.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;}

.blogscroller-section .news-area .image-area,
.blogscroller-section .blog-carousel .news-area.team-area .text-area,
.blog-section .post-area .image-area img,
.linkgrid-section .link-area .image-area img,
.news-section .news-area .image-area img {-webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}

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

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

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

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

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

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

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

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

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

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