
@charset "utf-8";
/* CSS Document */

/*------Global------*/
a img{border:none}
body, form{padding:0px; margin:0px}
* {outline:none}
.clear{clear:both; height:0px; overflow:hidden;}
textarea{overflow:auto}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

/*----- mobile swicher ------*/
.mobile-only-inline, .mobile-only-block{
	display:none!important;
}
.desktop-only-inline{
	display:inline!important;
}
.desktop-only-block{
	display:block!important;
}
@media screen and (max-width: 800px) {
	.desktop-only-inline, .desktop-only-block{
		display:none!important;
	}
	.mobile-only-inline{
		display:inline!important;
	}
	.mobile-only-block{
		display:block!important;
	}
}

/*------Typography------*/
body, p, td, th{
	font-family: 'PT Mono', monospace;
	font-size:15px;
	line-height:2;
	color:#000;
	font-weight: 400;
}
p{
	padding:0px;
	margin:0px 0px 16px 0px;
}
#content ul{
	margin:0px 0px 16px 0px;
}

a{
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#cc6600;
	text-decoration:underline;
}

h1{
	font-family: 'PT Mono', monospace;
	font-size:30px;
	letter-spacing: 2px;
	line-height: 1.2;
	color:#1d1e6d;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:700;
	text-align:left;
	text-transform: uppercase;
}
h1 a{
    color:#1d1e6d;
}
h2{
	font-family: 'PT Mono', monospace;
	font-size:22px;
	letter-spacing: 1px;
	line-height: 1.2;
	color:#1d1e6d;
	padding:0px;
	margin:8px 0px 8px 0px;
	font-weight:700;
	text-align:left;
	text-transform: uppercase;
}
.iconsWrapper h2{
	font-size:20px;
	text-align: center;
}
h2:first-child{
	margin-top: 0;
}
h3{
	font-family: 'PT Mono', monospace;
	font-size:20px;
	line-height:1.2;
	letter-spacing: 1px;
	color:#1d1e6d;
	padding:0px;
	margin:8px 0px 8px 0px;
	font-weight:700;
	text-transform: uppercase;
}
h4{
	font-family: 'PT Mono', monospace;
	font-size:16px;
	line-height:25px;
	color:#1d1e6d;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-weight:700;
}
.red{ color:#cc0000;}

/* form elements */
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='date'],
.input{
	background:#fff;
	color: #333;
	display:inline-block;
	font-family: 'PT Mono', monospace;
	font-size:14px;
	line-height:32px;
	height:32px;
	text-decoration: none;
	padding:0 4px;
	border: solid 1px #888;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

select{
	background:#fff;
	color: #333;
	display:inline-block;
	font-family: 'PT Mono', monospace;
	font-size:14px;
	line-height:32px;
	height:32px;
	text-decoration: none;
	padding:0 4px;
	border: solid 1px #888;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

textarea{
	background:#fff;
	border:solid 1px #888;
	color: #333;
	display:inline-block;
	font-family: 'PT Mono', monospace;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:7px 2px;

	-webkit-appearance: none;
	border-radius: 0;
}

button, .button, input[type="submit"], input[type="button"]{
	display: inline-block;
	width: auto;
	height: 36px;
	padding: 0 36px;
	color: #fff;
	line-height: 36px;
	background: #ce6600;
	text-decoration: none;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-family: 'PT Mono', monospace;
	font-weight: 600;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	border: solid 1px #ffffff;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.3s ease;
}
button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover{
	background:#000;
	color:#fff;
	border: solid 1px #000000;
	text-decoration:none;
}
a.headerButtonBlue{
	display: inline-block;
	width: auto;
	height: 26px;
	padding: 0 16px;
	color: #fff;
	line-height: 26px;
	background: #1d1e6d;
	text-decoration: none;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-family: 'PT Mono', monospace;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.3s ease;
}
a.headerButtonBlue:hover{
	color: #fff;
	text-decoration: none;
	background: #cc6600;
}

a.headerButtonOrange{
	display: inline-block;
	width: auto;
	height: 26px;
	padding: 0 16px;
	color: #fff;
	line-height: 26px;
	background: #cc6600;
	text-decoration: none;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-family: 'PT Mono', monospace;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.3s ease;
}
a.headerButtonOrange:hover{
	color: #fff;
	text-decoration: none;
	background: #1d1e6d;
}

.codeBlock input[type='text'],
.codeBlock input[type='password'],
.codeBlock input[type='tel'],
.codeBlock input[type='email'],
.codeBlock input[type='date'],
.codeBlock .input,
.codeBlock textarea,
.codeBlock select{
	width: 100%;
}

.blue{
	color:#1d1e6d!important;
}
/*------Layout------*/

html{
}

body{
}

#container{
}

.pageWidth{
	width:80%;
	margin:auto;
	position:relative;
}
.footerWidth{
	width:80%;
	margin:auto;
	position:relative;
}

#visual{
	position: relative;
	top:0;
	left:0;
	width:100%;
}
#header{
	padding:0;
	position: fixed;
	top:0;
	left:0;
	z-index:2000;
	width:100%;
	background: #ffffff;
}
body.static #header{
	position: absolute;
}
#header.dim{
}
.logo{
	display: block;
	float: left;
	padding: 20px 0 20px 0;
	margin-left: 20px;
	z-index: 100;
	width: 200px;
	position: relative;
}
.logo img{
	width: 100%;
	height:auto;
	display:block;
}
.mSpacer{
	/*height: 97px;*/
	clear: both;
}


.codeBlock {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}
div.healcode #hc-register {
	background: #ce6600;
	margin: auto;
	float: none;
	display: block;
	padding: 0 60px;
	border-radius: 0!important;
}
div.healcode #hc-register:hover {
	background: #000;
}
.sjb-page{
	margin: auto!important;
}

/**/
.customDropdown{
	position: relative;
	z-index: 1000;
	display: inline-block;
}
.customDropdown>a{
	display: block;
	width: auto;
	height: 26px;
	padding: 0 16px;
	color: #fff;
	line-height: 26px;
	background: #cc6600;
	text-decoration: none;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-family: 'PT Mono', monospace;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.3s ease;
}
.customDropdown>a::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.customDropdown.active>a{
	background: #1d1e6d;
}
.customDropdownList{
	border: solid 1px #1d1e6d;
	background: #fff;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.customDropdownList>a{
	display: block;
	font-size: 13px !important;
	line-height: 16px;
	padding: 4px 16px;
	text-decoration: none;
	font-weight: 700;
	color: #1d1e6d;
}
.customDropdownList>a:hover{
	text-decoration: none;
	background: #1d1e6d;
	color: #fff;
}
.customDropdown.active .customDropdownList{
	display: block;
}

.customDropdown.customDropdownVisual{
}
.customDropdown.customDropdownVisual>a{
	color: #f88818;
	background: rgba(255,255,255,0.1);
	border: solid 1px rgba(255,255,255,0.9);
	height: 46px;
	padding: 0 36px;
	line-height: 46px;
	font-size: 22px !important;
	font-weight: 600;
	font-family: 'PT Mono', monospace;
}
.customDropdown.customDropdownVisual.active>a{
	color: #fff;
	background: #cc6600;
}
.customDropdown.customDropdownVisual>a::after{
	border-color: #f88818 transparent transparent transparent;
}
.customDropdown.customDropdownVisual.active>a::after{
	border-color: #fff transparent transparent transparent;
}
.customDropdownVisual .customDropdownList{
	border: solid 1px #fff;
	background: rgba(255,255,255,0.5);
	border-top: none;
}
.customDropdownVisual .customDropdownList>a{
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: 'PT Mono', monospace;
	padding: 4px 36px;
	text-align: center;
}
.customDropdownVisual .customDropdownList>a:hover{
	background: #cc6600;
}
.innerPage .customDropdown.customDropdownVisual.active>a{
	color: #fff;
	background: #cc6600;
	border: solid 1px #cc6600;
}
.innerPage .customDropdownVisual .customDropdownList{
	border: solid 1px #cc6600;
	background: #fff;
	border-top: none;
}

.customDropdown.customDropdownBig{
}
.customDropdown.customDropdownBig>a{
	color: #fff;
	border: solid 1px rgba(255,255,255,0.9);
	height: 46px;
	padding: 0 36px;
	line-height: 46px;
	font-size: 22px !important;
	font-weight: 600;
	font-family: 'PT Mono', monospace;
}
.customDropdown.customDropdownBig.active>a{
	color: #fff;
	background: #cc6600;
}
.customDropdown.customDropdownBig>a::after{
	border-color: #f88818 transparent transparent transparent;
}
.customDropdown.customDropdownBig.active>a::after{
	border-color: #fff transparent transparent transparent;
}
.customDropdownBig .customDropdownList{
	border: solid 1px #fff;
	background: rgba(255,255,255,0.5);
	border-top: none;
}
.customDropdownBig .customDropdownList>a{
	font-size: 18px !important;
	line-height: 22px;
	font-family: 'PT Mono', monospace;
	padding: 4px 36px;
	text-align: left;
}
.customDropdownBig .customDropdownList>a:hover{
	background: #cc6600;
}

a.button.bigOrangeButton{
	color: #fff;
	background: #cc6600;
	border: solid 1px #fff;
	height: 46px;
	padding: 0 36px;
	line-height: 46px;
	font-size: 22px !important;
	font-weight: 600;
font-family: 'PT Mono', monospace;	
}
a.button.bigOrangeButton:hover{
	background: #fff;
	color: #cc6600;
	border: solid 1px #cc6600;
}
.footerAddress .button{
    margin-top: 12px;
}
.footerAddress .button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-left: 6px;
}
.footerAddress .button:hover{
    background: #1d1e6d;
    border: solid 1px #fff;
}

/**/
.fastLinks{
	font-family: 'PT Mono', monospace;
	text-transform: uppercase;
	float: right;
	padding-right: 18px;
	padding-top: 18px;
}
.fastLinks .customDropdown{
	display: inline-block;
}
a.headerButtonBlue img{
	height: 13px;
	width: auto;
	margin-right: 7px;
	vertical-align: baseline;
}
a.headerButtonOrange img{
	height: 13px;
	width: auto;
	margin-right: 7px;
	vertical-align: baseline;
}

@media screen and (min-width: 801px) {
	.logo{
		transition: all 0.3s ease;
	}
	.scrl .logo{
		width: 150px;
		padding: 15px 0 15px 0;
	}
	.mSpacer{
		height: 100px;
		/*transition: all 0.2s ease;*/
	}
	.scrl .mSpacer{
		height: 80px;
	}
}


/* nav */
#mainNav{
	float: right;
	position:relative;
	z-index: 100;
	height:30px;
	padding:8px 10px 6px 0;
	width: auto;
	transition: all 0.3s ease;
	clear: right;
}
@media screen and (min-width: 801px) {
	.scrl #mainNav{
		padding:0 20px 0 0;
	}
}

#mainNav>ul{
	margin:0;
	padding:0;
	height:30px;
	position:relative;
}
#mainNav>ul>li{
	height:30px;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
#mainNav>ul>li a{
	display:block;
	color:#1d1e6d;
	float:left;
	font-size:15px;
	height:30px;
	line-height:30px;
	text-transform: uppercase;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-family: 'PT Mono', monospace;
	letter-spacing: 1px;
	font-weight:700;
}
#mainNav li.placeholder>a{
    cursor: default;
}
/*
#mainNav>ul>li.current-menu-item>a,
#mainNav>ul>li.current-menu-ancestor>a,
#mainNav>ul>li.current-menu-item:hover>a,
#mainNav>ul>li.current-menu-ancestor:hover>a{
	color:#cc6600;
}
*/
/*
#mainNav>ul>li.current-menu-ancestor ~ li.current-menu-ancestor > a{
	color:#1d1e6d;
}
#mainNav>ul>li.current-menu-ancestor ~ li.current-menu-ancestor:hover > a{
	color:#cc6600;
}
*/
#mainNav>ul>li:hover>a{
	color:#cc6600;
}
#mainNav>ul>li.menu-item-has-children:hover>a{
	/*background: url(../images/tri.png) 50% 100% no-repeat;*/
}
@media screen and (min-width: 801px) {
	#mainNav>ul>li.menu-item-has-children>a::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 5px 0 5px;
		border-color: #1d1e6d transparent transparent transparent;
		display: inline-block;
		vertical-align: middle;
		margin-left: 3px;
	}
	#mainNav>ul>li.menu-item-has-children:hover>a::after {
		border-color: #cc6600 transparent transparent transparent;
	}
}

#mainNav>ul>li>ul{
	position:absolute;
	right:0;
	top:30px;
	height: auto;
	display:none;
	margin:0;
	padding:0;
	width:210px;
	float:none;
	background:#fff;
	border: solid 1px #1d1e6d;
}
@media screen and (min-width: 801px) and (max-width: 930px) {
	#mainNav>ul>li>ul{
		top:50px;
	}
}

/*mainNav>ul>li:hover>ul*/
#mainNav>ul>li.hover>ul
{
	display:block;
}
#mainNav>ul>li>ul>li{
	float: none;
	padding:0;
	margin:0;
	position: relative;
	list-style:none;
	/*border-bottom:solid 1px #eee;*/
}
#mainNav>ul>li>ul>li:last-child{
	border-bottom:none;
}
#mainNav>ul>li>ul>li a{
	display:block;
	color:#1d1e6d;
	float: none;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	font-weight:500;
	text-transform: none;
	text-align:right;
	height: auto;
	letter-spacing: 0px;
}
#mainNav>ul>li>ul>li:last-child a{
	border-bottom: none;
}
#mainNav>ul>li>ul>li.current-menu-item>a, #mainNav>ul>li>ul>li.current-menu-ancestor>a{
	/*color:#cc6600;*/
}
#mainNav>ul>li>ul>li>a:hover{
	color:#cc6600;
}
/* 3rd level */
#mainNav>ul>li>ul>li>ul{
	position:absolute;
	right:209px;
	top:-1px;
	height: auto;
	display:none;
	margin:0px;
	padding:0px;
	width:210px;
	float:none;

	background: #fff;
	border: solid 1px #e51937;
}

@media screen and (min-width: 801px) {
	#mainNav>ul>li>ul>li.menu-item-has-children>a::after{
		content: "";
		position:absolute;
		display:block;
		top:12px;
		left:10px;
		margin: 0;
		padding: 0;

		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right:5px solid #777;
	}
	#mainNav>ul>li>ul>li a{
		border-bottom: solid 1px #1d1e6d;
	}
}
#mainNav>ul>li>ul>li.hover>ul{
	display:block;
}

#mainNav>ul>li>ul>li>ul>li{
	height:auto;
	float: none;
	padding:0;
	margin:0px;
	position: relative;
	list-style:none;
	/*border-bottom:solid 1px #eee;*/
}
#mainNav>ul>li>ul>li>ul>li:last-child{
	border-bottom:none;
}
#mainNav>ul>li>ul>li>ul>li a{
	display:block;
	color:#1d1e6d;
	float: none;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	font-weight:500;
	text-transform: none;
	text-align:right;
	height: auto;
}
#mainNav>ul>li>ul>li>ul>li.current-menu-item>a, #mainNav>ul>li>ul>li>ul>li.current-menu-ancestor>a{
	color:#cc6600;
}
/**/



.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}



/*-------------------------------*/
#visual{
	height: calc(80vh - 126px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000!important;
}
.homePage #visual {
	height: calc(90vh - 103px);
	/*position: fixed;*/
	z-index: -1;
	/*top: 64px;*/
}
.homePage .mSpacer{
	/*height: calc(90vh - 65px);*/
}
#visual::before,#visual::after,
#visual2::before,#visual2::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
#visual::before{
	/*background: url(../images/hero-mask.png) no-repeat center;*/
	/*background-size: 100% 100%;*/
	background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,50,0.6),rgba(0,0,50,0.6));
}
@media screen and (max-width: 800px) {
	#visual2::before{
		background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,50,0.6),rgba(0,0,50,0.6));
	}
}

.visualText{
	position: absolute;
	left: 0;
	bottom: calc(18vh - 20px);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	z-index: 2;
}
.visualTextTitle{
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', san-serif;
	font-size: 6.6vw;
	text-transform: uppercase;
	line-height: 1;
}
.visualTextContent span{
	color: #fff;
	background: #cc6600;
	font-size: 2vw;
	line-height: 1;
	padding: 0.3vw 0.8vw;
	display: inline-block;
	font-family: 'PT Mono', monospace;
	text-transform: uppercase;
	margin-left: 0.5vw;
}
.visualTextContent{
	margin-bottom: 2vw;
}
a.button.visualButton {
	font-size: 15px !important;
	height: 32px;
	line-height: 30px;
	border: solid 1px #fff;
	background: rgba(255,255,255,0.2);
	color: #000;
	border-radius: 2px;
	box-shadow: inset 0px 0px 30px 6px rgba(255,255,255,0.8);
}
a.button.visualButton:hover{
	background:#FFF;
	color:#000;
}
.innerPage .visualText{
	bottom: 20px;
}
.innerPage .visualTextTitle{
	font-size: 46px;
	line-height: 46px;
}

@media screen and (min-width: 801px) {
	.innerPage .visualTextTitle{
		float: left;
		margin-left: 5%;
	}
	.innerPage .customDropdown.customDropdownVisual{
		float: right;
		margin-right: 5%;
	}
}
a.visualCTA{
	position: absolute;
	top: 45px;
	background: #cc6600;
	color: #fff;
	font-weight: 600;
	font-family: 'PT Mono', monospace;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 40px;
	display: block;
	float: left;
	text-decoration: none;
	z-index: 2;
}
a.visualCTA:hover{
	background: #1d1e6d;
}

@media screen and (min-width: 801px) {
	#visual2 {
		background: none!important;
	}
}


.videoBg {
	width: auto;
	/*height: 100vh;*/
	height: 90vh;
	position: relative;
	overflow: hidden;
}
.videoFg{
	position: absolute;
	top:0;
	left: 0;
}
.videoFg iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;/*only for desktop*/
}
@media (min-aspect-ratio: 16/9) and (min-width: 801px) { /*horizontal*/
	.videoFg {
		width: 100%;
		height: 56vw;
		top: calc(50vh - 28vw);
	}
}
@media (max-aspect-ratio: 16/9) and (min-width: 801px) { /*vertical*/
	.videoFg {
		/*height: 100%;
        width: 178vh;
        left: calc(45vw - 89vh);*/
		width: 100%;
		height: 56vw;
		top:-20px;
	}
	.videoBg {
		width: auto;
		height: 47vw;
	}
	.homePage #visual {
		height: 47vw;
	}
	.homePage .mSpacer{
		/*height: calc(50vw + 20px);*/
	}

	.visualText {
		bottom: calc(40% - 80px);
	}
}
/**/

#contentWraper{
	background: #fff;
}

.wideTop *{
	text-align: center;
}
.wideTop p{
	font-size: 17px;
}
.wideTop .contentPadding {
	padding-top: 10px;
	padding-bottom: 20px;
}

/**/
.twoColumnWrapper{
}
.columnLeft {
	position: relative;
}
.columnRight {
	position: relative;
}

@media screen and (min-width: 801px) {
	.twoColumnWrapper{
		display: flex;
		flex-grow: 1;
		flex-wrap: nowrap;
	}
	.columnLeft {
		flex-basis: 50%;
		width: 50%;
	}
	.columnRight {
		flex-basis: 50%;
		width: 50%;
	}
	.columnLeft .contentPadding {
		width: 80%;
		margin-left: 20%;
		padding-right: 20px;
	}
	.columnRight .contentPadding {
		width: 80%;
		margin-right: 20%;
		padding-left: 20px;
	}
}
.columnLeft .contentPadding, .columnRight .contentPadding {
	/*padding-top: 56px;*/
	padding-bottom: 40px;
}





#footer{
	width:100%;
	background: #1d1e6d;
	padding: 30px 0;
}
#footer,#footer p, #footer a{
	font-weight: 400;
	font-family: 'PT Mono', monospace;
	color: #fff;

}
#footer p{
	margin: 0;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	/*text-decoration: underline;*/
}

.socialBox{
}
.socialBox a{
	margin: 0 25px 0 0;
}
#content .socialBox img{
	height: 22px;
}
.legalBlock{
	clear: both;
	padding-top: 20px;
}
.legalBlock, .legalBlock p{
	text-align: center;
	font-size: 11px;
}
.footerAddress, .footerAddress p{
	font-size: 13px;
	line-height: 2.4!important;
}
.formTitle{
	text-transform: uppercase;
	font-size: 14px;
	color: #cc6600;
	text-align: right;
}
.formBlock input[type="text"], .formBlock input[type="email"]{
	display: block;
	clear: right;
	height: 22px;
	line-height: 16px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 400px;
}
.formBlock input[type="submit"]{
	background: none!important;
	border: none!important;
	padding: 3px!important;
	text-decoration: underline!important;
	text-transform: uppercase!important;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: 'PT Mono', monospace;
	height: auto!important;
	line-height: 1!important;
}
.formBlock .buttonWrapper{
	float: right;
	clear: right;
	line-height: 1;
}
.formBlock .buttonWrapper::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #cc6600;
}
.formBlock input[type="submit"]:hover {
	color: #cc6600;
}
.buttonWrapper .ajax-loader{
	float: left;
}
@media screen and (max-width: 801px) {
	.formTitle {
		padding-bottom: 10px;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
		font-weight: 600;
	}
	.formBlock input[type="text"], .formBlock input[type="email"]{
		float: none;
		clear: both;
		width: 100%;
		max-width: none;
	}
	.formBlock .buttonWrapper{
		float: none;
		clear: both;
		padding-top: 10px;
	}
	.formBlock{
		padding-top: 30px;
	}
}
@media screen and (min-width: 801px) {
	.footerLeft{
		float: left;
		width: 400px;
	}
	.footerAddress{
	}
	.socialBox {
		text-align: left;
	}
	.formBlock{
		width: 300px;
		float: right;
	}
}
/**/

#content{
	width:100%;
}
#content img{
	max-width:100%;
	height:auto;
}



.narrowColumn{
	max-width: 1050px;
	margin: auto;
}

.homeContent2 h2{
	font-size: 22px;
	color: #1d1e6d;
	line-height: 1.7;
}
.homeContent2 p{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.contentBlock.homeContent2 {
	padding: 45px 0 45px 0;
}
.contentBlock.topCont{
	padding-bottom: 0;
}
/**/

.contentBlock{
	padding: 30px 0 30px 0;
}
.contentBlock.noTopPadding{
	padding-top: 0;
}

.pageMiddlePhoto{
	width: 100%;
	min-height: 34vw;
	background-image: url(../images/middle.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	.pageMiddlePhoto {
		background-attachment: scroll;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.contentMiddlePhoto{
	width: 40%;
	max-width: 400px;
	float: right;
	color: #fff;
}
.contentMiddlePhoto p{
	color: #fff;
	font-size: 13px;
}
.contentMiddlePhoto h3{
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
.contentMiddlePhoto ul{
	padding: 0 0 0 1em;
	color: #fff;
}
.contentMiddlePhoto li{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.contentMiddlePhoto ul{
		padding: 0 0 0 1em;
		display: flex;
		flex-grow: 1;
		flex-basis: 33%;
		flex-wrap: wrap;
	}
	.contentMiddlePhoto li{
		flex-basis: 30%;
		width: 30%;
	}
}
.contentMiddlePhoto li::before{
	/*content: "\2022  ";*/
}
.pageMiddlePhoto .contentBlock {
	padding: 60px 0 60px 0;
}
/**/
.homeProductsBlock{
	margin: 10px 0 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.homeProduct{
	flex-grow: 1;
	flex-basis: 33%;
	padding: 0;
	margin: 0 5px;
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none!important;
}
.homeProduct:nth-child(1){
	margin-left: 0;
}
.homeProduct:nth-child(3){
	margin-right: 0;
}
@media screen and (min-width: 801px) {
	.homeProduct img {
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
	}

	.homeProduct:hover img {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}
.homeProductTitle{
	font-family: 'PT Mono', monospace;
	font-weight: 600;
	bottom: 30px;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.homeProductText{
	font-size:13px;
	color: #000;
}
@media screen and (max-width: 800px) {
	.homeProductsBlock{
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 0 20px;
	}
	.homeProduct {
		flex-basis: 100%;
		margin: 0 0 10px 0!important;
	}
	.homeProduct img{
		margin: auto;
	}
	.homeProductTitle{
		margin-top: 10px;
	}
}
/**/
.homeCont, .homeCont p{
	font-size: 18px;
}
.greyBox{
	background: #e9e8e8;
}
@media screen and (max-width: 800px) {
	.mobileGreyBox {
		background: #e9e8e8;
	}
}
.homeIconsBlock{
	margin: 30px 0 -30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}
.homeIcon{
	flex-grow: 1;
	flex-basis: 25%;
	padding: 0;
	margin: 0 0 5% 0;
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none!important;

	/*shrink*/
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.homeIcon:hover, .homeIcon:focus, .homeIcon:active {
	/*shrink*/
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.homeIcon img{
	display: block;
	margin: auto;
	max-width: 80%!important;
	width: 125px;
	height: auto;
	background-color: #d1d3d4;
	border-radius: 50%;
	transition: background-color 0.2s ease;
}
.homeIcon:hover img{
	background-color: #cc0000;
}
.homeIconTitle{
	font-weight: 400;
	margin: 5px auto 5px auto;
	max-width: 95%;
	font-family: 'PT Mono', monospace;
	font-size: 16px;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
}
@media screen and (max-width: 800px) {
	.homeIconsBlock{
		flex-wrap: wrap;
	}
	.homeIcon {
		flex-basis: 50%;
		padding-bottom: 20px;
	}
	.homeIcon img{
		margin: auto;
	}
}

/**/

.pageMiddlePhoto{
	display: table;
	width: 100%;
	background: url(../images/middle-image-1.jpg) no-repeat center center;
	background-size: cover;
}
.pageMiddlePhotoRow{
	display: table-row;
}
.pageMiddlePhotoCell{
	display: table-cell;
	/*padding-top: 30%;*/
	height: 33vw;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,0.7);
	background-size: 1px 300px; /*70%;*/
}
.pageMiddlePhotoCell p{
	font-family: 'PT Mono', monospace;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1d1e6d;
	margin: 0;
	padding: 20px;
	line-height: 1.7;
}
.pageMiddlePhotoCell a.button{
	/*text-shadow: none;*/
}
/**/

.bottomBox{
	text-align: center;
	position: relative;
}
.bottomBoxButton{
	text-align: center;
}
/**/

.apiPadding{
	min-height: calc(100vh - 300px);
}

/**/
.orangeTableWrapper{
	display: flex;
	margin-bottom: 35px;
}
.blueTable{
	background-color: #1d1e6d;
}
.orangeTable{
	background-color: #cc6600;
}
.blueTable,
.orangeTable{
	padding: 50px 35px;
	margin: 35px auto 0 auto;
	display: block;
	max-width: 350px;
}
.orangeTableWrapper .blueTable,
.orangeTableWrapper .orangeTable
{
	margin-top: 20px;
	justify-content: space-between;
	flex-direction: column;
	display: flex;
}
@media screen and (max-width: 800px) {
	.orangeTableWrapper{
		display: block;
	}
}
.orangeTableSpacer{
	min-width: 20px;
}
.blueTable, .blueTable p, .blueTable h3, .blueTable h2,
.orangeTable, .orangeTable p, .orangeTable h3, .orangeTable h2
{
	color:#fff;
}
.blueTable, .blueTable p,
.orangeTable, .orangeTable p
{
	font-size: 16px;
	line-height: 1.8;
}
.blueTable p strong,
.orangeTable p strong
{
	font-size: 18px;
}



.blueTable p,
.orangeTable p
{
	margin: 0px 0px 13px 0px;
}
.blueTable h3, .blueTable h2,
.orangeTable h3, .orangeTable h2
{
	margin: 0px 0px 13px 0px;
}

/*---*/
.blueTable a.button,
.orangeTable a.button
{
	background-color: #fff;
	width: 80%;
	font-size: 15px;
	font-family: 'PT Mono', monospace;
	display: block;
	margin: auto;
}
.blueTable a.button{
	color: #1d1e6d;
}
.orangeTable a.button{
	color: #cc6600;
}
.blueTable a.button:hover,
.orangeTable a.button:hover
{
	border-color: #fff;
	color: #fff;
	font-family: 'PT Mono', monospace;
}
.blueTable a.button:hover{
	background-color: #cc6600;
}
.orangeTable a.button:hover{
	background-color: #1d1e6d;
}
/**/
.blueTable healcode-widget,
.orangeTable healcode-widget
{
	width: 100%;
}
.blueTable a.healcode-link,
.orangeTable a.healcode-link
{
	height: 36px;
	padding: 0 36px;
	line-height: 36px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	border: solid 1px #ffffff;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.3s ease;

	background-color: #fff;
	width: 80%;
	font-size: 13px;
	font-family: 'PT Mono', monospace;
	display: block;
	margin: auto;
}
.blueTable a.healcode-link{
	color: #1d1e6d;
}
.orangeTable a.healcode-link{
	color: #cc6600;
}
.blueTable a.healcode-link:hover,
.orangeTable a.healcode-link:hover
{
	color:#fff;
	border: solid 1px #fff;
	text-decoration:none;
	font-family: 'PT Mono', monospace;
}
.blueTable a.healcode-link:hover{
	background-color: #cc6600;
}
.orangeTable a.healcode-link:hover{
	background-color: #1d1e6d;
}

/*---*/



.blueTable p:last-child,
.orangeTable p:last-child{
	margin: 15px 0 0 0;
}
.orangeTableWrapper .blueTable p:last-child,
.orangeTableWrapper .orangeTable p:last-child{
	justify-content: flex-end;
	display: flex;
}
.addOns{
    border: solid 6px #1d1e6d;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    max-width: 950px;
    margin: auto;
}

/**/
.formWrapper{
	max-width: 950px;
	margin: auto;
}
.formRow{
	width: 100%;
	position: relative;
	padding: 4px 0;
}
.formRow::after{
	content: "";
	display: block;
	clear: both;
	float: none;
}
.formRow .wpcf7-form-control{
	width: 100%;
}
.formRow label{
	display: block;
}
@media screen and (min-width: 801px) {
	.content-column {
		padding: 0 25px;
		box-sizing: border-box;
	}
	.formRowHalf{
		width: 50%;
		float: left;
		position: relative;
	}
	.formRowHalf:last-child label{
		float: right;
	}
	.formRowHalf label{
		width: 96%;
		position: relative;
		display: block;
	}
}

/* Placeholders */
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
input:placeholder {
	color: #999;
	opacity: 1;
	font-size: 12px;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
textarea::-moz-placeholder { /* Firefox 19+ */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
textarea:-ms-input-placeholder { /* IE 10+ */
	color: #999;
	opacity: 1;
	font-size: 12px;
}
textarea:-moz-placeholder { /* Firefox 18- */
	color: #999;
	opacity: 1;
	font-size: 14px;
}
textarea:placeholder {
	color: #999;
	opacity: 1;
	font-size: 12px;
}

/* Media Queries */
@media screen and (max-width: 1000px) and (min-width: 800px) {
}

/* mobile */
@media screen and (max-width: 800px) {
	h2{
		font-size:20px;
	}

	body, p, td, th{
		font-size:18px;
		line-height:28px;
	}
	.pageWidth{
		width:auto;
		margin:0 20px;
	}
	.footerWidth{
		width:auto;
		margin:0 20px;
	}
	.footerAddress, .footerAddress p {
		font-size: 13px;
		line-height: 2!important;
	}

	.fastLinks{
		width: auto;
		float: none;
		text-align: center;
		clear: both;
	}

	.logo{
		padding: 4vw 0 4vw 23vw;
		margin: 0;
		position: relative;
		width: 50vw;
		float: left;
		z-index: 1000;
	}
	.logo img, .inner .logo img{
		height:auto!important;
		width: 100%;
		position: static;
	}
	#activateNav {
		text-align: center;
		float: right;
		z-index: 100;
	}
	#activateNav img{
		width: 11vw;
		height: auto;
		margin-right: 4vw;
		margin-top: 6vw;
	}

	#visual {
		height: auto!important;
	}
	#visual2{
		height: 75vw;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
	}

	.mSpacer{
		height: calc(80px + 20vw);
		clear: both;
	}
	#visual::before,#visual::after{
		display: none;
	}

	#content li{
		list-style-position: inside;
	}


	/**/
	#mainNav{
		display:none;
		height:auto;
		position:absolute;
		margin:0;
		width:100%;
		background: #FFF;
		top:100%;
		right:0;
		/*z-index:99999;*/
		padding:0px;
		float: none;
		border-top: solid 1px #D0D0D0;
	}
	#mainNav > ul {
		height: auto;
	}
	#mainNav ul li,
	#mainNav ul>li>ul,
	#mainNav ul>li>ul>li>ul{
		padding: 0!important;
		margin: 0!important;
		width: auto;
		position: static;
		float: none;
		height: auto;
		background: none!important;
		border: none!important;
	}
	#mainNav ul li a{
		position: relative;
	}
	#mainNav ul li a, #mainNav ul li a:hover {
		color: #555!important;
		padding: 15px 20px!important;
		margin: 0;
		width: auto;
		background: #FFF; /*#3e4349;*/
		border-bottom: solid 1px #D0D0D0;
		display: block;
		float: none;
		height: auto;
		line-height: 1.1!important;
		text-align: left!important;
		font-weight: 300;
	}
	#mainNav ul>li>ul li a, #mainNav ul>li>ul li a:hover{
		background: #F8F8F8;
	}
	#mainNav ul>li>ul>li>ul>li a, #mainNav ul>li>ul>li>ul>li a:hover{
		background: #F0F0F0;
	}

	#mainNav ul li.menu-item-has-children>a::after{
		content: "+";
		display: block;
		float: right;
		color: #777;
		position: absolute;
		z-index: 1;
		right: 20px;
		top: 0;
		font-size: 24px;
		padding-top: 16px;
		font-weight: 300;
		line-height: 14px;
		font-family: 'PT Mono', monospace;
	}
	#mainNav ul li.menu-item-has-children.hover>a::after{
		content: "\2013";
	}
	.tgl2{
		position: absolute;
		right: 0;
		height: 42px;
		width: 50px;
		z-index: 999;
	}
	/**/


	#contentWraper{
	}
	#content{
		margin-top:0px!important;
		min-height:0px;
	}

	#content, #content p, #content h1, #content h2, #content h3, #content h4{
		text-align: center;
	}

	#content #footer{
		position:relative;
		height:auto;
		padding:15px 0px 50px;
		width:auto;
		display: block;
		text-align: center;
	}

	/**/
	#textContent img{
		max-width:100%!important;
	}


	a.button{
		padding: 8px 10px;
		line-height: 1.4;
		height: auto;
	}

	.footerAddress{
		padding: 30px 0 0 0;
	}

	.socialBox{
		padding: 20px 0 0 0;
		margin-bottom: 0;
	}

	.socialBox a {
		margin: 0 10px 0 10px;
	}

	h2{
		line-height: 1.3;
		padding: 10px 0;
	}

	.homePage .mSpacer {
		/*height: calc(90vw + 20px);*/
	}
	.homePage #visual{
		/*top: calc(18vw + 20px);*/
		height: 47vw;
	}
	.contentPadding{
		clear: both;
	}
	.columnLeft .contentPadding, .columnRight .contentPadding {
		padding-top: 0;
		padding-bottom: 0;
	}
	.sectionImageMobile{
		width: 100%;
		height: auto;
	}

	.wideTop .contentPadding{
		padding-top: 30px;
	}

	/**/
	.pageMiddlePhotoCell{
		padding: 15% 0 5% 0;
	}
	.pageMiddlePhotoCell p{
		line-height: 1.8;
		font-size: 16px;
	}
	.pageMiddlePhoto.pageMiddlePhotoInner{
		background: none;
		display: block;
	}
	.pageMiddlePhoto.pageMiddlePhotoInner .pageMiddlePhotoRow{display: block;}
	.pageMiddlePhoto.pageMiddlePhotoInner .pageMiddlePhotoCell{display: block;}
	.pageMiddlePhotoCell {
		padding: 10px 10px 40px 10px;
	}
	.pageMiddlePhotoInner .pageWidth {
		padding: 0;
	}
	.pageMiddlePhoto.pageMiddlePhotoInner .pageMiddlePhotoCell p {
		text-shadow: none;
		color: #fcb202;
	}
	.pageMiddlePhotoInner .pageMiddlePhotoCell {
		height: auto;
	}
	/**/
	.fastLinks{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.fastLinks .headerButtonBlue .headerButtonOrange{
		display: none;
	}
	a.headerButtonBlue{
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		float: none;
		clear: both;
		text-align: center;
		font-size: 18px!important;
		font-weight: 600!important;
	}
	a.headerButtonBlue img{
		height: 18px;
	}
	a.headerButtonOrange{
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		float: none;
		clear: both;
		text-align: center;
		font-size: 18px!important;
		font-weight: 600!important;
	}
	a.headerButtonOrange img{
		height: 18px;
	}
	.fastLinks .customDropdown>a{
		width: 100%;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 18px !important;
		font-weight: 600;
	}
	.fastLinks .customDropdown {
		width: 100%;
		z-index: 10000;
	}

	.visualText {
		bottom: -24vw;
	}
	#visual{
		margin-bottom: 30vw;
	}
	.visualTextContent {
		margin-bottom: 5vw;
	}
	.customDropdown.customDropdownVisual > a {
		border: solid 1px #f88818;
	}
	.visualTextContent span {
		font-size: 3vw;
		line-height: 10vw;
		display: block;
		overflow: hidden;
		height: auto;
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.visualTextTitle{
		font-size: 9.5vw;
	}

	.fastLinks .customDropdownList a{
		line-height: 34px;
		border-top: solid 1px #1d1e6d;
	}
	.customDropdown.customDropdownVisual>a {
		font-size: 6vw !important;
		letter-spacing: normal;
		padding: 10px;
		line-height: 1;
		height: auto;
	}
	.customDropdownVisual .customDropdownList>a {
		line-height: 40px;
		padding: 0;
		border-bottom: solid 1px #c60;
	}
	.customDropdownVisual .customDropdownList{
		border-left: solid 1px #c60;
		border-right: solid 1px #c60;
		background: #fff;
	}
	a.button.bigOrangeButton {
		padding: 10px;
		line-height: 1;
		height: auto;
		font-size: 6vw !important;
		letter-spacing: normal;
	}
	.CTAwrapper{
		margin: 0 -20px;
	}

	.homeContent2 h2{
		margin-top: 15px;
		line-height: 1.2;
	}
	.homeContent2 p{
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.contentBlock.homeContent2 {
		padding: 25px 0 25px 0;
	}
	.innerPage .visualText{
		bottom: -20vw;
	}
	.innerPage .visualTextTitle{
		margin-bottom: 10vw;
	}

}
@media screen and (max-width: 500px) {
	.contentMiddlePhoto ul{
		padding: 0;
	}
	.contentMiddlePhoto li{
		flex-basis: 40%;
	}
}

@media screen and (max-height: 500px) {
	#header {
		position: absolute;
	}
}
/* /Media Queries */
