/*
Dk Blue:  #133051   19, 48, 81
Dk Gray:  #555555
*/
/* HERO (VIDEO)
---------------------------------------------------------------------*/
.parentMobile {
  display: none;
}
.parent {
  position: relative;
  background-color: #133051;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.parent h1 {
  font-weight: 100;
  color: #FFF;
  padding: 0 0 0 0;
  padding: 45vh 0 24px 0;
  margin: 0 0 0 0;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .4;
  filter: alpha(opacity=40);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  width: 100%;
}
/* SLIDE 1
---------------------------------------------------------------------*/
#slide1 {
  padding: 60px 0 60px 0;
  overflow: hidden;
  background-color: #FFF;
}
/* SLIDE 2
---------------------------------------------------------------------*/
#slide2 {
  text-align: center;
  padding: 60px 0 60px 0;
  overflow: hidden;
  background-color: #133051;
  background-image: url('/media/static/images/overlay-dk-blue.svg'), url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#slide2 h2 {
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 100;
  margin: 0 0 48px 0;
  color: #FFF;
}
#slide2 h2 a:hover, #slide2 h2 a:focus {
  text-decoration: none;
}
/* NEWS
---------------------------------------------------------------------*/
#news {
  overflow: hidden;
  padding: 72px 0 72px 0;
  background-color: #133051;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
#news h2 {
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 100;
  margin: 0 0 48px 0;
  color: #FFF;
  text-align: center;
}
.newsLink {
  text-align: left;
  display: block;
  background: #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;
  margin: 0 0 24px 0;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 18px;
}
.newsLink:hover, .newsLink:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #133051;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.newsLinkTitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #133051;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #133051;
  margin: 8px 0 8px 0;
}
.newsLinkBody {
  margin: 0 0 0 0;
  color: #000;
}
@media only screen and (max-width: 549px) {
  .parent {
    display: none;
  }
  .parentMobile {
    display: block;
    background-color: #133051;
    background-image: url('/media/static/images/overlay.svg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 80px 0 80px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}