@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: http://amazethecustomer.com/
Description: Developed specifically for client use only.
Version: 1.0
*/
/* SETUP */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, button, input, select, textarea, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		transition-duration: 200ms;
		transition-property: none;
		transition-timing-function: ease;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol, ul {
		list-style: none;
		}
	:focus {
		outline: 0;
		}
/* HTML */
	html, body, #top, #header, #menu-mobile {
		min-width: 320px;
		}
	html {
		background-color: #222;
		font-size: 10px;
		margin: 0 auto;
		max-width: 2400px;
		overflow-y: scroll;
		position: relative;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #222;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		}
	a {
		color: #1240a9;
		text-decoration: none;
		transition-property: background, border, color;
		}
	a:hover {
		color: #05256f;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=search],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	input[type=text],
	input[type=password],
	input[type=email],
	select,
	textarea {
		border-radius: 0;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
	@media screen and (max-width: 1280px), screen and (max-height: 900px) {
		html {
			font-size: 9px;
			}
	}
	@media screen and (max-width: 900px) {
		html {
			font-size: 8.5px;
			}
	}
/* HEADERS */
	h1,
	h2,
	h2.a.f {
		font-size: 4.5em;
		}
	.header-group h3.g {
		font-size: 4em;
		}
	h2.a,
	h3 {
		font-size: 3em;
		}
	h4 {
		font-size: 2.5em;
		}
	h5,
	.header-group h2.g {
		font-size: 2em;
		}
	h6 {
		font-size: 1.5em;
		}
	h2.s,
	.header-group.s {
		margin: 75px 0;
		}
	h2.w,
	.header-group.w {
		margin: 50px 0;
		}
	.header-group.n {
		margin: 25px 0;
		}
	h3.m,
	h4.m,
	h5.m,
	h6.m {
		margin: 25px 0 10px;
		}
	h3.m.k,
	h4.m.k,
	h5.m.k,
	h6.m.k {
		margin-top: 0;
		}
	.header-group>h2.g,
	.header-group>h3.g.b {
		font-weight: 700;
		}
	h2.a.f,
	.header-group>h3.g.f {
		font-weight: 300;
		}
	h2.a,
	.header-group>h2 {
		text-transform: uppercase;
		}
	h2.c,
	.header-group.c {
		text-align: center;
		}
	.header-group.c {
		max-width: 660px;
		margin-left: auto;
		margin-right: auto;
		}
	h2.a.f>strong,
	.header-group>h3.g.f>strong {
		color: #1240a9;
		}
	h2.a.f>em,
	.header-group>h3.g.f>em {
		font-family: 'Leckerli One', cursive;
		font-weight: 400;
		text-transform: none;
		}
	h2.f br,
	h3.f br {
		content: ' ';
		display: none;
		}
	.header-group>h2.g {
		margin-bottom: 10px;
		}
	.header-group>h3.g {
		line-height: 1.2em;
		}
	h2.a:not(.f) {
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 25px;
		}
	h2.a:not(.f):after {
		background-color: #1240a9;
		bottom: 0;
		content: '';
		height: 5px;
		left: 0;
		position: absolute;
		width: 50px;
		}
	h2.a.c:not(.f):after {
		left: 50%;
		margin-left: -25px;
		}
	@media screen and (max-width: 1280px), screen and (max-height: 900px) {
		h1,
		h2,
		h2.a.f {
			font-size: 3.6em;
			}
		.header-group h3.g {
			font-size: 3.2em;
			}
		h2.a,
		h3 {
			font-size: 2.4em;
			}
		h4 {
			font-size: 2em;
			}
		h5,
		.header-group h3.g {
			font-size: 1.6em;
			}
		h6 {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 920px) {
		h1,
		h2,
		h2.a.f {
			font-size: 2.9em;
			}
		.header-group h3.g {
			font-size: 2.6em;
			}
		h2.a,
		h3 {
			font-size: 1.9em;
			}
		h4 {
			font-size: 1.6em;
			}
		h5,
		.header-group h3.g {
			font-size: 1.3em;
			}
		h6 {
			font-size: 1.1em;
			}
		h2.s,
		.header-group.s {
			margin: 50px 0;
			}
		h2.w,
		.header-group.w {
			margin: 25px 0;
			}
	}
/* LAYOUT */
	#header,
	#header-object,
	#header-padding,
	#header-content {
		height: 120px;
		}
	#header {
		position: absolute;
		width: 100%;
		z-index: 500;
		}
	#header-padding {
		background-color: rgba(255,255,255,0);
		position: relative;
		}
	#header-logo {
		float: left;
		height: 115px;
		padding-top: 20px;
		position: relative;
		width: 120px;
		}
	#header-logo>a {
		background: url(assets/images/logo.png) center center no-repeat;
		background-size: 100% auto;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9180px;
		width: 100%;
		}
	html.no-backgroundsize #header-logo>a {
		background-image: url(assets/images/logo-alt.png);
		}
	#header-navigation {
		float: right;
		}
	#header-sub {
		text-align: right;
		}
	#header-sub>ul,
	#header-sub>ul>li {
		display: inline-block;
		vertical-align: top;
		}
	.header-sub a {
		color: #b3c7f5;
		display: block;
		}
	.header-sub a:hover {
		color: #fff;
		}
	@media screen and (min-width: 1381px) {
		#header-sub {
			height: 20px;
			margin: 15px 0;
			}
		#header-sub>ul#header-mobile,
		#header-sub>ul#header-cta-alt,
		#header-sub a>i.d {
			display: none;
			}
		#header-sub a {
			font-size: 12px;
			line-height: 20px;
			}
		#header-sub>ul>li+li {
			border-left: 1px solid rgba(255,255,255,0.1);
			margin-left: 15px;
			padding-left: 15px;
			}
		#header-nav {
			height: 40px;
			padding-top: 10px;
			text-align: right;
			}
		#header-nav>ul,
		#header-nav>ul>li {
			display: inline-block;
			vertical-align: top;
			}
		#header-nav li {
			position: relative;
			}
		#header-nav a {
			display: block;
			}
		#header-nav>ul>li>a {
			font-size: 13px;
			height: 20px;
			line-height: 20px;
			padding: 10px 0;
			text-transform: uppercase;
			}
		#header-menu>li {
			color: #fff;
			margin-right: 30px;
			}
		#header-menu>li>a {
			color: #fff;
			font-weight: 600;
			}
		#header-menu>li>a:hover,
		#header-menu>li:hover>a {
			color: #fdd200;
			}
		#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 #bbb transparent;
			border-style: solid;
			border-width: 6px;
			bottom: 0;
			content: '';
			display: block;
			left: 50%;
			margin-left: -6px;
			pointer-events: none;
			position: absolute;
			}
		#header-menu>li>ul,
		#header-menu>li>ul>li>ul {
			background: #1240a9;
			border-radius: 4px;
			box-shadow: 0 0 4px rgba(0,0,0,0.3);
			font-size: 12px;
			font-weight: 400;
			left: 50%;
			opacity: 0;
			margin: 0 0 0 -80px;
			position: absolute;
			text-align: center;
			text-transform: none;
			transition-property: opacity;
			visibility: hidden;
			width: 160px;
			z-index: 10;
			}
		#header-menu>li>ul>li>ul {
			left: 155px;
			margin: -40px 0 0 0;
			z-index: 11;
			}
		#header-menu>li>ul:before,
		#header-menu>li>ul>li>ul:before {
			border-color: transparent transparent #1240a9 transparent;
			border-style: solid;
			border-width: 6px;
			content: '';
			display: block;
			left: calc(50% - 6px);
			pointer-events: none;
			position: absolute;
			top: -12px;
			}
		#header-menu>li>ul>li>ul:before {
			border-color: transparent #1240a9 transparent transparent;
			left: -12px;
			top: 15px;
			}
		#header-menu>li:hover>ul,
		#header-menu>li>ul>li:hover>ul {
			visibility: visible;
			opacity: 1;
			}
		#header-menu>li>ul>li+li,
		#header-menu>li>ul>li>ul>li+li {
			border-top: 1px solid rgba(0,0,0,0.1);
			}
		#header-menu>li>ul>li>a,
		#header-menu>li>ul>li>ul>li>a {
			color: #fff;
			line-height: 1.4em;
			padding: 10px;
			}
		#header-menu>li>ul>li:hover>a,
		#header-menu>li>ul>li>ul>li:hover>a {
			background: rgba(0,0,0,0.1);
			color: #fdd200;
			}
		#header-cta {
			margin-left: 20px;
			}
		#header-cta>li {
			margin-left: 10px;
			}
		#header-nav>#header-cta>li>a {
			border-radius: 5px;
			font-weight: 700;
			padding-left: 20px;
			padding-right: 20px;
			}
	}
	@media screen and (max-width: 1380px) {
		#header,
		#header-object,
		#header-padding,
		#header-content {
			height: 40px;
			}
		#header-padding {
			padding-right: 0;
			}
		#header-logo {
			height: 92px;
			padding-top: 9px;
			width: 96px;
			}
		#header-sub {
			background-color: #03143a;
			}
		#header-nav,
		#header-sub a>span.d {
			display: none;
			}
		#header-contact>li {
			border-left: 1px solid #062261;
			}
		.header-sub>li>a {
			font-size: 16px;
			line-height: 40px;
			height: 40px;
			width: 40px;
			text-align: center;
			}
		#header-cta-alt>li>a {
			display: block;
			font-size: 12px;
			font-weight: 700;
			height: 20px;
			line-height: 20px;
			padding: 10px 15px;
			text-transform: uppercase;
			}
	}
	@media screen and (max-width: 600px) {
		#header-cta-alt.header-cta>.c1,
		#header-email {
			display: none !important;
			}
	}
	@media screen and (max-width: 399px) {
		#header-logo {
			height: 65px;
			padding-top: 7px;
			width: 68px;
			}
		#header-cta>a {
			font-size: 12px;
			padding: 14px 10px;
			}
	}
	.header-cta > .c1 > a {
		background-color: #1240a9;
		color: #fff;
		}
	.header-cta > .c2 > a {
		background-color: #fdd200;
		color: #1240a9;
		}
	.header-cta > li > a:hover {
		background-color: #fff;
		color: #1240a9;
		}
	#contentholder {
		background-color: #fff;
		position: relative;
		}
/* SEARCH */
	@media screen and (min-width: 1381px) {
		#header-search {
			display: inline-block;
			vertical-align: top;
			}
		#header-search-button {
			background: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 16px;
			height: 40px;
			line-height: 40px;
			transition: color 200ms ease;
			vertical-align: top;
			}
		#header-search-button:hover {
			color: #b3c7f5;
			}
		#header-search-field {
			display: none;
			margin-right: 10px;
			vertical-align: top;
			}
		#header-search-field>input {
			background: none;
			border: 1px solid rgba(0,0,0,0.2);
			border-radius: 4px;
			color: #535353;
			display: inline-block;
			font-size: 14px;
			height: 40px;
			line-height: 40px;
			padding: 0 10px;
			width: 200px;
			}
		#header-search ::-webkit-input-placeholder {color: rgba(0,0,0,0.4);}
		#header-search :-moz-placeholder {color: rgba(0,0,0,0.4);}
		#header-search ::-moz-placeholder {color: rgba(0,0,0,0.4);opacity: 1;}
		#header-search :-ms-input-placeholder {color: rgba(0,0,0,0.4);}
		#header-navigation>form>div {
			display: none;
			}
		html.search-open #header-search-field {
			display: inline-block;
			}
		html.search-open #header #header-menu {
			display: none;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		max-width: 2400px;
		position: fixed;
		}
	body.scrolled #header-object {
		position: relative;
		top: -125px;
		-webkit-transition: top 250ms ease-out;
		-moz-transition: top 250ms ease-out;
		-o-transition: top 250ms ease-out;
		transition: top 250ms ease-out;
		}
	body.scrolled-menu #header-object {
		top: 0;
		}
	@media screen and (min-width: 1381px) {
		body.scrolled #header-padding {
			background-color: rgba(3,20,58,0.9);
			box-shadow: 0 0 10px rgba(0,0,0,0.3);
			}
		body.scrolled #header-logo {
			height: 100px;
			padding-top: 10px;
			width: 104px;
			}
	}
	@media screen and (max-width: 1380px) {
		body.scrolled #header-logo {
			display: none;
			}
	}
/* MOBILE */
	.modal {
		background: #fff;
		height: 0;
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		}
	.modal-holder {
		margin: 50px auto;
		max-width: 700px;
		position: relative;
		}
	.modal-title {
		height: 65px;
		margin: 7px 15px;
		position: relative;
		}
	.modal-logo>a {
		display: block;
		}
	.modal-logo>a>img {
		height: 65px;
		width: auto;
		}
	.modal-close {
		position: absolute;
		right: 0;
		top : 0;
		}
	.modal-close>a {
		color: #b2b2b2;
		display: block;
		font-size: 20px;
		height: 65px;
		line-height: 65px;
		text-align: right;
		width: 50px;
		}
	.modal-close>a:hover {
		color: #535353;
		}
	.modal-objects {
		margin: 10px 15px;
		}
	.modal-highlight {
		margin: 0 -10px;
		}
	.modal-highlight>li {
		display: inline-block;
		text-align: center;
		width: 33.33333%;
		}
	.modal-highlight>li>a {
		background-color: #fdd200;
		border-radius: 4px;
		color: #333;
		display: block;
		font-size: 1.4em;
		font-weight: 700;
		margin: 0 10px;
		padding: 1em;
		text-transform: uppercase;
		}
	.modal-highlight>li>a:hover {
		background-color: #1240a9;
		color: #fff;
		}
	.modal-icons {
		font-size: 12px;
		margin: 10px 0;
		}
	.modal-icons>li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		}
	.modal-icons>li:first-child {
		padding-right: 10px;
		}
	.modal-icons>li:last-child {
		padding-left: 10px;
		}
	.modal-icons>li>a,
	.modal-icons>li>span {
		border: 1px solid #eee;
		border-radius: 4px;
		color: #434343;
		display: block;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		text-align: center;
		}
	.modal-icons>li>a:hover {
		color: #1240a9;
		}
	.modal-icons>li i {
		color: #fdd200;
		font-size: 16px;
		padding-right: 5px;
		vertical-align: middle;
		}
	.modal-cta,
	.modal-items {
		font-size: 18px;
		}
	.modal-items>li a {
		border-bottom: 1px solid #eee;
		color: #333;
		display: block;
		padding: 15px 40px 15px 0;
		}
	.modal-items>li a:hover {
		color: #1240a9;
		}
	.modal-items>li>a {
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		}
	.modal-items>li a>i.fam {
		color: #1240a9;
		right: 20px;
		position: absolute;
		}
	.modal-items>li ul {
		display: none;
		font-size: 0.9em;
		font-weight: 400;
		}
	.modal-items>li ul.mm-show {
		display: block;
		}
	.modal-items>li>ul>li>a {
		padding-left: 40px;
		}
	.modal-items>li>ul>li>ul>li>a {
		padding-left: 80px;
		}
	.modal-cta {
		margin: 10px 0;
		}
	.modal-cta>a {
		background-color: #1240a9;
		border-bottom: none;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-weight: 300;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
		}
	.modal-cta>a:hover {
		background-color: #05256f;
		}
	.modal-search {
		margin: 10px 0;
		}
	.modal-search input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		background: #ccc;
		border: none;
		border-radius: 4px !important;
		color: #222;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 10px 20px;
		text-align: center;
		width: 100%;
		}
	.modal-search ::-webkit-input-placeholder {color: #f5f5f5;}
	.modal-search :-moz-placeholder {color: #f5f5f5;}
	.modal-search ::-moz-placeholder {color: #f5f5f5;opacity: 1;}
	.modal-search :-ms-input-placeholder {color: #f5f5f5;}
	.modal .menu-social {
		margin: 10px 0;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		}
	@media screen and (max-width: 768px) {
		.modal-holder {
			margin: 0;
			max-width: none;
			}
	}
	@media screen and (max-width: 600px) {
		.modal-highlight {
			margin: 0;
			}
		.modal-highlight>li {
			display: block;
			margin: 5px 0;
			width: auto;
			}
		.modal-highlight>li>a {
			margin: 0;
			}
	}
/* HERO */
	#hero {
		background-color: #535353;
		color: #fff;
		display: block;
		height: 90vh;
		max-height: 1000px;
		min-height: 400px;
		}
	#hero-items,
	#hero-items:before,
	#hero-items:after,
	.hero-image,
	#hero-text {
		left: 0;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.hero-image {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		z-index: 0;
		transition: opacity 350ms ease-in-out;
		}
	.hero-image.hero-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms .hero-image.hero-current {
		display: block;
		}
	#hero-items:before,
	#hero-items:after {
		content: '';
	}
	#hero-items:before {
		background-color: rgba(18,64,169,0.2);
		z-index: 2;
		}
	#hero-items:after {
		background: -moz-linear-gradient(top, rgba(24,32,49,0.75) 0%, rgba(24,32,49,0) 100%);
		background: -webkit-linear-gradient(top, rgba(24,32,49,0.75) 0%, rgba(24,32,49,0) 100%);
		background: linear-gradient(to bottom, rgba(24,32,49,0.75) 0%, rgba(24,32,49,0) 100%);
		background-size: 100% 200px;
		background-repeat: repeat-x;
		z-index: 3;
		}
	#hero-text {
		bottom: 0;
		height: auto;
		top: auto;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		z-index: 4;
		}
	#hero-text-content {
		margin-bottom: 5%;
		}
	#hero-text-content h1,
	#hero-text-content h2 {
		line-height: 1em;
		text-shadow: 0 0 10px rgba(0,0,0,0.4);
		}
	#hero-text-content h1 {
		font-size: 12em;
		font-weight: 800;
		}
	#hero-text-content h1>strong {
		font-family: 'Leckerli One', cursive;
		font-size: 0.921em;
		font-weight: 400;
		text-transform: none;
		}
	#hero-text-content h2 {
		font-size: 3em;
		font-weight: 700;
		letter-spacing: 0.5em;
		margin: 25px 0 50px;
		}
	@media screen and (max-width: 1380px) {
		#hero-text-content h1 {
			font-size: 10em;
			}
		#hero-text-content h2 {
			font-size: 2.5em;
			}
	}
	@media screen and (max-width: 920px), screen and (max-height: 768px) {
		#hero-text-content h1 {
			font-size: 8em;
			}
		#hero-text-content h2 {
			font-size: 2em;
			}
	}
	@media screen and (max-width: 600px) {
		#hero-text-content h1 {
			font-size: 5em;
			}
		#hero-text-content h2 {
			font-size: 1.25em;
			}
	}
/* MAP */
	#map {
		background-color: #f5f5f5;
		border: 1px solid #b2b2b2;
		height: 200px;
		width: 100%;
		}
	#map.map-big {
		height: 500px;
		margin: 25px 0;
		max-height: 75vh;
		}
	#map img {
		max-width: inherit !important;
		}
	#map>.marker {
		height: 0;
		overflow: hidden;
		}
	.mapitems {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	.mapitems-location {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 20px;
		overflow: hidden;
		width: calc(33.3333% - 10px);
		}
	.mapitems-header {
		background-color: #222;
		color: #fff;
		font-weight: 700;
		font-size: 2em;
		padding: 5px 10px;
		}
	.mapitems-header>span {
		color: #fdd200;
		display: inline-block;
		font-weight: 400;
		padding-right: 10px;
		}
	.mapitems-buffer {
		margin: 15px;
		}
	.mapitems-buffer-image > .mapitems-image,
	.mapitems-buffer-image > .mapitems-details {
		display: inline-block;
		vertical-align: top;
		}
	.mapitems-buffer-image > .mapitems-image {
		border-radius: 5px;
		font: normal 0/0 sans-serif;
		margin-right: 15px;
		overflow: hidden;
		width: 75px;
		}
	.mapitems-buffer-image > .mapitems-details {
		width: calc(100% - 90px);
		}
	.mapitems-text,
	.mapitems-detail,
	.mapitems-info {
		margin: 0 0 3px;
		}
	.mapitems-detail {
		font-size: 1.4em;
		line-height: 1.3em;
		}
	.mapitems-detail i {
		vertical-align: top;
		}
	.mapitems-info {
		font-size: 1.2em;
		line-height: 1.3em;
		position: relative;
		}
	.mapitems-info i {
		position: relative;
		vertical-align: middle;
		top: -1px;
		}
	.mapitems-info>em {
		display: inline-block;
		font-size: 10px;
		width: 40px;
		}
	@media screen and (max-width: 920px) {
		.mapitems-location {
			width: calc(50% - 10px);
			}
	}
	@media screen and (max-width: 768px) {
		#map.map-big {
			height: 300px;
			}
	}
	@media screen and (max-width: 480px) {
		.mapitems {
			display: block;
			}
		.mapitems-location {
			overflow: hidden;
			width: auto;
			}
	}
/* SECTION */
	.section {
		display: block;
		position: relative;
		width: 100%;
		}
	.section-padding {
		padding: 0 150px;
		}
	.section.section-padding {
		width: calc(100% - 300px);
		}
	.section-padding-left {
		padding-left: 150px;
		}
	.section-padding-right {
		padding-right: 150px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1280px;
		position: relative;
		z-index: 2;
		}
	.section-builder {
		z-index: 2;
		}
	.section-noflow {
		overflow: hidden;
		}
	.section-container {
		margin: 0 120px;
		}
	.section-header {
		background: #05256f;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: static;
		z-index: 1;
		}
	.section-header.shading-box:after {
		background: -moz-linear-gradient(top, rgba(24,32,49,0.5) 0%, rgba(24,32,49,0) 100%);
		background: -webkit-linear-gradient(top, rgba(24,32,49,0.5) 0%, rgba(24,32,49,0) 100%);
		background: linear-gradient(to bottom, rgba(24,32,49,0.5) 0%, rgba(24,32,49,0) 100%);
		background-size: 100% 200px;
		background-repeat: repeat-x;
		z-index: 1;
		}
	.section-border {
		border-bottom: 1px solid #eaeaea;
		}
	.section-image {
		font: normal 0/0 sans-serif;
		}
	.section-meta {
		background: #eaeaea;
		}
	.section-comments {
		background: #dedede;
		}
	.section-sub {
		border-left: 1px solid #eaeaea;
		padding-left: 50px;
		position:  relative;
		}
	.section-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 100px 0;
		}
	.shading-margin-less .section-box {
		margin: 50px 0;
		}
	.section-highlightbox-content_left .section-box,
	.section-highlightbox-content_right .section-box {
		display: flex;
		justify-content: center;
		min-height: 300px;
		}
	.section-highlightbox-content_right .section-box {
		align-items: flex-end;
		}
	.section-box-item {
		max-width: 640px;
		overflow: hidden;
		position: relative;
		width: 100%;
		}
	.section-box-holder {
		margin: 50px;
		position: relative;
		z-index: 2;
		}
	@media screen and (max-width: 1600px) {
		.section-padding {
			padding: 0 50px;
			}
		.section.section-padding {
			width: calc(100% - 100px);
			}
		.section-padding-left {
			padding-left: 50px;
			}
		.section-padding-right {
			padding-right: 50px;
			}
	}
	@media screen and (max-width: 920px) {
		.section-sub {
			border: none;
			margin: 50px 0;
			padding: 0;
			}
		.section-padding {
			padding-left: 25px;
			padding-right: 25px;
			}
		.section.section-padding {
			width: calc(100% - 50px);
			}
		.section-padding-left {
			padding-left: 25px;
			}
		.section-padding-right {
			padding-right: 25px;
			}
		.section-quote .section-content {
			background-size: 100px auto;
			}
		.section-box-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 768px) {
		.section-box {
			margin: 50px 0;
			}
		.section-box-item {
			max-width: none;
			}
	}
	@media screen and (max-width: 600px) {
		.section {
			display: block;
			}
		.section-noflow {
			overflow: hidden;
			}
	}
	@media screen and (max-width: 480px) {
		.section-padding {
			padding-left: 15px;
			padding-right: 15px;
			}
		.section.section-padding {
			width: calc(100% - 30px);
			}
		.section-padding-left {
			padding-left: 15px;
			}
		.section-padding-right {
			padding-right: 15px;
			}
	}
/* CONTENT */
	.content,
	.inner {
		position: relative;
		}
	.content-main,
	.content-sub,
	.content-half,
	.inner-half {
		display: inline-block;
		position: relative;
		vertical-align: top;
		}
	.content-main {
		width: 75%;
		}
	.content-half,
	.inner-half {
		width: 50%;
		}
	.content-sub {
		width: 25%;
		}
	.content-full {
		margin: 75px 0;
		}
	.shading-margin-more .content-full {
		margin: 100px 0;
		}
	.shading-margin-less .content-full {
		margin: 25px 0;
		}
	.content-left {
		margin: 75px 50px 75px 0;
		}
	.content-type-store .content-left {
		margin: 75px 0 75px 50px;
		}
	.content-right {
		margin: 75px 0;
		}
	.inner-left {
		margin: 0 25px 0 0;
		}
	.inner-right {
		margin: 0 0 0 25px;
		}
	.inner-pad {
		margin-bottom: 50px;
		margin-top: 50px;
		}
	@media screen and (max-width: 1280px) {
		.content-full {
			margin: 50px 0;
			}
		.shading-margin-more .content-full {
			margin: 75px 0;
			}
	}
	@media screen and (max-width: 920px) {
		.content-type-contact .content-half,
		.content-type-main .content-main,
		.content-type-main .content-sub {
			display: block;
			width: auto;
			}
		.content-type-contact .content-half .content-left,
		.content-type-contact .content-half .content-right,
		.content-type-main .content-main .content-left,
		.content-type-main .content-sub .content-right {
			margin: 25px 0;
			}
	}
	@media screen and (max-width: 768px) {
		.inner-type-split .inner-half {
			display: block;
			width: auto;
			}
		.inner-type-split .inner-half .inner-left,
		.inner-type-split .inner-half .inner-right {
			margin: 25px 0;
			}
	}
/* CONTENT HEADER */
	.content-header {
		padding: 200px 0 50px;
		position: relative;
		text-align: center;
		}
	.content-header>h1 {
		font-size: 6em;
		font-weight: 700;
		margin-bottom: 10px;
		text-shadow: 0 0 10px rgba(0,0,0,0.2);
		text-transform: uppercase;
		}
	.content-header>h2 {
		color: #fdd200;
		font-size: 3em;
		font-weight: 300;
		}
	@media screen and (max-width: 1280px) {
		.content-header {
			padding: 160px 0 40px;
			}
		.content-header>h1 {
			font-size: 4.2em;
			}
		.content-header>h2 {
			font-size: 2.1em;
			}
	}
	@media screen and (max-width: 920px) {
		.content-header {
			padding: 120px 0 30px;
			}
		.content-header>h1 {
			font-size: 3.4em;
			}
		.content-header>h2 {
			font-size: 1.7em;
			}
	}
	@media screen and (max-width: 768px) {
		.content-header {
			padding: 80px 0 20px;
			}
		.content-header>h1 {
			font-size: 2.8em;
			}
		.content-header>h2 {
			font-size: 1.4em;
			}
	}
/* CONTENT FOOTER */
	.content-type-footer {
		margin: 0 -50px;
		}
	.content-footer {
		margin: 50px 50px 0;
		}
	.footer {
		color: #ccc;
		}
	.footer h5 {
		border-bottom: 1px solid #191919;
		font-size: 1.5em;
		font-weight: 700;
		margin: 25px 0 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.footer h5,
	.footer h5>a {
		color: #eaeaea;
		}
	.footerlinks a {
		color: #848484;
		}
	.footerlinks a:hover {
		color:  #fff;
		}
	.section-by {
		background-color: #191919;
		}
	@media screen and (max-width: 919px) {
		.content-type-footer .content-sub {
			width: 50%;
			}
		.content-type-footer .content-half {
			display: block;
			width: auto;
			}
	}
	@media screen and (max-width: 768px) {
		.content-type-copyright .content-half {
			display: block;
			width: auto;
			}
	}
	@media screen and (max-width: 480px) {
		.content-type-footer {
			margin: 0;
			}
		.content-type-footer .content-sub {
			display: block;
			width: auto;
			}
		.content-footer {
			margin: 25px 0;
			}
	}
/* SHADING */
	.shading-box {
		position: relative;
		}
	.shading-box:before,
	.shading-box:after {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
		}
	.shading-area.shading-none:not(.shading-bg) {
		border-bottom: 1px solid #f2f2f2;
		border-top: 1px solid #f2f2f2;
		}
	.shading-area.shading-blank:not(.shading-bg) .section-content {
		border-bottom: 1px solid #f2f2f2;
		}
	.shading-area.shading-white,
	.shading-image.shading-other-white,
	.shading-white:before {
		background-color: #fff;
		}
	.shading-area.shading-light,
	.shading-image.shading-other-light,
	.shading-light:before {
		background-color: #f8f8f8;
		}
	.shading-area.shading-highlight,
	.shading-image.shading-other-highlight,
	.shading-highlight:before {
		background-color: #fdd200;
		}
	.shading-area.shading-color,
	.shading-image.shading-other-color,
	.shading-color:before {
		background-color: #1240a9;
		}
	.shading-area.shading-dark,
	.shading-image.shading-other-dark,
	.shading-dark:before {
		background-color: #222;
		}
	.shading-gradient:before {
		background: -moz-linear-gradient(left, #fdd200 0%, #1240a9 100%);
		background: -webkit-linear-gradient(left, #fdd200 0%, #1240a9 100%);
		background: linear-gradient(to right, #fdd200 0%, #1240a9 100%);
		}
	.shading-bg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.shading-position-top,
	.shading-position-center,
	.shading-position-bottom {
		background-size: 100% auto;
		}
	.shading-position-covertop,
	.shading-position-top {
		background-position: center top;
		}
	.shading-position-center {
		background-position: center center;
		}
	.shading-position-bottom {
		background-position: center bottom;
		}
	.shading-box.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-box.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-box.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-box.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-box.shading-opacity-0:before {
		opacity: 0;
		}
	.shading-opacity-0 .section-box-holder,
	.shading-none>.section-box-holder {
		margin: 0;
		}
	.shading-none.shading-bg,
	.shading-color,
	.shading-dark,
	.shading-gradient {
		color: #fff;
		}
	.shading-white .contentblock {
		color: #848484;
		}
	.shading-none.shading-bg .contentlinks a,
	.shading-color .contentlinks a,
	.shading-dark .contentlinks a,
	.shading-gradient .contentlinks a {
		color: #fff;
		}
	.shading-none.shading-bg .contentlinks a:hover,
	.shading-dark .contentlinks a:hover {
		color: #dedede;
		}
	.shading-highlight .contentlinks a:hover,
	.shading-color .contentlinks a:hover,
	.shading-gradient .contentlinks a:hover {
		color: #fff;
		}
	.shading-color h2.a.f>strong,
	.shading-color .header-group>h3.g.f>strong,
	.shading-dark h2.f strong,
	.shading-dark .header-group>h3.g.f>strong {
		color: #fdd200;
		}
	.shading-highlight .button:hover {
		background-color: #fff;
		color: #1240a9;
		}
	.shading-color h2.a:not(.f):after {
		background-color: #fdd200;
		}
	.shading-color .button {
		background-color: #fdd200;
		color: #1240a9;
		}
	.shading-color .button:hover {
		background-color: #fff;
		color: #1240a9;
		}
	.shading-dark .button {
		color: #fff;
		}
	.color-light {
		color: #848484;
		}
	.color-highlight {
		color: #1240a9;
		}
	@media screen and (max-width: 480px) {
		.shading-area.shading-bg.shading-opacity-full:before {
			opacity: 1;
			}
	}
/* CONTENT DISPLAY */
	.disclaimer {
		opacity: 0.5;
		}
	.contentps p {
		font-size: 1em;
		line-height: 1.6em;
		margin: 15px 0;
		}
	.contenttext {
		font-size: 1.3em;
		font-weight: 300;
		}
	.contenttext.c {
		text-align: center;
		}
	.contenttext p {
		line-height: 1.6em;
		margin: 10px 0;
		}
	.contentblock-holder {
		margin: 25px 0;
		}
	.contentblock-holder .contentblock {
		margin: 0 120px;
		}
	.contentblock.w.c {
		margin: 0 auto;
		max-width: 768px;
		text-align: center;
		}
	.contentblock.contentblock-impact {
		font-size: 1.7em;
		opacity: 0.6;
		}
	.contentblock.contentblock-impact strong {
		font-weight: 900;
		}
	.contentblock.contentblock-impact br {
		content: ' ';
		display: none;
		}
	.header-group+.contentblock-impact {
		margin-top: -25px;
		}
	.contentblock {
		font-size: 1.5em;
		}
	.contentblock h1,
	.contentblock h2,
	.contentblock h3,
	.contentblock h4,
	.contentblock h5,
	.contentblock h6 {
		border: none;
		font-weight: 700;
		margin: 25px 0 10px;
		padding: 0;
		text-transform: uppercase;
		}
	.contentblock h1 {
		font-size: 1.4rem;
		}
	.contentblock h2 {
		color: #848484;
		font-size: 3.5rem;
		font-weight: 300;
		}
	.contentblock h3 {
		font-size: 2.5rem;
		}
	.contentblock h4 {
		font-size: 2rem;
		}
	.contentblock h5 {
		font-size: 1.6rem;
		}
	.contentblock h6 {
		font-size: 1.4rem;
		}
	.contentblock p {
		line-height: 1.8em;
		margin: 10px 0;
		}
	.contentblock ul,
	.contentblock ol,
	.contenttext ul,
	.contenttext ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentblock li,
	.contenttext li {
		line-height: 1.4em;
		margin: 5px 0 5px 50px;
		padding: 0 0 0 10px;
		}
	.contentblock img[align="left"],
	.contentblock img.alignleft {
		float: left;
		margin: 25px 50px 25px -120px;
		}
	.contentblock img[align="right"],
	.contentblock img.alignright {
		float: right;
		margin: 25px -120px 25px 50px;
		}
	.contentblock img[align="middle"],
	.contentblock img[align="center"] {
		display: block;
		margin: 25px auto;
		}
	.contentblock blockquote {
		background: #f5f5f5;
		border-left: 5px solid #1240a9;
		float: left;
		font-weight: 300;
		margin: 25px 50px 25px 0;
		max-width: calc(50% - 45px);
		padding: 15px 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: left;
		}
	.contentblock blockquote p {
		line-height: 1.3em;
		}
	.contentblock blockquote p:first-child,
	.contentblock blockquote p:last-child {
		display: inline;
		}
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft,
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		max-width: 50%;
		}
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft {
		margin: 25px 50px 25px 0;
		}
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		margin: 25px 0 25px 50px;
		}
	.contentblock blockquote.aligncenter,
	.contentblock img.aligncenter,
	.contentblock .wp-caption.aligncenter {
		margin-top: 25px;
		margin-bottom: 25px;
		}
	.contentblock-holder .contentblock blockquote,
	.contentblock-holder .contentblock blockquote.alignleft,
	.contentblock-holder .contentblock img.alignleft,
	.contentblock-holder .contentblock .wp-caption.alignleft {
		margin-left: -120px;
		}
	.contentblock-holder .contentblock blockquote.alignright,
	.contentblock-holder .contentblock img.alignright,
	.contentblock-holder .contentblock .wp-caption.alignright {
		margin-right: -120px;
		}
	.contentblock embed,
	.contentblock iframe,
	.contentblock object,
	.contentblock video {
		margin-bottom: 25px;
		max-width: 100%;
		}
	.contentblock p > embed,
	.contentblock p > iframe,
	.contentblock p > object,
	.contentblock span > embed,
	.contentblock span > iframe,
	.contentblock span > object {
		margin-bottom: 0;
		}
	.contentblock a:hover,
	.contenttext a:hover {
		text-decoration: underline;
		}
	@media screen and (max-width: 1024px) {
		.section-container,
		.contentblock-holder .contentblock {
			margin: 0 60px;
			}
		.contentblock-holder .contentblock blockquote,
		.contentblock-holder .contentblock blockquote.alignleft,
		.contentblock-holder .contentblock img.alignleft,
		.contentblock-holder .contentblock .wp-caption.alignleft {
			margin-left: -60px;
			}
		.contentblock-holder .contentblock blockquote.alignright,
		.contentblock-holder .contentblock img.alignright,
		.contentblock-holder .contentblock .wp-caption.alignright {
			margin-right: -60px;
			}
		.contentblock img.alignleft,
		.contentblock .wp-caption.alignleft,
		.contentblock img.alignright,
		.contentblock .wp-caption.alignright {
			max-width: 50%;
			}
	}
	@media screen and (max-width: 768px) {
		.contentblock img.alignleft,
		.contentblock img.alignright {
			max-width: 40%;
			}
		.contentps p {
			margin: 10px;
			text-align: center !important;
			}
		.contentblock-holder {
			margin: 25px 0;
			}
		.section-container,
		.contentblock-holder .contentblock {
			margin: 0;
			}
		.contentblock blockquote,
		.contentblock blockquote.alignleft,
		.contentblock img.alignleft,
		.contentblock .wp-caption.alignleft,
		.contentblock blockquote.alignright,
		.contentblock img.alignright,
		.contentblock .wp-caption.alignright,
		.contentblock blockquote.aligncenter {
			float: none !important;
			margin: 25px 0 !important;
			max-width: 100%;
			width: auto !important;
			}
		.contentblock.contentblock-center {
			font-size: 1.6em;
			}
	}
	@media screen and (max-width: 480px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1.2rem;
			padding: 10px;
			}
		.contentblock.contentblock-center {
			font-size: 1.4em;
			}
	}
/* PAGEMENU */
	.pagemenu {
		margin: 25px 0;
		}
	.pagemenu h4 {
		background-color: #222;
		border: none;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		line-height: 1em;
		margin: 0;
		padding: 9px;
		text-transform: uppercase;
		}
	.pagemenu>ul {
		font-size: 1.2em;
		margin: 0 10px;
		}
	.pagemenu>ul>li {
		border-bottom: 1px solid #dedede;
		position: relative;
		}
	.pagemenu li:before  {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #1240a9;
		border-image: none;
		content: '';
		display: inline-block;
		left: -10px;
		padding-left: 5px;
		position: absolute;
		top: 11px;
		}
	.pagemenu>ul>li a,
	.pagemenu>ul>li span  {
		display: block;
		line-height: 1.5em;
		padding: 5px 0;
		}
	.pagemenu>ul>li.recentcomments {
		padding: 5px 0;
		}
	.pagemenu>ul>li.recentcomments>a,
	.pagemenu>ul>li a {
		color: #535353;
		}
	.pagemenu>ul>li.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
		}
	.pagemenu>ul>li a:hover {
		color: #1240a9;
		}
	.pagemenu>ul ul {
		font-size: 0.9em;
		margin: 10px;
		}
	.pagemenu>ul ul>li {
		margin: 10px;
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a {
		font-weight: 700;
		}
	.pagemenu>ul>li.recentcomments>a {
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>a:hover {
		background: none;
		color: #1240a9;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #535353;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background: none;
		border: 1px solid #dedede;
		color: #535353;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 10px 0;
		padding: 5px;
		width: 100%;
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
	.pagemenu-sub {
		margin: 0;
		}
/* STATS */
	.stats {
		margin: 25px 0;
		text-align: center;
		}
	.stats-item {
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		}
	.stats-4 .stats-item {
		width: 25%;
		}
	.stats-5 .stats-item {
		width: 20%;
		}
	.stats-holder {
		display: block;
		margin: 0 15px;
		text-transform: uppercase;
		}
	.stats-image {
		font: normal 0/0 sans-serif;
		margin: 0 auto;
		max-width: 75px;
		}
	.stats-number {
		font-size: 4.8em;
		font-weight: 700;
		margin: 10px 0;
		position: relative;
		}
	.stats-title {
		font-weight: 300;
		font-size: 1.6em;
		}
	@media screen and (max-width: 1024px) {
		.stats-number {
			font-size: 3em;
			}
		.stats-title {
			font-size: 1.3em;
			}
	}
	@media screen and (max-width: 768px) {
		.stats-item {
			width: 33.3%;
			}
		.stats-holder {
			margin: 0 5px;
			}
		.stats-image {
			max-width: 40px;
			}
		.stats-number {
			font-size: 2.5em;
			}
		.stats-title {
			font-size: 1.1em;
			}
	}
	@media screen and (max-width: 479px) {
		.stats-number {
			font-size: 1.8em;
			}
		.stats-title {
			font-size: 1em;
			}
	}
/* ICONS */
	.icons {
		margin: 50px -20px;
		text-align: center;
		}
	.icons-item {
		display: inline-block;
		vertical-align: top;
		}
	.icons-2 .icons-item,
	.icons-3 .icons-item {
		width: 33.3333%;
		}
	.icons-4 .icons-item {
		width: 25%;
		}
	.icons-5 .icons-item {
		width: 20%;
		}
	.icons-holder {
		margin: 0 20px;
		}
	.icons-image {
		border-radius: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		font: normal 0/0 sans-serif;
		margin: 0 auto 20px;
		max-width: 100px;
		}
	.icons-header {
		font-size: 2em;
		font-weight: 700;
		margin: 10px 0;
		text-transform: uppercase;
		}
	.icons-text {
		font-size: 1.6em;
		line-height: 1.4em;
		opacity: 0.5;
		}
	@media screen and (max-width: 768px) {
		.icons {
			margin: 25px 0;
			}
		.icons-item,
		.icons-5 .icons-item {
			width: 33.3%;
			}
		.icons-4 .icons-item {
			width: 50%;
			}
		.icons-image {
			max-width: 50px;
			}
		.icons-header {
			font-size: 1.5em;
			}
		.icons-text {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 480px) {
		.icons-2 .icons-item,
		.icons-3 .icons-item,
		.icons-4 .icons-item,
		.icons-5 .icons-item {
			width: auto;
			}
		.icons-holder {
			margin: 20px 0;
			}
	}
/* ICONS */
	.imagegrid {
		font: normal 0/0 sans-serif;
		overflow: hidden;
		}
	.imagegrid-image {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		}
	@media screen and (max-width: 600px) {
		.imagegrid-image {
			width: 50%;
			}
	}
/* IMAGE SWITCH */
	@media screen and (min-width: 601px) {
		.image-switch-mobile {
			display: none;
			}
	}
	@media screen and (max-width: 600px) {
		.image-switch-full {
			display: none;
			}
	}
/* LOGOS */
	.logos {
		margin: 25px 0;
		text-align: center;
		}
	.logos-item {
		display: inline-block;
		margin: 25px;
		vertical-align: middle;
		}
	@media screen and (max-width: 600px) {
		.logos-item {
			display: inline-block;
			margin: 10px;
			max-width: 80px;
			vertical-align: middle;
			}
	}
/* ICONLIST */
	.iconlist {
		margin: 25px 0;
		text-align: center;
		}
	.iconlist-item {
		max-width: 250px;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.iconlist-holder {
		color: #434343;
		display: block;
		margin: 25px;
		}
	.iconlist-holder:hover {
		color: #1240a9;
		}
	.iconlist-image {
		background: #fff;
		border: 1px solid #eaeaea;
		padding: 10px;
		}
	.iconlist-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		margin: 0;
		padding: 10px 0 0;
		}
	@media screen and (max-width: 900px) {
		.iconlist-item {
			width: 25%;
			}
		.iconlist-header {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 600px) {
		.iconlist-item {
			width: 33.3%;
			}
		.iconlist-header {
			font-size: 1.2em;
			}
	}
/* ICONMENU */
	.iconmenu {
		font-size: 1.3em;
		margin: 10px 0;
		overflow: hidden;
		}
	.iconmenu-icon {
		color: #fdd200;
		display: block;
		float: left;
		font-size: 13px;
		line-height: 27px;
		}
	.iconmenu p {
		line-height: 1.4em;
		margin: 5px 0 0 30px;
		}
/* LINEMENU */
	.linemenu {
		border-top: 1px solid #191919;
		font-size: 1em;
		margin: 20px 0;
		padding-top: 20px;
		}
	.linemenu>li {
		display: inline-block;
		}
	.linemenu>li>em {
		color: #fdd200;
		}
	.linemenu>li+li:before {
		content: '/';
		color: #434343;
		padding: 0 5px;
		}
	@media screen and (max-width: 600px) {
		.linemenu>li {
			padding-bottom: 5px;
			}
	}
/* ARROWMENU */
	.arrowmenu {
		font-size: 1.3em;
		margin: 10px;
		}
	.arrowmenu>li {
		margin: 10px 0;
		}
	.arrowmenu>li em {
		color: #848484;
		font-weight: 300;
		}
	.arrowmenu>li>a,
	.arrowmenu>li>span {
		display: inline-block;
		line-height: 1.3em;
		padding-left: 10px;
		position: relative;
		}
	.arrowmenu>li>a:before,
	.arrowmenu>li>span:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #fdd200;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 4px;
		}
/* SOCIAL */
	.menu-social {
		margin: 10px 0;
		text-align: center;
		}
	.menu-social>li {
		display: inline-block;
		padding: 0 5px;
		}
	.menu-social>li>a {
		background-color: #fdd200;
		border-radius: 100%;
		color: #1240a9;
		display: block;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		position: relative;
		text-align: center;
		width: 40px;
		}
	.menu-social>li>a:hover {
		background-color: #1240a9;
		color: #fff;
		}
	.content-footer .menu-social {
		text-align: left;
		}
	.content-footer .menu-social>li {
		padding: 0 10px 0 0;
		}
	.content-footer .menu-social>li>a {
		background-color: #111;
		color: #1240a9;
		}
	.content-footer .menu-social>li>a:hover {
		background-color: #fdd200;
		color: #fff;
		}
/* CONTACTINFO */
	.contactinfo {
		background-color: #fff;
		border: 1px solid #b2b2b2;
		border-radius: 4px;
		font-size: 1.6em;
		margin: 25px 0;
		}
	.contactinfo-item {
		display: inline-block;
		line-height: 1.2em;
		width: 50%;
		vertical-align: top;
		}
	.contactinfo-details {
		padding: 10px 20px;
		}
	.contactinfo-item:first-child .contactinfo-details {
		border-right: 1px solid #b2b2b2;
		}
	.contactinfo-details>strong,
	.contactinfo-details>a {
		display: block;
		}
	.contactinfo-details>strong {
		font-size: 11px;
		}
	@media screen and (max-width: 768px) {
		.contactinfo-item {
			display: block;
			width: auto;
			}
		.contactinfo-item:first-child .contactinfo-details {
			border-bottom: 1px solid #b2b2b2;
			border-right: none;
			}
	}
/* BOXES */
	.boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		}
	html.no-flexbox .boxes {
		display: block;
		}
	.boxes-inline {
		margin: 50px auto;
		}
	.boxes-inline-slim {
		max-width: 920px;
		}
	.boxes-inline.boxes-same,
	.boxes-inline.boxes-different.boxes-image-equal,
	.boxes-inline.boxes-different .boxes-other-none img {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		}
	.boxes-left,
	.boxes-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		width: 50%;
		}
	html.no-flexbox .boxes-left,
	html.no-flexbox .boxes-right {
		display: inline-block;
		}
	.boxes-full-right .boxes-right,
	.boxes-inline-right .boxes-right,
	.boxes-full-left .boxes-left,
	.boxes-inline-left .boxes-left {
		width: 70%;
		}
	.boxes-full-right .boxes-left,
	.boxes-inline-right .boxes-left,
	.boxes-full-left .boxes-right,
	.boxes-inline-left .boxes-right {
		width: 30%;
		}
	.boxes-content {
		display: block;
		flex-grow: 1;
		position: relative;
		z-index: 2;
		}
	.boxes-map #map {
		border: none;
		border-right: 1px solid #eaeaea;
		height: 100%;
		min-height: 33.33vh;
		}
	a.boxes-content {
		font: normal 0/0 sans-serif;
		}
	.boxes-full .boxes-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	.boxes-full .boxes-left .boxes-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: flex-end;
		}
	.boxes-different .boxes-text .boxes-content {
		-webkit-align-items: center;
		align-items: center;
		}
	.boxes-image {
		font: normal 0/0 sans-serif;
		position: relative;
		}
	.boxes-image-equal .boxes-image img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	html.no-objectfit .boxes-image-equal .boxes-image img {
		height: auto;
		width: 100%;
		}
	.boxes-match-text .boxes-image .boxes-content {
		height: 100%;
		overflow: hidden;
		position: absolute;
		width: 100%;
		}
	.boxes-buffer {
		width: 100%;
		}
	.boxes-holder {
		margin: 100px;
		}
	.shading-margin-less .boxes-holder {
		margin: 50px;
		}
	.boxes-holder>*:first-child {
		margin-top: 0;
		}
	.boxes-holder>*:last-child {
		margin-bottom: 0;
		}
	.boxes-inline-slim .boxes-holder {
		margin-left: 50px;
		margin-right: 50px;
		}
	.boxes-different .boxes-left.shading-none .boxes-holder,
	.boxes-different .boxes-right.shading-none .boxes-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-full.boxes-full-left .boxes-buffer,
	.boxes-full.boxes-full-right .boxes-buffer {
		max-width: 1024px;
		}
	.boxes-full.boxes-full-equal .boxes-buffer {
		max-width: 640px;
		}
	.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer {
		max-width: 100%;
		}
	.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
		margin: 50px 100px;
		}
	@media screen and (max-width: 1280px) {
		.boxes-inline {
			margin: 50px auto;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-holder {
			margin: 50px;
			}
		.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
			margin: 50px;
			}
	}
	@media screen and (min-width: 919px) {
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-left: 0;
			}
		.boxes-different .boxes-right.shading-none .boxes-holder,
		.boxes-full .boxes-right .boxes-holder {
			margin-right: 0;
			}
	}
	@media screen and (max-width: 919px) {
		.boxes,
		.boxes-left,
		.boxes-right,
		.boxes-content,
		.boxes-full .boxes-content {
			display: block;
			width: auto !important;
			}
		.boxes-content {
			padding: 0;
			}
		.boxes-image {
			font: normal 0/0 sans-serif;
			position: relative;
			}
		.boxes-image-equal .boxes-image img {
			height: auto;
			width: 100%;
			}
		.boxes-match-text .boxes-image .boxes-content {
			position: relative;
			}
		.boxes-same .boxes-text,
		.boxes-text.shading-box {
			overflow: hidden;
			}
		.boxes-full.boxes-full-left .boxes-buffer,
		.boxes-full.boxes-full-right .boxes-buffer,
		.boxes-full.boxes-full-equal .boxes-buffer {
			max-width: none;
			}
		.boxes-same .boxes-left.boxes-text.shading-blank,
		.boxes-right.boxes-text.shading-blank {
			border-bottom: 1px solid #f2f2f2;
			}
		.boxes .boxes-left.shading-box.shading-white.shading-opacity-100 {
			border-top: 1px solid #f2f2f2;
			}
		.boxes .shading-box.shading-white.shading-opacity-100:before {
			background-color: #fff;
			}
	}
	@media screen and (max-width: 767px) {
		.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
			margin: 25px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-different .boxes-right.shading-none .boxes-holder {
			margin-bottom: 25px;
			margin-top: 25px;
			}
		.boxes-inline.boxes-different .boxes-other-none.boxes-right {
			margin-top: 50px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-right: 25px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-right.shading-none .boxes-holder,
		.boxes-full .boxes-right .boxes-holder {
			margin-left: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.shading-margin-less .boxes-holder,
		.boxes-holder {
			margin: 25px;
			}
	}
/* PAGINATION */
	.site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		clear: both;
		color: #949494;
		font-size: 1.3em;
		margin: 40px 0;
		}
	.site-navigation-pages {
		margin-top: -1px;
		text-align: center;
		}
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 1px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 10px;
		text-transform: uppercase;
		}
	.site-navigation-pages a {
		color: #949494;
		}
	.site-navigation-pages>a i {
		vertical-align: bottom;
		}
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>div.page-numbers:hover {
		border-top: 1px solid #1240a9;
		color: #1240a9;
		}
	.site-navigation-pages>div.page-numbers:hover>a {
		color: #1240a9;
		}
/* QUICKLINKS */
	.quicklinks {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		}
	.quicklinks-item {
		background-position: center;
		background-size: cover;
		display: flex;
		position: relative;
		width: 33.3333%;
		}
	.quicklinks-holder {
		align-items: center;
		display: flex;
		flex: 1;
		overflow: hidden;
		position: relative;
		text-align: center;
		}
	.quicklinks-holder:after {
		border: 1px solid rgba(0,0,0,0.05);
		border-radius: 10px;
		bottom: 25px;
		content: '';
		left: 25px;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 3;
		}
	.quicklinks-content {
		display: block;
		flex: 1;
		margin: 75px 100px;
		}
	.quicklinks-white .quicklinks-holder,
	.quicklinks-light .quicklinks-holder,
	.quicklinks-highlight .quicklinks-holder {
		color: #434343;
		}
	.quicklinks-color .quicklinks-holder,
	.quicklinks-dark .quicklinks-holder,
	.quicklinks-image .quicklinks-holder {
		color: #fff;
		}
	.quicklinks-white .quicklinks-more>span,
	.quicklinks-light .quicklinks-more>span,
	.quicklinks-highlight .quicklinks-more>span {
		border-color: #434343;
		color: #434343;
		}
	.quicklinks-color .quicklinks-more>span,
	.quicklinks-dark .quicklinks-more>span,
	.quicklinks-image .quicklinks-more>span {
		border-color: #fff;
		color: #fff;
		}
	@media screen and (min-width: 1281px) {
		.quicklinks-white .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-light .quicklinks-holder:hover .quicklinks-more>span {
			border-color: #fdd200;
			color: #fdd200;
			}
		.quicklinks-highlight .quicklinks-holder:hover .quicklinks-more>span {
			border-color: #fff;
			color: #fff;
			}
		.quicklinks-white .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-light .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-color .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-dark .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-image .quicklinks-holder:hover .quicklinks-more>span {
			border-color: #fdd200;
			color: #fdd200;
			}
	}
	.quicklinks-header,
	.quicklinks-text,
	.quicklinks-more {
		margin: 10px 0;
		}
	.quicklinks-header {
		font-size: 3em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.quicklinks-text {
		font-size: 1.5em;
		line-height: 1.4em;
		opacity: 0.65;
		}
	.quicklinks-more {
		margin-top: 20px;
		}
	.quicklinks-more>span {
		border: 2px solid transparent;
		border-radius: 4px;
		display: inline-block;
		font-size: 1.2em;
		font-weight: 900;
		padding: 1em;
		text-transform: uppercase;
		transition: background-color 200ms ease;
		}
	@media screen and (max-width: 1500px) {
		.quicklinks-content {
			margin: 50px;
			}
		.quicklinks-header {
			font-size: 2.8em;
			}
		.quicklinks-text {
			font-size: 1.4em;
			}
	}
	@media screen and (max-width: 1280px) {
		.quicklinks-content {
			margin: 40px;
			}
		.quicklinks-header {
			font-size: 2.4em;
			}
		.quicklinks-text {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 768px) {
		.quicklinks {
			display: block;
			}
		.quicklinks-item {
			display: block;
			width: auto;
			}
	}
/* CARDS */
	.cards {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -20px;
		position: relative;
		}
	.cards-item {
		display: flex;
		width: 33.3333%;
		}
	.cards-holder {
		background-color: #fff;
		border-top: 5px solid #1240a9;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		align-items: center;
		display: flex;
		flex: 1;
		margin: 0 20px;
		text-align: center;
		}
	.cards-holder:hover {
		background-color: #fcfcfc;
		}
	.cards-content {
		display: block;
		flex: 1;
		margin: 25px;
		}
	.cards-header,
	.cards-text,
	.cards-button {
		margin: 10px 0;
		}
	.cards-header {
		color: #333;
		font-size: 2.25em;
		font-weight: 700;
		}
	.cards-text {
		color: #696969;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.4em;
		opacity: 0.65;
		}
	.cards-button {
		margin-top: 20px;
		}
	.cards-button>span {
		background-color: #fdd200;
		border-radius: 4px;
		color: #1240a9;
		display: inline-block;
		font-size: 1.2em;
		font-weight: 700;
		min-width: 100px;
		padding: 1em;
		text-transform: uppercase;
		transition: background-color 200ms ease;
		}
	@media screen and (min-width: 1281px) {
		.cards-holder:hover .cards-button>span {
			background-color: #1240a9;
			color: #fff;
			}
	}
	@media screen and (max-width: 1500px) {
		.cards-header {
			font-size: 2em;
			}
		.cards-text {
			font-size: 1.3em;
			}
	}
	@media screen and (max-width: 1280px) {
		.cards-content {
			margin: 15px;
			}
		.cards-header {
			font-size: 1.8em;
			}
		.cards-subheader {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 768px) {
		.cards {
			display: block;
			margin: 25px 0;
			}
		.cards-item {
			display: block;
			margin: 20px 0;
			width: auto;
			}
		.cards-holder {
			margin: 0;
			}
	}
/* HIGHLIGHTS */
	.highlights {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
		position: relative;
		}
	.highlights:after {
		background: rgba(0,0,0,0.1);
		content: '';
		height: 100%;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: -1;
		}
	.highlights-item {
		width: 50%;
		}
	.highlights-holder {
		margin: 50px 100px;
		text-align: center;
		}
	.highlights-image {
		font: normal 0/0 sans-serif;
		margin: 0 auto;
		max-width: 150px;
		overflow: hidden;
		padding: 6px;
		}
	.highlights-image-round {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 50%;
		padding: 5px;
		}
	.highlights-image-round img {
		border-radius: 50%;
		display: block;
		}
	.highlights-header {
		font-size: 2em;
		font-weight: 700;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 900px) {
		.highlights-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.highlights {
			display: block;
			}
		.highlights:after {
			display: none;
			}
		.highlights-item {
			width: 100%;
			}
		.highlights-holder {
			margin: 50px 25px;
			}
	}
/* PROFILES */
	.profiles {
		display: block;
		margin: 25px -25px;
		}
	.profiles-item,
	.profiles-image,
	.profiles-holder {
		display: inline-block;
		vertical-align: top;
		}
	.profiles-item {
		margin: 0 25px 50px 25px;
		width: calc(50% - 50px);
		}
	.profiles-image {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		font: normal 0/0 sans-serif;
		width: 25%;
		}
	.profiles-holder {
		margin-left: 50px;
		width: calc(75% - 50px);
		}
	.profiles-header {
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		}
	@media screen and (max-width: 768px) {
		.profiles {
			margin: 25px 0;
			}
		.profiles-item {
			display: block;
			margin: 25px 0;
			width: auto;
			}
		.profiles-holder {
			margin-left: 25px;
			width: calc(75% - 25px);
			}
	}
/* BOOKING */
	.booking {
		text-align: center;
		}
	.bookings.bookings-scroll {
		background-color: #fff;
		padding: 2px;
		}
	.bookings.bookings-scroll .slick-dots {
		padding-bottom: 5px;
		padding-top: 5px;
		}
	.bookings-scroll .booking {
		overflow: hidden;
		white-space: nowrap;
		}
	.bookings-inline .booking {
		margin: 50px -20px;
		}
	.booking-item {
		display: inline-block;
		}
	.bookings-scroll .booking-item {
		width: 25%;
		}
	.bookings-inline .booking-item {
		width: 33.3%;
		}
	.booking-holder {
		color: #fff;
		display: block;
		margin: 2px;
		position: relative;
		text-align: center;
		}
	.bookings-scroll .booking-holder {
		overflow: hidden;
		}
	.bookings-inline .booking-holder {
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		margin: 20px;
		}
	.booking-holder:after {
		background-color: rgba(35,60,115,0.7);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transition: background 200ms ease;
		width: 100%;
		z-index: 2;
		}
	.booking-holder:hover {
		color: #fff;
		}
	.booking-image {
		font: normal 0/0 sans-serif;
		}
	.booking-content {
		border: 2px solid #fdd200;
		border-bottom: none;
		bottom: 30px;
		display: flex;
		left: 30px;
		position: absolute;
		right: 30px;
		top: 30px;
		z-index: 3;
		}
	.booking-buffer {
		align-items: center;
		display: flex;
		flex: 1;
		text-align: center;
		}
	.booking-price {
		position: absolute;
		text-align: center;
		top: -20px;
		width: 100%;
		}
	.booking-price>span {
		background-color: #fdd200;
		border-radius: 5px;
		color: #05256f;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 20px;
		}
	.booking-info {
		display: block;
		flex: 1;
		white-space: normal;
		}
	.booking-header {
		font-size: 4em;
		font-weight: 700;
		padding: 0 50px;
		text-transform: uppercase;
		}
	.booking-action {
		bottom: -9px;
		overflow: hidden;
		position: absolute;
		text-align: center;
		width: 100%;
		}
	.booking-action>span {
		display: inline-block;
		font-size: 12px;
		font-weight: 900;
		line-height: 10px;
		padding: 5px 15px;
		position: relative;
		text-transform: uppercase;
		}
	.booking-action>span:before,
	.booking-action>span:after {
		background-color: #fdd200;
		content: '';
		height: 2px;
		position: absolute;
		top: 9px;
		width: 900px;
		}
	.booking-action>span:before {
		left: 100%;
		}
	.booking-action>span:after {
		right: 100%;
		}
	@media screen and (min-width: 1279px) {
		.booking-holder:hover {
			color: #1240a9;
			}
		.booking-holder:hover:after {
			background: rgba(255,255,255,0.9) !important;
			}
	}
	@media screen and (max-width: 1280px) {
		.booking-price>span {
			font-size: 15px;
			line-height: 20px;
			}
		.booking-header {
			font-size: 2.25em;
			}
	}
	@media screen and (max-width: 1024px) {
		.bookings-scroll .booking-item {
			width: 33.333333%;
			}
	}
	@media screen and (max-width: 920px) {
		.bookings-inline .booking {
			margin: 25px -10px;
			}
		.bookings-inline .booking-holder {
			margin: 0 10px;
			}
	}
	@media screen and (max-width: 768px) {
		.bookings-inline .booking-item,
		.bookings-scroll .booking-item {
			width: 50%;
			}
		.bookings-inline .booking-holder {
			margin-bottom: 20px;
			}
	}
	@media screen and (max-width: 600px) {
		.bookings-inline .booking-item {
			width: 100%;
			}
	}
	@media screen and (max-width: 480px) {
		.bookings-scroll .booking-item {
			width: 100%;
			}
	}
/* ITEMS */
	.items {
		margin: 0 -20px;
		text-align: center;
		}
	.items-wide {
		margin-bottom: 50px;
		margin-top: 50px;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.items-item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		}
	.items-item,
	.items.items-even .items-item {
		width: 50%;
		}
	.items-alt .items-item,
	.items.items-odd .items-item,
	.items-wide .items-item {
		width: 33.3333%;
		}
	.items-wide .items-item {
		padding: 10px 0;
		}
	.items-holder {
		margin: 20px;
		white-space: normal;
		}
	.items-wide .items-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		display: block;
		position: relative;
		}
	.items-image {
		font: normal 0/0 sans-serif;
		overflow: hidden;
		position: relative;
		}
	.items-image:before,
	.items-image:after {
		content: '';
		height: 100%;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.items-image:before {
		background-color: rgba(255,255,255,0);
		transition: background-color 200ms ease;
		z-index: 2;
		}
	a.items-link:hover .items-image:before {
		background-color: rgba(255,255,255,0.1);
		}
	.items-image:after {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		z-index: 3;
		}
	.format-gallery .items-image:after {
		background-image: url(assets/images/post-gallery.svg);
		}
	.format-video .items-image:after {
		background-image: url(assets/images/post-video.svg);
		}
	.items-inside .items-link,
	.items-default .items-holder {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		overflow: hidden;
		}
	.items-default .items-category {
		color: #1240a9;
		font-size: 1.2em;
		font-weight: 300;
		margin-bottom: 5px;
		}
	.items-default .items-header {
		color: #222;
		font-size: 1.8em;
		font-weight: 700;
		text-transform: uppercase;
		transition-property: color;
		}
	.items-default a.items-link:hover .items-header {
		color: #1240a9;
		}
	.items-default .items-info {
		padding: 20px;
		}
	.items-details {
		border-top: 1px solid #eaeaea;
		font-size: 1.1em;
		overflow: hidden;
		padding: 5px 10px;
		}
	.items-details,
	.items-details a {
		color: #696969;
		}
	.items-details a:hover {
		color: #1240a9;
		}
	.items-details .items-date {
		float: left;
		}
	.items-details .items-date i {
		padding-left: 1px;
		}
	.items-details .items-meta {
		float: right;
		}
	.items-details .items-meta a {
		display: inline-block;
		padding: 0 5px;
		}
	.items-text p {
		margin: 0;
		}
	.items-text p+p {
		margin-top: 5px;
		}
	.items-alt {
		margin: 50px -10px 0;
		}
	.items-alt .items-holder {
		margin: 10px;
		}
	.items-alt .items-header {
		font-size: 1.5em;
		}
	.items-alt .items-info {
		padding: 10px;
		}
	@media screen and (max-width: 759px) {
		.items-wide .items-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 479px) {
		.items-wide .items-item {
			width: 100%;
			}
	}
	@media screen and (max-width: 920px) {
		.items.items-alt.items-grid .items-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 600px) {
		.items.items-grid .items-item {
			width: 50% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.items.items-grid {
			margin: 25px 0 !important;
			}
		.items.items-grid .items-item {
			margin: 0 0 20px 0;
			width: auto !important;
			}
		.items.items-grid .items-holder {
			margin: 0 !important;
			}
	}
/* ITEMBLOCKS */
	.itemblocks {
		background-color: #fcfcfc;
		}
	.itemblocks-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	.itemblocks-image,
	.itemblocks-holder {
		position: relative;
		}
	.itemblocks-image {
		width: 55%;
		}
	.itemblocks-holder {
		width: 45%;
		}
	.itemblocks-holder {
		z-index: 2;
		}
	.itemblocks-image img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	html.no-objectfit .itemblocks-image img {
		height: auto;
		width: 100%;
		}
	.itemblocks-content {
		margin: 100px;
		}
	.itemblocks-text {
		color: #535353;
		}
	.itemblocks-item:nth-child(odd) .itemblocks-image {
		order: 2;
		}
	.itemblocks-item:nth-child(odd) .itemblocks-holder {
		order: 1;
		}
	@media screen and (max-width: 1280px) {
		.itemblocks-content {
			margin: 75px;
			}
	}
	@media screen and (max-width: 920px) {
		.itemblocks-content {
			margin: 50px;
			}
	}
	@media screen and (max-width: 768px) {
		.itemblocks {
			background: none;
			margin: 0;
			}
		.itemblocks-item {
			background: #fff;
			display: block;
			}
		.itemblocks-image,
		.itemblocks-holder {
			flex: unset;
			width: 100%;
			}
		.itemblocks-image img {
			height: auto;
			width: 100%;
			}
		.itemblocks-holder {
			overflow: hidden;
			}
		.itemblocks-content {
			margin: 25px;
			}
	}
/* ITEMSLIST */
	.itemlist {
		margin: 10px 0;
		}
	.itemlist-item {
		margin: 10px 0;
		padding: 0 10px;
		}
	.itemlist-item + .itemlist-item {
		border-top: 1px solid #eaeaea;
		padding-top: 10px;
		}
	.itemlist-link {
		color: #222;
		display: block;
		overflow: hidden;
		transition: color 250ms;
		}
	.itemlist-link:hover {
		color: #1240a9;
		}
	.itemlist-image {
		float: left;
		max-width: 75px;
		}
	.itemlist-info {
		margin-left: 100px;
		}
	.itemlist-header {
		line-height: 1.3em;
		margin: 5px 0;
		}
	.itemlist-text {
		color: #696969;
		line-height: 1.2em;
		}
/* TABLES */
	.simpletable,
	.contentblock table,
	.listtable {
		border: none;
		margin: 10px 0;
		}
	.simpletable,
	.listtable-fancy {
		empty-cells: show;
		overflow: hidden;
		table-layout: fixed;
		width: 100%;
		}
	.contentblock table td,
	.contentblock table th,
	.listtable td,
	.listtable th {
		border: 1px solid #eaeaea;
		font-size: 1.4rem;
		padding: 15px;
		position: relative;
		vertical-align: top;
		}
	.listtable-fancy td {
		padding-bottom: 5px;
		padding-top: 5px;
		}
	.contentblock table th,
	.listtable th {
		vertical-align: bottom;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #222;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		text-align: left;
		}
	.listtable-fancy thead th:first-child {
		text-align: left;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd) {
		background-color: #f7f7f7;
		}
	.listtable.listtable-fancy tbody tr,
	.listtable.listtable-fancy tbody tr:nth-child(odd),
	.listtable.listtable-fancy tbody tr:nth-child(even) {
		background: none;
		}
	.listtable-fancy tbody tr td {
		text-align: center;
		position: relative;
		}
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		background-color: #1240a9;
		color: #fff;
		font-weight: 800;
		text-align: left;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even) {
		background-color: #fafafa;
		}
	.listtable-fancy tbody tr:nth-child(even) td:first-child {
		background-color: #05256f;
		color: #fff;
		}
	.contentblock table tbody tr:hover,
	.listtable tbody tr:hover {
		background-color: #eaeaea !important;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy thead th:not(:empty):hover::after { 
		content: '';  
		height: 10000px;
		left: 0;
		position: absolute;  
		top: -5000px;
		width: 100%;
		z-index: -1;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy th:hover::after {
		background-color: #eaeaea;
		}
	.simpletable>thead>tr>th,
	.simpletable>tbody>tr>td {
		border: 1px solid #f2f2f2;
		text-align: center;
		}
	.simpletable>thead>tr>th {
		background-color: #f2f2f2;
		padding: 5px;
		text-align: center;
		}
	.simpletable>tbody>tr>td {
		font-size: 1.6em;
		font-weight: 700;
		padding: 10px;
		}
	@media screen and (max-width: 1024px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1.2rem;
			padding: 5px;
			}
	}
	@media screen and (max-width: 768px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1rem;
			}
	}
	@media screen and (max-width: 600px) {
		.listtable-fancy-scroll {
			box-shadow: inset -10px 0 5px -5px rgba(0,0,0,0.2);
			overflow-x: scroll;
			padding: 15px 0;
			}
		.listtable-fancy {
			width: 700px;
			}
	}
/* LISTS */
	.contentblock ul,
	.contenttext ul,
	.sitemap {
		list-style-type: disc;
		}
	.contentblock ol,
	.contenttext ol {
		list-style-type: decimal;
		}
	.sitemap ul,
	.contentblock ul ul,
	.contentblock ol ul,
	.contenttext ul ul,
	.contenttext ol ul {
		list-style-type: circle;
		}
	.contentblock ol ol,
	.contentblock ul ol,
	.contenttext ol ol,
	.contenttext ul ol {
		list-style-type: lower-latin;
		}
	.sitemap {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 50px auto;
		max-width: 960px;
		}
	.titlelist dt {
		background-color: #fcfcfc;
		border-left: 2px solid #222;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd.l {
		font-size: 1.2em;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
	.taglist ul {
		font-size: 1.1em;
		font-weight: 600;
		margin: 10px 0;
		}
	.taglist ul>li {
		display: inline-block;
		padding: 0 5px 5px 0;
		}
	.taglist ul>li>a {
		background: #fff;
		color: #222;
		padding: 0.5em 1em;
		display: inline-block;
		transition: color 250ms, background 250ms;
		}
	.taglist ul>li>a:hover {
		background: #1240a9;
		color: #fff;
		}
/* GRIDS */
	.grid {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
		margin: 50px 0;
		transform: translateZ(0);
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column;
		}
	.grid .grid-cell {
		display: inline-block;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f7f7f7;
		width: 100%;
		}
	.grid .grid-box {
		background: #fff;
		border: 1px solid #aaa;
		border-top-color: #1240a9;
		position: relative;
		}
	.grid .grid-content {
		padding: 20px;
		}
	.grid .grid-quote {
		right: 0;
		position: absolute;
		top: 0;
		}
	.grid .grid-quote>span {
		background-color: #1240a9;
		border-radius: 0 0 0 5px;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		padding: 5px;
		}
	.grid .grid-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		padding: 0;
		}
	.grid .grid-text {
		text-align: left;
		}
	.grid .grid-text p {
		margin: 0;
		}
	.grid .grid-text p+p {
		margin-top: 5px;
		}
	@media screen and (max-width: 768px) {
		.grid {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			}
	}
	@media screen and (max-width: 480px) {
		.grid {
			-moz-column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			column-count: 1;
			column-gap: 0;
			}
		.grid .grid-cell {
			border-bottom: 0;
			}
	}
/* 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:before,
	.slick-next:before,
	.slick-dots li button:before {
		font: normal normal normal 14px "myfonts";
		font-size: 20px;
		line-height: 1;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: none;
		}
	.slick-prev,
	.slick-next {
		height: 50px;
		position: absolute;
		top: 50%;
		width: 50px;
		z-index: 50;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.slick-prev:before,
	.slick-next:before {
		color: #222;
		font-size: 50px;
		opacity: 0.25;
		}
	.slick-prev {
		left: 25px;
		text-align: left;
		}
	.slick-prev:before {
		content: "\6c";
		}
	.slick-next {
		right: 25px;
		text-align: right;
		}
	.slick-next:before {
		content: "\6d";
		}
	.slick-slider .slick-prev:before,
	.slick-slider .slick-next:before {
		opacity: 0.1;
		}
	.slick-slider:hover .slick-prev:before,
	.slick-slider:hover .slick-next:before {
		opacity: 0.5;
		}
	.slick-slider:hover .slick-prev:hover:before,
	.slick-slider:hover .slick-next:hover:before {
		opacity: 1;
		}
	.slick-slider:hover .slick-prev.slick-disabled:before,
	.slick-slider:hover .slick-next.slick-disabled:before {
		opacity: .15;
		}
	.slick-dots {
		display: none;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		}
	.slick-arrow + .slick-dots {
		display: block;
		}
	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0;
		position: relative;
		width: 20px;
		}
	.slick-dots li button {
		height: 20px;
		padding: 5px;
		width: 20px;
		}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
		}
	.slick-dots li button:before {
		color: #222;
		content: '\29';
		font-size: 10px;
		height: 20px;
		left: 0;
		line-height: 20px;
		opacity: .15;
		position: absolute;
		text-align: center;
		top: 0;
		width: 20px;
		}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		}
	.slick-slider {
		box-sizing: border-box;
		display: block;
		overflow: visible;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
		width: auto;
		}
	.slick-list {
		display: block;
		overflow: hidden;
		position: relative;
		}
	.slick-list:focus {
		outline: none;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	.slick-track {
		display: block;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0;
		}
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
		}
	.slick-track:after {
		clear: both;
		}
	.slick-loading .slick-track {
		visibility: hidden;
		}
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
		}
	.slick-slide img {
		display: block;
		}
	.slick-slide.slick-loading img {
		display: none;
		}
	.slick-slide.dragging img {
		pointer-events: none;
		}
	.slick-initialized .slick-slide {
		display: block;
		}
	.slick-loading .slick-slide {
		visibility: hidden;
		}
	.slick-vertical .slick-slide {
		border: 1px solid transparent;
		display: block;
		height: auto;
		}
	.slick-arrow.slick-hidden {
		display: none;
		}
/* FRAME */
	.frame {
		background: #fff;
		margin: 50px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 10px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object,
	.objectframe div {
		height: 100% !important;
		left: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 3;
		}
/* ALIGNMENT */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	@media screen and (max-width: 500px) {
		.alignleft,
		.alignright {
			float: none !important;
			}
	}
/* ASSISTIVE TEXT */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #ccc;
		border-radius: 3px;
		clip: auto;
		color: #222;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		line-height: normal;
		padding: 15px 23px 14px;
		position: absolute;
		left: 5px;
		top: 5px;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		margin-bottom: 10px;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption {
		color: #434343;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
/* OEMBED */
	.twitter-tweet {
		float: left;
		margin: 25px 50px 20px -120px !important;
		}
/* GALLERY */
	.gallery {
		margin: 50px -10px;
		overflow: hidden;
		text-align: center;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		display: inline-block;
		overflow: hidden;
		width: 16.6666666%;
		}
	.gallery-icon {
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		background: #fff;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		display: block;
		padding: 5px;
		}
	.gallery-icon a>img {
		border-radius: 3px;
		}
	.gallery-icon a:hover {
		border-color: #696969;
		}
	.gallery-caption {
		display: none;
		}
	@media screen and (max-width: 750px) {
		.gallery-item {
			width: 20% !important;
			}
		.gallery-item dt {
			padding: 10px 10px 5px 10px;
			}
	}
	@media screen and (max-width: 500px) {
		.gallery-item {
			width: 25% !important;
			}
	}
	@media screen and (max-width: 400px) {
		.gallery-item {
			width: 33.3% !important;
			}
	}
/* POST */
	.post-info {
		font-size: 1.1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 10px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #eaeaea;
		padding-left: 10px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-description {
		margin: 25px 0;
		}
	.author-avatar {
		float: left;
		}
	.author-text {
		margin-left: 125px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		margin: 50px 0;
		}
	.comment {
		border-top: 1px solid #ccc;
		margin: 20px 0;
		padding-top: 20px;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #222;
		}
	.comment-reply-link,
	.comment-edit-link,
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #696969;
		}
	.comment-reply-link:hover,
	.comment-edit-link:hover,
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #1240a9;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 0 20px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		background: #fff;
		border: 1px solid #ccc;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		padding-bottom: 20px;
		padding-top: 20px;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #ccc;
		background: #fff;
		display: inline-block;
		font-size: 1rem;
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
	@media screen and (max-width: 750px) {
		.comment-author .avatar {
			display: none;
			}
		.comment-list article,
		.comment-list .pingback,
		.comment-list .trackback {
			margin-bottom: 10px;
			padding: 10px 5px px;
			}
		.comment-author,
		.comment-awaiting-moderation,
		.comment-content,
		.comment-list .reply,
		.comment-metadata {
			padding-left: 0;
			}
		.comment-list .children {
			margin-left: 30px;
			}
	}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	#comments-count,
	.comment-respond h3 {
		background: #434343;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #ccc;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* IMAGES */
	.img {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 20px auto;
		overflow: hidden;
		}
	.image-box {
		margin: 25px 0;
		}
	.img-circle {
		border: 1px solid #eaeaea;
		border-radius: 50%;
		padding: 4px;
		}
	.img-icon {
		background-color: #1240a9;
		border-radius: 50%;
		display: inline-block;
		font: normal 0/0 sans-serif;
		height: 50px;
		width: 50px;
		}
	.img-circle img {
		border-radius: 50%;
		}
	.img-small {
		max-width: 100px;
		}
	.img-line {
		margin: 0 auto;
		}
	.imagebox {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 25px 0;
		overflow: hidden;
		position: relative;
		}
	.image-shadow {
		font: normal 0/0 sans-serif;
		}
	.image-shadow img {
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
		}
	.image-icon + .header-group {
		margin-top: 0;
		}
	.image-icon {
		margin: 10px 0;
		}
	.image-icon.c {
		text-align: center;
		}
/* QUOTE */
	.quote-box {
		margin: 25px auto;
		max-width: 900px;
		overflow: hidden;
		position: relative;
		}
	.centered .quote-box {
		text-align: center;
		}
	.quote-text {
		font-weight: 300;
		font-size: 2em;
		line-height: 1.5em;
		}
	.quote-by {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 768px) {
		.quote-text {
			font-size: 1.5em;
			}
		.quote-by {
			font-size: 1.1em;
			}
	}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.fi {
		margin-top: 0;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 50px 0;
		}
	.gap-medium {
		margin: 25px 0;
		}
	.gap-small {
		margin: 10px 0;
		}
	.clear {
		font: normal 0/0 sans-serif;
		clear: both;
		}
	.clearfix:after,
	.contenttext:after,
	.contentblock:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
	@media screen and (max-width: 750px) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}
/* BUTTONS */
	input.submit,
	.button,
	.formbutton {
		background-color: #1240a9;
		border-radius: 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1em;
		padding: 1em 1.5em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		transition-property: background, color;
		}
	.button-line {
		background: none;
		border: 2px solid #fdd200;
		color: #1240a9;
		}
	.button-line.button-light {
		color: #fff;
		}
	.button-large {
		font-size: 1.6rem;
		padding: 1.5em 3em;
		}
	input.submit:hover,
	.button:hover,
	.formbutton:hover {
		background-color: #fdd200;
		color: #1240a9;
		}
	.buttons-group {
		margin: 25px 0;
		}
	.buttons-group.c {
		text-align:  center;
		}
	.buttons-group .button,
	.formbutton {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 10px 10px 0;
		}
	.buttons-group.c .button {
		margin: 0 5px 10px 5px;
		}
	.button-simple {
		font-size: 1.4rem;
		font-weight: 300;
		margin: 10px 0;
		}
	.button-simple>a>i {
		vertical-align: top;
		}
	.centered .button-simple {
		text-align: center;
		}
/* FORMS */
	.gform_wrapper .gform_fields {
		margin: 20px 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield h3 {
		font-size: 1.4em;
		}
	.gform_wrapper .gfield.gf-half,
	.gform_wrapper .gfield.gf-five,
	.gform_wrapper .gfield.gf-third {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
	.gform_wrapper .gfield.gf-half {
		width: 50%;
		}
	.gform_wrapper .gfield.gf-third {
		width: 33.222%;
		}
	.gform_wrapper .gfield.gf-five {
		width: calc(20% - 4px);
		}
	.gform_wrapper .gfield.gf-five.gf-five-1 {
		padding-right: 5px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad,
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		padding-left: 20px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first {
		padding-right: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-second {
		padding-left: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first,
	.gform_wrapper .gfield.gf-half.gf-half-second {
		width: calc(50% - 10px);
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad {
		width: calc(50% - 20px);
		}
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		width: calc(33.222% - 20px);
		}
	.gform_wrapper .gfield_label {
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #1240a9;
		padding-left: 4px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #222;
		font-size: 1rem;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #1240a9;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background: #fff;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		color: #222;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.3em;
		padding: 0.75em;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	input[value="gf_other_choice"] ~ input[type="text"] {
		background: none;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
		font-size: 1em;
		line-height: 1em;
		margin-left: 8px;
		padding: 0;
		width: 200px;
		}
	input[type=checkbox],
	input[type=radio] {
		min-width: auto !important;
		width: auto !important;
		}
	.forminput option,
	.formselect option {
		color: #222;
		}
	.gform_wrapper .validation_error {
		color: #1240a9;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3em;
		}
	.gfield_checkbox,
	.gfield_radio {
		font-size: 1.2em;
		margin: 10px 0;
		}
	.gfield_checkbox>li,
	.gfield_radio>li {
		margin: 10px;
		}
	.gfield_checkbox label,
	.gfield_radio label {
		padding-left: 10px;
		}
	.ginput_container_date > .clear-multi > .ginput_container_date {
		display: inline-block;
		padding-right: 10px;
		width: 80px;
		}
	.gform_validation_container {
		position: absolute;
		height: 0;
		left: 0;
		overflow: hidden;
		top: 0;
		width: 0;
		}
	.gform_confirmation_wrapper {
		margin: 20px 0;
		}
	.gform_confirmation_message {
		font-size: 1.4rem;
		font-weight: 800;
		}
	.ginput_container_name span,
	.ginput_container_address span {
		display: inline-block;
		}
	.ginput_container_name > .name_first,
	.ginput_container_name > .name_last {
		width: calc(50% - 10px);
		}
	.ginput_container_name > .name_first {
		padding-right: 10px;
		}
	.ginput_container_name > .name_last {
		padding-left: 7px;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2,
	.ginput_container_address > .address_country {
		width: 100%;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2 {
		padding-bottom: 10px;
		}
	.ginput_container_address > .address_country {
		padding-top: 10px;
		}
	.ginput_container_address > .address_city {
		width: 33.3%;
		}
	.ginput_container_address > .address_state,
	.ginput_container_address > .address_zip {
		padding-left: 20px;
		width: calc(33.3% - 20px);
		}
	@media screen and (max-width: 920px) {
		.gform_wrapper .gfield.gf-half,
		.gform_wrapper .gfield.gf-third {
			display: block;
			margin: 20px 0;
			padding: 0 !important;
			width: 100% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.ginput_container_name > .name_first,
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_city,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-left: 0;
			padding-right: 0;
			width: 100%;
			}
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-top: 10px;
			}
	}
	::-webkit-input-placeholder {color: #ccc;}
	:-moz-placeholder {color: #ccc;}
	::-moz-placeholder {color: #ccc;opacity: 1;}
	:-ms-input-placeholder {color: #ccc;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
/* SUBSCRIBE */
	#subscribe {
		text-align: center;
		}
	#subscribe .header-group {
		margin: 0 0 15px;
		}
	#subscribe .gform_wrapper {
		margin: 20px 0;
		}
	#subscribe .gform_wrapper .gform_fields {
		margin: 0;
		}
	#subscribe .gform_body,
	#subscribe .gform_footer,
	#subscribe .gform_wrapper .gfield {
		display: inline-block;
		margin: 0;
		vertical-align: top;
		}
	#subscribe .gform_wrapper .gfield_label {
		display: none;
		}
	#subscribe .gform_wrapper .ginput_container {
		margin: 0 5px;
		}
	#subscribe .gform_wrapper .ginput_container input,
	#subscribe .gform_button.button {
		font-size: 14px;
		height: 40px;
		padding-bottom: 0;
		padding-top: 0;
		}
	#subscribe .gform_wrapper .ginput_container input {
		background: rgba(255,255,255,0.9);
		border: none;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		height: 40px;
		padding-bottom: 0;
		padding-top: 0;
		transition: background-color 200ms ease;
		}
	#subscribe .gform_wrapper .ginput_container input:focus {
		background: #fff;
		}
	#subscribe .gform_button.button {
		background-color: #1240a9;
		border-color: transparent;
		margin: 0 5px;
		}
	#subscribe .gform_button.button:hover {
		background-color: #fdd200;
		}
	#subscribe ::-webkit-input-placeholder {color: #ccc;}
	#subscribe :-moz-placeholder {color: #ccc;}
	#subscribe ::-moz-placeholder {color: #ccc;opacity: 1;}
	#subscribe :-ms-input-placeholder {color: #ccc;}
	@media screen and (max-width: 768px) {
		#subscribe .gform_body,
		#subscribe .gform_footer,
		#subscribe .gform_wrapper .gfield {
			display: block;
			margin: 10px 0;
			vertical-align: top;
			}
		#subscribe .gform_button.button,
		#subscribe .gform_wrapper .ginput_container {
			margin: 0;
			}
		#subscribe .button {
			width: 100%;
			}
	}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.dark {color: #222;}
	.light {color: #848484;}
	.highlight {color: #1240a9;}
	.sep {color: #1240a9;font-weight: 700;}
/* TEXT */
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
	.xsmall {font-size: .8em;}
	.small {font-size: .9em;}
	.medium {font-size: 1em;}
	.large {font-size: 1.2em;}
	.xlarge {font-size: 1.3em;}
	.xxlarge {font-size: 1.5em;}
	.big {font-size: 2em;}
	.left, .left p {text-align: left !important;}
	.right, .right p {text-align: right !important;}
	.center, .center p {text-align: center !important;}
	.justify, .justify p {text-align: justify !important;}
@media \0screen {
	html.no-backgroundsize #top,
	html.no-backgroundsize #header {
		min-width: 1280px;
		}
	img {
		width: auto;
		}
}
/* FIXES */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
	}