@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: https://beyondmarketing.xyz/
Description: Developed specifically for client use only.
Version: 4.0.0
*/
/* SETUP */
	html,
	body {
		border: none;
		margin: 0;
		padding: 0;
		}
	body, div, span, h1, h2, h3, h4, h5, h6, p, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, em, strike, strong, dl, dt, dd, ol, ul, li, img, picture, 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 {
		border: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, video, svg, iframe {
		display: block;
		}
/* HTML */
	html {
		background: #101213;
		box-sizing: border-box;
		font-size: 62.5%;
		scroll-behavior: smooth;
		}
	@media (prefers-reduced-motion: reduce) {
		html {
			scroll-behavior: auto;
			}
	}
	body {
		color: #1d1f21;
		font-weight: 400;
		line-height: 1;
		margin: 0 auto;
		}
	@media (min-width: 125em) {
		body {
			box-shadow: 0 0 2em 0 rgba(0,0,0,0.15);
			margin-bottom: 5em;
			}
	}
	*,
	*::before,
	*::after {
		box-sizing: inherit;
		-webkit-font-smoothing: antialiased;
		word-break: break-word;
		word-wrap: break-word;
		}

/* FONT FAMILY */
	body,
	.tf-n {
		font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		}
	.tf-f {
		}

/* TAGS */
	a {
		color: #005baa;
		text-decoration: none;
		transition: all 200ms ease;
		transition-property: background, border, color, box-shadow;
		}
	a:hover,
	a:focus {
		color: #003461;
		}
	strong,
	b {
		font-weight: 700;
		}
	em,
	i {
		font-style: italic;
		}
	img,
	picture,
	svg,
	embed,
	object {
		height: auto;
		max-width: 100%;
		}
	iframe {
		max-width: 100%;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol,
	ul {
		list-style: none;
		}
	ins {
		text-decoration: underline;
		}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
		}
	sup {
		top: -0.5em;
		}
	sub {
		bottom: -0.25em;
		}
	hr {
		border-style: solid;
		border-width: 0.1rem 0 0 0;
		border-color: #d2d7db;
		margin: 2.5rem 0;
		}

/* SECTION */
	.main-section {
		display: flex;
		flex: 1 1 100%;
		flex-flow: row wrap;
		}
	.section {
		position: relative;
		z-index: 1;
		}
	.section-f {
		display: flex;
		flex-flow: row wrap;
		}
	.section.section-p > .section-c {
		width: 100%;
		}
	.section-p,
	.section-p-l {
		padding-left: 2.5em;
		}
	.section-p,
	.section-p-r {
		padding-right: 2.5em;
		}
	.section-b {
		display: block;
		}
	html.old .section {
		display: block;
		overflow: hidden;
		}
	@media (min-width: 60em) {
		.section-p,
		.section-p-l {
			padding-left: 5em;
			}
		.section-p,
		.section-p-r {
			padding-right: 5em;
			}
	}

/**/
	.section-bg::after {
		background-image: url('assets/images/bg-4.jpg');
		}
	@media (min-width: 501px) {
		.section-bg::after {
			background-image: url('assets/images/bg-3.jpg');
			}
	}
	@media (min-width: 1001px) {
		.section-bg::after {
			background-image: url('assets/images/bg-2.jpg');
			}
	}
	@media (min-width: 1501px) {
		.section-bg::after {
			background-image: url('assets/images/bg-1.jpg');
			}
	}

/* WIDTHS */
	.wd-max {
		max-width: 200rem;
		}
	.section-c,
	.wd-c {
		max-width: 128rem;
		}
	.wd-h {
		max-width: 64rem;
		}
	.wd-tq {
		max-width: 96rem;
		}
	.wd-oq {
		max-width: 32rem;
		}
	.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%;}

/* MARGINS */
	.mg,
	.mg-bt,
	.mg-b,
	.mg-normal .mg,
	.mg-normal .mg-bt,
	.mg-normal .mg-b {
		margin-bottom: 2.5rem;
		}
	.mg,
	.mg-bt,
	.mg-t,
	.mg-head,
	.mg-normal .mg,
	.mg-normal .mg-bt,
	.mg-normal .mg-t,
	.mg-normal .mg-head {
		margin-top: 2.5rem;
		}
	.mg,
	.mg-lr,
	.mg-l,
	.mg-normal .mg,
	.mg-normal .mg-lr,
	.mg-normal .mg-l {
		margin-left: 2.5rem;
		}
	.mg,
	.mg-lr,
	.mg-r,
	.mg-normal .mg,
	.mg-normal .mg-lr,
	.mg-normal .mg-r {
		margin-right: 2.5rem;
		}
	.mg-normal .mg-holder.mg,
	.mg-center.mg {
		width: calc(100% - 5rem);
		}
	.mg-less .mg,
	.mg-less .mg-bt,
	.mg-less .mg-b,
	.mg.mg-less,
	.mg-bt.mg-less,
	.mg-b.mg-less,
	.mg-bl,
	.mg-head {
		margin-bottom: 1.25rem;
		}
	.mg-less .mg,
	.mg-less .mg-bt,
	.mg-less .mg-t,
	.mg-less .mg-head,
	.mg.mg-less,
	.mg-bt.mg-less,
	.mg-t.mg-less,
	.mg-head.mg-less,
	.mg-tl {
		margin-top: 1.25rem;
		}
	.mg-less .mg,
	.mg-less .mg-lr,
	.mg-less .mg-l,
	.mg.mg-less,
	.mg-lr.mg-less,
	.mg-l.mg-less,
	.mg-ll {
		margin-left: 1.25rem;
		}
	.mg-less .mg,
	.mg-less .mg-lr,
	.mg-less .mg-r,
	.mg.mg-less,
	.mg-lr.mg-less,
	.mg-r.mg-less,
	.mg-rl {
		margin-right: 1.25rem;
		}
	.mg-less .mg-holder.mg {
		width: calc(100% - 2.5rem);
		}
	.mg-more .mg,
	.mg-more .mg-bt,
	.mg-more .mg-b,
	.mg.mg-more,
	.mg-bt.mg-more,
	.mg-b.mg-more {
		margin-bottom: 3.75rem;
		}
	.mg-more .mg,
	.mg-more .mg-bt,
	.mg-more .mg-t,
	.mg.mg-more,
	.mg-bt.mg-more,
	.mg-t.mg-more {
		margin-top: 3.75rem;
		}
	.mg-more .mg,
	.mg-more .mg-lr,
	.mg-more .mg-l,
	.mg.mg-more,
	.mg-lr.mg-more,
	.mg-l.mg-more {
		margin-left: 3.75rem;
		}
	.mg-more .mg,
	.mg-more .mg-lr,
	.mg-more .mg-r,
	.mg.mg-more,
	.mg-lr.mg-more,
	.mg-r.mg-more {
		margin-right: 3.75rem;
		}
	.mg-more .mg-holder.mg {
		width: calc(100% - 7.5rem);
		}
	.mg-more-b .mg,
	.mg-more-b .mg-bt,
	.mg-more-b .mg-b,
	.mg-more-bt .mg,
	.mg-more-bt .mg-bt,
	.mg-more-bt .mg-b {
		margin-bottom: 5rem;
		}
	.mg-more-t .mg,
	.mg-more-t .mg-bt,
	.mg-more-t .mg-t,
	.mg-more-bt .mg,
	.mg-more-bt .mg-bt,
	.mg-more-bt .mg-b {
		margin-top: 5rem;
		}
	@media (min-width: 60em) {
		.mg,
		.mg-bt,
		.mg-b,
		.mg-normal .mg,
		.mg-normal .mg-bt,
		.mg-normal .mg-b {
			margin-bottom: 5rem;
			}
		.mg,
		.mg-bt,
		.mg-t,
		.mg-head,
		.mg-normal .mg,
		.mg-normal .mg-bt,
		.mg-normal .mg-t,
		.mg-normal .mg-head {
			margin-top: 5rem;
			}
		.mg,
		.mg-lr,
		.mg-l,
		.mg-normal .mg,
		.mg-normal .mg-lr,
		.mg-normal .mg-l {
			margin-left: 5rem;
			}
		.mg,
		.mg-lr,
		.mg-r,
		.mg-normal .mg,
		.mg-normal .mg-lr,
		.mg-normal .mg-r {
			margin-right: 5rem;
			}
		.mg-normal .mg-holder.mg,
		.mg-center.mg {
			width: calc(100% - 10rem);
			}
		.mg-less .mg,
		.mg-less .mg-bt,
		.mg-less .mg-b,
		.mg.mg-less,
		.mg-bt.mg-less,
		.mg-b.mg-less,
		.mg-bl,
		.mg-head {
			margin-bottom: 2.5rem;
			}
		.mg-less .mg,
		.mg-less .mg-bt,
		.mg-less .mg-t,
		.mg-less .mg-head,
		.mg.mg-less,
		.mg-bt.mg-less,
		.mg-t.mg-less,
		.mg-head.mg-less,
		.mg-ib .mg-head,
		.mg-tl {
			margin-top: 2.5rem;
			}
		.mg-less .mg,
		.mg-less .mg-lr,
		.mg-less .mg-l,
		.mg.mg-less,
		.mg-lr.mg-less,
		.mg-l.mg-less,
		.mg-ll {
			margin-left: 2.5rem;
			}
		.mg-less .mg,
		.mg-less .mg-lr,
		.mg-less .mg-r,
		.mg.mg-less,
		.mg-lr.mg-less,
		.mg-r.mg-less,
		.mg-rl {
			margin-right: 2.5rem;
			}
		.mg-less .mg-holder.mg {
			width: calc(100% - 5rem);
			}
		.mg-more .mg,
		.mg-more .mg-bt,
		.mg-more .mg-b,
		.mg.mg-more,
		.mg-bt.mg-more,
		.mg-b.mg-more {
			margin-bottom: 7.5rem;
			}
		.mg-more .mg,
		.mg-more .mg-bt,
		.mg-more .mg-t,
		.mg.mg-more,
		.mg-bt.mg-more,
		.mg-t.mg-more {
			margin-top: 7.5rem;
			}
		.mg-more .mg,
		.mg-more .mg-lr,
		.mg-more .mg-l,
		.mg.mg-more,
		.mg-lr.mg-more,
		.mg-l.mg-more {
			margin-left: 7.5rem;
			}
		.mg-more .mg,
		.mg-more .mg-lr,
		.mg-more .mg-r,
		.mg.mg-more,
		.mg-lr.mg-more,
		.mg-r.mg-more {
			margin-right: 7.5rem;
			}
		.mg-more .mg-holder.mg {
			width: calc(100% - 15rem);
			}
		.mg-more-b .mg,
		.mg-more-b .mg-bt,
		.mg-more-b .mg-b,
		.mg-more-bt .mg,
		.mg-more-bt .mg-bt,
		.mg-more-bt .mg-b {
			margin-bottom: 10rem;
			}
		.mg-more-t .mg,
		.mg-more-t .mg-bt,
		.mg-more-t .mg-t,
		.mg-more-bt .mg,
		.mg-more-bt .mg-bt,
		.mg-more-bt .mg-b {
			margin-top: 10rem;
			}
	}
	@media (min-width: 80em) {
		.mg,
		.mg-bt,
		.mg-b,
		.mg-normal .mg,
		.mg-normal .mg-bt,
		.mg-normal .mg-b {
			margin-bottom: 7.5rem;
			}
		.mg,
		.mg-bt,
		.mg-t,
		.mg-head,
		.mg-normal .mg,
		.mg-normal .mg-bt,
		.mg-normal .mg-t,
		.mg-normal .mg-head {
			margin-top: 7.5rem;
			}
		.mg,
		.mg-lr,
		.mg-l,
		.mg-normal .mg,
		.mg-normal .mg-lr,
		.mg-normal .mg-l {
			margin-left: 7.5rem;
			}
		.mg,
		.mg-lr,
		.mg-r,
		.mg-normal .mg,
		.mg-normal .mg-lr,
		.mg-normal .mg-r {
			margin-right: 7.5rem;
			}
		.mg-normal .mg-holder.mg,
		.mg-center.mg {
			width: calc(100% - 15rem);
			}
		.mg-less .mg,
		.mg-less .mg-bt,
		.mg-less .mg-b,
		.mg.mg-less,
		.mg-bt.mg-less,
		.mg-b.mg-less,
		.mg-bl,
		.mg-head {
			margin-bottom: 3.75rem;
			}
		.mg-less .mg,
		.mg-less .mg-bt,
		.mg-less .mg-t,
		.mg-less .mg-head,
		.mg.mg-less,
		.mg-bt.mg-less,
		.mg-t.mg-less,
		.mg-head.mg-less,
		.mg-ib .mg-head,
		.mg-tl {
			margin-top: 3.75rem;
			}
		.mg-less .mg,
		.mg-less .mg-lr,
		.mg-less .mg-l,
		.mg.mg-less,
		.mg-lr.mg-less,
		.mg-l.mg-less,
		.mg-ll {
			margin-left: 3.75rem;
			}
		.mg-less .mg,
		.mg-less .mg-lr,
		.mg-less .mg-r,
		.mg.mg-less,
		.mg-lr.mg-less,
		.mg-r.mg-less,
		.mg-rl {
			margin-right: 3.75rem;
			}
		.mg-less .mg-holder.mg {
			width: calc(100% - 7.5rem);
			}
		.mg-more .mg,
		.mg-more .mg-bt,
		.mg-more .mg-b,
		.mg.mg-more,
		.mg-bt.mg-more,
		.mg-b.mg-more {
			margin-bottom: 11.25rem;
			}
		.mg-more .mg,
		.mg-more .mg-bt,
		.mg-more .mg-t,
		.mg.mg-more,
		.mg-bt.mg-more,
		.mg-t.mg-more {
			margin-top: 11.25rem;
			}
		.mg-more .mg,
		.mg-more .mg-lr,
		.mg-more .mg-l,
		.mg.mg-more,
		.mg-lr.mg-more,
		.mg-l.mg-more {
			margin-left: 11.25rem;
			}
		.mg-more .mg,
		.mg-more .mg-lr,
		.mg-more .mg-r,
		.mg.mg-more,
		.mg-lr.mg-more,
		.mg-r.mg-more {
			margin-right: 11.25rem;
			}
		.mg-more .mg-holder.mg {
			width: calc(100% - 22.5rem);
			}
		.mg-more-b .mg,
		.mg-more-b .mg-bt,
		.mg-more-b .mg-b,
		.mg-more-bt .mg,
		.mg-more-bt .mg-bt,
		.mg-more-bt .mg-b {
			margin-bottom: 22.5rem;
			}
		.mg-more-t .mg,
		.mg-more-t .mg-bt,
		.mg-more-t .mg-t,
		.mg-more-bt .mg,
		.mg-more-bt .mg-bt,
		.mg-more-bt .mg-b {
			margin-top: 22.5rem;
			}
	}
	.mg-gb,
	.mg-gbt,
	.mg-head.n {
		margin-bottom: 2.5rem;
		}
	.mg-gl {
		margin-left: 2.5rem;
		}
	.mg-gr {
		margin-right: 2.5rem;
		}
	.mg-gt,
	.mg-gbt {
		margin-top: 2.5rem;
		}
	.mg-ob,
	.mg-obt {
		margin-bottom: 1rem;
		}
	.mg-ol {
		margin-left: 1rem;
		}
	.mg-or {
		margin-right: 1rem;
		}
	.mg-ot,
	.mg-obt {
		margin-top: 1rem;
		}
	.mg-ohb {
		margin-bottom: 0.5rem;
		}
	.mg-ohl {
		margin-left: 0.5rem;
		}
	.mg-ohr {
		margin-right: 0.5rem;
		}
	.mg-oht {
		margin-top: 0.5rem;
		}
	.mg-nb,
	.mg-none .mg,
	.mg-none .mg-bt,
	.mg-none .mg-b,
	.mg.mg-none,
	.mg-bt.mg-none,
	.mg-b.mg-none,
	.mg-none-vert .mg {
		margin-bottom: 0;
		}
	.mg-nt,
	.mg-none .mg,
	.mg-none .mg-bt,
	.mg-none .mg-t,
	.mg.mg-none,
	.mg-bt.mg-none,
	.mg-t.mg-none,
	.mg-none-vert .mg {
		margin-top: 0;
		}
	.mg-nl,
	.mg-none .mg,
	.mg-none .mg-lr,
	.mg-none .mg-l,
	.mg.mg-none,
	.mg-lr.mg-none,
	.mg-l.mg-none,
	.mg-none-side .mg {
		margin-left: 0;
		}
	.mg-nr,
	.mg-none .mg,
	.mg-none .mg-lr,
	.mg-none .mg-r,
	.mg.mg-none,
	.mg-lr.mg-none,
	.mg-r.mg-none,
	.mg-none-side .mg {
		margin-right: 0;
		}
	.mg-none .mg-holder.mg,
	.mg-none-side .mg-holder.mg {
		width: 100%;
		}
	.section-c,
	.mg-c {
		margin-left: auto;
		margin-right: auto;
		}

/* ALIGN */
	.al {
		text-align: left;
		}
	.ac {
		text-align: center;
		}
	.ar {
		text-align: right;
		}
	@media (min-width: 40em) {
		.alm {
			text-align: left;
			}
		.acm {
			text-align: center;
			}
		.arm {
			text-align: right;
			}
	}
	@media (min-width: 60em) {
		.als {
			text-align: left;
			}
		.acs {
			text-align: center;
			}
		.ars {
			text-align: right;
			}
	}
	@media (min-width: 80em) {
		.alc {
			text-align: left;
			}
		.acc {
			text-align: center;
			}
		.arc {
			text-align: right;
			}
	}

/* TEXT SIZES */
	h6,
	.ts-s {
		font-size: 1em;
		}
	h5,
	.ts-n {
		font-size: 1.25em;
		}
	h4,
	.ts-m {
		font-size: 1.5em;
		}
	.ts-hh {
		font-size: 2em;
		}
	h3,
	.ts-l {
		font-size: 2.25em;
		}
	h2,
	.ts-xl {
		font-size: 3em;
		}
	h1,
	.ts-h {
		font-size: 3.75em;
		}
	@media (min-width: 60em) {
		h6,
		.ts-s {
			font-size: 1.2em;
			}
		h5,
		.ts-n {
			font-size: 1.5em;
			}
		h4,
		.ts-m {
			font-size: 2em;
			}
		.ts-hh {
			font-size: 2.5em;
			}
		h3,
		.ts-l {
			font-size: 3em;
			}
		h2,
		.ts-xl {
			font-size: 4em;
			}
		h1,
		.ts-h {
			font-size: 5em;
			}
	}

/* TEXT WEIGHTS */
	.tw-l {
		font-weight: 300;
		}
	.tw-n {
		font-weight: 400;
		}
	.tw-b {
		font-weight: 700;
		}
	.tw-h {
		font-weight: 900;
		}

/* TEXT TRANSFORM */
	.tt-n {
		text-transform: none;
		}
	.tt-u {
		text-transform: uppercase;
		}

/* HEADERS */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-transform: uppercase;
		}
	/* HEADERS ALIGN */
	.header.c,
	.header-sub.c,
	.header-group.c {
		text-align: center;
		}
	/* HEADERS WEIGHTS */
	.header.a.b {
		text-transform: none;
		}
	.header,
	.header-sub.f,
	.header.g {
		font-weight: 700;
		}
	.header.g.b,
	.header.ts-hh,
	.header-sub.ts-hh,
	.header-sub.g.b,
	.header.f > strong,
	.header-sub.f > strong,
	.header-inline {
		font-weight: 900;
		}
	/* HEADERS INLINE */
	.header-inline {
		margin: 2.5rem 0;
		}
	/* HEADERS SIZING */
	.header.a.n {
		max-width: 50rem;
		}
	h2.header.c.ts-h,
	.header-group.c {
		margin-left: auto;
		margin-right: auto;
		max-width: 92rem;
		}
	/* HEADERS GROUPS */
	.header-group > h2 {
		margin-bottom: 0.5rem;
		}

/* LAYOUT */
	#top {
		position: relative;
		}
	#main {
		background-color: #fff;
		position: relative;
		z-index: 2;
		}
	#main-header {
		padding-top: 6rem;
		}
	#header-info {
		display: none;
		}
	#header-object,
	#header-holder,
	#header-content {
		height: 6rem;
		}
	#header {
		height: 0;
		position: absolute;
		width: 100%;
		z-index: 1000;
		}
	#header-object {
		position: relative;
		transition: top 250ms ease-out;
		}
	#header-name {
		display: grid;
		float: left;
		grid-gap: 1rem;
		grid-template-columns: 4rem 1fr;
		position: relative;
		top: 1rem;
		}
	#header-logo {
		background: url('assets/images/logo.png') left center / auto 100% no-repeat;
		display: block;
		height: 4rem;
		overflow: hidden;
		position: relative;
		text-indent: -180rem;
		width: 4rem;
		}
	#header-corp {
		color: #fff;
		display: block;
		font-size: 1rem;
		padding-top: 1.3rem;
		}
	#header-corp > strong {
		font-size: 1.4em;
		}
	#header-nav {
		float: right;
		margin-top: 1rem;
		}
	#header-nav,
	#header-sub > li > a,
	#header-menu > li > a,
	#header-cta > a,
	#header-search,
	#header-search-button,
	#header-search-field > input {
		height: 4rem;
		}
	#header-nav li {
		position: relative;
		}
	#header-nav a {
		display: block;
		position: relative;
		}
	#header-sub,
	#header-sub > li,
	#header-menu,
	#header-menu > li,
	#header-search,
	#header-cta {
		display: inline-block;
		vertical-align: top;
		}
	#header-menu,
	#header-search,
	#header-sub > li#header-phone {
		display: none;
		}
	/* Mobile Nav */
	#header-sub > li > a,
	#header-modal-close,
	#header-search-button {
		color: #fff;
		font-size: 1.8rem;
		line-height: 4rem;
		text-align: right;
		width: 4rem;
		}
	#header-sub > li > a:hover,
	#header-sub > li > a:focus,
	#header-modal-close:hover,
	#header-modal-close:focus,
	#header-search-button:hover,
	#header-search-button:focus {
		color: #cee8ff;
		}
	#header-modal-close {
		display: none;
		}
	/* Menu & CTA */
	#header-cta {
		margin-left: 1rem;
		}
	#header-menu > li > a,
	#header-cta > a {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 1rem 1.5rem;
		text-transform: uppercase;
		}
	#header-cta > a {
		background-color: #005baa;
		border-radius: 0.3rem;
		box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0,0,0,0.2);
		color: #fff;
		font-weight: 900;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		}
	#header-cta > a:hover,
	#header-cta > a:focus {
		background-color: #003461;
		}
	@media (min-width: 40em) {
		#main-header {
			padding-top: 9rem;
			}
		#header-object {
			height: 9rem;
			}
		#header-info {
			background-color: #000;
			display: block;
			height: 3rem;
			text-align: right;
			}
		#header-links {
			display: inline-flex;
			text-transform: uppercase;
			}
		#header-links > li {
			padding-left: 4rem;
			}
		#header-links a {
			color: #fff;
			display: block;
			font-size: 1.2rem;
			height: 3rem;
			line-height: 3rem;
			}
		#header-links a > i {
			color: #80858a;
			padding-right: 0.5rem;
			}
		#header-links li#header-links-portal a {
			color: #3da5ff;
			}
		#header-links a:hover,
		#header-links li#header-links-portal a:hover {
			color: #cee8ff;
			}
		#header-name {
			grid-gap: 2.5rem;
			}
	}
	@media (min-width: 60em) {
		#main-header {
			padding-top: 15rem;
			}
		#header-object {
			height: 15rem;
			}
		#header-holder,
		#header-content {
			height: 12rem;
			}
		#header-name {
			grid-template-columns: 8rem 1fr;
			top: 2rem;
			}
		#header-logo {
			height: 8rem;
			width: 8rem;
			}
		#header-corp {
			font-size: 1.4rem;
			padding-top: 2.8rem;
			}
		#header-nav {
			margin-top: 4rem;
			}
		#header-search {
			display: inline-block;
			}
	}
	@media (min-width: 80em) {
		#header-menu {
			display: inline-block;
			}
		#header-sub {
			display: none;
			}
		#header-menu > li > a {
			color: #fff;
			}
		@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
			#header-menu > li:hover > a,
			#header-menu > li:focus > a {
				color: #cee8ff;
				}
		}
		#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,
		#header-nav ul ul > li.menu-item-has-children > a::after,
		#header-menu > li > ul::before,
		#header-menu > li > ul > li > ul::before,
		#header-menu > li > ul > li > ul > li > ul::before {
			border-style: solid;
			border-width: 0.5rem;
			content: '';
			pointer-events: none;
			position: absolute;
			}
		#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 rgba(255,255,255,0.2) transparent;
			bottom: 0;
			left: calc(50% - 0.5rem);
			}
		#header-nav ul ul > li.menu-item-has-children > a::after {
			border-color: transparent transparent transparent rgba(0,0,0,0.4);
			right: 0.5rem;
			top: calc(50% - 0.5rem);
			}
		#header-menu > li > ul,
		#header-menu > li > ul > li > ul,
		#header-menu > li > ul > li > ul > li > ul {
			background-color: #fff;
			border-radius: 0.3rem;
			box-shadow: 0 0 2.5rem 0 rgba(0,0,0,0.15);
			font-size: 1.4rem;
			font-weight: 700;
			left: calc(50% - 10rem);
			opacity: 0;
			padding: 1.25rem 0;
			position: absolute;
			text-align: left;
			text-transform: none;
			transition: opacity 200ms ease;
			visibility: hidden;
			width: 20rem;
			z-index: 10;
			}
		#header-menu > li > ul > li > ul,
		#header-menu > li > ul > li > ul > li > ul {
			background-color: #f5f8fa;
			left: calc(20rem - 1.5rem);
			top: 0;
			z-index: 11;
			}
		#header-menu > li > ul::before {
			border-color: transparent transparent #fff transparent;
			left: calc(50% - 0.5rem);
			top: -1rem;
			}
		#header-menu > li > ul > li > ul::before,
		#header-menu > li > ul > li > ul > li > ul::before {
			border-color: transparent #f5f8fa transparent transparent;
			left: -1rem;
			top: 2rem;
			}
		#header-menu > li:hover > ul,
		#header-menu > li:focus > ul,
		#header-menu > li > ul > li:hover > ul,
		#header-menu > li > ul > li:focus > ul,
		#header-menu > li > ul > li > ul > li:hover > ul,
		#header-menu > li > ul > li > ul > li:focus > ul {
			visibility: visible;
			opacity: 1;
			}
		#header-menu > li > ul > li > a,
		#header-menu > li > ul > li > ul > li > a,
		#header-menu > li > ul > li > ul > li > ul > li > a {
			color: #1d1f21;
			line-height: 1.2em;
			padding: 1rem 2.5rem;
			}
		#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,
		#header-menu > li > ul > li > ul > li > ul > li:hover > a,
		#header-menu > li > ul > li > ul > li > ul > li:focus > a {
			color: #3da5ff;
			}
	}
	@media (min-width: 90em) {
		#header-menu > li > a,
		#header-cta > a {
			padding: 1rem 2rem;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		left: 0;
		position: fixed;
		top: 0;
		}
	body.scrolled #header-object {
		margin: 0 auto;
		position: relative;
		top: -20rem;
		}
	html.menu-open #header-object,
	body.scrolled #header-object {
		box-shadow: 0 0 2.5rem rgba(0,0,0,0.2);
		}
	html.menu-open #header-holder,
	body.scrolled #header-holder {
		background-color: #101213;
		}
	body.scrolled-menu.scrolled-up #header-object {
		top: 0;
		}
/* SEARCH */
	#header-search-button,
	#header-search-field {
		vertical-align: top;
		}
	#header-search-field {
		display: none;
		}
	#header-search-field > input {
		background: rgba(0,0,0,0.8);
		border: 0.1rem solid #1d1f21;
		border-radius: 0.3rem;
		color: #fff;
		font-size: 1.6rem;
		line-height: 4rem;
		padding: 0 1rem;
		width: 25rem;
		}
	#header-search-field ::placeholder {
		color: #a0a6ab;
		}
	#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;
		}
/* PAGE */
	.page-header {
		position: relative;
		z-index: 10;
		}
/* FOOTER */
	.footer-item h5 {
		border-bottom: 0.1rem solid #101213;
		color: #3da5ff;
		font-size: 1.5em;
		font-weight: 700;
		padding-bottom: 1rem;
		text-transform: uppercase;
		}
	.footer-logo {
		margin: 1rem 0;
		}
	.footer-text.textnormal,
	.footer-text.textlight {
		font-size: 1.4rem;
		}
	.footer-cta {
		margin-top: 2rem;
		}
	.footer-item .menu-social {
		border-top: 0.1rem solid #101213;
		margin-top: 2rem;
		padding-top: 1rem;
		}
	.section-siteinfo p {
		line-height: 1.5rem;
		}
/* MOBILE */
	.modal {
		background-color: #fff;
		height: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		transition: opacity 250ms ease;
		width: 100%;
		z-index: 999;
		}
	.modal-holder {
		margin: 2.5rem auto;
		max-width: 60rem;
		padding-top: 6rem;
		}
	@media (min-width: 40em) {
		.modal-holder {
			padding-top: 9rem;
			}
	}
	@media (min-width: 60em) {
		.modal-holder {
			padding-top: 15rem;
			}
	}
	.modal-icons {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: minmax(0, 1fr);
		margin: 1rem 0;
		}
	.modal-icons > li > a {
		background-color: #005baa;
		border-radius: 0.3rem;
		color: #fff;
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 1rem;
		text-align: center;
		text-transform: uppercase;
		}
	@media (min-width: 40em) {
		.modal-icons-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.modal-icons-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
	}
	@media (min-width: 40em) {
		.modal-icons > li > a {
			font-size: 1.4rem;
			}
	}
	.modal-icons > li > a:hover,
	.modal-icons > li > a:focus {
		background-color: #3da5ff;
		}
	.modal-icons > li i {
		color: #3da5ff;
		padding-right: 0.5rem;
		}
	.modal-cta,
	.modal-items {
		font-size: 2rem;
		}
	.modal-items {
		border-bottom: 0.1rem solid #e4e8eb;
		}
	.modal-items li {
		position: relative;
		}
	.modal-items > li a {
		border-top: 0.1rem solid #e4e8eb;
		color: #1d1f21;
		display: block;
		height: 5rem;
		line-height: 3rem;
		overflow: hidden;
		padding: 1rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.modal-items > li a:hover,
	.modal-items > li a:focus {
		color: #005baa;
		}
	.modal-items > li > a {
		font-weight: 900;
		position: relative;
		text-transform: uppercase;
		}
	.modal-items > li > ul > li a {
		font-weight: 700;
		}
	.modal-items > li i.fam {
		background-color: #e4e8eb;
		color: #565b5f;
		cursor: pointer;
		height: 5rem;
		line-height: 5rem;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0.1rem;
		width: 5rem;
		}
	.modal-items > li i.fam[data-open="yes"] {
		color: #005baa;
		}
	.modal-items > li ul {
		display: none;
		}
	.modal-items > li ul a {
		padding-left: 3rem;
		padding-right: 6rem;
		}
	.modal-items > li ul ul a {
		padding-left: 4.5rem;
		}
	.modal-items > li ul ul ul a {
		padding-left: 6rem;
		}
	.modal-items > li ul ul ul ul a {
		padding-left: 7.5rem;
		}
	.modal-items > li ul.mm-show {
		display: block;
		}
	.modal-cta,
	.modal-search {
		margin: 1rem 0;
		}
	.modal-cta > a {
		background-color: #005baa;
		border-radius: 0.3rem;
		color: #fff;
		display: block;
		line-height: 3rem;
		font-weight: 700;
		padding: 1rem;
		text-align: center;
		text-transform: uppercase;
		height: 5rem;
		}
	.modal-cta > a:hover,
	.modal-cta > a:focus {
		background-color: #3da5ff;
		}
	.modal-search input[type="search"] {
		text-align: center;
		width: 100%;
		}
	.modal .menu-social {
		margin: 2rem 0;
		}
	.modal-social .menu-social {
		text-align: center;
		}
	.modal-social .menu-social > li {
		padding: 0 1rem;
		text-align: center;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		opacity: 1;
		}
	html.menu-open #header-sub,
	html.menu-open #header-menu,
	html.menu-open #header-search,
	html.menu-open #header-cta {
		display: none;
		}
	html.menu-open #header-modal-close {
		display: inline-block;
		}

/* ACCESSIBILITY */
	@media (prefers-reduced-motion: reduce) {
		* {
			animation-duration: 0s !important;
			transition-duration: 0s !important;
			}
	}
	a.skip-main {
		height: 0.1rem;
		left: -180em;
		overflow: hidden;
		position: absolute;
		top: auto;
		width: 0.1rem;
		z-index: -999;
		}
	a.skip-main:focus,
	a.skip-main:active {
		background-color: #1d1f21;
		border: 0.1rem solid #101213;
		border-radius: 0.3rem;
		color: #fff;
		font-size: 1.2rem;
		height: auto;
		left: auto;
		margin: 1em 2em;
		overflow: auto;
		padding: 1em;
		text-align: center;
		top: auto;
		width: auto;
		z-index: 999;
		}
	.sr-only,
	.screen-reader-text {
		border: 0;
		clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
		clip-path: inset(50%);
		height: 0.1rem;
		margin: -0.1rem;
		padding: 0;
		overflow: hidden;
		position: absolute;
		width: 0.1rem;
		word-wrap: normal;
		word-break: normal;
		}
	.sr-only:focus,
	.screen-reader-text:focus {
		background-color: #c1c7cb;
		border-radius: 0.3rem;
		clip: auto;
		clip-path: none;
		color: #101213;
		display: block;
		font-size: 0.875rem;
		font-weight: 700;
		height: auto;
		line-height: normal;
		padding: 1em;
		position: absolute;
		left: 0.5rem;
		top: 0.5rem;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}

/* FRAMEWORK */
	.fw {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		}
	.fw-g {
		grid-gap: 2.5em;
		}
	@media (min-width: 40em) {
		.fw-g {
			grid-gap: 5em;
			}
		.fw-2sm,
		.fw-4s {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.fw-2ss {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 80em) {
		.fw-2sc {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.fw-4s {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.section-footer .fw-4s {
			grid-template-columns: 48em 1fr 1fr 1fr;
			}
	}

/* RESET BOX MARGINS */
	.ib > *:first-child,
	.ib > .bb:first-child > *:first-child {
		margin-top: 0 !important;
		}
	.ib > *:last-child,
	.ib > .bb:last-child > *:last-child {
		margin-bottom: 0 !important;
		}

/* BOX */
	.box {
		display: flex;
		justify-content: center;
		}
	.box.box-inline {
		border-radius: 2rem;
		overflow: hidden;
		}
	.box-buffer {
		max-width: 128rem;
		width: 100%;
		}
	.box-holder {
		max-width: 100%;
		}
	.box-border {
		border: 0.1rem solid transparent;
		}
	.box.box-inside .box-buffer {
		display: flex;
		flex-flow: row wrap;
		}
	.box.box-inside.box-content-center .box-buffer {
		display: block;
		}
	.box-content-right .box-buffer {
		justify-content: right;
		}
	.box-buffer.mg-none {
		width: 100%;
		}
	.box.box-inside .box-container {
		display: flex;
		position: relative;
		width: 100%;
		z-index: 8;
		}
	.box-full.box-height {
		align-items: flex-start;
		min-height: 100vh;
		}
	.box-full.box-height.box-height-centered{
		align-items: center;
		}

/* BOX */
	.boxes {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		}
	.boxes-slim {
		margin-left: auto;
		margin-right: auto;
		max-width: 96rem;
		}
	.boxes-item {
		position: relative;
		}
	.boxes-box-inside {
		overflow: hidden;
		position: relative;
		z-index: 3;
		}
	.boxes-border {
		border: 0.1rem solid transparent;
		}
	.boxes-container {
		width: 100%;
		}
	.boxes-item.shading-here {
		display: flex;
		flex-flow: row wrap;
		height: 100%;
		}
	.boxes.boxes-separate {
		grid-gap: 2.5em;
		}
	.boxes-map #map {
		border: none;
		height: 100%;
		min-height: 33.33vh;
		}
	.boxes-image  .boxes-image-1 {
		display: block;
		height: 100%;
		position: relative;
		width: 100%;
		z-index: 4;
		}
	.boxes-image  .boxes-image-1 > img,
	.boxes-image  .boxes-image-1 > picture {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: 100%;
		}
	.boxes-image .boxes-image-2 {
		position: absolute;
		z-index: 5;
		}
	.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: -2.5rem;
		}
	.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: -2.5rem;
		}
	.boxes-image.boxes-images-tli .boxes-image-2,
	.boxes-image.boxes-images-bli .boxes-image-2 {
		left: 2.5rem;
		}
	.boxes-image.boxes-images-tri .boxes-image-2,
	.boxes-image.boxes-images-bri .boxes-image-2 {
		right: 2.5rem;
		}
	.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-multiple-images {
		position: relative;
		z-index: 4;
		}
	.boxes-video {
		position: relative;
		}
	.boxes-video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 3;
		}
	.boxes-inline > .boxes-left.shading-none > .boxes-container > .mg {
		margin-left: 0;
		}
	.boxes-inline > .boxes-right.shading-none > .boxes-container > .mg {
		margin-right: 0;
		}
	.boxes-inline > .boxes-left.shading-none.mg-normal > .boxes-container > .mg.mg-holder,
	.boxes-inline > .boxes-right.shading-none.mg-normal > .boxes-container > .mg.mg-holder {
		width: calc(100% - 1.25rem);
		}
	.boxes-inline > .boxes-left.shading-none.mg-less > .boxes-container > .mg.mg-holder,
	.boxes-inline > .boxes-right.shading-none.mg-less > .boxes-container > .mg.mg-holder {
		width: calc(100% - 2.5rem);
		}
	.boxes-inline > .boxes-left.shading-none.mg-more > .boxes-container > .mg.mg-holder,
	.boxes-inline > .boxes-right.shading-none.mg-more > .boxes-container > .mg.mg-holder {
		width: calc(100% - 3.75rem);
		}
	.boxes-inline > .boxes-item.shading-none > .boxes-container > .mg {
		margin-bottom: 0;
		margin-top: 0;
		}
	@media (min-width: 60em) {
		.boxes {
			grid-template-columns:  minmax(0, 1fr)  minmax(0, 1fr);
			}
		.boxes.boxes-larger-left {
			grid-template-columns: 65% minmax(0, 1fr);
			}
		.boxes.boxes-larger-right {
			grid-template-columns: minmax(0, 1fr) 65%;
			}
		.boxes-full > .boxes-has-limit.boxes-left {
			justify-content: flex-end;
			}
		.boxes-full > .boxes-has-limit.boxes-equal > .boxes-container {
			max-width: 64rem;
			}
		.boxes-full > .boxes-has-limit.boxes-left > .boxes-container > .mg {
			margin-left: 0;
			}
		.boxes-full > .boxes-has-limit.boxes-right > .boxes-container > .mg {
			margin-right: 0;
			}
		.boxes-inline > .boxes-left.shading-none.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-normal > .boxes-container > .mg.mg-holder {
			width: calc(100% - 5rem);
			}
		.boxes-inline > .boxes-left.shading-none.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-less > .boxes-container > .mg.mg-holder {
			width: calc(100% - 2.5rem);
			}
		.boxes-inline > .boxes-left.shading-none.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-more > .boxes-container > .mg.mg-holder {
			width: calc(100% - 7.5rem);
			}
		.boxes-inline.boxes-solid-no:not(.boxes-inline-separate) {
			align-items: flex-start;
			}
		.boxes-inline.boxes-solid-no:not(.boxes-inline-separate) .boxes-item.shading-here {
			height: auto;
			}
		.boxes-different.boxes-match-none > .boxes-item.boxes-text {
			align-items: center;
			}
		.boxes.boxes-separate {
			grid-gap: 5em;
			}
		.boxes.boxes-offset {
			grid-template-columns: minmax(0, 1fr) 2.5em 2.5em minmax(0, 1fr);
			grid-template-rows: 2.5em minmax(0, 1fr) 2.5em;
			}
		.boxes.boxes-offset.boxes-top-left .boxes-left {
			grid-area: 1 / 1 / span 2 / span 2;
			}
		.boxes.boxes-offset.boxes-top-left .boxes-right {
			grid-area: 2 / 2 / span 2 / span 3;
			}
		.boxes.boxes-offset.boxes-top-right .boxes-left {
			grid-area: 2 / 1 / span 2 / span 3;
			}
		.boxes.boxes-offset.boxes-top-right .boxes-right {
			grid-area: 1 / 3 / span 2 / span 2;
			}
		.boxes.boxes-shift.boxes-shift-up.boxes-top-left > .boxes-left,
		.boxes.boxes-shift.boxes-shift-up.boxes-top-right > .boxes-right {
			transform: translate(0, -5rem);
			}
		.boxes-match-text .boxes-image-1 {
			position: absolute;
			width: 100%;
			}
		.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: -2.5rem;
			}
		.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: -2.5rem;
			}
	}
	@media (min-width: 80em) {
		.boxes.boxes-shift.boxes-shift-up.boxes-top-left > .boxes-left,
		.boxes.boxes-shift.boxes-shift-up.boxes-top-right > .boxes-right {
			transform: translate(0, -7.5rem);
			}
		.boxes-inline > .boxes-left.shading-none.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-normal > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-normal > .boxes-container > .mg.mg-holder {
			width: calc(100% - 7.5rem);
			}
		.boxes-inline > .boxes-left.shading-none.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-less > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-less > .boxes-container > .mg.mg-holder {
			width: calc(100% - 3.75rem);
			}
		.boxes-inline > .boxes-left.shading-none.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-inline > .boxes-right.shading-none.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-left.mg-more > .boxes-container > .mg.mg-holder,
		.boxes-full > .boxes-has-limit.boxes-right.mg-more > .boxes-container > .mg.mg-holder {
			width: calc(100% - 11.25rem);
			}
	}
	.boxes.boxes-top-left > .boxes-left,
	.boxes.boxes-top-right > .boxes-right {
		z-index: 2;
		}
	@media (max-width: 59.99em) {
		.boxes.boxes-inline.boxes-full-mobile .boxes-item.shading-here {
			margin-left: -2.5rem;
			margin-right: -2.5rem;
			}
		.boxes-full > .boxes-item.section-p-l,
		.boxes-full > .boxes-item.section-p-r {
			padding: 0;
			}
		.boxes-inline > .boxes-left.shading-none > .boxes-container > .mg {
			margin-right: 0;
			}
		.boxes-inline > .boxes-right.shading-none > .boxes-container > .mg {
			margin-left: 0;
			}
		.boxes-inline.boxes-second-auto > .boxes-left.shading-none > .boxes-container > .mg,
		.boxes-inline.boxes-second-first > .boxes-right.shading-none > .boxes-container > .mg {
			margin-bottom: 2.5em;
			}
		.boxes-inline.boxes-second-auto > .boxes-right.shading-other-layers.shading-none > .boxes-container > .mg,
		.boxes-inline.boxes-second-first > .boxes-left.shading-other-layers.shading-none > .boxes-container > .mg {
			margin-top: 2.5em;
			}
		.boxes.boxes-second-first .boxes-right {
  			grid-row: 1;
			}
	}

/* BOXIMAGES */
	.boximages {
		display: flex;
		flex: 1 1 100%;
		flex-flow: row wrap;
		}
	.boximages-info > .boximages-holder {
		padding-left: 2.5em;
		padding-right: 2.5em;
		}
	@media (min-width: 60em) {
		.boximages-item {
			display: flex;
			flex: 1 1 100%;
			flex-flow: row wrap;
			}
		.boximages-image,
		.boximages-info {
			width: 50%;
			}
		.boximages-left .boximages-item > .boximages-image,
		.boximages-right .boximages-item > .boximages-info,
		.boximages-alternate-left .boximages-item:nth-child(odd) > .boximages-image,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(even) > .boximages-image {
			order: 1;
			}
		.boximages-left .boximages-item > .boximages-info,
		.boximages-right .boximages-item > .boximages-image,
		.boximages-alternate-left .boximages-item:nth-child(odd) > .boximages-info,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-image,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-image,
		.boximages-alternate-right .boximages-item:nth-child(even) > .boximages-info {
			order: 2;
			}
		.boximages-left .boximages-item.boximages-inline > .boximages-image,
		.boximages-right .boximages-item > .boximages-info,
		.boximages-alternate-left .boximages-item:nth-child(odd).boximages-inline > .boximages-image,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(even).boximages-inline > .boximages-image {
			padding-left: 5em;
			}
		.boximages-left .boximages-item > .boximages-info,
		.boximages-right .boximages-item.boximages-inline > .boximages-image,
		.boximages-alternate-left .boximages-item:nth-child(odd) > .boximages-info,
		.boximages-alternate-left .boximages-item:nth-child(even).boximages-inline > .boximages-image,
		.boximages-alternate-right .boximages-item:nth-child(odd).boximages-inline > .boximages-image,
		.boximages-alternate-right .boximages-item:nth-child(even) > .boximages-info {
			padding-right: 5em;
			}
		.boximages-right .boximages-item > .boximages-info > .boximages-holder,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-info > .boximages-holder,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-info > .boximages-holder {
			padding-left: 0;
			padding-right: 5em;
			}
		.boximages-left .boximages-item > .boximages-info > .boximages-holder,
		.boximages-alternate-left .boximages-item:nth-child(odd) > .boximages-info > .boximages-holder,
		.boximages-alternate-right .boximages-item:nth-child(even) > .boximages-info > .boximages-holder {
			padding-left: 5em;
			padding-right: 0;
			}
		.boximages-left .boximages-item > .boximages-image > .boximages-holder,
		.boximages-alternate-left .boximages-item:nth-child(odd) > .boximages-image > .boximages-holder,
		.boximages-alternate-right .boximages-item:nth-child(even) > .boximages-image > .boximages-holder {
			padding-right: 5em;
			}
		.boximages-right .boximages-item > .boximages-image > .boximages-holder,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-image > .boximages-holder,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-image > .boximages-holder {
			padding-left: 5em;
			}
		.boximages-inline .boximages-image > .boximages-holder,
		.boximages-inline .boximages-info > .boximages-holder,
		.boximages-full .boximages-info > .boximages-holder {
			max-width: 64rem;
			}
		.boximages-left .boximages-item.boximages-inline > .boximages-image,
		.boximages-right .boximages-item > .boximages-info,
		.boximages-alternate-left .boximages-item:nth-child(odd).boximages-inline > .boximages-image,
		.boximages-alternate-left .boximages-item:nth-child(even) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(odd) > .boximages-info,
		.boximages-alternate-right .boximages-item:nth-child(even).boximages-inline > .boximages-image {
			align-items: flex-start;
			display: flex;
			justify-content: flex-end;
			}
		.boximages-item.boximages-sticky .boximages-holder {
			position: -webkit-sticky;
			position: sticky;
			top: 2.5rem;
			}
		.boximages-link {
			display: block;
			}
	}
	@media (max-width: 59.99em) {
		.boximages-item.mg-bt {
			margin-top: 0;
			}
		.boximages-image {
			margin-bottom: 2.5rem;
			}
	}

/* BOXBAR */
	.boxbar {
		display: grid;
		}
	.boxbar-main .boxbar-content {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
		}
	.boxbar-sub .boxbar-content {
		margin: 2.5rem;
		}
	.boxbar.boxbar-left .boxbar-sub {
  		grid-row: 1;
		}
	@media (min-width: 60em) {
		.boxbar {
			grid-gap: 5em;
			grid-template-columns: 1fr 32rem;
			}
		.boxbar-main .boxbar-content {
			margin-bottom: 5rem;
			margin-top: 5rem;
			}
		.boxbar-sub .boxbar-content {
			margin: 2.5rem;
			}
		.boxbar.boxbar-left {
			grid-template-columns: 32rem 1fr;
			}
	}
	@media (min-width: 80em) {
		.boxbar {
			grid-gap: 7.5em;
			}
		.boxbar-main .boxbar-content {
			margin-bottom: 7.5rem;
			margin-top: 7.5rem;
			}
	}
	@media (max-width: 59.99em) {
		.boxbar.boxbar-right .boxbar-sub {
			margin-top: 2.5rem;
			}
		.boxbar.boxbar-left .boxbar-sub {
			margin-bottom: 2.5rem;
			}
	}

/* TABS */
	.tabs {
		}
	.tabs-buttons {
		border-right: 0.1rem solid #d2d7db;
		border-top: 0.1rem solid #d2d7db;
		display: inline-block;
		}
	.tabs-button {
		border-left: 0.1rem solid #d2d7db;
		display: inline-block;
		vertical-align: top;
		}
	.tabs-button>button {
		background: #fff;
		color: #a0a6ab;
		font-size: 1.1em;
		font-weight: 900;
		line-height: 2.5rem;
		padding: 0 1rem;
		text-transform: uppercase;
		transition-property: color;
		}
	.tabs-button>button:hover,
	.tabs-button>button:focus {
		color: #005baa;
		}
	.tabs-groups {
		border: 0.1rem solid #d2d7db;
		margin-top: -0.1rem;
		}
	.tabs-group {
		display: none;
		margin: 2.5rem;
		}
	.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: 0.1rem solid #fff;
		color: #1d1f21;
		}
	.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 (min-width: 60em) {
		.tabs-button > button {
			font-size: 1.4em;
			line-height: 5rem;
			padding: 0 2.5rem;
			}
		.tabs.w .tabs-group {
			margin: 5em;
			}
	}

/* SHADING */
	.shading-layers {
		position: relative;
		}
	.shading-layers:before,
	.shading-layers:after {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.shading-layers:before {
		z-index: 1;
		}
	.shading-layers:after {
		z-index: 0;
		}
	.shading-content {
		position: relative;
		z-index: 10;
		}
	/* SHADING IMAGES */
	.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 OPACITY */
	.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-opacity-65:before {
		opacity: 0.65;
		}
	.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-opacity-0:before {
		opacity: 0;
		}
	/* SHADING FILL */
	.shading-fill-halftop:before,
	.shading-fill-halftop:after {
		height: 50%;
		}
	.shading-fill-halfbottom:before,
	.shading-fill-halfbottom:after {
		top: auto;
		bottom: 0;
		height: 50%;
		}
	.shading-fill-halfleft:before,
	.shading-fill-halfleft:after {
		width: 50%;
		}
	.shading-fill-halfright:before,
	.shading-fill-halfright:after {
		left: auto;
		right: 0;
		width: 50%;
		}
	/* SHADING EXTEND */
	.shading-extend {
		z-index: 0;
		}
	.shading-extend.shading-extend-up:before,
	.shading-extend.shading-extend-up:after,
	.shading-extend.shading-extend-down:before,
	.shading-extend.shading-extend-down:after {
		height: calc(100% + 20rem);
		}
	.shading-extend.shading-extend-updown:before,
	.shading-extend.shading-extend-updown:after {
		height: calc(100% + 40rem);
		}
	.shading-extend.shading-extend-up:before,
	.shading-extend.shading-extend-up:after,
	.shading-extend.shading-extend-updown:before,
	.shading-extend.shading-extend-updown:after {
		top: -20rem;
		}
	/* SHADING BLEND */
	.shading-blend-color:before {
		mix-blend-mode: color;
		}
	.shading-blend-multiply:before {
		mix-blend-mode: multiply;
		}
	.shading-blend-overlay:before {
		mix-blend-mode: overlay;
		}
	/* SHADING COLORS */
	.section[class*="shading-none"] + .section[class*="shading-none"],
	.section[class*="shading-white"] + .section[class*="shading-white"],
	.section[class*="shading-white"] + .section[class*="shading-none"],
	.section[class*="shading-none"] + .section[class*="shading-white"] {
		border-top: 0.1rem solid #d2d7db;
		}
	.shading-white-bg,
	.shading-white:before,
	.has-white-background-color {
		background-color: #fff;
		}
	.shading-light-bg,
	.shading-light:before,
	.has-light-background-color {
		background-color: #f1f4f7;
		}
	.shading-medium-bg,
	.shading-medium:before,
	.has-medium-background-color {
		background-color: #e4e8eb;
		}
	.shading-highlight-bg,
	.shading-highlight:before,
	.has-highlight-background-color {
		background-color: #3da5ff;
		}
	.shading-color-bg,
	.shading-color:before,
	.has-color-background-color {
		background-color: #005baa;
		}
	.shading-dark-bg,
	.shading-dark:before,
	.has-dark-background-color {
		background-color: #1d1f21;
		}
	.shading-darker-bg,
	.shading-darker:before,
	.has-darker-background-color {
		background-color: #101213;
		}
	.shading-medium-bg,
	.shading-medium:before,
	.has-medium-background-color {
		background-color: #565b5f;
		}
	.shading-gradient-bg,
	.shading-gradient:before,
	.has-gradient-background-color {
		background: linear-gradient(to right, #3da5ff 0%, #005baa 100%);
		}
	/* SHADING BORDER COLORS */
	.shading-border-white {
		border-color: #fff;
		}
	.shading-border-light {
		border-color: #f1f4f7;
		}
	.shading-border-highlight {
		border-color: #3da5ff;
		}
	.shading-border-color {
		border-color: #005baa;
		}
	.shading-border-dark {
		border-color: #1d1f21;
		}
	.shading-border-gradient {
		border-image: linear-gradient(to right, #3da5ff 0%, #005baa 100%);
		border-image-slice: 1;
		}

/* COLORS */
	/* TEXT COLORS */
	.dark {
		color: #101213;
			}
	.light {
		color: #a0a6ab;
		}
	.highlight {
		color: #3da5ff;
		}
	.highlight-bg {
		background-color: #3da5ff;
		}
	/* general */
	.has-white-background-color,
	.has-light-background-color,
	.has-highlight-background-color {
		color: #1d1f21;
		}
	.has-color-background-color,
	.has-dark-background-color,
	.has-white-color.has-white-color {
		color: #fff;
		}
	.has-light-color.has-light-color {
		color: #f1f4f7;
		}
	.has-highlight-color.has-highlight-color {
		color: #3da5ff;
		}
	.has-color-color.has-color-color {
		color: #005baa;
		}
	.has-dark-color.has-dark-color {
		color: #1d1f21;
		}
	.has-darker-color.has-darker-color {
		color: #101213;
		}
	/* white */
	.colors-white,
	a.colors-white.textlinksalt,
	.colors-white .textlinksalt a {
		color: #1d1f21;
		}
	.colors-white .textlinks a {
		color: #005baa;
		}
	.colors-white .textlinks a:hover,
	.colors-white .textlinks a:focus {
		color: #003461;
		}
	a.colors-white.textlinksalt:hover,
	a.colors-white.textlinksalt:focus,
	.colors-white .textlinksalt a:hover,
	.colors-white .textlinksalt a:focus {
		color: #005baa;
		}
	.colors-white .header-color {
		color: #1d1f21;
		}
	.colors-white .highlight,
	.colors-white .gform_wrapper .gfield_required {
		color: #3da5ff;
		}
	.colors-white .header-color strong,
	.colors-white .highlight-t {
		color: #005baa;
		}
	.colors-white .highlight-d {
		color: #565b5f;
		}
	.colors-white .highlight-a {
		color: #cee8ff;
		}
	.colors-white .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(0,91,170,0.1);
		}
	.colors-white .textformat.textlinks a:hover,
	.colors-white .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(0,91,170,0.9);
		color: #fff;
		}
	.colors-white .button,
	.colors-white .menu-social > li > a {
		background-color: #005baa;
		color: #fff;
		}
	.colors-white .button-alt {
		background-color: #80858a;
		}
	.colors-white .button.button-line {
		background: none;
		border-color: #005baa;
		box-shadow: none;
		color: #005baa;
		}
	.colors-white .button:hover,
	.colors-white .button:focus,
	.colors-white .button.button-alt:hover,
	.colors-white .button.button-alt:focus,
	.colors-white .button.button-line:hover,
	.colors-white .button.button-line:focus,
	.colors-white .menu-social > li > a:hover,
	.colors-white .menu-social > li > a:focus {
		background-color: #003461;
		border-color: transparent;
		color: #fff;
		}
	.colors-white .highlight-bg {
		background-color: #005baa;
		}
	.colors-white .border-c {
		border-color: #e4e8eb;
		}
	/* light */
	.colors-light,
	a.colors-light.textlinksalt,
	.colors-light .textlinksalt a {
		color: #1d1f21;
		}
	.colors-light .textlinks a {
		color: #005baa;
		}
	.colors-light .textlinks a:hover,
	.colors-light .textlinks a:focus {
		color: #003461;
		}
	a.colors-light.textlinksalt:hover,
	a.colors-light.textlinksalt:focus,
	.colors-light .textlinksalt a:hover,
	.colors-light .textlinksalt a:focus {
		color: #565b5f;
		}
	.colors-light .header-color {
		color: #1d1f21;
		}
	.colors-light .highlight,
	.colors-light .gform_wrapper .gfield_required {
		color: #3da5ff;
		}
	.colors-light .header-color strong,
	.colors-light .highlight-t {
		color: #005baa;
		}
	.colors-light .highlight-d {
		color: #565b5f;
		}
	.colors-light .highlight-a {
		color: #cee8ff;
		}
	.colors-light .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(0,91,170,0.1);
		}
	.colors-light .textformat.textlinks a:hover,
	.colors-light .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(0,91,170,0.9);
		color: #fff;
		}
	.colors-light .button,
	.colors-light .menu-social > li > a {
		background-color: #005baa;
		color: #fff;
		}
	.colors-light .button-alt {
		background-color: #80858a;
		}
	.colors-light .button.button-line {
		background: none;
		border-color: #005baa;
		box-shadow: none;
		color: #005baa;
		}
	.colors-light .button:hover,
	.colors-light .button:focus,
	.colors-light .button.button-alt:hover,
	.colors-light .button.button-alt:focus,
	.colors-light .button.button-line:hover,
	.colors-light .button.button-line:focus,
	.colors-light .menu-social > li > a:hover,
	.colors-light .menu-social > li > a:focus {
		background-color: #003461;
		border-color: transparent;
		color: #fff;
		}
	.colors-light .highlight-bg {
		background-color: #005baa;
		}
	.colors-light .border-c {
		border-color: #e4e8eb;
		}
	/* highlight */
	.colors-highlight,
	a.colors-highlight.textlinksalt,
	.colors-highlight .textlinksalt a {
		color: #fff;
		}
	.colors-highlight .textlinks a {
		color: #cee8ff;
		}
	.colors-highlight .textlinks a:hover,
	.colors-highlight .textlinks a:focus {
		color: #fff;
		}
	a.colors-highlight.textlinksalt:hover,
	a.colors-highlight.textlinksalt:focus,
	.colors-highlight .textlinksalt a:hover,
	.colors-highlight .textlinksalt a:focus {
		color: #cee8ff;
		}
	.colors-highlight .header-color {
		color: #fff;
		}
	.colors-highlight .highlight,
	.colors-highlight .gform_wrapper .gfield_required {
		color: #3da5ff;
		}
	.colors-highlight .header-color strong,
	.colors-highlight .highlight-t {
		color: #005baa;
		}
	.colors-highlight .highlight-d {
		color: #005baa;
		}
	.colors-highlight .highlight-a {
		color: #cee8ff;
		}
	.colors-highlight .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(0,91,170,0.1);
		}
	.colors-highlight .textformat.textlinks a:hover,
	.colors-highlight .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(0,91,170,0.9);
		color: #fff;
		}
	.colors-highlight .button,
	.colors-highlight .menu-social > li > a {
		background-color: #005baa;
		color: #fff;
		}
	.colors-highlight .button-alt {
		background-color: #005baa;
		}
	.colors-highlight .button.button-line {
		background: none;
		border-color: #005baa;
		box-shadow: none;
		color: #005baa;
		}
	.colors-highlight .button:hover,
	.colors-highlight .button:focus,
	.colors-highlight .button.button-alt:hover,
	.colors-highlight .button.button-alt:focus,
	.colors-highlight .button.button-line:hover,
	.colors-highlight .button.button-line:focus,
	.colors-highlight .menu-social > li > a:hover,
	.colors-highlight .menu-social > li > a:focus {
		background-color: #003461;
		border-color: transparent;
		color: #fff;
		}
	.colors-highlight .highlight-bg {
		background-color: #005baa;
		}
	.colors-highlight .border-c {
		border-color: #cee8ff;
		}
	/* color */
	.colors-color,
	a.colors-higcolorhlight.textlinksalt,
	.colors-color .textlinksalt a {
		color: #fff;
		}
	.colors-color .textlinks a {
		color: #cee8ff;
		}
	.colors-color .textlinks a:hover,
	.colors-color .textlinks a:focus {
		color: #fff;
		}
	a.colors-color.textlinksalt:hover,
	a.colors-color.textlinksalt:focus,
	.colors-color .textlinksalt a:hover,
	.colors-color .textlinksalt a:focus {
		color: #cee8ff;
		}
	.colors-color .header-color {
		color: #fff;
		}
	.colors-color .highlight,
	.colors-color .gform_wrapper .gfield_required {
		color: #3da5ff;
		}
	.colors-color .header-color strong,
	.colors-color .highlight-t {
		color: #3da5ff;
		}
	.colors-color .highlight-d {
		color: #3da5ff;
		}
	.colors-color .highlight-a {
		color: #4a91ce;
		}
	.colors-color .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(255,255,255,0.1);
		}
	.colors-color .textformat.textlinks a:hover,
	.colors-color .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(255,255,255,0.9);
		color: #005baa;
		}
	.colors-color .button,
	.colors-color .menu-social > li > a {
		background-color: #3da5ff;
		color: #fff;
		}
	.colors-color .button-alt {
		background-color: #003461;
		}
	.colors-color .button.button-line {
		background: none;
		border-color: #3da5ff;
		box-shadow: none;
		color: #3da5ff;
		}
	.colors-color .button:hover,
	.colors-color .button:focus,
	.colors-color .button.button-alt:hover,
	.colors-color .button.button-alt:focus,
	.colors-color .button.button-line:hover,
	.colors-color .button.button-line:focus,
	.colors-color .menu-social > li > a:hover,
	.colors-color .menu-social > li > a:focus {
		background-color: #003461;
		border-color: transparent;
		color: #fff;
		}
	.colors-color .highlight-bg {
		background-color: #3da5ff;
		}
	.colors-color .border-c {
		border-color: #cee8ff;
		}
	/* dark */
	.colors-dark,
	a.colors-dark.textlinksalt,
	.colors-dark .textlinksalt a {
		color: #f1f4f7;
		}
	.colors-dark .textlinks a {
		color: #c1c7cb;
		}
	.colors-dark .textlinks a:hover,
	.colors-dark .textlinks a:focus {
		color: #f1f4f7;
		}
	a.colors-dark.textlinksalt:hover,
	a.colors-dark.textlinksalt:focus,
	.colors-dark .textlinksalt a:hover,
	.colors-dark .textlinksalt a:focus {
		color: #e4e8eb;
		}
	.colors-dark .header-color {
		color: #f1f4f7;
		}
	.colors-dark .header-color strong,
	.colors-dark .highlight-t {
		color: #3da5ff;
		}
	.colors-dark .highlight-d {
		color: #3da5ff;
		}
	.colors-dark .highlight-a {
		color: #cee8ff;
		}
	.colors-dark .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(255,255,255,0.1);
		}
	.colors-dark .textformat.textlinks a:hover,
	.colors-dark .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(255,255,255,0.9);
		color: #1d1f21;
		}
	.colors-dark .button,
	.colors-dark .menu-social > li > a {
		background-color: #005baa;
		color: #fff;
		}
	.colors-dark .button-alt {
		background-color: #101213;
		}
	.colors-dark .button.button-line {
		background: none;
		border-color: #005baa;
		box-shadow: none;
		color: #005baa;
		}
	.colors-dark .button.button-line.button-white {
		border-color: #fff;
		color: #fff;
		}
	.colors-dark .button:hover,
	.colors-dark .button:focus,
	.colors-dark .button.button-alt:hover,
	.colors-dark .button.button-alt:focus,
	.colors-dark .button.button-line:hover,
	.colors-dark .button.button-line:focus,
	.colors-dark .menu-social > li > a:hover,
	.colors-dark .menu-social > li > a:focus {
		background-color: #3da5ff;
		border-color: transparent;
		color: #fff;
		}
	.colors-dark .highlight-bg {
		background-color: #005baa;
		}
	.colors-dark .border-c {
		border-color: #565b5f;
		}
	/* darker */
	.colors-darker {
		color: #a0a6ab;
		}
	.colors-darker .textlinks a {
		color: #005baa;
		}
	.colors-darker .textlinks a:hover,
	.colors-darker .textlinks a:focus {
		color: #fff;
		}
	/* medium */
	.colors-medium {
		color: #fff;
		}
	.colors-medium .textlinks a {
		color: #a0a6ab;
		}
	.colors-medium .textlinks a:hover,
	.colors-medium .textlinks a:focus {
		color: #fff;
		}
	/* gradient */
	.colors-gradient,
	a.colors-gradient.textlinksalt,
	.colors-gradient .textlinksalt a {
		color: #fff;
		}
	.colors-gradient .textlinks a {
		color: #cee8ff;
		}
	.colors-gradient .textlinks a:hover,
	.colors-gradient .textlinks a:focus {
		color: #fff;
		}
	a.colors-gradient.textlinksalt:hover,
	a.colors-gradient.textlinksalt:focus,
	.colors-gradient .textlinksalt a:hover,
	.colors-gradient .textlinksalt a:focus {
		color: #cee8ff;
		}
	.colors-gradient .header-color {
		color: #fff;
		}
	.colors-gradient .highlight,
	.colors-gradient .gform_wrapper .gfield_required {
		color: #3da5ff;
		}
	.colors-gradient .header-color strong,
	.colors-gradient .highlight-t {
		color: #005baa;
		}
	.colors-gradient .highlight-d {
		color: #005baa;
		}
	.colors-gradient .highlight-a {
		color: #cee8ff;
		}
	.colors-gradient .textformat.textlinks a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(0,91,170,0.1);
		}
	.colors-gradient .textformat.textlinks a:hover,
	.colors-gradient .textformat.textlinks a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(0,91,170,0.9);
		color: #fff;
		}
	.colors-gradient .button,
	.colors-gradient .menu-social > li > a {
		background-color: #005baa;
		color: #fff;
		}
	.colors-gradient .button-alt {
		background-color: #005baa;
		}
	.colors-gradient .button.button-line {
		background: none;
		border-color: #005baa;
		box-shadow: none;
		color: #005baa;
		}
	.colors-gradient .button:hover,
	.colors-gradient .button:focus,
	.colors-gradient .button.button-alt:hover,
	.colors-gradient .button.button-alt:focus,
	.colors-gradient .button.button-line:hover,
	.colors-gradient .button.button-line:focus,
	.colors-gradient .menu-social > li > a:hover,
	.colors-gradient .menu-social > li > a:focus {
		background-color: #003461;
		border-color: transparent;
		color: #fff;
		}
	.colors-gradient .highlight-bg {
		background-color: #005baa;
		}
	.colors-gradient .border-c {
		border-color: #cee8ff;
		}
/* TEXT */
	/* Sizes */
	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;
		}
	/* SETUP */
	.text {
		margin: 2.5rem auto;
		}
	.text-impact.c,
	.text-big.c,
	.text-decorative.c {
		max-width: 80rem;
		}
	.text.c {
		text-align: center;
		}
	/* BASIC */
	.textnormal,
	.textwidget,
	.textlight {
		font-size: 1.5rem;
		}
	.textwidget,
	.textlight {
		font-weight: 300;
		}
	.textnormal.w.c,
	.textlight.w.c {
		max-width: 75rem;
		}
	.textformat p,
	.textwidget p,
	.textlight p {
		line-height: 1.8em;
		}
	@media (min-width: 60em) {
		.textnormal,
		.textwidget,
		.textlight {
			font-size: 1.75rem;
			}
	}
	.textlight:after,
	.textnormal:after {
		clear: both;
		content: '';
		display: block;
		font: normal 0/0 sans-serif;
		height: 0;
		visibility: hidden;
		}
	/* COLUMNS */
	@media (min-width: 40em) {
		.text-columns {
			columns: 2;
			column-gap: 2.5rem;
			}
		.text-columns.textformat > *,
		.text-columns.textformat > * li {
			margin-top: 0;
			padding-top: 0;
			}
		.text-columns.textformat > * li {
			page-break-inside: avoid;
			break-inside: avoid;
			}
	}
	@media (min-width: 60em) {
		.text-columns.w {
			column-gap: 5rem;
			}
		.text-columns.text-columns-3.w {
			columns: 3;
			}
		.text-columns.text-columns-4.w {
			columns: 4;
			}
	}
	/* IMPACT */
	.text-impact {
		font-size: 2em;
		}
	.text-impact.n {
		font-size: 1.6em;
		}
	.text-impact p {
		line-height: 1.4em;
		}
	.text-impact br {
		content: ' ';
		display: none;
		}
	@media (min-width: 40em) {
		.text-impact {
			font-size: 3em;
			}
		.text-impact.n {
			font-size: 2.5em;
			}
	}
	/* BIG */
	.text-big {
		font-size: 4em;
		font-weight: 300;
		text-transform: uppercase;
		}
	.text-big.n {
		font-size: 3em;
		}
	.text-big p {
		line-height: 1em;
		margin: 1rem 0;
		}
	.text-big strong {
		font-weight: 900;
		}
	@media (min-width: 60em) {
		.text-big {
			font-size: 6em;
			}
		.text-big.n {
			font-size: 4.5em;
			}
	}
	@media (min-width: 80em) {
		.text-big {
			font-size: 8em;
			}
		.text-big.n {
			font-size: 6em;
			}
	}
	/* DECORATIVE */
	.text-decorative {
		font-size: 3em;
		font-weight: 300;
		line-height: 1.2em;
		}
	.text-decorative strong {
		font-weight: 900;
		}
	@media (min-width: 60em) {
		.text-decorative {
			font-size: 4em;
			}
	}
	@media (min-width: 80em) {
		.text-decorative {
			font-size: 5em;
			}
	}
	/* DISCLAIMER */
	.text-disclaimer {
		opacity: 0.75;
		}

/* TEXT FORMAT */
	.textformat h1,
	.textformat h2,
	.textformat h3,
	.textformat h4,
	.textformat h5,
	.textformat h6 {
		font-weight: 900;
		margin: 2.5rem 0 1rem;
		text-transform: uppercase;
		}
	.textformat h1 {
		font-size: 1rem;
		}
	.textformat h2 {
		font-size: 2.25rem
		}
	.textformat h3 {
		font-size: 1.7rem
		}
	.textformat h4 {
		font-size: 1.4rem
		}
	.textformat h5 {
		font-size: 1.1rem
		}
	.textformat h6 {
		font-size: 1rem
		}
	@media (min-width: 60em) {
		.textformat h2 {
			font-size: 3rem
			}
		.textformat h3 {
			font-size: 2.25rem
			}
		.textformat h4 {
			font-size: 1.875rem
			}
		.textformat h5 {
			font-size: 1.3125rem
			}
		.textformat h6 {
			font-size: 1.125rem
			}
	}
	@media (min-width: 80em) {
		.textformat h2 {
			font-size: 4rem;
			}
		.textformat h3 {
			font-size: 3rem;
			}
		.textformat h4 {
			font-size: 2.5rem;
			}
		.textformat h5 {
			font-size: 1.75rem;
			}
		.textformat h6 {
			font-size: 1.5rem;
			}
	}
	.textformat p {
		margin: 2.5rem 0;
		}
	.textformat.s p {
		margin: 1rem 0;
		}
	.textformat ul,
	.textformat ol {
		margin: 2.5rem 0;
		text-align: left;
		}
	.textformat ul ul,
	.textformat ol ol,
	.textformat ul ol,
	.textformat ol ul {
		margin-bottom: 0;
		margin-top: 0;
		}
	.textformat li {
		line-height: 1.4em;
		margin: 0.5rem 0 0.5rem 2.5rem;
		padding: 0 0 0 1rem;
		}
	.textformat ul {
		list-style-type: disc;
		}
	.textformat ol {
		list-style-type: decimal;
		}
	.textformat ul ul,
	.textformat ol ul {
		list-style-type: circle;
		}
	.textformat ol ol,
	.textformat ul ol {
		list-style-type: lower-latin;
		}
	.textformat blockquote {
		background-color: #f5f8fa;
		border-left: 0.1rem solid #c1c7cb;
		font-size: 1.25em;
		font-weight: 300;
		margin: 2.5rem 0;
		padding: 2rem;
		text-align: left;
		}
	.textformat blockquote p {
		line-height: 1.3em;
		margin: 0.5rem 0;
		}
	.textformat blockquote cite {
		display: block;
		font-size: 1.5rem;
		font-weight: 400;
		margin: 0.5rem 0;
		}
	.textformat figure,
	.textformat img,
	.textformat picture {
		margin: 2.5rem auto;
		}
	.textformat figure,
	.textformat figure > figcaption {
		text-align: center;
		}
	.textformat embed,
	.textformat iframe,
	.textformat object,
	.textformat video {
		margin-bottom: 2.5rem;
		max-width: 100%;
		}
	.textformat p > embed,
	.textformat p > iframe,
	.textformat p > object,
	.textformat span > embed,
	.textformat span > iframe,
	.textformat span > object {
		margin-bottom: 0;
		}
	.textformat.textlinks a,
	.textformat.post p a,
	.textformat.post li a {
		box-shadow: inset 0 -0.5rem 0 0 rgba(0,91,170,0.1);
		position: relative;
		transition: box-shadow color 250ms ease;
		}
	.textformat.textlinks a:hover,
	.textformat.textlinks a:focus,
	.textformat.post p a:hover,
	.textformat.post p a:focus,
	.textformat.post li a:hover,
	.textformat.post li a:focus {
    	box-shadow: inset 0 -4rem 0 0 rgba(0,91,170,0.75);
		color: #fff;
		}
	@media (min-width: 40em) {
		.textformat blockquote {
			float: left;
			margin-left: 0;
			margin-right: 5rem;
			}
		.textformat blockquote,
		.textformat img[align="left"],
		.textformat picture[align="left"],
		.textformat blockquote.alignleft,
		.textformat figure.alignleft,
		.textformat img.alignleft,
		.textformat picture.alignleft,
		.textformat .wp-caption.alignleft,
		.textformat img[align="right"],
		.textformat picture[align="right"],
		.textformat blockquote.alignright,
		.textformat figure.alignright,
		.textformat img.alignright,
		.textformat picture.alignright,
		.textformat .wp-caption.alignright {
			max-width: 50%;
			}
		.textformat img[align="left"],
		.textformat picture[align="left"],
		.textformat blockquote.alignleft,
		.textformat figure.alignleft,
		.textformat img.alignleft,
		.textformat picture.alignleft,
		.textformat .wp-caption.alignleft {
			margin-left: 0;
			margin-right: 5rem;
			}
		.textformat img[align="right"],
		.textformat picture[align="right"],
		.textformat blockquote.alignright,
		.textformat figure.alignright,
		.textformat img.alignright,
		.textformat picture.alignright,
		.textformat .wp-caption.alignright {
			margin-right: 0;
			margin-left: 5rem;
			}
	}

/* ALIGNMENT */
	@media (min-width: 40em) {
		img[align="left"],
		picture[align="left"],
		.alignleft {
			float: left;
			}
		img[align="right"],
		picture[align="right"],
		.alignright {
			float: right;
			}
		img[align="center"],
		picture[align="center"],
		img[align="middle"],
		picture[align="middle"],
		.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
			}
	}

/* CONTENT SPACING */
	@media (min-width: 60em) {
		.container {
			margin-left: 7.5rem;
			margin-right: 7.5rem;
			}
		.container .textnormal.textformat figure.wp-block-image,
		.container .textnormal.textformat img[align="left"],
		.container .textnormal.textformat picture[align="left"],
		.container .textnormal.textformat img.alignleft,
		.container .textnormal.textformat picture.alignleft,
		.container .textnormal.textformat blockquote,
		.container .textnormal.textformat blockquote.alignleft,
		.container .textnormal.textformat figure.alignleft,
		.container .textnormal.textformat .wp-caption.alignleft {
			margin-left: -7.5rem;
			}
		.container .textnormal.textformat figure.wp-block-image,
		.container .textnormal.textformat img[align="right"],
		.container .textnormal.textformat picture[align="right"],
		.container .textnormal.textformat img.alignright,
		.container .textnormal.textformat picture.alignright,
		.container .textnormal.textformat blockquote.alignright,
		.container .textnormal.textformat figure.alignright,
		.container .textnormal.textformat .wp-caption.alignright {
			margin-right: -7.5rem;
			}
	}
	@media (min-width: 80em) {
		.container {
			margin-left: 15rem;
			margin-right: 15rem;
			}
		.container .textnormal.textformat figure.wp-block-image,
		.container .textnormal.textformat img[align="left"],
		.container .textnormal.textformat picture[align="left"],
		.container .textnormal.textformat img.alignleft,
		.container .textnormal.textformat picture.alignleft,
		.container .textnormal.textformat.text blockquote,
		.container .textnormal.textformat blockquote.wp-block-quote,
		.container .textnormal.textformat blockquote.alignleft,
		.container .textnormal.textformat figure.alignleft,
		.container .textnormal.textformat .wp-caption.alignleft {
			margin-left: -15rem;
			}
		.container .textnormal.textformat figure.wp-block-image,
		.container .textnormal.textformat img[align="right"],
		.container .textnormal.textformat picture[align="right"],
		.container .textnormal.textformat img.alignright,
		.container .textnormal.textformat picture.alignright,
		.container .textnormal.textformat blockquote.wp-block-quote,
		.container .textnormal.textformat blockquote.alignright,
		.container .textnormal.textformat figure.alignright,
		.container .textnormal.textformat .wp-caption.alignright {
			margin-right: -15rem;
			}
	}

/* MEDIA */
	.media-image.c {
		text-align: center;
		}
	.media-image-link {
		display: inline-block;
		}
	.media-circle > .media-image-link > * {
		border-radius: 100%;
		}
	@media (min-width: 80em) {
		.media-shift-right > .media-image-link {
			transform: translateX(10rem);
			}
		.media-shift-left > .media-image-link {
			transform: translateX(-10rem);
			}
	}
/* MEDIA SWITCH */
	.media-switch-full {
		display: none;
		}
	@media (min-width: 40em) {
		.media-switch-full {
			display: block;
			}
		.media-switch-mobile {
			display: none;
			}
	}
/* MEDIA GRID */
	.media-grid {
		display: grid;
		}
	.media-grid-item {
		display: flex;
		position: relative;
		}
	.media-grid-image {
		flex: 1;
		}
	.media-grid-image > * {
		height: 100%;
		object-fit: cover;
		object-position: center;
		width: 100%;
		}
	.media-grid-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: 2rem;
		max-height: 100%;
		overflow: auto;
		padding: 4rem 1rem 1rem;
		position: absolute;
		pointer-events: none;
		text-align: center;
		width: 100%;
		}
/* IMAGE GROUP */
	.media-group {
		display: grid;
		grid-gap: 1rem;
		}
	.media-group-item {
		align-items: center;
		display: flex;
		justify-content: center;
		position: relative;
		}
	.media-group-highlight {
		text-align: center;
		z-index: 2;
		}
	.media-group-text {
		font-weight: 900;
		line-height: 1.2em;
		padding: 1rem 2.5rem;
		}
	.media-group-text-normal {
		font-size: 2em;
		}
	.media-group-text-medium {
		font-size: 3em;
		}
	.media-group-text-large {
		font-size: 4em;
		}
	.media-group-image {
		flex: 1;
		}
	.media-group-image > * {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.media-group-1,
	.media-group-2,
	.media-group-3 {
		grid-template-columns: 1fr minmax(auto, 7.5rem) minmax(auto, 7.5rem) 1fr;
		grid-template-rows: 5rem minmax(auto, 10rem) minmax(auto, 10rem) 5rem;
		}
	.media-group-1 .media-group-highlight,
	.media-group-2 .media-group-highlight,
	.media-group-3 .media-group-highlight {
		grid-area: 2 / 2 / span 2 / span 2;
		}
	.media-group-1 .media-group-image-1,
	.media-group-2 .media-group-image-1,
	.media-group-3 .media-group-image-1 {
		grid-area: 1 / 1 / span 4 / span 2;
		}
	.media-group-1 .media-group-image-2,
	.media-group-2 .media-group-image-2 {
		grid-area: 1 / 3 / span 2 / span 2;
		}
	.media-group-1 .media-group-image-3,
	.media-group-3 .media-group-image-3 {
		grid-area: 3 / 3 / span 2 / span 2;
		}
	.media-group-2 .media-group-image-3 {
		grid-area: 3 / 4 / span 1 / span 1;
		}
	.media-group-3 .media-group-image-2 {
		grid-area: 2 / 4 / span 1 / span 1;
		}
	@media (min-width: 40em) {
		.media-group-1,
		.media-group-2,
		.media-group-3 {
			grid-template-columns: 1fr minmax(auto, 10rem) minmax(auto, 20rem) 1fr;
			grid-template-rows: 5rem minmax(auto, 15rem) minmax(auto, 15rem) 5rem;
			}
	}
	@media (min-width: 60em) {
		.media-group-text {
			padding: 2.5rem 5rem;
			}
		.media-group-text-normal {
			font-size: 3em;
			}
		.media-group-text-medium {
			font-size: 4em;
			}
		.media-group-text-large {
			font-size: 5em;
			}
	}
/* MEDIA LINE */
	.media-line {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	@media (min-width: 40em) {
		.media-line {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
	}
/* MEDIA INFO GALLERY */
	.media-info-gallery {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr);
		}
	.media-info-gallery-item {
		margin: 0 auto;
		max-width: 64rem;
		}
	.media-info-gallery-image {
		display: block;
		}
	.media-info-gallery-info {
		margin-top: 1.5rem;
		}
	.media-info-gallery-header {
		font-size: 2.5em;
		font-weight: 900;
		margin: 1rem 0;
		}
	.media-info-gallery-text > p {
		margin: 1rem 0;
		font-size: 1.5rem;
		}
	@media (min-width: 40em) {
		.media-info-gallery {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-gap: 5rem;
			}
	}
	@media (min-width: 60em) {
		.media-info-gallery-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
	}
	@media (min-width: 80em) {
		.media-info-gallery-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
	}
/* THUMBNAIL GALLERY */
	.thumbnail-gallery {
		display: grid;
		grid-gap: 1rem;
		position: relative;
		}
	.thumbnail-gallery-image {
		position: relative;
		z-index: 2;
		}
	.thumbnail-gallery-image-item {
		box-shadow: none !important;
		display: none;
		}
	.thumbnail-gallery[data-current="1"] .thumbnail-gallery-image-item[data-id="1"],
	.thumbnail-gallery[data-current="2"] .thumbnail-gallery-image-item[data-id="2"],
	.thumbnail-gallery[data-current="3"] .thumbnail-gallery-image-item[data-id="3"],
	.thumbnail-gallery[data-current="4"] .thumbnail-gallery-image-item[data-id="4"],
	.thumbnail-gallery[data-current="5"] .thumbnail-gallery-image-item[data-id="5"],
	.thumbnail-gallery[data-current="6"] .thumbnail-gallery-image-item[data-id="6"],
	.thumbnail-gallery[data-current="7"] .thumbnail-gallery-image-item[data-id="7"],
	.thumbnail-gallery[data-current="8"] .thumbnail-gallery-image-item[data-id="8"],
	.thumbnail-gallery[data-current="9"] .thumbnail-gallery-image-item[data-id="9"],
	.thumbnail-gallery[data-current="10"] .thumbnail-gallery-image-item[data-id="10"],
	.thumbnail-gallery[data-current="11"] .thumbnail-gallery-image-item[data-id="11"],
	.thumbnail-gallery[data-current="12"] .thumbnail-gallery-image-item[data-id="12"],
	.thumbnail-gallery[data-current="13"] .thumbnail-gallery-image-item[data-id="13"],
	.thumbnail-gallery[data-current="14"] .thumbnail-gallery-image-item[data-id="14"],
	.thumbnail-gallery[data-current="15"] .thumbnail-gallery-image-item[data-id="15"],
	.thumbnail-gallery[data-current="16"] .thumbnail-gallery-image-item[data-id="16"],
	.thumbnail-gallery[data-current="17"] .thumbnail-gallery-image-item[data-id="17"],
	.thumbnail-gallery[data-current="18"] .thumbnail-gallery-image-item[data-id="18"],
	.thumbnail-gallery[data-current="19"] .thumbnail-gallery-image-item[data-id="19"],
	.thumbnail-gallery[data-current="20"] .thumbnail-gallery-image-item[data-id="20"],
	.thumbnail-gallery[data-current="21"] .thumbnail-gallery-image-item[data-id="21"],
	.thumbnail-gallery[data-current="22"] .thumbnail-gallery-image-item[data-id="22"],
	.thumbnail-gallery[data-current="23"] .thumbnail-gallery-image-item[data-id="23"],
	.thumbnail-gallery[data-current="24"] .thumbnail-gallery-image-item[data-id="24"],
	.thumbnail-gallery[data-current="25"] .thumbnail-gallery-image-item[data-id="25"] {
		cursor: zoom-in;
		display: block;
		}
	.thumbnail-gallery[data-current="1"] .thumbnail-gallery-thumbs-item[data-id="1"],
	.thumbnail-gallery[data-current="2"] .thumbnail-gallery-thumbs-item[data-id="2"],
	.thumbnail-gallery[data-current="3"] .thumbnail-gallery-thumbs-item[data-id="3"],
	.thumbnail-gallery[data-current="4"] .thumbnail-gallery-thumbs-item[data-id="4"],
	.thumbnail-gallery[data-current="5"] .thumbnail-gallery-thumbs-item[data-id="5"],
	.thumbnail-gallery[data-current="6"] .thumbnail-gallery-thumbs-item[data-id="6"],
	.thumbnail-gallery[data-current="7"] .thumbnail-gallery-thumbs-item[data-id="7"],
	.thumbnail-gallery[data-current="8"] .thumbnail-gallery-thumbs-item[data-id="8"],
	.thumbnail-gallery[data-current="9"] .thumbnail-gallery-thumbs-item[data-id="9"],
	.thumbnail-gallery[data-current="10"] .thumbnail-gallery-thumbs-item[data-id="10"],
	.thumbnail-gallery[data-current="11"] .thumbnail-gallery-thumbs-item[data-id="11"],
	.thumbnail-gallery[data-current="12"] .thumbnail-gallery-thumbs-item[data-id="12"],
	.thumbnail-gallery[data-current="13"] .thumbnail-gallery-thumbs-item[data-id="13"],
	.thumbnail-gallery[data-current="14"] .thumbnail-gallery-thumbs-item[data-id="14"],
	.thumbnail-gallery[data-current="15"] .thumbnail-gallery-thumbs-item[data-id="15"],
	.thumbnail-gallery[data-current="16"] .thumbnail-gallery-thumbs-item[data-id="16"],
	.thumbnail-gallery[data-current="17"] .thumbnail-gallery-thumbs-item[data-id="17"],
	.thumbnail-gallery[data-current="18"] .thumbnail-gallery-thumbs-item[data-id="18"],
	.thumbnail-gallery[data-current="19"] .thumbnail-gallery-thumbs-item[data-id="19"],
	.thumbnail-gallery[data-current="20"] .thumbnail-gallery-thumbs-item[data-id="20"],
	.thumbnail-gallery[data-current="21"] .thumbnail-gallery-thumbs-item[data-id="21"],
	.thumbnail-gallery[data-current="22"] .thumbnail-gallery-thumbs-item[data-id="22"],
	.thumbnail-gallery[data-current="23"] .thumbnail-gallery-thumbs-item[data-id="23"],
	.thumbnail-gallery[data-current="24"] .thumbnail-gallery-thumbs-item[data-id="24"],
	.thumbnail-gallery[data-current="25"] .thumbnail-gallery-thumbs-item[data-id="25"] {
		opacity: 0.5;
		}
	.thumbnail-gallery-thumbs {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		position: relative;
		z-index: 1;
		}
	.thumbnail-gallery-thumbs-item {
		display: block;
		border-radius: 0.3rem;
		overflow: hidden;
		transition: opacity 200ms ease-in-out;
		}
	.thumbnail-gallery-thumbs-item:hover {
		opacity: 0.75;
		}
/* VIDEO GALLERY */
	.media-video-gallery {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr);
		}
	@media (min-width: 40em) {
		.media-video-gallery.media-video-gallery-2,
		.media-video-gallery.media-video-gallery-4 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-gap: 5rem;
			}
		.media-video-gallery.media-video-gallery-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.media-video-gallery.media-video-gallery-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
	}
/* HERO */
	.hero {
		position: relative;
		z-index: 1;
		}
	.hero::after {
		background-size: cover;
		content: '';
		height: calc(100% - 10rem);
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		}
	.hero-images {
		position: relative;
		z-index: 2;
		}
	.hero-images:before {
		content: '';
		display: block;
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: calc(100% * (12/16));
		width: 100%;
		}
	.hero-image {
		height: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity 350ms ease-in-out;
		z-index: 0;
		}
	.hero-image.hero-current {
		opacity: 1;
		z-index: 1;
		}
	.hero-image > img,
	.hero-image > picture {
		height: 100%;
		object-fit: contain;
		object-position: bottom;
		width: 100%;
		}
	.hero-text {
		align-items: center;
		display: flex;
		position: relative;
		z-index: 3;
		}
	.hero-info {
		margin: 12rem auto 2.5rem;
		text-align: left;
		width: 100%;
		}
	.hero-texts {
		font-size: 1.5rem;
		}
	.hero-header {
		font-size: 2.2em;
		font-weight: 900;
		text-transform: none;
		}
	.hero-header strong {
		color: #679ed9;
		}
	.hero-texts > .buttons-group {
		margin-bottom: 0;
		}
	.hero-icon {
		margin-top: 1rem;
		}
	.hero-icon > img {
		height: 1.5rem;
		width: auto;
		}
	@media (min-width: 22.5em) {
		.hero-texts {
			font-size: 2rem;
			}
		.hero-intro {
			max-width: 50rem;
			width: 75%;
			}
	}
	@media (min-width: 40em) {
		.hero-images:before {
			padding-bottom: calc(100% * (9/16));
			}
		.hero-texts {
			font-size: 3rem;
			}
		.hero-info {
			margin-top: 20rem;
			text-align: left;
			width: 100%;
			}
	}
	@media (min-width: 60em) {
		.hero {
			display: grid;
			height: 80vh;
			max-height: 75rem;
			min-height: 70rem;
			}
		.hero::after {
			height: calc(100% - 5rem);
			}
		.hero-text,
		.hero-images {
			grid-area: 1 / 1;
			}
		.hero-images {
			margin-left: 50%;
			margin-right: 2rem;
			margin-top: 15rem;
			}
		.hero-images:before {
			display: none;
			}
		.hero-image {
			max-width: 80rem;
			}
		.hero-image.hero-current {
			opacity: 1;
			z-index: 1;
			}
		.hero-image > img,
		.hero-image > picture {
			height: 100%;
			object-fit: contain;
			object-position: bottom;
			width: 100%;
			}
		.hero-text {
			align-items: center;
			display: flex;
			z-index: 3;
			}
		.hero-info {
			margin: 15rem auto 5rem;
			}
		.hero-texts {
			font-size: 2rem;
			width: 45%;
			}
		.hero-intro {
			max-width: none;
			width: auto;
			}
		.hero-icon {
			bottom: 5.5rem;
			position: absolute;
			right: 1rem;
			}
	}
	@media (min-width: 80em) {
		.hero {
			height: 80vh;
			margin-bottom: -5rem;
			max-height: 90rem;
			min-height: 70rem;
			}
		.hero::after {
			height: calc(100% - 10rem);
			}
		.hero-images {
			margin-left: 45%;
			}
		.hero-info {
			margin-bottom: 10rem;
			}
		.hero-texts {
			font-size: 3rem;
			width: 40%;
			}
		.hero-icon {
			bottom: 11rem;
			right: 2rem;
			}
	}
	@media (min-width: 90em) {
		.hero-icon > img {
			height: 2rem;
			}
	}

/* CARDS */
	.cards {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		}
	.cards-partial {
		grid-gap: 2.5rem;
		}
	.cards-item {
		display: block;
		position: relative;
		}
	.cards-holder {
		font-size: 1rem;
		margin: 2.5rem;
		position: relative;
		}
	.cards-header {
		font-size: 2.5em;
		font-weight: 900;
		line-height: 1.2em;
		margin-bottom: 1rem;
		}
	.cards-text {
		font-size: 1.5em;
		line-height: 1.2em;
		opacity: 0.75;
		}
	.cards-img {
		overflow: hidden;
		}
	/* BASIC */
	.cards-basic .cards-holder {
		display: flex;
		height: calc(100% - 5rem);
		position: relative;
		z-index: 3;
		}
	.cards-basic .cards-content {
		padding-top: 2.5rem;
		}
	.cards-basic .cards-text {
		padding-bottom: 3.5rem;
		}
	.cards-basic .cards-button {
		bottom: 0;
		font-size: 2em;
		left: 0;
		right: 0;
		position: absolute;
		}
	/* BLOCK */
	.cards-block .cards-holder {
		align-items: flex-end;
		display: flex;
		height: calc(100% - 5rem);
		position: relative;
		z-index: 3;
		}
	.cards-block .cards-img {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		}
	.cards-block .cards-img > img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		width: 100%;
		}
	/* IMAGE */
	.cards-image .cards-item {
		display: grid;
		}
	.cards-image .cards-item > .cards-img,
	.cards-image .cards-item > .cards-holder {
		grid-area: 1 / 1;
		}
	.cards-image .cards-item > .cards-img > * {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.cards-image .cards-item > .cards-holder {
		align-items: flex-end;
		background: linear-gradient(to bottom, rgba(44,44,44,0) 25%, rgba(44,44,44,0.75) 100%);
		display: flex;
		margin: 0;
		z-index: 2;
		}
	.cards-image .cards-holder .cards-content {
		margin: 2.5rem;
		}
	@media (min-width: 40em) {
		.cards.cards-4.f {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.cards.cards-3.w {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.cards.cards-3.w .cards-holder {
			font-size: 0.8rem;
			}
	}
	@media (min-width: 60em) {
		.cards.cards-4.w {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.cards.cards-3.cards-3 .cards-holder {
			font-size: 1rem;
			}
		.cards-block .cards-content {
			padding-top: 7.5rem;
			}
	}
	@media (min-width: 80em) {
		.cards.cards-partial.cards-3 .cards-holder,
		.cards.cards-full .cards-holder {
			font-size: 1.2rem;
			}
		.cards-block .cards-content {
			padding-top: 10rem;
			}
	}
	@media (max-width: 39.99em) {
		.cards-scroll {
			display: flex;
			grid-gap: 0;
			overflow: hidden;
			}
		.cards.cards-partial.cards-scroll {
			margin: -2.5rem;
			}
		.cards.cards-partial.cards-scroll.slick-initialized {
			margin-bottom: 2.5rem;
			}
		.cards.cards-partial.cards-scroll > .cards-item {
			margin: 0 2.5rem;
			}
		.cards.cards-partial.cards-scroll.slick-initialized .slick-slide > div {
			padding: 2.5rem 2.5rem 0;
			}
		.cards.cards-partial.cards-scroll:not(.slick-initialized),
		.cards.cards-full.cards-scroll.b:not(.slick-initialized) {
			padding-bottom: 2.5rem;
			padding-top: 2.5rem;
			}
		.cards-scroll .cards-item {
			flex-grow: 1;
			flex-shrink: 0;
			}
		.cards-scroll .slick-slide .cards-item {
			display: inline-grid !important;
			}
		.cards.cards-partial.cards-scroll .cards-item {
			flex-basis: calc(100% - 5rem);
			}
		.cards.cards-full.cards-scroll .cards-item {
			flex-basis: 100%;
			}
		.cards.cards-partial.cards-scroll .slick-dots {
			padding-top: 1rem;
			}
		.cards.cards-full.cards-scroll .slick-dots {
			margin-top: -2.5rem;
			padding-top: 0;
			}
	}

/* FORMATTED BLOCKS */
	.formatted-blocks {
		}
	.formatted-blocks-item {
		}
	.formatted-blocks-content {
		margin: 2.5rem 0;
		}
	@media (min-width: 60em) {
		.formatted-blocks-item {
			display: flex;
			flex-direction: row;
			}
		.formatted-blocks-image,
		.formatted-blocks-holder {
			overflow: hidden;
			width: 50%;
			}
		.formatted-blocks-image img,
		.formatted-blocks-image picture {
			height: 100%;
			object-fit: cover;
			width: 100%;
			}
		.formatted-blocks-holder {
			display: flex;
			}
		.formatted-blocks-content {
			margin: 7.5rem 0;
			max-width: 64rem;
			padding: 0 7.5rem
			}
		.formatted-blocks-item:nth-child(odd) .formatted-blocks-image {
			order: 2;
			}
		.formatted-blocks-item:nth-child(odd) .formatted-blocks-holder {
			justify-content: flex-end;
			order: 1;
			padding-right: 0;
			}
		.formatted-blocks-item:nth-child(odd) .formatted-blocks-content {
			padding-left: 0;
			}
		.formatted-blocks-item:nth-child(even) .formatted-blocks-holder {
			padding-left: 0;
			}
		.formatted-blocks-item:nth-child(even) .formatted-blocks-content {
			padding-right: 0;
			}
		.formatted-blocks-header {
			margin-top: 0;
			}
	}
/* FORMATTED COLUMNS */
	.formatted-text-columns {
		grid-gap: 5em;
		}
	@media (min-width: 40em) {
		.formatted-text-columns {
			display: grid;
			}
		.formatted-text-columns-2,
		.formatted-text-columns-4 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.formatted-text-columns-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.formatted-text-columns-item > *:first-child {
			margin-top: 0 !important;
			}
		.formatted-text-columns-item > *:last-child {
			margin-bottom: 0 !important;
			}
	}
	@media (min-width: 60em) {
		.formatted-text-columns-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
	}
/* FORMATTED TIMELINE */
	.formatted-timeline {
		max-width: 96em;
		position: relative;
		}
	.formatted-timeline::after {
		background-color: #d2d7db;
		content: '';
		height: 100%;
		position: absolute;
		top: 0;
		width: 0.2rem;
		}
	.formatted-timeline-year > h3 {
		background-color: #3da5ff;
		border: 0.1rem solid #d2d7db;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		margin: 0;
		padding: 0.5em 1em;
		position: relative;
		z-index: 2;
		}
	.formatted-timeline-item {
		margin: 2.5rem 0;
		position: relative;
		}
	.formatted-timeline-item::before {
		background-color: #fff;
		border: 0.1rem solid #d2d7db;
		content: '';
		height: 2rem;
		left: -1rem;
		position: absolute;
		transform: rotate(45deg);
		top: 1rem;
		width: 2rem;
		z-index: 99;
		}
	.formatted-timeline-item::after {
		background-color: #fff;
		border: 0.1rem solid #d2d7db;
		border-radius: 100%;
		content: '';
		height: 1.2rem;
		left: -4.6rem;
		position: absolute;
		top: 1.3rem;
		width: 1.2rem;
		z-index: 99;
		}
	.formatted-timeline-holder {
		background-color: #fff;
		border: 0.1rem solid #d2d7db;
		}
	.formatted-timeline-buffer {
		margin: 1.5rem;
		}
	.formatted-timeline-info {
		margin-top: 2rem;
		}
	.formatted-timeline-date {
		color: #3da5ff;
		font-size: 1.4em;
		font-weight: 900;
		}
	.formatted-timeline-header {
		margin: 1rem 0;
		font-weight: 700;
		}
	@media (min-width: 60em) {
		.formatted-timeline::after {
			left: calc(50% - 0.1rem);
			}
		.formatted-timeline-year {
			margin-bottom: 2.5rem;
			text-align: center;
			}
		.formatted-timeline-items {
			overflow: hidden;
			padding: 0 2rem;
			}
		.formatted-timeline-item {
			width: 45%;
			float: left;
			clear: left;
			margin-bottom: 2.5rem;
			margin-top: 2rem;
			}
		.formatted-timeline-item:nth-of-type(even) {
			float: right;
			clear: right;
			margin-top: 12rem;
			}
		.formatted-timeline-item:nth-of-type(odd)::before {
			border-bottom: 0;
			border-left: 0;
			left: auto;
			right: -1rem;
			}
		.formatted-timeline-item:nth-of-type(even)::before {
			border-right: 0;
			border-top: 0;
			}
		.formatted-timeline-item:after {
			left: -5.2rem;
			}
		.formatted-timeline-item:nth-of-type(odd)::after {
			left: auto;
			right: -5.2rem;
			}
		.formatted-timeline-buffer {
			margin: 2.5rem;
			}
	}
	@media (max-width: 59.99em) {
		.formatted-timeline-items {
			padding-left: 4rem;
			}
		.formatted-timeline-item::before {
			border-right: 0;
			border-top: 0;
			}
	}
/* FORMATTED STEPS */
	.formatted-steps {
		max-width: 96rem;
		}
	.formatted-steps-item {
		display: flex;
		margin-top: 2.5rem;
		}
	.formatted-steps-number {
		font-size: 2.5em;
		font-weight: 900;
		width: 5rem;
		}
	.formatted-steps-number > .formatted-steps-buffer {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23005baa'/%3E%3C/svg%3E");
		color: #fff;
		height: 5rem;
		line-height: 5rem;
		text-align: center;
		width: 5rem;
		}
	.formatted-steps-step {
		display: none;
		}
	.formatted-steps-info {
		width: calc(100% - 5rem);
		}
	.formatted-steps-info > .formatted-steps-buffer {
		margin: 1.7rem 0 0 2rem;
		}
	.formatted-steps-header {
		font-size: 2em;
		font-weight: 900;
		text-transform: uppercase;
		}
	@media (min-width: 60em) {
		.formatted-steps-number {
			font-size: 5em;
			width: 10rem;
			}
		.formatted-steps-number > .formatted-steps-buffer {
			height: 10rem;
			line-height: 10rem;
			width: 10rem;
			}
		.formatted-steps-info {
			width: calc(100% - 10rem);
			}
		.formatted-steps-info > .formatted-steps-buffer {
			margin: 4rem 0 0 2.5rem;
			}
		.formatted-steps-header {
			font-size: 3em;
			}
	}
/* FORMATTED PROFILES */
	.formatted-profiles,
	.formatted-profiles-item {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr);
		}
	.formatted-profiles-item {
		grid-template-columns: 10rem 1fr;
		}
	.formatted-profiles-name {
		font-size: 2em;
		font-weight: 900;
		}
	.formatted-profiles-name i {
		font-size: 0.75em;
		vertical-align: middle;
		}
	.formatted-profiles-title {
		font-size: 1.5em;
		font-weight: 300;
		margin-top: 0.5rem;
		}
	.formatted-profiles-text {
		font-size: 1.6em;
		}
	.formatted-profiles-text p {
		margin: 1rem 0;
		}
	@media (min-width: 40em) {
		.formatted-profiles-item {
			grid-template-columns: 20rem 1fr;
			}
	}
	@media (min-width: 60em) {
		.formatted-profiles,
		.formatted-profiles-item {
			grid-gap: 5rem;
			}
		.formatted-profiles-item {
			grid-template-columns: 20rem 1fr;
			}
		.formatted-profiles-name {
			font-size: 2.5em;
			}
		.formatted-profiles-title {
			font-size: 1.875em;
			}
	}
	@media (min-width: 80em) {
		.formatted-profiles {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}

/* NAVIGATION TEXT BOXES */
	.nav-text-boxes {
		display: grid;
		grid-gap: 2.5em;
		}
	.nav-text-boxes-header {
		font-size: 2em;
		font-weight: 900;
		line-height: 2rem;
		margin: 1rem 0;
		overflow: hidden;
		text-transform: uppercase;
		}
	.nav-text-boxes-header i,
	.nav-text-boxes-header a {
		float: left;
		}
	.nav-text-boxes-header i {
		padding-right: 1rem;
		width: 3rem;
		}
	.nav-text-boxes-header a {
		width: calc(100% - 3rem);
		}
	.nav-text-boxes-text {
		font-size: 1.5em;
		margin-left: 3rem;
		}
	.nav-text-boxes-text p {
		margin: 0;
		}
	@media (min-width: 40em) {
		.nav-text-boxes.w {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.nav-text-boxes.w {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.nav-text-boxes.w.nav-text-boxes-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}

/* NAVIGATION STICKY SUBMENU */
	.nav-submenu-sticky {
		border-top: 0.1rem solid #c1c7cb;
		}
	.nav-submenu-sticky-item {
		background-color: #e4e8eb;
		border-bottom: 0.1rem solid #c1c7cb;
		color: #1d1f21;
		display: block;
		padding: 2rem;
		}
	.nav-submenu-sticky-item.c i {
		color: #3da5ff;
		}
	.nav-submenu-sticky-item:hover {
		background-color: #f1f4f7;
		}
	.nav-submenu-sticky-header {
		font-weight: 900;
		font-size: 1.8rem;
		}
	.nav-submenu-sticky-header > i {
		width: 2rem;
		}
	.nav-submenu-sticky-text {
		font-size: 1.4rem;
		margin-left: 2rem;
		margin-top: 0.5rem;
		}
	@media (min-width: 40em) {
		.nav-submenu-sticky-main {
			position: -webkit-sticky;
			position: sticky;
			transition: top 250ms ease-out;
			top: -1px;
			z-index: 5;
			}
		body.scrolled-menu.scrolled-up .nav-submenu-sticky-main {
			top: 6rem;
			}
		.nav-submenu-sticky.w {
			border-right: 0.1rem solid #c1c7cb;
			border-top: 0;
			display: flex;
			}
		.nav-submenu-sticky.w .nav-submenu-sticky-item {
			border-bottom: 0;
			border-left: 0.1rem solid #c1c7cb;
			flex: 1 1 100%;
			}
	}
	@media (min-width: 60em) {
		body.scrolled-menu.scrolled-up .nav-submenu-sticky-main {
			top: 10rem;
			}
	}

/* NAVIGATION PHOTO COLLAGE */
	.nav-photo-collage {
		display: grid;
		grid-auto-flow: dense;
		grid-gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	.nav-photo-collage-item-square_big,
	.nav-photo-collage-item-horizontal {
		grid-column: span 2;
		}
	.nav-photo-collage-item {
		color: #fff;
		display: grid;
		}
	a.nav-photo-collage-item:hover,
	a.nav-photo-collage-item:focus {
		color: #fff;
		}
	.nav-photo-collage-image,
	.nav-photo-collage-content {
		grid-area: 1 / 1;
		}
	.nav-photo-collage-image {
		background-color: #f1f4f7;
		position: relative;
		}
	.nav-photo-collage-image:after {
		background: linear-gradient(to bottom, rgba(44,44,44,0) 50%, rgba(44,44,44,1) 100%);
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		}
	.nav-photo-collage-image > * {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.nav-photo-collage-content {
		align-items: flex-end;
		display: flex;
		position: relative;
		z-index: 2;
		}
	.nav-photo-collage-info {
		font-size: 1rem;
		margin: 1.5rem;
		}
	.nav-photo-collage-header,
	.nav-photo-collage-header-sub {
		text-transform: uppercase;
		}
	.nav-photo-collage-header {
		font-size: 1.2em;
		font-weight: 900;
		}
	.nav-photo-collage-header i {
		padding-left: 0.5rem;
		}
	.nav-photo-collage-header-sub {
		font-size: 2.4em;
		font-weight: 900;
		margin-top: 0.5rem;
		}
	.nav-photo-collage-item-square_big .nav-photo-collage-header {
		font-size: 1.6em;
		}
	.nav-photo-collage-item-square_big .nav-photo-collage-header-sub {
		font-size: 3.2em;
		}
	.nav-photo-collage-text {
		font-size: 1.5em;
		line-height: 1.4em;
		opacity: 0.8;
		}
	@media (min-width: 40em) {
		.nav-photo-collage {
			grid-gap: 2.5rem;
			}
		.nav-photo-collage.w {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.nav-photo-collage.w .nav-photo-collage-item-square_big,
		.nav-photo-collage.w .nav-photo-collage-item-vertical {
			grid-row: span 2;
			}
		.nav-photo-collage.w .nav-photo-collage-box-1.nav-photo-collage-item-horizontal {
			grid-column: 1 / span 2;
			}
		.nav-photo-collage.w .nav-photo-collage-box-1.nav-photo-collage-box-rectangle-squares.nav-photo-collage-item-square,
		.nav-photo-collage.w .nav-photo-collage-box-1.nav-photo-collage-item-3.nav-photo-collage-box-squares.nav-photo-collage-item-square,
		.nav-photo-collage.w .nav-photo-collage-box-1.nav-photo-collage-item-4.nav-photo-collage-box-squares.nav-photo-collage-item-square {
			grid-row: 2;
			}
	}
	@media (min-width: 60em) {
		.nav-photo-collage-info {
			font-size: 1.25rem;
			margin: 2.5rem;
			}
	}
	@media (max-width: 39.99em) {
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-item-square_big,
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-item-vertical,
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-box-rectangle-squares.nav-photo-collage-item-horizontal,
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-box-squares-rectangle.nav-photo-collage-item-square {
			grid-row: 1;
			}
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-box-rectangle-squares.nav-photo-collage-item-square,
		.nav-photo-collage-swap .nav-photo-collage-box-2.nav-photo-collage-box-squares-rectangle.nav-photo-collage-item-horizontal {
			grid-row: 2;
			}
	}

/* NAVIGATION GRID */
	.nav-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		text-align: center;
		}
	.nav-grid-item {
		display: grid;
		position: relative;
		}
	.nav-grid-image,
	.nav-grid-content {
		grid-area: 1 / 1;
		}
	.nav-grid-image > * {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.nav-grid-photos a.nav-grid-holder:before {
		transition: opacity 200ms ease;
		}
	.nav-grid-photos a.nav-grid-item:hover:before,
	.nav-grid-photos a.nav-grid-item:focus:before {
		opacity: 0.75;
		}
	.nav-grid-content {
		align-items: center;
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 2;
		}
	.nav-grid-info {
		font-size: 1rem;
		margin: 1.5rem;
		}
	.nav-grid-header {
		font-size: 1.5em;
		font-weight: 900;
		margin-top: 1rem;
		text-transform: uppercase;
		}
	.nav-grid-icon {
		font-size: 3.5em;
		margin-bottom: 1.5rem;
		opacity: 0.75;
		}
	.nav-grid-icons > .nav-grid-item::after {
		bottom: 0;
		content: '';
		left: 0;
		mix-blend-mode: multiply;
		position: absolute;
		right: 0;
		top: 0;
		}
	.nav-grid-icons > .nav-grid-item:nth-child(2)::after {
		background-color: rgba(0,0,0,0.05);
		}
	.nav-grid-icons > .nav-grid-item:nth-child(3)::after {
		background-color: rgba(0,0,0,0.1);
		}
	.nav-grid-icons > .nav-grid-item:nth-child(4)::after {
		background-color: rgba(0,0,0,0.15);
		}
	@media (min-width: 40em) {
		.nav-grid.w {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.nav-grid-info.w {
			font-size: 1.75rem;
			margin: 2.5rem;
			}
	}

/* ITEMS */
	.items-container {
		width: 100%;
		}
	.items-layout-grid .items {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr);
		}
	.items-layout-scroll .items {
		display: flex;
		margin: -2.5rem -2.5rem 0 -2.5rem;
		overflow: hidden;
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
		}
	.items-layout-scroll > .slick-initialized.items.slick-dotted {
		padding-bottom: 0;
		}
	.items-layout-scroll .items.slick-initialized {
		display: block;
		}
	.items-layout-scroll .items-holder {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
		}
	.items-layout-grid .items-item,
	.items-layout-scroll .items-holder {
		background-color: #fff;
		box-shadow: 0 0 2rem 0 rgba(0,0,0,0.05);
		display: block;
		}
	.items-layout-scroll .items-item {
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		}
	.items-position-outside .items-item {
		color: #1d1f21;
		}
	.items-position-inside .items-item,
	.items-position-inside .items-item:hover,
	.items-position-inside .items-item:focus {
		color: #fff;
		}
	a.items-item:hover,
	a.items-item:focus {
		color: #005baa;
		}
	.items-holder {
		height: 100%;
		position: relative;
		}
	.items-position-outside .items-holder {
		display: grid;
		grid-template-rows: auto 1fr;
		}
	.items-image {
		display: block;
		position: relative;
		}
	.items-image > * {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.items-position-inside .items-image:after {
		background: linear-gradient(to bottom, rgba(44,44,44,0) 50%, rgba(44,44,44,0.75) 100%);
		bottom: 0;
		content: '';
		left: 0;
		mix-blend-mode: multiply;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		}
	.items-content {
		font-size: 1.5rem;
		padding: 2.5rem;
		}
	.items-position-outside .items-content {
		display: flex;
		height: 100%;
		}
	.items-position-outside.items-style-header .items-content {
		justify-content: center;
		text-align: center;
		}
	.items-position-inside .items-holder {
		display: grid;
		position: relative;
		}
	.items-position-inside .items-image,
	.items-position-inside .items-content {
		grid-area: 1 / 1;
		}
	.items-position-inside .items-content {
		align-items: flex-end;
		display: flex;
		padding: 0;
		position: relative;
		z-index: 2;
		}
	.items-position-inside .items-info {
		margin: 2.5rem;
		}
	.items-header {
		font-size: 1.5em;
		font-weight: 900;
		line-height: 1.1em;
		text-transform: uppercase;
		}
	.items-category {
		margin-bottom: 0.5rem;
		text-transform: uppercase;
		}
	.items-position-inside .items-category {
		color: #fff;
		opacity: 0.75;
		}
	.items-text {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-top: 0.75rem;
		}
	.items-text p + p {
		margin-top: 0.5rem;
		}
	.items-text em {
		color: #565b5f;
		}
	.items-text .items-meta {
		font-size: 0.9em;
		}
	.items-text .items-meta span {
		color: #a0a6ab;
		}
	.items-button {
		font-size: 2em;
		margin-top: 0.5rem;
		}
	.items-position-outside .items-info.items-has-details {
		display: flex;
		flex-flow: row wrap;
		height: 100%;
		width: 100%;
		}
	.items-position-outside .items-info.items-has-details .items-details,
	.items-position-outside .items-info.items-has-details .items-sub-details {
		width: 100%;
		}
	.items-position-outside .items-info.items-has-details .items-details {
		align-self: flex-start;
		}
	.items-position-outside .items-info.items-has-details .items-sub-details {
		align-self: flex-end;
		}
	.items-position-outside .items-date-card {
		display: none;
		}
	.items-position-inside .items-about {
		display: none;
		}
	.items-position-inside .items-date-card {
		background-color: #3da5ff;
		color: #fff;
		right: 2rem;
		padding: 0.5rem;
		position: absolute;
		text-align: center;
		top: 2rem;
		width: 4em;
		z-index: 10;
		}
	.items-position-inside .items-date-card > span {
		display: block;
		}
	.items-position-inside .items-date-card-m {
		font-size: 1em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.items-position-inside .items-date-card-d {
		font-size: 2em;
		font-weight: 700;
		}
	.items-position-inside .items-date-card-y {
		font-size: 1em;
		}
	.items-about {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		font-size: 0.8em;
		}
	.items-position-outside .items-about {
		border-top: 0.1rem solid #f1f4f7;
		color: #80858a;
		margin-top: 1rem;
		padding-top: 0.5rem;
		}
	.items-about > .items-meta {
		text-align: right;
		}
	@media (min-width: 40em) {
		.items-layout-scroll .items {
			margin-left: -1.25rem;
			margin-right: -1.25rem;
			}
		.items-layout-scroll .items-holder {
			margin-left: 1.25rem;
			margin-right: 1.25rem;
			}
		.items-layout-grid .items-2,
		.items-layout-grid .items-3,
		.items-layout-grid .items-4,
		.items-layout-grid .items-5 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.items-layout-scroll .items-2 .items-item,
		.items-layout-scroll .items-3 .items-item,
		.items-layout-scroll .items-4 .items-item,
		.items-layout-scroll .items-5 .items-item {
			flex-basis: calc(100% / 2);
			}
		.items-content {
			font-size: 1.25rem;
			}
	}
	@media (min-width: 60em) {
		.items-layout-grid.w .items-3,
		.items-layout-grid.w .items-5 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.items-layout-scroll.w .items-3 .items-item,
		.items-layout-scroll.w .items-5 .items-item {
			flex-basis: calc(100% / 3);
			}
		.items-layout-grid.w .items {
			grid-gap: 5rem;
			}
		.items-container.w .items-content {
			font-size: 1.5rem;
			}
		.items-container.items-position-outside.n .items-3 .items-content,
		.items-container.items-position-outside.n .items-4 .items-content,
		.items-container.items-position-outside.n .items-5 .items-content {
			padding: 1rem;
			}
		.items-layout-scroll.w .items-holder {
			margin-left: 2.5rem;
			margin-right: 2.5rem;
			}
		.items-layout-scroll.w .items {
			margin-left: -2.5rem;
			margin-right: -2.5rem;
			}
		.items-container.items-position-inside.n .items-info {
			margin: 1rem;
			}
	}
	@media (min-width: 70em) {
		.items-layout-grid .items-3,
		.items-layout-grid .items-5 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.items-layout-scroll .items-3 .items-item,
		.items-layout-scroll .items-5 .items-item {
			flex-basis: calc(100% / 3);
			}
	}
	@media (min-width: 80em) {
		.items-layout-grid .items-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.items-layout-scroll .items-4 .items-item {
			flex-basis: calc(100% / 4);
			}
		.items-layout-grid .items-5 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
			}
		.items-layout-scroll .items-5 .items-item {
			flex-basis: calc(100% / 5);
			}
		.items-container .items-5 .items-content {
			font-size: 1rem;
			}
	}

/* PRODUCTS */
	.product-status-1 .product-status-image > .comingsoon,
	.product-status-3 .product-status-image > .discontinued {
		display: block;
		height: 8rem;
		overflow: hidden;
		pointer-events: none;
		position: absolute;
		text-indent: -180em;
		top: 0;
		width: 8rem;
		z-index: 10;
		}
	.product-status-1 .product-status-image > .comingsoon {
		background: url('assets/images/comingsoon.svg') left top no-repeat;
		}
	.product-status-3 .product-status-image > .discontinued {
		background: url('assets/images/discontinued.svg') left top no-repeat;
		}
	.product-notice {
		background-color: #fff;
		border: 0.1rem solid #005baa;
		color: #565b5f;
		font-size: 2rem;
		line-height: 1.2em;
		margin: 2.5rem 0;
		padding: 1.5rem;
		}

/* PRODUCTS HIGHLIGHTER */
	.products-highlighter {
		margin: 2.5rem auto;
		position: relative;
		}
	.products-highlighter-dots {
		bottom: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 10;
		}
	.products-highlighter-dot {
		color: #80858a;
		font-size: 1rem;
		height: 3rem;
		width: 3rem;
		}
	.products-highlighter-dot:hover,
	.products-highlighter[data-current="1"] .products-highlighter-dot[data-id="1"],
	.products-highlighter[data-current="2"] .products-highlighter-dot[data-id="2"],
	.products-highlighter[data-current="3"] .products-highlighter-dot[data-id="3"],
	.products-highlighter[data-current="4"] .products-highlighter-dot[data-id="4"],
	.products-highlighter[data-current="5"] .products-highlighter-dot[data-id="5"] {
		color: #005baa;
		}
	.products-highlighter-controls {
		position: absolute;
		left: 0;
		top: calc(50% - 3rem);
		width: 100%;
		z-index: 5;
		}
	.products-highlighter-control {
		background-color: #fff;
		color: #80858a;
		font-size: 2rem;
		height: 3rem;
		position: absolute;
		width: 3rem;
		}
	.products-highlighter-control-prev {
		left: -2rem;
		}
	.products-highlighter-control-next {
		right: -2rem;
		}
	.products-highlighter-control:hover {
		color: #005baa;
		}
	.products-highlighter-scroll {
		overflow: hidden;
		}
	.products-highlighter-items {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		transition: left 400ms ease;
		}
	.products-highlighter[data-current="1"] .products-highlighter-items {
		left: 0;
		}
	.products-highlighter[data-current="2"] .products-highlighter-items {
		left: -100%;
		}
	.products-highlighter[data-current="3"] .products-highlighter-items {
		left: -200%;
		}
	.products-highlighter[data-current="4"] .products-highlighter-items {
		left: -300%;
		}
	.products-highlighter[data-current="5"] .products-highlighter-items {
		left: -400%;
		}
	.products-highlighter-item {
		font-size: 1rem;
		flex: 0 0 100%;
		}
	.products-highlighter-details {
		padding: 0 2rem 2rem;
		}
	.products-highlighter-category {
		color: #005baa;
		font-size: 1.8rem;
		font-weight: 900;
		text-transform: uppercase;
		}
	.products-highlighter-name {
		font-size: 3em;
		font-weight: 900;
		margin: 1rem 0;
		}
	.products-highlighter-text p {
		line-height: 1.4em;
		margin: 0.5rem 0;
		}
	.products-highlighter-text em {
		color: #565b5f;
		}
	.products-highlighter-link {
		margin-top: 1.5rem;
		}
	.products-highlighter-image {
		padding: 0 2rem 3.5rem;
		position: relative;
		}
	@media (min-width: 40rem) {
		.products-highlighter-control-prev {
			left: 0;
			}
		.products-highlighter-control-next {
			right: 0;
			}
		.products-highlighter-details {
			padding: 0 5rem 5rem 5rem;
			}
		.products-highlighter-image {
			padding: 0 5rem 5rem;
			}
	}
	@media (min-width: 60rem) {
		.products-highlighter-controls {
			top: calc(50% - 4rem);
			}
		.products-highlighter-control {
			font-size: 3rem;
			height: 4rem;
			width: 4rem;
			}
		.products-highlighter-dots {
			left: 6.5rem;
			text-align: left;
			width: auto;
			}
		.products-highlighter-item {
			align-items: center;
			display: grid;
			font-size: 1.5rem;
			grid-template-columns: 1fr 1fr;
			}
		.products-highlighter-details {
			padding: 0 0 5rem 7.5rem;
			}
		.products-highlighter-image {
			padding: 0 7.5rem 0 0;
			}
	}
	@media (min-width: 80rem) {
		.products-highlighter-item {
			grid-template-columns: 45rem minmax(0, 96rem);
			}
	}

/* PRODUCT DETAIL */
	.productdetail {
		display: grid;
		grid-gap: 5rem;
		grid-template-columns: 1fr;
		margin: 5rem 0;
		}
	.productdetail-info .button-simple {
		border-top: 0.1rem solid #d2d7db;
		font-size: 1.2rem;
		margin-top: 2rem;
		padding-top: 1rem;
		text-align: right;
		}
	@media (min-width: 60em) {
		.productdetail {
			grid-template-columns: 1fr 1fr;
			}
	}
	@media (min-width: 80em) {
		.productdetail {
			grid-gap: 7.5rem;
			}
	}

/* SLICK SLIDER */
	.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,
	.slick-next {
		height: 5rem;
		position: absolute;
		top: 50%;
		width: 5rem;
		z-index: 50;
		transform: translate(0, -50%);
		}
	.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::before,
	.slick-next::before {
		color: #1d1f21;
		font-size: 5rem;
		opacity: 0.25;
		}
	.slick-prev {
		left: 0;
		text-align: left;
		}
	.slick-prev::before {
		content: '\f053';
		}
	.slick-next {
		right: 0;
		text-align: right;
		}
	.slick-next::before {
		content: '\f054';
		}
	.slick-slider .slick-prev::before,
	.slick-slider .slick-next::before {
		opacity: 0;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.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-arrow.slick-hidden {
		display: none;
		}
	.slick-dots {
		display: none;
		padding: 2.5rem 2.5rem 0;
		text-align: center;
		width: 100%;
		}
	.slick-arrow + .slick-dots {
		display: block;
		}
	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		position: relative;
		}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button::before {
		height: 2.5rem;
		line-height: 2.5rem;
		width: 2.5rem;
		}
	.slick-dots li button:hover::before,
	.slick-dots li button:focus::before {
		opacity: 1;
		}
	.slick-dots li button::before {
		color: #1d1f21;
		content: '\f111';
		font-size: 1rem;
		left: 0;
		opacity: .15;
		position: absolute;
		text-align: center;
		top: 0;
		}
	.slick-dots li.slick-active button::before {
		opacity: .75;
		}
	.slick-slider {
		display: block;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
		width: auto;
		}
	.slick-list {
		display: block;
		position: relative;
		}
	.slick-list:focus {
		outline: none;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
	.slick-slider .slick-track,
	.slick-slider .slick-list {
		transform: translate3d(0, 0, 0);
		}
	.slick-track {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		}
	.slick-loading .slick-track {
		visibility: hidden;
		}
	.slick-slide {
		display: none;
		min-height: 0.1rem;
		}
	.slick-slide > div,
	.slick-slide > div > a {
		height: 100%;
		}
	.slick-initialized .slick-slide {
		display: block;
		}

/* NAV LIST MENU */
	.nav-list-menu {
		font-size: 1.8em;
		list-style-type: disc;
		margin: 2.5rem 0;
		text-align: left;
		}
	.nav-list-menu ul {
		list-style-type: circle;
		}
	.nav-list-menu li {
		margin: 0.5rem 0 0.5rem 2.5rem;
		padding: 0 0 0 0.5rem;
		}
	.nav-list-menu > li > a {
		font-size: 1.1em;
		font-weight: 700;
		}

/* NAVIGATION CYCLE - PAGINATION */
	.nav-cycle {
		border-top: 0.1rem solid rgba(0,0,0,0.1);
		clear: both;
		color: #a0a6ab;
		font-size: 1.4em;
		margin: 2.5rem 0;
		}
	.nav-cycle-pages {
		margin-top: -0.1rem;
		text-align: center;
		}
	.nav-cycle-pages>span.page-numbers,
	.nav-cycle-pages>a,
	.nav-cycle-pages>div.page-numbers {
		border-top: 0.1rem solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 0.5rem 1.5rem;
		}
	.nav-cycle-pages a {
		color: #80858a;
		}
	.nav-cycle-pages a.nav-cycle-alt {
		text-transform: uppercase;
		}
	.nav-cycle-pages>a i {
		color: #005baa;
		padding: 0 0.5rem;
		vertical-align: bottom;
		}
	.nav-cycle-pages>span.page-numbers.current,
	.nav-cycle-pages>a:hover,
	.nav-cycle-pages>a:focus,
	.nav-cycle-pages>div.page-numbers:hover,
	.nav-cycle-pages>div.page-numbers:focus {
		border-top: 0.1rem solid #005baa;
		color: #005baa;
		}
	.nav-cycle-pages>div.page-numbers:hover>a,
	.nav-cycle-pages>div.page-numbers:focus>a {
		color: #005baa;
		}

/* NAV BUTTONS WITH ICON */
	.nav-buttons-icon {
		font-size: 1.6em;
		margin: 1rem 0 0.5rem;
		}
	.nav-buttons-icon.w {
		text-align: center;
		}
	.nav-buttons-icon-item {
		display: inline-block;
		}
	.nav-buttons-icon.w .nav-buttons-icon-item {
		margin: 0 1.5rem;
		}
	.nav-buttons-icon.n .nav-buttons-icon-item {
		margin-right: 3rem;
		margin: 0 3rem 1rem 0;
		}
	.nav-buttons-icon.n .nav-buttons-icon-item:last-child {
		margin-right: 0;
		}
	.nav-buttons-icon-item span {
		font-weight: 700;
		padding-left: 0.5rem;
		text-transform: uppercase;
		}

/* NAVIGATION UPCOMING EVENTS */
	.nav-list-events {
		margin: 2rem 0;
		}
	.nav-list-events-item {
		margin: 2rem auto;
		}
	.nav-list-events.w .nav-list-events-item {
		max-width: 64rem;
		}
	.nav-list-events-date,
	.nav-list-events-info {
		display: inline-block;
		vertical-align: top;
		}
	.nav-list-events-date {
		background-color: #fff;
		border: 0.1rem solid #c1c7cb;
		border-radius: 0.3rem;
		color: #565b5f;
		margin-right: 2.5rem;
		padding: 0.5rem 0;
		text-align: center;
		text-transform: uppercase;
		width: 7.5rem;
		}
	.nav-list-events-date-month {
		font-size: 1.2rem;
		font-weight: 900;
		padding: 0.5rem 0.5rem 0;
		}
	.nav-list-events-date-day {
		font-size: 1.8rem;
		font-weight: 300;
		padding: 0.5rem;
		}
	.nav-list-events-info {
		width: calc(100% - 10rem);
		}
	.nav-list-events-title {
		font-size: 1.75em;
		font-weight: 900;
		line-height: 1.5em;
		padding-top: 0.5rem;
		}
	.nav-list-events-details {
		font-size: 1.4em;
		line-height: 1.3em;
		}

/* FAQS */
	.elements-faqs {
		}
	.elements-faqs-item {
		margin: 1rem 0;
		}
	.elements-faqs-header {
		background-color: #565b5f;
		color: #fff;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		padding: 1.5rem 5.5rem 1.5rem 1.5rem;
		position: relative;
		text-transform: none;
		}
	.elements-faqs-accordion .elements-faqs-header {
		cursor: pointer;
		transition: background 350ms ease-in-out;
		}
	.elements-faqs-accordion .elements-faqs-header:hover,
	.elements-faqs-header.o {
		background-color: #005baa;
		}
	.elements-faqs-header > span {
		padding: 1.5rem 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 5rem;
		}
	.elements-faqs-text {
		background-color: #f1f4f7;
		padding: 0 2.5rem;
		overflow: hidden;
		}
	.elements-faqs-accordion .elements-faqs-text {
		max-height: 0;
		transition: max-height 0.2s ease-out;
		}

/* LINKS */
	.elements-links {
		}
	.elements-links-item {
		margin: 1rem 0;
		}
	.elements-links-header {
		background-color: #e4e8eb;
		color: #1d1f21;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		padding: 1.5rem 5.5rem 1.5rem 1.5rem;
		position: relative;
		text-transform: none;
		}
	.elements-links-info {
		background-color: #f1f4f7;
		padding: 0 2.5rem;
		overflow: hidden;
		}
	.elements-links-link {
		font-size: 1.8rem;
		font-weight: 700;
		margin: 2.5rem 0;
		}

/* FILES */
	.elements-files {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr);
		}
	.elements-files-item {
		background-color: #fff;
		border: 0.1rem solid #f1f4f7;
		border-radius: 0.3rem;
		display: grid;
		grid-template-columns: 7.5rem 1fr;
		}
	.elements-files-item:hover,
	.elements-files-item:focus {
		border-color: #e4e8eb;
		}
	.elements-files-icon {
		align-items: flex-start;
		background-color: #f1f4f7;
		display: flex;
		font-size: 3rem;
		justify-content: center;
		padding: 1rem;
		}
	.elements-files-info {
		color: #1d1f21;
		padding: 1rem;
		}
	.elements-files-header {
		font-size: 2rem;
		font-weight: 700;
		}
	.elements-files-text {
		color: #565b5f;
		font-size: 1.5rem;
		line-height: 1.4em;
		margin-top: 0.5rem;
		}
	@media (min-width: 40em) {
		.elements-files.w {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.elements-files.w {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		.elements-files-icon,
		.elements-files-info {
			padding: 2rem;
			}
	}
/* LOGOS */
	.elements-logos {
		margin-left: -1rem;
		margin-right: -1rem;
		}
	.elements-logos.c {
		text-align: center;
		}
	.elements-logos-item {
		background-color: #fff;
		border-radius: 0.3rem;
		display: inline-block;
		margin: 1rem;
		overflow: hidden;
		vertical-align: top;
		}
	.elements-logos-img {
		}
	.elements-logos-label {
		background-color: #e4e8eb;
		color: #565b5f;
		font-size: 1.1em;
		padding: 0.5rem 1rem;
		text-align: center;
		}
	a.elements-logos-item:hover,
	a.elements-logos-item:focus {
		opacity: 0.8;
		}
	.elements-logos.c .elements-logos-item {
		margin: 1rem 2.5rem;
		}
	.elements-logos.n .elements-logos-item {
		width: calc((100% / 2) - 2rem);
		}
	@media (min-width: 40em) {
		.elements-logos.n .elements-logos-item {
			width: calc((100% / 3) - 2rem);
			}
	}

/* ICON */
	.elements-icon {
		margin: 2.5rem auto;
		}
	.elements-icon.w {
		text-align: center;
		}
	.elements-icon > span {
		border: 0.1rem solid transparent;
		border-radius: 100%;
		display: inline-block;
		font-size: 2.5rem;
		height: 7.5rem;
		line-height: 7.5rem;
		text-align: center;
		width: 7.5rem;
		}

/* STEPS & STATS & ICONS */
	.elements-items {
		margin: 2.5rem -1.25rem;
		text-align: center;
		}
	.elements-items-item {
		display: inline-block;
		padding: 1.25rem;
		max-width: 32rem;
		vertical-align: top;
		width: 50%;
		}
	.elements-items.elements-items-3.w .elements-items-item {
		width: calc(100% / 3);
		}
	.elements-items-number {
		font-size: 4em;
		font-weight: 900;
		margin-bottom: 1rem;
		position: relative;
		}
	.elements-stats .elements-items-number {
		font-size: 3em;
		}
	.elements-items-number span {
		border: 0.1rem solid transparent;
		border-radius: 100%;
		display: inline-block;
		height: 8rem;
		line-height: 8rem;
		width: 8rem;
		}
	.elements-items-image {
		border: 0.2rem solid rgba(0,0,0,0.1);
		border-radius: 100%;
		margin: 0 auto 2rem;
		max-width: 10rem;
		overflow: hidden;
		padding: 2.5rem;
		}
	.colors-color .elements-items-image {
		border: 0.2rem solid rgba(255,255,255,0.25);
		}
	.elements-items-header {
		font-weight: 900;
		font-size: 2em;
		line-height: 1.1em;
		text-transform: uppercase;
		}
	.elements-icons .elements-items-header {
		font-weight: 700;
		font-size: 1.4em;
		text-transform: none;
		}
	.elements-stats .elements-items-header {
		font-weight: 900;
		font-size: 1.5em;
		}
	.elements-items-text {
		font-size: 1.5em;
		line-height: 1.4em;
		margin-top: 1rem;
		opacity: 0.75;
		}
	.elements-items-icon {
		font-size: 2.5em;
		margin-top: 1rem;
		}
	@media (min-width: 40em) {
		.elements-items-3 .elements-items-item {
			width: calc(100% / 3);
			}
		.elements-items-4.w .elements-items-item {
			width: calc(100% / 4);
			}
		.elements-items-5.w .elements-items-item {
			width: calc(100% / 5);
			}
		.elements-items-image {
			max-width: 13.5rem;
			}
	}
	@media (min-width: 60em) {
		.elements-items-3.n .elements-items-item {
			width: calc(100% / 2);
			}
		.elements-items.w .elements-items-header {
			font-size: 3em;
			}
		.elements-icons.elements-items.w .elements-items-header {
			font-size: 2.5em;
			}
		.elements-items.elements-stats.w .elements-items-header {
			font-size: 2.25em;
			}
		.elements-items.elements-stats.w .elements-items-number {
			font-size: 5em;
			}
	}
	@media (min-width: 80em) {
		.elements-items-3.n .elements-items-item {
			width: calc(100% / 3);
			}
	}

/* BLOCKS */
	.elements-blocks {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin: 2.5rem auto;
		text-align: left;
		}
	.elements-blocks-center {
		text-align: center;
		}
	.elements-blocks.elements-blocks-box {
		grid-gap: 1rem;
		}
	.elements-blocks.elements-blocks-nobox {
		grid-gap: 2.5rem;
		}
	.elements-blocks.elements-blocks-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	.elements-blocks.elements-blocks-cols-3.n {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		}
	.elements-blocks.elements-blocks-cols-4.n {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		}
	.elements-blocks.elements-blocks-cols-5.n {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		}
	.elements-blocks.elements-blocks-cols-1.w {
		max-width: 32rem;
		}
	.elements-blocks.elements-blocks-cols-2.w {
		max-width: 64rem;
		}
	.elements-blocks.elements-blocks-cols-3.w {
		max-width: 96rem;
		}
	.elements-blocks.elements-blocks-box .elements-blocks-item:not(.shadow) {
		border-width: 0.1rem;
		border-style: solid;
		}
	.elements-blocks.elements-blocks-box .elements-blocks-item {
		padding: 1rem;
		}
	.elements-blocks.elements-blocks-icons .elements-blocks-item {
		display: grid;
		grid-gap: 2rem;
		}
	.elements-blocks.elements-blocks-icons.elements-blocks-icon-above .elements-blocks-item {
		align-content: flex-start;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
		}
	.elements-blocks.elements-blocks-icons.elements-blocks-icon-left.elements-blocks-icons-icon .elements-blocks-item {
		grid-template-columns: 2.5rem 1fr;
		}
	.elements-blocks.elements-blocks-icons.elements-blocks-icon-left.elements-blocks-icons-image .elements-blocks-item {
		grid-template-columns: 5rem 1fr;
		}
	.elements-blocks-icon {
		font-size: 2.5rem;
		}
	.elements-blocks-header {
		font-size: 2rem;
		font-weight: 900;
		}
	.elements-blocks-text {
		font-size: 1.5rem;
		font-weight: 300;
		margin-top: 0.5rem;
		line-height: 1.4em;
		}
	.elements-blocks-link {
		display: block;
		font-size: 2rem;
		margin-top: 0.5rem;
		}
	@media (min-width: 40rem) {
		.elements-blocks.elements-blocks-box.w {
			grid-gap: 2.5rem;
			}
		.elements-blocks.elements-blocks-box.w .elements-blocks-item {
			padding: 2rem;
			}
		.elements-blocks.elements-blocks-cols-4.w {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.elements-blocks.elements-blocks-cols-3.w,
		.elements-blocks.elements-blocks-cols-5.w {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			}
	}
	@media (min-width: 60rem) {
		.elements-blocks.elements-blocks-cols-4.w {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.elements-blocks.elements-blocks-cols-5.w {
			grid-template-columns: repeat(5, minmax(0, 1fr));
			}
	}

/* QUOTE */
	.quote {
		margin: 2.5rem auto;
		max-width: 92rem;
		position: relative;
		}
	.quote.w {
		margin: 5rem auto;
		text-align: center;
		}
	.quote-mark {
		margin-bottom: 1rem;
		}
	.quote-mark > span {
		border-radius: 100%;
		color: #fff;
		display: inline-block;
		font-size: 1.2rem;
		height: 3rem;
		line-height: 3rem;
		text-align: center;
		width: 3rem;
		}
	.quote-text {
		font-size: 3em;
		font-style: italic;
		font-weight: 300;
		line-height: 1.2em;
		}
	.quotes-item .quote-text,
	.quote.n .quote-text {
		font-size: 2.25em;
		}
	.quote-header {
		font-size: 2.5em;
		margin: 1.5rem 0;
		}
	.quote-header > strong {
		font-weight: 900;
		}
	.quote-by {
		font-size: 2em;
		margin-top: 1.5rem;
		}
	@media (min-width: 80rem) {
		.quote-text {
			font-size: 4em;
			}
		.quotes-item .quote-text,
		.quote.n .quote-text {
			font-size: 3em;
			}
	}

/* CTA */
	.cta {
		font-size: 2em;
		margin: 2.5rem 0;
		}
	.cta-text {
		text-transform: uppercase;
		}
	.cta-line>a {
		font-weight: 900;
		}
	.cta.c {
		text-align: center;
		}
	.cta.w {
		font-size: 3em;
		}

/* LISTS */
	.taglist ul {
		font-size: 1.3em;
		font-weight: 700;
		margin: 1rem 0;
		}
	.taglist ul > li {
		display: inline-block;
		padding: 0 0.5rem 0.5rem 0;
		}
	.taglist ul > li > a {
		background: #fff;
		border-radius: 0.3rem;
		color: #1d1f21;
		padding: 0.5em 1em;
		display: inline-block;
		transition: all 200ms ease;
		transition-property: background, color;
		}
	.taglist ul > li > a:hover,
	.taglist ul > li > a:focus {
		background: #005baa;
		color: #fff;
		}

/* VALUELIST */
	.valuelist {
		margin: 2rem 0;
		}
	.valuelist > dt {
		font-size: 1.3em;
		font-weight: 900;
		margin: 2rem 0 0;
		text-transform: uppercase;
		}
	.valuelist > dd {
		font-size: 1.75em;
		margin: 0.5rem 0 0.5rem 1rem;
		}
	.valuelist > dd > strong {
		text-transform: uppercase;
		}
	.valuelist.c {
		text-align: center;
		}
	.valuelist.c > dd {
		margin: 0.5rem 0;
		}

/* AUTHOR */
	.author-description {
		display: grid;
		grid-template-columns: 10rem 1fr;
		grid-gap: 2.5rem;
		margin: 2.5rem 0;
		}
	.author-image {
		border: 0.1rem solid #e4e8eb;
		display: block;
		padding: 0.4rem;
		}
	.author-text > .textlight {
		font-size: 1.5rem;
		}

/* VIDEOEMBEDS */
	.wp-block-embed.is-type-video .wp-block-embed__wrapper,
	.videoframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: calc(100% * (9/16));
		position: relative;
		}
	.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
		padding-bottom: calc(100% * (3/4));
		}
	.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
	.videoframe iframe,
	.videoframe div {
		height: 100% !important;
		left: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 3;
		}

/* CAPTION */
	.wp-caption {
		margin-bottom: 1rem;
		}
	.wp-caption.alignnone {
		width: auto !important;
		}
	.wp-caption img[class*="wp-image-"],
	.wp-caption picture[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption-text {
		font-size: 1.3rem;
		font-style: italic;
		line-height: 1.5em;
		margin: 1rem 0;
		padding-right: 1rem;
		opacity: 0.8;
		text-align: center !important;
		}

/* BLOCK GALLERY */
	.wp-block-gallery {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		}
	.wp-block-gallery .blocks-gallery-grid {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 0 -1rem;
		padding: 0;
		}
	.wp-block-gallery .blocks-gallery-item {
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: center;
		line-height: 1;
		margin: 0;
		padding: 0;
		position: relative;
		}
	.wp-block-gallery .blocks-gallery-item figure {
		align-items: flex-end;
		box-shadow: 0.2rem 0.2rem 2rem 0 rgba(0,0,0,0.2);
		display: flex;
		height: 100%;
		justify-content: flex-start;
		margin: 1rem;
		overflow: hidden;
		padding: 0;
		position: relative;
		}
	.wp-block-gallery .blocks-gallery-item a {
		display: block;
		}
	.wp-block-gallery.is-cropped .blocks-gallery-item a {
		overflow: hidden;
		}
	.wp-block-gallery .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-item picture {
		box-shadow: none;
		display: block;
		margin: 0;
		max-width: 100%;
		height: auto;
		width: auto;
		}
	.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: 0.9rem;
		left: 0;
		margin: 0;
		max-height: 100%;
		overflow: auto;
		padding: 4rem 1rem 1rem;
		position: absolute;
		pointer-events: none;
		text-align: center;
		width: 100%;
		}
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-item picture {
		flex: 1;
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.wp-block-gallery .blocks-gallery-item {
		width: calc(100% / 2);
		}
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: 100%;
		}
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		.wp-block-gallery .blocks-gallery-item a img,
		.wp-block-gallery .blocks-gallery-item a picture {
			transition: transform 250ms ease
			}
		.wp-block-gallery .blocks-gallery-item a:hover img,
		.wp-block-gallery .blocks-gallery-item a:hover picture {
			transform: scale(1.1)
			}
	}
	@media (min-width: 40em) {
		.wp-block-gallery.alignleft,
		.wp-block-gallery.alignright {
			max-width: 32rem;
			width: 100%;
			}
		.wp-block-gallery.aligncenter,
		.wp-block-gallery.alignleft,
		.wp-block-gallery.alignright {
			display: flex;
			}
		.wp-block-gallery .blocks-gallery-item figcaption {
			font-size: 1.3rem;
			}
		.wp-block-gallery.columns-3 .blocks-gallery-item {
			width: calc(100% / 3);
			}
		.wp-block-gallery.columns-4 .blocks-gallery-item {
			width: calc(100% / 4);
			}
		.wp-block-gallery.columns-5 .blocks-gallery-item {
			width: calc(100% / 5);
			}
		.wp-block-gallery.columns-6 .blocks-gallery-item {
			width: calc(100% / 6);
			}
		.wp-block-gallery.columns-7 .blocks-gallery-item {
			width: calc(100% / 7);
			}
		.wp-block-gallery.columns-8 .blocks-gallery-item {
			width: calc(100% / 8);
		}
	}

/* WIDGET */
	.widget {
		margin: 2.5rem 0;
		}
	.widget-header {
		font-weight: 700;
		line-height: 1em;
		margin: 1rem 0;
		}
	.boxbar-sub .widget-header {
		background-color: #565b5f;
		color: #fff;
		font-size: 1.4em;
		font-weight: 700;
		padding: 1rem;
		}
	.widget-area .widget-header {
		font-weight: 900;
		}
	.widget .menu,
	.widget > ul {
		color: #a0a6ab;
		font-size: 1.4em;
		}
	.widget .menu li,
	.widget > ul li {
		color: rgba(0,0,0,0.5);
		padding: 0.5rem 0 0.5rem 1.5em;
		position: relative;
		}
	.widget .menu li::before,
	.widget > ul li::before {
		border-width: 0.3rem;
		border-style: solid;
		border-color: transparent transparent transparent #005baa;
		content: '';
		left: 0.5rem;
		position: absolute;
		top: 1.3rem;
		}
	.widget .menu > li + li,
	.widget > ul > li + li {
		border-top: 0.1rem solid rgba(0,0,0,0.1);
		}
	.widget .menu li a,
	.widget > ul li a {
		color: #1d1f21;
		line-height: 1.5em;
		}
	.widget .menu > li a:hover,
	.widget .menu > li a:focus,
	.widget > ul > li a:hover,
	.widget > ul > li a:focus {
		color: #005baa;
		}
	.widget select {
		background-color: none;
		border: 0.1rem solid #d2d7db;
		color: #80858a;
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 1rem 0;
		padding: 1rem;
		width: 100%;
		}
	.widget select option {
		margin: 0;
		padding: 0.5rem;
		}
	.widget .gform_wrapper .gform_fields,
	.widget .gform_wrapper .gfield {
		margin: 1rem 0;
		}
	.widget .gform_wrapper .button {
		display: block;
		width: 100%;
		}
	.widget .search-form {
		display: grid;
		grid-template-columns: 1fr 10rem;
		}
	.widget .search-form > label > input,
	.widget .search-form > input {
		font-size: 1.5rem;
		height: 4rem;
		}
	.widget .search-form > label > input {
		background: #fff;
		border: 0.1rem solid #a0a6ab;
		border-radius: 0.3rem 0 0 0.3rem;
		padding: 0 1rem;
		width: 100%;
		}
	.widget .search-form > input {
		background: #a0a6ab;
		box-shadow: none;
		color: #fff;
		cursor: pointer;
		border-radius: 0 0.3rem 0.3rem 0;
		padding: 0;
		text-align: center;
		}
	.widget .search-form > input:hover,
	.widget .search-form > input:focus {
		background-color: #005baa;
		}
	.widget .tagcloud {
		font-weight: 900;
		text-align: justify;
		}
	.widget .tagcloud a {
		color: #565b5f;
		}
	.widget .tagcloud a:hover,
	.widget .tagcloud a:focus {
		color: #005baa;
		}

/* MENUS */
	/* BLOGS */
	.menu-blogs {
		margin: 1rem 0;
		}
	.menu-blogs-item {
		display: flex;
		margin: 1rem 0;
		}
	.menu-blogs-item + .menu-blogs-item {
		border-top: 0.1rem solid #e4e8eb;
		padding-top: 1rem;
		}
	.menu-blogs-image {
		margin-right: 2.5rem;
		width: 7.5rem;
		}
	.menu-blogs-header {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		margin: 0.5rem 0;
		}
	.menu-blogs-text {
		color: #80858a;
		line-height: 1.2em;
		}
	/* SOCIAL */
	.social-icons {
		margin: 2.5rem 0 1.5rem;
		text-align: left;
		}
	.menu-social.c,
	.social-icons.c {
		text-align: center;
		}
	.menu-social > li {
		display: inline-block;
		padding: 0 1rem 1rem 0;
		}
	.menu-social.c > li,
	.social-icons.c .menu-social > li {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		}
	.menu-social > li > a {
		background-color: #005baa;
		border-radius: 100%;
		color: #fff;
		display: block;
		font-size: 2rem;
		height: 5rem;
		line-height: 5rem;
		position: relative;
		text-align: center;
		width: 5rem;
		}
	.menu-social > li > a:hover,
	.menu-social > li > a:focus {
		background-color: #3da5ff;
		}
	/* MENU ICONS */
	.menu-icon {
		margin: 1rem 0;
		overflow: hidden;
		}
	.menu-icon + .menu-icon {
		margin-top: 2rem;
		}
	.menu-icon-icon,
	.menu-icon > p {
		float: left;
		text-align: left;
		}
	.menu-icon-icon {
		color: #565b5f;
		font-size: 1.4rem;
		padding-top: 0.2rem;
		width: 4rem;
		}
	.menu-icon > p {
		font-size: 1.4em;
		line-height: 1.2em;
		width: calc(100% - 4rem);
		}
	/* MENU LIST */
	.menu-list {
		font-size: 1.4em;
		margin: 1rem;
		}
	.menu-list > li {
		margin: 1rem 0;
		}
	.menu-list > li > a,
	.menu-list > li > span {
		display: inline-block;
		line-height: 1.2em;
		padding-left: 1rem;
		position: relative;
		}
	.menu-list > li > a::before,
	.menu-list > li > span::before {
		border-width: 0.4rem;
		border-style: solid;
		border-color: transparent transparent transparent #565b5f;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 0.6rem;
		}
	/* MENU LINE */
	.menu-line {
		border-top: 0.1rem solid #101213;
		font-size: 1.2em;
		padding: 2.5rem 0 2rem;
		}
	.menu-line em,
	.menu-line p,
	.menu-line ul,
	.menu-line ul > li {
		display: inline-block;
		padding-bottom: 0.5rem;
		}
	.menu-line p,
	.menu-line ul li + li::before {
		color: #565b5f;
		}
	.menu-line p strong {
		color: #fff;
		font-weight: 400;
		}
	.menu-line p span,
	.menu-line p strong,
	.menu-line ul li {
		padding-left: 0.5rem;
		}
	.menu-line p a {
		padding-right: 0.5rem;
		}
	.menu-line ul li + li::before {
		content: '/';
		padding-right: 0.5rem;
		}

/* TABLES */
	table {
		border: 0.1rem solid #d2d7db;
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		font-size: 1.4rem;
		margin: 2.5rem 0;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
		}
	th,
	td {
		border: 0.1rem solid #d2d7db;
		line-height: 1.4;
		margin: 0;
		overflow: visible;
		padding: 0.5em;
		}
	caption {
		background-color: #d2d7db;
		font-weight: 700;
		padding: 0.5em;
		text-align: center;
		}
	thead {
		background-color: #3da5ff;
		color: #fff;
		font-weight: 700;
		vertical-align: bottom;
		text-align: left;
		white-space: nowrap;
		}
	th {
		font-weight: 700;
		}
	tbody td p {
		margin: 0;
		}
	tbody td p + p {
		margin-top: 0.5rem;
		}
	tbody tr,
	tbody tr:nth-child(odd) {
		background-color: #f1f4f7;
		}
	tbody tr:nth-child(even) {
		background-color: #f5f8fa;
		}
	tbody tr:hover {
		background-color: #e4e8eb;
		}
	.listtable-scroll .listtable {
		table-layout: fixed;
		width: 100%;
		}
	@media (max-width: 40em) {
		.listtable-scroll {
			box-shadow: inset -1rem 0 0.5rem -0.5rem rgba(0,0,0,0.2);
			overflow-x: scroll;
			padding: 1.5rem 0;
			}
		.listtable-scroll .listtable {
			width: 76rem;
			}
	}

/* FORM TAGS */
	input,
	textarea,
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		background: #fff;
		border-radius: 0;
		border: 0.1rem solid #c1c7cb;
		}
	input[type="checkbox"],
	input[type="radio"] {
		cursor: pointer;
		display: inline-block;
		height: 2rem;
		min-width: 2rem;
		position: relative;
		top: 0.2rem;
		width: 2rem;
		}
	input[type="checkbox"]:checked::before {
		content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
		position: absolute;
		display: inline-block;
		height: 2rem;
		margin: -0.1rem 0 0 -0.15rem;
		width: 2rem;
		}
	input[type="radio"] {
		border-radius: 100%;
		}
	input[type="radio"]:checked::before {
		background-color: #1d1f21;
		border-radius: 100%;
		content: '';
		height: 1rem;
		left: 0.4rem;
		position: absolute;
		top: 0.4rem;
		width: 1rem;
		}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	input[type="file"],
	textarea,
	select {
		border-radius: 0.3rem;
		color: #1d1f21;
		font-size: 1.75rem;
		font-weight: 400;
		height: 5rem;
		line-height: 3rem;
		outline: 0;
		padding: 1rem;
		transition: all 250ms ease;
		}
	textarea {
		line-height: 1.3em;
		}
	select {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
		background-position: right center;
		background-repeat: no-repeat;
		cursor: pointer;
		padding-right: 3rem;
		}
	select option {
		color: #1d1f21;
		}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	textarea:focus,
	select:focus {
		background-color: #f5f8fa;
		border-color: #a0a6ab;
		}
	::placeholder {
		color: #c1c7cb;
		line-height: inherit;
		}
	input[type="search"] {
		-webkit-appearance: textfield;
		}
	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
		display: none;
		}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}

/* BUTTONS */
	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: none;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		transition: all 200ms ease;
		transition-property: background, border, color;
		}
	.button,
	.faux-button,
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #005baa;
		border: 0.1rem solid transparent;
		border-radius: 0.2rem;
		box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0,0,0,0.15);
		color: #fff;
		font-size: 1.6rem;
		font-weight: 900;
		line-height: 1em;
		min-width: 20rem;
		padding: 0.75em 1.75em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		}
	@media (min-width: 80em) {
		.button,
		.faux-button,
		.wp-block-button__link,
		.wp-block-file .wp-block-file__button,
		input[type="button"],
		input[type="reset"],
		input[type="submit"] {
			padding: 1.25em 2.5em;
			}
	}
	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;
		}
	.button-alt {
		background-color: #80858a;
		color: #fff;
		}
	.button-line {
		background-color: transparent;
		border-color: #005baa;
		color: #005baa;
		}
	.button:hover,
	.button:focus,
	.wp-block-button__link:hover,
	.wp-block-button__link:focus,
	.wp-block-file .wp-block-file__button:hover,
	.wp-block-file .wp-block-file__button:focus,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:hover,
	input[type="reset"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		background-color: #3da5ff;
		border-color: transparent;
		color: #fff;
		}
	.button.button-icon i {
		opacity: 0.75;
		}
	.button.button-icon.button-icon-f i {
		padding-right: 1rem;
		}
	.button.button-icon.button-icon-l i {
		padding-left: 1rem;
		}
	.buttons-group {
		margin: 2.5rem 0;
		}
	.buttons-group.w {
		text-align:  center;
		}
	.buttons-group .button {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 1rem 0.5rem 0;
		}
	.buttons-group.w .button {
		margin: 0 0.5rem 0.5rem;
		}
	.button-inline {
		display: inline-block;
		}
	.button-simple {
		font-size: 1.6rem;
		margin: 1rem 0;
		}
	.button-simple.w {
		text-align: center;
		}
	.button-simple > a > i {
		padding-right: 0.5rem;
		}

/* BUTTONLIST */
	.buttonlist {
		font-size: 1.3em;
		margin: 2.5rem 0;
		}
	.buttonlist.c {
		text-align: center;
		}
	.buttonlist > li {
		display: inline-block;
		padding: 0 0.5rem 0.5rem 0;
		}
	.buttonlist > li > a {
		background: #80858a;
		border-radius: 0.3rem;
		color: #f1f4f7;
		display: inline-block;
		padding: .5em .75em;
		}
	.buttonlist > li > a:hover,
	.buttonlist > li > a:focus {
		background-color: #005baa;
		color: #fff;
		}

/* LINKLINE */
	.linkline {
		font-size: 1.6rem;
		line-height: 1.4em;
		margin: 1.5rem 0;
		}
	.linkline em {
		color: #80858a;
		}

/* SHADOW */
	.shadow,
	.shadow-image img,
	.shadow-image picture,
	.cards.cards-partial .cards-item,
	.cards.cards-full.b,
	.wp-block-cover,
	p.has-background,
	.textformat img,
	.textformat picture {
		box-shadow: 0.2rem 0.2rem 2.5rem 0 rgba(0,0,0,0.1);
		}
	.shadow.box.box-inline {
		box-shadow: 0.2rem 0.2rem 5rem 0 rgba(0,0,0,0.1);
		}

/* IMAGE ZOOM */
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		a.imagezoom.imagezoom-img,
		a.imagezoom .imagezoom-img {
			overflow: hidden;
			}
		a.imagezoom.imagezoom-img > img,
		a.imagezoom .imagezoom-img > img,
		a.imagezoom.imagezoom-img > picture,
		a.imagezoom .imagezoom-img > picture {
			transition: transform 250ms ease;
			}
		a.imagezoom.imagezoom-img:hover > img,
		a.imagezoom:hover .imagezoom-img > img,
		a.imagezoom.imagezoom-img:hover > picture,
		a.imagezoom:hover .imagezoom-img > picture {
			transform: scale(1.1)
			}
	}

/* GENERAL */
	.f0 {
		font: normal 0/0 sans-serif;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	@media (min-width: 40em) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}