@charset "utf-8";
/* cfvgb */

* {
	box-sizing:border-box;
}


html, body {
	padding:0;
	margin:0;
}

body {
	color:#fff;
	}

img {
	opacity:0.999;
	filter:alpha(opacity=99.99);
}

a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
}

img {
	border:0;
}

a img {
	border:0;
}

.clearboth {
	display:block;
	clear:both;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Mobile Layout: 480px and below. */

body {
	font-family: sans-serif;
	font-size: calc(16px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
	background:#000;
	color:#2e2e2e;
}


.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	text-align: center;
}

.showdt {
	display:none;
}

a {
	color:#fff;
}

a:hover {
	color:#fff;
	text-decoration: underline;
}

a:visited {
	color:#fff;
}

.formbutton {
	display:inline-block;
	color:#000;
	text-decoration: none;
	margin:1em;
	padding:.6em 2.4em;
	text-align: center;
	background:#fff3a5;
	font-size:1.2em;
	font-weight:600;
	letter-spacing:normal;
	border:none;
	border-radius:.2em;
}

.formbutton:visited {
	color:#000;
}

.formbutton:hover {
	color:#000;
	background:#c5b861;
	text-decoration: none;
}

footer .formbutton {
	display:inline-block;
	width:auto;
	margin:0 0 2em 0;
}

.col01 .formbutton {
	font-size:1.1em
}


.formcell, .formarea {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:.2em;
	margin:0 0 1em 0;
	background:#fff;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	letter-spacing:.08em;
}


h1 {
	font-size:1.6em;
	letter-spacing:.08em;
	margin:1.4em 0 0 0;
}

.img100 {
	width:100%;
}

p {
	font-size:1.1em;
	line-height:1.6em;
}


hr {
	display:block;
	clear:both;
	width:100%;
	margin:2em 0;
	border:none;
	height:.1em;
	background:#aaa;
}


footer {
	position:absolute;
	bottom:1em;
	left:0;
	width:100%;
	margin:1em 0;
	text-align: center;
}

main {
	height:90vh;
	width:100%;
}

.logo {
	display:block;
	width:60%;
	margin:1em auto;
}

.motto {
	padding:0 10%;
	text-transform: uppercase;
	font-size:1.2em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {
	font-size: calc(10px + .12vw + .12vh + .6vmin);
}

.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}
#LayoutDiv1 {
	font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}

.logo {
	width:50%;
}

.motto {
	font-size:1.6em;
}

}

