@font-face {
  font-family: "AileronBlack";
  src: url(../fonts/Aileron-Black.otf) format("opentype");
}

@font-face {
  font-family: "AileronBlackItalic";
  src: url(../fonts/Aileron-BlackItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronBold";
  src: url(../fonts/Aileron-Bold.otf) format("opentype");
}

@font-face {
  font-family: "AileronBoldItalic";
  src: url(../fonts/Aileron-BoldItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronHeavy";
  src: url(../fonts/Aileron-Heavy.otf) format("opentype");
}

@font-face {
  font-family: "AileronHeavyItalic";
  src: url(../fonts/Aileron-HeavyItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronItalic";
  src: url(../fonts/Aileron-Italic.otf) format("opentype");
}

@font-face {
  font-family: "AileronLight";
  src: url(../fonts/Aileron-Light.otf) format("opentype");
}

@font-face {
  font-family: "AileronLightItalic";
  src: url(../fonts/Aileron-LightItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronRegular";
  src: url(../fonts/Aileron-Regular.otf) format("opentype");
}

@font-face {
  font-family: "AileronSemiBold";
  src: url(../fonts/Aileron-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: "AileronSemiBoldItalic";
  src: url(../fonts/Aileron-SemiBoldItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronThin";
  src: url(../fonts/Aileron-Thin.otf) format("opentype");
}

@font-face {
  font-family: "AileronThinItalic";
  src: url(../fonts/Aileron-ThinItalic.otf) format("opentype");
}

@font-face {
  font-family: "AileronUltraLight";
  src: url(../fonts/Aileron-UltraLight.otf) format("opentype");
}

@font-face {
  font-family: "AileronUltraLightItalic";
  src: url(../fonts/Aileron-UltraLightItalic.otf) format("opentype");
}

@font-face {
  font-family: 'Asterisk';
  src: local('Verdana');
  unicode-range: U+002A, U+00AE;
}

body {
  font-family: Asterisk, AileronRegular, Helvetica, serif;
  font-size: 14px;
  text-align: left;
  color: #525252 ;
  font-variant-ligatures: none;
  /*background-color: #145772;*/
  /*background-color: #3CAAD6;*/
}

.asterisk {
  position: relative;
  top: -5px;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: AileronSemiBold;
  color: black;
}

h1 {
  /*padding-bottom: 5px;*/
  /*text-transform: uppercase;*/
  /*font-weight: 900;*/
  /*color: black;*/
  font-size: 36px;
}

.page-title {
  padding: 40px 0 40px 0;
}
#MyOffer .page-title, #OfferSearch .page-title, #MyCart .page-title, #PlanBenefits .page-title, #FAQ .page-title, #TermsAndConditions .page-title, #ContactUs .page-title, #CancellationPolicy .page-title {
  padding: 0;
  position: absolute;
  bottom: 20%
}

.page-title h1:before {
    content: "";
    position: absolute;
    width: 100%;
    /*width: 100vw;*/
    right: 0;
    height: 3px;
    background: #1F870A;
    bottom: 0;
}

.page-title h1 {
    margin-left: -15px;
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
    /*line-height: 43px;*/
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    top: 50%;
}

.page-title h1:after {
    content: "";
    position: absolute;
    width: 7.5px;
    right: 0;
    height: 7.5px;
    background: #1F870A;
    bottom: -1.8px;
    border-radius: 100%;
}

.form-control {
  border-radius: 0;
  font-size: inherit;
}

footer .container {
  background-color: #145772;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #1F870A;
  text-decoration: underline;
}

a {
  color: #1F870A;
}

a:hover {
  color: #1F870A;
  text-decoration: underline;
}

#main-body .container {
  background-color: #FFF;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main-body {
  padding: 20px 0 20px 0;
  /*margin-bottom: 20px;*/
  /*margin-top: 20px;*/
  /*line-height: 1.42857143;*/
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  /*margin-left: -20px;*/
  /*margin-right: -20px;*/
}

.title-hr {
  display: none;
}

.order-total table td:first-child {
  text-align: right;
  padding-right: 5px;
}

.text-info {
  color: black;
}

.navbar-brand,
.navbar-nav li a {
  line-height: 55px;
  height: 55px;
  padding-top: 0;

}

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#navbar-toggle {
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-pills > li > a {
  color: #666666;
  font-size: 15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: white;
  color: #666666;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a:hover {
  background-color: transparent;
  color: #1F870A;
}

.navbar-default {
  height: 75px;
}

#powersport-custom-navbar-header {
  padding-bottom: 10px;
  padding-top: 10px;
}

#powersport-nav-pills {
  background-color: white;
  border-bottom: 1px solid #ebe7de;
}

.callcenter-nav-bar {
  color: white;
  padding-right: 8px;
  border-right: 1px solid white;
}

.callcenter-nav-bar-end {
  color: white;
}

.callcenter-nav-bar-left {
  padding-left: 8px;
}

.glyphicon-color {
  color: #e20000;
}

#checkout-status-bar.container, #checkout-step2.container, #checkout-step3.container {
  width: auto;
  margin-bottom: 50px;
}

.btn-primary {
  color: #fff;
  border: solid 1px #000;
  background: #1F870A;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#6f0000));*/
  /*background: -moz-linear-gradient(top, #990000, #6f0000);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#6f0000');*/
}

.btn-primary:hover {
  background: #990000;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#820000), to(#4a0000));*/
  /*background: -moz-linear-gradient(top, #820000, #4a0000);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820000', endColorstr='#4a0000');*/
}

.underline {
  text-decoration: underline;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  top: 45px;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  background: #1F870A;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F870A), to(#1F870A));
  background: -webkit-linear-gradient(top, #1F870A, #1F870A);
  background: -moz-linear-gradient(top, #1F870A, #1F870A);
  background: -ms-linear-gradient(top, #1F870A, #1F870A);
  background: -o-linear-gradient(top, #1F870A, #1F870A);
  background: linear-gradient(top, #1F870A, #1F870A);
  top: 45px;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.active .bs-wizard-info {
  color: #1F870A;
  /*letter-spacing: 1.5px;*/
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  background: #1F870A;
  /*background: #CCC;*/
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  background: #1F870A;
  top: 47px;
  /*background: #CCC;*/
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.complete .bs-wizard-info {
  color: #1F870A;
  /*color: #999;*/
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step .bs-wizard-info {
  font-family: Arial,Sans-Serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 16px;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot .glyphicon {
  opacity: 0.7;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step > .bs-wizard-dot .glyphicon {
  opacity: 0.85;
  /*top: 8px;*/
  /*left: 7px;*/
}

#shoppingcart .subscription-info,
#checkout-step3 .subscription-info,
#checkout-step2 .subscription-info {
  margin-top: 10px;
}

#checkout-step3 .item-header strong {
  font-size: inherit;
}

#shoppingcart .subscription-info .panel-heading,
#shoppingcart .subscription-info .panel-body,
#checkout-step3 .subscription-info .panel-heading,
#checkout-step3 .subscription-info .panel-body,
#checkout-step2 .subscription-info .panel-heading,
#checkout-step2 .subscription-info .panel-body {
  padding: 8px;
}

#shoppingcart .subscription-info .panel-body div:last-child,
#checkout-step3 .subscription-info .panel-body div:last-child,
#checkout-step2 .subscription-info .panel-body div:last-child {
  margin-bottom: 0;
  text-align: right;
}

#shoppingcart .subscription-info .panel-body div,
#checkout-step3 .subscription-info .panel-body div,
#checkout-step2 .subscription-info .panel-body div {
  margin-bottom: 5px;
}

.item-totals td:last-child,
.shopping-totals td:last-child,
.flexpay-totals td:last-child,
.grand-totals td:last-child {
  /*min-width: 70px;*/
}

#checkout-step2,
#checkout-step3 {
  padding-left: 0;
  padding-right: 0;
}

#shoppingcart .shopping-totals td:first-child,
#checkout-step2 .shopping-totals td:first-child,
#checkout-step2 .flexpay-totals td:first-child,
#checkout-step2 .grand-totals td:first-child,
#checkout-step3 .shopping-totals td:first-child,
#checkout-step3 .flexpay-totals td:first-child,
#checkout-step3 .grand-totals td:first-child {
  padding-right: 10px;
}

#shoppingcart .shopping-totals td,
#checkout-step2 .shopping-totals td,
#checkout-step2 .flexpay-totals td,
#checkout-step2 .grand-totals td,
#checkout-step3 .shopping-totals td,
#checkout-step3 .flexpay-totals td,
#checkout-step3 .grand-totals td {
  text-align: right;
}

#shoppingcart .item-totals .total,
#checkout-step2 .shopping-totals .total,
#checkout-step2 .flexpay-totals .total,
#checkout-step2 .grand-totals .total,
#checkout-step3 .shopping-totals .total,
#checkout-step3 .flexpay-totals .total,
#checkout-step3 .grand-totals .total {
  font-weight: bold;
  font-size: inherit;
}

#checkout-step2 .flexpay-totals > table,
#checkout-step3 .flexpay-totals > table {
  float: right;
}

#shoppingcart .item-totals td:first-child,
#checkout-step2 .item-totals td:first-child,
#checkout-step3 .item-totals td:first-child {
  /*padding-right: 8px;*/
  text-align: right;
  /*white-space: nowrap;*/
}

#shoppingcart .shoppingcart-items .item .row,
#checkout-step2 .shoppingcart-items .item .row,
#checkout-step2 #flexpay-items .flexpay-item .row,
#checkout-step3 .shoppingcart-items .item .row,
#checkout-step3 #flexpay-items .flexpay-item .row {
  padding-bottom: 0px;
}

.flexpay-info .panel-body p:first-child {
  /*color: #E97400;*/
  /*font-weight: bold;*/
  font-family: AileronBold;
}

#checkout-step3 {
  padding-left: 20px;
  padding-right: 20px;
}

#checkout-step3 .order-number {
  font-weight: bold;
  margin-top: 10px;
}

#checkout-step3 .order-date {
  font-weight: bold;
  margin-bottom: 10px;
}

#shoppingcart .shoppingcart-items .item .item-buttons > button {
  position: absolute;
  top: 0;
  right: 0;
}

#shoppingcart .shoppingcart-items .item {
  margin-bottom: 10px;
  position: relative;
}

#shoppingcart .shoppingcart-items .item .value,
#shoppingcart .shoppingcart-items .item .item-label,
#checkout-step2 .shoppingcart-items .item .value,
#checkout-step2 .shoppingcart-items .item .item-label,
#checkout-step2 #flexpay-items .flexpay-item .value,
#checkout-step2 #flexpay-items .flexpay-item .item-label {
  font-size: inherit;
}

#shoppingcart .shoppingcart-items .item .value,
#checkout-step2 .shoppingcart-items .item .value,
#checkout-step2 #flexpay-items .flexpay-item .value {
  font-style: italic;
  font-weight: bold;
}

#checkout-step1 .payment-info .glyphicon-lock {
  top: 0px;
}

#checkout-step1 .selected {
  /*background-color: #F5F5F5;*/
  /*padding: 0 20px;*/
  /*margin-top: 20px;*/
}

#checkout-step1.hasFieldErrors .panel-heading span {
  display:none;
}
#checkout-step1 .panel-heading span {
  color: #1F870A;
  float:right;
  top:-20px;
}

#checkout-step1 .panel-heading span a {
  font-family: Helvetica, Arial, san-serif;
  position: relative;
  top: -3px;
  padding-left: 5px;
}

#checkout-step1 .panel-title, #checkout-step2 .panel-title, #checkout-step3 .panel-title {
  padding-left: 0;
  margin-bottom: 0;
  font-family: AileronSemiBold;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
}

#checkout-step2 .panel,
#checkout-step3 .panel {
  border: 0;
  box-shadow: none;
}

body.is-collapsed #checkout-step2 .shopping-totals table,
body.is-collapsed #checkout-step3 .shopping-totals table,
body.is-collapsed #checkout-step2 .grand-totals table,
body.is-collapsed #checkout-step3 .grand-totals table {
  margin-bottom: 20px;
}

body.is-collapsed #checkout-step2 .panel-heading,
body.is-collapsed #checkout-step3 .panel-heading {
  border-top: 1px solid #CCC;
}

#checkout-step2 .panel-heading,
#checkout-step3 .panel-heading {
  background-color: #FFF;
  background-size: 100% auto;
  border-width: 0;
  border-top: 1px solid #CCC;
  padding-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  border-radius: 0;
}

#checkout-step2 .panel-body,
#checkout-step3 .panel-body {
  padding-left: 0;
  padding-right: 0;
}

body.is-collapsed #checkout-step2 .panel-title,
body.is-collapsed #checkout-step3 .panel-title {
  margin: 0;
  padding-top: 15px;
}

body.is-collapsed #checkout-step2 .panel-heading,
body.is-collapsed #checkout-step3 .panel-heading {
  padding: 0 0 10px 0;
}

body.is-collapsed #checkout-step2 .panel-body,
body.is-collapsed #checkout-step3 .panel-body {
  padding: 10px 0 0 0;
}

#checkout-step2 .control-buttons .well,
#checkout-step3 .control-buttons .well {
  padding: 20px 0 0 0;
  background-color: transparent;
  border-width: 1px 0 0 0;
  border-radius: 0;
  border-color: #CCC;
  margin-top: 20px;
}

body.is-not-collapsed #checkout-step2 .control-buttons .form-group,
body.is-not-collapsed #checkout-step3 .control-buttons .form-group {
  margin-bottom: 0;
}

body.is-collapsed #checkout-step2 .control-buttons .col-xs-12 {
  /*padding: 0;*/
}

body.is-collapsed #checkout-step2 .control-buttons .well,
body.is-collapsed #checkout-step3 .control-buttons .well {
  border: 0;
  margin-top: 0;
  box-shadow: none;
}

body.is-collapsed #checkout-step2 .control-buttons .form-group:last-child,
body.is-collapsed #checkout-step3 .control-buttons .form-group:last-child {
  margin-bottom: 0;
}

body.is-collapsed #checkout-step2 .control-buttons,
body.is-collapsed #checkout-step3 .control-buttons {
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  /*padding-top: 20px;*/
  border-top: 1px solid #CCC;
}

/*HERO DEFINITIONS START*/
#hero {
  display: none;
}

#checkout footer {
  margin-bottom: 300px;
}

#checkout .page-title {
  padding: 20px 0 20px 0;
}

#checkout #title-col h1 {
  margin-top: 10px;
}
#checkout #title-col {
  height: auto;
}

/*#PlanBenefits #hero {*/
/*  background-image: url(../images/ntwdepic/hero00.jpg);*/
/*  display: block;*/
/*}*/

/*#FAQ #hero {*/
/*  background-image: url(../images/ntwdepic/hero04.jpg);*/
/*  display: block;*/
/*  background-size: cover;*/
/*}*/

#slideshow {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

#MyOffer #sidebar-collapsed-container {
  margin-left: -15px;
  margin-right: -15px;
}

#OfferSearchError #main-title {
  display: none;
}

#FAQ #slideshow {
  display: none;
}

#hero {
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}

#FAQ #hero {
  /*height: 450px;*/
  background-image: url(../images/ntwdepic/hero02.jpg);
  display: block;
  background-size: cover;
  background-position-y: center;
}


#hero-overlay1 {
  background-image: url(../images/ntwdepic/fade-dg.png);
  background-size: 50%;
  background-position-x: left;
  background-repeat: repeat-y;
  height: 100%;
  width: 100%;
  margin-left: -15px;
}
  /*#hero-overlay2 {*/
  /*  background-image: url(../images/ntwdepic/fade-dg.png);*/
  /*  background-size: 50%;*/
  /*  !*background-position-x: right;*!*/
  /*  background-repeat: repeat-y;*/
  /*  height: 100%;*/
  /*  width: 100%;*/
  /*  margin-right: -15px;*/
  /*  float:right;*/
  /*  transform: rotate(180deg);*/
  /*}*/
#PlanBenefits #hero {
  /*height: 450px;*/
  background-image: url(../images/ntwdepic/hero00.jpg);
  display: block;
  background-size: cover;
  background-position-y: center;
  /*background-position-x: -15px;*/
  background-repeat: no-repeat;
}
/*#PlanBenefits #slideshow {*/
  /*display: block;*/
/*}*/

#PlanBenefits #s0 > div {
  background-image: url(../images/ntwdepic/hero00.jpg);
  display: block;
  background-position-y: top;
    /*background-position-x: center;*/
  background-size: cover;
}
#PlanBenefits #s1 > div {
  background-image: url(../images/ntwdepic/hero01.jpg);
  display: block;
  background-position-y: 50%;
  /*background-position-y: bottom;*/
  background-size: cover;
}
#PlanBenefits #s2 > div {
  background-image: url(../images/ntwdepic/hero02.jpg);
  display: block;
  background-position-y: bottom;
  background-size: cover;
}
#PlanBenefits #s3 > div {
  background-image: url(../images/ntwdepic/hero03.jpg);
  display: block;
  background-size: cover;
  background-position-y: bottom;
}
#PlanBenefits #s4 > div {
  background-image: url(../images/ntwdepic/hero04.jpg);
  background-position-y: bottom;
  display: block;
  background-size: cover;
}

#contact-info, #shipping-info, #billing-info, #payment-information {
  scroll-margin-top: 150px;
}

.authenticated #contact-info, .authenticated #shipping-info, .authenticated #billing-info, .authenticated #payment-information {
  scroll-margin-top: 200px;
}

#TermsAndConditions #hero {
  background-image: url(../images/ntwdepic/hero01.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

#CancellationPolicy #hero {
  background-image: url(../images/ntwdepic/hero00.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

#MyCart #hero {
  background-image: url(../images/ntwdepic/hero04.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

#MyOffer #hero {
  background-image: url(../images/ntwdepic/hero00.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

#OfferSearch #hero {
  background-image: url(../images/ntwdepic/hero01.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

#ContactUs .well {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

#ContactUs strong {
  font-family: "AileronHeavy", Helvetica, Arial, sans-serif;
}

#ContactUs #hero {
  background-image: url(../images/ntwdepic/hero03.jpg);
  background-position-y: center;
  display: block;
  background-size: cover;
}

/*.panel-group {*/
/*  margin-left: -15px;*/
/*  margin-right: -15px;*/
/*}*/

#MyCart .item-price, #MyCart .surcharge-item, #MyCart .item-discount, #MyCart .subtotal, #MyCart .tax, #MyCart .total, #MyCart .surcharge, #MyCart .order-discount {
  font-family: AileronHeavy, Arial, san-serif;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel {
  margin-bottom: -1px;
  border-radius: 0;
  /*border-right: 0;*/
  /*border-left: 0;*/
}

.panel-default {
  border-color: #ddd;
}

/*HERO DEFINITIONS END*/

#checkout-step2 .checkbox,
#checkout-step3 .checkbox {
  margin: 0;
}

#checkout-step2 .panel,
#checkout-step3 .panel {
  margin-bottom: 0;
}

#checkout-step2 .panel-body,
#checkout-step3 .panel-body {
  padding-bottom: 0;
}

#checkout-step2 .item-price td {
  padding-top: 20px;
}

#MyCart .item-price, #MyCart .subtotal, #MyCart #tax-popover, #MyCart .total,
#checkout-step2 .item-price, #checkout-step2 .subtotal, #checkout-step2 .surcharge, #checkout-step2 .tax, #checkout-step2 .total,
#checkout-step3 .item-price, #checkout-step3 .subtotal, #checkout-step3 .surcharge, #checkout-step3 .tax, #checkout-step3 .total {
  text-transform: capitalize;
}

#checkout .discounted td:last-child {
  text-decoration: line-through;
}

#main-title .container h1 {
  /*text-shadow: 1px 1px 2px #000000;*/
  /*position: absolute;*/
  /*color: white;*/
  /*top: -60px;*/
  /*left: 25px;*/
}

#CheckoutStep2 .fp-up, #CheckoutStep3 .fp-up {
  display: none;
}

#CheckoutStep2 #main-title .container h1, #CheckoutStep3 #main-title .container h1 {
  text-shadow: none;
  position: static;
  color: black;
}

#CheckoutStep2 #main-title .container h1 #titleBackground, #CheckoutStep3 #main-title .container h1 #titleBackground {
  background-color: transparent;
}

#main-title {
  /*background: #EDEDED;*/
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
  /*background: -moz-linear-gradient(top, #ededed 0%, #ffffff 33%, #ffffff 66%, #ededed 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(33%, #FFF), color-stop(66%, #FFF), color-stop(100%, #EDEDED));*/
  /*background: -webkit-linear-gradient(top, #EDEDED 0%, #FFF 33%, #FFF 66%, #EDEDED 100%);*/
  /*background: -o-linear-gradient(top, #ededed 0%, #ffffff 33%, #ffffff 66%, #ededed 100%);*/
  /*background: -ms-linear-gradient(top, #ededed 0%, #ffffff 33%, #ffffff 66%, #ededed 100%);*/
  /*background: linear-gradient(to bottom, #EDEDED 0%, #FFF 33%, #FFF 66%, #EDEDED 100%);*/
  /*color: #666;*/
  /*padding: 10px 0;*/
}

#offer > .panel {
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

#offer .btn-group .btn-info.active, #offer .btn-group .btn-info:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  /*border-color: #adadad;*/
}

#offer .btn-group .btn-info.focus, #offer .btn-group .btn-info:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

#offer .btn-group .btn-info {
  color: #333;
  border-color: #DDD;
  background: #F9f9f9;
}

#offer .btn-group .btn-info:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

#PlanBenefits p > strong:first-child {
  font-family: AileronLight;
  margin-top: 0;
  color: black;
}
#PlanBenefits p > strong {
  /*text-transform: uppercase;*/
  font-weight: 900;
  font-size: 20px;
  line-height: 21px;
  display: block;
  margin: 20px 0 10px 0;
  text-align: left;
}

/* make sure the content aligns with the jumbotron */
.row-content {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

#top-menu a {
  font-size: 16px;
}
#top-menu {
  /*background-color: #eaebee;*/
  padding: 8px;
  /*position: absolute;*/
  top: 0;
  /*width: 100%;*/
  font-size: 16px;
  z-index: 2000;
  /*margin-top: -15px;*/
  /*margin-bottom: 15px;*/
}

#top-menu .menu-item {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}

#top-menu .menu-item a {
  color: #333;
}

#top-menu .menu-item a:hover {
  color: #1F870A;
}

#top-menu .menu-item .fa, #top-menu .menu-item .glyphicon {
  /*color: #b6430b;*/
  /*size: 16px;*/
}

#top-menu .menu-item:first-child {
  border-left: 1px solid #333;
  /*color: #b6430b;*/
  color: #1F870A;
  border-width: 0;
}

#header {
  /*height: 81px;*/
  position: fixed;
  /*background-color: #ECECEC;*/
  top: 0;
  width: 100%;
  /*margin: 0 -15px;*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /* width: 720px; */
  z-index: 1000;
  background-color: white;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgb(0, 0, 0), 2px -9px 10px rgba(0, 0, 0, .2);
}

#header .container {
  /*background-color: #FFF;*/
}

#header .title {
  color: #1A1718;
  /*color: #666;*/
  /*color: #1F870A;*/
  text-transform: uppercase;
  font-weight: 100;
  border-top: 1px solid #CCC;
  /*background-color: #EEE;*/
  padding-top: 5px;
  margin-top: 5px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 2px;
}

#header .title strong {
  /*color: #B8B9BC;*/
  /*display: block;*/
}

#header .nav {
  /*margin-top: 10px;*/
}

#header .nav-pills > li > a {
  font-family: AileronBold;
}

#header .nav-pills > li {
  margin-left: 20px;
}

#header .nav-pills > li:last-child > a {
  padding-right: 0;
}

#header .nav-pills > li.nav-separator {
  height: 40px;
  border-right: 1px solid #273a60;
  margin: 0 16px;
  border-right-color: #666;
}

#header .nav-pills > li > a {
  color: #252525;
  /*font-size: 15px;*/
  /*text-transform: uppercase;*/
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  /*padding-top: 19.5px;*/
  /*padding-bottom: 19.5px;*/
  /*line-height: 21px;*/
}

#header .nav-pills > li > a:hover, #header .nav-pills > li.active > a:hover {
  /*color: #fff;*/
  /*background-color: #e4701d;*/
  border-bottom: 3px solid #1F870A;
}

#header .nav-pills > li.active > a, #header .nav-pills > li.active > a:focus {
  /*color: #1F870A;*/
  background-color: inherit;
  /*border-bottom-color: #1F870A;*/
  border-bottom: 3px solid #1F870A;
}

#header .nav li {
  padding-top:2px;
}

#footer .row div {
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.report-grid {
  margin: 0 -10px 20px;
  overflow: hidden;
}

.report-grid-list {
  padding-left: 0;
  list-style: none;
}

#footer {
  /*margin-bottom: 100px;*/
  /*padding-top: 40px;*/
  /*padding-bottom: 40px;*/
  font-size: 13px;
  background-color: #145772;
  color: #FFF;
}

#footer td {
  color: #FFF;
}

#footer a:hover {
  color: #1F870A;
}

#disclaimer {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
  /* line-height: 1.42857143; */
  /*background-color: #525252;*/
  background-color: #3CAAD6;
  border-radius: 0;
  color: white;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}

#top-menu {
  display: none;
}

#header .nav {
  /*display: none;*/
}

#header {
  /*padding-top: 10px;*/
  /*padding-bottom: 5px;*/
}

#header .col-xs-12 {
  padding: 0;
  margin: 0;
}

#hero, #hero-carousel .item > div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-position: bottom;*/
  background-position: top;
  height: 150px;
  /*padding-top: 15px;*/
  /*margin-bottom: 15px;*/
}

#title-col {
  height: 150px;
}

#PlanBenefits #title-col, #FAQ #title-col, #TermsAndConditions #title-col, #ContactUs #title-col, #CancellationPolicy #title-col, #hero, #hero-carousel .item > div {
    width: 50%;
}

.btn {
  /*font-size: 16px;*/
  padding: 5px 12px;
  /*font-weight: 600;*/
  /*font-weight: bold;*/
  font-family: AileronBold;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary {
  color: #fff;
  border-color: #1F870A;
  background: #1F870A;
  /*border-color: #000000;*/
  /*background: #000000;*/
  outline: 0;
  border-radius: 0;
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
  /*background: -moz-linear-gradient(top, #f1b489 0%, #e4701d 5%, #e4701d 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1b489), color-stop(5%, #e4701d), color-stop(100%, #e4701d));*/
  /*background: -webkit-linear-gradient(top, #f1b489 0%, #e4701d 5%, #e4701d 100%);*/
  /*background: -o-linear-gradient(top, #f1b489 0%, #e4701d 5%, #e4701d 100%);*/
  /*background: -ms-linear-gradient(top, #f1b489 0%, #e4701d 5%, #e4701d 100%);*/
  /*background: linear-gradient(to bottom, #f1b489 0%, #e4701d 5%, #e4701d 100%)*/
}

.btn-default {
  border: 2px solid #e2e2e2;
  background: #e2e2e2;
  border-radius: 0;
  /*color: white;*/
}

.btn-default:hover, .btn-default:active {
  border-color: #525252;
  background: #525252;
  border-radius: 0;
  color: white;
}

#sidebar-uncollapsed-container {
  margin-bottom: 0;
  border-left: 1px solid transparent;
  /*margin-left: -1px;*/
  /*background-color: #f3f2f0;*/
  /*padding-right: 0;*/
}

#MyOffer #sidebar-uncollapsed-container #sidebar {
  margin-right: -15px;
}

.item-header-compact .item-title {
  font-family: "AileronBold", Helvetica, Arial, sans-serif;
  text-align: right;
}

.item-totals table td:first-child {
    text-align: right;
    padding-right: 5px;
}

#payment-cc #cardholderNameParent {
  margin-bottom: 20px;
}
#payment-cc #cardholderName {
  height: 40px;
  /*margin-bottom: 20px;*/
}

.btn-primary:hover, .btn-primary:active {
  color: #fff;
    background-color: #1A7308;
    /*border: 2px solid #1A7308;*/
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
  /*background: -moz-linear-gradient(top, #e4701d 0%, #b6430b 5%, #b6430b 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4701d), color-stop(5%, #b6430b), color-stop(100%, #b6430b));*/
  /*background: -webkit-linear-gradient(top, #e4701d 0%, #b6430b 5%, #b6430b 100%);*/
  /*background: -o-linear-gradient(top, #e4701d 0%, #b6430b 5%, #b6430b 100%);*/
  /*background: -ms-linear-gradient(top, #e4701d 0%, #b6430b 5%, #b6430b 100%);*/
  /*background: linear-gradient(to bottom, #e4701d 0%, #b6430b 5%, #b6430b 100%)*/
}

.btn-primary.active:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
    background-color: #1A7308;
    border-color: #1A7308;
}

#nav-bar {
  display: none;
  width: auto;
  float: right;
}

.modal-backdrop {
  background-color: #999;
  opacity: 1;
}

#specialPromotions-body {
  text-align: justify;
 }
#specialPromotions-body .percentage {
  font-family: "AileronBlack", Helvetica, Arial, sans-serif;
}

#myMenu.modal .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  padding-bottom: 50px;
}

#myMenu.modal .admin-dialog button {
  padding: 10px 16px;
}

#myMenu.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

/*#myMenu.modal.fade .modal-dialog {*/
/*-webkit-transform: translate3d(0, -25%, 0);*/
/*transform: translate3d(0, -25%, 0);*/
/*}*/

#myMenu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

#myMenu .modal-body {
  padding: 0;
}

#myMenu .active-btn {
  margin-bottom: 20px;
  margin-top: 30px;
}

#myMenu .btn-group-vertical {
  color: black;
  width: 100%;
  opacity: 0.90;
  /*box-shadow: 1px 1px 9px #CCC;*/
  border-radius: 18px;
  overflow: hidden;
}

#myMenu .btn-group {
  margin-bottom: 2px;
}

#myMenu .btn-default {
  background-color: white;
}

#myMenu button {
  border-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  /*opacity: .9;*/
}

#myMenu .btn-group:last-child {
  margin-bottom: 0;
}

#offer .offer-bundle .offer-item .btn {
  border-radius: 0;
}
#offer .offer-bundle .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
}

#offer-inputs .search-divider {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 20px;
}

#offer-inputs .search-divider:after,
#offer-inputs .search-divider:before {
  content: '-';
}

#offer #offer-greeting {
  padding-bottom: 10px;
}

#offer .offer-bundle-title {
  padding: 5px;
}

#offer .offer-panel {
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

#offer .offer-details {
  padding: 10px 0 10px 0;
  /*border-top: 1px solid #DDD;*/
  border-top: 0;
}

#offer .offer-details .product-img {
  background-color: #FFF;
  border: 0;
  padding: 10px;
}

#cart-heading {
  display: none;
}

.item-header strong,
#offer .offer-desc h4, #subscriptionModal .subscription-desc h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #585859;
  /*font-weight: 700;*/
  margin-top: 0;
}

#offer .offer-price {
  font-family: "AileronBold", Helvetica, Arial, sans-serif;
}

#offer .offer-desc, #subscriptionModal .subscription-desc {
  /*font-size: inherit;*/
  font-size: 14px;
  padding: 0;
}

#offer .offer-desc .productAttributeLabel {
}

#offer .offer-desc .productAttributeValue, .subscription-item .subscription-desc .productAttributeValue {
  font-style: italic;
  font-weight: bold;
}

#offer .offer-controls {
  margin-top: 30px;
}

#offer .offer-controls .new-search-label {
  text-align: center;
  padding-top: 4px;
}

#offer .offer-controls .new-search-button-container {
  margin-top: 15px;
}

#offer .offer-items .list-group-item button {
  /*margin-top: 13px;*/
}

#offer .offer-items .list-group-item:last-child {
  padding-bottom: 0;
}
#offer .offer-items .list-group-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0;
}

#offer .offer-items .offer-item small {
  font-style: italic;
}

#offer .offer-bundle .well {
  margin-bottom: 10px;
}

#offer .offer-bundle .offer-item-row {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border-width: 0 0 1px 0;
  background-color: inherit;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
}

#offer .offer-bundle label.active .glyphicon-unchecked:before, #subscriptionModal .subscription-terms label.active .glyphicon-unchecked:before {
  content: "\e067";
}

#offer .offer-bundle label.disabled .glyphicon-unchecked:before {
  content: "\e157";
}

#offer .offer-bundle .offer-item-row .item-value {
  font-style: italic;

}

#offer .offer-bundle .offer-item-row .offer-item-pricing .btn-group-vertical {
  width: 100%;
}

#offer .offer-bundle .offer-item-row .offer-item-pricing {
  padding-top: 10px;
}

#offer .offer-bundle .offer-item-row .product-name {
  font-weight: bold;
  padding-bottom: 10px;
}

#offer .offer-bundle .popover select.desktopDropDown::-ms-expand {
  display: none;
}

#offer .offer-bundle .popover .glyphicon-arrow-down {
  color: #888;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 21px;
  z-index: 100
}

#offer .offer-bundle .popover .col-xs-6:first-child {
  padding-top: 5px;
  padding-right: 0
}

#offer .offer-bundle .popover .col-xs-6:last-child {
  padding-left: 0
}

#offer .offer-bundle .popover select option {
  background-color: #FFF;
  text-align: left;
  text-align-last: left;
  padding: 10px;
}

/*#offer .offer-bundle .popover select {*/
/*background-image: none;*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*text-align: -webkit-center;*/
/*text-align: center;*/
/*text-align-last: center;*/
/*width: 100%;*/
/*background-color: #F9f9f9;*/
/*box-shadow: none;*/
/*!*text-indent: 80px;*!*/
/*}*/

/*#offer .offer-bundle .popover select:hover {*/
/*background: none;*/
/*color: #51616D;*/
/*background-color: #d4d4d4;*/
/*border-color: #BBB;*/
/*opacity: 1;*/
/*}*/

#offer .offer-bundle .popover.top > .arrow:after {
  border-top-color: cornsilk;
}

#offer .offer-bundle .popover {
  max-width: 90%;
  background-color: cornsilk;
}

#offer .offer-bundle .quantity-info {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}

#offer .offer-details {
  background-color: #FFF;
  border-bottom: 0;
}

#subscriptionModal .subTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

#offer-summary .offer-item {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#offer-summary .summary-header {
  margin-bottom: 10px;
  font-size: 16px;
}
#offer-summary .summary-footer {
  margin-top: 20px;
}
#offer-summary:last-child {
  margin-bottom: 0;
}
#offer-summary {
  margin-left: 15px;
  margin-right: 15px;
}

#offer-summary .price {
  font-family: AileronBold, serif;
}

#offer-summary .summary-header > div > div {
  border-top: 1px solid #CCC;
  padding-top: 5px;
}

#order-summary .well:first-child {
  border-top: 1px solid #ccc;
}
#order-summary .well {
  /*background-color: white;*/
  border-bottom: 1px solid #ccc;
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
}

#ph {
  display: inline-block;
}

ul.errorMessage {
  padding: 0;
  margin: 0;
}

ul.errorMessage li {
  list-style: none;
}

#order-confirmation #footnote {
  margin-top: 15px;
  /*background-color: white;*/
  font-size: 11px;

}

#order-confirmation #footnote ul {
  padding-left: 15px;
}

#order-confirmation h4 {
  font-size: 30px;
  margin-top: 0;
}

#order-confirmation .shoppingcart-items .well {
  background-color: white;
  border-width: 0;
}

#order-confirmation h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

#order-confirmation #line-details {
  padding: 10px;
}
#order-confirmation .line-info .row > div:first-child {
  /*text-align: right;*/
  font-family: "AileronHeavy", Helvetica, Arial, sans-serif;
}
#order-confirmation .line-info .row {
  margin-bottom: 5px;
}
#order-confirmation .line-info .row:last-child {
  margin-bottom: 0;
}
#order-confirmation .line-info {
  background-color: white;
  border-radius: 0;
  margin: 0 0 15px 0;
  padding: 10px;
}
#order-confirmation .line-info:last-child {
  margin-bottom: 0;
}

.modal-body #offer-summary .summary-header > div > div {
  border-top: 0;
}

#offer-summary .row {
  margin-bottom: 10px;
}

#offer-summary .offer-desc {
  font-size: 12px;
  margin-left: 0;
}

#offer-summary .offer-desc .productAttributeValue {
  font-style: italic;
}

#offer-summary .upsell > div {
  font-weight: bold;
}

#offer-summary .upsell > div:first-child {
  margin-top: 10px;
}

#offer-summary .upsell .upsell-info {
  margin-left: 10px;
}

#FAQ .panel-default:first-child {
  border-top: 1px solid transparent;
}

#FAQ .panel-default:last-child {
  border-bottom: 1px solid transparent;
}

#FAQ .panel-default {
  margin-top: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  background-color: transparent;
}

@keyframes faqPanelFade {
  0%   {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  100% {
    /*background-color: #Cf3532100;*/
    /*border-color: #Cf3532100;*/
  }
}

.panel-title {
    /*font-size: 20px;*/
    color: white;
  }

#FAQ .active-panel:last-child {
  border-bottom: 1px solid #EDF0F2;
  animation: faqPanelFade 0.4s ease-in;
}

#FAQ .active-panel:first-child {
  border-top: 1px solid #EDF0F2;
  animation: faqPanelFade 0.4s ease-in;
}

#FAQ .active-panel {
  /*background-color: #Cf3532100;*/
  /*border: 1px solid #Cf3532100;*/
  /*color: #273a60;*/
  border-top: 0;
  animation: faqPanelFade 0.4s ease-in;
}

#FAQ .active-panel a {
  /*color: #273a60;*/
  text-decoration: underline;
}

@keyframes faqPanelBodyFade {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

#FAQ .active-panel .panel-body {
  animation: faqPanelBodyFade 0.4s ease-in;
  /*background-color: #eaebee;*/
}

#FAQ .panel-heading {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  padding: 10px 0;

}

#FAQ .panel-body {
  border-top: 0;
}

#FAQ .panel-title a:focus, #FAQ .panel-title a:hover {
  text-decoration: none;
}

#FAQ .panel-title a:hover {
  color: #1F870A;
}
#FAQ .panel-title a {
  margin-right: 30px;
  display: block;
  color: black;
}

#FAQ .panel-title {
  position: relative;
}

#FAQ .panel-title .glyphicon {
  position: absolute;
  right: 0;
  color: #999;
}

#FAQ .panel-title a[aria-expanded="true"] {
  color: #1F870A;
}

#FAQ .panel-title a[aria-expanded="true"] .glyphicon:before {
  content: "\2212";
  color: black;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  /*opacity: 0.4;*/
}

#offer-greeting > .note > p:first-child {
  /*text-transform: uppercase;*/
  /*font-weight: 900;*/
  /*font-size: 16px;*/
}

#cart-heading {
  margin-bottom: 20px;
}

#main-content {
  /*background-color: #FFF;*/
  padding-top: 0;
  /*background-color: #145772;*/
  background-color: #FFF;
  /*background: linear-gradient(to right, #145772 50%, #fff 50%);*/
}

#main-content > section:first-child {
  background-color: #145772;
}

#offer, #shoppingcart {
  /*border-right: 1px solid #eee;*/
  background-color: white;
  padding: 0 20px 0 20px;
  border-radius: 2px;
  /*border: 1px solid #eee;*/
  margin-bottom: 20px;
}

#MyCart .shoppingcart-items .item {
  /*padding: 0;*/
  /*border-radius: 0;*/
  /*box-shadow: none;*/
  /*border-width: 0 0 1px 0;*/
  background-color: inherit;
  /*border-bottom: 1px dashed #CCC;*/
}

#MyCart #cart-total {
  margin-right: 10px;
}

#sidebar {
  background-color: #3CAAD6;
  color: #FFF;
  padding: 20px;
}

#sidebar-uncollapsed-container #sidebar .sidebar-item:first-child {
    border: 0;
}

#sidebar-collapsed-container #sidebar .active-panel {
  border: 1px solid transparent !important;
}

#sidebar .sidebar-item:first-child {
    border-color: inherit;
}

#sidebar a {
  color: white;
}

#sidebar .sidebar-item .sidebar-title a .toggle-btn:before {
  color: white;
}

#sidebar-collapsed-container #sidebar .sidebar-item {
  background-color: transparent;
  border: 1px solid white;
}

#sidebar .sidebar-item {
  background-color: transparent;
}

.navbar-collapse {
  box-shadow: none;
}

#sidebar .active-panel {
  /*background-color: #1F870A;*/
  /*border: 1px solid #1F870A;*/
  background-color: transparent;
  border: 1px solid transparent;
  border-top: 0;
  color: inherit;
}

#sidebar .active-panel .panel-title a, #sidebar .active-panel .panel-title a:hover {
  color: inherit;
  font-weight: 700;
}

#sidebar .active-panel .panel-body a {
  text-decoration: underline;
}

#plan-features {
  background-color: #f5f5f5;
  padding: 30px 15px 30px 15px;
  border: 1px solid #ddd;
  margin-top: 20px;
}



#plan-features article {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}

#plan-features article h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

#plan-features article .font-bold {
  font-family: "AileronHeavy", Helvetica, Arial, sans-serif;
}

#plan-features article ul {
  list-style: none;
  padding-left: 0;
}

#plan-features article li {
  margin-bottom: 1rem;
}

#plan-features article li .flex-row {
  flex-direction: row;
}

#plan-features article li .flex {
  display: flex;
}

#plan-features article li .gap-2 {
  gap: 1rem;
}



@keyframes sidebarPanelFade {
  /*0%   { background-color: #FFF; border-color: #CCC #FFF #FFF #FFF; }*/
  /*100% { background-color: #1F870A; border-color: #CCC #CCC #CCC #CCC; }*/
}


@media (min-width: 390px) {

  #ContactUs .well {
    margin-left: inherit;
    margin-right: inherit;
  }

  #navbar-toggle > button:first-child:after {
    content: " Buy Now"
  }
}

.panel-group .panel .panel-heading {
    border-width: 1px;
    background-color: transparent;
  }

#OfferSearch #accordion .panel-title a {
  text-transform: uppercase;
  font-weight: 900;
  color: black;
  font-size: inherit;
}

#OfferSearch #accordion .panel-body h4 {
  display: none;
}

#OfferSearch #accordion .panel {
  border: 0;
  margin-bottom: 10px;
}

#OfferSearch #accordion {
  border: 0;
}

#ntwd-footer-logo {
  display: none;
}

#right-footer-table {
  margin-left: auto;
  margin-right: auto;
}

#navbar-toggle {
  margin-bottom: 15px;
}

#navbar-toggle button:last-child {
  margin-left: 2px;
}

@media (min-width: 450px) {
  #MyOffer #title-col, #OfferSearch #title-col, #MyCart #title-col, #PlanBenefits #title-col, #FAQ #title-col, #TermsAndConditions #title-col, #ContactUs #title-col, #CancellationPolicy #title-col, #hero, #hero-carousel .item > div {
    height: 200px;
  }

  #MyOffer .page-title, #OfferSearch .page-title, #MyCart .page-title, #PlanBenefits .page-title, #FAQ .page-title, #TermsAndConditions .page-title, #ContactUs .page-title, #CancellationPolicy .page-title {
    bottom:40%;
  }
}

@media (min-width: 550px) {
  #ntwd-footer-logo {
    display: block;
  }
  .product-img img {
    /*max-width: 120px;*/
  }
}

@media (min-width: 768px) {
  #main-body .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  #PlanBenefits p > strong {
    /*font-size: 29px;*/
    /*line-height: 36px;*/
  }
  
  #footer .row div {
    margin-bottom: 0;
    padding-top: 0;
  }

  #right-footer-table {
    margin-left: inherit;
    margin-right: inherit;
  }
  
  #sidebar .sidebar-item .sidebar-title {
    border-bottom: 1px solid white;
    font-weight: bold;
  }

  #sidebar .panel {
    background-color: transparent;
  }

  #offer > .panel {
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    /*box-shadow: 1px 1px 2px rgba(0,0,0,.05);*/
    /*margin-top: 40px;*/
    margin-bottom: 20px;
  }
  h1 {
    font-size: 36px;
  }

  .panel-group {
    margin-left: auto;
    margin-right: auto;
  }

  .panel-group .panel + .panel {
    margin-top: 0;
  }



  .panel-group .panel {
    margin-bottom: -1px;
    border-radius: 0;
    /*border-right: 2px;*/
    /*border-left: 2px;*/
  }

  #myMenu.modal .modal-dialog {
    position: absolute;
    bottom: auto;
    /*left: auto;*/
    /*right: auto;*/
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  #myMenu.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  #myMenu.modal.fade .modal-dialog {
    /*-webkit-transform: translate3d(20%, 20%, 0);*/
    /*transform: translate3d(0, 20%, 0);*/

    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .report-grid {
    margin-right: 0;
    margin-left: 0;
  }

  #header .logo-container {
    /*padding-bottom: 10px;*/
    background-color: transparent;
  }

  #header .title {
    font-size: 24px;
  }

  #footer .row div:first-child {
    text-align: left;
  }
  #footer .row div:last-child {
    text-align: right;
  }

  #main-title {
    /*padding: 20px 0;*/
    /*padding: 15px 0 15px 0;*/
    /*padding-top: 15px;*/
  }

  #MyOffer #title-col, #OfferSearch #title-col, #MyCart #title-col, #PlanBenefits #title-col, #FAQ #title-col, #TermsAndConditions #title-col, #ContactUs #title-col, #CancellationPolicy #title-col, #hero, #hero-carousel .item > div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    height: 280px;
  }

  .page-title h1 {
    font-size: 24px;
  }

  #offer .plan-features,
  #offer .xoffer-details {
    margin-right: 15px;
  }

  #sidebar .sidebar-item .sidebar-body {
    padding-top: 10px;
    /*text-align: justify;*/
  }
}

#order-summary {
    position: sticky;
    top: 150px;
  }

.offer-pricing .list-unstyled {
  margin-bottom: 0;
}
.offer-pricing .offer-item-pricing {
  margin-top: 20px;
}
.offer-pricing #offer-controls {
  margin-top: 20px;
  /*padding-right: 20px;*/
}

@media (min-width: 992px) {
  #plan-features article {
    margin-bottom: 0;
  }
  #contact-info, #shipping-info, #billing-info, #payment-information {
    scroll-margin-top: 190px;
  }
  .authenticated #contact-info, .authenticated #shipping-info, .authenticated #billing-info, .authenticated #payment-information {
    scroll-margin-top: 240px;
  }

  #order-summary {
    position: sticky;
    top: 190px;
  }
  
  .addToCartButton {
    position: relative;
    top: 20px;
  }

  #cart-heading {
    display: none;
  }



  .item-header strong,
  #offer .offer-desc h4, #subscriptionModal .subscription-desc h4 {
    /*font-size: 25px;*/
    line-height: 36px;
  }
  
  body {
    font-size: 15px;
    line-height: 21px;
  }

  #checkout-step1 .panel-title, #checkout-step2 .panel-title, #checkout-step3 .panel-title {
    font-size: 22px;
    line-height: 36px;
  }
  
  #main-title #titleText {
    /*line-height: 84px;*/
    font-size: 48px;
  }

  #shoppingcart .shoppingcart-items .item .value, #shoppingcart .shoppingcart-items .item .item-label, #checkout-step2 .shoppingcart-items .item .value, #checkout-step2 .shoppingcart-items .item .item-label, #checkout-step2 #flexpay-items .flexpay-item .value, #checkout-step2 #flexpay-items .flexpay-item .item-label {
    /*font-size: 15px;*/
  }

  #offer .offer-desc, #subscriptionModal .subscription-desc {
    /*font-size: inherit;*/
    /*font-size: 16px;*/
  }
  #main-title .container h1 {
    /*text-shadow: 1px 1px 2px #000000;*/
    position: absolute;
    color: white;
    top: -320px;
    /*left: 40px;*/
    padding: 0 20px;
  }

  #main-title #titleBackground {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.4
  }

  #main-title #titleText {
    position: relative; z-index: 100;
  }

  /*#PlanBenefits p {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*}*/

  #PlanBenefits p > strong {
    /*font-size: 36px;*/
    /*line-height: 43px;*/
  }
  
  #bottom-title {
    display: none;
  }

  #offer, #shoppingcart {
    /*border-right: 1px solid #CCC;*/
  }

  #top-menu {
    display: block;
  }

  #header .nav-pills > li.nav-separator {
    margin: 0 8px;
  }

  #header {
    /*position: static;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*height: 66px;*/
    height: auto;
  }

  #header .logo-container {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    position: relative;
    /*background-color: #F5F5F5;*/
    /*background-image: url('../images/ntwdepic/white-px.jpg');*/
    /*background-repeat: repeat-x;*/
    /*background-size: 42px;*/
    /*background-position: bottom;*/
  }

  #header .title {
    font-size: 26px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }

  #header .title strong {
    /*display: block;*/
  }

  #buyBtn {
    padding: 15px 40px;
  }

  #logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #nav-bar {
    display: block;
    /*background-color: #FFF;*/
    /*position: relative;*/
    /*top: 15px;*/
    /*width: 100%;*/
    z-index: 1000;
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    /*margin-left: -15px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }

  #main-title {
    /*padding: 25px 0;*/
  }

  #MyOffer #title-col, #OfferSearch #title-col, #MyCart #title-col, #PlanBenefits #title-col, #FAQ #title-col, #TermsAndConditions #title-col, #ContactUs #title-col, #CancellationPolicy #title-col, #hero, #hero-carousel .item > div {
    height: 350px;
  }
  .page-title h1 {
    font-size: 40px;
  }
}

/*@media (min-width: 1470px) {*/
@media (min-width: 1200px) {
  #cart-heading {
    display: none;
  }

  .item-header strong,
  #offer .offer-desc h4, #subscriptionModal .subscription-desc h4 {
    /*font-size: 36px;*/
    line-height: 43px;
  }
  #checkout-step1 .panel-title, #checkout-step2 .panel-title, #checkout-step3 .panel-title {
    /*font-size: 20px;*/
    /*line-height: 43px;*/
    font-family: AileronSemiBold, Arial, san-serif;
    line-height: normal;
    font-weight: bold;
    /*text-transform: uppercase;*/
    background-color: transparent;
    padding: 0;
  }
  
  #main-title #titleText {
    /*line-height: 84px;*/
    font-size: 60px;
  }

  #PlanBenefits p > strong, .h2, h2 {
    /*font-family: AileronLight;*/
  }

  #PlanBenefits p {
    /*font-size: 18px;*/
    line-height: 24px;
  }


  #main-title .container h1 {
    top: -420px;
  }

  body {
    /*font-size: 18px;*/
    line-height: 24px;
  }
  #header .nav-pills > li > a {
    /*font-size: 18px;*/
    line-height: 24px;
  }
  #main-title {
    /*padding-top: 15px;*/
  }

  #hero, #hero-carousel .item > div {
    /*height: 450px;*/
  }
}

#PlanBenefits .row {
    margin-bottom: 20px;
  }

.tmp {
  color:#b6430b;
}

#CheckoutStep2 #main-body > .container, #CheckoutStep3 #main-body > .container {
  padding: 10px;
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);*/
  border-radius: 2px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #CheckoutStep2 #main-body > .container, #CheckoutStep3 #main-body > .container {
    padding: 40px;
  }
}


.carousel-indicators {
  display: block;
}

#CheckoutStep2 .glyphicon-unchecked, #CheckoutStep2 .glyphicon-check {
  cursor: pointer;
  /*font-size: 14px;*/
  font-size: 16px;
  margin-left: -20px;
}

#CheckoutStep2 div.checkbox {
  padding: 10px;
  background-color: #f5F5f5;
  margin-bottom: 10px;
}

#CheckoutStep2 div.checkbox label.validation-error {
  padding-left: 0;
}
#CheckoutStep2 div.checkbox label {
  /*padding-right: 20px;*/
  cursor: pointer;
}

#CheckoutStep2 input[type='checkbox'].tags-checkbox:checked ~ label > i:first-of-type,
#CheckoutStep2 input[type='checkbox'].tags-checkbox ~ label > i:last-of-type {
  display: none;
}

#CheckoutStep2 input[type='checkbox'].tags-checkbox:checked ~ label > i:last-of-type {
  display: inline-block;
  font-size: 16px;
}

.shoppingcart-items .glyphicon-info-sign, #totals-table .glyphicon-info-sign {
  /*font-size: 15px;*/
  color: #1F870A;
}










/*}*/
#checkout-step1 #cardTypeBtn, #cvc button  {
  min-height: 42px;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-radius: 0;

  /*background-color: #f9f9f9;*/
  /*border: 1px solid #ccc;*/
  /*border-radius: 6px 6px 0 6px;*/

  width: 82px;
  font-size: 22px;
  padding: 0 10px;
  top: -8px;
}

#cardTypeDropdown {
  top: 31px;
}

#checkout-step1 #cardTypeBtn:hover, #cvc button:hover, #checkout-step1 #cardTypeBtn:focus, #cvc button:focus {
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 6px 6px 0 6px;
  outline: none;
}

/*.input-group-addon:first-child {*/
    /*border-right: 1px solid #CCC;*/
/*}*/

.flexpay-info li {
  list-style: none;
  font-style: italic;
}

.flexpay-info ul {
  list-style: none;
  padding-inline-start: 0;
}

.error-message li {
  list-style: none;
  color: red;
}

.error-message {
  padding: 0;
}

#checkout-step1 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.42857143;
  color: #555;
  /*background-color: transparent;*/
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #e5e9ec;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#checkout-step1 .form-control:focus {
  /*border-color: #1F870A;*/
  /*border-bottom-width: 2px;*/
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#checkout-step1 .has-error .form-control {
  border-color: #a94442;
  border-bottom-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#checkout-step1 .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#checkout-step1 .input-group-addon {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  /*z-index: 100;*/
  border-radius: 0;
}

#checkout-step1 .input-group-addon:first-child {
    border-right: 1px solid #CCC;
}

#checkout-step1 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
  border-bottom-width: 2px;
}

#checkout-step1 .title-hr {
  display: none;
}

#checkout-step1 .billing-info .well {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

#checkout-step1 .billing-info .well .checkbox {
  text-align: center;
}

#exp-date .input-group select:first-child {
  /*border-right: 10px solid transparent;*/
  width: 48%;
}
#exp-date .input-group select:last-child {
  /*border-right: 10px solid transparent;*/
  width: 48%;
  float: right;
}
/*FORM CUSTOMIZATION END*/

#checkout-status-bar > .bs-wizard > .bs-wizard-step .bs-wizard-info {
  /*letter-spacing: 1.5px;*/
  font-family: Arial,Sans-Serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot .glyphicon {
  opacity: 0.7;
}

#checkout-status-bar > .bs-wizard > .bs-wizard-step > .bs-wizard-dot .glyphicon {
  opacity: 0.85;
  top: 8px;
}

#checkout-step1 label.validation-error {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

#checkout-step1 .shipping-info .panel-heading label {
  /*margin-left: 20px;*/
}

#checkout-step1 .shipping-info .panel-heading a span.glyphicon {
  font-size: 16px;
}

#checkout-step1 .shipping-info .panel-heading label[aria-expanded='true'] span.glyphicon:before {
  content: "\e157";
}

/*#checkout-step1 #cardTypeBtn {*/
  /*padding: 0 12px 5px 12px;*/
  /*!*padding: 0 7px 0 7px;*!*/
/*}*/

/*#checkout-step1 #cardTypeBtn {*/
/*padding: 0 5px 0 0;*/
/*height: 34px;*/
/*}*/

/*#checkout-step1 #cardTypeBtn #selectedCardImg {*/
/*height: 30px;*/
/*margin-top: 2px;*/
/*margin-left: 2px;*/
/*}*/

#checkout-step1 #cardTypeDropdown a {
  padding: 3px 10px 3px 10px;
}

#checkout-step1 .glyphicon-check + span {
  top: -1px;
  position: relative;
}

#checkout-step1 .payment-info .glyphicon-lock {
  font-size: 16px;
}

#checkout-step1 .payment-info .glyphicon-lock + span {
  position: relative;
  top: -1px;
}

#checkout-step1 .glyphicon-unchecked, #checkout-step1 .glyphicon-check {
  /*font-size: 14px;*/
  font-size: 20px;
  margin-left: -20px;
  top: 3px;
}

#checkout-step1 div.checkbox label {
  padding-right: 20px;
}

#checkout-step1 input[type='checkbox'].tags-checkbox:checked ~ label > i:first-of-type,
#checkout-step1 input[type='checkbox'].tags-checkbox ~ label > i:last-of-type {
  display: none;
}

#checkout-step1 input[type='checkbox'].tags-checkbox:checked ~ label > i:last-of-type {
  display: inline-block;
  font-size: 20px;
  top: 3px;
}

/*Makes the checkbox look unchecked*/

/*#checkout-step1 #emailOptIn.tags-checkbox:checked ~ label > i:last-of-type,*/
/*#checkout-step1 #emailOptIn.tags-checkbox ~ label > i:first-of-type*/
/*{*/
/*display: none;*/
/*}*/
/*#checkout-step1 #emailOptIn.tags-checkbox:checked ~ label > i:first-of-type,*/
/*#checkout-step1 #emailOptIn.tags-checkbox ~ label > i:last-of-type*/
/*{*/
/*display: inline-block;*/
/*}*/

#checkout-step1 .panel-title {
  /*margin-bottom: 10px;*/
}

#checkout-step1 .panel-title div {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}

/*#checkout-step1 .panel-title div label {*/
/*font-weight: normal;*/
/*min-height: 12px;*/
/*}*/



#checkout-step1 .billing-info .text-info {
  color: #666;
}

#checkout-step1 .shipping-info .panel-title div label,
#checkout-step1 .flexpay-info .panel-title div label,
#checkout-step1 .check-bypass-info .panel-title div label,
#checkout-step1 .payment-info .text-success {
  /*color: #666;*/
  color: #1F870A;
  font-weight: bold;
  /*font-size: 16px;*/
  /*color: #b6430b;*/
  line-height: normal;
  /*font-family: 'Brand-Light', Arial, Helvetica, sans-serif;*/
  font-family: Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
}

#checkout-step1 .control-buttons .well {
  margin-bottom: 0;
  padding: 15px 15px 0 15px;
}

#checkout-step1 .panel-body {
  padding-bottom: 0;
}

#checkout-step1 .panel {
  border: 0;
  box-shadow: none;
}

/*body.is-collapsed #checkout-step1 .panel-heading {*/
  /*border-top: 1px solid #CCC;*/
/*}*/

#checkout-step1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*width: 50%;*/
  line-height: normal;
  background: url(data:image/png;base64,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) no-repeat right center;
}

#checkout-step1 select:before {
"\e252"
}

#checkout-step1 .input-group select {
  width: 50%;
}

#checkout-step1 .input-group select:last-child {
  margin-left: -1px;
}

#checkout-step1 .panel-heading {
  border-top: 1px solid #CCC;
  background-color: transparent;
  background-size: 100% auto;
  border-bottom: 0;
  /*border: 1px solid #eee;*/
  /*padding-bottom: 0;*/
  /*padding-top: 20px;*/
  /*padding-left: 0;*/
  /*padding-right: 0;*/
  /*padding-bottom: 20px;*/
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-radius: 0;
  margin-bottom: 20px;
}

#checkout-step1 .panel-body {
  padding: 0;
  /*padding-left: 0;*/
  /*padding-right: 0;*/
}

/*body.is-collapsed #checkout-step1 .panel-title {*/
  /*margin: 0;*/
  /*padding-top: 15px;*/
/*}*/

/*body.is-collapsed #checkout-step1 .panel-heading {*/
  /*padding: 0 0 10px 0;*/
/*}*/

body.is-collapsed #checkout-step1 .panel-body {
  padding: 10px 0 0 0;
}

#checkout-step1 .control-buttons .well {
  padding: 20px 0 0 0;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;

  /*border-color: #000;*/


}

body.is-not-collapsed #checkout-step1 .control-buttons .form-group {
  margin-bottom: 0;
}

body.is-collapsed #checkout-step1 .control-buttons .col-xs-12 {
  padding: 0;
}

body.is-collapsed #checkout-step1 .control-buttons .well {
  border: 0;
  margin-top: 0;
  box-shadow: none;
}

body.is-collapsed #checkout-step1 .control-buttons .form-group:last-child {
  /*margin-bottom: 0;*/
}

body.is-collapsed #checkout-step1 .control-buttons {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 0 15px;
  border-top: 0;
}

#checkout-step1 .checkbox {
  margin: 0;
}

#checkout-step1 #cardNumber {
  margin-left: -1px;
}

#checkout-step1 .panel {
  margin-bottom: 0;
}

#checkout-step1 p {
  margin-bottom: 20px;
}

#checkout-step1 .form-group {
  /*margin-bottom: 30px;*/
}

#CheckoutStep1 #main-body > .container {
  padding: 10px;
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);*/
  border-radius: 2px;
  /*margin-bottom: 20px;*/
}

#FnB img, #plan-features img {
  margin-bottom: 20px;
  height: 42px;
  width: 42px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(64%) saturate(5707%) hue-rotate(81deg) brightness(92%) contrast(92%);
}
#FnB h2 {
  /*color: white;*/
}
#FnB {
  padding-top: 40px;
  /*padding-bottom: 10px;*/
  background-color: #F5F5F5;
  /*color: white;*/
}

#FnB .container {
  background-color: #F5F5F5;
}

#FnB .title {
  padding-bottom: 40px;
}

#FnB .item {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  #CheckoutStep1 #main-body > .container {
    /*padding: 40px;*/
  }
}