.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  background-color: #2c363e;
  color: #ffffff;
  font-family: "Roboto";
}
h1 {
  font-weight: 400;
  line-height: 1.2em;
}
header {
  padding: 25px;
}
header .logoContainer {
  display: inline-block;
}
header .logoContainer span,
header .logoContainer img {
  vertical-align: middle;
}
footer {
  margin-top: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
footer div {
  display: inline-block;
  vertical-align: middle;
}
.actionShots {
  padding: 30px 60px;
  text-align: center;
}
.adContainer {
  text-align: center;
}
.appDetails {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 75px;
  max-width: 550px;
  line-height: 1.8em;
}
.appDetails h1 {
  margin-top: 0;
}
.appDetails ul {
  text-align: left;
}
.appTitle {
  font-size: 48px;
  font-weight: 300;
  padding-left: 20px;
}
.bottomSocial {
  display: inline-block;
}
.bottomSocial .social {
  display: inline-block;
  padding: 2px;
}
.button {
  text-decoration: none;
  display: inline-block;
  background-color: #202a2f;
  font-weight: 100;
  font-size: 14px;
  color: white;
  padding: 2px 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 5px;
}
.button:hover {
  background-color: #3f535d;
}
.detailsContainer {
  text-align: center;
}
.videoContainer .features .feature {
  width: 270px;
  padding-right: 20px;
}
.editionContainer {
  background-color: #4a8ca6;
}
.editionContainer .features .feature {
  text-align: left;
  width: 300px;
}
.editionContainer .features .feature img {
  float: left;
  padding-right: 20px;
}
.editionContainer .features .feature .appName {
  font-weight: 700;
  font-size: 24px;
}
.accessibilityContainer {
  background-color: #4a8ca6;
}
.accessibilityContainer .subText {
  max-width: 600px;
  display: inline-block;
}
.features {
  padding: 20px;
  text-align: center;
}
.features .feature {
  text-align: center;
  padding: 20px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4em;
}
.helpContainer {
  text-align: center;
}
.helpContainer a {
  color: #ffffff;
}
.largeSliderImage {
  height: 400px;
}
.mainImage {
  width: 250px;
  vertical-align: bottom;
}
.mobileDownload {
  padding: 20px;
  display: none;
}
.mobileImage {
  width: 250px;
  display: none;
}
.slider-for {
  margin: 0 auto;
  max-width: 700px;
}
.slider-for img {
  margin: 0 auto;
  height: 400px;
}
.slider-for .slick-prev {
  left: -40px;
}
.slider-for .slick-next {
  right: -50px;
}
.slider-for .slick-prev,
.slider-for .slick-next {
  width: 64px;
  height: 64px;
}
.slider-for .slick-prev:before,
.slider-for .slick-next:before {
  color: #2c363e;
  font-size: 40px;
}
.slider-nav {
  margin: 0 auto;
  max-width: 700px;
}
.slider-nav img {
  height: 120px;
}
.subDetail {
  color: #A7DDFC;
}
.teamContainer a {
  color: #ffffff;
}
.topSocialContainer {
  display: inline-block;
  float: right;
}
.topSocialContainer div {
  display: inline-block;
  vertical-align: middle;
}
.topSocialContainer .download {
  padding-left: 5px;
}
.topSocialContainer .download img {
  height: 60px;
}
.whiteContainer {
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .mainImage {
    width: 200px;
  }
  .appDetails {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 400px;
  }
  .features .feature {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .appTitle {
    font-size: 40px;
  }
  .slider-for img {
    height: 300px;
  }
  .slider-nav img {
    height: 80px;
  }
  .actionShots {
    padding: 30px 45px;
  }
  .slider-for .slick-prev {
    left: -35px;
  }
  .slider-for .slick-next {
    right: -28px;
  }
  .slider-for .slick-prev,
  .slider-for .slick-next {
    width: 44px;
    height: 44px;
  }
  .slider-for .slick-prev:before,
  .slider-for .slick-next:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  header {
    text-align: center;
  }
  .appDetails {
    text-align: center;
  }
  .topSocialContainer {
    display: none;
  }
  .mainImage {
    padding-bottom: 20px;
    display: none;
  }
  .mobileImage {
    width: 100px;
    display: inline;
  }
  .mobileDownload {
    display: block;
  }
  .actionShots {
    padding: 30px;
  }
  .slider-nav img {
    height: 60px;
  }
  .slider-for img {
    height: 200px;
  }
  .slider-for .slick-prev {
    left: -25px;
  }
  .slider-for .slick-next {
    right: -25px;
  }
  .slider-for .slick-prev,
  .slider-for .slick-next {
    width: 20px;
    height: 20px;
  }
  .slider-for .slick-prev:before,
  .slider-for .slick-next:before {
    font-size: 20px;
  }
}
