@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: 1Eighty Design, LLC
Author URI: https://1eightydesign.com/
Description: Developed specifically for client use only.
Version: 2.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;
		}
/* HTML */
	html {
		background-color: #121212;
		font-size: 10px;
		margin: 0 auto;
		max-width: 2000px;
		overflow-y: scroll;
		position: relative;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #232323;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-weight: 400;
		}
	a {
		color:#ce1717
		text-decoration: none;
		transition-property: background, border, color;
		}
	a:hover,
	a:focus {
		color: #255553;
		}
	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) {
		html {
			font-size: 9px;
			}
	}
/* HEADERS */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		}
	h2.w {
		font-size: 6em;
		}
	h1,
	h2,
	.header-group h3.g {
		font-size: 4em;
		}
	h3 {
		font-size: 3em;
		}
	h4 {
		font-size: 2.5em;
		}
	.header-group h2.g,
	h5 {
		font-size: 2em;
		}
	h6 {
		font-size: 1.8em;
		}
	/* HEADERS MARGINS */
	h2.s,
	h3.s,
	.header-group.s {
		margin: 75px 0 25px;
		}
	h3.s,
	.header-group.w {
		margin: 25px 0;
		}
	h2.w {
		margin: 50px 0;
		}
	h2.n,
	.header-group.l,
	.header-group.n {
		margin: 15px 0;
		}
	h3.m,
	h4.m,
	h5.m,
	h6.m {
		margin: 25px 0 10px;
		}
	h3.m.k,
	h4.m.k,
	h5.m.k,
	h6.m.k {
		margin-top: 0;
		}
	/* HEADERS SIZING */
	.header-group.c {
		margin-left: auto;
		margin-right: auto;
		max-width: 768px;
		}
	/* HEADERS WEIGHTS */
	h2.a,
	h4.h,
	.header-group>h2,
	.header-group>h3 {
		font-weight: 700;
		}
	h2.a.b,
	h2.a.f>strong,
	.header-group>h3.b,
	.header-group>h3.f>strong {
		font-weight: 900;
		}
	/* HEADERS SHADOW */
	h2.a.w {
		text-shadow: 3px 3px 10px rgba(0,0,0,0.15);
		}
	/* HEADERS CASE */
	h2.a.w,
	h2.a.n,
	h3.a,
	h4.h,
	.header-group>h3 {
		text-transform: uppercase;
		}
	/* HEADERS ALIGN */
	h2.c,
	.header-group.c {
		text-align: center;
		}
	/* HEADERS GROUPS */
	.header-group {
		position: relative;
		z-index: 1;
		}
	.header-group>h2.g {
		margin-bottom: 5px;
		}
	/* HEADERS STYLING */
	@media screen and (max-width: 1280px), screen and (max-height: 900px) {
		h2.w {
			font-size: 4.8em;
			}
		h1,
		h2,
		h2.a,
		.header-group h3.g {
			font-size: 3.2em;
			}
		h3 {
			font-size: 2.4em;
			}
		h4 {
			font-size: 2em;
			}
		.header-group h2.g,
		h5 {
			font-size: 1.5em;
			}
		h6 {
			font-size: 1.4em;
			}
	}
	@media screen and (max-width: 920px) {
		h2.w {
			font-size: 3.8em;
			}
		h1,
		h2,
		h2.a,
		.header-group h3.g {
			font-size: 2.6em;
			}
		h3 {
			font-size: 1.92em;
			}
		h4 {
			font-size: 1.6em;
			}
		.header-group h2.g,
		h5 {
			font-size: 1.2em;
			}
		h6 {
			font-size: 1.1em;
			}
		h2.s,
		.header-group.s {
			margin: 50px 0;
			}
		h2.w,
		.header-group.w {
			margin: 25px 0;
			}
	}
/* LAYOUT */
	#top {
		position: relative;
		z-index: 1;
		}
	#header-object,
	#header-padding {
		height: 100px;
		}
	#header {
		height: 0;
		position: absolute;
		width: 100%;
		z-index: 500;
		}
	#header-object {
		position: relative;
		-webkit-transition: top 250ms ease-out;
		-moz-transition: top 250ms ease-out;
		-o-transition: top 250ms ease-out;
		transition: top 250ms ease-out;
		}
	#header-padding {
		/*background-color: #323232;*/
	     background-color: #000000;
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
		position: relative;
		}
	#header-logo {
		float: left;
		height: 80px;
		padding-top: 10px;
		position: relative;
		width: 128px;
		}
	#header-logo>a {
		background: url('assets/images/logo.png') left center / auto 100% no-repeat;
		display: block;
		/*height: 100%;*/
		height: 67px;
		overflow: hidden;
		text-indent: -9180px;
		/*width: 100%*/;
		width: 349px;
		}
	html.no-backgroundsize #header-logo>a {
		background-image: url('assets/images/logo-alt.png');
		}
	#header-nav {
		float: right;
		height: 40px;
		padding-top: 30px;
		}
	#header-nav>ul,
	#header-nav>ul>li,
	#header-cta {
		display: inline-block;
		vertical-align: top;
		}
	#header-nav li {
		position: relative;
		}
	#header-nav a,
	#header-cta>a {
		display: block;
		}
	#header-nav>ul>li>a,
	#header-cta>a {
		height: 20px;
		line-height: 20px;
		padding: 10px 0;
		text-transform: uppercase;
		}
	#header-sub a {
		color: #fff;
		display: inline-block;
		}
	#header-sub em {
		color: #bcbcbc;
		font-size: 12px;
		display: inline-block;
		padding-right: 5px;
		}
	#header-sub a:hover,
	#header-sub a:focus {
		color:#ce1717
		}
	#header-sub>li {
		padding-right: 10px;
		}
	#header-sub>li>a {
		font-size: 16px;
		text-align: center;
		width: 40px;
		}
	#header-sub>li#header-phone,
	#header-sub>li#header-phone>a>span.d,
	#header-sub>li#header-phone > em {
		display: none;
		}
	#header-cta {
		margin-left: 30px;
		}
	#header-cta>a {
		background-color:#ce1717;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		padding-left: 20px;
		padding-right: 20px;
		}
	#header-cta>a:hover,
	#header-cta>a:focus {
		background-color: #255553;
		}
	@media screen and (min-width: 350px) {
		#header-sub>li#header-phone {
			display: inline-block;
			}
	}
	@media screen and (min-width: 480px) {
		#header-sub>li#header-phone {
			border-right: 1px solid #454545;
			margin-right: 10px;
			padding-right: 20px;
			}
		#header-sub>li#header-phone>a {
			font-size: 14px;
			width: auto;
			}
		#header-sub>li#header-phone>a>i.d {
			display: none;
			}
		#header-sub>li#header-phone>a>span.d {
			display: inline;
			font-weight: 700;
			}
		#header-sub>li#header-phone > em {
			display: inline-block;
			}
	}
	@media screen and (min-width: 1280px) {
		#header-nav>ul>li#header-mobile {
			display: none;
			}
		#header-sub>li#header-phone {
			margin-right: 30px;
			padding-right: 30px;
			}
		#header-menu>li {
			margin-right: 30px;
			}
		#header-menu>li>a {
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			}
		#header-menu>li>a:hover,
		#header-menu>li>a:focus,
		html.no-touchevents #header-menu>li:hover>a,
		html.no-touchevents #header-menu>li:focus>a {
			color:#ce1717;
			}
		#header-menu>li.current-menu-item>a:before,
		#header-menu>li.current-menu-ancestor>a:before,
		#header-menu>li.current-page-ancestor>a:before,
		#header-menu>li.current_page_parent>a:before {
			border-color: transparent transparent rgba(255,255,255,0.2) transparent;
			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: #232323;
			border-radius: 4px;
			box-shadow: 0 0 4px rgba(0,0,0,0.3);
			font-size: 13px;
			font-weight: 400;
			left: 50%;
			opacity: 0;
			margin: 0 0 0 -100px;
			position: absolute;
			text-align: center;
			text-transform: none;
			transition-property: opacity;
			visibility: hidden;
			width: 200px;
			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 #232323 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 #232323 transparent transparent;
			left: -12px;
			top: 15px;
			}
		#header-menu>li:hover>ul,
		#header-menu>li:focus>ul,
		#header-menu>li>ul>li:hover>ul,
		#header-menu>li>ul>li:focus>ul {
			visibility: visible;
			opacity: 1;
			}
		#header-menu>li>ul>li+li,
		#header-menu>li>ul>li>ul>li+li {
			border-top: 1px solid rgba(0,0,0,0.5);
			}
		#header-menu>li>ul>li>a,
		#header-menu>li>ul>li>ul>li>a {
			color: #dcdcdc;
			line-height: 1.4em;
			padding: 10px;
			}
		#header-menu>li>ul>li:hover>a,
		#header-menu>li>ul>li:focus>a,
		#header-menu>li>ul>li>ul>li:hover>a,
		#header-menu>li>ul>li>ul>li:focus>a {
			background: rgba(0,0,0,0.5);
			color:#ce1717;
			}
	}
	@media screen and (max-width: 1279px) {
		#header-object,
		#header-padding {
			height: 70px;
			}
		#header-logo {
			height: 50px;
			width: 80px;
			}
		#header-nav {
			padding-top: 15px;
			}
		#header-menu>li>a,
		#header-cta>a {
			font-size: 13px;
			}
		#header-nav>ul#header-menu {
			display: none;
			}
		#header-cta {
			margin-left: 25px;
			}
	}
	@media screen and (max-width: 768px) {
		#header-cta {
			margin-left: 0;
			}
		#header-cta>a,
		#header-sub>li#header-phone>a>span {
			font-size: 12px;
			}
	}
	#main {
		background-color: #fff;
		padding-top: 100px;
		position: relative;
		}
	@media screen and (max-width: 1279px) {
		#main {
			padding-top: 70px;
			}
	}
/* SEARCH */
	#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,
	#header-search-button:focus {
		color:#ce1717;
		}
	#header-search-field {
		display: none;
		margin-right: 10px;
		vertical-align: top;
		}
	#header-search-field>input {
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: 200px;
		}
	#header-search ::-webkit-input-placeholder {color: rgba(255,255,255,0.4);}
	#header-search :-moz-placeholder {color: rgba(255,255,255,0.4);}
	#header-search ::-moz-placeholder {color: rgba(255,255,255,0.4);opacity: 1;}
	#header-search :-ms-input-placeholder {color: rgba(255,255,255,0.4);}
	#header-navigation>form>div {
		display: none;
		}
	html.search-open #header-search-field {
		display: inline-block;
		}
	html.search-open #header #header-menu,
	html.search-open #header #header-sub {
		display: none;
		}
	@media screen and (max-width: 768px) {
		#header-search {
			display: none;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		max-width: 2000px;
		position: fixed;
		}
	body.scrolled #header-object,
	body.scrolled #header-padding {
		height: 70px;
		}
	body.scrolled #header-object {
		position: relative;
		top: -125px;
		}
	body.scrolled-menu.scrolled-up #header-object {
		top: 0;
		}
	body.scrolled #header-logo {
		float: left;
		height: 50px;
		left: 0;
		padding-top: 10px;
		position: relative;
		width: 80px;
		}
	body.scrolled #header-nav {
		padding-top: 15px;
		}
/* MOBILE */
	.modal {
		background: #323232;
		height: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		text-align: center;
		top: 0;
		transition: opacity 250ms ease;
		width: 100%;
		z-index: 1000;
		}
	.modal-holder {
		margin: 50px auto;
		max-width: 700px;
		position: relative;
		}
	.modal-title {
		margin: 10px 20px 20px;
		position: relative;
		text-align: left;
		}
	.modal-logo>a {
		display: block;
		text-align: left;
		}
	.modal-logo>a>img {
		height: 50px;
		width: auto;
		}
	.modal-close {
		position: absolute;
		right: 0;
		top : 0;
		}
	.modal-close>a {
		color: #bcbcbc;
		display: block;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		text-align: right;
		width: 40px;
		}
	.modal-close>a:hover,
	.modal-close>a:focus {
		color: #fff;
		}
	.modal-objects {
		margin: 0 20px 10px 20px;
		}
	.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 {
		border: 1px solid #232323;
		border-radius: 4px;
		color: #8b8b8b;
		display: block;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		text-align: center;
		}
	.modal-icons>li>a:hover,
	.modal-icons>li>a:focus {
		color:#ce1717;
		}
	.modal-icons>li i {
		color:#ce1717;
		font-size: 16px;
		padding-right: 5px;
		vertical-align: middle;
		}
	.modal-cta,
	.modal-items {
		font-size: 18px;
		}
	.modal-items>li a {
		border-top: 1px solid #232323;
		color: #8b8b8b;
		display: block;
		padding: 15px 0;
		}
	.modal-items>li a:hover,
	.modal-items>li a:focus {
		color: #fff;
		}
	.modal-items>li>a {
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		}
	.modal-items>li a>i.fam {
		color:#ce1717;
		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-cta {
		margin: 10px 0;
		}
	.modal-cta>a {
		background-color:#ce1717;
		border-bottom: none;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-weight: 700;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
		}
	.modal-cta>a:hover,
	.modal-cta>a:focus {
		background-color: #255553;
		}
	.modal-search {
		margin: 10px 0;
		}
	.modal-search input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		background: #232323;
		border: none;
		border-radius: 4px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 10px 20px;
		text-align: center;
		width: 100%;
		}
	.modal-search ::-webkit-input-placeholder {color: #626262;}
	.modal-search :-moz-placeholder {color: #626262;}
	.modal-search ::-moz-placeholder {color: #626262;opacity: 1;}
	.modal-search :-ms-input-placeholder {color: #626262;}
	.modal .menu-social {
		margin: 20px 0;
		}
	.modal-social .menu-social {
		text-align: center;
		}
	.modal-social .menu-social>li {
		padding: 0 10px;
		}
	.modal-social .menu-social>li>a {
		border-radius: 100%;
		height: 40px;
		line-height: 40px;
		width: 40px;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		opacity: 1;
		}
	@media screen and (max-width: 768px) {
		.modal-holder {
			margin: 0;
			max-width: none;
			}
	}
/* HERO */
	#hero {
		background-color: #232323;
		color: #fff;
		display: block;
		height: 80vh;
		max-height: 800px;
		min-height: 600px;
		position: relative;
		}
	#hero-items,
	#hero-image,
	.hero-photo,
	#hero-text {
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		}
	#hero-items:after {
		z-index: 3;
		}
	.hero-image {
		opacity: 0;
		transition: opacity 350ms ease-in-out;
		z-index: 0;
		}
	.hero-image.hero-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms .hero-image.hero-current {
		display: block;
		}
	.hero-photo img {
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
		width: 100%;
		}
	.hero-photo-mobile {
		display: none;
		}
	#hero-text {
		align-items: center;
		display: flex;
		justify-items: center;
		position: relative;
		text-align: center;
		z-index: 6;
		}
	#hero-info {
		font-size: 2rem;
		}
	html.no-flexbox #hero-info {
		bottom: 150px;
		position: absolute;
		}
	#hero-content h1,
	#hero-content h2,
	#hero-intro {
		text-shadow: 0 0 20px rgba(0,0,0,0.5);
		}
	#hero-content h1 {
		font-size: 2.5em;
		font-weight: 300;
		margin-bottom: 20px;
		text-transform: uppercase;
		}
	#hero-content h2 {
		font-size: 1.5em;
		font-weight: 700;
		opacity: 0.5;
		}
	#hero-content .buttons-group {
    	margin: 25px 0 15px;
		}
	#hero-intro {
		font-size: 0.8em;
		font-weight: 300;
		line-height: 1.3em;
		margin: 15px auto;
		max-width: 660px
		}
	#hero-united {
		margin: 15px auto 0;
		max-width: 100px
		}
	@media screen and (max-width: 1501px) {
		#hero {
			max-height: 600px;
			min-height: 450px;
			}
		#hero-info {
			font-size: 1.7rem;
			}
		#hero-content .button {
			font-size: 1.3rem;
			padding: 0.8em 1.25em;
			}
		#hero-united {
			max-width: 80px
			}
	}
	@media screen and (max-width: 1280px) {
		html.no-flexbox #hero-info {
			bottom: 75px;
			}
	}
	@media screen and (max-width: 1001px) {
		#hero {
			max-height: 400px;
			min-height: 350px;
			}
		#hero-info {
			font-size: 1.4rem;
			}
		#hero-intro {
			font-size: 0.9em;
			}
	}
	@media screen and (max-width: 768px) {
		#hero-info {
			font-size: 1.2rem;
			}
		#hero-content h1 {
			font-size: 2em;
			margin-bottom: 10px;
			}
		#hero-content .buttons-group {
			margin: 15px 0 5px;
			}
		#hero-intro {
			margin: 10px auto;
			}
		#hero-united {
			max-width: 50px
			}
	}
	@media screen and (max-width: 480px) {
		#hero {
			height: 85vh;
			max-height: 900px;
			min-height: 450px;
			}
		#hero-info {
			font-size: 1.1rem;
			}
		#hero-intro {
			font-size: 1em;
			}
		#hero-content .button {
			font-size: 1.1rem;
			padding: 0.7em 1em;
			}
		.hero-photo-full {
			display: none;
			}
		.hero-photo-mobile {
			display: block;
			}
	}
/* MAP */
	#map {
		background-color: #efefef;
		border: 1px solid #bcbcbc;
		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 #bcbcbc;
		border-radius: 5px;
		margin-bottom: 20px;
		overflow: hidden;
		width: calc(33.3333% - 10px);
		}
	.mapitems-header {
		background-color: #232323;
		color: #fff;
		font-weight: 700;
		font-size: 2em;
		padding: 5px 10px 5px 33px;
		text-indent: -13px;
		}
	.mapitems-header>span {
		color:#ce1717;
		display: inline-block;
		font-weight: 400;
		padding-right: 10px;
		}
	.mapitems-buffer {
		margin: 15px;
		}
	.mapitems-buffer-image > .mapitems-image,
	.mapitems-buffer-image > .mapitems-details {
		display: inline-block;
		vertical-align: top;
		}
	.mapitems-buffer-image > .mapitems-image {
		border-radius: 5px;
		margin-right: 15px;
		overflow: hidden;
		width: 75px;
		}
	.mapitems-buffer-image > .mapitems-details {
		width: calc(100% - 90px);
		}
	.mapitems-text,
	.mapitems-detail,
	.mapitems-info {
		margin: 0 0 3px;
		}
	.mapitems-detail {
		font-size: 1.4em;
		line-height: 1.3em;
		}
	.mapitems-detail i {
		vertical-align: top;
		}
	.mapitems-info {
		font-size: 1.2em;
		line-height: 1.3em;
		position: relative;
		}
	.mapitems-info i {
		position: relative;
		vertical-align: middle;
		top: -1px;
		}
	.mapitems-info>em {
		display: inline-block;
		font-size: 10px;
		width: 40px;
		}
	.map-frame-holder {
		margin: 25px 0;
		}
	@media screen and (max-width: 920px) {
		.mapitems-location {
			width: calc(50% - 10px);
			}
	}
	@media screen and (max-width: 768px) {
		#map.map-big {
			height: 300px;
			}
	}
	@media screen and (max-width: 480px) {
		.mapitems {
			display: block;
			}
		.mapitems-location {
			overflow: hidden;
			width: auto;
			}
	}
/* SECTION */
	.section-builder {
		position: relative;
		z-index: 5;
		}
	.section {
		display: block;
		position: relative;
		width: 100%;
		}
	.section-padding {
		padding: 0 100px;
		}
	.section.section-padding {
		width: calc(100% - 200px);
		}
	.section-padding-left {
		padding-left: 100px;
		}
	.section-padding-right {
		padding-right: 100px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1280px;
		z-index: 2;
		}
	.section-blog-post.section-content {
		max-width: 920px;
		}
	.section-noflow {
		overflow: hidden;
		}
	.section-flow {
		display: inline-block;
		z-index: 6;
		}
	.section-container {
		margin: 0 120px;
		}
	.section-header {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: static;
		z-index: 1;
		}
	.section-header:before {
		background: -moz-linear-gradient(top, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		background: -webkit-linear-gradient(top, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		background: linear-gradient(to bottom, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		content: '';
		height: 300px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.section-meta {
		background: #f6f6f6;
		}
	.section-comments {
		background: #efefef;
		}
	.section-sub {
		border-left: 1px solid #efefef;
		padding-left: 50px;
		position:  relative;
		}
	.section-side-left .section-sub {
		border-left: 0;
		border-right: 1px solid #efefef;
		padding-left: 0;
		padding-right: 50px;
		}
	.section-border-top {
		border-top: 1px solid #efefef;
		}
	@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-side-left .section-sub,
		.section-sub {
			border: none;
			margin: 50px 0;
			padding: 0;
			}
		.section-side-left .section-sub {
			margin-top: 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;
			}
	}
/* CONTENT LAYOUTS */
	.content,
	.inner {
		position: relative;
		}
	.content-main,
	.content-sub,
	.inner-half {
		display: inline-block;
		position: relative;
		vertical-align: top;
		}
	.content-main {
		width: 75%;
		}
	.inner-half {
		width: 50%;
		}
	.content-sub {
		width: 25%;
		}
	.content-left {
		margin: 75px 50px 75px 0;
		}
	.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: 920px) {
		.content-type-main .content-main,
		.content-type-main .content-sub {
			display: block;
			width: auto;
			}
		.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 MARGINS */
	.margins {
		margin: 75px 0;
		}
	.margins-nb {
		margin-bottom: 0;
		}
	.margin-none .margins {
		margin: 0;
		}
	.margin-less .margins {
		margin: 50px 0;
		}
	.margin-more .margins {
		margin: 100px 0;
		}
	@media screen and (max-width: 1280px) {
		.margins {
			margin: 50px 0;
			}
		.section-1 .margins-boxes-first {
			margin-bottom: 0;
			}
		.margin-more .margins {
			margin: 75px 0;
			}
	}
	@media screen and (min-width: 920px) {
		.margin-more-top .margins {
			margin-top: 125px;
			}
	}
/* CONTENT HEADER */
	.content-header {
		color: #fff;
		font-size: 2rem;
		padding: 150px 0 50px;
		text-align: center;
		}
	.content-header h1,
	.content-header h2 {
		text-shadow: 0 0 20px rgba(0,0,0,0.2);
		text-transform: uppercase;
		}
	.content-header h1 {
		font-size: 2.5em;
		font-weight: 900;
		margin: 0 auto;
		max-width: 920px;
		}
	.content-header h2 {
		color:#ce1717;
		font-size: 1.5em;
		font-weight: 400;
		margin-top: 5px;
		}
	@media screen and (max-width: 1279px) {
		.content-header {
			font-size: 1.75rem;
			padding: 120px 0 40px;
			}
	}
	@media screen and (max-width: 768px) {
		.content-header {
			font-size: 1.25rem;
			padding: 75px 0 25px;
			}
	}
/* CONTENT FOOTER */
	.footer-items {
		margin: 0 -25px;
		}
	.footer-item {
		display: inline-block;
		vertical-align: top;
		}
	.footer-about {
		width: 40%;
		}
	.footer-menu {
		width: 20%;
		}
	.footer-holder {
		margin: 0 25px 25px;
		}
	.footer-about .footer-holder {
		margin-right: 75px;
		}
	.footer-holder h5 {
		border-bottom: 1px solid rgba(255,255,255,0.05);
		color:#ce1717;
		font-size: 1.5em;
		font-weight: 700;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.footer-copyright,
	.footer-by {
		line-height: 1.2em;
		margin: 15px 0;
		}
	.footer-copyright {
		float: left;
		}
	.footer-by {
		float: right;
		}
	@media screen and (max-width: 919px) {
		.footer-about {
			width: auto;
			}
		.footer-menu {
			width: 33.3333%;
			}
		.footer-copyright,
		.footer-by {
			float: none;
			text-align: center;
			}
		.footer-copyright {
			margin-top: 20px;
			}
		.footer-by {
			margin-bottom: 50px;
			}
	}
	@media screen and (max-width: 480px) {
		.footer-item {
			display: block;
			width: auto;
			}
	}
/* SHADING */
	.shading-layers {
		position: relative;
		}
	.shading-layers:before,
	.shading-layers:after {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.shading-layers:before {
		z-index: 2;
		}
	.shading-layers:after {
		z-index: 0;
		}
	.shading-layers .section-padding {
		position: relative;
		z-index: 3;
		}
	.shading-full.shading-none:not(.shading-background-img) {
		border-bottom: 1px solid #efefef;
		border-top: 1px solid #efefef;
		}
	.shading-full.shading-none-bg:not(.shading-background-img) .section-content {
		border-bottom: 1px solid #efefef;
		}
	.shading-full.shading-white,
	.shading-white-bg,
	.shading-white:before,
	.has-white-background-color.has-white-background-color {
		background-color: #fff;
		}
	.shading-full.shading-light,
	.shading-light-bg,
	.shading-light:before,
	.has-light-background-color.has-light-background-color {
		background-color: #fafafa;
		}
	.shading-full.shading-highlight,
	.shading-highlight-bg,
	.shading-highlight:before,
	.has-highlight-background-color.has-highlight-background-color {
		background-color:#ce1717;
		}
	.shading-full.shading-color,
	.shading-color-bg,
	.shading-color:before,
	.has-color-background-color.has-color-background-color {
		background-color: #255553;
		}
	.shading-full.shading-dark,
	.shading-dark-bg,
	.shading-dark:before,
	.has-dark-background-color.has-dark-background-color {
		background-color: #323232;
		}
	.shading-full.shading-darker,
	.shading-darker-bg,
	.shading-darker:before,
	.has-darker-background-color.has-darker-background-color {
		background-color: #232323;
		}
	.shading-full.shading-darkest,
	.shading-darkest-bg,
	.shading-darkest:before,
	.has-darkest-background-color.has-darkest-background-color {
	/*	background-color: #121212;*/
	background-color: #000;
		}
	.shading-full.shading-gradient,
	.shading-gradient-bg,
	.shading-gradient:before,
	.has-gradient-background-color.has-gradient-background-color {
		background: -moz-linear-gradient(left, #8cc63e 0%, #255553 100%);
		background: -webkit-linear-gradient(left, #8cc63e 0%, #255553 100%);
		background: linear-gradient(to right, #8cc63e 0%, #255553 100%);
		}
	.shading-background-img,
	.shading-background-img:after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.shading-position-top:after,
	.shading-position-center:after,
	.shading-position-bottom:after {
		background-size: 100% auto;
		}
	.shading-position-covertop:after,
	.shading-position-top:after {
		background-position: center top;
		}
	.shading-position-center:after {
		background-position: center center;
		}
	.shading-position-bottom:after {
		background-position: center bottom;
		}
	.shading-position-coverbr:after {
		background-position: right bottom;
		}
	.shading-position-coverbl:after {
		background-position: left bottom;
		}
	.shading-position-coverbc:after {
		background-position: center bottom;
		}
	.shading-position-covertr:after {
		background-position: right top;
		}
	.shading-position-covertc:after {
		background-position: center top;
		}
	.shading-position-covertl:after {
		background-position: left top;
		}
	.shading-position-fixed:after {
		background-attachment: fixed;
		}
	.shading-layers.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-layers.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-layers.shading-opacity-65:before {
		opacity: 0.65;
		}
	.shading-layers.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-layers.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-layers.shading-opacity-0:before {
		opacity: 0;
		}
	.shading-border .shading-holder {
		border: 2px solid #fff;
		}
	.shading-border .shading-holder-full.shading-holder {
		padding: 50px;
		}
	.shading-border .shading-holder-box.shading-holder {
		padding: 25px;
		}
	.shading-border-no .shading-holder {
		border: none;
		padding: 0;
		}
	.shading-border-white .shading-holder {
		border-color: #fff;
		}
	.shading-border-light .shading-holder {
		border-color: #efefef;
		}
	.shading-border-highlight .shading-holder {
		border-color:#ce1717;
		}
	.shading-border-color .shading-holder {
		border-color: #255553;
		}
	.shading-border-dark .shading-holder {
		border-color: #323232;
		}
	.shading-border-gradient .shading-holder {
		-webkit-border-image: -webkit-linear-gradient(left, #8cc63e 0%, #255553 100%);
		-moz-border-image: -moz-linear-gradient(left, #8cc63e 0%, #255553 100%);
		border-image: linear-gradient(to right, #8cc63e 0%, #255553 100%);
		border-image-slice: 1;
		}
/* EDGES */
	.shading-edge .section-padding {
		overflow: hidden;
		position: relative;
		}
	.shading-edge .section-padding:before,
	.shading-edge .section-padding:after {
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 0;
		content: '';
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
		}
	.shading-edge-top .section-padding:before  {
		background-position: center top;
		}
	.shading-edge-top .section-padding  {
		padding-top: 25px;
		}
	.shading-edge-bottom .section-padding  {
		padding-bottom: 25px;
		}
	.shading-edge-bottom .section-padding:after  {
		background-position: center bottom;
		}
	.shading-edge-bottom-white .section-padding:after  {
		background-image: url('assets/images/edge-white-bottom.png');
		}
	.shading-edge .section-content {
		position: relative;
		z-index: 4;
		}
/* COLORS */
	/* general */
	.has-white-color.has-white-color {
		color: #fff;
		}
	.has-light-color.has-light-color {
		color: #efefef;
		}
	.has-highlight-color.has-highlight-color {
		color:#ce1717;
		}
	.has-color-color.has-color-color {
		color: #255553;
		}
	.has-dark-color.has-dark-color {
		color: #323232;
		}
	.has-darker-color.has-darker-color {
		color: #232323;
		}
	/* none */
	.colors-none {
		color: #fff;
		}
	.colors-none .contentlinks a {
		color: #fff;
		}
	.colors-none .contentlinks a:hover,
	.colors-none .contentlinks a:focus {
		}
	.colors-none h2.a {
		}
	.colors-none .header-group h2 {
		}
	.colors-none .header-group h3 {
		}
	.colors-none .highlight {
		}
	.colors-none .button {
		}
	.colors-none .button:hover,
	.colors-none .button:focus {
		}
	.colors-none .quote-mark svg {
		}
	/* white */
	.colors-white {
		}
	.colors-white .contentlinks a {
		}
	.colors-white .contentlinks a:hover,
	.colors-white .contentlinks a:focus {
		}
	a.colors-white.contentlinksalt,
	.colors-white .contentlinksalt a {
		color: #454545;
		}
	a.colors-white.contentlinksalt:hover,
	a.colors-white.contentlinksalt:focus,
	.colors-white .contentlinksalt a:hover,
	.colors-white .contentlinksalt a:focus {
		color: #255553;
		}
	.colors-white h2.a {
		color: #255553;
		}
	.colors-white.shading-opacity-0.shading-background-img h2.a {
		color: #fff;
		}
	.colors-white .header-group h2 {
		color:#ce1717;
		}
	.colors-white .header-group h3 {
		color: #255553;
		}
	.colors-white .highlight {
		}
	.colors-white .button {
		}
	.colors-white .button:hover,
	.colors-white .button:focus {
		}
	.colors-white .quote-mark svg {
		}
	/* light */
	.colors-light {
		}
	.colors-light .contentlinks a {
		}
	.colors-light .contentlinks a:hover,
	.colors-light .contentlinks a:focus {
		}
	a.colors-light.contentlinksalt,
	.colors-light .contentlinksalt a {
		color: #454545;
		}
	a.colors-light.contentlinksalt:hover,
	a.colors-light.contentlinksalt:focus,
	.colors-light .contentlinksalt a:hover,
	.colors-light .contentlinksalt a:focus {
		color: #255553;
		}
	.colors-light h2.a {
		color: #255553;
		}
	.colors-light .header-group h2 {
		color:#ce1717;
		}
	.colors-light .header-group h3 {
		color: #255553;
		}
	.colors-light .highlight {
		color: #255553;
		}
	.colors-light .button {
		}
	.colors-light .button:hover,
	.colors-light .button:focus {
		}
	.colors-light .quote-mark svg {
		}
	/* highlight */
	.colors-highlight {
		color: #fff;
		}
	.colors-highlight .contentlinks a,
	a.colors-highlight.contentlinksalt:hover,
	a.colors-highlight.contentlinksalt:focus,
	.colors-highlight .contentlinksalt a:hover,
	.colors-highlight .contentlinksalt a:focus {
		color: #255553;
		}
	.colors-highlight .contentlinks a:hover,
	.colors-highlight .contentlinks a:focus,
	a.colors-highlight.contentlinksalt,
	.colors-highlight .contentlinksalt a {
		color: #fff;
		}
	.colors-highlight h2.a {
		color: #255553;
		}
	.colors-highlight .header-group h2 {
		color: #d8f6af;
		}
	.colors-highlight .header-group h3 {
		color: #255553;
		}
	.colors-highlight h2.w.c:after,
	.colors-highlight h3.w.c:after,
	.colors-highlight .header-group.w:after {
		}
	.colors-highlight .highlight {
		color: #255553;
		}
	.colors-highlight .button {
		background-color: #255553;
		}
	.colors-highlight .button:hover,
	.colors-highlight .button:focus {
		background-color: #fff;
		color: #255553;
		}
	.colors-highlight .quote-mark svg {
		fill: #255553;
		}
	/* color */
	.colors-color {
		color: #fff;
		}
	.colors-color .contentlinks a,
	a.colors-color.contentlinksalt:hover,
	a.colors-color.contentlinksalt:focus,
	.colors-color .contentlinksalt a:hover,
	.colors-color .contentlinksalt a:focus {
		color:#ce1717;
		}
	.colors-color .contentlinks a:hover,
	.colors-color .contentlinks a:focus,
	a.colors-color.contentlinksalt,
	.colors-color .contentlinksalt a {
		color: #fff;
		}
	.colors-color h2.a {
		color:#ce1717;
		}
	.colors-color .header-group h2 {
		color: #d8f6af;
		}
	.colors-color .header-group h3 {
		color:#ce1717;
		}
	.colors-color .highlight {
		color:#ce1717;
		}
	.colors-color .button {
		background-color:#ce1717;
		}
	.colors-color .button:hover,
	.colors-color .button:focus {
		background-color: #fff;
		color:#ce1717;
		}
	.colors-color .quote-mark svg {
		}
	/* dark */
	.colors-dark {
		color: #fff;
		}
	.colors-dark .contentlinks a,
	/*a.colors-dark.contentlinksalt:hover,*/
	a.colors-dark.contentlinksalt:focus,
	.colors-dark .contentlinksalt a:hover,
	.colors-dark .contentlinksalt a:focus {
		color:#ce1717;
		}
	.colors-dark .contentlinks a:hover,
	.colors-dark .contentlinks a:focus,
	a.colors-dark.contentlinksalt,
	.colors-dark .contentlinksalt a {
		color: #fff;
		}
	.colors-dark h2.a {
		color:#ce1717;
		}
	.colors-dark .header-group h2 {
		color:#ce1717;
		}
	.colors-dark .header-group h3 {
		}
	.colors-dark .highlight {
		}
	.colors-dark .button {
		}
	.colors-dark .button:hover,
	.colors-dark .button:focus {
		}
	.colors-dark .quote-mark svg {
		}
	/* darker */
	.colors-darker {
		color: #8b8b8b;
		}
	.colors-darker .contenttext {
		font-size: 1.4em;
		}
	.colors-darker .contentlinks a,
	a.colors-darker.contentlinksalt:hover,
	a.colors-darker.contentlinksalt:focus,
	.colors-darker .contentlinksalt a:hover,
	.colors-darker .contentlinksalt a:focus {
		color: #dcdcdc;
		}
	.colors-darker .contentlinks a:hover,
	.colors-darker .contentlinks a:focus,
	a.colors-darker.contentlinksalt,
	.colors-darker .contentlinksalt a {
		color: #fff;
		}
	.colors-darker .button {
		}
	.colors-darker .button:hover,
	.colors-darker .button:focus {
		}
	/* darkest */
	.colors-darkest {
		color: #8b8b8b;
		}
	.colors-darkest .contentlinks a {
		}
	.colors-darkest .contentlinks a:hover,
	.colors-darkest .contentlinks a:focus {
		color: #fff;
		}
	/* gradient */
	.colors-gradient {
		color: #fff;
		}
	.colors-gradient .contentlinks a,
	a.colors-gradient.contentlinksalt:hover,
	a.colors-gradient.contentlinksalt:focus,
	.colors-gradient .contentlinksalt a:hover,
	.colors-gradient .contentlinksalt a:focus {
		color: #d8f6af;
		}
	.colors-gradient .contentlinks a:hover,
	.colors-gradient .contentlinks a:focus,
	a.colors-gradient.contentlinksalt,
	.colors-gradient .contentlinksalt a {
		color: #fff;
		}
	.colors-gradient h2.a {
		}
	.colors-gradient .header-group h2 {
		color: #d8f6af;
		}
	.colors-gradient .header-group h3 {
		}
	.colors-gradient .highlight {
		color: #255553;
		}
	.colors-gradient .button {
		background-color:#ce1717;
		}
	.colors-gradient .button:hover,
	.colors-gradient .button:focus {
		}
	.colors-gradient .quote-mark svg {
		fill: #255553;
		}
/* CONTENT FORMAT */
	.contentformat h1,
	.contentformat h2,
	.contentformat h3,
	.contentformat h4,
	.contentformat h5,
	.contentformat h6 {
		font-weight: 900;
		margin: 50px 0 10px;
		text-transform: uppercase;
		}
	.contentformat h1 {
		font-size: 1.4rem;
		}
	.contentformat h2 {
		font-size: 5rem;
		}
	.contentformat h3 {
		font-size: 3rem;
		}
	.contentformat h4 {
		font-size: 2.5rem;
		}
	.contentformat h5 {
		font-size: 1.75rem;
		}
	.contentformat-columns h5,
	.contentformat h6 {
		font-size: 1.5rem;
		}
	.contentformat p {
		line-height: 1.8em;
		margin: 10px 0;
		}
	.section-blog-post.section-content .contentformat p {
		margin: 25px 0;
		}
	.contentformat ul,
	.contentformat ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentformat li {
		line-height: 1.4em;
		margin: 5px 0 5px 30px;
		padding: 0 0 0 10px;
		}
	.contentformat ul {
		list-style-type: disc;
		}
	.contentformat ol {
		list-style-type: decimal;
		}
	.contentformat ul ul,
	.contentformat ol ul {
		list-style-type: circle;
		}
	.contentformat ol ol,
	.contentformat ul ol {
		list-style-type: lower-latin;
		}
	.contentformat blockquote {
		border-left: 5px solid#ce1717;
		color:#ce1717;
		float: left;
		font-size: 1.5em;
		font-weight: 300;
		margin: 25px 50px 25px 0;
		max-width: calc(50% - 45px);
		padding: 10px 20px;
		text-align: left;
		}
	.contentformat blockquote p {
		line-height: 1.3em;
		margin: 5px 0;
		}
	.contentblock blockquote cite {
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin: 5px 0;
		}
	.contentformat figure {
		text-align: center;
		}
	.contentformat figure > figcaption {
		font-size: 1.2rem;
		line-height: 1.4em;
		margin-top: 10px;
		opacity: 0.75;
		text-align: center;
		}
	.contentformat img[align="left"],
	.contentformat blockquote.alignleft,
	.contentformat figure.alignleft,
	.contentformat img.alignleft,
	.contentformat .wp-caption.alignleft,
	.contentformat img[align="right"],
	.contentformat blockquote.alignright,
	.contentformat figure.alignright,
	.contentformat img.alignright,
	.contentformat .wp-caption.alignright {
		max-width: 50%;
		}
	.contentformat img[align="left"],
	.contentformat blockquote.alignleft,
	.contentformat figure.alignleft,
	.contentformat img.alignleft,
	.contentformat .wp-caption.alignleft {
		margin: 25px 50px 25px 0;
		}
	.contentformat img[align="right"],
	.contentformat blockquote.alignright,
	.contentformat figure.alignright,
	.contentformat img.alignright,
	.contentformat .wp-caption.alignright {
		margin: 25px 0 25px 50px;
		}
	.contentformat img[align="middle"],
	.contentformat img[align="center"],
	.contentformat blockquote.aligncenter,
	.contentformat figure.aligncenter,
	.contentformat img.aligncenter,
	.contentformat .wp-caption.aligncenter {
		margin-top: 25px;
		margin-bottom: 25px;
		}
	.contentformat embed,
	.contentformat iframe,
	.contentformat object,
	.contentformat video {
		margin-bottom: 25px;
		max-width: 100%;
		}
	.contentformat p > embed,
	.contentformat p > iframe,
	.contentformat p > object,
	.contentformat span > embed,
	.contentformat span > iframe,
	.contentformat span > object {
		margin-bottom: 0;
		}
/* CONTENT DISPLAY */
	.disclaimer {
		opacity: 0.5;
		}
	.blocktext {
		font-size: 4em;
		font-weight: 600;
		margin-left: auto;
		margin-right: auto;
		max-width: 1024px;
		}
	.blocktext strong {
		font-weight: 900;
		}
	.blocktext.c {
		text-align: center;
		}
	.blocktext p {
		line-height: 1.2em;
		margin: 10px 0;
		}
	.contenttext {
		font-size: 1.5em;
		font-weight: 300;
		}
	.contenttext.c {
		text-align: center;
		}
	.contenttext p {
		line-height: 1.6em;
		}
	.contentblock {
		font-size: 1.6rem;
		}
	.contentblock.w.c {
		margin: 0 auto;
		max-width: 920px;
		text-align: center;
		}
	.contentblock-holder {
		margin: 25px 120px;
		}
	.contentblock-holder .contentblock img[align="left"],
	.contentblock-holder .contentblock img.alignleft,
	.contentblock-holder .contentblock blockquote,
	.contentblock-holder .contentblock blockquote.alignleft,
	.contentblock-holder .contentblock figure.alignleft,
	.contentblock-holder .contentblock .wp-caption.alignleft {
		margin-left: -120px;
		}
	.contentblock-holder .contentblock img[align="right"],
	.contentblock-holder .contentblock img.alignright,
	.contentblock-holder .contentblock blockquote.alignright,
	.contentblock-holder .contentblock figure.alignright,
	.contentblock-holder .contentblock .wp-caption.alignright {
		margin-right: -120px;
		}
	.contentblock.contentblock-impact {
		font-size: 2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.contentblock.contentblock-impact p {
		line-height: 1.6em;
		}
	.contentblock.contentblock-impact strong {
		font-weight: 900;
		}
	.contentblock.contentblock-impact br {
		content: ' ';
		display: none;
		}
	.contentblock-columns {
		font-size: 1.3rem;
		}
	.contenttext:after,
	.contentblock:after {
		clear: both;
		content: '';
		display: block;
		font: normal 0/0 sans-serif;
		height: 0;
		visibility: hidden;
		}
	@media screen and (min-width: 920px) {
		.contentblock-columns {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 50px;
			-moz-column-gap: 50px;
			column-gap: 50px;
			}
		.contentblock-columns>:first-child {
			margin-top: 0;
			}
		.contentblock-columns>* {
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
			break-inside: avoid;
			}
	}
	@media screen and (max-width: 1024px) {
		.section-container,
		.contentblock-holder {
			margin-left: 60px;
			margin-right: 60px;
			}
		.contentblock-holder .contentblock img[align="left"],
		.contentblock-holder .contentblock img.alignleft,
		.contentblock-holder .contentblock blockquote,
		.contentblock-holder .contentblock blockquote.alignleft,
		.contentblock-holder .contentblock figure.alignleft,
		.contentblock-holder .contentblock .wp-caption.alignleft {
			margin-left: -60px;
			}
		.contentblock-holder .contentblock img[align="right"],
		.contentblock-holder .contentblock img.alignright,
		.contentblock-holder .contentblock blockquote.alignright,
		.contentblock-holder .contentblock figure.alignright,
		.contentblock-holder .contentblock .wp-caption.alignright {
			margin-right: -60px;
			}
	}
	@media screen and (max-width: 768px) {
		.section-container,
		.contentblock-holder {
			margin-left: 0;
			margin-right: 0;
			}
		.contentblock-holder .contentblock img[align="left"],
		.contentblock-holder .contentblock img.alignleft,
		.contentblock-holder .contentblock blockquote,
		.contentblock-holder .contentblock blockquote.alignleft,
		.contentblock-holder .contentblock figure.alignleft,
		.contentblock-holder .contentblock .wp-caption.alignleft {
			margin-left: 0;
			}
		.contentblock-holder .contentblock img[align="right"],
		.contentblock-holder .contentblock img.alignright,
		.contentblock-holder .contentblock blockquote.alignright,
		.contentblock-holder .contentblock figure.alignright,
		.contentblock-holder .contentblock .wp-caption.alignright {
			margin-right: 0;
			}
		.contentformat blockquote,
		.contentformat blockquote.alignleft,
		.contentformat blockquote.alignright,
		.contentformat img[align="left"],
		.contentformat img.alignleft,
		.contentformat .wp-caption.alignleft,
		.contentformat img[align="right"],
		.contentformat img.alignright,
		.contentformat .wp-caption.alignright {
			display: block;
			float: none !important;
			margin: 25px 0 !important;
			max-width: 100%;
			width: auto !important;
			}
		.blocktext {
			font-size: 3em;
			}
	}
/* BOX BOX */
	.box-content-centered .box-centered {
		margin-left: auto;
		margin-right: auto;
		max-width: 920px;
		}
	.box-content-left .box-box,
	.box-content-right .box-box {
		display: flex;
		justify-content: flex-start;
		min-height: 300px;
		}
	.box-content-right .box-box {
		justify-content: flex-end;
		}
	.box-box-item {
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		max-width: 640px;
		overflow: hidden;
		position: relative;
		width: 100%;
		}
	.box-box-item.shading-opacity-0 {
		box-shadow: none;
		}
	.box-box-holder {
		margin: 75px;
		position: relative;
		text-align: left;
		z-index: 2;
		}
	.margin-none .box-box-holder {
		margin: 0;
		}
	.margin-less .box-box-holder {
		margin: 50px;
		}
	.margin-more .box-box-holder {
		margin: 100px;
		}
	.shading-opacity-0 > .box-box-holder.box-box-holder,
	.shading-none > .box-box-holder.box-box-holder {
		margin: 0;
		}
	@media screen and (max-width: 920px) {
		.box-box-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 768px) {
		.box-box {
			margin: 50px 0;
			}
		.box-box-item {
			max-width: none;
			}
	}
/* BOXES */
	.boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		z-index: 4;
		}
	.boxes-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		width: 50%;
		}
	html.no-flexbox .boxes {
		display: block;
		}
	html.no-flexbox .boxes-item,
	html.flexbox.no-cssgrid .boxes-different .boxes-item {
		display: inline-block;
		vertical-align: top;
		}
	.boxes-full-margin,
	.boxes-inline {
		margin: 75px auto;
		}
	.margins-boxes-first .boxes-inline {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-z-left .boxes-left,
	.boxes-z-right .boxes-right {
		z-index: 6;
		}
	.boxes-z-left .boxes-right,
	.boxes-z-right .boxes-left {
		z-index: 5;
		}
	.boxes-with-background .boxes-inline {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-inline-slim,
	.boxes-inline-slim-left {
		max-width: 920px;
		}
	.boxes-inline-slim-right,
	.boxes-inline-shift-first {
		max-width: 1024px;
		}
	.boxes-shadow.boxes-shadow-full,
	.boxes-shadow.boxes-shadow-partial > .shading-layers.shading-here,
	.boxes-shadow.boxes-shadow-partial .boxes-shift-none.shading-none .boxes-image-1,
	.boxes-shadow.boxes-full .boxes-image-1,
	.boxes-shadow .boxes-shift-dir .boxes-image-1,
	.boxes-shadow .boxes-image-2 img {
		box-shadow: 2px 2px 15px rgba(0,0,0,0.25);
		}
	.boxes-inline-shift-first .boxes-left {
		margin-top: -25px;
		}
	.boxes-full-left .boxes-left,
	.boxes-full-right .boxes-right,
	.boxes-inline-left .boxes-left,
	.boxes-inline-right .boxes-right,
	.boxes-inline-slim-left .boxes-left,
	.boxes-inline-slim-right .boxes-right {
		width: 70%;
		}
	.boxes-full-left .boxes-right,
	.boxes-full-right .boxes-left,
	.boxes-inline-left .boxes-right,
	.boxes-inline-right .boxes-left,
	.boxes-inline-slim-left .boxes-right,
	.boxes-inline-slim-right .boxes-left {
		width: 30%;
		}
	.boxes-inline-shift-first .boxes-left {
		width: 40%;
		}
	.boxes-inline-shift-first .boxes-right {
		width: 60%;
		}
	.boxes-map #map {
		border: none;
		border-right: 1px solid #efefef;
		height: 100%;
		min-height: 33.33vh;
		}
	.boxes-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		position: relative;
		z-index: 2;
		}
	.boxes-same.boxes-image-alone,
	.boxes-image.boxes-shift-dir {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		}
	.boxes-full .boxes-item .boxes-content {
		-webkit-align-items: center;
		align-items: center;
		}
	.boxes-full.boxes-same .boxes-item.boxes-text .boxes-content,
	.boxes-text.shading-none {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		}
	.boxes-full .boxes-left .boxes-content {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		}
	.boxes-full .boxes-right .boxes-content {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		}
	.boxes-images,
	.boxes-image {
		position: relative;
		}
	.boxes-image .boxes-image-1,
	.boxes-image .boxes-image-2 {
		display: block;
		}
	.boxes-image .boxes-image-1 {
		z-index: 1;
		}
	.boxes-image .boxes-image-2 {
		position: absolute;
		z-index: 2;
		}
	.boxes-image.boxes-images-25 .boxes-image-2 {
		width: 25%;
		}
	.boxes-image.boxes-images-30 .boxes-image-2 {
		width: 30%;
		}
	.boxes-image.boxes-images-35 .boxes-image-2 {
		width: 35%;
		}
	.boxes-image.boxes-images-40 .boxes-image-2 {
		width: 40%;
		}
	.boxes-image.boxes-images-45 .boxes-image-2 {
		width: 45%;
		}
	.boxes-image.boxes-images-50 .boxes-image-2 {
		width: 50%;
		}
	.boxes-inline .boxes-image.boxes-images-tlo.boxes-shift-dir.shading-here .boxes-image-1,
	.boxes-inline .boxes-image.boxes-images-blo.boxes-shift-dir.shading-here .boxes-image-1 {
		margin-right: 25px;
		}
	.boxes-inline .boxes-image.boxes-images-tro.boxes-shift-dir.shading-here .boxes-image-1,
	.boxes-inline .boxes-image.boxes-images-bro.boxes-shift-dir.shading-here .boxes-image-1 {
		margin-left: 25px;
		}
	.boxes-inline .boxes-image.boxes-images-tlo.boxes-shift-dir.shading-here .boxes-image-1,
	.boxes-inline .boxes-image.boxes-images-tro.boxes-shift-dir.shading-here .boxes-image-1 {
		margin-bottom: 25px;
		}
	.boxes-inline .boxes-image.boxes-images-blo.boxes-shift-dir.shading-here .boxes-image-1,
	.boxes-inline .boxes-image.boxes-images-bro.boxes-shift-dir.shading-here .boxes-image-1 {
		margin-top: 25px;
		}
	.boxes-image.boxes-images-tlo .boxes-image-2,
	.boxes-image.boxes-images-tli .boxes-image-2,
	.boxes-image.boxes-images-tro .boxes-image-2,
	.boxes-image.boxes-images-tri .boxes-image-2 {
		top: -25px;
		}
	.boxes-image.boxes-images-blo .boxes-image-2,
	.boxes-image.boxes-images-bli .boxes-image-2,
	.boxes-image.boxes-images-bro .boxes-image-2,
	.boxes-image.boxes-images-bri .boxes-image-2 {
		bottom: -25px;
		}
	.boxes-image.boxes-images-tli .boxes-image-2,
	.boxes-image.boxes-images-bli .boxes-image-2 {
		left: 25px;
		}
	.boxes-image.boxes-images-tri .boxes-image-2,
	.boxes-image.boxes-images-bri .boxes-image-2 {
		right: 25px;
		}
	.boxes-full .boxes-image.boxes-images-tlo .boxes-image-2,
	.boxes-full .boxes-image.boxes-images-blo .boxes-image-2 {
		left: 0;
		}
	.boxes-full .boxes-image.boxes-images-tro .boxes-image-2,
	.boxes-full .boxes-image.boxes-images-bro .boxes-image-2 {
		right: 0;
		}
	.boxes-shift-down.shading-none,
	.boxes-shift-down.shading-layers .boxes-images {
		margin-bottom: -25px;
		}
	.boxes-shift-up.shading-none,
	.boxes-shift-up.shading-layers .boxes-images {
		margin-top: -25px;
		}
	.boxes-match-text .boxes-image-fill .boxes-image-1 {
		height: 100%;
		overflow: hidden;
		position: absolute;
		width: 100%;
		}
	.boxes-buffer {
		display: flex;
		width: 100%;
		}
	.boxes-full.boxes-full-left .boxes-buffer,
	.boxes-full.boxes-full-right .boxes-buffer {
		max-width: 1024px;
		}
	.boxes-full.boxes-full-equal .boxes-buffer,
	.boxes-full.boxes-full-margin .boxes-buffer,
	.boxes-full.boxes-full-shift-first .boxes-buffer {
		max-width: 640px;
		}
	.boxes-holder {
		margin: 75px;
		width: 100%;
		}
	.margin-none .boxes-holder {
		margin: 0;
		}
	.margin-less .boxes-holder {
		margin: 50px;
		}
	.margin-more .boxes-holder {
		margin: 100px;
		}
	.boxes-holder > *:first-child,
	.boxes-holder > .contentformat:first-child > *:first-child {
		margin-top: 0;
		}
	.boxes-different.boxes-inline.boxes-shift .boxes-text.shading-none .boxes-holder,
	.boxes-holder > *:last-child {
		margin-bottom: 0;
		}
	.boxes-same .boxes-text.shading-none.shading-other-flat .boxes-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-different.boxes-inline.boxes-shift-no .boxes-text.shading-none .boxes-holder,
	.boxes-same.boxes-inline.boxes-layouts-text-text .boxes-text.shading-none.shading-other-layers .boxes-holder {
		margin-bottom: 25px;
		margin-top: 25px;
		}
	.boxes-left.shading-none .boxes-holder {
		margin-left: 0;
		}
	.boxes-layouts-text-text .boxes-left.shading-none .boxes-holder,
	.boxes-right.shading-none .boxes-holder {
		margin-right: 0;
		}
	.boxes-inline-shift-first .boxes-right.shading-none .boxes-holder {
		margin-left: 50px;
		}
	@media screen and (max-width: 1280px) {
		.boxes-full-margin,
		.boxes-inline {
			margin: 50px auto;
			}
		.boxes-inline.boxes-inline-shift-first {
			margin-bottom: 0;
			margin-top: -50px;
			}
		.boxes-holder {
			margin: 50px;
			}
		.margin-less .boxes-holder {
			margin: 25px;
			}
		.margin-more .boxes-holder {
			margin: 75px;
			}
	}
	@media screen and (min-width: 1280px) {
		body.home .section-1 .boxes-shift-up.shading-none,
		body.home .section-1 .boxes-shift-up.shading-layers .boxes-images {
			margin-top: -75px;
			}
		.boxes-right.shading-none.shading-other-none.shading-image>.boxes-images {
			margin-left: 50px;
			}
		.boxes-left.shading-none.shading-other-none.shading-image>.boxes-images {
			margin-right: 50px;
			}
	}
	@media screen and (min-width: 920px) {
		.boxes-full-shift-first .boxes-right {
			transform: translateY(50px);
			}
		.boxes-full-shift-first .boxes-right {
			transform: translateY(50px);
			}
		.boxes-full-shift-first .boxes-right:before {
			padding-right: 250px;
			transform: translateX(-250px);
			}
		.boxes-inline .boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-blo .boxes-image-2,
		.boxes-full .boxes-right.boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-full .boxes-right.boxes-image.boxes-images-blo .boxes-image-2 {
			left: -25px;
			}
		.boxes-inline .boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-bro .boxes-image-2,
		.boxes-full .boxes-left.boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-full .boxes-left.boxes-image.boxes-images-bro .boxes-image-2 {
			right: -25px;
			}
		.boxes-inline-offset {
			box-shadow: none !important;
			display: block;
			}
		.boxes-inline-offset .boxes-left,
		.boxes-inline-offset .boxes-right {
			display: inline-block;
			vertical-align: top;
			width: calc(50% + 25px);
			}
		.boxes-inline-offset .boxes-left {
			margin-right: -25px;
			transform: translateY(-25px);
			z-index: 1;
			}
		.boxes-inline-offset .boxes-right {
			margin-left: -25px;
			transform: translateY(25px);
			z-index: 2;
			}
		.boxes-inline-offset .boxes-left .boxes-holder {
			padding-right: 25px;
			}
		.boxes-inline-separate .boxes-left {
			margin-right: 25px;
			width: calc(50% - 25px);
			}
		.boxes-inline-separate .boxes-right {
			margin-left: 25px;
			width: calc(50% - 25px);
			}
		.boxes-full .boxes-left .boxes-holder {
			margin-left: 0;
			}
		.boxes-full .boxes-right .boxes-holder {
			margin-right: 0;
			}
		.margin-more-side.boxes-left .boxes-holder {
			margin-right: 150px;
			}
		.boxes-image-shift {
			margin-bottom: -50px;
			margin-top: 25px;
			}
		.boxes-image-equal .boxes-image img,
		.boxes-match-text .boxes-image img {
			height: 100%;
			object-fit: cover;
			width: 100%;
			}
		html.no-objectfit .boxes-image-equal .boxes-image img,
		html.no-objectfit .boxes-match-text .boxes-image img {
			height: auto;
			width: 100%;
			}
	}
	@media screen and (max-width: 919px) {
		.boxes,
		.boxes-left,
		.boxes-right,
		.boxes-content,
		.boxes-full .boxes-content {
			display: flex;
			width: 100% !important;
			}
		.boxes-second-first .boxes-left {
			order: 2;
			}
		.boxes-second-first .boxes-right {
			order: 1;
			}
		.boxes-inline-separate .boxes-left + .boxes-right {
			margin-top: 25px;
			}
		.boxes-content {
			padding: 0;
			}
		.boxes-match-text .boxes-image-fill .boxes-image-1,
		.boxes-match-text .boxes-image .boxes-content {
			position: relative;
			}
		.boxes-same .boxes-text,
		.boxes-text.shading-layers {
			overflow: hidden;
			}
		.boxes-full.boxes-full .boxes-buffer {
			max-width: none;
			}
		.boxes-images {
			margin-top: 0;
			}
		.boxes-image-shift {
			margin: 25px 0 0;
			}
		.boxes-layouts-text-text .shading-none,
		.boxes-different.boxes-inline.boxes-second-auto .boxes-left.boxes-image .boxes-content,
		.boxes-different.boxes-inline.boxes-second-first .boxes-right.boxes-image .boxes-content {
			margin-bottom: 25px;
			}
		.boxes-left.shading-none .boxes-holder,
		.boxes-right.shading-none .boxes-holder {
			margin-right: 0;
			}
		.boxes-inline-shift-first .boxes-right.shading-none .boxes-holder,
		.boxes-right.shading-none .boxes-holder {
			margin-left: 0;
			}
		.boxes-same.boxes-inline.boxes-layouts-text-text .boxes-text.shading-none.shading-other-layers .boxes-holder {
			margin-bottom: 0;
			margin-top: 0;
			}
		.boxes-full .boxes-right .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-right: 25px;
			margin-left: 25px;
			}
		.boxes-inline .boxes-image.boxes-images-tlo .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-blo .boxes-image-2 {
			left: -10px;
			}
		.boxes-inline .boxes-image.boxes-images-tro .boxes-image-2,
		.boxes-inline .boxes-image.boxes-images-bro .boxes-image-2 {
			right: -10px;
			}
	}
	@media screen and (max-width: 600px) {
		.boxes-inline {
			margin: 25px auto;
			}
		.boxes-shift-no .margin-less.shading-layers .boxes-holder,
		.boxes-shift-no .margin-more.shading-layers .boxes-holder,
		.boxes-shift-no .boxes-holder {
			margin: 25px;
			}
	}
/* CTA */
	.cta {
		font-size: 2em;
		margin: 10px 0;
		}
	.cta-text {
		text-transform: uppercase;
		}
	.cta-line>a {
		font-weight: 900;
		}
	.cta.c {
		text-align: center;
		}
/* QUICKLINKS */
	.quicklinks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		width: 100%;
		}
	.quicklinks-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		position: relative;
		width: 33.3333%;
		z-index: 1;
		}
	.quicklinks-image {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		}
	.quicklinks-image>img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.quicklinks-holder {
		-webkit-align-self: flex-start;
		align-self: flex-start;
		-webkit-flex: 1;
		flex: 1;
		font-size: 1.5rem;
		margin: 75px;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.2);
		z-index: 5;
		}
	.quicklinks-header,
	.quicklinks-text {
		margin: 5px 0;
		}
	.quicklinks-header {
		font-size: 2em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.quicklinks-text {
		font-size: 1.25em;
		line-height: 1.4em;
		opacity: 0.75;
		padding-bottom: 40px;
		}
	.quicklinks-more {
		bottom: 75px;
		font-size: 30px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
		position: absolute;
		width: 30px;
		}
	@media screen and (max-width: 1500px) {
		.quicklinks-holder {
			font-size: 1.5rem;
			margin: 50px;
			}
	}
	@media screen and (max-width: 768px) {
		.quicklinks {
			display: block;
			}
		.quicklinks-item {
			font-size: 2rem;
			min-height: 200px;
			width: auto;
			}
	}
	@media screen and (min-width: 769px) {
		.quicklinks-highlight-left .quicklinks-item-1,
		.quicklinks-highlight-middle .quicklinks-item-2,
		.quicklinks-highlight-right .quicklinks-item-3 {
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			margin: -25px 0;
			z-index: 2;
			}
	}
/* TABS */
	.tabs {
		margin: 50px 0;
		}
	.tabs-buttons {
		border-right: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		display: inline-block;
		}
	.tabs-button {
		border-left: 1px solid #dcdcdc;
		display: inline-block;
		vertical-align: top;
		}
	.tabs-button>button {
		background: #fff;
		color: #8b8b8b;
		cursor: pointer;
		font-size: 1.4em;
		font-weight: 900;
		line-height: 50px;
		padding: 0 25px;
		text-transform: uppercase;
		transition-property: color;
		}
	.tabs-button>button:hover,
	.tabs-button>button:focus {
		color:#ce1717;
		}
	.tabs-groups {
		border: 1px solid #dcdcdc;
		margin-top: -1px;
		}
	.tabs-group {
		display: none;
		margin: 50px;
		}
	.tabs[data-current="1"] #tabs-button-1>button,
	.tabs[data-current="2"] #tabs-button-2>button,
	.tabs[data-current="3"] #tabs-button-3>button,
	.tabs[data-current="4"] #tabs-button-4>button,
	.tabs[data-current="5"] #tabs-button-5>button {
		border-bottom: 1px solid #fff;
		color:#ce1717;
		}
	.tabs[data-current="1"] #tabs-group-1,
	.tabs[data-current="2"] #tabs-group-2,
	.tabs[data-current="3"] #tabs-group-3,
	.tabs[data-current="4"] #tabs-group-4,
	.tabs[data-current="5"] #tabs-group-5 {
		display: block;
		}
	@media screen and (max-width: 600px) {
		.tabs-button>button {
			font-size: 1.1em;
			line-height: 25px;
			padding: 0 10px;
			}
		.tabs-group {
			margin: 25px;
			}
	}
/* PHOTOCARDS */
	.photocards {
		margin: 0;
		position: relative;
		display:flex;
		}
	.photocards-item {
		display: inline-block;
		width: 25%;
		vertical-align: top;
		padding: 0 10px 0 0
		}
	.photocards-holder {
		background-color: #323232;
		color: #fff;
		display: block;
		overflow: hidden;
		position: relative;
		text-align: center;
		} 
	a.photocards-holder:hover,
	a.photocards-holder:focus {
		color: #fff;
		}
	.photocards-image {
		position: relative;
		}
	.photocards-image:before {
		background-color: rgba(45,45,45,0.75);
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transition: background-color 200ms ease;
		width: 100%;
		z-index: 1;
		}
	.photocards-content {
		align-items: center;
		display: flex;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
		}
	.photocards-info {
		font-size: 1.25rem;
		padding: 25px;
		width: 100%;
		}
	.photocards-header {
		font-size: 2em;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 7px;
		position: relative;
		text-transform: uppercase;
		}
	.photocards-header.hs:after {
		background-color: rgba(255,255,255,0.2);
		bottom: 0;
		content: '';
		left: calc(50% - 15px);
		height: 2px;
		position: absolute;
		width: 30px;
		}
	.photocards-header-sub {
		font-size: 1.25em;
		font-weight: 300;
		text-transform: uppercase;
		}
	.photocards-button {
		color:#ce1717;
		font-size: 1.5em;
		margin-top: 15px;
		}
	@media screen and (min-width: 1281px) {
		html.no-touchevents a.photocards-holder:hover .photocards-image:before,
		html.no-touchevents a.photocards-holder:focus .photocards-image:before {
			background-color: rgba(45,45,45,0.95);
			}
	}
	@media screen and (max-width: 920px) {
		.photocards-info {
			font-size: 1.25rem;
			}
	}
	@media screen and (max-width: 767px) {
		.photocards {
			display: block;
			}
		.photocards-item {
			display: block;
			width: auto;
			}
		.photocards-holder {
			margin: 0;
			}
		.photocards-info {
			font-size: 2rem;
			}
	}
/* CARDS */
	.cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 50px -25px;
		position: relative;
		}
	.cards-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 33.3333%;
		}
	.cards-holder {
		background-color: #fff;
		border-top: 5px solid#ce1717;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex: 1;
		margin: 0 25px;
		text-align: center;
		}
	.cards-holder:hover,
	.cards-holder:focus {
		background-color: #fafafa;
		}
	.cards-content {
		display: block;
		flex: 1;
		margin: 25px 50px;
		}
	.cards-header,
	.cards-text,
	.cards-button {
		margin: 10px 0;
		}
	.cards-header {
		color: #323232;
		font-size: 2.4em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.cards-text {
		color: #454545;
		font-size: 1.6em;
		font-weight: 300;
		line-height: 1.4em;
		}
	.cards-button {
		font-size: 2em;
		margin-top: 20px;
		}
	@media screen and (max-width: 1500px) {
		.cards-header {
			font-size: 2em;
			}
		.cards-text {
			font-size: 1.4em;
			}
	}
	@media screen and (max-width: 1280px) {
		.cards-content {
			margin: 15px;
			}
	}
	@media screen and (max-width: 767px) {
		.cards {
			display: block;
			margin: 25px 0;
			}
		.cards-item {
			display: block;
			margin: 10px 0;
			width: auto;
			}
		.cards-holder {
			margin: 0;
			}
	}
/* ICON CARDS */
	.iconcards {
		display: flex;
		flex-wrap: wrap;
		margin: 25px -10px;
		position: relative;
		}
	.iconcards-item {
		border-radius: 5px;
		margin: 10px;
		display: flex;
		width: calc(25% - 20px);
		}
	.iconcards-holder {
		align-items: flex-start;
		border: 1px solid #dcdcdc;
		color: #454545;
		display: flex;
		flex: 1;
		position: relative;
		text-align: center;
		transition-property: box-shadow, color;
		}
	.iconcards-holder:hover,
	.iconcards-holder:focus {
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		color:#ce1717;
		z-index: 10;
		}
	.iconcards-content {
		display: block;
		flex: 1;
		margin: 20px 10px;
		}
	.iconcards-header,
	.iconcards-button {
		margin: 10px 0;
		}
	.iconcards-header {
		font-size: 1.8em;
		font-weight: 700;
		}
	.iconcards-button {
		color:#ce1717;
		font-size: 2em;
		margin-top: 20px;
		}
	@media screen and (min-width: 1281px) {
		.iconcards-holder:hover,
		.iconcards-holder:focus {
			color:#ce1717;
			}
	}
	@media screen and (max-width: 1280px) {
		.iconcards-content {
			margin: 10px;
			}
		.iconcards-icon img {
			height: 40px;
			width: 40px;
			}
		.iconcards-header {
			font-size: 1.5em;
			}
		.iconcards-button {
			font-size: 1.8em;
			margin-top: 10px;
			}
	}
	@media screen and (max-width: 767px) {
		.iconcards-item {
			border-radius: 5px;
			margin: 10px;
			display: flex;
			width: calc(50% - 20px);
			}
	}
/* INFOBLOCKS */
	.infoblocks {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -25px;
		position: relative;
		}
	html.no-flexbox .infoblocks {
		display: inline-block;
		}
	.infoblocks-item {
		width: 33.3333%;
		}
	.infoblocks-holder {
		margin: 0 25px;
		}
	.infoblocks-image {
		margin-bottom: 25px;
		}
	.infoblocks-text.contenttext {
		font-size: 1.4em;
		}
	@media screen and (max-width: 767px) {
		.infoblocks {
			display: block;
			margin: 25px 0;
			}
		html.no-flexbox .infoblocks {
			display: block;
			}
		.infoblocks-item {
			width: auto;
			}
		.infoblocks-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: 0;
		}
	.highlights-item {
		width: 50%;
		}
	.highlights-holder {
		margin: 50px 100px;
		text-align: center;
		}
	.highlights-image {
		background-color: #fff;
		border: 1px solid #bcbcbc;
		border-radius: 50%;
		margin: 0 auto;
		max-width: 150px;
		overflow: hidden;
		padding: 5px;
		}
	.highlights-image img {
		border-radius: 50%;
		display: block;
		}
	.highlights-header {
		font-size: 2em;
		font-weight: 700;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 920px) {
		.highlights-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.highlights {
			display: block;
			}
		.highlights:after {
			display: none;
			}
		.highlights-item {
			width: 100%;
			}
		.highlights-holder {
			margin: 50px 25px;
			}
	}
/* PROFILES */
	.profiles {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -25px 0;
		justify-content: center;
		}
	html.no-cssgrid .profiles {
		display: block;
		}
	.profiles-item {
		background-color: #626262;
		box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
		color: #fff;
		margin: 0 25px 50px 25px;
		max-width: 600px;
		}
	html.no-cssgrid .profiles-item {
		display: inline-block;
		vertical-align: top;
		}
	.profiles-2 .profiles-item {
		width: calc(50% - 50px);
		}
	.profiles-3 .profiles-item {
		width: calc(33.3333% - 50px);
		}
	.profiles-4 .profiles-item {
		width: calc(25% - 50px);
		}
	.profiles-holder {
		overflow: hidden;
		}
	.profiles-name>a,
	.profiles-name>span,
	.profiles-title {
		color: #fff;
		font-weight: 700;
		padding: 10px 20px;
		}
	.profiles-name {
		background-color:#ce1717;
		font-size: 2em;
		}
	.profiles-name>a,
	.profiles-name>span {
		display: block;
		line-height: 20px;
		padding: 10px 20px;
		position: relative;
		}
	.profiles-name>a:hover,
	.profiles-name>a:focus {
		background-color: #255553;
		}
	.profiles-name>a>i {
		font-size: 14px;
		right: 20px;
		position: absolute;
		}
	.profiles-title {
		background-color: #454545;
		font-size: 1.4em;
		text-transform: uppercase;
		}
	.profiles-text.contenttext {
		font-size: 1.4em;
		margin: 20px;
		text-align: center;
		}
	@media screen and (max-width: 920px) {
		.profiles-3 .profiles-item,
		.profiles-4 .profiles-item {
			width: calc(50% - 50px);
			}
	}
	@media screen and (max-width: 600px) {
		.profiles.profiles {
			display: block;
			margin: 25px 0;
			}
		.profiles.profiles .profiles-item.profiles-item {
			margin: 25px 0;
			width: auto;
			}
	}
/* 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 #f6f6f6;
		width: 100%;
		}
	.grid .grid-box {
		background: #fff;
		border: 1px solid #bcbcbc;
		border-top-color:#ce1717;
		border-top-width: 3px;
		position: relative;
		}
	.grid .grid-content {
		padding: 10px 20px 20px 40px;
		}
	.grid .grid-quote {
		left: 0;
		position: absolute;
		top: 0;
		}
	.grid .grid-quote>span {
		background-color:#ce1717;
		border-radius: 0 0 3px 0;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		padding: 15px 10px;
		}
	.grid .grid-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 1.3em;
		padding: 0;
		}
	.grid .grid-text {
		text-align: left;
		}
	.grid .grid-text p {
		margin: 0;
		}
	.grid .grid-text p+p {
		margin-top: 5px;
		}
	@media screen and (max-width: 768px) {
		.grid {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			}
	}
	@media screen and (max-width: 480px) {
		.grid {
			-moz-column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			column-count: 1;
			column-gap: 0;
			}
		.grid .grid-cell {
			border-bottom: 0;
			}
	}
/* ITEMS */
	.items {
		margin: 0 -25px;
		text-align: center;
		}
	.items.items-default,
	.items.items-alt {
		text-align: left;
		}
	.items-wide {
		margin-bottom: 50px;
		margin-top: 50px;
		}
	.items-wide,
	.items-internal {
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.items-item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 50%;
		}
	.items-alt .items-item,
	.items-wide .items-item {
		width: 33.3333%;
		}
	.items-centered .items-item {
		width: 25%;
		}
	.items-wide .items-item {
		padding: 10px 0;
		}
	.items-holder {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		margin: 25px;
		overflow: hidden;
		white-space: normal;
		}
	.items-wide .items-holder,
	.items-internal .items-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		color: #454545;
		display: block;
		position: relative;
		}
	.items-link:hover,
	.items-link:focus {
		color:#ce1717;
		}
	.items-image {
		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;
		}
	.no-touchevents a.items-link:hover .items-image:before,
	.no-touchevents a.items-link:focus .items-image:before {
		background-color: rgba(255,255,255,0.25);
		}
	.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-header {
		}
	.items-centered .items-info {
		padding: 20px;
		text-align: center;
		}
	.items-default .items-info {
		padding: 10px;
		}
	.items-default .items-category {
		color:#ce1717;
		font-size: 1.4em;
		font-weight: 300;
		margin-bottom: 5px;
		}
	.items-default .items-header,
	.items-centered .items-header,
	.items-centered .items-subheader {
		transition-property: color;
		}
	.items-default .items-header {
		font-size: 1.8em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.items-centered .items-header {
		font-size: 1.5em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.items-centered .items-subheader {
		font-size: 1.5em;
		font-weight: 300;
		margin-top: 5px;
		text-transform: none;
		}
	.items-details {
		border-top: 1px solid #f6f6f6;
		font-size: 1.1em;
		overflow: hidden;
		padding: 10px;
		}
	.items-details,
	.items-details a {
		color: #626262;
		}
	.items-details a:hover,
	.items-details a:focus {
		color:#ce1717;
		}
	.items-details .items-date,
	.items-details .items-meta {
		display: inline-block;
		}
	.items-details .items-date i {
		padding-left: 1px;
		vertical-align: top;
		}
	.items-details .items-meta a {
		display: inline-block;
		padding: 0 5px;
		}
	.items-alt {
		margin-top: 50px;
		margin-bottom: 0;
		}
	.items-alt .items-header {
		font-size: 1.5em;
		}
	.items-alt .items-info {
		padding: 10px;
		}
	.items-internal .items-info {
		background: -moz-linear-gradient(bottom, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		background: linear-gradient(to top, rgba(39,48,50,0.8) 0%, rgba(39,48,50,0) 100%);
		bottom: 0;
		height: 100px;
		position: absolute;
		width: 100%;
		z-index: 10;
		}
	.items-internal .items-header {
		bottom: 0;
		color: #fff;
		font-size: 3em;
		font-weight: 700;
		padding: 25px;
		position: absolute;
		text-transform: uppercase;
		}
	.items-internal .items-date {
		background-color:#ce1717;
		color: #fff;
		right: 20px;
		padding: 5px;
		position: absolute;
		text-align: center;
		top: 20px;
		width: 50px;
		z-index: 10;
		}
	.items-internal .items-date > span {
		display: block;
		}
	.items-internal .items-date-m {
		font-size: 1.2em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.items-internal .items-date-d {
		font-size: 3em;
		font-weight: 700;
		}
	.items-internal .items-date-y {
		font-size: 1.2em;
		}
	@media screen and (max-width: 767px) {
		.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-centered .items-item,
		.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 {
		margin: 50px 0;
		}
	.itemblocks-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 50px 0;
		}
	.itemblocks-image,
	.itemblocks-holder {
		position: relative;
		width: 50%;
		}
	.itemblocks-buttons {
		margin-bottom: 0;
		}
	@media screen and (min-width: 769px) {
		.itemblocks-item:nth-child(even) .itemblocks-image {
			order: 2;
			}
		.itemblocks-item .itemblocks-image:before,
		.itemblocks-item .itemblocks-image:after {
			content: '';
			position: absolute;
			}
		.itemblocks-item .itemblocks-image:before {
			border-style: solid;
			border-width: 6px;
			content: '';
			display: block;
			pointer-events: none;
			position: absolute;
			top: calc(50% - 6px);
			}
		.itemblocks-item:nth-child(even) .itemblocks-image:before {
			border-color: transparent transparent transparent #dcdcdc;
			left: 1px;
			}
		.itemblocks-item:nth-child(odd) .itemblocks-image:before {
			border-color: transparent #dcdcdc transparent transparent;
			right: 1px;
			}
		.itemblocks-item .itemblocks-image:after {
			background-color: #dcdcdc;
			height: 100px;
			top: calc(50% - 50px);
			width: 2px;
			}
		.itemblocks-item:nth-child(even) .itemblocks-image:after {
			left: -1px;
			}
		.itemblocks-item:nth-child(odd) .itemblocks-image:after {
			right: -1px;
			}
		.itemblocks-item:nth-child(even) .itemblocks-content,
		.itemblocks-item:nth-child(odd) .itemblocks-photo {
			margin-right: 50px;
			}
		.itemblocks-item:nth-child(even) .itemblocks-photo,
		.itemblocks-item:nth-child(odd) .itemblocks-content {
			margin-left: 50px;
			}
		.itemblocks-item:nth-child(even) .itemblocks-holder {
			order: 1;
			}
	}
	@media screen and (min-width: 1279px) {
		.itemblocks-item:nth-child(even) .itemblocks-content,
		.itemblocks-item:nth-child(odd) .itemblocks-photo {
			margin-right: 100px;
			}
		.itemblocks-item:nth-child(even) .itemblocks-photo,
		.itemblocks-item:nth-child(odd) .itemblocks-content {
			margin-left: 100px;
			}
	}
	@media screen and (max-width: 768px) {
		.itemblocks-item {
			display: block;
			}
		.itemblocks-image,
		.itemblocks-holder {
			width: auto;
			}
		.itemblocks-content {
			margin: 25px 0;
			}
	}
/* ITEMSLIST */
	.itemlist {
		margin: 10px 0;
		}
	.itemlist-item {
		margin: 10px 0;
		padding: 0 10px;
		}
	.itemlist-item + .itemlist-item {
		border-top: 1px solid #efefef;
		padding-top: 10px;
		}
	.itemlist-link {
		color: #232323;
		display: block;
		overflow: hidden;
		}
	.itemlist-link:hover,
	.itemlist-link:focus {
		color:#ce1717;
		}
	.itemlist-image {
		float: left;
		max-width: 75px;
		}
	.itemlist-info {
		margin-left: 100px;
		}
	.itemlist-header {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.itemlist-text {
		color: #626262;
		line-height: 1.2em;
		}
/* STATS & ICONS */
	.stats,
	.icons {
		margin: 25px -20px;
		text-align: center;
		}
	.stats-item,
	.icons-item {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.stats-item,
	.icons-info .icons-item {
		max-width: 250px;
		}
	.stats-2 .stats-item,
	.icons-2 .icons-item,
	.stats-3 .stats-item,
	.icons-3 .icons-item {
		width: 33.3333%;
		}
	.stats-4 .stats-item,
	.icons-4 .icons-item {
		width: 25%;
		}
	.stats-5 .stats-item,
	.icons-5 .icons-item {
		width: 20%;
		}
	.stats-holder,
	.icons-holder {
		display: block;
		margin: 0 20px;
		}
	@media screen and (min-width: 920px) {
		.stats-4.n .stats-item:nth-child(-n+2),
		.icons-4.n .icons-item:nth-child(-n+2),
		.stats-5.n .stats-item:nth-child(-n+3),
		.icons-5.n .icons-item:nth-child(-n+3) {
			margin-bottom: 25px;
			}
		.stats-4.n .stats-item,
		.icons-4.n .icons-item {
			width: 50%;
			}
		.stats-5.n .stats-item,
		.icons-5.n .icons-item {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 919px) {
		.stats-5 .stats-item:nth-child(-n+3),
		.icons-5 .icons-item:nth-child(-n+3) {
			margin-bottom: 25px;
			}
		.stats-5 .stats-item,
		.icons-5 .icons-item {
			width: 33.3333%;
			}
	}
	@media screen and (max-width: 599px) {
		.stats-4 .stats-item:nth-child(-n+2),
		.icons-4 .icons-item:nth-child(-n+2) {
			margin-bottom: 25px;
			}
		.stats-4 .stats-item,
		.icons-4 .icons-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 479px) {
		.icons-3.icons-links .icons-item {
			margin: 10px 0 0;
			width: auto;
			}
	}
	/* STATS */
		.stats-number {
			font-size: 4.5em;
			font-weight: 700;
			margin: 10px 0;
			position: relative;
			}
		.stats-title {
			font-weight: 700;
			font-size: 1.5em;
			line-height: 1.1em;
			opacity: 0.75;
			text-transform: uppercase;
			}
		@media screen and (max-width: 1024px) {
			.stats-number {
				font-size: 4em;
				}
			.stats-title {
				font-size: 1.3em;
				}
		}
		@media screen and (max-width: 768px) {
			.stats-number {
				font-size: 3.5em;
				}
			.stats-title {
				font-size: 1.1em;
				}
		}
		@media screen and (max-width: 479px) {
			.stats-number {
				font-size: 3em;
				}
			.stats-title {
				font-size: 1em;
				}
		}
	/* ICONS */
		.icons-info .icons-image {
			background-color: #fff;
			border: 2px solid #fff;
			border-radius: 100%;
			box-shadow: 0 0 10px rgba(0,0,0,0.1);
			margin: 0 auto 20px;
			max-width: 100px;
			overflow: hidden;
			}
		.icons-header {
			font-size: 1.4em;
			font-weight: 700;
			line-height: 1.4em;
			margin: 5px auto;
			text-transform: uppercase;
			}
		.icons-info .icons-header {
			max-width: 120px;
			}
		.icons-links .icons-header {
			font-size: 2em;
			}
		.icons-text {
			font-size: 1.8em;
			line-height: 1.4em;
			margin: 5px 0;
			}
		.icons-icon {
			font-size: 2em;
			}
		@media screen and (max-width: 768px) {
			.icons-header {
				font-size: 1.2em;
				}
		}
/* LOGOS */
	.logos {
		margin: 25px 0;
		}
	.logos.c {
		text-align: center;
		}
	.logos-item {
		display: inline-block;
		vertical-align: middle;
		}
	a.logos-item:hover {
		opacity: 0.8;
		}
	.logos-box .logos-item {
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		margin-top: 10px;
		padding: 5px;
		}
	.logos.c .logos-item {
		margin-left: 5px;
		margin-right: 5px;
		}
	.logos.logos-line.c .logos-item {
		margin: 5px 20px;
		}
	.logos.logos-line.c:not(.logos-line-0) .logos-item {
		margin-bottom: 40px;
		}
	.logos.n .logos-item {
		margin-right: 10px;
		}
	@media screen and (max-width: 600px) {
		.logos-break {
			display: none;
			}
		.logos-item {
			max-width: 100px;
			}
	}
/* FILELIST */
	.filelist {
		margin: 25px 0;
		text-align: center;
		}
	.filelist-item {
		max-width: 250px;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.filelist-holder {
		color: #454545;
		display: block;
		margin: 25px;
		}
	.filelist-holder:hover,
	.filelist-holder:focus {
		color:#ce1717;
		}
	.filelist-image {
		background: #fff;
		border: 1px solid #efefef;
		padding: 10px;
		}
	.filelist-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		margin: 0;
		padding: 10px 0 0;
		}
	@media screen and (max-width: 920px) {
		.filelist-item {
			width: 25%;
			}
		.filelist-header {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 600px) {
		.filelist-item {
			width: 33.3%;
			}
		.filelist-header {
			font-size: 1.2em;
			}
	}
/* SOCIAL */
	.social-icons .menu-social {
		margin: 20px 0 0;
		text-align: left;
		}
	.menu-social {
		margin: 20px 0;
		text-align: center;
		}
	.menu-social>li {
		display: inline-block;
		padding: 0 10px;
		}
	.social-icons .menu-social>li {
		padding: 0 15px 0 0;
		}
	.menu-social.menu-social-alt>li {
		padding: 0 5px;
		}
	.menu-social>li>a {
		border: 2px solid#ce1717;
		border-radius: 100%;
		color:#ce1717;
		display: block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		position: relative;
		text-align: center;
		width: 40px;
		}
	.menu-social>li>a:hover,
	.menu-social>li>a:focus {
		border-color: #255553;
		color: #255553;
		}
	.section-footer .menu-social>li>a:hover,
	.section-footer .menu-social>li>a:focus {
		border-color: #fff;
		color: #fff;
		}
/* 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 #efefef;
		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: #232323;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		text-align: left;
		}
	.listtable-fancy thead th:first-child {
		text-align: left;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd),
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		background-color: #fafafa;
		}
	.listtable.listtable-fancy tbody tr,
	.listtable.listtable-fancy tbody tr:nth-child(odd),
	.listtable.listtable-fancy tbody tr:nth-child(even) {
		background: none;
		}
	.listtable-fancy tbody tr td {
		text-align: center;
		position: relative;
		}
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		font-weight: 900;
		text-align: left;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even),
	.listtable-fancy tbody tr:nth-child(even) td:first-child {
		background-color: #f6f6f6;
		}
	.contentblock table tbody tr:hover,
	.contentblock table tbody tr:focus,
	.listtable tbody tr:hover,
	.listtable tbody tr:focus {
		background-color: #efefef !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: #efefef;
		}
	.simpletable>thead>tr>th,
	.simpletable>tbody>tr>td {
		border: 1px solid #efefef;
		text-align: center;
		}
	.simpletable>thead>tr>th {
		background-color: #efefef;
		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;
			}
	}
/* NAMELIST */
	.namelist {
		margin: 10px 0;
		}
	.namelist>dt {
		font-size: 1.2em;
		font-weight: 900;
		margin: 10px 0 0;
		text-transform: uppercase;
		}
	.namelist>dd {
		font-size: 1.4em;
		margin: 5px 0 5px 10px;
		}
	.namelist>dd>strong {
		text-transform: uppercase;
		}
	.namelist.c {
		text-align: center;
		}
	.namelist.c>dd {
		margin: 5px 0;
		}
/* LISTS */
	.sitemap {
		font-size: 1.4em;
		list-style-type: disc;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap ul {
		list-style-type: circle;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 50px auto;
		max-width: 960px;
		}
	.titlelist dt {
		background-color: #f6f6f6;
		border-left: 2px solid #232323;
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd.l {
		font-size: 1.2em;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
	.taglist ul {
		font-size: 1.1em;
		font-weight: 700;
		margin: 10px 0;
		}
	.taglist ul>li {
		display: inline-block;
		padding: 0 5px 5px 0;
		}
	.taglist ul>li>a {
		background: #fff;
		color: #232323;
		padding: 0.5em 1em;
		display: inline-block;
		transition: color 250ms, background 250ms;
		}
	.taglist ul>li>a:hover,
	.taglist ul>li>a:focus {
		background:#ce1717;
		color: #fff;
		}
/* COLUMNLIST */
	.columnlist {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		font-size: 14px;
		margin: 20px 0;
		}
	.columnlist-item {
		padding: 5px 0;
		}
	.columnlist-num,
	.columnlist-title {
		display: inline-block;
		vertical-align: top;
		}
	.columnlist-num {
		background-color:#ce1717;
		border-radius: 10px;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		height: 20px;
		line-height: 20px;
		margin-right: 10px;
		text-align: center;
		width: 20px;
		}
	html.no-touchevents .columnlist-item:hover .columnlist-num,
	html.no-touchevents .columnlist-item:focus .columnlist-num {
		background-color:#ce1717;
		}
	.columnlist-title {
		padding-top: 3px;
		width: calc(100% - 30px);
		}
/* PROFILE */
	.profile {
		overflow: hidden;
		}
	.profile-info,
	.profile-contact,
	.profile-nav {
		float: left;
		}
	.profile-info {
		width: 50%;
		}
	.profile-contact,
	.profile-nav {
		width: 25%;
		}
	.profile-left {
		margin: 100px 0;
		}
	.profile-right {
		margin: 100px 0 100px 50px;
		}
	@media screen and (max-width: 900px) {
		.profile-info {
			float: none;
			width: auto;
			}
		.profile-contact,
		.profile-nav {
			width: 50%;
			}
		.profile-left {
			margin: 50px 0 0;
			}
		.profile-contact .profile-right {
			margin: 50px 25px 50px 0;
			}
		.profile-nav .profile-right {
			margin: 50px 0 50px 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.profile {
			overflow: visible;
			}
		.profile-contact,
		.profile-nav {
			float: none;
			width: auto;
			}
		.profile-left,
		.profile-right{
			margin: 50px 0 !important;
			}
	}
/* EVENTSBOX */
	.eventsbox {
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		overflow: hidden;
		}
	.eventsbox-holder,
	.eventsbox-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	html.no-flexbox .eventsbox-box,
	html.no-flexbox .eventsbox-items,
	html.no-flexbox .eventsbox-item {
		display: inline-block;
		vertical-align: top;
		}
	.eventsbox-holder {
		margin: 20px;
		}
	.eventsbox-box {
		width: 25%;
		}
	.eventsbox-items {
		width: 75%;
		}
	.eventsbox-item {
		border-left: 1px solid #dcdcdc;
		width: 33.3333%;
		}
	html.no-flexbox .eventsbox-item {
		width: calc(33.3333% - 1px);
		}
	.eventsbox-info {
		margin: 20px 50px;
		}
	.eventsbox-date {
		color: #8b8b8b;
		font-size: 1.3em;
		font-weight: 700;
		margin-bottom: 10px;
		}
	.eventsbox-date > i {
		padding-right: 5px;
		position: relative;
		top: 1px;
		}
	.eventsbox-title {
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		}
	.eventsbox-title>a {
		color: #232323;
		}
	.eventsbox-title>a:hover,
	.eventsbox-title>a:focus {
		color:#ce1717;
		}
	@media screen and (max-width: 1024px) {
		.eventsbox-info {
			margin: 15px 20px;
			}
	}
	@media screen and (max-width: 768px) {
		.eventsbox-holder {
			display: block;
			}
		.eventsbox-box,
		.eventsbox-items {
			width: auto;
			}
		.eventsbox-info {
			margin: 15px 20px;
			}
	}
	@media screen and (max-width: 599px) {
		.eventsbox-items {
			display: block;
			}
		.eventsbox-item,
		html.no-flexbox .eventsbox-item {
			width: auto;
			}
		.eventsbox-box .eventsbox-info {
			margin-left: 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: #232323;
		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;
		}
	.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: #232323;
		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 */
	.left, .left p {text-align: left !important;}
	.right, .right p {text-align: right !important;}
	.center, .center p {text-align: center !important;}
	.justify, .justify p {text-align: justify !important;}
	img[align="left"],
	.alignleft {
		float: left;
		}
	img[align="right"],
	.alignright {
		float: right;
		}
	img[align="center"],
	img[align="middle"],
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	@media screen and (max-width: 500px) {
		.alignleft,
		.alignright {
			float: none !important;
			}
	}
/* ASSISTIVE TEXT */
	a.skip-main {
		height: 1px;
		left: -999px;
		overflow: hidden;
		position: absolute;
		top: auto;
		width: 1px;
		z-index: -999;
		}
	a.skip-main:focus,
	a.skip-main:active {
		background-color: #232323;
		border: 4px solid#ce1717;
		border-radius: 15px;
		color: #fff;
		font-size: 1.2em;
		height: auto;
		left: auto;
		margin: 10px 35%;
		overflow: auto;
		padding: 5px;
		text-align: center;
		top: auto;
		width: 30%;
		z-index: 999;
		}
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #bcbcbc;
		border-radius: 3px;
		clip: auto;
		color: #232323;
		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: #454545;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
/* OEMBED */
	.twitter-tweet {
		float: left;
		margin: 25px 50px 20px -120px !important;
		}
	@media screen and (max-width: 1024px) {
		.twitter-tweet {
			margin-left: -60px !important;
			}
	}
	@media screen and (max-width: 768px) {
		.twitter-tweet {
			float: none;
			margin: 25px 0 !important;
			}
	}
/* GALLERY */
	.gallery {
		margin: 50px -10px;
		overflow: hidden;
		text-align: center;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		display: inline-block;
		max-width: 220px;
		overflow: hidden;
		vertical-align: top;
		width: 16.6666666%;
		}
	.gallery-icon {
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		background-color: #fff;
		border: 1px solid #efefef;
		border-radius: 2px;
		display: block;
		padding: 5px;
		}
	.gallery-icon a>img {
		border-radius: 2px;
		}
	.gallery-icon a:hover,
	.gallery-icon a:focus {
		border-color: #626262;
		}
	.gallery-caption {
		font-size: 12px;
		padding: 0 15px;
		}
	.gallery-container.n .gallery {
		text-align: left;
		}
	.gallery-container.n .gallery-item {
		width: 25%;
		}
	@media screen and (max-width: 768px) {
		.gallery-item {
			width: 20% !important;
			}
		.gallery-item dt {
			padding: 10px 10px 5px 10px;
			}
	}
	@media screen and (max-width: 600px) {
		.gallery {
			margin: 25px -3px;
			}
		.gallery-item {
			width: 25% !important;
			}
		.gallery-icon {
			margin: 3px;
			}
		.gallery-icon a {
			padding: 2px;
			}
	}
	@media screen and (max-width: 400px) {
		.gallery-item {
			width: 33.3% !important;
			}
		.gallery-container.n .gallery-item {
			width: 50%;
			}
	}
/* 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 #efefef;
		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 #bcbcbc;
		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: #232323;
		}
	.comment-reply-link,
	.comment-edit-link,
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #626262;
		}
	.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:#ce1717;
		}
	.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 #bcbcbc;
		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 #bcbcbc;
		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: #454545;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #bcbcbc;
		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;
		}
/* IMAGE GRID */
	.imagegrid {
		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;
			}
	}
/* IMAGES */
	.img {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 20px auto;
		overflow: hidden;
		}
	.img-circle {
		border: 1px solid #efefef;
		border-radius: 50%;
		padding: 4px;
		}
	.img-circle img {
		border-radius: 50%;
		}
	.img-small {
		max-width: 100px;
		}
	.img-line {
		margin: 0 auto;
		}
	.image-box {
		margin: 25px 0;
		}
	.image-shadow {
		font: normal 0/0 sans-serif;
		}
	.image-shadow img {
		box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
		}
	.image-png {
		margin: 0 auto;
		max-width: 200px;
		}
	.image-icon {
		margin: 10px 0;
		}
	.image-icon>span {
		background-color: #fff;
		border-radius: 50%;
		display: inline-block;
		padding: 20px;
		}
	.image-icon.c {
		text-align: center;
		}
	.image-icon + .header-group {
		margin-top: 0;
		}
	.logo {
		background-color: #fff;
		border: 1px solid #efefef;
		padding: 20px;
		text-align: center;
		}
	.of-fix-fit {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		}
	.of-fix-fit>img {
		opacity: 0;
		}
	@media screen and (min-width: 920px) {
		.image-position-right {
			transform: translateX(100px);
			}
		.image-position-left {
			transform: translateX(-100px);
			}
	}
/* QUOTE */
	.quote-inline,
	.quote-box {
		margin: 25px auto;
		max-width: 900px;
		overflow: hidden;
		position: relative;
		text-align: center;
		}
	.boxes .quote-inline,
	.boxes .quote-box {
		text-align: left;
		}
	.quote-mark {
		margin: 10px 0;
		}
	.quote-mark svg {
		fill:#ce1717;
		}
	.quote-inline-text,
	.quote-text {
		font-weight: 700;
		font-size: 4em;
		line-height: 1.25em;
		}
	.boxes .quote-inline-text,
	.boxes .quote-text {
		font-size: 2.5em;
		}
	.quote-inline-by,
	.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: 2.5em;
			}
		.quote-inline-text {
			font-size: 2em;
			}
		.quote-inline-by,
		.quote-by {
			font-size: 1.1em;
			}
	}
/* BLOCK COVER */
	.wp-block-cover,
	.wp-block-cover-image {
		align-items: center;
		background-color: #121212;
		background-size: cover;
		background-position: center center;
		display: flex;
		justify-content: center;
		margin: 50px 0;
		min-height: 400px;
		overflow: hidden;
		position: relative;
		width: 100%;
		}
	.wp-block-cover-image.has-left-content,
	.wp-block-cover.has-left-content {
		justify-content: flex-start;
		}
	.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
	.wp-block-cover-image.has-left-content .wp-block-cover-text,
	.wp-block-cover-image.has-left-content h2,
	.wp-block-cover.has-left-content .wp-block-cover-image-text,
	.wp-block-cover.has-left-content .wp-block-cover-text,
	.wp-block-cover.has-left-content h2 {
		margin-left: 0;
		text-align: left;
		}
	.wp-block-cover-image.has-right-content,
	.wp-block-cover.has-right-content {
		justify-content: flex-end;
		}
	.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
	.wp-block-cover-image.has-right-content .wp-block-cover-text,
	.wp-block-cover-image.has-right-content h2,
	.wp-block-cover.has-right-content .wp-block-cover-image-text,
	.wp-block-cover.has-right-content .wp-block-cover-text,
	.wp-block-cover.has-right-content h2 {
		margin-right: 0;
		text-align: right;
		}
	.wp-block-cover .wp-block-cover-image-text,
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover h2,
	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image .wp-block-cover-text,
	.wp-block-cover-image h2 {
		color: #fff;
		font-size: 4em;
		line-height: 1.25;
		margin-bottom: 0;
		max-width: 610px;
		padding: 14px;
		text-align: center;
		z-index: 1;
		}
	.wp-block-cover .wp-block-cover-image-text a,
	.wp-block-cover .wp-block-cover-image-text a:active,
	.wp-block-cover .wp-block-cover-image-text a:focus,
	.wp-block-cover .wp-block-cover-image-text a:hover,
	.wp-block-cover .wp-block-cover-text a,
	.wp-block-cover .wp-block-cover-text a:active,
	.wp-block-cover .wp-block-cover-text a:focus,
	.wp-block-cover .wp-block-cover-text a:hover,
	.wp-block-cover h2 a,
	.wp-block-cover h2 a:active,
	.wp-block-cover h2 a:focus,
	.wp-block-cover h2 a:hover,
	.wp-block-cover-image .wp-block-cover-image-text a,
	.wp-block-cover-image .wp-block-cover-image-text a:active,
	.wp-block-cover-image .wp-block-cover-image-text a:focus,
	.wp-block-cover-image .wp-block-cover-image-text a:hover,
	.wp-block-cover-image .wp-block-cover-text a,
	.wp-block-cover-image .wp-block-cover-text a:active,
	.wp-block-cover-image .wp-block-cover-text a:focus,
	.wp-block-cover-image .wp-block-cover-text a:hover,
	.wp-block-cover-image h2 a,
	.wp-block-cover-image h2 a:active,
	.wp-block-cover-image h2 a:focus,
	.wp-block-cover-image h2 a:hover {
		color: #fff;
		}
	.wp-block-cover-image.has-background-dim::before,
	.wp-block-cover.has-background-dim::before {
		background-color: inherit;
		bottom: 0;
		content: '';
		left: 0;
		opacity: .5;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
	.wp-block-cover.has-background-dim.has-background-dim-10::before {
		opacity: .1;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
	.wp-block-cover.has-background-dim.has-background-dim-20::before {
		opacity: .2;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
	.wp-block-cover.has-background-dim.has-background-dim-30::before {
		opacity: .3;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
	.wp-block-cover.has-background-dim.has-background-dim-40::before {
		opacity: .4;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
	.wp-block-cover.has-background-dim.has-background-dim-50::before {
		opacity: .5;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
	.wp-block-cover.has-background-dim.has-background-dim-60::before {
		opacity: .6;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
	.wp-block-cover.has-background-dim.has-background-dim-70::before {
		opacity: .7;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
	.wp-block-cover.has-background-dim.has-background-dim-80::before {
		opacity: .8;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
	.wp-block-cover.has-background-dim.has-background-dim-90::before {
		opacity: .9;
	}
	.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
	.wp-block-cover.has-background-dim.has-background-dim-100::before {
		opacity: 1;
	}
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		max-width: 305px;
		width: 100%;
		}
	.wp-block-cover-image::after,
	.wp-block-cover::after {
		content: '';
		display: block;
		font-size: 0;
		min-height: inherit;
		}
	@supports ((position:-webkit-sticky) or (position:sticky)) {
		.wp-block-cover-image::after,
		.wp-block-cover::after {
			content: none;
		}
	}
	.wp-block-cover-image.aligncenter,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.aligncenter,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		display: flex;
		}
/* BLOCK QUOTE */
	blockquote.wp-block-quote.wp-block-quote {
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-top: 1px solid rgba(0,0,0,0.2);
		color: inherit;
		float: none;
		font-size: 25px;
		font-weight: 300;
		margin: 25px 0;
		max-width: none;
		padding: 10px 0;
		text-align: center;
		}
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 50px;
		font-style: italic;
		line-height: 1.6;
		}
	.wp-block-quote.is-large cite,
	.wp-block-quote.is-large footer,
	.wp-block-quote.is-style-large cite,
	.wp-block-quote.is-style-large footer {
		font-size: 14px;
		text-align: right;
		}
/* BLOCK GALLERY */
	ul.wp-block-gallery {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 25px -10px;
		padding: 0;
		}
	ul.wp-block-gallery li.blocks-gallery-image,
	ul.wp-block-gallery li.blocks-gallery-item {
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: center;
		line-height: 1;
		margin: 0;
		padding: 0;
		position: relative;
		}
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		align-items: flex-end;
		display: flex;
		height: 100%;
		justify-content: flex-start;
		margin: 10px;
		position: relative;
		}
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto;
		}
	.wp-block-gallery .blocks-gallery-image figcaption,
	.wp-block-gallery .blocks-gallery-item figcaption {
		background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 60%, transparent);
		bottom: 0;
		color: #fff;
		font-size: 13px;
		max-height: 100%;
		overflow: auto;
		padding: 40px 10px 10px;
		position: absolute;
		text-align: center;
		width: calc(100% - 20px);
		}
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		flex: 1;
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	.wp-block-gallery .blocks-gallery-image,
	.wp-block-gallery .blocks-gallery-item {
		width: calc(100% / 2);
		}
	.wp-block-gallery.columns-1 .blocks-gallery-image,
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: 100%;
		}
	@media (min-width:600px) {
		.wp-block-gallery.columns-3 .blocks-gallery-image,
		.wp-block-gallery.columns-3 .blocks-gallery-item {
			width: calc(100% / 3);
			}
		.wp-block-gallery.columns-4 .blocks-gallery-image,
		.wp-block-gallery.columns-4 .blocks-gallery-item {
			width: calc(100% / 4);
		}
		.wp-block-gallery.columns-5 .blocks-gallery-image,
		.wp-block-gallery.columns-5 .blocks-gallery-item {
			width: calc(100% / 5);
		}
		.wp-block-gallery.columns-6 .blocks-gallery-image,
		.wp-block-gallery.columns-6 .blocks-gallery-item {
			width: calc(100% / 6);
		}
		.wp-block-gallery.columns-7 .blocks-gallery-image,
		.wp-block-gallery.columns-7 .blocks-gallery-item {
			width: calc(100% / 7);
		}
		.wp-block-gallery.columns-8 .blocks-gallery-image,
		.wp-block-gallery.columns-8 .blocks-gallery-item {
			width:calc(100% / 8);
		}
	}
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 305px;
		width: 100%;
		}
	.wp-block-gallery.aligncenter,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		display: flex;
		}
/* BLOCK TABLE */
	.wp-block-table.has-fixed-layout {
		table-layout:fixed;
		width: 100%;
		}
	.wp-block-table.aligncenter,
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		display: table;
		width: auto;
		}
	.wp-block-table.is-style-stripes {
		border-bottom: 1px solid #dcdcdc;
		border-collapse: inherit;
		border-spacing: 0;
		}
	.wp-block-table.is-style-stripes tr:nth-child(odd) {
		background-color: #dcdcdc;
		}
	.wp-block-table.is-style-stripes td {
		border-color: transparent;
		}
/* BLOCK BUTTON */
	.wp-block-button {
		color: #fff;
		margin: 25px 0;
		}
	.wp-block-button.aligncenter {
		text-align: center;
		}
	.wp-block-button.alignright {
		text-align: right;
		}
	.wp-block-button__link {
		background-color: #454545;
		border: none;
		border-radius: 28px;
		box-shadow: none;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		margin: 0;
		overflow-wrap: break-word;
		padding: 12px 24px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: normal;
		}
	.wp-block-button__link:active,
	.wp-block-button__link:focus,
	.wp-block-button__link:hover {
		color: inherit;
		opacity: .85;
		}
	.is-style-squared .wp-block-button__link {
		border-radius: 0;
		}
	.is-style-outline {
		color: #454545;
		}
	.is-style-outline .wp-block-button__link {
		background: 0 0;
		border: 2px solid currentcolor;
		}
/* BLOCK DOWNLOAD */
	.wp-block-file {
		margin: 25px 0;
		}
	.wp-block-file.aligncenter {
		text-align: center;
		}
	.wp-block-file.alignright {
		text-align: right;
		}
	.wp-block-file .wp-block-file__button {
		background: #454545;
		border-radius: 2em;
		color: #fff;
		font-size: 13px;
		padding: .5em 1em;
		}
	.wp-block-file a.wp-block-file__button {
		text-decoration: none;
		}
	.wp-block-file a.wp-block-file__button:active,
	.wp-block-file a.wp-block-file__button:focus,
	.wp-block-file a.wp-block-file__button:hover,
	.wp-block-file a.wp-block-file__button:visited {
		box-shadow: none;
		color: #fff;
		opacity: .85;
		text-decoration: none;
		}
	.wp-block-file *+.wp-block-file__button {
		margin-left: .75em;
		}
/* PAGEMENU */
	.pagemenu {
		margin: 25px 0;
		}
	.pagemenu h4 {
		background: #232323;
		border: none;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		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 #dcdcdc;
		position: relative;
		}
	.pagemenu li:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent#ce1717;
		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: #626262;
		}
	.pagemenu>ul>li.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
		}
	.pagemenu>ul>li a:hover,
	.pagemenu>ul>li a:focus {
		color:#ce1717;
		}
	.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,
	.pagemenu>ul>li.recentcomments>a:focus {
		background: none;
		color:#ce1717;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #626262;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background-color: none;
		border: 1px solid #dcdcdc;
		color: #626262;
		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;
		}
/* ICONMENU */
	.iconmenu {
		margin: 10px 0;
		}
	.iconmenu + .iconmenu {
		margin-top: 20px;
		}
	.iconmenu-icon,
	.iconmenu>p {
		display: inline-block;
		text-align: left;
		vertical-align: top;
		}
	.iconmenu-icon {
		font-size: 14px;
		padding-top: 2px;
		}
	.iconmenu>p {
		font-size: 1.4em;
		line-height: 1.3em;
		margin: 0 0 0 20px;
		}
/* ARROWMENU */
	.arrowmenu {
		font-size: 1.4em;
		margin: 10px;
		}
	.arrowmenu>li {
		margin: 10px 0;
		}
	.arrowmenu>li>a,
	.arrowmenu>li>span {
		display: inline-block;
		line-height: 1.3em;
		padding-left: 10px;
		position: relative;
		}
	.arrowmenu>li>a:before,
	.arrowmenu>li>span:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent#ce1717;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 4px;
		}
/* LINEMENU */
	.linemenu {
		border-top: 1px solid rgba(255,255,255,0.05);
		font-size: 1em;
		margin: 0 0 20px;
		padding-top: 20px;
		}
	.linemenu>li {
		display: inline-block;
		}
	.linemenu>li>em {
		color:#ce1717;
		}
	.linemenu>li+li:before {
		content: '/';
		color: rgba(255,255,255,0.1);
		padding: 0 5px;
		}
	@media screen and (max-width: 600px) {
		.linemenu>li {
			padding-bottom: 5px;
			}
	}
/* PAGINATION */
	.site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		clear: both;
		color: #8b8b8b;
		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: #8b8b8b;
		}
	.site-navigation-pages>a i {
		vertical-align: bottom;
		}
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>a:focus,
	.site-navigation-pages>div.page-numbers:hover,
	.site-navigation-pages>div.page-numbers:focus {
		border-top: 1px solid#ce1717;
		color:#ce1717;
		}
	.site-navigation-pages>div.page-numbers:hover>a,
	.site-navigation-pages>div.page-numbers:focus>a {
		color:#ce1717;
		}
/* BUTTONS */
	.button {
		background-color:#ce1717;
		border: 2px solid transparent;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.5rem;
		font-weight: 900;
		line-height: 1em;
		padding: 1em 1.5em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		transition-property: background, border, color;
		}
	.button i {
		padding-right: 10px;
		position: relative;
		top: 2px;
		}
	.button-alt {
		background-color: #8b8b8b;
		color: #fff;
		}
	.button-line {
		background-color: transparent;
		border: 2px solid#ce1717;
		color:#ce1717;
		}
	.button-line.button-alt {
		border-color: #8b8b8b;
		color: #8b8b8b;
		}
	.button-line.button-white {
		border-color: #fff;
		color: #fff;
		}
	.button:hover,
	.button:focus,
	.button-alt:hover,
	.button-alt:focus,
	.button-line:hover,
	.button-line:focus,
	.button-dark:hover,
	.button-dark:focus {
		background-color: #255553;
		border-color: transparent;
		color: #fff;
		}
	.button-dark {
		background-color: #454545;
		}
	.button-dark:hover,
	.button-dark:focus {
		background-color: #121212;
		}
	.buttons-group {
		margin: 25px 0;
		}
	.buttons-group.c {
		text-align:  center;
		}
	.buttons-group.s {
		margin-left: auto;
		margin-right: auto;
		max-width: 768px;
		}
	.buttons-group .button {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 10px 10px 0;
		}
	.buttons-group.c .button {
		margin: 0 10px 10px 10px;
		}
	.buttons-group.s .button {
		border-width: 1px;
		font-size: 1.2rem;
		font-weight: 700;
		}
	.button-inline {
		display: inline-block;
		}
	.button-simple {
		font-size: 1.4rem;
		margin: 10px 0;
		}
	.button-simple>a>i {
		padding-right: 5px;
		vertical-align: top;
		}
	@media screen and (max-width: 768px) {
		.button {
			font-size: 1.3rem;
			}
	}
/* FORMS */
	.gf_progressbar_wrapper {
		background-color: #454545;
		border-radius: 4px;
		color: #f6f6f6;
		overflow: hidden;
		text-transform: uppercase;
		}
	.gf_progressbar_title {
		font-size: 1.5rem;
		font-style: italic;
		font-weight: 700;
		padding: 10px;
		}
	.gf_progressbar {
		background-color: #121212;
		}
	.gf_progressbar_percentage {
		background-color:#ce1717;
		text-align: right;
		}
	.gf_progressbar_percentage>span {
		border-right: 2px solid#ce1717;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		padding: 5px;
		}
	.gf_progressbar_percentage.percentbar_100>span {
		border-right: none;
		}
	.gsection_title {
		font-size: 3rem;
		font-style: italic;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
		}
	.gsection_description {
		font-size: 1.3rem;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.gform_wrapper {
		margin: 0 auto;
		max-width: 768px;
		}
	.gform_wrapper .gform_fields {
		margin: 20px 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield.gfield_html>p {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 5px 0;
		}
	.gform_wrapper .gfield h3 {
		font-size: 1.4em;
		}
	.gform_wrapper .gfield.gf-half,
	.gform_wrapper .gfield.gf-five,
	.gform_wrapper .gfield.gf-third {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
	.gform_wrapper .gfield.gf-half {
		width: 50%;
		}
	.gform_wrapper .gfield.gf-third {
		width: 33.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 {
		color: #454545;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color:#ce1717;
		padding-left: 4px;
		}
	.ginput_complex>span label {
		display: block;
		font-size: 1.1rem;
		opacity: 0.5;
		padding-top: 3px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #626262;
		font-size: 1.2rem;
		line-height: 1.2em;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color:#ce1717;
		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 #bcbcbc;
		border-radius: 3px;
		color: #232323;
		font-size: 13px;
		font-weight: 400;
		height: 40px;
		line-height: 20px;
		padding: 10px;
		transition: all 250ms ease;
		}
	.gform_wrapper .ginput_container input[type="radio"],
	.gform_wrapper .ginput_container input[type="checkbox"] {
		height: auto;
		line-height: 0;
		padding: 0;
		}
	.comment-form textarea,
	.gform_wrapper .ginput_container textarea {
		line-height: 1.5em;
		}
	.gform_wrapper .ginput_container textarea.medium {
		height: 150px;
		}
	.gform_wrapper .ginput_container textarea.small {
		height: 75px;
		}
	.gform_wrapper .ginput_container input.small {
		max-width: 400px;
		}
	select {
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		appearance: none !important;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
		background-position: right center;
		background-repeat: no-repeat;
		cursor: pointer;
		outline: 0;
		}
	.gform_wrapper .ginput_container input:focus,
	.gform_wrapper .ginput_container select:focus,
	.gform_wrapper .ginput_container textarea:focus,
	.comment-form input[type=text]:focus,
	.comment-form input[type=email]:focus,
	.comment-form input[type=url]:focus,
	.comment-form textarea:focus,
	.forminput:focus,
	.formselect:focus {
		background-color: #f6f6f6;
		border-color: #8b8b8b;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	.gform_wrapper .button {
		display: inline-block;
		}
	.gform_wrapper .button.gform_previous_button {
		background-color: #8b8b8b;
		}
	.gform_wrapper .button.gform_previous_button:hover,
	.gform_wrapper .button.gform_previous_button:focus {
		background-color:#ce1717;
		}
	.gform_wrapper .gform_ajax_spinner {
		margin-left: 15px;
		}
	input[value="gf_other_choice"] ~ input[type="text"] {
		background: none;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
		font-size: 1em;
		line-height: 1em;
		margin-left: 8px;
		padding: 0;
		width: 200px;
		}
	input[type=checkbox],
	input[type=radio] {
		min-width: auto !important;
		width: auto !important;
		}
	.forminput option,
	.formselect option {
		color: #232323;
		}
	.gform_wrapper .validation_error {
		color:#ce1717;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		}
	.gfield_checkbox,
	.gfield_radio {
		font-size: 1.3em;
		margin: 10px 0;
		}
	.gfield_checkbox>li,
	.gfield_radio>li {
		margin: 10px;
		}
	.gfield_checkbox label,
	.gfield_radio label {
		padding-left: 10px;
		}
	.ginput_container_date > .clear-multi > .ginput_container_date {
		display: inline-block;
		padding-right: 10px;
		width: 80px;
		}
	.gform_validation_container {
		position: absolute;
		height: 0;
		left: 0;
		overflow: hidden;
		top: 0;
		width: 0;
		}
	.gform_confirmation_wrapper {
		margin: 20px 0;
		}
	.gform_confirmation_message {
		background-color:#ce1717;
		border-radius: 5px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4em;
		padding: 10px;
		}
	.ginput_container_name span,
	.ginput_container_address span {
		display: inline-block;
		}
	.ginput_container_name > .name_first,
	.ginput_container_name > .name_last {
		width: calc(50% - 10px);
		}
	.ginput_container_name > .name_first {
		padding-right: 10px;
		}
	.ginput_container_name > .name_last {
		padding-left: 7px;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2,
	.ginput_container_address > .address_country {
		width: 100%;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2 {
		padding-bottom: 10px;
		}
	.ginput_container_address > .address_country {
		padding-top: 10px;
		}
	.ginput_container_address > .address_city {
		width: 33.3%;
		}
	.ginput_container_address > .address_state,
	.ginput_container_address > .address_zip {
		padding-left: 20px;
		width: calc(33.3% - 20px);
		}
	.ginput_total {
		color: #454545;
		font-size: 1.6rem;
		font-weight: 900;
		}
	@media screen and (max-width: 920px) {
		.gform_wrapper .gfield.gf-half,
		.gform_wrapper .gfield.gf-third {
			display: block;
			margin: 20px 0;
			padding: 0 !important;
			width: 100% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.ginput_container_name > .name_first,
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_city,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-left: 0;
			padding-right: 0;
			width: 100%;
			}
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-top: 10px;
			}
	}
	::-webkit-input-placeholder {color: #bcbcbc;}
	:-moz-placeholder {color: #bcbcbc;}
	::-moz-placeholder {color: #bcbcbc;opacity: 1;}
	:-ms-input-placeholder {color: #bcbcbc;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
	.gform_wrapper .ginput_container_creditcard {
		max-width: 400px;
		}
	.gform_wrapper .ginput_container_creditcard .ginput_full {
		display: block;
		margin: 10px 0;
		}
	.gform_wrapper .gform_card_icon_container {
		margin: 10px 0;
		height: 32px;
		}
	.gform_wrapper div.gform_card_icon {
		margin-right: 4px;
		text-indent: -9000px;
		background-image: url('assets/images/gf-creditcard-icons.png');
		background-repeat: no-repeat;
		width: 36px;
		height: 32px;
		float: left;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
		background-position: 0 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
		background-position: 0 -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
		background-position: 0 -64px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
		background-position: -36px 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
		background-position: -36px -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
		background-position: -36px -64px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
		background-position: -72px 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
		background-position: -72px -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
		background-position: -72px -64px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
		background-position: -108px 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
		background-position: -108px -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
		background-position: -108px -64px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
		background-position: -144px 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
		background-position: -144px -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
		background-position: -144px -64px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
		background-position: -180px 0;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
		background-position: -180px -32px;
		}
	.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
		background-position: -180px -64px;
		}
	.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
		float: left;
		position: relative;
		top: 4px!important;
		}
	.gform_wrapper .ginput_cardinfo_left,
	.gform_wrapper .ginput_cardinfo_right {
		display: inline-block;
		position: relative;
		width: 60%;
		vertical-align: top;
		}
	.gform_wrapper .ginput_cardinfo_right {
		width: 40%;
		}
	.gform_wrapper .ginput_card_expiration_container {
		display: block;
		padding-right: 10px;
		}
	.gform_wrapper .ginput_card_expiration_container select {
		width: 45%;
		}
	.gform_wrapper .ginput_cardinfo_right input {
		padding-right: 50px;
		}
	.gform_wrapper span.ginput_card_security_code_icon {
		background-image: url('assets/images/gf-creditcard-icons.png');
		background-repeat: no-repeat;
		background-position: 0 -128px;
		height: 23px;
		display: inline-block;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 32px;
		}
/* SUBSCRIBE */
	#subscribe {
		text-align: center;
		}
	#subscribe .gform_wrapper {
		max-width: 100%;
		}
	#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 {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		}
	#subscribe .gform_wrapper .ginput_container,
	#subscribe .gform_wrapper .gform_footer {
		margin: 0 10px;
		}
	#subscribe .gform_wrapper .ginput_container input {
		background: #f6f6f6;
		border: 1px solid #bcbcbc;
		border-radius: 4px;
		color: #454545;
		font-size: 14px;
		font-weight: 300;
		height: 40px;
		min-width: 200px;
		padding-bottom: 0;
		padding-top: 0;
		transition: background 200ms ease;
		}
	#subscribe .gform_wrapper .ginput_container input:focus {
		background: #fff;
		color: #232323;
		}
	#subscribe .gform_button.button {
		border: none;
		line-height: 20px;
		padding: 10px 20px;
		}
	#subscribe ::-webkit-input-placeholder {color: #8b8b8b;}
	#subscribe :-moz-placeholder {color: #8b8b8b;}
	#subscribe ::-moz-placeholder {color: #8b8b8b;opacity: 1;}
	#subscribe :-ms-input-placeholder {color: #8b8b8b;}
	@media screen and (max-width: 900px) {
		#subscribe .gform_wrapper {
			margin: 0 auto;
			max-width: 600px;
			}
		#subscribe .gform_body {
			display: block;
			}
		#subscribe .gform_wrapper .ginput_container {
			margin: 0;
			}
		#subscribe .gform_wrapper .gfield {
			display: inline-block;
			margin: 10px 0 0;
			vertical-align: top;
			width: 50%;
			}
		#subscribe .gform_wrapper .gfield {
			width: 100%;
			}
		#subscribe .gform_wrapper .ginput_container input {
			min-width: 0;
			}
		#subscribe .gform_wrapper .gform_footer {
			display: block;
			margin: 10px 0 0;
			}
		#subscribe .gform_button.button {
			display: block;
			width: 100%;
			}
	}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.ib {
		display: inline-block;
		vertical-align: top;
		}
	.fi {
		margin-top: 0;
		}
	.f0 {
		font: normal 0/0 sans-serif;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 50px 0;
		}
	.gap-medium {
		margin: 25px 0;
		}
	.gap-small {
		margin: 10px 0;
		}
	@media screen and (max-width: 750px) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}
/* BLOCKS HELPERS */
	p.has-drop-cap:not(:focus)::first-letter {
		float: left;
		font-size: 4em;
		font-style: normal;
		font-weight: 900;
		line-height: .68;
		margin: .05em .1em 0 0;
		text-transform: uppercase;
		}
	p.has-text-color a {
		color: inherit;
		}
	.wp-block-pullquote .has-text-color a {
		color: inherit;
		}
	p.has-background {
		margin: 25px 0;
		padding: 20px 30px;
		}
/* 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: #232323;}
	.light {color: #8b8b8b;}
	.highlight {color:#ce1717;}
/* TEXT */
	p.is-small-text,
	.has-small-font-size {
		font-size: 12px;
		}
	p.is-regular-text,
	.has-normal-font-size,
	.has-regular-font-size {
		font-size: 16px;
		}
	.has-medium-font-size {
		font-size: 20px;
		}
	p.is-large-text,
	.has-large-font-size {
		font-size: 36px;
		}
	p.is-larger-text,
	.has-huge-font-size,
	.has-larger-font-size {
		font-size: 48px;
		}
	.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;}
@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;
	}
	 a {
		text-decoration: none; 
	}