@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:400,600|Roboto+Condensed:400,700');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #444444;
  background-color: #fff;
  min-width: 320px;
}
.nowrap {
  white-space: nowrap;
}

.text-red {
  color: #fd4c52;
}

.large {
  font-size: 130%;
}

.banner + .cta-block {
  background-color: #fafafc;
}

.cta-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cta-block h2 {
  font-size: 26px;
  font-weight: 700;
}
.cta-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.cta-block .countdown-wrap {
  margin-top: 15px;
}
.cta-block h4 {
  font-weight: 700;
}

.video {
  max-width: 800px;
  margin: 0 auto 15px;
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #dddddc;
  padding: 10px;
}
del.red-stroke {
  color: #222;
  text-decoration: none;
  position: relative;
}
del.red-stroke::before,
del.red-stroke::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: 0;
}
del.red-stroke::before {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
del.red-stroke::after {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.banner {
  background-color: #fff;
  background-image: radial-gradient(ellipse closest-side, rgba(73, 74, 80, 0), rgba(73, 74, 80, 0.2));
  padding: 20px 0;
}

.logo {
  display: inline-block;
}

.banner h1 {
  font-weight: 700;
  margin-top: 10px;
}

.banner h2, .banner p.lead {
  font-weight: 700;
}

.gradient-orange {
  background: rgba(255,160,77,1);
  background: -moz-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,160,77,1)), color-stop(100%, rgba(255,119,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#ff7700', GradientType=0 );
}

.btn-cta {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  border-radius: 16px;
  padding: 6px 15px;
  white-space: normal;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  text-shadow: 0 0 5px #ff7911;
  width: 100%;
}

.btn-cta:hover, .btn-cta:focus {
  color: #fff;
  background: #ff7700;
}

.btn-cta small {
  font-size: 65%;
  line-height: 1em;
}

footer {
  padding: 15px 0 10px;
  background-color: #3e434a;
  color: #fff;
  font-size: 14px;
}

ul.legal-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.legal-links>li {
  display: inline-block;
  padding: 0 5px;
  margin-left: -2px;
}

ul.legal-links>li+li {
  border-left: 1px solid #fff;
}

ul.legal-links>li>a {
  display: block;
  line-height: .9em;
  color: #fff;
  text-decoration: none;
}

ul.legal-links>li>a:hover, ul.legal-links>li>a:focus {
  color: #fd4c52;
}


@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .btn-cta {
    font-size: 20px;
    padding: 15px 20px;
    line-height: .9em;
  }
  .banner p.lead {
    font-size: 22px;
  }
  .banner .video {
    position: relative;
    padding: 6px;
    margin-bottom: -130px;
  }
  .banner .video::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 10%;
    background: url(../images/video-shadow.png) no-repeat center top;
    position: absolute;
    top: 103%;
    left: 0;
  }

  .banner + .cta-block {
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .cta-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
    
}

@media only screen and (min-width: 992px) {
  .btn-cta {
    font-size: 34px;
  }
  .banner h1 {
    font-size: 56px;
  }
  .cta-block h2 {
    font-size: 42px;
  }
  .cta-block h3 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

