/* smooth scroll throughout */
html { scroll-behavior: smooth; }

/* brochure downloads - home new template */
section.brochure-download {
	padding-top:80px;
	padding-bottom:80px; 
	background:#f4f4f4;
}
.brochure-download-wrapper {
	width:100%; 
	max-width:1340px; 
	margin:0 auto; 
	padding:0 30px;
}
.brochure-download-wrapper::after {
	content: "";
  	clear: both;
	display: table;}
section.brochure-download .brochure-download-wrapper .header-title {
    color: #A8795C;
    font-size: 2.1875rem;
    font-weight: 600;
	text-align:center;
}
section.brochure-download .brochure-download-wrapper .brochures-all {
	display:block;	
}
section.brochure-download .brochure-download-wrapper .brochures-all img {
	max-height:400px;
	float:left;
	padding:20px;
}
section.brochure-download .brochure-download-wrapper .brochures-all a:hover img {
	border: solid 1px #ffffff;
}



/* Body */
body {
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	color: #000;
	background: #FFF;
	font-family: "Galano Grotesque", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
}
p {
	margin: 0;
}
p:not(:first-child) {
	margin-top: 1em;
}
a,
a:hover {
	text-decoration: underline;
	color: #A8795C;
}

/* Button */
.btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
	cursor: pointer;
	user-select: none;
	text-align: center;
	vertical-align: top;
	text-decoration: none !important;
	color: #FFF;
	border: none;
	border-radius: 0;
	outline: none;
	background: #A8795C;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn:hover {
	color: #FFF;
	background-color: #A8795C;
}

/* Container */
.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 30px;
}
.container::after {
	display: table;
	clear: both;
	content: "";
}

/* Footer MF */
.footer__mf .mf__head {
	border-top: 1px solid #A8795C;
	border-bottom: 1px solid #A8795C;
}
.footer__mf .mf__head::after {
	display: table;
	clear: both;
	content: "";
}
.footer__mf .mf__head > .col-l {
	float: left;
	clear: left;
	width: calc(100% - 175px);
}
.footer__mf .mf__head > .col-r {
	float: right;
	clear: right;
	width: 175px;
}
.footer__mf .mf__main {
	padding: 20px 30px;
}
.footer__mf .mf__main::after {
	display: table;
	clear: both;
	content: "";
}
.footer__mf .mf__main > .col-l {
	float: left;
	clear: left;
}
.footer__mf .mf__main > .col-r {
	float: right;
	clear: right;
}
.footer__mf .mf__search .search-form .form-input {
	display: block;
	width: 100%;
	min-height: 54px;
	min-height: 0;
	padding: 15px;
	padding-left: 60px;
	color: #000;
	border: none;
	outline: none;
	background: url("./assets/static/img/icons/search-foundation.svg") left center no-repeat;
	background-position: left 30px center;
	background-size: 20px 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
}
.footer__mf .mf__search .search-form .form-input::placeholder {
	color: #ACACAC;
}
.footer__mf .mf__careers .careers-btn {
	display: block;
	margin: 0;
	padding: 15px 0;
	user-select: none;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	outline: none;
	background: #A8795C;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 24px;
}
.footer__mf .mf__nav {
	display: block;
	float: left;
	font-size: 0;
	line-height: 20px;
}
.footer__mf .mf__nav .nav-contact > ul {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.footer__mf .mf__nav .nav-contact > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
}
.footer__mf .mf__nav .nav-contact .contact-link {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: 100%;
	color: transparent;
	background: left center no-repeat;
}
.footer__mf .mf__nav .nav-contact > ul > li.phone .contact-link {
	background-image: url("./assets/static/img/icons/phone-blue.svg");
	background-size: 20px 20px;
}
.footer__mf .mf__nav .nav-contact > ul > li.email .contact-link {
	background-image: url("./assets/static/img/icons/email-foundation.svg");
	background-size: 20px 14px;
}

/* Form */
form.form .form-block {
	margin-bottom: 20px;
}
form.form .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	font-size: 0;
}
form.form .form-row > .col,
form.form .form-row > [class*=col-] {
	display: inline-block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0 15px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
form.form .form-row > .col {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}
form.form .form-row > .col-1 {
	width: 8.333333333333333%;
}
form.form .form-row > .col-2 {
	width: 16.66666666666667%;
}
form.form .form-row > .col-3 {
	width: 25%;
}
form.form .form-row > .col-4 {
	width: 33.33333333333333%;
}
form.form .form-row > .col-5 {
	width: 41.66666666666667%;
}
form.form .form-row > .col-6 {
	width: 50%;
}
form.form .form-row > .col-7 {
	width: 58.33333333333333%;
}
form.form .form-row > .col-8 {
	width: 66.66666666666667%;
}
form.form .form-row > .col-9 {
	width: 75%;
}
form.form .form-row > .col-10 {
	width: 83.33333333333333%;
}
form.form .form-row > .col-11 {
	width: 91.66666666666667%;
}
form.form .form-row > .col-12 {
	width: 100%;
}
form.form .form-label {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
	width: 100%
}
form.form .form-input {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 9px 15px;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #000;
	border: 1px solid #999;
	border-radius: 0;
	outline: none;
	background: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form.form .form-input:focus {
	border-color: #8BB6FC;
	box-shadow: 0 0 0 2px rgba(46, 117, 233, .25);
}
form.form .form-input::placeholder {
	color: #ACACAC;
}
form.form select.form-input {
	padding-right: 41px;
	background-image: url("./assets/static/img/icons/form-select.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 15px center;
	background-size: 16px 8px;
}
form.form select.form-input::-ms-expand {
	display: none;
}

/* Image */
.img-contain {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Social Icon Links */
ul.social-icon-links {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
ul.social-icon-links > li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}
ul.social-icon-links .social-link {
	display: block;
	height: 20px;
}
ul.social-icon-links .social-link svg {
	height: 100%;
}
ul.social-icon-links .social-link img {
	height: 100%;
}

/* Typography */
.tp-bd {
	font-weight: 400;
	line-height: 1.5;
}
.fs-50 {
	font-size: 50px;
	font-size: 3.125rem;
}
.fs-40 {
	font-size: 40px;
	font-size: 2.5rem;
}
.fs-32 {
	font-size: 32px;
	font-size: 2rem;
}
.fs-30 {
	font-size: 30px;
	font-size: 1.875rem;
}
.fs-28 {
	font-size: 28px;
	font-size: 1.75rem;
}
.fs-24 {
	font-size: 24px;
	font-size: 1.5rem;
}
.fs-22 {
	font-size: 22px;
	font-size: 1.375rem;
}
.fs-20 {
	font-size: 20px;
	font-size: 1.25rem;
}
.fs-18 {
	font-size: 18px;
	font-size: 1.125rem;
}
.fs-17 {
	font-size: 17px;
	font-size: 1.0625rem;
}
.fs-16 {
	font-size: 16px;
	font-size: 1rem;
}
.fs-15 {
	font-size: 15px;
	font-size: .9375rem;
}
.fs-14 {
	font-size: 14px;
	font-size: .875rem;
}

/* Hamburger */
.ham__burger {
	width: 24px;
	height: 35px;
	padding: 8.5px 0;
	cursor: pointer;
}
.ham__burger .burger-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.ham__burger .burger-inner::before,
.ham__burger .burger-inner::after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 4px;
	content: "";
	transition: transform .3s ease-in-out;
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	background: #A8795C;
}
.ham__burger .burger-inner::before {
	top: 0;
}
.ham__burger .burger-inner::after {
	bottom: 0;
}
body.open-mobmenu .ham__burger .burger-inner::before {
	transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 135deg);
}
body.open-mobmenu .ham__burger .burger-inner::after {
	transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, -135deg);
}

/* Header */

@media (min-width: 992px) {
    .header__tb {
        position: sticky;
        top: 0;
        z-index: 9999;
        width: 100%;
        background: #FFF;
        border-bottom: 1px solid #EAEAEA;
    }

    /* Account for WordPress Admin Bar */
    .admin-bar .header__tb {
        top: 32px;
    }
}

header.header {
	position: relative;
	z-index: 99;
}
header.header::before {
	position: fixed;
	z-index: -99;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: "";
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	backface-visibility: hidden;
}
body.open-navbg header.header::before {
	visibility: visible;
	opacity: 1;
}

/* Header Topbar */
section.header__tb {
	border-bottom: 1px solid #EAEAEA;
	background: #FFF;
}
section.header__tb .tb-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.header__tb .tb-wrapper > .col-l {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	width: calc(100% - 800px);
	max-width: 200px;
}
section.header__tb .tb-wrapper > .col-r {
	display: block;
	float: right;
	clear: right;
}
section.header__tb .tb__search .search-form .form-input {
	display: block;
	width: 100%;
	min-height: 54px;
	padding: 15px;
	padding-left: 30px;
	color: #000;
	border: none;
	outline: none;
	background: url("./assets/static/img/icons/search-foundation.svg") left center no-repeat;
	background-size: 20px 20px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
}
section.header__tb .tb__search .search-form .form-input::placeholder {
	color: #ACACAC;
}
section.header__tb .tb__nav {
	display: block;
	float: left;
	font-size: 0;
	line-height: 20px;
}
section.header__tb .tb__nav .nav-contact {
	display: inline-block;
	padding: 0 40px;
	vertical-align: top;
	border-right: 1px solid #EAEAEA;
}
section.header__tb .tb__nav .nav-contact > ul {
	display: block;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}
section.header__tb .tb__nav .nav-contact > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
}
section.header__tb .tb__nav .nav-contact .contact-link {
	display: block;
	min-height: 54px;
	padding: 17px 0;
	padding-left: 30px;
	text-decoration: none;
	background: left center no-repeat;
	font-size: 14px;
	font-size: .875rem;
}
section.header__tb .tb__nav .nav-contact > ul > li.phone .contact-link {
	background-image: url("./assets/static/img/icons/phone-blue.svg");
	background-size: 20px 20px;
}
section.header__tb .tb__nav .nav-contact > ul > li.email .contact-link {
	background-image: url("./assets/static/img/icons/email-foundation.svg");
	background-size: 20px 14px;
}
section.header__tb .tb__nav .nav-social {
	display: inline-block;
	padding: 17px 40px;
	vertical-align: top;
}
section.header__tb .tb__careers {
	display: block;
	float: right;
	height: 54px;
}
section.header__tb .tb__careers .careers-btn {
	display: block;
	margin: 0;
	padding: 15px 30px;
	user-select: none;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	outline: none;
	background: #A8795C;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 24px;
}
section.header__tb .tb__careers .careers-btn.active {
	background-color: #714639;
}

/* Header Main */
section.header__main {
	position: relative;
	padding: 40px 0;
	background: #FFF;
}
section.header__main .main-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.header__main .main-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.header__main .main-wrapper > .col-l {
	display: block;
	float: left;
	clear: left;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 100%;
	max-width: 190px;
}
section.header__main .main-wrapper > .col-r {
	display: block;
	float: right;
	clear: right;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	width: calc(100% - 190px);
	max-width: 1090px;
	padding-left: 60px;
}
section.header__main .main__logo {
	display: block;
	width: 250px;
	height: 95px;
}
section.header__main .main__logo img {
	width: 100%;
	height: 100%;
}
section.header__main .main__nav {
	display: flex;
	justify-content: center;
	clear: both;
}


/* Header Responsive */
section.header__resp {
	display: none;
	padding: 15px 0;
}
section.header__resp .resp-wrapper {
	position: relative;
}
section.header__resp .resp__icon {
	display: block;
	width: 30px;
	height: 35px;
	margin: 0 auto;
}
section.header__resp .resp__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.header__resp .resp__burger {
	position: absolute;
	top: 0;
	right: 0;
}

/* Header Mobile Menu */
section.header__mobmenu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	color: #A8795C;
	background: #FFF;
}
section.header__mobmenu .mobmenu-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 100%;
}
section.header__mobmenu .mobmenu__head {
	padding: 15px 0;
}
section.header__mobmenu .mobmenu__head .head__burger {
	float: right;
	clear: right;
}
section.header__mobmenu .mobmenu__main {
	padding: 25px 0 40px;
}
section.header__mobmenu .mobmenu__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header__mobmenu .mobmenu__nav > ul > li {
	display: block;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #A8795C;
}
section.header__mobmenu .mobmenu__nav > ul > li:not(:first-child) {
	padding-top: 15px;
}
section.header__mobmenu .mobmenu__nav .nav-link {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
}
section.header__mobmenu .mobmenu__nav .nav-link b {
	display: block;
	font-weight: 600;
}
section.header__mobmenu .mobmenu__nav .nav-link i {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 12px;
	height: 20px;
	transition: transform .3s ease-in-out;
}
section.header__mobmenu .mobmenu__nav .nav-link i svg {
	width: 100%;
	height: 100%;
}
section.header__mobmenu .mobmenu__nav .nav-subnav {
	display: none;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}
section.header__mobmenu .mobmenu__nav .nav-subnav::before,
section.header__mobmenu .mobmenu__nav .nav-subnav::after {
	display: block;
	width: 100%;
	height: 15px;
	content: "";
}
section.header__mobmenu .mobmenu__nav .nav-subnav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.header__mobmenu .mobmenu__nav .nav-subnav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}
section.header__mobmenu .mobmenu__nav .nav-subnav > ul > li:not(:first-child) {
	margin-top: 5px;
}
section.header__mobmenu .mobmenu__nav .nav-subnav .subnav-link {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
}
section.header__mobmenu .mobmenu__nav > ul > li.has-subnav.c1 .nav-link i {
	color: #A8795C;
}
section.header__mobmenu .mobmenu__nav > ul > li.has-subnav.c2 .nav-link i {
	color: #ED2986;
}
section.header__mobmenu .mobmenu__nav > ul > li.has-subnav.c3 .nav-link i {
	color: #714639;
}
section.header__mobmenu .mobmenu__nav > ul > li.has-subnav.c4 .nav-link i {
	color: #76CFE7;
}
section.header__mobmenu .mobmenu__nav > ul > li.has-subnav.c5 .nav-link i {
	color: #5DBE79;
}
section.header__mobmenu .mobmenu__nav > ul > li.subnav-active .nav-link i {
	transform: rotate(90deg);
}
section.header__mobmenu .mobmenu__nav > ul > li.subnav-active .nav-subnav {
	opacity: 1;
}
section.header__mobmenu .mobmenu__footer {
	margin-top: auto;
}

/* Nav */
nav.nav > ul {
	display: block;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
nav.nav > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	vertical-align: bottom;
	font-size: 16px;
	font-size: 1rem;
}
/*nav.nav > ul > li:not(:last-child) {
	min-width: 160px;
}*/
nav.nav .nav-link {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
}
nav.nav .nav-link b {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
nav.nav .nav-link b.underline {
	position: relative;
	z-index: 1;
}
nav.nav .nav-link b.underline::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	visibility: hidden;
	height: 2px;
	content: "";
	transition: visibility .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-transform: scale(.5) translateY(-1px);
	-ms-transform: scale(.5) translateY(-1px);
	transform: scale(.5) translate3d(0, -1px, 0);
	pointer-events: none;
	opacity: 0;
	background: currentColor;
	backface-visibility: hidden;
}
nav.nav .nav-link b.underline.c1::after {
	background: #A8795C;
}
nav.nav .nav-link b.underline.c2::after {
	background: #ED2986;
}
nav.nav .nav-link b.underline.c3::after {
	background: #714639;
}
nav.nav .nav-link b.underline.c4::after {
	background: #76CFE7;
}
nav.nav .nav-link b.underline.c5::after {
	background: #5DBE79;
}
nav.nav .nav-link.active b.underline::after,
nav.nav .nav-link:hover b.underline::after {
	visibility: visible;
	-webkit-transform: scale(1) translateY(4px);
	-ms-transform: scale(1) translateY(4px);
	transform: scale(1) translate3d(0, 4px, 0);
	opacity: 1;
}
nav.nav .nav-subnav {
	position: absolute;
	z-index: -2;
	top: 100%;
	right: 0;
	left: 0;
	left: 425px;
	display: none;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translate3d(0, -50%, 0);
	backface-visibility: hidden;
}
nav.nav .nav-subnav .subnav-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: -425px;
	padding: 0 15px 15px;
	background: #FFF;
}
nav.nav .nav-subnav .subnav-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
nav.nav .nav-subnav .subnav-wrapper > .wrapper-left {
	float: left;
	clear: left;
	width: 100%;
	max-width: 350px;
}
nav.nav .nav-subnav .subnav-wrapper > .wrapper-right {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 350px);
	padding: 30px 60px;
}
nav.nav .nav-subnav .subnav-image {
	width: 100%;
	height: 100%;
	min-height: 460px;
}
nav.nav .nav-subnav .subnav-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.nav .nav-subnav .subnav-menu > ul::after {
	display: table;
	clear: both;
	content: "";
}
nav.nav .nav-subnav .subnav-menu > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}
nav.nav .nav-subnav .subnav-menu > ul > li:not(:first-child) {
	margin-top: 15px;
}
nav.nav .nav-subnav .subnav-menu .menu-link {
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 20px;
}
nav.nav .nav-subnav .subnav-menu .menu-link:hover {
	text-decoration: underline;
}
nav.nav > ul > li.subnav-active .nav-link b.underline::after {
	visibility: visible;
	-webkit-transform: scale(1) translateY(40px);
	-ms-transform: scale(1) translateY(40px);
	transform: scale(1) translate3d(0, 40px, 0);
	opacity: 1;
}
nav.nav > ul > li.subnav-active .nav-subnav {
	z-index: -1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translate3d(0, 0, 0);
}

/* Main */
main.main {
	position: relative;
	z-index: 0;
}

/* Header Divider */
section.hd__1 {
	border-top: 10px solid #A8795C;
}
section.hd__2 {
	border-top: 10px solid #C7B8A7;
}
section.hd__3 {
	border-top: 10px solid #714639;
}
section.hd__4 {
	border-top: 10px solid #76CFE7;
}
section.hd__5 {
	border-top: 10px solid #5DBE79;
}

/* Hero */
section.hero {
	position: relative;
	overflow: hidden;
}
section.hero .hero__swiper .swiper-slide {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}
section.hero .hero__swiper .swiper-pagination {
	position: relative;
	bottom: 15px;
	left: auto;
	width: 100%;
	max-width: 1340px;
	height: 0;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translate3d(0, -30px, 0);
	text-align: left;
	font-size: 0;
}
section.hero .hero__swiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	transition: background-color .3s ease-in-out;
	opacity: 1;
	border: 1px solid #C7B8A7;
	outline: none;
	background: none;
}
section.hero .hero__swiper .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
	margin-left: 5px;
}
section.hero .hero__swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 5px;
}
section.hero .hero__swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #C7B8A7;
}
section.hero .hero__slide {
	position: relative;
	z-index: 0;
}
section.hero .hero__slide .slide-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	min-height: 640px;
}
section.hero .hero__slide .slide-content {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 580px;
	padding-top: 75px;
	color: #A8795C;
}
section.hero .hero__slide .slide-content::before {
	position: absolute;
	z-index: -1;
	display: block;
    width: 1441px;
	content: "";
	background: url("./assets/static/img/shapes/home_hero_slider-foundation2.svg") left no-repeat;
	background-size: contain;
    left: -240px;
    opacity: 0.8;
    margin-top: -290px;
    height: 845px;
}
section.hero .hero__slide .slide-content .content-title {
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 1.15;
	color: #FFFFFF;
}
section.hero .hero__slide .slide-content .content-body:not(:first-child) {
	margin-top: 15px;
}
section.hero .hero__slide .slide-content .btn {
	background-color: #C7B8A7;
	color: #714639;
}
section.hero .hero__slide .slide-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.hero .hero__slide .slide-bg img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Home Intro */
section.hp__intro {
	display: none;
	overflow: hidden;
	padding: 60px 0;
}
section.hp__intro .intro-wrapper {
	position: relative;
}
section.hp__intro .intro__header {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	color: #A8795C;
}
section.hp__intro .intro__header .header-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
section.hp__intro .intro__header .header-body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
section.hp__intro .intro__header .header-body:not(:first-child) {
	margin-top: 10px;
}
section.hp__intro .intro__image {
	position: relative;
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
}
section.hp__intro .intro__image::before {
	display: block;
	padding-bottom: 480px;
	content: "";
}
section.hp__intro .intro__image img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
section.hp__intro .intro__image:not(:first-child) {
	margin-top: 40px;
}
section.hp__intro .intro__arrow {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 60px;
	height: 30px;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("./assets/static/img/icons/arrow-scroll.svg") center no-repeat;
	background-size: contain;
}

/* Home Help */
section.hp__help {
	overflow: hidden;
	background: #2E3232;
}
section.ab__hchi.hp__help {
	background:#ffffff;
}
section.hp__help .help__header {
	padding: 150px 0 60px;
	text-align: center;
	color: #FFF;
}
section.hp__help .help__header .header-icon {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}
section.hp__help .help__header .header-icon img {
	width: 100%;
	height: auto;
}
section.hp__help .help__header .header-title {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.hp__help .help__header .header-title:not(:first-child) {
	margin-top: 20px;
}
section.hp__help .help__nav {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
section.hp__help .help__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.hp__help .help__nav > ul > li {
	display: inline-block;
	width: 25%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.hp__help .help__nav .nav-link {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-top: 2px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 2px solid #FFF;
	background: #2E3232;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 28px;
}
section.hp__help .help__nav .nav-link.active {
	color: #A8795C;
	background-color: #FFF;
}
section.hp__help .help__nav > ul > li:first-child .nav-link {
	border-left-width: 2px;
}
section.hp__help .help__nav > ul > li:last-child .nav-link {
	border-right-width: 2px;
}
section.hp__help .help__main {
	background: #FFF;
}
section.hp__help .help__main:not(:first-child) {
	padding-top: 60px;
}
section.hp__help .help__content .content-head {
	display: none;
	margin: 0 -30px;
}
section.hp__help .help__content .content-head .head-btn {
	display: block;
	width: 100%;
	padding: 0 15px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-top: 2px solid #FFF;
	background: #714639;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 28px;
}
section.hp__help .help__content .content-main {
	display: none;
}
section.hp__help .help__content .content-main::after {
	display: table;
	clear: both;
	content: "";
}
section.hp__help .help__content .content-main > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 280px;
	padding-right: 60px;
}
section.hp__help .help__content .content-main > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 280px);
	max-width: 1000px;
}
section.hp__help .help__content .content-link-block {
	text-align: right;
}
section.hp__help .help__content .content-link-block:not(:first-child) {
	margin-top: 10px;
}
section.hp__help .help__content .content-btn-block {
	margin: 0 -5px;
	font-size: 0;
}
section.hp__help .help__content .content-btn-block .help__btn {
	margin: 0 5px;
	margin-bottom: 10px;
}
section.hp__help .help__link {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
}
section.hp__help .help__link::before {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 15px;
	height: 10px;
	content: "";
	transition: transform .3s ease-in-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	background: url("./assets/static/img/icons/link-arrow.svg") right center no-repeat;
	background-size: contain;
}
section.hp__help .help__link:hover::before {
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	transform: translate3d(5px, 0, 0);
}
section.hp__help .help__btn {
	display: inline-block;
	padding: 10px 20px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	vertical-align: top;
	text-decoration: none;
	color: #A8795C;
	border: 1px solid #A8795C;
	background: transparent;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
}
section.hp__help .help__btn:hover {
	color: #FFF;
	background-color: #A8795C;
}
section.hp__help .help__btn b {
	font-weight: 600;
}

/* Home Quote */
section.hp__quote {
	overflow: hidden;
	background: #FFF;
}
section.hp__quote:not(:first-child) {
	margin-top: 120px;
}
section.hp__quote .quote-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
section.hp__quote .quote-wrapper > .col-l {
	width: 100%;
	width: calc(50% + 140px);
	max-width: 780px;
	padding-right: 30px;
}
section.hp__quote .quote-wrapper > .col-r {
	width: 100%;
	width: calc(50% - 140px);
	max-width: 500px;
}
section.hp__quote .quote__content {
	padding: 0 30px;
	text-align: center;
	color: #A8795C;
}
section.hp__quote .quote__content .content-q {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
}
section.hp__quote .quote__content .content-a {
	font-size: 16px;
	font-size: 1rem;
}
section.hp__quote .quote__content .content-a:not(:first-child) {
	margin-top: 10px;
}
section.hp__quote .quote__image img {
	width: 100%;
	height: auto;
}

/* HcHi */
section.hchi {
	overflow: hidden;
	background: #FFF;
}
section.hchi .hchi-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
section.hchi .hchi-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.hchi .hchi-wrapper > .col-l {
	float: left;
	clear: left;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 50%;
}
section.hchi .hchi-wrapper > .col-r {
	float: right;
	clear: right;
	-ms-flex-item-align: center;
	align-self: center;
	width: 50%;
}
section.hchi .hchi__image img {
	width: 100%;
	height: auto;
}
section.hchi .hchi__video {
	position: relative;
	z-index: 0;
	display: block;
}
section.hchi .hchi__video .video-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 25%;
	max-width: 120px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	background: #FFF;
	background: url("./assets/static/img/icons/play-white.svg") center no-repeat;
	background-size: contain;
	backface-visibility: hidden;
}
section.hchi .hchi__video .video-icon::before {
	display: block;
	padding-bottom: 100%;
	content: "";
}
section.hchi .hchi__video .video-preview {
	position: relative;
	z-index: -1;
	overflow: hidden;
	min-height: 240px;
	max-height: 400px;
}
section.hchi .hchi__video .video-preview::before {
	display: block;
	padding-bottom: 56.25%;
	content: "";
}
section.hchi .hchi__video .video-preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
	backface-visibility: hidden;
}
section.hchi .hchi__video:hover .video-preview img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.hchi .hchi__content {
	width: 100%;
	max-width: 635px;
	margin: 0 auto;
	padding: 0px 50px;
	/*text-align: center;*/
}
section.hchi .hchi__content:not(:first-child) {
	margin-top: 20px;
}
section.hchi .hchi__content .content-header .header-icon {
	width: 100%;
	max-width: 40px;
	margin: 0 auto;
}
section.hchi .hchi__content .content-header .header-title {
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.hchi .hchi__content .content-header .header-title:not(:first-child) {
	margin-top: 20px;
}
section.hchi .hchi__content .content-body:not(:first-child) {
	margin-top: 10px;
}
section.hchi .hchi__content .content-video {
	margin: 0 -30px;
}
section.hchi .hchi__content .content-video:not(:first-child) {
	margin-top: 30px;
}
section.hchi .hchi__content .content-link-block {
	margin: 0 -20px;
	font-size: 0;
}
section.hchi .hchi__content .content-link-block:not(:first-child) {
	margin-top: 30px;
}
section.hchi .hchi__content .content-link-block a {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
}
section.hchi .hchi__content .content-link-block a:hover {
	text-decoration: underline;
}
section.hchi .hchi-wrapper.row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section.hchi .hchi-wrapper.row-reverse > .col-l {
	-ms-flex-item-align: center;
	align-self: center;
}
section.hchi .hchi-wrapper.row-reverse > .col-r {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
section.hchi .desktop-only {
	display: block;
}
section.hchi .mobile-only {
	display: none;
}
section.hchi.hchi__hp1 {
	margin-top: 120px;
}
section.hchi.hchi__hp2 {
	margin: 150px 0;
}

/* Spectrum Care */
section.spcare {
	overflow: hidden;
	background: #FFF;
}
section.spcare .spcare-header {
	text-align: center;
	color: #A8795C;
}
section.spcare .spcare-header .header-title {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.spcare .spcare-wrapper {
	overflow: hidden;
}
section.spcare .spcare-wrapper:not(:first-child) {
	margin-top: 50px;
}
section.spcare .spcare__swiper .swiper-wrapper {
	backface-visibility: hidden;
}
section.spcare .spcare__swiper .swiper-container {
	margin: 0 -30px;
}
section.spcare .spcare__swiper .swiper-slide {
	width: auto;
	padding: 0 30px;
	backface-visibility: hidden;
}
section.spcare .spcare__content {
	display: block;
	text-decoration: none;
	color: #A8795C;
}
section.spcare .spcare__content .content-img {
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	border-bottom: 10px solid #A8795C;
}
section.spcare .spcare__content .content-img.img-s {
	width: 360px;
}
section.spcare .spcare__content .content-img.img-m {
	width: 405px;
}
section.spcare .spcare__content .content-img.img-l {
	width: 545px;
}
section.spcare .spcare__content .content-img.ib-2 {
	border-bottom: 10px solid #ED2986;
}
section.spcare .spcare__content .content-img.ib-3 {
	border-bottom: 10px solid #714639;
}
section.spcare .spcare__content .content-img.ib-4 {
	border-bottom: 10px solid #76CFE7;
}
section.spcare .spcare__content .content-img.ib-5 {
	border-bottom: 10px solid #5DBE79;
}
section.spcare .spcare__content .content-img img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	backface-visibility: hidden;
}
section.spcare .spcare__content .content-details:not(:first-child) {
	margin-top: 20px;
}
section.spcare .spcare__content .content-details .details-title {
	width: 100%;
/*	max-width: 275px; */
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.spcare .spcare__content .content-details .details-footer {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
}
section.spcare .spcare__content .content-details .details-footer:not(:first-child) {
	margin-top: 20px;
}
section.spcare .spcare__content .content-details .details-footer .footer-watch {
	position: relative;
	min-height: 20px;
	padding-left: 20px;
}
section.spcare .spcare__content .content-details .details-footer .footer-watch::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid currentColor;
}
section.spcare .spcare__content:hover .content-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.spcare.spcare__hp {
	margin: 100px 0;
}

/* Home Contact */
section.hp__contact {
	overflow: hidden;
	margin-top: 60px;
	padding: 60px 0 120px 0;
	background: #F4F4F4;
}
section.hp__contact .contact-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.hp__contact .contact-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	width: calc(50% + 20px);
	max-width: 660px;
	padding-right: 60px;
}
section.hp__contact .contact-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(50% - 20px);
	max-width: 620px;
}
section.hp__contact .contact__find .find-header {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.hp__contact .contact__find .find-main {
	position: relative;
	z-index: 0;
}
section.hp__contact .contact__find .find-main:not(:first-child) {
	margin-top: 20px;
}
section.hp__contact .contact__find .find-main img {
	width: 100%;
	height: auto;
}
section.hp__contact .contact__enquiry .enquiry-header {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.hp__contact .contact__enquiry .enquiry-main:not(:first-child) {
	margin-top: 40px;
}
section.hp__contact .contact__enquiry .enquiry-main .main-form form.form .form-input:not(:focus) {
	border-color: #FFF;
}

/* Contact Intro */
section.cp__intro {
	padding: 120px 0 80px;
}
section.cp__intro .intro__header {
	text-align: center;
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.cp__intro .intro__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -40px;
	text-align: center;
	font-size: 0;
}
section.cp__intro .intro__main:not(:first-child) {
	margin-top: 120px;
}
section.cp__intro .intro__main > .col {
	display: inline-block;
	width: 33.33333333333333%;
	max-width: 322px;
	padding: 0 40px;
	vertical-align: top;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	font-size: 16px;
	font-size: 1rem;
}
section.cp__intro .intro__main > .col:not(:first-child) {
	border-left-color: #A8795C;
}
section.cp__intro .intro__content {
	padding: 20px 0;
}
section.cp__intro .intro__content .content-h2 {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.cp__intro .intro__content .content-link {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}
section.cp__intro .intro__content .content-link:not(:first-child) {
	margin-top: 10px;
}
section.cp__intro .intro__content .content-link a {
	text-decoration: none;
	color: #000;
}
section.cp__intro .intro__content .content-link a:hover {
	text-decoration: underline;
}

/* Contact Location */
section.cp__location {
	overflow: hidden;
}
section.cp__location .location__mc {
	width: 100%;
	padding: 40px;
}
section.cp__location .location__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 325px;
	min-height: 325px;
	padding: 40px;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
section.cp__location .location__content b {
	font-weight: 600;
}
section.cp__location .location__content a {
	text-decoration: none;
	color: inherit;
}
section.cp__location .location__content a:hover {
	text-decoration: underline;
}
section.cp__location .location__content.c1 {
	background: #714639;
}
section.cp__location .location__content.c2 {
	background: #A8795C;
}
section.cp__location .location__content.c3 {
	background: #ED2986;
}
section.cp__location .location__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: #F4F4F4;
}
section.cp__location .location__mf > .col {
	position: relative;
}
section.cp__location .location__mf .location__mc {
	max-width: 820px;
	margin: 0 auto;
}
section.cp__location .location__mf .location__content {
	margin-left: auto;
}
section.cp__location .location__mh {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -5px;
	font-size: 0;
}
section.cp__location .location__mh:not(:first-child) {
	margin-top: 10px;
}
section.cp__location .location__mh::after {
	display: table;
	clear: both;
	content: "";
}
section.cp__location .location__mh > .col {
	position: relative;
	display: inline-block;
	width: 50%;
	margin: 0 5px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}

/* Contact Enquiry */
section.cp__enquiry {
	position: relative;
	padding: 100px 0;
}
section.cp__enquiry .container {
	max-width: 1060px;
}
section.cp__enquiry .enquiry-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.cp__enquiry .enquiry-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.cp__enquiry .enquiry-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 300px;
}
section.cp__enquiry .enquiry-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 300px);
	max-width: 700px;
}
section.cp__enquiry .enquiry__nav {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	width: 100%;
	max-width: 180px;
}
section.cp__enquiry .enquiry__nav.start {
	position: fixed;
	top: 0;
}
section.cp__enquiry .enquiry__nav.end {
	bottom: 0;
}
section.cp__enquiry .enquiry__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.cp__enquiry .enquiry__nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
section.cp__enquiry .enquiry__nav > ul > li:not(:first-child) {
	margin-top: 15px;
}
section.cp__enquiry .enquiry__nav > ul > li.active {
	font-weight: 600;
}
section.cp__enquiry .enquiry__nav a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #A8795C;
}
section.cp__enquiry .enquiry__nav a:hover {
	text-decoration: underline;
}
section.cp__enquiry .enquiry__main:not(:first-child) {
	margin-top: 100px;
}
section.cp__enquiry .enquiry__main .main-header .header-title {
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.cp__enquiry .enquiry__main .main-header .header-body {
	width: 100%;
	max-width: 420px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.cp__enquiry .enquiry__main .main-header .header-body:not(:first-child) {
	margin-top: 20px;
}
section.cp__enquiry .enquiry__main .main-form:not(:first-child) {
	margin-top: 60px;
}
section.cp__enquiry .enquiry__main .main-team:not(:first-child) {
	margin-top: 30px;
}
section.cp__enquiry .enquiry__main .main-team {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
section.cp__enquiry .enquiry__main .main-team a {
	text-decoration: none;
	color: inherit;
}
section.cp__enquiry .enquiry__main .main-team a:hover {
	text-decoration: underline;
}
section.cp__enquiry .enquiry__main .main-team b {
	font-weight: 600;
}
section.cp__enquiry .enquiry__main .main-team p:not(:first-child) {
	margin-top: 20px;
}
section.cp__enquiry .enquiry__main .main-team span {
	color: #A8795C;
}

/* Spectrum Care Intro */
section.sc__intro {
	padding: 120px 0 80px 0;
	background: #FFF;
}
section.sc__intro .intro-wrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
section.sc__intro .intro__content {
	text-align: center;
}
section.sc__intro .intro__content .content-logo {
	height: 120px;
	margin-bottom: 40px;
}
section.sc__intro .intro__content .content-logo img {
	position: relative;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translate3d(0, -50%, 0);
}
section.sc__intro .intro__content .content-title {
	padding-bottom: 40px;
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.sc__intro .intro__content .content-body {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}

/* Spectrum Care Cover */
section.sc__cover {
	overflow: hidden;
}
section.sc__cover img {
	width: 100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
}

/* Spectrum Care Article */
section.sc__art {
	position: relative;
	padding: 100px 0;
	background: #FFF;
}
section.sc__art .container {
	max-width: 1110px;
}
section.sc__art .art-header {
	width: 100%;
	width: calc(100% - 300px);
	max-width: 750px;
	margin-left: auto;
}
section.sc__art .art-header .header-title {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.sc__art .art-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.sc__art .art-wrapper:not(:first-child) {
	margin-top: 100px;
}
section.sc__art .art-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.sc__art .art-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 300px;
}
section.sc__art .art-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 300px);
	max-width: 750px;
}
section.sc__art .art-footer {
	height: 20px;
}
section.sc__art .art-footer:not(:first-child) {
	margin-top: 20px;
}
section.sc__art .art-footer .footer-arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 0 10px;
	cursor: pointer;
	color: #FFF;
	background: #A8795C;
}
section.sc__art .art-footer .footer-arrow svg {
	width: 20px;
	height: 40px;
	fill: currentColor;
}
section.sc__art .art-footer .footer-arrow.s2 {
	background: #A8795C;
}
section.sc__art .art-footer .footer-arrow.s3 {
	background: #714639;
}
section.sc__art .art-footer .footer-arrow.s4 {
	background: #76CFE7;
}
section.sc__art .art-footer .footer-arrow.s5 {
	background: #5DBE79;
}

section.sc__art .art__nav {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	width: 100%;
	max-width: 180px;
	color: #A8795C;
}
section.sc__art .art__nav.start {
	position: fixed;
	top: 0;
}
section.sc__art .art__nav.end {
	bottom: 0;
}
section.sc__art .art__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.sc__art .art__nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
section.sc__art .art__nav > ul > li:not(:first-child) {
	margin-top: 15px;
}
section.sc__art .art__nav > ul > li.active {
	font-weight: 600;
}
section.sc__art .art__nav > ul > li > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.sc__art .art__nav > ul > li > ul:not(:first-child) {
	margin-top: 10px;
}
section.sc__art .art__nav > ul > li > ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-weight: 400;
}
section.sc__art .art__nav > ul > li > ul > li:not(:first-child) {
	margin-top: 5px;
}
section.sc__art .art__nav > ul > li > ul > li.active {
	font-weight: 600;
}
section.sc__art .art__nav > ul > li > ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2013";
}
section.sc__art .art__nav a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
}
section.sc__art .art__nav a:hover {
	text-decoration: underline;
}
section.sc__art .art__main:last-child {
	min-height: calc(100vh - 460px);
}
section.sc__art .art__main:not(:first-child) {
	margin-top: 50px;
	padding-top: 40px;
}
section.sc__art .art__main .main-header .header-title {
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.sc__art .art__main .main-header .header-body {
	width: 100%;
	max-width: 420px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.sc__art .art__main .main-content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
section.sc__art .art__main .main-content:not(:first-child) {
	margin-top: 40px;
}
section.sc__art .art__main .main-content::after {
	display: table;
	clear: both;
	content: "";
}
section.sc__art .art__main .main-content b {
	font-weight: 600;
}
section.sc__art .art__main .main-content b a {
	text-decoration: none;
	color: #000;
}
section.sc__art .art__main .main-content b a:hover {
	text-decoration: underline;
}
section.sc__art .art__main .main-content h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.25;
}
section.sc__art .art__main .main-content h4:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content h5 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
}
section.sc__art .art__main .main-content h5:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.sc__art .art__main .main-content ul:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
section.sc__art .art__main .main-content ul > li:not(:first-child) {
	margin-top: .25em;
}
section.sc__art .art__main .main-content ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
}
section.sc__art .art__main .main-content ul.dashed > li::before {
	content: "\2013";
}
section.sc__art .art__main .main-content img[align="right"] {
	max-width: 160px;
	margin-bottom: 48px;
	margin-left: 48px;
}
section.sc__art .art__main .main-content img.cover {
	width: 100%;
	height: auto;
	margin: 0;
}
section.sc__art .art__main .main-content img.cover:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content .clearboth {
	clear: both;
}
section.sc__art .art__main .main-content a.img-link {
	display: block;
	overflow: hidden;
}
section.sc__art .art__main .main-content a.img-link:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content a.img-link img {
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	backface-visibility: hidden;
}
section.sc__art .art__main .main-content a.img-link:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.sc__art .art__main .main-content .split-images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -20px;
}
section.sc__art .art__main .main-content .split-images:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content .split-images::after {
	display: table;
	clear: both;
	content: "";
}
section.sc__art .art__main .main-content .split-images > .col {
	display: inline-block;
	width: 50%;
	min-height: 100%;
	padding: 0 20px;
	vertical-align: top;
}
section.sc__art .art__main .main-content .split-images img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
section.sc__art .art__main .main-content .triple-images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
section.sc__art .art__main .main-content .triple-images:not(:first-child) {
	margin-top: 30px;
}
section.sc__art .art__main .main-content .triple-images::after {
	display: table;
	clear: both;
	content: "";
}
section.sc__art .art__main .main-content .triple-images > .col {
	display: inline-block;
	width: 33.33333333333333%;
	min-height: 100%;
	margin-bottom: 45px;
	padding: 0 15px;
	vertical-align: top;
}
section.sc__art .art__main .main-content .triple-img-wrapper {
	display: block;
	text-decoration: none;
	color: #A8795C;
}
section.sc__art .art__main .main-content .triple-img-block {
	position: relative;
	overflow: hidden;
}
section.sc__art .art__main .main-content .triple-img-block::before {
	display: block;
	padding-bottom: 100%;
	content: "";
}
section.sc__art .art__main .main-content .triple-img-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
	backface-visibility: hidden;
}
section.sc__art .art__main .main-content .triple-img-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.sc__art .art__main .main-content .triple-img-title:not(:first-child) {
	margin-top: 15px;
}
section.sc__art .art__main .main-content .triple-img-wrapper:hover .triple-img-block img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.sc__art .art__main .main-content .triple-img-wrapper:hover .triple-img-title {
	font-weight: 600;
}

/*
section.sc__art .art__main .main-content .triple-images img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
section.sc__art .art__main .main-content .triple-images a.img-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/
section.sc__art .art__main .main-content .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
section.sc__art .art__main .main-content .video-container:not(:first-child) {
	margin-top: 1em;
}
section.sc__art .art__main .main-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
	outline: none;
}
section.sc__art .art__main .main-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.sc__art .art__main .main-footer:not(:first-child) {
	margin-top: 4em;
}
section.sc__art .art__main .main-footer > .col-l {
	float: left;
	clear: left;
	flex: 0 0 auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-right: 20px;
}
section.sc__art .art__main .main-footer > .col-r {
	float: right;
	clear: right;
	flex: 1 1 auto;
	-ms-flex-item-align: center;
	align-self: center;
}
section.sc__art .art__main .main-footer .footer-btn {
	display: block;
	padding: 15px 30px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #A8795C;
	border: 1px solid #A8795C;
	outline: none;
	background: transparent;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 24px;
}
section.sc__art .art__main .main-footer .footer-btn:hover {
	color: #FFF;
	background-color: #A8795C;
}
section.sc__art .art__main .main-footer .footer-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

/* Career Intro */
section.ca__intro {
	position: relative;
	z-index: 0;
	background: #F4F4F4;
}
section.ca__intro .intro-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: calc(100vh - 255px);
	padding: 100px 0;
}
section.ca__intro .intro-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section.ca__intro .intro-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.ca__intro .intro__content {
	text-align: center;
	color: #FFF;
}
section.ca__intro .intro__content .content-icon {
	width: 100%;
	max-width: 40px;
	margin: 0 auto;
}
section.ca__intro .intro__content .content-icon img {
	width: 100%;
	height: auto;
}
section.ca__intro .intro__content .content-title {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.ca__intro .intro__content .content-title:not(:first-child) {
	margin-top: 30px;
}
section.ca__intro .intro__content .content-btn-block:not(:first-child) {
	margin-top: 30px;
}
section.ca__intro .intro__content .content-btn {
	display: inline-block;
	padding: 14.5px 30px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	vertical-align: top;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 24px;
}
section.ca__intro .intro__content .content-btn:hover {
	color: #A8795C;
	background-color: #FFF;
}
section.ca__intro .intro__content .content-btn.btn-download {
	padding-right: 45px;
	padding-left: 45px;
	color: #A8795C;
	background: #FFF;
}
section.ca__intro .intro__content .content-btn.btn-download:hover {
	background-color: rgba(255, 255, 255, .75);
}

/* Career Opportunities */
section.ca__opp {
	position: relative;
	padding: 30px 0 150px;
}
section.ca__opp .container {
	max-width: 1110px;
}
section.ca__opp .opp-profile {
	text-align: right;
}
section.ca__opp .opp-profile .profile-text {
	color: #595959;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.ca__opp .opp-profile .profile-btn-block {
	margin: 0 -10px;
	font-size: 0;
}
section.ca__opp .opp-profile .profile-btn-block:not(:first-child) {
	margin-top: 10px;
}
section.ca__opp .opp-profile .profile-btn-block .btn {
	margin: 0 10px;
}
section.ca__opp .opp-wrapper:not(:first-child) {
	margin-top: 80px;
}
section.ca__opp .opp-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.ca__opp .opp-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.ca__opp .opp-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 300px;
	padding-top: 95px;
}
section.ca__opp .opp-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 300px);
	max-width: 750px;
}
section.ca__opp .opp__filter {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	width: 100%;
	max-width: 240px;
}
section.ca__opp .opp__filter .filter-search h4 {
	margin: 0 0 20px;
	color: #A8795C;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}
section.ca__opp .opp__filter .filter-nav:not(:first-child) {
	margin-top: 10px;
}
section.ca__opp .opp__filter .filter-search .form-input {
	min-height: 50px;
	padding: 12px 15px;
	padding-left: 40px;
	background-image: url("./assets/static/img/icons/search.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left 10px center;
	background-size: 20px 20px;
}
section.ca__opp .opp__filter .filter-nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.ca__opp .opp__filter .filter-nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}
section.ca__opp .opp__filter .filter-nav a {
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
}
section.ca__opp .opp__filter .filter-nav a::before {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 8px;
	height: 30px;
	content: "";
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translate3d(0, 0, 0);
	opacity: .25;
	background: url("./assets/static/img/icons/arrow-right.svg") center no-repeat;
	background-size: contain;
}
section.ca__opp .opp__filter .filter-nav a:hover::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translate3d(5px, 0, 0);
	opacity: 1;
}
section.ca__opp .opp__filter .filter-footer:not(:first-child) {
	margin-top: 20px;
}
section.ca__opp .opp__filter .filter-footer .btn {
	display: block;
	width: 100%;
	max-width: 160px;
	padding-right: 0;
	padding-left: 0;
}
section.ca__opp .opp__filter .filter-footer .btn:not(:first-child) {
	margin-top: 60px;
}
section.ca__opp .opp__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.ca__opp .opp__header:not(:first-child) {
	margin-top: 60px;
}
section.ca__opp .opp__header .header-title {
	float: left;
	clear: left;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.ca__opp .opp__header .header-results {
	float: right;
	clear: right;
	-ms-flex-item-align: center;
	align-self: center;
	color: #595959;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.ca__opp .opp__jlist:not(:first-child) {
	margin-top: 60px;
}
section.ca__opp .opp__job {
	margin-bottom: 100px;
	color: #000;
}
section.ca__opp .opp__job .job-header .header-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.ca__opp .opp__job .job-header .header-title a {
	text-decoration: none;
	color: inherit;
}
section.ca__opp .opp__job .job-header .header-cat {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}
section.ca__opp .opp__job .job-body:not(:first-child) {
	margin-top: 20px;
}
section.ca__opp .opp__job .job-body a {
	text-decoration: underline;
	color: inherit;
	font-weight: 600;
}
section.ca__opp .opp__job .job-footer {
	font-size: 14px;
	font-size: .875rem;
	line-height: 25px;
}
section.ca__opp .opp__job .job-footer:not(:first-child) {
	margin-top: 20px;
}
section.ca__opp .opp__job .job-footer span {
	display: inline-block;
	vertical-align: top;
}
section.ca__opp .opp__pagination {
	font-family: Arial;
}
section.ca__opp .opp__pagination > ul {
	display: block;
	margin: 0 -2.5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
section.ca__opp .opp__pagination > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 2.5px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.ca__opp .opp__pagination > ul > li.hidden {
	display: none;
}
section.ca__opp .opp__pagination .arrow {
	text-decoration: none;
	color: #A8795C;
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
}
section.ca__opp .opp__pagination .arrow:hover {
	text-decoration: underline;
	color: #000;
}
section.ca__opp .opp__pagination .number {
	display: block;
	min-width: 30px;
	padding: 5px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 4px;
	background: #333;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	line-height: 20px;
}
section.ca__opp .opp__pagination .number:hover {
	color: #000;
	background-color: #CCC;
}
section.ca__opp .opp__pagination > ul > li.selected .number {
	pointer-events: none;
	color: #626262;
	background-color: #CCC;
}

/* Search */
section.ca__search {
	padding: 40px 0 100px;
}
section.ca__search .opp-wrapper {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
section.ca__search .opp__filter {
	position: relative;
	top: auto;
	max-width: 100%;
}
section.ca__search .opp__filter .filter-search h4 {
	margin-bottom: 10px;
}
section.ca__search .opp__jlist:not(:first-child) {
	margin-top: 40px;
}
section.ca__search .opp__jlist .jlist-footer:not(:first-child) {
	padding-top: 40px;
}
section.ca__search .opp__job {
	margin-bottom: 60px;
}
section.ca__search .opp__pagination {
	text-align: center;
}

/* Team */
section.team {
	position: relative;
	padding: 100px 0;
}
section.team .container {
	max-width: 1110px;
}
section.team .team-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.team .team-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.team .team-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 300px;
}
section.team .team-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 300px);
	max-width: 750px;
}
section.team .team__nav {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	width: 100%;
	max-width: 180px;
}
section.team .team__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.team .team__nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
section.team .team__nav > ul > li:not(:first-child) {
	margin-top: 15px;
}
section.team .team__nav > ul > li.active {
	font-weight: 600;
}
section.team .team__nav a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #A8795C;
}
section.team .team__nav a:hover {
	text-decoration: underline;
}
section.team .team__main:not(:first-child) {
	margin-top: 110px;
	padding-top: 40px;
}
section.team .team__main .main-header .header-title {
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.team .team__main .main-header .header-body {
	width: 100%;
	max-width: 420px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.team .team__main .main-content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
section.team .team__main .main-content:not(:first-child) {
	margin-top: 40px;
}
section.team .team__main .main-content::after {
	display: table;
	clear: both;
	content: "";
}
section.team .team__main .main-content b {
	font-weight: 600;
}
section.team .team__main .main-content b a {
	text-decoration: none;
	color: #000;
}
section.team .team__main .main-content b a:hover {
	text-decoration: underline;
}
section.team .team__main .main-content h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.25;
}
section.team .team__main .main-content h4:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content h5 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
}
section.team .team__main .main-content h5:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.team .team__main .main-content ul:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
section.team .team__main .main-content ul > li:not(:first-child) {
	margin-top: .25em;
}
section.team .team__main .main-content ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
}
section.team .team__main .main-content ul.dashed > li::before {
	content: "\2013";
}
section.team .team__main .main-content img[align="right"] {
	max-width: 300px;
	margin-bottom: 48px;
	margin-left: 48px;
	border-radius: 50%;
}
section.team .team__main .main-content img.cover {
	width: 100%;
	height: auto;
	margin: 0;
}
section.team .team__main .main-content img.cover:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content .clearboth {
	clear: both;
}
section.team .team__main .main-content .split-images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -20px;
}
section.team .team__main .main-content .split-images:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content .split-images::after {
	display: table;
	clear: both;
	content: "";
}
section.team .team__main .main-content .split-images > .col {
	display: inline-block;
	width: 50%;
	min-height: 100%;
	padding: 0 20px;
	vertical-align: top;
}
section.team .team__main .main-content .split-images img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
section.team .team__main .main-content .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
section.team .team__main .main-content .video-container:not(:first-child) {
	margin-top: 1em;
}
section.team .team__main .main-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
	outline: none;
}
section.team .team__main .main-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.team .team__main .main-footer:not(:first-child) {
	margin-top: 4em;
}
section.team .team__main .main-footer > .col-l {
	float: left;
	clear: left;
	flex: 0 0 auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-right: 20px;
}
section.team .team__main .main-footer > .col-r {
	float: right;
	clear: right;
	flex: 1 1 auto;
	-ms-flex-item-align: center;
	align-self: center;
}
section.team .team__main .main-footer .footer-btn {
	display: block;
	padding: 15px 30px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	text-decoration: none;
	color: #A8795C;
	border: 1px solid #A8795C;
	outline: none;
	background: transparent;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 24px;
}
section.team .team__main .main-footer .footer-btn:hover {
	color: #FFF;
	background-color: #A8795C;
}
section.team .team__main .main-footer .footer-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

/* Team Cover */
section.team__cover {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
section.team__cover .cover-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 500px;
}
section.team__cover .cover__content {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}
section.team__cover .cover__content .content-main {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
}
section.team__cover .cover__content .content-footer {
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 300;
	line-height: 20px;
}
section.team__cover .cover__content .content-footer:not(:first-child) {
	margin-top: 18px;
}
section.team__cover.s1 {
	color: #FFF;
	background: #714639;
}
section.team__cover.s1::before,
section.team__cover.s1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
section.team__cover.s1::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./assets/static/img/shapes/about_bg-foundation-dark.svg") left no-repeat;
	background-size: cover;
}
section.team__cover.s2 {
	color: #ED2986;
	background: #FFF;
}
section.team__cover.s2::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: url("./assets/static/img/shapes/4631552540.svg") right center no-repeat;
	background-size: auto 100%;
}
section.team__cover.s3::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #f2f2f2; 
}
/* Customer Stories */
section.cs__featured .container {
	max-width: 965px;
	padding: 0;
}
section.cs__featured .featured__content .content-img {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 10px solid #A8795C;
}
section.cs__featured .featured__content .content-img.ib-2 {
	border-bottom: 10px solid #ED2986;
}
section.cs__featured .featured__content .content-img.ib-3 {
	border-bottom: 10px solid #714639;
}
section.cs__featured .featured__content .content-img.ib-4 {
	border-bottom: 10px solid #76CFE7;
}
section.cs__featured .featured__content .content-img.ib-5 {
	border-bottom: 10px solid #5DBE79;
}
section.cs__featured .featured__content .content-img img {
	width: 100%;
	height: auto;
	min-height: 240px;
	margin-bottom: -10px;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
	backface-visibility: hidden;
}
section.cs__featured .featured__content .content-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.cs__featured .featured__content .content-main {
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}
section.cs__featured .featured__content .content-main:not(:first-child) {
	margin-top: 30px;
}
section.cs__featured .featured__content .content-main .main-header .header-title {
	text-decoration: none;
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.cs__featured .featured__content .content-main .main-body:not(:first-child) {
	margin-top: 20px;
}

/* Customer Stories Overview */
section.cs__overview {
	padding: 0;
	background: #FFF;
}
section.cs__overview .container {
	max-width: 1025px;
}
/* section.cs__overview .overview__main {
	margin: 0 -35px;
	font-size: 0;
}
section.cs__overview .overview__main > .col {
	display: inline-block;
	width: 33.33333333333333%;
	margin-bottom: 60px;
	padding: 0 35px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem; 
} */

section.cs__overview .overview__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
section.cs__overview .overview__main > .col {
    /* Use flex-basis instead of width */
    flex: 0 0 33.333333%; 
    max-width: 33.333333%;
    margin-bottom: 60px;
    padding: 0 35px;
    box-sizing: border-box;
}
section.cs__overview .overview__content {
	display: block;
	text-decoration: none;
	color: #A8795C;
}
section.cs__overview .overview__content .content-img {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 10px solid #A8795C;
}
section.cs__overview .overview__content .content-img.ib-2 {
	border-bottom: 10px solid #ED2986;
}
section.cs__overview .overview__content .content-img.ib-3 {
	border-bottom: 10px solid #714639;
}
section.cs__overview .overview__content .content-img.ib-4 {
	border-bottom: 10px solid #76CFE7;
}
section.cs__overview .overview__content .content-img.ib-5 {
	border-bottom: 10px solid #5DBE79;
}
section.cs__overview .overview__content .content-img img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	backface-visibility: hidden;
}
section.cs__overview .overview__content .content-details:not(:first-child) {
	margin-top: 20px;
}
section.cs__overview .overview__content .content-details .details-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.cs__overview .overview__content .content-details .details-footer {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
}
section.cs__overview .overview__content .content-details .details-footer:not(:first-child) {
	margin-top: 20px;
}
section.cs__overview .overview__content .content-details .details-footer .footer-watch {
	position: relative;
	min-height: 20px;
	padding-left: 20px;
}
section.cs__overview .overview__content .content-details .details-footer .footer-watch::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid currentColor;
}
section.cs__overview .overview__content:hover .content-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
section.cs__overview .overview__footer:not(:first-child) {
	margin-top: 40px;
}
section.cs__overview .overview__footer .footer-arrow {
	display: block;
	width: 100%;
	max-width: 60px;
	margin: 0 auto;
	text-decoration: none;
	color: #714639;
}
section.cs__overview .overview__footer .footer-arrow svg {
	transition: transform .3s ease-in-out;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translate3d(0, 0, 0);
	fill: currentColor;
	backface-visibility: hidden;
}
section.cs__overview .overview__footer .footer-arrow:hover svg {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translate3d(0, 10px, 0);
}

/* Story Intro */
section.story__intro {
	position: relative;
	z-index: 0;
}
section.story__intro .intro-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: calc(100vh - 265px);
	padding-top: 100px;
}
section.story__intro .intro-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section.story__intro .intro__content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 40px;
	text-align: center;
	color: #000;
	background: #FFF;
}
section.story__intro .intro__content h2 {
	margin: 0;
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
section.story__intro .intro__content h4 {
	margin: 0;
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.story__intro .intro__content p {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}
section.story__intro .intro__content p:not(:first-child) {
	margin-top: 10px;
}

/* Story */
section.story {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}
section.story .story-wrapper {
	padding: 0 30px;
}
section.story .story__header {
	display: block;
	display: none;
	width: 100%;
	max-width: 800px;
	min-height: 310px;
	margin: 0 auto;
	padding: 60px 40px;
	text-align: center;
	background: #FFF;
}
section.story .story__main {
	display: block;
}
section.story .story__article a {
	text-decoration: underline;
	color: inherit;
}
section.story .story__article b {
	font-weight: 600;
}
section.story .story__article ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.story .story__article ul:not(:first-child) {
	margin-top: .5em;
}
section.story .story__article ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
section.story .story__article ul > li:not(:first-child) {
	margin-top: .25em;
}
section.story .story__article ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
}
section.story .story__article ul.dashed > li::before {
	content: "\2013";
}
section.story .story__article .article-body {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
section.story .story__article .article-body:not(:first-child) {
	margin-top: 1em;
}
/* section.story .story__article .article-body img {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}*/
section.story .story__article .img-block.oversized {
	width: calc(100% + 60px);
	max-width: none;
	margin-right: -30px;
	margin-left: -30px;
}
section.story .story__article .img-block.oversized img {
	min-height: 250px;
	max-height: 500px;
	object-fit: cover;
}
section.story .story__article .img-s1 {
	max-width: 800px;
	height: 400px;
}
section.story .story__article .img-s2 {
	width: auto;
	height: 500px;
	margin-right: -30px;
	margin-left: -30px;
}
section.story .wpcf7 h3 {
	display: block;
	margin: 0;
}
section.story .wpcf7 h3:not(:last-child) {
	margin-bottom: 20px;
}
section.story .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
	padding: 0;
}
section.story .wpcf7-form-control-wrap span.wpcf7-form-control {
	display: block;
	margin: 0;
	padding: 0;
}
section.story .wpcf7-form-control-wrap span.wpcf7-list-item {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
section.story .wpcf7-form-control-wrap span.wpcf7-list-item label {
	display: block;
	width: 100%;
	cursor: pointer;
}
section.story .wpcf7-form-control-wrap span.wpcf7-list-item input[type="radio"] {
	position: absolute;
	z-index: -1;
	clip: rect(0, 0, 0, 0);
	width: 0;
	height: 0;
	pointer-events: none;
}

section.story .wpcf7-form-control-wrap span.wpcf7-list-item-label {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
	text-indent: 100%;
	opacity: .4;
	color: transparent;
	border-radius: 50%;
	background: center no-repeat;
	background-size: contain;
	box-shadow: none;
	font-size: 0;
}

section.story .wpcf7-form-control-wrap span.wpcf7-list-item label:hover span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label {
	opacity: 1;
}
section.story .wpcf7-form-control-wrap.trust-you-care,
section.story .wpcf7-form-control-wrap.help-me-live-best,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs,
section.story .wpcf7-form-control-wrap.service-safe-reliable,
section.story .wpcf7-form-control-wrap.think-you-care,
section.story .wpcf7-form-control-wrap.think-you-are-kind,
section.story .wpcf7-form-control-wrap.trust-you,
section.story .wpcf7-form-control-wrap.more-independent,
section.story .wpcf7-form-control-wrap.make-own-decisions,
section.story .wpcf7-form-control-wrap.feel-included,
section.story .wpcf7-form-control-wrap.you-are-understanding,
section.story .wpcf7-form-control-wrap.you-listen,
section.story .wpcf7-form-control-wrap.you-responsive,
section.story .wpcf7-form-control-wrap.feel-safe,
section.story .wpcf7-form-control-wrap.not-rushed-waiting,
section.story .wpcf7-form-control-wrap.service-reliable {
	padding: 0 0 0;
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-form-control {
	margin: 0 -20px;
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item {
	width: 20%;
	padding: 0 20px;
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/reponse1.png");
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/reponse2.png");
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/reponse3.png");
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/reponse4.png");
}
section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/reponse5.png");
}
section.story .wpcf7-form-control-wrap.trust-you-care input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.help-me-live-best input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.listen-and-understand-needs input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-safe-reliable input[type="radio"]:checked + span.wpcf7-list-item-label {
	box-shadow: 0 0 0 12px #FFF, 0 0 8px 12px rgba(0, 0, 0, .25);
}
section.story .wpcf7-form-control-wrap.think-you-care,
section.story .wpcf7-form-control-wrap.think-you-are-kind,
section.story .wpcf7-form-control-wrap.trust-you,
section.story .wpcf7-form-control-wrap.more-independent,
section.story .wpcf7-form-control-wrap.make-own-decisions,
section.story .wpcf7-form-control-wrap.feel-included,
section.story .wpcf7-form-control-wrap.you-are-understanding,
section.story .wpcf7-form-control-wrap.you-listen,
section.story .wpcf7-form-control-wrap.you-responsive,
section.story .wpcf7-form-control-wrap.feel-safe,
section.story .wpcf7-form-control-wrap.not-rushed-waiting,
section.story .wpcf7-form-control-wrap.service-reliable {
	max-width: 180px;
}
section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-form-control,
section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-form-control {
	margin: 0 -10px;
}
section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-list-item,
section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-list-item {
	width: 50%;
	padding: 0 10px;
}
section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/agree.png");
}
section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2020/09/disagree.png");
}
section.story .wpcf7-form-control-wrap.think-you-care input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.think-you-are-kind input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.trust-you input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.more-independent input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.make-own-decisions input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-included input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-are-understanding input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-listen input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.you-responsive input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.feel-safe input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.not-rushed-waiting input[type="radio"]:checked + span.wpcf7-list-item-label,
section.story .wpcf7-form-control-wrap.service-reliable input[type="radio"]:checked + span.wpcf7-list-item-label {
	box-shadow: 0 0 0 8px #FFF, 0 0 8px 8px rgba(0, 0, 0, .25);
}
section.story select.wpcf7-select {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 9px 15px;
	padding-right: 41px;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #000;
	border: 1px solid #999;
	border-radius: 0;
	outline: none;
	background: #FFF url("./assets/static/img/icons/form-select.svg") right center no-repeat;
	background-position: right 15px center;
	background-size: 16px 8px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.story select.wpcf7-select:focus {
	border-color: #8BB6FC;
	box-shadow: 0 0 0 2px rgba(46, 117, 233, .25);
}
section.story select.wpcf7-select::-ms-expand {
	display: none;
}
section.story.story__footer {
	padding: 10px 0 40px;
}

/* Quote */
section.quote {
	background: #A8795C url("./assets/static/img/icons/quote-bg.svg") right bottom no-repeat;
	background-size: 350px 400px;
}
section.quote .quote-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 400px;
	padding: 150px 0;
}
section.quote .quote__content {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}
section.quote .quote__content:not(:first-child) {
	margin-top: 100px;
}
section.quote .quote__content .content-q {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
}
section.quote .quote__content .content-a {
	font-size: 16px;
	font-size: 1rem;
}
section.quote .quote__content .content-a:not(:first-child) {
	margin-top: 10px;
}
section.quote.c2 {
	background-color: #ED2986;
}
section.quote.c3 {
	background-color: #714639;
}
section.quote.c4 {
	background-color: #76CFE7;
}
section.quote.c5 {
	background-color: #5DBE79;
}

/* Related */
section.related {
	padding: 60px 0 100px;
}
section.related .container {
	max-width: 1025px;
}
section.related .related__header {
	text-align: center;
}
section.related .related__header .header-title {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.related .related__main {
	margin: 0 -35px;
	font-size: 0;
}
section.related .related__main:not(:first-child) {
	margin-top: 60px;
}
section.related .related__main > .col {
	display: inline-block;
	width: 33.33333333333333%;
	padding: 0 35px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.related .related__content {
	display: block;
	text-decoration: none;
	color: #A8795C;
}
section.related .related__content .content-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 10px solid #A8795C;
}
section.related .related__content .content-img::before {
	display: block;
	padding-bottom: 72.72727272727273%;
	content: "";
}
section.related .related__content .content-img.ib-2 {
	border-bottom: 10px solid #ED2986;
}
section.related .related__content .content-img.ib-3 {
	border-bottom: 10px solid #714639;
}
section.related .related__content .content-img.ib-4 {
	border-bottom: 10px solid #76CFE7;
}
section.related .related__content .content-img.ib-5 {
	border-bottom: 10px solid #5DBE79;
}
section.related .related__content .content-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
	backface-visibility: hidden;
}
section.related .related__content .content-details:not(:first-child) {
	margin-top: 20px;
}
section.related .related__content .content-details .details-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
section.related .related__content .content-details .details-footer {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
}
section.related .related__content .content-details .details-footer:not(:first-child) {
	margin-top: 20px;
}
section.related .related__content .content-details .details-footer .footer-watch {
	position: relative;
	min-height: 20px;
	padding-left: 20px;
}
section.related .related__content .content-details .details-footer .footer-watch::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid currentColor;
}
section.related .related__content:hover .content-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* About */
section.ab__hchi .hchi__swiper .swiper-slide {
	height: auto;
}
section.ab__hchi .hchi__swiper .swiper-pagination-bullet {
	overflow: hidden;
	width: 15px;
	height: 15px;
	transition: background-color .3s ease-in-out;
	text-indent: 100%;
	opacity: 1;
	color: transparent;
	border: none;
	border-radius: 50%;
	outline: none;
	background: #D8D8D8;
	font-size: 0;
}
section.ab__hchi .hchi__swiper .swiper-pagination-bullet:hover {
	background-color: #B8B8B8;
}
section.ab__hchi .hchi__swiper .swiper-pagination-bullet:not(:first-child) {
	margin-left: 10px;
}
section.ab__hchi .hchi__swiper .swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px;
}
section.ab__hchi .hchi__swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #714639;
}
section.ab__hchi .hchi__slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1440px;
	min-height: 100%;
	margin: 0 auto;
}
section.ab__hchi .hchi__slide::after {
	display: table;
	clear: both;
	content: "";
}
section.ab__hchi .hchi__slide > .col-l {
	float: left;
	clear: left;
	width: 50%;
	width: calc(50% + 10px);
	padding: 0 30px;
}
section.ab__hchi .hchi__slide > .col-r {
	position: relative;
	float: right;
	clear: right;
	width: 50%;
	width: calc(50% - 10px);
	min-height: 460px;
}
section.ab__hchi .hchi__slide .slide-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	min-height: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
section.ab__hchi .hchi__slide .slide-content .content-q {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
	section.ab__hchi .hchi__slide .slide-content .content-q p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}
section.ab__hchi .hchi__slide .slide-content .content-q p:not(:first-child) {
	margin-top: 20px;
}
section.ab__hchi .hchi__slide .slide-pagination {
	bottom: 20px;
	left: 0;
	text-align: left;
}
section.ab__hchi .hchi__slide .slide-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #F4F4F4;
}
section.ab__hchi .hchi__swiper .swiper-container-initialized .hchi__slide {
	transition: opacity .3s ease-in-out;
	opacity: 0;
}
section.ab__hchi .hchi__swiper .swiper-container-initialized .swiper-slide-active .hchi__slide,
section.ab__hchi .hchi__swiper .swiper-container-initialized .swiper-slide-duplicate-active .hchi__slide {
	transition-delay: .15s;
	opacity: 1;
}

/* About TG */
section.ab__tg {
	/*padding: 120px 0;*/
	background: #FFF;
}
section.ab__tg.about_bg {
	background-color: #efefef;
    margin-bottom: 120px;
	padding-top: 120px;
}
section.ab__tg.about_bg .col:nth-child(n+4){
	margin-top: 60px;
}

section.ab__tg + section.ab__tg {
	margin-top: 0;
}
section.ab__tg + section.ab__footer {
	padding-top: 0;
}
section.ab__tg .tg-wrapper {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}
section.ab__tg .tg__main {
	margin: 0 -30px;
	font-size: 0;
}
section.ab__tg .tg__main:not(:first-child) {
	/*margin-top: 120px;*/
}
section.ab__tg .tg__main > .col {
	display: inline-block;
	width: 33.33333333333333%;
	padding: 0 30px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
section.ab__tg .tg__content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

section.ab__tg .tg__content img {
	border-radius:50%;
}

/* About VC */
section.ab__vc .vc__video {
	position: relative;
	z-index: 0;
	display: block;
}
section.ab__vc .vc__video .video-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 25%;
	max-width: 120px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	background: #FFF;
	background: url("./assets/static/img/icons/play-white.svg") center no-repeat;
	background-size: contain;
	backface-visibility: hidden;
}
section.ab__vc .vc__video .video-icon::before {
	display: block;
	padding-bottom: 100%;
	content: "";
}
section.ab__vc .vc__video .video-preview {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
section.ab__vc .vc__video .video-preview img {
	width: 100%;
	height: auto;
	min-height: 250px;
	max-height: 500px;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
	backface-visibility: hidden;
}
section.ab__vc .vc__video:hover .video-preview img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* Spectrum Care Product */
section.sc__product {
	position: relative;
	padding: 100px 0;
	background: #FFF;
}
section.sc__product b {
	font-weight: 600;
}
section.sc__product h2,
section.sc__product h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
section.sc__product h2:not(:first-child),
section.sc__product h4:not(:first-child) {
	margin-top: 1em;
}
section.sc__product h2 {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 1;
}
section.sc__product h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
section.sc__product .container {
	max-width: 1080px;
}
section.sc__product .product-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.sc__product .product-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
section.sc__product .product-wrapper > .col-l {
	float: left;
	clear: left;
	width: 100%;
	max-width: 420px;
	padding-right: 60px;
}
section.sc__product .product-wrapper > .col-r {
	float: right;
	clear: right;
	width: 100%;
	width: calc(100% - 420px);
	max-width: 600px;
	max-width: none;
}
section.sc__product .product__image {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	width: 100%;
}
section.sc__product .product__image img {
	width: 100%;
	height: auto;
}
section.sc__product .product__header h2,
section.sc__product .product__header h4 {
	color: #A8795C;
	font-weight: 400;
}
section.sc__product .product__book {
	padding: 25px;
	background: #F4F4F4;
}
section.sc__product .product__book:not(:first-child) {
	margin-top: 40px;
}
section.sc__product .product__book .book-calendar img {
	width: 100%;
	height: auto;
}
section.sc__product .product__book .book-price {
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
}
section.sc__product .product__book .book-price:not(:first-child) {
	margin-top: 20px;
}
section.sc__product .product__book .book-form:not(:first-child) {
	margin-top: 20px;
}
section.sc__product .product__book .book-form .button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 20px 0 0;
	padding: 10px 20px;
	cursor: pointer;
	user-select: none;
	transition: opacity .3s ease-in-out;
	text-align: center;
	vertical-align: top;
	text-decoration: none !important;
	color: #FFF;
	border: none;
	border-radius: 0;
	outline: none;
	background: #A8795C;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.sc__product .product__book .book-form .button:hover {
	color: #FFF;
	background-color: #A8795C;
}
section.sc__product .product__book .book-form .button.disabled {
	cursor: not-allowed;
	opacity: .5;
}
section.sc__product .product__content:not(:first-child) {
	margin-top: 40px;
}
section.sc__product .product__content h4:not(:first-child) {
	margin-top: 40px;
}
section.sc__product .product__content ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.sc__product .product__content ul:not(:first-child) {
	margin-top: 1em;
}
section.sc__product .product__content ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
section.sc__product .product__content ul > li:not(:first-child) {
	margin-top: .25em;
}
section.sc__product .product__content ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
}
section.sc__product .product__content ul.dashed > li::before {
	content: "\2013";
}

/* About Footer */
section.ab__footer {
	padding: 150px 0;
	background: #FFF;
}
section.ab__footer .footer__content {
	text-align: center;
}
section.ab__footer .footer__content .content-icon {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}
section.ab__footer .footer__content .content-icon img {
	width: 100%;
	height: auto;
}
section.ab__footer .footer__content .content-title {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.333333333333333;
}
section.ab__footer .footer__content .content-title:not(:first-child) {
	margin-top: 20px;
}

/* Split Images */
section.spimg .spimg__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.spimg .spimg__main > .col {
	width: 50%;
}
section.spimg .spimg__image {
	width: 100%;
	height: 100%;
	min-height: 250px;
	max-height: 500px;
	object-fit: cover;
}

/* Footer */
footer.footer {
	min-height: 360px;
	padding: 80px 0;
	color: #A8795C;
	background: rgba(183, 172, 149, 0.2);
}
footer.footer .footer-wrapper::after {
	display: table;
	clear: both;
	content: "";
}
footer.footer .footer-wrapper > .col-l {
	float: left;
	clear: left;
	width: calc(100% - 200px);
	max-width: 1080px;
}
footer.footer .footer-wrapper > .col-r {
	float: right;
	clear: right;
}
footer.footer .footer__ng {
	margin: 0 -40px;
	font-size: 0;
}
footer.footer .footer__ng > .col {
	display: inline-block;
	padding: 0 40px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
footer.footer .footer__nb:not(:first-child) {
	margin-top: 20px;
}
footer.footer .footer__h2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 30px;
}
footer.footer .footer__h2 a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
}
footer.footer .footer__h2 a:hover {
	text-decoration: underline;
}
footer.footer .footer__nav:not(:first-child) {
	margin-top: 10px;
}
footer.footer .footer__nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer.footer .footer__nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}
footer.footer .footer__nav > ul > li:not(:first-child) {
	margin-top: 5px;
}
footer.footer .footer__nav a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
}
footer.footer .footer__nav a:hover {
	text-decoration: underline;
}
footer.footer .footer__share a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
}
footer.footer .footer__share a:hover {
	text-decoration: underline;
}
footer.footer .footer__share a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: url("./assets/static/img/icons/share.svg") center no-repeat;
	background-size: contain;
}
footer.footer .footer__social:not(:first-child) {
	margin-top: 20px;
}
footer.footer .footer__mf {
	display: none;
}

#st-1 .st-btn[data-network='sharethis'] {background-color: #B7AC95 !important;}


/* Responsive */
@media (min-width: 961px) {
	/* Header Mobile Menu */
	section.header__mobmenu {
		display: none !important;
	}
}
@media (max-width: 1440px) {
	/* Team Cover */
	section.team__cover.s1::before,
	section.team__cover.s1::after {
		left: 50%;
		width: 1440px;
		margin-left: -720px;
	}
	section.team__cover.s2::before {
		left: 50%;
		width: 1440px;
		margin-left: -720px;
	}
}
@media (max-width: 1400px) {
	/* Quote */
	section.quote {
		background-size: 175px 200px;
	}
}
@media (max-width: 1340px) {
	/* Header Topbar */
	section.header__tb .container {
		max-width: 1310px;
		margin-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1270px) {
	/* HcHi */
	section.hchi .hchi__content {
		max-width: 555px;
		padding: 20px 40px;
	}
}
@media (max-width: 1200px) {
	/* Header Main */
	section.header__main .main-wrapper > .col-l {
		max-width: 160px;
	}
	section.header__main .main-wrapper > .col-r {
		width: calc(100% - 160px);
		max-width: 980px;
		padding-left: 40px;
	}
	section.header__main .main__logo {
		width: 160px;
		height: 100px;
	}

	/* Navigation */
	nav.nav > ul > li:not(:last-child) {
		min-width: 0;
	}

	/* Career Intro */
	section.ca__intro .intro-wrapper {
		min-height: calc(100vh - 235px);
	}

	/* Footer */
	footer.footer .footer__ng {
		margin: 0 -30px;
	}
	footer.footer .footer__ng > .col {
		padding: 0 30px;
	}
}
@media (max-width: 1080px) {
	/* Header Topbar */
	section.header__tb .tb__nav .nav-contact {
		padding: 0 30px;
	}
	section.header__tb .tb__nav .nav-contact > ul {
		margin: 0 -15px;
	}
	section.header__tb .tb__nav .nav-contact > ul > li {
		padding: 0 15px;
	}
	section.header__tb .tb__nav .nav-social {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* Header Main */
	section.header__main .main__logo {
		width: 130px;
		height: 80px;
	}

	/* Navigation */
	nav.nav .nav-link {
		font-size: 14px;
		font-size: .875rem;
		line-height: 20px;
	}

	/* Home Contact */
	section.hp__contact .contact-wrapper {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	section.hp__contact .contact-wrapper > .col-l,
	section.hp__contact .contact-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.hp__contact .contact-wrapper > .col-l:not(:first-child),
	section.hp__contact .contact-wrapper > .col-r:not(:first-child) {
		margin-top: 40px;
	}
	section.hp__contact .contact__find {
		text-align: center;
	}
	section.hp__contact .contact__find .find-main {
		margin: 0 -30px;
	}
	section.hp__contact .contact__find .find-main img {
		max-width: 600px;
	}
	section.hp__contact .contact__enquiry .enquiry-header {
		text-align: center;
	}

	/* Career Intro */
	section.ca__intro .intro-wrapper {
		min-height: calc(100vh - 215px);
	}

	/* Footer */
	footer.footer .footer__ng {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		-ms-flex-flow: row;
		flex-flow: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -15px;
	}
	footer.footer .footer__ng > .col {
		flex: 1 1 auto;
		padding: 0 15px;
	}
}
@media (max-width: 1025px) {
	/* Customer Stories Overview */
	section.cs__overview .overview__main {
		margin: 0 -15px;
	}
	section.cs__overview .overview__main > .col {
		margin-bottom: 40px;
		padding: 0 15px;
	}

	/* Related */
	section.related .related__main {
		margin: 0 -15px;
	}
	section.related .related__main > .col {
		padding: 0 15px;
	}
}
@media (max-width: 960px) {
	/* Header */
	header.header::before {
		display: none;
	}

	/* Header Topbar */
	section.header__tb {
		display: none;
	}

	/* Header Main */
	section.header__main {
		display: none;
	}

	/* Header Responsive */
	section.header__resp {
		display: block;
	}

	/* Header Mobile Menu */
	body.open-mobmenu,
	body:not(.open-mobmenu) section.mobmenu {
		overflow: hidden !important;
	}

	/* Hero */
	section.hero .hero__slide,
	section.hero .hero__slide .slide-bg {
		padding-top: 400px;
	}
	section.hero .hero__slide .slide-bg {
		height: auto;
	}
	section.hero .hero__slide .slide-wrapper {
		min-height: 0;
	}
	section.hero .hero__slide .slide-content {
		padding: 60px 0 95px;
		margin: 0 auto;
		text-align: center;
	}
	section.hero .hero__slide .slide-content::before {
		display: none;
	}
	section.hero .hero__slide .slide-content .content-title {
		font-size: 32px;
		font-size: 2rem;
	}
	section.hero .hero__slide .slide-content .content-body {
		margin: 0 auto;
	}
	section.hero .hero__swiper .swiper-pagination {
		height: auto;
		bottom: 20px;
		text-align: center;
		position: absolute;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translate3d(0, 0, 0);
	}

	/* Home Intro */
	section.hp__intro .intro__header {
		max-width: 270px;
	}
	section.hp__intro .intro__header .header-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.hp__intro .intro__header .header-body {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Home Help */
	section.hp__help .help__header {
		padding: 120px 0 60px;
	}
	section.hp__help .help__header .header-icon {
		max-width: 30px;
	}
	section.hp__help .help__header .header-title {
		font-size: 32px;
		font-size: 2rem;
	}
	section.hp__help .help__btn {
		padding: 5px 15px;
		font-size: 14px;
		font-size: .875rem;
	}
	section.hp__help .help__content .content-wrapper > .col-l {
		max-width: 260px;
		padding-right: 40px;
	}
	section.hp__help .help__content .content-wrapper > .col-r {
		width: calc(100% - 260px);
		max-width: 640px;
	}


	/* Home Help */
	section.hp__help .help__nav {
		display: none;
	}
	section.hp__help .help__main:not(:first-child) {
		padding-top: 0;
	}
	section.hp__help .help__content .content-head {
		display: block;
	}
	section.hp__help .help__content .content-main > .col-l,
	section.hp__help .help__content .content-main > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section.hp__help .help__content .content-main > .col-l {
		display: none;
	}
	section.hp__help .help__content .content-main > .col-r {
		padding: 40px 0;
	}


	/* Home Quote */
	section.hp__quote .quote-wrapper {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	section.hp__quote .quote-wrapper > .col-l,
	section.hp__quote .quote-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.hp__quote .quote-wrapper > .col-l:not(:first-child),
	section.hp__quote .quote-wrapper > .col-r:not(:first-child) {
		margin-top: 40px;
	}
	section.hp__quote .quote__content {
		padding: 0;
	}

	/* HcHi */
	section.hchi .hchi-wrapper {
		display: block;
		width: 100%;
		max-width: 535px;
		margin: 0 auto;
	}
	section.hchi .hchi-wrapper > .col-l,
	section.hchi .hchi-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.hchi .hchi-wrapper > .col-l:not(:first-child),
	section.hchi .hchi-wrapper > .col-r:not(:first-child) {
		margin-top: 30px;
	}
	section.hchi .hchi__content {
		max-width: 100%;
		padding: 0 30px;
	}
	section.hchi .hchi__content .content-header .header-icon {
		max-width: 30px;
	}
	section.hchi .desktop-only {
		display: none;
	}
	section.hchi .mobile-only {
		display: block;
	}

	/* Contact Enquiry */
	section.cp__enquiry {
		padding: 80px 0;
	}
	section.cp__enquiry .enquiry-wrapper {
		display: block;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	section.cp__enquiry .enquiry-wrapper > .col-l,
	section.cp__enquiry .enquiry-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.cp__enquiry .enquiry-wrapper > .col-l {
		display: none;
	}
	section.cp__enquiry .enquiry__main:not(:first-child) {
		margin-top: 80px;
	}
	section.cp__enquiry .enquiry__main .main-form:not(:first-child) {
		margin-top: 40px;
	}

	/* Contact Intro */
	section.cp__intro {
		padding: 60px 0;
	}
	section.cp__intro .intro__main:not(:first-child) {
		margin-top: 60px;
	}
	section.cp__intro .intro__content .content-h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.cp__intro .intro__content .content-link {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Spectrum Care Article */
	section.sc__art {
		padding: 80px 0;
	}
	section.sc__art .art-header {
		width: 100%;
		margin: 0 auto;
	}
	section.sc__art .art-wrapper {
		display: block;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	section.sc__art .art-wrapper:not(:first-child) {
		margin-top: 80px;
	}
	section.sc__art .art-wrapper > .col-l,
	section.sc__art .art-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.sc__art .art-wrapper > .col-l {
		display: none;
	}
	section.sc__art .art__main:last-child {
		min-height: 0;
	}
	section.sc__art .art__main .main-content .split-images {
		margin: 0 -10px;
	}
	section.sc__art .art__main .main-content .split-images > .col {
		padding: 0 10px;
	}

	/* Career Intro */
	section.ca__intro:only-child {
		margin-bottom: 10px;
	}
	section.ca__intro .intro-wrapper {
		min-height: calc(100vh - 65px);
	}
	section.ca__intro .intro__content .content-icon {
		max-width: 30px;
	}

	/* Team */
	section.team {
		padding: 80px 0;
	}
	section.team .team-wrapper {
		display: block;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	section.team .team-wrapper > .col-l,
	section.team .team-wrapper > .col-r {
		display: block;
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.team .team-wrapper > .col-l {
		display: none;
	}

	/* Team Cover */
	section.team__cover.s1::before,
	section.team__cover.s1::after {
		display: none;
	}
	section.team__cover.s2 {
		background: #F4F4F4;
	}
	section.team__cover.s2::before {
		display: none;
	}
	section.team__cover .cover-wrapper {
		min-height: 0;
	}
	section.team__cover .cover__content {
		padding: 150px 0;
	}

	/* About HcHi */
	section.ab__hchi {
		padding: 0 30px;
	}
	section.ab__hchi:not(:first-child) {
		margin-top: 30px;
	}
	section.ab__hchi .hchi__slide {
		display: block;
		width: 100%;
		max-width: 710px;
		margin: 0 auto;
	}
	section.ab__hchi .hchi__slide > .col-l,
	section.ab__hchi .hchi__slide > .col-r {
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		margin: 0;
		padding: 0;
	}
	section.ab__hchi .hchi__slide > .col-l:not(:first-child),
	section.ab__hchi .hchi__slide > .col-r:not(:first-child) {
		margin-top: 40px;
	}
	section.ab__hchi .hchi__slide .slide-image {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	section.ab__hchi .hchi__slide .slide-image img {
		height: auto;
	}
	section.ab__hchi .hchi__slide .slide-wrapper {
		padding: 0;
	}
	section.ab__hchi .hchi__slide .slide-pagination {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 20px 0 0;
	}

	/* About Footer */
	section.ab__footer {
		padding: 120px 0;
	}
	section.ab__footer .footer__content .content-icon {
		max-width: 60px;
	}

	/* About TG */
	section.ab__tg {
		padding: 80px 0;
	}
	section.ab__tg .tg__main {
		display: block;
		width: 100%;
		max-width: 710px;
		margin: 0 auto;
	}
	section.ab__tg .tg__main > .col {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.ab__tg .tg__main > .col:not(:first-child) {
		margin-top: 1rem;
	}

	/* Customer Stories Overview */
	section.cs__overview {
		padding: 80px 0;
	}
	section.cs__overview .overview__content .content-details .details-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Related */
	section.related {
		padding: 40px 0 80px;
	}
	section.related .related__main:not(:first-child) {
		margin-top: 40px;
	}
	section.related .related__content .content-details .details-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Story Intro */
	section.story__intro .intro-wrapper {
		min-height: 0;
		padding-top: 80px;
	}
	section.story__intro .intro-bg {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
		min-height: 240px;
	}
	section.story__intro .intro-bg::before {
		display: block;
		padding-bottom: 50%;
		content: "";
	}
	section.story__intro .intro-bg img {
		position: absolute;
		top: 0;
		left: 0;
	}
	section.story__intro .intro__content {
		max-width: 720px;
		padding: 0;
	}

	/* Story */
	section.story {
		padding: 80px 0;
	}
	section.story .wpcf7-form-control-wrap.think-you-care,
	section.story .wpcf7-form-control-wrap.think-you-are-kind,
	section.story .wpcf7-form-control-wrap.trust-you,
	section.story .wpcf7-form-control-wrap.more-independent,
	section.story .wpcf7-form-control-wrap.make-own-decisions,
	section.story .wpcf7-form-control-wrap.feel-included,
	section.story .wpcf7-form-control-wrap.you-are-understanding,
	section.story .wpcf7-form-control-wrap.you-listen,
	section.story .wpcf7-form-control-wrap.you-responsive,
	section.story .wpcf7-form-control-wrap.feel-safe,
	section.story .wpcf7-form-control-wrap.not-rushed-waiting,
	section.story .wpcf7-form-control-wrap.service-reliable {
		max-width: 110px;
	}
	section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-form-control {
		margin: 0 -5px;
	}
	section.story .wpcf7-form-control-wrap.think-you-care span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.think-you-are-kind span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.trust-you span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.more-independent span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.make-own-decisions span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.feel-included span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.you-are-understanding span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.you-listen span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.you-responsive span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.feel-safe span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.not-rushed-waiting span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.service-reliable span.wpcf7-list-item {
		padding: 0 5px;
	}

	/* Quote */
	section.quote {
		background-image: none;
	}
	section.quote .quote-wrapper {
		min-height: 0;
		padding: 120px 0;
	}
	section.quote .quote__content:not(:first-child) {
		margin-top: 80px;
	}
	section.quote .quote__content:first-child::before {
		display: block;
		width: 100%;
		max-width: 30px;
		height: 35px;
		margin: 0 auto;
		margin-bottom: 20px;
		content: "";
		background: url("./assets/static/img/icons/spectrum-w.svg") center no-repeat;
		background-size: contain;
	}

	/* Career Opportunities */
	section.ca__opp {
		padding: 30px 0 80px;
	}
	section.ca__opp .opp-wrapper {
		display: block;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	section.ca__opp .opp-wrapper:not(:first-child) {
		margin-top: 60px;
	}
	section.ca__opp .opp-wrapper > .col-l,
	section.ca__opp .opp-wrapper > .col-r {
		display: block;
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section.ca__opp .opp-wrapper > .col-l:not(:first-child),
	section.ca__opp .opp-wrapper > .col-r:not(:first-child) {
		margin-top: 80px;
	}
	section.ca__opp .opp__filter {
		position: relative;
		top: auto;
		max-width: 100%;
	}
	section.ca__opp .opp__filter .filter-footer .btn:not(:first-child) {
		margin-top: 20px;
	}
	section.ca__opp .opp__pagination {
		text-align: center;
	}
	section.ca__opp .opp__job {
		margin-bottom: 80px;
	}

	/* Search */
	section.ca__search {
		padding: 40px 0 80px;
	}
	section.ca__search .opp__job {
		margin-bottom: 60px;
	}
	section.ca__search .opp__jlist .jlist-footer:not(:first-child) {
		padding-top: 20px;
	}

	/* Spectrum Care Product */
	section.sc__product {
		padding: 80px 0;
	}
	section.sc__product .product-wrapper > .col-l {
		width: calc(100% - 480px);
		padding-right: 40px;
	}
	section.sc__product .product-wrapper > .col-r {
		width: 480px;
	}

	/* Footer */
	footer.footer {
		min-height: 0;
		padding: 0;
		background: #FFF;
	}
	footer.footer .container {
		padding: 0;
	}
	footer.footer .footer-wrapper > .col-l,
	footer.footer .footer-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	footer.footer .footer__ng,
	footer.footer .footer__share,
	footer.footer .footer__social {
		display: none;
	}
	footer.footer .footer__mf {
		display: block;
	}
}
@media (max-width: 820px) {
	/* Contact Intro */
	section.cp__intro .intro-wrapper {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	section.cp__intro .intro__header {
		text-align: left;
	}
	section.cp__intro .intro__main {
		display: block;
		margin: 0;
		text-align: left;
	}
	section.cp__intro .intro__main > .col {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
		border: none;
	}
	section.cp__intro .intro__main > .col:not(:first-child) {
		margin-top: 20px;
	}
	section.cp__intro .intro__content {
		padding: 0;
	}
	section.cp__intro .intro__content .content-h2 {
		font-size: 16px;
		font-size: 1rem;
	}
	section.cp__intro .intro__content .content-link {
		font-size: 16px;
		font-size: 1rem;
	}
	section.cp__intro .intro__content .content-link:not(:first-child) {
		margin-top: 5px;
	}

	/* Contact Location */
	section.cp__location {
		padding: 0 30px;
	}
	section.cp__location .location-wrapper {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	section.cp__location .location__mc {
		padding: 0;
	}
	section.cp__location .location__map {
		display: none;
	}
	section.cp__location .location__mf .location__mc {
		max-width: 100%;
		padding: 0;
	}
	section.cp__location .location__mf .location__content {
		margin: 0;
	}
	section.cp__location .location__mh {
		display: block;
		margin: 0;
	}
	section.cp__location .location__mh:not(:first-child) {
		margin-top: 60px;
	}
	section.cp__location .location__mh > .col {
		width: 100%;
		margin: 0;
	}
	section.cp__location .location__mh > .col:not(:first-child) {
		margin-top: 60px;
	}
	section.cp__location .location__mh > .col:nth-child(odd) .location__content {
		margin-left: auto;
	}
}
@media (max-width: 800px) {
	/* Home Help */
	section.hp__help .help__nav .nav-link {
		font-size: 14px;
		font-size: .875rem;
	}
	section.hp__help .help__content .content-wrapper > .col-l,
	section.hp__help .help__content .content-wrapper > .col-r {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	section.hp__help .help__content .content-wrapper > .col-l {
		display: none;
	}

	/* Customer Stories Overview */
	section.cs__overview .overview__content .content-details .details-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Related */
	section.related .related__content .content-details .details-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Spectrum Care Product */
	section.sc__product {
		font-size: 14px;
		font-size: .875rem;
	}
	section.sc__product .product-wrapper > .col-l {
		width: 260px;
	}
	section.sc__product .product-wrapper > .col-r {
		width: calc(100% - 260px);
	}
	section.sc__product h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.sc__product h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.sc__product .product__book .book-price {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Story */
	section.story .wpcf7 form.form .form-row > .col-4 {
		width: 50%;
	}
}
@media (max-width: 720px) {
	/* Career Opportunities */
	section.ca__opp .opp__header {
		display: block;
	}
	section.ca__opp .opp__header .header-title,
	section.ca__opp .opp__header .header-results {
		float: none;
		clear: none;
	}
	section.ca__opp .opp__header .header-results:not(:first-child) {
		margin-top: 10px;
	}

	/* Spectrum Care Product */
	section.sc__product .product-wrapper > .col-l {
		width: calc(50% - 70px);
		padding-right: 30px;
	}
	section.sc__product .product-wrapper > .col-r {
		width: calc(50% + 70px);
	}
}
@media (max-width: 666px) {
	/* Hero */
	section.hero .hero__slide, section.hero .hero__slide .slide-bg {
		padding-top: 60%;
	}
}
@media (max-width: 600px) {
	/* Form */
	form.form .form-row {
		margin: 0 -10px;
	}
	form.form .form-row > .col,
	form.form .form-row > [class*=col-] {
		padding: 0 10px;
	}

	/* Hero */
	section.hero .hero__slide .slide-content .content-title {
		font-size: 24px;
		font-size: 1.5rem;
		color: #A8795C;
	}
	section.hero .hero__slide .slide-content .content-body {
		font-size: 14px;
		font-size: .875rem;
	}
	
	/* Home Intro */
	section.hp__intro {
		display: block;
	}

	/* Home Help */
	section.hp__help .help__content .content-main > .col-r {
		padding: 30px 0;
	}
	section.hp__help .help__btn {
		padding: 0;
		border: none;
	}
	section.hp__help .help__btn,
	section.hp__help .help__btn:hover {
		color: #A8795C;
		background-color: transparent;
	}
	section.hp__help .help__content .content-btn-block {
		margin: 0;
	}
	section.hp__help .help__content .content-btn-block .help__btn {
		display: block;
		margin: 0;
		text-align: center;
	}
	section.hp__help .help__content .content-btn-block .help__btn:not(:first-child) {
		margin-top: 10px;
	}

	/* Home Quote */
	section.hp__quote:not(:first-child) {
		margin-top: 80px;
	}

	/* HcHi */
	section.hchi.hchi__hp1 {
		margin-top: 80px;
	}
	section.hchi.hchi__hp2 {
		margin: 80px 0;
	}

	/* Spectrum Care */
	section.spcare .spcare__content .content-img.img-s {
	/*	width: 270px; */
	}
	section.spcare .spcare__content .content-img.img-m {
		width: 305px;
	}
	section.spcare .spcare__content .content-img.img-l {
		width: 410px;
	}
	section.spcare .spcare__content .content-details .details-title {
		font-size: 18px;
		font-size: 1.125rem;
		text-align: center;
	}
	
	section.spcare .spcare__content .content-details .details-footer {
		text-align: center;
	}

	/* Spectrum Care Article */
	section.sc__art .art-header .header-title {
		font-size: 20px;
		font-size: 1rem;
	}
	section.sc__art .art__main:not(:first-child) {
		margin-top: 80px;
		padding-top: 20px;
	}
	section.sc__art .art__main .main-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.sc__art .art__main .main-content {
		font-size: 14px;
		font-size: .875rem;
	}
	section.sc__art .art__main .main-content:not(:first-child) {
		margin-top: 20px;
	}
	section.sc__art .art__main .main-content img[align="right"] {
		max-width: 30%;
		margin-bottom: 21px;
		margin-left: 21px;
	}
	section.sc__art .art__main .main-content .triple-images {
		margin: 0 -10px;
	}
	section.sc__art .art__main .main-content .triple-images > .col {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	section.sc__art .art__main .main-content .triple-img-title {
		font-size: 14px;
		font-size: .875rem;
	}
	section.sc__art .art__main .main-footer {
		display: block;
	}
	section.sc__art .art__main .main-footer > .col-l,
	section.sc__art .art__main .main-footer > .col-r {
		display: block;
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.sc__art .art__main .main-footer > .col-l:not(:first-child),
	section.sc__art .art__main .main-footer > .col-r:not(:first-child) {
		margin-top: 1em;
	}
	section.sc__art .art__main .main-footer .footer-text {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Team */
	section.team .team__main .main-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.team .team__main .main-content {
		font-size: 14px;
		font-size: .875rem;
	}
	section.team .team__main .main-content:not(:first-child) {
		margin-top: 20px;
	}
	section.team .team__main .main-content img[align="right"] {
		max-width: 30%;
		margin-bottom: 21px;
		margin-left: 21px;
	}
	section.team .team__main .main-content h5 b {
		display: block;
	}

	/* Team Cover */
	section.team__cover .cover__content {
		padding: 100px 0;
	}
	section.team__cover .cover__content {
		max-width: 480px;
	}
	section.team__cover .cover__content .content-main {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.team__cover .cover__content .content-footer {
		font-size: 14px;
		font-size: .875rem;
		font-weight: 400;
	}

	/* Splite Image */
	section.spimg {
		padding: 0 30px;
	}
	section.spimg .spimg__main {
		display: block;
	}
	section.spimg .spimg__main > .col {
		width: 100%;
	}
	section.spimg .spimg__main > .col:not(:first-child) {
		margin-top: 30px;
	}
	section.spimg .spimg__image {
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	/* Customer Stories Overview */
	section.cs__overview .overview__main > .col {
		width: 50%;
	}
	section.cs__overview .overview__footer .footer-arrow {
		max-width: 40px;
	}

	/* Related */
	section.related .related__main > .col {
		width: 50%;
	}
	section.related .related__main > .col:not(:nth-child(-n+2)) {
		display: none;
	}

	/* Spectrum Care Product */
	section.sc__product .product-wrapper {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}
	section.sc__product .product-wrapper > .col-l,
	section.sc__product .product-wrapper > .col-r {
		display: block;
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	section.sc__product .product-wrapper > .col-l:not(:first-child),
	section.sc__product .product-wrapper > .col-r:not(:first-child) {
		margin-top: 40px;
	}
	section.sc__product .product__image {
		position: relative;
		top: auto;
		width: 100%;
		max-width: 360px;
	}

	/* Story */
	section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-form-control,
	section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-form-control {
		margin: 0 -10px;
	}
	section.story .wpcf7-form-control-wrap.trust-you-care span.wpcf7-list-item,
	section.story .wpcf7-form-control-wrap.help-me-live-best span.wpcf7-list-item {
		padding: 0 10px;
	}
}
@media (max-width: 480px) {
	/* Container */
	.container {
		padding: 0 20px;
	}

	/* Form */
	form.form .form-row {
		display: block;
		margin: 0;
	}
	form.form .form-row > .col,
	form.form .form-row > [class*=col-] {
		display: block;
		width: 100%;
		padding: 0;
	}
	form.form .form-label {
		font-size: 14px;
		font-size: .875rem;
		line-height: 20px;
	}

	/* Hero */
	section.hero .hero__slide .slide-content {
		padding: 40px 0 75px;
	}
	
	/* Home Help */
	section.hp__help .help__header {
		padding: 60px 0;
	}
	section.hp__help .help__header .header-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.hp__help .help__content .content-head {
		margin: 0 -20px;
	}

	/* Home Quote */
	section.hp__quote:not(:first-child) {
		margin-top: 60px;
	}
	section.hp__quote .quote-wrapper > .col-l:not(:first-child),
	section.hp__quote .quote-wrapper > .col-r:not(:first-child) {
		margin-top: 30px;
	}
	section.hp__quote .quote__content .content-q {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.hp__quote .quote__content .content-a {
		font-size: 14px;
		font-size: .875rem;
	}

	/* HcHi */
	section.hchi .hchi__content {
		padding: 0 20px;
	}
	section.hchi .hchi__content .content-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.hchi .hchi__content .content-body {
		font-size: 14px;
		font-size: .875rem;
	}
	section.hchi .hchi__content .content-video {
		margin: 0 -20px;
	}
	section.hchi .hchi__content .content-link-block a {
		display: block;
		margin: 0;
	}
	section.hchi .hchi__content .content-link-block a:not(:first-child) {
		margin-top: 10px;
	}
	section.hchi.hchi__hp1 {
		margin-top: 60px;
	}
	section.hchi.hchi__hp2 {
		margin: 60px 0;
	}

	/* Spectrum Care */
	section.spcare .spcare-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.spcare .spcare-wrapper:not(:first-child) {
		margin-top: 30px;
	}
	section.spcare .spcare__swiper .swiper-container {
		margin: 0 -20px;
	}
	section.spcare .spcare__swiper .swiper-slide {
		padding: 0 20px;
	}
	section.spcare .spcare__content .content-img img {
		max-height: 280px;
	}
	section.spcare.spcare__hp {
		margin: 100px 0;
	}

	/* Home Contact */
	section.hp__contact {
		padding: 60px 0;
	}
	section.hp__contact .contact__find .find-header {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.hp__contact .contact__find .find-main {
		margin: 0 -20px;
	}
	section.hp__contact .contact__enquiry .enquiry-header {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Contact Intro */
	section.cp__intro .intro__header {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.cp__intro .intro__main:not(:first-child) {
		margin-top: 40px;
	}

	/* Contact Location */
	section.cp__location {
		padding: 0 20px;
	}
	section.cp__location .location__content {
		min-height: 0;
		padding: 30px;
		font-size: 14px;
		font-size: .875rem;
	}
	section.cp__location .location__mh:not(:first-child) {
		margin-top: 40px;
	}
	section.cp__location .location__mh > .col:not(:first-child) {
		margin-top: 40px;
	}

	/* Contact Enquiry */
	section.cp__enquiry {
		padding: 60px 0;
	}
	section.cp__enquiry .enquiry__main:not(:first-child) {
		margin-top: 60px;
	}
	section.cp__enquiry .enquiry__main .main-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.cp__enquiry .enquiry__main .main-header .header-body {
		font-size: 14px;
		font-size: .875rem;
	}
	section.cp__enquiry .enquiry__main .main-header .header-body:not(:first-child) {
		margin-top: 15px;
	}
	section.cp__enquiry .enquiry__main .main-team {
		font-size: 14px;
		font-size: .875rem;
	}
	section.cp__enquiry .enquiry__main .main-form:not(:first-child) {
		margin-top: 30px;
	}

	/* Spectrum Care Intro */
	section.sc__intro {
		padding: 60px 0 40px;
	}
	section.sc__intro .intro__content .content-logo {
		height: 80px;
	}
	section.sc__intro .intro__content .content-title {
		padding-top: 20px;
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.sc__intro .intro__content .content-body {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Spectrum Care Article */
	section.sc__art {
		padding: 60px 0;
	}
	section.sc__art .art-header .header-title {
		font-size: 16px;
		font-size: 1rem;
	}
	section.sc__art .art-wrapper:not(:first-child) {
		margin-top: 60px;
	}
	section.sc__art .art__main .main-content .triple-images > .col {
		width: 50%;
	}
	section.sc__art .art-footer .footer-arrow {
		right: 10px;
		bottom: 10px;
		padding: 0 7.5px;
	}
	section.sc__art .art-footer .footer-arrow svg {
		width: 15px;
		height: 30px;
	}

	/* Career Intro */
	section.ca__intro .intro__content .content-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	/* Team */
	section.team {
		padding: 60px 0;
	}
	section.team .team__main .main-content img[align="right"] {
		float: none;
		width: 100%;
		max-width: 235px;
		margin: 0 0 20px;
	}

	/* About HcHi */
	section.ab__hchi {
		padding: 0 20px;
	}
	section.ab__hchi:not(:first-child) {
		margin-top: 20px;
	}
	section.ab__hchi .hchi__slide > .col-l:not(:first-child),
	section.ab__hchi .hchi__slide > .col-r:not(:first-child) {
		margin-top: 30px;
	}
	section.ab__hchi .hchi__slide .slide-content .content-q {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.ab__hchi .hchi__slide .slide-pagination {
		bottom: 0;
	}
	section.ab__hchi .hchi__swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	section.ab__hchi .hchi__swiper .swiper-pagination-bullet:not(:first-child) {
		margin-left: 5px;
	}
	section.ab__hchi .hchi__swiper .swiper-pagination-bullet:not(:last-child) {
		margin-right: 5px;
	}

	/* About Footer */
	section.ab__footer {
		padding: 80px 0;
	}
	section.ab__footer .footer__content .content-icon {
		max-width: 30px;
	}
	section.ab__footer .footer__content .content-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Split Image */
	section.spimg {
		padding: 0 20px;
	}
	section.spimg .spimg__main > .col:not(:first-child) {
		margin-top: 20px;
	}

	/* About TG */
	section.ab__tg {
		padding: 60px 0;
	}
	section.ab__tg .tg__main > .col:not(:first-child) {
		margin-top: .875rem;
	}
	section.ab__tg .tg__content {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Customer Stories Featured */
	section.cs__featured .featured__content .content-main {
		padding: 0 20px;
	}
	section.cs__featured .featured__content .content-main .main-header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Customer Stories Overview */
	section.cs__overview {
		padding: 60px 0;
	}
	section.cs__overview .overview__main {
		margin: 0 -10px;
	}
	section.cs__overview .overview__main > .col {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	section.cs__overview .overview__content .content-details:not(:first-child) {
		margin-top: 15px;
	}
	section.cs__overview .overview__content .content-details .details-title {
		font-size: 16px;
		font-size: 1rem;
	}
	section.cs__overview .overview__content .content-details .details-footer {
		font-size: 14px;
		font-size: .875rem;
	}
	section.cs__overview .overview__content .content-details .details-footer:not(:first-child) {
		margin-top: 15px;
	}
	section.cs__overview .overview__content .content-details .details-footer .footer-watch {
		padding-left: 16px;
	}
	section.cs__overview .overview__content .content-details .details-footer .footer-watch::before {
		top: 4px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 8px;
	}
	section.cs__overview .overview__footer:not(:first-child) {
		margin-top: 30px;
	}

	/* Related */
	section.related {
		padding: 40px 0 60px;
	}
	section.related .related__header .header-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.related .related__main {
		margin: 0 -10px;
	}
	section.related .related__main:not(:first-child) {
		margin-top: 30px;
	}
	section.related .related__main > .col {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	section.related .related__content .content-details:not(:first-child) {
		margin-top: 15px;
	}
	section.related .related__content .content-details .details-title {
		font-size: 16px;
		font-size: 1rem;
	}
	section.related .related__content .content-details .details-footer {
		font-size: 14px;
		font-size: .875rem;
	}
	section.related .related__content .content-details .details-footer:not(:first-child) {
		margin-top: 15px;
	}
	section.related .related__content .content-details .details-footer .footer-watch {
		padding-left: 16px;
	}
	section.related .related__content .content-details .details-footer .footer-watch::before {
		top: 4px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 8px;
	}

	/* Story Intro */
	section.story__intro .intro-wrapper {
		padding-top: 60px;
	}
	section.story__intro .intro__content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	section.story__intro .intro__content h4 {
		font-size: 16px;
		font-size: 1rem;
	}
	section.story__intro .intro__content p {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Story */
	section.story {
		padding: 60px 0;
	}
	section.story .story-wrapper {
		padding: 0 20px;
	}
	section.story .story__article .article-body {
		font-size: 14px;
		font-size: .875rem;
	}
	section.story .wpcf7 form.form .form-row > .col-4 {
		width: 100%;
		text-align: center;
	}
	section.story .wpcf7-form-control-wrap {
		margin: 0 auto;
	}

	/* Quote */
	section.quote .quote-wrapper {
		padding: 80px 0;
	}
	section.quote .quote__content:not(:first-child) {
		margin-top: 40px;
	}
	section.quote .quote__content .content-q {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.quote .quote__content .content-a {
		font-size: 14px;
		font-size: .875rem;
	}

	/* Career Opportunities */
	section.ca__opp {
		padding: 20px 0 60px;
	}
	section.ca__opp .opp-profile .profile-text {
		font-size: 14px;
		font-size: .875rem;
	}
	section.ca__opp .opp-profile .profile-btn-block {
		margin: 0 -5px;
	}
	section.ca__opp .opp-profile .profile-btn-block .btn {
		margin: 0 5px;
	}
	section.ca__opp .opp-wrapper:not(:first-child) {
		margin-top: 40px;
	}
	section.ca__opp .opp-wrapper > .col-l:not(:first-child),
	section.ca__opp .opp-wrapper > .col-r:not(:first-child) {
		margin-top: 60px;
	}
	section.ca__opp .opp__header:not(:first-child) {
		margin-top: 40px;
	}
	section.ca__opp .opp__header .header-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
	section.ca__opp .opp__header .header-results {
		font-size: 14px;
		font-size: .875rem;
	}
	section.ca__opp .opp__jlist:not(:first-child) {
		margin-top: 40px;
	}
	section.ca__opp .opp__job {
		margin-bottom: 60px;
	}
	section.ca__opp .opp__job .job-header .header-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
	section.ca__opp .opp__job .job-body {
		font-size: 14px;
		font-size: .875rem;
	}
	section.ca__opp .opp__job .job-body:not(:first-child) {
		margin-top: 15px;
	}
	section.ca__opp .opp__job .job-footer {
		font-size: 12px;
		font-size: .75rem;
	}
	section.ca__opp .opp__job .job-footer:not(:first-child) {
		margin-top: 15px;
	}

	/* Search */
	section.ca__search {
		padding: 30px 0 60px;
	}
	section.ca__search .opp__jlist:not(:first-child) {
		margin-top: 30px;
	}
	section.ca__search .opp__job {
		margin-bottom: 40px;
	}

	/* Spectrum Care Product */
	section.sc__product {
		padding: 60px 0;
	}
	section.sc__product .product__book {
		padding: 20px;
	}

	/* Footer */
	.footer__mf .mf__head > .col-l {
		width: calc(100% - 145px);
	}
	.footer__mf .mf__head > .col-r {
		width: 145px;
	}
	.footer__mf .mf__main {
		padding: 15px 20px;
	}
	.footer__mf .mf__search .search-form .form-input {
		min-height: 0;
		padding-left: 50px;
		background-position: left 20px center;
		line-height: 20px;
	}
	.footer__mf .mf__search .search-form .form-input::placeholder {
		color: transparent;
	}
	.footer__mf .mf__careers .careers-btn {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 20px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

/* WooCommerce */
main.main .woocommerce::after {
	display: table;
	clear: both;
	content: "";
}
main.main .woocommerce-notices-wrapper {
	padding-bottom: 20px;
}
main.main .woocommerce-notices-wrapper:empty {
	padding-bottom: 0;
}
main.main .woocommerce-error,
main.main .woocommerce-info,
main.main .woocommerce-message {
	margin: 0 0 20px;
	padding: 20px;
	padding-left: 50px;
	color: #000;
	border-top: 5px solid #A46497;
	background: #F4F4F4;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
}
main.main .woocommerce-error::before,
main.main .woocommerce-info::before,
main.main .woocommerce-message::before {
	top: 20px;
	left: 20px;
}
main.main .woocommerce-error {
	border-top-color: #714639;
}
main.main .woocommerce-error::before {
	color: #714639;
}
main.main .woocommerce-info {
	border-top-color: #76CFE7;
}
main.main .woocommerce-info::before {
	color: #76CFE7;
}
main.main .woocommerce-message {
	border-top-color: #5DBE79;
}
main.main .woocommerce-message::before {
	color: #5DBE79;
}
main.main .woocommerce table.shop_table {
	margin: 0 0 40px;
	border: none;
	border-collapse: collapse;
	border-radius: 0;
}
main.main .woocommerce table.shop_table th,
main.main .woocommerce table.shop_table td {
	padding: 20px 10px;
	border: none;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 20px;
}
main.main .woocommerce table.shop_table th:first-child,
main.main .woocommerce table.shop_table td:first-child {
	padding-left: 20px;
}
main.main .woocommerce table.shop_table th:last-child,
main.main .woocommerce table.shop_table td:last-child {
	padding-right: 20px;
}
main.main .woocommerce table.shop_table thead th,
main.main .woocommerce table.shop_table thead td {
	background: #F4F4F4;
}
main.main .woocommerce table.shop_table tbody th,
main.main .woocommerce table.shop_table tbody td {
	border-top: 2px solid #F4F4F4;
}
main.main .woocommerce table.shop_table .actions {
	padding: 20px 0 0 !important;
}
main.main .woocommerce table.shop_table .product-thumbnail img {
	width: 100%;
	max-width: 60px;
}
main.main .woocommerce table.shop_table .product-name a {
	text-decoration: none;
	color: #A8795C;
	font-size: 16px;
	font-size: 1rem;
}
main.main .woocommerce table.shop_table .product-name a:hover {
	text-decoration: underline;
}
main.main .woocommerce table.shop_table .quantity .input-text {
	width: 60px;
	min-height: 36px;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}
main.main .woocommerce table.shop_table dl {
	display: block;
	margin: 10px 0 0;
}
main.main .woocommerce a.remove {
	width: 30px;
	height: 30px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	text-decoration: none;
	color: #714639 !important;
	background: transparent;
	font-size: 30px;
	line-height: 30px;
}
main.main .woocommerce a.remove:hover {
	color: #FFF !important;
	background-color: #714639;
}
main.main .woocommerce #respond input#submit,
main.main .woocommerce a.button,
main.main .woocommerce button.button,
main.main .woocommerce input.button {
	margin: 0;
	padding: 10px 20px;
	transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	text-decoration: none;
	color: #000;
	border: none;
	border-radius: 0;
	outline: none;
	background: #DBDBDB;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
main.main .woocommerce #respond input#submit:hover,
main.main .woocommerce a.button:hover,
main.main .woocommerce button.button:hover,
main.main .woocommerce input.button:hover {
	color: #000;
	background-color: #E8E8E8;
}
main.main .woocommerce #respond input#submit.disabled,
main.main .woocommerce #respond input#submit:disabled,
main.main .woocommerce #respond input#submit:disabled[disabled],
main.main .woocommerce a.button.disabled,
main.main .woocommerce a.button:disabled,
main.main .woocommerce a.button:disabled[disabled],
main.main .woocommerce button.button.disabled,
main.main .woocommerce button.button:disabled,
main.main .woocommerce button.button:disabled[disabled],
main.main .woocommerce input.button.disabled,
main.main .woocommerce input.button:disabled,
main.main .woocommerce input.button:disabled[disabled] {
	padding: 10px 20px;
	opacity: .5;
	color: #000;
}
main.main .woocommerce #respond input#submit.alt,
main.main .woocommerce a.button.alt,
main.main .woocommerce button.button.alt,
main.main .woocommerce input.button.alt {
	color: #FFF;
	background: #A8795C;
}
main.main .woocommerce #respond input#submit.alt:hover,
main.main .woocommerce a.button.alt:hover,
main.main .woocommerce button.button.alt:hover,
main.main .woocommerce input.button.alt:hover {
	color: #FFF;
	background: #A8795C;
}
main.main .woocommerce #respond input#submit.alt.disabled,
main.main .woocommerce #respond input#submit.alt:disabled,
main.main .woocommerce #respond input#submit.alt:disabled[disabled],
main.main .woocommerce a.button.alt.disabled,
main.main .woocommerce a.button.alt:disabled,
main.main .woocommerce a.button.alt:disabled[disabled],
main.main .woocommerce button.button.alt.disabled,
main.main .woocommerce button.button.alt:disabled,
main.main .woocommerce button.button.alt:disabled[disabled],
main.main .woocommerce input.button.alt.disabled,
main.main .woocommerce input.button.alt:disabled,
main.main .woocommerce input.button.alt:disabled[disabled] {
	color: #FFF;
}
main.main .woocommerce .woocommerce-MyAccount-navigation {
	float: left;
	clear: left;
	width: 180px;
}
main.main .woocommerce .woocommerce-MyAccount-navigation > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
main.main .woocommerce .woocommerce-MyAccount-navigation > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
main.main .woocommerce .woocommerce-MyAccount-navigation > ul > li:not(:first-child) {
	margin-top: 15px;
}
main.main .woocommerce .woocommerce-MyAccount-navigation > ul > li::before {
	display: none;
}
main.main .woocommerce .woocommerce-MyAccount-navigation a {
	text-decoration: none;
	color: #A8795C;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
main.main .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active {
	font-weight: 600;
}
main.main .woocommerce .woocommerce-MyAccount-navigation a:hover {
	text-decoration: underline;
}
main.main .woocommerce .woocommerce-MyAccount-content {
	float: right;
	clear: right;
	width: calc(100% - 240px);
	max-width: 700px;
}
main.main .woocommerce .woocommerce-MyAccount-content legend {
	display: block;
	float: none;
	padding: 40px 0 20px;
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

main.main .woocommerce-error #respond input#submit,
main.main .woocommerce-error a.button,
main.main .woocommerce-error button.button,
main.main .woocommerce-error input.button,
main.main .woocommerce-info #respond input#submit,
main.main .woocommerce-info a.button,
main.main .woocommerce-info button.button,
main.main .woocommerce-info input.button,
main.main .woocommerce-message #respond input#submit,
main.main .woocommerce-message a.button,
main.main .woocommerce-message button.button,
main.main .woocommerce-message input.button {
	margin: -10px;
	margin-left: 20px;
	padding: 10px 15px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 20px;
}
main.main .woocommerce .cart-collaterals .cart_totals,
main.main .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	max-width: 400px;
	padding: 25px;
	background: #F4F4F4;
}
main.main .woocommerce .cart-collaterals .cart_totals h2,
main.main .woocommerce-page .cart-collaterals .cart_totals h2 {
	margin: 0 0 20px;
	color: #A8795C;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
}
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table {
	margin: 0 0 20px;
}
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table th,
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table td,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table th,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
	padding: 0 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table th:first-child,
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table td:first-child,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table th:first-child,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table td:first-child {
	padding-left: 0;
}
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table th:last-child,
main.main .woocommerce .cart-collaterals .cart_totals table.shop_table td:last-child,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table th:last-child,
main.main .woocommerce-page .cart-collaterals .cart_totals table.shop_table td:last-child {
	padding-right: 0;
}
main.main .woocommerce .col2-set .col-1,
main.main .woocommerce .col2-set .col-2,
main.main .woocommerce-page .col2-set .col-1,
main.main .woocommerce-page .col2-set .col-2 {
	width: calc(50% - 20px);
}
main.main .woocommerce .checkout h3 {
	margin: 0 0 20px;
	color: #A8795C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}
main.main .woocommerce .checkout h3#order_review_heading {
	margin-top: 40px;
}
main.main .woocommerce form .form-row {
	margin: 0 0 20px;
	padding: 0;
}
main.main .woocommerce form .form-row label {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
}
main.main .woocommerce form .form-row-first,
main.main .woocommerce form .form-row-last,
main.main .woocommerce-page form .form-row-first,
main.main .woocommerce-page form .form-row-last {
	width: calc(50% - 10px);
}
main.main .wc-bookings-booking-form {
	margin: 0;
	padding: 0;
	border: none;
}
main.main .woocommerce form .show-password-input,
main.main .woocommerce-page form .show-password-input {
	top: 9px;
	right: 9px;
}
main.main .woocommerce form .show-password-input::after,
main.main .woocommerce-page form .show-password-input::after {
	display: block;
	margin: 0;
	line-height: 1.5;
}
main.main .woocommerce form .password-input,
main.main .woocommerce-page form .password-input {
	font-size: 16px;
	font-size: 1rem;
}
main.main .wc-bookings-date-picker {
	padding: 0;
}
main.main .wc-bookings-booking-form fieldset .picker.hasDatepicker {
	margin: 0;
}
main.main .wc-bookings-booking-form .wc-bookings-booking-cost {
	margin: 20px 0 0;
	padding: 0;
	color: #A8795C;
	border: none;
	background: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
}
main.main .wc-bookings-booking-form .wc-bookings-booking-cost .blockUI.blockOverlay {
	background: #F4F4F4 !important;
}
main.main .wc-bookings-booking-form label {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
}
main.main .wc-pao-addon-select,
main.main .wc-bookings-booking-form input {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 9px 15px;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #000;
	border: 1px solid #999;
	border-radius: 0;
	outline: none;
	background: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
main.main .wc-pao-addon-select:focus,
main.main .wc-bookings-booking-form input:focus {
	border-color: #8BB6FC;
	box-shadow: 0 0 0 2px rgba(46, 117, 233, .25);
}
main.main .wc-bookings-booking-form input {
	max-width: 200px;
}
main.main .wc-bookings-booking-form input::placeholder {
	color: #ACACAC;
}
main.main .wc-bookings-booking-form fieldset {
	margin: 0;
}
main.main .wc-bookings-booking-form .form-field {
	margin: 0 0 20px;
}
main.main .wc-pao-addon {
	margin-top: 20px;
}
main.main .wc-pao-addon .form-row {
	margin: 0 0 20px;
}
main.main .wc-pao-addon-name {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
}
main.main .wc-pao-addon-select {
	padding-right: 41px;
	background-image: url("./assets/static/img/icons/form-select.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 15px center;
	background-size: 16px 8px;
}
main.main .wc-pao-addon-select::-ms-expand {
	display: none;
}
main.main .input-text {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 9px 15px;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #000;
	border: 1px solid #999;
	border-radius: 0;
	outline: none;
	background: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
main.main .input-text:focus {
	border-color: #8BB6FC;
	box-shadow: 0 0 0 2px rgba(46, 117, 233, .25);
}
main.main .input-text::placeholder {
	color: #ACACAC;
}
main.main div.product-addon-totals {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #999;
	border-bottom: none;
}
main.main div.product-addon-totals > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
main.main div.product-addon-totals > ul > li {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
}
main.main div.product-addon-totals > ul > li:not(:first-child) {
	margin-top: 10px;
}
main.main div.product-addon-totals > ul > li.wc-pao-subtotal-line {
	justify-content: flex-end;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #999;
	font-size: 16px;
	font-size: 1rem;
}

/* Select 2 */
main.main .select2-container .select2-selection--single {
	height: 44px;
	margin: 0;
	border: 1px solid #999;
	border-radius: 0;
}
main.main .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 15px;
	padding-right: 44px;
	line-height: 42px;
}
main.main .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
}

/* WooCommerce Responsive */
@media (max-width: 900px) {
	main.main .woocommerce .woocommerce-MyAccount-navigation,
	main.main .woocommerce .woocommerce-MyAccount-content {
		float: none;
		clear: none;
		width: 100%;
		max-width: 100%;
	}
	main.main .woocommerce .woocommerce-MyAccount-navigation > ul > li:not(:first-child) {
		margin-top: 5px;
	}
	main.main .woocommerce .woocommerce-MyAccount-navigation a {
		display: block;
		padding: 10px 20px;
		background: #F4F4F4;
	}
	main.main .woocommerce .woocommerce-MyAccount-content {
		margin-top: 60px;
	}
}
@media (max-width: 800px) {
	main.main .wc-bookings-booking-form .wc-bookings-booking-cost {
		font-size: 18px;
		font-size: 1.125rem;
	}
	main.main div.product-addon-totals > ul > li {
		font-size: 12px;
		font-size: .75rem;
	}
}
@media (max-width: 768px) {
	main.main .woocommerce .col2-set .col-1,
	main.main .woocommerce .col2-set .col-2,
	main.main .woocommerce-page .col2-set .col-1,
	main.main .woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
	main.main .woocommerce .col2-set .col-2,
	main.main .woocommerce-page .col2-set .col-2 {
		margin: 20px 0 0;
	}
	main.main .woocommerce table.shop_table th,
	main.main .woocommerce table.shop_table td {
		padding: 20px;
	}
	main.main .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
	main.main .woocommerce td.product-name .wc-item-meta dt,
	main.main .woocommerce td.product-name dl.variation .wc-item-meta-label,
	main.main .woocommerce td.product-name dl.variation dt {
		margin-right: 10px;
	}
	main.main .woocommerce table.shop_table_responsive td.product-name,
	main.main .woocommerce-page table.shop_table_responsive td.product-name {
		text-align: left !important;
	}
	main.main .woocommerce table.shop_table_responsive td.product-name::before,
	main.main .woocommerce-page table.shop_table_responsive td.product-name::before {
		display: none;
	}
	main.main .woocommerce table.shop_table_responsive .quantity::after,
	main.main .woocommerce-page table.shop_table_responsive .quantity::after {
		display: table;
		clear: both;
		content: "";
	}
	main.main .woocommerce table.shop_table_responsive .quantity .input-text,
	main.main .woocommerce-page table.shop_table_responsive .quantity .input-text {
		float: right;
		margin: -8px 0;
	}
}
@media (max-width: 600px) {
	main.main .woocommerce .checkout h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	main.main .woocommerce-error #respond input#submit,
	main.main .woocommerce-error a.button,
	main.main .woocommerce-error button.button,
	main.main .woocommerce-error input.button,
	main.main .woocommerce-info #respond input#submit,
	main.main .woocommerce-info a.button,
	main.main .woocommerce-info button.button,
	main.main .woocommerce-info input.button,
	main.main .woocommerce-message #respond input#submit,
	main.main .woocommerce-message a.button,
	main.main .woocommerce-message button.button,
	main.main .woocommerce-message input.button {
		display: none;
	}
	main.main .woocommerce .cart-collaterals .cart_totals h2,
	main.main .woocommerce-page .cart-collaterals .cart_totals h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	main.main .woocommerce .woocommerce-MyAccount-content {
		margin-top: 40px;
	}
	main.main .woocommerce .woocommerce-MyAccount-content legend {
		font-size: 20px;
		font-size: 1.25rem;
	}
}
@media (max-width: 480px) {
	main.main .woocommerce form .form-row-first,
	main.main .woocommerce form .form-row-last,
	main.main .woocommerce-page form .form-row-first,
	main.main .woocommerce-page form .form-row-last {
		width: 100%;
	}
}
