/******************************************************************

Theme Name: Eight Wire
Theme URI: https://eightwire.uk
Description: Web Design & Development
Author: Eight Wire
Author URI: https://eightwire.uk
Version: 0.0.1
Tags: design, marketing, web development, content management

******************************************************************/

html, body {
	margin: 0;
	padding: 0;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04em;
}

main {
	z-index: 4;
}
/*body {
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #999;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	overflow-y: scroll;
	max-width: 1335px;
	margin: 0 auto;
}
body.stickyfooter.flex.flexcol>header, body.stickyfooter.flex.flexcol>footer { flex-shrink: 0; }
body.stickyfooter.flex.flexcol>main { flex: 1 0 auto; }
p {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 1em 0;
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	color: #C1C19D;
} */
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

p {
	font-size: 15px;
}

a, a:link, a:visited, a:hover, a:active {
	outline: none;
	text-decoration: none;
	/*color: #241412;*/
}
a {
	color: #c6e0e3;
}
a:hover {
	color: #77b1b6;
}

.transition-all, .ta, button, input, textarea,
a,
.ewmodal-btn-open {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	max-width: 100%;
}
/* CLEARFIX */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: ' ';
	display: table;
}
.cf:after {
	clear: both;
}

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}

/*@font-face {
	font-family: "Socialico";
	src: url("fonts/Socialico.eot?") format("eot"), url("fonts/Socialico.woff") format("woff"), url("fonts/Socialico.ttf") format("truetype"), url("fonts/Socialico.svg#Socialico") format("svg");
	font-weight:normal;
	font-style:normal;
}*/

/* HEADER */
header.header,
footer.footer {
	/*padding: 1em;*/
	position: relative;
	z-index: 3;
}

header.header {
	padding-bottom: 0;
	position: relative;
}

header .wrapper {
	padding: 16px;
	margin: 0 12vw;
	justify-content: space-between;
	align-items: center;
}

.header-block {
	position: absolute;
	background: #FF4E50;
	z-index: -1;
	width: 25vw;
	height: 25vw;
}

@media only screen and (max-width: 1650px) {
	header .wrapper {
		margin: 0 14vw;
	}
	.header-block {
		width: 14vw;
	}
}

@media only screen and (max-width: 1300px){
	header .wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}
	.header-block {
		width: 100%;
		height: 2em;
		position: static;
	}
	.bs-text {
		padding-right: 1em;
	}
}

/*.header-logo {
	float: left;
}

.header-links {
	float: right;
}*/

.header-links a {
	display: inline-block;
	text-transform: uppercase;
	padding: 12px;
	margin-top: 8px;
	/*color: #fff;*/
}

.header-logo {
	width: 100%;
	max-width: 250px;
}

/*.header-links .icon {
	width: 38px;
	height: 38px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.header-links .icon-account {
	background: url('assets/images/icons/account.png');
}
.header-links .icon-basket {
	background: url('assets/images/icons/basket.png');
}*/


/*.header-links a:first-of-type {
	margin-right: 30px;
}*/

/* MENUS */
.menu, .sub-menu {
	list-style: none;
	padding-left: 0;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 96%;
	background: #fff;
	text-align: left;
	z-index: 1;
}

nav .menu li {
	display: inline-block;
	margin: 2px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #595955;
	font-size: 16px;
	font-weight: 700;
}

.menu li:hover .sub-menu {
	display: block;
}

.sub-menu > li {
	display: block;
	margin: 0;
}

.sub-menu > li > a {
	width: 160px;
}

nav.nav {
	clear: both;
	text-align: center;
}

#menu-primary {
	text-align: right;
	margin: 0;
}

#menu-primary li > a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #595955;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

#menu-primary li > a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #164194;
	transform-origin: center;
	transform: translate(-50%, 0) scaleX(0);
	transition: transform 0.3s ease-in-out;
}

.fc-row a::before,
.footer-copyright a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #FF8A00;
	transform-origin: center;
	transform: translate(-50%, 0) scaleX(0);
	transition: transform 0.3s ease-in-out;
}

.fc-row a::before,
.footer-copyright a::before {
	bottom: -0.25em;
}

#menu-primary li.current-menu-item > a::before,
#menu-primary li.current-menu-ancestor > a::before {
	display: none;
}

#menu-primary li > a:hover::before,
.fc-row a:hover::before,
.footer-copyright a:hover::before {
	transform: translate(-50%, 0) scaleX(1);
}

#menu-primary li.current-menu-item > a,
#menu-primary li.current-menu-ancestor > a {
	color: #164194;
}

#menu-primary li:first-child {
	margin-left: 0;
}

#menu-primary li:last-child {
	margin-right: 0;
}

#menu-primary li {
	margin: 0 0.7vw;
}
/*
#menu-secondary > li:not(:last-child):after {
	content: "|";
	margin-left: 11px;
}

#responsive-menu .responsive-menu li li a {
	width: 100% !important;
	background: #C1C19D;
	border-top: 1px solid #8E9E82 !important;
}*/


/* MOBILE MENU */
header .wrapper .mobile-nav-open {
	display: none;
	/*color: #fff;*/
	text-align: center;
	padding: 16px 12px 12px;
}

.mobile-nav {
	position: fixed;
	width: 300px;
	max-width: 100%;
	height: 100%;
	background: #FFF;
	/*background: rgba(25, 25, 25, .9);*/
	/*color: #fff;*/
	top: 0px;
	left: -300px;
	overflow: auto;
	z-index: 999999;
	transition: left 0.7s ease;
	border-right: 1px solid #929295;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.mobile-nav.active {
	left: 0;
}

.mobile-nav .ewmodal-btn-close {
	position: fixed;
	width: 300px;
	max-width: 100%;
	top: auto;
	right: auto;
	bottom: 0;
	left: -300px;
	text-align: left;
	cursor: pointer;
	background: #444;
	color: #fff;
	/*border-top: 1px solid #fff;*/
	transition: left 0.7s ease;
	padding: 16px;
}

.mobile-nav.active .ewmodal-btn-close {
	left: 0;
}

.mobile-nav h5 {
	margin: 0;
	font-size: 18px;
}

.mobile-nav i.icon-close {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.mobile-nav i.icon-close:before {
	font-size: 26px;
}

.mobile-nav ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav ul li {
	position: relative;
}

.mobile-nav ul a {
  display: block;
  padding: 16px;
  font-size: 18px;
  color: #313332;
}
.mobile-nav ul a:hover {
	background: #FF4E50;
  color: #fff;
}

.mobile-nav li.menu-item-has-children > a {
	padding-right: 56px;
}

.mobile-nav .sub-menu {
  display: block;
  position: initial;
}

.mobile-nav .sub-menu .sub-menu-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
	background: #77b1b6;
	color: #fff;
	border-left: 1px solid #fff;
	/*font-size: 26px;*/
	line-height: 54px;
	text-align: center;
	cursor: pointer;
}
.mobile-nav .sub-menu .sub-menu-toggle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 3px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.mobile-nav .sub-menu:not(.active) .sub-menu-toggle:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 18px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.mobile-nav .sub-menu li {
  display: none;
}

.mobile-nav .sub-menu > li > a {
	width: auto;
	padding-left: 28px;
	font-size: 16px;
}

/* HEADER */

#sitelogo {
	margin-top:5px;
    display: block;
}
/*
.header .contact {
	float: right;
	text-align: right;
}

.contact a:hover {
	text-decoration: none;
}

.social a {
	display: inline-block;
	font-family: "Socialico";
	font-size: 40px;
	padding: 12px 0;
	overflow: hidden;
	color: #C1C19D;
}

.social a:hover {
	text-decoration: none;
	color: #8E9E82;
}

.social a.tripa {
	display: block;
	width: 28px;
	height: 28px;
	background: #C1C19D url('images/ta_logo-white-icon.png') no-repeat center center;
	background-size: 22px;
	border-radius: 50%;
	margin-top: 2px;
}

.social a.tripa:hover {
	background-color: #8E9E82;
}

.header .social a {
	float: right;
}

.header .social a:not(:first-of-type), .footer .social a:not(:last-of-type) {
	margin-right: 7px;
}

.header .contact .tel {
	margin-bottom: 12px;
}

.nav {
	margin-top: 95px;

}*/

/* MAIN */
/*main.main article.article > .wrapper {
	padding: 14px 24px;
}

.heading {
	color: #7D8E6F;
	text-align: center;
	font-weight: 300;
	margin: 25px 0 22px;
}*/

/* FOOTER */
/*footer.footer {
	padding: 14px 24px 24px;
	color: #C1C19D;
}

footer p {
	color: #C1C19D;
	margin-bottom: 0;
}*/

/*footer .social a {
	float: left;
}*/


/* BANNER */

.flexslider,
.flexslider.banner {
	border: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.banner-container > img {
	margin: 0 auto;
}

/*.home.page .banner-container {
	max-height: 500px;
}

.flexslider, .flexslider.banner {
	border: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.banner-container .flex-direction-nav a {
	opacity: 0.6;
	top: 50%;
}

.flex-direction-nav a:before {
	content: none !important;
}

.banner-container .flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	background: url('images/ar_right.png') center center no-repeat;
}
.flex-direction-nav .flex-prev {
	background: url('images/ar_left.png') center center no-repeat;
}

.banner:hover .flex-direction-nav .flex-next {
	right: 60px;
}

.banner:hover .flex-direction-nav .flex-prev {
	left: 60px;
}

#thumbSlider .flex-control-nav, #thumbNav {
	margin-top: 10px;
}

#thumbNav {
	position: relative;
}

#thumbNav .slides > li {
	opacity: 0.8;
}
#thumbNav .slides > li.flex-active-slide, #thumbNav .slides > li:hover {
	opacity: 1;
}

#thumbNav .slides > li:not(:last-of-type) {
	margin-right: 10px;
}

.caption {
	text-align: center;
	margin: 0 auto;
	background: #8E9E82;
	color: #fff;
	text-transform: uppercase;
	padding: 14px;
}*/

/* GALLERY */
/*.gallery .flexslider .slides > li {
	display: flex !important;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	box-pack: justify;
	justify-content: space-between;
	align-content: stretch;
}

.img-block {
	max-width: 260px;
	max-height: 260px;
}

.img-block:nth-of-type(-n+3) {
	margin-bottom: 20px;
}

.gallery .flex-direction-nav .flex-next {
	background: url('images/ar_right_g.png') center center no-repeat;
}

.gallery .flex-direction-nav .flex-prev {
	background: url('images/ar_left_g.png') center center no-repeat;
}

.gallery .flexslider .flex-direction-nav > li > a {
	opacity: 1 !important;
	background-color: #fff;
	border-radius: 50%;
}

.gallery-link {
	height: 160px;
}

.gallery-link a {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	display: block;
	margin-top: 50%;
	transform: translateY(-50%);
}
.gallery-link a:hover {
	text-decoration: none;
}*/


/* FRONT PAGE */


/* ARTICLE */

h1.heading {
	text-align: left;
	margin-top: 0;
}

.page-template-default:not(.home) h1.heading,
.blog h1.heading {
	text-align: center;
}

.content-block a {
	text-decoration: underline;
}


/* CONTACT PAGE & FORM */


/* BLOG */
.blog article.article:not(:last-child) {
	margin-bottom: 50px;
}

.blog article.single-post .content-entry > a {
	text-decoration: none;
}

.blog .content-block {
	/*border-bottom: 1px solid #eace76;*/
	padding-bottom: 25px;
}


/* FOOTER */
.top-footer {
	background: #212121;
}

.tf-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em;
	justify-content: space-between;
}

.tf-wrapper > div {
	flex-basis: 29%;
}

.tf-wrapper h6 {
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.tf-wrapper p {
	font-size: 13px;
	color: #9B9797;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: 'Oswald', sans-serif;
}

#menu-secondary {
	margin-top: 0;
}

#menu-secondary li {
	flex-basis: 49%;
	text-align: center;
	border: 1px solid white;
	padding: 0.4em 0.25em;
	margin-bottom: 0.5em;
	position: relative;
	z-index: 1;
}

#menu-secondary li::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FF8A00;
	transform-origin: center right;
	transform: scaleX(0);
	transition: transform 0.25s ease-in-out;
}

#menu-secondary li:hover::before {
	transform-origin: center left;
	transform: scaleX(1);
}

#menu-secondary li > a {
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

#menu-secondary li:not(:nth-child(2n)) {
	margin-right: 2%;
}

.fc-row {
	margin-bottom: 0.5em;
}

.fci {
	flex-basis: 1.5em;
	flex-shrink: 0;
	height: 1.5em;
	background-color: #FF8A00;
	border-radius: 100%;
	color: #212121;
}

.fci > i {
	font-size: 14px;
	letter-spacing: 0;
}

.fc-row > *:last-child {
	margin-left: 0.5em;
	margin-top: 0;
	color: white;
	font-size: 13px;
}

.contact-details .fc-row > *:last-child,
.contact-details a{
	color: #9B9797 !important;
}

.contact-details .fc-row p,
.contact-details .fc-row a {
	font-size: 14px;
	line-height: 1.5;
}

.contact-details .fci {
	height: 1.6em;
	flex-basis: 1.6em;
	color: white;
}

.contact-details .fc-row {
	margin-top: 1em;
}

.twitter-link {
	margin-top: 2em;
	text-transform: uppercase;
	color: #9B9797;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 0.075em;
	font-weight: 400;
}

.twitter-link > a {
	background-color: #FF8A00;
	border-radius: 100%;
	padding: 0.25em 0.45em;
	color: white !important;
	border: 1px solid #FF8A00;
}

.twitter-link > a:hover {
	background-color: white;
	color: #FF8A00 !important;
}

.fc-row a {
	color: white;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.tf-wrapper > div {
		flex-basis: 47.5%;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 750px) {
	.tf-wrapper > div {
		flex-basis: 100%;
	}
}

.bottom-footer {
	background-color: #141414;
}

.bf-wrapper {
	padding: 2em 1em;
	max-width: 1200px;
	margin:0 auto;
	justify-content: space-between;
	align-items: center;
}

.eu-logo,
.footer-twitter {
	flex-basis: 20%;
}

.footer-twitter {
	text-align: right;
}

.footer-copyright p{
	font-size: 13px;
	color: #9B9797;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.footer-copyright a {
	color: #9B9797;
	position: relative;
}

.footer-twitter > h5 {
	margin: 0;
	color: #9B9797;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-twitter a {
	color: white;
	border-radius: 100%;
	background-color: #FF8A00;
	padding: 0.25em;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
}

.footer-twitter a:hover {
	background-color: white;
	color: #FF8A00;
}

header.header .footer-twitter a:hover {
	background-color: #164194;
	color: #FFF;
}

@media only screen and (max-width: 960px) {
	.footer-twitter {
		order: -1;
		flex-basis: 47.5%;
	}
    header.header .footer-twitter {
		flex-basis: 100%;
        order: 9;
        padding: 5px;
	}
	.eu-logo {
		flex-basis: 47.5%;
		order: -2;
	}
	.eu-logo > img {
		max-width: 300px;
	}
	.bf-wrapper {
		flex-wrap: wrap;
	}
	.footer-copyright {
		margin-top: 1em;
		flex-basis: 100%;
	}
	.page-intro-container {
		padding: 3em 1em;
	}
}

@media only screen and (max-width: 500px) {
	.bf-wrapper {
		justify-content: center;

	}
	.bf-wrapper > div {
		flex-basis: 100%;
		margin-bottom: 1em;
	}
	.eu-logo > img {
		margin: 0 auto;
	}
	.footer-twitter {
		text-align: center;
	}
	.footer-copyright {
		margin-top: 0;
	}
}

/* MODAL */
html.locked {
	overflow: hidden;
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.4s ease;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
}
.modal-bg.active {
	visibility: visible;
	opacity: 1;
}

.modal-window {
	background: #fff;
	position: fixed;
	top: -100vh;
	left: 50%;
	bottom: auto;
	transition: visibility 0.2s ease, top 0.4s ease;
	transform: translate(-50%, -50%);
	z-index: 99999;
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	padding: 30px;
	padding-right: 70px;
	color: #000;
}
.modal-window.active {
	top: 50%;
	visibility: visible;
}

.ewmodal-btn-open {
	cursor: pointer;
}

.ewmodal-btn-close {
	float: right;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 58px;
	/*height: 52px;*/
	cursor: pointer;
	text-align: center;
	color: #5e5e5e;
	transition: color 0.2s ease;
}
.ewmodal-btn-close:hover {
	color: #FABE28;
}

.ewmodal-btn-close span {
	font-size: 24px;
}

button.modal-open {
	margin-bottom: 10px;font-family: 'Oswald', sans-serif;

	text-transform: uppercase;

	font-weight: 700;

	letter-spacing: 0.08em;
	border-radius: 3px;
}

/* MISC */
a.button,
.ewbtn {
	display: block;
	padding: 8px;
	border: 1px solid;
	margin: 12px;
}

i.icon {
	font-size: 0;
}

i.icon:before {
	font-size: 38px;
}

.cta {
	text-align: center;
	text-transform: uppercase;
}

.cta-banner {
	padding: 8px;
}

.cta-banner h3,
.cta-banner a,
.cta-banner span {
	display: inline-block;
}

.cta-block {
	position: relative;
	width: 50%;
	overflow: hidden;
	/*border-bottom: 1px solid #000;*/
	/*background-size: cover;
	background-position: center;*/
}

.cta-block .inner,
.internal-links .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
}

.cta-block .inner h3,
.internal-links .inner {
	background: rgba(33, 31, 52, 0.55);
	padding: 12px;
	color: #fff;
}

/*.internal-link {
	margin: 0 12px 24px;
}

.internal-links .internal-link .inner-content {
	transition: position 0.2s ease;
}*/

/*.internal-links .internal-link:hover .inner {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0, 0);
}

.internal-links .internal-link:hover .inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/

/*.internal-links .inner a {
	color: #fff;
}*/


/* WOOCOMMERCE */

/*.woocommerce-LoopProduct-link h2,
.woocommerce-LoopProduct-link span.price {
	display: inline-block !important;
}*/


/* Media Queries */
@media screen and (min-width: 840px) {

	.page:not(.home) article.article .content-entry {
		max-width: 840px;
		margin: 0 auto;
	}

	article.article .content-thumbnail {
		max-width: 35%;
		margin-right: 48px;
	}
}

@media screen and (max-width: 960px) {
	header .wrapper > nav > ul {
		display: none;
	}

	header .wrapper > nav {
		position: absolute;
		left: 0.75em;
	}

	header .wrapper {
		padding-left: 75px;
		padding-right: 75px;
	}

	header .wrapper .mobile-nav-open {
		display: block;
	}

	header.header {
		z-index: 3 !important;
	}
}

@media screen and (max-width: 1024px) {

	.cta-block {
		width: 100%;
	}

	.cta-block {
		max-height: 200px;
	}
}

@media screen and (min-width: 1280px) {
	.page-template-page-secondary article .content-block,
	.blog article .content-block,
	.single-post article .content-block,
	.woocommerce #content {
		max-width: 65%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	/*.internal-link {
		max-width: 228px;
	}*/
}

@media screen and (max-width: 839px) {

	article.article .content-thumbnail {
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 720px) {
	.cta-block {
		width: auto;
	}
}


/* FLEX - No styles below this */
.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: box; /* for flexie.js IE6-9 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flexcol {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flexrow {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexdirection {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
}
.flexdirectionreverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;
}
.flexstretch {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: stretch;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexorder {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 0;
	box-ordinal-group:0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}
.flexi {
	-webkit-box-flex: 1;
	-moz-box-flex: 1 0 auto;
	box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	word-wrap:break-word;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.flexone {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 auto;
}
.flexiq {
  flex: 1 0 25%;
}
.flexistretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.flexcenter {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flexend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flexvcenter {
	-webkit-align-items: center;
	align-items: center;
}

/* THEY ARE ONLY TO KEEP THEME CHECKER HAPPY */
/*.sticky {}
.gallery-caption {}
.bypostauthor {}*/

/*@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:link, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after, a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after, a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2,  h3 {
		page-break-after: avoid;
	}
	.searchform,  nav {
		display: none;
	}
}*/


@media only screen and (max-width: 960px) {
	.custom-navigation {
		position: static !important;
		width: 100% !important;
		padding: 1em;
		display: flex;
		justify-content: space-between;
	}
}

.custom-navigation {
	position: absolute;
	width: 25%;
	right: 0;
	bottom: 15%;
	text-align: right;
}

.custom-navigation i {
	color: #164194;
	font-size: 35px;
	transition: color 0.3s ease-in-out;
}

.custom-navigation a:hover i {
	color: #FF8A00;
}

.custom-navigation a:first-child {
	margin-right: 2em;
}

.page-intro-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 3em 3em 1em;
	justify-content: space-between;
}

.page-intro-container > .pi-header {
	flex-basis: 30%;
}

.page-intro-container > .pi-text {
	flex-basis: 60%;
}

.pi-header > h2,
.partnership-header > h5 {
	margin-top: 0;
	color: #595955;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

.pi-header > hr,
.partnership-header > hr {
	border-top-width: 0;border-left-width: 0;border-right-width: 0;
	border-bottom: 4px solid #164194;
	width: 4em;
	margin-left: 0;
}

.pi-sub {
	font-weight: 600;
	color: #FF8A00;
	font-size: 13px;
	line-height: 2;
}

.pi-text {
	line-height: 1.75;
}

.pi-reg,
.pi-reg p {
	color: #9B9797;
	font-size: 13px !important;
	letter-spacing: 0;
	line-height: 2;
}

@media only screen and (max-width: 750px){
	.page-intro-container > div {
		flex-basis: 100% !important;
	}
}

.home-ctas-container {
	max-width: 1200px;
	padding: 0 1em;
	margin: 1em auto;
}

.home-ctas {
	max-width: 1100px;
}

.home-cta {
	flex-basis: 30%;
}

.home-cta:not(:nth-child(3n)) {
	margin-right: 5%;
}

.home-cta {
	margin-bottom: 1em;
}

.home-cta > a {
	position: relative;
	display: block;
}

.home-cta > a > h3 {
	position: absolute;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 19px;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	padding: 0 1em;
}

.hc-overlay {
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	background: rgba(0,0,0,0.35);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.home-cta > a:hover .hc-overlay {
	opacity: 1;
}

@media only screen and (max-width: 525px) {
	.home-cta {
		flex-basis: 100%;
		max-width: 500px;
		margin-right: 0 !important;
	}
	.home-ctas {
		justify-content: center;
	}
}

.pub-block-content {
	margin-top: 4em;
}

.pub-block-content > div {
	flex-basis: 50%;
}
html.ie .pub-block-content > div {
	max-width: 50%;
}

.pub-previews {
	background: #F8F8F8;
	padding: 2em;
	justify-content: flex-end;
	position: relative;
}

.pub-prev-bg {
	position: absolute;
	top: -1em;
	bottom: -1em;
	left: 0;
	right: -1em;
	background: #F8F8F8;
	z-index: -1;
}

.pub-previews h4,
.hp-block h4,
.gb-content h5,
.rb-content h5,
.twitter-header h6 {
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin: 0;
	line-height: 1.25;
}

.hp-block h4,
.rb-content h5 {
	color: white;
}

.pub-previews hr,
.hp-block hr,
.gb-content hr,
.twitter-header hr,
.pp-text > hr {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom: 4px solid #164194;
	width: 3em;
	margin: 1em auto 0 0;
}

.pp-text > hr {
	margin-bottom: 1.5em;
}

.hp-block hr {
	border-bottom-color: white;
}

.pub-previews > .pp-slider-container {
	flex-basis: 100%;
	max-width: 550px;
	padding-right: 7em;
}

.pub-slider {
	background: none !important;
}

.pub-slider li h5 {
	font-family: 'Oswald', sans-serif;
	color:#595955;
	font-weight: 700;
	font-size: 20px;
	margin-top: 1em;
	margin-bottom: 0;
}

.pub-slider li h5 > a {
	color: #595955;
}

.pub-slider li .date {
	color:#FF8A00;
	font-size: 13px;
}

.pub-slider li .excerpt {
	color: #9B9797;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 1.5em;
}

.yel-btn {
	display: inline-block;
	background: #164194;
	color: white;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 1em 3em;
	letter-spacing: 0.5em;
	transition: background 0.25s ease-in-out;
}

.yel-btn:hover {
	background: #102a5f;
	color: white;
}

.pub-slider .flex-control-nav {
	position: static !important;
	text-align: left !important;
	margin-top: 2em !important;
}

.pub-slider .flex-control-nav > li:first-child {
	margin-left: 0 !important;
}

.pub-slider .flex-control-nav > li:last-child {
	margin-right: 0 !important;
}

.pub-slider .flex-control-nav > li > a {
	width: 8px !important;
	height: 8px !important;
	background: #9B9797 !important;
	border: 2px solid #9B9797;
	border-radius: 100%;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	transition: border 0.25s ease;
}

.pub-slider .flex-control-nav > li > a.flex-active {
	background: white !important;
	border: 2px solid #164194;
}

.pub-slider .flex-control-nav > li > a:hover {
	border: 2px solid #164194;
}

.hp-block {
	flex-basis: 50%;
	position: relative;
}

@media only screen and (max-width: 1155px) {
	.pub-previews > .pp-slider-container {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.pub-block-content > div {
		flex-basis: 100%;
	}
	html.ie .pub-block-content > div {
		max-width: 100%;
	}
	.pub-previews {
		justify-content: center;
	}
	.hp-block-content {
		margin-top: 0 !important;
		max-width: 550px !important;
		padding: 0 !important;
	}
	.hp-block {
		display: flex;
		justify-content: center;
		padding: 2em !important;
	}
}

.hp-block p {
	color: white;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 1.5em;
}

.hp-block-bg {
	background: #FF8A00;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -25em;
	right: 10em;
	z-index: -1;
	min-width: 500px;
}

.hp-block-content {
	padding: 2em 4em;
	max-width: 500px;
	margin-top: -2em;
}

@media only screen and (max-width: 1050px) {
	.hp-block-bg {
		right: 0;
		min-width: 0px;
	}
}

.partnership-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 2em 1em 2em 10em;
}

.partnership-wrapper {
	align-items: center;
}

.partnership-logos {
	flex: 1 1 0;
	padding: 1em 1em 1em 3em;
	align-items: center;
}

.partner-logo {
	flex-basis: 15%;
	margin: 0 2.5%;
	padding: 0.5em;
}

.partner-logo > img {
	filter: grayscale(1);
}

@media only screen and (max-width: 960px) {
	.partnership-logos {
		flex-basis: 100%;
		padding: 0 !important;
	}
	.partnership-wrapper {
		justify-content: center;
		padding: 1em;
	}
}

@media only screen and (max-width: 600px) {
	.partner-logo {
		flex-basis: 45%;
	}
}

.gr-row {
	align-items: center;
}

.gr-row > div {
	flex-basis: 50%;
	position: relative;
}

.rbg,
.gbg {
	position: absolute;
	z-index: -1;
}

.gbg {
	background: #F8F8F8;
	top: 0;right: 0;bottom: 0;left: 0;
}

.rbg {
	background: #FF8A00;
	top: 0;right: 0;bottom: 0;left: 0;
}

.gb-content p {
	color: #9B9797;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 1.5em;
}

.rb-content p {
	color: white;
	font-size: 13px;
	margin-bottom: 1.5em;
	line-height: 2;
	letter-spacing: 0;
}

.gb-content {
	max-width: 610px;
	margin-right: 0;
	margin-left: auto;
	padding: 2em 8vw 2em 2em;
}

.rb-content {
	padding: 4em 3em;
}

@media only screen and (max-width: 960px) {
	.gr-row > div {
		flex-basis: 100% !important;
	}
	.gb-content,
	.rb-content {
		max-width: 550px;
		margin: 0 auto;
		padding: 3em 2em !important;
	}
}

.twitter-wrapper {
	max-width: 1200px;
	margin: 0 auto 3em;
	padding: 2em;
}

.twitter-header {
	flex-basis: 20%;
}

.twitter-slider-wrapper {
	position: relative;
	padding: 0 4em;
	flex-basis: 80%;
}

.timeline-Header {
	display: none;
}

.tweet-slider-nav {
	top: 0;bottom: 0;right: 0;left: 0;
	width: 100%;
	pointer-events:none;
}

.tweet-slider-nav a {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: all;
}

.tweet-slider-nav > .flex-prev {
	left: 0;
}

.tweet-slider-nav > .flex-next {
	right: 0;
}

.tweet-slide a,
.tweet-slide p {
	color: #9B9797;
	font-size: 12px;
	line-height: 1.5;
}

@media only screen and (max-width: 960px) {
	.twitter-slider-wrapper {
		flex-basis: 100%;
	}
	.twitter-wrapper {
		justify-content: center;
	}
	.twitter-header {
		flex-basis: auto;
		margin-bottom: 2em;
	}
}

.banner-text {
	padding: 1em;
	margin: 0 auto;
	max-width: 1000px;
}

.banner-text h1 {
	color: #164194;
	font-family: 'Oswald', sans-serif;
	font-size: 52px;
	text-align: left;
	margin: 0;
	flex-basis: 100%;
	text-transform: uppercase;
}

@media only screen and (max-width: 900px) {ign: center;
	}
	.banner-text h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 600px) {
	.banner-text h1 {
		font-size: 35px;
	}
}

.ai-wrapper,
.hwt-wrapper {
	max-width: 1000px;
	padding: 1em;
	margin: 0 auto 3.5em;
	justify-content: space-between;
}
.pilots-wrapper .ai-wrapper {
    margin-bottom: 0;
}

.ai-header,
.hwt-header {
	flex-basis: 35%;
}

.ai-header > p {
	color: #606060;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 16px;
	margin-top: 0;
}

.ai-header > h1 {
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 45px;
	margin-top: 0;
	line-height: 1.2;
}

.ai-header > hr {
	border-color: #164194;
	border-top-width: 0;border-left-width: 0;border-right-width: 0;
	border-bottom-width: 4px;
	width: 4em;
	margin-top: 0;
	margin-left: 0;
}

.ai-text,
.hwt-text {
	flex-basis: 60%;
}

.ai-text > img {
	margin-bottom: 2em;
}

.ai-text > p > strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #FF8A00;
	font-size: 16px;
}

.ai-text > p ,
.ai-text li {
	color: #9B9797;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
}

@media only screen and (max-width: 700px) {
	.ai-header, .ai-text {
		flex-basis: 100%;
	}
	.ai-header {
		margin-bottom: 1.5em;
	}
}

.tcb-wrapper {
	margin: 0 auto 2em;
	padding: 1em 1em 1em 22.75%;
	justify-content: space-between;
	background-color: #F8F8F8;
}

.tcb-left {
	flex-basis: 30%;
}
.pw-header {
	padding: 1em 0.75em;
}
.tcb-left > h2,
.tcb-right > h2,
.hwt-header > h4  {
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.25;
	margin-top: 0;
}

.tcb-left > hr,
.tcb-right > hr,
.hwt-header > hr,
.partners-container > hr,
.contact-wrapper > hr,
.ne-wrapper > hr,
.pub-wrapper > hr,
.pw-header > hr {
	border-color: #164194;
	border-top-width: 0;border-right-width: 0;border-left-width: 0;
	border-bottom-width: 4px;
	width: 4em;
	margin-left: 0;
	margin-top: 0;
}

.tcb-left > h3{
	color: #595955;
	font-weight: bold;
	font-size: 19px;
	font-family: 'Oswald', sans-serif;
}

.tcb-left > p ,
.tcb-left li {
	color: #9B9797;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.75;
}

.tcb-wrapper > .tcb-right {
	flex-basis: 50%;
	position: relative;
	padding: 5em 2em;
	margin-top: 1.5em;
	z-index: 2;
}

.tcb-right > .minih {
	color: white;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 15px;
}

.tcb-right > h2 {
	color: white;
}

.tcb-right > hr {
	border-color: white;
}

.tcb-right > .facts-container {
	margin-top: 2em;
	justify-content: space-between;
}

.fact {
	flex-basis: 47.5%;
	margin-bottom: 1.5em;
}

.fact > .stat {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: white;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.fact > .label {
	margin-top: 0;
	color: white;
	text-transform: uppercase;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

.tcb-bg {
	position: absolute;
	background-color: #FF8A00;
	top: 0;left: -4em;right: -100vw;bottom: 0;
	z-index: -1;
}
.tcb-bg2 {
    background-color: #FF8A00;
    padding: 5em 2em;
    margin: -5em -2em;
}

@media only screen and (max-width: 1200px) {
	.tcb-wrapper {
		padding-left: 1em !important;
	}
	.tcb-left {
		flex-basis: 40%;
	}
}

@media only screen and (max-width: 960px) {
	.tcb-wrapper > div {
		flex-basis: 100% !important;
	}
	.tcb-right {
		padding: 2em !important;
	}
}

@media only screen and (max-width: 450px) {
	.fact {
		flex-basis: 100%;
	}
}

.hwt-text > p ,
.hwt-text li {
	color: #9B9797;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

@media only screen and (max-width: 750px) {
	.hwt-wrapper > div {
		flex-basis: 100% !important;
	}
	.hwt-header {
		margin-bottom: 1.5em;
	}
}

.partners-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1em;
}

.partners-container > h1,
.contact-wrapper > h1,
.ne-wrapper > h1,
.pub-wrapper > h1,
.pw-header  > h1,
.error-header {
	margin-top: 0;
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}

.error-header {
  text-align: center;
  padding: 0 1em;
}

.partner-row:first-of-type {
	margin-top: 2.5em;
}

.partner-row {
	justify-content: space-between;
	margin-bottom: 2.5em;
	align-items: center;
}

.p-logo {
	flex-basis: 35%;
}

.p-logo > img {
	max-height: 150px;
	margin: 0 auto;
	max-width: 250px;

}

.p-text {
	flex-basis: 55%;
}

.p-text > h2 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #595955;
	font-size: 20px;
	margin-bottom: 0.25em;
	margin-top: 0;
}

.p-text p ,
.p-text li {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #9B9797;
	line-height: 1.8;
}

.p-text a {
	color: #164194;
}
.p-text p:last-of-type {
	margin-bottom: 2em;
}

.p-text hr {
	border-color: #164194;
	border-top-width: 0;border-left-width: 0;border-right-width: 0;
	border-bottom-width: 4px;
	width: 4em;
	margin-left: 0;
	margin-top: 1em;
}

.partner-row:last-child .p-text hr {
	display: none;
}

@media only screen and (max-width: 750px) {
	.partner-row > div {
		flex-basis: 100% !important;
	}
	.p-logo {
		margin-bottom: 1em;
	}
}

.contact-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
}

.ne-wrapper,
.pub-wrapper,
.pw-header{
	max-width: 1100px;
	margin: 0 auto;
	padding: 1em;
}

.contact-details{
	flex-basis: 30%;
}

.contact-form {
	flex-basis: 65%;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.user-form textarea,
.user-form input[type="text"],
.user-form input[type="email"],
.user-form select,
.download-form textarea,
.download-form input[type="text"],
.download-form input[type="email"],
.download-form select {
	resize: none;
	font-size: 14px;
	padding: 0.6em 0.5em;
	width: 100%;
	transition: border 0.25s ease;
	border: 1px solid rgba(155,151,151,0.5);
	color: #212121;
	letter-spacing: 0.04em;
}

.user-form select,
.download-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.user-form textarea:focus,
.user-form input[type="text"]:focus,
.user-form input[type="email"]:focus,
.user-form select:focus,
.download-form textarea:focus,
.download-form input[type="text"]:focus,
.download-form input[type="email"]:focus,
.download-form select:focus {
	outline: none;
}

.cf-field {
	position: relative;
	margin-bottom: 1.5em;
}

.cf-marketing  .wpcf7-list-item-label {
	display: none;
}

.cf-marketing input[type="checkbox"] {
	margin-right: 0.5em;
}

.cf-field > .cf-label,
.cf-field > .cf-label,
.cf-field > .cf-label {
	font-size: 14px;
	color: #9B9797;
	top: 0.5em;
	left: 1em;
	padding: 0 0.25em;
	position: absolute;
	background-color: white;
	pointer-events: none;
	transition: all 0.25s ease;
}

.user-form .cf-select .cf-label,
.download-form .cf-select .cf-label {
	top: 0;
	transform: translateY(-50%);
	font-size: 12px;
}

.cf-field.active > .cf-label,
.cf-field.has-value > .cf-label {
	top: 0;
	transform: translateY(-50%);
	color: #164194;
	font-size: 12px;
}

.cf-field.active textarea,
.cf-field.active input[type="text"],
.cf-field.active input[type="email"],
.cf-field.active select,
.cf-field.has-value textarea,
.cf-field.has-value input[type="text"],
.cf-field.has-value input[type="email"] {
	border: 1px solid #164194;
}

.download-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.download-form .wpcf7-acceptance span {
	color: #9B9797;
	font-size: 14px;
}

.contact-form .wpcf7-submit,
.user-form .wpcf7-submit,
.download-form .wpcf7-submit {
	border: none;
	border-radius: 0%;
	background-color: #164194;
	color: white;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5em;
	text-align: center;
	padding: 0.75em 0.5em 0.75em 1em;
	max-width: 150px;
	width: 100%;
}

.contact-form .wpcf7-submit:hover,
.user-form .wpcf7-submit:hover,
.download-form .wpcf7-submit:hover {
	background-color: #FF8A00;
}

@media only screen and (max-width: 960px) {
	.contact-content > div {
		flex-basis: 100% !important;
	}
	.contact-form {
		margin-top: 2em;
	}
}

.ne-previews {
	margin-top: 3em;
}

.ne-prev-row {
	justify-content: flex-end;
	margin-bottom: 12em;
	position: relative;
}

.ne-prev-row:nth-child(2n) {
	justify-content: flex-start;
}

.ne-prev-row:nth-child(2n) > .nep-text {
	right: 0;
	left: auto;
}

.nep-img {
	flex-basis: 55%;
}

.nep-text {
	position: absolute;
	background-color: white;
	border: 1px solid #D1D1D1;
	width: 55%;
	left: 0;
	top: 4em;
	padding: 3em 4em;
}

.nep-text > h2,
.nep-text > h2 > a {
	margin-top: 0;
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
}

.nep-text > .nep-excerpt {
	color: #9B9797;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 2.5em;
}

.nep-date {
	font-family: 'Oswald', sans-serif;
	color: #FF8A00;
	font-weight: 200;
	font-size: 16px;
}

@media only screen and (max-width: 960px) {
	.ne-prev-row > .nep-img {
		flex-basis: 100%;
	}
	.ne-previews {
		max-width: 550px;
		margin: 0 auto;
	}
	.nep-text {
		position: static;
		flex-basis: 97.5%;
		margin-top: -1em;
		padding: 1em 2em !important;
		box-shadow: 0px 1px 10px 1px #888888;
	}
	.nep-img {
		order: -1;
	}
	.ne-prev-row {
		margin-bottom: 3em;
		justify-content: center !important;
	}
}

.pagination-archive {
	text-align: center;
}

.pagination-archive > span {
	color: #595955;
}

.pagination-archive > a {
	color: #164194;
}

.single-post header.header {
	box-shadow: 0px 1px 2px 1px gray;
}

.news-container,
.fp-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 1em 1em;
}

.news-container > h1.post-heading,
.fp-container > h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #595955;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	margin-bottom: 0.25em;
	margin-top: 0;
}

.news-container > .date {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 17px;
	color: #FF8A00;
	text-align: center;
	margin-top: 0;
}

.news-container > hr,
.fp-container > hr {
	border-color: #164194;
	border-top-width: 0;border-left-width: 0;border-right-width: 0;
	border-bottom-width: 4px;
	width: 4em;
	margin: 0 auto 1.5em;
}

.news-container > img {
	margin: 0 auto 1.5em;
}

.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5,
.post-content > h6,
.fp-content > h1,
.fp-content > h2,
.fp-content > h3,
.fp-content > h4,
.fp-content > h5,
.fp-content > h6 {
	color: #595955;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.25em;
}

.post-content {
	max-width: 750px;
	margin: 0 auto 1.5em;
	color: #9B9797;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
}

.fp-content {
	margin: 0 auto 1.5em;
	color: #9B9797;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
}

.post-content p,
.fp-content p {
	font-size: 13px;
}

.post-content ul,
.post-content ol,
.fp-content ul,
.fp-content ol {
	list-style-position: outside;
	padding-left: 1em;
}

.post-content a,
.fp-content a {
	color: #164194;
	text-decoration: underline;
}

.post-content a:hover,
.fp-content a:hover {
	color: #102a5f;
}

.news-share {
	max-width: 750px;
	margin: 0 auto 1.5em;
	align-items: center;
}

.news-share > * {
	width: 2.25em;
}

.share-i,
.news-share > .share-tw {
	margin-right: 0.5em;
}

.news-share > .share-tw {
	height: 2.25em;
	border-radius: 100%;
	background-color: #FF8A00;
	cursor: pointer;
	color: white;
	border: 1px solid #FF8A00;

}

.share-tw > i {
	font-size: 22px;
	letter-spacing: 0;
}

.share-tw:hover {
	background-color: white;
	color: #FF8A00;
}

.pub-wrapper > .ai-wrapper {
	color: #339966;
}

.pub-wrapper > .ai-wrapper ul,
.pub-wrapper > .ai-wrapper ul a {
	color: #000080;
}

.pub-prevs {
	margin-top: 4em;
}

.pub-preview {
	border: 1px solid #D1D1D1;
	justify-content: space-between;
	padding: 2em;
	margin-bottom: 2em;
}

.pub-text > h2 {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #595955;
	font-size: 25px;
	margin-bottom: 0.5em;
}

.pub-text > p {
	margin-top: 0;
	color: #9B9797;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.pub-img {
	flex-basis: 20%;
}

.pub-text {
	flex-basis: 77.5%;
}

.pub-actions .news-share {
	margin: 12px 0 0;
	flex-basis: 100%;
}

@media screen and (min-width: 480px) {
	.pub-actions .news-share {
		margin: 0 0 0 12px;
		flex-basis: auto;
	}
}


@media only screen and (max-width: 600px) {
	.pub-preview > div {
		flex-basis: 100% !important;
	}
	.pub-img {
		margin-bottom: 1em;
	}
}

.pilot-prevs {
	max-width: 1920px;
	margin: 4em auto;
}

.pp-row {
	justify-content: flex-end;
	margin-bottom: 7em;
	background-color: #F8F8F8;
}

.pp-text {
	flex-basis: 25%;
}

.pp-img {
	margin-left: 8.5vw;
}

.pp-text > h2 {
	color: #595955;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin-top: 0;
}

.pp-text > h2 > a {
	color: #595955;
}

.pp-text > p {
	color: #9B9797;
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 2em;
}

@media only screen and (max-width: 1300px) {
	.pp-row > div {
		flex-basis: 100% !important;
	}
	.pp-row {
		justify-content: center
	}
	.pp-text {
		max-width: 850px;
		margin: 0 auto;
	}
	.pp-img {
		margin-left: 0;
		order: -1;
	}
	.pp-img img {
		margin: 0 auto 1em;
	}
	.pilot-prevs {
		padding: 0 1em;
	}
}

.user-form-container,
.download-form-container {
	position: fixed;
	left: 0;right: 0;top: 0;bottom: 0;
	background: rgba(0,0,0,0.75);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	justify-content: center;
	align-items: center;
	padding: 1em;
}

.user-form-container.active,
.download-form-container.active {
	opacity: 1;
	pointer-events: auto;
}

.user-form,
.download-form {
	background-color: white;
	border-radius: 5px;
	width: 100%;
	max-width: 750px;
	padding: 2em 1em;
	position: relative;
}

.download-form {
	max-height: 80vh;
	overflow-y: scroll;
}

.user-form > h3,
.download-form h3 {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	color: #164194;
	font-size: 24px;
	margin-bottom: 0.5em;
}

.download-form h1,
.download-form h2,
.download-form h4 {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	color: #164194;
	margin-bottom: 0.5em;
}

.user-form > p,
.download-form p {
	color: #9B9797;
	font-size: 13px !important;
	letter-spacing: 0;
	line-height: 2;
}

.user-form > .user-form-close,
.download-form > .download-form-close {
	position: absolute;
	top: 0.35em;
	right: 0.5em;
	font-size: 25px;
    line-height: 0;
	letter-spacing: 0;
	color: #164194;
	cursor: pointer;
	transition: color 0.25s ease;
}

.user-form-close:hover,
.download-form-close:hover {
	color: #102a5f;
}

#downloadSpinner {
  display: block;
  width: 50px;
  height: 50px;
	margin: 0 auto;
  border: 3px solid rgba(22, 65, 148, 0.3);
  border-radius: 50%;
  border-top-color: #164194;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
  to {-webkit-transform: rotate(360deg);}
}
