/*
Dk Red:   #651321   101, 19, 33
Dk Gray:  #444444   68, 68, 68
*/
.parentMobile {
  display: none;
}
.parent {
  position: relative;
  background-color: #651321;
  -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;
  text-transform: uppercase;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .4;
  filter: alpha(opacity=40);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  width: 100%;
}
#whoWeAre {
  background-color: #FFF;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -ms-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  color: #651321;
  text-align: center;
  padding: 72px 0 72px 0;
  overflow: hidden;
  font-weight: 100;
}
#whoWeAre h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0 0 24px 0;
  font-weight: 800;
  color: #651321;
  text-transform: uppercase;
}
#whoWeAre h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 100;
  color: #651321;
}
#services {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 90px 0 90px 0;
  text-align: center;
  background-color: #651321;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top 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;
}
#services h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
}
#services h2 a:hover, #services h2 a:focus {
  text-decoration: none;
}
#news {
  overflow: hidden;
  padding: 72px 0 72px 0;
  background-color: #651321;
  -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: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  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 #651321;
  -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: #651321;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #651321;
  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: #651321;
    -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;
  }
}