/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Dye Hard Global
-----------------------------------------------------------------------------*/
body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#ffffff;
	position:relative;
	}

/* =Prosser Memorial Partnership
-----------------------------------------------------------------------------*/
.prosserMemorialPartnership {
	background:#fff;
	padding:1em;
	text-align: center;
	color:#988d85;
	font-size:75%;
	font-style: italic;
	}

.prosserMemorialPartnership img {
	width:300px;
	margin:0 auto;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	padding:0 0 .5em 0;
	}

.prosserMemorialPartnership img:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}

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

	.prosserMemorialPartnership img {
	width:250px;
	}
			
}

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

	.prosserMemorialPartnership img {
	width:150px;
	}
			
}
    
.newDate {
    font-family: 'futura_icgbold', Arial, sans-serif;  
	font-size:2em;
	margin:0;
	font-weight:normal;
	line-height:90%;
	color:#ffffff;
    padding:2em 5%;
    text-align: center;
    background:#fb018e;
    }
	
.container {
	max-width:2100px;
	}
	
/* Header */

header {
	background:#000000;
	margin:0 0 0 0;
	z-index:5000;
	position:relative;	
	width:100%;
	}
	
.headerLogo {
	width:247px;
	max-width:521px;
	margin:0 0 0 0;
	padding:17px 17px 0 17px;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	float:left;
	}
	
.headerLogo:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.socialMedia {
	position:absolute;
	top:22px;
	right:17px;
	width:100px;
	}
    
a.socialLink {
    font-size: 45px;
    margin:0 0 0 0;
    display: inline-block;
    }
    
a.socialLink {
    text-decoration:none;
    color:#00a4dd;
    }
    
a:hover.socialLink {
    text-decoration:none;
    color:#fb018e;
    }
	
@media screen and (max-width: 1450px) {

	

		
}

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

.socialMedia {
	display:none;
	}

}

@media screen and (max-width: 950px) {
	
.headerLogo {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:absolute;
	top:10px;
	left:10px;
	float:none;
	}


}

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


}

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

}


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

}

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


}
	
	

/* =nav
-----------------------------------------------------------------------------*/

nav {  
	height: 94px;  
	width: 850px;   
	font-size: 18pt;  
	font-family: 'futura_icgbold', Arial, sans-serif; 
	position: relative; 
	z-index:2000;	
	float:left;
	letter-spacing:.05em;
    } 
	 
nav>ul {  
	padding: 0;  
	margin: 0 auto; 
	height: 106px;
	width:100%;
    }
	
nav>ul>li {  
	margin:0; 
	display: inline;  
	float: left;
	position:relative;
	}
	
nav>ul>li>a { 	 
	box-sizing:border-box;  
    -moz-box-sizing:border-box;  
    -webkit-box-sizing:border-box; 
	line-height:94px; 
	padding:0 28px;
	color: #00a4dd; 
    display: inline-block;   
    text-align: center;  
    text-decoration: none; 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
nav>ul>li>a:hover, nav>ul>li>a:active {  
	color: #ffffff;   
	background:#fb018e;
	}
	
nav a#pull {  
    display: none; 
	line-height:82px;
	color: #ffffff;    
    text-decoration: none; 
	}
	
/* dropdown details */

nav>ul>li>a:hover.navDownMenu:hover, nav>ul>li>a:active.navDownMenu:hover {
	color:#d2bf9b;
	}
	
nav>ul>li:hover>.navDownMenu {
	display:block;
	width:200px;	
	}

.navDownMenu {
	display:none;	
	position:absolute;
	z-index:150;
	background: #000000;
	top:47px;
	left:0px;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	padding:10px 0 10px 0;	
	font-size: 10pt;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;	
	}
	
.navDownMenu>li {
	text-align:left;
	list-style:none;
	}
	
.navDownMenu>li>a {
	text-decoration:none;
	color:#d2bf9b;
	line-height:15px;
	display:block;
	padding:5px 15px;		
	}
	
.navDownMenu>li>a:hover {
	color:#d2bf9b;
	background:#8c182d;
	}
	
li.navSocial {
	display:none;
	}
	
/* active page styles */


@media only screen and (max-width : 1200px) {
	
nav {    
	width: 725px;   
	font-size: 16pt;
	letter-spacing:.05em;
    }
	

nav>ul>li>a {
	padding:0 20px;
	}	
	

	
}

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

nav {    
	width: 650px;   
	font-size: 15pt;
	letter-spacing:.05em;
    }
	

nav>ul>li>a {
	padding:0 17px;
	}	
	

	
}

@media only screen and (max-width : 950px) {
	
li.navSocial {
	display:block;
	}
	
nav {
	height: auto; 
	font-size:12pt; 
	width:100%;	
    }  
	
nav>ul {  
	width: 104%;  
	margin:0 0 0 0;
	display: block;  
	height: auto; 
	border-top:#fb018e solid 1px;
	background:#ffffff;
    }
	  
nav>ul>li {  
	width: 100%;  
	float: none;  
	position: relative; 
    }
	 
nav>ul>li>a {  
	border-bottom: 1px solid #fb018e;  
	border-right:none; 
	border-left:none;
	padding:0;
	line-height:40px;
    } 
	 
nav>ul>li>a {  
	text-align: left;  
	width: 100%;  
	text-indent: 25px;  
    } 
	
nav {  
	border-bottom: 0; 
    }
	  
nav>ul {  
	display: none;  
	height: auto;  
    } 
	 
nav>a#pull {  
	display: block;    
	width: 100%;  
	position: relative;  
	text-align: left;  
	width: 100%;  
	text-indent: 25px; 
    } 
	 
nav>a#pull:after {  
	content:"";  
	background: url('../img/nav-icon.png') no-repeat top right;  
	width: 30px;  
	height: 30px;  
	display: inline-block;  
	position: absolute;  
	right: 30px;  
	top: 30px;  
    } 
	
nav>ul>li>ul {
	display:none;
	} 
	
nav>ul>li:hover>ul {
	display:none;
	}
	
nav>ul>li:hover .navDownMenu li {
	display:none;
	}
	
.navDownMenu {
	display:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0;
	} 
	
ul.navDownMenu li {
	display:none;
	} 
	
}

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

 
	
}


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

} 

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

	
}
	
.clearfix:before, .clearfix:after {  
    content: " ";  
    display: table;  
	} 
	 
.clearfix:after {  
    clear: both;  
	} 
	 
.clearfix {  
    *zoom: 1;  
	}	


/* banner */

.banner {
	background:url(../img/featureBgBlue.jpg) no-repeat #0081ce top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding:.5em 5%;
	width:90%;
	font-size: 4em;  
	font-family: 'futura_icgbold', Arial, sans-serif;
	text-align:center;
	line-height:90%;
	}


@media screen and (max-width: 1050px) {
	
.banner {
	padding:.5em 5%;
	font-size: 3em;  
	}

}

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

	
}


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


}
	

/* =content structure
-----------------------------------------------------------------------------*/
.sectionWrapper {
	background:#000000;
	}

section {
	margin:0 auto;
	padding:50px;
	width:1200px;	
	}
	
section.blue {
	background:#3a76a7;	
	padding:30px 0 20px 0;
	}
	
.leftCol {
	width:47.5%;
	float:left;
	margin:0 0 0 0;
	}
	
.rightCol {
	width:47.5%;
	float:right;
	margin:0 0 0 0;
	}

.left3Col {
	width:30%;
	float:left;
	margin:0 5% 0 0;
	}
	
.right3Col {
	width:30%;
	float:right;
	margin:0 0 0 0;
	}	
	
.mainCol {
	width:60%;
	float:left;
	}
	
.subCol {
	width:33.5%;
	float:right;
	}
	
.sunIcon {
	margin:0 auto 2em auto;
	width:12.75%;
	max-width:153px;
	}
	
@media screen and (max-width: 1400px) {
	
section {
	margin:0 auto;
	width:90%;
	padding:50px 0;
	}
	
}
	
@media screen and (max-width: 1100px) {
	
		

}

@media screen and (max-width: 900px) {
	
.sectionWrapper {
	background-image:none;
	}
	
}

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

	
section {
	width:90%;
	padding:2em 5%;
	}
	
}

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

	
.left3Col {
	width:100%;
	float:none;
	margin:0 0 0 0;
	}
	
.right3Col {
	width:100%;
	float:none;
	margin:0 0 0 0;
	}	
	
}


@media screen and (max-width: 600px) {
	
		
section {
	width:90%;
	padding:1.5em 5%;
	}
	
.mainCol {
	width:100%;
	float:none;
	margin:0 0 2em 0;
	}
	
.subCol {
	width:100%;
	float:none;
	}
	
.leftCol {
	width:100%;
	float:none;
	}
	
.rightCol {
	width:100%;
	float:none;
	}
	
}	

		
/* divider */

.divider {
	margin:0 0 2em 0;
	border-top:#8c182d solid 2px;
	}
	
/* =blueBtn
-----------------------------------------------------------------------------*/
.blueBtn {
	background: #2a5c85;
	padding:0;
	margin:0 0 2em 0;
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	text-align:center;
	display:inline-block;
	width:60%;
	}
	
.blueBtn:hover {
	color:#ffffff;
	background:#2a5c85;
	}
	
.blueBtn a {
	font-family: Arial, sans-serif; 
	font-size:1em;	
	font-weight:bold;
	color:#ffffff;
	display:block;
	padding:3%;
	width:94%;
	text-decoration:none;
	line-height:90%;
	}
	
@media screen and (max-width: 600px) {
	
.blueBtn {
	width:100%;
	}
	
}




	
/* =Typography
-----------------------------------------------------------------------------*/	

.center {
    text-align: center;    
}
	
section h1 {
	font-family: 'futura_icgbold', Arial, sans-serif;  
	font-size:5em;
	margin:0 0 .18em 0;
	font-weight:normal;
	line-height:90%;
	color:#00a4dd;
	}

section h2 {
	font-family: 'futura_icgbold', Arial, sans-serif;  
	font-size:2em;
	color:#fb018e;	
	padding:0 0 .25em 0;
	font-weight:normal;
	line-height:90%;
	}
	
section h2 span {
	color:#ffffff;
	}
	
section h2 a {
	color:#fb018e;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	padding:0 3px;
	}

section h2 a:link, section h2 a:visited {
	text-decoration:underline;
	}

section h2 a:hover, section h2 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#fb018e;
	}
	
section h3 {
	font-family: Arial, sans-serif;  
	font-size:1.5em;	
	padding:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	}
		
small {
	font-size:80%;
	}
	
section p {
	padding:0 0 1.5em 0;
	}
	
ul.contentUl {
	padding:0 0 1.5em 1.5em;
	list-style: disc;
	}

	
/* Links */	
		
section p a {
	color:#fb018e;
	padding:1px 2px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

section p a:link, section p a:visited {
	text-decoration:none;
	}

section p a:hover, section p a:active {
	color:#ffffff;
	background:#fb018e;
	}
	
ul.contentUl a {
	color:#fb018e;
	padding:1px 1px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

ul.contentUl a:link, ul.contentUl a:visited {
	text-decoration:underline;
	}

ul.contentUl a:hover, ul.contentUl a:active {
	color:#ffffff;
	background:#fb018e;
	}
	
@media screen and (max-width: 1000px) {
	
section h1 {
	font-size:4em;
	}
	
section.blue h1 {
	font-size:4em;
	}
	
section h2 {
	font-size:2em;
	}


}

@media screen and (max-width: 650px) {
	
section h1 {
	font-size:3em;
	}
	
section.blue h1 {
	font-size:3em;
	}
	


}
	
	
	
@media screen and (max-width: 600px) {
	
body {
	font-size:80%;	
	}
	
section h1 {
	text-align:center;
	}
	
}
	
	

/* =footer
-----------------------------------------------------------------------------*/
.gesa {
	width:50%;
	margin:0 auto;
	}

footer {
	padding:3em 1em;
	background:url(../img/featureBgPink.jpg) no-repeat #fb018e top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
	
.footerSponsors {
	width:85%;
	margin:0 auto;
	}
	
.footerSponsors ul {
	list-style:none;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	}
	
.footerSponsors ul li {
	list-style:none;
	float:left;
	width:12.5%;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	}
	
.footerSponsors ul li:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.footerSponsors ul li a {
	text-decoration:none;
	}
	
.footerSponsors ul li img {
	margin:0 auto;
	max-width:200px;
	width:90%;
	}
	
.footerLogo {
	width:20%;
	max-width:350px;
	margin:0 auto 1em auto;
	}
	
.footerLinks {
	text-align:center;
	color:#ffea00;
	font-family: 'futura_icgbold', Arial, sans-serif; 
	margin:0 0 1em 0;
	font-size:1.5em;
	}
	
.footerLinks a {
	color:#ffea00;
	text-decoration:none;
	}
	
.footerLinks a:hover {
	text-decoration:underline;
	}
	
.sportsLogo {
	width:15%;
	max-width:215px;
	margin:0 auto 1em auto;
	}
	
.copyright {
	color:#a1dafc;
	font-size:.8em;
	padding:0 0 2em 0;
	text-align:center;
	}
	
.copyright a {
	color:#a1dafc;
	text-decoration:underline;
	}
	
.copyright a:hover {
	text-decoration:none;
	}
	
@media screen and (max-width: 1000px) {
	
.gesa {
	width:75%;
	margin:0 auto;
	}
	
}

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

.footerLogo {
	width:50%;
	}
		
}

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

.gesa {
	width:100%;
	margin:0 auto;
	}	

}



/* =IE Sucks
-----------------------------------------------------------------------------*/
#iewarning {
	padding:10em;
	text-align:center;
	color:#C00;
	background:#ffffff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	}
	
#iewarning a {
	color:#ffffff;
	background:#C00;
	padding:0px 3px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

#iewarning a:link, #iewarning a:visited {
	text-decoration:none;
	}

#iewarning a:hover, #iewarning a:active {
	color:#C00;
	background:none;
	text-decoration:underline;
	}