@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: https://beyondmarketing.xyz/
Description: Developed specifically for client use only.
Version: 3.0.1
*/
/* SETUP */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, button, input, select, textarea, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		transition-duration: 200ms;
		transition-property: none;
		transition-timing-function: ease;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol, ul {
		list-style: none;
		}
/* HTML */
	html, body, #top, #header-object, #menu-mobile {
		min-width: 320px;
		max-width: 2000px;
		}
	html {
		background-color: #fff;
		font-size: 10px;
		margin: 0 auto;
		overflow-y: scroll;
		position: relative;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #2c3035;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-weight: 400;
		}
	a {
		color: #287094;
		text-decoration: none;
		transition-property: background, border, color, box-shadow;
		}
	a:hover,
	a:focus {
		color: #0f4661;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=search],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	input[type=text],
	input[type=password],
	input[type=email],
	select,
	textarea {
		border-radius: 0;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
	@media screen and (max-width: 1280px) {
		html {
			font-size: 9px;
			}
	}
/* HEADERS */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		}
	/* HEADERS SIZES */
	h1,
	h2 {
		font-size: 5em;
		}
	h3,
	.header-group h3.g {
		font-size: 4em;
		}
	h2.aa,
	h4 {
		font-size: 3em;
		}
	.header-group h2.g,
	h5 {
		font-size: 2.5em;
		}
	h6 {
		font-size: 2em;
		}
	/* HEADERS MARGINS */
	h2.s,
	.header-group.s {
		margin: 75px 0 25px;
		}
	h2.w,
	h3.w,
	.header-group.w {
		margin: 50px 0;
		}
	h2.n,
	h2.aa,
	.header-group.n {
		margin: 25px 0;
		}
	h3.m,
	h4.m,
	h5.m,
	h6.m {
		margin: 25px 0 10px;
		}
	h3.m.k,
	h4.m.k,
	h5.m.k,
	h6.m.k {
		margin-top: 0;
		}
	/* HEADERS STYLE */
	h2.a,
	h2.aa,
	.header-group>h3,
	h3.a {
		font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
		}
	h2.a:before,
	.header-group>h3:before {
		color: rgba(0,0,0,0.05);
		content: attr(data-title);
		font-size: 1.1em;
		position: absolute;
		transform: translate(-20px, -10px);
		white-space: nowrap;
		z-index: -1;
		}
	h2.a.w:before,
	.header-group.w>h3:before {
		font-size: 1.3em;
		transform: translate(-70px, -10px);
		}
	h2.a.n.bc2:before,
	.header-group.n.bc2>h3:before {
		transform: translate(-10px, 10px);
		}
	h2.a.w.bc2:before,
	.header-group.w.bc2>h3:before {
		transform: translate(-50px, 10px);
		}
	h2.a.n.bc0:before,
	.header-group.n.bc0>h3:before {
		transform: translate(-20px, 5px);
		}
	h2.a.w.bc0:before,
	.header-group.w.bc0>h3:before {
		transform: translate(-80px, 5px);
		}
	/* HEADERS SIZING */
	h2.c,
	.header-group.c {
		margin-left: auto;
		margin-right: auto;
		max-width: 920px;
		}
	/* HEADERS WEIGHTS */
	h2.a,
	.header-group>h3 {
		font-weight: 300;
		}
	h4.h {
		font-weight: 700;
		}
	h2.a.b,
	.header-group>h2,
	h3.a,
	.header-group>h3.b {
		font-weight: 900;
		}
	/* HEADERS CASE */
	h2.a,
	h3.a,
	h4.h,
	.header-group {
		text-transform: uppercase;
		}
	/* HEADERS ALIGN */
	h2.c,
	h3.c,
	.header-group.c {
		text-align: center;
		}
	/* HEADERS GROUPS */
	.header-group {
		position: relative;
		z-index: 1;
		}
	.header-group>h2.g {
		margin-bottom: 5px;
		z-index: 2;
		}
	.header-group>h3.g {
		line-height: 1.05em;
		z-index: 1;
		}
	/* HEADERS STYLING */
	h2.aa {
		opacity: 0.75;
		}
	h2.w,
	.header-group.w,
	h3.a {
		padding-bottom: 25px;
		position: relative;
		}
	h2.w:after,
	.header-group.w:after,
	h3.a:after {
		background-color: #287094;
		bottom: 0;
		content: '';
		height: 5px;
		left: 0;
		position: absolute;
		width: 40px;
		}
	h2.w.c:after,
	.header-group.w.c:after,
	h3.a.c:after {
		left: 50%;
		margin-left: -20px;
		}
	@media screen and (max-width: 1280px) {
		h1,
		h2 {
			font-size: 3.75em;
			}
		h3,
		.header-group h3.g {
			font-size: 3em;
			}
		h2.aa,
		h4 {
			font-size: 2.25em;
			}
		.header-group h2.g,
		h5 {
			font-size: 1.875em;
			}
		h6 {
			font-size: 1.5em;
			}
	}
	@media screen and (max-width: 920px) {
		h1,
		h2 {
			font-size: 2.5em;
			}
		h3,
		.header-group h3.g {
			font-size: 2em;
			}
		h2.aa,
		h4 {
			font-size: 1.5em;
			}
		.header-group h2.g,
		h5 {
			font-size: 1.25em;
			}
		h6 {
			font-size: 1em;
			}
	}
	/**/
	.header-sub-headers {
		font-size: 2rem;
		text-align: center;
		text-transform: uppercase;
		}
	.header-sub-headers-main,
	.header-sub-headers-sep,
	.header-sub-headers-sub {
		display: inline-block;
		vertical-align: top;
		}
	.header-sub-headers-main,
	.header-sub-headers-sep {
		font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
		font-size: 4em;
		font-weight: 700;
		}
	.header-sub-headers-sep {
		padding: 0 20px;
		}
	.header-sub-headers-sub {
		text-align: left;
		}
	.header-sub-headers-sub-1 {
		font-size: 2.25em;
		font-weight: 900;
		padding-top: 5px;
		}
	.header-sub-headers-sub-2 {
		font-size: 1.5em;
		}
	@media screen and (max-width: 1279px) {
		.header-sub-headers {
			font-size: 1.5rem;
			}
	}
	@media screen and (max-width: 919px) {
		.header-sub-headers {
			font-size: 1.25rem;
			}
	}
	@media screen and (max-width: 767px) {
		.header-sub-headers-main,
		.header-sub-headers-sep,
		.header-sub-headers-sub {
			display: block;
			margin: 10px 0;
			text-align: center;
			}
		.header-sub-headers-sep {
			font-size: 1.5em;
			}
		.header-sub-headers-sub-1 {
			padding-top: 0;
			}
	}
/* LAYOUT */
	#top {
		position: relative;
		z-index: 1;
		}
	#header-object {
		height: 125px;
		}
	#header-padding,
	#header-content {
		height: 100px;
		}
	#header {
		height: 0;
		position: absolute;
		width: 100%;
		z-index: 500;
		}
	#header-object {
		position: relative;
		-webkit-transition: top 250ms ease-out;
		-moz-transition: top 250ms ease-out;
		-o-transition: top 250ms ease-out;
		transition: top 250ms ease-out;
		}
	#header-padding {
		background-color: #fff;
		position: relative;
		}
	#header-logo {
		float: left;
		height: 70px;
		padding-top: 15px;
		position: relative;
		width: 120px;
		}
	#header-logo>a {
		background: url('assets/images/logo.png') left center / auto 100% no-repeat;
		display: block;
		height: 100%;
		overflow: hidden;
		position: relative;
		text-indent: -9180px;
		width: 100%;
		z-index: 1;
		}
	html.no-backgroundsize #header-logo>a {
		background-image: url('assets/images/logo-alt.png');
		}
	#header-nav {
		float: right;
		height: 40px;
		padding-top: 30px;
		}
	#header-sub,
	#header-sub>li,
	#header-menu,
	#header-menu>li,
	#header-cta {
		display: inline-block;
		vertical-align: top;
		}
	#header-sub>li {
		margin-right: 10px;
		}
	#header-sub a {
		color: #287094;
		display: block;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 40px;
		}
	body.scrolled #header-sub a:hover,
	body.scrolled #header-sub a:focus,
	#header-sub a:hover,
	#header-sub a:focus {
		color: #f2d037;
		}
	#header-nav li {
		position: relative;
		}
	#header-nav a,
	#header-cta>a {
		display: block;
		}
	#header-menu>li>a,
	#header-cta>a {
		font-size: 15px;
		height: 20px;
		line-height: 20px;
		padding: 10px;
		text-transform: uppercase;
		}
	#header-cta {
		margin-left: 10px;
		}
	#header-cta>a {
		background-color: #f2d037;
		border-radius: 7px;
		color: #2c3035;
		font-weight: 900;
		padding: 10px 25px;
		}
	#header-cta>a i {
		padding-left: 10px;
		}
	#header-cta>a:hover,
	#header-cta>a:focus {
		background-color: #287094;
		color: #fff;
		}
	#header-cart>a>.cart-contents-count {
		background: #f2d037;
		border-radius: 18px;
		color: #2c3035;
		display: block;
		line-height: 18px;
		font-size: 9px;
		height: 18px;
		position: absolute;
		right: -5px;
		text-align: center;
		top: 0;
		width: 18px;
		transition-property: background, color;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		#header-cart>a:hover>.cart-contents-count {
			background: #287094;
			color: #fff;
			}
	}
	@media screen and (min-width: 1280px) {
		#header-sub>#header-mobile {
			display: none;
			}
		#header-menu {
			margin-right: 10px;
			}
		#header-menu>li {
			background: url('assets/images/menu-line.png') right center no-repeat;
			margin-right: 10px;
			padding-right: 17px;
			}
		#header-menu>li>a {
			color: #287094;
			font-weight: 700;
			}
		@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
			body.scrolled #header-menu>li:hover>a,
			body.scrolled #header-menu>li:focus>a,
			#header-menu>li:hover>a,
			#header-menu>li:focus>a {
				color: #f2d037;
				}
		}
		#header-menu>li.current-menu-item>a:before,
		#header-menu>li.current-menu-ancestor>a:before,
		#header-menu>li.current-page-ancestor>a:before,
		#header-menu>li.current_page_parent>a:before {
			border-color: transparent transparent #bdc1c7 transparent;
			border-style: solid;
			border-width: 6px;
			bottom: 0;
			content: '';
			display: block;
			left: 50%;
			margin-left: -12px;
			pointer-events: none;
			position: absolute;
			}
		#header-menu>li>ul,
		#header-menu>li>ul>li>ul {
			background-color: #287094;
			border-radius: 4px;
			box-shadow: 0 0 4px rgba(0,0,0,0.3);
			font-size: 14px;
			font-weight: 400;
			left: 50%;
			opacity: 0;
			margin: 0 0 0 -120px;
			position: absolute;
			text-align: center;
			text-transform: none;
			transition-property: opacity;
			visibility: hidden;
			width: 240px;
			z-index: 10;
			}
		#header-menu>li>ul>li>ul {
			background-color: #0f4661;
			left: 235px;
			margin: -50px 0 0 0;
			z-index: 11;
			}
		#header-menu>li>ul:before,
		#header-menu>li>ul>li>ul:before {
			border-color: transparent transparent #287094 transparent;
			border-style: solid;
			border-width: 6px;
			content: '';
			display: block;
			left: calc(50% - 6px);
			pointer-events: none;
			position: absolute;
			top: -12px;
			}
		#header-menu>li>ul>li>ul:before {
			border-color: transparent #0f4661 transparent transparent;
			left: -12px;
			top: 15px;
			}
		#header-menu>li:hover>ul,
		#header-menu>li:focus>ul,
		#header-menu>li>ul>li:hover>ul,
		#header-menu>li>ul>li:focus>ul {
			visibility: visible;
			opacity: 1;
			}
		#header-menu>li>ul>li+li,
		#header-menu>li>ul>li>ul>li+li {
			border-top: 1px solid rgba(0,0,0,0.1);
			}
		#header-menu>li>ul>li>a,
		#header-menu>li>ul>li>ul>li>a {
			color: #fff;
			line-height: 1.4em;
			padding: 15px 10px;
			}
		#header-menu>li>ul>li:hover>a,
		#header-menu>li>ul>li:focus>a,
		#header-menu>li>ul>li>ul>li:hover>a,
		#header-menu>li>ul>li>ul>li:focus>a {
			background: rgba(0,0,0,0.1);
			color: #f2d037;
			}
	}
	@media screen and (max-width: 1279px) {
		#header-menu {
			display: none;
			}
	}
	@media screen and (max-width: 920px) {
		#header-object,
		#header-padding,
		#header-content {
			height: 60px;
			}
		#header-logo {
			height: 42px;
			padding-top: 9px;
			width: 72px;
			}
		#header-nav {
			padding-top: 10px;
			}
	}
	@media screen and (max-width: 419px) {
		#header-sub>li {
			margin-right: 0;
			}
		#header-cta {
			margin-left: 20px;
			}
	}
	#main {
		background-color: #fff;
		padding-top: 100px;
		position: relative;
		overflow-x: hidden;
		}
	@media screen and (max-width: 920px) {
		#main {
			padding-top: 60px;
			}
	}
/* SEARCH */
	#header-search {
		display: inline-block;
		vertical-align: top;
		}
	#header-search-button {
		background: none;
		color: #287094;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		transition: color 200ms ease;
		vertical-align: top;
		width: 40px;
		}
	#header-search-button:hover,
	#header-search-button:focus {
		color: #f2d037;
		}
	#header-search-field {
		display: none;
		margin-right: 10px;
		vertical-align: top;
		}
	#header-search-field>input {
		background: #f4f6f8;
		border: 1px solid #bdc1c7;
		border-radius: 4px;
		color: #2c3035;
		display: inline-block;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: 250px;
		}
	#header-search ::-webkit-input-placeholder {color: #bdc1c7;}
	#header-search :-moz-placeholder {color: #bdc1c7;}
	#header-search ::-moz-placeholder {color: #bdc1c7;opacity: 1;}
	#header-search :-ms-input-placeholder {color: #bdc1c7;}
	#header-navigation>form>div {
		display: none;
		}
	html.search-open #header-search-field {
		display: inline-block;
		}
	html.search-open #header #header-menu,
	html.search-open #header #header-sub {
		display: none;
		}
	@media screen and (max-width: 720px) {
		#header-search {
			display: none;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		left: 0;
		position: fixed;
		}
	body.scrolled #header-object {
		margin: 0 auto;
		position: relative;
		top: -125px;
		}
	body.scrolled #header-padding {
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		}
	body.scrolled-menu.scrolled-up #header-object {
		top: 0;
		}
/* MOBILE */
	.modal {
		background-color: #287094;
		height: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		text-align: center;
		top: 0;
		transition: opacity 250ms ease;
		width: 100%;
		z-index: 1000;
		}
	.modal-holder {
		position: relative;
		}
	.modal-title {
		background-color: #fff;
		padding: 15px 50px;
		position: relative;
		text-align: left;
		}
	.modal-logo>a {
		display: block;
		}
	.modal-logo>a>img {
		height: 70px;
		width: auto;
		}
	.modal-close {
		position: absolute;
		right: 0;
		top: 0;
		}
	.modal-close>a {
		color: #81868d;
		display: block;
		font-size: 20px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		width: 100px;
		}
	.modal-close>a:hover,
	.modal-close>a:focus {
		color: #287094;
		}
	.modal-objects {
		margin: 25px 50px;
		}
	.modal-icons {
		margin: 50px -5px 10px;
		}
	.modal-icons>li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
		width: calc(50% - 10px);
		}
	.modal-icons>li>a {
		border: 1px solid #3e4349;
		border-radius: 4px;
		color: #dcdfe3;
		display: block;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		padding: 0 5px;
		text-align: center;
		text-transform: uppercase;
		}
	.modal-icons>li>a:hover,
	.modal-icons>li>a:focus {
		color: #287094;
		}
	.modal-icons>li i {
		color: #287094;
		font-size: 16px;
		padding-right: 5px;
		vertical-align: middle;
		}
	.modal-cta,
	.modal-items {
		font-size: 24px;
		}
	.modal-items {
		border-bottom: 1px solid #256a8c;
		text-align: left;
		text-transform: uppercase;
		}
	.modal-items li {
		position: relative;
		}
	.modal-items>li a {
		border-top: 1px solid #256a8c;
		color: #cce3ed;
		display: block;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		padding: 0;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.modal-items>li a:hover,
	.modal-items>li a:focus {
		color: #fff;
		}
	.modal-items>li>a {
		font-weight: 900;
		position: relative;
		}
	.modal-items>li>ul>li>a {
		font-weight: 300;
		}
	.modal-items>li i.fam {
		background-color: #256a8c;
		color: #f2d037;
		cursor: pointer;
		font-size: 16px;
		height: 60px;
		line-height: 60px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 1px;
		width: 45px;
		}
	.modal-items>li i.fam.fa-chevron-down {
		color: #7ba7b9;
		}
	.modal-items>li ul {
		display: none;
		}
	.modal-items>li ul.mm-show {
		display: block;
		}
	.modal-cta {
		margin: 10px 0;
		}
	.modal-cta>a {
		background-color: #f2d037;
		border-bottom: none;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-weight: 700;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
		}
	.modal-cta>a>i {
		padding-left: 10px;
		}
	.modal-cta>a:hover,
	.modal-cta>a:focus {
		background-color: #fff;
		color: #287094;
		}
	.modal-search {
		margin: 10px 0;
		}
	.modal-search input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		background-color: rgba(0,0,0,0.1);
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 5px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 10px 20px;
		text-align: center;
		width: 100%;
		}
	.modal-search ::-webkit-input-placeholder {color: rgba(255,255,255,0.5);}
	.modal-search :-moz-placeholder {color: rgba(255,255,255,0.5);}
	.modal-search ::-moz-placeholder {color: rgba(255,255,255,0.5);opacity: 1;}
	.modal-search :-ms-input-placeholder {color: rgba(255,255,255,0.5);}
	.modal .menu-social {
		margin: 20px 0;
		}
	.modal-social .menu-social {
		text-align: center;
		}
	.modal-social .menu-social>li {
		padding: 0 10px;
		text-align: center;
		}
	.modal-social .menu-social>li>a {
		background-color: #7ba7b9;
		}
	.modal-social .menu-social>li>a:hover,
	.modal-social .menu-social>li>a:focus {
		background-color: #f2d037;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		opacity: 1;
		}
	@media screen and (max-width: 920px) {
		.modal-title {
			padding: 9px 25px;
			}
		.modal-logo>a>img {
			height: 42px;
			}
		.modal-close>a {
			height: 60px;
			line-height: 60px;
			width: 50px;
			}
		.modal-objects {
			margin: 25px;
			}
		.modal-cta,
		.modal-items {
			font-size: 18px;
			}
	}
/* MAP */
	#map {
		background-color: #eff1f4;
		border: 1px solid #bdc1c7;
		height: 200px;
		width: 100%;
		}
	#map.map-big {
		height: 500px;
		margin: 25px 0;
		max-height: 75vh;
		}
	#map img {
		max-width: inherit !important;
		}
	#map>.marker {
		height: 0;
		overflow: hidden;
		}
	.mapitems {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	.mapitems-location {
		background-color: #fff;
		border: 1px solid #bdc1c7;
		border-radius: 5px;
		margin-bottom: 20px;
		overflow: hidden;
		width: calc(33.3333% - 10px);
		}
	.mapitems-header {
		background-color: #2c3035;
		color: #fff;
		font-weight: 700;
		font-size: 2em;
		padding: 5px 10px 5px 33px;
		text-indent: -13px;
		}
	.mapitems-header>span {
		color: #287094;
		display: inline-block;
		font-weight: 400;
		padding-right: 10px;
		}
	.mapitems-buffer {
		margin: 15px;
		}
	.mapitems-buffer-image > .mapitems-image,
	.mapitems-buffer-image > .mapitems-details {
		display: inline-block;
		vertical-align: top;
		}
	.mapitems-buffer-image > .mapitems-image {
		border-radius: 5px;
		margin-right: 15px;
		overflow: hidden;
		width: 75px;
		}
	.mapitems-buffer-image > .mapitems-details {
		width: calc(100% - 90px);
		}
	.mapitems-text,
	.mapitems-detail,
	.mapitems-info {
		margin: 0 0 3px;
		}
	.mapitems-detail {
		font-size: 1.4em;
		line-height: 1.3em;
		}
	.mapitems-detail i {
		vertical-align: top;
		}
	.mapitems-info {
		font-size: 1.2em;
		line-height: 1.3em;
		position: relative;
		}
	.mapitems-info i {
		position: relative;
		vertical-align: middle;
		top: -1px;
		}
	.mapitems-info>em {
		display: inline-block;
		font-size: 10px;
		width: 40px;
		}
	.map-frame-holder {
		margin: 25px 0;
		}
	@media screen and (max-width: 920px) {
		.mapitems-location {
			width: calc(50% - 10px);
			}
	}
	@media screen and (max-width: 768px) {
		#map.map-big {
			height: 300px;
			}
	}
	@media screen and (max-width: 480px) {
		.mapitems {
			display: block;
			}
		.mapitems-location {
			overflow: hidden;
			width: auto;
			}
	}
/* SECTION */
	.section-builder {
		position: relative;
		z-index: 5;
		}
	.section {
		display: block;
		position: relative;
		width: 100%;
		}
	.section-padding {
		padding: 0 100px;
		}
	.section.section-padding {
		width: calc(100% - 200px);
		}
	.section-padding-left {
		padding-left: 100px;
		}
	.section-padding-right {
		padding-right: 100px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1280px;
		z-index: 2;
		}
	.section-noflow {
		overflow: hidden;
		}
	.section-flow {
		display: inline-block;
		z-index: 6;
		}
	.section-footer {
		background-image: url('assets/images/logo-footer.png');
		background-repeat: no-repeat;
		background-position: 5% top;
		}
	.section-image {
		font: normal 0/0 sans-serif;
		}
	.section-full .section-content {
		min-height: 100vh;
		}
	.section-full .section-content .margins {
		width: 100%;
		}
	.section-full.section-full-centered .section-content {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		}
	.section-full.section-full-centered.section-content-right .section-content {
		justify-content: flex-end;
		}
	.section-full.section-full-centered .section-content .content-full {
		width: 100%;
		}
	.section-full.section-full-normal .section-content .box-box {
		min-height: calc(100vh - 150px);
		margin: 150px 0 0;
		}
	.section-meta {
		background: #f4f6f8;
		}
	.section-comments {
		background: #eff1f4;
		}
	@media screen and (max-width: 1620px) {
		.section-padding {
			padding: 0 50px;
			}
		.section.section-padding {
			width: calc(100% - 100px);
			}
		.section-padding-left {
			padding-left: 50px;
			}
		.section-padding-right {
			padding-right: 50px;
			}
	}
	@media screen and (max-width: 920px) {
		.section-padding {
			padding-left: 25px;
			padding-right: 25px;
			}
		.section.section-padding {
			width: calc(100% - 50px);
			}
		.section-padding-left {
			padding-left: 25px;
			}
		.section-padding-right {
			padding-right: 25px;
			}
	}
/* CONTENT LAYOUTS */
	.content,
	.inner {
		position: relative;
		}
	.content-main,
	.content-sub,
	.content-third,
	.content-half,
	.inner-half {
		display: inline-block;
		position: relative;
		vertical-align: top;
		}
	.content-main {
		width: 75%;
		}
	.content-half,
	.inner-half {
		width: 50%;
		}
	.content-third {
		width: 33.3333%;
		}
	.content-sub {
		width: 25%;
		}
	.content-left {
		margin: 75px 75px 75px 0;
		}
	.content-type-store .content-left {
		margin: 75px 0 75px 75px;
		}
	.content-right {
		margin: 75px 0;
		}
	.content-gap {
		margin: 25px;
		}
	.inner-left {
		margin-right: 25px;
		}
	.inner-right {
		margin-left: 25px;
		}
	.content-type-main .content-sub,
	.content-type-store .content-sub {
		background: #dcdfe3;
		}
	.content-type-main,
	.content-type-store {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
	@media screen and (min-width: 921px) {
		.content-sub {
			margin: 50px 0;
			}
	}
	@media screen and (max-width: 920px) {
		.content-type-main {
			flex-direction: column;
			flex-wrap: wrap;
			}
		.content-type-store {
    		flex-direction: column-reverse;
			flex-wrap: wrap-reverse;
			}
		.content-type-main .content-main,
		.content-type-main .content-sub,
		.content-type-store .content-main,
		.content-type-store .content-sub {
			width: auto;
			}
		.content-type-main .content-main .content-left,
		.content-type-main .content-sub .content-right,
		.content-type-store .content-main .content-left,
		.content-type-store .content-sub .content-right {
			margin: 25px 0;
			}
		.content-type-main .content-sub,
		.content-type-store .content-sub {
			overflow: hidden;
			}
		.content-sub {
			margin: 25px 0;
			}
	}
	@media screen and (max-width: 768px) {
		.inner-type-split .inner-half {
			display: block;
			width: auto;
			}
		.inner-type-split .inner-half .inner-left,
		.inner-type-split .inner-half .inner-right {
			margin: 25px 0;
			}
	}
/* CONTENT MARGINS */
	.margins {
		margin: 75px 0;
		}
	.margin-none .margins {
		margin: 0;
		}
	.margin-less .margins {
		margin: 50px 0;
		}
	.margin-more .margins {
		margin: 100px 0;
		}
	.margin-more-top .margins {
		margin-top: 125px;
		}
	.margin-more-bottom .margins {
		margin-bottom: 125px;
		}
	@media screen and (max-width: 1280px) {
		.margins {
			margin: 50px 0;
			}
		.margin-less .margins {
			margin: 25px 0;
			}
		.margin-more .margins {
			margin: 75px 0;
			}
		.margin-more-top .margins {
			margin-top: 100px;
			}
		.margin-more-bottom .margins {
			margin-bottom: 100px;
			}
	}
/* CONTENT HEADER */
	.content-header {
		font-size: 2rem;
		margin: 0 auto;
		max-width: 1280px;
		padding: 200px 0 100px;
		text-align: center;
		}
	.content-header h1,
	.content-header h2 {
		text-shadow: 0 0 20px rgba(0,0,0,0.3);
		text-transform: uppercase;
		}
	.content-header>h1 {
		font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
		font-size: 4em;
		font-weight: 700;
		margin-bottom: 10px;
		}
	.content-header>h2 {
		color: #f2d037;
		font-size: 2em;
		font-weight: 700;
		}
	@media screen and (max-width: 1800px) {
		.content-header {
			font-size: 1.75rem;
			padding: 80px 0 40px;
			}
	}
	@media screen and (max-width: 1280px) {
		.content-header {
			font-size: 1.5rem;
			padding: 60px 0 30px;
			}
	}
	@media screen and (max-width: 768px) {
		.content-header {
			font-size: 1rem;
			padding: 40px 0 20px;
			}
	}
/* CONTENT FOOTER */
	.footer-items {
		margin: 0 -25px;
		}
	.footer-item {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.footer-about {
		width: 40%;
		}
	.footer-about .contentblock {
		font-size: 1.5em;
		max-width: 600px;
		}
	.footer-about .contentblock > p {
		margin: 10px 0;
		}
	#footer-cta {
		margin-top: 20px;
		}
	.footer-holder {
		margin: 0 25px 25px;
		}
	.footer-holder h5 {
		border-bottom: 1px solid rgba(255,255,255,0.05);
		font-size: 1.5em;
		font-weight: 700;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.footer-holder h5,
	.footer-holder h5 a {
		color: #f2d037;
		}
	.footer-holder h5 a:hover,
	.footer-holder h5 a:focus {
		color: #fff;
		}
	.footer-icons {
		overflow: hidden;
		}
	.footer-logo,
	.footer-social {
		float: left;
		}
	.footer-logo {
		width: 120px;
		padding-right: 30px;
		}
	.footer-museum {
		border-top: 1px solid rgba(255,255,255,0.05);
		margin-top: 20px;
		padding-top: 20px;
		text-align: center;
		}
	.footer-social {
		padding-top: 15px;
		width: calc(100% - 150px);
		}
	.footer-social .menu-social a {
		background-color: #7ba7b9;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		width: 40px;
		}
	.footer-copyright,
	.footer-by {
		line-height: 1.2em;
		margin: 15px 0;
		}
	.footer-copyright {
		float: left;
		}
	.footer-by {
		float: right;
		}
	@media screen and (max-width: 1279px) {
		.footer-about {
			display: block;
			width: auto;
			}
		.footer-menu,
		.footer-contact {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 919px) {
		.footer-copyright,
		.footer-by {
			float: none;
			text-align: center;
			}
		.footer-copyright {
			margin-top: 20px;
			}
		.footer-by {
			margin-bottom: 50px;
			}
	}
	@media screen and (max-width: 767px) {
		.footer-menu {
			width: 50%;
			}
		.footer-contact {
			display: block;
			width: auto;
			}
	}
	@media screen and (max-width: 480px) {
		.footer-icons {
			overflow: visible;
			}
		.footer-logo,
		.footer-social {
			float: none;
			width: auto;
			}
		.footer-social {
			margin: 5px 0 15px;
			}
		.footer-item {
			display: block;
			width: auto;
			}
	}
/* SHADING */
	.shading-layers {
		position: relative;
		}
	.shading-layers:before,
	.shading-layers:after {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.shading-layers.shading-height-partial:before,
	.shading-layers.shading-height-partial:after {
		height: 75%;
		}
	.shading-layers:before {
		z-index: 2;
		}
	.shading-layers:after {
		z-index: 0;
		}
	.shading-layers .section-padding {
		position: relative;
		z-index: 3;
		}
	.shading-full.shading-white:not(.shading-height-partial),
	.shading-white-bg,
	.shading-white:before,
	.has-white-background-color.has-white-background-color {
		background-color: #fff;
		}
	.shading-full.shading-light:not(.shading-height-partial),
	.shading-light-bg,
	.shading-light:before,
	.has-light-background-color.has-light-background-color {
		background-color: #fafbfc;
		}
	.shading-full.shading-highlight:not(.shading-height-partial),
	.shading-highlight-bg,
	.shading-highlight:before,
	.has-highlight-background-color.has-highlight-background-color {
		background-color: #f2d037;
		}
	.shading-full.shading-color:not(.shading-height-partial),
	.shading-color-bg,
	.shading-color:before,
	.has-color-background-color.has-color-background-color {
		background-color: #7ba7b9;
		}
	.shading-full.shading-dark:not(.shading-height-partial),
	.shading-dark-bg,
	.shading-dark:before,
	.has-dark-background-color.has-dark-background-color {
		background-color: #287094;
		}
	.shading-full.shading-darker,
	.shading-darker-bg,
	.shading-darker:before,
	.has-darker-background-color.has-darker-background-color {
		background-color: #0f4661;
		}
	.shading-full.shading-gradient:not(.shading-height-partial),
	.shading-gradient-bg,
	.shading-gradient:before,
	.has-gradient-background-color.has-gradient-background-color {
		background: -moz-linear-gradient(left, #7ba7b9 0%, #287094 100%);
		background: -webkit-linear-gradient(left, #7ba7b9 0%, #287094 100%);
		background: linear-gradient(to right, #7ba7b9 0%, #287094 100%);
		}
	.shading-background-img,
	.shading-background-img:after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.shading-position-top:after,
	.shading-position-center:after,
	.shading-position-bottom:after {
		background-size: 100% auto;
		}
	.shading-position-covertop:after,
	.shading-position-top:after {
		background-position: center top;
		}
	.shading-position-center:after {
		background-position: center center;
		}
	.shading-position-bottom:after {
		background-position: center bottom;
		}
	.shading-position-coverbr:after {
		background-position: right bottom;
		}
	.shading-position-coverbl:after {
		background-position: left bottom;
		}
	.shading-position-coverbc:after {
		background-position: center bottom;
		}
	.shading-position-covertr:after {
		background-position: right top;
		}
	.shading-position-covertc:after {
		background-position: center top;
		}
	.shading-position-covertl:after {
		background-position: left top;
		}
	.shading-position-fixed:after {
		background-attachment: fixed;
		}
	.shading-layers.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-layers.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-layers.shading-opacity-65:before {
		opacity: 0.65;
		}
	.shading-layers.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-layers.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-layers.shading-opacity-0:before {
		opacity: 0;
		}
	.shading-border .shading-holder {
		border: 2px solid #fff;
		}
	.shading-border .shading-holder-full.shading-holder {
		padding: 50px;
		}
	.shading-border .shading-holder-box.shading-holder {
		padding: 25px;
		}
	.shading-border-no .shading-holder {
		border: none;
		padding: 0;
		}
	.shading-border-white .shading-holder {
		border-color: #fff;
		}
	.shading-border-light .shading-holder {
		border-color: #fafbfc;
		}
	.shading-border-highlight .shading-holder {
		border-color: #f2d037;
		}
	.shading-border-color .shading-holder {
		border-color: #7ba7b9;
		}
	.shading-border-dark .shading-holder {
		border-color: #287094;
		}
	.shading-border-gradient .shading-holder {
		-webkit-border-image: -webkit-linear-gradient(left, #7ba7b9 0%, #287094 100%);
		-moz-border-image: -moz-linear-gradient(left, #7ba7b9 0%, #287094 100%);
		border-image: linear-gradient(to right, #7ba7b9 0%, #287094 100%);
		border-image-slice: 1;
		}
/* COLORS */
	/* general */
	.has-white-background-color,
	.has-light-background-color,
	.has-highlight-background-color {
		color: #2c3035;
		}
	.has-color-background-color,
	.has-dark-background-color,
	.has-white-color.has-white-color {
		color: #fff;
		}
	.has-light-color.has-light-color {
		color: #f4f6f8;
		}
	.has-highlight-color.has-highlight-color {
		color: #f2d037;
		}
	.has-color-color.has-color-color {
		color: #7ba7b9;
		}
	.has-dark-color.has-dark-color {
		color: #287094;
		}
	.has-darker-color.has-darker-color {
		color: #0f4661;
		}
	/* none */
	.colors-none {
		color: #fff;
		}
	.colors-none .contentlinks a {
		color: #fff;
		}
	.colors-none .contentlinks a:hover,
	.colors-none .contentlinks a:focus {
		}
	.colors-none h2.a {
		}
	.colors-none .header-group h2 {
		}
	.colors-none .header-group h3 {
		}
	.colors-none .highlight {
		}
	.colors-none .button {
		}
	.colors-none .button:hover,
	.colors-none .button:focus {
		}
	.colors-none .quote-mark svg {
		}
	/* white */
	.colors-white {
		color: #2c3035;
		}
	.colors-white .contentlinks a {
		color: #287094;
		}
	.colors-white .contentlinks a:hover,
	.colors-white .contentlinks a:focus {
		color: #0f4661;
		}
	a.colors-white.contentlinksalt,
	.colors-white .contentlinksalt a {
		color: #2c3035;
		}
	a.colors-white.contentlinksalt:hover,
	a.colors-white.contentlinksalt:focus,
	.colors-white .contentlinksalt a:hover,
	.colors-white .contentlinksalt a:focus {
		color: #287094;
		}
	.colors-white h2.a {
		}
	.colors-white .header-group h2 {
		color: #7ba7b9;
		}
	.colors-white .header-group h3 {
		}
	.colors-white .header-group.w:after,
	.colors-white h2.a:after,
	.colors-white h3.a:after {
		background-color: #f2d037;
		}
	.colors-white .decorativetext strong {
		}
	.colors-white .highlight {
		color: #f2d037;
		}
	.colors-white .button {
		}
	.colors-white.colors-white .button:hover,
	.colors-white.colors-white .button:focus {
		}
	.colors-white .glyph,
	.colors-white .quote-mark svg {
		fill: #7ba7b9
		}
	/* light */
	.colors-light {
		color: #2c3035;
		}
	.colors-light .contentlinks a {
		color: #287094;
		}
	.colors-light .contentlinks a:hover,
	.colors-light .contentlinks a:focus {
		color: #0f4661;
		}
	a.colors-light.contentlinksalt,
	.colors-light .contentlinksalt a {
		color: #5b6067;
		}
	a.colors-light.contentlinksalt:hover,
	a.colors-light.contentlinksalt:focus,
	.colors-light .contentlinksalt a:hover,
	.colors-light .contentlinksalt a:focus {
		color: #287094;
		}
	.colors-light h2.a {
		}
	.colors-light .header-group h2 {
		color: #7ba7b9;
		}
	.colors-light .header-group h3 {
		}
	.colors-light .header-group.w:after,
	.colors-light h2.a:after,
	.colors-light h3.a:after {
		background-color: #f2d037;
		}
	.colors-light .decorativetext strong {
		}
	.colors-light .gform_wrapper .gfield_required,
	.colors-light .highlight {
		}
	.colors-light .button {
		}
	.colors-light .button:hover,
	.colors-light .button:focus {
		}
	.colors-light .glyph,
	.colors-light .quote-mark svg {
		fill: #7ba7b9
		}
	/* highlight */
	.colors-highlight {
		color: #2c3035;
		}
	.colors-highlight .contentlinks a,
	a.colors-highlight.contentlinksalt:hover,
	a.colors-highlight.contentlinksalt:focus,
	.colors-highlight .contentlinksalt a:hover,
	.colors-highlight .contentlinksalt a:focus {
		color: #287094;
		}
	a.colors-highlight.contentlinksalt,
	.colors-highlight .contentlinksalt a,
	.colors-highlight .contentlinks a:hover,
	.colors-highlight .contentlinks a:focus {
		color: #2c3035;
		}
	.colors-highlight h2.a {
		}
	.colors-highlight .header-group h2 {
		color: #7ba7b9;
		}
	.colors-highlight .header-group h3 {
		}
	.colors-highlight .header-group.w:after,
	.colors-highlight h2.a:after,
	.colors-highlight h3.a:after {
		background-color: #287094;
		}
	.colors-highlight .gform_wrapper .gfield_required,
	.colors-highlight .highlight {
		color: #7ba7b9;
		}
	.colors-highlight .button {
		}
	.colors-highlight .button:hover,
	.colors-highlight .button:focus {
		background-color: #5b6067;
		}
	.colors-highlight .button.button-line {
		background-color: #fff;
		border-color: #0f4661;
		}
	.colors-highlight .button.button-line:hover,
	.colors-highlight .button.button-line:focus {
		background-color: #5b6067;
		border-color: none;
		color: #fff
		}
	.colors-highlight .glyph,
	.colors-highlight .quote-mark svg {
		fill: #7ba7b9;
		}
	.colors-highlight .menu-social>li>a {
		}
	.colors-highlight .menu-social>li>a:hover,
	.colors-highlight .menu-social>li>a:focus {
		background-color: #3e4349;
		}
	/* color */
	.colors-color {
		color: #fff;
		}
	.colors-color .contentlinks a,
	a.colors-color.contentlinksalt:hover,
	a.colors-color.contentlinksalt:focus,
	.colors-color .contentlinksalt a:hover,
	.colors-color .contentlinksalt a:focus {
		color: #cce3ed;
		}
	a.colors-color.contentlinksalt,
	.colors-color .contentlinksalt a,
	.colors-color .contentlinks a:hover,
	.colors-color .contentlinks a:focus {
		color: #fff;
		}
	.colors-color .contentlinkblocks a {
		border-color: #f2d037;
		color: #f2d037;
		}
	.colors-color .contentlinkblocks a:hover,
	.colors-color .contentlinkblocks a:focus {
		border-color: #fff;
		color: #fff;
		}
	.colors-color h2.a {
		color: #fff;
		}
	.colors-color .header-group h2 {
		color: #f2d037;
		}
	.colors-color .header-group h3 {
		}
	.colors-color .header-group.w:after,
	.colors-color h2.a:after,
	.colors-color h3.a:after {
		background-color: #287094;
		}
	.colors-color .gform_wrapper .gfield_required,
	.colors-color .highlight {
		color: #f2d037;
		}
	.colors-color .button {
		}
	.colors-color .button:hover,
	.colors-color .button:focus {
		background-color: #f2d037;
		}
	.colors-color .button-dark {
		background-color: #f2d037;
		color: #fff;
		}
	.colors-color .button:hover,
	.colors-color .button:focus {
		}
	.colors-color .glyph,
	.colors-color .quote-mark svg {
		fill: #f2d037;
		}
	.colors-color .menu-social>li>a {
		}
	.colors-color .menu-social>li>a:hover,
	.colors-color .menu-social>li>a:focus {
		}
	/* dark */
	.colors-dark {
		color: #cce3ed;
		}
	.colors-dark .header-sub-headers,
	.colors-dark .contentlinks a {
		color: #fff;
		}
	.colors-dark .contentlinks a:hover,
	.colors-dark .contentlinks a:focus {
		color: #f2d037;
		}
	a.colors-dark.contentlinksalt,
	.colors-dark .contentlinksalt a {
		color: #fff;
		}
	a.colors-dark.contentlinksalt:hover,
	a.colors-dark.contentlinksalt:focus,
	.colors-dark .contentlinksalt a:hover,
	.colors-dark .contentlinksalt a:focus {
		color: #f2d037;
		}
	.colors-dark .contentlinkblocks a {
		border-color: #f2d037;
		color: #f2d037;
		}
	.colors-dark .contentlinkblocks a:hover,
	.colors-dark .contentlinkblocks a:focus {
		border-color: #fff;
		color: #fff;
		}
	.colors-dark h2.a {
		}
	.colors-dark .header-group h2 {
		color: #f2d037;
		}
	.colors-dark .header-group h3 {
		}
	.colors-dark .header-group.w:after,
	.colors-dark h2.a:after,
	.colors-dark h3.a:after {
		background-color: #7ba7b9;
		}
	.colors-dark .gform_wrapper .gfield_required,
	.colors-dark .highlight {
		color: #f2d037;
		}
	.colors-dark .button {
		background-color: #f2d037;
		color: #2c3035;
		}
	.colors-dark .button.button-alt {
		background-color: #7ba7b9;
		color: #fff;
		}
	.colors-dark .button:hover,
	.colors-dark .button:focus,
	.colors-dark .button.button-alt:hover,
	.colors-dark .button.button-alt:focus {
		background-color: #0f4661;
		color: #fff;
		}
	.colors-dark .quote-mark>p {
		border-color: rgba(255,255,255,0.2);
		}
	.colors-dark .glyph,
	.colors-dark .quote-mark svg {
		fill: #f2d037;
		}
	.colors-dark .contentformat.contentlinks a {
		box-shadow: inset 0 -5px 0 0 rgba(255,255,255,.1);
		}
	.colors-dark .contentformat.contentlinks a:hover {
    	box-shadow: inset 0 -40px 0 0 rgba(255,255,255,.75);
		color: #2c3035;
		}
	.colors-dark .menu-social>li>a {
		}
	.colors-dark .menu-social>li>a:hover,
	.colors-dark .menu-social>li>a:focus {
		}
	/* darker */
	.colors-darker {
		color: #7ba7b9;
		}
	.colors-darker .contentlinks a {
		color: #fff;
		}
	.colors-darker .contentlinks a:hover,
	.colors-darker .contentlinks a:focus {
		color: #7ba7b9;
		}
	/* gradient */
	.colors-gradient {
		color: #fff;
		}
	.colors-gradient .contentlinks a,
	a.colors-gradient.contentlinksalt:hover,
	a.colors-gradient.contentlinksalt:focus,
	.colors-gradient .contentlinksalt a:hover,
	.colors-gradient .contentlinksalt a:focus {
		color: #cce3ed;
		}
	a.colors-gradient.contentlinksalt,
	.colors-gradient .contentlinksalt a,
	.colors-gradient .contentlinks a:hover,
	.colors-gradient .contentlinks a:focus {
		color: #fff;
		}
	.colors-gradient .contentlinkblocks a {
		border-gradient: #f2d037;
		color: #f2d037;
		}
	.colors-gradient .contentlinkblocks a:hover,
	.colors-gradient .contentlinkblocks a:focus {
		border-gradient: #fff;
		color: #fff;
		}
	.colors-gradient h2.a {
		color: #fff;
		}
	.colors-gradient .header-group h2 {
		color: #f2d037;
		}
	.colors-gradient .header-group h3 {
		}
	.colors-cogradientlor .header-group.w:after,
	.colors-gradient h3.a:after {
		background-color: #287094;
		}
	.colors-gradient .gform_wrapper .gfield_required,
	.colors-gradient .highlight {
		color: #f2d037;
		}
	.colors-gradient .button {
		}
	.colors-gradient .button:hover,
	.colors-gradient .button:focus {
		background-color: #f2d037;
		}
	.colors-gradient .button-dark {
		background-color: #f2d037;
		color: #fff;
		}
	.colors-gradient .button:hover,
	.colors-gradient .button:focus {
		}
	.colors-gradient .glyph,
	.colors-gradient .quote-mark svg {
		fill: #f2d037;
		}
	.colors-gradient .menu-social>li>a {
		}
	.colors-gradient .menu-social>li>a:hover,
	.colors-gradient .menu-social>li>a:focus {
		}
/* CONTENT FORMAT */
	.contentformat h1,
	.contentformat h2,
	.contentformat h3,
	.contentformat h4,
	.contentformat h5,
	.contentformat h6 {
		font-weight: 900;
		margin: 50px 0 15px;
		text-transform: uppercase;
		}
	.contentformat h1 {
		font-size: 1.4rem;
		}
	.contentformat h2 {
		font-size: 5rem;
		}
	.contentformat h3 {
		font-size: 3rem;
		}
	.contentformat h4 {
		font-size: 2.5rem;
		}
	.contentformat h5 {
		font-size: 1.75rem;
		}
	.contentformat h6 {
		font-size: 1.5rem;
		}
	.contentformat p {
		line-height: 1.8em;
		margin: 15px 0;
		}
	.contentformat ul,
	.contentformat ol {
		margin: 15px 0;
		padding: 0;
		text-align: left;
		}
	.contentformat li {
		line-height: 1.4em;
		margin: 5px 0 5px 30px;
		padding: 0 0 0 10px;
		}
	.contentformat ul {
		list-style-type: disc;
		}
	.contentformat ol {
		list-style-type: decimal;
		}
	.contentformat ul ul,
	.contentformat ol ul {
		list-style-type: circle;
		}
	.contentformat ol ol,
	.contentformat ul ol {
		list-style-type: lower-latin;
		}
	.contentformat blockquote {
		border-left: 5px solid #f2d037;
		float: left;
		font-size: 1.25em;
		font-weight: 300;
		margin: 25px 50px 25px 0;
		max-width: calc(50% - 45px);
		padding: 10px 20px;
		text-align: left;
		}
	.contentformat blockquote p {
		line-height: 1.3em;
		margin: 5px 0;
		}
	.contentformat blockquote cite {
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin: 5px 0;
		}
	.contentformat figure {
		text-align: center;
		}
	.contentformat figure > figcaption {
		font-size: 1.2rem;
		line-height: 1.4em;
		margin-top: 10px;
		opacity: 0.75;
		text-align: center;
		}
	.contentformat img[align="left"],
	.contentformat blockquote.alignleft,
	.contentformat figure.alignleft,
	.contentformat img.alignleft,
	.contentformat .wp-caption.alignleft,
	.contentformat img[align="right"],
	.contentformat blockquote.alignright,
	.contentformat figure.alignright,
	.contentformat img.alignright,
	.contentformat .wp-caption.alignright {
		max-width: 50%;
		}
	.contentformat img[align="left"],
	.contentformat blockquote.alignleft,
	.contentformat figure.alignleft,
	.contentformat img.alignleft,
	.contentformat .wp-caption.alignleft {
		margin: 25px 50px 25px 0;
		}
	.contentformat img[align="right"],
	.contentformat blockquote.alignright,
	.contentformat figure.alignright,
	.contentformat img.alignright,
	.contentformat .wp-caption.alignright {
		margin: 25px 0 25px 50px;
		}
	.contentformat figure.wp-block-image,
	.contentformat img[align="middle"],
	.contentformat img[align="center"],
	.contentformat blockquote.aligncenter,
	.contentformat figure.aligncenter,
	.contentformat img.aligncenter,
	.contentformat .wp-caption.aligncenter {
		margin-top: 50px;
		margin-bottom: 50px;
		}
	.contentformat embed,
	.contentformat iframe,
	.contentformat object,
	.contentformat video {
		margin-bottom: 25px;
		max-width: 100%;
		}
	.contentformat p > embed,
	.contentformat p > iframe,
	.contentformat p > object,
	.contentformat span > embed,
	.contentformat span > iframe,
	.contentformat span > object {
		margin-bottom: 0;
		}
	.contentformat.contentlinks a,
	.contentformat.post p a,
	.contentformat.post li a {
		box-shadow: inset 0 -5px 0 0 rgba(36,36,36,0.1);
		position: relative;
		transition: box-shadow color 250ms ease;
		}
	.contentformat.contentlinks a:hover,
	.contentformat.contentlinks a:focus,
	.contentformat.post p a:hover,
	.contentformat.post p a:focus,
	.contentformat.post li a:hover,
	.contentformat.post li a:focus {
    	box-shadow: inset 0 -40px 0 0 rgba(36,36,36,0.75);
		color: #fff;
		}
/* CONTENT DISPLAY */
	.disclaimer {
		opacity: 0.75;
		}
	.decorativetext {
		font-size: 5em;
		font-weight: 300;
		line-height: 1.2em;
		margin: 50px auto;
		}
	.decorativetext strong {
		font-weight: 900;
		}
	.decorativetext.c {
		max-width: 920px;
		text-align: center;
		}
	@media screen and (max-width: 1280px) {
		.decorativetext {
			font-size: 4em;
			}
	}
	@media screen and (max-width: 920px) {
		.decorativetext {
			font-size: 3em;
			}
	}
	.blocktext {
		font-size: 8em;
		font-weight: 300;
		margin-left: auto;
		margin-right: auto;
		max-width: 1024px;
		}
	.blocktext strong {
		font-weight: 900;
		}
	.blocktext.c {
		text-align: center;
		}
	.blocktext p {
		line-height: 1.2em;
		margin: 10px 0;
		}
	@media screen and (max-width: 1280px) {
		.blocktext {
			font-size: 6em;
			}
	}
	@media screen and (max-width: 920px) {
		.blocktext {
			font-size: 4em;
			}
	}
	.impacttext {
		font-size: 3em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.impacttext.c {
		text-align: center;
		}
	.impacttext p {
		line-height: 1.4em;
		}
	.impacttext strong {
		font-weight: 900;
		}
	.impacttext br {
		content: ' ';
		display: none;
		}
	.textwidget,
	.contenttext {
		font-size: 1.5em;
		font-weight: 300;
		}
	.contenttext.c {
		text-align: center;
		}
	.textwidget p,
	.contenttext p {
		line-height: 1.6em;
		}
	@media screen and (max-width: 1280px) {
		.contenttext {
			font-size: 1.4rem;
			}
	}
	@media screen and (max-width: 920px) {
		.contenttext {
			font-size: 1.3rem;
			}
	}
	.contentblock {
		font-size: 1.7rem;
		}
	.contentblock.c {
		text-align: center;
		}
	.contentblock.w.c {
		margin: 0 auto;
		max-width: 768px;
		}
	@media screen and (max-width: 1280px) {
		.contentblock {
			font-size: 1.6rem;
			}
	}
	@media screen and (max-width: 920px) {
		.contentblock {
			font-size: 1.5rem;
			}
	}
	.contenttext:after,
	.contentblock:after {
		clear: both;
		content: '';
		display: block;
		font: normal 0/0 sans-serif;
		height: 0;
		visibility: hidden;
		}
/* CONTENT SPACING */
	@media screen and (min-width: 769px) {
		.container {
			margin-left: 60px;
			margin-right: 60px;
			}
		.container .contentblock figure.wp-block-image,
		.container .contentblock img[align="left"],
		.container .contentblock img.alignleft,
		.container .contentblock blockquote,
		.container .contentblock blockquote.alignleft,
		.container .contentblock figure.alignleft,
		.container .contentblock .wp-caption.alignleft {
			margin-left: -60px;
			}
		.container .contentblock figure.wp-block-image,
		.container .contentblock img[align="right"],
		.container .contentblock img.alignright,
		.container .contentblock blockquote.alignright,
		.container .contentblock figure.alignright,
		.container .contentblock .wp-caption.alignright {
			margin-right: -60px;
			}
	}
	@media screen and (min-width: 1025px) {
		.container {
			margin: 25px 120px;
			}
		.container .contentblock figure.wp-block-image,
		.container .contentblock img[align="left"],
		.container .contentblock img.alignleft,
		.container .contentblock blockquote,
		.container .contentblock blockquote.alignleft,
		.container .contentblock figure.alignleft,
		.container .contentblock .wp-caption.alignleft {
			margin-left: -120px;
			}
		.container .contentblock figure.wp-block-image,
		.container .contentblock img[align="right"],
		.container .contentblock img.alignright,
		.container .contentblock blockquote.alignright,
		.container .contentblock figure.alignright,
		.container .contentblock .wp-caption.alignright {
			margin-right: -120px;
			}
	}
/* BOX BOX */
	.box-content-center .box-box {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
		}
	.box-content-left .box-box,
	.box-content-right .box-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		min-height: 300px;
		}
	.box-content-right .box-box {
		justify-content: flex-end;
		}
	.box-box-item {
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		overflow: hidden;
		position: relative;
		width: 100%;
		}
	.box-content-left .box-box-item,
	.box-content-right .box-box-item {
		max-width: 640px;
		}
	.box-box-item.shading-opacity-0 {
		box-shadow: none;
		}
	.box-box-holder {
		margin: 75px;
		position: relative;
		text-align: left;
		z-index: 2;
		}
	.section-full-centered .section-content .box-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 100px 0;
		}
	.margin-none .box-box-holder {
		margin: 0;
		}
	.margin-less .box-box-holder {
		margin: 50px;
		}
	.margin-more .box-box-holder {
		margin: 100px;
		}
	.shading-opacity-0 > .box-box-holder.box-box-holder,
	.shading-none > .box-box-holder.box-box-holder {
		margin: 0;
		}
	@media screen and (max-width: 920px) {
		.box-box-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 768px) {
		.box-box {
			margin: 50px 0;
			}
		.box-box-item {
			max-width: none;
			}
	}
/* BOXES */
	.boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		position: relative;
		z-index: 4;
		}
	html.no-flexbox .boxes {
		display: block;
		}
	.boxes-item {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
	html.no-flexbox .boxes-item {
		display: inline-block;
		vertical-align: top;
		}
	.boxes-margins {
		margin: 75px auto;
		}
	.margins-boxes-first .boxes-inline.boxes-margins,
	.margins-with-background .boxes-inline.boxes-margins {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-z-left .boxes-left,
	.boxes-z-right .boxes-right {
		z-index: 6;
		}
	.boxes-z-left .boxes-right,
	.boxes-z-right .boxes-left {
		z-index: 5;
		}
	.boxes-inline-slim,
	.boxes-inline-slim-left,
	.boxes-inline-slim-right {
		max-width: 920px;
		}
	.boxes-shadow.boxes-shadow-full,
	.boxes-shadow.boxes-shadow-partial .shading-here.shading-layers,
	.boxes-shadow.boxes-shadow-partial .shading-here.boxes-image-1,
	.boxes-shadow .boxes-image-2 img {
		box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
		}
	.boxes-map #map {
		border: none;
		border-right: 1px solid #eff1f4;
		height: 100%;
		min-height: 33.33vh;
		}
	.boxes-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		position: relative;
		z-index: 2;
		}
	.boxes-separate.boxes-different .boxes-item.boxes-text {
		-webkit-align-items: center;
		align-items: center;
		}
	.boxes-item.boxes-text.boxes-shift-dir {
		-webkit-align-self: flex-start;
		align-self: flex-start;
		}
	.boxes-full .boxes-left .boxes-content {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		}
	.boxes-full .boxes-right .boxes-content {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		}
	.boxes-images,
	.boxes-image {
		position: relative;
		}
	.boxes-image .boxes-image-1,
	.boxes-image .boxes-image-2 {
		display: block;
		}
	.boxes-images,
	.boxes-image .boxes-image-1 {
		position: relative;
		z-index: 10;
		}
	.boxes-image .boxes-image-2 {
		position: absolute;
		z-index: 11;
		}
	.boxes-image.boxes-images-25 .boxes-image-2 {
		width: 25%;
		}
	.boxes-image.boxes-images-30 .boxes-image-2 {
		width: 30%;
		}
	.boxes-image.boxes-images-35 .boxes-image-2 {
		width: 35%;
		}
	.boxes-image.boxes-images-40 .boxes-image-2 {
		width: 40%;
		}
	.boxes-image.boxes-images-45 .boxes-image-2 {
		width: 45%;
		}
	.boxes-image.boxes-images-50 .boxes-image-2 {
		width: 50%;
		}
	.boxes-image.boxes-images-tlo .boxes-image-2,
	.boxes-image.boxes-images-tli .boxes-image-2,
	.boxes-image.boxes-images-tro .boxes-image-2,
	.boxes-image.boxes-images-tri .boxes-image-2 {
		top: -25px;
		}
	.boxes-image.boxes-images-blo .boxes-image-2,
	.boxes-image.boxes-images-bli .boxes-image-2,
	.boxes-image.boxes-images-bro .boxes-image-2,
	.boxes-image.boxes-images-bri .boxes-image-2 {
		bottom: -25px;
		}
	.boxes-image.boxes-images-tli .boxes-image-2,
	.boxes-image.boxes-images-bli .boxes-image-2 {
		left: 25px;
		}
	.boxes-image.boxes-images-tri .boxes-image-2,
	.boxes-image.boxes-images-bri .boxes-image-2 {
		right: 25px;
		}
	.boxes-full .boxes-image.boxes-images-tlo .boxes-image-2,
	.boxes-full .boxes-image.boxes-images-blo .boxes-image-2 {
		left: 0;
		}
	.boxes-full .boxes-image.boxes-images-tro .boxes-image-2,
	.boxes-full .boxes-image.boxes-images-bro .boxes-image-2 {
		right: 0;
		}
	.boxes-buffer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		}
	.boxes-full.boxes-full-left .boxes-has-limit .boxes-buffer,
	.boxes-full.boxes-full-right .boxes-has-limit .boxes-buffer {
		max-width: 1024px;
		}
	.boxes-full .boxes-has-limit .boxes-buffer {
		max-width: 640px;
		}
	.boxes-holder {
		margin: 75px;
		width: 100%;
		}
	.margin-none .boxes-holder {
		margin: 0;
		}
	.margin-normal .boxes-holder {
		margin: 75px;
		}
	.margin-less .boxes-holder {
		margin: 50px;
		}
	.margin-more .boxes-holder {
		margin: 100px;
		}
	.margin-more-top .boxes-holder {
		margin-top: 125px;
		}
	.margin-more-bottom .boxes-holder {
		margin-bottom: 125px;
		}
	.boxes-holder > *:first-child,
	.boxes-holder > .bc:first-child > *:first-child {
		margin-top: 0;
		}
	.boxes-holder > *:last-child,
	.boxes-holder > .bc:last-child > *:last-child {
		margin-bottom: 0;
		}
	.boxes-same .boxes-text.shading-none.shading-other-flat .boxes-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-left.shading-none .boxes-holder {
		margin-left: 0;
		}
	.boxes-right.shading-none .boxes-holder {
		margin-right: 0;
		}
	@media screen and (max-width: 1280px) {
		.boxes-margins {
			margin: 50px auto;
			}
		.boxes-holder,
		.margin-normal .boxes-holder {
			margin: 50px;
			}
		.margin-less .boxes-holder {
			margin: 25px;
			}
		.margin-more .boxes-holder {
			margin: 75px;
			}
	}
	@media screen and (min-width: 920px) {
		.boxes-item {
			width: 50%;
			}
		.boxes-full-left .boxes-left,
		.boxes-full-right .boxes-right,
		.boxes-inline-left .boxes-left,
		.boxes-inline-right .boxes-right,
		.boxes-inline-slim-left .boxes-left,
		.boxes-inline-slim-right .boxes-right {
			width: 70%;
			}
		.boxes-full-left .boxes-right,
		.boxes-full-right .boxes-left,
		.boxes-inline-left .boxes-right,
		.boxes-inline-right .boxes-left,
		.boxes-inline-slim-left .boxes-right,
		.boxes-inline-slim-right .boxes-left {
			width: 30%;
			}
		.boxes-shifted .boxes-item.boxes-shift-dir.boxes-shift-up {
			transform: translateY(-50px);
			}
		.boxes-shifted .boxes-item.boxes-shift-dir.boxes-shift-down {
			transform: translateY(50px);
			}
		.boxes-full.boxes-no-margins.boxes-shifted {
			margin-bottom: -50px;
			}
		.boxes-inline .boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-blo .boxes-image-2,
		.boxes-full .boxes-right.boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-full .boxes-right.boxes-image.boxes-images-blo .boxes-image-2 {
			left: -25px;
			}
		.boxes-inline .boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-bro .boxes-image-2,
		.boxes-full .boxes-left.boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-full .boxes-left.boxes-image.boxes-images-bro .boxes-image-2 {
			right: -25px;
			}
		.boxes-offset {
			display: block;
			}
		.boxes-offset .boxes-left,
		.boxes-offset .boxes-right {
			display: inline-block;
			vertical-align: top;
			width: calc(50% + 25px);
			}
		.boxes-offset.boxes-offset-left .boxes-right {
			margin-left: -25px;
			transform: translateY(25px);
			}
		.boxes-offset.boxes-offset-left .boxes-left {
			margin-right: -25px;
			transform: translateY(-25px);
			}
		.boxes-offset.boxes-offset-left .boxes-right .boxes-holder {
			padding-left: 25px;
			}
		.boxes-offset.boxes-offset-right .boxes-left {
			margin-right: -25px;
			transform: translateY(-25px);
			}
		.boxes-offset.boxes-offset-right .boxes-right {
			margin-left: -25px;
			transform: translateY(25px);
			}
		.boxes-offset.boxes-offset-right .boxes-left .boxes-holder {
			padding-right: 25px;
			}
		.boxes-separate .boxes-left {
			margin-right: 25px;
			width: calc(50% - 25px);
			}
		.boxes-separate .boxes-right {
			margin-left: 25px;
			width: calc(50% - 25px);
			}
		.boxes-full .boxes-left.boxes-has-limit .boxes-holder {
			margin-left: 0;
			}
		.boxes-full .boxes-right.boxes-has-limit .boxes-holder {
			margin-right: 0;
			}
		.boxes-image-1 {
			height: 100%;
			}
		.boxes-match-text .boxes-image-fit-yes .boxes-image-1 {
			height: 100%;
			overflow: hidden;
			position: absolute;
			width: 100%;
			}
		.boxes-image-equal .boxes-image img,
		.boxes-match-text .boxes-image img {
			height: 100%;
			object-fit: cover;
			width: 100%;
			}
		html.no-objectfit .boxes-image-equal .boxes-image img,
		html.no-objectfit .boxes-match-text .boxes-image img {
			height: auto;
			width: 100%;
			}
	}
	@media screen and (max-width: 919px) {
		.boxes,
		.boxes-left,
		.boxes-right,
		.boxes-content,
		.boxes-full .boxes-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			width: 100% !important;
			}
		.boxes-second-first .boxes-left {
			order: 2;
			}
		.boxes-second-first .boxes-right {
			order: 1;
			}
		.boxes-separate .boxes-left + .boxes-right {
			margin-top: 25px;
			}
		.boxes-text.shading-layers {
			overflow: hidden;
			}
		.boxes-full.boxes-full .boxes-buffer {
			max-width: none;
			}
		.boxes-images {
			margin-top: 0;
			}
		.boxes-image-shift {
			margin: 25px 0 0;
			}
		.boxes-layouts-text-text .shading-none,
		.boxes-different.boxes-inline.boxes-second-auto .boxes-left.boxes-image .boxes-content,
		.boxes-different.boxes-inline.boxes-second-first .boxes-right.boxes-image .boxes-content {
			margin-bottom: 25px;
			}
		.boxes-item.shading-opacity-0 .boxes-holder,
		.boxes-item.shading-none .boxes-holder {
			margin-right: 0;
			}
		.boxes-item.shading-opacity-0 .boxes-holder,
		.boxes-item.shading-none .boxes-holder {
			margin-left: 0;
			}
		.boxes-same.boxes-inline.boxes-layouts-text-text .boxes-text.shading-none.shading-other-layers .boxes-holder {
			margin-bottom: 0;
			margin-top: 0;
			}
		.boxes-full .boxes-content.section-padding-left,
		.boxes-full .boxes-content.section-padding-right {
			padding: 0;
			}
		.boxes-full .boxes-right .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-right: 25px;
			margin-left: 25px;
			}
		.boxes-inline.boxes-no-shadow.boxes-second-auto .boxes-right.boxes-text,
		.boxes-inline.boxes-no-shadow.boxes-second-first .boxes-left.boxes-text {
			border-bottom: 1px solid #eff1f4;
			padding-bottom: 15px;
			}
		.boxes-inline .boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-blo .boxes-image-2 {
			left: -10px;
			}
		.boxes-inline .boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-bro .boxes-image-2 {
			right: -10px;
			}
	}
	@media screen and (max-width: 600px) {
		.boxes-margins {
			margin: 25px auto;
			}
	}
	@media screen and (max-width: 480px) {
		.boxes-margins {
			margin: 50px auto;
			}
		.boxes-holder,
		.margin-normal .boxes-holder {
			margin: 25px;
			}
		.margin-less .boxes-holder {
			margin: 10px;
			}
		.margin-more .boxes-holder {
			margin: 50px;
			}
	}
/* CTA */
	.cta {
		font-size: 2em;
		margin: 25px 0;
		}
	.cta-text {
		text-transform: uppercase;
		}
	.cta-line>a {
		font-weight: 900;
		}
	.cta.c {
		text-align: center;
		}
	.cta.w {
		font-size: 3em;
		}
/* HEADERMENU */
	.headermenu {
		margin: 150px 0;
		}
	.headermenu-holder {
		position: relative;
		}
	.headermenu-header {
		background-color: #287094;
		border-radius: 15px;
		color: #fff;
		font-size: 4em;
		font-weight: 300;
		padding: 25px 375px 25px 50px;
		position: relative;
		z-index: 1;
		}
	.headermenu-button,
	.headermenu-image {
		overflow: hidden;
		position: absolute;
		transform: translate(0%, -50%);
		top: 50%;
		}
	.headermenu-button {
		right: 250px;
		z-index: 3;
		}
	.headermenu-button .button {
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		}
	.headermenu-image {
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		border-radius: 15px;
		right: 50px;
		width: 300px;
		z-index: 2;
		}
	@media screen and (max-width: 1023px) {
		.headermenu {
			margin: 75px 0;
			}
		.headermenu-header {
			font-size: 3em;
			padding: 25px 375px 25px 50px;
			}
		.headermenu-button {
			right: 150px;
			}
		.headermenu-image {
			right: 25px;
			width: 200px;
			}
	}
	@media screen and (max-width: 767px) {
		.headermenu {
			margin: 0 0 -50px 0;
			text-align: center;
			}
		.headermenu-header {
			padding: 25px 25px 75px 25px;
			}
		.headermenu-button,
		.headermenu-image {
			position: relative;
			right: auto;
			top: auto;
			}
		.headermenu-button {
			transform: translate(0, -50px);
			}
		.headermenu-image {
			max-width: 400px;
			margin: 0 auto;
			transform: translate(0, -75px);
			width: auto;
			}
	}
	@media screen and (max-width: 420px) {
		.headermenu-button {
			transform: translate(0, -55px);
			}
		.headermenu-image {
			margin: 0 25px;
			}
	}
/* QUICKLINKS */
	.quicklinks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		width: 100%;
		}
	.quicklinks-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		position: relative;
		width: 33.3333%;
		z-index: 1;
		}
	.quicklinks-image {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		}
	.quicklinks-image>img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.quicklinks-holder {
		-webkit-align-self: flex-start;
		align-self: flex-start;
		-webkit-flex: 1;
		flex: 1;
		font-size: 2rem;
		margin: 75px;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.2);
		z-index: 5;
		}
	.quicklinks-header,
	.quicklinks-text {
		margin: 5px 0;
		}
	.quicklinks-header {
		font-size: 1.5em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.quicklinks-text {
		font-size: 0.8em;
		line-height: 1.4em;
		opacity: 0.75;
		padding-bottom: 35px;
		}
	.quicklinks-more {
		bottom: 75px;
		font-size: 30px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
		position: absolute;
		width: 30px;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		a.quicklinks-item .quicklinks-image img {
			transition:transform 250ms ease
			}
		a.quicklinks-item:hover .quicklinks-image img {
			transform:scale(1.1)
			}
	}
	@media screen and (min-width: 1280px) {
		.quicklinks-holder {
			font-size: 3rem;
			}
	}
	@media screen and (max-width: 1280px) {
		.quicklinks-holder {
			font-size: 1.5rem;
			margin: 50px;
			}
		.quicklinks-more {
			bottom: 50px;
			font-size: 20px;
			}
	}
	@media screen and (max-width: 768px) {
		.quicklinks {
			display: block;
			}
		.quicklinks-item {
			font-size: 2rem;
			min-height: 200px;
			width: auto;
			}
	}
	@media screen and (min-width: 769px) {
		.quicklinks-highlight-left .quicklinks-item-1,
		.quicklinks-highlight-middle .quicklinks-item-2,
		.quicklinks-highlight-right .quicklinks-item-3 {
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			margin: -25px 0;
			z-index: 2;
			}
	}
/* TABS */
	.tabs {
		margin: 50px 0;
		}
	.tabs-buttons {
		border-right: 1px solid #dcdfe3;
		border-top: 1px solid #dcdfe3;
		display: inline-block;
		}
	.tabs-button {
		border-left: 1px solid #dcdfe3;
		display: inline-block;
		vertical-align: top;
		}
	.tabs-button>button {
		background: #fff;
		color: #9a9fa6;
		cursor: pointer;
		font-size: 1.4em;
		font-weight: 900;
		line-height: 50px;
		padding: 0 25px;
		text-transform: uppercase;
		transition-property: color;
		}
	.tabs-button>button:hover,
	.tabs-button>button:focus {
		color: #287094;
		}
	.tabs-groups {
		border: 1px solid #dcdfe3;
		margin-top: -1px;
		}
	.tabs-group {
		display: none;
		margin: 50px;
		}
	.tabs.n .tabs-group {
		margin: 20px;
		}
	.tabs[data-current="1"] #tabs-button-1>button,
	.tabs[data-current="2"] #tabs-button-2>button,
	.tabs[data-current="3"] #tabs-button-3>button,
	.tabs[data-current="4"] #tabs-button-4>button,
	.tabs[data-current="5"] #tabs-button-5>button {
		border-bottom: 1px solid #fff;
		color: #287094;
		}
	.tabs[data-current="1"] #tabs-group-1,
	.tabs[data-current="2"] #tabs-group-2,
	.tabs[data-current="3"] #tabs-group-3,
	.tabs[data-current="4"] #tabs-group-4,
	.tabs[data-current="5"] #tabs-group-5 {
		display: block;
		}
	@media screen and (max-width: 600px) {
		.tabs-button>button {
			font-size: 1.1em;
			line-height: 25px;
			padding: 0 10px;
			}
		.tabs-group {
			margin: 25px;
			}
	}
/* PRICINGTABLE */
	.pricingtable {
		margin: 50px 0;
		}
	.pricingtable-options.f {
		display: none;
		}
	.pricingtable-column {
		display: flex;
		margin: 25px 0;
		position: relative;
		}
	.pricingtable-column > div {
		width: 50%;
		}
	.pricingtable-options {
		padding-top: 74px;
		}
	.pricingtable-data {
		background-color: #eff1f4;
		border-radius: 15px;
		overflow: hidden;
		text-align: center;
		}
	.pricingtable-column:nth-child(3) .pricingtable-info {
		background-color: #287094;
		}
	.pricingtable-column:nth-child(4) .pricingtable-info {
		background-color: #0f2936;
		}
	.pricingtable-column:nth-child(3) .pricingtable-data {
		background-color: #e9ecef;
		}
	.pricingtable-column.h {
		z-index: 2;
		}
	.pricingtable-column.h .pricingtable-data {
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		}
	.pricingtable-info {
		background-color: #5b6067;
		color: #fff;
		padding: 10px;
		}
	.pricingtable-column.h .pricingtable-info {
		background-color: #7ba7b9;
		}
	.pricingtable-header {
		font-size: 14px;
		font-weight: 900;
		height: 14px;
		line-height: 14px;
		text-transform: uppercase;
		}
	.pricingtable-cost {
		font-size: 30px;
		font-weight: 900;
		height: 30px;
		line-height: 30px;
		padding-top: 10px;
		}
	.pricingtable-cost em {
		font-size: 10px;
		}
	.pricingtable-header,
	.pricingtable-cost,
	.pricingtable-item {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.pricingtable-item {
		font-size: 11px;
		height: 11px;
		line-height: 11px;
		padding: 15px 10px;
		}
	.pricingtable-item + .pricingtable-item {
		border-top: 1px solid #bdc1c7;
		}
	.pricingtable-button {
		padding: 10px;
		}
	@media screen and (min-width: 1024px) {
		.pricingtable-header {
			font-size: 20px;
			height: 20px;
			line-height: 20px;
			}
		.pricingtable-options {
			padding-top: 80px;
			}
	}
	@media screen and (min-width: 920px) {
		.pricingtable {
			display: flex;
			}
		.pricingtable-options.f,
		.pricingtable-column {
			display: block;
			margin: 0;
			width: 25%;
			}
		.pricingtable-column > div {
			width: auto;
			}
		.pricingtable-options.f {
			display: block;
			}
		.pricingtable-column .pricingtable-options {
			display: none;
			}
		.pricingtable-item {
			font-size: 18px;
			height: 18px;
			line-height: 18px;
			}
	}
	@media screen and (min-width: 600px) {
		.pricingtable-item {
			font-size: 14px;
			height: 14px;
			line-height: 14px;
			}
	}
/* COMMITEE */
	.committee {
		margin: 50px 0;
		}
	.committee + .committee {
		border-top: 1px solid #dcdfe3;
		padding-top: 50px;
		}
	.committee-image,
	.committee-holder {
		margin: 25px 0;
		}
	.committee-header {
		font-size: 3em;
		font-weight: 900;
		margin: 10px 0;
		text-transform: uppercase;
		}
	.committee-members {
		margin-top: 25px;
		}
	.committee-members-button {
		margin: 10px 0;
		}
	.committee-members-button button {
		background-color: #bdc1c7;
		border-radius: 4px;
		cursor: pointer;
		font-size: 1.4em;
		padding: 10px;
		width: 100%;
		}
	.committee-members-button button i {
		color: #fff;
		padding-left: 5px;
		}
	.committee-members-button button:hover {
		background-color: #287094;
		color: #fff;
		}
	.committee-members-list {
		font-size: 1.6em;
		}
	.committee-members-list p {
		border-top: 1px solid #dcdfe3;
		margin-top: 10px;
		padding-top: 10px;
		}
	@media screen and (min-width: 920px) {
		.committee-image,
		.committee-holder {
			display: inline-block;
			margin: 0;
			vertical-align: top;
			width: 50%;
			}
		.committee-info {
			margin: 20px 0 10px 50px;
			}
	}
/* PHOTOCARDS */
	.photocards {
		margin: 50px -10px;
		position: relative;
		}
	.photocards-section {
		z-index: 10;
		}
	body.home .section:not(.section-first) .photocards-more {
		margin-top: -200px;
		}
	body.home .section:not(.section-last) .photocards-more {
		margin-bottom: 0;
		}
	.photocards-item {
		display: inline-block;
		width: 33.3333%;
		vertical-align: top;
		}
	.photocards-more .photocards-item {
		width: 25%;
		}
	.photocards-holder {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		color: #fff;
		display: block;
		margin: 0 10px;
		overflow: hidden;
		position: relative;
		text-align: left;
		} 
	a.photocards-holder:hover,
	a.photocards-holder:focus {
		color: #fff;
		}
	.photocards-image {
		position: relative;
		}
	.photocards-image:before {
		background: -moz-linear-gradient(top, rgba(40,112,148,0) 0%, rgba(40,112,148,1) 100%);
		background: -webkit-linear-gradient(top, rgba(40,112,148,0) 0%, rgba(40,112,148,1) 100%);
		background: linear-gradient(to bottom, rgba(40,112,148,0) 0%, rgba(40,112,148,1) 100%);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transition: background-color 200ms ease;
		width: 100%;
		z-index: 1;
		}
	.photocards-content {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
		}
	.photocards-info {
		font-size: 1rem;
		padding: 0 20px 50px 20px;
		}
	.photocards-header {
		font-size: 2.5em;
		font-weight: 700;
		margin-bottom: 5px;
		}
	.photocards-header-sub {
		color: #7ba7b9;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.4em;
		}
	.photocards-button {
		bottom: 25px;
		color: #f2d037;
		font-size: 1.5em;
		right: 25px;
		position: absolute;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		a.photocards-holder:hover .photocards-image:before,
		a.photocards-holder:focus .photocards-image:before {
			background-color: rgba(255,255,255,0.25);
			}
	}
	@media screen and (max-width: 1024px) {
		body.home .section:not(.section-first) .photocards-more {
			margin-top: -100px;
			}
		.photocards-info {
			font-size: 0.9rem;
			}
	}
	@media screen and (max-width: 920px) {
		.photocards-more .photocards-item {
			width: 50%;
			}
		.photocards-info {
			font-size: 0.8rem;
			}
	}
	@media screen and (max-width: 767px) {
		.photocards {
			display: block;
			margin: 25px 0;
			}
		.photocards-item.photocards-item {
			display: block;
			margin: 10px 0;
			width: auto;
			}
		.photocards-holder {
			margin: 0;
			}
		.photocards-info {
			font-size: 1rem;
			}
	}
/* PHOTO CARDS ALT */
	.photocardsalt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 50px -25px;
		position: relative;
		}
	.photocardsalt-shift .photocardsalt {
		margin-top: -75px;
		margin-bottom: 0;
		}
	.photocardsalt-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 25%;
		}
	.photocardsalt-holder {
		background-color: #2c3035;
		box-shadow: 0 0 15px rgba(0,0,0,0.3);
		color: #fff;
		margin: 0 25px;
		text-align: center;
		}
	a.photocardsalt-holder:hover,
	a.photocardsalt-holder:focus {
		color: #287094;
		}
	.photocardsalt-header {
		font-size: 1.5em;
		font-weight: 900;
		padding: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 1500px) {
		.photocardsalt-shift .photocardsalt {
			margin-top: -25px;
			}
	}
	@media screen and (max-width: 1024px) {
		.photocardsalt {
			margin-left: -10px;
			margin-right: -10px;
			}
		.photocardsalt-holder {
			margin: 0 10px;
			}
		.photocardsalt-header {
			font-size: 1.3em;
			}
	}
	@media screen and (max-width: 768px) {
		.photocardsalt-item:nth-child(-n+2) {
			margin-bottom: 20px;
			}
		.photocardsalt-item {
			width: 50%;
			}
		.photocardsalt-header {
			font-size: 1.2em;
			}
	}
/* CARDS */
	.cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 50px -10px;
		position: relative;
		z-index: 4;
		}
	body.home .section:not(.section-first) .cards-more {
		margin-top: -50px;
		}
	body.home .section:not(.section-last) .cards-more {
		margin-bottom: 0;
		}
	.cards-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 33.3333%;
		}
	.cards-more .cards-item {
		width: 25%;
		}
	.cards-holder {
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		border-radius: 15px;
		align-items: flex-start;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex: 1;
		margin: 0 10px;
		position: relative;
		}
	.cards-holder.cards-holder:hover,
	.cards-holder.cards-holder:focus {
		background-color: #2c3035;
		color: #fff;
		}
	.cards-holder:after {
		background: url('assets/images/accent.png') right bottom no-repeat;
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		}
	.cards-content {
		display: block;
		flex: 1;
		font-size: 2rem;
		margin: 50px 20px 20px;
		text-align: center;
		}
	.cards-header {
		font-size: 1.25em;
		font-weight: 900;
		}
	.cards-text {
		font-size: 0.75em;
		line-height: 1.4em;
		margin-top: 10px;
		}
	a.cards-holder .cards-text {
		margin-bottom: 35px;
		}
	.cards-button {
		bottom: 20px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		}
	@media screen and (max-width: 920px) {
		.cards-more .cards-item {
			width: 50%;
			}
		.cards-more .cards-item:nth-child(-n+2) {
			margin-bottom: 20px;
			}
	}
	@media screen and (max-width: 600px) {
		.cards {
			display: block;
			margin: 20px 0;
			}
		.cards-item.cards-item {
			display: block;
			margin: 20px 0;
			width: auto;
			}
		.cards-holder {
			margin: 0;
			}
	}
/* ICONCARDS */
	.iconcards {
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 50px -10px;
		position: relative;
		text-align: center;
		}
	.iconcards-item {
		background-color: #fff;
		border: 1px solid #dcdfe3;
		box-shadow: 0 0 10px rgba(0,0,0,0.05);
		display: block;
		flex: 1;
		margin: 0 10px;
		max-width: 250px;
		position: relative;
		}
	a.iconcards-item:hover,
	a.iconcards-item:focus {
		background-color: #0f4661;
		color: #fff;
		}
	html.no-flexbox .iconcards-item {
		display: inline-block;
		vertical-align: top;
		}
	html.no-flexbox .iconcards-3 .iconcards-item {
		width: calc(33.3333% - 20px);
		}
	html.no-flexbox .iconcards-4 .iconcards-item {
		width: calc(25% - 20px);
		}
	html.no-flexbox .iconcards-5 .iconcards-item {
		width: calc(20% - 20px);
		}
	.iconcards-holder {
		margin: 20px;
		}
	a.iconcards-item .iconcards-holder {
		margin-bottom: 70px;
		}
	.iconcards-icon>img {
		border: 1px solid #dcdfe3;
		border-radius: 100%;
		}
	.iconcards-header {
		font-size: 1.8em;
		font-weight: 900;
		margin: 15px auto;
		max-width: 140px;
		text-transform: uppercase;
		}
	.iconcards-text {
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.4em;
		opacity: 0.7;
		}
	.iconcards-button {
		bottom: 20px;
		font-size: 30px;
		left: calc(50% - 15px);
		position: absolute;
		width: 30px;
		}
	@media screen and (max-width: 1024px) {
		.iconcards {
			flex-wrap: wrap;
			}
		.iconcards-4 .iconcards-item {
			flex: 1 auto;
			width: calc(50% - 20px);
			}
		.iconcards-5 .iconcards-item {
			flex: 1 auto;
			width: calc(33.3333% - 20px);
			}
		.iconcards-4 .iconcards-item:nth-last-child(-n+2),
		.iconcards-5 .iconcards-item:nth-last-child(-n+2) {
			margin-top: 20px;
			}
	}
	@media screen and (max-width: 599px) {
		.iconcards {
			display: block;
			margin: 20px 0;
			}
		.iconcards-item.iconcards-item {
			display: block;
			margin: 20px 0;
			max-width: none;
			overflow: hidden;
			width: auto;
			}
	}
/* INTROMENU */
	.intro-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 25px -25px;
		}
	.intro-menu-item {
		display: flex;
		flex-direction: column;
		width: 33.3333%;
		}
	html.no-flexbox .intro-menu-item {
		display: inline-block;
		}
	.intro-menu-holder {
		height: 100%;
		margin: 25px;
		}
	.intro-menu-header {
		font-size: 2em;
		font-weight: 900;
		line-height: 20px;
		margin: 10px 0;
		overflow: hidden;
		text-transform: uppercase;
		}
	.intro-menu-header i,
	.intro-menu-header a {
		float: left;
		}
	.intro-menu-header i {
		padding-right: 10px;
		width: 20px;
		}
	.intro-menu-header i svg {
		height: 20px;
		width: 20px;
		}
	.intro-menu-header a {
		width: calc(100% - 30px);
		}
	.intro-menu-text {
		font-size: 1.5em;
		margin-left: 30px;
		}
	.intro-menu-text p {
		margin: 0;
		}
	@media screen and (max-width: 1279px) {
		.intro-menu-4 .intro-menu-item {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 920px) {
		.intro-menu {
			margin-left: -10px;
			margin-right: -10px;
			}
		.intro-menu-holder {
			margin: 10px;
			}
		.intro-menu-item.intro-menu-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 768px) {
		.intro-menu {
			margin: 25px 0;
			}
		.intro-menu-holder {
			margin: 10px 0;
			}
		.intro-menu-item.intro-menu-item {
			width: auto;
			}
	}
/* INFOBLOCKS */
	.infoblocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 50px -10px;
		position: relative;
		}
	html.no-flexbox .infoblocks {
		display: inline-block;
		}
	.infoblocks-item {
		width: 33.3333%;
		}
	.infoblocks-multi .infoblocks-item {
		width: 50%;
		}
	.infoblocks-holder {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		color: #2c3035;
		display: block;
		height: 100%;
		margin: 0 10px;
		overflow: hidden;
		}
	a.infoblocks-holder:hover,
	a.infoblocks-holder:hover {
		color: #287094;
		}
	.infoblocks-image {
		border-radius: 12px;
		margin: 10px;
		overflow: hidden;
		}
	.infoblocks-content {
		margin: 30px 50px;
		position: relative;
		text-align: center;
		}
	a.infoblocks-holder .infoblocks-content {
		padding-bottom: 30px;
		}
	.infoblocks-header {
		font-size: 2.5em;
		font-weight: 900;
		margin-bottom: 10px;
		text-transform: uppercase;
		}
	.infoblocks-text {
		font-size: 1.75em;
		line-height: 1.2em;
		}
	.infoblocks-button {
		bottom: 0;
		font-size: 2rem;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		}
	@media screen and (min-width: 920px) {
		.infoblocks-multi.infoblocks-2 .infoblocks-item {
			width: 50%;
			}
		.infoblocks-multi.infoblocks-3 .infoblocks-item,
		.infoblocks-multi.infoblocks-4 .infoblocks-item,
		.infoblocks-multi.infoblocks-5 .infoblocks-item {
			width: 33.3333%;
			}
	}
	@media screen and (min-width: 1280px) {
		.infoblocks-multi.infoblocks-4 .infoblocks-item {
			width: 25%;
			}
		.infoblocks-multi.infoblocks-5 .infoblocks-item {
			width: 20%;
			}
	}
	@media screen and (max-width: 767px) {
		.infoblocks {
			display: block;
			margin: 20px 0;
			}
		html.no-flexbox .infoblocks {
			display: block;
			}
		.infoblocks-item {
			margin: 20px 0;
			width: auto;
			}
		.infoblocks-holder {
			margin: 0;
			}
	}
/* HIGHLIGHTS */
	.highlights {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
		position: relative;
		}
	.highlights:after {
		background: rgba(0,0,0,0.1);
		content: '';
		height: 100%;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: 0;
		}
	.highlights-item {
		width: 50%;
		}
	.highlights-holder {
		margin: 50px 100px;
		text-align: center;
		}
	.highlights-image {
		background-color: #fff;
		border: 1px solid #bdc1c7;
		border-radius: 50%;
		margin: 0 auto;
		max-width: 150px;
		overflow: hidden;
		padding: 5px;
		}
	.highlights-image img {
		border-radius: 50%;
		display: block;
		}
	.highlights-header {
		font-size: 2em;
		font-weight: 700;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 920px) {
		.highlights-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.highlights {
			display: block;
			}
		.highlights:after {
			display: none;
			}
		.highlights-item {
			width: 100%;
			}
		.highlights-holder {
			margin: 50px 25px;
			}
	}
/* PROFILES */
	.profiles {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -25px 0;
		justify-content: center;
		}
	html.no-cssgrid .profiles {
		display: block;
		}
	.profiles-item {
		background-color: #fff;
		box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
		margin: 0 25px 50px 25px;
		max-width: 600px;
		}
	.profiles-simple .profiles-item {
		background-color: none;
		box-shadow: none;
		}
	html.no-cssgrid .profiles-item {
		display: inline-block;
		vertical-align: top;
		}
	.profiles-2 .profiles-item {
		width: calc(50% - 50px);
		}
	.profiles-3 .profiles-item {
		width: calc(33.3333% - 50px);
		}
	.profiles-4 .profiles-item {
		width: calc(25% - 50px);
		}
	.profiles-5 .profiles-item {
		width: calc(20% - 50px);
		}
	.profiles-holder {
		overflow: hidden;
		}
	.profiles-name>a,
	.profiles-name>span,
	.profiles-title {
		color: #fff;
		font-weight: 700;
		padding: 10px 20px;
		}
	.profiles-name {
		background-color: #287094;
		font-size: 4em;
		}
	.profiles-simple .profiles-name>a,
	.profiles-simple .profiles-name>span,
	.profiles-simple .profiles-title {
		color: #3e4349;
		font-weight: 700;
		padding: 10px 0;
		text-align: center;
		}
	.profiles-simple .profiles-name {
		background: none;
		font-size: 1.75em;
		}
	.profiles-name>a,
	.profiles-name>span {
		display: block;
		font-weight: 900;
		line-height: 1em;
		padding: 10px 20px;
		position: relative;
		}
	.profiles-name>a:hover,
	.profiles-name>a:focus {
		background-color: #0f4661;
		color: #fff;
		}
	.profiles-name>a>i {
		color: #f2d037;
		font-size: 20px;
		position: absolute;
		right: 20px;
		top: 20px;
		}
	.profiles-simple .profiles-name>a>i {
		font-size: 14px;
		right: auto;
		padding-left: 5px;
		position: relative;
		top: -2px;
		vertical-align: middle;
		}
	.profiles-title {
		background-color: #5b6067;
		font-size: 2em;
		}
	.profiles-simple .profiles-title {
		background: none;
		color: #5b6067;
		font-size: 1.5em;
		padding-top: 0;
		}
	.profiles-text.contenttext {
		margin: 20px;
		}
	@media screen and (max-width: 920px) {
		.profiles-3 .profiles-item,
		.profiles-4 .profiles-item,
		.profiles-5 .profiles-item {
			width: calc(50% - 50px);
			}
	}
	@media screen and (max-width: 600px) {
		.profiles.profiles {
			display: block;
			margin: 25px 0;
			}
		.profiles.profiles .profiles-item.profiles-item {
			margin: 25px 0;
			width: auto;
			}
	}
/* ICONGRID */
	.icongrid {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		}
	html.no-flexbox .icongrid {
		display: inline-block;
		}
	.icongrid-item {
		display: grid;
		width: 50%;
		}
	.icongrid-item:before,
	.icongrid-item .icongrid-holder {
		grid-area: 1 / 1 / 2 / 2;
		}
	.icongrid-item:before {
		content: '';
		display: block;
		padding-top: calc(8 / 12 * 100%);
		}
	.icongrid-holder {
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		position: relative;
		}
	.icongrid-holder:after {
		bottom: 0;
		content: '';
		left: 0;
		mix-blend-mode: multiply;
		position: absolute;
		right: 0;
		top: 0;
		}
	.icongrid > .icongrid-item:nth-child(2) > .icongrid-holder:after {
		background-color: rgba(0,0,0,0.05);
		}
	.icongrid > .icongrid-item:nth-child(3) > .icongrid-holder:after {
		background-color: rgba(0,0,0,0.1);
		}
	.icongrid > .icongrid-item:nth-child(4) > .icongrid-holder:after {
		background-color: rgba(0,0,0,0.15);
		}
	.icongrid-content {
		margin: 10px;
		position: relative;
		z-index: 1;
		}
	.icongrid-icon {
		font-size: 5em;
		}
	.icongrid-header {
		font-size: 2em;
		font-weight: 300;
		margin-top: 10px;
		opacity: 0.75;
		text-transform: uppercase;
		}
	@media screen and (min-width: 920px) and (max-width: 1500px) {
		.icongrid.n .icongrid-icon>img {
			width: 50px;
			}
		.icongrid-header {
			font-size: 2em;
			}
	}
	@media screen and (min-width: 919px) {
		.icongrid.w > .icongrid-item {
			width: 25%;
			}
	}
	@media screen and (max-width: 768px) {
		.icongrid-icon>img {
			width: 50px;
			}
		.icongrid-header {
			font-size: 2em;
			}
		.icongrid-icon {
			font-size: 3.5em;
			}
	}
	@media screen and (max-width: 479px) {
		.icongrid-icon>img {
			width: 40px;
			}
		.icongrid-header {
			font-size: 1.5em;
			}
	}
/* PHOTOGRID */
	.photogrid {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		}
	.photogrid.photogrid-full {
		display: grid;
		grid-gap: 25px;
		grid-template-columns: 1fr 1fr;
		margin: 75px 0;
		}
	html.no-flexbox .photogrid {
		display: inline-block;
		}
	.photogrid-item {
		position: relative;
		width: 50%;
		}
	.photogrid.photogrid-full .photogrid-item {
		border-radius: 20px;
		overflow: hidden;
		width: auto;
		}
	.photogrid.photogrid-full .photogrid-item.photogrid-main {
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		grid-area: 1 / 1 / span 1 / span 2;
		font-size: 2em;
		}
	.photogrid-holder,
	.photogrid-image {
		display: block;
		height: 100%;
		}
	.photogrid-full .photogrid-holder {
		height: 100%;
		}
	a.photogrid-holder:before {
		transition: opacity 200ms ease;
		}
	a.photogrid-holder:hover,
	a.photogrid-holder:focus {
		color: #fff;
		}
	a.photogrid-holder:hover:before,
	a.photogrid-holder:focus:before {
		opacity: 0.75;
		}
	.photogrid.photogrid-full .photogrid-image > img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: 100%;
		}
	.photogrid-content {
		align-items: center;
		bottom: 0;
		display: flex;
		flex-direction: column;
		margin: 10px;
		justify-content: center;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4;
		}
	.photogrid-header {
		font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
		font-size: 4em;
		font-weight: 700;
		margin-top: 10px;
		text-transform: uppercase;
		}
	.photogrid-button {
		margin-top: 10px;
		font-size: 1.5em;
		}
	@media screen and (min-width: 920px) {
		.photogrid.photogrid-full {
			grid-template-columns: 1fr 1fr 1fr 1fr;
			}
		.photogrid.photogrid-full .photogrid-item.photogrid-main {
			grid-area: 1 / 1 / span 2 / span 2;
			}
		.photogrid.w > .photogrid-item {
			width: 25%;
			}
	}
	@media screen and (max-width: 1280px) {
		.photogrid.photogrid-full {
			margin: 50px 0;
			}
	}
	@media screen and (max-width: 1024px) {
		.photogrid-header {
			font-size: 3em;
			}
	}
	@media screen and (max-width: 768px) {
		.photogrid-header {
			font-size: 2em;
			}
		.photogrid.photogrid-full {
			grid-gap: 10px;
			}
		.photogrid-button {
			margin-top: 5px;
			}
	}
/* GRIDS */
	.grid {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
		margin: 50px 0;
		transform: translateZ(0);
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column;
		}
	.grid .grid-cell {
		display: inline-block;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f4f6f8;
		width: 100%;
		}
	.grid .grid-box {
		background: #fff;
		border: 1px solid #bdc1c7;
		border-top-color: #0f4661;
		border-top-width: 3px;
		position: relative;
		}
	.grid .grid-content {
		padding: 10px 20px 20px 40px;
		}
	.grid .grid-quote {
		left: 0;
		position: absolute;
		top: 0;
		}
	.grid .grid-quote>span {
		background-color: #0f4661;
		border-radius: 0 0 3px 0;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		padding: 15px 10px;
		}
	.grid .grid-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 1.3em;
		padding: 0;
		}
	.grid .grid-text {
		text-align: left;
		}
	.grid .grid-text p {
		margin: 0;
		}
	.grid .grid-text p+p {
		margin-top: 5px;
		}
	@media screen and (max-width: 768px) {
		.grid {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			}
	}
	@media screen and (max-width: 480px) {
		.grid {
			-moz-column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			column-count: 1;
			column-gap: 0;
			}
		.grid .grid-cell {
			border-bottom: 0;
			}
	}
/* CONTACTITEMS */
	.contactitems {
		margin: 0 -25px;
		text-align: center;
		}
	.contactitems-item {
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		}
	.contactitems-holder {
		margin: 25px;
		}
	.contactitems-image {
		border-bottom: 1px solid #f4f6f8;
		margin-bottom: 10px;
		padding-bottom: 10px;
		}
	.contactitems-header {
		font-size: 1.7em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.contactitems-info {
		margin: 10px 0;
		}
	.contactitems-info>dt {
		color: #81868d;
		font-size: 1.2em;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.contactitems-info>dd {
		font-size: 1.4em;
		}
	@media screen and (max-width: 1024px) {
		.contactitems-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 600px) {
		.contactitems-item {
			display: block;
			margin: 50px 0;
			width: auto;
			}
	}
/* ITEMS */
	.items {
		margin: 0 -25px;
		}
	.items.items-centered {
		text-align: center;
		}
	.items-scroll {
		margin-bottom: 50px;
		margin-top: 50px;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.items-column {
		margin-top: 50px;
		margin-bottom: 0;
		}
	.items-item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 50%;
		}
	.items-alt .items-item,
	.items-wide .items-item,
	.items-centered .items-item {
		width: 33.3333%;
		}
	.items-scroll.items-scroll-2 .items-item {
		width: 50%;
		}
	.items-scroll.items-scroll-1 .items-item {
		width: auto;
		}
	.items-scroll .items-item {
		padding: 20px 0;
		}
	.items-holder {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		margin: 25px;
		overflow: hidden;
		white-space: normal;
		}
	.items-scroll .items-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		color: #5b6067;
		display: block;
		position: relative;
		}
	.items-link:hover,
	.items-link:focus {
		color: #287094;
		}
	.items-image {
		overflow: hidden;
		position: relative;
		}
	.items-image:before,
	.items-image:after {
		content: '';
		height: 100%;
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.items-image:before {
		background-color: rgba(255,255,255,0);
		transition: background-color 200ms ease;
		z-index: 2;
		}
	.items-internal .items-image:before {
		background: -moz-linear-gradient(bottom, rgba(36,36,36,0.8) 25%, rgba(36,36,36,0.4) 100%);
		background: -webkit-linear-gradient(bottom, rgba(36,36,36,0.8) 25%, rgba(36,36,36,0.4) 100%);
		background: linear-gradient(to top, rgba(36,36,36,0.8) 25%, rgba(36,36,36,0.4) 100%);
		}
	.items-image:after {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		z-index: 3;
		}
	.format-gallery .items-image:after {
		background-image: url(assets/images/post-gallery.svg);
		}
	.format-video .items-image:after {
		background-image: url(assets/images/post-video.svg);
		}
	.items-info {
		padding: 20px;
		}
	.items-internal .items-info {
		bottom: 25px;
		color: #fff;
		left: 25px;
		padding: 0;
		position: absolute;
		text-transform: uppercase;
		width: calc(100% - 50px);
		z-index: 10;
		}
	.items-category {
		color: #287094;
		font-size: 1.4em;
		font-weight: 300;
		margin-bottom: 5px;
		}
	.items-header,
	.items-subheader {
		transition-property: color;
		}
	.items-header {
		font-size: 2em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.items-alt .items-header {
		font-size: 1.5em;
		}
	.items-internal .items-header {
		font-size: 5em;
		font-weight: 900;
		max-width: 75%;
		}
	.items-subheader {
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.2em;
		margin-top: 5px;
		text-transform: none;
		}
	.items-internal .items-subheader {
		font-size: 2.5em;
		font-weight: 300;
		opacity: 0.75;
		}
	.items-text p {
		font-size: 1.4em;
		line-height: 1.3em;
		margin-top: 10px;
		}
	.items-text p + p {
		margin-top: 5px;
		}
	.items-details {
		border-top: 1px solid #f4f6f8;
		font-size: 1.1em;
		overflow: hidden;
		padding: 10px;
		}
	.items-details,
	.items-details a {
		color: #81868d;
		}
	.items-details a:hover,
	.items-details a:focus {
		color: #287094;
		}
	.items-details .items-date,
	.items-details .items-meta {
		display: inline-block;
		}
	.items-details .items-date i {
		vertical-align: top;
		}
	.items-details .items-meta a {
		display: inline-block;
		padding: 0 5px;
		}
	.items-internal .items-date {
		background-color: #287094;
		color: #fff;
		right: 20px;
		padding: 5px;
		position: absolute;
		text-align: center;
		top: 20px;
		width: 50px;
		z-index: 10;
		}
	.items-internal .items-date > span {
		display: block;
		}
	.items-internal .items-date-m {
		font-size: 1.2em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.items-internal .items-date-d {
		font-size: 3em;
		font-weight: 700;
		}
	.items-internal .items-date-y {
		font-size: 1.2em;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		a.items-link:hover .items-image:before,
		a.items-link:focus .items-image:before {
			background-color: rgba(255,255,255,0.25);
			}
		.items-link .items-image img {
			transition:transform 250ms ease
			}
		.items-link:hover .items-image img {
			transform:scale(1.1)
			}
	}
	@media screen and (min-width: 921px) {
		.items-layout {
			display: grid;
			grid-gap: 25px;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			margin: 50px 0;
			}
		.items-layout .items-item {
			width: auto;
			}
		.items-layout .items-holder,
		.items-layout .items-link,
		.items-layout .items-image {
			height: 100%;
			margin: 0;
			}
		.items-layout .items-image > img {
			height: 100%;
			object-fit: cover;
			object-position: center center;
			width: 100%;
			}
		.items-layout > .items-item:nth-child(-n+2) {
			grid-column-end: span 2;
			}
		.items-layout > .items-item:nth-child(2) {
			grid-column-start: 3;
			grid-row-start: 2;
			}
		.items-layout.items-internal .items-header {
			font-size: 3em;
			max-width: none;
			}
		.items-layout.items-internal .items-subheader {
			font-size: 1.5em;
			}
		.items-layout.items-internal .items-item:nth-child(n+3) .items-header {
			font-size: 2em;
			}
		.items-layout.items-internal .items-item:nth-child(n+3) .items-subheader {
			font-size: 1em;
			}
	}
	@media screen and (min-width: 1280px) {
		.items-layout.items-internal .items-header {
			font-size: 5em;
			max-width: none;
			}
		.items-layout.items-internal .items-subheader {
			font-size: 2.5em;
			}
		.items-layout.items-internal .items-item:nth-child(n+3) .items-header {
			font-size: 3em;
			}
		.items-layout.items-internal .items-item:nth-child(n+3) .items-subheader {
			font-size: 1.5em;
			}
	}
	@media screen and (max-width: 920px) {
		.items.items .items-item {
			width: 50%;
			}
		.items-internal .items-header {
			font-size: 3.5em;
			max-width: none;
			}
		.items-internal .items-subheader {
			font-size: 1.75em;
			}
	}
	@media screen and (max-width: 768px) {
		.items-internal .items-header {
			font-size: 2.5em;
			max-width: none;
			}
		.items-internal .items-subheader {
			font-size: 1.25em;
			}
	}
	@media screen and (max-width: 600px) {
		.items.items-grid {
			margin: 25px 0;
			}
		.items.items .items-item {
			display: block;
			width: auto;
			}
		.items.items-grid .items-item {
			margin: 25px 0;
			}
		.items.items-grid .items-holder {
			margin: 0;
			}
		.items-internal .items-header {
			font-size: 3em;
			max-width: none;
			}
		.items-internal .items-subheader {
			font-size: 1.75em;
			}
	}
/* ITEMBLOCKS */
	.section-first .itemblocks {
		margin-top: 100px;
		}
	.section-last .itemblocks {
		margin-bottom: 100px;
		}
	.itemblocks-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	.itemblocks-item + .itemblocks-item {
		margin-top: 100px;
		}
	.itemblocks-image,
	.itemblocks-holder {
		position: relative;
		}
	.itemblocks-image {
		overflow: hidden;
		width: 55%;
		}
	.itemblocks-holder {
		width: 45%;
		}
	.itemblocks-holder {
		z-index: 2;
		}
	.itemblocks-image img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.itemblocks-content {
		display: flex;
		flex-direction: row;
		margin: 50px 0;
		}
	.itemblocks-block {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		}
	.itemblocks-padding {
		margin: 50px;
		}
	.itemblocks-text {
		font-size: 1.6rem;
		}
	.itemblocks-item:nth-child(even) .itemblocks-image {
		order: 2;
		}
	.itemblocks-item:nth-child(even) .itemblocks-holder {
		order: 1;
		}
	@media screen and (min-width: 769px) {
		.itemblocks-block {
			max-width:640px;
			transform: translate(-100px, 0);
			}
		.itemblocks-item:nth-child(even) .itemblocks-holder .itemblocks-content {
			justify-content: flex-end;
			}
		.itemblocks-item:nth-child(even) .itemblocks-holder .itemblocks-content .itemblocks-block {
			transform: translate(100px, 0);
			}
		.itemblocks-item .itemblocks-image {
			border-radius: 0 10px 10px 0;
			}
		.itemblocks-item:nth-child(even) .itemblocks-image {
			border-radius: 10px 0 0 10px;
			}
	}
	@media screen and (max-width: 768px) {
		.itemblocks-item {
			display: block;
			margin: 0 0 -50px;
			}
		.itemblocks-item + .itemblocks-item {
			margin-top: 50px;
			}
		.itemblocks-image,
		.itemblocks-holder {
			flex: unset;
			width: 100%;
			}
		.itemblocks-image img {
			height: auto;
			width: 100%;
			}
		.itemblocks-block {
			transform: translate(0, -50px);
			width: 100%;
			}
		.itemblocks-padding {
			margin: 25px;
			}
		.itemblocks-content {
			margin: 25px;
			}
	}
/* EVENTSPOSTS */
	.eventsposts {
		margin: 25px 0;
		}
	.eventsposts-item {
		background-color: #eff1f4;
		border-radius: 15px;
		margin: 25px auto;
		max-width: 920px;
		overflow: hidden;
		}
	.eventsposts-holder {
		display: block;
		margin: 10px;
		}
	.eventsposts-image {
		display: block;
		}
	.eventsposts-image img {
		border-radius: 15px;
		overflow: hidden;
		}
	.eventsposts-header {
		color: #2c3035;
		font-size: 2em;
		font-weight: 900;
		margin: 5px 0 10px;
		text-transform: uppercase;
		}
	.eventsposts-date,
	.eventsposts-post-category {
		font-size: 1.5em;
		margin-bottom: 10px;
		}
	.eventsposts-event {
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		}
	.eventsposts-event .eventsposts-date {
		color: #7ba7b9;
		font-weight: 900;
		text-transform: uppercase;
		}
	.eventsposts-event .eventsposts-header {
		}
	.eventsposts-event .eventsposts-header a {
		font-size: 1.5em;
		color: #2c3035;
		}
	.eventsposts-event .eventsposts-event-info {
		margin: 20px 10px;
		}
	.eventsposts-event .eventsposts-text p {
		margin: 0;
		}
	.eventsposts-event .eventsposts-text p + p {
		margin-top: 5px;
		}
	.eventsposts-post .eventsposts-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
	.eventsposts-post .eventsposts-image {
		margin-right: 25px;
		width: 25%;
		}
	.eventsposts-post .eventsposts-info {
		margin: 10px 25px 10px 0;
		width: calc(75% - 50px);
		}
	.eventsposts-post .eventsposts-post-category {
		color: #3e4349;
		}
	@media screen and (min-width: 920px) {
		.eventsposts {
			display: grid;
			grid-gap: 25px;
			grid-template-columns: 1fr 1fr;
			}
		.eventsposts-item {
			margin: 0;
			max-width: none;
			}
		.eventsposts-event {
			grid-area: 1 / 1 / span 3 / span 1;
			}
	}
	@media screen and (max-width: 600px) {
		.eventsposts-post .eventsposts-holder {
			display: block;
			}
		.eventsposts-post .eventsposts-image,
		.eventsposts-post .eventsposts-info {
			margin: 10px 0;
			width: auto;
			}
	}
/* ITEMSLIST */
	.itemlist {
		margin: 10px 0;
		}
	.itemlist-item {
		margin: 10px 0;
		padding: 0 10px;
		}
	.itemlist-item + .itemlist-item {
		border-top: 1px solid #eff1f4;
		padding-top: 10px;
		}
	.itemlist-link {
		color: #2c3035;
		display: block;
		overflow: hidden;
		}
	.itemlist-link:hover,
	.itemlist-link:focus {
		color: #0f4661;
		}
	.itemlist-image {
		float: left;
		max-width: 75px;
		}
	.itemlist-info {
		margin-left: 100px;
		}
	.itemlist-header {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.itemlist-text {
		color: #81868d;
		line-height: 1.2em;
		}
/* STATS & ICONS */
	.stats,
	.icons {
		margin: 25px -20px;
		text-align: center;
		}
	.stats-item,
	.icons-item {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.stats-item,
	.icons-info .icons-item {
		max-width: 250px;
		}
	.stats-2 .stats-item,
	.icons-2 .icons-item,
	.stats-3 .stats-item,
	.icons-3 .icons-item {
		width: 33.3333%;
		}
	.stats-4 .stats-item,
	.icons-4 .icons-item {
		width: 25%;
		}
	.stats-5 .stats-item,
	.icons-5 .icons-item {
		width: 20%;
		}
	.stats-holder,
	.icons-holder {
		display: block;
		margin: 0 20px;
		}
	@media screen and (min-width: 920px) {
		.stats-4.n .stats-item:nth-child(-n+2),
		.icons-4.n .icons-item:nth-child(-n+2),
		.stats-5.n .stats-item:nth-child(-n+3),
		.icons-5.n .icons-item:nth-child(-n+3) {
			margin-bottom: 25px;
			}
		.stats-4.n .stats-item,
		.icons-4.n .icons-item {
			width: 50%;
			}
		.stats-5.n .stats-item,
		.icons-5.n .icons-item {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 919px) {
		.stats-5 .stats-item:nth-child(-n+3),
		.icons-5 .icons-item:nth-child(-n+3) {
			margin-bottom: 25px;
			}
		.stats-5 .stats-item,
		.icons-5 .icons-item {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 599px) {
		.stats-4 .stats-item:nth-child(-n+2),
		.icons-4 .icons-item:nth-child(-n+2) {
			margin-bottom: 25px;
			}
		.stats-4 .stats-item,
		.icons-4 .icons-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 479px) {
		.icons-3.icons-links .icons-item {
			margin: 10px 0 0;
			width: auto;
			}
	}
	/* STATS */
		.stats-number {
			font-size: 5em;
			font-weight: 700;
			margin: 10px 0;
			position: relative;
			}
		.stats-title {
			font-weight: 700;
			font-size: 2em;
			line-height: 1.1em;
			opacity: 0.75;
			text-transform: uppercase;
			}
		@media screen and (max-width: 1024px) {
			.stats-number {
				font-size: 4em;
				}
			.stats-title {
				font-size: 1.3em;
				}
		}
		@media screen and (max-width: 768px) {
			.stats-number {
				font-size: 3.5em;
				}
			.stats-title {
				font-size: 1.1em;
				}
		}
		@media screen and (max-width: 479px) {
			.stats-number {
				font-size: 3em;
				}
			.stats-title {
				font-size: 1em;
				}
		}
	/* ICONS */
		.icons-info .icons-image {
			background-color: #fff;
			border: 2px solid #fff;
			border-radius: 100%;
			box-shadow: 0 0 10px rgba(0,0,0,0.1);
			margin: 0 auto 20px;
			max-width: 100px;
			overflow: hidden;
			}
		.icons-header {
			font-size: 1.4em;
			font-weight: 700;
			line-height: 1.4em;
			margin: 5px auto;
			text-transform: uppercase;
			}
		.icons-info .icons-header {
			max-width: 120px;
			}
		.icons-links .icons-header {
			font-size: 2em;
			}
		.icons-text {
			font-size: 1.8em;
			line-height: 1.4em;
			margin: 5px 0;
			}
		.icons-icon {
			font-size: 2em;
			}
		@media screen and (max-width: 768px) {
			.icons-header {
				font-size: 1.2em;
				}
		}
/* LOGOS */
	.logos {
		margin: 10px 0;
		}
	.logos.c {
		text-align: center;
		}
	.logos-item {
		display: inline-block;
		vertical-align: middle;
		}
	a.logos-item:hover {
		opacity: 0.8;
		}
	.logos.c .logos-item {
		margin: 0 20px 15px;
		}
	.logos.logos-line.c .logos-item {
		margin: 5px 20px;
		}
	.logos.logos-line.c:not(.logos-line-0) .logos-item {
		margin-bottom: 40px;
		}
	.logos.n .logos-item {
		margin-right: 10px;
		}
	@media screen and (max-width: 600px) {
		.logos-break {
			display: none;
			}
		.logos-item {
			max-width: 100px;
			}
	}
/* LOGOSBOX */
	.logosbox {
		margin: 20px -20px;
		}
	.logosbox-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 20%;
		}
	.logosbox-holder {
		background-color: #eff1f4;
		border: 1px solid #eff1f4;
		border-radius: 10px;
		color: #5b6067;
		display: block;
		margin: 20px;
		overflow: hidden;
		}
	a.logosbox-holder:hover,
	a.logosbox-holder:focus {
		background-color: #287094;
		border-color: #287094;
		color: #fff;
		}
	.logosbox-image {
		align-items: center;
		display: flex;
		background-color: #fff;
		justify-content: center;
		min-height: 100px;
		padding: 10px;
		}
	.logosbox-header {
		font-size: 1.2em;
		font-weight: 700;
		line-height: 1.2em;
		padding: 10px;
		}
	@media screen and (max-width: 920px) {
		.logosbox {
			margin: 20px -10px;
			}
		.logosbox-item {
			width: 25%;
			}
		.logosbox-holder {
			margin: 10px;
			}
	}
	@media screen and (max-width: 600px) {
		.logosbox-item {
			width: 33.3333333%;
			}
	}
	@media screen and (max-width: 400px) {
		.logosbox-item {
			width: 50%;
			}
	}
/* FILELIST */
	.filelist {
		margin: 25px 0;
		text-align: center;
		}
	.filelist-item {
		max-width: 250px;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.filelist-holder {
		color: #5b6067;
		display: block;
		margin: 25px;
		}
	.filelist-holder:hover,
	.filelist-holder:focus {
		color: #0f4661;
		}
	.filelist-image {
		background: #fff;
		border: 1px solid #eff1f4;
		padding: 10px;
		}
	.filelist-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		margin: 0;
		padding: 10px 0 0;
		}
	@media screen and (max-width: 920px) {
		.filelist-item {
			width: 25%;
			}
		.filelist-header {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 600px) {
		.filelist-item {
			width: 33.3%;
			}
		.filelist-header {
			font-size: 1.2em;
			}
	}
/* SOCIAL */
	.social-icons {
		margin: 25px 0;
		text-align: center;
		}
	.menu-social>li {
		display: inline-block;
		padding: 0 10px 0 0;
		}
	.social-icons .menu-social>li {
		padding: 0 5px;
		}
	.menu-social>li>a {
		background-color: #287094;
		border-radius: 100%;
		color: #fff;
		display: block;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		position: relative;
		text-align: center;
		width: 50px;
		}
	.menu-social>li>a:hover,
	.menu-social>li>a:focus {
		background-color: #f2d037;
		}
	@media screen and (max-width: 600px) {
	}
/* TABLES */
	.simpletable,
	.contentblock table,
	.listtable {
		border: none;
		margin: 10px 0;
		}
	.simpletable,
	.listtable-fancy {
		empty-cells: show;
		overflow: hidden;
		table-layout: fixed;
		width: 100%;
		}
	.contentblock table td,
	.contentblock table th,
	.listtable td,
	.listtable th {
		border: 1px solid #eff1f4;
		font-size: 1.4rem;
		padding: 15px;
		position: relative;
		vertical-align: top;
		}
	.listtable-fancy td {
		padding-bottom: 5px;
		padding-top: 5px;
		}
	.contentblock table th,
	.listtable th {
		vertical-align: bottom;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #287094;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		text-align: left;
		}
	.listtable-fancy thead th:first-child {
		text-align: left;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd),
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		background-color: #fafbfc;
		}
	.listtable.listtable-fancy tbody tr,
	.listtable.listtable-fancy tbody tr:nth-child(odd),
	.listtable.listtable-fancy tbody tr:nth-child(even) {
		background: none;
		}
	.listtable-fancy tbody tr td {
		text-align: center;
		position: relative;
		}
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		font-weight: 900;
		text-align: left;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even),
	.listtable-fancy tbody tr:nth-child(even) td:first-child {
		background-color: #f4f6f8;
		}
	.contentblock table tbody tr:hover,
	.contentblock table tbody tr:focus,
	.listtable tbody tr:hover,
	.listtable tbody tr:focus {
		background-color: #eff1f4 !important;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy thead th:not(:empty):hover::after { 
		content: '';  
		height: 10000px;
		left: 0;
		position: absolute;  
		top: -5000px;
		width: 100%;
		z-index: -1;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy th:hover::after {
		background-color: #eff1f4;
		}
	.simpletable>thead>tr>th,
	.simpletable>tbody>tr>th,
	.simpletable>tbody>tr>td {
		border: 1px solid #eff1f4;
		text-align: center;
		}
	.simpletable-doc {
		margin: 25px 0;
		}
	.simpletable-doc>tbody>tr>th {
		text-align: right;
		}
	.simpletable-doc>tbody>tr>td {
		text-align: left;
		}
	.simpletable>thead>tr>th {
		background-color: #eff1f4;
		padding: 5px;
		text-align: center;
		}
	.simpletable>tbody>tr>td {
		font-size: 1.6em;
		font-weight: 700;
		padding: 10px;
		}
	.simpletable-doc>tbody>tr>th {
		color: #81868d;
		font-size: 1.2em;
		font-weight: 700;
		padding: 10px;
		}
	.simpletable-doc>tbody>tr>td {
		font-weight: 400;
		}
	.simpletable.simpletable-doc>tbody>tr>th {
		width: 100px;
		}
	@media screen and (max-width: 1024px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1.2rem;
			padding: 5px;
			}
	}
	@media screen and (max-width: 768px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1rem;
			}
	}
	@media screen and (max-width: 600px) {
		.listtable-fancy-scroll {
			box-shadow: inset -10px 0 5px -5px rgba(0,0,0,0.2);
			overflow-x: scroll;
			padding: 15px 0;
			}
		.listtable-fancy {
			width: 700px;
			}
	}
/* NAMELIST */
	.namelist {
		margin: 20px 0;
		}
	.namelist>dt {
		font-size: 1.4em;
		font-weight: 900;
		margin: 20px 0 0;
		text-transform: uppercase;
		}
	.namelist>dd {
		font-size: 1.6em;
		margin: 5px 0 5px 10px;
		}
	.namelist>dd>strong {
		text-transform: uppercase;
		}
	.namelist.c {
		text-align: center;
		}
	.namelist.c>dd {
		margin: 5px 0;
		}
/* LISTS */
	.sitemap {
		font-size: 1.8em;
		list-style-type: disc;
		margin: 25px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap ul {
		list-style-type: circle;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 50px auto;
		max-width: 960px;
		}
	.titlelist dt {
		background-color: #fafbfc;
		border-left: 2px solid #bdc1c7;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd.l {
		font-size: 1.2em;
		}
	.titlelist dd.contentformat p {
		margin: 5px 0;
		}
	.taglist ul {
		font-size: 1.3em;
		font-weight: 700;
		margin: 10px 0;
		}
	.taglist ul>li {
		display: inline-block;
		padding: 0 5px 5px 0;
		}
	.taglist ul>li>a {
		background: #fff;
		color: #2c3035;
		padding: 0.5em 1em;
		display: inline-block;
		transition: color 250ms, background 250ms;
		}
	.taglist ul>li>a:hover,
	.taglist ul>li>a:focus {
		background: #287094;
		color: #fff;
		}
/* COLUMNLIST */
	.columnlist {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		font-size: 14px;
		margin: 20px 0;
		}
	.columnlist-item {
		padding: 5px 0;
		}
	.columnlist-num,
	.columnlist-title {
		display: inline-block;
		vertical-align: top;
		}
	.columnlist-num {
		background-color: #287094;
		border-radius: 10px;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		height: 20px;
		line-height: 20px;
		margin-right: 10px;
		text-align: center;
		width: 20px;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.columnlist-item:hover .columnlist-num,
		.columnlist-item:focus .columnlist-num {
			background-color: #0f4661;
			}
	}
	.columnlist-title {
		padding-top: 3px;
		width: calc(100% - 30px);
		}
/* TIMELINE */
	.timeline {
		margin: 50px auto;
		position: relative;
		}
	.timeline:after {
		background-color: #dcdfe3;
		content: '';
		height: 100%;
		position: absolute;
		top: 0;
		width: 2px;
		}
	.timeline-year>h3 {
		background-color: #287094;
		border: 1px solid #dcdfe3;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		margin: 0;
		padding: 0.5em 1em;
		position: relative;
		z-index: 2;
		}
	.timeline-item {
		margin: 25px 0;
		position: relative;
		}
	.timeline-item:before {
		background-color: #fff;
		border: 1px solid #dcdfe3;
		content: '';
		height: 20px;
		left: -10px;
		position: absolute;
		transform: rotate(45deg);
		top: 10px;
		width: 20px;
		z-index: 99;
		}
	.timeline-item:after {
		background-color: #fff;
		border: 1px solid #dcdfe3;
		border-radius: 100%;
		content: '';
		height: 12px;
		left: -46px;
		position: absolute;
		top: 13px;
		width: 12px;
		z-index: 99;
		}
	.timeline-holder {
		background-color: #fff;
		border: 1px solid #dcdfe3;
		box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
		}
	.timeline-buffer {
		margin: 15px;
		}
	.timeline-info {
		margin-top: 20px;
		}
	.timeline-date {
		color: #7ba7b9;
		font-size: 1.4em;
		font-weight: 900;
		}
	.timeline-header {
		margin: 10px 0;
		font-weight: 700;
		}
	@media screen and (min-width: 601px) {
		.timeline:after {
			left: calc(50% - 1px);
			}
		.timeline-year {
			margin-bottom: 25px;
			text-align: center;
			}
		.timeline-items {
			overflow: hidden;
			padding: 0 20px;
			}
		.timeline-item {
			margin-bottom: 25px;
			width: calc(50% - 44px);
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(odd),
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(even) {
			float: left;
			clear: left;
			margin-top: 0;
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(even),
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(odd) {
			float: right;
			clear: right;
			margin-top: 120px;
			}
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(even) {
			margin-top: 120px;
			}
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(odd) {
			margin-top: 0;
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(odd):before,
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(even):before {
			border-bottom: 0;
			border-left: 0;
			left: auto;
			right: -10px;
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(even):before,
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(odd):before {
			border-right: 0;
			border-top: 0;
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(even).timeline-item:after,
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(odd).timeline-item:after {
			left: -51px;
			}
		.timeline-group:nth-of-type(odd) .timeline-item:nth-of-type(odd):after,
		.timeline-group:nth-of-type(even) .timeline-item:nth-of-type(even):after {
			left: auto;
			right: -51px;
			}
		.timeline-group:nth-of-type(odd) .timeline-buffer,
		.timeline-group:nth-of-type(even) .timeline-buffer {
			margin: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.timeline-items {
			padding-left: 40px;
			}
		.timeline-item:before {
			border-right: 0;
			border-top: 0;
			}
	}
/* PROFILE */
	.profile {
		overflow: hidden;
		}
	.profile-info,
	.profile-contact,
	.profile-nav {
		float: left;
		}
	.profile-info {
		width: 50%;
		}
	.profile-contact,
	.profile-nav {
		width: 25%;
		}
	.profile-left {
		margin: 100px 0;
		}
	.profile-right {
		margin: 100px 0 100px 50px;
		}
	@media screen and (max-width: 900px) {
		.profile-info {
			float: none;
			width: auto;
			}
		.profile-contact,
		.profile-nav {
			width: 50%;
			}
		.profile-left {
			margin: 50px 0 0;
			}
		.profile-contact .profile-right {
			margin: 50px 25px 50px 0;
			}
		.profile-nav .profile-right {
			margin: 50px 0 50px 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.profile {
			overflow: visible;
			}
		.profile-contact,
		.profile-nav {
			float: none;
			width: auto;
			}
		.profile-left,
		.profile-right{
			margin: 50px 0 !important;
			}
	}
/* Slider */
	.boxes .slider-parent * {
		min-height: 0;
		min-width: 0;
		}
	.slick-prev,
	.slick-next,
	.slick-dots li button {
		background: transparent;
		border: none;
		color: transparent;
		cursor: pointer;
		display: block;
		font-size: 0;
		line-height: 0;
		outline: none;
		}
	.slick-prev:before,
	.slick-next:before,
	.slick-dots li button:before {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		}
	.slick-prev,
	.slick-next {
		height: 50px;
		position: absolute;
		top: 50%;
		width: 50px;
		z-index: 50;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.slick-prev:before,
	.slick-next:before {
		color: #2c3035;
		font-size: 50px;
		opacity: 0.25;
		}
	.slick-prev {
		left: 25px;
		text-align: left;
		}
	.slick-prev:before {
		content: '\f107';
		}
	.slick-next {
		right: 25px;
		text-align: right;
		}
	.slick-next:before {
		content: '\f104';
		}
	.slick-slider .slick-prev:before,
	.slick-slider .slick-next:before {
		opacity: 0;
		}
	.slick-slider:hover .slick-prev:before,
	.slick-slider:hover .slick-next:before {
		opacity: 0.5;
		}
	.slick-slider:hover .slick-prev:hover:before,
	.slick-slider:hover .slick-next:hover:before {
		opacity: 1;
		}
	.slick-slider:hover .slick-prev.slick-disabled:before,
	.slick-slider:hover .slick-next.slick-disabled:before {
		opacity: .15;
		}
	.slick-dots {
		display: none;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		}
	.slick-arrow + .slick-dots {
		display: block;
		}
	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0;
		position: relative;
		width: 20px;
		}
	.slick-dots li button {
		height: 20px;
		padding: 5px;
		width: 20px;
		}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
		}
	.slick-dots li button:before {
		color: #2c3035;
		content: '\f111';
		font-size: 10px;
		height: 20px;
		left: 0;
		line-height: 20px;
		opacity: .15;
		position: absolute;
		text-align: center;
		top: 0;
		width: 20px;
		}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		}
	.slick-slider {
		box-sizing: border-box;
		display: block;
		overflow: visible;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
		width: auto;
		}
	.slick-list {
		display: block;
		overflow: hidden;
		position: relative;
		}
	.slick-list:focus {
		outline: none;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	.slick-track {
		display: block;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0;
		}
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
		}
	.slick-track:after {
		clear: both;
		}
	.slick-loading .slick-track {
		visibility: hidden;
		}
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
		}
	.slick-slide img {
		display: block;
		}
	.slick-slide.slick-loading img {
		display: none;
		}
	.slick-slide.dragging img {
		pointer-events: none;
		}
	.slick-initialized .slick-slide {
		display: block;
		}
	.slick-loading .slick-slide {
		visibility: hidden;
		}
	.slick-vertical .slick-slide {
		border: 1px solid transparent;
		display: block;
		height: auto;
		}
	.slick-arrow.slick-hidden {
		display: none;
		}
/* FRAME */
	.frame {
		background: #fff;
		margin: 50px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 10px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object,
	.objectframe div {
		height: 100% !important;
		left: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 3;
		}
/* ALIGNMENT */
	.left, .left p {text-align: left !important;}
	.right, .right p {text-align: right !important;}
	.center, .center p {text-align: center !important;}
	.justify, .justify p {text-align: justify !important;}
	img[align="left"],
	.alignleft {
		float: left;
		}
	img[align="right"],
	.alignright {
		float: right;
		}
	img[align="center"],
	img[align="middle"],
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	@media screen and (max-width: 500px) {
		.alignleft,
		.alignright {
			float: none !important;
			}
	}
/* ASSISTIVE TEXT */
	a.skip-main {
		height: 1px;
		left: -999px;
		overflow: hidden;
		position: absolute;
		top: auto;
		width: 1px;
		z-index: -999;
		}
	a.skip-main:focus,
	a.skip-main:active {
		background-color: #2c3035;
		border: 4px solid #287094;
		border-radius: 15px;
		color: #fff;
		font-size: 1.2em;
		height: auto;
		left: auto;
		margin: 10px 35%;
		overflow: auto;
		padding: 5px;
		text-align: center;
		top: auto;
		width: 30%;
		z-index: 999;
		}
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #bdc1c7;
		border-radius: 3px;
		clip: auto;
		color: #2c3035;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		line-height: normal;
		padding: 15px 23px 14px;
		position: absolute;
		left: 5px;
		top: 5px;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		margin-bottom: 10px;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption {
		color: #5b6067;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
/* OEMBED */
	.twitter-tweet {
		float: left;
		margin: 25px 50px 20px -120px !important;
		}
	@media screen and (max-width: 1024px) {
		.twitter-tweet {
			margin-left: -60px !important;
			}
	}
	@media screen and (max-width: 768px) {
		.twitter-tweet {
			float: none;
			margin: 25px 0 !important;
			}
	}
/* POST */
	.post-info {
		font-size: 1.1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 10px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #eff1f4;
		padding-left: 10px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-description {
		margin: 25px 0;
		}
	.author-avatar {
		float: left;
		}
	.author-text {
		margin-left: 125px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		margin: 50px 0;
		}
	.comment {
		border-top: 1px solid #bdc1c7;
		margin: 20px 0;
		padding-top: 20px;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #2c3035;
		}
	.comment-reply-link,
	.comment-edit-link,
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #81868d;
		}
	.comment-reply-link:hover,
	.comment-edit-link:hover,
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #287094;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 0 20px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		background: #fff;
		border: 1px solid #bdc1c7;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		padding-bottom: 20px;
		padding-top: 20px;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #bdc1c7;
		background: #fff;
		display: inline-block;
		font-size: 1rem;
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
	@media screen and (max-width: 750px) {
		.comment-author .avatar {
			display: none;
			}
		.comment-list article,
		.comment-list .pingback,
		.comment-list .trackback {
			margin-bottom: 10px;
			padding: 10px 5px px;
			}
		.comment-author,
		.comment-awaiting-moderation,
		.comment-content,
		.comment-list .reply,
		.comment-metadata {
			padding-left: 0;
			}
		.comment-list .children {
			margin-left: 30px;
			}
	}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	#comments-count,
	.comment-respond h3 {
		background: #5b6067;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #bdc1c7;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* WOO */
	.woocommerce h2,
	.woocommerce h3 {
		font-weight: 700;
		}
	.woocommerce.add_to_cart_inline {
		margin: 25px 0;
		text-align: center;
		}
	.woocommerce.add_to_cart_inline .amount {
		font-size: 1.3rem;
		}
	.woocommerce.add_to_cart_inline .button {
		display: inline-block;
		margin-left: 10px;
		margin-top: 10px;
		}
	.woocommerce.add_to_cart_inline .added_to_cart {
		margin-left: 10px;
		}
	.woocommerce ul.products {
		display: block;
		margin: 0 -20px;
		text-align: left;
		}
	.woocommerce ul.products.columns-180 {
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.woocommerce ul.products.columns-180 .product {
		margin: 20px 20px 0;
		white-space: normal;
		width: auto !important;
		}
	.woocommerce ul.products .product {
		display: inline-block;
		margin: 20px;
		position: relative;
		vertical-align: top;
		width: calc(25% - 40px);
		}
	.woo-products-grid .woocommerce ul.products .product {
		width: calc(20% - 40px);
		}
	.woocommerce ul.products .product .button {
		background-color: rgba(0,0,0,0.25);
		border-color: transparent;
		color: #fff;
		display: none;
		font-size: 1.4em;
		left: 20px;
		position: absolute;
		right: 20px;
		top: 50px;
		}
	.woocommerce ul.products .product .button:hover {
		background-color: #287094;
		}
	.woocommerce ul.products .product:hover .button {
		display: block;
		}
	@media screen and (max-width: 1024px) {
		.woo-products-grid .woocommerce ul.products .product {
			width: calc(25% - 40px);
			}
	}
	@media screen and (max-width: 920px) {
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			width: calc(25% - 40px);
			}
	}
	@media screen and (max-width: 919px) {
		.woocommerce ul.products.columns-180 .product.type-product {
			width: calc(33.3333% - 40px);
			}
	}
	@media screen and (max-width: 768px) {
		.woocommerce ul.products {
			margin: 0 -10px;
			}
		.woo-products-grid .woocommerce ul.products .product,
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			margin: 10px;
			width: calc(33.333% - 20px);
			}
	}
	@media screen and (max-width: 599px) {
		.woocommerce ul.products.columns-180 .product.type-product {
			width: calc(50% - 20px);
			}
	}
	@media screen and (max-width: 480px) {
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			width: calc(50% - 20px);
			}
	}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link,
	.woocommerce ul.products .product-category>a {
		color: #2c3035;
		display: block;
		}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link:hover,
	.woocommerce ul.products .product-category>a:hover {
		color: #287094;
		}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link>h2,
	.woocommerce ul.products .product-category>a>h2 {
		font-size: 1.6em;
		font-weight: 800;
		margin: 10px 0 0;
		text-align: center;
		}
	.woocommerce ul.products .product-category>a>h2>mark {
		background: none;
		color: #81868d;
		font-size: 0.75em;
		font-weight: 300;
		}
	.woocommerce ul.products .product>a>.price,
	.woocommerce ul.products .product>a>.sku {
		display: block;
		font-size: 1.4em;
		margin: 10px 0;
		text-align: center;
		}
	.woocommerce ul.products .product-item-text,
	.woocommerce ul.products .product-item-created {
		font-size: 1.2em;
		margin: 10px 0;
		text-align: center;
		}
	.woocommerce ul.products .product-item-created em {
		color: #81868d;
		}
	.woocommerce ul.products .product>a>.price {
		font-weight: 700;
		}
	.woocommerce .product_list_widget del,
	.woocommerce.add_to_cart_inline del,
	.woocommerce .price>del {
		color: #81868d;
		font-weight: 300;
		}
	.woocommerce .product_list_widget ins,
	.woocommerce.add_to_cart_inline ins,
	.woocommerce .price>ins {
		color: #287094;
		font-weight: 800;
		text-decoration: none;
		}
	.woocommerce div.product .onsale,
	.woocommerce .products .product>a>.onsale {
		background: url('assets/images/sale.svg') left top no-repeat;
		display: block;
		height: 60px;
		overflow: hidden;
		position: absolute;
		text-indent: -9180px;
		width: 60px;
		}
	.woocommerce .products .product>a.added_to_cart {
		bottom: -15px;
		display: block;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		}
	@media screen and (max-width: 1024px) {
		.woo-products-grid .woocommerce ul.products .product>a.woocommerce-loop-product__link>h2,
		.woo-products-grid .woocommerce ul.products .product-category>a>h2 {
			font-size: 1.4em;
			}
	}
	.woocommerce-ordering {
		margin: 20px 0;
		}
	.woocommerce-ordering>select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOHB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDggNCIgc3R5bGU9Im92ZXJmbG93OnNjcm9sbDtlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggNDsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izk5OTk5OTt9DQo8L3N0eWxlPg0KPGRlZnM+DQo8L2RlZnM+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQsNCA4LDAgMCwwICIvPg0KPC9zdmc+");
		background-position: right 5px center;
		background-repeat: no-repeat;
		border: none;
		border-bottom: 1px solid #bdc1c7;
		color: #81868d;
		font-size: 12px;
		font-weight: 300;
		height: 30px;
		padding: 0 20px 0 5px;
		}
	.woocommerce .product-addon {
		background-color: rgba(0,0,0,0.01);
		border: 1px solid rgba(0,0,0,0.1);
		margin: 20px 0;
		padding: 15px;
		}
	.woocommerce .product-addon .clear {
		display: none;
		}
	.woocommerce .product-addon .addon-name {
		font-size: 1.3em;
		}
	.woocommerce .product-addon .addon-name abbr {
		color: #287094;
		text-decoration: none;
		}
	.woocommerce .product-addon .form-row {
		margin-bottom: 0;
		}
	.woocommerce dl.product-addon-totals {
		font-size: 1.3em;
		margin: 20px 0;
		max-width: 300px;
		text-align: right;
		}
	.woocommerce dl.product-addon-totals dd {
		padding-bottom: 5px;
		width: 50%;
		}
	.woocommerce div.product .woocommerce-product-gallery,
	.woocommerce div.product .summary {
		display: inline-block;
		width: calc(50% - 25px);
		vertical-align: top;
		}
	.woocommerce div.product .woocommerce-product-gallery {
		padding-right: 25px;
		}
	.woocommerce div.product .woocommerce-product-gallery.has-viewerjs iframe {
		height: 75vh;
		max-height: 825px;
		min-height: 300px;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
		display: block;
		margin: 0 0 25px;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child>a {
		display: block;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)>a {
		border: 1px solid #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		display: block;
		margin: 10px;
		}
	@media screen and (max-width: 600px) {
		.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
			width: 33.3%;
			}
		.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)>a {
			margin: 5px;
			}
	}
	.woocommerce div.product .summary {
		padding-left: 25px;
		}
	.woocommerce div.product .summary .price {
		font-size: 2.5em;
		margin: 0 0 10px;
		}
	.woocommerce div.product .summary .woocommerce-product-details__short-description {
		}
	.woocommerce div.product .summary .woocommerce-product-details__short-description>p {
		font-size: 1.6em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce div.product .summary .stock.in-stock {
		color: #f2d037;
		font-size: 1.3em;
		font-weight: 700;
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart {
		margin: 25px 0;
		}
	.woocommerce div.product .summary form.cart .variations,
	.woocommerce div.product .summary form.cart .variations>tbody,
	.woocommerce div.product .summary form.cart .variations>tbody>tr,
	.woocommerce div.product .summary form.cart .variations>tbody>tr>td {
		display: block;
		}
	.woocommerce div.product .summary form.cart .variations {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .variations td.label {
		color: #81868d;
		font-size: 1.1em;
		font-weight: 600;
		margin: 5px 0;
		}
	.woocommerce div.product .summary form.cart .variations a.reset_variations {
		display: inline-block
		font-size: 1.1em;
		padding-left: 5px;
		}
	.woocommerce div.product .summary form.cart .single_variation,
	.woocommerce div.product .summary form.cart .single_variation>div {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .single_variation>div .price {
		font-size: 1.6em;
		font-weight: 700;
		}
	.woocommerce div.product .summary form.cart .single_variation>div.woocommerce-variation-availability {
		font-size: 1.3em;
		font-style: italic;
		}
	.woocommerce div.product .summary form.cart .single_variation>div.woocommerce-variation-availability .out-of-stock {
		color: #287094;
		}
	.woocommerce div.product .summary form.cart .quantity {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .quantity>input,
	.woocommerce div.product .summary form.cart .variations select,
	.woocommerce div.product .summary form.cart .variations input {
		border: 1px solid #eff1f4;
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 5px 5px 5px 10px;
		}
	.woocommerce div.product .summary form.cart .quantity>input,
	.woocommerce div.product .summary form.cart .variations select,
	.woocommerce div.product .summary form.cart .variations input,
	.woocommerce div.product .summary form.cart .button {
		width: 175px;
		}
	.woocommerce div.product .summary form.cart .variations select {
		padding-right: 25px;
		min-width: 175px;
		width: auto;
		}
	.woocommerce div.product .summary .product_meta {
		color: #81868d;
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce div.product .summary .product_meta>span {
		display: block;
		margin: 5px 0;
		}
	.woocommerce div.product .summary .product_meta span span {
		color: #2c3035;

		}
	@media screen and (max-width: 600px) {
		.woocommerce div.product .woocommerce-product-gallery,
		.woocommerce div.product .summary {
			display: block;
			width: auto;
			}
		.woocommerce div.product .woocommerce-product-gallery,
		.woocommerce div.product .summary {
			margin: 25px 0;
			padding: 0;
			}
	}
	.woocommerce-message .button {
		display: inline-block;
		margin-right: 15px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul,
	.woocommerce div.product .tabs {
		border-bottom: 1px solid #eff1f4;
		font-size: 1.1em;
		margin-top: 25px;
		position: relative;
		text-transform: uppercase;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li,
	.woocommerce div.product .tabs>li {
		border: 1px solid #eff1f4;
		border-bottom-color: transparent;
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: 1px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li.is-active,
	.woocommerce div.product .tabs>li.active {
		background: #fff;
		border-bottom-color: #fff;
		z-index: 1;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li>a,
	.woocommerce div.product .tabs>li>a {
		color: #81868d;
		font-weight: 700;
		display: block;
		padding: 10px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li.is-active>a,
	.woocommerce div.product .tabs>li.active>a {
		color: #2c3035;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li>a:hover,
	.woocommerce div.product .tabs>li>a:hover {
		color: #287094;
		}
	@media screen and (max-width: 600px) {
		.woocommerce .woocommerce-MyAccount-navigation ul,
		.woocommerce div.product .tabs {
			font-size: 8px;
			}
		.woocommerce .woocommerce-MyAccount-navigation ul>li,
		.woocommerce div.product .tabs>li {
			margin-right: 2px;
			}
		.woocommerce .woocommerce-MyAccount-navigation ul>li>a,
		.woocommerce div.product .tabs>li>a {
			font-weight: 300;
			padding: 2px;
			}
	}
	.woocommerce div.product .panel {
		background: #fff;
		border: 1px solid #eff1f4;
		border-top: none;
		overflow: hidden;
		padding: 10px 20px;
		}
	.woocommerce div.product .panel>h2 {
		display: none;
		}
	.woocommerce div.product .panel>p,
	.woocommerce-MyAccount-content>p,
	.woocommerce-variation-description>p {
		font-size: 1.4em;
		line-height: 1.8em;
		margin: 10px 0;
		}
	.woocommerce div.product .shop_attributes {
		font-size: 1.2em;
		line-height: 1.8em;
		margin: 10px 0;
		width: 100%;
		}
	.woocommerce div.product .shop_attributes>tbody>tr+tr {
		border-top: 1px solid #f4f6f8;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>th,
	.woocommerce div.product .shop_attributes>tbody>tr>td {
		padding: 5px;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>th {
		border-right: 1px solid #f4f6f8;
		font-weight: 600;
		text-align: right;
		width: 25%;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>td {
		width: 75%;
		}
	.woocommerce .related.products {
		border-top: 1px solid #eff1f4;
		margin-top: 50px;
		}
	.woocommerce .related.products>h2 {
		font-size: 3em;
		margin: 25px 0 0;
		text-transform: uppercase;
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li {
		display: inline-block;
		font-size: 1.05em;
		line-height: 1.3em;
		padding-top: 10px;
		text-align: center;
		vertical-align: top;
		width: calc(50% - 5px);
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li:nth-child(even) {
		margin-left: 10px;
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li>a {
		display: block;
		margin-bottom: 3px;
		}
	.woocommerce .shop_table {
		margin: 10px 0;
		width: 100%;
		}
	.woocommerce .shop_table>thead {
		font-size: 1.2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.woocommerce .shop_table>thead>tr {
		border-bottom: 1px solid #eff1f4;
		color: #81868d;
		}
	.woocommerce .shop_table>thead>tr>th {
		padding: 10px;
		text-align: left;
		}
	.woocommerce .shop_table>thead>tr>th.product-remove {
		width: 50px;
		}
	.woocommerce .shop_table>thead>tr>th.product-thumbnail {
		width: 50px;
		}
	.woocommerce .cart_totals .wc-proceed-to-checkout {
		text-align: right;
		}
	.woocommerce .cart_totals .wc-proceed-to-checkout .button {
		display: inline-block;
		}
	.woocommerce .shop_table>thead>tr>th.product-price,
	.woocommerce .shop_table>thead>tr>th.product-quantity,
	.woocommerce .shop_table>thead>tr>th.product-subtotal,
	.woocommerce .shop_table.customer_details>tbody>tr>th {
		width: 100px;
		}
	.woocommerce .shop_table.>thead>tr>th.product-total {
		width: 150px;
		}
	.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
		width: 300px;
		}
	.woocommerce .shop_table>tbody,
	.woocommerce .shop_table>tfoot {
		font-size: 1.4em;
		}
	@media screen and (max-width: 900px) {
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
			width: 150px;
			}
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead {
			display: none;
			}
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>tbody,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>tfoot,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table tr,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table th,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
			display: block;
			width: auto !important;
			}
	}
	@media screen and (max-width: 600px) {
		.woocommerce .shop_table>tbody,
		.woocommerce .shop_table>tfoot {
			font-size: 1.2em;
			}
	}
	.woocommerce .shop_table>tbody>tr+tr,
	.woocommerce .shop_table>tfoot>tr {
		border-top: 1px solid #eff1f4;
		}
	.woocommerce .shop_table>tbody>tr>td,
	.woocommerce .shop_table>tbody>tr>th,
	.woocommerce .shop_table>tfoot>tr>td,
	.woocommerce .shop_table>tfoot>tr>th {
		padding: 10px;
		vertical-align: middle;
		}
	.woocommerce .shop_table>tbody>tr>th,
	.woocommerce .shop_table>tfoot>tr>th {
		font-weight: 700;
		vertical-align: top;
		}
	.woocommerce .shop_table>tfoot>tr>td,
	.woocommerce .shop_table>tfoot>tr>th,
	.woocommerce .shop_table>tbody>tr>td.product-price,
	.woocommerce .shop_table>tbody>tr>td.product-subtotal,
	.woocommerce .shop_table>tbody>tr>td.product-total,
	.woocommerce .shop_table.customer_details>tbody>tr>th {
		text-align: right;
		}
	.woocommerce .shop_table>tbody>tr>td.product-remove,
	.woocommerce .shop_table>tbody>tr>td.product-thumbnail,
	.woocommerce .shop_table>tbody>tr>td.product-quantity {
		text-align: center;
		}
	.woocommerce .shop_table>tbody>tr>td.product-quantity input {
		text-align: center;
		width: 100%;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name,
	.woocommerce .shop_table>tbody>tr>td.product-subtotal {
		font-weight: 700;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation {
		font-size: 0.8em;
		font-weight: 400;
		overflow: hidden;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation>dt {
		clear: both;
		float: left;
		font-style: italic;
		padding-top: 5px;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation>dd {
		float: left;
		padding-left: 5px;
		padding-top: 5px;
		}
	.woocommerce .shop_table>tbody>tr>td.actions {
		overflow: hidden;
		}
	.woocommerce .checkout_coupon,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
		overflow: hidden;
		white-space: nowrap;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
		float: left;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>label {
		display: none;
		}
	.woocommerce .checkout_coupon>p,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>input {
		float: left;
		}
	.woocommerce .checkout_coupon>p:not(.form-row):first-child {
		float: none;
		font-size: 1.3em;
		margin-bottom: 10px;
		}
	.woocommerce .checkout_coupon>p {
		padding: 0 !important;
		width: auto !important;
		}
	.woocommerce .checkout_coupon>p>input.input-text,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>input.input-text {
		border: 1px solid #81868d;
		border-radius: 4px 0 0 4px;
		color: #2c3035;
		font-size: 1.3rem;
		height: 33px;
		line-height: 1.4em;
		padding: 0 10px;
		width: 120px;
		}
	.woocommerce .checkout_coupon>p>button.button,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>button.button {
		border: none;
		border-radius: 0 4px 4px 0;
		background-color: #81868d;
		font-weight: 300;
		height: 33px;
		padding: 0 10px;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>button.button:hover {
		background-color: #287094;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>button.button {
		float: right;
		}
	.woocommerce #shipping_method>li+li {
		margin-top: 10px;
		}
	.woocommerce #shipping_method>li>label>span {
		display: inline-block;
		margin-left: 10px;
		}
	.woocommerce .cart-collaterals {
		margin: 25px 0;
		overflow: hidden;
		}
	.woocommerce .cart_totals {
		border: 1px solid #eff1f4;
		border-radius: 4px;
		float: right;
		padding: 20px;
		width: calc(50% - 42px);
		}
	.woocommerce .cart_totals>h2 {
		border-bottom: 1px solid #eff1f4;
		font-size: 2em;
		font-weight: 800;
		margin: 0;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.woocommerce .cart_totals .shop_table>tbody>tr>th {
		text-align: left;
		width: 75px;
		}
	.woocommerce .cart_totals .shop_table>tbody>tr>td {
		text-align: right;
		}
	.woocommerce .cart_totals .shop_table > tbody > tr.woocommerce-shipping-totals > td {
		text-align: left;
		}
	.woocommerce-shipping-destination,
	.woocommerce-shipping-calculator {
		margin: 10px 0;
		}
	.woocommerce-shipping-calculator .shipping-calculator-form {
		text-align: left;
		}
	.woocommerce-shipping-calculator>p {
		font-size: 10px;
		margin: 10px 0;
		}
	.woocommerce-shipping-calculator>section>p {
		margin: 5px 0 !important;
		}
	.woocommerce-shipping-calculator>section>p .button {
		width: 100%;
		}
	.woocommerce-shipping-methods {
		margin: 10px 0;
		text-align: right;
		}
	.woocommerce-shipping-methods>li {
		border-bottom: 1px solid #f4f6f8;
		margin: 10px 0;
		padding-bottom: 10px;
		}
	.woocommerce-shipping-methods>li>label {
		display: inline-block;
		padding-left: 10px;
		}
	.woocommerce-shipping-methods>li>label>.amount {
		display: inline-block;
		min-width: 50px;
		padding-left: 5px;
		}
	.woocommerce-mini-cart {
		font-size: 1.2em;
		}
	.woocommerce-mini-cart a.remove,
	.woocommerce-mini-cart .wp-post-image {
		display: none;
		}
	.woocommerce-mini-cart>li.mini_cart_item {
		border-bottom: 1px solid #bdc1c7;
		line-height: 1.3em;
		overflow: hidden;
		padding: 5px 0;
		position: relative;
		}
	.woocommerce-mini-cart>li>a,
	.woocommerce-mini-cart>li>dl.variation {
		float: left;
		width: 70%;
		}
	.woocommerce-mini-cart>li>dl.variation {
		font-size: 0.9em;
		}
	.woocommerce-mini-cart>li>dl.variation>dt {
		clear: both;
		float: left;
		font-style: italic;
		padding: 2px 5px 0;
		}
	.woocommerce-mini-cart>li>dl.variation>dd {
		float: left;
		padding-top: 2px;
		}
	.woocommerce-mini-cart>li>span {
		position: absolute;
		right: 0;
		text-align: right;
		top: 5px;
		width: calc(30% - 10px);
		}
	.woocommerce-mini-cart__total {
		font-size: 1.2em;
		padding: 5px 0;
		text-align: right;
		}
	.woocommerce-mini-cart__buttons {
		margin: 10px 0;
		overflow: hidden;
		}
	.woocommerce-mini-cart__buttons a {
		background-color: #287094;
		border: none;
		border-radius: 4px;
		float: left;
		font-size: 1.2rem;
		display: inline-block;
		padding: 5px 0;
		width: calc(50% - 5px);
		}
	.woocommerce-mini-cart__buttons a.checkout {
		margin-left: 10px;
		}
	@media screen and (max-width: 900px) {
		.woocommerce .cart_totals {
			float: none;
			width: auto;
			}
	}
	@media screen and (max-width: 600px) {
		.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
			float: none;
			margin: 10px 0;
			}
		.woocommerce .shop_table>tbody>tr>td.actions>input.button {
			float: none;
			}
		.woocommerce .cart .product-thumbnail {
			display: none;
			}
		.woocommerce .shop_table>thead>tr>th.product-price,
		.woocommerce .shop_table>thead>tr>th.product-quantity,
		.woocommerce .shop_table>thead>tr>th.product-subtotal {
			width: 50px;
			}
		.woocommerce .shop_table>thead>tr>th.product-remove {
			width: 24px;
			}
	}
	.woocommerce .u-columns h2,
	.woocommerce-checkout h3,
	.woocommerce-MyAccount-content h3 {
		border-bottom: 1px solid #f4f6f8;
		font-size: 2.5rem;
		font-weight: 800;
		margin: 25px 0;
		padding-bottom: 5px;
		text-transform: uppercase;
		}
	.woocommerce-checkout h3 input {
		margin-right: 10px;
		vertical-align: middle;
		}
	.woocommerce-checkout-payment {
		background: #f4f6f8;
		border-radius: 4px;
		margin: 25px 0;
		overflow: hidden;
		}
	.woocommerce-checkout #payment ul.payment_methods {
		border-bottom: 1px solid #fff;
		margin: 25px 0;
		padding: 0 25px;
		}
	.woocommerce-checkout #payment ul.payment_methods li {
		font-size: 1.2em;
   		line-height: 2em;
		margin: 10px 0;
		}
	.woocommerce-checkout #payment ul.payment_methods li label {
		display: inline-block;
		padding-left: 5px;
		}
	.woocommerce-checkout #payment div.payment_box {
		background-color: #dcdfe3;
		border-radius: 4px;
		color: #3e4349;
		font-size: .9em;
		line-height: 1.5;
		margin: 1em 0;
		padding: 1em;
		position: relative;
		}
	.woocommerce-checkout #payment div.payment_box::before {
		border: 1em solid #dcdfe3;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		content: '';
		display: block;
		left: 0;
		margin: -1em 0 0 2em;
		position: absolute;
		top: -0.5em;
		}
	.woocommerce-checkout #payment div.payment_box p:last-child {
		margin-bottom: 0;
		}
	.woocommerce-checkout #payment .payment_method_paypal img {
		background: #fff;
		border-radius: 4px;
		display: inline-block;
		margin: 0 10px;
		max-height: 50px;
		padding: 0 5px;
		vertical-align: middle;
		}
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    	font-size: .8em;
		}
	.woocommerce-checkout #payment .form-row.place-order {
		margin: 0;
		width: auto;
		}
	.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
		margin: 25px;
		}
	.woocommerce-checkout #payment .form-row.terms {
		border-bottom: 1px solid #fff;
		padding: 0 25px 25px;
		margin: 25px 0;
		width: auto;
		}
	.woocommerce-checkout #payment .form-row.terms {
		border-bottom: 1px solid #fff;
		padding: 0 25px 25px;
		margin: 25px 0;
		width: auto;
		}
	.woocommerce-checkout #payment .woocommerce-terms-and-conditions {
		background: #fff;
		border: 1px solid #eff1f4;
		overflow: hidden;
		padding: 0 10px;
		}
	.woocommerce-checkout #payment .woocommerce-terms-and-conditions p,
	.woocommerce .addresses address {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce-checkout #payment .form-row.place-order .button {
		float: right;
		margin: 0 25px 25px;
		}
	.woocommerce-order>p:nth-child(3) {
		font-size: 1.3em;
		margin: 10px 0;
		}
	.woocommerce-order-overview {
		font-size: 1.3em;
		margin: 25px 0;
		}
	.woocommerce-order-overview>li {
		margin: 10px 0;
		}
	.woocommerce-MyAccount-content {
		margin: 25px 0;
		}
	.woocommerce-MyAccount-content h2 {
		font-size: 3rem;
		font-weight: 900;
		margin: 50px 0 25px;
		text-transform: uppercase;
		}
	.woocommerce-MyAccount-content mark {
		background-color: #eff1f4;
		font-weight: 700;
		padding: 0 3px;
		}
	.woocommerce-Address address,
	.woocommerce-customer-details address {
		font-size: 1.5rem;
		line-height: 1.3em;
		}
	.woocommerce-order-details .order-again {
		text-align: right;
		}
	.woocommerce-order-details .order-again .button {
		display: inline-block;
		}
	.woocommerce-page .woocommerce-columns {
		margin: 50px 0;
		}
	.woocommerce-page .col2-set {
		overflow: hidden;
		}
	.woocommerce-page .u-columns .col-1,
	.woocommerce-page .u-columns .col-2 {
		float: left;
		width: calc(50% - 25px);
		}
	.woocommerce-page .u-columns .col-1 h3,
	.woocommerce-page .u-columns .col-2 h3 {
		margin-top: 0;
		}
	.woocommerce-page .u-columns .col-1 {
		padding-right: 25px;
		}
	.woocommerce-page .u-columns .col-2 {
		padding-left: 25px;
		}
	@media screen and (max-width: 600px) {
		.woocommerce-page .col2-set {
			overflow: visible;
			}
		.woocommerce-page .u-columns .col-1,
		.woocommerce-page .u-columns .col-2 {
			float: none;
			width: auto;
			}
		.woocommerce-page .u-columns .col-1,
		.woocommerce-page .u-columns .col-2 {
			margin: 25px 0;
			padding: 0;
			}
	}
	.woocommerce-page .form-row {
		margin: 15px 0;
		width: 50%;
		}
	.woocommerce-page fieldset legend {
		display: none;
		}
	.woocommerce-page .form-row.form-row-first,
	.woocommerce-page .form-row.form-row-last {
		margin-top:  0;
		float: left;
		width: calc(50% - 10px);
		}
	.woocommerce-page .form-row.form-row-first {
		padding-right: 10px;
		}
	.woocommerce-page .form-row.form-row-last {
		padding-left: 10px;
		}
	@media screen and (max-width: 480px) {
		.woocommerce-page .form-row.form-row-first,
		.woocommerce-page .form-row.form-row-last {
			float: none;
			padding: 0;
			width: auto;
			}
	}
	.woocommerce-page .form-row-wide,
	.woocommerce-page .form-row.notes {
		clear: both;
		width: 100%;
		}
	.woocommerce-page .form-row label {
		display: block;
		font-size: 1.3rem;
		font-weight: 600;
		margin: 5px 0;
		}
	.woocommerce-page .form-row label abbr {
		color: #287094;
		text-decoration: none;
		}
	.woocommerce-page .form-row select,
	.woocommerce-page .form-row input.input-text,
	.woocommerce-page .form-row textarea {
		border: 1px solid #dcdfe3;
		border-radius: 4px;
		font-size: 13px;
		line-height: 1.8em;
		padding: 7px 10px;
		width: 100%;
		}
	.woocommerce-page .select2-container--default .select2-selection--single {
		border: 1px solid #dcdfe3;
		border-radius: 4px;
		font-size: 13px;
		}
	.woocommerce-page .select2-container .select2-selection--single {
    	height: 40px;
		}
	.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    	line-height: 40px;
		}
	.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
		}
	.woocommerce-page .select2-search,
	.woocommerce-page .select2-results {
		font-size: 12px;
		}
	.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    	background-color: #287094;
		}
	.woocommerce-page .form-row.woocommerce-validated select,
	.woocommerce-page .form-row.woocommerce-validated input.input-text,
	.woocommerce-page .form-row.woocommerce-validated textarea,
	.woocommerce-page .form-row.woocommerce-validated .select2-container--default .select2-selection--single {
		border-color: #dcdfe3;
		}
	.woocommerce-page .form-row.woocommerce-invalid select,
	.woocommerce-page .form-row.woocommerce-invalid input.input-text,
	.woocommerce-page .form-row.woocommerce-invalid textarea {
		border-color: #287094;
		}
	.woocommerce-form-register {
		font-size: 1.4rem;
		}
	.woocommerce-form-register p {
		line-height: 1.3em;
		margin: 10px 0;
		}
	.woocommerce-LostPassword {
		font-size: 1.2em;
		line-height: 1.3em;
		}
	.woocommerce .cart-empty,
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-notice,
	.woocommerce-message {
		background-color: #f4f6f8;
		border: 1px solid #eff1f4;
		border-top: 3px solid #bdc1c7;
		color: #3e4349;
		font-size: 14px;
		margin: 25px 0;
		overflow: hidden;
		padding: 10px 10px 10px 40px;
		position: relative;
		}
	.woocommerce-error li+li,
	.woocommerce-info li+li,
	.woocommerce-notice li+li,
	.woocommerce-message li+li {
		padding-top: 10px;
		}
	.woocommerce .cart-empty::before,
	.woocommerce-error::before,
	.woocommerce-info::before,
	.woocommerce-notice::before,
	.woocommerce-message::before {
		display: inline-block;
		font-family: 'Font Awesome 5 Pro';
		left: 15px;
		position: absolute;
		top: 10px;
		}
	.woocommerce-error .button,
	.woocommerce-info .button,
	.woocommerce-notice .button,
	.woocommerce-message .button {
		float: right;
		}
	.woocommerce-message,
	.woocommerce-notice {
		border-top-color: #287094;
		}
	.woocommerce-message::before,
	.woocommerce-notice::before {
		color: #287094;
		content: '\f00c';
		}
	.woocommerce-info {
		border-top-color: #287094;
		}
	.woocommerce-info::before {
		content: '\f069';
		color: #287094;
		}
	.woocommerce .cart-empty,
	.woocommerce-error {
		border-top-color: #287094;
		}
	.woocommerce .cart-empty::before,
	.woocommerce-error::before {
		color: #287094;
		content: '\f05e';
		}
	.woocommerce .cart-empty::before {
		content: '\f069';
		}
	@-webkit-keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	@keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	.woocommerce .blockUI.blockOverlay {
		position:relative
		}
	.woocommerce .loader::before,
	.woocommerce .blockUI.blockOverlay::before {
		height:1em;
		width:1em;
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-.5em;
		margin-top:-.5em;
		content:'';
		-webkit-animation:spin 1s ease-in-out infinite;
		animation:spin 1s ease-in-out infinite;
		background:url('assets/images/loader.svg') center center;
		background-size:cover;
		line-height:1;
		text-align:center;
		font-size:2em;
		color:rgba(0,0,0,.75)
		}
/* HERO */
	.hero,
	.hero-content {
		position: relative;
		}
	.hero-text {
		padding-top: 300px;
		}
	.hero-headers {
		font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
		font-size: 2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.hero-header-text {
		text-shadow: 0 0 30px rgba(255,255,255,0.5);
		}
	.hero-header {
		font-size: 6em;
		}
	.hero-sub-header {
		font-size: 4em;
		}
	.hero-shadow {
		color: rgba(0,0,0,0.05);
		font-size: 2em;
		left: -200px;
		position: absolute;
		top: 175px;
		white-space: nowrap;
		}
	.hero-intro {
		font-size: 2em;
		line-height: 1.4em;
		margin: 25px 0;
		max-width: 50%;
		opacity: 0.75;
		}
	.hero-text .buttons-group {
		margin-bottom: 0;
		}
	.hero-photos {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		}
	.hero-photo {
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		position: absolute;
		}
	.hero-photo-1 {
		left: 25%;
		max-width: 600px;
		top: 120px;
		z-index: 1;
		}
	.hero-photo-2 {
		border: 10px solid #fff;
		max-width: 400px;
		right: 100px;
		top: 25px;
		z-index: 2;
		}
	.hero-photo-3 {
		border: 10px solid #fff;
		bottom: 25px;
		max-width: 400px;
		right: -10px;
		z-index: 3;
		}
	@media screen and (max-width: 1279px) {
		.hero-text {
			padding-top: 200px;
			}
		.hero-headers {
			font-size: 1.75em;
			}
		.hero-shadow {
			left: -50px;
			top: 75px;
			}
		.hero-photo-1 {
			left: 25%;
			max-width: 500px;
			top: 80px;
			}
		.hero-photo-2 {
			max-width: 400px;
			right: 100px;
			top: 10px;
			}
		.hero-photo-3 {
			bottom: 25px;
			max-width: 300px;
			right: -10px;
			}
	}
	@media screen and (max-width: 1024px) {
		.hero-text {
			padding-top: 200px;
			}
		.hero-headers {
			font-size: 1.5em;
			}
		.hero-shadow {
			left: -50px;
			top: 75px;
			}
		.hero-intro {
			max-width: 60%;
			}
		.hero-photo-1 {
			left: 25%;
			max-width: 400px;
			top: 80px;
			}
		.hero-photo-2 {
			max-width: 300px;
			right: 50px;
			top: 10px;
			}
		.hero-photo-3 {
			bottom: 25px;
			max-width: 300px;
			right: -10px;
			}
	}
	@media screen and (max-width: 720px) {
		.hero-text {
			padding-top: 300px;
			}
		.hero-headers {
			font-size: 1.25em;
			}
		.hero-shadow {
			left: -50px;
			top: 250px;
			}
		.hero-intro {
			font-size: 1.8em;
			max-width: none;
			}
		.hero-photo-1 {
			left: 0;
			max-width: 50%;
			top: 50px;
			}
		.hero-photo-2 {
			max-width: 45%;
			right: 25px;
			top: 0;
			}
		.hero-photo-3 {
			bottom: auto;
			max-width: 40%;
			right: -10px;
			top: 150px
			}
	}
	@media screen and (max-width: 600px) {
		.hero-headers {
			font-size: 1em;
			}
		.hero-photo-1 {
			max-width: 60%;
			}
		.hero-photo-2,
		.hero-photo-3 {
			border-width: 5px;
			}
		.hero-photo-3 {
			top: 120px
			}
	}
	@media screen and (max-width: 400px) {
		.hero-text {
			padding-top: 250px;
			}
		.hero-headers {
			font-size: 1em;
			}
		.hero-shadow {
			left: -50px;
			top: 175px;
			}
		.hero-photo-1 {
			max-width: 65%;
			}
		.hero-photo-3 {
			max-width: 45%;
			top: 90px
			}
	}
	@media screen and (max-width: 320px) {
		.hero-text {
			padding-top: 200px;
			}
		.hero-headers {
			font-size: 0.9em;
			}
		.hero-photo-1 {
			max-width: 65%;
			}
		.hero-photo-3 {
			max-width: 45%;
			top: 60px
			}
	}
/* SLIDES */
	.slides {
		color: #fff;
		overflow: hidden;
		position: relative;
		}
	.slides.n {
		display: grid;
		}
	.slides.w {
		min-height: 500px;
		height: 90vh;
		max-height: 900px;
		position: relative;
		}
	.margin-normal .slides {
		margin: 50px 0;
		}
	.slides.n:before,
	.slides.n .slides-holder {
		grid-area: 1 / 1 / 2 / 2;
		}
	.slides.n:before {
		content: '';
		display: block;
		padding-top: calc(8 / 12 * 100%);
		}
	.slides-holder {
		display: block;
		position: relative;
		transition: transform 350ms ease-in-out;
		}
	.slides.w .slides-holder,
	.slides-item.slides-item,
	.slides-image,
	.slides-info {
		left: 0;
		position: absolute;
		width: 100%;
		}
	.slides.w .slides-holder,
	.slides-item.slides-item,
	.slides-image {
		height: 100%;
		top: 0;
		}
	.slides-item {
		opacity: 0;
		transition: opacity 350ms ease-in-out;
		z-index: 0;
		}
	.slides[data-current="1"] .slides-item[data-slide="1"],
	.slides[data-current="2"] .slides-item[data-slide="2"],
	.slides[data-current="3"] .slides-item[data-slide="3"],
	.slides[data-current="4"] .slides-item[data-slide="4"],
	.slides[data-current="5"] .slides-item[data-slide="5"] {
		opacity: 1;
		z-index: 2;
		}
	.slides-image {
		z-index: 1;
		}
	.slides-image img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: 100%;
		}
	.slides-info {
		bottom: 0;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 3;
		}
	.slides-content {
		font-size: 2rem;
		margin: 0 25px 50px;
		text-align: center;
		text-transform: uppercase;
		}
	.slides-text {
		pointer-events: none;
		}
	.slides-header {
		font-size: 3em;
		font-weight: 700;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		}
	.slides-header-sub {
		font-size: 1.5em;
		}
	.slides-header-sub,
	.slides-buttons.buttons-group {
		margin-top: 10px;
		}
	.slides-buttons.buttons-group,
	.slides-buttons.buttons-group>.button.button {
		margin-bottom: 0;
		}
	.slides-dots {
		position: absolute;
		}
	.slides.slides-single .slides-dots {
		display: none;
		}
	.slides.slides-slide .slides-dots {
		bottom: 10px;
		left: 0;
		text-align: center;
		width: 100%;
		z-index: 10;
		}
	.slides-dots>button {
		background: none;
		color: #fff;
		cursor: pointer;
		font-size: 15px;
		line-height: 30px;
		opacity: 0.5;
		text-shadow: 0 0 10px rgba(0,0,0,0.1);
		transition-property: color;
		width: 30px;
		}
	.slides[data-current="1"] .slides-dots>button[data-slide="1"],
	.slides[data-current="2"] .slides-dots>button[data-slide="2"],
	.slides[data-current="3"] .slides-dots>button[data-slide="3"],
	.slides[data-current="4"] .slides-dots>button[data-slide="4"],
	.slides[data-current="5"] .slides-dots>button[data-slide="5"] {
		opacity: 1;
		}
	.slides-dots>button:hover {
		color: #287094;
		opacity: 1;
		}
	.slides-nav {
		position: absolute;
		}
	.slides.slides-single .slides-nav {
		display: none;
		}
	.slides.slides-slide .slides-nav {
		height: 100%;
		opacity: 0;
		transition: opacity 200ms ease;
		z-index: 9;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.slides.slides-slide:hover .slides-nav {
			opacity: 1;
			}
	}
	.slides-nav-left {
		left: 0;
		top: 0;
		}
	.slides-nav-right {
		right: 0;
		top: 0;
		}
	.slides-nav>button {
		background: none;
		color: rgba(0,0,0,0.5);
		cursor: pointer;
		height: 100%;
		font-size: 100px;
		padding: 0 25px;
		position: absolute;
		transition-property: background, color;
		}
	.slides-nav>button:hover {
		background-color: rgba(0,0,0,0.1);
		color: #fff;
		}
	.slides-nav-right>button {
		right: 0;
		}
	@media screen and (min-width: 1025px) and (max-width: 1500px) {
		.slides.n .slides-content {
			font-size: 1.5rem;
			}
	}
	@media screen and (min-width: 920px) and (max-width: 1024px) {
		.slides.n .slides-content {
			font-size: 1.25rem;
			}
	}
	@media screen and (max-width: 768px) {
		.slides-content {
			font-size: 1.5rem;
			}
		.slides-dots>button {
			font-size: 10px;
			}
		.slides-nav>button {
			font-size: 50px;
			padding: 0 25px;
			}
	}
	@media screen and (max-width: 480px) {
		.slides-content {
			margin-bottom: 40px;
			}
		.slides-content,
		.slides-buttons .button {
			font-size: 1.25rem;
			}
		.slides.slides-slide .slides-dots {
			bottom: 5px;
			}
	}
	@media screen and (max-width: 360px) {
		.slides-content {
			font-size: 1rem;
			}
	}
/* IMAGE LINE */
	.imagegrid {
		display: grid;
		margin: 50px 0;
		}
	.imagegrid-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		}
	.imagegrid-image {
		flex: 1;
		}
	.imagegrid-image > img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.imagegrid-caption {
		background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 60%, transparent);
		bottom: 0;
		color: #fff;
		display: block;
		font-size: 20px;
		max-height: 100%;
		overflow: auto;
		padding: 40px 10px 10px;
		position: absolute;
		pointer-events: none;
		text-align: center;
		width: calc(100% - 20px);
		}
/* IMAGE LINE */
	.imageline {
		overflow: hidden;
		}
	.imageline-image {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		}
	@media screen and (max-width: 600px) {
		.imageline-image {
			width: 50%;
			}
	}
/* IMAGE SWITCH */
	@media screen and (min-width: 601px) {
		.image-switch-mobile {
			display: none;
			}
	}
	@media screen and (max-width: 600px) {
		.image-switch-full {
			display: none;
			}
	}
/* IMAGES */
	.media-image {
		margin: 25px 0;
		}
	.media-image.c {
		text-align: center;
		}
	.img {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 20px auto;
		overflow: hidden;
		}
	.img-circle {
		border: 1px solid #eff1f4;
		border-radius: 50%;
		padding: 4px;
		}
	.img-circle img {
		border-radius: 50%;
		}
	.img-small {
		max-width: 100px;
		}
	.img-line {
		margin: 0 auto;
		}
	.image-box {
		margin: 50px 0;
		}
	.image-shadow {
		font: normal 0/0 sans-serif;
		}
	.image-shadow img {
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		}
	.image-icon,
	.icon-fa {
		margin: 10px 0;
		}
	.image-icon>span,
	.icon-fa>span {
		border-radius: 50%;
		display: inline-block;
		padding: 20px;
		}
	.image-icon>span {
		background-color: rgba(255,255,255,0.3);
		border: 1px solid rgba(255,255,255,0.8);
		padding: 20px;
		}
	.icon-fa>span {
		border: 1px solid rgba(0,0,0,0.1);
		font-size: 30px;
		height: 40px;
		line-height: 40px;
		width: 40px;
		}
	.image-icon.c,
	.icon-fa.c {
		text-align: center;
		}
	.logo {
		background-color: #fff;
		border: 1px solid #eff1f4;
		padding: 20px;
		text-align: center;
		}
	.of-fix-fit {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		}
	.of-fix-fit>img {
		opacity: 0;
		}
	@media screen and (min-width: 920px) {
		.image-position-right img {
			transform: translateX(100px);
			}
		.image-position-left img {
			transform: translateX(-100px);
			}
	}
/* QUOTE */
	.quote-box {
		margin: 25px auto;
		max-width: 920px;
		overflow: hidden;
		position: relative;
		}
	.quote-box.w {
		text-align: center;
		}
	.quote-mark {
		font: normal 0/0 sans-serif;
		margin: 10px 0;
		}
	.quote-mark>p {
		border: 1px solid rgba(36,36,36,0.2);
		border-radius: 100%;
		display: inline-block;
		padding: 5px;
		}
	.quote-mark svg {
		fill: #81868d;
		}
	.quote-by {
		font-size: 3em;
		font-weight: 900;
		margin: 10px 0;
		}
	.quote-affiliation {
		margin-bottom: 25px;
		font-size: 1.8em;
		}
	.quote-text {
		font-size: 2em;
		font-style: italic;
		line-height: 1.25em;
		}
/* BLOCK COVER */
	.wp-block-cover {
		align-items: center;
		background-color: #2c3035;
		background-size: cover;
		background-position: center center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		margin: 50px 0;
		overflow: hidden;
		position: relative;
		}
	@media screen and (min-width: 769px) {
		.wp-block-cover {
			margin-left: -60px;
			margin-right: -60px;
			}
		.wp-block-cover.alignleft,
		.wp-block-cover.alignright {
			display: block;
			margin: 0;
			}
		.wp-block-cover.alignleft {
			margin-right: 50px;
			}
		.wp-block-cover.alignright {
			margin-left: 50px;
			}
	}
	@media screen and (min-width: 1025px) {
		.wp-block-cover {
			margin-left: -120px;
			margin-right: -120px;
			}
	}
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		max-width: 50%;
		width: 100%;
		}
	.wp-block-cover .wp-block-cover__inner-container {
		margin: 75px;
		position: relative;
		z-index: 2;
		}
	.wp-block-cover .wp-block-cover-image-text a,
	.wp-block-cover .wp-block-cover-image-text a:active,
	.wp-block-cover .wp-block-cover-image-text a:focus,
	.wp-block-cover .wp-block-cover-image-text a:hover,
	.wp-block-cover .wp-block-cover-text a,
	.wp-block-cover .wp-block-cover-text a:active,
	.wp-block-cover .wp-block-cover-text a:focus,
	.wp-block-cover .wp-block-cover-text a:hover,
	.wp-block-cover h2 a,
	.wp-block-cover h2 a:active,
	.wp-block-cover h2 a:focus,
	.wp-block-cover h2 a:hover {
		color: #fff;
		}
	.wp-block-cover.has-background-dim::before {
		background-color: inherit;
		bottom: 0;
		content: '';
		left: 0;
		opacity: .5;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		}
	.wp-block-cover.has-background-dim.has-background-dim-10::before {
		opacity: .1;
		}
	.wp-block-cover.has-background-dim.has-background-dim-20::before {
		opacity: .2;
		}
	.wp-block-cover.has-background-dim.has-background-dim-30::before {
		opacity: .3;
		}
	.wp-block-cover.has-background-dim.has-background-dim-40::before {
		opacity: .4;
		}
	.wp-block-cover.has-background-dim.has-background-dim-50::before {
		opacity: .5;
		}
	.wp-block-cover.has-background-dim.has-background-dim-60::before {
		opacity: .6;
		}
	.wp-block-cover.has-background-dim.has-background-dim-70::before {
		opacity: .7;
		}
	.wp-block-cover.has-background-dim.has-background-dim-80::before {
		opacity: .8;
		}
	.wp-block-cover.has-background-dim.has-background-dim-90::before {
		opacity: .9;
		}
	.wp-block-cover.has-background-dim.has-background-dim-100::before {
		opacity: 1;
		}
	.wp-block-cover.has-background-dim.has-background-dim-100 {
		background-image: none !important;
		}
/* BLOCK QUOTE */
	blockquote.wp-block-quote.wp-block-quote {
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-top: 1px solid rgba(0,0,0,0.2);
		color: inherit;
		float: none;
		font-size: 25px;
		font-weight: 300;
		margin: 50px 0;
		max-width: none;
		overflow: hidden;
		padding: 10px 0;
		text-align: center;
		}
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 50px;
		font-style: italic;
		line-height: 1.6;
		}
	.wp-block-quote.is-large cite,
	.wp-block-quote.is-large footer,
	.wp-block-quote.is-style-large cite,
	.wp-block-quote.is-style-large footer {
		font-size: 14px;
		text-align: right;
		}
/* BLOCK GALLERY */
	.gallery,
	ul.wp-block-gallery {
		clear: both;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 50px -10px;
		padding: 0;
		}
	@media screen and (min-width: 769px) {
		ul.wp-block-gallery {
			margin-left: -70px;
			margin-right: -70px;
			}
	}
	@media screen and (min-width: 1025px) {
		ul.wp-block-gallery {
			margin-left: -130px;
			margin-right: -130px;
			}
	}
	.gallery-item,
	ul.wp-block-gallery li.blocks-gallery-image,
	ul.wp-block-gallery li.blocks-gallery-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: center;
		line-height: 1;
		margin: 0;
		padding: 0;
		position: relative;
		}
	.gallery-icon,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 100%;
		justify-content: flex-start;
		margin: 10px;
		overflow: hidden;
		position: relative;
		}
	.gallery-icon img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto;
		}
	.gallery-caption,
	.wp-block-gallery .blocks-gallery-image figcaption,
	.wp-block-gallery .blocks-gallery-item figcaption {
		background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 60%, transparent);
		bottom: 0;
		color: #fff;
		display: block;
		font-size: 9px;
		max-height: 100%;
		overflow: auto;
		padding: 40px 10px 10px;
		position: absolute;
		pointer-events: none;
		text-align: center;
		width: calc(100% - 20px);
		}
	.gallery-caption {
		margin: 10px;
		}
	.gallery-icon img,
	.gallery-icon a,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		flex: 1;
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.gallery-item,
	.wp-block-gallery .blocks-gallery-image,
	.wp-block-gallery .blocks-gallery-item {
		width: calc(100% / 2);
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.wp-block-gallery .blocks-gallery-image a img,
		.wp-block-gallery .blocks-gallery-item a img,
		.gallery-icon a img {
			transition:transform 250ms ease
			}
		.wp-block-gallery .blocks-gallery-image a:hover img,
		.wp-block-gallery .blocks-gallery-item a:hover img,
		.gallery-icon a:hover img {
			transform:scale(1.1)
			}
	}
	@media (min-width:600px) {
		.gallery-caption,
		.wp-block-gallery .blocks-gallery-image figcaption,
		.wp-block-gallery .blocks-gallery-item figcaption {
			font-size: 13px;
			}
		.gallery.gallery-columns-3 .gallery-item,
		.wp-block-gallery.columns-3 .blocks-gallery-image,
		.wp-block-gallery.columns-3 .blocks-gallery-item {
			width: calc(100% / 3);
			}
		.gallery.gallery-columns-4 .gallery-item,
		.wp-block-gallery.columns-4 .blocks-gallery-image,
		.wp-block-gallery.columns-4 .blocks-gallery-item {
			width: calc(100% / 4);
			}
		.gallery.gallery-columns-5 .gallery-item,
		.wp-block-gallery.columns-5 .blocks-gallery-image,
		.wp-block-gallery.columns-5 .blocks-gallery-item {
			width: calc(100% / 5);
			}
		.gallery.gallery-columns-6 .gallery-item,
		.wp-block-gallery.columns-6 .blocks-gallery-image,
		.wp-block-gallery.columns-6 .blocks-gallery-item {
			width: calc(100% / 6);
			}
		.gallery.gallery-columns-7 .gallery-item,
		.wp-block-gallery.columns-7 .blocks-gallery-image,
		.wp-block-gallery.columns-7 .blocks-gallery-item {
			width: calc(100% / 7);
			}
		.gallery.gallery-columns-8 .gallery-item,
		.wp-block-gallery.columns-8 .blocks-gallery-image,
		.wp-block-gallery.columns-8 .blocks-gallery-item {
			width:calc(100% / 8);
		}
	}
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 305px;
		width: 100%;
		}
	.wp-block-gallery.aligncenter,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
/* BLOCK TABLE */
	.wp-block-table.has-fixed-layout {
		table-layout:fixed;
		width: 100%;
		}
	.wp-block-table.aligncenter,
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		display: table;
		width: auto;
		}
	.wp-block-table.is-style-stripes {
		border-bottom: 1px solid #dcdfe3;
		border-collapse: inherit;
		border-spacing: 0;
		}
	.wp-block-table.is-style-stripes tr:nth-child(odd) {
		background-color: #dcdfe3;
		}
	.wp-block-table.is-style-stripes td {
		border-color: transparent;
		}
/* BLOCK BUTTON */
	.wp-block-button {
		color: #fff;
		margin: 25px 0;
		}
	.wp-block-button.aligncenter {
		text-align: center;
		}
	.wp-block-button.alignright {
		text-align: right;
		}
	.wp-block-button__link {
		background-color: #5b6067;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		overflow-wrap: break-word;
		text-align: center;
		text-decoration: none;
		white-space: normal;
		}
	.wp-block-button__link:active,
	.wp-block-button__link:focus,
	.wp-block-button__link:hover {
		color: inherit;
		opacity: .85;
		}
	.is-style-squared .wp-block-button__link {
		border-radius: 0;
		}
	.is-style-outline {
		color: #5b6067;
		}
	.is-style-outline .wp-block-button__link {
		background: 0 0;
		border: 2px solid currentcolor;
		}
/* BLOCK DOWNLOAD */
	.wp-block-file {
		margin: 25px 0;
		}
	.wp-block-file.aligncenter {
		text-align: center;
		}
	.wp-block-file.alignright {
		text-align: right;
		}
	.wp-block-file .wp-block-file__button {
		background: #5b6067;
		border-radius: 2em;
		color: #fff;
		font-size: 13px;
		padding: .5em 1em;
		}
	.wp-block-file a.wp-block-file__button {
		text-decoration: none;
		}
	.wp-block-file a.wp-block-file__button:active,
	.wp-block-file a.wp-block-file__button:focus,
	.wp-block-file a.wp-block-file__button:hover,
	.wp-block-file a.wp-block-file__button:visited {
		box-shadow: none;
		color: #fff;
		opacity: .85;
		text-decoration: none;
		}
	.wp-block-file *+.wp-block-file__button {
		margin-left: .75em;
		}
/* PAGEMENU */
	.pagemenu,
	.section-sub>aside.woocommerce {
		margin: 25px 0;
		}
	.pagemenu h4,
	.section-sub>aside.woocommerce h4 {
		background-color: #2c3035;
		border: none;
		color: #fff;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1em;
		margin: 10px 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.pagemenu > ul,
	.section-sub>aside.woocommerce>ul.product-categories {
		font-size: 1.4em;
		}
	.pagemenu li,
	.section-sub>aside.woocommerce li {
		position: relative;
		}
	.pagemenu > ul > li,
	.section-sub>aside.woocommerce>ul.product-categories>li {
		color: #9a9fa6;
		}
	.pagemenu > ul > li + li,
	.section-sub>aside.woocommerce>ul.product-categories>li + li {
		border-top: 1px solid #bdc1c7;
		}
	.pagemenu li:before,
	.section-sub>aside.woocommerce>ul.product-categories>li:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #287094;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 16px;
		}
	.pagemenu > ul > li a,
	.section-sub>aside.woocommerce>ul.product-categories a {
		display: block;
		color: #3e4349;
		line-height: 1.5em;
		padding: 10px;
		}
	.pagemenu > ul > li a:hover,
	.pagemenu > ul > li a:focus,
	.section-sub>aside.woocommerce>ul.product-categories a:hover,
	.section-sub>aside.woocommerce>ul.product-categories a:focus {
		color: #287094;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.section-sub>aside.woocommerce>ul.product-categories li:hover>a,
		.section-sub>aside.woocommerce>ul.product-categories li:focus>a {
			color: #287094;
			}
	}
	.pagemenu > ul ul,
	.section-sub>aside.woocommerce>ul.product-categories ul {
		padding: 0 10px;
		}
	.pagemenu >ul ul > li,
	.section-sub>aside.woocommerce>ul.product-categories ul > li {
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a,
	.section-sub>aside.woocommerce .current-cat>a {
		font-weight: 700;
		}
	.pagemenu select {
		background-color: none;
		border: 1px solid #dcdfe3;
		color: #81868d;
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 10px 0;
		padding: 10px;
		width: 100%;
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
	.pagemenu-sub {
		margin: 0;
		}
	.pagemenu .gfield_label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	.pagemenu .gform_wrapper .button {
		display: block;
		width: 100%;
		}
	aside.woocommerce .woocommerce-product-search {
		overflow: hidden;
		}
	aside.woocommerce .woocommerce-product-search > input,
	aside.woocommerce .woocommerce-product-search > button {
		float: left;
		font-size: 16px;
		height: 40px;
		}
	aside.woocommerce .woocommerce-product-search > input {
		border: 1px solid #bdc1c7;
		border-radius: 5px 0 0 5px;
		padding: 0 10px;
		width: calc(100% - 75px);
		}
	aside.woocommerce .woocommerce-product-search > button {
		background: #bdc1c7;
		color: #fff;
		cursor: pointer;
		border-radius: 0 5px 5px 0;
		width: 75px;
		}
	aside.woocommerce .woocommerce-product-search > button:hover,
	aside.woocommerce .woocommerce-product-search > button:focus {
		background-color: #287094;
		}
	@media screen and (min-width: 921px) {
		.section-sub>aside.woocommerce>ul.product-categories li:not(.current-cat):not(.current-cat-parent)>ul {
			background: #eff1f4;
			box-shadow: 0 0 4px rgba(0,0,0,0.3);
			font-weight: 400;
			left: 100%;
			opacity: 0;
			position: absolute;
			text-transform: none;
			top: 0;
			transition: opacity 250ms;
			visibility: hidden;
			width: 180px;
			z-index: 10;
			}
		.section-sub>aside.woocommerce>ul.product-categories li:not(.current-cat):not(.current-cat-parent)>ul li + li {
			border-top: 1px solid #dcdfe3;
			}
		.section-sub>aside.woocommerce>ul.product-categories li:not(.current-cat):not(.current-cat-parent)>ul:before {
			border-color: transparent #3e4349 transparent transparent;
			border-style: solid;
			border-width: 5px;
			content: '';
			display: block;
			left: -10px;
			pointer-events: none;
			position: absolute;
			top: 13px;
			}
		.section-sub>aside.woocommerce>ul.product-categories li:not(.current-cat):not(.current-cat-parent)>ul {
			top: 2px;
			}
		.section-sub>aside.woocommerce>ul.product-categories li:not(.current-cat):not(.current-cat-parent):hover > ul {
			opacity: 1;
			visibility: visible;
			}
		.section-sub>aside.woocommerce>ul.product-categories a:hover {
			background-color: #fff;
			}
	}
	@media screen and (max-width: 920px) {
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent) ul {
			display: none;
			}
	}
/* ICONMENU */
	.iconmenu {
		margin: 10px 0;
		overflow: hidden;
		}
	.iconmenu + .iconmenu {
		margin-top: 20px;
		}
	.iconmenu-icon,
	.iconmenu > p {
		float: left;
		text-align: left;
		}
	.iconmenu-icon {
		font-size: 14px;
		padding-top: 2px;
		width: 40px;
		}
	.iconmenu > p {
		font-size: 1.4em;
		line-height: 1.3em;
		xmargin: 0 0 0 20px;
		width: calc(100% - 40px);
		}
/* ARROWMENU */
	.arrowmenu {
		font-size: 1.4em;
		margin: 10px;
		}
	.arrowmenu > li {
		margin: 10px 0;
		}
	.arrowmenu>li>a,
	.arrowmenu>li>span {
		display: inline-block;
		line-height: 1.3em;
		padding-left: 10px;
		position: relative;
		}
	.arrowmenu>li>a:before,
	.arrowmenu>li>span:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #f2d037;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 4px;
		}
/* LINEMENU */
	.linemenu {
		border-top: 1px solid rgba(255,255,255,0.05);
		font-size: 1.2em;
		padding: 25px;
		}
	.linemenu>li {
		display: inline-block;
		}
	.linemenu>li+li:before {
		content: '/';
		color: rgba(255,255,255,0.1);
		padding: 0 5px;
		}
	@media screen and (max-width: 600px) {
		.linemenu>li {
			padding-bottom: 5px;
			}
	}
/* MENU BUILDER */
	.menu-builder {
		font-size: 1.6em;
		margin: 20px auto 15px;
		}
	.menu-builder.c {
		max-width: 768px;
		text-align: center;
		}
	.menu-builder>li {
		display: inline-block;
		padding-bottom: 5px;
		padding-right: 5px;
		vertical-align: top;
		}
	.menu-builder>li>a {
		border: 1px solid #287094;
		border-radius: 3px;
		display: inline-block;
		padding: 0.75em;
		}
	.menu-builder>li>a:hover,
	.menu-builder>li>a:focus {
		border-color: #0f4661;
		}
	.menu-builder>li.menu-builder-main >a {
		font-weight: 900;
		}
/* PAGINATION */
	.woocommerce-pagination,
	.site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		clear: both;
		color: #9a9fa6;
		font-size: 1.6em;
		margin: 40px 0;
		}
	.woocommerce-pagination>ul,
	.site-navigation-pages {
		margin-top: -1px;
		text-align: center;
		}
	.woocommerce-pagination>ul>li {
		display: inline-block;
		}
	.woocommerce-pagination>ul>li>a,
	.woocommerce-pagination>ul>li>span,
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 1px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 15px;
		}
	.woocommerce-pagination a,
	.site-navigation-pages a {
		color: #9a9fa6;
		}
	.site-navigation-pages a.site-navigation-alt {
		text-transform: uppercase;
		}
	.site-navigation-pages>a i {
		opacity: 0.5;
		vertical-align: bottom;
		}
	.woocommerce-pagination>ul>li>span.current,
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>a:focus,
	.site-navigation-pages>div.page-numbers:hover,
	.site-navigation-pages>div.page-numbers:focus {
		border-top: 1px solid #287094;
		color: #287094;
		}
	.woocommerce-pagination a:hover,
	.woocommerce-pagination a:focus,
	.site-navigation-pages>div.page-numbers:hover>a,
	.site-navigation-pages>div.page-numbers:focus>a {
		color: #287094;
		}
/* BUTTONS */
	.wp-block-button__link,
	.button {
		background-color: #287094;
		border: 1px solid transparent;
		border-radius: 7px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.6rem;
		font-weight: 900;
		line-height: 1em;
		padding: 1em 1.75em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		transition-property: background, border, color;
		}
	@media screen and (max-width: 1280px) {
		.wp-block-button__link,
		.button {
			font-size: 1.6rem;
			}
	}
	@media screen and (max-width: 480px) {
		.wp-block-button__link,
		.button {
			font-size: 1.4rem;
			}
	}
	.button-alt {
		background-color: #9a9fa6;
		color: #fff;
		}
	.button-line {
		background-color: transparent;
		border-color: #287094;
		color: #287094;
		}
	.button-line.button-alt {
		border-color: #9a9fa6;
		color: #9a9fa6;
		}
	.button-line.button-white {
		border-color: #fff;
		color: #fff;
		}
	.button:hover,
	.button:focus,
	.button-alt:hover,
	.button-alt:focus,
	.button-line:hover,
	.button-line:focus,
	.button-dark:hover,
	.button-dark:focus {
		background-color: #f2d037;
		border-color: transparent;
		color: #2c3035;
		}
	.button-dark {
		background-color: #3e4349;
		}
	.button-dark:hover,
	.button-dark:focus {
		background-color: #2c3035;
		}
	.button i {
		padding-left: 10px;
		}
	.buttons-group {
		margin: 25px 0;
		}
	.buttons-group.c {
		text-align:  center;
		}
	.buttons-group .button {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 10px 5px 0;
		}
	.buttons-group.c .button {
		margin: 0 10px 5px;
		}
	.button-inline {
		display: inline-block;
		}
	.button-simple {
		font-size: 1.6rem;
		margin: 10px 0;
		}
	.button-simple>a>i {
		color: #287094;
		padding-right: 5px;
		}
/* FORMS */
	.gf_progressbar_wrapper {
		background-color: #5b6067;
		border-radius: 4px;
		color: #f4f6f8;
		overflow: hidden;
		text-transform: uppercase;
		}
	.gf_progressbar_title {
		font-size: 1.5rem;
		font-style: italic;
		font-weight: 700;
		padding: 10px;
		}
	.gf_progressbar {
		background-color: #2c3035;
		}
	.gf_progressbar_percentage {
		background-color: #287094;
		text-align: right;
		}
	.gf_progressbar_percentage>span {
		border-right: 2px solid #f2d037;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		padding: 5px;
		}
	.gf_progressbar_percentage.percentbar_100>span {
		border-right: none;
		}
	.gsection_title {
		font-size: 3rem;
		font-style: italic;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
		}
	.gsection_description {
		font-size: 1.3rem;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.gform_wrapper {
		margin: 0 auto;
		max-width: 768px;
		}
	.gform_wrapper .gform_fields {
		margin: 20px 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield.gfield.gform_hidden {
		height: 0;
		margin: 0;
		padding: 0;
		width: 0;
		}
	.gform_wrapper .gfield.gfield_html>p {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.gform_wrapper .gfield h3 {
		font-size: 1.4em;
		}
	.gform_wrapper .gfield.gf-half,
	.gform_wrapper .gfield.gf-five,
	.gform_wrapper .gfield.gf-third {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
	.gform_wrapper .gfield.gf-half {
		width: 50%;
		}
	.gform_wrapper .gfield.gf-third {
		width: 33.3333%;
		}
	.gform_wrapper .gfield.gf-five {
		width: calc(20% - 4px);
		}
	.gform_wrapper .gfield.gf-five.gf-five-1 {
		padding-right: 5px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad,
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		padding-left: 20px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first {
		padding-right: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-second {
		padding-left: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first,
	.gform_wrapper .gfield.gf-half.gf-half-second {
		width: calc(50% - 10px);
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad {
		width: calc(50% - 20px);
		}
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		width: calc(33.3333% - 20px);
		}
	.gform_wrapper .gfield_label {
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #287094;
		padding-left: 4px;
		}
	.ginput_complex>span label {
		display: block;
		font-size: 1.1rem;
		opacity: 0.5;
		padding-top: 3px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #81868d;
		font-size: 1.2rem;
		line-height: 1.2em;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #287094;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background-color: #fff;
		border: 1px solid #bdc1c7;
		border-radius: 5px;
		color: #2c3035;
		font-size: 18px;
		font-weight: 400;
		height: 50px;
		line-height: 20px;
		padding: 10px;
		transition: all 250ms ease;
		}
	.gform_wrapper .ginput_container input[type="radio"],
	.gform_wrapper .ginput_container input[type="checkbox"] {
		height: auto;
		line-height: 0;
		padding: 0;
		}
	.comment-form textarea,
	.gform_wrapper .ginput_container textarea {
		line-height: 1.5em;
		}
	.gform_wrapper .ginput_container textarea.medium {
		height: 150px;
		}
	.gform_wrapper .ginput_container textarea.small {
		height: 75px;
		}
	.gform_wrapper .ginput_container input.small {
		max-width: 400px;
		}
	select {
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		appearance: none !important;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
		background-position: right center;
		background-repeat: no-repeat;
		cursor: pointer;
		outline: 0;
		}
	.gform_wrapper .ginput_container input:focus,
	.gform_wrapper .ginput_container select:focus,
	.gform_wrapper .ginput_container textarea:focus,
	.comment-form input[type=text]:focus,
	.comment-form input[type=email]:focus,
	.comment-form input[type=url]:focus,
	.comment-form textarea:focus,
	.forminput:focus,
	.formselect:focus {
		background-color: #fafbfc;
		border-color: #9a9fa6;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	.gform_wrapper .button {
		display: inline-block;
		}
	.gform_wrapper .button.gform_previous_button {
		background-color: #9a9fa6;
		}
	.gform_wrapper .button.gform_previous_button:hover,
	.gform_wrapper .button.gform_previous_button:focus {
		background-color: #287094;
		}
	.gform_wrapper .gform_ajax_spinner {
		margin-left: 15px;
		}
	input[value="gf_other_choice"] ~ input[type="text"] {
		background: none;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
		font-size: 1em;
		line-height: 1em;
		margin-left: 8px;
		padding: 0;
		width: 200px;
		}
	input[type=checkbox],
	input[type=radio] {
		min-width: auto !important;
		width: auto !important;
		}
	.forminput option,
	.formselect option {
		color: #2c3035;
		}
	.gform_wrapper .validation_error {
		color: #287094;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		}
	.gform_wrapper .validation_error h2 {
		font-size: 1.8rem;
		}
	.gfield_checkbox,
	.gfield_radio {
		font-size: 1.3em;
		margin: 10px 0;
		}
	.gfield_checkbox>li,
	.gfield_radio>li {
		margin: 10px;
		}
	.gfield_checkbox label,
	.gfield_radio label {
		padding-left: 10px;
		}
	.ginput_container_date > .clear-multi > .ginput_container_date {
		display: inline-block;
		padding-right: 10px;
		width: 80px;
		}
	.gform_validation_container {
		position: absolute;
		height: 0;
		left: 0;
		overflow: hidden;
		top: 0;
		width: 0;
		}
	.gform_confirmation_wrapper {
		margin: 20px 0;
		}
	.gform_confirmation_message {
		background-color: #287094;
		border-radius: 5px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4em;
		padding: 10px;
		}
	.ginput_container_name span,
	.ginput_container_address span {
		display: inline-block;
		}
	.ginput_container_name > .name_first,
	.ginput_container_name > .name_last {
		width: calc(50% - 10px);
		}
	.ginput_container_name > .name_first {
		padding-right: 10px;
		}
	.ginput_container_name > .name_last {
		padding-left: 7px;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2,
	.ginput_container_address > .address_country {
		width: 100%;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2 {
		padding-bottom: 10px;
		}
	.ginput_container_address > .address_country {
		padding-top: 10px;
		}
	.ginput_container_address > .address_city {
		width: 33.3%;
		}
	.ginput_container_address > .address_state,
	.ginput_container_address > .address_zip {
		padding-left: 20px;
		width: calc(33.3% - 20px);
		}
	.ginput_total {
		color: #5b6067;
		font-size: 1.6rem;
		font-weight: 900;
		}
	@media screen and (max-width: 920px) {
		.gform_wrapper .gfield.gf-half,
		.gform_wrapper .gfield.gf-third {
			display: block;
			margin: 20px 0;
			padding: 0 !important;
			width: 100% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.ginput_container_name > .name_first,
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_city,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-left: 0;
			padding-right: 0;
			width: 100%;
			}
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-top: 10px;
			}
	}
	::-webkit-input-placeholder {color: #bdc1c7;}
	:-moz-placeholder {color: #bdc1c7;}
	::-moz-placeholder {color: #bdc1c7;opacity: 1;}
	:-ms-input-placeholder {color: #bdc1c7;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
	.gform_wrapper .ginput_container_creditcard {
		max-width: 400px;
		}
	.gform_wrapper .ginput_container_creditcard .ginput_full {
		display: block;
		margin: 10px 0;
		}
	.gform_wrapper .gform_card_icon_container {
		margin: 10px 0;
		height: 32px;
		}
	.gform_wrapper div.gform_card_icon {
		margin-right: 4px;
		text-indent: -9000px;
		background-image: url('assets/images/gf-creditcard-icons.png');
		background-repeat: no-repeat;
		width: 36px;
		height: 32px;
		float: left;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
		background-position: 0 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
		background-position: 0 -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
		background-position: 0 -64px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
		background-position: -36px 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
		background-position: -36px -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
		background-position: -36px -64px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
		background-position: -72px 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
		background-position: -72px -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
		background-position: -72px -64px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
		background-position: -108px 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
		background-position: -108px -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
		background-position: -108px -64px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
		background-position: -144px 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
		background-position: -144px -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
		background-position: -144px -64px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
		background-position: -180px 0;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
		background-position: -180px -32px;
		}
	.gform_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
		background-position: -180px -64px;
		}
	.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
		float: left;
		position: relative;
		top: 4px!important;
		}
	.gform_wrapper .ginput_cardinfo_left,
	.gform_wrapper .ginput_cardinfo_right {
		display: inline-block;
		position: relative;
		width: 60%;
		vertical-align: top;
		}
	.gform_wrapper .ginput_cardinfo_right {
		width: 40%;
		}
	.gform_wrapper .ginput_card_expiration_container {
		display: block;
		padding-right: 10px;
		}
	.gform_wrapper .ginput_card_expiration_container select {
		width: 45%;
		}
	.gform_wrapper .ginput_cardinfo_right input {
		padding-right: 50px;
		}
	.gform_wrapper span.ginput_card_security_code_icon {
		background-image: url('assets/images/gf-creditcard-icons.png');
		background-repeat: no-repeat;
		background-position: 0 -128px;
		height: 23px;
		display: inline-block;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 32px;
		}
/* INLINE FORM */
	.form-display-inline {
		text-align: center;
		}
	.form-display-inline .gform_wrapper .gform_fields {
		margin: 0;
		}
	.form-display-inline .gform_wrapper .gfield {
		display: inline-block;
		margin: 10px 0;
		vertical-align: top;
		width: 50%;
		}
	.form-display-inline .gform_wrapper .gfield_label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	.form-display-inline .gform_wrapper .ginput_container {
		margin: 0 10px;
		}
	.form-display-inline .gform_wrapper .gform_footer {
		margin: 10px 0;
		}
	@media screen and (max-width: 399px) {
		.form-display-inline .gform_wrapper .gfield {
			display: block;
			width: auto;
			}
	}
/* SUBSCRIBE */
	#subscribe {
		max-width: 920px;
		margin: 0 auto;
		text-align: center;
		}
	#subscribe .gform_wrapper {
		max-width: 100%;
		}
	#subscribe .gform_wrapper .gform_fields {
		margin: 0;
		position: relative;
		}
	#subscribe .gform_wrapper .gfield {
		margin: 10px 0;
		}
	#subscribe .gform_wrapper .gfield_label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	#subscribe .gform_wrapper .ginput_container {
		margin: 0;
		}
	#subscribe .gform_wrapper .ginput_container input,
	#subscribe .gform_wrapper .ginput_container textarea {
		background: #fff;
		border: 1px solid #dcdfe3;
		border-radius: 1px;
		color: #81868d;
		font-size: 16px;
		transition: background border 200ms ease;
		}
	#subscribe .gform_wrapper .ginput_container input {
		height: 40px;
		padding-bottom: 0;
		padding-top: 0;
		}
	#subscribe .gform_wrapper .ginput_container textarea {
		height: 120px;
		}
	#subscribe .gform_wrapper .ginput_container input:focus {
		border-color: #5b6067;
		color: #5b6067;
		}
	@media screen and (min-width: 920px) {
		#subscribe .gform_wrapper .gfield {
			width: calc(50% - 10px);
			}
		#subscribe .gform_wrapper .gfield:nth-child(5) {
			margin: 0;
			position: absolute;
			right: 0;
			top: 0;
			}
		#subscribe .gform_wrapper .ginput_container textarea {
			height: 190px;
			}
		#subscribe .gform_wrapper .gform_footer {
			margin-top: 20px;
			}
	}
	#subscribe ::-webkit-input-placeholder {color: #bdc1c7;}
	#subscribe :-moz-placeholder {color: #bdc1c7;}
	#subscribe ::-moz-placeholder {color: #bdc1c7;opacity: 1;}
	#subscribe :-ms-input-placeholder {color: #bdc1c7;}
/* FILTERING */
	#filtering-toggle {
		display: none;
		margin: 25px 0;
		}
	#filtering-toggle>button {
		width: 100%;
		}
	.filtering {
		background-color: #fafbfc;
		border: 1px solid #dcdfe3;
		border-top: 5px solid #287094;
		box-shadow: 0 10px 15px 0 hsla(0,0%,70%,0.2);
		margin: 25px 0 50px;
		}
	.filtering-holder {
		padding: 10px 5px;
		}
	.filtering-types,
	.filtering-type,
	.filtering-update,
	.filtering-input>span,
	.filtering-input>button {
		display: inline-block;
		vertical-align: top;
		}
	.filtering-types {
		width: calc(100% - 110px);
		}
	.filtering-type {
		border-right: 1px solid #dcdfe3;
		margin-right: 5px;
		padding: 0 5px;
		position: relative;
		width: calc(25% - 16px);
		}
	.filtering-types-3 .filtering-type {
		width: calc(33.33333333333% - 16px);
		}
	.filtering-type-select {
		cursor: pointer;
		}
	.filtering-title {
		color: #81868d;
		font-size: 10px;
		font-weight: 600;
		height: 15px;
		text-transform: uppercase;
		}
	.filtering-input {
		height: 25px;
		}
	.filtering-input-field,
	.filtering-input>span {
		font-size: 14px;
		line-height: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 30px);
		}
	.filtering-input-field {
		background: none;
		border-bottom: 1px solid #dcdfe3;
		color: #3e4349;
		width: calc(100% - 5px);
		}
	.filtering-input-field:focus {
		background: #fff;
		}
	.filtering-input>span>em {
		color: #bdc1c7;
		}
	.filtering-input>button {
		background: none;
		cursor: pointer;
		color: #f2d037;
		height: 25px;
		width: 20px;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.filtering-type:hover .filtering-input>button,
		.filtering-type:focus .filtering-input>button {
			color: #287094;
			}
	}
	.filtering-update {
		padding: 0 5px;
		width: 100px;
		}
	.filtering-update>button {
		background-color: #bdc1c7;
		border-radius: 5px;
		color: #9a9fa6;
		font-size: 14px;
		font-weight: 700;
		line-height: 40px;
		text-transform: uppercase;
		width: 100px;
		}
	.filtering-update>button.u {
		background-color: #f2d037;
		color: #2c3035;
		cursor: pointer;
		transition-property: background, border, color;
		}
	.filtering-update>button.u:hover,
	.filtering-update>button.u:focus {
		background-color: #287094;
		color: #fff;
		}
	.filtering-options {
		background-color: #eff1f4;
		border: 1px solid #9a9fa6;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		position: absolute;
		width: calc(100% - 10px);
		z-index: 10;
		}
	.filtering-options.h {
		display: none;
		}
	.filtering-options-holder {
		max-height: 200px;
		overflow-y: auto;
		padding: 5px;
		}
	.filtering-options-holder>li>button {
		background: none;
		cursor: pointer;
		display: block;
		font-size: 13px;
		padding: 7px;
		text-align: left;
		width: 100%;
		}
	.filtering-options-holder>li.s>button {
		font-weight: 700;
		}
	.filtering-options-holder>li>button:hover,
	.filtering-options-holder>li>button:focus {
		background-color: #fff;
		}
	.filtering-buttons {
		background-color: #9a9fa6;
		}
	.filtering-buttons>label {
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 11px;
		padding: 5px 5px 5px 20px;
		position: relative;
		}
	.filtering-buttons>label input {
		opacity: 0;
		position: absolute;
		}
	#filtering-output {
		min-height: 200px;
		}
	.filtering-notice {
		background-color: #eff1f4;
		border: 1px solid #bdc1c7;
		font-size: 1.4em;
		margin: 25px 0;
		padding: 1em;
		text-align: center;
		}
	#filtering-updating.filtering-notice {
		font-style: italic;
		}
	.filtering-table {
		margin: 25px 0;
		table-layout: fixed;
		width: 100%;
		}
	.filtering-table>thead {
		background-color: #dcdfe3;
		}
	.filtering-table>thead>tr>th {
		font-weight: 800;
		padding: 5px;
		text-align: left;
		text-transform: uppercase;
		}
	.filtering-table.filtering-table-documents>thead>tr>th.filtering-table-title {
		width: 75%;
		}
	.filtering-table.filtering-table-documents>thead>tr>th.filtering-table-date {
		width: 25%;
		}
	.filtering-table.filtering-table-members>thead>tr>th.filtering-table-title {
		width: 60%;
		}
	.filtering-table.filtering-table-members>thead>tr>th.filtering-table-country {
		width: 30%;
		}
	.filtering-table.filtering-table-members>thead>tr>th.filtering-table-link {
		width: 10%;
		}
	.filtering-table.filtering-table-members>tbody>tr>td.filtering-table-link {
		padding: 0;
		}
	.filtering-table.filtering-table-members>tbody>tr>td.filtering-table-link > a {
		display: block;
		padding: 12px 10px;
		text-align: center;
		}
	.filtering-table>tbody>tr {
		border-bottom: 1px solid #dcdfe3;
		}
	.filtering-table>tbody>tr:hover {
		background-color: #fafbfc;
		}
	.filtering-category.h,
	.filtering-table>tbody>tr.h {
		display: none;
		}
	.filtering-table>tbody>tr>td {
		font-size: 16px;
		padding: 12px 10px;
		vertical-align: middle;
		}
	.filtering-table>tbody>tr>td.filtering-table-indent {
		padding-left: 40px;
		}
	.filtering-table>tbody>tr>td.c {
		text-align: center;
		}
	.filtering-table>tbody>tr>td.filtering-table-message {
		color: #81868d;
		font-size: 14px;
		font-style: italic;
		text-align: center;
		padding: 20px;
		}
	@media screen and (max-width: 1024px) {
		#filtering-toggle {
			display: block;
			}
		#filtering-toggle.h {
			display: none;
			}
		#filtering-form {
			display: none;
			}
		#filtering-form.d {
			display: block;
			}
		.filtering-holder {
			padding: 10px 5px;
			}
		.filtering-types,
		.filtering-type,
		.filtering-update {
			display: block;
			}
		.filtering-types {
			width: auto;
			}
		.filtering-type.filtering-type {
			border-bottom: 1px solid #dcdfe3;
			border-right: none;
			margin-bottom: 5px;
			margin-right: 0;
			padding: 5px;
			width: auto;
			}
		.filtering-title {
			font-size: 9px;
			height: 10px;
			}
		.filtering-input {
			height: 25px;
			}
		.filtering-input>span {
			font-size: 12px;
			}
		.filtering-update {
			width: auto;
			}
		.filtering-update>button {
			font-size: 12px;
			line-height: 30px;
			width: 100%;
			}
		.filtering-options-holder>li>button {
			font-size: 11px;
			}
		.filtering-buttons>label {
			font-size: 10px;
			}
		.filtering-table>tbody>tr>td {
			font-size: 14px;
			}
	}
	@media screen and (max-width: 768px) {
		.filtering-table-scroll {
			box-shadow: inset -10px 0 5px -5px rgba(0,0,0,0.2);
			overflow-x: scroll;
			margin: 25px 0;
			padding: 5px 0;
			}
		.filtering-table {
			margin: 0;
			width: 800px;
			}
		.filtering-table>thead>tr>th.filtering-table-image {
			width: 50px;
			}
	}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.ib {
		display: inline-block;
		vertical-align: top;
		}
	.fi {
		margin-top: 0;
		}
	.f0 {
		font: normal 0/0 sans-serif;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 50px 0;
		}
	.gap-medium {
		margin: 25px 0;
		}
	.gap-small {
		margin: 10px 0;
		}
	@media screen and (max-width: 750px) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}
/* BLOCKS HELPERS */
	p.has-drop-cap:not(:focus)::first-letter {
		float: left;
		font-size: 4em;
		font-style: normal;
		font-weight: 900;
		line-height: .68;
		margin: .05em .1em 0 0;
		text-transform: uppercase;
		}
	p.has-text-color a {
		color: inherit;
		}
	.wp-block-pullquote .has-text-color a {
		color: inherit;
		}
	p.has-background {
		line-height: 1.4em;
		margin: 50px 0;
		padding: 25px;
		}
	@media screen and (min-width: 769px) {
		p.has-background {
			margin-left: -60px;
			margin-right: -60px;
			padding: 25px 60px;
			}
	}
	@media screen and (min-width: 1025px) {
		p.has-background {
			margin-left: -120px;
			margin-right: -120px;
			padding: 25px 120px;
			}
	}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.dark {color: #2c3035;}
	.light {color: #9a9fa6;}
	.highlight {color: #f2d037;}
/* TEXT */
	p.is-small-text,
	.has-small-font-size {
		font-size: 1.5rem;
		}
	p.is-regular-text,
	.has-normal-font-size,
	.has-regular-font-size {
		font-size: 2rem;
		}
	.has-medium-font-size {
		font-size: 3rem;
		}
	p.is-large-text.is-large-text,
	.has-large-font-size.has-large-font-size {
		font-size: 4rem;
		line-height: 1.1em;
		}
	p.is-larger-text.is-larger-text,
	.has-huge-font-size.has-huge-font-size,
	.has-larger-font-size.has-larger-font-size {
		font-size: 5rem;
		line-height: 1.1em;
		text-transform: uppercase;
		}
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
/* SHADOW */
	.wp-block-cover,
	p.has-background,
	.contentformat img {
		box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
		}
/* FIXES */
	button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
		padding: 0 !important;
		border: 0 none !important;
		}
@media \0screen {
	html.no-backgroundsize #top,
	html.no-backgroundsize #header {
		min-width: 1280px;
		}
	img {
		width: auto;
		}
}