* {
  box-sizing: border-box;
}

body {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    background: #ffffff;
    font-size: 17px;
}

#desktop-image {
    display: none;
    visibility: hidden;
}

.aligncenter {
    text-align: center;
}

img.aligncenter,
iframe.aligncenter {
    display: block;
    margin: 0 auto;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

h1, h2 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  margin-top: 0;
}

h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.red {
  color: #f90c0c;
}

.blaze-orange {
    color: #ff7200;
}

#header {
  padding: 0 8px;
}

#content {
  color: #fff;
  background: #3a4040;
  padding: 25px 0 10px;

}

#content .top, #content .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#content .top {
  align-items: center;
  padding: 15px 15px 0 15px;
}

#content .bottom {
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
}

#content .details {
    width: 90%;
}

#content .top .details {
  margin: 20px 0 0 0;
}

#content .bottom .details {
  margin: 0 0 0 0;
}

#content ul {
    padding-left: 0;
}

#content li {
    list-style: none;
    margin-bottom: 1em;
    border-bottom: 2px #232828 dashed;
    padding: 0 0 8px;
    display: flex;
}

.number {
  float: left;
  font-size: 22px;
  margin-right: 15px;
}

.number .fa-check {
  color: #ff7200;
}

#content div a {
    text-decoration: underline;
    color: #fff
}

#footer a:link, #footer a:hover, #footer a:visited {
    color: #000;
}

#footer {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}

#footer a:link, #footer a:hover, #footer a:visited{
    color: #000;
}

#content #click {
    width: 90%;
    margin: 2em auto;
    padding: 10px 5px;
    background: #f96161;
    background: -moz-linear-gradient(top,  #f96161 1%, #f94f4f 50%, #fa0001 52%, #f90c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f96161), color-stop(50%,#f94f4f), color-stop(52%,#fa0001), color-stop(100%,#f90c0c));
    background: -webkit-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -o-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: -ms-linear-gradient(top,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    background: linear-gradient(to bottom,  #f96161 1%,#f94f4f 50%,#fa0001 52%,#f90c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96161', endColorstr='#f90c0c',GradientType=0 );

    border-radius: 4px;
}

#content a#click-here {
    padding: 0.3em 0.8em 0.3em 0.8em;
    background: transparent;
    color: #FFF;
    text-shadow: 1px 1px 1px #fa0001;
    font-size: 1.5em;
    border: 1px dashed #fff;
    text-decoration: none;
}


#optin-wrapper, #mobile-footer {
    display: none;
}

#optin-box {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 1em 0 0.8em;
}

#optin {
    background: #3a4040;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 8px;
    position: relative;
}


#lightbox-form #optin {
  background: #ffffff;
}

#lightbox-form #optin .af-form-wrapper input[type="submit"] {
  padding: 18px 10px;
}


.af-form-wrapper input[type="text"], .af-form-wrapper input[type="email"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 3px 3px 3px 3px;
  color: #666666;
  display: block;
  font-size: 14px;
  height: 22px;
  margin: 0 auto 15px;
  padding: 25px 10px;
  width: 100%;
}

.af-form-wrapper input[type="submit"] {
  display: block;
  margin: 0 auto;
  background: #f7a660;
background: -moz-linear-gradient(top,  #f7a660 0%, #f77c4f 50%, #fc7500 52%, #ff7200 100%);
background: -webkit-linear-gradient(top,  #f7a660 0%,#f77c4f 50%,#fc7500 52%,#ff7200 100%);
background: linear-gradient(to bottom,  #f7a660 0%,#f77c4f 50%,#fc7500 52%,#ff7200 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a660', endColorstr='#ff7200',GradientType=0 );
  border-radius: 4px;
  padding: 25px 10px;
  font-size: 1.1em;
  border: 1px dashed #fff;
  width: 100%;
  color: #fff;
}
#modal {
  display: none;
}

#video-msg {
  background: #ffffff;
  color: #000000;
  padding: 15px 20px;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
    body {
        background: #ffffff;
      font-size: 18px;
    }

    .left {
        float: left;
    }

    .clear {
      clear: both;
    }

  h1 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  h1 .large {
    font-size: 36px;
  }

    #desktop-image {
        display: block;
        visibility: visible;
    }

    #mobile-header-image {
        display: none;
        visibility: hidden;
    }

    #optin-wrapper {
        display: none;
    }


    #content img.left {
        margin-right: 0;
        position: relative;
        top: 15px;
    }

    #content .top, #content .bottom {
      padding: 15px;
    }

    #content .details {
        width: 550px;
      margin-right: 35px;
    }

  #content .top .details {
    margin: 15px 0 0 35px;
  }

  #content .bottom .details {
    width: 550px;
  }

  #content ul {
    padding: 0;
  }

  #content li {
    margin-bottom: 15px;
    padding: 0 0 14px 0;
  }

    #content div a {
        text-decoration: underline;
        color: #fff
    }

    #content #click {
        width: 340px;
    }

    #content a#click-here {
        padding: 5px 55px 5px 55px;
    }

    #optin-box {
        width: 600px;
        background: #fff;
        margin: 0 auto;
        padding: 30px 0 10px;
    }

    #optin {
        background: #3a4040;
        width: 340px;
        margin: 0 auto;
        color: #fff;
        padding: 20px 20px 10px;
        border-radius: 8px;
        position: relative;
    }

    #optin .top {
        height: 230px;
    }

    #optin > img {
        position: relative;
        top: -35px;
    }

    .af-form-wrapper input[type="text"], #gr-form input[type="email"] {
        width: 300px;
    }

    .af-form-wrapper input[type="submit"] {
        padding: 0.4em 1em;
        font-size: 1.7em;
    }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  h1 .large {
    font-size: 60px;
  }

  #header {
    background: #fff;
    padding: 0;
  }

  #header > div, #content > div, #footer > div {
    width: 1160px;
    margin: 0 auto;
  }

  #header > div {
    width: 1160px;
  }

  #content .top .details {
    margin: 0 0 0 35px;
  }

  #content .bottom .details {
    margin: 0 35px 0 0;
    width: 450px;
  }

  #content .bottom {
      padding: 5px 0 0;
      margin: 5px auto 0;
    }

  #content ul {
    padding: 0 0 8px;
  }
}