/*
Theme Name: Gaming Endsights
Author: Gaming Endsights
Author URI: https://endsights.com/
Description: A custom theme for Gaming Endsights.
Version: 1.0
License: GNU General Public License
License URI: license.txt


/* =Colors
--------------------------------------------------------------

Green: #50ffa0;
Turquoise Blue: #00dfea;






/* =@FontFace
-------------------------------------------------------------- */

@font-face {
	font-family: 'Endsights';
	src:  url('fonts/endsights.eot?mxicu7');
	src:  url('fonts/endsights.eot?mxicu7#iefix') format('embedded-opentype'),
		url('fonts/endsights.woff2?mxicu7') format('woff2'),
		url('fonts/endsights.ttf?mxicu7') format('truetype'),
		url('fonts/endsights.woff?mxicu7') format('woff'),
		url('fonts/endsights.svg?mxicu7#endsights') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


/* =Structure
-------------------------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: libre-franklin, sans-serif;
	height: 100%;
	margin: 0;
}
body.open {
	height: 100vh;
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
}
#page {
    display: block;
    width: 100%;
	overflow-x: hidden;
    position: relative;
}
#primary {
	width: 100%;
}
#content {
}
#main .widget-area {
}
.entry-header > h1 {
    font-family: futura-pt, sans-serif;
	font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    margin: 0 auto 80px;
    line-height: .8;
    width: 100%;
    max-width: 620px;
    padding: 80px 10px 0;
    text-align: center;
}
.entry-header > h1:after {
    background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    width: 40%;
    height: 4px;
    margin: 40px auto 0;
}
.entry-content > h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: .8;
}
.entry-content > h1:before {
    background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    height: 4px;
    margin-bottom: 50px;
}
.entry-content > h1:after {
    background: #50ffa0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #50ffa0 0%, #00dfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #50ffa0 0%,#00dfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #50ffa0 0%,#00dfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ffa0', endColorstr='#00dfea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    height: 4px;
    margin-top: 50px;
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
    margin: 80px auto 50px;
	width: 100%;
	max-width: 620px;
    padding: 0 10px;
}
.entry-content > h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
.entry-content > h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.entry-content > h2:after {
    background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    width: 42%;
    height: 4px;
    margin-top: 9px;
}
.entry-content > p {
    margin: 50px auto;
    line-height: 1.85;
	font-size: 20px;
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
}
.entry-content > p a:not(.button):not(##return-home) {
	text-decoration: underline;
	text-decoration-color: #00dfea; 
}
.entry-content > ul,
.entry-content > ol {
    margin: 50px auto;
    padding: 0 10px;
    max-width: 620px;
    list-style: none;
}
.entry-content > ol {
	counter-reset: ol-counter;
}
.entry-content > ul li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.entry-content > ul li:before {
    background: #00dfea;
    content: '';
    display: block;
	width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 0;
}
.entry-content > ol li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.entry-content > ol li:before {
    content: counter(ol-counter) ')';
    counter-increment: ol-counter;
    text-align: right;
	font-weight: 700;
	color: #50ffa0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
}
.entry-content {
	padding-bottom: 80px;
}
.has-gif img.is-jpg,
#image-wrapper.has-gif img.is-jpg {
	display: none !important;
}
.has-gif img.is-gif,
#image-wrapper.has-gif img.is-gif {
	display: block !important;
}
@media  only screen and (max-width : 600px) and (hover: none) {
	.has-gif img.is-jpg,
	#image-wrapper.has-gif img.is-jpg {
		display: block !important;
	}
	.has-gif img.is-gif,
	#image-wrapper.has-gif img.is-gif {
		display: none !important;
	}
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-banner {
	color: #FFF;
    width: 100%;
    position: relative;
}
.page-banner.white {
	color: #FFF;
}
.page-banner.black {
	color: #000;
}
#image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#image-wrapper img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
@supports (mix-blend-mode: soft-light) {
	#image-wrapper img,
	#image-wrapper.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	#image-wrapper.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	#image-wrapper.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports not (mix-blend-mode: soft-light) {
	#image-wrapper:after {
		content: '';
		background-color: rgba(0,0,0,.6);
		width: 100%;
		height: 100%;
		padding: 70px 10px 60px;
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;

	}
}
@supports not (mix-blend-mode: screen) {
	#image-wrapper:after {
		content: '';
		background-color: rgba(0,0,0,.6);
		width: 100%;
		height: 100%;
		padding: 70px 10px 60px;
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;

	}
}
@supports not (mix-blend-mode: multiply) {
	#image-wrapper:after {
		content: '';
		background-color: rgba(0,0,0,.6);
		width: 100%;
		height: 100%;
		padding: 70px 10px 60px;
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;

	}
}
#page-banner-header-wrap {
    width: 100%;
    height: 100%;
    padding: 70px 10px 60px;
    position: absolute;
	z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#page-banner-header {
    width: 100%;
    height: 100%;
    display: table;
	padding: 20px;
	text-align: center;
}
#page-banner-header-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
}
.page #page-banner-header-inner {
    vertical-align: middle;
}
#page-banner-header h1 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	margin: 0 auto 40px;
	max-width: 1040px;
	padding: 0 20px;
	text-transform: uppercase;
}
#page-banner-header h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
    font-size: 30px;
	line-height: 1.33;
	margin: 40px auto 0;
	max-width: 1040px;
	padding: 0 20px;
}
#page-banner-header p {
    font-size: 22px;
	margin: 20px 0;
	max-width: 1040px;
	padding: 0 20px;
}
.banner-post-cat {
    position: absolute;
    top: 40px;
	left: 0;
    right: 0;
	font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
span.img-credit {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    margin-top: -1.5em;
}
.wp-caption-text span.img-credit {
    margin-top: 20px;
    font-style: normal;
}
#toc {
	padding: 80px 0;
	margin-bottom: 80px;
	color: #000;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#toc > strong {
	display: block;
    margin: 0 auto 50px;
	width: 100%;
	max-width: 620px;
    padding: 0 10px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#toc > strong:after {
    background: #FFF; /* Old browsers */
    content: '';
    display: block;
    width: 42%;
    height: 4px;
    margin-top: 9px;
}
#toc > ol {
    margin: 50px auto;
    padding: 0 10px;
    max-width: 620px;
    list-style: none;
	counter-reset: toc-counter;
}
#toc > ol li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
#toc > ol > li:before {
    content: counter(toc-counter) '.';
    counter-increment: toc-counter;
    text-align: right;
	font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
}
#toc > ol > li > ol {
    counter-reset: toc-sub;
    padding: 10px 0 0;
    margin: 0 auto;
    list-style: none;
}
#toc > ol > li ol > li:before {
    counter-increment: toc-sub;
    content: counter(toc-sub, lower-alpha) '.';
    text-align: right;
	font-weight: 700;
	position: absolute;
    top: 0;
    left: 0;
    width: 25px;
}
#toc a {
	color: #000;
	text-decoration: underline;
}
#top10 {
	margin-bottom: 80px;
	color: #FFF;
	position: relative;
}
#top10-bg {
	display: block;
	height: 100%;
    width: 100%;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#top10-bg:before {
    background: #000; /* Old browsers */
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}
#top10-bg > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top10 > ol {
    margin: 0 auto;
    padding: 100px 10px;
    max-width: 620px;
    list-style: none;
	counter-reset: top-10-counter 11;
	position: relative;
	z-index: 1;
}
#top10 p {
    margin: 0 auto;
    padding: 0 10px 100px;
    max-width: 620px;
    position: relative;
}
#top10 > ol li {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    padding-left: 50px;
    position: relative;
}
#top10 > ol li:before {
    content: counter(top-10-counter);
    counter-increment: top-10-counter -1;
    text-align: center;
	font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}
#top10 > ol li.three:before {
	font-family: 'Endsights';
    content: '\e906';
	font-weight: normal;
}
#top10 > ol li.two:before {
	font-family: 'Endsights';
    content: '\e907';
	font-weight: normal;
}
#top10 > ol li.one:before {
	font-family: 'Endsights';
    content: '\e908';
	font-weight: normal;
}
#top10 a {
	color: #FFF;
	text-decoration: underline;
}
.review {
    margin: 80px auto;
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
}
.review:before {
    background: #00dfea;
    background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%);
    background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%);
    background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 );
    content: '';
    display: block;
    width: 42%;
    height: 4px;
}
.review:after {
    background: #00dfea;
    background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%);
    background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%);
    background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 );
    content: '';
    display: block;
    width: 42%;
    height: 4px;
    margin-left: auto;
}
p.review-text {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
    font-size: 70px;
    margin: 80px 0;
    font-style: italic;
    line-height: .8;
}
.review-meta {
	margin-bottom: 40px;
    text-align: right;
	font-size: 0;
}
.review-rating {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
	margin-right: 20px;
}
.review-author {
    display: inline-block;
    font-size: 30px;
	font-style: italic;
}
.review-author a {
    text-decoration: underline #00dfea;
}
.pros-list-block {
    margin: 50px auto;
    font-size: 20px;
    width: 100%;
    max-width: 620px;
    padding: 20px 10px 0;
}
.pros-list-block:before {
	background: #00dfea;
    background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%);
    background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%);
    background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 );
    content: '';
    display: block;
	margin-bottom: 20px;
	height: 4px;
}
.pros-list-block strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.pros-list-block ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.pros-list-block ul li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}
.pros-list-block ul li:before {
	content: '\e911';
	font-family: 'Endsights';
	background: #00dfea;
    background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%);
    background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%);
    background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 );
	background-clip: text;
	text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
    top: 1em;
    left: 0;
    line-height: 1;
    font-size: .5em;
    display: block;
}
.affiliate-links {
    margin: 50px auto;
    font-size: 20px;
    width: 100%;
    max-width: 620px;
    padding: 20px 10px 0;
}
.affiliate-links:before {
	background: #00dfea;
    background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%);
    background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%);
    background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 );
    content: '';
    display: block;
	margin-bottom: 20px;
	height: 4px;
}
.affiliate-links strong {
    font-size: 16px;
    display: block;
	margin-bottom: 10px;
}
.affiliate-link-list {
	margin: 0 -20px;
}
.affiliate-link-list  a {
    display: inline-block;
	color: #FFF;
    background: linear-gradient(to right bottom, #00dfea, #50ffa0);
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    font-size: 24px;
	margin: 10px;
	transition: background .25s;
}
.affiliate-link-list  a:hover {
    background: linear-gradient(to right bottom, #50ffa0, #00dfea);
}
.affiliate-link-list  a:before {
	font-family: 'Endsights';
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
}
.affiliate-link-list  a.ps:before {
	content: '\e909';
}
.affiliate-link-list  a.xbox:before {
	content: '\e90a';
}
.affiliate-link-list  a.steam:before {
	content: '\e90b';
}
.affiliate-link-list  a.windows:before {
	content: '\e90c';
}
.affiliate-link-list  a.apple:before {
	content: '\e90d';
}
.affiliate-link-list  a.android:before {
	content: '\e90e';
}
.affiliate-link-list  a.linux:before {
	content: '\e90f';
}
.affiliate-link-list  a.switch:before {
	content: '\e910';
}
.affiliate-link-list  a span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.inline-newsletter-banner-outer {
	margin: 80px auto;
	width: 100%;
	max-width: 620px;
	color: #FFF;
	position: relative;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.inline-newsletter-banner-outer.white {
	color: #FFF;
}
.inline-newsletter-banner-outer.black {
	color: #000;
}
.inline-newsletter-banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.inline-newsletter-banner-img img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	.inline-newsletter-banner-img img,
	.inline-newsletter-banner-img.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	.inline-newsletter-banner-img.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	.inline-newsletter-banner-img.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	.inline-newsletter-banner-img.luminosity img {
		mix-blend-mode: luminosity;
	}
}
.inline-newsletter-banner-inner {
    padding: 40px;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.inline-newsletter-banner-outer h2 {
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #FFF;
	margin: 0 0 30px;
}
.inline-newsletter-banner-outer.white h2 {
	color: #FFF;
}
.inline-newsletter-banner-outer.black h2 {
	color: #000;
}
.inline-newsletter-banner-inner p {
	font-size: 24px;
	margin: 40px 0;
}
.inline-newsletter-banner-outer input[type=text],
.inline-newsletter-banner-outer.white input[type=text],
.inline-newsletter-banner-outer input[type=email],
.inline-newsletter-banner-outer.white input[type=email] {
    color: #FFF !important;
    border-color: #FFF !important;
}
.inline-newsletter-banner-outer.black input[type=text],
.inline-newsletter-banner-outer.black input[type=email] {
    color: #000 !important;
    border-color: #000 !important;
}
.inline-newsletter-banner-outer button,
.inline-newsletter-banner-outer.white button {
    color: #FFF !important;
}
.inline-newsletter-banner-outer.black button {
    color: #000 !important;
}

@media only screen and (max-width : 1000px) {
	.entry-header > h1 {
		width: 85%;
	}
	#page-banner-header-wrap {
		padding-bottom: 20px;
	}
	#page-banner-header {
		padding: 0;
	}
	#page-banner-header h1 {
		font-size: 6vw;
		margin: 0 auto 4vw;
	}
	#page-banner-header h2 {
		font-size: 3vw;
		margin: 4vw auto 0;
	}
	#page-banner-header p {
		font-size: 18px;
	}
}
@media only screen and (max-width : 800px) {
	.entry-header > h1 {
		width: 90%;
	}
	#page-banner-header h1 {
		font-size: 5vw;
		margin: 0 auto 2vw;
	}
	#page-banner-header h2 {
		margin: 3vw auto 0;
	}
}
@media only screen and (max-width : 700px) {
	#page-banner-header p {
		font-size: 16px;
	}
}
@media only screen and (max-width : 600px) {
	.entry-header > h1 {
		width: auto;
		margin: 0 10px 30px;
	}
	.page-banner {
	}
	#image-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#page-banner-header-wrap {
		position: relative;
		padding-top: 30vh;
	}
	#page-banner-header h1 {
		font-size: 8vw;
		padding: 0;
	}
	#page-banner-header h2 {
		font-size: 4vw;
	}
	.entry-content > h2 {
		font-size: 32px;
	}
	.entry-content > p {
		margin: 40px auto;
		font-size: 18px;
	}
}


/* =Header
-------------------------------------------------------------- */

#home-masthead {
    position: relative;
	width: 100%;
	text-align: center;
	color: #FFF;
}
#home-masthead.white {
	color: #FFF;
}
#home-masthead.black {
	color: #000;
}
#home-masthead-logo {
    position: relative;
    z-index: 1;
	padding: 70px 0;
}
#home-masthead-logo img {
    display: block;
    height: 230px;
    width: auto;
	margin: 0 auto;
}
#home-masthead-logo h1 {
    margin: -20px 0 40px;
    font-size: 24px;
    text-transform: uppercase;
    transform: skewY(-10deg);
}
#home-masthead-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#home-masthead-img img {
    object-fit: cover;
    display: block;
    width: 100%;
	height: 100%;
}
@supports (mix-blend-mode: soft-light) {
	#home-masthead-img img,
	#home-masthead-img.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	#home-masthead-img.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	#home-masthead-img.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	#home-masthead-img.luminosity img {
		mix-blend-mode: luminosity;
	}
}
#branding-outer {
	display: contents;
	width: 100%;
}
#branding {
	background-color: #FFF;
	z-index: 1000;
    height: 60px;
    border-bottom: solid 1px #00dfea;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
}
#branding-inner {
    max-width: 1220px;
    margin: 0 auto;
	padding: 20px 10px;
	font-size: 0;
}
#site-title {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
}
#site-title img {
	display: block;
	height: 40px;
	width: auto;
	margin: -10px 0;
}
#branding-right {
    float: right;
    line-height: 1;
    padding-top: 6px;
}
#branding-right a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 30px;
    vertical-align: bottom;
}
a#open-search {
    font-family: 'Endsights';
    font-weight: normal;
}
#mobile-site-title {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
}
#mobile-site-title img {
	display: block;
	height: 20px;
	width: auto;
}


@media only screen and (max-width:800px) {
	#home-masthead-logo {
		padding: 6vw 0;
	}
	#home-masthead-logo img {
		height: 30vw;
	}
	#home-masthead-logo h1 {
		font-size: 3vw;
	}
	#branding-right {
		display: none;
	}
}
@media only screen and (max-width:500px) {
	#home-masthead {
		display: none;
	}
}


/* =Menu
-------------------------------------------------------------- */

#access {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
    display: inline-block;
	font-size: 14px;
	margin-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
    vertical-align: bottom;
	line-height: 1;
}
#access a {
	display: block;
	color: #000;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
a#open-menu {
	float: right;
	display: none;
	width: 20px;
	margin-top: 5px;
}
a#open-menu span {
    display: block;
    background-color: #000;
    height: 2px;
}
a#open-menu span#middle-grip {
	margin: 3px 0;
}
#mobile-access {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #FFF;
	margin-left: 0;
	z-index: 10000;
	transition: margin-left .5s;
}
body.open #mobile-access {
	margin-left: -100%;
}
#mobile-branding {
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 20px 10px;
    font-size: 0;
}
a#close-menu {
	font-family: 'Endsights';
	float: right;
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #FFF;
}
#mobile-access form.search-form {
    position: relative;
    margin: 3vw 2vw;
    padding-right: 9vw;
    border-bottom: solid 3px;
}
#mobile-access input.search {
    font-size: 6vw;
    padding: 0;
}
#mobile-access input.search-submit {
    font-size: 6vw;
    padding: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#mobile-access ul {
    margin: 0 2vw;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1.75;
}

@media only screen and (max-width:800px) {
	#access {
		display: none;
	}
	a#open-menu {
		display: block;
	}
}


/* =Content
-------------------------------------------------------------- */

#search-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	color: #FFF;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#search-overlay-outer {
	display: table;
	width: 100%;
	height: 100%;
}
#search-overlay-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}
#close-search {
    font-family: 'Endsights';
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 40px;
	z-index: 100001;
}
#search-overlay form.search-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: solid 4px;
	padding-right: 100px;
	position: relative;
}
input.search {
    font-family: benton-sans, sans-serif;
    font-weight: bold;
    border: none;
    background-color: transparent;
	outline: none;
    width: 100%;
    display: block;
}
#search-overlay input.search {
    color: #FFF;
    padding: 0;
    line-height: 1;
    font-size: 60px;
}
#search-overlay input.search::-webkit-input-placeholder { /* Edge */
	color: #FFF;
	color: rgba(255,255,255,.5);
}
#search-overlay input.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
	color: rgba(255,255,255,.5);
}
#search-overlay input.search::placeholder {
	color: #FFF;
	color: rgba(255,255,255,.5);
}
input.search-submit {
    font-family: 'Endsights';
    border: none;
    padding: 0;
    background: transparent;
}
#search-overlay input.search-submit {
    font-size: 60px;
    color: #FFF;
    padding: 1px;
    position: absolute;
    right: 0;
	top: 0;
    bottom: 0;
}
.entry-meta {
    clear: both;
    display: block;
    text-align: center;
    max-width: 620px;
    padding: 90px 10px 0;
    margin: 0 auto 50px;
}
.entry-meta:after {
    content: '';
    display: block;
    width: 83%;
    margin: 35px auto 0;
    height: 4px;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.entry-date {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: bold;
}
.share-links {
	font-size: 0;
    display: inline-block;
    font-family: 'Endsights';
    vertical-align: bottom;
}
.share-links a {
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
    margin: 0 15px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
    text-align: center;
    position: relative;
    margin: 90px 0 0;
}
.wp-caption img {
	display: block;
	width: 100%;
	height: auto;
    position: relative;
	z-index: 0;
}
.wp-caption .wp-caption-text {
    margin: -120px auto 0;
    max-width: 520px;
    padding: 60px 60px 60px 90px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.5;
    font-family: libre-franklin, sans-serif;
    font-weight: 100;
    font-style: italic;
    background-color: #FFF;
    text-align: left;
}
.wp-caption .wp-caption-text:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
	top: 60px;
	left: 60px;
	bottom: 60px;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.twitter-tweet {
    margin: 0 auto;
}
.yt-outer {
	max-width: 600px;
	margin: 50px auto;
}
.yt-wrapper {
    position: relative;
    padding-top: 56%;
    width: 100%;
}
.yt-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

@media only screen and (max-width:800px) {
	.wp-caption .wp-caption-text {
		margin-top: -60px;
	}
}
@media only screen and (max-width:600px) {
	.wp-caption .wp-caption-text {
		margin-top: 0;
		max-width: none;
		font-size: 20px;
		padding: 40px 40px 40px 70px;
	}
	.wp-caption .wp-caption-text:before {
		top: 40px;
		left: 40px;
		bottom: 40px;
	}
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    margin: 80px auto;
    padding: 40px 10px 0;
	max-width: 620px;
    border-top: solid 1px #00dfea;
}
h2#comments-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin: 40px 0 40px;
}
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.commentlist li {
    margin-bottom: 40px;
}
.comment-author {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.comment-author strong {
    font-size: 20px;
    text-transform: none;
    color: #000;
}
ol.commentlist li p {
    margin: 0 0 30px;
}
ol.children {
	padding: 0 0 0 20px;
    margin: 40px 0 0 0;
    list-style: none;
    border-left: solid 1px #00dfea;
}
.reply {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.reply a {
    text-decoration: none;
}
h3#reply-title {
    font-weight: 900;
    text-transform: uppercase;
    margin: 60px 0 20px;
    font-size: 30px;
}
form#commentform p {
    margin: 0 0 30px;
}
p.comment-form-cookies-consent {
    font-size: 12px;
    display: flex;
    align-items: center;
}
#respond input[type=text] {
	font-family: libre-franklin, sans-serif;
	display: block;
	padding: 10px;
	height: 40px;
	line-height: 18px;
	border: solid 1px #00dfea;
	width: 100%;
}
#respond textarea {
	font-family: libre-franklin, sans-serif;
	display: block;
	padding: 10px;
	height: 240px;
	border: solid 1px #00dfea;
	width: 100%;
}
#respond .form-allowed-tags {
	clear: both;
}
#respond .form-allowed-tags code {
	display: block;
}
p.form-submit button {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 50px;
    line-height: 50px;
    border: 0;
    text-transform: uppercase;
    padding: 0 40px;
    transition: none;
    cursor: pointer;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
}
#footer-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#footer-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@supports (mix-blend-mode: soft-light) {
	#footer-img img,
	#footer-img.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	#footer-img.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	#footer-img.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	#footer-img.luminosity img {
		mix-blend-mode: luminosity;
	}
}
#footer-content {
    position: relative;
    z-index: 1;
    padding: 100px 10px 10px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
	color: #000;
}
#footer-content a {
	color: #000;
}
#footer-content.white,
#footer-content.white a,
#footer-content.white input[type=text],
#footer-content.white input[type=email],
#footer-content.white button {
	color: #FFF;
}
#footer-branding {
    font-size: 0;
    margin-bottom: 50px;
}
#footer-logo {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 70px;
}
#footer-logo img {
    display: block;
    width: auto;
    height: 40px;
	margin: -10px 0;
}
#footer-social {
	font-size: 0;
    display: inline-block;
    font-family: 'Endsights';
    vertical-align: bottom;
}
#footer-social a {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    margin-right: 20px;
}
h5.widget-title {
    margin: 0 0 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}
#footer-address {
    font-size: 10px;
}
#footer-address:before {
	display: block;
	content: '';
	width: 33%;
	border-top: solid 1px;
	margin-bottom: 25px;
}
#footer-address p {
	margin: 15px 0;
}

@media only screen and (max-width:1200px) {
	h5.widget-title {
		font-size: 3.33vw;
	    margin: 0 0 1.66vw;
	}
}
@media only screen and (max-width:800px) {
	h5.widget-title {
		font-size: 6.66vw;
		margin: 0 0 3.33vw;
	}
}



/* =Forms
-------------------------------------------------------------- */

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none !important;
     border-radius: 0 !important;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

span.select {
	display: block;
	height: 40px;
	min-width: 100%;
	position: relative;
	vertical-align: top;
	margin-right: 40px;
}
span.select select {
	position: absolute;
	left: -10000px;
}
span.select-replace {
	border-radius: 4px;
	color: #FFF;
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	background-color: #0055b7;
}
span.select-replace .toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #0055b7;
}
span.select-replace .toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #FFF transparent transparent transparent;
	top: 20px;
	right: 15px;
}
span.select-replace .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #FFF transparent;
	top: 10px;
	right: 15px;
}
span.select-replace-label {
	display: block;
	height: 100%;
	padding-right: 40px;
	overflow: hidden;
}
span.drop-replace {
	text-align: left;
	min-width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 5;
	max-height: 210px;
	overflow-y: scroll;
	border-radius: 4px;
	color: #0055b7;
	border: solid 2px #0055b7;
}
span.option-replace {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
}
span.option-replace.selected {
	background: #0055b7;
	color: #FFF;
}
span.option-replace:hover {
	background: #000;
	color: #FFF;
}
span.checkbox {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	vertical-align: middle;
}
span.checkbox-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 26px;
	cursor: pointer;
	border: solid 8px #0055b7;
	border-radius: 4px;
	background-color: #0055b7;
}
span.checkbox-replace.checked {
	background-color: #fff;
}
span.checkbox input {
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 30px;
	margin: 0;
	opacity: 0;
}



/* =Home Page
-------------------------------------------------------------- */

.home-block-inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 10px;
}
.home-block-inner.edge-to-edge {
    max-width: 100%;
    padding: 0;
}
.hero-post-outer {
	position: relative;
	padding: 0px 50% 0 0;
}
.hero-post-img-outer {
	display: block;
    width: 100%;
    padding-top: 80%;
    position: relative;
}
.hero-post-img-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero-post-img-inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	.hero-post-img-inner img,
	.hero-post-img-inner.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	.hero-post-img-inner.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	.hero-post-img-inner.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	.hero-post-img-inner.luminosity img {
		mix-blend-mode: luminosity;
	}
}
.hero-post-content {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 60px 30px;
	color: #000;
}
.hero-post-cat {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
	color: #00dfea;
	text-transform: uppercase;
	font-size: 18px;
}
.hero-post-content h1,
.hero-post-content div.h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.1;
}
.hero-post-content h2,
.hero-post-content div.h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 20px;
}
.hero-post-button {
	background : -moz-linear-gradient(-0.98% 6.14% -11.18deg,rgba(235, 0, 149, 1) 0%,rgba(75, 213, 255, 1) 100%);
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-family: futura-pt, sans-serif;
    font-weight: 700;
	height: 50px;
	line-height: 55px;
	padding: 0 20px;
	font-size: 20px;
	border-radius: 2px 50px 2px 2px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
}
.latest-posts-list {
    font-size: 0;
    margin: 0 -30px;
}
.latest-post-wrapper {
    display: inline-block;
    width: 50%;
    padding: 30px;
    vertical-align: top;
}
.latest-post-img-outer {
    position: relative;
    padding-top: 65%;
}
.latest-post-img-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.latest-post-img-inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	.latest-post-img-inner img,
	.latest-post-img-inner.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	.latest-post-img-inner.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	.latest-post-img-inner.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	.latest-post-img-inner.luminosity img {
		mix-blend-mode: luminosity;
	}
}
.latest-post-cat {
	padding-top: 20px;
	margin-bottom: -20px;
}
.latest-post-cat,
.main-post-cat,
.side-post-cat {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #00dfea;
}
.latest-post-wrapper h3 {
	padding-top: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
	line-height: 1.25;
}
.latest-heading-display-interface {
    text-align: right;
    border-top: solid 1px #eee;
    padding-top: 10px;
}
.latest-posts-block h1,
.grouped-posts-block h1,
.latest-posts-block div.h1,
.grouped-posts-block div.h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 30px;
    line-height: 1.25;
    font-size: 40px;
	padding: 0;
}
.latest-posts-block h1:after,
.grouped-posts-block h1:after,
.latest-posts-block div.h1:after,
.grouped-posts-block div.h1:after {
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    content: '';
    display: block;
    width: 42%;
    height: 4px;
    margin-top: 9px;
}
.grouped-posts-inner {
    position: relative;
    padding-right: 37%;
	margin-top: 60px;
}
.main-post-wrapper {
    padding-right: 60px;
}
.main-post-wrapper a {
	color: #000;
	display: block;
}
.main-post-img-outer {
    position: relative;
    padding-top: 67%;
}
.side-post-img-wrapper {
	width: 36%;
	height: 100%;
}
.side-post-img-outer {
    position: relative;
	height: 100%;
}
.main-post-img-inner,
.side-post-img-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.main-post-img-inner {
	background: #50ffa0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #50ffa0 0%, #00dfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #50ffa0 0%,#00dfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #50ffa0 0%,#00dfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ffa0', endColorstr='#00dfea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.side-post-img-inner {
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main-post-img-inner img,
.side-post-img-inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	.main-post-img-inner img,
	.side-post-img-inner img,
	.main-post-img-inner.soft-light img,
	.side-post-img-inner.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	.main-post-img-inner.screen  img,
	.side-post-img-inner.screen  img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	.main-post-img-inner.multiply  img,
	.side-post-img-inner.multiply  img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	.main-post-img-inner.luminosity  img,
	.side-post-img-inner.luminosity  img {
		mix-blend-mode: luminosity;
	}
}
.side-posts {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: calc(100% + 60px);
    margin: -30px 0;
    display: flex;
    flex-direction: column;
}
.side-post-wrapper {
    display: flex;
    height: 33.33%;
    padding: 30px 0;
	align-items: center;
}
.side-post-wrapper a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #000;
	align-items: center;
}
.main-post-content {
    padding-top: 20px;
}
.main-post-content h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
}
.side-post-content h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
}
.side-post-content {
    padding-left: 30px;
	width: 64%;
}

@media only screen and (max-width:1200px) {
	.latest-posts-block h1,
	.grouped-posts-block h1,
	.latest-posts-block div.h1,
	.grouped-posts-block div.h1 {
		margin: 1.66vw 0 2.5vw;
		font-size: 3.33vw;
	}
	.hero-post-content h1,
	.hero-post-content div.h1 {
		font-size: 3.33vw;
	    margin: 0 0 1.66vw;
	}
	.hero-post-content h2,
	.hero-post-content div.h2 {
		font-size: 1.66vw;
	    margin: 0 0 1.66vw;
	}
	.latest-posts-list {
		font-size: 0;
		margin: 0 -2.5vw;
	}
	.latest-post-wrapper {
		padding: 2.5vw;
	}
	.latest-post-wrapper h3,
	.main-post-content h2 {
		font-size: 2.5vw;
	}
	.side-post-content h3 {
		font-size: 1.5vw;
	}
	.main-post-wrapper {
		padding-right: 5vw;
	}
	.side-posts {
		height: calc(100% + 5vw);
		margin: -2.5vw 0;
	}
	.side-post-wrapper {
		padding: 2.5vw 0;
	}
	.side-post-content {
		padding-left: 2.5vw;
	}
}
@media only screen and (max-width:800px) {
	.latest-posts-block h1,
	.grouped-posts-block h1,
	.latest-posts-block div.h1,
	.grouped-posts-block div.h1 {
		margin: 3.33vw 0 5vw;
		font-size: 6.66vw;
	}
	.hero-post-outer {
		padding: 0;
	}
	.hero-post-img-outer {
		margin: 0 -10px;
		width: 100vw;
	}
	.home-block-outer:first-child .home-block-inner {
		padding-top: 0;
	}
	.hero-post-content {
		position: static;
		width: auto;
		padding: 30px 0 0;
	}
	.hero-post-content:after {
		content: '';
		display: block;
		clear: both;
	}
	.hero-post-button {
		float: right;
		position: static;
		margin-top: 30px;
	}
	.hero-post-content h1,
	.hero-post-content div.h1 {
		font-size: 6.66vw;
		margin: 0 0 3.33vw;
	}
	.hero-post-content h2,
	.hero-post-content div.h2 {
		font-size: 3.33vw;
		margin: 0 0 3.33vw;
	}
	.latest-posts-list {
		margin: 0;
	}
	.latest-post-wrapper {
		display: block;
		padding: 30px 0;
		width: auto;
	}
	.latest-post-wrapper h3,
	.main-post-content h2 {
		font-size: 5vw;
	}
	.latest-post-img-outer {
		margin: 0 -10px;
	}
	.side-post-content h3 {
		font-size: 2.5vw;
	}
	.grouped-posts-inner,
	.main-post-wrapper {
		padding-right: 0;
	}
	.side-posts {
		position: static;
		width: auto;
		margin: 5vw 0 0;
		height: auto;
	}
	.side-post-img-wrapper {
		padding-top: 60%;
		position: relative;
	}
	.side-post-img-outer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.side-post-img-wrapper {
		width: 36%;
		padding-top: 30%;
		position: relative;
	}
}
@media only screen and (max-width:500px) {
	.latest-posts-block h1,
	.grouped-posts-block h1,
	.latest-posts-block div.h1,
	.grouped-posts-block div.h1 {
		margin: 4.33vw 0 5vw;
		font-size: 8.66vw;
	}
	.hero-post-button {
		height: 35px;
		line-height: 40px;
		padding: 0 14px;
		font-size: 14px;
	}
	.hero-post-content h1,
	.hero-post-content div.h1 {
		font-size: 8.66vw;
		margin: 0 0 4.33vw;
	}
	.hero-post-content h2,
	.hero-post-content div.h2 {
		font-size: 4.33vw;
		margin: 0 0 4.33vw;
	}
	.latest-post-wrapper h3,
	.main-post-content h2 {
		font-size: 6vw;
	}
	.side-post-content h3 {
		font-size: 3.5vw;
	}
}


/* =Newsletter Page
-------------------------------------------------------------- */

#branding-newsletter {
    height: 100px;
    padding: 20px;
    text-align: center;
}
#site-title-newsletter {
    margin: 0;
}
#site-title-newsletter img {
    display: block;
	margin: 0 auto;
	height: 60px;
	width: auto;
}
.page-template-page-newsletter #page {
    display: flex;
    flex-direction: column;
	min-height: 100%;
}
.page-template-page-newsletter #main {
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
	position: relative;
	color: #FFF;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.page-template-page-newsletter #main.white {
	color: #FFF;
}
.page-template-page-newsletter #main.black {
	color: #000;
}
#newsletter-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#newsletter-image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	#newsletter-image-wrapper img,
	#newsletter-image-wrapper.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	#newsletter-image-wrapper.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	#newsletter-image-wrapper.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	#newsletter-image-wrapper.luminosity img {
		mix-blend-mode: luminosity;
	}
}
.page-template-page-newsletter article {
	position: relative;
	z-index: 1;
	text-align: center;
}
.page-template-page-newsletter .entry-content {
    padding: 80px 10px;
}
.page-template-page-newsletter .entry-content > h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
}
.page-template-page-newsletter .entry-content > p {
    font-size: 30px;
}
.page-template-page-newsletter #main input[type=text],
.page-template-page-newsletter #main.white input[type=text],
.page-template-page-newsletter #main input[type=email],
.page-template-page-newsletter #main.white input[type=email] {
    color: #FFF !important;
    border-color: #FFF !important;
}
.page-template-page-newsletter #main.black input[type=text],
.page-template-page-newsletter #main.black input[type=email] {
    color: #000 !important;
    border-color: #000 !important;
}
.page-template-page-newsletter #main button,
.page-template-page-newsletter #main.white button {
    color: #FFF !important;
}
.page-template-page-newsletter #main.black button {
    color: #000 !important;
}


/* =Ad Banner
-------------------------------------------------------------- */

.ad-banner-outer,
.ad-banner-outer.edge-to-edge {
	width: 100%;
	position: relative;
	margin: 100px auto;
	text-align: center;
}
.ad-banner-outer.content-boundaries {
	max-width: 620px;
}
.ad-banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ad-banner-bg img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	display: block;
}
.ad-banner-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 100px 10px 120px;
	max-width: 620px;
	margin: 0 auto;	
}
.ad-banner-content h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
}
.ad-banner-disclaimer {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	line-height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.ad-banner-button {
	margin-top: 40px;
}
.ad-banner-button a {
	line-height: 1;
	padding: 10px 20px;
	background-color: #FFF;
	font-size: 20px;
}
.ad-banner-outer.soft-light .ad-banner-button a,
.ad-banner-outer.luminosity .ad-banner-button a {
	background-color: #FFF;
}
.ad-banner-outer.screen .ad-banner-button a,
.ad-banner-outer.multiply .ad-banner-button a {
	background-color: #000;
}
.ad-banner-button a span {
	font-weight: bold;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ad-banner-button a span:after {
	font-family: 'Endsights';
	content: '\e912';
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}
@supports (mix-blend-mode: soft-light) {
	.ad-banner-bg img,
	.ad-banner-outer.soft-light .ad-banner-bg img {
		mix-blend-mode: soft-light;
	}
	.ad-banner-outer.soft-light {
		color: #000;
	}
}
@supports (mix-blend-mode: screen) {
	.ad-banner-outer.screen .ad-banner-bg img {
		mix-blend-mode: screen;
	}
	.ad-banner-outer.screen {
		color: #000;
	}
}
@supports (mix-blend-mode: multiply) {
	.ad-banner-outer.multiply .ad-banner-bg img {
		mix-blend-mode: multiply;
	}
	.ad-banner-outer.multiply {
		color: #FFF;
	}
}
@supports (mix-blend-mode: luminosity) {
	.ad-banner-outer.luminosity .ad-banner-bg img {
		mix-blend-mode: luminosity;
	}
	.ad-banner-outer.multiply {
		color: #FFF;
	}
}
@supports not (mix-blend-mode: soft-light) {
	.ad-banner-outer.soft-light .ad-banner-bg:before,
	.ad-banner-bg:before {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 50%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00dfea; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}
@supports not (mix-blend-mode: screen) {
	.ad-banner-outer.screen .ad-banner-bg:before {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 50%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00dfea; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}
@supports not (mix-blend-mode: multiply) {
	.ad-banner-outer.multiply .ad-banner-bg:before {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 50%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00dfea; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}



/* =404 Page
-------------------------------------------------------------- */

#page-404 {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    color: #FFF;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#page-404.white {
    color: #FFF;
}
#page-404.black {
    color: #000;
}
#page-404-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#page-404-image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	display: block;
}
@supports (mix-blend-mode: soft-light) {
	#page-404-image-wrapper img,
	#page-404-image-wrapper.soft-light img {
		mix-blend-mode: soft-light;
	}
}
@supports (mix-blend-mode: screen) {
	#page-404-image-wrapper.screen img {
		mix-blend-mode: screen;
	}
}
@supports (mix-blend-mode: multiply) {
	#page-404-image-wrapper.multiply img {
		mix-blend-mode: multiply;
	}
}
@supports (mix-blend-mode: luminosity) {
	#page-404-image-wrapper.luminosity img {
		mix-blend-mode: luminosity;
	}
}
#branding-404 {
    position: relative;
    z-index: 1;
    height: 100px;
	padding: 20px;
}
#site-title-404 {
    margin: 0;
}
#site-title-404 img {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: auto;
}
#page-404 #main {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post-0 .entry-title {
    font-size: 80px;
    text-transform: uppercase;
    padding-top: 0;
}
#post-0 .entry-header > h1:after,
.white #post-0 .entry-header > h1:after {
	background: #FFF;
}
.black #post-0 .entry-header > h1:after {
	background: #000;
}
#post-0 .entry-content {
    padding: 0;
}
#post-0 .entry-content > p {
    font-size: 30px;
}
a#return-home {
    background-color: #FFF;
    line-height: .9;
    text-transform: uppercase;
    display: inline-block;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    padding: 15px 25px;
}
.white a#return-home {
    background-color: #FFF;
}
.black a#return-home {
    background-color: #000;
}
a#return-home span {
	color: transparent;
	background: #00dfea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00dfea 0%, #50ffa0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #00dfea 0%,#50ffa0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #00dfea 0%,#50ffa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfea', endColorstr='#50ffa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
}
