/******************************************/
/* Theme Name: Rustico Tile               */
/* Theme URI: https://www.rusticotile.com */
/* Author: Forge & Fathom                 */
/* Author URI: https://forgefathom.com/   */
/* Description: For Rustico Tile          */
/* 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;
	--darkblue: #1E5874;
	--blue: #1A7591;
	--lightblue: #789BAC;
	--darkbrown: #2d1e12;
	--brown: #704b2c;
	--lightbrown: #e1dad4;
	--darkorange: #ca692b;
	--lightorange: #e88d01;
	--tan: #f1ece9;
	--white: #ffffff;
	--offwhite: #f5f2f0;
	--lightgray: #e2dbd5;

	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
	--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
	--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
	--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
	--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
	--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
	--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
	--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
	--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);

	--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
	--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size);

	--ast-post-nav-space:0;
	--ast-container-default-xlg-padding:6.67em;
	--ast-container-default-lg-padding:5.67em;
	--ast-container-default-slg-padding:4.34em;
	--ast-container-default-md-padding:3.34em;
	--ast-container-default-sm-padding:6.67em;
	--ast-container-default-xs-padding:2.4em;
	--ast-container-default-xxs-padding:1.4em;
	--ast-code-block-background:#EEEEEE;
	--ast-comment-inputs-background:#FAFAFA;
	--ast-normal-container-width:1200px;
	--ast-narrow-container-width:750px;
	--ast-blog-title-font-weight:normal;
	--ast-blog-meta-weight:inherit;
	--ast-global-color-primary:var(--ast-global-color-5);
	--ast-global-color-secondary:var(--ast-global-color-4);
	--ast-global-color-alternate-background:var(--ast-global-color-7);
	--ast-global-color-subtle-background:var(--ast-global-color-6);
	--ast-bg-style-guide:#F8FAFC;
	--ast-shadow-style-guide:0px 0px 4px 0 #00000057;
	--ast-global-dark-bg-style:#fff;
	--ast-global-dark-lfs:#fbfbfb;
	--ast-widget-bg-color:#fafafa;
	--ast-wc-container-head-bg-color:#fbfbfb;
	--ast-title-layout-bg:#eeeeee;
	--ast-search-border-color:#e7e7e7;
	--ast-lifter-hover-bg:#e6e6e6;
	--ast-gallery-block-color:#000;
	--srfm-color-input-label: var(--ast-global-color-2);
}

/* Formatting > Fonts */
@font-face {font-family: 'AdvercaseFont'; src: local('AdvercaseFont'), url('fonts/AdvercaseFont-Regular.woff2') format('woff2'), url('fonts/AdvercaseFont-Regular.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'AdvercaseFont'; src: local('AdvercaseFont'), url('fonts/AdvercaseFont-Bold.woff2') format('woff2'), url('fonts/AdvercaseFont-Bold.woff') format('woff'); font-weight: bold; font-style: normal;}

body {font-family: "Inter", sans-serif !important; font-size: 20px; color: var(--brown); font-weight: normal; background: var(--offwhite); -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: "Inter", sans-serif; color: var(--brown); box-shadow: none; font-size: 14px;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {position:relative; color: var(--brown); font-weight: normal; margin: 0 0 20px 0; background: none; line-height: 1.2; font-family: 'AdvercaseFont', serif;}
h1 strong,
h2 strong,
h3 strong,
h4 strong {color: var(--brown);}
h1 {font-size: 80px; line-height: 1.05;}
h2 {font-size: 58px; line-height: 1.1;}
h3 {font-size: 35px; line-height: 1.3;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

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

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

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

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

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

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

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

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

/* Buttons */
button:focus {outline: none;}
.content-area a.button,
a.button,
button.button,
.text-area a.button {color: var(--white); font-size: 14px; font-weight: 600; padding: 12px 21px; text-align: center; margin: 0; display: inline-block; background-color: var(--brown); line-height: 1; border: none; border-radius: 30px; text-transform: uppercase; letter-spacing: 0.5px;}
a.button.white-bg {background-color: var(--white); color: var(--brown); border: 1px solid var(--brown);}
a.button.offwhite-bg {background-color: var(--offwhite); color: var(--brown); border: 1px solid var(--brown);}
a.button.lightgray-bg {background-color: var(--lightgray); color: var(--brown); border: 1px solid var(--brown);}
a.button.dark-bg {background-color: #2b2868; color: var(--white);}
a.button + a.button {margin-left: 25px;}
.content-area a.button:hover,
a.button.white-bg:hover,
a.button.offwhite-bg:hover,
a.button.lightgray-bg:hover,
a.button.dark-bg:hover,
a.button:hover,
button.button:hover,
.text-area a.button:hover {background-color: var(--darkorange); color: var(--white); border-color: var(--darkorange);}

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

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

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

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

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

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

@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: 80px; margin: 0 auto; background-color: var(--offwhite); max-width: 100%; border-bottom: 1px solid var(--lightgray);}
body.admin-bar .header {top: 32px;}
.header .col-lg-12 {display: flex; justify-content: space-between;}
.site-container.not-at-top .header {border-bottom: 1px solid var(--lightgray);}

@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 .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.lp-no .left-area {width: 100%; justify-content: space-between; padding: 0 15px;}
	.header.lp-no .right-area {display: none;}
}

/* Logo */
.header .logo {padding: 24px 0; float: none; margin: 0 30px 0 0;}
.header .logo a {display: block; width: 170px; height: 32px;}
.header .logo img {width: auto; max-width: 170px; max-height: 32px;}

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

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

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

.header .navbar-nav > li.menu-item-27690 {margin-left: 5px;}
.header .navbar-nav > li.menu-item-27690 a {color: var(--white) !important; font-size: 14px; font-weight: normal; text-align: center; margin: 0; display: inline-block; background-color: var(--brown); line-height: 30px; border: none; border-radius: 30px; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px 23px;}

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

.header .navbar-nav > li.menu-item-28181 {padding: 20px 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu {width: 825px; left: 0; position: absolute; top: 110%; opacity: 0; z-index: 99; visibility: hidden; transition: all 0.3s linear; padding-top: 10px;}
.header .navbar-nav > li.menu-item-28181:hover > ul.sub-menu {opacity: 1; visibility: visible; top: 100%;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li {padding: 30px 15px 30px 20px; border: 0; border-radius: 8px; background: var(--offwhite); box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area {background-color: var(--offwhite); display: flex;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area {width: 50%; padding: 0 10px 0 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area p {font-size: 14px; margin: 0; line-height: 1.4; color: var(--brown); letter-spacing: 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area p.title {font-weight: 600; margin-bottom: 5px; letter-spacing: 1px; padding-left: 10px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li {margin-bottom: 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li:last-child {margin-bottom: 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a {font-size: 14px; margin: 0; line-height: 1.4; color: var(--brown); text-transform: none; background-color: var(--offwhite); font-weight: normal; padding: 10px; display: block; border-radius: 4px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li .title-holder {display: flex;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li .title-holder .icon-area {width: 44px; height: 44px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li .title-holder .title-area {padding-left: 10px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li .title-holder .title-area p {}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a:hover {background-color: var(--lightbrown);}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a: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 fill-rule="evenodd" clip-rule="evenodd" d="M3.33325 9.99984C3.33325 9.5396 3.70635 9.1665 4.16659 9.1665H15.8333C16.2935 9.1665 16.6666 9.5396 16.6666 9.99984C16.6666 10.4601 16.2935 10.8332 15.8333 10.8332H4.16659C3.70635 10.8332 3.33325 10.4601 3.33325 9.99984Z" fill="%23704B2C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.41083 3.57757C9.73626 3.25214 10.2639 3.25214 10.5893 3.57757L16.4227 9.41091C16.7481 9.73634 16.7481 10.264 16.4227 10.5894L10.5893 16.4228C10.2639 16.7482 9.73626 16.7482 9.41083 16.4228C9.08539 16.0973 9.08539 15.5697 9.41083 15.2442L14.6549 10.0002L9.41083 4.75609C9.08539 4.43065 9.08539 3.90301 9.41083 3.57757Z" fill="%23704B2C"/></svg>'); display: block; position: absolute; right: 10px; top: 15px; opacity: 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a:hover:after {opacity: 1;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a span {font-family: 'AdvercaseFont', serif; font-size: 20px; font-weight: normal; display: block;}

.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area {width: 50%; padding: 0 0 0 10px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area {}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li {display: none; margin-bottom: 0; position: relative; font-size: 15px; line-height: 1.4; max-width: 365px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li img {margin: 0; width: 100%; opacity: 0.75;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li.active {display: block;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area {position: absolute; top: 30px; left: 30px; right: 30px; bottom: 30px; background-color: rgba(255,255,255,0.77); padding: 23px 25px; border-radius: 4px; opacity: 0;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li.active .child-area {opacity: 1;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li {display: block; margin-bottom: 15px; font-size: 15px;}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li a {color: var(--brown);}
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area ul li a:hover {color: var(--lightorange);}

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

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

@media (max-width: 991px) {
	.header .menu-area {justify-content: center;}
	.header .menu-area .navbar-header {float: right;}
	.menu-main-navigation-container {padding: 0 10px; background-color: var(--white);}
	.header .navbar-collapse {display: none !important;} 
	.navbar-default .navbar-toggle {margin: 0; padding: 0; text-align: center; border: none; float: none; font-weight: bold; font-size: 16px; color: var(--brown); display: inline-block; line-height: 1; border-radius: 0;}
	.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(--darkorange);}
	/*.navbar-default .navbar-toggle .icon-bar {background-color: var(--brown);}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {background-color: var(--darkorange); color: var(--white);}
	.navbar-default .navbar-toggle:hover .icon-bar {background-color: var(--white);}*/
	.sr-only {overflow: auto; clip: auto; margin: -4px 0 0 19px; width: auto; height: auto;}

	.header.lp-yes .navbar-collapse {display: block !important;}
	.header.lp-yes .navbar-nav {margin-left: 0; margin-right: 0;}
}

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

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

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

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

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

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

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

/* Mobile menu */
.pushy {overflow-y: scroll; max-width: 90%; background-color: #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(--brown); padding: 8px; display: inline-block;}
.pushy .close-area a.close-menu:hover {color: var(--darkorange);}

.pushy a:not(.close-menu) {color: var(--brown); padding: 12px;}
.pushy a:not(.close-menu):focus,
.pushy a:not(.close-menu):hover {color: var(--darkorange);}
.pushy-submenu button {color: var(--brown); padding: 15px 25px 15px 12px;}
.pushy-submenu button:hover,
.pushy-submenu button:focus {color: var(--darkorange);}
.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-navmain li {font-family: 'AdvercaseFont', serif; font-size: 20px; margin-bottom: 0; line-height: 1.2;}
.pushy ul#menu-navmain > li {border-bottom: 1px solid var(--lightgray);}
.pushy ul#menu-navmain > li > ul.dropdown > li {border-bottom: 1px solid var(--lightgray);}
.pushy ul#menu-navmain > li > ul.dropdown > li:last-child {border-bottom: none;}
.pushy ul#menu-navmain > li > ul.dropdown > li > ul.dropdown > li {font-family: "Inter", sans-serif !important; font-size: 16px;}
.pushy ul#menu-navmain > li > ul.dropdown > li > ul.dropdown > li > a {padding: 10px 15px;}

.pushy ul#menu-navmain > 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; background-color: var(--offwhite);}
.page-banner.pt-small {padding-top: 30px;}
.page-banner.pt-medium {padding-top: 40px;}
.page-banner.pt-large {padding-top: 50px;}
.page-banner.pb-small {padding-bottom: 30px;}
.page-banner.pb-medium {padding-bottom: 40px;}
.page-banner.pb-large {padding-bottom: 50px;}
.page-banner .container {max-width: 100%; padding: 0;}
.page-banner .row.order-row {max-width: 1390px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: flex-start;}

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

.page-banner .text-area {display: flex; justify-content: space-between; align-items: flex-end;}
.page-banner .text-area h1 {margin: 0 0 10px; line-height: 1.4;}
.page-banner .text-area.with-text h1 {max-width: 750px;}
.page-banner .text-area.with-text .banner-text {max-width: 360px;}
.page-banner .text-area p.above {font-size: 20px; font-weight: 600;}
.page-banner .text-area p.below {font-size: 20px; font-weight: 600; margin: 15px 0 0;}
.page-banner .text-area p + h2 {margin-top: 55px;}
.page-banner .text-area p:last-child {margin-bottom: 0;}

.page-banner .button-area {margin-top: 30px; max-width: 475px;}
.page-banner .text-area h1 + .button-area {margin-top: 45px;}
.page-banner .button-area a {display: inline-block;}
.page-banner .button-area a + a {margin-left: 20px;}

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

.breadcrumbs-section {border-bottom: 1px solid var(--lightgray); padding: 15px;}
.breadcrumbs-section p.breadcrumb {margin: 0; color: var(--brown); 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(--brown);}
.breadcrumbs-section p.breadcrumb a:hover {color: var(--darkorange);}
.breadcrumbs-section p.breadcrumb span {margin: 0 10px;}
.breadcrumbs-section p.back {color: #747474; font-size: 20px; font-weight: 800; letter-spacing: 0.5px;}
.breadcrumbs-section p.back a {color: #747474;}
.breadcrumbs-section p.back .fa {font-size: 30px; font-weight: bold; position: relative; top: 3px; margin-right: 5px;}

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

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

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

.page-banner.tc-orange h1,
.page-banner.tc-orange h2 {color: #cc6c20;}
.page-banner.tc-orange a.button:hover {background-color: #cc6c20;}

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

.page-banner.tc-light h1,
.page-banner.tc-light h2 {color: var(--darkorange)}
.page-banner.tc-light a.button:hover {background-color: var(--darkorange);}

.page-banner.tc-green h1,
.page-banner.tc-green h2 {color: #1A7591;}
.page-banner.tc-green p.breadcrumb,
.page-banner.tc-green p.breadcrumb a,
.page-banner.tc-green p.breadcrumb span {color: #1A7591;}
.page-banner.tc-green p.breadcrumb a:hover {color: var(--brown);}
.page-banner.tc-green p.back a:hover {color: #1A7591;}
.page-banner.tc-green a.button:hover {background-color: #1A7591;}

.page-banner.tc-purple h1,
.page-banner.tc-purple h2 {color: #8a3a6d;}
.page-banner.tc-purple p.breadcrumb,
.page-banner.tc-purple p.breadcrumb a,
.page-banner.tc-purple p.breadcrumb span {color: #8a3a6d;}
.page-banner.tc-purple p.breadcrumb a:hover {color: var(--brown);}
.page-banner.tc-purple p.back a:hover {color: #8a3a6d;}
.page-banner.tc-purple a.button:hover {background-color: #8a3a6d;}

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

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

.page-banner.bg-lightblue {background-image: url('images/bg-cement-icon.svg');}
.page-banner.bg-lightblue .text-area h1 {color: #D1E3E9;}
.page-banner.bg-lightblue .text-area p {color: #D1E3E9;}

.page-banner.bg-darkblue {background-image: url('images/bg-cantera-icon.svg');}
.page-banner.bg-darkblue .text-area h1 {color: #D2DEE3;}
.page-banner.bg-darkblue .text-area p {color: #D2DEE3;}

.page-banner.bg-brown {background-image: url('images/bg-saltillo-icon.svg');}
.page-banner.bg-brown .text-area h1 {color: var(--lightgray);}
.page-banner.bg-brown .text-area p {color: var(--lightgray);}

.page-banner.bg-darkbrown {background-image: url('images/bg-saltillo-icon.svg');}
.page-banner.bg-darkbrown .text-area h1 {color: var(--lightgray);}
.page-banner.bg-darkbrown .text-area p {color: var(--lightgray);}

.page-banner.bg-darkorange {background-image: url('images/bg-terracotta-icon.svg');}
.page-banner.bg-darkorange .text-area h1 {color: #F4E1D5;}
.page-banner.bg-darkorange .text-area p {color: #F4E1D5;}

.page-banner.bg-lightorange {background-image: url('images/bg-talavera-icon.svg');}
.page-banner.bg-lightorange .text-area h1 {color: #5D3800;}
.page-banner.bg-lightorange .text-area p {color: #5D3800;}

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

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

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

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

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

@media (max-width: 991px) {
	.page-banner {padding: 0 !important;}
	.page-banner .column-holder {padding: 0;}
	.page-banner.with-background .text-area {margin: 0;}
	.page-banner .text-area {padding: 30px 15px;}
	.page-banner .text-area h1 {margin-bottom: 0;}
	.page-banner .text-area p + h2 {margin-top: 30px;}
	.page-banner .text-area h2:last-child {margin-bottom: 0;}
	.page-banner .text-area.form-text {padding-left: 0;}
	.page-banner .button-area {margin-top: 30px;}
	.page-banner.with-background .background-column {padding-top: 50px;}
	.page-banner .image-holder {padding: 0 15px;}
	.page-banner .small-area {max-width: 300px; bottom: -100px; left: auto; right: -10%;}
}

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

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

/***********/
/* Content */
/***********/
.text-area p {margin-bottom: 20px;}
.text-area p + h2,
.text-area ul + h2,
.text-area ol + h2 {margin-top: 50px;}
.text-area p + h3,
.text-area ul + h3,
.text-area ol + h3 {margin-top: 50px;}
.text-area p + h4,
.text-area ul + h4,
.text-area ol + h4 {margin-top: 40px;}
.text-area p:last-child {margin-bottom: 0;}
.text-area a.toc-link {text-transform: uppercase; font-weight: 600;}
.text-area a.toc-link:after {content: "\f0da"; margin-left: 5px; top: 1px; position: relative; font-size: 17px;}
.text-area a {color: var(--darkorange);}
.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 #CA6D29; 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(--darkbrown); border-color: var(--darkbrown);}
.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(--darkorange); 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: #f5f2f0;}
.content-section.bg-gray {background-color: #F4F4F4;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/****************************/
/* Modules > Above the Fold */
/****************************/
.atf-section {padding: 0; position: relative; overflow: hidden; background-color: #000000; background-repeat: no-repeat; background-size: cover; background-position: center center; max-height: 800px; height: calc(100vh - 160px); overflow: hidden; width: 100%; display: block;}
body.admin-bar .atf-section {height: calc(100vh - 192px);}
/*.atf-section .hide-slide.slide-2:not(.slick-active),
.atf-section .hide-slide.slide-3:not(.slick-active),
.atf-section .hide-slide.slide-4:not(.slick-active),
.atf-section .hide-slide.slide-5:not(.slick-active) {display: none;}*/
.atf-section .slide .inner {position: relative; height: calc(100vh - 160px); max-height: 800px; overflow: hidden; background-size: cover; background-position: center;}
body.admin-bar .atf-section .slide .inner {height: calc(100vh - 192px);}

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

.atf-section .text-area {max-width: 1000px; margin: 0 auto;}
.atf-section .text-area h1,
.atf-section .text-area span.headline {margin: 0; color: var(--white); font-family: "AdvercaseFont", serif; letter-spacing: 0; font-size: 80px; line-height: 1.05; font-weight: normal;}
.atf-section .text-area p {font-size: 16px; line-height: 1.5; color: var(--white); margin: 25px auto 0; max-width: 615px; font-weight: bold;}

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

@media (max-width: 1199px) {
	body.home .atf-section .text-area h1 {font-size: 70px;}
}

@media (max-width: 991px) {
	.atf-section .text-area {max-width: 450px;}
	.atf-section .text-area h1,
	body.page-template-template-builder .atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 60px;}
	body.page-template-template-builder .atf-section .text-area h2 {font-size: 50px;}
	.atf-section .text-area p {font-size: 17px;}
}

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

	.atf-section .slide .inner,
	body.admin-bar .atf-section .slide .inner {height: auto;}

	.atf-section .center-text {height: auto; min-height: 500px; padding: 0; text-align: center; background-color: rgba(0, 0, 0, 0.4);}
	.atf-section .center-text .container {padding: 100px 30px 30px; width: 100%; position: relative; height: 100%; z-index: 4; min-height: 500px; display: flex; align-items: flex-end; justify-content: center;}
	.atf-section .text-area {max-width: 440px;}
	.atf-section .text-area h1,
	body.page-template-template-builder .atf-section .text-area h1,
	.atf-section .text-area span.headline {font-size: 50px;}
	body.page-template-template-builder .atf-section .text-area h2 {font-size: 40px;}
	.atf-section .text-area p {font-size: 16px;}
}

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

/* Accordion Module > Text */
.accordion-section .text-area.top-headline {border-bottom: 1px solid var(--brown); 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(--darkorange);}

.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(--brown); overflow: hidden; border-radius: 0;}
.accordion-section .accordion-area .panel-default:last-child {margin-bottom: 0;}

/* Accordion Module > Accordion > Headline */
.accordion-section .accordion-area .panel-default > .panel-heading {color: #1A7591; border: none; padding: 0; background: none;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 {margin: 0; font-weight: normal; position: relative; color: var(--brown); font-size: 24px; background: none; min-height: 60px;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span {color: #1A7591; display: flex; align-items: center; position: relative; background: none; padding: 16px 70px 15px 15px; text-transform: none; width: 100%; min-height: 60px; border: none; /*position: absolute; */z-index: 2;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a:after,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:after {content: "+"; font-size: 40px; color: #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: #1A7591;}
.accordion-section .accordion-area .panel-default > .panel-heading h3 a:not(.collapsed):after,
.accordion-section .accordion-area .panel-default > .panel-heading h3 span:not(.collapsed):after {content: "-"; top: 1px;}

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

/* Accordion Module > Accordion > Text */
.accordion-section .accordion-area .panel-default .panel-body {padding: 25px 15px 30px; margin-top: -30px; background: none; border: none;}
/* .accordion-section .accordion-area .panel-default .panel-body ul:not(.newscol) {list-style: none; padding: 0; margin: 0;}
.accordion-section .accordion-area .panel-default .panel-body ul:not(.newscol) li {font-family: 'AdvercaseFont', serif; font-size: 20px; font-weight: 600; margin-bottom: 15px;}

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

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

.accordion-section.bg-blue {background-color: #D1E3E9;}
.accordion-section.bg-blue .text-area.top-headline,
.accordion-section.bg-blue .accordion-area .panel-default {border-color: #4B7990;}

.accordion-section.bg-darkblue {background-color: #D2DEE3;}
.accordion-section.bg-darkblue .text-area.top-headline,
.accordion-section.bg-darkblue .accordion-area .panel-default {border-color: #4B7990;}

.accordion-section.bg-darkorange {background-color: #F4E1D5;}
.accordion-section.bg-darkorange .text-area.top-headline,
.accordion-section.bg-darkorange .accordion-area .panel-default {border-color: #CA692B;}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Expand */
.accordion-item {margin: 25px 0 15px;}
.accordion-item:last-child {margin-bottom: 0;}
.accordion-item .accordion__item-title {font-family: "Montserrat", sans-serif; color: var(--darkorange); 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(--darkorange); 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(--brown);}
.accordion-item.active .accordion__item-header .accordion__item-title:after {background-color: var(--brown); content: "\f068";}
.accordion-item .accordion__item-title:hover {color: var(--brown);}
.accordion-item .accordion__item-title:hover:after {background-color: var(--brown);}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Blog Scroller > Item */
.blogscroller-section .news-area {position: relative; max-width: 373px; margin: 0 25px 15px; overflow: hidden; height: 100%; opacity: 0.4;}
.blogscroller-section .news-area.slick-active {opacity: 1;}
.blogscroller-section .items-two .news-area.slick-center + .slick-active {opacity: 0.4;}
/* .blogscroller-section .items-three .news-area.slick-active + .slick-active + .slick-active + .slick-active {opacity: 0.4;}*/
.blogscroller-section .news-area .border-area {height: 100%;}
.blogscroller-section .news-area .image-area {min-height: 205px; background-repeat: no-repeat; background-size: cover; background-position: center top; background-color: var(--tan);}
.blogscroller-section .news-area .image-area img {opacity: 0;}
.blogscroller-section .news-area .text-area {padding: 15px 0 0; min-height: 150px;}
.blogscroller-section .news-area .text-area.short-yes {min-height: 70px;}
.blogscroller-section .news-area h3 {font-size: 28px; line-height: 1.2; margin-bottom: 10px; text-transform: initial;}
.blogscroller-section .news-area p {color: var(--brown); margin: 0; /* min-height: 100px; */}
.blogscroller-section .news-area .text-area p a {color: var(--brown);}
.blogscroller-section .news-area .text-area p a:hover {color: var(--darkorange);}
.blogscroller-section .news-area .button-area {padding: 15px 0 0;}

/* 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: 20px; position: static;}
.blogscroller-section .slick-dots li button:before {color: #D2D2D2; font-size: 14px; opacity: 1;}
.blogscroller-section .slick-dots li.slick-active button:before {color: #737373; opacity: 1;}

body.page-id-9013 .blogscroller-section {padding: 75px 0 50px;}
body.page-id-9013 .blogscroller-section .slick-prev:before,
body.page-id-9013 .blogscroller-section .slick-next:before {color: var(--darkorange);}
body.page-id-9013 .blogscroller-section .slick-prev:hover:before,
body.page-id-9013 .blogscroller-section .slick-next:hover:before {color: var(--brown);}
body.page-id-9013 .blogscroller-section .slick-dots li.slick-active button:before {color: var(--darkorange);}

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

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

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

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

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

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

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

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

/* Products Showcase */
.blogscroller-section .prodshow-shopify-block {padding: 0 !important; background-color: var(--lightbrown);}
.blogscroller-section .prodshow-shopify-block .prodshow-container {max-width: 100%; margin: 0 auto; padding: 0;}
.blogscroller-section .prodshow-shopify-block .prodshow-container .prodshow-header {display: none;}
.blogscroller-section .prodshow-shopify-block .prodshow-carousel-controls {display: flex;}

/* Blog Scroller > Colors */
.blogscroller-section .news-area.tc-orange .border-area {border-color: #CA6D29;}
.blogscroller-section .news-area.tc-orange h3 {color: #CA6D29;}
.blogscroller-section .news-area.tc-orange a:hover h3 {color: var(--darkorange);}
.blogscroller-section .news-area.tc-orange .button-area a.button {background-color: #CA6D29;}
.blogscroller-section .news-area.tc-orange .button-area a.button:hover {background-color: var(--darkorange);}

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

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

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

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

.blogscroller-section .news-area.tc-purple h3 {color: #8A3A6D;}
.blogscroller-section .news-area.tc-purple a:hover h3 {color: var(--darkorange);}
.blogscroller-section .news-area.tc-purple .border-area {border-color: #8A3A6D;}
.blogscroller-section .news-area.tc-purple .button-area a.button {background-color: #8A3A6D;}
.blogscroller-section .news-area.tc-purple .button-area a.button:hover {background-color: var(--darkorange);}

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

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

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

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

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

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

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

	.blogscroller-section .news-area p,
	.blogscroller-section .news-area p a {font-size: 16px;}
	.blogscroller-section .news-area .button-area {padding-bottom: 30px;}
	.blogscroller-section .news-area .button-area:last-child {padding-bottom: 0;}
}

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

/****************************/
/* Modules > Call To Action */
/****************************/
.cta-section {padding: 20px 0; position: relative; background-size: cover; background-repeat: no-repeat; border-bottom: 1px solid #C6B7AB;}

.cta-section .text-area {display: flex; align-items: center; justify-content: flex-start;}
.cta-section .text-area h2 {font-size: 40px; line-height: 1.2; letter-spacing: -1px; margin: 0;}
.cta-section .text-area p {font-size: 16px; font-weight: 600; margin: 0 25px 0 0;}

.cta-section .button-area {text-align: right;}
.cta-section .button-area a.button {padding-top: 12px; padding-bottom: 12px;}
.cta-section .button-area a.button + a.button {margin-left: 5px;}

@media (max-width: 991px) {
	.cta-section {padding: 20px 0 30px;}
	.cta-section .text-area {flex-direction: column;}
	.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 .text-area a.button.first-button {max-width: 560px;}
	.cta-section.with-image .text-area {text-align: center;}
	.cta-section.with-image .text-area p {margin-left: auto; margin-right: auto;}
	.cta-section.with-image .button-area {margin: 15px auto;}
	.cta-section .button-area a.button + a.button {margin-left: auto;}
}

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

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

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

/**************************/
/* Modules > Contact Form */
/**************************/
.form-section {padding: 0; border-bottom: 1px solid var(--lightgray); background-color: var(--offwhite);}
.form-section .container.full-width {max-width: 100%;}
.form-section .text-column {border-right: 1px solid var(--lightgray);}
.form-section .form-column {border-left: 1px solid var(--lightgray); margin-left: -1px;}

.form-section .text-area {margin-bottom: 30px; padding: 30px 15px; max-width: 1000px;}
/*.form-section .text-area h1 + p {font-size: 20px;}*/

.form-section .form-area {padding: 50px 0 50px 25px;}

.form-section .form-area .zf-templateWidth {padding: 0;}
.form-section .form-area .zf-templateWrapper {background-color: var(---offwhite); box-shadow: none;}
.form-section .form-area .zf-templateWrapper .zf-tempFrmWrapper {padding: 0;}
.form-section .form-area .zf-templateWrapper .zf-tempHeadContBdr {background-color: var(---offwhite); padding: 0; border: none;}
.form-section .form-area .zf-templateWrapper .zf-tempHeadContBdr h2.zf-frmTitle {font-size: 24px; color: var(--brown); text-align: left;}
.form-section .form-area .zf-templateWrapper .zf-tempFrmWrapper {margin-bottom: 15px;}
.form-section .form-area .zf-templateWrapper .zf-tempFrmWrapper .zf-labelName {padding-bottom: 4px;}
.form-section .form-area .zf-templateWrapper .zf-fmFooter {text-align: right; padding-left: 0; padding-right: 0;}
.form-section .form-area .zf-templateWrapper .zf-submitColor {background-color: var(--brown); color: var(--lightgray); transform: none;}
.form-section .form-area .zf-templateWrapper .zf-submitColor:hover {background-color: var(--darkorange);}
.form-section .form-area .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>');}
.form-section .form-area form .zf-instruction {color: var(--brown);}

.form-section .form-area form fieldset {max-width: 100%;}
.form-section .form-area form .holder {margin-bottom: 10px;}
.form-section .form-area form label {font-size: 15px; color: var(--brown); margin-bottom: 5px; font-weight: 500;}
.form-section .form-area form legend {font-size: 15px; color: var(--brown); 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(--tan); color: var(--brown); border-radius: 0; border-color: var(--lightgray);}
.form-section .form-area form input[type="text"]:focus,
.form-section .form-area form input[type="tel"]:focus,
.form-section .form-area form input[type="email"]:focus,
.form-section .form-area form textarea:focus {border-color: var(--darkorange);}
.form-section .form-area form ::-webkit-input-placeholder {color: var(--darkorange);}
.form-section .form-area form :-moz-placeholder {color: var(--darkorange); opacity: 1;}
.form-section .form-area form ::-moz-placeholder {color: var(--darkorange); opacity: 1;}
.form-section .form-area form :-ms-input-placeholder {color: var(--darkorange);}
.form-section .form-area form select[name="MultipleChoice"] {height: 140px;}
.form-section .form-area form textarea {height: 100px;}

.form-section .gform-theme--foundation .gform_fields {row-gap: 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: 24px !important; font-weight: normal !important; padding: 15px 30px 20px !important; text-align: center !important; margin: 0 !important; display: inline-block !important; background-color: var(--darkorange) !important; line-height: 1 !important; border: none !important; border-radius: 30px !important;}
.form-section .gform-theme--framework .gform_footer .button:hover {background-color: var(--darkorange) !important;}

.form-section .col-lg-12 .text-area h2 {max-width: 890px; margin: 0 auto 20px;}
.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;}

.form-section.with-map .text-area h2 span {max-width: 640px; text-align: center; display: block;}
.form-section.with-map .col-lg-12 .text-area h2 {max-width: 740px;}
.form-section.with-map .col-lg-12 .form-area {background-color: #F4F4F4;}
.form-section.with-map .col-lg-12 .gform-theme--framework .gform_footer {justify-content: flex-start;}

body.page-id-328 .form-section.with-background {background-position: center bottom;}

@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: 0;}
	.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 .map-area {margin: 0 auto;}
	.form-section .gform-theme--framework .gfield--type-choice .gchoice {width: 46%;}
}

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

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

/**************************/
/* Modules > Four Columns */
/**************************/
.fourcolumns-section {background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 100px 0 190px; text-align: center;}
.fourcolumns-section .text-area h2 {color: var(--darkorange); 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(--darkorange); 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(--darkorange); 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(--darkorange); 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: 'AdvercaseFont', 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(--darkorange);}
.fourcolumns-section .column-area.bg-blue .title-area:after {border-top: 25px solid var(--darkorange);}
.fourcolumns-section .column-area.bg-blue .list-area:after {border-color: var(--darkorange);}
.fourcolumns-section .column-area.bg-darkblue {background-color: #eeeeee;}
.fourcolumns-section .column-area.bg-darkblue .title-area {background-color: var(--darkorange);}
.fourcolumns-section .column-area.bg-darkblue .title-area:after {border-top: 25px solid var(--darkorange);}
.fourcolumns-section .column-area.bg-darkblue .list-area:after {border-color: var(--darkorange);}
.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(--darkorange);}
.fourcolumns-section .column-area.bg-purple .title-area:after {border-top: 25px solid var(--darkorange);}
.fourcolumns-section .column-area.bg-purple .list-area:after {border-color: var(--darkorange);}

@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(--darkorange);}

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

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

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

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

/* 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 {padding: 0 !important;}
.leftright-section .container {padding: 0; max-width: 1360px;}

.leftright-section .column-holder {padding: 100px 0;}
.leftright-section.with-background .column-holder {background-repeat: no-repeat; background-position: center center; background-size: cover;}

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

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

.leftright-section .text-area {max-width: 560px; background-color: #F5F2F0; padding: 40px; height: 100%; display: flex; flex-direction: column; min-height: 600px; justify-content: space-between;}
.leftright-section .text-area p.subtitle {color: var(--brown); font-weight: 600; margin: 0 0 10px 0; background: none; line-height: 1.2; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase;}
.leftright-section .text-area p.subtitle + h2 {margin-top: 0;}
/*.leftright-section .text-area p {font-weight: bold;}*/
.leftright-section .text-area p:last-child {margin: 0;}

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

.leftright-section .button-area {margin-top: 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%;}
.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(--darkorange) !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;}

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

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

.leftright-section.bg-blue {background-color: var(--offwhite);}
.leftright-section.bg-blue .text-column {background: url('images/bg-cement-blue.png') no-repeat center top; background-size: cover; background-color: var(--blue);}

.leftright-section.bg-darkblue {background-color: var(--offwhite);}
.leftright-section.bg-darkblue .text-column {background: url('images/bg-cantera-blue.png') no-repeat center top; background-size: cover; background-color: var(--darkblue);}

.leftright-section.bg-lightbrown {background-color: var(--lightbrown) !important;}
.leftright-section.bg-lightbrown .text-column {padding: 0 15px;}
.leftright-section.bg-lightbrown .text-area {background-color: var(--lightbrown); min-height: 540px;}
.leftright-section.bg-lightbrown.tc-brown a.button {border: 1px solid var(--brown); background-color: var(--lightbrown); color: var(--brown); padding: 12px 22px;}
.leftright-section.bg-lightbrown.tc-brown a.button:hover {background-color: var(--brown); border-color: var(--brown); color: var(--lightbrown);}

.leftright-section.bg-brown {background-color: var(--offwhite);}
.leftright-section.bg-brown .text-column {background: url('images/bg-saltillo-brown.png') no-repeat center top; background-size: cover; background-color: var(--brown);}

.leftright-section.bg-gray {background-color: #F4F4F4;}
.leftright-section.bg-darkgrey {background-color: var(--brown);}

.leftright-section.bg-darkorange {background-color: var(--offwhite);}
.leftright-section.bg-darkorange .text-column {background: url('images/bg-darkorange.png') no-repeat center top; background-size: cover;}

.leftright-section.bg-lightorange {background-color: var(--offwhite);}
.leftright-section.bg-lightorange .text-column {background: url('images/bg-talavera-orange.png') no-repeat center top; background-size: cover; background-color: var(--lightorange);}

/*.leftright-section.bg-white {background-color: #f5f2f0 !important;}*/
.leftright-section.bg-white .text-column {background-color: #f5f2f0; padding: 0 15px;}

.leftright-section.tc-orange h2 {color: #cc6c20;}

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

.leftright-section.tc-light h2,
.leftright-section.tc-light h3,
.leftright-section.tc-light h4 {color: var(--darkorange)}

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

@media (max-width: 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 15px;}
	.leftright-section .col-lg-5 .text-area p {max-width: 100%;}
	
	.leftright-section .image-area {padding-left: 30px;}
	.leftright-section .switchit .image-area {padding-left: 0; padding-right: 30px;}

	.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;}
	.leftright-section.bg-lightbrown .text-area {padding: 30px 10px;}
	.leftright-section .button-area {display: flex; flex-direction: column; flex-wrap: nowrap;}
	.leftright-section .button-area a {display: inline-block;}
	.leftright-section .button-area a.button {border: 1px solid var(--brown);}
	.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(--darkorange); border-radius: 30px; max-width: 165px;}
.leftright-section .form-area form input[type="submit"]:hover,
.leftright-section .form-area form button:hover {background-color: #2b2868; color: var(--white);}

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

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

/***********************/
/* Modules > Link Grid */
/***********************/
.linkgrid-section {padding: 50px 15px; background-color: #f5f2f0;}
.linkgrid-section .text-area h2 {margin-bottom: 40px;}
.linkgrid-section .post-row {display: flex; flex-wrap: wrap;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/****************************/
/* Modules > Product Banner */
/****************************/
.productbanner-section {background-repeat: repeat; background-position: center center; padding: 75px 0; text-align: center; position: relative;}
.productbanner-section .wide-container {max-width: 100%; padding: 0;}
.productbanner-section .wide-container .row {margin: 0;}
.productbanner-section .wide-container .col-lg-12 {padding: 0;}
/*.productbanner-section .col-lg-4 {padding: 0;}*/

.productbanner-section .image-area {margin-bottom: 40px;}

.productbanner-section .text-area h1 {color: var(--white); margin-bottom: 50px; font-size: 100px; letter-spacing: -1px;}

/*.productbanner-section .image-area {display: flex; justify-content: center; align-items: center; position: relative;}
.productbanner-section .image-area img {max-width: 150px; width: 100%;}*/

.productbanner-section .text-area.bottom-text {max-width: 630px; margin: 0 auto;}
.productbanner-section .text-area.bottom-text p {font-size: 14px; color: var(--lightgray); text-transform: initial; margin-bottom: 0;}

.productbanner-section .gallery-area {background-size: cover; background-repeat: no-repeat; background-position: center top; width: calc(33.3% - 30px); height: 440px; overflow: hidden; margin: 0 15px;}
.productbanner-section .gallery-area img {min-width: 100%; opacity: 0; min-height: 100%;}

.productbanner-section.bg-lightblue {background-image: url('images/bg-cement-icon.svg');}
.productbanner-section.bg-lightblue .text-area h1 {color: #D1E3E9;}
.productbanner-section.bg-lightblue .text-area p {color: #D1E3E9;}

.productbanner-section.bg-blue {background-image: url('images/bg-cement-icon.svg');}
.productbanner-section.bg-blue .text-area h1 {color: #D1E3E9;}
.productbanner-section.bg-blue .text-area p {color: #D1E3E9;}

.productbanner-section.bg-darkblue {background-image: url('images/bg-cantera-icon.svg');}
.productbanner-section.bg-darkblue .text-area h1 {color: #D2DEE3;}
.productbanner-section.bg-darkblue .text-area p {color: #D2DEE3;}

.productbanner-section.bg-brown {background-image: url('images/bg-saltillo-icon.svg');}
.productbanner-section.bg-brown .text-area h1 {color: var(--lightgray);}
.productbanner-section.bg-brown .text-area p {color: var(--lightgray);}

.productbanner-section.bg-darkbrown {background-image: url('images/bg-saltillo-icon.svg');}
.productbanner-section.bg-darkbrown .text-area h1 {color: var(--lightgray);}
.productbanner-section.bg-darkbrown .text-area p {color: var(--lightgray);}

.productbanner-section.bg-darkorange {background-image: url('images/bg-terracotta-icon.svg');}
.productbanner-section.bg-darkorange .text-area h1 {color: #F4E1D5;}
.productbanner-section.bg-darkorange .text-area p {color: #F4E1D5;}

.productbanner-section.bg-lightorange {background-image: url('images/bg-talavera-icon.svg');}
.productbanner-section.bg-lightorange .text-area h1 {color: #5D3800;}
.productbanner-section.bg-lightorange .text-area p {color: #5D3800;}

.productbanner-section.productimages-section {background-color: var(--offwhite) !important; background-image: none !important;}
/*.process-section + .productbanner-section.productimages-section {padding-top: 50px;}*/

@media (max-width: 991px) {
	.productbanner-section .text-area h1 {font-size: 70px;}
}

@media (max-width: 767px) {
	.productbanner-section .text-area h1 {font-size: 50px;}
	.productbanner-section .image-area {margin-bottom: 30px;}
	.productbanner-section .col-lg-4:last-child .image-area {margin-bottom: 0;}
	.productbanner-section .gallery-area {height: 400px; padding: 0 10px;}

	.productbanner-section.productimages-section {padding: 50px 0;}
}

@media (max-width: 500px) {
	.productbanner-section .gallery-area {height: 350px; padding: 0 5px;}
}

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

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

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

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

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

.slides-section .slide-area.tc-blue {background-image: url('images/bg-pattern-cement-tile-graphic.png'), url('images/bg-pattern-cement-tile-graphic.png');}
.slides-section .slide-area.tc-blue .text-area h2 {color: var(--blue);}
.slides-section .slide-area.tc-blue .text-area p {color: var(--blue);}

.slides-section .slide-area.tc-darkblue {background-image: url('images/bg-pattern-cantera-stone-graphic.png'), url('images/bg-pattern-cantera-stone-graphic.png');}
.slides-section .slide-area.tc-darkblue .text-area h2 {color: var(--darkblue);}
.slides-section .slide-area.tc-darkblue .text-area p {color: var(--darkblue);}

.slides-section .slide-area.tc-brown {background-image: url('images/bg-pattern-saltillo-graphic.png'), url('images/bg-pattern-saltillo-graphic.png');}
.slides-section .slide-area.tc-brown .text-area h2 {color: var(--brown);}
.slides-section .slide-area.tc-brown .text-area p {color: var(--brown);}

.slides-section .slide-area.tc-darkorange {background-image: url('images/bg-pattern-terracotta-graphic.png'), url('images/bg-pattern-terracotta-graphic.png');}
.slides-section .slide-area.tc-darkorange .text-area h2 {color: var(--darkorange);}
.slides-section .slide-area.tc-darkorange .text-area p {color: var(--darkorange);}

.slides-section .slide-area.tc-lightorange {background-image: url('images/bg-pattern-talavera-graphic.png'), url('images/bg-pattern-talavera-graphic.png');}
.slides-section .slide-area.tc-lightorange .text-area h2 {color: var(--lightorange);}
.slides-section .slide-area.tc-lightorange .text-area p {color: var(--lightorange);}

@media (max-width: 991px) {
	.slides-section {padding: 50px 0 75px;}
	.slides-section .slide-area {flex-direction: column;}
	.slides-section .text-area .icon-area {margin-bottom: 30px;}
	.slides-section .text-area h2 {font-size: 60px; margin-bottom: 50px;}
	.slides-section .image-area {margin: 30px auto 0; max-width: 500px; position: static; width: 100%; overflow: hidden; max-height: auto;}
	.slides-section .image-area.image-1 {margin-bottom: 15px;}
	.slides-section .image-area.image-2 {display: none; margin-bottom: 15px;}
	.slides-section .image-area.image-3 {display: none; margin-bottom: 15px;}
	.slides-section .image-area.image-4 {display: none;}
	.slides-section .image-area img {width: 100%;}
	.slides-section .slides-carousel .slick-dots {bottom: -40px;}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.services-section .headline-area {background-color: var(--darkorange); 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(--darkorange); 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: 'AdvercaseFont', serif;}
.services-section .service-area .text-area a.button {padding: 5px 20px 7px; font-size: 16px; min-width: 190px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Stats > Statistics */
.stats-section .stat-area {margin-bottom: 40px;}
.stats-section .stat-area h3 {text-transform: none; font-size: 28px;}
.stats-section .stat-area .stat-holder {display: inline-block; min-width: 200px;}
.stats-section .stat-area .stat-holder.two-numbers {display: flex; justify-content: space-between;}
.stats-section .stat-area .stat-holder .left-number {padding-right: 5px;}
.stats-section .stat-area .stat-holder .right-number {padding-left: 5px;}
.stats-section .stat-area p.number {font-size: 65px; line-height: 1; margin-bottom: 10px; font-weight: 900; font-weight: 900; font-family: 'AdvercaseFont', ; display: flex; align-items: center; justify-content: flex-start;}
.stats-section .stat-area p.number.color-orange {color: #cc6c20;}
.stats-section .stat-area p.number.color-dark {color: var(--darkorange);}
.stats-section .stat-area p.number.color-light {color: var(--darkorange)}
.stats-section .stat-area p.number.color-purple {color: #8a3a6d;}
.stats-section .stat-area p.icon-yes + p.desc {padding-left: 66px;}
.stats-section .stat-area p .fa {background-color: var(--brown); font-size: 30px; height: 40px; width: 40px; border-radius: 50%; color: var(--white); margin-right: 20px; font-weight: normal; line-height: 40px; text-align: center;}
.stats-section .stat-area p.desc {font-size: 21px; font-weight: 500;}

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

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

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

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

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

@media (max-width: 991px) {
	.stats-section {padding: 75px 15px 50px;}
	.stats-section .container {max-width: 600px;}
	.stats-section .col-lg-6:nth-child(odd) .stat-area {padding: 0;}
	.stats-section .col-lg-6:nth-child(even) .stat-area {padding: 0;}
	.stats-section .stat-area,
	.stats-section .col-lg-6:nth-last-child(2) .stat-area {margin-bottom: 30px;}
	/*.stats-section .col-lg-6:nth-last-child(2) .stat-area .stat-holder {border-bottom: 1px solid var(--brown); 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(--offwhite); 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(--brown); 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(--brown);}

.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(--darkorange); border-color: #1481af;}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-blue:after {border-top-color: var(--darkorange);}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-darkblue {background-color: var(--darkorange); border-color: #3665cf;}
.tabs-section .tab-area ul.nav-tabs li.nav-item.active .nav-link.bg-darkblue:after {border-top-color: var(--darkorange) !important;}

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

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

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

/***********************/
/* Modules > Team 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;}
.team-section .row:first-child .text-area h2 {margin-top: 0;}

.team-section .team-area {display: flex; margin-bottom: 40px;}
.team-section .team-area .image-area img {margin: 0 auto; display: block; min-width: 154px;}
.team-section .team-area .text-area {padding: 15px 30px 15px 0;}
.team-section .team-area .image-area + .text-area {padding-left: 30px;}
.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(--brown);}
.team-section .team-area .text-area p.name {font-family: 'AdvercaseFont'; size: 24px; line-height: 1.4; letter-spacing: 1.5px;}

@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: #4d4d4d; text-align: center; padding: 55px 0 75px; position: relative; content-visibility: visible !important;}
section.bg-white:not(.with-background) + .testimonials-section {margin-top: 120px;}
.testimonials-section:before {content: ""; display: block; width: 0; height: 0; border-left: 350px solid transparent; border-right: 350px solid transparent; border-bottom: 100px solid #4d4d4d; position: absolute; bottom: 100%; left: 0; right: 0; margin: 0 auto;}
.testimonials-section .container {max-width: 1200px;}

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

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

.testimonials-section .quote-area {margin: 0 auto 10px;}
.testimonials-section .quote-area p {font-size: 22px; color: var(--white); font-weight: 100; line-height: 1.5;}
.testimonials-section .quote-area p.stars {margin-bottom: 40px; line-height: 1.3; font-size: 22px;}
.testimonials-section .quote-area p.quote {font-size: 22px;}
.testimonials-section .quote-area p.author {margin: 0; font-weight: 500; font-family: 'AdvercaseFont', serif;}

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

.gallery-section + .testimonials-section {margin-top: 100px;}

.testimonials-section.bg-darkblue {background-color: var(--darkorange);}
.testimonials-section.bg-darkblue:before {border-bottom: 100px solid var(--darkorange);}

@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(--darkorange); 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(--darkorange);}
.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(--darkorange); 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(--darkorange);}
.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(--darkorange); 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(--brown);}
.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(--brown); 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(--brown); border-color: var(--brown);}

.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(--brown); 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: 'AdvercaseFont', serif; line-height: 1; */}

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

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

/********/
/* Blog */
/********/
.blog-section {padding: 0 15px; background-repeat: no-repeat; background-size: contain; background-position: center bottom; border-top: 1px solid var(--lightgray);}
/*.blog-section .post-column {border-left: 1px solid var(--lightgray); margin-left: -1px;}*/
.blog-section.bg-gray {background-color: #f4f4f4;}
.blog-section .text-area h2 {margin-bottom: 40px;}
.blog-section .post-row {display: flex; flex-wrap: wrap;}
.blog-section .post-column {border-right: 1px solid var(--lightgray);}

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

.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-family: 'Inter', sans-serif; font-weight: 600;}
.blog-section .text-area h4 {line-height: 1.4;}
.blog-section .text-area p:last-child {margin: 0;}
.blog-section .text-area.form-text {max-width: 100%; padding-left: 20px;}
.blog-section .text-area.form-text h2 {margin-bottom: 5px;}

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

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

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

/* Blog > Single > Blog image */
.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(--lightgray);}
.wp-pagenavi a,
.wp-pagenavi .current {color: var(--brown); 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(--brown); 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(--darkorange);}

/* 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: 'AdvercaseFont', serif; font-size: 80px; color: #ffffff; line-height: 1.05; margin: 0;}
.roomscroller-section .room-area .text-area a:hover p {color: var(--darkorange);}
.roomscroller-section .room-area .button-area a.button {border: 1px solid var(--lightgray); background: none; color: var(--lightgray); opacity: 0; cursor: default;}
.roomscroller-section .room-area.slick-active .button-area a.button {opacity: 1; cursor: pointer;}
.roomscroller-section .room-area .button-area a.button:hover {background-color: var(--darkorange); color: var(--white); border-color: var(--darkorange);}

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

@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(--darkorange);}
.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: 'AdvercaseFont', 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(--brown);}
.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(--brown);}
.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(--brown);}

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

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

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

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

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

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

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

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

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

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

.page-banner + .content-section.bg-white {border-top: 1px solid var(--lightgray);}

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

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

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

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

.wide-section .text-area h1 {margin-bottom: 35px; font-size: 48px; line-height: 1.2;}
.wide-section .text-area h2:not(.top-headline) {font-size: 32px; margin-bottom: 20px; max-width: 950px;}
.wide-section .text-area p + h2 {margin-top: 60px;}
.wide-section .text-area h3 {font-size: 24px;/* font-family: 'Inter', sans-serif; font-weight: 600; */}
.wide-section .text-area h4 {line-height: 1.4;}
.wide-section .text-area p:last-child {margin: 0;}

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

.wide-section .text-area ul.boxes-list {display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none;}
.wide-section.content-section.center-align .text-area.wide-text ul.boxes-list {max-width: 960px;}
.wide-section .text-area ul.boxes-list li {margin: 30px 15px; padding: 40px 30px 30px; background-color: #45c2b1; position: relative; width: calc(50% - 30px); list-style: none; color: var(--white); max-width: 400px;}
.wide-section .text-area ul.boxes-list li:nth-child(2),
.wide-section .text-area ul.boxes-list li:nth-child(5) {background-color: var(--darkorange);}
.wide-section .text-area ul.boxes-list li:nth-child(3),
.wide-section .text-area ul.boxes-list li:nth-child(6) {background-color: var(--darkorange);}
.wide-section .text-area ul.boxes-list li:before {content: ""; width: 0; height: 0; border-top: 25px solid #F4F4F4; border-left: 25px solid transparent; border-right: 25px solid transparent; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}

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

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

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

.wide-section .text-area .numbers-area .number-area.tc-orange .number {background-color: #CA6D29;}
.wide-section .text-area .numbers-area .number-area.tc-orange p strong {color: #CA6D29;}

.wide-section .text-area .numbers-area .number-area.tc-purple .number {background-color: #8A3A6D;}
.wide-section .text-area .numbers-area .number-area.tc-purple p strong {color: #8A3A6D;}

.wide-section.content-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 .image-area {margin: 0; padding: 0 15px;}
.wide-section .image-area img {margin: 0 auto; display: block; border: 10px solid #d8d8dc;}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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(--brown); 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(--brown); color: var(--lightgray); transform: none;}
.sidebar .widget.side-form .zf-templateWrapper .zf-submitColor:hover {background-color: var(--darkorange);}
.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(--brown); margin-bottom: 5px; font-weight: 500;}
.sidebar .widget.side-form form legend {font-size: 15px; color: var(--brown); 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(--brown); border-radius: 0; border-color: var(--lightgray);}
.sidebar .widget.side-form form input[type="text"]:focus,
.sidebar .widget.side-form form input[type="tel"]:focus,
.sidebar .widget.side-form form input[type="email"]:focus,
.sidebar .widget.side-form form textarea:focus {border-color: var(--darkorange);}
.sidebar .widget.side-form form ::-webkit-input-placeholder {color: var(--darkorange);}
.sidebar .widget.side-form form :-moz-placeholder {color: var(--darkorange); opacity: 1;}
.sidebar .widget.side-form form ::-moz-placeholder {color: var(--darkorange); opacity: 1;}
.sidebar .widget.side-form form :-ms-input-placeholder {color: var(--darkorange);}
.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: 65px 0 0; background-color: var(--darkbrown);}
.footer li {color: var(--white); font-size: 16px;}
.footer p {color: var(--white); font-size: 16px;}
.footer a {color: var(--white);}
.footer a:hover {color: var(--darkorange);}

.footer .footer-logo {}
.footer .footer-logo img,
.footer .footer-logo svg {margin: 0 0 35px; display: block; max-width: 170px; width: 100%;}

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

.footer .link-holder {display: flex; border-left: 1px solid #5A3C23; padding-left: 30px;}
.footer .link-area {padding: 15px 15px 30px; width: 33.3%;}
.footer .link-area h3 {font-size: 14px; color: #A99380; font-family: 'Inter', sans-serif; text-transform: uppercase; margin-bottom: 10px;}
.footer .link-area ul li {margin-bottom: 10px; font-size: 16px; line-height: 1.5;}
.footer .link-area ul li a {color: var(--lightgray);}
.footer .link-area ul li a:hover {color: var(--darkorange);}
.footer .link-area ul li:last-child {margin-bottom: 0;}
.footer .link-area.bottom-row a {font-weight: 600; color: var(--lightgray); font-size: 16px;}
.footer .link-area.bottom-row a svg {margin-right: 5px; position: relative; top: 6px;}

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

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

.footer .footer-text {padding: 30px; border-top: 1px solid #5A3C23; border-bottom: 1px solid #5A3C23; margin-top: 40px;}
.footer .footer-text img {width: 100%;}

.footer .address-area {padding: 25px 0;}
.footer .address-area p {color: #A99380; font-size: 14px;}
.footer .address-area p a {color: #A99380;}

.footer .copyright-area {padding: 25px 0;}
.footer .copyright-area p {color: #A99380; font-size: 14px;}
.footer .copyright-area p a {color: #A99380;}

.footer.lp-yes .footer-text {padding-top: 0; border-top: none; margin-top: 0;}

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

@media (max-width: 767px) {
	.footer {padding: 50px 15px 95px;}
	.footer .footer-logo {margin: 0 auto 35px;}
	.footer .footer-logo img, 
	.footer .footer-logo svg {margin: 0 auto;}
	.footer .link-holder {padding-left: 0; margin-top: 20px; flex-direction: column;}
	.footer .link-area {width: 100%;}
	.footer .link-holder.with-social {flex-direction: column; text-align: center; margin-top: 0;}
	.footer .link-holder.with-social .link-area {width: 100%; padding: 0;}
	.footer .link-area.bottom-row .social-area ul {justify-content: center;}
	.footer .link-area {margin-bottom: 20px; padding-top: 10px;}
	.footer .link-area p {font-size: 17px;}
	.footer .address-area p {margin-bottom: 0;}
	.footer .footer-map {margin-top: 0;}

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

@media (max-width: 500px) {
	.footer .footer-logo img, 
	.footer .footer-logo svg {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: 'AdvercaseFont', 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(--darkorange); left: 10px; bottom: 10px; z-index: 999; text-align: center; width: 50px; line-height: 58px; height: 50px;}
.scrollToTop .fa {color: var(--white); font-size: 40px;}
.scrollToTop:hover {background-color: var(--darkorange);}

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

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

/********************/
/* Link Transitions */
/********************/
/* Background color, font color, border color */
a,
a:before,
a:after,
a .fa,
a span,
a span:before,
a span:after,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a img,
a span,
button,
button span,
button span:after,
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
form input[type="submit"],
form button,
.header .translate-area,
.icons-section .icon-area h3,
.content-section .icon-area h2,
.sidebar .vertical-menu h3,
.sidebar .widget.side-form form button,
.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,
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropleft-area ul li a:after,
.blog-section .post-area .image-area img,
.linkgrid-section .link-area .image-area img,
.header .navbar-nav > li.menu-item-28181 > ul.sub-menu > li .bigmenu-area .dropright-area .link-area ul li .child-area {-webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}

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

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

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