*, *::after, *::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong{font-weight:bold;}

html,body{height:100%;width:100%;}

body{
	width:100%;
	height:100%;
	background-color:#777;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bg{
	/*
	GI #519867028
	*/
	background-image:url('../../assets/images/bg.jpg'); 
	
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;	
	
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.bg img{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.landing-container{
	display:inline-block;
	width:47.4%;
	position:absolute;
	top:9%;
	right:2.5%;
}

.landing-header{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-bottom:2%;
	margin-bottom:5%;
	position:relative;
}
.landing-header:after{
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%; 
	top:0;
	left:0;
	/*
	background-color: rgba(255, 255, 255, .6);		
	*/
	background-color:#fff;	
	
	-webkit-box-shadow: 0 10px 2px -8px rgba(0,0,0,.3);
	box-shadow: 0 10px 2px -8px rgba(0,0,0,.3);
	
}

.landing-header .logo{
	display:inline-block;
	width:100%;
}
.landing-header .logo img{
	width:100%;
}
.landing-header h1{
	font-size:340%;
	padding:0px 0px 1% 0px;
	font-weight:400;
	border:0;
	margin:0;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;	
}

.landing-option-container{
	text-align:center;
	display:inline-block;
	width:100%;
	
}
.landing-option-container h2{
	font-size:230%;
	font-weight:400;
}
.landing-option-container ul{
	display:inline-block;
	width:100%;
	margin:10px 0px;
}

.landing-option-container ul li{
	display:block;
	float:left;
	width:32%;
	height:100%;
	margin-right:2%;
	text-align:center;
}
.landing-option-container ul li:last-child{
	margin-right:0;	
}
.landing-option-container ul li a{
	position:relative;
	display:block;
	font-size:250%;
	color:#000;
	text-decoration:none;
	vertical-align:middle;
	padding:32% 0;
}

.landing-option-container ul li a:before{
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%; 
	top:0;
	left:0;
	background-color: rgba(255, 255, 255, .6);	
	
	-webkit-box-shadow: 0 10px 2px -8px rgba(0,0,0,.3);
	box-shadow: 0 10px 2px -8px rgba(0,0,0,.3);
	
		
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}

/*
.landing-option-container ul li a:hover{
		border:1px solid #009977;
		border:1px solid #fff;

}
*/


.landing-option-container ul li a:hover:before{
	content:"";
	background-color: rgba(0, 153, 119, .6);	
	background-color: rgba(255, 255, 255, .9);	
	width:96%;
	height:96%;
	margin-left:2%;
	margin-top:2%;

	-webkit-box-shadow: 0 10px 5px -5px rgba(0,0,0,0);
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0);	
}

@media only screen and (max-width: 1350px) {
.landing-option-container ul li { 
	clear:both;
	display:block;
	min-width: 100%
	}
.landing-option-container ul{
		height:100%;
	}
	
	.landing-header h1{
		font-size:300%;
	}
	
	
.landing-option-container ul li a {
		padding:8px; 
		margin:0 0 5px 0;
		min-height: 100%;
	}
.landing-option-container ul li a:hover:before{
	content:"";
	background-color: rgba(0, 153, 119, .6);	
	background-color: rgba(255, 255, 255, .9);	
	width:99%;
	height:96%;
	margin-left:.5%;
	margin-top:.5%; 

	-webkit-box-shadow: 0 10px 5px -5px rgba(0,0,0,0);
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0);	
}
}

@media only screen and (max-width: 1140px) {

	.landing-header h1{
		font-size:230%;
	}
}

@media only screen and (max-width: 850px) {
.landing-option-container ul li {
	clear:both;
	display:block;
	min-width: 100%
	}
.landing-option-container ul li a {
	padding:8px;
	font-size:150%;
	margin-bottom: 5px;
	}
.landing-header h1{
	font-size:180%;
	}
.landing-option-container h2{
	font-size:130%;;
	}
}

@media only screen and (max-width: 630px) {
.landing-container{
	width:100%;
	top:5%;
	right:0;
	}
}


.urgentnotice-default,
.isoracleavail-wrapper{
	padding:3px; 
	background-color:#ffeb99; 
	font-size:110%;
	text-align:center; 	 
	width:100%; 
	padding:12px 10%;
	line-height:1.2em;
	border-bottom: medium solid #5bbf21;
	border-left:medium solid #ffe066;
	border-right:medium solid #ffe066;
}
.urgentnotice-default .inner-content,
.isoracleavail-wrapper .inner-content{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
