html, body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #7C7B7B;
  background: url('../img/background.jpg') top center repeat-x fixed;
  text-rendering: optimizeLegibility;
}







a {
  color: #7C7B7B;
  text-decoration: none;
}

h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.bigger {
  font-size: 18px;
}

.smaller {
  font-size: 14px;
}

.light {
  font-family: 'site_light';
}

.bold {
  font-family: 'site_bold';
}

.red {
  color: #E4072F;
}

.pixel {
  font-family: 'site_special';
  font-size: 18px;
}

.container {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}

header img {
  width: 100%;
  vertical-align: bottom;
  padding-top: 30px;
}





#content {
  padding: 20px 20px 100px 28px;
  max-width: 310px;
  box-sizing: border-box;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

#content .strong {
  font-weight: 500;
}

#content a {
  color: white;
}

#content a.on {
  color: #EB2135;
}

#content .title {
  display: block;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 10px;
  text-rendering:optimizeLegibility;
}

#content section {
  margin-bottom: 15px;
}

#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .expanded li {
  padding-bottom: 10px;
}

#content ul,
#content p {
  overflow: hidden;
  max-height: 0px;
  transition: all .5s;
    margin: 0;
    padding: 0;
}

#content .expanded ul,
#content .expanded p {
  max-height: 200px;
}

#video .wrapper,
#video .placeholder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  background: black;
  z-index: 3;
}

#video .wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video .placeholder {
  display: none;
  background: white;
  z-index: 2;
}




@media screen and (max-width:649px) {
  #video.sticky .wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  #video.sticky .placeholder {
    display: block;
  }
}












@media screen and (min-width:650px) {
  #video {
    width: calc(100vw - 310px);
    float: right;
  }

  #video.clearFooter {
    top: 50px;
  }

  #content {
    float: left;
  }

  #content article {
    width: 85%;
  }
}





@media screen and (min-width:970px) {
  #content {
    padding-top: 0;
  }

  header {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
  }

  #video {
    width: 650px;
    z-index: 3;
    transition: top 500ms;
  }

  #video.clearFooter {
    top: 80px
  }

  #content {
    float: left;
  }

  #content article {
    width: 85%;
  }
}







footer {
  clear: both;
  position: relative;
  min-height: 100px;
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
}

footer img {
  width: 100%;
  margin-bottom: 20px;
}

footer img:nth-child(1) {
  width: 80%;
}
footer img:nth-child(2) {
  width: 100%;
}
footer img:nth-child(3) {
  width: 75%;
}
footer img:nth-child(4) {
  width: 90%;
}

@media screen and (min-width: 650px) {
  footer img {
    display: inline-block;
    vertical-align: middle;
  }

  footer img:nth-child(1) {
    width: 40%;
  }
  footer img:nth-child(2) {
    width: 60%;
  }
  footer img:nth-child(3) {
    width: 40%;
  }
  footer img:nth-child(4) {
    width: 50%;
  }
}

@media screen and (min-width: 970px) {
  #content {
    min-height: 500px;
  }
}
