html, body {
	height: 100%;
	margin: 0 !important;
	/*scroll-behavior: smooth;*/
}
			
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7em;
	
	overflow: auto;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

body > iframe {
	width: 0px;
	height: 0px;
	border: 0px;
	position: absolute;
	overflow: hidden;
	opacity: 0.001;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

.hidden { display: none !important; }

#wpadminbar .quicklinks > ul > li > a { padding-left: 0px ; }

body { padding-top: 70px; }
header.layout { top: 70px; }
header.nav { top: 70px; }
nav.top_nav { top: 0; }
.modal { top: 70px; }
header.announcement { top: 70px; }

@media screen and (min-width: 783px) {
    .customize-support { padding-top: 102px; }
    .customize-support header.layout { top: 102px; }
    .customize-support header.nav { top: 102px; }
    .customize-support nav.top_nav { top: 32px; }
    .customize-support .modal { top: 102px; }
    .customize-support header.announcement { top: 102px; }
}

@media screen and (max-width: 782px) and (min-width: 601px) {
	.customize-support { padding-top: 116px; }
	.customize-support header.layout { top: 116px; }
	.customize-support header.nav { top: 116px; }
	.customize-support nav.top_nav { top: 46px; }
	.customize-support .modal { top: 116px; }
	.customize-support header.announcement { top: 116px; }
}

@media screen and (max-width: 600px) {
	#wpadminbar { display: none; }
}

header.announcement {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: #52c7d8;
	color: #fff;
	
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.body_inner {
	position: relative;
	z-index: 1;
	
	min-height: 100%;
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	-moz-transition: -moz-transform 500ms ease-in-out;
	-ms-transition: -ms-transform 500ms ease-in-out;
	-o-transition: -o-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}

body.noscroll, body.noscroll > .body_inner { overflow: hidden; }

body.nav_open { overflow: hidden; }
body.nav_open .body_inner {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', sans-serif;
	line-height: normal;
}

.disabled, :disabled { opacity: 0.5; }
header.mask { height: 100%; }
p:empty { display: none; }

.nav_open header.layout {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

#splash_video {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	
	min-width: 100%;
	min-height: 100%;
	
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

header.layout {
	position: fixed;
	z-index: 2;
	left: 0;
	top: 70px;
	
	width: 100%;
	height: 400px;
	max-height: calc(100% - 70px);
	
	background-color: #0f0f0f;
	
	-webkit-transition: box-shadow 1000ms ease-in-out, -webkit-transform 500ms ease-in-out;
	-moz-transition: box-shadow 1000ms ease-in-out, -moz-transform 500ms ease-in-out;
	-ms-transition: box-shadow 1000ms ease-in-out, -ms-transform 500ms ease-in-out;
	-o-transition: box-shadow 1000ms ease-in-out, -o-transform 500ms ease-in-out;
	transition: box-shadow 1000ms ease-in-out, transform 500ms ease-in-out;
}

body.scrolled header.layout { height: 70px !important; }
body.scrolled header.layout .back { display: none; }
body.scrolled header.mask { height: 70px !important; }
body.scrolled .top_nav .logo { height: 60px !important; }

header.layout .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

header.layout .back {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: repeat;
	
	overflow: hidden;
}

header.layout .back.loaded {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header.layout .init_back
, header.layout .main_back
, header.layout .video_back {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;

	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	
	overflow: hidden;
}

header.layout .main_back { z-index: 0; }
header.layout .video_back { z-index: 1; }

header.layout .init_back {
	z-index: 2;
	
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;
}

header.layout .init_back > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = '20');
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

header.layout .back.loaded .init_back { opacity: 0; }

header.layout .slide_in {
	height: 100%;
	width: 100%;
}

header.layout .arrow {
	position: absolute;
	top: 0;
	right: 0;
	
	height: 100%;
}

.top_nav {
	position: fixed;
	z-index: 3;
	left: 0;
	right: 0;
	
	background: #000;
	font-size: 0;
	white-space: nowrap;
	text-align: center;
	padding: 0 20px;
	line-height: 70px;
	
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}

/*.top_nav::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: -17px;
	height: 70px;
	
	-webkit-transition: opacity 500ms 500ms linear;
	   -moz-transition: opacity 500ms 500ms linear;
	    -ms-transition: opacity 500ms 500ms linear;
	     -o-transition: opacity 500ms 500ms linear;
	        transition: opacity 500ms 500ms linear;
	
	background: #000000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background:    -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background:         linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#000000", endColorstr = "#000000", GradientType = 1);
}

.nav_open .top_nav::before {
	opacity: 0;
	
	-webkit-transition: opacity 500ms linear;
	   -moz-transition: opacity 500ms linear;
	    -ms-transition: opacity 500ms linear;
	     -o-transition: opacity 500ms linear;
	        transition: opacity 500ms linear;
}*/

.nav_open .top_nav {
	background-color: #ffd000;
	-webkit-transition: background-color 0ms 500ms linear;
	   -moz-transition: background-color 0ms 500ms linear;
	    -ms-transition: background-color 0ms 500ms linear;
	     -o-transition: background-color 0ms 500ms linear;
	        transition: background-color 0ms 500ms linear;
}

.top_nav .right {
	float: right;
	line-height: 70px;
}

.top_nav .right a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.top_nav .right a ~ a { margin-left: 30px; }

  .top_nav .phone
, .top_nav .covid
, .top_nav .ntdaw
, .top_nav .safety-poster
, .top_nav .g4g {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 10px;
	
	-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
	   -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
	        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
}

  .top_nav .phone
, .top_nav .covid
, .top_nav .ntdaw
, .top_nav .safety-poster
, .top_nav .g4g
, .top_nav .social
, .top_nav .menu {
	-webkit-transition: opacity 300ms 350ms ease-in-out, -webkit-text-shadow 300ms ease-in-out;
	   -moz-transition: opacity 300ms 350ms ease-in-out,    -moz-text-shadow 300ms ease-in-out;
	    -ms-transition: opacity 300ms 350ms ease-in-out,         text-shadow 300ms ease-in-out;
	     -o-transition: opacity 300ms 350ms ease-in-out,         text-shadow 300ms ease-in-out;
	        transition: opacity 300ms 350ms ease-in-out,         text-shadow 300ms ease-in-out;
}

.top_nav .covid
, .top_nav .g4g { margin-left: 0 !important; }

  .top_nav .covid:hover
, .top_nav .safety-poster:hover
, .top_nav .g4g:hover {
	-webkit-text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	-moz-text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
}

  .top_nav .phone::before
, .top_nav .covid::before
, .top_nav .ntdaw::before
, .top_nav .g4g::before
, .top_nav .safety-poster::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	
	vertical-align: middle;
	margin-right: 10px;
	
	background: no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.top_nav .phone::before { background-image: url('../images/icon_phone.svg'); }
.top_nav .covid::before { background-image: url('../images/icon_covid.svg?v=1'); }
.top_nav .g4g::before { background-image: url('../images/icon_g4g.svg'); }
.top_nav .ntdaw::before { background-image: url('../images/icon_ntdaw.svg'); }
.top_nav .safety-poster::before { background-image: url('/wp-content/uploads/2021/05/Crayons-1.svg'); }

  .nav_open .top_nav .phone
, .nav_open .top_nav .covid
, .nav_open .top_nav .ntdaw
, .nav_open .top_nav .g4g
, .nav_open .top_nav .menu
, .nav_open .top_nav .social
, .nav_open .top_nav .safety-poster {
	opacity: 0;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	
	-webkit-transition: opacity 300ms 150ms ease-in-out;
	-moz-transition: opacity 300ms 150ms ease-in-out;
	-ms-transition: opacity 300ms 150ms ease-in-out;
	-o-transition: opacity 300ms 150ms ease-in-out;
	transition: opacity 300ms 150ms ease-in-out;
}

  .top_nav .g4g
, .top_nav .safety-poster {
	font-size: 0;
	letter-spacing: 0;
	/*margin-right: 0;*/
}

.top_nav .ntdaw {
	font-size: 0;
	width: 52px;
}

.top_nav .ntdaw::before {
	width: 52px;
	margin: 0;
	
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	
	-webkit-transition: -webkit-box-shadow 300ms ease-in-out;
	-moz-transition: -moz-box-shadow 300ms ease-in-out;
	-ms-transition: box-shadow 300ms ease-in-out;
	-o-transition: box-shadow 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out;
}

.top_nav .ntdaw:hover::before {
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	-moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
}

.top_nav .button {
	font-size: 15px;
	padding: 5px 10px;
	
	-webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
	-moz-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
	-ms-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
	-o-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
	
	-webkit-transition: -webkit-transform 300ms ease-in-out, opacity 300ms 400ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out, opacity 300ms 400ms ease-in-out;
	-ms-transition: -ms-transform 300ms ease-in-out, opacity 300ms 400ms ease-in-out;
	-o-transition: -o-transform 300ms ease-in-out, opacity 300ms 400ms ease-in-out;
	transition: transform 300ms ease-in-out, opacity 300ms 400ms ease-in-out;
}

.nav_open .top_nav .button {
	opacity: 0;
	
	-webkit-pointer-events: none;
	   -moz-pointer-events: none;
	    -ms-pointer-events: none;
	     -o-pointer-events: none;
	        pointer-events: none;
	
	-webkit-transition: opacity 300ms 50ms ease-in-out;
	   -moz-transition: opacity 300ms 50ms ease-in-out;
	    -ms-transition: opacity 300ms 50ms ease-in-out;
	     -o-transition: opacity 300ms 50ms ease-in-out;
	        transition: opacity 300ms 50ms ease-in-out;
}

  .top_nav .button::before
, .top_nav .button::after {
	-webkit-transition: -webkit-transform 300ms ease-in-out, background-color 300ms ease-in-out !important;
	   -moz-transition:    -moz-transform 300ms ease-in-out, background-color 300ms ease-in-out !important;
	    -ms-transition:     -ms-transform 300ms ease-in-out, background-color 300ms ease-in-out !important;
	     -o-transition:      -o-transform 300ms ease-in-out, background-color 300ms ease-in-out !important;
	        transition:         transform 300ms ease-in-out, background-color 300ms ease-in-out !important;
}

  .top_nav .button:not(:disabled):hover::before
, .top_nav .button:not(:disabled):hover::after { background-color: #ffd000; }


.top_nav .hamburger {
	position: relative;
	width: 30px;
	height: 30px;
}

  .top_nav .hamburger span::before
, .top_nav .hamburger span::after { content: ''; }

  .top_nav .hamburger span
, .top_nav .hamburger span::before
, .top_nav .hamburger span::after {
	position: absolute;
	left: 0;
	top: 50%;
	
	width: 100%;
	height: 4px;
	
	background-color: #fff;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3333);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: -webkit-box-shadow 300ms ease-in-out, background 300ms 350ms ease-in-out, margin 300ms 350ms ease-in-out, -webkit-transform 300ms 350ms ease-in-out;
	-moz-transition: -moz-box-shadow 300ms ease-in-out, background 300ms 350ms ease-in-out, margin 300ms 350ms ease-in-out, -moz-transform 300ms 350ms ease-in-out;
	-ms-transition: box-shadow 300ms ease-in-out, background 300ms 350ms ease-in-out, margin 300ms 350ms ease-in-out, -ms-transform 300ms 350ms ease-in-out;
	-o-transition: box-shadow 300ms ease-in-out, background 300ms 350ms ease-in-out, margin 300ms 350ms ease-in-out, -o-transform 300ms 350ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, background 300ms 350ms ease-in-out, margin 300ms 350ms ease-in-out, transform 300ms 350ms ease-in-out;
}

.top_nav .hamburger span::before { margin-top: -10px; }
.top_nav .hamburger span::after { margin-top: 10px; }

  .top_nav .hamburger:hover span
, .top_nav .hamburger:hover span::before
, .top_nav .hamburger:hover span::after {
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	-moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
}

  .nav_open .top_nav .hamburger span
, .nav_open .top_nav .hamburger span::before
, .nav_open .top_nav .hamburger span::after {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: -webkit-box-shadow 300ms ease-in-out, background 300ms 50ms ease-in-out, margin 300ms 50ms ease-in-out, -webkit-transform 300ms 50ms ease-in-out;
	-moz-transition: -moz-box-shadow 300ms ease-in-out, background 300ms 50ms ease-in-out, margin 300ms 50ms ease-in-out, -moz-transform 300ms 50ms ease-in-out;
	-ms-transition: box-shadow 300ms ease-in-out, background 300ms 50ms ease-in-out, margin 300ms 50ms ease-in-out, -ms-transform 300ms 50ms ease-in-out;
	-o-transition: box-shadow 300ms ease-in-out, background 300ms 50ms ease-in-out, margin 300ms 50ms ease-in-out, -o-transform 300ms 50ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, background 300ms 50ms ease-in-out, margin 300ms 50ms ease-in-out, transform 300ms 50ms ease-in-out;
}

  .nav_open .top_nav .hamburger:hover span
, .nav_open .top_nav .hamburger:hover span::before
, .nav_open .top_nav .hamburger:hover span::after {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

  .nav_open .top_nav .hamburger span::before
, .nav_open .top_nav .hamburger span::after {
	background-color: #000;
}

.nav_open .top_nav .hamburger span {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.nav_open .top_nav .hamburger:hover span {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.nav_open .top_nav .hamburger span::before {
	-webkit-transform: translate(0, -50%) rotate(225deg);
	-moz-transform: translate(0, -50%) rotate(225deg);
	-ms-transform: translate(0, -50%) rotate(225deg);
	-o-transform: translate(0, -50%) rotate(225deg);
	transform: translate(0, -50%) rotate(225deg);
	
	margin-top: 0;
}

.nav_open .top_nav .hamburger span::after {
	-webkit-transform: translate(0, -50%) rotate(-225deg);
	-moz-transform: translate(0, -50%) rotate(-225deg);
	-ms-transform: translate(0, -50%) rotate(-225deg);
	-o-transform: translate(0, -50%) rotate(-225deg);
	transform: translate(0, -50%) rotate(-225deg);
	
	margin-top: 0;
}

@media (min-width: 769px) {
	.top_nav .hamburger { margin-right: 40px; }
	
	.top_nav .hamburger::after {
		content: 'Menu';
		position: absolute;
		left: 40px;
		top: 0;
		
		display: inline-block;
		
		line-height: 30px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #fff;
		
		-webkit-transition: -webkit-text-shadow 300ms ease-in-out, color 300ms 350ms ease-in-out;
		   -moz-transition:    -moz-text-shadow 300ms ease-in-out, color 300ms 350ms ease-in-out;
			-ms-transition:         text-shadow 300ms ease-in-out, color 300ms 350ms ease-in-out;
			 -o-transition:         text-shadow 300ms ease-in-out, color 300ms 350ms ease-in-out;
				transition:         text-shadow 300ms ease-in-out, color 300ms 350ms ease-in-out;
	}

	.top_nav .hamburger:hover::after {
		-webkit-text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
		   -moz-text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
				text-shadow: 0 0 10px rgba(255, 255, 255, 0.6666);
	}
	
	.nav_open .top_nav .hamburger::after {
		color: #000;
		
		-webkit-transition: -webkit-text-shadow 300ms ease-in-out, color 300ms 50ms ease-in-out;
		   -moz-transition:    -moz-text-shadow 300ms ease-in-out, color 300ms 50ms ease-in-out;
			-ms-transition:         text-shadow 300ms ease-in-out, color 300ms 50ms ease-in-out;
			 -o-transition:         text-shadow 300ms ease-in-out, color 300ms 50ms ease-in-out;
				transition:         text-shadow 300ms ease-in-out, color 300ms 50ms ease-in-out;
	}

	.nav_open .top_nav .hamburger:hover::after {
		-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
		   -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
				text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	}
}

.top_nav .logo {
	position: relative;
	z-index: 1;
	
	float: left;
	margin-top: 5px;
	
	display: inline-block;
	width: 230px;
	height: 60px;
	max-height: 100%;
}

.top_nav .logo::before
, .top_nav .logo::after {
	content: '';
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: no-repeat left center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	-webkit-transition: opacity 300ms 50ms ease-in-out;
	-moz-transition: opacity 300ms 50ms ease-in-out;
	-ms-transition: opacity 300ms 50ms ease-in-out;
	-o-transition: opacity 300ms 50ms ease-in-out;
	transition: opacity 300ms 50ms ease-in-out;
}

.top_nav .logo::before {
	background-image: url('../images/logo.svg');
	z-index: 1;

	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
	-moz-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
	-ms-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
	-o-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

.top_nav .logo::after {
	background-image: url('../images/logo_black.svg');
	z-index: 2;
	opacity: 0;
}

.nav_open .top_nav .logo::before
, .nav_open .top_nav .logo::after {
	-webkit-transition: opacity 300ms 350ms ease-in-out;
	-moz-transition: opacity 300ms 350ms ease-in-out;
	-ms-transition: opacity 300ms 350ms ease-in-out;
	-o-transition: opacity 300ms 350ms ease-in-out;
	transition: opacity 300ms 350ms ease-in-out;
}

.nav_open .top_nav .logo::before { opacity: 0; }
.nav_open .top_nav .logo::after { opacity: 1; }

.top_nav .menu { display: inline-block; }

.top_nav .menu li { position: relative; }
.top_nav .menu .level_1 > li { display: inline-block; }

.top_nav .menu .level_1 > li > a {
	position: relative;
	display: inline-block;
	padding: 15px;
	
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	
	-webkit-transition: color 200ms ease-in-out;
	   -moz-transition: color 200ms ease-in-out;
	    -ms-transition: color 200ms ease-in-out;
	     -o-transition: color 200ms ease-in-out;
	        transition: color 200ms ease-in-out;
}

.top_nav .menu .level_1 > li:hover > a { color: #ffd000; }
 
.top_nav .menu .level_1 > li > a::before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
	height: 5px;
	background-color: #57c7d6;
	
	-webkit-transition: opacity 200ms ease-in-out;
	   -moz-transition: opacity 200ms ease-in-out;
	    -ms-transition: opacity 200ms ease-in-out;
	     -o-transition: opacity 200ms ease-in-out;
	        transition: opacity 200ms ease-in-out;
}

.top_nav .menu .level_1 > li:not(:hover) > a::before { opacity: 0; }
.top_nav .menu li div {
	display: none;
	min-width: 230px;
}

.top_nav .menu li:hover > div {
	position: absolute;
	display: inline-block;
	padding: 20px 0;
	line-height: 1.2;
	text-align: left;
}

.top_nav .menu .level_1 > li:hover > div {
	top: 100%;
	left: 15px;

	background-color: rgba(255, 208, 0, 0.95);
}

.top_nav .menu .level_2 > li > a {
	position: relative;
	display: block;
	line-height: 1.1rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #231f20;
	padding: 10px 30px;
	
	-webkit-transition: color 200ms ease-in-out;
	   -moz-transition: color 200ms ease-in-out;
	    -ms-transition: color 200ms ease-in-out;
	     -o-transition: color 200ms ease-in-out;
	        transition: color 200ms ease-in-out;
}

.top_nav .menu .level_2 > li:hover > a { color: #57c7d6; }
.top_nav .menu .level_2 > li > a.has_children { font-weight: bold; }
  .top_nav .menu .level_2 > li > a.has_children::after
, .top_nav .menu .level_2 > li > a.has_children::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	
	margin-top: -12px;
	
	width: 20px;
	height: 24px;
	float: right;
	
	background: no-repeat center center;
	-webkit-background-size: 15px 20px;
	   -moz-background-size: 15px 20px;
	    -ms-background-size: 15px 20px;
	     -o-background-size: 15px 20px;
	        background-size: 15px 20px;
			
	-webkit-transition: opacity 200ms ease-in-out;
	   -moz-transition: opacity 200ms ease-in-out;
	    -ms-transition: opacity 200ms ease-in-out;
	     -o-transition: opacity 200ms ease-in-out;
	        transition: opacity 200ms ease-in-out;
}

.top_nav .menu .level_2 > li > a.has_children::before { background-image: url('../images/icon_nav_arrow_blue.svg'); }
.top_nav .menu .level_2 > li > a.has_children::after  { background-image: url('../images/icon_nav_arrow.svg'); }

.top_nav .menu .level_2 > li:not(:hover) > a.has_children::before { opacity: 0; }
.top_nav .menu .level_2 > li:hover       > a.has_children::after  { opacity: 0; }

.top_nav .menu .level_2 > li:hover > div {
	top: -20px;
	left: 100%;

	background-color: rgba(87, 199, 214, 0.95);
}

.top_nav .menu .level_3 > li > a {
	position: relative;
	display: block;
	line-height: 1.1rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #231f20;
	padding: 10px 30px;
	
	-webkit-transition: color 200ms ease-in-out;
	   -moz-transition: color 200ms ease-in-out;
	    -ms-transition: color 200ms ease-in-out;
	     -o-transition: color 200ms ease-in-out;
	        transition: color 200ms ease-in-out;
}

.top_nav .menu .level_3 > li:hover > a { color: #fff; }

.nav_open .family_tag { opacity: 0; }

.family_tag {
	position: fixed;
	top: 70px;
	right: 30px;
	z-index: 99;
	
	background: #737375;
	padding: 10px 20px;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	color: #e0e0e0;
	letter-spacing: 0.05rem;
	line-height: 1;
	
	-webkit-border-radius: 0 0 15px 15px;
	   -moz-border-radius: 0 0 15px 15px;
	        border-radius: 0 0 15px 15px;
			
	-webkit-transition: opacity 300ms ease-in-out;
	   -moz-transition: opacity 300ms ease-in-out;
	    -ms-transition: opacity 300ms ease-in-out;
	     -o-transition: opacity 300ms ease-in-out;
	        transition: opacity 300ms ease-in-out;
}

.customize-support .family_tag { top: 102px; }

@media (max-width: 782px) {
	.customize-support .family_tag { top: 116px; }
}

@media (max-width: 600px) {
	.customize-support .family_tag { top: 70px; }
}

@media (max-width: 480px) {
	.family_tag {
		left: 0;
		right: 0;
		
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}
}

.slide_in .arrow {
	width: 250px;

	-webkit-transform: translate(37px);
	   -moz-transform: translate(37px);
	    -ms-transform: translate(37px);
	     -o-transform: translate(37px);
	        transform: translate(37px);
	
	opacity: 0.55;
}

header.layout .arrow::before
, header.layout .arrow:after {
	content: '';
	height: calc(50% + 1px);
	
	position: absolute;
	left: 0;
	right: 0;
}

header.layout .arrow::before
, header.layout .arrow:after { background-color: #ffd000; }

header.layout .arrow::before {
	top: 0;
	
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}

header.layout .arrow::after {
	bottom: 0;
	
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}

header.layout .content {
	height: 100%;
	width: 100%;
	
	position: absolute;
	left: 0;
	top: 0;
	
	overflow: hidden;
}

header.layout .content > div {
	position: relative;
	
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	
	max-width: 1100px;
	margin: 0 auto;
}

.letter_anim {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.letter_anim span {
	display: inline-block;
	
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}

.letter_anim:hover span {
	-webkit-animation: 1000ms ease;
	-moz-animation: 1000ms ease;
	-ms-animation: 1000ms ease;
	-o-animation: 1000ms ease;
	animation: 1000ms ease;
}

.letter_anim span:nth-child(1) {
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-ms-animation-delay: 0ms;
	-o-animation-delay: 0ms;
	animation-delay: 0ms;
}

.letter_anim span:nth-child(2) {
	-webkit-animation-delay: 75ms;
	-moz-animation-delay: 75ms;
	-ms-animation-delay: 75ms;
	-o-animation-delay: 75ms;
	animation-delay: 75ms;
}

.letter_anim span:nth-child(3) {
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-ms-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;
}
.letter_anim span:nth-child(4) {
	-webkit-animation-delay: 225ms;
	-moz-animation-delay: 225ms;
	-ms-animation-delay: 225ms;
	-o-animation-delay: 225ms;
	animation-delay: 225ms;
}

.letter_anim span:nth-child(5) {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-ms-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}
.letter_anim span:nth-child(6) {
	-webkit-animation-delay: 375ms;
	-moz-animation-delay: 375ms;
	-ms-animation-delay: 375ms;
	-o-animation-delay: 375ms;
	animation-delay: 375ms;
}

.letter_anim span:nth-child(7) {
	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-ms-animation-delay: 450ms;
	-o-animation-delay: 450ms;
	animation-delay: 450ms;
}

.letter_anim span:nth-child(8) {
	-webkit-animation-delay: 525ms;
	-moz-animation-delay: 525ms;
	-ms-animation-delay: 525ms;
	-o-animation-delay: 525ms;
	animation-delay: 525ms;
}

.letter_anim span:nth-child(9) {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-ms-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}

.letter_anim span:nth-child(10) {
	-webkit-animation-delay: 675ms;
	-moz-animation-delay: 675ms;
	-ms-animation-delay: 675ms;
	-o-animation-delay: 675ms;
	animation-delay: 675ms;
}

.letter_anim span:nth-child(11) {
	-webkit-animation-delay: 750ms;
	-moz-animation-delay: 750ms;
	-ms-animation-delay: 750ms;
	-o-animation-delay: 750ms;
	animation-delay: 750ms;
}

.letter_anim span:nth-child(12) {
	-webkit-animation-delay: 825ms;
	-moz-animation-delay: 825ms;
	-ms-animation-delay: 825ms;
	-o-animation-delay: 825ms;
	animation-delay: 825ms;
}

.letter_anim span:nth-child(13) {
	-webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-ms-animation-delay: 900ms;
	-o-animation-delay: 900ms;
	animation-delay: 900ms;
}

.letter_anim span:nth-child(14) {
	-webkit-animation-delay: 975ms;
	-moz-animation-delay: 975ms;
	-ms-animation-delay: 975ms;
	-o-animation-delay: 975ms;
	animation-delay: 975ms;
}

.letter_anim span:nth-child(15) {
	-webkit-animation-delay: 1050ms;
	-moz-animation-delay: 1050ms;
	-ms-animation-delay: 1050ms;
	-o-animation-delay: 1050ms;
	animation-delay: 1050ms;
}

.letter_anim span:nth-child(16) {
	-webkit-animation-delay: 1125ms;
	-moz-animation-delay: 1125ms;
	-ms-animation-delay: 1125ms;
	-o-animation-delay: 1125ms;
	animation-delay: 1125ms;
}

.letter_anim span:nth-child(17) {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-ms-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.letter_anim span:nth-child(18) {
	-webkit-animation-delay: 1275ms;
	-moz-animation-delay: 1275ms;
	-ms-animation-delay: 1275ms;
	-o-animation-delay: 1275ms;
	animation-delay: 1275ms;
}

.letter_anim span:nth-child(19) {
	-webkit-animation-delay: 1350ms;
	-moz-animation-delay: 1350ms;
	-ms-animation-delay: 1350ms;
	-o-animation-delay: 1350ms;
	animation-delay: 1350ms;
}

.letter_anim span:nth-child(20) {
	-webkit-animation-delay: 1425ms;
	-moz-animation-delay: 1425ms;
	-ms-animation-delay: 1425ms;
	-o-animation-delay: 1425ms;
	animation-delay: 1425ms;
}

.letter_anim span:nth-child(21) {
	-webkit-animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-ms-animation-delay: 1500ms;
	-o-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.letter_anim span:nth-child(22) {
	-webkit-animation-delay: 1575ms;
	-moz-animation-delay: 1575ms;
	-ms-animation-delay: 1575ms;
	-o-animation-delay: 1575ms;
	animation-delay: 1575ms;
}

.letter_anim span:nth-child(23) {
	-webkit-animation-delay: 1650ms;
	-moz-animation-delay: 1650ms;
	-ms-animation-delay: 1650ms;
	-o-animation-delay: 1650ms;
	animation-delay: 1650ms;
}

.letter_anim span:nth-child(24) {
	-webkit-animation-delay: 1725ms;
	-moz-animation-delay: 1725ms;
	-ms-animation-delay: 1725ms;
	-o-animation-delay: 1725ms;
	animation-delay: 1725ms;
}

.letter_anim span:nth-child(25) {
	-webkit-animation-delay: 1800ms;
	-moz-animation-delay: 1800ms;
	-ms-animation-delay: 1800ms;
	-o-animation-delay: 1800ms;
	animation-delay: 1800ms;
}

@-webkit-keyframes slide_left {
	0%   { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(0%);   }
}

@-moz-keyframes slide_left {
	0%   { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(0%);   }
}

@-ms-keyframes slide_left {
	0%   { -ms-transform: translateX(100%); }
	100% { -ms-transform: translateX(0%);   }
}

@-o-keyframes slide_left {
	0%   { -o-transform: translateX(100%); }
	100% { -o-transform: translateX(0%);   }
}

@keyframes slide_left {
	0%   { transform: translateX(100%); }
	100% { transform: translateX(0%);   }
}

@-webkit-keyframes slide_right {
	0%   { -webkit-transform: translateX(-100%); }
	100% { -webkit-transform: translateX(0%);    }
}

@-moz-keyframes slide_right {
	0%   { -moz-transform: translateX(-100%); }
	100% { -moz-transform: translateX(0%);    }
}

@-ms-keyframes slide_right {
	0%   { -ms-transform: translateX(-100%); }
	100% { -ms-transform: translateX(0%);    }
}

@-o-keyframes slide_right {
	0%   { -o-transform: translateX(-100%); }
	100% { -o-transform: translateX(0%);    }
}

@keyframes slide_right {
	0%   { transform: translateX(-100%); }
	100% { transform: translateX(0%);    }
}

@-webkit-keyframes shake {
	10%, 90%      { -webkit-transform: translateX(-1px); }
	20%, 80%      { -webkit-transform: translateX(2px);  }
	30%, 50%, 70% { -webkit-transform: translateX(-4px); }
	40%, 60%      { -webkit-transform: translateX(4px);  }
}

@-moz-keyframes shake {
	10%, 90%      { -moz-transform: translateX(-1px); }
	20%, 80%      { -moz-transform: translateX(2px);  }
	30%, 50%, 70% { -moz-transform: translateX(-4px); }
	40%, 60%      { -moz-transform: translateX(4px);  }
}

@-ms-keyframes shake {
	10%, 90%      { -ms-transform: translateX(-1px); }
	20%, 80%      { -ms-transform: translateX(2px);  }
	30%, 50%, 70% { -ms-transform: translateX(-4px); }
	40%, 60%      { -ms-transform: translateX(4px);  }
}

@-o-keyframes shake {
	10%, 90%      { -o-transform: translateX(-1px); }
	20%, 80%      { -o-transform: translateX(2px);  }
	30%, 50%, 70% { -o-transform: translateX(-4px); }
	40%, 60%      { -o-transform: translateX(4px);  }
}

@keyframes shake {
	10%, 90%      { transform: translateX(-1px); }
	20%, 80%      { transform: translateX(2px);  }
	30%, 50%, 70% { transform: translateX(-4px); }
	40%, 60%      { transform: translateX(4px);  }
}

@-webkit-keyframes bounce {
	0%   { -webkit-transform: translateY(0);         }
	50%  { -webkit-transform: translateY(-0.3333em); }
	100% { -webkit-transform: translateY(0);         }
}

@-moz-keyframes bounce {
	0%   { -moz-transform: translateY(0);         }
	50%  { -moz-transform: translateY(-0.3333em); }
	100% { -moz-transform: translateY(0);         }
}

@-ms-keyframes bounce {
	0%   { -ms-transform: translateY(0);         }
	50%  { -ms-transform: translateY(-0.3333em); }
	100% { -ms-transform: translateY(0);         }
}

@-o-keyframes bounce {
	0%   { -o-transform: translateY(0);         }
	50%  { -o-transform: translateY(-0.3333em); }
	100% { -o-transform: translateY(0);         }
}

@keyframes bounce {
	0%   { transform: translateY(0);         }
	50%  { transform: translateY(-0.3333em); }
	100% { transform: translateY(0);         }
}

@-webkit-keyframes push {
	0%   { -webkit-transform: translateX(0);        }
	50%  { -webkit-transform: translateX(0.3333em); }
	100% { -webkit-transform: translateX(0);        }
}

@-moz-keyframes push {
	0%   { -moz-transform: translateX(0);        }
	50%  { -moz-transform: translateX(0.3333em); }
	100% { -moz-transform: translateX(0);        }
}

@-ms-keyframes push {
	0%   { -ms-transform: translateX(0);        }
	50%  { -ms-transform: translateX(0.3333em); }
	100% { -ms-transform: translateX(0);        }
}

@-o-keyframes push {
	0%   { -o-transform: translateX(0);        }
	50%  { -o-transform: translateX(0.3333em); }
	100% { -o-transform: translateX(0);        }
}

@keyframes push {
	0%   { transform: translateX(0);        }
	50%  { transform: translateX(0.3333em); }
	100% { transform: translateX(0);        }
}

@-webkit-keyframes spin3d {
	0%   { -webkit-transform: rotateY(0);      }
	100% { -webkit-transform: rotateY(360deg); }
}

@-moz-keyframes spin3d {
	0%   { -moz-transform: rotateY(0);      }
	100% { -moz-transform: rotateY(360deg); }
}

@-ms-keyframes spin3d {
	0%   { -ms-transform: rotateY(0);      }
	100% { -ms-transform: rotateY(360deg); }
}

@-o-keyframes spin3d {
	0%   { -o-transform: rotateY(0);      }
	100% { -o-transform: rotateY(360deg); }
}

@keyframes spin3d {
	0%   { transform: rotateY(0);      }
	100% { transform: rotateY(360deg); }
}

.shake {
	-webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-moz-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-ms-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

header.layout.anim .slide_in {
	-webkit-animation: 1s ease-out slide_right forwards;
	-moz-animation: 1s ease-out slide_right forwards;
	-ms-animation: 1s ease-out slide_right forwards;
	-o-animation: 1s ease-out slide_right forwards;
	animation: 1s ease-out slide_right forwards;
}

header.layout.anim .slide_in.loaded {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

.load_anim {
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	
	-webkit-transition: opacity 600ms ease-in-out, -webkit-transform 300ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out, -moz-transform 300ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out, -ms-transform 300ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out, -o-transform 300ms ease-in-out;
	transition: opacity 600ms ease-in-out, transform 300ms ease-in-out;
}

.load_anim.loaded {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

header.layout .title {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

header.layout h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 76px;
	color: #ffd000;
	line-height: 76px;
	
	border-bottom: 10px #ffd000 solid;
	margin-bottom: 10px;
}

header.layout h2 {
	font-weight: 800;
	font-size: 26px;
	color: #fff;
}

header.nav {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	padding: 90px 0 0 0;
	
	background-color: #ffd000;
	
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	-moz-transition: -moz-transform 500ms ease-in-out;
	-ms-transition: -ms-transform 500ms ease-in-out;
	-o-transition: -o-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}

header.nav > div:not(.footer) {
	max-height: 100%;
	overflow-y: auto;
	padding-bottom: 170px;
}

header.nav section {
	position: relative;
	font-size: 0;
}

header.nav section > * { vertical-align: top; }

.nav_open header.nav {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

header.nav nav a {
	display: block;
	font-size: 22px;
	line-height: 35px;
	
	-webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-ms-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
	transition: color 150ms ease-in-out;
}

header.nav nav a.has_children { font-weight: bold; }

header.nav nav a span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

header.nav nav a:not([href^=tel]):hover { color: #fff; }

header.nav h2 {
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

header.nav h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;

	margin-bottom: 5px;
}

header.nav h3 a {
	display: inline-block;
	border-bottom: 10px solid #60d1e0;
	padding-bottom: 5px;
	font-size: inherit;
	
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out;
	-ms-transition: -ms-transform 300ms ease-in-out;
	-o-transition: -o-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

header.nav h3 a:hover {
	color: #000 !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

header.nav h3 a:hover span {
	-webkit-animation-name: spin3d;
	-moz-animation-name: spin3d;
	-ms-animation-name: spin3d;
	-o-animation-name: spin3d;
	animation-name: spin3d;
}

header.nav .social {
	margin-top: 20px;
	font-size: 0;
}

header.nav .footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	
	color: #fff;
	
	background: #000;
}

header.nav .footer .fixed_width {
	text-align: justify;
	text-justify: distribute;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0;
	line-height: normal;
}

header.nav .footer .fixed_width::after {
	content: '';
	width: 100%;
	display: inline-block;
}

header.nav .footer .fixed_width > * {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

header.nav .footer h2 {
	font-size: 24px;
	text-transform: uppercase;
}

header.nav .footer h3 {
	font-size: 20px;
	text-transform: none;
}

header.nav .footer .social a {
	width: 30px;
	height: 30px;
}

.social {
	display: inline-block;
	margin-right: 20px;
}

.social a {
	display: inline-block !important;
	width: 25px;
	height: 25px;
	line-height: normal;
	font-size: 0 !important;
	position: relative;
}

.social a ~ a { margin-left: 10px !important; }

.social a .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	width: 100%;
	height: 100%;
	
	-webkit-object-fit: contain;
	   -moz-object-fit: contain;
	    -ms-object-fit: contain;
	     -o-object-fit: contain;
	        object-fit: contain;
			
	-webkit-object-position: center center;
	   -moz-object-position: center center;
	    -ms-object-position: center center;
	     -o-object-position: center center;
	        object-position: center center;
			
	-webkit-transition: opacity 200ms ease-in-out;
	   -moz-transition: opacity 200ms ease-in-out;
	    -ms-transition: opacity 200ms ease-in-out;
	     -o-transition: opacity 200ms ease-in-out;
	        transition: opacity 200ms ease-in-out;
}

.social a .icon.hover { z-index: 1; }
.social a:not(:hover) .icon.hover { opacity: 0; }

header .dynamic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fixed_width {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	float: none !important;
}

.fixed_width::after {
	content: '';
	display: block;
	clear: both;
}

.justified {
	text-align: justify;
	text-justify: distribute;
	font-size: 0;
	line-height: normal;
}

.justified::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.content a:not([href^=tel]) { color: #52c7d8; }
.content a:not([href^=tel]):hover { text-decoration: underline; }

.content h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 76px;
	color: #000;
	line-height: 76px;
	margin-bottom: 0.3333em;
}

.content h1 > span
, .content h1 > a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 10px solid #60d1e0;
	color: inherit;
}

.content h1 a
, .content h2 a
, .content h3 a
, .content h4 a
, .content h5 a
, .content h6 a { color: inherit !important; }

.content h1 a:hover
, .content h2 a:hover
, .content h3 a:hover
, .content h4 a:hover
, .content h5 a:hover
, .content h6 a:hover { text-decoration: none !important; }

.content h2 {
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
}

.content p {
	font-size: 16px;
	margin-bottom: 30px;
}

.content img { max-width: 100%; }
.content img[height] { height: auto; }

.content ul, .content ol { margin-bottom: 30px; }

.content ul:not(.no_bullets)
, .content ol:not(.no_bullets) { padding-left: 1.5em; }

.content ul:not(.no_bullets) li
, .content ol:not(.no_bullets) li { padding-left: 30px; }
.content ul:not(.no_bullets) li { list-style: disc; }
.content ol:not(.no_bullets) li { list-style: decimal; }

.button {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
	font-size: 20px;
	text-decoration: none;
	color: #000 !important;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.button:hover { text-decoration: none !important; }

.button.grey  { color: #fff !important; }	
.button.black { color: #fff !important; }

.button:not(:disabled):hover
, .button:not(:disabled):active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
	z-index: 1;
}

.button::before
, .button::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -5px;
	right: -5px;
	height: calc(50% + 1px);
}

.button.outline { color: #fff !important; }
.button.outline::before
, .button.outline::after {
	border: 2px solid #fff;
	height: calc(50% - 1.5px);
}
.button.outline::before { border-bottom: 0; }
.button.outline::after { border-top: 0; }

.button.yellow::before
, .button.yellow::after {
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out;
	-ms-transition: -ms-transform 300ms ease-in-out;
	-o-transition: -o-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

.button::before
, .button.square:not(:disabled):hover::before {
	top: 0;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
}

.button::after
, .button.square:not(:disabled):hover::after {
	bottom: 0;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.button.square::before
, .button.square::after {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	
	-webkit-transition: -webkit-transform 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out, background-color 300ms ease-in-out;
	-ms-transition: -ms-transform 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: -o-transform 300ms ease-in-out, background-color 300ms ease-in-out;
	transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
}

  .button.yellow::before
, .button.yellow::after { background-color: #ffd000; }

  .button.grey::before
, .button.grey::after { background-color: #333333; }

  .button.blue::before
, .button.blue::after { background-color: #52c7d8; }

  .button.black::before	
, .button.black::after { background-color: #000; }

strong.black { font-weight: 900; }

footer.layout {
	background-color: #000;
	overflow: hidden;
}

footer.layout .cityscape {
	background-color: transparent;
	height: 500px;
	overflow: visible;
	margin-top: 100px;
}

footer.layout .cityscape .img {
	background-image: url('../images/footer_back.png');
	background-position: center bottom -50px;
}

footer.layout .cityscape .content {
	background: no-repeat center bottom url('../images/footer_fore.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

footer.layout .fixed_width {
	position: relative;
	z-index: 3;
}

footer.layout .bottom {
	padding: 50px 0 20px 0;
	border-top: 10px solid #60d1e0;
}

footer.layout .bottom > * {
	vertical-align: middle;
	display: inline-block;
}

footer.layout .bottom .address {
	font-size: 18px;
	color: #ffd000;
}

footer.layout .bottom .copyright {
	font-size: 18px;
	color: #ffd000;
	text-align: right;
	line-height: 52px;
}

footer.layout .bottom .copyright span { 
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

footer.layout .footer_nav {
	margin: 80px;
	font-size: 0;
}

footer.layout .footer_nav a {
	display: inline-block;
	
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 45px;
	font-size: 26px;
	color: #ffd000;
}

footer.layout .footer_nav a:hover { text-decoration: underline; }

  footer.layout .dmca-badge
, footer.layout .transparency-badge
, footer.layout .smartway-badge {
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 0;
    line-height: normal;
	vertical-align: middle;
}

footer .flex {
	float: right;
	margin-left: 20px;
	vertical-align: middle;
}

footer .flex span {
	position: relative;
	display: inline-block !important;
	height: 25px;
	padding: 2px 33px 0px 0px;
	vertical-align: middle;
	line-height: 11px !important;
	font-weight: bold;
	font-size: 9px;
	color: #555555;
	text-align: right;
}

footer .flex span::after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: no-repeat center center url('../images/icon_flex.png');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color: #919191;
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}

footer .flex:hover span::after { background-color: #a93338; }

@media (max-width: 700px) {
	footer .flex { margin-left: 0; }
}

@media only screen and (min-width: 481px) {
	  footer.layout .dmca-badge
	, footer.layout .transparency-badge
	, footer.layout .smartway-badge { margin-left: 10px; }
	
	  footer.layout .dmca-badge img
	, footer.layout .transparency-badge img
	, footer.layout .smartway-badge img	{ height: 52px; }
}

@media only screen and (max-width: 480px) {
	  footer.layout .dmca-badge img
	, footer.layout .transparency-badge img
	, footer.layout .smartway-badge img { height: 50px; }
}

footer.layout .copyright::after {
	content: '';
	display: block;
	clear: both;
}

.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	
	display: none;
	opacity: 0;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.modal.open { display: block; }
.modal.visible { opacity: 1; }

.modal header {
	position: relative;
	z-index: 1;
	
	padding: 15px 30px;
	
	background-color: #333333;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
}

.modal header h1 {
	text-transform: uppercase;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
	font-size: 36px;
	display: inline-block;
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.modal header h1 { font-size: 23px; }
}

.modal footer {
	position: relative;
	z-index: 1;
	text-align: right;
	padding: 15px 30px;
	
	background-color: #333333;
	-webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.25);
}

.modal footer div {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.modal footer button {
	position: relative;
	background: #fff;
	padding: 10px 35px;
	margin-left: 15px;
	
	text-align: center;
	text-transform: uppercase;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6666);
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.modal footer button:hover:not(:disabled)
, .modal footer button:active:not(:disabled) {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
	color: rgba(0, 0, 0, 0.85);
}

.modal footer button:disabled { z-index: -1; }
.modal footer button:active { padding: 12px 35px 8px 35px; }

.modal footer button::before
, .modal footer button::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -5px;
	right: -5px;
	height: calc(50% + 1px);
	
	background-color: #fff;
}

.modal footer button::before {
	top: 0;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}

.modal footer button::after {
	bottom: 0;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}

.modal .body {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: calc(100% - 40px);
	
	background-color: #333333;
	
	-webkit-transform: translate(-50%, -55%);
	-moz-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
	-o-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.modal.visible .body {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal .content {
	overflow: auto;
	padding: 10px 30px;
}

.modal .close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	font-weight: normal;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.6666);
	
	cursor: pointer;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.modal .close:hover
, .modal .close:active {
	color: rgba(0, 0, 0, 0.85);
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.modal .close:active { line-height: 42px; }
.modal .close::after { content: '\d7'; }

#apply_modal_outer .close { color: rgba(255, 255, 255, 0.6666); }
#apply_modal_outer .close:hover
, #apply_modal_outer .close:active {
	color: rgba(255, 255, 255, 0.85);
	-webkit-text-shadow: 0 0 5px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 5px rgba(255, 255, 255, 1);
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.width_100 { width: 100% !important; }
.width_50 { width: 50% !important; }
.width_25 { width: 25% !important; }

form {
	font-size: 0;
	line-height: normal;
}

.form_field {
	position: relative;
	line-height: normal;
	display: inline-block;
	padding: 5px;
	width: 100%;
	vertical-align: top;
	font-size: 0;
}

.form_field *:not(.dropdown) label { font-size: 16px; }

.form_field.input label {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 10px);
	line-height: 50px;
	font-size: 24px;
	color: #000;
	opacity: 0.3333;
	padding: 0 10px;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

.form_field.input label.active {
	font-size: 12px;
	line-height: 20px;
	opacity: 1;
}

.form_field.input input
, .form_field.input textarea
, .form_field .dropdown {
	background-color: #fff;
	width: 100%;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	font-size: 24px;
	
	-webkit-transition: -webkit-box-shadow 200ms ease-in-out;
	-moz-transition: -moz-box-shadow 200ms ease-in-out;
	-ms-transition: box-shadow 200ms ease-in-out;
	-o-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
}

.dropdown label span:not(.option) {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	text-transform: none;
	color: #000;
	
	padding-top: 20px;
	line-height: 30px;
}

.dropdown label .option { color: rgba(0, 0, 0, 0.3333); }

.dropdown_menu {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.dropdown_menu li {
	height: 40px;
	line-height: 40px;
}

.dropdown_menu li:not(:last-child) { border-bottom: 0; }

.dropdown_menu li.selected {
	background-color: #ffd000;
	color: #000;
}

.dropdown_menu li:hover {
	background-color: #ffe057 !important;
	color: #000;
}

.form_field .dropdown { border: 0; }
.form_field .dropdown label { line-height: 50px; }
.form_field .dropdown label span:first-child {
	background-color: #231e20;
	height: 100%;
	width: 50px;
}

.dropdown label span:first-child::after
, .dropdown label span:first-child::before {
	border: 0 !important;
	width: 20px;
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #ebecea;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: -1.5px 0 0 -10px;
	
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out;
	-ms-transition: -ms-transform 300ms ease-in-out;
	-o-transition: -o-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

.dropdown label span:first-child::after {
	-webkit-transform: translateY(6px) rotate(-45deg) translateX(9px);
	-moz-transform: translateY(6px) rotate(-45deg) translateX(9px);
	-ms-transform: translateY(6px) rotate(-45deg) translateX(9px);
	-o-transform: translateY(6px) rotate(-45deg) translateX(9px);
	transform: translateY(6px) rotate(-45deg) translateX(9px);
}

.dropdown label span:first-child::before {
	-webkit-transform: translateY(6px) rotate(45deg) translateX(-9px);
	-moz-transform: translateY(6px) rotate(45deg) translateX(-9px);
	-ms-transform: translateY(6px) rotate(45deg) translateX(-9px);
	-o-transform: translateY(6px) rotate(45deg) translateX(-9px);
	transform: translateY(6px) rotate(45deg) translateX(-9px);
}

.dropdown.open label span:first-child::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dropdown.open label span:first-child::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_field.input input
, .form_field .dropdown { height: 50px; }
.form_field.input input { padding: 20px 10px 0 10px; }
.form_field.input textarea { padding: 20px 10px 10px 10px; }

.form_field.input input:focus
, .form_field .dropdown.focus
, .form_field.input textarea:focus
, .form_field.input button:focus {
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
	outline: none;
}

.form_field input.init { font-size: 0 !important; }

.radio_button, .check_box
, .wpcf7-radio label, .wpcf7-checkbox label, .wpcf7-acceptance label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-size: 0;
}

.radio_button label
, .check_box label
, .wpcf7-radio label span
, .wpcf7-checkbox label span
, .wpcf7-acceptance label span {
	display: block;
	font-size: 16px;
}

.radio_button input
, .check_box input
, .wpcf7-radio label input
, .wpcf7-checkbox label input
, .wpcf7-acceptance label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0.001;
	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

.radio_button span
, .check_box span
, .wpcf7-radio label span::before
, .wpcf7-checkbox label span::before
, .wpcf7-acceptance label span::before {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #000;
	vertical-align: middle;
	
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
	
	-webkit-transition: -webkit-box-shadow 200ms ease-in-out;
	-moz-transition: -moz-box-shadow 200ms ease-in-out;
	-ms-transition: box-shadow 200ms ease-in-out;
	-o-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
}

.wpcf7-radio label span
, .wpcf7-checkbox label span
, .wpcf7-acceptance label span {
	padding-left: 24px;
}

.wpcf7-radio label span::before
, .wpcf7-checkbox label span::before
, .wpcf7-acceptance label span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
}

.radio_button input:focus ~ span
, .check_box input:focus ~ span
, .wpcf7-radio label input:focus ~ span::before
, .wpcf7-checkbox label input:focus ~ span::before
, .wpcf7-acceptance label input:focus ~ span::before {
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25), 0 0 2px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25), 0 0 2px 1px rgba(0, 0, 0, 0.75);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25), 0 0 2px 1px rgba(0, 0, 0, 0.75);
}

.radio_button input:checked ~ span::after
, .check_box input:checked ~ span::after
, .wpcf7-radio label input:checked ~ span::after
, .wpcf7-checkbox label input:checked ~ span::after
, .wpcf7-acceptance label input:checked ~ span::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	
	width: 12px;
	height: 12px;
	background-color: #000;
}

.wpcf7-radio label input:checked ~ span::after
, .wpcf7-checkbox label input:checked ~ span::after
, .wpcf7-acceptance label input:checked ~ span::after {
	top: 6px;
	left: 6px;
}

.radio_button span
, .wpcf7-radio label span::before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.radio_button input:checked ~ span::after
, .wpcf7-radio label input:checked ~ span::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.input-field-invalid, .wpcf7-not-valid {
	-webkit-box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
	box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
}
.radio_button .input-field-invalid ~ span
, .check_box .input-field-invalid ~ span
, .wpcf7-radio .input-field-invalid ~ span::before
, .wpcf7-checkbox .input-field-invalid ~ span::before
, .wpcf7-acceptance .input-field-invalid ~ span::before {
	-webkit-box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
	box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
}

.spinner hr { background-color: #000; }

.grecaptcha-badge { display: none; }

#apply_modal {
	width: 750px;
	color: #fff;
}

.modal header { padding: 30px 35px; }
#thankyou .fixed_width { padding: 100px 20px; }

.long_link {
	font-style: italic;
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

@media (min-width: 531px) {
	.long_link { margin-left: 10px; }
}

.wpcf7-response-output { display: none !important; }

blockquote {
	position: relative;
	
	padding: 60px 7%;
	border: 6px solid;

	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	text-align: center;
}

blockquote.has_author { border-bottom: none; }

blockquote:not(.has_title)::before
, blockquote .title {
	position: absolute;
	left: 50%;
	top: -3px;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

blockquote:not(.has_title)::before {
	content: '';
		
	background: no-repeat center center url('../images/glyph_right_quote.svg');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	width: 150px;
	height: 60px;
}

blockquote .title {
	font-style: normal;
	padding: 0 20px;
}

blockquote .author {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	text-align: center;

	-webkit-transform: translate(0, 50%);
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	transform: translate(0, 50%);

	font-style: normal;
}

blockquote .author::before {
    content: '';
	
    position: absolute;
    z-index: -1;
    top: calc(50% - 3px);
    left: -6px;
    right: 0;
	
    width: calc(100% + 6px);
    border: 3px solid;
    margin: 0 auto;
}

blockquote .author span {
	display: inline-block;
	padding: 0 30px;
	max-width: 85%;
}


#dontgo_modal_outer {
	max-width: 750px;
	background-color: #fff;
	padding: 60px;
}

@media only screen and (max-width: 1520px) {
	.top_nav .phone {
		font-size: 0;
		letter-spacing: 0;
	}
	.top_nav .phone::before { margin: 0; }
}

@media only screen and (max-width: 1380px) {
	.top_nav .menu .level_1 > li > a { padding: 15px 7px; }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
	#top_apply span { display: none; }
}

@media only screen and (min-width: 769px) and (max-width: 1235px) {
	.top_nav .social { display: none; }
}

@media only screen and (min-width: 769px) and (max-width: 1090px) {
	#top_apply { display: none; }
}

@media only screen and (min-width: 769px) and (max-width: 1020px) {
	.top_nav .phone { display: none !important; }
}

@media only screen and (max-width: 550px) {
	.top_nav .social { display: none; }
}

@media only screen and (min-width: 1091px) {
	header.nav section::before
	, header.nav section::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 0;
		border: 1px solid #000;
	}
	
	header.nav section::before { left: calc(33.3333% - 1px); }
	header.nav section::after { left: calc(66.6666% - 1px); }
	header.nav section > * { width: 33.3333%; }
	header.nav section > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) { margin-top: 30px; }
	header.nav section > *:not(:nth-child(3n + 1)) { padding-left: 30px; }
	header.nav section > *:not(:nth-child(3n + 3)) { padding-right: 30px; }
}


@media only screen and (max-width: 1090px) and (min-width: 769px) {
	header.nav section > * { width: 50%; }
	header.nav section > *:not(:nth-child(1)):not(:nth-child(2)) { margin-top: 30px; }
	header.nav section > *:not(:nth-child(2n + 1)) { padding-left: 50px; }
	header.nav section > *:not(:nth-child(2n + 2)) { padding-right: 50px; }
	
	header.nav section::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(50% - 1px);
		
		width: 0;
		border: 1px solid #000;
	}
}

@media only screen and (max-width: 1050px) {
	footer.layout .bottom { padding-bottom: 0; }
	
	footer.layout .bottom .copyright {
		width: 100%;
		text-align: left;
		font-size: 19px;
		margin-top: 20px;
	}
	
	footer.layout .cityscape { height: 400px; }
}

@media only screen and (min-width: 901px) {
	footer.layout .footer_nav a { width: 33.3333%; }
	footer.layout .footer_nav a:nth-child(3n + 1) { text-align: left; }
	footer.layout .footer_nav a:nth-child(3n + 2) { text-align: center; }
	footer.layout .footer_nav a:nth-child(3n + 3) { text-align: right; }
}

@media only screen and (max-width: 900px) and (min-width: 481px) {
	footer.layout .footer_nav a { width: 50%; }
	footer.layout .footer_nav a:nth-child(2n + 1) { text-align: left; }
	footer.layout .footer_nav a:nth-child(2n + 2) { text-align: right; }
}

@media only screen and (min-width: 769px) {
	.mobile { display: none !important; }
	header.nav { overflow-y: auto; }
	header.nav section > * { display: inline-block; }
}

@media only screen and (max-width: 768px) {
	.notmobile { display: none !important; }
	
	.top_nav .logo {
		width: 160px;
		height: 65px !important;
	}

	.modal .body {
		width: 100% !important;
		height: 100% !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: 100%;
		
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	
	.modal .content { width: auto !important; }
	
	.form_field.input input { font-size: 32px !important; }
	.form_field.input label { font-size: 32px; }
	.form_field .dropdown { font-size: 32px; }
	
	header.nav > div:not(.footer) { overflow-y: auto; }
	header.nav { padding: 70px 0 0 0; }
	header.nav > div:not(.footer) {
		padding: 20px 20px 190px 20px;
		-webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	}
	
	header.nav section > nav {
		border-collapse: separate;
		margin-bottom: 50px;
	}
	
	header.nav h3 a {
		-webkit-transition: -webkit-transform 300ms ease-in-out, min-width 300ms ease-in-out;
		-moz-transition: -moz-transform 300ms ease-in-out, min-width 300ms ease-in-out;
		-ms-transition: -ms-transform 300ms ease-in-out, min-width 300ms ease-in-out;
		-o-transition: -o-transform 300ms ease-in-out, min-width 300ms ease-in-out;
		transition: transform 300ms ease-in-out, min-width 300ms ease-in-out;
		
		min-width: 0%;
	}
	
	header.nav section > .open h3 a { min-width: 100%; }
	header.nav section .children {
		max-height: 0;
		overflow: hidden;
		
		-webkit-transition: max-height 300ms ease-in-out;
		-moz-transition: max-height 300ms ease-in-out;
		-ms-transition: max-height 300ms ease-in-out;
		-o-transition: max-height 300ms ease-in-out;
		transition: max-height 300ms ease-in-out;
	}
	
	header.nav section > nav h3 { margin-bottom: 0; }
	header.nav section .children > div {
		padding-top: 10px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		white-space: nowrap;
		display: inline-block;
	}
	
	header.nav section .children { position: relative; }
	header.nav section .open > div { max-height: 100%; }
	
	header.nav .handle {
		display: block;
		position: absolute;
		right: 0;
		
		height: 55px;
		width: 55px;
		margin-top: -70px;
	}
	
	header.nav .children .handle { margin-top: -50px; }
	header.nav section .children .children > div { left: 30px; }
	
	header.nav .handle::before
	, header.nav .handle::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		
		display: block;
		width: 4px;
		height: 18px;
		margin-top: -9px;
		margin-left: -2px;
		background-color: #000;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
		-webkit-transition: -webkit-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
		-moz-transition: -moz-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
		-ms-transition: -ms-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
		-o-transition: -o-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
		transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
	}
	
	header.nav .handle::before {
		-webkit-transform: translateX(-5px) rotate(140deg);
		-moz-transform: translateX(-5px) rotate(140deg);
		-ms-transform: translateX(-5px) rotate(140deg);
		-o-transform: translateX(-5px) rotate(140deg);
		transform: translateX(-5px) rotate(140deg);
	}
	
	header.nav .handle::after {
		-webkit-transform: translateX(5px) rotate(-140deg);
		-moz-transform: translateX(5px) rotate(-140deg);
		-ms-transform: translateX(5px) rotate(-140deg);
		-o-transform: translateX(5px) rotate(-140deg);
		transform: translateX(5px) rotate(-140deg);
	}
	
	header.nav .handle:hover::before
	, header.nav .handle:hover::after {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6666);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6666);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.6666);
	}
	
	header.nav .open > .handle::before {
		-webkit-transform: translateX(-5px) rotate(40deg);
		   -moz-transform: translateX(-5px) rotate(40deg);
		    -ms-transform: translateX(-5px) rotate(40deg);
		     -o-transform: translateX(-5px) rotate(40deg);
		        transform: translateX(-5px) rotate(40deg);
	}
	
	header.nav .open > .handle::after {
		-webkit-transform: translateX(5px) rotate(-40deg);
		   -moz-transform: translateX(5px) rotate(-40deg);
		    -ms-transform: translateX(5px) rotate(-40deg);
		     -o-transform: translateX(5px) rotate(-40deg);
		        transform: translateX(5px) rotate(-40deg);
	}
	
	header.nav .social {
		margin: 50px 0;
		text-align: center;
	}
	
	header.nav .apply { text-align: center; }
	header.nav .apply h2 {
		text-align: left;
		margin-bottom: 50px;
	}
	
	footer.layout .cityscape { margin-top: 0; }
}

@media only screen and (max-width: 850px) {
	.top_nav .phone, .top_nav .covid, .top_nav .safety-poster {
		font-size: 0;
		letter-spacing: 0;
	}
	.top_nav a ~ a { margin-left: 15px; }
	.top_nav .phone::before
	, .top_nav .covid::before
	, .top_nav .safety-poster::before { margin-right: 0; }
}

@media only screen and (max-width: 640px) {
	footer.layout .footer_nav { margin: 40px 0; }
}

@media only screen and (max-width: 700px) {
	footer.layout .bottom .copyright { text-align: center; }
	footer.layout .bottom .copyright span { display: block; }
	  footer.layout .bottom .dmca-badge
	, footer.layout .bottom .smartway-badge
	, footer.layout .bottom .transparency-badge
	, footer.layout .bottom .flex {
		float: none;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	header.layout h1 {
		font-size: 55px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 580px) {
	footer.layout .bottom .address {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	footer.layout .bottom .social {
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	header.layout h1 {
		font-size: 46px;
		line-height: 46px;
		margin-right: 60px;
	}
	
	header.layout h2 {
		font-size: 22px;
		margin-right: 100px;
	}
	
	main.layout .banner { padding: 25px; }
	main.layout h2 { font-size: 30px; }
	main.layout ul li { padding-left: 10px; }
	
	footer.layout .footer_nav a {
		display: block;
		width: auto;
	}
	
	.modal footer { padding: 15px 30px; }
	
	.width_50 { width: 100% !important; }
	.width_25 { width: 50% !important; }
	.modal header { padding: 15px 35px; }
	
	blockquote { font-size: 18px; }
	
	header.nav .footer h3 { display: none !important; }
	header.nav .footer a span { display: none; }
	
	header.nav .footer .phone { font-size: 0; }
	header.nav .footer .phone::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		
		vertical-align: middle;
		margin-right: 10px;
		
		background: no-repeat center center url('../images/icon_phone.svg');
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-ms-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
}

@media only screen and (max-width: 850px) {
	.top_nav .button span { display: none; }
}

@media only screen and (max-width: 410px) {
	.top_nav a ~ a { margin-left: 0; }
}

@media only screen and (max-width: 400px) {
	footer.layout .bottom .address { font-size: 16px; }
	footer.layout .bottom .copyright { font-size: 16px; }
}

@media only screen and (max-width: 360px) {
	.top_nav .button { display: none !important; }
	.top_nav .right a ~ a { margin-left: 10px; }
}


.resize-nav .fixed_width {
	max-width: 1300px !important;
}

.vc_col-sm-12 { min-height: 0; }