@import url(http://fonts.googleapis.com/css?family=Tauri);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
* {
    margin: 0;
}
html, body {
   height: 100%;
   min-width: 1000px;
}
.clear{
	clear:both;
}
#wrapper{
	position:relative;
	width:100%;
    min-height: 100%;
    margin-bottom: -60px; 
 
}
#wrapper:after {
    content: "";
    display: block;
}
#wrapper:after {
    height: 60px; 
}
#header{
	background-color:#fff;
	position:relative;
	z-index:999;
	height:105px;
	width:100%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.20);
}

#headerholder{
	max-width:1200px;
	margin:auto;
	position:relative;
	z-index:9999;
}

#footer{
	width:100%;
	height:60px;
	background-color:#1a4f74;
}

#footerholder{
	max-width:1200px;
	margin:auto;
	position:relative;	
	padding:25px 0 0 0;
	color:#e2e2e2;
	font-size:10px;
	letter-spacing: 1px;
}

#logo{
	height:104px;
	width:480px;
	background-image: url('../images/wwyal_logo.png');
	background-repeat: no-repeat;
	position:relative;
	z-index:999;
	top:31px;
	float:left;
}

#content{
	max-width:1200px;
	margin:auto;
	position:relative;
}
#content2{
	max-width:1200px;
	margin:auto;
	position:relative;
}
#grey-content{
	width:100%;
	background-color:#f4f4f4;
	min-height:100px;
}
.grey-content-holder{
	font-family: 'Ubuntu', 'sans-serif';
	max-width:1200px;
	margin:auto;
	position:relative;
}
.grey-content-left{
	float:left;
	background-color:#ebebeb;
	padding:20px;
	max-width:380px;
	min-height:470px;
}
.grey-content-left ul{
	list-style: none; 
	font-size:14px;
	line-height: 1.5;
}
.grey-content-right{
	float:left;
	max-width:60%;
	font-family: 'Ubuntu', 'sans-serif';
	line-height: 1.5;
	padding-left:20px;
}
.icon-holder{
	width:25%;
	text-align:center;
	position:relative;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	color:#1A4F74;
}
.slidingDiv {
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    display: none;
    font-size:10px;
}
 
.show_hide {
    display:none;
}
.icon-holder-container{
	padding:15px;
}

.icon-holder-container:hover{
	background-color:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.figure{
	float:right;
}
.success{
	top:50px;
	position:relative;
	width:46%;
	margin:auto;
	padding:5px 20px;
	background-color:#f4f4f4;
	text-align: center;
}
#s7{
	position:absolute;
	top:120px;
	right:380px;
	width:300px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}
#green_contentholder{
	width:100%;	
	height: 400px;
	background-image: url('../images/green_bg.jpg');
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:relative;
	z-index:2;
}
#green_contentholder_small{
	width:100%;	
	height: 240px;
	background-image: url('../images/green_bg.jpg');
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:relative;
	z-index:2;	
}
.green_left_small{
	position:relative;
	top:50px;
	max-width:50%;
	max-height:400px;
	overflow:hidden;
	margin-left:20px;
}

#green_container{
	max-width:1200px;
	margin:auto;
	position:relative;
}

.green_left{
	position:relative;
	top:70px;
	max-width:50%;
	max-height:400px;
	overflow:hidden;
	margin-left:20px;
}

.green_left_headline{
	font-size:30px;
	font-weight: 100;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.green_left_headlinebottom{
	font-size:16px;
	font-weight: 100;
	color:#fff;
	letter-spacing: 1px;
}

.green_left_phone{
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size:64px;
	font-weight: 800;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}
#blue_bar{
	position:relative;
	background-color:#1a4f74;
	height:70px;
	top:2px;
}

#blue_bar_container{
	font-family: 'Tauri', 'sans-serif';
	max-width:1100px;
	margin:auto;
	padding:15px 10px 10px 10px;
	color:#fff;
	font-size:32px;	
	text-align:left;	
}
.tests{
	border:solid 1px #e2e2e2;float:left;max-width:55%;
}
.test-content{
	float:left;
	margin-left:20px;
	max-width:38%;
	font-family: 'Ubuntu', 'sans-serif';
	font-size:14px;
	line-height: 1.75;
}
.calc-holder{
	float:left;
	width:50%;
}
/**** Menu Styles
*******************************************/

#menu ul, #menu li,
#menu span, #menu a { margin: 0; padding: 0; }

#menu {
	float:right;	
	position:relative;
	width:50%;
	top:55px;
}

#menu a { 
	display: inline-block;
	font-family: 'Ubuntu', 'sans-serif';
    text-decoration: none; 
    padding:10px 12px;
	color: #1a4f74;
	font-size:14px;
	font-weight: 400;
	

}
#menu ul { 
	list-style: none; 
	padding: 0 0; 
}
#menu > ul > li {
	float: left; 
	margin: 0 0px;
	position: relative;
}

#menu a:hover {
	float: left; 
	background:#1a4f74;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/***** Buttons
********************************************/

.calc_button{
	float:right;
	padding:10px 18px;
	color:#1a4f74;
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	font-size:16px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 100;
    background: rgb(255,255,255); /* Old browsers */


	text-shadow: rgb(224, 224, 224) 1px 1px 0px;
}
.calc_button:hover{
background: rgb(237,237,237); /* Old browsers */

}
.apply_button{
	float:left;
	font-size:30px;
	letter-spacing: .5px;
	padding:16px 25px;
	color:#fff;
	background-color:#1b81ab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.apply_button:hover{
	background-color: #1a4f74;
}
.apply_button2{
	float:left;
	margin-left:34px;
	font-size:20px;
	letter-spacing: .5px;
	padding:14px 25px;
	color:#fff;
	background-color:#1b81ab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.apply_button2:hover{
	background-color: #1a4f74;
}
.apply_button3{
	float:left;
	font-size:30px;
	letter-spacing: .5px;
	padding:16px 25px;
	color:#fff;
	background-color:#1b81ab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.apply_button3:hover{
	background-color: #1a4f74;
}

.biggreenbutton {
   border-top: 1px solid #b0c23a;
   background: #acba43;
   background: -webkit-gradient(linear, left top, left bottom, from(#7e9908), to(#acba43));
   background: -webkit-linear-gradient(top, #7e9908, #acba43);
   background: -moz-linear-gradient(top, #7e9908, #acba43);
   background: -ms-linear-gradient(top, #7e9908, #acba43);
   background: -o-linear-gradient(top, #7e9908, #acba43);
   padding: 17px 24px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.biggreenbutton:hover {
   border-top-color: #b0c23a;
   background: #b0c23a;
   color: #ffffff;
   }
.biggreenbutton:active {
   border-top-color: #b0c23a;
   background: #b0c23a;
   }   

.officeinfo{
	float:left;max-width:400px;padding:20px;margin-left:200px;
}


label{
	float: left;
	text-align:right;
	width: 170px;
	font-size:14px;
	margin-top:15px;
	padding-right:15px;
	color:#333323;
}

form#settings input.text{ 		
	
    font-size:12px;
    padding:10px 8px;
	margin:2px 10px 5px 0px;
	background: #f7f7f7; 
	width: 220px; 
	color: #555; 
	border: 1px #ddd solid;
		

		
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;		
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 					
}
form#settings input.text:focus { 	
	outline: 0;
	background-color: #e1f086;
}
form#settings textarea{ 		
	
    font-size:12px;
    padding:6px 8px;
	margin:2px 1px 5px 0px;
	background: #f7f7f7; 
	width: 220px; 
	height:120px;
	color: #555; 
	border: 0px #ddd solid;
		
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;		
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	border: 1px #ddd solid;					
}
form#settings textarea:focus { 	
	outline: 0;
	background-color: #e1f086;
}
form#settings input.error {
    background-color:red;
	color:white;
}
/*Normal*/
.submit {
	background-color: #F3F3F3;
	border: 1px solid #c9c9c9;
	-moz-box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	background-image: -o-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	color: #2B2C2B;
	text-shadow: rgba(254,254,254,0.5) 0px 1px 0px;
	display: block;
	
	height: 35px;
	border-radius: 4px;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	font-size: 11pt;
	float: right;
	
}
/*Hover*/
.submit:hover {
	background-color: #FFFFFF;
	background-image: -o-linear-gradient(90deg , rgb(246,246,246) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(246,246,246) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(246,246,246) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(246,246,246) 0%, rgb(254,254,254) 100%);
	background-image: linear-gradient(90deg , rgb(246,246,246) 0%, rgb(254,254,254) 100%);
	cursor:pointer;
}
/*Active*/
.submit:active {
	background-color: #F9F9F9;
	-moz-box-shadow:inset 0px 0px 5px rgba(187,187,187,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(187,187,187,1);
	box-shadow:inset 0px 0px 5px rgba(187,187,187,1);
	background-image: -o-linear-gradient(90deg , rgb(254,254,254) 0%, rgb(246,246,246) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(254,254,254) 0%, rgb(246,246,246) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(254,254,254) 0%, rgb(246,246,246) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(254,254,254) 0%, rgb(246,246,246) 100%);
	background-image: linear-gradient(90deg , rgb(254,254,254) 0%, rgb(246,246,246) 100%);
	text-shadow: none;
}



@media screen and (max-width:1170px) {
.green_left_headline{

	font-size:20px;
	font-weight: 100;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.green_left_headlinebottom{
	font-size:12px;
	font-weight: 100;
	color:#fff;
	letter-spacing: 1px;
}

.green_left_phone{
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size:34px;
	font-weight: 800;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}
.grey-content-right{
	float:left;
	max-width:500px;
	font-family: 'Ubuntu', 'sans-serif';
	line-height: 1.5;
	padding-left:20px;
}
}


@media screen and (max-width:600px) {

.figure{
	display:none;
}

#s7{
	display:none;
}
#logo{
	display:block;
	margin:auto;
	height:100px;
	width:90%;
	background-image: url('../images/wwyal_logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position:relative;
	z-index:999;
	top:31px;
	float:none;
}
#green_contentholder{
	width:100%;	
	height: 430px;
	background-image: url('../images/green_bg.jpg');
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:relative;
	z-index:2;
}
#green_container{
	width:100%;
	margin:auto;
	position:relative;
}

.green_left{
	top:30px;
	text-align:center;
	max-width:100%;
	width:100%;
	overflow:visible;
	position:relative;
	max-height:100%;
	margin-left:0px;
}

.green_left_headline{
	font-size:20px;
	font-weight: 100;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.green_left_headlinebottom{
	font-size:11px;
	font-weight: 100;
	color:#fff;
	letter-spacing: 1px;
}

.green_left_phone{
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size:44px;
	font-weight: 800;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}
.apply_button{
	float:none !important;
	font-size:20px;
	letter-spacing: .5px;
	padding:8px 25px;
	color:#fff;
	background-color:#1b81ab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	margin-top:auto !important;
}
.apply_button IMG{
	height:20px;
	float:none;
	display:none;
}
.apply_button:hover{
	background-color: #1a4f74;
}

/**** Menu Styles
*******************************************/

#menu ul, #menu li,
#menu span, #menu a { margin: 0; padding: 0; }

#menu {
	float:left;	
	position:relative;
	width:100%;
	top:6px;
	overflow:hidden;
}

#menu a { 
	display: inline-block;
	font-family: 'Ubuntu', 'sans-serif';
    text-decoration: none; 
    padding:10px 15px;
	color: #1a4f74;
	font-size:14px;
	font-weight: 400;
	width:100%;
}
#menu ul { 
	list-style: none; 
	padding: 0 0; 
}
#menu > ul > li {
	float: left; 
	margin: 1px 0px;
	position: relative;
	background-color:#f4f4f4;
	width:100%;
}

#menu a:hover {
	float: left; 
	background:#1a4f74;
	color:#fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.grey-content-left{
	float:left;
	background-color:#ebebeb;
	padding:20px;
	max-width:100%;
	min-height:470px;
}
.grey-content-left IMG{
	width:100%;
}
.apply_button2 IMG{
	display:none;
}
#content2{
	display:none;
}
#footerholder{
	padding:20px;
}

#footerholder IMG{
	display:none !important;
}
#blue_bar_container{
	font-family: 'Tauri', 'sans-serif';
	max-width:1100px;
	margin:auto;
	padding:15px 10px 0px 10px;
	color:#fff;
	font-size:12px;	
	text-align:center;
}
#blue_bar{
	position:relative;
	background-color:#1a4f74;
	height:50px;
	top:2px;
}
.calc_button{
	display:none;
}
.icon-holder IMG{
	float:left;
	margin-right:20px !important;
}
.icon-holder{
	width:100%;
	text-align:left;
	position:relative;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	color:#1A4F74;
	font-size:14px;
}

#green_contentholder_small{
	width:100%;	
	height: 340px;
	background-image: url('../images/green_bg.jpg');
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:relative;
	z-index:2;
}

.green_left_small{
	top:30px;
	text-align:center;
	max-width:100%;
	width:100%;
	overflow:visible;
	position:relative;
	max-height:100%;
	margin-left:0px;
}
.apply_button3{
	display:none;
}

label{
	float: left;
	text-align:left;
	width: 80%;
	font-size:14px;
	margin-top:15px;
	padding-left:15px;
	color:#333323;
	clear:both;
}

form#settings {
	padding:20px;
	margin:auto;
	position:relative;
}
form#settings input.text{ 	
	float:left;	
	position:relative;
    font-size:12px;
    padding:10px 8px;
	margin:2px 0px 5px 0px;
	background: #f7f7f7; 
	width:80%;
	color: #555; 
	border: 1px #ddd solid;
		

		
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;		
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 					
}
form#settings input.text:focus { 	
	outline: 0;
	background-color: #e1f086;
}
form#settings textarea{ 	
	clear:both;
	float:left;	
	width:auto;
	min-width:80%;
    font-size:12px;
    padding:6px 8px;
	margin:2px 1px 5px 0px;
	background: #f7f7f7; 
	height:120px;
	color: #555; 
	border: 0px #ddd solid;
		
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;		
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	border: 1px #ddd solid;					
}
form#settings textarea:focus { 	
	outline: 0;
	background-color: #e1f086;
}
form#settings input.error {
    background-color:red;
	color:white;
}
/*Normal*/
.submit {
	background-color: #F3F3F3;
	border: 1px solid #c9c9c9;
	-moz-box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	box-shadow:inset 0px 0px 1px rgba(187,187,187,1);
	background-image: -o-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	background-image: linear-gradient(90deg , rgb(238,238,238) 0%, rgb(254,254,254) 100%);
	color: #2B2C2B;
	text-shadow: rgba(254,254,254,0.5) 0px 1px 0px;
	display: block;
	
	height: 35px;
	border-radius: 4px;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	font-size: 11pt;
	float: none;
	margin-bottom:40px;
	clear:both;
	
}

.tests{
	max-width:98% !important;
	height:auto !important;
	margin:auto;
	float:none;
}
.test-content{
	max-width:100%;
	margin:auto;
	position:relative;
	padding:10px;
}
html, body {
  min-width:100%;
}
.calc-holder{
	float:none;
	width:90%;
	padding:20px;
}
.settings{
	width:100%;
	padding:0px;
}

.officeinfo{
	clear:both;float:none;max-width:auto;padding:20px;margin-left:0px;width:90%;margin-bottom:70px;
}
}




