html {
	scroll-padding-top: 110px;
}
* {
	outline: none;
}
.touch * {
	-webkit-tap-highlight-color: rgba(207, 111, 20, 0.2);
}
.wf-loading {
	/*visibility: hidden;*/
}
body {
	color: #333333;
}
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #484848;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1em;
}
.heading-XL {
	font-size: 2rem;
}
.heading-h1,
h1 {
	font-size: 1.725rem;

	/*font-weight: 700;*/
	font-weight: 600;
}
.heading-h2,
h2 {
	font-size: 1.6rem;
	font-weight: 600;
}
.heading-h3,
h3 {
	font-size: 1.5rem;
	font-weight: 600;
}
.heading-h4,
h4 {
	font-size: 1.4rem;
	font-weight: 600;
}
.heading-h5,
h5 {
	font-size: 1.2rem;
	font-weight: 600;
}
.heading-h6,
h6 {
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (min-width: 48em) {
	.heading-XL {
		font-size: 3rem
	}
	.heading-main {
		font-size: 2.25rem;
	}
	.heading-h1,
	h1 {
		font-size: 2.5rem;
	}
	.heading-h1.heading-bar,
	.heading-h2,
	h2 {
		font-size: 2.25rem;
	}
	.heading-h3,
	h3 {
		font-size: 2rem;
	}
	.heading-h4,
	h4 {
		font-size: 1.75rem;
	}
	.heading-h5,
	h5 {
		font-size: 1.5rem;
	}
	.heading-h6,
	h6 {
		font-size: 1.125rem;
	}
}
.heading a {
	color: inherit;
}
.heading-1 {
	font-size: 1rem;
}
.heading-light {
	font-weight: 300;
}
.heading-regular {
	font-weight: 400;
}
.heading-semibold {
	font-weight: 600;
}
.heading-bold {
	font-weight: 700;
}
.heading-bar {
	position: relative;
}
.heading-bar:before {
	content: '';
	border-left: 2px solid #c16437;
	top: 0.19em;
	width: 3px;
	bottom: 0.12em;
	position: absolute;
	left: -1.5rem;
}
.heading-bar-bottom {
	position: relative;
}
.heading-bar-bottom:before {
	content: '';
	border-top: 3px solid #c16437;
	width: 1.875rem;
	bottom: 0.1375em;
	position: absolute;
	/* top: 1.875em; */
	left: 0;
}
.heading-bar-bottom.bar-small:before {
	width: 1.25rem;
}
.heading-bar-bottom:after {
	display: block;
	content: '';
	height: 1em;
	margin-bottom: 0.5em;
}
.heading-bar-bottom.bar-centered:before {
	left: 50%;
	transform: translateX(-50%);
}
.heading-bar-left {
	position: relative;
}
.heading-bar-left:before {
	content: '';
	border-top: 2px solid #c16437;
	width: 30px;
	position: absolute;
	left: -50px;
	top: 50%;
}
.heading + .heading {
	margin-top: 0.625rem;
}
.heading + p {
	margin-top: 0.75rem;
}
.rte h2 {
	font-size: 1.625rem;
	font-weight: 300;
	margin: 0 0 1em;
}
.rte h3 {
	font-size: 1.1875rem;
	font-weight: 400;
	margin: 0 0 1em;
}
.rte p {
	margin-bottom: 2em;
}
.rte ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rte ul li {
	padding-left: 1em;
	padding-bottom: 0.5em;
	text-indent: -.7em;

}
.rte ul li:before {
	margin-right: 4px;
	content: "• ";
	color: #c16437; /* or whatever color you prefer */
}
.rte ul.checks li:before {
	margin-right: 8px;
	content: "\e900";
	font-family: reginacoeli, sans-serif;
	color: inherit; /* or whatever color you prefer */
	font-size: 0.725rem;
}
.rte ul.checks li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
}
strong, b {
	font-weight: 600;
}
p {
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 300;
}
label {
	font-weight: 600;
}
.smaller p,
.smaller ul,
.smaller ul li,
.smaller ol,
.smaller ol li,
p.smaller {
	font-size: 0.975rem;
	font-weight: 400;
	line-height: 1.5em;
}
.smaller li {
	padding-bottom: 0.5em;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.top {
	top: 0;
}
.right {
	right: 0;
}
.fixed {
	position: fixed;
}
.img-round {
	border-radius: 100%;
}
.inline-block {
	display: inline-block;
}
.block-elem {
	display: block;
}
.valign-top {
	vertical-align: top;
}
.column-block {
	padding-bottom: 1.875rem;
}
.transition-all {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.inset .column,
.inset .columns {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.contentpage .inset .column,
.contentpage .inset .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.bg-gr-grey {
	background: #fbfbfb; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #fbfbfb); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#ffffff, #fbfbfb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gr-grey-reverse {
	background: #fbfbfb; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fbfbfb, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#fbfbfb, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gr-yellow {
	background: #fcf6e5; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fcf6e5, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#fcf6e5, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-white {
	background: #fff;
}
.bg-lightgrey {
	background: #fafafa;
}
.bg-black {
	background: #000;
}
.bg-olive {
	background: #f8f8f3;
}
.bg-darkgrey {
	background: #262626;
}
.bg-yellow {
	background: #e9b008;
}
.text-dark {
	color: #333333;
}
.text-white {
	color: #fff;
}
.text-brown {
	color: #9a918b;
}
figure img {
	width: 100%;
}
.hrule {
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
	border-left: 0;
	margin: 0 auto;
	clear: both;
}
a.more {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
a.more:after {
	content: '\e902';
	font-family: reginacoeli, sans-serif;
	font-size: 0.65em;
	margin: 0 0 0 0.5em;
}
.uppercase {
	text-transform: uppercase;
}
a.lowercase {
	text-transform: none;
}
.button.secondary {
	border-color: #c16437;
}
.button.secondary:hover,
.button.secondary:focus {
	border-color: #9a502c;
}
/* PAGE HEADER */

header#header {
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 110px;
	background: transparent;
}
.header .header-sticky {
	width: 100%;
}
.header {
	background: transparent;
	width: 100%;
}
.header .header-sticky {
	left: 0;
	right: 0;
	background: transparent;
	height: 110px;
	width: 100%;
	max-height: 110px;

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-property: box-shadow, height, background;
	transition-property: box-shadow, height, background
}
.header .sticky.is-stuck {
	background: transparent;
	height: 90px;
	width: 100%;
}
.theme-white .header .header-sticky {
	background: rgba(255, 255, 255, 0);
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
}
.theme-black .header .header-sticky {
	background: rgba(0, 0, 0, 0.8);
	/*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.0);*/
}
.header .sticky-container {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}
.header .sticky.is-stuck.is-at-top {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.header .logo {
	width: 180px;
	height: 65px;
	display: block;
	margin: 37px 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header #logo #text,
.header #logo #image {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.theme-black .header #logo #text,
.theme-black .header #logo #image {
	fill: #fff !important;
}
.theme-black .header .sticky.is-stuck.is-at-top #logo #text {
	fill: #634e42 !important
}
.theme-black .header .sticky.is-stuck.is-at-top #logo #image {
	fill: #c16437 !important;
}
.header a {
	color: rgba(97, 78, 66, 0.75);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header a:hover {
	color: rgba(97, 78, 66, 1);
}
.theme-black .header a {
	color: rgba(255, 255, 255, 0.7);
}
.theme-black .header a:hover {
	color: rgba(255, 255, 255, 1);
}
.header nav .menu ul {
	display: none;
}
.header .menu .is-active > ul {
	display: block;
}
.header nav > .menu > li > a {
	text-transform: uppercase;
	font-size: 0.925rem;
	letter-spacing: 0.05em;
	border-bottom: 2px solid transparent;
	padding: 0.7rem 0.5rem;
}
.header nav .menu > li > ul > li > a {
	color: rgba(97, 78, 66, 0.7);
}
.header nav .menu > li > ul > li > a:hover {
	color: rgba(97, 78, 66, 1);
}
.header nav .menu .active > a {
	color: rgba(97, 78, 66, 1);
	background: transparent;
	/*border-bottom: 2px solid #c16437;*/
	font-weight: 600;
}
.theme-black .header nav .menu .active > a {
	color: rgba(255, 255, 255, 1);
}
.header nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 0.7rem;
}
.header nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}
.header .nav-wrap {
	padding-top: 10px;
	height: 48px;
	max-height: 48px;
	position: relative;
	display: block;
}
.header .is-stuck .nav-wrap {
	padding-top: 7px;
}
.header .nav-wrap nav {
	vertical-align: middle;
}
.header .search-wrap {
	border-left: 1px solid #cccccc;
	display: inline-block;

	vertical-align: middle;
	padding-left: 17px;
	margin: 8px 0 0 16px;
	float: right;
}
.header .search-wrap .toggle-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	line-height: 24px;
}
.header .dropdown.menu > .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	left: 50% !important;
	transform: translateX(-50%);
}
.header .dropdown.menu > .is-dropdown-submenu-parent.last > ul,
.header .dropdown.menu > .is-dropdown-submenu-parent.last > .is-dropdown-submenu {
	left: auto !important;
	transform: none !important;
	right: 0 !important;
}
.header .is-dropdown-submenu {
	border: 1px solid #f0f0f0;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	padding: 20px 20px;
	opacity: 0;
	display: block !important;
	visibility: hidden;
	border-radius: 5px;
	background: #fff;
	transition: all .2s;
	z-index: -10;
	top: calc(100% + 50px) !important;
	width: auto;
}
.header .is-dropdown-submenu > li > a {
	white-space: nowrap;
	text-transform: none;
}
.header .dropdown.menu > .is-active > .is-dropdown-submenu {
	display: block !important;
	visibility: visible;
	opacity: 1;
	top: calc(100% + 10px) !important;
	z-index: auto;
}
.header .dropdown.menu > li > .is-dropdown-submenu:before {
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 50%;
	border: 1px solid #f0f0f0;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
.header .dropdown.menu > .is-dropdown-submenu-parent.last > ul:before {
	left: auto;
	right: 25px;
}
.header .is-dropdown-submenu.category-menu {
	width: auto !important;
	min-width: 370px;
	padding: 0 0;
	/*top: 80% !important;*/

}
.header .is-dropdown-submenu.category-menu li {
	display: block;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 100%;
	clear: both;
}
.header .is-dropdown-submenu.category-menu li.category-title {
	padding: 38px 48px 5px;
}
.header .is-dropdown-submenu.category-menu li.category-title .title {
	color: #484848;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1rem;
}
.header .is-dropdown-submenu.category-menu li.category-title .title a {
	color: inherit;
}
.header .is-dropdown-submenu.category-menu li.category-title .menutext {
	color: #888888;
	font-size: 0.875rem;
	margin-top: 3px;
	line-height: 1.125rem;
}
.header .is-dropdown-submenu.category-menu li.category-title .hrule {
	margin-top: 1rem;
	margin-bottom: 10px;
}
.header .is-dropdown-submenu.category-menu li.is-normal {
	margin-bottom: 10px;
	padding: 0 48px;
}
.header .is-dropdown-submenu.category-menu li.last {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
	border-radius: 0 0 5px 5px;
}
.header .is-dropdown-submenu.category-menu li.category-menu-item {
	width: 50% !important;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	float: left;
	clear: none;
	padding-left: 48px;
}
.header .is-dropdown-submenu.category-menu li.category-menu-item:nth-child(odd) {
	float: right;
	padding: 0 48px 0 0;
}
.header .is-dropdown-submenu.category-menu li.category-menu-item {
	margin-bottom: 10px;
	margin-top: -4px;
}
.header nav .menu.category-menu > li > a {
	display: inline-block;
	white-space: nowrap;
	font-size: 1rem;
	padding: 10px 0;
	text-transform: none;
}
.toplinks {
	padding-top: 12px;
	height: 38px;
	z-index: 1;
	color: rgba(97, 78, 66, 0.7);
}
.theme-black .toplinks {
	color: rgba(255, 255, 255, 0.7);
}
.toplinks a {
	font-size: 0.8125rem;
	position: relative;
	z-index: 1;
	/*color: rgba(255, 25);*/
}
.toplinks a .fa {
	margin-right: 5px;
}
.toplinks a:hover {
	/*color: #484848;*/
}
.toplinks a + span {
	margin-left: 20px;
	position: relative;
	z-index: 0;
}
.header .is-stuck .toplinks {
	padding-top: 0;
	opacity: 0;
	height: 0;
	margin-bottom: 20px;
	visibility: hidden;
}
.language-menu {
	right: 0;
	padding: 3rem 0 0;
	margin-top: -1rem;
	display: block;
	visibility: hidden;
	z-index: -10;
	transition: all 0.2s;
	opacity: 0;
}
.language-link span {
	font-size: 0.8125rem;
	cursor: pointer;
}
.language-link.hover span {
	color: rgba(97, 78, 66, 1);
}
.theme-black .language-link.hover span {
	color: rgba(255, 255, 255, 1);
}
.language-link.hover .language-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	z-index: initial;
	margin-top: -2rem;
}
.mobile-sidebar-buttons .language-menu {
	left: 0;
	right: 0;
	padding: 3rem 2rem 2rem;
}
.mobile-sidebar-buttons .language-menu li > a {
	line-height: 2rem;
}
.mobile-sidebar-buttons .language-link.hover .language-menu {
	z-index: 10;

}
.mobile-sidebar-buttons {
	font-size: 0.725rem;
	border-bottom: 1px solid #d2d2d2;
}
.mobile-sidebar-buttons .link {
	color: #614e42;
}
.mobile-sidebar-buttons .language-link span {
	font-size: 0.725rem;
}
.mobile-sidebar-buttons .fa {
	font-size: 1.7em;
	display: block;
	padding: 0.5rem 0;
}
.language-menu ul {
	background: #fff;
	border-radius: 5px;
	display: block;
	padding: 0.5rem 0;
	position: relative;
	border: 1px solid #f0f0f0;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}
.language-menu ul:before {
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 75%;
	border: 1px solid #f0f0f0;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
.language-menu li {

}
.theme-black .language-menu li > a,
.language-menu li > a {
	background: transparent;
	color: rgba(97, 78, 66, 0.75);
	text-transform: uppercase;
	padding: 0.25rem 1.5rem;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5rem;
	text-align: center;
}
.theme-black .language-menu .active > a,
.language-menu .active > a {
	color: rgba(97, 78, 66, 1);
	background: transparent;
}
.theme-black .language-menu li > a:hover {
	color: rgba(97, 78, 66, 1);
}
.language-menu .active > a:before {
	content: '\f058';
	font-family: FontAwesome, sans-serif;
	padding-right: 8px;
}
.header .sticky.is-stuck.is-at-top a {
	/*color: #484848;*/
	color: rgba(97, 78, 66, 0.75);
}
.header .sticky.is-stuck.is-at-top a:hover,
.header .sticky.is-stuck.is-at-top nav .menu .active > a {
	color: rgba(97, 78, 66, 1);
}
/* //HEADER */

.placeholder {
	background-color: #f6f6f6;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#jumbo-trigger {
	left: 0;
	right: 0;
	position: absolute;
	top: 20px;
}
.jumbo .placeholder {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background: none;
}
.jumbo .placeholder .padder {
	display: none;
}
.theme-black .jumbo .placeholder {
	background: #000;
	color: #fff;
}
.jumbo .parallax img {
	display: block;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.5s linear;
}
.placeholder .img-small {
	opacity: 0;
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
}
.placeholder .img-large {

}
.placeholder img.img-small.loaded,
.placeholder img.img-large.loaded {
	opacity: 1;
}
.placeholder img.img-small.loaded {
	/*display: none;*/
	filter: none;
}
.theme-black .jumbo {
	background: #000;
}
.jumbo {
	/*	overflow: hidden;
		z-index: 0;


		height: calc(100vw / 2.61818);

	*/
}
.jumbo .typed-cursor {
	color: #c16437;
	display: inline-block;
}
.ti-cursor {
	color: #c16437 !important;
	font-size: 0.8em !important;
	/*margin-top: -1.5em;*/
	top: -0.1em;
	display: inline-block !important;
}
.jumbo .element {

}
.jumbo .placeholder {
	height: 0;
	padding-bottom: 75.03%;
	bottom: auto;
	position: relative;
}
.jumbo-text {
	position: absolute;
	left: 0;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	right: 0;
	/* display: table; */
	width: 100%;
	height: calc(100vw / 1.3333);
	z-index: 2;
	top: 0;
	/* overflow: hidden !important; */
	bottom: 0;
}
@media screen and (min-width: 48em) {
	.jumbo {
		/*padding-bottom: 56.29%*/
	}
	.jumbo .placeholder {
		padding-bottom: 56.29%
	}
	.jumbo-text {
		height: calc(100vw / 1.777);
	}
}
@media screen and (min-width: 64em) {
	.jumbo {
		/*padding-bottom: 38.194%;*/
	}
	.jumbo .placeholder {
		padding-bottom: 38.194%;
	}
	.jumbo-text {
		height: calc(100vw / 2.61818);
	}
}
.jumbo .placeholder img {
	position: fixed;
	z-index: 0;
	overflow: hidden;
}
.jumbo img {
	width: 100%;
}
.jumbo-home {
	margin-top: -110px;
}
.jumbo .heading {
	line-height: 3.625rem;
	/*display: none;*/
	font-weight: 400;
	margin: 0;
}
.jumbo + #content {
	position: relative;
	z-index: 1;
	background: #fff;
	display: block;
}
.theme-black .jumbo .heading {
	color: #fff;
}
/* FOOTER */

.block-footer {
	font-size: 0.875rem;
	position: relative;
	z-index: 2;
	color: rgba(97, 78, 66, 0.7);
}
.block-footer p {
	color: rgba(97, 78, 66, 0.7);
	font-size: 0.875rem;
	font-weight: 400;
}
.block-footer a {
	color: rgba(97, 78, 66, 0.7);
}
.block-footer a:hover {
	color: rgba(97, 78, 66, 1);
	text-decoration: underline;
}
.block-footer .heading {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	color: #484848;
}
.block-legal {
	/*background-color: #a5a4a4;*/
	/*padding: 0 0 2rem 0;*/
	color: #9a918b;
	font-size: 0.875rem;
}
.block-legal .logo {
	width: 100px;
	vertical-align: middle;
	margin-right: 20px;
}
.block-legal a {
	color: #9a918b;
}
.block-legal a + a {
	margin-left: 10px
}
aside.medium-offset-1 {
	padding-right: 0.9375rem;
}
.block-content aside nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.block-content aside nav > ul > li > a {
	line-height: normal;
	text-decoration: none;
	padding: 9px 0 9px 10px;
	display: inline-block;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	position: relative;
	color: #111111;
}
.block-content aside nav > ul > li.is-parent > a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	content: '\e902';
	font-size: 0.875rem;
	font-family: reginacoeli, sans-serif;
	display: block;
}
.block-content aside nav > ul > li.is-parent.active > a:after {
	content: '\e904';
	font-size: 0.725rem;
}
.block-content aside nav > ul > li.active > a {

	color: #c16437;
	border-bottom: 1px solid #e0e0e0;

}
.block-content aside nav > ul > li:last-child a {
	border-bottom: 1px solid #e0e0e0;
}
.block-content aside nav ul ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.block-content aside nav > ul li ul a {
	line-height: normal;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0 5px 30px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.block-content aside nav > ul li ul a:hover {
	text-decoration: underline;
}
.block-content aside nav > ul > li > ul > li.active > a {
	color: #c16437;
}
.block-content aside nav > ul > li > ul > li > ul > li.active > a {
	color: #c16437;
}
.block-content aside nav > ul li ul a:before {
	content: "\2022";
	color: #c16437;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 20px;

}
.block-content aside nav ul ul ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.block-overview .item figure a {
	position: relative;
	z-index: 0;
	display: block;
	box-shadow: 0 0 20px rgba(97, 78, 66, 0);
}
.block-overview .item figure a:hover {
	box-shadow: 0 0 30px rgba(97, 78, 66, 1);
}
.block-overview .item img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block-overview .item.shaded figcaption {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(207, 111, 20, 0.5);
	background: rgba(0, 228, 255, 0.2);

}
.block-overview .item figure a:after {
	z-index: 1;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0 solid #c16437;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block-overview .item.shaded figure a:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 60%;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: black;
	opacity: 1;
	z-index: 1;

	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.block-overview .item.shaded figure a:hover:before {
	opacity: 0;
	top: 80%;
}
.block-overview .item.shaded figure a:hover figcaption {
	/*background: rgba(207, 111, 20, 0.3);*/
	background: rgba(0, 228, 255, 0.1);

}
.block-overview .item figure a:hover:after {
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	border: 4px solid #c16437;
}
.block-overview .item figure a:hover img {
	-webkit-transform: scale(1.012);
	-moz-transform: scale(1.012);
	-ms-transform: scale(1.012);
	-o-transform: scale(1.012);
	transform: scale(1.012);
}
.block-overview .item .title {
	z-index: 2;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.block-overview .item figure a:hover .title {
	bottom: 16px;
}
.block-overview .item .item-language {
	font-size: 0.75rem;
	margin: 1rem 0 0.5rem;
	font-weight: 700;
	color: #c16437;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.block-overview p {
	line-height: 1.5rem;
}
.block-overview .heading {
	margin-bottom: 1rem;
}
.block-overview .heading a {
	color: inherit;
}
.block-page-intro .smaller p {
	font-size: 1rem;
	color: #333333;
	font-weight: 400;
}
.block-page-intro .img-overlap {
	margin-bottom: -7rem;
	max-height: 500px;
	max-width: 500px;
}
.img-shadow {
	box-shadow: 0 4px 50px rgba(0, 0, 0, 0.2);
}
/* SEARCH */

.overlay-search {
	position: fixed;
	z-index: -1;
	/*display: none;*/
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: transparent;
	top: 50%;
	bottom: 50%;
	color: #fff;
	font-size: 1rem;
}
.overlay-search .close {
	top: 0;
	right: 0;
	color: #fff;
	font-size: 3rem;
	line-height: 3rem;
	width: 3rem;
	height: 3rem;
	display: block;
	cursor: pointer;
}
.overlay-search .close i {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	cursor: pointer;
}
.overlay-search .close:hover i {
	-webkit-transform: scale(1.1) rotate(-45deg);;
	transform: scale(1.1) rotate(-45deg);;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.overlay-search .close i:before {
	content: "";
	cursor: pointer;
	font-style: normal;
	width: 3rem;
	height: 3px;
	left: 50%;
	top: 50%;
	position: absolute;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay-search .close i:after {
	content: "";
	cursor: pointer;
	font-style: normal;
	width: 3px;
	height: 3rem;
	left: 50%;
	top: 50%;
	position: absolute;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay-search .close:hover:before {

}
.overlay-search .row {
	height: 100%;
}
body.search-visible .overlay-search {
	display: block;
	background: rgba(71, 57, 49, 0.9);
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	top: 0;
	bottom: 0;
}
body.search-visible #snapcontent {
	filter: blur(2px);
	/*transform: scale(0.7);*/
}
.overlay-search .search-question {
	padding-left: 23px;
}
.fb-Search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
	padding: 0 0 0 16px;
	border-left: 3px solid #c16437;
	position: relative;

}
.fb-Search .input-group-button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.5rem;
	z-index: 1;
}
.fb-Search button {
	width: 3.75rem;
	height: 3.75rem;
	position: absolute;

	right: 0;

}
.fb-Search button i {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.fb-Search button:hover i {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.js .fb-Search_Input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	opacity: 1;
	background: none;
	border: 0;
	margin: 0;
	width: calc(100% - 5.75rem);
	font-size: 2.875rem;
	color: #fff;
	box-shadow: none;
	z-index: 1;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	padding: 0 3.75rem 0 0;
}
.js .fb-Search_Input:empty {

}
.fb-Search_Input::-webkit-input-placeholder,
.fb-Search_Input::-moz-placeholder,
.fb-Search_Input:-ms-input-placeholder,
.fb-Search_Input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
	opacity: 0.5;
	font-weight: 100 !important;
}
.sisea-search-form {
	position: relative;
	top: 10rem;
}
.search-results {
	width: calc(100% - 5rem);
}
.search-results .heading {

}
.search-results .sisea-results-list {
	margin-bottom: 20px;
}
.search-results .sisea-results-list a {
	color: #fff;
}
.search-results .extract p {
	font-size: 0.925rem;
}
.search-results .extract p strong {
	color: #c16437;
}
.search-results .sisea-result {

	display: block;
}
.search-results .sisea-result {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search-results .sisea-result + .sisea-result {
	padding-top: 17px;
}
.search-results .sisea-results {
	padding: 30px 0 0;
}
.sisea-highlight {
	color: #c16437;
	font-weight: 600;
}
.site-search .search-results .sisea-results {
	padding: 30px 0;
}
.site-search .sisea-paging {
	padding: 0 0 20px;
}
.site-search .sisea-result-pages {
	padding-right: 10px;
}
/* */

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-right: 8px;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
	/* vertical bar */
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 3px;
	margin-left: 4px;
	background-color: #c16437;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1.5s infinite;
	-moz-animation: cd-pulse 1.5s infinite;
	animation: cd-pulse 1.5s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
	background-color: rgba(207, 111, 20, 0.8);
}
.cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
	color: #0d0d0d;
}
.cd-headline.type b {
	visibility: hidden;
	font-weight: normal;
}
.cd-headline.type b.is-visible {
	visibility: visible;
}
.cd-headline.type i {
	position: absolute;
	visibility: hidden;
	font-style: normal;
}
.cd-headline.type i.in {
	position: relative;
	visibility: visible;
}
@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	50% {
		-moz-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateY(-50%) scale(0.9);
		-moz-transform: translateY(-50%) scale(0.9);
		-ms-transform: translateY(-50%) scale(0.9);
		-o-transform: translateY(-50%) scale(0.9);
		transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		-moz-transform: translateY(-50%) scale(0);
		-ms-transform: translateY(-50%) scale(0);
		-o-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
.has-skew {

	padding-bottom: 8.75rem;
	padding-top: 4.75rem;
	position: relative;
}
.section-skew {
	background-clip: content-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: .0625rem;
	padding-top: .0625rem;
	z-index: 20;
	border: none;
	display: block;
	height: 9vw;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	position: absolute;
	right: 0;
	top: -1vw;
	-ms-transform: skewY(3.6deg) translateY(-50%);
	transform: skewY(3.6deg) translateY(-50%);
	/*skewY(-2deg) translateY(-20%)*/
	width: 100%;
}
.bg-skew {
	/*-webkit-transform: skew(0deg, -2deg);*/
	/*transform: skew(0deg, -2deg);*/
	/*-webkit-backface-visibility: hidden;*/
	position: relative;
}
.bg-skew:before {
	left: 0;
	right: 0;
	top: -1.7vw;
	bottom: -1.7vw;
	content: '';
	background: inherit;
	z-index: -1;
	position: absolute;
	-webkit-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.block-quotes .quote {

}
.quotes-wrap {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.quotes-wrap .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.block-quotes .quote-tick {
	width: 53px;
	position: absolute;
	right: -0.9375rem;
	top: -2rem;
}
.quotes-slick-image {
	/*border-radius: 100%;*/
	width: 100%;
	overflow: hidden;
	display: block;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.quotes-slick-image img {
	/*border-radius: 100%;*/
	display: none;
}
.quotes-slick-image.slick-initialized img {
	display: block;
}
.block-quotes .quote p {
	position: relative;
	font-weight: 400;
	letter-spacing: 0.025em;
	color: #333333;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.block-quotes q {
	font-style: italic;
	display: block;
}
.block-quotes q + a {
	/*margin-left: 25px;*/
}
.block-quotes q:before {
	content: '“';
	font-size: 1.75rem;
	display: inline-block;
	font-weight: 400;
	color: #c16437;
	z-index: -1;
	margin-top: 5px;
	margin-left: -1rem;
	/* margin-right: -20px; */
	position: absolute;
}
.block-quotes q:after {
	content: '“';
	font-size: 1.75rem;
	display: inline-block;
	font-weight: 400;
	color: #c16437;
	z-index: -1;
	/* top: 0.725rem; */
	/* margin-right: -2rem; */
	/* margin-right: -20px; */
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}
.block-quotes .slick-dots {
	bottom: auto;
	top: 100%;
	text-align: left;

	margin-top: 30px;
}
.block-quotes .slick-dots li {
	width: 70px;
	height: 70px;
	margin: 0 0.5rem;
}
.block-quotes .slick-dots li:before {
	content: '';
	opacity: 0;
	position: absolute;
	background: #fff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: -32px;
	left: 50%;
	border: 1px solid #eee;
	border-left: 0;
	border-top: 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	transition: all 0.3s;
}
.block-quotes .slick-dots li.slick-active:before {
	opacity: 1;
}
.block-quotes .slick-dots a {
	border-radius: 100%;
	display: inline-block;
	background: #ddd;
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.block-quotes .slick-dots a:after {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	right: 0;
	border-radius: 100%;
	border: 2px solid #c16437;
	opacity: 0;
	content: '';
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}
.block-quotes .slick-dots a:hover:after,
.block-quotes .slick-dots .slick-active a:after {
	opacity: 1;
}
.block-quotes .slick-dots a img {
	opacity: 0.5;
	transition: all 0.3s;
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 100%;
}
.block-quotes .slick-dots a:hover img,
.block-quotes .slick-dots .slick-active a img {
	opacity: 1;
}
.block-quotes .quote-name {
	font-weight: 300;
	font-size: 0.8125rem;
	margin: 1rem 0 0;
}
.block-quotes .quote-name strong {
	font-weight: 600;
	color: #484848;
}
.block-rating {
	line-height: 18px;
}
.block-rating .fa {

	font-size: 1.1rem;
	vertical-align: top;

	/* float: left; */
	color: #c16437;
}
.block-rating .fa + .fa {
	margin-left: 6px;
}
.block-rating .stars {
	width: 119px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	/* text-align: left; */
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.block-rating .stars--outline {
	white-space: nowrap;
	display: block;

}
.block-rating .stars--fill {
	left: 0;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	position: absolute;
}
.block-rating .stars--outline .fa {

	color: #d7c6b6;
}
.block-rating .rating a {
	font-weight: 300;
	color: #a5a4a4;
	font-size: 1rem;
}
.block-rating .rating a strong {
	font-weight: 400;
}
.block-newsletter .button {
	font-size: 1.25rem;
	border-radius: 0 5px 5px 0;
}
.block-newsletter .formDE .button {
    font-size: 1rem;
    border-radius: 5px;
}
.block-newsletter .input-group-field {
	border-radius: 5px 0 0 5px;
	padding-left: 1rem;
	border-right: none;
}
.block-newsletter .agreement {
    display: block !important;
    float: none !important;
    margin: 0 0 20px 25px;
    width: auto !important;
}
.block-newsletter .agreement-checkbox {
    margin-top: 5px;
}
.wf-loading #header,
.wf-loading .nav-wrap {
	visibility: hidden;
}
.wf-activeg #header,
.wf-active .nav-wrap {
	visibility: visible;
}
/*
.header .nav-wrap,
.header .nav-wrap nav {
	position: absolute;
	right: 0;
}
.header .nav-wrap nav {
	left: 0;
}*/
.block-tabs .tabs-panel {
	padding: 0;
}
.block-tabs .tabs-content {
	background: none;
	border: none;
}
.block-tabs ul.tabs {
	border: none;
	position: relative;
}
.block-tabs ul.tabs > li {
	width: 100%;
}
.block-tabs ul.tabs:before {
	top: 15px;
	bottom: 15px;
	display: block;
	left: 4px;
	content: '';
	position: absolute;
	border-left: 2px solid #bbb;
}
.block-tabs .tabs-title > a {
	padding: 0 0 0 1.25rem;
	font-size: 0.9375rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 2.5rem;
	color: #aaa;
	font-weight: 400;
	position: relative;
}
.block-tabs .tabs-title > a:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	left: 0;
	border: 3px solid #bbb;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.block-tabs .tabs-title > a:hover {
	background: transparent;
	color: #111;
}
.block-tabs .tabs-title > a:hover:before {
	border-color: #111;
}
.block-tabs .tabs-title > a:focus, .block-tabs .tabs-title > a[aria-selected='true'] {
	background: none;
	color: #c16437;
}
.block-tabs .tabs-title > a:focus:before, .block-tabs .tabs-title > a[aria-selected='true']:before {
	border-color: #c16437;
}
.accordion-title {
	font-size: 1rem;
}
.block-story.story-block-4 .parallaxParent {
	max-height: 450px;
	width: 100%;

	overflow: hidden;

	position: relative;
	display: block;
}
.ipad .block-story.story-block-4 .parallaxParent {
	height: 50vh;
}
.block-story.story-block-4 .parallaxChild {
	height: 200%;
	overflow: hidden;
	position: relative;
	top: -100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.block-story.story-block-4 .parallaxChild img {
	display: block;
	width: 100%;
	visibility: hidden;
	max-height: 450px;
	/*opacity: 0.8;*/
}
.block-story figure img {
	display: block;
	width: 100%;
}
#story-holder {
	overflow: hidden;
}
.video-popup {
	position: relative;
	display: block;
}
.video-popup:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	background: #fff;
	opacity: 0.75;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.video-popup:hover:before {
	transform: scale(1.1);
	opacity: 1;
}
.video-popup:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #c16437;
}
.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}
.blog-filter {
	float: left;
}
.blog-filter ul > li > ul {
	padding: 20px 30px;
	min-width: 400px;
	display: none;
	margin: 1rem 0 0;
	border: 1px solid #f0f0f0;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
.blog-filter ul > li > ul:before {
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 105px;
	border: 1px solid #f0f0f0;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blog-filter ul > li > ul > li {
	max-width: none;
	padding: 2px 0;
}
.blog-filter ul > li > a {
	margin-right: 13px;
	color: #262626;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 8px 40px 8px 0 !important;
}
.blog-filter ul > li > a:after {
	border-color: #cccccc transparent transparent !important;
}
.blog-filter .filter-intro {
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.875rem;
	color: #888888;
	line-height: 18px;
	padding-bottom: 16px;
	margin-bottom: 10px;
}
.blog-filter .filter-intro span {
	color: #484848;
	font-size: 1rem;
	line-height: 24px;
}
.blog-filter .stripe-left {
	position: relative;
}
.blog-filter .stripe-left:before {
	border-left: 1px solid #ccc;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -0.9375rem
}
.blog-filter .filter-button,
.selected-filters .tag {
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #262626;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 4px 11px;
	cursor: pointer;
	margin: 0 10px 10px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-filter .filter-button {
	padding-left: 11px !important;
}
.blog-filter .is-active .filter-button {
	border-color: #262626;
}
.blog-filter .is-active .filter-button:after {
	border-color: #262626 transparent transparent !important;

}
.selected-filters .tag.active {
	border-color: #262626;
}
.selected-filters .tag .fa {
	color: #ccc;
	margin-left: 7px;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.selected-filters .tag.active .fa {
	color: #262626;
}
.selected-filters {
	float: left;
	/*padding-left: 18px;*/
	/*border-left: 1px solid #cccccc;*/
}
.selected-filters:empty {
	display: none;
}
.blog-filter ul.no-bullet > li:hover label {
	color: #262626;
}
.blog-filter ul > li > ul > li ul > li:hover [type="checkbox"]:not(:checked) + label:before {
	border-color: #aaa;
}
.blog-overview .date {
	font-size: 0.875rem;
	color: #999999;
	line-height: 2.5em;
}
.blog-overview .heading {
	color: #262626;

}
.blog-overview p {
	font-size: 1rem;
	color: #262626;
}
.blog-overview .tags a {
	font-size: 0.875rem;
	color: #999999;
}
.blog-overview .tags .fa {
	margin-right: 5px;
}
.blog-overview .tags a:hover {
	color: #262626;
}
.pagination {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 0;
}
.pagination li {
	margin-right: 0;
	display: inline-block;
}

.pagination .active{
   color: #c16437;
}

.pagination .current {
	padding: 6px 14px;
	background: transparent;
	color: #262626;
	font-weight: 600;
}
.pagination a {
	color: inherit;
	padding: 6px 14px;
}
.pagination li + li {
	border-left: 1px solid #ccc;
}
.pagination li:first-child a,
.pagination li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child a,
.pagination li:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.block-share .share-buttons {
	display: inline-block;
}
.box-share {

	display: inline-block;
	margin-right: 6px;
}
.block-share .share-buttons .box-share:last-child {
	margin-right: 0;
}
.box-share a {
	color: #ffffff;
	padding: 8px;
	display: block;
	font-size: 22px;

	line-height: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
}
.box-share.facebook {
	background: #3b5998;
}
.box-share.twitter {
	background: #2ba9e1;
}
.box-share.google-plus {
	background: #dd4b39;
	font-size: 20px;
	line-height: 28px;
}
.box-share.linkedin {
	background: #007bb6;
}
.box-share.whatsapp {
	background: #25d366;
}
.box-share.email {
	background: #939598;
}
.first-letter > p:first-child:first-letter {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 2rem;
	float: left;

	padding: 8px 8px 0 0;
}
.block-trainers-overview .item {
	padding-bottom: 1.875rem;
	width: 25% !important;
}
.block-trainers-overview .item .inner {
	position: relative;
	/*overflow: hidden;*/
	display: block;
	height: 0;
	padding-bottom: 114.29%;
}
.block-trainers-overview .item figure {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 0 20px rgba(97, 78, 66, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block-trainers-overview .item:hover figure {
	box-shadow: 0 0 30px rgba(97, 78, 66, 1);
}
.block-trainers-overview .item figure:after {
	z-index: 1;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0 solid #c16437;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block-trainers-overview .item:hover figure:after {
	left: -6px;
	right: -6px;
	top: -6px;
	bottom: -6px;
	border: 8px solid #c16437;
}
.block-trainers-overview .item figure img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.block-trainers-overview .item:hover figure img {
	-webkit-transform: scale(1.012);
	-moz-transform: scale(1.012);
	-ms-transform: scale(1.012);
	-o-transform: scale(1.012);
	transform: scale(1.012);
}
.block-trainers-overview .item-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	color: #fff;
	top: 0;
	overflow: hidden;
	/*opacity: 0;*/
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.block-trainers-overview .item-overlay:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 80%;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: black;
	opacity: 0.4;
	z-index: 0;
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.block-trainers-overview .item:hover .item-overlay:before {
	opacity: 0;
}
.block-trainers-overview .item:hover .item-overlay {
	top: 0;
	background: #c16437;
	opacity: 0.9;
	overflow: hidden;

}
.block-trainers-overview .item-overlay .overlay-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -20%;
	bottom: -100%;
	padding: 20px 0 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.block-trainers-overview .item:hover .item-overlay .overlay-text {
	top: 0;
	margin-top: 0;
	bottom: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0);
}
.block-trainers-overview .item-overlay .heading {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 0;
}
.block-trainers-overview .item-overlay p {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	/*padding: 1rem 0 0;*/
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
	font-size: 1rem;
	line-height: 1.25rem;
}
.block-trainers-overview .item-overlay p a {
	color: inherit;
	border-bottom: 1px dotted #fff;
}
.block-trainers-overview .item-overlay .tags {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.875rem;
}
.block-trainers-overview .item:hover .item-overlay p {
	position: relative;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;

}
.single-item .slick-prev:before, .single-item .slick-next:before {
	color: #262626;
	font-family: 'reginacoeli', sans-serif;
}
.single-item .slick-prev:before {
	content: '\e903';
}
.single-item .slick-next:before {
	content: '\e902';
}
aside .sticky {
	width: 100%;
}
.contact .contact-holder {
	margin-top: -150px;
}
.contact .contact-bg {
	background-color: #fdfdfd;
	background-position: right center;
	background-repeat: no-repeat;
}
.mpForm {

}
.mpForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mpForm ul li {
	padding-left: 0;
	padding-bottom: 0;
	text-indent: 0;
}
.mpForm ul li:before {
	display: none;
}
.mpForm .mpFormLabel .descriptionLabel {
	display: inline-block;
}
.mpForm .mpFormLabel .descriptionLabel + .mandatorySign {
	display: inline-block;
}
.mpForm .mpErrorRow label,
.mpForm span.error {
	display: block;
	margin-top: -1rem;
	color: #ed1c24;
	font-size: 0.875rem;
}
.mpForm span.error:empty {
	display: none;
}
.mpForm .radiofields .mpErrorRow label,
.mpForm .radiofields span.error {
	/*margin: 0;*/
}
.mpForm .error .input {
	border-color: #ed1c24;
	color: #ed1c24;
}
.mpForm .mpErrorSummary {
	margin-bottom: 1.5rem;
}
.mpForm .mpErrorSummary,
.mpForm .mpErrorSummary ul li {
	font-size: 0.875rem;
}
.mpForm .mpErrorSummary ul li {
	color: #ed1c24;
}
.mpForm .mpFormTable {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.mpForm .mpRadioButtonTable .radio {
	margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
	.mpForm .mpQuestionTable {
		display: table-row;
	}
	.mpForm .mpFormLabel {
		display: table-cell;
		width: 30%;
		padding-right: 1rem;
		vertical-align: top;
	}
	.mpForm .mpFormField {
		display: table-cell;
		width: 70%;
		vertical-align: top;
	}
}
.mpForm .formHelpText {
	font-size: 0.875rem;
}


form label {
	font-size: 1rem;
	font-weight: 400;
}
form label.required::after {
	content: ' *';
}
form input[type="text"],
form input[type="text"]:focus,
form input[type="email"],
form input[type="email"]:focus,
form select,
form select:focus,
form textarea,
form textarea:focus {
	background-color: #f4f2f2;
	border: 1px solid #f4f2f2;
}
form input[type="text"].error,
form input[type="email"].error,
form textarea.error {
	border: 1px solid #f00;
	color: #0a0a0a;
}
form input[type="checkbox"].error,
select.error {
	outline: 1px solid #f00
}


/* Base for label styling */
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.error {
	color: #f00;
}
.checkbox [type="checkbox"]:not(:checked) + label {
	color: #888888;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 29px;
	cursor: pointer;
	margin-left: 0;
}
.checkbox [type="checkbox"]:checked + label {
	font-weight: 600;
	color: #262626;
}
/* checkbox aspect */
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 1rem;
	height: 1rem;
	border: 1px solid #ccc;
	background: #f3f5f8; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #f3f5f8); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#ffffff, #f3f5f8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 4px;
}
.checkbox [type="checkbox"]:checked + label:before {
	border-color: #c16437;
	background: #e4974e; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #e4974e, #c16437); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#e4974e, #c16437); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* checked mark aspect */
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
	content: '\f00c';
	font-family: FontAwesome, sans-serif;
	position: absolute;
	top: 7px;
	left: 4px;
	font-size: 10px;
	line-height: 0.8;
	color: #fff;
	transition: all .2s;
}
/* checked mark aspect changes */
.checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	color: #fff;
	transform: scale(1);
}
/* disabled checkbox */
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
.checkbox [type="checkbox"]:checked:focus + label:before,
.checkbox [type="checkbox"]:not(:checked):focus + label:before {
	/*border: 2px dotted blue;*/
}
/* Base for label styling */
.radio [type="radio"]:not(:checked),
.radio [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.radio [type="radio"]:not(:checked) + label {
	/*color: #888888;*/
}
.radio [type="radio"]:not(:checked) + label,
.radio [type="radio"]:checked + label {
	position: relative;
	padding-left: 29px;
	cursor: pointer;
	margin-left: 0;
}
.radio [type="radio"]:checked + label {
	font-weight: 600;
	/*color: #262626;*/
}
/* checkbox aspect */
.radio [type="radio"]:not(:checked) + label:before,
.radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 1rem;
	height: 1rem;
	border: 1px solid #ccc;
	background: #f3f5f8; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #f3f5f8); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#ffffff, #f3f5f8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 100%;
}
.radio [type="radio"]:not(:checked):focus + label:before,
.radio [type="radio"]:checked:focus + label:before {
	border-color: #888;
}
.radio [type="radio"]:checked + label:before {
	border-color: #c16437;
	background: #e4974e; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #e4974e, #c16437); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#e4974e, #c16437); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* checked mark aspect */
.radio [type="radio"]:not(:checked) + label:after,
.radio [type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	font-size: 10px;
	line-height: 0.8;
	color: #fff;
	transition: all .2s;
}
/* checked mark aspect changes */
.radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.radio [type="radio"]:checked + label:after {
	opacity: 1;
	color: #fff;
	transform: scale(1);
}
/* disabled checkbox */
.radio [type="radio"]:disabled:not(:checked) + label:before,
.radio [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.radio [type="radio"]:disabled:checked + label:after {
	color: #999;
}
.radio [type="radio"]:disabled + label {
	color: #aaa;
}
/* accessibility */
.radio [type="radio"]:checked:focus + label:before,
.radio [type="radio"]:not(:checked):focus + label:before {
	/*border: 2px dotted blue;*/
}
.input {
	border-radius: 5px;
}
select.input {

}
select:focus {
	border: 1px solid #8a8a8a;
	background-color: #ffffff;
	outline: none;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.faq-overview nav li a {
	border-bottom: 2px solid transparent;
	display: block;
}
.faq-overview nav li.is-active a {
	color: #c16437;
}
.block__content-area.text-white.bg-yellow .heading,
.block__content-area.text-white.bg-yellow .text-dark {
	color: #fff;
}
.content-header {

}
.content-header-image {
/ / height: 300 px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.content-header-intro {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.content-header-intro .row {
	height: 100%;
}
.block-bg-image {
	position: relative;
}
.inner-bg-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.inner-bg-image img {
	width: 100%;
}
.block-bg-image-content {
	min-height: 200px;
}
.block-overview-training-short {
    background-image: url("https://reginacoeli.nl/static/default/media/images/bg-training-short.jpg");
    background-position: right;
    background-repeat: no-repeat;
}
.block-overview-training-short .training {
    padding-right: 3rem;
    position: relative;
    z-index: 1;
}
.block-overview-training-short .training a {
    color: #333333;
}

.block-overview-training-short .training:hover:before {
    content: '';
    background-color: #FFF;
    position: absolute;
    border: 1px solid #dadada;
    border-bottom: #C16437 solid 4px;
    border-radius: 5px;
    width: 95%;
    height: 95%;
    top: -1.5rem;
    left: -1rem;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*:target:before {*/
/*content:"";*/
/*display:block;*/
/*height:90px; !* fixed header height*!*/
/*margin:-90px 0 0; !* negative fixed header height *!*/
/*}*/
.home-slider-nav {
	position: relative;
	margin: 1.5rem 0 0;
}
.home-slider-nav:before {
	content: '';
	position: absolute;
	left: 0;
	top: -12px;
	right: 0;
	height: 2px;
	background: #ddd;
}
.home-slider-navigation a {
	font-size: 2rem;
	margin-top: -0.8rem;
	display: inline-block;
	color: #ddd;
	cursor: default;
}
.home-slider-navigation a.active {
	color: #dea600;
	cursor: pointer;
}
.slider-nav-line {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 0;
	height: 2px;
	background: #dea600;
	background: -webkit-linear-gradient(left, #ffffff 0%, #dea600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #dea600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-slider-nav li {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
.home-slider-nav li span {
	cursor: pointer;
	color: #919191;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 50px;
	display: inline-block;
	padding-top: 40px;
	margin-top: -50px;
}
.home-slider-nav li.active span {
	color: #000;

}
.home-slider-nav li:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -15px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	z-index: 1;
	border: 1px solid #ddd;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.home-slider-nav li.orange:before {
	border-color: #dea600;
}
.home-slider-nav li.active:before {
	background: #dea600;
}
.header-v3 {
	display: flex;
	align-items: center;
	height: 600px;
}
.header-v3 .image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-v3 .heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #222222;
}
.header-v3 .text-content {
	order: 1;
}
.header-v3 .text-content .button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-v3 .image {
	order: 2;
}
@media screen and (max-width: 64em) {
	.header-v3 {
		height: auto;
	}
	.header-v3 .text-content {
		order: 2;
	}
	.header-v3 .text-content .heading {
		font-size: 1.725rem;
		line-height: 1;
	}
	.header-v3 .image {
		order: 1;
		height: 240px;
	}
}
.block-experience .curve {
	top: 0;
	max-width: 120em;
	width: 100%;
	left: 50%;
	margin: 0 auto;
	padding-bottom: 33.12%;
	transform: translateX(-50%) translateY(-10%);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.block-experience .curve:before,
.block-experience .curve:after {
	content: '';
	position: absolute;
	width: 15%;
	top: 0;
	bottom: 0;
}
.block-experience .curve:before {
	left: 0;
	background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-experience .curve:after {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.week-of-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width:768px) {
	.week-of-item {
		flex-direction: column;
		text-align: center;
	}
}
.usp-item {
	position: relative;
	display: block;
}
.usp-item figure img {
	position: relative;
	z-index: 0;
}
.usp-item figure:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 60%;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: black;
	opacity: 1;
	z-index: 1;
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.usp-item:hover figure:before {
	opacity: 0;
	top: 80%;
}
.usp-item figcaption {
	background: rgba(0, 228, 255, 0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.usp-item figcaption .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 1.1rem;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.usp-item:hover figcaption {
	background: rgba(0, 228, 255, 0.1);
}
.references .item {
	padding-bottom: 1.875rem;
}
.references .item .inner {
	background: #fff;
}
.references .item .bottom {
	padding: 20px 30px;
}
.references .item p {
	font-size: 1.375rem;
	font-weight: 300;
	font-style: italic;
	color: #282828;
	line-height: 2rem;
}
.references .item p:before,
.references .item p:after {

	color: #ffba00;
	font-family: Arial, sans-serif;
	font-weight: 600;
}
.references .item p:before {
	content: '\201c';
	margin-right: 5px;
}
.references .item p:after {
	content: '\201d';
	margin-left: 5px;
}
.references h2 {
	font-size: 1rem;
	font-weight: 600;
}
.references h2 a {
	color: #262626;
}
.references .function {
	font-size: 0.875rem;
	color: #6a6a6a;
}
.reference-filter {
	font-size: 0.9375rem;
}
.reference-filter .filters a {
	/*color: #666666;*/
}
.reference-filter .filters span {
	font-weight: 600;
}
.reference-filter .filters a + a {
	/*margin-left: 1.25rem;*/
}
.reference-filter .filters a.active {
	/*color: #c16437;*/
}
.reference-filter .filter-group {
	padding-bottom: 1.25rem;
}
.hrule + .block__content-area {
	margin-top: 3rem;
}
.routemap {
	width: 100%;
	height: 500px;
}
#directionsPanel * {
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 0.875rem;
}
.rc-cookie {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: #fcf6e5;
	padding: 0.825rem 0;
}
.rc-cookie .inner {
	/*max-width: calc(100vw - 380px);*/
	font-size: 0.825rem;
}
.block-quotes .slick-dots li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.agreement {
	float: left;
	width: 92%;
	margin-top: -5px;
}
.agreement-checkbox {
	float: left;
}
#register .radio [type="radio"]:not(:checked), #register .radio [type="radio"]:checked,
#register .checkbox [type="checkbox"]:not(:checked), #register .checkbox [type="checkbox"]:checked {
	position: inherit !important;
}

.c24_wa_btn {
	display: none !important;
}

.c24_wa_btn .fixed-tabs-Whats {
	bottom: 10px !important;
}

@media screen and (max-width:768px) {
	iframe[name="button"].__cb_plugin_button.__cb_plugin.__cb_plugin_chat.__cb_plugin_chatwindow {
		display: none !important;
		visibility: hidden !important;
	}

	.c24_wa_btn {
		display: block !important;
	}
}

.block-training-type .items .columns {
	margin-bottom: 32px;
}

.block-training-type .inner {
	background-color: #F1F1F1;
	height: 100%;
	padding: 32px 24px;
}

.block-training-type .inner a {
	color: inherit;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.block-training-type .inner .button {
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
}

.block-training-type .inner .heading-h4 {
	margin-left: 24px;
    margin-bottom: 20px;
}

.block-training-type .inner .usps {
	margin: 12px 0;
}

.block-training-type .inner .usps li {
	border-top: #E0E0E0 solid 1px;
	padding: 4px 0;
	display: flex;
	align-items: center;
}

.block-training-type .inner .usps li img {
	width: 20px;
	height: auto;
	margin-right: 8px;
}

.block-training-type .inner .usps li:last-child {
	border-bottom: #E0E0E0 solid 1px;
}

.block-training-type .inner .list {
	margin-bottom: 20px;
}

.block-training-type .inner .list ul {
	list-style: none;
	margin: 0;
}

.block-training-type .inner .list ul li {
	position: relative;
	padding-left: 16px;
}

.block-training-type .inner .list ul li:before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjIyOTAzIDcuNzc0TDAuMDEyNjk1MyA0LjUzNjgzTDAuNzU3ODgzIDMuNzkxNjdMMy4yMjkwMyA2LjI0MTk4TDkuMjQxODQgMC4yNUw5Ljk4NzAzIDEuMDE2TDMuMjI5MDMgNy43NzRaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=");
	background-size: 100% auto;
	width: 10px;
	height: 8px;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
}

.block-training-type .inner p {
	margin-bottom: 0;
	font-size: 16px;
}

.block-training-type .cta {
	justify-content: center;
}

#form12318 .mpErrorRow {
	display: none !important;
}

/* CHECKOUT - BEGIN */
.progress-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 50px auto;
	width: 100%;
	max-width: 75rem;
}
.progress-wrapper .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	flex: 1;
	font-size: 12px;
}
.progress-wrapper .step .step-name {
	margin: 0 10px;
	text-align: center;
}
.progress-wrapper .step::before {
	position: absolute;
	top: 20px;
	left: -50%;
	content: "";
	border-bottom: 2px solid #A9A9A9;
	width: 100%;
	z-index: 2;
}
.progress-wrapper .step::after {
	position: absolute;
	top: 20px;
	left: 50%;
	content: "";
	border-bottom: 2px solid #A9A9A9;
	width: 100%;
	z-index: 2;
}
.progress-wrapper .step .step-indicator {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: #A9A9A9;
	font-size: 14px;
	margin-bottom: 6px;
	z-index: 5;
}
.progress-wrapper .step.current .step-indicator {
	background-color: #000;
}
.progress-wrapper .step.completed .step-indicator {
	background-color: #C16437;
}
.progress-wrapper .step.completed::after {
	position: absolute;
	top: 20px;
	left: 50%;
	content: "";
	border-bottom: 2px solid #A9A9A9;
	width: 100%;
	z-index: 3;
}
.progress-wrapper .step:first-child::before,
.progress-wrapper .step:last-child::after{
	content: none;
}
form.form-checkout {
	width: 100%;
	min-height: 400px;
	scroll-margin-top: 100px;
}
form.form-checkout input[type="text"],
form.form-checkout input[type="text"]:focus,
form.form-checkout input[type="email"],
form.form-checkout input[type="email"]:focus,
form.form-checkout select,
form.form-checkout select:focus,
form.form-checkout textarea,
form.form-checkout textarea:focus {
	margin: 0 0 15px;
	background-color: #fff;
	border: 1px solid #ccc;
}
form.form-checkout input[type="text"].error,
form.form-checkout input[type="email"].error,
form.form-checkout textarea.error {
	margin: 0 0 15px;
	border: 1px solid #f00;
	color: #0a0a0a;
}
form.form-checkout .form-radio {
	display: flex;
	height: 1.5rem;
	margin-bottom: 4px;
	margin-top: 10px;
}
form.form-checkout label {
	font-size: 1rem;
	font-weight: 600;
}
form.form-checkout input[type='radio'] {
	box-sizing: border-box;
	appearance: none;
	background: white;
	outline: 1px solid #ccc;
	border: 1px solid white;
	width: 16px;
	height: 16px;
}
form.form-checkout input[type='checkbox'] {
	accent-color: #000;
}
form.form-checkout input[type='radio'] + label,
form.form-checkout input[type='checkbox'] + label {
	margin: 0 0 0 10px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1rem;
}
form.form-checkout input[type='radio']:checked {
	background: #333;
}
form.form-checkout input.datepicker-input {
	width: 300px;
}
form.form-checkout .form-row {
	display: flex;
	flex-direction: column;
	grid-column-gap: 20px;
	margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
	form.form-checkout .form-row {
		flex-direction: row;
	}
}
form.form-checkout p {
	font-size: 1rem;
}
form.form-checkout .form-element {
	width: 100%;
}
form.form-checkout .form-element.w-50 {
	width: 50%;
}

@media screen and (min-width: 48em) {
	form.form-checkout .form-element.lg-w-20 {
		width: 20%;
	}

	form.form-checkout .form-element.lg-w-25 {
		width: 25%;
	}

	form.form-checkout .form-element.lg-w-40 {
		width: 40%;
	}

	form.form-checkout .form-element.lg-w-50 {
		width: 50%;
	}

	form.form-checkout .form-element.lg-w-60 {
		width: 60%;
	}
}
form.form-checkout .navigation {
	flex-direction: row;
	justify-content: space-between;
}
@media screen and (min-width: 48em) {
	form.form-checkout .navigation {
		display: flex;
		flex-direction: row;
	}
}
form.form-checkout .navigation .buttons {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 48em) {
	form.form-checkout .navigation .buttons {
		order: 1;
	}
}
form.form-checkout .navigation .info {
	display: flex;
	align-items: center;
	color: #808080;
}
@media screen and (min-width: 48em) {
	form.form-checkout .navigation .info {
		margin-top: 0;
	}
}
form.form-checkout .navigation a {
	margin: 0 20px;
}
form.form-checkout .navigation .button {
	text-transform: none;
	margin: 0;
}
@media screen and (min-width: 48em) {
	form.form-checkout .navigation .button {
		order: 1;
	}
}
form.form-checkout .required::after {
	content: ' *';
}
form.form-checkout .has-tip {
	position: relative;
	top: -8px;
	left: 2px;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
}
.checkout .error {
	color: #ed1c24;
	font-size: 0.875rem;
	font-weight: 400;
}
.checkout .cart {
	background-color: #F5F5F5;
	font-size: 1rem;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
}
@media screen and (min-width: 48em) {
	.checkout .cart {
		background-color: #FFF;
		border: none;
		border-radius: unset;
		max-width: 400px;
		padding: 0;
	}
}
.checkout .cart h5,
.checkout .summary h5 {
	line-height: 3rem;
}
.checkout .cart .line,
.checkout .summary .line {
	display: flex;
	flex-direction: row;
	width: 100%;
	line-height: 2.5rem;
}
.checkout .cart .line.border-top,
.checkout .summary .line.border-top {
	border-top: 1px solid #D9D9D9;
}
.checkout .cart .line > div,
.checkout .summary .line > div {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.checkout .cart .text-bold,
.checkout .summary .text-bold {
	font-weight: 600;
}
.checkout .summary .explainer {
	margin-top: 40px;
	font-style: italic;
}
@media screen and (min-width: 48em) {
	.checkout .summary {
		padding-left: 80px;
	}
}
/* CHECKOUT - END */

.form-contact .form-check {
	display: flex;
	align-items: baseline;
}

.form-contact .form-check-label {
	font-size: 14px;
}

.form-contact .g-recaptcha {
	margin: 16px 0;
}

form p.required::before {
	content: '* ';
}

.bcForm .formit.error {
	font-size: 1.6rem;
	font-weight: 600;
}

.datepicker-input {
	cursor: pointer !important;
	background-color: #f4f2f2 !important;
	border: 1px solid #f4f2f2 !important;;
	outline: none !important;
	box-shadow: none !important;
	transition: none !important;
}
.datepicker-input .selectable-date a {
	font-weight: bold !important;
	text-align: center !important;
}
/* Training guide modal*/
.modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); opacity:0; visibility:hidden; transition:opacity .2s; }
.modal-overlay.open{ opacity:1; visibility:visible; z-index:4 }
.modal { position:fixed; inset:0; display:grid; place-items:center; pointer-events:none;}
.modal.open{ pointer-events:auto; z-index:4001; }
.modal-dialog{
	width:min(820px, calc(100vw - 32px));
	background:#fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.15);
	transform: translateY(12px);
	opacity:0; transition: transform .2s ease, opacity .2s ease;
	max-height: calc(100vh - 80px);
	display:flex; flex-direction:column;
	border-radius: 5px;
}
.modal.open .modal-dialog{ transform:translateY(0); opacity:1; }
@media (max-width: 64em){
	.modal-dialog{
		width: calc(100vw - 20px);
		height: calc(100vh - 30px);
		max-height: none;
		position: fixed;
		top: 0;
	}
}
.modal .modal-header{
	display: flex;
	justify-content:space-between;
	align-items:center;
	padding: 25px 25px 20px 25px;
}
.modal .modal-close{
	justify-self:end; appearance:none; border:0; background:transparent;
	font-size: 1.875rem;
	line-height:1;
	cursor:pointer; padding:6px; margin:-6px;
	top: -4px;
	position: relative;
}
.modal .modal-close:hover,.modal-close:focus{ color:#111827; }
.modal .modal-prev{
	justify-self:start;
	display:inline-flex;
	align-items:center;
	gap:8px;
	background:none;
	border:0;
	margin:-6px;
	color:#111827;
	cursor:pointer;
	font-weight:600;
	text-decoration:none;
}
.modal .modal-prev .arrow{
	font-size: 1rem;
}
.modal .modal-body{ padding:0 60px 60px 60px; display:grid; gap:16px; overflow:auto; }
.modal .progress-head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size: 1rem;
	width: auto;
}
.modal .progress-wrap{
	position:relative;
	width: auto;
	height:9px;
	top: -10px;
	background: #f4f4f4;
	padding: 0 10px;
	border-radius: 999px;
	overflow: visible;
}
.modal .progress-fill{
	position:absolute; left:0; top:0; bottom:0; width:0%; background: #c16437;
	transition: width .25s ease;
	border-radius: 999px;
}
.modal .progress-thumb{
	position:absolute; top:50%; transform: translate(-50%, -50%);
	width:18px; height:18px;
	background: #c16437;
	border:0;
	border-radius:50%;
	left:0;
	transition:left .25s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.modal .steps{ display:grid; gap:16px; }
.modal .step{ display:none; }
.modal .step.active{ display:block; }
.modal .step > h2 {
	font-size: 1.5625rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal .step h3 {
	margin: 0 0 0.3em
}
.modal .step > p {
	margin-bottom: 10px;
}
.modal .grid-choices{
	display:grid; gap:16px;
	grid-template-columns: 1fr;
}
@media (min-width: 50em){
	.modal .grid-choices{ grid-template-columns: 1fr 1fr; }
}
.modal .choice{
	cursor:pointer; display:flex; flex-direction:column; user-select:none;
	outline:2px solid transparent; outline-offset:0; transition: outline-color .15s ease;
	border-radius: 0; border: 0; background: transparent; padding: 0; text-align: left;
}
.modal .choice:focus,.choice:hover{ outline-color: #c16437; }
.modal .choice .cover {
	aspect-ratio: 2/1;
	background:#d1d5db;
	display:block;
	background-size:cover;
	background-position:center;
}
.modal .choice svg {
	width:20px;
}
.modal .choice .text{
	background: #f2f2f2;
	padding: 5px 20px 20px 20px;
	flex-grow: 1;
}
.modal .choice .label{
	display:flex;
	align-items:center;
	justify-content:space-between;
	color: #000;
	font-size: 1.125rem;
	font-weight:400;
	margin-bottom:8px;
	padding: 0;
	width:100%;
	background: none;
}
.modal .choice .label .left{ display:flex; align-items:center; gap:8px; }
.modal .choice .label .left .text{ padding: 12px 0 }
.modal .choice .label .icon{ color: #c16437; }
.modal .choice .label .arrow{
	font-size: 1.375rem;
	top: -2px;
	position: relative;
}
.modal .choice p{
	margin:0;
	color:#111827;
	line-height:1.4;
	font-size: 1rem;
	margin-left: 28px;
}
.modal .summary-block{
	width:100%;
	background:#f3f4f6;
	padding: 15px 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.modal .summary-block .fa {
	color: #c16437;
	font-size: 0.75rem;
	top: -1px;
	position: relative;
}
.modal .summary-block .row {
	display: flex;
	align-items: center;
}
.modal .summary-block .pill {
	margin-left: auto;
	display: inline-block;
	padding: .25rem .5rem;
	border-radius: 5px;
	background: #c16437;
	color: #fff;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 0.75rem;
	position: relative;
	top: -12px;
	right: -3px;
}
.modal .summary-block .pill.best {
	color: #fff;
	background: #c16437;
}
.modal .summary-block .pill.second {
	color: #333;
	background: #ccc;
}
.modal .summary-block#summaryA{
	border:2px solid #c16437;
}
.modal .summary-block#summaryA .pill.second{
	display: none;
}
.modal .summary-block#summaryB .pill.best{
	display: none;
}
.modal .summary-block hr{
	margin: 0.6rem auto
}
.modal .summary-title { margin: 0 0 6px 0; padding-left: 15px; font-weight: 600 !important; font-size: 1.25rem!important; }
.modal .summary-copy { margin: 0 0 8px 0; margin-bottom: 0; color:#111827; }
.modal .usp-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
@media (min-width: 40em){
	.modal .usp-list {  display: flex; }
}
.modal .usp-list .usp-label {
	padding: 0 25px 0 5px;
}
.modal .modal-dialog form {
	background: #f3f4f6;
	padding: 20px;
}
.modal .modal-dialog select,
.modal .modal-dialog select:focus,
.modal .modal-dialog input[type="text"],
.modal .modal-dialog input[type="text"]:focus,
.modal .modal-dialog input[type="email"],
.modal .modal-dialog input[type="email"]:focus{
	background-color: #fff;
}
.modal .modal-dialog input[type="submit"] {
	width: 100%;
	text-transform: none;
}
.modal .modal-dialog form label.required::after {
	color: #c16437;
}
.modal .modal form p {
	margin-bottom: 0;
}