@charset "utf-8";
/* CSS Document */

#site-body.custom-background {
  	background: url("https://apps.itd.idaho.gov/apps/wp-template/images/siteContent-backgound.jpg");
  	background-attachment: fixed;
  	background-size: cover;
  	background-repeat:no-repeat;
  	background-position: bottom center;
  	background-color:#e2e7ed;
}


body {
		font-family: Sans-Serif;
		font-size:14px;
}

.top-navigation {
  	border-bottom:none;
}

iframe {
  	overflow:scroll;
}


 .header-text {
    background: url("https://apps.itd.idaho.gov/apps/wp-template/images/logo.png")!important;
  	background-repeat:no-repeat!important;
    height:110px!important;
    margin-top:5px!important;
	margin-left: 50px;
    margin-bottom:5px!important;
}


.main-nav  {
 	width:1200px;
	max-width:100%;
	background-color:#333;
	border:1px solid #333;
	border-radius:5px;
	height:40px;
	margin: 15px auto;
	color:white;
	font-family: Sans-Serif;
	vertical-align: middle; 
	padding:0;
	display:block;
}

.main-nav a {
    color:white;
}

.main-nav a:hover {
    color:#ccc;
}

.cat-header  {
	width:1180px;
	max-width:100%;
	height: 46px; 
	vertical-align: middle; 
	padding:0; 
	border: 1px solid #1e828e; 
	border-radius: 5px; 
	background-color: rgba(30, 130, 142, 0.8); 
	color: white; 
	font-size: 24px; 
	text-shadow: 1px 1px #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif!important;
	margin:15px auto 5px;
	display:block;

}

.registration-cat-header  {
	width:1180px;
	max-width:100%;
	height: 46px; 
	vertical-align: middle; 
	padding:0; 
	border: 1px solid #1e828e; 
	border-radius: 5px; 
	background-color: rgba(39, 106, 174, 0.8); 
	color: white; 
	font-size: 24px; 
	text-shadow: 1px 1px #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif!important;
	margin:15px auto 5px;
	display:block;

}

.template-body  {
 	width:1170px;
	max-width:100%;
	background-color:white;
	border:1px solid white;
	border-radius:5px;
	padding-left:10px;
	height:40px;
	margin: 5px auto;

	height:100%;
	overflow:auto;

}

.site-footer {    
 	width:1200px;
	max-width:100%;
	background-color:#333;
	border:1px solid #333;
	border-radius:5px;
	text-align:center;
	margin: 15px auto;
	padding-top:20px;
	padding-bottom:20px;
}

#address {
    margin-top:50px;
	padding-left:10px;
	color:white;
	font-family: Sans-Serif;
	margin:0px auto;
}

#address a {
    color:white;
}

#address a:hover {
    color:#ccc;
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	   .header-text {
    background: url("https://apps.itd.idaho.gov/apps/wp-template/images/logo-port-mobile.png")!important;
  	background-repeat:no-repeat!important;
    height:110px!important;
    margin-top:5px!important;
	margin-left: 10px;
    margin-bottom:5px!important;
}
}