/**
 * general spacing styles
 * should eventually be incorporated into global css
 * to work for all ST Bootstrap pages
 **/
.not-front #navbar {
  position: absolute;
  width: 100%;
  z-index: 1; }
.not-front #navbar {
  z-index: 2; }

.front #navbar {
  z-index: 2;
}

.content-header {
  margin-top: 96px; }

header#navbar {
  padding-bottom: 0;
}

.main-container {
  overflow: hidden;
}
.main-container header {
  display: none;
}

.logo--img {
  height: 58px;
}

.page-header {
  display: none;
}

.dropdown--region {
  margin: 0;
}

.navbar.container,
.navbar.container-fluid {
  margin: 20px 0 0;
}

.navbar-collapse {
  margin-top: 11px;
}

/*Section Wrapper and Common heading styles on smartphone warranty start */
.sec-wrapper {
  padding-top: 46px;
  padding-bottom: 46px;
  display: inline-block;
  /*margin: 0 auto;*/
}
.sec-wrapper--pad-sm {
  padding-top: 24px;
}
.sec-wrapper--pad-btm-lg {
  padding-bottom: 105px;
}
.sec-wrapper__heading {
  font-size: 44px;
  font-family: 'FuturaPT-Light';
  text-align: center;
  line-height: 46px;
}
.sec-wrapper__heading--pri-color {
  color: #4A4A4A;
}
.sec-wrapper__heading--sec-color {
  color: #fff;
}
.sec-wrapper__sub-heading {
  font-size: 26px;
  font-family: 'FuturaPT-Medium';
  text-align: center;
  line-height: 26px;
}
.sec-wrapper__sub-heading--pri-color {
  color: #6787B5;
}
.sec-wrapper__heading-disclaimer {
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
  font-family: 'FuturaPT-Light';
  line-height: 17px;
  text-align: center;
}

.heading--mar-btm-lg {
  margin-bottom: 32px;
}

/*Section Wrapper and Common heading styles on smartphone warranty end */
@media (max-width: 991px) {
  .navbar.container,
  .navbar.container-fluid {
    margin: 0;
  }

  footer,
  header {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo--img {
    width: 78%;
  }
}
/**
 * product block:
 * everything AROUND the buybox block
 * excluding the plan-benefits
 **/
.product {
  font-family: 'FuturaPT-Book', sans-serif;
}
.product h2 {
  font-family: 'FuturaPT-Medium';
  margin-top: 0;
  height: 104px;
  width: auto;
  color: #6787B5;
  font-size: 56px;
  line-height: 52px;
  text-transform: uppercase;
}
.product--cta p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background-color: #11A0B2;
}
.product--content {
  height: 541px;
  display: table;
  width: 100%;
  background: url("/img/st_bootstrap/bg/top-iPhone@2x.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product--content h2:nth-last-of-type(1) {
  display: none;
}
.product--reviews {
  height: 19px;
  width: 91px;
  float: left;
  text-indent: -9999px;
  background: url("/img/st_bootstrap/icons/four_and_half_stars_icon.svg") no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.product--reviews-wrapper {
  margin-top: 45px;
}
.product--reviews-wrapper p {
  margin-bottom: 5px;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 20px;
}
.product--disclaimer {
  color: #666;
  font-size: 13px;
  line-height: 17px;
  padding: 27px 0;
  font-family: 'FuturaPT-Light';
}

/**
 * buybox block:
 * where user can select plans
 * displays price
 * purchase button
 **/
.buybox {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 10px;
  height: 300px;
  width: 400px;
  border: 1px solid #EFEFF4;
  background-color: #FFF;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.12);
}
.buybox h3 {
  color: #4A4A4A;
  font-size: 21px;
  font-family: 'FuturaPT-Medium';
  line-height: 27px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 0;
  padding-bottom: 10px;
}
.buybox p {
  height: 27px;
  width: 275.87px;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 27px;
}
.buybox--plan {
  height: 40px;
  width: 169px;
  float: left;
  display: inline-block;
  border: 1px solid #7CAFF8;
  border-radius: 3px;
  background-color: #fff;
  color: #4A4A4A;
  font-size: 16px;
  font-family: 'FuturaPT-Medium';
  letter-spacing: 1px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.buybox--plan.selected {
  background-color: #E1EEFF;
}
.buybox--plan-message span {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0 0;
  display: table;
  margin: 0 auto;
}
.buybox--plan__first {
  margin-right: 10px;
}
.buybox--plan__highlighted {
  margin-top: -10px;
  padding: 10px;
  border-radius: 3px;
  background-color: #fbfafa;
  display: inline-block;
}
.buybox-purchase {
  border-top: 1px solid #E9E9E9;
  padding: 10px 0;
}
.buybox-purchase--cta p {
  color: #666;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  margin: 5px auto 0;
  font-family: 'FuturaPT-Medium';
}
.buybox-purchase--details {
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
  height: 59px;
  display: table;
}
.buybox-purchase--price {
  color: #4A4A4A;
  font-size: 46px;
  letter-spacing: -1px;
  line-height: 34px;
}
.buybox-purchase--price__per {
  display: inline-block;
  margin-left: 7px;
  color: #9B9B9B;
  font-size: 17px;
  line-height: 19px;
}
.buybox-purchase sup {
  font-size: 26px;
  color: #4a4a4a;
}
.buybox-purchase--button {
  line-height: 37px;
  display: block;
  margin-top: 10px;
  height: 40px;
  width: 205px;
  border-radius: 46px;
  background-color: #57729A;
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-style: normal;
  font-family: 'FuturaPT-Demi';
  letter-spacing: 0.03em;
}
.buybox-purchase--button:visited {
  color: #fff;
}
.buybox-purchase--button:hover {
  color: #fff;
  background-color: #57729A;
  text-decoration: none;
}
.buybox-purchase--tooltip {
  height: 25px;
  width: 18px;
  display: inline-block;
  text-indent: -9999px;
  background: url("/img/st_bootstrap/icons/question_mark_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 5px;
  background-position-y: 6px;
  vertical-align: bottom;
}

/**
 * plan-benefits block:
 * list of benefits
 **/
.plan-benefits {
  font-size: 17px;
  color: #4a4a4a;
  padding-top: 10px;
  padding-left: 0;
}
.plan-benefits li {
  margin-bottom: 15px;
  list-style: none;
  clear: both;
}
.plan-benefits li .txt {
  display: table;
}
.plan-benefits--check {
  height: 43px;
  width: 14px;
  float: left;
  text-indent: -9999px;
  background: url("/img/st_bootstrap/icons/checkmark_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-position-y: 50%;
}
.plan-benefits__small {
  display: none;
}

@media (max-width: 1024px) {
  .product--content {
    height: 540px;
    background-size: cover;
    background-position-x: -210px;
    background-position-y: 0;
  }

  .plan-benefits ul {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  /*Section Wrapper and Common heading styles on smartphone warranty start */
  .sec-wrapper__heading {
    font-size: 36px;
  }
  .sec-wrapper--pad-btm-lg {
    padding-bottom: 46px;
  }

  /*Section Wrapper and Common heading styles on smartphone warranty end */
  .product h2 {
    width: 480px;
    font-size: 47px;
  }
  .product--content {
    background-size: cover;
    background-position-y: 0;
    background-position-x: -484px;
    height: 553px;
  }
  .product--disclaimer {
    padding: 27px 0;
    margin: 0;
  }

  .buybox--cta a {
    margin-top: 0; }

  .plan-benefits {
    display: none;
  }
  .plan-benefits__small {
    background-color: #2E5087;
    padding: 30px 20px 30px 45px;
    display: block;
  }
  .plan-benefits__small p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .plan-benefits__small p::before {
    content: "";
    height: 24px;
    width: 25px;
    display: block;
    float: left;
    text-indent: -9999px;
    background: url("/img/st_bootstrap/icons/checkmark_icon.svg");
    background-repeat: no-repeat;
    background-position: 0 3px;
  }
}
@media (max-width: 768px) {
  .plan-benefits__small {
    padding: 30px 20px 30px 45px;
  }
}
@media (max-width: 767px) {
  .product--cta p {
    font-size: 16px;
  }
  .product--reviews-wrapper {
    margin-top: 30px;
  }
  .product--content {
    background-size: 170%;
    background-position-y: -13px;
    background-position-x: -210px;
    height: 245px;
  }
  .product--content h2 {
    font-size: 30px;
    width: 100%;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .product--content h2:nth-last-of-type(1) {
    display: block;
    height: auto;
  }
  .product--content h2:nth-last-of-type(2) {
    display: none;
  }
  .product--disclaimer {
    text-align: left;
    padding-left: 18px;
    width: 98%;
  }

  .buybox {
    width: auto;
    height: 359px;
    margin-left: auto;
    margin-right: auto;
  }
  .buybox--plan {
    width: 45%;
  }
  .buybox--plan__highlighted {
    width: 51.3%;
  }
  .buybox--plan__highlighted .buybox--plan {
    width: 100%;
  }
  .buybox--plan-message span {
    font-size: 88%;
  }
  .buybox-purchase--details {
    height: 50px;
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: initial;
  }
  .buybox-purchase--cta a {
    width: 100%;
    margin: 8px auto;
  }

  .plan-benefits__small {
    padding: 30px 20px;
    display: block;
  }
  .plan-benefits__small p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .plan-benefits__small .col-sm-6:last-child p {
    margin-bottom: 0;
  }

  .content-header {
    margin-top: 87px;
  }
}
@media (max-width: 375px) {
  .product h2 {
    margin-bottom: 20px;
  }
  .product--reviews-wrapper {
    margin-top: 55px;
  }

  .buybox {
    height: 340px;
  }
  .buybox--plan-message span {
    font-size: 70%;
  }
  .buybox-purchase--details {
    width: auto;
    margin-top: 15px;
    height: 38px;
  }

  .plan-benefits__small {
    padding: 30px 5px;
  }
}
@media (max-width: 480px) {
  /*Section Wrapper and Common heading styles on smartphone warranty start */
  .sec-wrapper__sub-heading {
    font-size: 17px;
  }

  /*Section Wrapper and Common heading styles on smartphone warranty end */
}
@media (max-width: 320px) {
  .sec-wrapper__heading {
    font-size: 26px;
    line-height: 26px;
  }

  .product h2 {
    margin-bottom: 0;
  }
  .product--reviews-wrapper {
    margin-top: 35px;
  }
  .product--content {
    background-position-x: -161px;
  }

  .buybox p {
    width: auto;
  }
  .buybox--plan {
    width: 44%;
  }
  .buybox--plan-message span {
    font-size: 65%;
  }
  .buybox-purchase--details {
    width: auto;
  }
}
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here
  .buybox {
    &--plan {
      float: none;
      width: 166px;
    }

    &-purchase {
      &--price {
        &__per {
          margin-left: 10px;
        }
      }
    }
  }
}*/
/*# sourceMappingURL=product-configurator.css.map */
