body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.navbar-brand img {
  max-width: 330px;
}
.navbar-brand img:hover {
  opacity: 0.8;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  opacity: 0.8;
}
.login-btn {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: #333;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
    margin-top: 10px;
  }
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.container-fluid {
  max-width: 1400px;
}
.site-content {
  min-height: 100vh;
}
.btn-primary {
  background-color: #7031D3;
  border: solid 3px #fff;
}
.btn-primary:hover {
  background-color: #8953DC;
  border: solid 3px #fff;
  cursor: pointer;
}
.btn-info {
  background-color: #2990CD;
  border: solid 3px #fff;
}
.btn-info:hover {
  background-color: #097EC4;
  border: solid 3px #fff;
  cursor: pointer;
}
.img-constrained {
  max-width: 100%;
  max-height: 100%;
}
.navbar-color {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}
.video-header {
  padding: 25px 0 20px 0;
  font-size: 24px;
}
.video-menu h4 {
  font-size: 15px;
  font-weight: 900;
}
.mobile-radios {
  padding: 0 0 0 15px;
}
.mobile-radios .btn {
  margin-bottom: 15px;
}
.video-thumbnail {
  padding-bottom: 15px;
}
.video-thumbnail img {
  width: 100%;
}
.video-thumbnail img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.video-thumbnail h4 {
  font-size: 15px;
  margin: 5px 0 0 0;
}
.video-thumbnail h4:hover {
  opacity: 0.8;
  cursor: pointer;
}
.video-thumbnail p {
  margin: 0;
  font-size: 13px;
  color: #546978;
}
.video-thumbnail p:hover {
  opacity: 0.8;
  cursor: pointer;
}
.video-thumbnail p img {
  border-radius: 200px;
  width: 15px;
  margin-top: -2px;
}
.modal-dialog {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 15px;
}
.modal-content {
  height: auto;
  min-height: 100%;
}
.footer-content {
  background-color: #f6f9fc;
  border-top: 2px solid #ecf1f5;
  border-bottom: 2px solid #ecf1f5;
  padding: 45px 0 30px 0;
  color: #8898aa;
}
.footer-content h4 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
}
.footer-content ul {
  list-style-type: none;
  font-size: 14px;
  padding: 0;
}
.footer-content ul a {
  text-decoration: none;
  color: #8898aa;
}
.footer-content ul a:hover {
  color: #7031d3;
}
.footer-bottom {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  color: #8898aa;
  font-size: 12px;
}
.footer-bottom a {
  text-decoration: none;
  color: #8898aa;
}
.footer-bottom a:hover {
  color: #7031d3;
}
.home-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  padding: 10% 0 0 0;
  min-height: calc(100vh - 50px);
}
.home-bg h1 {
  font-size: 45px;
  color: #fff;
}
.home-bg h2 {
  font-size: 33px;
  color: #fff;
}
.home-bg h3 {
  font-size: 24px;
  color: #fff;
}
.home-bg h5 {
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
}
.home-bg .left {
  padding: 60px 30px 0 30px;
}
.home-bg .right iframe {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-bg .right iframe:hover {
  opacity: 0.9;
  cursor: pointer;
}
.home-bg .signup {
  text-align: center;
  padding: 40px 0;
}
.home-btn {
  padding: 15px 40px;
  font-size: 20px;
  max-width: 250px;
  margin-top: 50px;
}
.home-testimonials {
  padding: 40px 0;
  background: #f6f9fc;
}
.home-testimonials .headshot {
  border-radius: 100px;
  width: 35px;
}
.about {
  text-align: center;
  padding: 40px;
}
.about h1 {
  text-align: center;
}
.videos {
  text-align: center;
}
.call-to-action-light {
  padding: 20px;
  text-align: center;
}
.call-to-action-light a {
  color: #007bff;
  text-decoration: none;
}
.call-to-action-light a:hover {
  opacity: 0.9;
  cursor: pointer;
}
.call-to-action-dark {
  background: #333;
  padding: 20px;
  text-align: center;
}
.call-to-action-dark a {
  color: #f6f9fc;
  text-decoration: none;
}
.call-to-action-dark a:hover {
  opacity: 0.9;
  cursor: pointer;
  color: #efefef;
}
.store {
  padding: 40px;
  text-align: center;
}
.split {
  max-height: 465px;
  overflow: hidden;
}
.split img {
  width: 100%;
}
.alert {
  text-align: center;
  top: 0px;
  font-size: 18px;
  margin-bottom: 0;
  z-index: 1;
}
.login-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  height: 100vh !important;
  padding-top: 15vh;
  height: 3px;
}
.login-bg h2 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.login-card {
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  border: 2px solid linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}
.login-links {
  text-align: center;
  margin-top: 30px;
}
.login-links a {
  text-decoration: none;
  color: #fff;
  margin-right: 15px;
}
.login-links a:hover {
  color: #7031d3;
}
.my-account-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  padding-top: 15px;
  min-height: 100vh;
}
.well {
  margin: 20px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.well h3 {
  color: #32325d;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.well .header {
  padding: 20px;
  border-bottom: 1px solid #e6ebf1;
  position: relative;
}
.well .header button {
  font-size: 14px;
  padding: 5px 18px;
  position: absolute;
  right: 15px;
  top: 14px;
}
.well .body {
  padding: 20px;
  border-bottom: 1px solid #e6ebf1;
}
.well .body .form-group {
  margin-bottom: 15px;
}
.well .footer {
  padding: 20px;
}
.about-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  text-align: center;
  color: #fff;
  padding: 100px 0;
}
.about-bg h1 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
}
.about-bg p {
  max-width: 600px;
  margin: auto;
  text-align: justify;
}
.about-bg .icon-row {
  padding: 15px 0 5px 0;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: left;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.about-bg .icon-row .icon {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  box-shadow: inset 0px 0px 42px -12px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 42px -12px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
.about-bg .icon-row .icon img {
  margin-left: -5px;
  margin-top: -7px;
}
.about-bg .icon-row h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: left;
  display: inline-block;
  padding: 0;
}
.about-bg .icon-row p {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 0;
  line-height: 15px;
}
.about-container {
  max-width: 1200px;
  padding: 100px 15px;
}
.about-container h1 {
  color: #3a47d5;
}
.about-container img {
  width: 100%;
}
.contact-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  padding: 100px 0;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.contact-bg h1 {
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 50px;
}
.contact-bg p {
  color: #333;
  font-size: 17px;
  margin-top: 30px;
}
.contact-bg img {
  opacity: 0.1;
  position: absolute;
  top: -200px;
  right: -170px;
}
.contact-bg .contact-container {
  max-width: 1000px;
  margin: auto;
}
.contact-card {
  max-width: 1000px;
  margin: -100px auto 100px auto;
  box-shadow: 0px 0px 32px -4px #333;
}
.contact-card h3 {
  font-size: 20px;
}
.contact-card h3 img {
  width: 50px;
}
.contact-card .left {
  background: #f2f2f2;
  padding: 40px;
}
.contact-card .left img {
  max-width: 100%;
}
.contact-card .right {
  background: #18407c;
  padding: 40px;
  color: #fff;
}
.contact-card .right p {
  padding: 0;
  margin: 0;
}
.contact-card .right h3 {
  margin-bottom: 20px;
}
.faq-bg {
  height: 500px;
  position: absolute;
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  margin: -20px 0 0 0;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.faq {
  z-index: 1;
  position: relative;
  max-width: 1200px;
}
.faq p {
  padding: 30px 0 10px 0;
}
.faq h1 {
  margin: 20px 0;
  font-size: 30px;
  color: #fff;
}
.faq .btn {
  margin: 0;
}
.signup-bg {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  padding: 100px 0;
}
.signup-bg h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
}
.signup-bg .card {
  margin: 20px 0;
  box-shadow: 0px 0px 32px -4px #333;
  border-radius: 0;
}
.signup-bg .card p {
  margin-top: 15px;
}
.signup-bg .label-width {
  width: 100%;
}
.signup-bg .right {
  background: #fff;
  box-shadow: 0px 0px 32px -4px #333;
  padding: 40px 40px 60px 40px;
}
.signup-bg .right img {
  width: 150px;
}
.signup-bg .signup-button {
  margin-top: -36px;
  margin-right: 25%;
}
.signup-bg .signup-button .btn-signup {
  padding: 20px;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  min-width: 250px;
}
.signup-bg .signup-button p {
  margin-top: 15px;
}
.signup-bg .signup-button a {
  color: #fff;
}
.members-wrapper {
  /**
     * General 
     */
  /**
     * Custom button classes- you can remove this and default to wordpress btn classes
     */
  /**
     * Headings 
     */
  /* Table */
}
.members-wrapper .max-page-width {
  max-width: 73.13rem;
  margin-left: auto;
  margin-right: auto;
}
.members-wrapper body {
  font-family: Roboto, sans-serif;
}
.members-wrapper p {
  padding: 0;
  margin: 0;
}
.members-wrapper .overflow-fix {
  max-width: 100%;
  overflow: hidden;
}
.members-wrapper .section--padding-top {
  padding: 70px 0px 0px;
}
@media screen and (max-width: 767px) {
  .members-wrapper .section--padding-top {
    padding: 30px 0px 0px;
  }
}
.members-wrapper .section--padding {
  padding: 70px 0px;
}
.members-wrapper .section-gray {
  background-image: linear-gradient(-180deg, #F8F8F8 51%, rgba(255, 255, 255, 0) 100%);
}
.members-wrapper .icon {
  color: #16191C;
}
.members-wrapper .button-large-wrap {
  margin-left: auto;
  text-align: center;
}
.members-wrapper .button-large {
  width: 80%;
  margin-left: auto;
}
.members-wrapper .button:hover {
  background-color: #D55435;
}
.members-wrapper .btn-theme {
  background-color: #F1603D;
  color: #FFF;
  border-radius: 5px;
  width: 196px;
  font-size: 14px;
  padding: 15px 10px;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
}
.members-wrapper .btn-theme-secondary {
  background-color: #FFFFFF;
  color: #F1603D;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  border: solid 1px #F1603D;
  width: 80%;
}
.members-wrapper .btn-theme-secondary:hover {
  background-color: #F1603D;
  color: white;
  border: solid 1px #F1603D;
}
.members-wrapper .btn-link-custom {
  font-size: 14px;
  color: #585858;
  padding-bottom: 6px;
  border-bottom: solid 1px #979797;
  text-decoration: none;
  margin-left: 4px;
}
.members-wrapper .heading {
  color: #16191C;
  font-weight: bold;
  text-align: center;
  margin: 0 0 18px;
}
.members-wrapper .heading-large {
  font-size: 42px;
  line-height: 1.2;
}
.members-wrapper .heading-medium {
  font-size: 24px;
  text-align: center;
}
.members-wrapper .heading-medium-text {
  font-size: 14px;
  margin-bottom: 25px;
  color: #585858;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.members-wrapper .heading-large-text {
  font-size: 14px;
  color: #585858;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.members-wrapper .heading-small {
  font-size: 18px;
}
.members-wrapper .table .table-heading {
  font-size: 14px;
  color: #16191C;
  font-weight: bold;
  text-align: right;
}
.members-wrapper .table .table-text-sm {
  font-size: 13px;
  color: #585858;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: right;
}
.members-wrapper .table .table-text-med {
  font-size: 14px;
  text-align: center;
  vertical-align: center;
  padding: 0;
  margin: 0;
}
.members-wrapper .table .table-heading-med {
  font-size: 15px;
}
.members-wrapper .table thead > tr > th, .members-wrapper .table td, .members-wrapper .table tr > th {
  border: none;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.members-wrapper .table thead > th {
  padding: 24px 20px;
}
.members-wrapper .table tbody > tr > td {
  vertical-align: middle;
}
.members-wrapper .table .table-button {
  width: 196px;
}
.members-wrapper .table td {
  padding: 12px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .members-wrapper .table .table-text-sm {
    font-size: 14px;
  }
  .members-wrapper .table .table-text-med {
    font-size: 16px;
  }
  .members-wrapper .table .table-heading {
    font-size: 16px;
  }
  .members-wrapper .table .table-heading-med p {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.members-wrapper .icon {
  color: #16191C;
}
@media screen and (min-width: 992px) {
  .members-wrapper .button-large-wrap {
    text-align: left;
  }
  .members-wrapper .heading-large-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .members-wrapper .button-large {
    width: 196px;
    margin: 0;
  }
  .members-wrapper .heading-large {
    text-align: left;
  }
  .members-wrapper .heading-medium-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .members-wrapper .table td {
    padding: 0 45px;
  }
}
.members-wrapper .signup-wrap {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  padding: 25px 0;
  margin: 20px 0 50px;
}
.members-wrapper .signup-wrap .signup-heading {
  font-size: 18px;
  font-weight: bold;
  color: #16191C;
  margin-top: 8px;
}
.members-wrapper .guarantee {
  margin: 35px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.members-wrapper .guarantee .guarantee-wrap {
  background-image: linear-gradient(-180deg, #F8F8F8 51%, rgba(255, 255, 255, 0) 100%);
}
.members-wrapper .guarantee .guarantee-heading-wrap {
  margin-left: 0;
}
.members-wrapper .guarantee .guarantee-heading {
  font-size: 20px;
  color: #16191C;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px 0 15px;
}
.members-wrapper .guarantee .guarantee-text {
  font-size: 14px;
  color: #585858;
  line-height: 1.35;
}
.members-wrapper .guarantee .guarantee__seal {
  display: block;
  margin: 25px auto 0;
  max-width: none;
  width: 155px;
  vertical-align: middle;
}
.members-wrapper .guarantee .guarantee__text {
  font-size: 14px;
  color: #585858;
  line-height: 1.35;
}
.members-wrapper .promo-div {
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  display: flex;
  align-items: center;
  height: 380px;
}
@media screen and (min-width: 576px) {
  .members-wrapper .promo-div {
    height: auto;
  }
}
.members-wrapper .compare-check {
  color: #0dd43b;
  font-size: 30px;
  margin-left: 30%;
}
@media screen and (max-width: 991px) {
  .members-wrapper .link-wrap {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 992px) {
  .members-wrapper .heading-medium {
    font-size: 20px;
  }
}
/* Change the white to any color ;) */
.floating-form textarea, .floating-form select, .floating-form input, .floating-form button {
  outline: none;
}
.floating-form label {
  z-index: 0;
  opacity: 0;
  position: absolute;
  font-size: 12px;
  transition: all 100ms;
}
.floating-form label:hover {
  cursor: text;
}
.floating-form label.show {
  opacity: 1;
  color: #737373;
  display: block;
  margin-top: 5px;
  margin-left: 12px;
}
.floating-form .form-heading {
  font-size: 18px;
  margin-left: 16px;
}
.floating-form .form-heading:nth-of-type(2) {
  margin-top: 12px;
}
.floating-form .form-check label {
  z-index: 0;
  opacity: 1;
  position: relative;
  font-size: 16px;
}
.floating-form .form-check label:hover {
  cursor: default;
}
.floating-form .floating-select {
  background: transparent;
  padding: 19px 0px 5px 12px !important;
}
.floating-form .floating-select.show {
  margin-top: 0px !important;
}
.floating-form .select-input-wrapper {
  padding: 0 !important;
}
.floating-form .select-input-wrapper:hover {
  cursor: pointer;
}
.floating-form .select-input-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(../img/dropdown-arrow.png);
  opacity: 0.6;
}
.floating-form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.floating-form select::-ms-expand {
  display: none;
}
.floating-form .input-field {
  margin: 5px;
  background-color: white;
}
.floating-form .input-wrapper {
  border: 1px solid #212629;
  border-radius: 5px;
  padding: 0;
  overflow: auto;
  position: relative;
}
.floating-form .input-wrapper:hover {
  cursor: text;
}
.floating-form .input-wrapper.active {
  margin: -1px;
  border: 2px #7031d3 solid;
}
.floating-form .input-wrapper.active.error {
  border: 1px red solid;
}
.floating-form .input-wrapper.show {
  border-color: #bd97e4;
}
.floating-form .floating-input {
  z-index: 1;
  padding: 12px;
  margin: 0;
  border: 0px;
  font-size: 22px;
  width: 100%;
}
.floating-form .floating-input.show {
  padding: 20px 12px 4px 12px;
}
.floating-form .error-message {
  margin: 0 10px;
  color: red;
}
.floating-form .error-message.hide {
  display: none;
}
.floating-form .error-message.show {
  display: block;
}
.payment-alert {
  margin-bottom: 15px;
}
.btn-checkout {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}
.cards {
  width: 100%;
  padding: 10px 30px;
}
.summary-column {
  padding-left: 0;
}
.summary {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px;
  margin-top: 12px;
}
.summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.summary ul li:last-child {
  border-top: 1px solid black;
  margin-top: 10px;
  padding-top: 10px;
}
.summary .price {
  float: right;
}
.summary .total {
  font-weight: 700;
}
.sales-summary {
  font-size: 18px;
  margin-left: 16px;
  margin-top: 69px;
}
.offer-nav {
  height: 50px;
  background-image: linear-gradient(180deg, #363636 0, #1c1c1c);
  background-repeat: repeat-x;
}
.offer-logo {
  max-width: 300px;
  /* Ensure the logo doesn't exceed the width of the parent */
  max-height: 100%;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .offer-logo {
    margin-left: 20px;
  }
}
.offer-1 {
  background: url(../img/offer_bg_1.png) no-repeat center top;
  background-attachment: relative;
  background-position: 50%;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sticky {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 0;
  /* Stick to the top of the viewport */
  background-color: lightblue;
  z-index: 1000;
  /* Ensure it's above other content */
}
.offer-slogan {
  padding-top: 95px;
  padding-left: 25px;
}
.offer-slogan h1 {
  color: #fff;
  color: white;
  /* RGBA for better cross-browser support */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 5.5rem;
  /* Adjusted font size for better compatibility */
  line-height: 1.2;
  /* Adjusted line height for better compatibility */
  font-weight: 900;
  padding: 60px 0 0 85px;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}
@media (max-width: 992px) {
  .offer-slogan {
    padding: 0px 0 0 0px;
  }
  .offer-slogan h1 {
    font-size: 4.5rem;
    /* Adjusted font size for smaller screens */
    line-height: 1.4;
    /* Adjusted line height for smaller screens */
    padding-left: 20px;
  }
}
.shipping-title {
  margin-top: 10px;
  color: #7031D3;
  font-weight: 700;
}
.btn-offer-1 {
  width: 350px;
  font-weight: 900;
  font-size: 36px;
  display: block;
  float: right;
  margin-top: 150px;
}
@media (max-width: 992px) {
  .btn-offer-1 {
    margin-top: 200px;
  }
}
.white-pitch {
  padding: 60px 0;
}
.offer-header {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
.offer-p {
  font-size: 18px;
  color: #222;
  font-weight: 200;
  line-height: 26px;
}
.offer-2 {
  background: url(../img/offer_bg_2.jpg?1) no-repeat center top;
  background-attachment: relative;
  background-position: 50%;
  height: 729px;
  background-size: 100%;
  background-size: cover;
  width: 100%;
  position: relative;
}
.offer-2-bottom {
  background-color: rgba(0, 0, 0, 0.7);
  background-attachment: relative;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  background-size: 100%;
  background-size: cover;
}
.white-box {
  background-color: white;
  padding: 15px;
  border: 10px solid black;
}
.offer-3 {
  background: url(../img/offer_bg_3.png?1) no-repeat top;
  background-attachment: relative;
  background-position: 50%;
  height: 465px;
  width: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.offer-4 {
  background: url(../img/offer_bg_4.png?1) no-repeat top;
  background-attachment: relative;
  background-position: 50%;
  height: 465px;
  width: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.offer-5 {
  background: url(../img/offer_bg_5.png?1) no-repeat top;
  background-attachment: relative;
  background-position: 50%;
  min-height: 850px;
  width: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.offer-5 h1 {
  color: #fff;
  font-family: Open Sans, sans-serif !important;
  font-size: 55px;
  font-weight: 900;
  line-height: 105px;
  text-transform: uppercase;
}
.white-form {
  margin-top: 0;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 650px;
}
.select-label {
  margin-left: 3px;
}
.btn-offer-form {
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  margin-top: 30px;
  display: block;
  color: white !important;
  font-weight: 900;
}
.links {
  text-align: center;
  margin-top: 10px;
}
.links a {
  margin-right: 10px;
}
.as-seen-on {
  max-width: 80%;
  display: block;
  margin: auto;
}
.prospect-form {
  padding: 20px;
  border: 3px solid #7031d3;
}
.steps-alert {
  margin: 15px 0px;
  font-size: 24px;
  font-weight: 900;
}
.checkout-instructions {
  margin: 30px 0;
}
.offer-form-col {
  padding: 0;
}
.balls {
  max-width: 100%;
  margin-bottom: 20px;
}
.card-header-bg {
  background-color: rgba(112, 49, 211, 0.1);
}
.card {
  margin-bottom: 30px;
}
.secure {
  position: absolute;
  right: 20px;
  width: 170px;
  top: 9px;
}
.norton {
  display: block;
  margin: auto;
  margin-top: -30px;
}
.payment-cards {
  width: 300px;
  margin-left: 2px;
  padding: 5px;
}
.cart-summary {
  font-size: 14px;
  font-weight: 900;
}
.cart-summary-last {
  margin-bottom: 0;
}
.gallery-wrapper {
  overflow: hidden;
}
.card-wrapper {
  position: relative;
  overflow: hidden !important;
}
.inline-card {
  position: absolute;
  display: none;
  right: 0;
  width: 93px;
  height: 96px;
  top: 6px;
  background-image: url(../img/cards.png);
  background-size: 336px;
  background-repeat: no-repeat;
}
.inline-card.visa {
  display: block;
  background-position: -75px 0px;
}
.inline-card.mastercard {
  display: block;
  background-position: 11px 0px;
}
.inline-card.amex {
  display: block;
  background-position: -250px 0px;
}
.inline-card.discover {
  display: block;
  background-position: -163px 0px;
}
@media (max-width: 600px) {
  .inline-card {
    background-image: none;
  }
}
.add-balls {
  margin: 50px 0;
  width: 100%;
}
.no-thanks {
  margin-top: 20px;
}
