/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-300.woff') format('woff');
}

/* roboto-condensed-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-300italic.woff') format('woff');
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-regular.woff') format('woff');
}

/* roboto-condensed-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-italic.woff') format('woff');
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-700.woff') format('woff');
}

/* roboto-condensed-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('/fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'),
        url('/fonts/roboto-condensed-v25-latin-700italic.woff') format('woff');
}
body {
  background: #ddc965;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 48px;
}
/* ~~ Element/tag selectors ~~ */
ul,
ol,
dl {
  /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}
h3 {
  font-size: 18px;
  font-weight: bold;
  color: #5c759c;
}
a img {
  /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  border: none;
}
a:link {
  /*color: #42413C;
  text-decoration: underline;*/
}
a:visited {
  color: #3d5d8f;
  /*text-decoration: underline;*/
}
a:hover,
a:active,
a:focus {
  /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  text-decoration: none;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
  width: 960px;
  background: #FFF;
  margin: 0 auto;
  /* the auto value on the sides, coupled with the width, centers the layout */
}
#header .return_button {
  width: 135px;
}
#header .return_button img {
  position: absolute;
  top: 12px;
  right: 32px;
}
#header .return_button {
  width: 135px;
}
#header .return_button img {
  position: absolute;
  top: 12px;
  right: 32px;
}
.intro-thumbnail {
  border: 0;
  /*position: absolute;*/
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  max-width: 246px;
  max-height: 500px;
  height: 100%;
  border: 0;
  position: relative;
  object-fit: contain;
}
.order-thumbnail {
  border: 0;
  position: absolute;
  top: 60px;
  right: 44px;
}
.order-thumbnail img {
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.page_title {
  color: white;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #5B759A;
  padding-left: 40px;
}
.page_title .intro_title {
  width: 468px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.intro_title {
  border-bottom: 2px solid #ddc965;
  padding-bottom: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page_title .intro_title p {
  margin-bottom: 0px;
}
.page_title .main_title {
  width: 468px;
  letter-spacing: 0px;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.page_title .main_title p {
  margin-bottom: 0;
}
.page_title .sub_title {
  width: 508px;
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 28px;
  font-style: italic;
}
.page_title .sub_title p {
  margin-bottom: 0;
}
.burst {
  position: absolute;
}
.burst.large {
  top: 166px;
  right: 24px;
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/alt_landing_burst-lg.png) no-repeat center;
  width: 133px;
  height: 132px;
  z-index: 1;
}
.burst.small {
  top: 165px;
  right: 12px;
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/alt_landing_burst-sm.png) no-repeat center;
  width: 104px;
  height: 104px;
}
.burst a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.burst table {
  width: 100%;
  height: 100%;
}
.burst table td {
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.burst.large table td {
  font-size: 21px;
  line-height: 24px;
  padding: 0px 20px;
}
.burst.small table td {
  font-size: 18px;
  line-height: 19px;
  padding: 0 12px;
}
.burst table td p {
  margin-bottom: 0px;
  text-decoration: none;
}
.burst .smaller {
  line-height: 10px;
  font-weight: 300;
}
.burst-large-yellow {
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/burst-yellow-spike.png) no-repeat center;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
  padding: 37px;
  cursor: default;
}
.burst-copy {
  text-align: center;
  line-height: 1.2em;
  color: #fff;
}
.burst-copy-yellow {
  text-align: center;
  line-height: 1.2em;
  color: #000;
}
.toc_container {
  padding: 40px;
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #3f88c9;
  /*border: 1px solid #344765;*/
  margin: 0px 25px;
  margin-top: -10px;
  position: relative;
}
.toc_container ul {
  list-style-image: url('https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/icon-check-18.png');
  margin-left: 22px;
}
.toc_container ol {
  margin-left: 22px;
}

.guarantee_container {
  background: linear-gradient(to bottom right, #f0dba6 0%, #ae841a 33%, #f0dba6 100%);
  /* Standard syntax */
  padding: 16px;
}
.guarantee_container .bartext {
  border: 4px double #f0DBA6;
  padding: 24px;
}
.guarantee .heading {
  margin: 0 -22px 4px -22px;
  position: absolute;
  width: 227px;
}
.guarantee p {
  /*        padding-top: 60px;*/
}
/* ~~ This is the layout information. ~~

.header {
    background: #ffffff;
}

.content {
    padding: 0px 0;
}

/* ~~ The footer ~~ */
.footer {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0;
  /* background: #ddc965;
  background-color: #fff; */
  height: 120px;
}
/* ~~ miscellaneous float/clear classes ~~ */
h1.title {
  color: #B51D37;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 20px;
}
h1.title p {
  margin-bottom: 0;
}
.bodytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.375em;
  color: #000000;
}
.bodytext ul {
  margin-left: 10px;
  margin-bottom: 20px;
}
.bodytext ul li {
  list-style-type: none;
  text-indent: -0.62em;
}
.bodytext ul li:before {
    content: "• ";
    color: #3f88c9;
}
.bartext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #7889a8;
  margin-bottom: 24px;
  padding: 12px;
}
.tinytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
/* ~~ testimonial table styling ~~ */
th.heading {
  background-color: #5b759a;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  text-align: center;
}
td.quote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 19px;
  padding: 16px;
  text-align: center;
}
.quote-open {
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/quote-open.gif) 0% 10% no-repeat;
  padding-left: 15px;
}
.quote-close {
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/quote-close.gif) 100% 10% no-repeat;
  padding-right: 15px;
}
/* KYLE'S STYLING & HUMBLE HOCUS POCUS */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea {
  padding: 2px 2px;
  width: 248px;
  font: 12px/1 Freesans, Helmet, sans-serif;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 120ms ease-out, box-shadow 120ms ease-out;
  -moz-transition: background-color 120ms ease-out, box-shadow 120ms ease-out;
  -ms-transition: background-color 120ms ease-out, box-shadow 120ms ease-out;
  -o-transition: background-color 120ms ease-out, box-shadow 120ms ease-out;
  transition: background-color 120ms ease-out, box-shadow 120ms ease-out;
}
textarea {
  padding: 4px 5px;
  height: auto;
  width: auto;
  margin-right: 0;
  line-height: 1.335;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
textarea:hover {
  border-color: #b1b1b1;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
  /*    background-color: #fff;
    border-color: #ededed;
    border-color: rgba(0,0,0,.09);*/
  border-color: #777;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1);
}
select {
  margin-left: 0;
}
input[type="radio"] {
  margin-left: 1px;
  margin-right: 3px;
}
/* ------------------------------------------------------------------
 * CART/CHECKOUT
 * ------------------------------------------------------------------ */
#cart,
#order_summary {
  background-color: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 1em;
  padding: 4px;
}
#cart th,
#order_summary th {
  background-color: #EEE;
  padding: 4px;
}
#cart td {
  border-bottom: 1px solid #EEE;
  padding: 4px;
}
#cart td td {
  border: 0;
}
#cart .sku {
  color: #666;
  font-size: 11px;
}
#cart .status {
  color: #F00;
  font-weight: bold;
}
#cart div.detail {
  font-size: 11px;
}
#cart_notes {
  margin: 15px 0;
}
#cart_notes ul {
  margin-top: 5px;
  margin-bottom: 0;
}
#cart_notes input {
  margin-top: 5px;
}
#order_summary {
  margin: 15px 0;
}
input[type="text"].claim_code {
  width: 75px;
}
.original-price {
  text-decoration: line-through;
  font-size: .8em;
  line-height: 20px;
}
.discount-price {
  color: #A6000F;
}

/*Custom styles*/
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  color: #555555;
}
.sub_title {
  font-style: italic;
}
.landing-row {
  display: inline-block;
  width: 100%;
}
.responsive-page-title {
  color: white;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #5B759A;
}
.responsive-page-title .intro_title {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.intro_title .sub_title {
  margin-top: 10px;
  font-size: 48px;
}
.intro_title p {
  margin-bottom: 0px;
  font-family: Times, Georgia, serif;
  font-size: 60px;
  font-weight: normal;
  /* font-style: italic; */
  line-height: 60px;
  color: #9f1b29;
  text-align: center;
}
.intro-title-images {
  position: absolute;
  top: -100px;
  right: 75px;
  z-index: 1;
}
.intro-title-images-alt {
  position: absolute;
  top: -100px;
  right: 3px;
  z-index: 1;
}
.intro-thumbnail-wrapper {
  position: relative;
  display: inline-block;
}
.intro-thumbnail {
    border: 0;
    z-index: 1;
    box-shadow: none;

    /*position: static !important;*/
    max-width: 500px;
    width: 390px;
}
.intro-thumbnail-alt {
  max-width: 228px;
  border: 0;
  position: relative;
  top: 0;
  right: 0;
}
.burst.large {
  top: 106px;
  right: -88px;
  background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/alt_landing_burst-lg.png) no-repeat center;
  width: 133px;
  height: 132px;
}
.intro-title-images a {
  display: block;
}
.intro-red-box {
  padding: 66px 20px 20px 20px;
  background-color: #eeeeee;
  margin-left: 35px;
  margin-top: 106px;
}
.intro-red-box .bartext {
  color: #555555;
}
.toc_container {
  background: #ffffff url(https://domf5oio6qrcr.cloudfront.net/images/promotions/bg-blue-white-gradient.jpg) top left repeat-x;
}
.toc_container ul {
  list-style-image: none;
}
.toc_container ul li {
  padding-bottom: 8px;
  font-weight: bold;
  list-style-type: none;
  padding-left: 0em;
  text-indent: -0.62em;
}
.toc_container ul li:before {
    content: "• ";
    color: #B11039;
}

.toc_container ol li {
  padding-bottom: 8px;
  font-weight: bold;
  padding-left: 0em;
  /*text-indent: -0.62em;*/
}

.landing-heading-image {
  padding: 15px 0px;
  width: 300px;
}
.intro-landing-details {
  padding-top: 15px;
  padding-left: 54px !important;
  padding-right: 54px !important;
  /*min-height: 490px;*/
}

.intro-table-head {
  display:table;
}
.intro-table-cell {
  display: table-cell;
  float: none !important;
}

.order-form-order-text {
  color: #b50a37;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
}
.order-form-order-text p {
  margin-left: 15px;
}
.order-form-order-today {
  text-align: right;
  /*display: none;*/
}
.landing-bottom-section {
  padding: 15px 0px;
  display: none;
}
.landing-order-form {
  padding-top: 30px;
  padding-bottom: 0px;
}
.form-row {
  padding-bottom: 5px;
}
.form-row div {
  display: inline-block;
}
.form-label {
  max-width: 105px;
  width: 100%;
  text-align: right;
  color: #555555;
  font-size: 12px;
  display: inline-block;
}
.vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  flex-grow: 1;
}
.order-form-responsive {
  border-top: 3px dotted #5c759c;
  padding: 20px;
}
.order-form-format-select {
  padding-bottom: 20px;
}
.multi-product {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0px;
}
.multi-product-information {
  border-top: 4px solid #d6dbe3;
}
.multi-product-form-actions {
  clear: both;
  position: relative;
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
  padding-bottom: 30px;
/*  background-color: #980032;*/
  background-color: #eeeeee;
}
.multi-product-form-actions .order-bottom-section .order-form-order-today .order-today-button {
  margin: inherit;
}
.featured h3 {
  width: 100%;
}
.multi-prod-images {
  right: 40px;
}
.multi-prod-images .intro-thumbnail {
  max-width: 228px;
}
.multi-prod-images .burst {
  top: 60px;
}
.multi-product .options {
  margin-top: 100px;
}
.multi-product span.button-checkbox {
  position: relative;
  display: block;
}
.options .checked {
  background-color: #fdfde0;
}
.form-input input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: none;
}
.button-checkbox input[type=radio] {
  background-position: 7px 3px;
  height: 40px;
  background-image: url("/images/misc/unchecked-box.png");
  position: absolute;
  top: -3px;
  left: 6px;
  z-index: 1000;
  background-repeat: no-repeat;
  display: none;
}
.product .options .button {
  padding: 8px 8px 8px 30px;
}
.product .product-title {
  width: 100%;
  margin-left: 0px;
  padding-left: 5px;
  color: #000;
}
.product .product-summary {
  width: 100%;
  margin-left: 0px;
  padding-left: 5px;
}
.product .product-thumbnail {
  float: none;
  max-width: 100%;
  height: auto;
}
.order-form-order-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.order-today-button {
  display: block;
  /*max-width: 360px;
  width: 90%;*/
  width: 100%;
  background-color: #cc0033;
  padding: 12px 0px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 22px;
  border: 0px;
  transition: .07s;
  font-weight: 400;
  -webkit-appearance: none;
}
.order-today-button:hover {
  transition: .07s;
  background-color: #e50039;
  /*  background-color: rgb(171, 0, 43);*/
  cursor: pointer;
}
.order-form-gray {
  background-color: #eeeeee;
}
.maroon-headline {
  color: #B51D37;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 20px;
}
.product-selection-copy {
  font-size: 12px;
}
.product-format-label span,
.shipping-option-label span {
  font-size: 14px;
  color: #555555;
}
.product-format-label .bigger,
.shipping-option-label .bigger {
  text-transform: uppercase;
}
.product-format-label .country-meta,
.shipping-option-label .country-meta {
  font-size: 11px;
}
.shipping-option-label {
  color: #5A749B;
}
.shipping-option-label span {
  color: #5A749B;
}
.burst.large table td {
  line-height: 16px !important;
}
.row-nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.button-checkbox-button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  /* background-color: #C00; */
  border: 2px solid #d6dbe3;
  /* border: none; */
  color: #333333;
  /* color: #FFF; */
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  /* font-weight: bold; */
  line-height: 1.1em;
  margin: 0 0 8px;
  padding: 8px 8px 8px 26px;
  /* padding: 5px 8px; */
  text-align: left;
  width: 268px;
}
.multi-product-form-wrapper {
  position: relative;
  background-color: #eeeeee;
  border-top: 3px dotted #5c759c;
  border-bottom: 3px dotted #5c759c;
  padding: 32px 0px 0px 40px;
}
.form-row .claim-code-alert {
  display: block;
}
.guarantee-headline-right {
  margin-bottom: 20px;
}
.guarantee-inner {
  border: 3px solid #8aaac9;
  padding: 4px;
}
.guarantee-innermost {
  border: 1px solid #8aaac9;
  padding: 10px;
  text-align: center;
}


/*a:visited {
    color: initial;
}*/
/*a:link {
    color: initial;
}*/

.heading-image-gold {
    /*margin-top: 60px;*/
    text-align: center;
}
@media (max-width: 900px) {
  .heading-image-gold {
    margin-top: 20px;
  }
}

.responsive-page-title .intro_title {
    color: #bf213a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: normal;
    letter-spacing: -.025em;
    line-height: 1.1em;
}
.responsive-page-title {
    background-color: #ffffff;
    padding-bottom: 20px;
}
.heading-right-image {
  padding-right: 20px;
}
.heading-right-image img {
    max-width: 100%;
}
.mid-description-cta {
    font-size: 28px;
    line-height: 1em;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 24px;
    color: #fff !important;
    /*width: 95%;*/
}
.mid-description-cta p {
    margin-bottom: 0px;
}
.sidebar-cta-alt {
  max-width: 253px;
  position: absolute;
  /*top: -100px;*/
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
  bottom: -40px;
}
.sidebar-cta-wrapper {
  text-align: center;
}
.button {
  display: block;
  width: 100%;
  background-color: #c03;
  padding: 16px 28px 12px;
  text-align: center;
  color: #fff!important;
  text-transform: uppercase;
  text-decoration: none!important;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 22px;
  border: 0;
  transition: .07s;
  font-weight: 400;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.button:hover {
  background-color: #e50039;
}
.button-yellow {
  border: 1px solid #333333;
  border-radius: 24px;
  background-color: #ffd02a;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  /* font-weight: bold; */
  padding: 16px 28px 12px;
  -webkit-box-shadow: inset 0px 5px 8px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 5px 8px rgba(255,255,255,1);
  box-shadow: inset 0px 5px 8px rgba(255,255,255,1);
}
.sidebar-cta-button {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}
.boxed-content {
    background-color: #eeeeee;
    padding: 24px;
    margin-bottom: 20px;
}
.boxed-content img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.boxed-content p:last-child {
    margin-bottom: 0px;
}
.column-padding {
    padding: 0px 20px;
}
.landing-footer-also {
  margin-bottom: 40px;
}
.footer-details-headline {
  color: #3f88c9;
  font-weight: bold;
  padding-bottom: 5px;
}
.main-description {
  margin-bottom: 20px;
}
.three-doctors {
  text-align: center;
}
.three-doctors img {
  vertical-align: bottom;
}
.img-responsive {
  max-width: 100%;
}

@media (max-width: 959px) {
  .hidden-960 {
    display: none;
  }
  body {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .container {
    width: 100%;
  }
  .intro-red-box {
    padding: 20px 30px 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0px;
  }
  .intro-title-images {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .intro-thumbnail {
    max-width: 160px;
  }
  .burst.large {
    display: none !important;
    /*top: 80px;
      right: -90px;
      background: url(https://domf5oio6qrcr.cloudfront.net/media/images/landing_page_offers/alt_landing_burst-lg.png) no-repeat center;
      width: 133px;
      height: 132px;*/
  }
  .row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .form-row {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-row div {
    display: block;
  }
  .form-row .form-label {
    text-align: left;
    max-width: 100%;
    text-transform: uppercase;
  }
  .form-input input[type=text] {
    width: 100%;
  }
  .form-input-full select {
    width: 100%;
  }
  #newsletter_callout {
    width: 100%;
  }
  .opt-in-section .form-input {
    display: inline-block;
    width: 90%;
  }
  .opt-in-section .form-input {
    display: inline-block;
    width: 90%;
  }
  .opt-in-section .form-label {
    vertical-align: top;
    display: inline-block;
    max-width: 22px;
  }
  .claim_code {
    margin-bottom: 10px;
  }
  .multi-product-head-buttons {
    padding-top: 0px;
  }
  .multi-prod-images {
    right: 0;
  }
  .multi-prod-images .intro-thumbnail {
    max-width: 160px;
  }
  .featured {
    min-height: 100%;
  }
  .featured p {
    width: 100%;
  }
  .multi-product .options {
    margin-top: 0px;
  }
  .button-checkbox-button {
    width: 100% !important;
  }
  .product .options {
    width: 100%;
  }
  .product .options .button {
    width: 100%;
  }
  .multi-additional-product-image-row {
    text-align: center;
    margin-bottom: 10px;
  }
  .product .product-thumbnail {
    max-width: 240px;
    width: 100%;
  }
  .order-form-order-today {
/*    display: block !important;
    text-align: center !important;
    position: fixed !important;
    bottom: 10px;
    background-color: #980032 !important;
    background-color: #eeeeee !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
*/  }
  .landing-bottom-section {
    display: block;
  }
  .hidden-900 {
    display: none;
  }
  .vertical-align-900 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .toc_container {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vertical-align {
    display: block;
  }
  .order-form-order-today {
    text-align: center;
  }
  .order-form-order-text {
    text-align: center;
  }
  .button-checkbox-button {
    width: 100% !important;
  }
  .multi-additional-product-image-row {
    text-align: center;
    padding-bottom: 10px;
  }
  .product .product-thumbnail {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .product .options .button {
    width: 100%;
  }
  .intro-title-images {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .intro-title-images img {
    width: 100%;
    max-width: 100%;
  }
  .responsive-page-title .intro_title {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .order-form-order-text {
    color: #ccb17a;
  }
  .landing-bottom-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #980032;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 9;
  }
  .order-form-order-text p {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .footer {
    /*padding-bottom: 110px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5%;
  }
  .footer p {
    text-align: left !important;
  }
  .order-today-button {
    max-width: 90%;
  }
  .intro-red-box .bartext {
    font-size: 18px;
  }
  .toc_container {
    padding-bottom: 0px;
  }
  .toc_container ul li {
    padding-bottom: 10px;
  }
  .toc_container ol li {
    padding-bottom: 10px;
  }
  .intro-title-images-alt a {
    display: none;
  }
  .product-format-cell {
    padding-left: 10px;
  }
  .order-form-responsive {
/*    border-top: 3px dotted #5c759c;*/
/*    padding-top: 30px;*/
  }
  .order-form-section {
/*    border-top: 3px dotted #5c759c;*/
/*    padding-top: 30px;*/
    padding-bottom: 20px;
  }
  .form-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  img.payment-method-image {
    padding-right: 5%;
  }
  .order-bottom-section {
    padding-top: 10px;
/*    padding-bottom: 10px;*/
    padding-bottom: 30px;
/*    background-color: #980032;*/
    background-color: #eeeeee;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 9999;
  }
  .indicator-text {
    color: #fff;
    font-size: 16px;
  }
  .indicator {
    width: 26px;
    height: 26px;
  }
  .row-nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .multi-product-form-actions .order-bottom-section .order-form-order-today .order-today-button {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .multi-product-form-actions .order-bottom-section {
    position: absolute;
    bottom: -30px;
  }
  .column-heading {
    padding-right: 5px;
  }
  .cart-row td {
    padding-right: 5px;
  }
  .multi-prod-images .intro-thumbnail {
    max-width: 100%;
  }
  .intro-landing-details {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .intro_title h1{
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 360px) {
  .landing-heading-image {
    width: 100%;
  }
}
.container {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  *zoom: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.xs-gutter {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 540px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .island {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 541px) {
  .container {
    width: 960px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* Custom 541px styles */
  .container {
    width: 100%;
  }
  html {
    /*min-width: 900px;*/
  }
  .sm-gutter {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm-gutterless {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .hidden-sm {
    display: none;
  }
  .landing-footer-also {
    margin-top: 40px;
  }
  .form-actions-responsive-gold {
/*    height: 50px;
    display: block !important;
    text-align: center !important;
    position: fixed !important;
    bottom: 0 !important;
    background-color: #980032 !important;
    background-color: #eeeeee !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
*/  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
