@charset "UTF-8";
.commerce-order-path-next-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.commerce-order-path-next-container .next-step-button {
  text-decoration: underline;
}

/*
Variables
--------------------------------------------------- */
/*
Styles for global order pages in WP
-----------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Header
:: Forms
:: Sidebars
:: Freeform styles
:: Overlays
:: Peekaboo
:: Ribbon
:: Disclaimer
:: Typography
:: Mobile


--------------------------------------------------- */
/* No JS styles
*/
#no-js-text {
  background: #c30;
  color: #fff;
  display: none;
  font-weight: bold;
  margin-top: 10px;
  padding: 6px 10px;
  text-align: center;
}
#no-js-text a {
  color: #ffe393;
  text-decoration: underline;
}
#no-js-text a:hover {
  color: #ffc;
}

.no-js article {
  display: none;
}

.no-js #no-js-text {
  display: block;
}

/* ---------------------------------------------------
   Header
--------------------------------------------------- */
body {
  background: #eee;
  min-height: 100%;
}

html {
  background: transparent;
}

#preview-redirect {
  margin: 3rem 1rem 1.25rem;
}
#preview-redirect p {
  margin-bottom: 0;
}

.single-tmfofferspage {
  /* background:$white; */
}
.single-tmfofferspage .order-text {
  padding: 20px;
}
.single-tmfofferspage header.headline {
  padding: 0 20px;
}
.single-tmfofferspage article {
  background: #fff;
  border-radius: 0;
  padding: 20px !important;
}
@media only screen and (max-width: 767px) {
  .single-tmfofferspage article {
    padding: 20px 0 !important;
  }
}
.single-tmfofferspage aside {
  background: #fff;
  padding-top: 20px;
}
.single-tmfofferspage .row.full-width {
  max-width: 100%;
}
.single-tmfofferspage .row.full-width article {
  padding: 0 !important;
}
.single-tmfofferspage .row.full-width .order-text {
  padding: 0;
}
.single-tmfofferspage .row.full-width header.headline {
  display: none;
}
@media only screen and (min-width: 767px) {
  .single-tmfofferspage .row.shortform {
    width: 80%;
  }
}

.order-page-header {
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
  padding: 2rem;
  text-align: center;
}
.order-page-header img {
  height: 70px;
  margin: 0 auto;
}

.single-tmf_vin_order_page .global-page-top {
  display: none;
}

/* UK small print stuff */
.order-page-small-print,
.order-page-regulator-statement {
  font-size: 0.9em;
  margin: 1.5rem;
}

/* ---------------------------------------------------
  Pricing Table
--------------------------------------------------- */
.price-table-container {
  margin: 0;
}

.pricing-table {
  /* IE6-9 */
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #dae7ed;
  /* Old browsers */
  background: linear-gradient(top, #dae7ed 0%, #e5e1d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dae7ed), color-stop(100%, #e5e1d7));
  /* Chrome,Safari4+ */
  background: linear-gradient(top, #dae7ed 0%, #e5e1d7 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(top, #dae7ed 0%, #e5e1d7 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #dae7ed 0%, #e5e1d7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dae7ed 0%, #e5e1d7 100%);
  /* W3C */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#dae7ed", endColorstr="#e5e1d7", GradientType=0);
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.pricing-table li {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #333;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 1em;
  text-align: center;
}
.pricing-table li ul li {
  border: 0;
}
.pricing-table li ul li p {
  color: #444;
  font-size: 0.8em;
  font-style: italic;
  text-align: left;
}
.pricing-table li.title {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #369;
  background: #4182c3;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: -0.05em;
  line-height: 1.4em;
}
.pricing-table li.offer-price {
  background-color: rgba(255, 255, 255, 0.3);
  color: #333;
  font-family: "Lato", "Helvetica Neue", "Open Sans", sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  padding: 0.5em 0.8em;
  text-align: center;
}
.pricing-table li.offer-price sup {
  color: #6a6a6a;
  font-size: 0.4em;
  font-weight: normal;
  margin-left: -5px;
  position: relative;
  top: 2px;
  vertical-align: top;
}
.pricing-table li.offer-price-sm {
  background-color: rgba(255, 255, 255, 0.3);
  color: #333;
  font-family: "Lato", "Helvetica Neue", "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  padding: 0.5em 0.8em;
  text-align: center;
}
.pricing-table label {
  display: block !important;
  padding-top: 10px !important;
}
.pricing-table li.cta-button {
  background: transparent;
  border-bottom-style: none;
  padding-bottom: 20px;
  /* Unchecked style */
  /* Checked style using the :checked pseudo class */
  /* Focus styling */
}
.pricing-table li.cta-button [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pricing-table li.cta-button label {
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  line-height: 2.5;
  padding: 0;
}
.pricing-table li.cta-button [type=radio] + span {
  display: block;
}
.pricing-table li.cta-button [type=radio] + span::before {
  background: #fff;
  border: 5px solid #eee;
  border-radius: 40px;
  box-shadow: 0 0 0 0.25em #bbb;
  content: "";
  display: inline-block;
  height: 40px;
  transition: 0.5s ease all;
  vertical-align: -0.25em;
  width: 40px;
}
.pricing-table li.cta-button [type=radio]:checked + span::before {
  background-image: -owg-radial-gradient(#46db46, #339933);
  background-image: -webkit-radial-gradient(#46db46, #339933);
  background-image: -moz-radial-gradient(#46db46, #339933);
  background-image: -o-radial-gradient(#46db46, #339933);
  background-image: radial-gradient(#46db46, #339933);
  border: 5px solid #34892e;
  box-shadow: 0 0 0 0.25em #555;
}
.pricing-table li.cta-button [type=radio]:focus + span::after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
.pricing-table li.cta-button .radio-container {
  display: table-cell;
  vertical-align: bottom;
  width: 2000px;
}

.pricing-table.featured {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
}
.pricing-table.featured li.offer-price {
  color: #c30;
  font-weight: 600;
}

span.offer-discount {
  color: #fc3;
  font-weight: bold;
}

/* ---------------------------------------------------
  Forms
--------------------------------------------------- */
.form-field-container {
  /* padding:20px 10px 10px; */
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #ebf3fa;
  border: 1px solid #c5dded;
  border-top: 25px solid #c5dded;
  margin: -40px 10px 20px;
}
.form-field-container section {
  border-bottom: 1px solid #c5dded;
  padding-bottom: 20px;
}
.form-field-container .price-table-container section {
  border-style: none;
}
.form-field-container h3 {
  clear: both;
  color: #4081c2;
  font-family: arial, sans-serif;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 1em;
  position: relative;
}

.commerce-form fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
.commerce-form fieldset li {
  margin-bottom: 5px;
  text-align: center;
}
.commerce-form fieldset label .req {
  color: #999;
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  text-transform: uppercase;
}
.commerce-form fieldset fieldset input,
.commerce-form fieldset fieldset select {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: 1px solid #c5dded;
  color: #3a3a3a;
  font-size: 1em;
  margin-bottom: 20px;
  padding: 6px 8px;
  width: 80%;
}
.commerce-form fieldset fieldset input {
  background: #fff;
}
.commerce-form fieldset fieldset input[readonly],
.commerce-form fieldset fieldset input[readonly=readonly] {
  background: transparent;
}
.commerce-form fieldset fieldset select {
  font-size: 14px;
  width: 58%;
}

.commerce-form div.alert {
  padding: 0 20px;
}

.commerce-form .radio-focus::after {
  content: url("/wp-content/plugins/fool-wp-commerce/images/accept.png");
  padding-left: 6px;
  vertical-align: middle;
}

#ccForm,
#paypalForm,
#paymentOnFileForm {
  display: none;
}

#ccForm.active,
#paypalForm.active,
#paymentOnFileForm.active {
  display: block;
}

.email_ajaxLoader,
.username_ajaxLoader {
  background: transparent url("/wp-content/plugins/fool-wp-commerce/images//check_availability.gif") no-repeat;
  display: none;
  height: 13px;
  left: 120%;
  padding-left: 10px;
  position: absolute;
  top: 3px;
  width: 144px;
}

/* IE7 hack for form alert images. Stupid IE. */
fieldset dd {
  *zoom: expression(this.runtimestyle.zoom="1", this.appendchild(document.createelement("small")) .classname="after");
}
fieldset dd input {
  display: inline-block;
}
fieldset dd .invalid::after,
fieldset dd .invalid.after {
  content: url("/wp-content/plugins/fool-wp-commerce/images/exclamation.png");
  padding: 0 0 0 6px;
  vertical-align: middle;
}
fieldset dd .valid::after,
fieldset dd .valid.after {
  content: url("/wp-content/plugins/fool-wp-commerce/images/accept.png");
  padding-left: 6px;
  vertical-align: middle;
}
fieldset dd .invalid input,
fieldset dd .invalid select {
  border: 1px solid #c30;
}
fieldset dd .warning {
  color: #c30;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
}
fieldset dd .cc-icon {
  float: left;
  height: 42px;
  text-indent: -9999px;
  width: 62px;
}
fieldset dd .amex {
  background: url("/wp-content/plugins/fool-wp-commerce/images/amex.png") 0 0 no-repeat;
}
fieldset dd .visa {
  background: url("/wp-content/plugins/fool-wp-commerce/images/visa.png") 0 0 no-repeat;
}
fieldset dd .mastercard {
  background: url("/wp-content/plugins/fool-wp-commerce/images/mastercard.png") 0 0 no-repeat;
}
fieldset dd .sidebyside {
  float: left;
  width: 40%;
}
fieldset dd .select-month {
  float: left;
  width: 30%;
}
fieldset dd .select-year {
  float: left;
  width: 32%;
}

dt.cc-label {
  margin: 0 0 6px;
  padding-top: 20px;
}

::placeholder {
  color: #999 !important;
}

:placeholder {
  color: #999 !important;
}

.commerce-form p.tos {
  text-align: left;
}

#enter-test-data-btn {
  background-color: #f2d45c;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  margin-right: 6px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  height: auto;
}
#enter-test-data-btn:hover {
  color: #860e0e;
  background-color: #fc0;
}

.commerce-form .form-button {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #fc3;
  border: 2px solid #edae32;
  color: #000;
  cursor: pointer;
  font: bold 1.2em sans-serif;
  margin: 20px auto 10px;
  padding: 10px 0;
  width: 100%;
}
.commerce-form .form-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #f90;
  color: #fff;
  cursor: pointer;
}
.commerce-form .form-button:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}

.error {
  background: #c30;
  color: #fff;
  padding: 1em;
}
.error a {
  color: #ffe;
  text-decoration: underline;
}
.error a:visited {
  color: #fff;
}

/* ---------------------------------------------------
   Sidebars
--------------------------------------------------- */
.sidebar-hero {
  margin-bottom: 20px;
}

/* guarantee module */
div.sidebar-callout {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #fffaed;
  border: 1px solid #ffe2b9;
  margin-bottom: 20px;
  padding: 20px;
}
div.sidebar-callout h3 {
  color: #d4581b !important;
  font-size: 26px !important;
  margin: 0;
  text-align: center;
}
div.sidebar-callout h4 {
  color: #832e04;
  font-size: 18px;
  margin: 6px 0 0;
  text-align: center;
}
div.sidebar-callout p {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0;
}

/* ---------------------------------------------------
   Freeform Styles
--------------------------------------------------- */
.bold {
  font-weight: bolder;
}

.italic {
  font-style: italic;
}

.small {
  font-size: 0.8em !important;
}

.button {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

.float-left {
  border: 1px solid #eee;
  float: left;
  margin: 0 10px 10px 0;
}

.float-right {
  border: 1px solid #eee;
  float: right;
  margin: 0 0 10px 10px;
}

aside.float-right, aside.float-left {
  background: #ebf3fa;
  font-size: 0.9em;
  padding: 1.2em;
  width: 35%;
}
aside h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 0 1em;
}

.full-width-callout {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #ebf3fa;
  border: 1px solid #eee;
  float: none;
  margin: 20px 0;
  padding: 20px;
  width: 100%;
}
.full-width-callout h3 {
  margin: 0 0 20px;
}

blockquote {
  margin-left: 2em;
}
blockquote p {
  font-size: 0.9em;
  font-style: italic;
}

.pull-quote {
  border-style: none;
}

.button {
  font-size: 1.2em;
  font-weight: bold;
}

/* ---------------------------------------------------
   Overlays
--------------------------------------------------- */
.overlay {
  -webkit-box-shadow: 0 0 18px #DDDDDD;
  -moz-box-shadow: 0 0 18px #DDDDDD;
  box-shadow: 0 0 18px #DDDDDD;
  background-clip: padding-box;
  background-color: white;
  border: 8px solid rgba(0, 0, 0, 0.1);
  display: none;
  height: auto;
  margin: 0 auto;
  max-width: 640px;
  padding: 30px;
  position: relative;
}

.iconClose {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  border: 0;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-align: right;
  text-indent: 999px;
  top: 15px;
  width: 32px;
}
.iconClose::before {
  color: #fff;
  content: "×";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 0.2em;
  top: -2px;
}

/* Verify order details interstitial */
#orderPreviewModalCC,
#orderPreviewModalDD {
  text-align: center;
}
#orderPreviewModalCC h2,
#orderPreviewModalDD h2 {
  font-size: 1.7em;
  padding-top: 1.5em;
  text-align: center;
}
#orderPreviewModalCC .button,
#orderPreviewModalDD .button {
  margin: 0 auto 1.5em;
}
#orderPreviewModalCC dl,
#orderPreviewModalDD dl {
  border: 3px double #eee;
  padding: 0.5em;
}
#orderPreviewModalCC dt,
#orderPreviewModalDD dt {
  clear: left;
  color: #666;
  float: left;
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
  width: 45%;
}
#orderPreviewModalCC dt::after,
#orderPreviewModalDD dt::after {
  content: ":";
}
#orderPreviewModalCC dd,
#orderPreviewModalDD dd {
  font-size: 0.9em;
  margin: 0 0 0 50%;
  padding: 0 0 0.5em;
  text-align: left;
}

/* ---------------------------------------------------
   Peekaboo Thermometer
--------------------------------------------------- */
.peekaboo {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding: 1em 0.2em 1.5em;
  padding-top: 0.3em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
.peekaboo a h3 {
  color: #fff;
  font-size: 1.5em;
  margin: 0.6em 0 0.3em;
}
.peekaboo a span.cta,
.peekaboo a span.thermo-remainder {
  color: #fc3;
}
.peekaboo a:hover span.cta {
  color: #f90;
}
.peekaboo p {
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 2em;
  padding: 0;
}
.peekaboo p.percentage-remaining {
  margin-bottom: 1em;
}
.peekaboo::after, .peekaboo::before {
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0;
  content: "";
  height: 0;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 0;
}
@keyframes thermometer {
  0% {
    width: 0;
  }
}
.peekaboo .thermometer {
  background: #e5c2bd;
  border: 3px solid #aaa;
  border-radius: 25px;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  height: 40px;
  /* Can be anything */
  padding: 5px;
  position: relative;
}
.peekaboo .thermometer p {
  color: #333;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 29%;
  z-index: 3;
}
.peekaboo .thermometer > span {
  animation: thermometer 2s ease-in-out;
  background-color: #ed3a54;
  background-image: linear-gradient(center bottom, #ed3a54 37%, #f46984 69%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 8px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 0;
  z-index: 2;
}

/* ---------------------------------------------------
   Ribbon
--------------------------------------------------- */
.ribbon {
  /* Old browsers */
  background-image: -owg-linear-gradient(#235990, #4486c8);
  background-image: -webkit-linear-gradient(#235990, #4486c8);
  background-image: -moz-linear-gradient(#235990, #4486c8);
  background-image: -o-linear-gradient(#235990, #4486c8);
  background-image: linear-gradient(#235990, #4486c8);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #235990;
  color: #fff;
  margin: 40px 0 20px;
  padding: 10px 24px;
  position: relative;
}
.ribbon h4 {
  margin-top: 10px;
}
.ribbon .secure {
  background: transparent url("/wp-content/plugins/fool-wp-commerce/images/order-secure-sm.png") no-repeat;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 8px;
  width: 30px;
}

/* ---------------------------------------------------
 Disclaimer
--------------------------------------------------- */
.order-page-disclaimer {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0.7em;
  padding: 1em;
}
.order-page-disclaimer p {
  color: #666;
  font-size: 0.8em;
}

body.extremeopportunities .order-page-disclaimer {
  background: #fff;
  color: #999;
}

/* ---------------------------------------------------
 Typography
--------------------------------------------------- */
h1,
h2,
h3,
h4 {
  font-family: "Lato", "Helvetica Neue", "Open Sans", sans-serif;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
  font-size: 2.3em;
  font-weight: bold;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

p,
ul li,
ol li {
  line-height: 1.5em;
}
p .tos,
ul li .tos,
ol li .tos {
  color: #666;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}
p .introPromo,
ul li .introPromo,
ol li .introPromo {
  margin-bottom: 0;
}
p .order-step,
ul li .order-step,
ol li .order-step {
  font: bold 1.2em arial, sans-serif;
  padding: 1em;
}
p .order-step span,
ul li .order-step span,
ol li .order-step span {
  color: #888;
}

ul,
ol {
  margin-left: 2em;
}
ul.arrows li,
ol.arrows li {
  background-image: url("/wp-content/plugins/fool-wp-commerce/images/li-arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 40px;
}
ul.checkmarks li,
ol.checkmarks li {
  background-image: url("/wp-content/plugins/fool-wp-commerce/images/li-checkmark.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 40px;
}

/* ---------------------------------------------------
 Utility
--------------------------------------------------- */
.centered {
  text-align: center;
}

.clear-floats {
  clear: both;
}

/******************************   */
ul.notify {
  background: #fff;
  border: 1px solid #c30;
  list-style-type: none;
  margin: 20px 0;
  padding: 20px;
}
ul.notify li {
  background: url("/wp-content/plugins/fool-wp-commerce/images/exclamation.png") left top no-repeat;
  color: #c30;
  font-weight: bold;
  line-height: 22px;
  list-style-type: none;
  padding: 0 10px 0 26px;
}

div.billing-options {
  background: #c3def2;
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-left: 40px;
}

div.billing-options p,
div.billing-options ul li {
  color: #444;
  font-size: 12px;
}

div.billing-options p {
  font-weight: bold;
  margin: 2em 0 0;
  padding: 0;
}

div.billing-options ul {
  margin: 0.4em 0.4em 1em 1em;
}

div.billing-options ul li {
  list-style-type: disc !important;
}

div.billing-options ul li span {
  color: #393;
  font-weight: bold;
}

h3.payment-options {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 50px;
  text-align: center;
  width: 38%;
}

h3.subscription-options {
  display: none;
}

div#payment-option-submit {
  clear: both;
}

.payment-option-type {
  clear: both;
  height: 38px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 300px;
  z-index: 999;
}

#paymentOnFile {
  clear: left;
  display: block;
}

div#CreditCardContainer,
div#PayPalContainer {
  margin-bottom: 10px;
}

div#CreditCardContainer input,
div#PayPalContainer input {
  line-height: 40px;
}

div#CreditCardContainer label,
div#PayPalContainer label {
  margin-left: 10px;
}

div.order-header,
div.order-footer {
  padding: 0 14px;
}

div.order-header p,
div.order-footer p {
  font-size: 13px;
  line-height: 18px;
}

div.order-header {
  margin-top: 20px;
}

div.order-footer {
  margin: 20px 0;
}

footer .order-page-bottom p,
footer .order-page-bottom li {
  color: #fff;
  font-size: 0.9em;
}

.message {
  -webkit-border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  -ms-border-radius: 8px 8px;
  -o-border-radius: 8px 8px;
  border-radius: 8px 8px;
  background: #f4f9fd;
  float: right;
  margin-top: 20px;
  padding: 10px;
  width: 33%;
}
.message p {
  color: #666;
  font: 12px/16px sans-serif;
}
.message h3 {
  font-size: 14px;
  padding-top: 0;
}

.single-tmf_vin_order_page .entry-content {
  padding-top: 0;
}

/* top nav */
div.menu {
  display: none;
}

div#access {
  display: none;
}

div#header {
  height: 110px;
}

a.renewInfoLink {
  color: #fc3;
  display: block;
  float: right;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  padding-right: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  a.renewInfoLink {
    font-size: 11px;
  }
}

a.renewInfoLink:hover {
  color: #fff;
}

h4.login {
  background: #eee;
  color: #333;
  font-size: 0.9em;
  font-weight: 400;
  margin: 10px 0;
  padding: 0.3em 0.3em 0.4em 0.4em;
}

/* Form Stuffs */
section.select-subscription input {
  display: table-cell;
  margin-bottom: 40px;
  vertical-align: middle;
}

section.select-subscription label {
  display: table-cell;
  padding-bottom: 36px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* label needs to be display block on alt offers view */
section.select-subscription .price-table-container label {
  display: block;
}

section.payment-option input {
  display: table-cell;
  /* vertical-align: middle; */
}

section.payment-option label {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 2px;
  vertical-align: middle;
}

#paymentOnFile p {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.5em;
}

.form-options-container {
  padding: 2em;
}

.form-field-container label {
  display: inline;
}

section.select-subscription,
section.payment-option,
section.payment-detail,
section.select-username {
  float: none !important;
  padding-top: 20px;
  position: relative;
}

section.select-subscription h3,
section.payment-option h3,
section.payment-detail h3,
section.payment-username h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-left: 1em;
}
@media only screen and (max-width: 565px) {
  section.select-subscription h3,
section.payment-option h3,
section.payment-detail h3,
section.payment-username h3 {
    font-size: 1.1em;
    font-weight: bold;
  }
}
section.select-subscription h3 .circle,
section.payment-option h3 .circle,
section.payment-detail h3 .circle,
section.payment-username h3 .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #4182c3;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: bold;
  height: 2em;
  margin-right: 8px;
  margin-top: -3px;
  padding: 6px;
  text-align: center;
  width: 2em;
}
section.select-subscription h3.special-outdent,
section.payment-option h3.special-outdent,
section.payment-detail h3.special-outdent,
section.payment-username h3.special-outdent {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  section.select-subscription h3.special-outdent,
section.payment-option h3.special-outdent,
section.payment-detail h3.special-outdent,
section.payment-username h3.special-outdent {
    margin-left: -1.5em;
  }
}

section.select-subscription label {
  /* line-height: 38px; */
  line-height: 20px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  /* white-space: nowrap; */
}

dd.warning {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #c30;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px;
  position: relative;
  text-align: center;
  width: 80%;
}

dd.warning a {
  color: #f9ec27;
  text-decoration: underline;
}

dd.warning::after,
dd.warning::before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

dd.warning::after {
  border-color: rgba(204, 51, 0, 0);
  border-top-color: #c30;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

dd.warning::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  left: 50%;
}

#featured-offer {
  position: absolute;
  top: 37px;
}

@media only screen and (max-width: 836px) {
  #featured-offer {
    float: none;
    margin-top: 0;
  }
}
p.field-instruction {
  color: #444;
  font-size: 11px;
}

div#paymentOnFile {
  padding-top: 12px;
}

#paymentOnFile label {
  padding-left: 12px;
  padding-top: 2px;
}

div#test-mode {
  color: #777;
  font: 0.7em sans-serif;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: -40px;
}

.submit {
  text-align: center;
}

/* Order + Tax Total display */
fieldset#order-total {
  border: 3px double #ccc;
  padding: 0.5em;
  width: 80%;
}
fieldset#order-total dl {
  margin-bottom: 10px;
}
fieldset#order-total dt {
  display: inline-block;
  float: left;
  padding-right: 0.33em;
  text-align: right;
  width: 40%;
}
fieldset#order-total dd {
  display: inline-block;
  text-align: right;
  width: 30%;
}
fieldset#order-total .sum {
  font-weight: bold;
}
fieldset#order-total hr {
  margin: 10px 0;
}

/* ---------------------------------------------------
   Order Page Overlay
--------------------------------------------------- */
#ajax-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

div#table-container {
  display: table;
  margin: 0 auto;
  min-height: 800px;
  width: 100%;
}

div#cell-container {
  display: table-cell;
  height: 800px;
  vertical-align: middle;
  width: 100%;
}

div#loading-message {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
  background: #000;
  border: 3px solid #555;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 300px;
  /* height: 280px; */
}
div#loading-message h4 {
  color: #fc3;
}
div#loading-message p {
  color: #fff;
  line-height: 1.3em;
}

/* New Progress Bar */
.model-1 {
  background: #202020;
  margin: 2em 0;
  position: relative;
}
.model-1 .spinner {
  animation: color-bubble 2s linear 0s infinite;
  color: #f00;
}
.model-1 .spinner::after, .model-1 .spinner::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px;
  -moz-box-shadow: 0 0 0 3px;
  box-shadow: 0 0 0 3px;
  animation: spinner-bubble 1.3s linear 0s infinite;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.model-1 .spinner::before {
  animation: spinner-bubble 1.3s linear 2s infinite;
}

@keyframes spinner-bubble {
  from {
    height: 10px;
    opacity: 0.8;
    width: 10px;
  }
  to {
    height: 50px;
    opacity: 0;
    width: 50px;
  }
}
@keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
/* ---------------------------------------------------
   Mobile
--------------------------------------------------- */
@media only screen and (min-width: 767px) {
  .price-table-container {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .commerce-form fieldset input,
.commerce-form fieldset select {
    width: 100%;
  }

  .form-field-container {
    margin: -40px 0 0;
  }

  .form-field-container h3 {
    clear: both;
    color: #4081c2;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 1em;
    position: relative;
  }

  .ribbon::before,
.ribbon::after {
    display: none;
  }

  h3 span.circle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
    border: 1px solid #c5dded;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    margin-right: 8px;
    padding: 4px;
    text-align: center;
  }

  div.billing-options {
    background-color: transparent;
    background-image: none;
    padding: 0 0 20px;
  }

  div.billing-options img {
    display: none;
  }

  form.commerce-form {
    margin: 0;
    padding: 5px 5px 30px;
  }

  form.commerce-form .form-button {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
  }

  .message {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  div#PayPalContainer,
div#CreditCardContainer {
    background-position: 30px 0;
  }

  aside .textwidget img {
    display: none;
  }

  h3.payment-options,
h3.subscription-options {
    background: #c5dded;
    border-bottom: 1px solid #c5dded;
    border-top: 1px solid #c5dded;
    color: #5c7588;
    display: block;
    float: none;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin-top: 0;
    padding: 4px 0 0 10px;
    text-align: left;
    width: 100%;
  }

  h3.payment-options {
    margin-bottom: 10px;
  }

  div.billing-options p,
div.billing-options ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ribbon h3 {
    font-size: 16px;
    margin-left: 20px;
  }

  .ribbon {
    width: 100%;
  }

  .overlay {
    width: 90%;
  }

  .renewInfoLink {
    margin-left: 10px;
  }

  section.select-subscription,
section.payment-option,
section.payment-detail,
section.select-username {
    padding: 20px;
  }

  section.select-subscription h3,
section.payment-option h3,
section.payment-detail h3,
section.select-username {
    margin-left: -5px;
  }

  dd.invalid::after,
dd.valid::after,
dd.valid.after {
    content: url("") !important;
    display: none !important;
  }

  dd.warning {
    width: 85%;
  }

  dd.select-month {
    width: 35%;
  }

  dd.select-year {
    width: 35%;
  }

  fieldset#order-total {
    width: 100%;
  }

  aside.float-right, aside.float-left {
    width: 100%;
  }

  #orderPreviewModalCC dt,
#orderPreviewModalCC dd,
#orderPreviewModalDD dt,
#orderPreviewModalDD dd {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 321px) {
  section.select-subscription,
section.payment-option,
section.payment-detail,
section.select-username {
    padding-left: 0;
  }

  section.select-subscription h3,
section.payment-option h3,
section.payment-detail h3,
section.payment-username h3 {
    margin-left: -6px;
  }
}
/*
@media screen and (min-width: 480px) {
}
*/
@media print {
  header img,
.button,
aside,
footer,
footer ~ * {
    display: none;
  }
}
::-webkit-scrollbar {
  appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ---------------------------------------------------
   Intro Video
--------------------------------------------------- */
#marketing-page-container {
  float: none !important;
}

.intro-video-container {
  padding: 40px 0;
  position: relative;
  z-index: 1002;
}

.has-intro-video {
  margin-top: -100000px;
  opacity: 0;
  position: relative;
  transition: opacity 2.5s ease-in;
  z-index: 0;
}

.has-intro-video.marketing-page-visible {
  margin-top: 0;
  opacity: 1;
}

.wistia_embed {
  margin: 0 auto;
}

.video-disclaimer {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}
.video-disclaimer p,
.video-disclaimer li {
  font: 1em Hind, "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 2rem 0.5rem;
}

/* Fixed Banner */
.top-banner {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1100;
}

.top-banner .image-container {
  margin: 0 auto;
  padding-left: 20px;
}

/* Duplicate Order */
#order-form-container.order-form-duplicate-notice {
  position: fixed;
  z-index: 1000;
  display: grid;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100vw;
  max-width: none;
  justify-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* .order-form-duplicate-notice .panel p {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;

    &:last-child {
        font-size: 1.2em;
        font-weight: normal;
        margin-top: .5rem;
    }

}

.order-form-duplicate-notice__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;

    &--details {
        padding-left: 3rem;
        border-right: 1px solid #ccc;
    }

    &--cta {
        text-align: center;

        .button {
            display: inline-block;
            padding: 1rem 3rem;
        }

    }

} */
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 2px #a19ca1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1rem;
  max-width: 900px;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper {
    display: block;
  }
  body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--details {
    border-style: none;
  }
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper .panel {
  grid-column: 1/span 2;
  margin-bottom: 3rem;
  padding: 1.5rem 3rem;
  width: 100%;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper .panel p {
  color: black;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--details {
  border-right: 1px solid #ccc;
  display: grid;
  justify-content: center;
  padding: 0 2rem 2rem;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--cta {
  justify-self: center;
  padding: 0 3rem;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--cta .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #1882cc;
  font-size: 2rem;
  padding: 1.5rem 4rem;
  transition: all 200ms ease-in-out;
  width: 100%;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--cta .button:hover {
  transform: scale(1.05);
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--cta .button:visited {
  color: #fff;
}
body.commerce-page:not(.step--registerForm) .order-form-duplicate-notice__wrapper--cta.span-all-columns {
  grid-column: 1/span 2;
}

/*# sourceMappingURL=order.css.map */
