      body {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.42857;
        color: #000;
      }
      .strikeout {
        line-height: 1em;
        position: relative;
        opacity: 0.7;
      }
      .strikeout::after {
        border-bottom: 0.125em solid black;
        content: "";
        left: 0;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(-9deg);
      }
      .strk2::after {
        border-bottom: 0.15em solid blue;
        margin-top: 0;
      }
      .errors {
        color: #f00;
        font-weight: bold;
      }
      h1,h2,h3,h4,h5,h6,h7,a,ul,li,p {
        font-family: "Open Sans", sans-serif;
      }
      h2 {
        font-family: "Open Sans", sans-serif;
      }
      a {
        color: #000;
        text-decoration: underline;
      }
      a:active,
      a:hover {
        color: #999;
        text-decoration: underline;
      }
      .sml {
        font-size: 0.5em;
      }
      .container {
        max-width: 1200px;
      }
      .logo {
        display: block;
        padding-bottom: 0;
      }
      .jumbotron {
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 29px 0;
        /*background: #af0b1a url("images/background_red_circle_left.png")
          no-repeat; */
        background-color: #de182a; 
        border-radius: 0;
      }
      .jumbotron h1,
      .jumbotron h2 {
        color: #ffffff;
      }
      .highlight {
        color: #fef200;
      }
      #subhead {
        background-color: #ececec;
        padding: 18px 0;
      }
      #subhead h3 {
        font-size: 24px;
      }
      #offerInfo {
        background-color: #fff;
      }
      #subscriberInfo {
        background-color: #ececec;
      }
      h3 {
        font-size: 24px;
      }
      .offers {
        font-family: "Open Sans", sans-serif;
        padding-top: 30px;
        text-align: left;
      }
      .offer_promo {
        margin: 0 0 15px 0;
        color: #e83e45;
      }
      .offer_title {
        font-size: 17px;
        margin: 0 0 10px 0;
      }
      .offer_tv {
        font-size: 23px;
        font-weight: 800;
        margin: 0 0 10px 0;
      }
      .offer_premium {
        font-size: 18px;
      }
      .offer_desc {
        width: 70%;
        font-size: 17px;
        text-align: left;
      }
      .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
          0 0 8px rgba(102, 175, 233, 0.6);
      }
      .form-control::placeholder {
        font-size: 12px;
      }
      .custom-select option:first-child {
        font-size: 12px;
      }
      .btn-default {
        background-color: #de182a;
        color: #fff;
        border: 1px solid transparent;
        padding: 10px 24px;
        font-family: "Open Sans", sans-serif;
        font-size: 1em;
        font-weight: 900;
        text-transform: uppercase;
      }
      .btn-default:active,
      .btn-default:hover {
        background-color: #9b0206;
      }
      #submit .btn-default {
        width: 70%;
        margin-bottom: 25px;
      }
      .offer_btn input[type="radio"] {
        clip: rect(0, 0, 0, 0);
        position: absolute;
        pointer-events: none;
      }
      .legal {
        font-size: 14px;
        color: #1d1d20;
      }
      #submit {
        margin: 0 auto;
        text-align: center;
      }
      footer,
      #footer {
        background-color: #cc1626;
        font-size: 13px;
        color: #fff;
      }
      .headerL {
        position: relative;
        min-height: 1px;
        padding: 0;
        float: left;
        width: 40%; /*40%*/
        vertical-align: middle;
      }
      .headerL .headerContent {
        height: auto;
        padding: 0; /*40% 0*/
        position: relative;
      }
      .headerR {
        min-height: 1px;
        padding: 15px 15px 15px 70px;
        float: left;
        width: 60%; /*60%*/
      }
      .headerR .headerContent {
        /*margin-top: 8%;*/
      }
      .hdr-copy {
        font-size: 30px;
        color: #fff;
      }
      .hdr-tote-txt {
        margin-top: 20px;
        font-size: 20px;
      }
      .cvr3 {
        position: absolute;
        top: 22%;
        right: 65%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        height: 55%;
        z-index: 8;
      }
      .cvr2 {
        position: absolute;
        top: 15%;
        right: 35%;
        height: 70%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        z-index: 9;
      }
      .cvr1 {
        position: absolute;
        top: 10%;
        right: 5%;
        height: 80%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        z-index: 10;
      }
      .headerR .headerContent h1 {
        font-size: 3.4375rem;
        font-weight: 900; 
        line-height: 1;
      }
      .headerR .headerContent h2 {
        font-size: 36px;
      }
      :not(.show).fade {
        opacity: 100;
      }
      #card_type {
        vertical-align: top;
        margin-top: 12px;
      }
      .bm label {
        color: #606062;
      }
      .allnew {
        font-size: 17px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
      }
      .section-header{
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #d2d2d2;
      }
      .hb {
        background-color: #fff8a9;
        padding: 2px;
      }
      .dnr {
        background-color: #fff8a9;
        padding: 10px;
        margin: 14px 0 20px 0;
      }
      @media (min-width: 992px) {
        .premiumImg {
          margin-top: 0px;
        }
      }
      @media (max-width: 768px) {
        .headerL {
          width: 35%; /*50%*/
          margin: 10px 5%;
        }
        .headerR {
          width: 50%; /*35%*/
          margin: 2% 0 5% 0; /*10% 0 0 0*/
          padding-top: 0;
          padding-bottom: 0;
          text-align: center;
          height: auto;
        }
        .headerR .headerContent {
          margin-top: 0;
        }
        .headerR .headerContent h1 {
          font-size: 2.125rem;
        }
        .headerR .headerContent h2 {
          font-size: 1.5rem;
        }
        .img-fluid.premiumImg {
          max-width: 100%;
        }
      }
      @media (max-width: 767px) {
        .headerL {
          width: 100%;
          margin: 0 5%;
          padding: 0;
        }
        .headerR {
          width: 100%;
          margin: 0 5%;
          padding: 0;
        }
      }
      @media (min-width: 576px) {
        .fade:not(.show) {
          opacity: unset;
        }
      }
      @media (max-width: 576px) {
        .headerL {
          width: 90%;
          padding: 0 5%;
        }
        .jumbotron {
          /*background-color: #af0b1a; /*#d61728*/
          background-color: #de182a;
          background-image: url("images/background_red_half_circle.png");
          background-repeat: no-repeat;
          background-position-x: center;
          background-position-y: bottom;
        }
        h3 {
          font-size: 20px;
        }
        #tvPrint {
          padding-left: 15px;
        }
        .offers {
          padding-top: 0;
          text-align: center;
        }
        .offer_desc {
          width: 100%;
          text-align: center;
        }
        #submit .btn-default {
          width: 100%;
          margin-bottom: 25px;
        }
        :not(.show).fade {
          opacity: 0;
        }
      }
      @media (max-width: 320px) {
      }