/*--------------- SLIDESHOW --------------------*/
.mySlides {
  display: none;
  background-repeat: no-repeat;
  background-color: #EEE;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 360px;
}
.mySlides h1 {
  margin: 280px 0 6px 0;
  padding: 0 0 0 0;
  font-size: 2.0rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
.mySlides p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 7.0rem;
  line-height: 7.2rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
.w3-left, .w3-right, .w3-badge {
  cursor: pointer;
  color: #FFF;
}
.w3-left, .w3-right {
  display: none;
  padding: 4px 12px 4px 12px;
  font-size: 1.4rem;
}
.w3-left:hover, .w3-right:hover {
  background: rgba(22, 68, 123, .8);
}
.w3-badge {
  background: #FFF;
  height: 12px;
  width: 12px;
  padding: 0
}
/*--------------- FORM --------------------*/
input[type=text] {
  background: #FFF;
  border: 1px solid #CCC;
}
/*--------------- SLIDE 1 --------------------*/
#slide1 {
  padding: 36px 0 36px 0;
  background-color: #16447B;
  background-image: url('/media/static/images/blue-90.png'), url('<? echo $hero_img2; ?>');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
}
#slide1 h1 {
  color: #FFF;
  font-weight: 100;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/*--------------- TOGGLE --------------------*/
.accordionBody {
	max-height:0;
	transition: max-height 0.3s ease-out;
}
.toggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
/*  padding: 4px 2px 0 2px;*/
}
.toggleTitle h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #16447B;
  margin-bottom: 4px;
  padding-bottom: 4px;
  color: #16447B;
}
.toggleTitle:hover {
  background-color: rgba(183, 152, 58, .1);
}
.toggleTitle em {
  display: inline-block;
  float: right;
  font-style: normal;
}
.toggleDiv {
/*  padding: 12px 8px 12px 0;*/
  overflow: hidden;
  margin: 0 0 6px 0;
}
/*--------------- LOCATION --------------------*/
.location {
  border: 1px solid #FFF;
  padding: 12px;
  font-weight: 100;
}
.location h2 {
  font-size: 1.0rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 6px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.location p {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.location em {
  font-size: .75rem;
  font-weight: 100;
}
.location a {
  color: #FFF;
}
/*--------------- SLIDE 6 --------------------*/
#slide6 {
  background: #DAA520;
}
#slide6 a {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: .8rem;
  display: block;
  width: 20%;
  margin: 0;
  padding: 12px 0 12px 0;
  float: left;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#slide6 a:hover {
  background: rgba(0, 0, 0, .2);
  text-decoration: none;
}
#slide6 img {
  height: 32px;
  margin-bottom: 4px;
}
/* ADMIN TABLE
-----------------------------------------------------------------------------*/
.adminTable {
  padding: 12px 0 12px 0;
  margin: 12px 0 12px 0;
  width: 100%;
}
.adminTable th {
  font-weight: normal;
  text-align: left;
  font-size: .6rem;
  line-height: .6rem;
  text-transform: uppercase;
  color: #333;
  padding: 6px;
  background: #EEE;
  vertical-align: top;
  white-space: nowrap;
}
.adminTable td {
  border-bottom: 1px solid #DDD;
  padding: 6px;
}
td.action {
  width: 12px;
  background: #EEE;
  padding: 0;
}
.action img {
  width: 14px;
  padding: 6px;
}
.action a {
  display: block;
  text-decoration: none;
}
.action a:hover {
  background: #AAA;
  color: #FFF;
}
.right {
  text-align: right;
}
/*--------------- MISC --------------------*/
#slide2 {
  padding: 24px 0 48px 0;
}
#hero {
  width: 100%;
  margin: 0 0 18px 0;
}
.webCams {
  overflow: hidden;
  font-size: .8rem;
  line-height: 1.0rem;
  background: rgba(22, 68, 123, .1);
  padding: 0 12px 0 12px;
  margin: 24px 0 24px 0;
}
.webCams h3 {
  margin: 12px 0 6px 0;
  padding: 0 0 0 0;
  font-size: 1.1rem;
}
.webCams img {
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
}
.newsItem {
  overflow: hidden;
  border-bottom: 1px solid #DAA520;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  font-size: .9rem;
  line-height: 1.2rem;
  width: 100%;
}
.newsImg {
  width: 100%;
  padding-bottom: 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsDate {
  font-size: .9rem;
  line-height: 1rem;
  margin: 0 0 18px 0;
}
.newsItem a {
  color: #DAA520;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 18px 0;
  display: block;
}
@media only screen and (max-width: 749px) {
  #slide1 h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  #anchors {
    display: none;
  }
  .toggleTitle h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 549px) {
  .mySlides {
    height: 200px;
  }
  .location {
    margin-top: 24px;
  }
  #slide6 img {
    margin-bottom: 0;
  }
  #slide6 a div {
    display: none;
  }
}