@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');

body {
  margin:0;
  padding: 0;
  font-family: Oswald;
  color: #212121;
  background-color: #f5f5f5;
  border-top: 7px solid #005999;
}

h1,h2,h3,h4,h5, .roboto {
  font-family: Oswald;
}

h2 { font-size: 43px; color: #212121; text-align: center; margin: 25px 0px; font-family: Oswald; line-height: 51px; }
h3 { font-size: 31px; color: #212121; text-align: center; font-family: 'Open Sans', sans-serif; }

.fs25 { font-size: 25px; }
.fs30 { font-size: 30px; }
.fs45 { font-size: 45px; font-weight: 400; }

.tac { text-align:center; }

.header {
  background: #FFF;
  border-bottom: 5px solid #005999;
  text-align:center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: none;
}
.logo {
  max-width: 225px;
  height: auto;
}
.teal { color: #007f88; }
.darkblue { color: red; }
.red { color: #C00; }

.footer {
  background: #0b1c47;
  text-align:center;
  padding: 20px 0px;
  border-top: 1px solid #fff;
}
.footer p {
  margin: 0; padding: 0; color: #fff;
}

.footer a {
  color: #fff;
}

.content {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.videobox { border: 2px solid #212121; max-width: 920px; margin: 0 auto; position: relative; }

#buybtn { margin-top: 30px; position: relative; }
.limitedtime { position: absolute; top: 5px; right: 10px;}
.leftcol, .rightcol { width: 50%; float: left; box-sizing: border-box; padding-bottom: 25px; }
.leftcol img.atcbutton, .rightcol img.atcbutton { max-width: 90%; height: auto; margin: 0 auto; display: block; }
.leftcol {
  background:#FFF url("images/leftcolbg2.png") bottom center no-repeat;
}
.rightcol {
  background: #FFF url("images/rightcolbg2.png") bottom center no-repeat;
}

#unmute-btn { float: right;
    color: #000;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration: none;
    border-bottom: 5px solid #c90;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffbf00;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
    padding: .5em .75em .5em;
    -webkit-transition: all 222ms ease;
    -moz-transition: all 222ms ease;
    -ms-transition: all 222ms ease;
    -o-transition: all 222ms ease;
    transition: all 222ms ease;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    cursor:pointer;
  }
  /*#unmute-btn:before {
    font-family: etmodules;
    content: "\e069";
    margin-right: 10px;
    position: relative;
    top: 2px;
  }*/

.pricingheader {
  background: #154257 url("images/headerbg.png") top center no-repeat;
  text-align:center;
  height: 77px; /*94px - 17px = 77px*/
  padding-top: 17px;
}

.button {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  background: #0093ff;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px 25px;
  width: 92%;
}
.button:hover {
  background: #d68100;
}

@media all and (max-width: 479px) {
    #unmute-btn { font-size: 20px; }
    .button { padding: 10px 12px; }
}

/* #Media Queries
================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {

  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .content { max-width: 95%; }
    .pricingheader { text-align:left; height: 75px; padding-left: 50px; }
    img { max-width: 100%; height: auto; }
    img.title1 { max-width: 70%; }
    .videobox { max-width: 90%; }
    img.limitedtime { max-width: 115px; right: 0px; }
    .leftcol, .rightcol { padding: 0px 15px 25px; }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {

    }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .fs25 { font-size: 18px; }
    .fs30 { font-size: 25px; }
    .fs45 { font-size: 35px; }
    .pricingheader { text-align:left; height: 45px; padding-left: 10px; }
    img.title1 { max-width: 70%; }
    img.limitedtime { max-width: 90px; right: 0px; }

    .logo { padding-left: 20px; }

    h2 { font-size: 34px; line-height: 41px; }
    h3 { font-size: 23px; }
    #buybtn h2 { font-size: 22px; }
    img { max-width: 100%; height: auto; }
    .videobox { max-width: 100%; }
    .content { padding: 10px 10px 10px; }
    .leftcol, .rightcol { width: 100%; float: none; padding-top: 10px; }
    .hidemobile { display: none!important; }
    .mobileonly { display: block; }

    .footer p {
      font-size: 12px;
    }

  }