@charset "utf-8";
/* CSS Document */
/*
Gray:   #464749 - 70, 71, 73
Blue:   #0066CC - 0, 102, 204
AAA:    #0057AD - 0, 87, 173
*/
/* VIDEO
---------------------------------------------*/
.parent {
  position: relative;
  background-color: #000;
}
iframe {
  position: relative;
  opacity: .8;
  filter: alpha(opacity=80);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  font-size: 2.0rem;
  line-height: 2.2rem;
  padding: 260px 0 0 0;
  width: 100%;
}
.floatedDiv p {
  padding: 20px 30px 20px 30px;
  display: inline-block;
  border: 1px solid #FFF;
  background: rgba(0,0,0,.08);
}
.floatedDiv a {
  background: #FFF;
  color: #333;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  margin: 0 0 0 18px;
  font-size: 1.0rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.floatedDiv a:hover, .floatedDiv a:focus {
  background: #333;
  color: #FFF;
  text-decoration: none;
}
#pageMain {
  padding: 80px 0 80px 0;
}
/* SECTIONS
---------------------------------------------*/
section {
  width: 100%;
  background-color: #333;
  -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;
  background-attachment: fixed;
  padding: 80px 0 80px 0;
  overflow: hidden;
}
.textBox {
  background-image: url(../../media/static/images/overlay-white.svg);
  padding: 32px;
  border-right: 6px solid #0066CC;
}
.bigBtn {
  margin: 12px 6px 0 6px;
}