

/** HEADER **/
.static-titles 	{
  padding:40px 0px 40px 0px;
  background-color:#FFFFFF;
  background-image:none;
  border-bottom:none !important;
}
.static-titles h1 {
  color:#013354;
  text-shadow:none;
}
.static-titles .sub-title	{
  color:#1FABE0;
}



/** CONTENT **/
.static-wall {
  background-color:#FFFFFF;
  background-image:url(backgrounds/white-brick-wall.jpg);
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:cover;
}
.static-wall .heroVideo {
  width:100%;
  margin:0px;
}
.static-col img {
  width:100%;
  max-width:800px;
  margin:0px auto;
}
.staticVideo {
  width:100%;
}

.SectionVideoBackground {
  position: relative;
  padding-top: 56.25%;
}

.SectionVideoBackground iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: none;
}
