* {
  margin: 0;
  padding: 0;
  position: relative; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; 
}
a {text-decoration: none; }

p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6em; 
}

.regular-width {
    max-width: 990px;
    margin: 0 auto;
}

.container-shadow-box {
    border: 1px solid lightblue;
    border-radius: 5px;
    margin: 20px 0;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.newline {
  display: block; 
}

@font-face {
  font-family: 'WH';
  src: url("../fonts/WH.otf") format("opentype"); }
@font-face {
  font-family: 'WH_Semi';
  src: url("../fonts/WH_Semi.otf") format("opentype"); }
@font-face {
  font-family: 'WH_Bold';
  src: url("../fonts/WH_Bold.otf") format("opentype"); }
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background: #437bf9;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}
header.home-paper-header {background:black; }
header.home-paper-header .links-container a:hover {color: white !important; }
header.home-paper-header .mobile-links-container {background: black !important; }
header .logo-container {
    height: 100%;
    margin-left: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
}
header .logo-container a {
    color: white;
    font-family: 'WH_Bold', sans-serif;
    font-size: 32px; 
}
@media all and (max-width: 500px) {
    header .logo-container a {font-size: 24px; } 
}
header .links-container {
    height: 100%;
    margin-right: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
}
@media all and (max-width: 767px) {header .links-container {display: none; }}
header .links-container a {
      color: white;
      font-family: 'WH_Semi', sans-serif;
      font-size: 18px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; 
}
header .links-container a:not(:last-child) {margin-right: 30px; }
header .mobile-menu-container {
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1px solid white;
    display: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
}
@media all and (max-width: 767px) {
      header .mobile-menu-container {
        display: -webkit-flex;
        display: flex; } 
}
header .mobile-menu-container:hover {cursor: pointer; }
header .mobile-menu-container .hamburger-container {height: 20px;width: 30px; }
header .mobile-menu-container .hamburger-container .ham-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
header .mobile-menu-container .hamburger-container .ham-line:nth-child(2), header .mobile-menu-container .hamburger-container .ham-line:nth-child(3) {
    top: 50%; 
}
header .mobile-menu-container .hamburger-container .ham-line:nth-child(4) {
    top: 100%; 
}
header .mobile-menu-container .mobile-links-container {
    pointer-events: none;
    position: fixed;
    top: 70px;
    right: -160px;
    text-align: center;
    height: 100%;
    width: 160px;
    background: #437bf9;
    border-top: 1px solid white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
header .mobile-menu-container .mobile-links-container a {
    pointer-events: auto;
    margin-top: 30px;
    display: block;
    color: white;
    font-family: 'WH_Semi', sans-serif;
    font-size: 18px; 
}
header .mobile-menu-container.active-menu .hamburger-container .ham-line:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); 
}
header .mobile-menu-container.active-menu .hamburger-container .ham-line:nth-child(4) {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); 
}
header .mobile-menu-container.active-menu .hamburger-container .ham-line:nth-child(2) {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg); 
}
header .mobile-menu-container.active-menu .hamburger-container .ham-line:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); 
}
header .mobile-menu-container.active-menu .mobile-links-container {right: 0; }
.body-container {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.body-container.body-menu-shift {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); 
}
footer {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 80px; 
}
.home-body-container {
  min-height: 100vh;
  width: 100vw;
  background-image: url("/images/home-bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}
.home-body-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #576790;
    opacity: 1;
    mix-blend-mode: multiply; 
}
.home-body-container .intro-container {
    position: relative;
    top: 50%;
    margin: 0 auto;
    padding-top: 30vh; 
 }
.home-body-container .intro-container h1 {
    font-family: 'WH_Bold', sans-serif;
    color: white;
    font-size: 100px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
}
.home-body-container .intro-container h2 {
    font-family: 'WH_Semi', sans-serif;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
}
.home-body-container .intro-container .search-form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px; 
}
.home-body-container .intro-container .search-form .input-container {
    display: -webkit-flex;
    display: flex; 
}
.home-body-container .intro-container .search-form .input-container:before {
    content: '\f041';
    position: absolute;
    color: #d4264b;
    font-family: 'fontawesome';
    z-index: 2;
    font-size: 32px;
    top: 50%;
    left: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); 
}
.home-body-container .intro-container .search-form input {
    height: 50px;
    border: none;
    font-size: 20px; 
}
.home-body-container .intro-container .search-form input:first-child {
    width: 70%;
    max-width: 350px;
    padding: 0 50px;
    font-family: 'Roboto', sans-serif; 
}
.home-body-container .intro-container .search-form input:last-child {
    font-family: 'WH_Bold', sans-serif;
    color: white;
    padding: 0 25px;
    background: #d4264b; 
}
.about-body-container {
  min-height: 100vh;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat; 
  padding: 100px 200px 0px 100px;
}
.about-body-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    mix-blend-mode: multiply; 
}
.about-body-container .intro-container {
    position: relative;
    top: 50%;
    margin: 0 auto;
    padding-top: 30vh; 
}
.about-body-container .intro-container h1 {
    font-family: 'WH_Bold', sans-serif;
    color: white;
    font-size: 100px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
}
.about-body-container .intro-container h2 {
    font-family: 'WH_Semi', sans-serif;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
}      
.ulmargin{margin-left:20px;font-family:"Roboto",sans-serif;line-height: 1.6em;}      
.form-field input,textarea{
    height: 10px;
    padding: 10px 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid lightgrey; 
}
.form-field textarea{
    height: 35px;
    padding: 10px 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid lightgrey; 
}
.selectnewspaper select{
    height: 205px;
    width:400px;
    padding: 10px 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid lightgrey; 
}   
.bold {font-weight: bold; }  
.labeltitle {
    font-family: 'WH_Semi', sans-serif;
    font-size: 20px;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.copyright {
    font-family: 'WH_Semi',sans-serif;
    font-size:90%;
    color: #666;
    margin:20px auto;
    float: left;
    text-align: center;
    width: 100%;


}    
.footerspacing {height:20px;width: 100%} 
.footericons{width: 33%;float:left;}
.footericonscontainer{
    width: calc(100% - 350px);
    margin-left:101px;text-align:center}
.disclaimer{color: #4d4d4d;font-size:10px;padding-top: 30px;font-style: italic;}
.imgcenter{ display: block;    margin-left: auto;    margin-right: auto; }
.bullet ul,li {
    margin: 0;
    padding: 0;
}
.bullet ul {
    display: table;
    font-family: "Roboto",sans-serif;
    line-height: 1.6em;
}
.bullet li {
    list-style: none;
    display: table-row;  
}
.bullet li::before {
    content: "*";
    color:#437bf9;
    display: table-cell;
    text-align: right;
    padding-right: .5em;
}

@media all and (max-width: 900px) {
  .home-body-container .intro-container h1 {
    font-size: 60px; }
  .home-body-container .intro-container h2 {
    font-size: 20px; }     
  .copyright {margin:20px 20px 20px 20px;text-align: left;float:left;width: calc(100% - 50px)}    
  .footerspacing {height:20px;width: 100%} 
  .footericons{width: 25%; display: block;    margin-left: 8%;    margin-right: auto;}
  .footericonscontainer{width:100%;display: block;    margin-left: auto;    margin-right: auto;}
}
@media all and (max-width: 500px) {
  .home-body-container .intro-container h1 {
    font-size: 44px; }
  .home-body-container .intro-container h2 {
    font-size: 16px; }
  .home-body-container .intro-container .search-form .input-container:before {
    font-size: 24px; }
  .home-body-container .intro-container .search-form input {
    font-size: 16px; }
  .home-body-container .intro-container .search-form input:first-child {
      padding: 0 40px; } 
  .footericonscontainer{width:100%;display: block;    margin-left: auto;    margin-right: auto;}
}
@media all and (max-width: 400px) {
  .home-body-container .intro-container h1 {font-size: 36px; }
  .home-body-container .intro-container .search-form input:first-child {padding: 0 0 0 40px; }
  .home-body-container .intro-container .search-form input:last-child {padding: 0 15px; } 
}
.subscription-body-container {min-height: 100vh; }
.subscription-body-container .fixed-heading-row {
    z-index: 2;
    position: fixed;
    top: 70px;
    height: 70px;
    width: 100%;
    background: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); 
}
.subscription-body-container .fixed-heading-row .fixed-heading-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: -webkit-flex;
    display: flex;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); 
 }
.subscription-body-container .fixed-heading-row .table-heading {
    width: 28%;
    text-align: center; 
}
.subscription-body-container .fixed-heading-row .table-heading:last-child {width: 16%; }
.subscription-body-container .fixed-heading-row .table-heading h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #4d4d4d; 
}
.subscription-body-container .subscriptions-list {
    z-index: 1;
    max-width: 1500px;
    margin: 140px auto 0;
    width: 100%;
    padding: 20px 0 50px; 
}
.subscription-body-container .subscriptions-list .subscription-box {
    border: 1px solid lightblue;
    border-radius: 5px;
    margin: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-name {
    width: 28%;
    padding: 40px 0; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-name:last-child {width: 16%; }
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-name img {
    width: 100%;
    height: 100%;
    max-width: 200px; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-name p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 15px;
    color: grey;
    text-align: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options {width: 72%; }
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option {
    width: 100%;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery,
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .details {
    width: 39%;
    text-align: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery p,
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .details p {
    line-height: 1.2;
    padding: 0 20px; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery p {
    font-size: 18px;
    font-weight: 500; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select {
    width: 22%;
    text-align: center; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    background: black;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: #437bf9;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select a:hover:before {
    top: 0; 
}
.subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option:not(:first-child) {
    border-top: 1px solid lightgrey; 
}

@media all and (max-width: 1023px) {
  .subscription-body-container .fixed-heading-row {display: none; }
  .subscription-body-container .subscriptions-list {margin-top: 100px;padding: 0; }
  .subscription-body-container .subscriptions-list .subscription-box {
        display: block;
        padding: 20px 30px; 
   }
   .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-name {
        width: auto;
        text-align: center;
        display: block;
        padding: 0 0 40px; 
   }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options {
        width: auto;
        margin: 0 auto; 
    }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery {
        width: 30%; }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .details {
        width: 50%; }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select {
        width: 20%; } 
}
@media all and (max-width: 639px) {
  .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option {
        display: block;
        padding: 40px 0; 
   }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery,
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .details,
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select {
        text-align: center;
        width: 100%; 
    }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .delivery p {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px; 
    }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .details p {
        color: grey; 
    }
    .subscription-body-container .subscriptions-list .subscription-box .sub-section.sub-options .option .select a {
        margin-top: 15px;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; 
    } 
}
@media all and (max-width: 400px) {
    .subscription-body-container .subscriptions-list .subscription-box {
        padding: 20px 15px;
        margin: 30px 20px; 
    } 
}
.payment-body-container {
      min-height: 100vh;
      max-width: 1200px;
      width: 90vw;
      margin: 0 auto;
      margin-top: 100px;
      display: -webkit-flex;
      display: flex; 
}
.payment-body-container h3 {
    font-family: 'WH_Semi', sans-serif;
    font-size: 20px;
    color: #4d4d4d;
    margin-bottom: 30px; 
}
.payment-body-container h2 {
    font-family: 'WH_Semi', sans-serif;
    font-size: 20px;
    color: #437bf9; 
}
.payment-body-container .payment-left-col {width: calc(100% - 350px); }
.payment-body-container .payment-left-col .payment-left-col-wrapper {padding-right: 100px; }
.payment-body-container .payment-left-col .subscription {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid lightgrey; 
}
.payment-body-container .payment-left-col .subscription .sub-title {
    text-transform: uppercase;
    margin-top: 20px; 
}
.payment-body-container .payment-left-col .subscription .sub-type {
    font-size: 24px;
    font-weight: 500; 
}
.payment-body-container .payment-left-col .order-info-section {margin-bottom: 60px; }
.payment-body-container .payment-left-col .order-info-section .bold {font-weight: bold; }
.payment-body-container .payment-left-col .order-info-section .italic {font-style: italic; }
.payment-body-container .payment-left-col .order-info-section .colored {color: #437bf9; }
.payment-body-container .payment-left-col .order-info-section h2 {font-size: 24px;color: black; }
.payment-body-container .payment-left-col .order-info-section h2 span {
    position: relative;
    color: white;
    display: inline-block;
    text-align: center;
    margin: 0 25px 0 15px;
    font-size: 18px; 
}
.payment-body-container .payment-left-col .order-info-section h2 span:before {
    z-index: -1;
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #f9b443;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box {
    border: 1px solid lightblue;
    border-radius: 5px;
    margin: 20px 0;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label {
    display: -webkit-flex;
    display: flex;
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label:not(:first-child),
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label:not(:first-child),
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label:not(:first-child) {
    margin-top: 20px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='radio'],
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='checkbox'],
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='radio'],
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='checkbox'],
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='radio'],
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: lightgrey;
    outline: none !important; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='radio']:checked,
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='checkbox']:checked,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='radio']:checked,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='checkbox']:checked,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='radio']:checked,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='checkbox']:checked {
    background: #437bf9; 
 }
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='radio']:checked:before,
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='checkbox']:checked:before,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='radio']:checked:before,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='checkbox']:checked:before,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='radio']:checked:before,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='checkbox']:checked:before {
    content: '\2714';
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-size: 14px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='radio']:hover,
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label input[type='checkbox']:hover,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='radio']:hover,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label input[type='checkbox']:hover,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='radio']:hover,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label input[type='checkbox']:hover {
    cursor: pointer; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .duration-options label p,
.payment-body-container .payment-left-col .order-info-section .order-info-box .startdate-options label p,
.payment-body-container .payment-left-col .order-info-section .order-info-box .billing-options label p {
    display: inline-block;
    margin-left: 20px;
    width: 100%; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field h3 {
    margin: 0;
    margin-right: 20px;
    width: 140px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: black; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field:not(:first-child) {
    margin-top: 20px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field select,
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field input {
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid lightgrey; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.exp-date-field input {
    width: 20px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.exp-date-field input:nth-last-child(2) {
    margin-right: 10px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.exp-date-field input:last-child {
    margin-left: 10px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.address-field input {
    width: 300px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.city-state-field input {
    margin-right: 20px; 
}
.payment-body-container .payment-left-col .order-info-section .order-info-box .form-field .city-state-wrapper {
    display: -webkit-flex;
    display: flex; 
}
.payment-body-container .payment-left-col .order-info-section.start-info-section input[type='radio']:checked + p {
    font-weight: bold; 
}
.payment-body-container .payment-left-col .order-info-section.start-info-section .extra-info p {
    color: #4d4d4d; 
}
.payment-body-container .payment-left-col .order-info-section.start-info-section .extra-info p .colored {
    margin-right: 5px; 
    }
.payment-body-container .payment-left-col .order-info-section.billing-info-section {
    overflow: hidden; 
}
.payment-body-container .payment-left-col .order-info-section.billing-info-section input[type='checkbox']:checked + p {
    font-weight: bold; 
}
    .payment-body-container .payment-left-col .order-info-section.billing-info-section div.order-info-box div.billing-fields {
        max-height: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
        .payment-body-container .payment-left-col .order-info-section.billing-info-section div.order-info-box div.billing-fields.show-div {
            opacity: 1;
            margin-top: 30px;
            max-height: 800px;
        }
.payment-body-container .payment-right-col {width: 350px; }
.payment-body-container .payment-right-col .order-summary-container {
    position: fixed;
    width: inherit; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper {
    padding: 20px;
    border: 1px solid lightblue;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px 0;
    margin-left: 20px;
    text-align: right; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge .duration-amount:after,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration .duration-amount:after,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation .duration-amount:after,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax .duration-amount:after {
    content: '';
    display: block;
    position: relative;
    margin: 10px 0;
    width: 80px;
    border-top: 1px solid black; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge span.activation-fee-tooltip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration span.activation-fee-tooltip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation span.activation-fee-tooltip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax span.activation-fee-tooltip {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: white;
    top: -5px;
    width: 15px;
    text-align: center;
    margin-left: 6px;
    font-weight: bold;
    font-family: serif; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge span.activation-fee-tooltip:before,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration span.activation-fee-tooltip:before,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation span.activation-fee-tooltip:before,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax span.activation-fee-tooltip:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    border-radius: 50%;
    background: black;
    z-index: -1; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge span.activation-fee-tooltip:hover,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration span.activation-fee-tooltip:hover,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation span.activation-fee-tooltip:hover,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax span.activation-fee-tooltip:hover {
    cursor: default; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge span.activation-fee-tooltip:hover span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration span.activation-fee-tooltip:hover span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation span.activation-fee-tooltip:hover span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax span.activation-fee-tooltip:hover span.tip {
    opacity: 1;
    bottom: 100%; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .charge span.activation-fee-tooltip span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .duration span.activation-fee-tooltip span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .activation span.activation-fee-tooltip span.tip,
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .tax span.activation-fee-tooltip span.tip {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #437bf9;
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding: 5px 10px;
    z-index: 2;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    opacity: 0;
    bottom: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-walkthrough .midway-total {
    text-align: right;
    margin-bottom: 20px; 
}
.payment-body-container .payment-right-col .order-summary-container .order-summary-wrapper .order-total {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid lightgrey; 
}
.payment-body-container .payment-right-col .order-summary-container .submit-order-button {margin-top: 40px; }
.payment-body-container .payment-right-col .order-summary-container .submit-order-button a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    background: black;
    display: inline-block;
    overflow: hidden;
    z-index: 1; 
 }
.payment-body-container .payment-right-col .order-summary-container .submit-order-button a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: #437bf9;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.payment-body-container .payment-right-col .order-summary-container .submit-order-button a:hover:before {top: 0; }
@media all and (max-width: 1139px) {
  .payment-body-container .payment-left-col .payment-left-col-wrapper {padding-right: 50px; }
  .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field {
      display: block; 
  }
  .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field h3 {
      width: 100%;
      margin-bottom: 10px; 
  }
  .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.address-field input {
      width: 80%; 
  } 
}
@media all and (max-width: 900px) {
    .payment-body-container {
        display: block; 
    }
    .payment-body-container .payment-left-col,
    .payment-body-container .payment-right-col {
        width: 100%; 
    }
    .payment-body-container .payment-left-col .payment-left-col-wrapper {
        padding: 0; 
    }
    .payment-body-container .payment-right-col {
        margin-bottom: 100px;
        padding-top: 80px;
        border-top: 1px dashed black; 
    }
    .payment-body-container .payment-right-col .order-summary-container {
        position: relative; 
    } 
}
@media all and (max-width: 500px) {
    .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field input, 
    .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field.address-field input {
        width: calc(100% - 20px); 
    }
    .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field .city-state-wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    .payment-body-container .payment-left-col .order-info-section .order-info-box .form-field .city-state-wrapper input {
        margin-right: 0;
        margin-bottom: 20px; 
    } 
}

