@charset "utf-8";
/* CSS Document */

#background {
	position:fixed;
	z-index:0;
	width:100%;
	height:100vh;
	overflow:hidden;
}

#L1wrap {
	position:relative;
	width:100%;
	height:100vh;
	z-index:1;
	margin:auto;
	left:auto;
	top:auto;
}

.L2sectnav {
	position: fixed;
	width:100%;
	height:5em;
	z-index:500;
	background-color:#000000;
}

.L2secthead {
	position: relative;
	width:100%;
	height:100vh;
	z-index:2;
	background-size: auto;
	background-color:#000000;

}

.L2sectdiv {
	position: relative;
	width:100%;
	height:18.5vh;
	z-index:2;
}

.L2sectdiv09 {
	position: relative;
	width:100%;
	height:9.25vh;
	z-index:2;
}

.L2sectdiv06 {
	position: relative;
	width:100%;
	height:6.0vh;
	z-index:2;
}

.L2sectcon {
	position:relative;
	width:100%;
	height:auto;
	z-index:2;
}


.L3holdcon { /* NOTES ABOUT CONTENT GROUPS, HAVE MULTIPLE */
	position:relative;
	width:63%;
	height:auto;
	margin:0 auto;
	padding:0px;
	background-color:#FFFFFF;

}

.L4float50{
	position:relative;
	float:left;
	width:50%;
	height:auto;
	padding-bottom:100px;
}


.L4float33L{
	position:relative;
	float:left;
	width:33%;
	height:auto;
	padding-bottom:100px;
}

.L4float66L{
	position: relative;
	float: left;
	width: 66%;
	height: auto;
	padding-bottom:100px;
}

.L4float33R{
	position:relative;
	float:right;
	width:33%;
	height:auto;
	padding-bottom:100px;
}

.L4float66R{
	position: relative;
	float: right;
	width: 66%;
	height: auto;
	padding-bottom:100px;
}

.L5cont{
	position:relative;
	width:80%;
	height:auto;
	margin:0 auto;
	top:50px;
	padding:0px;
}

#header {
	width:63%;
	height:auto;
	margin:0 auto;
	position:relative;
	top: 50%;
	transform: translateY(-50%); /* or try 50% */
	left:auto;
	z-index:3;
	background-color:#000000;
}

.contentcontact {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 410px;
	margin: 0 auto;
	top: 50px;
	background-color:#ffffff;

}



/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:749px) {

.L2sectdiv {
	Display:none
}



.L3holdcon { 
	width:100%;
}		

.L4float33L{
	width:100%;
	padding-bottom:50px;
}

.L4float66L{
	width:100%;
	padding-bottom:50px;
}

.L4float33R{
	width:100%;
	padding-bottom:50px;
}

.L4float66R{
	width:100%;
	padding-bottom:50px;
}


}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:750px) and (max-width:1099px) {

.L3holdcon { 
	width:100%;
}	

.L4float33L {
	width:50%;
}

.L4float66L {
	width:50%;

}
.L4float33R {
	width:50%;
}

.L4float66R {
	width:50%;

}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1100px) {


}


@media print {
	 
#background { display: none; }
#wrapper-page {	width:100%;}

    }
