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


/* =Ag Museum Global
-----------------------------------------------------------------------------*/
body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	position:relative;
	}
	
.container {
	max-width:1900px;
	background:#3a76a7;
	}
	
/* Header */

header {
	background: rgba(255, 197, 12, 0.48);
	margin:0 0 0 0;
	z-index:5000;
	position:absolute;	
	width:100%;
	height:10em;
	top:0;
	left:0;
	}
	
.donateBtn {
	background: rgba(255, 197, 12, 1.0);
	padding:0 1em;
	margin:0 0 0 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;
	position:absolute;
	top:0;
	right:0;
	}
	
.donateBtn:hover {
	color:rgba(255, 197, 12, 1.0);
	background:#000000;
	}
	
.donateBtn a {
	font-family: Arial, sans-serif; 
	font-size:1.5em;	
	font-weight:bold;
	color:#000000;
	display:inline-block;
	padding:10% 0;
	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;
	}
	
	
.donateBtn a:hover {
	color:rgba(255, 197, 12, 1.0);
	}
	
.headerLogo {
	width:20%;
	max-width:380px;
	margin:0 0 0 -10%;
	padding:0 0;
	-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;
	position:absolute;
	top:50px;
	left:50%;
	z-index:4000;
	}
	
.headerLogo:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
@media screen and (max-width: 1400px) {

	
header {
	height:8em;
	}

		
}

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

.headerLogo {
	width:30%;
	margin:0 0 0 -15%;
	top:50px;
	left:50%;
	}
	
.donateBtn {
	display:none;
	}

}

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

.headerLogo {
	width:40%;
	margin:0 0 0 -20%;
	top:20px;
	left:50%;
	}

}

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


}

@media screen and (max-width: 600px) {
	
header {
	height:6em;
	}	

}


@media screen and (max-width: 500px) {
	
.headerLogo {
	width:50%;
	margin:0 0 0 -25%;
	top:20px;
	left:50%;
	}	

}

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


}
	
	

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

.navigation {
  height: 40px;
  background: #000000;  
	}


.nav-container {
  margin: 0 auto;
	background: #000000;
}

nav {
  z-index:5000;
  position:relative;
}
nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background: #000000;
  color: #ffc50c;
  text-decoration: none;
  font-weight:bold;
  -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;
	font-size: 15px;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #ffc50c;
  color: #000000;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '+';
}


nav ul li ul li {
  width:100%;
	}
	
nav ul li ul li a {
  padding: 10px;
  line-height: 15px;
  font-size:90%;
  }

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(210, 166, 10, 0.15);
  background:#000000;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  height: 70px;
  width: 70px;
}

.desktopHide {
	display:none;
	}

@media screen and (max-width: 1600px) {
	
	nav ul li a, nav ul li a:visited {
 	padding: 0 10px;
	font-size: 15px;
	}
	
}

@media screen and (max-width: 1300px) {
	
	nav ul li a, nav ul li a:visited {
 	padding: 0 7px;
	font-size: 12px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	nav ul li a, nav ul li a:visited {
 	padding: 0 5px;
	font-size: 10px;
	}
	
}

@media only screen and (max-width: 900px) {
	
.desktopHide {
	display:block;
	}
	
.navigation {
  height: 70px;
  background: #000000;
}

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 0 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
	border-bottom:1px solid #ffc50c;
	  display: block;
	  
  }
  nav ul li a {
    padding: 15px;
    line-height: 30px;
	  font-size: 15px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}


@media screen and (min-width: 900px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffc50c;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/* =banner
-----------------------------------------------------------------------------*/


.banner {
	background:url(../img/subPageHeader.jpg) center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	height:14em;	
	}
	
@media screen and (max-width: 1400px) {

	
header {
	height:12em;
	}

		
}

@media screen and (max-width: 600px) {
	
header {
	height:10em;
	}	

}
	

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

section {
	margin:0 auto;
	padding:50px 0px;
	width:1200px;	
	}
	
.yellow {
	background:url(../img/yellowBg.jpg) #ffac0c center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	}
	
.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;
	}	
	
.leftColQtr {
	width:21.25%;
	float:left;
	margin:0 5% 0 0;
	}
	
.rightColQtr {
	width:21.25%;
	float:right;
	margin:0 0 0 0;
	}
	
.imgRight {
	float:right;
	margin:0 0 2em 2em;
	width:47.5%;
	}
	
@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;
	}
	
.leftColQtr {
	width:100%;
	float:none;
	margin:0 0 0 0;
	}
	
.rightColQtr {
	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;
	}
	
.imgRight {
	float:none;
	margin:0 auto 2em auto;
	width:100%;
	}
	
}	

		
/* divider */

.divider {
	margin:0 0 2em 0;
	border-top:#333333 solid 2px;
	}
	
/* =yellowBtn
-----------------------------------------------------------------------------*/
.yellowBtn {
	background: rgba(255, 197, 12, 1.0);
	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%;
	}
	
.yellowBtn:hover {
	color:rgba(255, 197, 12, 1.0);
	background:#000000;
	}
	
.yellowBtn a {
	font-family: Arial, sans-serif; 
	font-size:1em;	
	font-weight:bold;
	color:#000000;
	display:block;
	padding:6% 3%;
	width:94%;
	text-decoration:none;
	line-height:90%;
	-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;
	}
	
	
.yellowBtn a:hover {
	color:rgba(255, 197, 12, 1.0);
	}
	
.leftColQtr .yellowBtn, .rightColQtr .yellowBtn {
	width:100%;
	}
	
@media screen and (max-width: 600px) {
	
.yellowBtn {
	width:100%;
	}
	
}




	
/* =Typography
-----------------------------------------------------------------------------*/	
	
section h1 {
	font-family: 'arialblack', Arial, sans-serif;  
	font-size:2.5em;
	margin:0 0 .18em 0;
	font-weight:normal;
	line-height:90%;
	color:#000000;
	}

section h2 {
	font-family: Arial, sans-serif;  
	font-size:2em;
	color:#ffac0c;	
	padding:0 0 .25em 0;
	font-weight:bold;
	line-height:90%;
	}
	
section h2 a {
	color:#3a76a7;
	-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:#3a76a7;
	}
	
section h3 {
	font-family: Arial, sans-serif;  
	font-size:1.25em;	
	padding:0 0 0 0;
	line-height:90%;
	}
	
section h3 a {
	-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 h3 a:link, section h3 a:visited {
	text-decoration:underline;
	}

section h3 a:hover, section h3 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#eb6d24;
	}
	
small {
	font-size:80%;
	}
	
section p {
	padding:0 0 1.5em 0;
	font-size:110%;
	}
	
ul.contentUl {
	padding:0 0 1.5em 0;
	margin:0 0 0 1em;
	list-style:none;
	}
	
ul.contentUl li {
	padding:1em 0;
	border-top:#CCC solid 1px;
	}
	
ul.discUl {
	padding:0 0 1.5em 0;
	list-style:inside disc;
	}
	
ul.discUl li {
	padding:0 0;
	}

ul.centeredUl {
	padding:0 0 1.5em 0;
	list-style:none;
	}

ul.centeredUl li {
	padding:.25em 0;
	border-top: #D1CFCF solid 1px;
	}

	
/* Links */	
		
section p a {
	color:#FF6600;
	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:#FF6600;
	}
	
ul.contentUl a {
	color:#FF6600;
	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, ul.centeredUl a:visited {
	text-decoration:underline;
	}

ul.contentUl a:hover, ul.contentUl a:active, , ul.centeredUl a:active {
	color:#ffffff;
	background:#FF6600;
	}
	
@media screen and (max-width: 1000px) {
	


}

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



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

/* =footer
-----------------------------------------------------------------------------*/
section.footer p {
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
	}

footer {
	padding:3em 1em;
	background:#000000;
	}
	
.footerLogo {
	width:20%;
	max-width:350px;
	margin:0 auto 1em auto;
	}
	
.footerAddress {
	width:90%;
	font-family: 'arialblack', Arial, sans-serif;  
	font-size:1.5em;
	color:#ffac0c;
	text-align:center;
	margin:0 auto 1em auto;
	}
	
.copyright {
	color:#7c7c7c;
	font-size:.8em;
	padding:0 0 2em 0;
	text-align:center;
	}
	
.copyright a {
	color:#7c7c7c;
	text-decoration:underline;
	}
	
.copyright a:hover {
	text-decoration:none;
	}
	
@media screen and (max-width: 1250px) {
	

	
}

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

.footerLogo {
	width:50%;
	}
		
}

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

}

/* Scroll to Top Arrow */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(235, 109, 36, 0.5) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:9600;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



/* =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;
	}