@charset "utf-8";
/* commandment613.com */

@font-face {
    font-family: opensans;
    src: url('fonts/OpenSans.woff2') format('woff2'),
        url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing:border-box;
}

html, body {
	padding:0;
	margin:0;
}

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%);
}


.videoplayer {
	margin:0 auto;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px; height:0; overflow:hidden;
/*	box-shadow:0px 0px 6px #aaa;*/
}
 
.videoplayer iframe,
.videoplayer object,
.videoplayer embed {
	border:none;
	text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.vimeo-wrapper {
   position:fixed;
   top:0;
   left:0;
   width:100vw;
   height:100vh;
   z-index:-1;
   pointer-events:none;
   overflow:hidden;
}
.vimeo-wrapper iframe {
   width:100vw;
   height:56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height:100vh;
   min-width:177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%, -50%);
   border:0;
}


.overlayholder {
	display:block;
	display:none;
	position:fixed;
	top:0;
	bottom:auto;
	right:auto;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:9999;
	background:rgba(0,0,0,0.90);
	border:none;
}


.videooverlay {
	display:block;
	position:absolute;
	top:.5em;
	bottom:auto;
	right:auto;
	left:10%;
	width:80%;
	padding:2em 0 0 0;
	margin:0;
	text-align:right;
	background:#000;
}

.closeoverlay {
	position:absolute;
	display:block;
	top:0;
	bottom:auto;
	right:0;
}



.closeoverlay a {
/*	padding:.4em .6em;
	background:#75c5db;
	color:#fff;
	font-size:.6em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
*/}


.closeoverlay a:hover {
/*	color:#fff;
	background:#aaa;
*/}

/* Mobile Layout: 480px and below. */

body {
	color:#000;
	font-family: opensans;
	font-size: calc(16px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
	background:#dbdbdb;
	background-size:100% auto;
}


.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
}

.showdt {
	display:none;
}

a {
	color:#fff;
}

a:hover {
	color:#fff;
	text-decoration: underline;
}

a:visited {
	color:#fff;
}

.formbutton {
	display:inline-block;
	color:#fff;
	text-decoration: none;
	margin:0 1.2em 0 0;
	padding:.4em .8em;
	text-align: center;
	background:#141415;
	font-size:1em;
	font-weight:normal;
	letter-spacing:normal;
	border:none;
}

.formbutton:visited {
	color:#fff;
}

.formbutton:hover {
	background:#333;
	text-decoration: none;
}

.home footer .formbutton {
	/*display:none;*/
}


.formcell, .formarea {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:.4em .6em;
	margin:0 0 1.2em 0;
	background:#fff;
}

form p {
	text-align: left !important;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	letter-spacing:.08em;
}


h1 {
	color:#ce1e1e;
	font-size:1.6em;
	font-weight:600;
	letter-spacing:.08em;
}

p {
	font-size:1.1em;
	line-height:1.4em;
}


hr {
	display:block;
	clear:both;
	width:100%;
	margin:2em 0;
	border:none;
	height:.1em;
	background:#aaa;
}

.img20r, .img30r, .persimg {
	display:block;
	float:right;
	width:40%;
	margin:0 0 1em 2em;
}

.img20r img, .img30r img, .persimg img {
	width:100%;
}

.img20r small, .img30r small, .persimg small {
	display:block;
	margin:.4em 0 0 0;
	text-align: right;
	font-style:italic;
}


header {
	display:block;
}


nav {
	display:none;
	position:relative;
	padding:0 5%;
}

.mainlogo {
	width:100%;
	margin:2em 0;
}

#showmenu {
	float:right;
	width:8%;
	margin:.8em 0 0 0;
}

#menu_main {
	display: none;
	position:absolute;
	top:100%;
	right:5%;
	background:rgba(255,255,255,0.94);
	width:80%;
	text-align: center;
	z-index:999;
	padding:.2em 1em 1em .8em;
	font-size:1.1em;
}

nav ul li {
	margin:.2em 0;
	color:#bbb;
}

nav ul li a, nav ul li a:visited {
	margin:.2em 0;
	color:#000;
	text-decoration: none;
}


footer {
	margin:0 0 2em 0;
	text-align: center;
	font-size:.8em;
}


main {
	width:90%;
	margin:1em auto;
}

main img {
	display:inline-block;
	width:100%;
}

main p {
	text-align: center;
	margin:1.6em 0;
}

.qattr {
	display:block;
	font-style:italic;
	margin:.5em 0 0 0;
}

/* 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%;
}


.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.imgfull img {
	width:100%;
	height:100%;
}

.vertalign {
	position: relative;
	top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1 {
	font-size:2em;
}

.img20r {
	display:block;
	float:right;
	width:20%;
	margin:0 0 1em 3em;
}


.img30r {
	display:block;
	width:30%;
	float:right;
	margin:0 0 1em 3em;
}

.mainlogo {
	width:100%;
	margin:4em 0;
}


nav {
	padding:0 4%;
}


#menu_main {
	display:flex;
	position:relative;
	right:auto;
	top:auto;
	background:none;
	float:left;
	justify-content:space-between;
	align-items:center;
	width:70%;
	margin:.7em 0 0 6%;
	padding:0;
	text-align: left;
	font-size:1.1em;
	vertical-align:middle;
}

nav ul li {
	position:relative;
	color:#fff;
}

nav ul li a, nav ul li a:visited {
	color:#fff;
	text-decoration: none;
}


nav ul li a:hover {
	color:#fff;
	border-bottom:3px solid #09e1f8;
}


nav ul ul {
	display:none;
	width:auto;
	position:absolute;
	margin:0;
	padding:0 .8em;
	background:rgba(255,255,255,0.9);
	top:100%;
	left:0;
	font-size:.8em;
	z-index:99;
}

nav ul ul li {
	display:block;
	margin:.8em 0;
	padding:0;
	color:#000;
	white-space: nowrap;
}

nav ul ul li a, nav ul ul li a:visited {
	color:#000;
	text-decoration: none;
}

nav ul ul li a:hover {
	color:#09e1f8;
	border:none;
}

main {
	width:60%;
	max-width:1400px;
	margin:1em auto 2em auto;
}

}

