/*** Black Friday ***/
@import url('https://fonts.googleapis.com/css?family=Montserrat:800&display=swap');
/* header and post-header */
.heading .logo{
  height: 59px;
}
.logo {pointer-events: none;}

.page-container .heading {
  height: 59px;
  background-color:#17283D;
}
.hero {
  background: linear-gradient(180deg, #00B4D8 0%, #0077B6 100%);
  min-height: 390px;
  color: #fff;
  padding-top: 30px;
}
.hero.hero-bf {
  background: url('/images/themes/bfcm-2024/bf-hero-bg.jpg') no-repeat;
  background-size:cover;
}
.hero.hero-cm {
  background: url('/images/themes/bfcm-2024/cm-hero-bg.jpg') no-repeat;
  background-size:cover;
}
.hero img{
	width: 286px;
	float: right;
	margin-right: -70px;
}
.hero .promo-title{
  font-size: 3.2rem;
  font-weight: 800;
}
.hero-bf .promo-title {
  color: #F71B1B;
}
.hero-cm .promo-title {
  color: #2BD1EF;
}
.hero .promo-deal{
	font-weight: bold;
	font-size: 5.6rem;
}
.hero .promo-subtitle{
	font-size: 20px;
}
.hero .techradar{
	width: 110px;
	margin: 0 8px;
}
.hero .techradar path{
	fill: #fff;
}
.hero .lifehacker{
	width: 95px;
	margin: 0 8px;
}
.hero .lifehacker path{
	fill: #fff;
}
.hero p.rated{
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  margin: .8rem 0;
}
.hero p.rated span{
  align-items: end;
  display: inline-flex;
}
.hero p.rated img{
  filter: brightness(50%) hue-rotate(315deg);
  margin: 0 8px;
  width: 150px;
}
.hero p.rated img:last-child{
  width: 100px;
}
/* @media for hero area - these will change frequently */

@media (max-width: 992px) {
	.hero .promo-title {
		line-height: 1.25em;
		margin: 0 auto 10px;
		max-width: 430px;
	}
	.hero .promo-deal{
		font-size: 35px;
	}
	.hero{
		min-height: 290px;
	}
}
@media (max-width: 587px) {
	.hero .promo-title {
		font-size: 2em;
	}
	.hero .content {
		background-size: 340px;
		background-position-y: top;
	}
	.hero p.rated{
		align-items: center;
		font-size: 1.5em;
		line-height: 1em;
	}
  .hero p.rated span{
    align-items: center;
  }
  .hero p.rated img{
    width: 110px;
  }
  .hero p.rated img:last-child{
    width: 80px;
  }
}

@media (max-width: 470px) {
  .hero{
    min-height: 290px;
  }
}
@media (max-width: 383px){
  .hero .content{
    background-position-y: -30px;
	padding-top: 0px;
  }
}
@media (max-width:355px){
  .hero {min-width:390px}
}
/**** plans ****/

#selector{
  background-color: #f2f2f2;
}

.signup.body-content{
  margin-top: 0;
}
.signup label.sku-box{
  background: #fff;
  border: 3px solid #fff;
  border-radius: 0 0 10px 10px;
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
  padding: 20px 0;
  position: relative;
}
.signup label.sku-box.month{
  border-radius: 10px;
  margin-top: -68px;
}
.signup label.sku-box.year{
  margin-top: -68px;
}
.signup label.sku-box:hover, .signup label.sku-box.active{
  border: 3px solid #1abad7;
  box-shadow: 0px 1px 6px 0px #1abad7;
}

.save-bar{
  background: #a7a7a7;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  padding: 5px;
  text-align: center;
  top: -39px;
  left: -3px;
  width: calc(100% + 6px);
}

.year .save-bar{
  background: #8dd13c;
  border: 3px solid transparent;
  border-bottom: none;
}

.signup label.sku-box.year:hover .save-bar,
.signup label.sku-box.year.active .save-bar {
  border-color: #1abad7;
}

.signup .sku-features{
  border: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 10px 0;
}

.signup .sku-features ul li, .signup .sku-addons ul li {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  padding: 5px 0px;
  font-weight: 500;
}
.signup .sku-addons ul li:last-child {
  font-weight: 300;
  font-size: 13px;
  padding: 0 30px;
}
.signup .sku-name{
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.signup .year .sku-name{
  color: #f99b1c;
  text-transform: uppercase;
}

/* price */

.signup .sku-price-box{
  background: #f7f7f8;
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
}
.signup .sku-box.month .sku-price-box{
  padding: 1.85em 0;
}

.signup .sku-price{
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
}

.signup label.sku-box.year .sku-features ul li{
  color: #A6A6A6;
}

.signup label.sku-box.month.active,
.signup label.sku-box.month:hover,
.signup label.sku-box:hover .sku-price, 
.signup label.sku-box.active .sku-price,
.signup label.sku-box:hover .sku-features ul li, 
.signup label.sku-box.active .sku-features ul li{
  color: #8A8D8B !important;
}

.signup label.sku-box.year .sku-price{
  color: #5e6975 !important;
}

.signup .sku-box .includes-months {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  color: #5E6975;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

.signup .sku-price sub{
  font-size: 30px;
  font-weight: 300;
  padding-left: 10px;
}

.signup .sku-price sup{
  font-weight: 300;
  padding-right: 10px;
}

.signup .reg-price{
  font-size: 18px;
}

.signup .reg-price-annually{
  font-size: 18px;
  font-weight: 500;
}

/* post-price elements (plan features, vpn addon, button) */

.signup .sku-addons{
  border-top: 0;
}
.signup label.sku-box.year .sku-addons{
  padding-top: 0;
}
.signup label.sku-box.month .addon-featured-item,
.signup label.sku-box.month:hover .addon-featured-item{
  color: #a7a7a7;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.signup label.sku-box.year .addon-featured-item, 
.signup label.sku-box.year:hover .addon-featured-item{
  color: #f99b1c;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
}

.signup .btn:focus {outline:0;}
.signup .btn.select-plan{
  background: #a7a7a7;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: .5em auto;
  text-transform: uppercase;
  width: 228px;
}

.signup .year .btn.select-plan{
  background: #8dd13c;
}

.signup .btn.select-plan.selected,
.signup .active .btn.select-plan{
  display: none;
}

.signup .active .btn.select-plan.selected{
  display: block;
}

/* custom checkbox */

.custom-checkbox{
  position: absolute;
  opacity: 0;
}

.custom-checkbox + label{
  position: relative;
  cursor: pointer;
}

/* custom checkbox v2.0 */

.custom-checkbox + label .visible-checkbox{
  background: #e1e1e1;
  border-radius: 5px;
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.active .custom-checkbox:checked + label .visible-checkbox{
  background: #1abad7;
}
.custom-checkbox:checked + label .visible-checkbox:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 
	2px 0 0 white,
	4px 0 0 white,
	4px -2px 0 white,
	4px -4px 0 white,
	4px -6px 0 white,
	4px -8px 0 white;
  transform: rotate(45deg);
}

/* 'people choose this plan' */

.most-popular-plan {
  background: #b9daca;
  border-radius: 5px;
  display: block;
  color: #fff;
  margin: 30px auto 0;
  padding: 9px 7px;
  position: relative;
  text-align: center;
  width: 100%;
}

.most-popular-plan:before{
  border-width: 0 15px 25px 15px;
  border-color: transparent transparent #b9daca transparent;
  border-style: solid;
  content: '';
  left: calc(50% - 15px);
  position: absolute;
  top: -20px;
  height: 0;
  width: 0;
}

.active + .most-popular-plan{
  background: #4dbc87;
}
.active + .most-popular-plan:before{
  border-color: transparent transparent #4dbc87 transparent;
}

/* savings alert box */

.save-alert{
  background: #F25556;
  border-radius: 5px;
  color: #fff;
  display: none;
  padding: 1em;
  text-align: center;
  width: 90%;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-left: 18px;
}

.as-seen{
  background: #E3E3E3;
  padding: 20px;
  text-align: center;
}

.as-seen h3 {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  text-transform: capitalize;
  vertical-align: middle;
}

.as-seen ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.as-seen ul li {
  display: inline-block;
  padding: 7px 0;
  height: 44px;      
  width: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.as-seen ul li.techradar {
  background-image: url('../../images/svg/techradar-logo.svg');
}

.as-seen ul li.lifehacker {
  background-image: url('../../images/svg/lifehacker-logo.svg');
  width:140px;
}

.as-seen ul li.muo {
  background-image: url('../../images/svg/muo-logo.svg');
  height:35px;
  width:100px;
}

.as-seen ul li.how-to-geek {
  background-image: url('../../images/svg/how-to-geek-logo.svg');
  width:160px
}

.as-seen ul li.newsgroup-reviews {
  background-image: url('../../images/svg/newsgroup-reviews-logo.svg');
}

.as-seen ul li.topito {
  background-image: url('../../images/svg/topito-logo.svg');
  width:100px;
}

@media screen and (min-width: 992px){
  .as-seen h3 {
    margin: 0 30px 0 0;
  }
  .as-seen ul li {
    padding: 0;
  }
  .as-seen .ngr {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .save-alert{
    width: 93%;
  }
}

.save-alert:before {
    border-width: 0 15px 25px 15px;
    border-color: transparent transparent #F25556 transparent;
    border-style: solid;
    content: '';
    left: calc(50% - 15px);
    position: absolute;
    top: -20px;
    height: 0;
    width: 0;
}
.save-alert .title{
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 500px) {
  .save-alert{
    width: 90%;
  }
  .save-alert .title{
    font-size: 21px;
  }
}
.save-alert p{
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
.save-alert strong{
  display: inline-block;
}
.active + .save-alert{
  display: block;
}

/**** payment area  (mostly overrides) ****/

.numbering{display: none;}

.email.body-content{
  margin: 30px 0 0;
}

.email_box,
.payment_area_box{
  background: transparent;
  border: 0;
}

.email_box h2,
.payment_area_box h2{
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
}

.email_box h2 b,
.payment_area_box h2 b{
  font-weight: 400;
}

#email, #password{
  font-size: 18px;
  height: 54px;
}
.input-group-addon{
  border-color: #eaeaea;
  background: #f4f4f4;
}
label#password-error{
  position: relative;
  top: -12px;
}
#password-check{
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  text-align: left;
  top: 5px;
  width: calc(100% - 30px);
}
#password-check:before{
  border-width: 15px;
  border-color: transparent transparent #f2f2f2 transparent;
  border-style: solid;
  content: '';
  position: absolute;
  left: 30px;
  top: -29px;
}
#password-check ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#password-check ul li{
  font-size: 16px;
  font-weight: 300;
}
#password-check ul li:before{
  width: 16px;
  height: 10px;
  display: inline-block;
  border-top: 5px solid #afafaf;
  border-right: 5px solid #afafaf;
  transform: rotate(135deg);
  content: '';
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
#password-check ul li.valid:before{
  border-color: #4dbc87 #4dbc87 transparent transparent;
}
.payment_area.body-content{
  margin-top: -30px;
}

.payment_area .panel-title label{
  color: #7f7f7f;
  padding: 20px;
  font-weight: 500;
}

.payment_area .panel-default > .panel-heading{
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: #7f7f7f;
  padding: 0px;
}

.payment_area .panel-default > .panel-heading[aria-expanded=true]{
  border-radius: 5px 5px 0 0;
}

.payment_area .panel-title .indicator{
  display: none;
}

.payment_area .panel-title label:before{
  width: 13px;
  height: 13px;
  display: inline-block;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  transform: rotate(45deg);
  content: '';
  margin-right: 10px;
  position: relative;
  top: 0;
  /* fun transition */
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.payment_area .panel-heading[aria-expanded=true] .panel-title label:before{
  transform: rotate(135deg);
  top: -3px;
}

.payment_area .panel-default .panel-collapse{
  border: 1px solid #eaeaea;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
}

.payment_area .panel-body h3{
  display: none;
}

.payment_area .panel-body .row:first-of-type{
  margin-top: 20px;
}

.select-box{
  position: relative;
}

.select-box select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-box select::-ms-expand{
	display:none;
}
.select-box:after{
  border-width: 7px;
  border-color: #7f7f7f transparent transparent transparent;
  border-style: solid;
  content: '';
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50px;
  width: 10px;
}

.terms{
  border-top: 0;
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
  font-size: 14px;
  color: #aaafb4;
  margin-top: 0;
}
.terms a{
  color: #aaafb4;
  text-decoration: underline;
}
.terms a:hover{
  color: #1FBCD9;
}

.payment_area .panel-body input[type=text],
.payment_area .panel-body select,
.form-control,
.form-control.error{
  border-color: #eaeaea;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #7f7f7f;
  /*color: rgb(85, 85, 85);*/
  height: 54px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 15px;
}

.payment_area .panel-body select{
  color: rgba(127, 127, 127, 0.77);
  padding-right: 35px;
}

#spreedly-number, #spreedly-cvv{
  padding: 0 15px;
}

.error{
  font-weight: 500;
}

.summary .details{
  display: none;
}

.summary .totals{
  display: block;
  width: 100%;
}

.payment_area .details .prices{
	background: transparent;
}

.payment_area .details .total {
  color: #5e6975;
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.payment_area .details .total.final{
	color: #5e6975;
	font-size: 18px;
	font-weight: 500;
}

.payment_area .details .total.final span{
  font-size: 24px;
}

.payment_area .details .total.final .monthly{
  font-weight: 700;
  text-transform: lowercase;
  padding-left: 5px;
}

.payment_area .details .total.final .monthly .currency,
.payment_area .details .total.final .monthly .per-month {
  font-weight: 700;
  font-size: 16px;
  margin-right: 1px;
}

.payment_area .details.total.final .amount .price,
.payment_area .details .total.final .amount .currency{
	font-size: 1em;
}

.payment_area .details .total.final .amount .parenthesis-totals {
	font-weight: 300;
	color: #5e6975;
}

.payment_area .details .total.final .billing-note .recurred-billing-total {
	color: #adadad;
	width: 60%;
}

.payment_area .details .savings-total{
	color: #32bc89;
	display:flex;
	justify-content: flex-end;
	font-size: 1.1em;
	font-weight: 600;
	margin: .75em 0;
	width: 100%;
}

.payment_area .details .total.final .name,
.payment_area .details .total.final .amount{
	color: #adadad;
}

.payment_area .details .terms {
	font-size: 1em;
	padding-top: 1em;
}

.payment_area .details .terms label {
	font-weight: 500;
}

.payment_area .signup-cta{
  background: #8dd13c;
  border-radius: 5px;
  font-family: 'Roboto Slab', 'Arvo', Arial, sans-serif;
  font-size: 20px;
  margin-top: .75em;
}

/**** order summary box ****/

.customer-satisfaction{
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px){
  .customer-satisfaction{
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) and (min-height: 720px){
  .customer-satisfaction{
    margin-top: -95px;
  }
}
@media (max-height: 720px){
  .customer-satisfaction {
    padding-top: 20px;
  }
}
#order-summary{
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 2rem;
}

#order-summary .actions{
  padding: 0 20px 20px;
}
#order-summary .actions button{
  color: #7f7f7f;
  float: right;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}
#order-summary .actions button:hover{
  color: #4dbc87;
}

#order-summary h2{
  clear: both;
  font-weight: 600;
  font-size: 24px;
  margin: 0 30px 30px;
  text-align: center;
}

#order-summary .sku-features{
  font-size: 17px;
  font-weight: 300;
  margin: 0 auto;
  padding: 0 30px;
}
#order-summary .sku-features ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#order-summary .sku-features ul.order{
  border-width: 0 0 1px;
  border-color: transparent transparent #e6e6e6;
  border-style: solid;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

#order-summary .sku-features ul.order li{
	overflow:hidden;
}
#order-summary .sku-features ul.order li .options{
	background: #f2f2f2;
	float: right;
	padding-left: 5px;
}
#order-summary .sku-features ul.order li strong{
	background: #f2f2f2;
	padding-right: 5px;
}
#order-summary .sku-features ul.order li strong:before{
	color: #ccc;
	content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
	float: left;
	font-size: 11px;
	line-height: 2.65em;
	white-space: nowrap;
	width: 0;
}

#order-summary .sku-features ul.features{
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
}
#order-summary .sku-features ul li{
  padding: 7px 0;
}
#order-summary .sku-features ul.features li{
  padding-left: 25px;
  position: relative;
}
#order-summary .sku-features ul.features li:before{
  width: 16px;
  height: 10px;
  display: inline-block;
  border-top: 5px solid #4dbc87;
  border-right: 5px solid #4dbc87;
  transform: rotate(135deg);
  content: '';
  border-radius: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}

#order-summary .monthly-price{
  color: #5e6975;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

#order-summary .monthly-price .currency,
#order-summary .monthly-price .per-month{
  font-size: 40px;
  font-weight: 600;
}

#order-summary .savings{
  background: #5e6975;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 17px;
  text-align: center;
}

#order-summary .savings .save-percentage{
  font-weight: 600;
}

.disclaimer-group {
	font-weight: 600;
}

/**** responsive ****/

@media screen and (max-width: 425px){
	.payment_area .details .total.final .amount{
		display: inline;
		text-align: right;
	}

	#order-summary .sku-features ul.order li{
		padding: 9px 0;
	}

	#order-summary .sku-features ul.order li .options,
	#order-summary .sku-features ul.order li strong{
		display: block;
		float: none;
		text-align: center;
	}
	#order-summary .sku-features ul.order li strong:before{
		content: '';
	}
	.payment_area .details .regular-price, .payment_area .details .total.final {
                margin-right:0;
                margin-left:0;
        }
        .payment_area .details .prices {
                padding-left: 0;
                padding-right: 0;
        }
	.payment_area .details .total.final .billing-note .recurred-billing-total {
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.payment_area .details .total.final .monthly,
	.payment_area .details .total.final .monthly.tax-total {
		float:none;
	}
}
@media screen and (max-width: 525px){
	#order-summary .sku-features ul.features{
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 1200px) and (min-height: 720px){
  .asterik .body-container{
    padding: 0 25px;
	max-width: 1200px;
	margin: 0 auto;
  }
  .disclaimer-group{
    margin: 0;
  }
  #freetrialDisclaimer{
    margin: 0 auto;
    max-width: 800px;
  }

  #order-summary{
    position: absolute;
    top: -230px;
    left: calc(50% + 400px);
    width: 370px;
    z-index: 10;
  }

  #order-summary.fixed{
    position: fixed;
    /* top: 20px; */
	top: 80px;
    left: calc(50% + 204px);
    z-index: 10;
  }
}
/* Chrome and Safari fix because of scrollbar width */
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio:0) and (min-height: 720px){
  #order-summary{
    left: calc(50% + 400px);
  }
  #order-summary.fixed{
    left: calc(50% + 204px);
	top: 100px;
  }
}
@media screen and (max-width: 1199px), (max-height: 719px){
	#email_wrap, .payment-heading, .email-content, .payment-content{
		float: none;
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (min-width: 525px) and (max-width: 1199px){
	#order-summary .sku-features ul.features{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	#order-summary .sku-features ul.features li{
		font-size: .95em;
		width: 50%;
	}
}
@media screen and (min-width: 590px) and (max-width: 1199px){
	#order-summary .sku-features ul.features{
		width: 75%;
	}
}
@media screen and (max-width: 992px){
	.signup label.sku-box.month,
	.signup label.sku-box.year{
		margin-top: 0;
	}

	.signup .show-link,
	.signup .hide-link{
		text-align: center;
	}
	.most-popular-plan{
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 590px) and (max-width: 825px){
	#order-summary .sku-features ul.order{
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	#order-summary .sku-features ul.features li{
		width: 45%;
	}
}
@media screen and (min-width: 825px) and (max-width: 992px){
	#order-summary .sku-features ul.order{
		margin-left: auto;
		margin-right: auto;
		width: 55%;
	}
	#order-summary .sku-features ul.features{
		width: 55%;
	}
	#order-summary .sku-features ul.features li{
		width: 45%;
	}
}
@media screen and (max-width: 375px){
  .payment_area .signup-cta{
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
  }
}
@media screen and (min-width: 992px) and  (max-width: 1199px){
	#order-summary .sku-features ul.order{
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}
@media screen and (max-width:767px) {
	.hero [class^="col-"], .hero [class*=" col-"] {
		text-align: center
	}
	.hero img {
                float: none;
                margin: 0 auto 20px auto;
                padding: 0 40px;
        }
}
