/* exclusive-perks.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - author AEM components  */
.cq-component-needs-configuration {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #E10A0A;
}

.cq-component-needs-configuration h5 {
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.cq-component-needs-configuration p {
  margin: 0;
  font-size: 12px;
  color: #FFFFFF;
}

.cq-container-component-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #E10A0A;
  border-right: 5px solid #E10A0A;
  border-bottom: 10px solid #E10A0A;
}

.cq-container-component-wrapper .cq-container-component-wrapper-title {
  margin: 0;
  padding: 10px;
  background-color: #E10A0A;
  font-weight: bold;
  color: #FFFFFF;
}

body{font-family:proxima-nova,sans-serif;color:#333}h1,h2,h3,h4,h5,h6{font-weight:300}h1{font-size:82px}h2{font-size:36px}p{font-size:18px;line-height:28px;margin-top:30px;margin-bottom:30px}.pull-quote,.textwell{font-size:18px;line-height:28px}strong+p{margin-top:5px}*{box-sizing:border-box}.container-1200{max-width:1200px;margin:0 auto}img{max-width:100%;height:auto}.phone-component-item{color:#6c6e70;font-weight:300;text-align:center}.phone-component-item .item-title{font-size:28px}.phone-component-item .item-size{margin:0;padding:0;display:flex;justify-content:space-around}.phone-component-item .item-size li{list-style-type:none}.phone-component-item .info-header{background-color:#e0e1e2;margin:0 20px;font-size:14px}.phone-component-item .item-price{font-size:38px;padding:15px 30px}.main-hero{position:relative;line-height:0}.main-hero h1{position:absolute;z-index:1;left:25px;bottom:48px;font-size:48px;font-weight:100;color:#fff}@media (min-width:32em){.main-hero h1{font-size:72px;bottom:65px}}@media (min-width:48em){.main-hero h1{font-size:82px;bottom:90px}}.secondary-page-nav{background-color:#e10a0a;text-align:center}.secondary-page-nav ul{display:block;margin:0;padding:0}@media (min-width:32em){.secondary-page-nav ul{display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}}.secondary-page-nav ul li{list-style-type:none}.secondary-page-nav ul li a{display:block;color:#fff;text-decoration:none;font-size:17.4px;padding:12px 20px}.secondary-page-nav ul li a:hover{background-color:#c90909;text-decoration:none}.secondary-page-nav ul li a:active{background-color:#b00808}.region-tags{display:block;padding:20px 0 20px 0}@media (min-width:32em){.region-tags{display:flex;padding:51px 0 59px 0}}.region-tags .region-items{padding:5px 0}@media (min-width:32em){.region-tags .region-items{padding-right:30px}}@media (min-width:48em){.region-tags .region-items{padding-right:75px}}.region-tags .region-items:last-child{margin-left:auto;padding-right:0}blockquote{width:85%;border-left:solid 5px #e10a0a;font-size:26px;line-height:36px;padding:0 15px}.info{background-color:#e10a0a;color:#fff;padding:30px 0}.text-color-1{color:#e10a0a}.text-color-2{color:#6c6e70}.extra-padding{padding:0 32px}.extra-padding>h2{margin-top:0}.articleheader h2{font-size:36px;line-height:42px;margin-top:32px;margin-bottom:32px}
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/************** RESET STYLES *****************/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: solid #D8D8D8;
  border-width: 1px 0 0;
  margin: 30px 0;
}

/*************** Utility classes *********/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

[hidden] {
  display: none !important;
}

.reverse-color {
  background: #E10A0A;
  background: linear-gradient(103deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
  color: #FFFFFF;
}

.reverse-color a {
  color: #FFFFFF;
}

main section > *:not(.full-bleed),
.full-bleed > *:not(.full-bleed) {
  max-width: 1200px;
  margin: 0 auto;
}

.extra-padding {
  padding: 30px;
}

.inline-center {
  text-align: center;
}

.block-center {
  margin: inherit auto;
}

.container-1200 > section > div, .container-1200 > nav > div, .container-1200 > div > div {
  max-width: 1200px;
  margin: 0 auto;
}

.container-1200 .container-1200 .not-full-width-cap {
  max-width: 100%;
}

.container-1200 body section .cta-button {
  color: #FFFFFF;
}

/******************** FOOTER *****************************/
[class*=col-] {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.vm-footer-top .col-reset {
  padding-right: 3em;
}

.vm-footer-social li a {
  color: #999;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  width: 35px;
  height: 34.5px;
  margin-right: 11px;
}

.vm-footer-social li a:hover {
  background-position: 0 -35px;
}

.vm-footer-social__instagram {
  background-image: url(global/assets/images/footer/footer-social-instagram.png);
}

.vm-footer-social__facebook {
  background-image: url(global/assets/images/footer/footer-social-facebook.png);
}

.vm-footer-social__snapchat {
  background-image: url(global/assets/images/footer/footer-social-snapchat.png);
}

.vm-footer-social__twitter {
  background-image: url(global/assets/images/footer/footer-social-twitter.png);
}

.vm-footer-social__youtube {
  background-image: url(global/assets/images/footer/footer-social-youtube.png);
}

.vm-top-menu-left a:hover, .vm-top-menu-right a:hover {
  text-decoration: none;
}

/* Revised Master Layout CSS */
header.layout-header {
  height: auto;
  background-color: #DE0007;
}

header.layout-header:after {
  box-shadow: 0px none;
}

header .layout-header-decor {
  height: 55px;
  z-index: 8;
  background-color: white;
}

@media (min-width: 48em) {
  header .layout-header-decor {
    height: 82px;
  }
}

header .layout-header-decor img {
  z-index: 9;
}

header .layout-header-decor:after {
  content: "";
  top: 0;
  left: -2rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.43);
  pointer-events: none;
  z-index: 7;
}

.superhero {
  margin: 70px 0 40px;
  padding-bottom: 30px;
  height: 240px;
  width: 100%;
  display: table;
  text-align: center;
  font-size: 50px;
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* responsiveness */
@media (min-width: 48em) {
  body .superhero {
    height: 320px;
  }
}

@media (min-width: 64em) {
  body .superhero {
    height: 360px;
  }
}

@media (min-width: 75em) {
  body .superhero {
    height: 480px;
  }
}

.superhero::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100%);
  height: 40px;
  pointer-events: none;
  z-index: 3;
  background-color: #E10A0A;
  background: #E10A0A;
  background: linear-gradient(103deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
}

.superhero-topper {
  background-color: #E10A0A;
  background: #E10A0A;
  background: linear-gradient(103deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
  width: 100%;
  position: absolute;
  max-width: 100%;
  margin-top: -20px;
  height: 60px;
  text-align: center;
}

@media (min-width: 48em) {
  .superhero-topper {
    margin: -70px 0 0;
    height: 70px;
    text-align: left;
  }
}

.superhero-headings {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 0px;
}

.superhero-headings h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .superhero-headings h1 {
    font-size: 40px;
  }
}

@media (min-width: 64em) {
  .superhero-headings h1 {
    font-size: 50px;
  }
}

@media (min-width: 75em) {
  .superhero-headings h1 {
    font-size: 60px;
  }
}

.superhero-headings h2 {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 32em) {
  .superhero-headings h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 48em) {
  .superhero-headings h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 64em) {
  .superhero-headings h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 75em) {
  .superhero-headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.superhero-constrain > * {
  margin: 0 auto;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px black;
  max-width: 1200px;
}

div.superhero-topper.superhero-constrain img {
  padding-left: 20px;
}

.superhero-headings h1:empty,
.superhero-headings h2:empty {
  display: none;
}

.SuperHero_Boots {
  background: #E10A0A;
  background: linear-gradient(103deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
  height: 40px;
}

.contents-with-tertiary-nav {
  z-index: 4;
}

.contents-with-tertiary-nav .tertiary-nav {
  /* Negative margining up to pull it into the red area in the superhero */
  margin-top: -40px;
  text-align: right;
  font-size: 0.9em;
  height: 40px;
  line-height: 40px;
}

.contents-with-tertiary-nav .tertiary-nav a {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 20px;
  text-decoration: none;
}

/********** RECESSED CONTENT ************/
body.recessed-content main {
  margin: -100px auto 0 auto;
  background: none;
}

body.recessed-content .superhero-headings {
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  body.recessed-content .superhero-headings {
    padding-bottom: 100px;
  }
}

body.recessed-content .superhero-header-banner::after {
  height: 0;
}

.between-xs > div {
  display: block;
  -ms-flex: none;
      flex: none;
}

.between-xs > div a {
  margin-left: 1em;
}

.std-page-divider {
  height: 48px;
}

.constrained {
  margin: 0 auto;
  padding: 30px;
  max-width: 1200px;
  background-color: white;
  min-height: 8em;
}

body main {
  background-color: #FFFFFF;
  min-height: 10em;
}

main a {
  color: #E10A0A;
}

/* deprecated
body main .page-content {
    font-size: 1.1em;
    padding: 0px;
    margin: 40px auto 0 auto;
}
body.tertiary-nav main .page-content {
    padding: 0;
    margin-top: -2px;
}
*/
body main nav.sectional-sub-navigation {
  display: none;
}

body.tertiary-nav main nav.sectional-sub-navigation {
  display: block;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto 10px auto;
}

body.tertiary-nav main nav.sectional-sub-navigation > ul > li {
  display: inline;
}

body.tertiary-nav main nav.sectional-sub-navigation > ul > li a {
  color: white;
  margin-left: 1em;
  font-size: .9em;
  font-weight: bold;
}

/* Base Page Changes */
.row.between-xs.vm-footer-top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 64em) {
  .row.between-xs.vm-footer-top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.vm-footer-links > li {
  margin: 0px;
  padding: 0px;
}

.col-reset {
  display: inline;
}

.vm-footer-social > li > a:before {
  content: default;
  display: none !important;
}

.vm-footer-social__youtube:before {
  content: "";
}

.vm-footer-social a {
  font-size: inherit;
}

.vm-footer-social a {
  font-size: inherit;
}

.between-xs > div a {
  /* margin-left : 1em; */
  margin-left: 0px;
}

.layout-footer__bottom {
  display: none;
}

div.vm-footer-top div[class*=col-] {
  -ms-flex: none;
      flex: none;
}

.vm-navs > .row > .vm-top-menu-left > a,
.vm-navs > .row > .vm-top-menu-right > a {
  margin-right: 0.75em;
}

.vm-navs > .row > .vm-top-menu-right > a:last-child {
  margin-right: 0px;
}

.vm-navs > .row > .vm-top-menu-right {
  float: right;
  -ms-flex: none;
      flex: none;
}

ul.vm-menu-dropdown__wrap {
  text-align: center;
}

.vm-menu-dropdown__wrap {
  display: -ms-flexbox;
  display: table;
  width: 100%;
}

.vm-menu-dropdown__wrap li {
  display: table-cell;
  text-align: center;
  padding-top: 1em;
  line-height: 3em;
  vertical-align: bottom;
}

nav > .vm-menu-dropdown__wrap > li.vm-menu-dropdown__root:first-child {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

nav > .vm-menu-dropdown__wrap > li.vm-menu-dropdown__root:last-child {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

/* Fix for Primary Nav Spacing/Padding */
body > header > div > div > div > nav.vm-menu-dropdown.hide-mobile > ul > li.vm-menu-dropdown__root {
  height: 50px;
  line-height: 1px;
  vertical-align: top;
  padding: 5px 0 0 0;
}

body > header > div > div > div > nav.vm-menu-dropdown.hide-mobile > ul > li.vm-menu-dropdown__root > a {
  text-transform: none;
}

ul.vm-footer-links LI A {
  text-decoration: none;
}

nav .vm-menu-dropdown__root > a,
nav .vm-menu-dropdown__wrap {
  display: inline-table;
  vertical-align: baseline;
}

nav .vm-menu-dropdown__root > a {
  padding: .5em 1em .5em 0.6em;
}

.vm-logo {
  padding: 0px;
  z-index: 1;
}

header.legacy-header.layout-header {
  height: 55px;
}

header.legacy-header.layout-header .vm-menu-dropdown__wrap li {
  padding-top: 0;
  line-height: initial;
  vertical-align: initial;
}

@media (min-width: 48em) {
  header.legacy-header.layout-header {
    height: 85px;
  }
}

footer > div.layout-footer__top > div > div.row.vm-footer-top:not(.between-xs) {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* typography.scss */
body {
  font-family: Quicksand, Trebuchet, Helvetica, Arial, sans-serif;
  color: #555555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.textwell,
.pull-quote {
  font-size: 18px;
  line-height: 28px;
}

strong + p {
  margin-top: 5px;
}

h1 {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 30px 0;
}

@media (min-width: 32em) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 64em) {
  h1 {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  line-height: 40px;
  margin: 30px 0;
}

@media (min-width: 32em) {
  h2 {
    font-size: 29px;
  }
}

@media (min-width: 48em) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 64em) {
  h2 {
    font-size: 36px;
  }
}

@media (min-width: 75em) {
  h2 {
    font-size: 40px;
  }
}

h2.treatment-a {
  font-weight: 700;
  color: #FFFFFF;
}

h2.treatment-b {
  font-weight: 700;
  color: #E10A0A;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

@media (min-width: 32em) {
  h3 {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 64em) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  h3 {
    font-size: 27px;
    line-height: 40px;
  }
}

h3.treatment-a {
  color: #FFFFFF;
  font-weight: 700;
}

h3.treatment-b {
  color: #E10A0A;
}

h4, p {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 32em) {
  h4, p {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  h4, p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 64em) {
  h4, p {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  h4, p {
    font-size: 22px;
  }
}

h4 {
  font-weight: 700;
}

p {
  margin: 30px 0;
}

p.treatment-a {
  color: #FFFFFF;
}

p.treatment-b {
  color: #E10A0A;
}

p strong {
  font-weight: 700;
}

small,
.small {
  font-size: 14px;
  line-height: 20px;
}

figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

/* RWD */
img {
  max-width: 100%;
  height: auto;
}

/* buttons.scss */
.cta-button-wrapper {
  margin: 0 auto 20px;
  text-align: center;
}

.cta-button {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 8px 45px;
  text-decoration: none;
  min-width: 200px;
  white-space: nowrap;
  border-radius: 1em;
  background-color: #E10A0A;
  border: solid 2px #E10A0A;
  color: #FFFFFF;
}

.cta-button:hover {
  background-color: #980707;
  border-color: #980707;
}

.cta-button:disabled,
.cta-button .disabled, .cta-button:disabled:hover,
.cta-button .disabled:hover {
  background-color: #fa8a8a;
  border-color: #fa8a8a;
}

.reverse-color .cta-button, .cta-button.hollow {
  background-color: #FFFFFF;
  color: #E10A0A;
}

.reverse-color .cta-button:hover, .cta-button.hollow:hover {
  color: #FFFFFF;
  background-color: #b00808;
  border-color: #b00808;
  text-decoration: none;
}

.reverse-color .cta-button:disabled,
.reverse-color .cta-button .disabled, .reverse-color .cta-button:disabled:hover,
.reverse-color .cta-button .disabled:hover, .cta-button.hollow:disabled,
.cta-button.hollow .disabled, .cta-button.hollow:disabled:hover,
.cta-button.hollow .disabled:hover {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.reverse-color .cta-button.cta-secondary, .cta-button.hollow.cta-secondary {
  border-color: #b2b2b2;
  background-color: #555555;
  color: #FFFFFF;
}

.reverse-color .cta-button.cta-secondary:hover, .cta-button.hollow.cta-secondary:hover {
  background-color: #191919;
  border-color: #b2b2b2;
}

.reverse-color .cta-button.cta-secondary:disabled,
.reverse-color .cta-button.cta-secondary .disabled, .cta-button.hollow.cta-secondary:disabled,
.cta-button.hollow.cta-secondary .disabled {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.reverse-color .cta-buttona {
  color: #FFFFFF;
}

.cta-small {
  min-width: 0;
  padding: 4px inherit;
  font-size: 14px;
}

.cta-large {
  font-size: 20px;
}

.cta-secondary {
  background-color: #555555;
  border-color: #555555;
}

.cta-secondary:hover {
  background-color: #191919;
  border-color: #191919;
}

.cta-secondary:disabled,
.cta-secondary .disabled, .cta-secondary:disabled:hover,
.cta-secondary .disabled:hover {
  background-color: white;
  border-color: white;
}

.cta-tertiary {
  color: #555555;
  border-color: #555555;
  background-color: #FFFFFF;
}

.cta-tertiary:hover {
  border-color: #191919;
  color: #191919;
}

.cta-tertiary:disabled,
.cta-tertiary .disabled, .cta-tertiary:disabled:hover,
.cta-tertiary .disabled:hover {
  color: #D8D8D8;
  border-color: #D8D8D8;
}

.reverse-cta-tertiary .cta-tertiary {
  border-color: #555555;
  background-color: transparent;
  color: #555555;
}

.reverse-cta-tertiary .cta-tertiary:hover {
  border-color: #191919;
}

.reverse-cta-tertiary .cta-tertiary:disabled,
.reverse-cta-tertiary .cta-tertiary .disabled, .reverse-cta-tertiary .cta-tertiary:disabled:hover,
.reverse-cta-tertiary .cta-tertiary .disabled:hover {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

/* exclusive-perks.scss */
/* color.scss */
/* variables.scss */
/*  CSS - exclusive perks - component item  */
.exclusive-perks {
  display: -ms-flexbox;
  display: flex;
  background-color: #E10A0A;
}

.exclusive-perks .grouping-a {
  padding: 30px;
}

.exclusive-perks .grouping-b img {
  display: none;
}

@media (min-width: 48em) {
  .exclusive-perks .grouping-b .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .exclusive-perks .grouping-b img {
    display: block;
    max-width: 105%;
  }
}

.exclusive-perks h2 {
  color: #FFF;
  margin-top: 0;
}

.exclusive-perks p {
  color: #FFF;
}

/*  CSS Theme - exclusive perks component item */

/* focal-world.scss */
/* color.scss */
/* variables.scss */
/*  CSS - focal world - component item  */
.focal-world {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E10A0A;
  overflow: hidden;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 35px;
}

.focal-world h2,
.focal-world p {
  color: #FFF;
}

.focal-world h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}

.focal-world .part {
  text-align: center;
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.focal-world .part:nth-child(1) {
  margin: 0px -80px -50px -80px;
}

.focal-world .part:nth-child(3), .focal-world .part:nth-child(4) {
  border-bottom: solid 1px #D8D8D8;
}

.focal-world .part:nth-child(6) {
  padding: 25px 0 25px 0;
}

@media (min-width: 48em) {
  .focal-world .part:nth-child(1) {
    margin-top: -100px;
    margin-bottom: -200px;
  }
  .focal-world .part:nth-child(3), .focal-world .part:nth-child(4) {
    border-right: solid 1px #D8D8D8;
    border-bottom: 0;
  }
  .focal-world .part:nth-child(n+3):nth-child(-n+5) {
    -ms-flex: 1;
        flex: 1;
  }
  .focal-world .part:nth-child(6) {
    padding-top: 40px;
  }
  .focal-world .part h3,
  .focal-world .part p {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .focal-world .part h3,
  .focal-world .part p {
    width: 260px;
    margin: 0 auto;
  }
}

/*  CSS Theme - focal world component item */

/* guarantee-component.scss */
/* color.scss */
/* variables.scss */
/*  CSS - guarantee - component item  */
/*
.guarantee .circle-dance-a {
  position: relative;
}

.guarantee .circle-dance-image {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% + 16px);
  text-align: center;
  margin: 0 -8px;
}

@media (min-width: 32em) {
  .guarantee .circle-dance-image {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .guarantee .circle-dance-image {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .guarantee .circle-dance-image {
    width: 40%;
  }
}

@media (min-width: 75em) {
  .guarantee .circle-dance-image {
    text-align: right;
    margin-left: -100px;
  }
}

.guarantee .circle-dance-text {
  position: relative;
  background: #54258e;
  background: linear-gradient(45deg, #54258e 0%, #e10a0a 100%);
  padding: 30px;
  margin-top: -200px;
}

.guarantee .circle-dance-text p {
  color: #FFF;
}

@media (min-width: 48em) {
  .guarantee .circle-dance-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% + 200px);
    padding: 10px 50px 10px 30px;
    margin-left: -200px;
    margin-top: 0;
  }
}

@media (min-width: 64em) {
  .guarantee .circle-dance-text {
    width: calc(60% + 200px);
    padding: 30px 150px 30px 30px;
    margin-left: -200px;
  }
}

@media (min-width: 75em) {
  .guarantee .circle-dance-text {
    width: calc(60% + 300px);
  }
}

.guarantee .circle-dance-text-inner {
  margin-top: 200px;
}

@media (min-width: 48em) {
  .guarantee .circle-dance-text-inner {
    margin-top: 0;
    margin-left: 200px;
  }
}

.guarantee-part-2 .grouping-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guarantee-part-2 .grouping-b .part:nth-child(1) {
  border-bottom: solid 1px #D8D8D8;
}

@media (min-width: 48em) {
  .guarantee-part-2 .grouping-b {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .guarantee-part-2 .grouping-b .part:nth-child(1) {
    padding-right: 50px;
    border-bottom: 0;
    border-right: solid 1px #D8D8D8;
  }
  .guarantee-part-2 .grouping-b .part:nth-child(2) {
    padding-left: 50px;
  }
}
*/
/*  CSS Theme - guarantee component item */

/* _hero-crop-component-item.scss */
/* color.scss */
/* variables.scss */
/*  CSS - hero crop - component item  */
.hero-crop {
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-align: center;
}

.hero-crop.left-align {
  text-align: left;
}

.hero-crop.right-align {
  text-align: right;
}

.hero-crop h1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 20px;
  font-size: 32px;
  font-weight: 100;
  color: #FFF;
  line-height: 43px;
  margin-bottom: 0;
  padding: 0 35px;
}

@media (min-width: 32em) {
  .hero-crop h1 {
    font-size: 40px;
    bottom: 27px;
  }
}

@media (min-width: 48em) {
  .hero-crop h1 {
    font-size: 54px;
    bottom: 43px;
  }
}

.hero-crop img {
  max-width: 150%;
  margin-left: -25%;
  margin-right: -25%;
}

@media (min-width: 48em) {
  .hero-crop img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.secondary-page-nav {
  text-align: center;
  background: #d8580f;
  background: -moz-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a61a3a), color-stop(100%, #d8580f));
  background: -webkit-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -o-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -ms-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: linear-gradient(to right, #a61a3a 0%, #d8580f 100%);
}

.secondary-page-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 32em) {
  .secondary-page-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.secondary-page-nav ul li {
  list-style-type: none;
}

.secondary-page-nav ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 17.4px;
  padding: 12px 20px;
}

.secondary-page-nav ul li a:hover {
  background-color: #c90909;
  text-decoration: none;
}

.secondary-page-nav ul li a:active {
  background-color: #b00808;
}

.secondary-page-nav-empty {
  height: 40px;
  background: #d8580f;
  background: -moz-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a61a3a), color-stop(100%, #d8580f));
  background: -webkit-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -o-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: -ms-linear-gradient(left, #a61a3a 0%, #d8580f 100%);
  background: linear-gradient(to right, #a61a3a 0%, #d8580f 100%);
}

/*  CSS Theme - hero component item */

/* iphone-offer.scss */
/* color.scss */
/* variables.scss */
/*  CSS - iphone offer - component item  */
.iphone-offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 35px;
}

@media (min-width: 48em) {
  .iphone-offer {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.iphone-offer .the-plus {
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 125px;
  color: #E10A0A;
}

.iphone-offer .part {
  position: relative;
  -ms-flex: 1 100%;
      flex: 1 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.iphone-offer .part h3 {
  font-weight: 600;
  color: #E10A0A;
  width: 240px;
  margin: 20px auto;
}

.iphone-offer .part h3 > strong {
  display: block;
  line-height: 100px;
  font-size: 140px;
}

.iphone-offer .part sup {
  font-size: 0.4em;
}

.iphone-offer .part p {
  width: 240px;
  margin: 20px auto;
}

.iphone-offer .part .sub-details {
  color: #E10A0A;
  font-size: 0.9em;
}

.iphone-offer .part:nth-child(1) {
  width: 60%;
  margin: 0 auto;
}

.iphone-offer .part:nth-child(2) {
  border-bottom: solid 1px #E10A0A;
  padding-bottom: 50px;
}

@media (min-width: 48em) {
  .iphone-offer .part {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .iphone-offer .part:nth-child(2) {
    -ms-flex: 3;
        flex: 3;
    padding-right: 25px;
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
  .iphone-offer .part:nth-child(3) {
    -ms-flex: 3;
        flex: 3;
    padding-left: 25px;
  }
  .iphone-offer .the-plus {
    left: 25px;
    top: 0;
  }
}

/*  CSS Theme - iphone offer component item */

/* media-resources.scss */
/* color.scss */
/* variables.scss */
/*  CSS - media resources - component item  */
.media-resources .treatment-a {
  color: #E10A0A;
}

.media-resources .list-of-items {
  margin: 0;
  padding: 0;
}

.media-resources .list-of-items > li {
  border-bottom: solid 1px #D8D8D8;
}

.media-resources .list-of-items li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  padding: 15px;
}

.media-resources .list-of-items li ul {
  padding-left: 0;
}

.media-resources .list-of-items li ul li {
  padding-right: 0;
  padding-left: 0;
}

.media-resources .list-of-items li .part:nth-child(1) {
  padding: 20px 20px 0 20px;
}

.media-resources .list-of-items li .part:nth-child(2) {
  padding: 0 20px 20px 20px;
}

@media (min-width: 48em) {
  .media-resources .list-of-items li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .media-resources .list-of-items li .part:nth-child(1) {
    padding: 30px 20px 30px 30px;
    min-width: 25%;
  }
  .media-resources .list-of-items li .part:nth-child(2) {
    padding: 30px 0;
  }
}

.media-resources .list-of-items li:last-child {
  border-bottom: 0;
}

/*  CSS Theme - media resources component item */

/* iphone-promo.scss */
/* color.scss */
/* variables.scss */
/*  CSS - iphone promo - component item  */
.iphone-promo {
  display: -ms-flexbox;
  display: flex;
  background-color: #E10A0A;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 35px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 48em) {
  .iphone-promo {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.iphone-promo .grouping-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
}

@media (min-width: 48em) {
  .iphone-promo .grouping-a {
    width: 25%;
    margin-right: 50px;
    margin-left: 50px;
    padding-bottom: 0;
  }
}

.iphone-promo .grouping-a h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 32px;
}

.iphone-promo .grouping-a .part {
  -ms-flex: 1 100%;
      flex: 1 100%;
  text-align: center;
  padding: 30px;
  max-width: 325px;
}

.iphone-promo .grouping-a .part h3 {
  font-weight: 600;
  color: #FFF;
  width: 240px;
  margin: 0 auto;
}

.iphone-promo .grouping-a .part h3 > strong {
  display: block;
  line-height: 100px;
  font-size: 100px;
}

.iphone-promo .grouping-a .part p {
  width: 240px;
  margin: 0 auto;
  padding: 10px;
  color: #FFF;
}

.iphone-promo .grouping-a .part .sub-details {
  color: #FFF;
  font-size: 0.9em;
}

@media (min-width: 48em) {
  .iphone-promo .grouping-a .part {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .iphone-promo .grouping-a .part:nth-child(2) {
    -ms-flex: 2;
        flex: 2;
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
  .iphone-promo .grouping-a .part:nth-child(3) {
    -ms-flex: 2;
        flex: 2;
  }
}

.iphone-promo .grouping-b {
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  .iphone-promo .grouping-b {
    overflow: hidden;
    width: auto;
    top: -80px;
  }
}

.iphone-promo .grouping-b .part {
  position: absolute;
  top: -50px;
  text-align: right;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 48em) {
  .iphone-promo .grouping-b .part {
    position: relative;
    text-align: center;
    top: 0;
    right: -25%;
  }
}

.iphone-promo .grouping-b .part img {
  width: 40%;
  height: auto;
  position: relative;
  right: -20px;
}

@media (min-width: 48em) {
  .iphone-promo .grouping-b .part img {
    width: auto;
    max-width: 100%;
    right: 0;
  }
}

.iphone-promo-part-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}

.iphone-promo-part-2 .grouping-a {
  position: relative;
  overflow: hidden;
  top: -105px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.iphone-promo-part-2 .grouping-a img {
  display: none;
}

@media (min-width: 48em) {
  .iphone-promo-part-2 .grouping-a img {
    display: inline;
    position: relative;
    left: -20%;
  }
}

.iphone-promo-part-2 .grouping-b {
  width: 100%;
}

.iphone-promo-part-2 .grouping-b .part {
  text-align: center;
}

.iphone-promo-part-2 .grouping-c {
  text-align: left;
  padding: 25px;
}

.iphone-promo-part-2 h3 {
  font-weight: 600;
  color: #E10A0A;
  width: 240px;
  margin: 80px auto 0 auto;
}

.iphone-promo-part-2 h3 > strong {
  font-size: 90px;
}

.iphone-promo-part-2 sup {
  font-size: 0.4em;
}

.iphone-promo-part-2 .sub-details {
  color: #E10A0A;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .iphone-promo-part-2 .grouping-a {
    -ms-flex: 3;
        flex: 3;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .iphone-promo-part-2 .grouping-b {
    -ms-flex: 3;
        flex: 3;
    padding-left: 25px;
  }
  .iphone-promo-part-2 .grouping-c {
    -ms-flex: 6;
        flex: 6;
    padding-left: 25px;
  }
}

/*  CSS Theme - iphone promo component item */

/* news-general-c.scss */
/* color.scss */
/* variables.scss */
/*  CSS - news general c - component item  */
/* hammer */
.info h2 {
  color: #FFF;
}

.info p {
  color: #FFF;
}

/*  CSS Theme - news general c component item */

/* news-release-summary.scss */
/* color.scss */
/* variables.scss */
/*  CSS - news release summary - component item  */
.news-release-summary .treatment-a {
  color: #E10A0A;
}

.news-release-summary .list-of-linked-items {
  margin: 0;
  padding: 0;
}

.news-release-summary .list-of-linked-items li {
  list-style-type: none;
  border-bottom: solid 1px #D8D8D8;
}

.news-release-summary .list-of-linked-items a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  color: #191919;
}

.news-release-summary .list-of-linked-items a:hover {
  background-color: #E2E2E2;
}

.news-release-summary .list-of-linked-items a .part > p {
  margin: 10px 0;
}

.news-release-summary .list-of-linked-items a .part:nth-child(1) {
  padding: 20px 20px 0 20px;
}

.news-release-summary .list-of-linked-items a .part:nth-child(2) {
  padding: 0 20px 20px 20px;
}

@media (min-width: 48em) {
  .news-release-summary .list-of-linked-items a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news-release-summary .list-of-linked-items a .part:nth-child(1) {
    padding: 30px 20px 30px 30px;
    min-width: 25%;
  }
  .news-release-summary .list-of-linked-items a .part:nth-child(2) {
    padding: 30px 0;
  }
}

/*  CSS Theme - news release summary component item */

/* offer-promo.scss */
/* color.scss */
/* variables.scss */
/*  CSS - offer promo - component item  */
.offer-promo {
  display: -ms-flexbox;
  display: flex;
}

.offer-promo .grouping-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 25px;
  margin-left: 25px;
}

@media (min-width: 48em) {
  .offer-promo .grouping-a {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.offer-promo .grouping-a h2 {
  margin-bottom: 0;
}

.offer-promo .grouping-a .part {
  -ms-flex: 1 100%;
      flex: 1 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.offer-promo .grouping-a .part h3 {
  font-weight: 600;
  color: #E10A0A;
  width: 240px;
  margin: 0 auto;
}

.offer-promo .grouping-a .part h3 > strong {
  display: block;
  line-height: 100px;
  font-size: 100px;
}

.offer-promo .grouping-a .part sup {
  font-size: 0.4em;
}

.offer-promo .grouping-a .part p {
  width: 240px;
  margin: 0 auto;
}

.offer-promo .grouping-a .part .sub-details {
  color: #E10A0A;
  font-size: 0.9em;
}

.offer-promo .grouping-a .part:nth-child(2) {
  border-bottom: solid 1px #D8D8D8;
}

@media (min-width: 48em) {
  .offer-promo .grouping-a .part {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .offer-promo .grouping-a .part:nth-child(2) {
    -ms-flex: 2;
        flex: 2;
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
  .offer-promo .grouping-a .part:nth-child(3) {
    -ms-flex: 2;
        flex: 2;
  }
}

.offer-promo .grouping-b {
  display: none;
}

@media (min-width: 48em) {
  .offer-promo .grouping-b {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

/*  CSS Theme - offer promo component item */

/* phone-grid.scss */
/* color.scss */
/* variables.scss */
/* CSS - phone grid - component item */
.phone-grid-item {
  color: #6C6E70;
  font-weight: 300;
  text-align: center;
}

.phone-grid-item img {
  max-height: 200px;
  min-height: 190px;
}

.phone-grid-item .item-title {
  font-size: 28px;
  padding-top: 25px;
  padding-bottom: 10px;
}

.phone-grid-item .item-size {
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.phone-grid-item .item-size li {
  list-style-type: none;
}

.phone-grid-item .info-header {
  background-color: #E0E1E2;
  margin: 0 auto;
  max-width: 220px;
  font-size: 14px;
  padding: 5px 10px;
}

.phone-grid-item .item-price {
  font-size: 38px;
  padding: 15px 30px;
}

.phone-grid .swiper-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.phone-grid .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.phone-grid .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  top: 25%;
}

.phone-grid .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  top: 25%;
}

.phone-grid .swiper-slide {
  width: 100%;
  padding: 25px 0;
}

@media (min-width: 783px) {
  .phone-grid .swiper-pagination,
  .phone-grid .swiper-button-prev,
  .phone-grid .swiper-button-next {
    display: none;
  }
}

.phone-grid .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.phone-grid .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #000;
  opacity: 0.2;
}

.phone-grid .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E10A0A;
}

/*  CSS Theme - phone grid component item */

/* question-info.scss */
/* color.scss */
/* variables.scss */
/*  CSS - question info - component item  */
.question-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E10A0A;
  padding-bottom: 35px;
}

.question-info .grouping-a {
  display: none;
}

@media (min-width: 32em) {
  .question-info .grouping-a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 2;
        flex: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 25px;
    margin-left: 0;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (min-width: 48em) {
  .question-info .grouping-a {
    -ms-flex-align: center;
        align-items: center;
  }
}

.question-info .grouping-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 3;
      flex: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 25px;
  margin-left: 25px;
}

.question-info .grouping-b div {
  margin: 0 auto;
}

.question-info h2,
.question-info p {
  text-align: center;
  color: #FFF;
}

@media (min-width: 48em) {
  .question-info p {
    text-align: left;
  }
}

.question-info .grouping-c {
  display: none;
}

@media (min-width: 48em) {
  .question-info .grouping-c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex: 2;
        flex: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: 25px;
  }
}

/*  CSS Theme - question info component item */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* _slider-universal.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - slider-universal - component item  */
.slider-universal {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  display: -ms-flexbox;
  display: flex;
}

.slider-universal .swiper-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.slider-universal .swiper-container {
  -ms-flex: 0 1 calc(100% - 80px);
      flex: 0 1 calc(100% - 80px);
  width: 100%;
  height: auto;
}

.slider-universal .slider-button-placement-a {
  -ms-flex: 0 1 80px;
      flex: 0 1 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: -30px;
}

.slider-universal .slider-button-divider {
  border-right: solid 2px #D8D8D8;
  height: 100px;
  position: relative;
}

.slider-universal .swiper-button-prev-placement-a,
.slider-universal .swiper-button-next-placement-a {
  position: relative;
  width: 20px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
  background-size: 20px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-universal .swiper-button-prev,
.slider-universal .swiper-button-prev-placement-a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.slider-universal .swiper-button-next,
.slider-universal .swiper-button-next-placement-a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 10px;
}

.slider-universal .swiper-button-prev-placement-a.swiper-button-disabled,
.slider-universal .swiper-button-next-placement-a.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.slider-universal .swiper-slide {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

.slider-universal .swiper-pagination {
  display: none;
}

@media (min-width: 32em) {
  .slider-universal .swiper-pagination {
    display: block;
  }
}

.slider-universal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.slider-universal .swiper-pagination-bullet {
  height: 2px;
  width: 60px;
  display: inline-block;
  border-radius: 2px;
  background-color: #191919;
  opacity: 0.2;
}

.slider-universal .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E10A0A;
}

/*  CSS Theme - slider-universal component item */

/* two-column-alt-header */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
.text-header {
  padding: 10px 20px;
  text-align: center;
}

.text-header h2 {
  margin: 30px 0;
}

/* two-column-alt-header */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - two-row-text - component item  */
.two-row-text h2,
.two-row-text p {
  padding: 30px;
}

/*  CSS Theme - two-row-text component item */


/* form.scss  */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - form - component item

viewport units such a vh or vw ,sets the font-size of an element relative to the dimension of the viewport

donot remove height attribute:
why: to make sure input and select tags have the identcal font-size and height.
result: reseize the browser vertially to see the changes


font-size is a mixin(@include quicksand-font-stack) coming from variables.scss .
Use this to override the default font size (browser default)
of the form
*/
/**
 * BEGIN CODE EDITED BY JJ (05.19.17)
 *     Purpose of Edits: CSS Bugs (TP#4732)
 *
 * The .text-input class as it's being deployed here controls the cosmetic
 * look and feel for the contact-form's select and text fields
 */
form {
  line-height: 20px;
}

label {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
}

.text-input {
  background-color: #F1F1F1;
  border: 1px solid #D8D8D8;
  color: inherit;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  font-family: Quicksand, Trebuchet, Helvetica, Arial, sans-serif;
}

/**
 * The .two-col class is employed here to set the two column layout to the
 * required behavioral pattern/visual alignment
 *   - LAST EDITED BY JJ 5.19
 */
div.two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 48em) {
  div.two-col {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

div.two-col > div {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 100%;
}

/**
 * The .validation_message class specifies the styles for the messages
 * that conditionally display below their corresponding input/select tags
 *   - LAST EDITED BY JJ 5.19
 */
.validation_message {
  color: #E10A0A;
}

/**
 * The .message-group class handles a textarea and label, presently specific
 * to the contact-us.html page
 *   - LAST EDITED BY JJ 5.19
 */
.message-group {
  margin-bottom: 20px;
}

.message-group textarea {
  background-color: #F1F1F1;
  border: 1px solid #D8D8D8;
  max-width: calc(100% - 20px);
  width: 100%;
  border-radius: 6px;
}

/**
 * The .form-actions class presently styles forms' submit and disclaimer buttons
 *   - LAST EDITED BY JJ 5.19
 */
.form-actions {
  margin: 0 auto;
  text-align: center;
}

.form-actions a {
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.form-actions a img {
  width: 17px;
  margin-left: 3px;
}

/**
 * END CODE EDITED BY JJ (05.19.17)
 */
/* tooltip text helps style the tool tip body and contents*/
.tooltip-content-style {
  display: none;
  background-color: #555555;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  overflow: scroll;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tooltip-content-id {
  transition: width 2s linear 1s;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
}

.disclaimer p {
  font-size: 14px;
  line-height: 20px;
}

/* form footer styles- This positions the text to align center and makes any links or text red*/
.form-footer {
  text-align: center;
}

.form-footer p, .form-footer a {
  color: #E10A0A;
}

/* link style with pointed arrow, can be used in other offer details and terms and conditions pages.*/
.linktext-pointer {
  position: relative;
  font-weight: bold;
  color: #E10A0A;
  text-decoration: none;
  left: 18px;
  /*change the content property to reflect appropriate pointer direction*/
}

.linktext-pointer::before {
  content: "<";
  position: absolute;
  top: -2px;
  left: -18px;
}

/* Disabled button style */
.cta-button:disabled {
  background-color: #D8D8D8;
  opacity: 0.8;
  border: 1px solid #D8D8D8;
}

/*For setting the important links or astrix red*/
.required-field {
  color: #E10A0A;
}

/* For tool tip*/
.help-info-content {
  background-color: #555555;
  color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.helpInfoOpenItem {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1000px;
}

/* text-button.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - text-button - component item */
.text-button {
  padding: 30px;
}

.text-button .grouping-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 64em) {
  .text-button {
    display: -ms-flexbox;
    display: flex;
  }
  .text-button .grouping-button {
    padding: 20px;
  }
}

/*  CSS Theme - text-button component item  */

/* multi-expand-items.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - multi-expand-items - component item  */
.multi-expand-items {
  padding: 20px 0;
}

@media (min-width: 32em) {
  .multi-expand-items {
    padding: 30px 0;
  }
}

@media (min-width: 48em) {
  .multi-expand-items {
    padding: 50px 0;
  }
}

.multi-expand-items h2 {
  color: #FFFFFF;
  margin-top: 0;
  text-align: center;
}

.multi-expand-items ul {
  margin: 0;
  padding: 0;
}

.multi-expand-items ul li {
  list-style-type: none;
}

.multi-expand-items ul li p {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

@media (min-width: 48em) {
  .multi-expand-items ul li p {
    font-size: 18px;
  }
}

.multi-expand-items ul li.multiExpandOpen p {
  max-height: 1000px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.multi-expand-items ul li.multiExpandOpen h3 {
  margin-bottom: 1.0rem;
}

.multi-expand-items ul li.multiExpandOpen h3:after {
  transform: rotate(45deg);
}

.multi-expand-items ul li h3 {
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}

.multi-expand-items ul li h3:after {
  content: '+';
  position: absolute;
  right: -40px;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #E10A0A;
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  font-size: 33px;
  line-height: 22px;
  width: 25px;
  height: 25px;
}

.multi-expand-items ul li h3:hover:after {
  opacity: 0.7;
}

.multi-expand-items .content-inset-a {
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 32em) {
  .multi-expand-items .content-inset-a {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media (min-width: 48em) {
  .multi-expand-items .content-inset-a {
    margin-right: 15%;
    margin-left: 15%;
  }
}

/*  CSS Theme - multi-expand-items component item */

/* two-column-alt-header */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - two-column-alt-header - component item  */
.two-column-alt-header h2 {
  font-weight: 300;
  padding: 15px 10px;
}

@media (min-width: 32em) {
  .two-column-alt-header h2 {
    padding: 20px 10px;
  }
}

.two-column-alt-content {
  padding: 20px;
}

@media (min-width: 48em) {
  .two-column-alt-content {
    padding: 10px;
  }
}

.two-column-alt-img {
  width: 50%;
  position: relative;
  left: 55%;
  top: -30px;
  margin-bottom: -40px;
  max-width: 450px;
}

@media (min-width: 32em) {
  .two-column-alt-img {
    float: right;
    position: static;
    /* reset small screen relativity */
    margin: -30px 0 0 30px;
  }
}

/*  CSS Theme - two-column-alt-header component item */
/*  CSS Theme - two-column-alt-header component item */

/* two-uneven-column-grid.scss  */
/*  two-uneven-column-grid.scss  */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - two-uneven-column-grid - component item  */
.uneven-two-col-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.uneven-two-col-wrapper .u2c-text-btn {
  -ms-flex: 3;
      flex: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.uneven-two-col-wrapper .u2c-text-btn h2 {
  margin: 0px;
}

.uneven-two-col-wrapper .u2c-text-btn p {
  margin: 10px 0 30px;
}

@media (min-width: 48em) {
  .uneven-two-col-wrapper .u2c-text-btn .cta-button-wrapper {
    text-align: left;
  }
}

.uneven-two-col-wrapper figure {
  width: 100%;
  text-align: center;
}

@media (min-width: 48em) {
  .uneven-two-col-wrapper figure {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex: 2;
        flex: 2;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 48em) {
  .uneven-two-col-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .uneven-two-col-wrapper:not(.img-left) .u2c-text-btn {
    padding-right: 80px;
  }
}

.img-disappear figure {
  display: none;
}

@media (min-width: 48em) {
  .img-disappear figure {
    display: block;
  }
}

.img-left .u2c-text-btn {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 64em) {
  .img-left .u2c-text-btn {
    padding-left: 80px;
  }
}

.img-left figure {
  -ms-flex-order: 1;
      order: 1;
}

.overflow-container figure {
  position: relative;
  z-index: 1;
  display: block;
}

.overflow-img {
  margin-top: 200px;
}

@media (min-width: 48em) {
  .overflow-img {
    margin-top: 100px;
  }
}

.overflow-img figure {
  margin-top: -200px;
}

@media (min-width: 48em) {
  .overflow-img figure {
    margin-top: -100px;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 48em) {
  div.overflow-top-left {
    margin-top: 200px;
  }
}

@media (min-width: 48em) {
  div.overflow-top-left figure {
    margin-top: -100px;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 48em) {
  div.overflow-top-right {
    margin-top: 100px;
  }
}

@media (min-width: 48em) {
  div.overflow-top-right figure {
    margin-top: -100px;
  }
}

.text-order .u2c-text-btn {
  -ms-flex-order: 1;
      order: 1;
}

@media (min-width: 48em) {
  .text-order .u2c-text-btn {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media (min-width: 48em) {
  .overflowing-img-order .u2c-text-btn {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 48em) {
  .overflowing-img-order figure {
    -ms-flex-order: 1;
        order: 1;
  }
}

.uneven-two-col-two-button-container {
  margin-bottom: 30px;
  margin-top: 60px;
  padding-top: 20px;
}

@media (min-width: 48em) {
  .uneven-two-col-two-button-container {
    display: -ms-flexbox;
    display: flex;
  }
}

.uneven-two-col-two-button-container .u2c-text-btn {
  -ms-flex: 3;
      flex: 3;
  display: block;
}

@media (min-width: 64em) {
  .uneven-two-col-two-button-container .u2c-text-btn {
    padding-left: 80px;
  }
}

.uneven-two-col-two-button-container .u2c-text-btn h2 {
  margin: 0px;
}

.uneven-two-col-two-button-container .u2c-text-btn p {
  margin: 10px 0 30px;
}

@media (min-width: 48em) {
  .uneven-two-col-two-button-container .u2c-text-btn .cta-button-wrapper {
    text-align: left;
  }
}

.uneven-two-col-two-button-container figure {
  margin: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 48em) {
  .uneven-two-col-two-button-container figure {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 48em) {
  .uneven-two-col-two-button-container figure img {
    margin-top: -75px;
  }
}

/* question-info.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*imagegrid-3-col-component*/
/*To allow space below the component as the component below this has an overflowing image. 
This can be taken care in the component that has image overflow.*/
@media (min-width: 48em) {
  .landing-three-column .cta-button-wrapper {
    margin: 0 auto 40px;
  }
}

@media (min-width: 48em) {
  .simple-three-col > * {
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }
}

.home-three-col {
  text-align: center;
}

.home-three-col .part {
  padding: 0 10px;
}

.home-three-col .subpart h3 {
  background-color: #E10A0A;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  border-radius: 30px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .home-three-col img {
    height: auto;
    width: 100%;
  }
}

/*3 column text layout*/
.textgrid-3-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E10A0A;
  overflow: hidden;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 35px;
}

.textgrid-3-col h2,
.textgrid-3-col p {
  font-size: 13px;
  color: #FFFFFF;
}

.textgrid-3-col h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

.textgrid-3-col .part {
  text-align: center;
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.textgrid-3-col .part:nth-child(1) {
  margin: 0px -80px -50px -80px;
}

.textgrid-3-col .part:nth-child(3), .textgrid-3-col .part:nth-child(4) {
  border-bottom: solid 1px #D8D8D8;
}

.textgrid-3-col .part:nth-child(6) {
  padding: 25px 0 25px 0;
}

@media (min-width: 48em) {
  .textgrid-3-col .part:nth-child(1) {
    margin-top: -100px;
    margin-bottom: -200px;
  }
  .textgrid-3-col .part:nth-child(3), .textgrid-3-col .part:nth-child(4) {
    border-right: solid 1px #D8D8D8;
    border-bottom: 0;
  }
  .textgrid-3-col .part:nth-child(n+3):nth-child(-n+5) {
    -ms-flex: 1;
        flex: 1;
  }
  .textgrid-3-col .part:nth-child(6) {
    padding-top: 40px;
  }
  .textgrid-3-col .part h3,
  .textgrid-3-col .part p {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .textgrid-3-col .part h3,
  .textgrid-3-col .part p {
    width: 260px;
    margin: 0 auto;
  }
}

/* question-info.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - rtm landing- image navbar and 2-row-text component*/
.internal-image-nav {
  padding: 10px;
}

.internal-image-nav .image-nav {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

.internal-image-nav .image-nav a {
  text-decoration: none;
}

.internal-image-nav .image-nav .part {
  width: 50%;
  text-align: center;
}

.internal-image-nav .image-nav .part:nth-child(1), .internal-image-nav .image-nav .part:nth-child(3) {
  border-right: solid 1px #D8D8D8;
}

.internal-image-nav .image-nav .part p {
  color: #FFFFFF;
  margin: 10px 0;
}

.internal-image-nav.SuperHero_Boots {
  height: auto;
}

@media (min-width: 48em) {
  .internal-image-nav .image-nav {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .internal-image-nav .image-nav .part {
    text-align: center;
    width: 50%;
  }
  .internal-image-nav .image-nav .part:nth-child(1), .internal-image-nav .image-nav .part:nth-child(2), .internal-image-nav .image-nav .part:nth-child(3) {
    border-right: solid 1px #D8D8D8;
  }
  .internal-image-nav .image-nav .part p {
    margin: 10px 0 0;
  }
}

/* rtm-landing-banne */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - rtm-landing-banner - component item  */
.rtm-landing-banner-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 48em) {
  .rtm-landing-banner-wrapper {
    min-height: 320px;
  }
}

@media (min-width: 64em) {
  .rtm-landing-banner-wrapper {
    min-height: 480px;
  }
}

@media (min-width: 75em) {
  .rtm-landing-banner-wrapper {
    min-height: 640px;
  }
}

.rtm-landing-banner-info {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
}

.rtm-landing-banner-info .text {
  color: #FFFFFF;
  line-height: 120%;
  max-width: 90%;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px black;
}

.rtm-landing-banner-info .text h2, .rtm-landing-banner-info .text h3, .rtm-landing-banner-info .text p {
  margin: 0;
}

.rtm-landing-banner-info .text h3 {
  font-size: 22px;
}

@media (min-width: 48em) {
  .rtm-landing-banner-info .text h3 {
    font-size: 26px;
  }
}

@media (min-width: 64em) {
  .rtm-landing-banner-info .text h3 {
    font-size: 28px;
  }
}

.rtm-landing-banner-info .text h2 {
  font-size: 26px;
}

@media (min-width: 48em) {
  .rtm-landing-banner-info .text h2 {
    font-size: 32px;
  }
}

@media (min-width: 64em) {
  .rtm-landing-banner-info .text h2 {
    font-size: 36px;
  }
}

.rtm-landing-banner-info .text p {
  font-size: 20px;
}

@media (min-width: 48em) {
  .rtm-landing-banner-info .text p {
    font-size: 22px;
  }
}

.rtm-landing-banner-info .text p.contingency-line {
  font-size: 18px;
  font-weight: bold;
}

.rtm-landing-banner-info a {
  color: #FFFFFF;
}

.rtm-landing-banner-info p {
  padding-bottom: 10px;
}

.statichtml center.RTM-welcome-blurb h2.RTM-welcome-blurb-home-header {
  margin: 60px 0 0 0;
  text-transform: uppercase;
}

.statichtml center.RTM-welcome-blurb img.RTM-welcome-blurb-logo {
  margin: 0;
}

#home-legal {
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 20px;
}

@media (min-width: 48em) {
  #home-legal {
    display: block;
    width: 70%;
  }
}

/*  CSS - rtm-landing-banner item */

/* offer-promo.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* CSS - offer promo - component item  */
.offer-promo {
  display: -ms-flexbox;
  display: flex;
}

.offer-promo .grouping-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  margin-left: 20px;
}

@media (min-width: 48em) {
  .offer-promo .grouping-a {
    margin: 0 auto;
  }
}

.offer-promo .grouping-a h2 {
  margin-bottom: 0;
}

.offer-promo .grouping-a .part {
  -ms-flex: 1 100%;
      flex: 1 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offer-promo .grouping-a .part h3 {
  font-weight: 600;
  color: #E10A0A;
  width: 240px;
  margin: 0 auto;
}

.offer-promo .grouping-a .part h3 > strong {
  display: block;
  line-height: 100px;
  font-size: 100px;
}

.offer-promo .grouping-a .part sup {
  font-size: 0.4em;
}

.offer-promo .grouping-a .part p {
  width: 240px;
  margin: 0 auto;
}

.offer-promo .grouping-a .part .sub-details {
  color: #E10A0A;
  font-size: 0.9em;
}

.offer-promo .grouping-a .part:nth-child(2) {
  border-bottom: solid 1px #D8D8D8;
}

@media (min-width: 48em) {
  .offer-promo .grouping-a .part {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .offer-promo .grouping-a .part:nth-child(2) {
    -ms-flex: 2;
        flex: 2;
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
  .offer-promo .grouping-a .part:nth-child(3) {
    -ms-flex: 2;
        flex: 2;
  }
}

.offer-promo .grouping-b {
  display: none;
}

@media (min-width: 48em) {
  .offer-promo .grouping-b {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

/*  CSS - iphone offer - component item  */
.iphone-offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .iphone-offer {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.iphone-offer .the-plus {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 75px;
  color: #E10A0A;
  right: -20px;
  top: -10px;
}

.iphone-offer .part {
  position: relative;
  -ms-flex: 1 100%;
      flex: 1 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.iphone-offer .part h3 {
  font-weight: 600;
  color: #E10A0A;
  width: 240px;
  margin: 20px auto;
}

.iphone-offer .part h3 > strong {
  display: block;
  line-height: 100px;
  font-size: 140px;
}

.iphone-offer .part sup {
  font-size: 0.4em;
}

.iphone-offer .part p {
  color: #E10A0A;
  width: 240px;
  margin: 20px auto;
}

.iphone-offer .part:nth-child(1) {
  width: 60%;
  margin: 0 auto;
}

.iphone-offer .part:nth-child(2) {
  border-bottom: solid 1px #E10A0A;
  padding-bottom: 50px;
}

@media (min-width: 48em) {
  .iphone-offer .part {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .iphone-offer .part:nth-child(2) {
    -ms-flex: 3;
        flex: 3;
    padding-right: 30px;
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
  .iphone-offer .part:nth-child(3) {
    -ms-flex: 3;
        flex: 3;
    padding-left: 30px;
  }
  .iphone-offer .the-plus {
    font-size: 125px;
    left: -80px;
    top: 40px;
  }
}

/*  CSS Theme - offer promo component item */

/* focal-world.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - offer promo-three-column-text-layout - component item  */
.three-column-text-layout {
  padding: 10px;
  text-align: center;
}

.three-column-text-layout h3 {
  font-weight: 600;
  font-size: 24px;
}

.three-column-text-layout .cta-button-wrapper {
  margin: 20px 0;
}

@media (min-width: 48em) {
  .three-column-text-layout {
    padding: 20px 10px;
  }
}

/*three-column-items can be used to layout 3 items in a row with flex properties.*/
.three-column-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding: 10px 0;
}

.three-column-items > *:nth-child(1), .three-column-items > *:nth-child(2) {
  border-bottom: solid 1px #D8D8D8;
}

.three-column-items > * h3, .three-column-items > * p {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

@media (min-width: 48em) {
  .three-column-items > * {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .three-column-items > *:nth-child(1), .three-column-items > *:nth-child(2) {
    border-right: solid 1px #D8D8D8;
    border-bottom: 0;
  }
}

/*  CSS Theme - focal world component item */

/* support.scss sass */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* CSS - support - component item */
.supportpage main {
  z-index: 4;
}

.supportpage main,
.supportpage #wysdom-solutions,
.supportpage #wysdom-solutions.solutions-container,
.supportpage #wysdom-tips {
  background: transparent;
}

#wysdom-search-bar-form {
  font-size: 200%;
}

#wysdom-search-bar-form [type=submit] {
  border: 0;
}

#wysdom-icon-search {
  background: transparent;
  background-size: 100%;
  width: 1em;
  height: 1em;
  border: 0 none !important;
  margin-left: -1.5em;
}

#wysdom-search-bar-form #wysdom-search-bar-input,
#wysdom-search-bar-form #wysdom-search-bar-input * {
  width: 100%;
  background-color: transparent;
  border: 0 none;
}

.wysdom-search-input-group {
  width: 90%;
  height: 50px;
  white-space: nowrap;
  margin: 0 auto;
  border-radius: 0.75em;
  padding: 0 !important;
  position: relative;
  z-index: 91;
}

.wysdom-search-bar-input {
  padding: 5px 10px;
}

.wysdom-search-submit {
  padding: 10px;
}

.wysdom-search-input {
  padding-left: 16px !important;
}

#wysdom-search-bar-autocomplete {
  opacity: 0.95;
  width: 100%;
  z-index: 90;
  margin: -20px auto 0 auto;
  position: absolute !important;
  /*this adjusts the position of the body content and must be impotant */
}

#wysdom-search-bar-autocomplete .dropdown-menu {
  padding: 30px 10px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

#wysdom-search-bar-autocomplete .menu-item {
  padding: 3px 10px;
  text-decoration: none;
}

#wysdom-solutions {
  padding: 100px 15px 0;
}

#wysdom-solution-detail {
  margin-top: 55px;
}

@media (min-width: 48em) {
  #wysdom-solution-detail {
    margin-top: 0;
  }
}

.wysdom-solutions-header {
  margin-top: 30px;
  padding: 140px 0 0 0;
}

#wysdom-solutions,
#wysdom-solutions.solutions-container {
  background-color: #E2E2E2;
}

#wysdom-tips {
  background-color: #E2E2E2;
  padding: 20px 15px;
}

#wysdom-tips {
  padding-bottom: 40px;
}

.wysdom-solutions-icon,
.wysdom-solutions-preview,
.wysdom-solution-section-header {
  vertical-align: top;
}

.wysdom-solutions-preview .btn,
.wysdom-solutions-preview .wysdom-btn-primary {
  color: #FFFFFF;
  font-weight: 400;
}

.wys-container .wysdom-solutions-wrapper .wysdom-solutions-preview {
  padding: 0 15px 30px;
  display: table-cell;
}

.wysdom-solutions-icon {
  min-width: 1em;
  text-align: right;
  padding: 0;
}

.wysdom-solutions-icon img {
  height: 6em;
  width: 6em;
  font-size: inherit;
  margin: 0;
}

h3, h4 {
  margin: 0px;
}

#wysdom-tips-list .wysdom-solution-section-content,
#wysdom-solutions-list .wysdom-solution-section-content {
  line-height: 30px;
  margin-bottom: 20px;
}

.AdditionalSupportOptions {
  text-align: center;
  background-color: #D8D8D8;
}

.AdditionalSupportOptions header {
  padding: 25px 0 15px;
}

.AdditionalSupportOptions header h3 {
  color: #E10A0A;
  margin-bottom: 5px;
}

.AdditionalSupportOptions .AdditionalSupportButtons {
  padding: 0 0 25px;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.AdditionalSupportOptions .AdditionalSupportButtons .SupportButton {
  display: table-cell;
}

.AdditionalSupportOptions .AdditionalSupportButtons .SupportButton img {
  width: 100%;
  max-width: 200px;
}

.wysdom-search-form {
  background-color: transparent !important;
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .wysdom-solutions-icon {
    display: inline;
  }
  .wysdom-search-form {
    background-color: #f4f4f2 !important;
  }
  .wys-container .wysdom-solutions-wrapper .wysdom-solutions-preview {
    padding: 0 30px 30px;
  }
  #wysdom-solutions {
    padding: 100px 40px 0;
  }
  #wysdom-tips {
    padding: 20px 40px 0;
  }
}

/* support.scss sass */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* CSS - jobs list item */
.jobs-list h2 {
  text-align: center;
}

.jobs-list .vmu-job {
  padding: 1em 0;
  border-bottom: 1px solid #F1F1F1;
}

.jobs-list .vmu-job p {
  cursor: pointer;
}

.jobs-list .vmu-job p .cta-small {
  margin-right: 30px;
}

.jobs-list .vmu-job p a {
  text-decoration: none;
  color: #555555;
}

/* phone-grid.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* CSS - phone grid - component item */
.phone-grid-item {
  color: #555555;
  font-weight: 300;
  text-align: center;
}

.phone-grid-item img {
  max-height: 200px;
  min-height: 190px;
}

.phone-grid-item .item-title {
  font-size: 28px;
  padding-top: 25px;
  padding-bottom: 10px;
}

.phone-grid-item .item-size {
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.phone-grid-item .item-size li {
  list-style-type: none;
}

.phone-grid-item .info-header {
  background-color: #E2E2E2;
  margin: 0 auto;
  max-width: 220px;
  font-size: 14px;
  padding: 5px 10px;
}

.phone-grid-item .item-price {
  padding: 1vh 0 2vh 0;
  font-size: 38px;
}

.phone-grid-item .item-price span.sale {
  color: #E10A0A;
}

.phone-grid-item .item-price strike {
  font-size: 24px;
  padding-right: 10px;
}

.phone-grid .swiper-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.phone-grid .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.phone-grid .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  top: 25%;
}

.phone-grid .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E10A0A'%2F%3E%3C%2Fsvg%3E");
  top: 25%;
}

.phone-grid .swiper-slide {
  width: 100%;
  padding: 1.6em 0;
}

@media (min-width: 48em) {
  .phone-grid .swiper-pagination,
  .phone-grid .swiper-button-prev,
  .phone-grid .swiper-button-next {
    display: none;
  }
}

.phone-grid .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.phone-grid .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #000;
  opacity: 0.2;
}

.phone-grid .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E10A0A;
}

.three-pane-layout {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 48em) {
  .three-pane-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
  }
}

.phonegrid-twocolumn {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.phonegrid-twocolumn sup {
  font-size: 0.4em;
}

.phonegrid-twocolumn .special span {
  font-size: 180px;
  line-height: 100px;
}

.phonegrid-twocolumn .phonegrid-twocolumn-items h2 {
  border-top: solid 1px;
  padding-top: 10px;
}

.phonegrid-twocolumn .phonegrid-twocolumn-items .override-special h1 {
  font-size: 32px;
}

@media (min-width: 48em) {
  .phonegrid-twocolumn .phonegrid-twocolumn-items .override-special h1 {
    font-size: 38px;
  }
}

@media (min-width: 75em) {
  .phonegrid-twocolumn .phonegrid-twocolumn-items .override-special h1 {
    font-size: 44px;
  }
}

.phonegrid-twocolumn .phonegrid-twocolumn-items > * {
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 48em) {
  .phonegrid-twocolumn .phonegrid-twocolumn-items > * {
    -ms-flex: 1 50%;
        flex: 1 50%;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .phonegrid-twocolumn .phonegrid-twocolumn-items > *:nth-child(1) {
    border-right: solid 1px #FFFFFF;
  }
}

@media (min-width: 48em) {
  .phonegrid-twocolumn .phonegrid-twocolumn-items {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .phonegrid-twocolumn .phonegrid-twocolumn-items h2 {
    border-top: 0;
  }
}

.promo-two > * {
  -ms-flex: 1;
      flex: 1;
}

.promo-two .grouping-a img {
  display: inline;
  position: relative;
}

.promo-two .grouping-b h3, .promo-two .grouping-b p {
  color: #E10A0A;
}

.promo-two .grouping-b h3 {
  font-weight: bold;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .promo-two .grouping-b h3 {
    padding-top: 0px;
  }
}

.promo-two .grouping-b h3 strong {
  font-size: 70px;
  display: inline;
}

.promo-two .grouping-c {
  text-align: left;
  padding: 0 20px;
}

@media (min-width: 48em) {
  .promo-two .grouping-a img {
    display: inline;
    position: relative;
    left: -64px;
    top: -100px;
    max-width: 100%;
  }
  .promo-two .grouping-b h3 {
    line-height: normal;
  }
  .promo-two .grouping-b h3 strong {
    font-size: 90px;
  }
}

/*  CSS Theme - phone grid component item */

/* phone-grid2.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
.phonegridstatic section .phone-grid .grouping-a {
  text-align: center;
}

.iphone-explorer {
  height: auto;
  min-height: 500px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 48em) {
  #display-desktop {
    display: block !important;
  }
  #display-mobile {
    display: none !important;
  }
}

@media (max-width: 48em) {
  #display-desktop {
    display: none !important;
  }
  #display-mobile {
    display: block !important;
  }
}

.swiper-grid-item {
  margin: 1vh 1.5% 8vh 1.5%;
  width: 30%;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}

.phone-grid .swiper-grid-item h3, .phone-grid .swiper-slide h3 {
  margin: 1vh;
}

.phone-grid .swiper-grid-item ul > li, .phone-grid .swiper-slide ul > li {
  display: inline-block;
  margin: 0.5vh 5px 1vh 5px;
}

.phone-grid .swiper-grid-item img, .phone-grid .swiper-slide img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  max-height: 300px;
}

.phone-grid .swiper-grid-item div.info-header, .phone-grid .swiper-slide div.info-header {
  margin: 1vh;
  background: #E6E6E6;
  font-size: 80%;
  padding: .5vh 0;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  border-radius: 4em;
}

.phone-grid .swiper-grid-item div.item-price, .phone-grid .swiper-slide div.item-price {
  padding: 1vh 0 2vh 0;
  font-size: 38px;
}

.phone-grid .swiper-grid-item div.item-price span.sale, .phone-grid .swiper-slide div.item-price span.sale {
  color: #E10A0A;
}

.phone-grid .swiper-grid-item div.item-price strike, .phone-grid .swiper-slide div.item-price strike {
  font-size: 24px;
  padding-right: 10px;
}

/* card-wrapper */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - card-wrapper - component item  */
.card-item-card-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.card-item-card-wrapper .card-item {
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px;
  width: 100%;
}

.card-item-card-wrapper .card-item img {
  width: 100%;
}

.card-item-card-wrapper .card-info {
  padding: 10px;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 10px);
  text-align: center;
}

.card-item-card-wrapper .card-info h3,
.card-item-card-wrapper .card-info p {
  padding: 10px 0;
  margin: 0;
  color: #FFFFFF;
}

.card-item-card-wrapper .card-info h3 {
  font-size: 40px;
}

.card-item-card-wrapper .card-info p {
  font-size: 20px;
}

@media (min-width: 48em) {
  .card-item-card-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card-item-card-wrapper .card-info p {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .card-item-card-wrapper.cols-2 .card-item {
    width: 50%;
  }
  .card-item-card-wrapper.cols-3 .card-item {
    width: 33.3333333%;
  }
  .card-item-card-wrapper.cols-4 .card-item {
    width: 25%;
  }
}

/*  CSS Theme - card-wrapper component item */

#pixlee_container {
  padding-bottom: 20px;
}

#pixlee_container > iframe {
  max-width: 1200px;
}

/* contact-us.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - contact us - component item */
.contact-us {
  padding: 0 15px;
}

.contact-us .text-coloring p span {
  color: #555555;
}

.contact-us .icon-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.contact-us h2 {
  margin-left: 20px;
}

.contact-us #mobile-number-disp {
  width: 97%;
}

.contact-us label[for="mobile-number"] {
  width: 100%;
}

.contact-us select {
  padding: 4px 0;
  height: 40px;
}

.contact-us a {
  text-decoration: none;
  color: #E10A0A;
  font-weight: 700;
  font-size: 20px;
}

.contact-us em {
  font-size: 11px;
  color: #555555;
}

.contact-us .disclaimer-button {
  margin: 10px 0;
  font-size: 16px;
}

.contact-us .disclaimer-button a {
  text-decoration: none;
}

.contact-us .disclaimer-button a:after {
  content: '+';
  margin: 5px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background-color: #E10A0A;
  border-radius: 100%;
  font-size: 16px;
  line-height: 16px;
  width: 18px;
  height: 18px;
}

.contact-us .data-alignment .two-column-text span {
  color: #E10A0A;
}

@media (min-width: 64em) {
  .data-alignment {
    margin-left: 100px;
  }
}

.data-alignment .two-column-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 48em) {
  .data-alignment .two-column-text {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .data-alignment .two-column-text > * {
    padding-right: 10px;
  }
  .data-alignment .two-column-text .part:nth-child(1) {
    padding-right: 50px;
    border-bottom: 0;
  }
  .data-alignment .two-column-text .part:nth-child(2) {
    padding-left: 50px;
  }
}

.thank-you {
  display: none;
}

.thank-you h3 {
  margin-left: 20px;
}

.thank-you .icon-heading h3 {
  font-size: 30px;
}

.thank-you-message p:first-child {
  font-size: 20px;
  margin-top: -10px;
}

.thank-you-message p:first-child:nth-child(2) {
  font-size: 22px;
}

@media (min-width: 48em) {
  .contact-us {
    padding: 0 40px;
  }
}

/* two-column-alt-header */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - member-offers-list - component item  */
.member-offers-list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-offers-list-wrapper .member-offers-list-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.member-offers-list-wrapper .member-offers-list-info {
  padding: 10px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.member-offers-list-wrapper .member-offers-list-info h3 {
  padding-bottom: 10px;
  margin: 0;
  color: #FFF;
}

.member-offers-list-wrapper .member-offers-list-info p {
  padding-bottom: 10px;
  margin: 0;
  color: #FFF;
  font-size: 16px;
}

@media (min-width: 48em) {
  .member-offers-list-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .member-offers-list-wrapper .member-offers-list-info h3 {
    padding-bottom: 20px;
  }
  .member-offers-list-wrapper .member-offers-list-info p {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .member-offers-list-wrapper.cols-2 .member-offers-list-item {
    width: 50%;
  }
  .member-offers-list-wrapper.cols-3 .member-offers-list-item {
    width: 33.3333333%;
  }
  .member-offers-list-wrapper.cols-4 .member-offers-list-item {
    width: 25%;
  }
}

/*  CSS Theme - member-offers-list component item */

/* mbenefits-offer-details-form.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* Member benefits offer-details-sweepstake component */
.offer-details-sweepstake {
  /* width set to 360px as per invision,but should be good in responsive too*/
}

.offer-details-sweepstake .section-a p span {
  display: block;
}

.offer-details-sweepstake .section-b .input-fields {
  max-width: 360px;
}

.offer-details-sweepstake .section-b .input-fields label > img {
  float: right;
}

.offer-details-sweepstake .help-info-content {
  max-width: 360px;
}

.offer-details-sweepstake .helpInfoOpenItem {
  max-width: 360px;
}

@media (min-width: 48em) {
  .offer-details-sweepstake {
    height: 1100px;
    max-width: 820px;
  }
}

/* End of offer-details-sweepstake-form*/
/*  CSS Theme - mbenefits-offer-details-form component item */

/* details-content */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - details-content  */
.details-content {
  border: 1px solid #D8D8D8;
  background-color: #FFFFFF;
  z-index: 3;
  padding: 15px;
}

@media (min-width: 48em) {
  .details-content {
    padding: 20px 50px;
  }
}

/*  CSS Theme - details-content */

/* news-and-updates.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - news-and-updates- component item  */
.news-and-updates {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}

.news-and-updates .each-news-item {
  padding: 10px 0;
  text-align: -webkit-center;
}

.news-and-updates .each-news-item img, .news-and-updates .each-news-item p {
  width: 75%;
}

@media (min-width: 48em) {
  .news-and-updates .news-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .news-and-updates .news-items .each-news-item {
    width: 50%;
  }
}

/* CSS - terms-and-conditions component */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
.terms-and-conditions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
}

.terms-and-conditions .mb-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 30px;
}

.terms-and-conditions .mb-heading a {
  position: relative;
  float: right;
  text-decoration: none;
  padding-right: 30px;
}

.terms-and-conditions .mb-heading a::after {
  content: "^";
  position: absolute;
  right: 0;
  font-size: 35px;
  bottom: -7px;
}

.terms-and-conditions .mb-textarea {
  max-height: 400px;
  overflow-y: scroll;
  padding: 2em;
  border: 1px solid #D8D8D8;
}

.terms-and-conditions .mb-textarea p {
  font-size: 16px;
  margin-bottom: 0;
}

.terms-and-conditions .mb-textarea p:first-child {
  margin-top: 0;
}

.terms-and-conditions .mb-textarea .heading {
  font-weight: 500;
  color: #191919;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 30px;
}

/* End CSS - terms-and-conditions component */
/*  CSS Theme - mbenefits-offer-details-form component item */

/* media-contact.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - media-contact - component item  */
.media-contact {
  background-color: #C6001A;
}

.media-contact .media-contact-content {
  padding: 2em 15px;
}

.media-contact .media-contact-content h2 {
  margin-top: 0;
  color: #FFFFFF;
}

.media-contact .media-contact-content li {
  list-style: none;
  padding-top: 5px;
}

.media-contact .media-contact-content p,
.media-contact .media-contact-content a {
  color: #FFFFFF;
  margin: 0;
}

/*  CSS Theme - media-contact component item */

/* featured-news.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - featured-news - component  */
.featured-news .featured-news-content {
  padding: 2em 15px;
}

.featured-news .story-blurb {
  padding-top: 1em;
}

.featured-news .story-blurb div.datestamp {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 2em;
}

.featured-news .story-blurb h3 {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .featured-news .story-blurb {
    padding: 0;
    margin: 0 2em;
  }
  .featured-news .featured-news-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

/*  CSS Theme - featured-news component  */

/* news-release.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - news-release - component  */
.news-release-summary {
  border-bottom: 2px solid #D8D8D8;
  margin: 2em 2em 0em 2em;
  padding-bottom: 7em;
}

.news-release-summary .news-release-content {
  padding: 2em 15px;
}

.news-release-summary:last-child {
  padding-bottom: 0em;
  border-bottom: 0px none;
}

.news-release-summary .news-stamp {
  font-size: 1.4em;
  white-space: normal;
  padding: 0.5em 0.5em 0.5em 0;
  max-width: 18em;
}

.news-release-summary .news-title {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: bold;
  padding: 0.5em 0;
}

.news-release-summary a {
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
}

.news-release-summary a:hover {
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  padding: 0px 2em 0px 2em;
  margin: 0px -2em 0px -2em;
  text-decoration: none;
}

@media (min-width: 48em) {
  .news-release-summary .news-stamp {
    white-space: nowrap;
    padding: 1.5em 3em 3em 0;
  }
  .news-release-summary .news-title {
    padding: 1.5em 3em 3em;
  }
}

/*  CSS Theme - news-release component  */

/* news-release-detail.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - news-release-detail - component  */
.news-release-detail .news-release-detai-content {
  padding: 2em 15px;
}

.news-release-detail .news-release-detail-header {
  font-size: 1em;
}

.news-release-detail .news-release-detail-header time {
  line-height: 3em;
}

.news-release-detail .news-release-detail-header header img {
  width: 40%;
  float: left;
  margin: 0 30px 30px 0;
}

.news-release-detail .news-release-detail-header header time {
  margin: 0;
}

.news-release-detail .news-release-detail-body q {
  display: block;
  border-left: 5px solid #E10A0A;
  font-size: 200% !important;
  padding-left: 20px;
}

@media (min-width: 48em) {
  .news-release-detail .news-release-detail-header img {
    float: left;
    padding: 0 3em 3em 0;
  }
}

/*  CSS Theme - news-release-detail component  */

/* find-a-store */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - find-a-store page */
.find-apple-store {
  padding: 30px 0 30px 0;
}

.expand-items {
  /* This section has heading and content to be toggled */
}

.expand-items hr {
  margin: 0;
}

.expand-items .expand-section {
  padding: 0 10px 0 10px;
  /* This class will be called by javascript to toggle */
}

.expand-items .expand-section li {
  color: #555555;
  line-height: inherit;
}

.expand-items .expand-section li a {
  text-decoration: none;
  color: #E10A0A;
}

.expand-items .expand-section h3 {
  padding: 10px;
  position: relative;
  cursor: pointer;
  margin-right: 50px;
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.expand-items .expand-section h3:after {
  content: '+';
  position: absolute;
  right: -40px;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 33px;
  line-height: 22px;
}

.expand-items .expand-section h3:hover:after {
  opacity: 0.7;
}

.expand-items .expand-section ul {
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.3s;
  line-height: 30px;
}

.expand-items .expand-section.expandOpen ul {
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.expand-items .expand-section.expandOpen h3 {
  margin-bottom: 1.0rem;
}

.expand-items .expand-section.expandOpen h3:after {
  transform: rotate(45deg);
}

@media (min-width: 48em) {
  .expand-items {
    /* Styles here are mostly to override the styles in medium and small screens */
  }
  .expand-items hr {
    display: none;
  }
  .expand-items .column {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .expand-items .column h3 {
    pointer-events: none;
    cursor: default;
  }
  .expand-items .column h3:after {
    display: none;
  }
  .expand-items .column ul {
    max-height: inherit;
  }
  .expand-items .column .expand-section {
    padding: 10px;
  }
}

/*  CSS Theme - find-a-store */

/* compare-iphones.scss sass */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* Compare iPhones */
#compare-iphones-component {
  /* Images from apple are not of the same size, so the size had to be set.This can actually be resized by design team to avoid this*/
  /* This cta button is supposed to be small, and we should create styles for small and medium buttons after 4971*/
}

#compare-iphones-component .layout-header-decor + div {
  background: #E10A0A;
  background: linear-gradient(103.2deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
  margin: 0;
  width: 100%;
  height: 50px;
}

#compare-iphones-component .compare-grid {
  margin: 0 auto 30px auto;
  font-size: .7em;
  width: 100%;
  max-width: 1200px;
  line-height: 150%;
}

#compare-iphones-component #swiper-grid {
  display: block;
}

#compare-iphones-component #desktop-compare-grid {
  display: none;
}

#compare-iphones-component #compare-iphones-component .compare-grid tr td {
  padding: 0 20px;
}

#compare-iphones-component td.comp-subhdr[colspan="5"] {
  width: 100% !important;
}

#compare-iphones-component .compare-grid tr td {
  display: table-cell;
}

#compare-iphones-component #swiper-grid {
  min-width: 300px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 48em;
}

#compare-iphones-component .compare-grid tr th, #compare-iphones-component .compare-grid tr td {
  width: 20%;
  padding: 7px 12px 7px 12px;
  border-right: 1px solid #E2E2E2;
  display: static;
}

#compare-iphones-component .compare-grid tr:nth-child(-n+4) {
  text-align: center;
}

#compare-iphones-component .compare-grid tr:nth-child(-n+4) > * {
  border-right: none;
}

#compare-iphones-component .comp-grid-chipsets td {
  text-align: center;
}

#compare-iphones-component .compare-grid tr th:last-child, #compare-iphones-component .compare-grid tr td:last-child {
  border-right: none;
}

#compare-iphones-component .comp-grid-phone-names td img {
  max-height: 18px;
  max-width: 125px;
}

#compare-iphones-component .comp-grid-buy-buttons td .cta-button {
  min-width: 0;
  padding: 4px 30px;
  font-size: 16px;
}

#compare-iphones-component .compare-grid tr td.comp-subhdr {
  text-align: left;
  margin: 0;
  padding: 20px 0 0 0;
}

#compare-iphones-component .compare-grid tr td.comp-subhdr h4 {
  font-size: 130%;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 0 15px 0;
  padding-left: 10px;
}

#compare-iphones-component .compare-grid tr td figure {
  margin: 0 auto 8px auto;
}

#compare-iphones-component .comp-grid-chipsets td {
  text-align: center;
}

#compare-iphones-component .fine-print {
  background-color: #D8D8D8;
  padding: 20px;
  font-size: .6em;
}

#compare-iphones-component .fine-print ol {
  padding-left: 25px;
}

#compare-iphones-component .fine-print li {
  margin-bottom: 5px;
}

#compare-iphones-component .image-a10-chip {
  background: url(../../../content/dam/virginmobileimages/compareiphones/a10_m10_chip_large_2x.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  text-align: center;
}

#compare-iphones-component .image-a9-chip {
  background: url(../../../content/dam/virginmobileimages/compareiphones/a9_m9_chip_large_2x.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  text-align: center;
}

#compare-iphones-component .swiper-button-next, #compare-iphones-component .swiper-button-prev {
  top: 300px;
  position: fixed;
}

@media (min-width: 48em) {
  #compare-iphones-component #desktop-compare-grid {
    display: table;
  }
  #compare-iphones-component #swiper-grid {
    display: none;
  }
  #compare-iphones-component #compare-iphones-component #desktop-compare-grid.compare-grid tr td {
    width: 20%;
    padding: auto;
  }
}

/* featured-news.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - coverage-map component  */
.coverage-map {
  font-family: Quicksand;
  padding: 0 30px;
  text-align: center;
}

.coverage-map h2 {
  margin: 0 0 1em;
}

.coverage-map p {
  margin-bottom: 30px;
}

.coverage-map .mCovGoButton {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 15%;
  padding: 4px inherit;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 1em;
  background-color: #E10A0A !important;
  border: solid 2px #E10A0A !important;
  color: #FFFFFF;
  margin-top: 5px;
}

.coverage-map .mCovGoButton:hover {
  background-color: #980707 !important;
  border-color: #980707 !important;
}

.coverage-map #coverageMap input[type="text"] {
  -webkit-border-radius: 3px;
  border: 1px solid #555555;
  background: #F1F1F1;
  border-radius: 1em;
  padding-left: 10px;
}

.coverage-map #coverageMap td {
  vertical-align: middle;
}

.coverage-map #coverageMap div#impactServices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coverage-map #coverageMap #mCovBusy {
  top: -70px !important;
}

.coverage-map #coverageMap .mCovShowHideFilters {
  display: none;
}

.coverage-map #coverageMap #mapsection {
  border: 2px solid #FFFFFF !important;
}

.coverage-map #coverageMap div#mapandlegend {
  text-align: left;
}

.coverage-map #coverageMap .mCovAddrInput {
  height: 24px;
}

.coverage-map #coverageMap .coverage-map-content {
  margin: 0 auto;
}

.coverage-map #coverageMap .coverageMapCont {
  font-family: Quicksand;
  max-width: 80% !important;
}

.coverage-map #coverageMap .coverageMapCont #mapinput {
  font-size: 16px;
}

.coverage-map #coverageMap .coverageMapCont #mCovFilter, .coverage-map #coverageMap .coverageMapCont #legendsection {
  background: none !important;
}

.coverage-map #coverageMap #legendsection .colorswatch {
  border-radius: 100%;
}

.coverage-map #coverageMap #legendsection .legenditem {
  float: left;
  padding: 0.2% 5% 0.2% 0;
}

.coverage-map #coverageMap div#impactServices br {
  display: none;
}

.coverage-map #coverageMap div#impactServices span {
  padding: 0 20px 5px 0;
  width: 150px;
}

.coverage-map .coverage-map-more-content {
  text-align: center;
}

.coverage-map .coverage-map-more-content .exp-button {
  margin-bottom: 30px;
  font-weight: bold;
  color: #E10A0A;
}

.coverage-map .coverage-map-more-content .exp-button:before {
  content: '+';
  position: absolute;
  left: -35px;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #E10A0A;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
  line-height: 20px;
  width: 25px;
  height: 25px;
}

.coverage-map .coverage-map-more-content .more-content {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
}

.coverage-map .coverage-map-more-content.expandOpen .exp-button:before {
  transform: rotate(45deg);
}

.coverage-map .coverage-map-more-content.expandOpen .more-content {
  /* max-height is used for transition CSS3 animation */
  max-height: 5000px;
}

/*  CSS Theme - coverage-map component  */

/* guarantee-component.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - guarantee - component item  */
.guarantee .circle-dance-a {
  position: relative;
}

.guarantee .circle-dance-image {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% + 16px);
  text-align: center;
  margin: 0 -8px;
}

@media (min-width: 32em) {
  .guarantee .circle-dance-image {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .guarantee .circle-dance-image {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: left;
  }
}

.guarantee .circle-dance-text {
  position: relative;
  background: #E10A0A;
  background: linear-gradient(256deg, #A61A3A 0%, #E10A0A 70%, #D8580F 100%);
  padding: 30px;
  margin-top: -200px;
}

.guarantee .circle-dance-text p {
  color: #FFFFFF;
}

@media (min-width: 48em) {
  .guarantee .circle-dance-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(70% + 400px);
    padding: 10px 30px;
    margin-left: -400px;
    margin-top: 0;
  }
}

@media (min-width: 64em) {
  .guarantee .circle-dance-text {
    width: calc(70% + 200px);
    padding: 10px 30px;
    margin-left: -200px;
  }
}

.guarantee .circle-dance-text-inner {
  margin-top: 200px;
}

@media (min-width: 48em) {
  .guarantee .circle-dance-text-inner {
    margin-top: 0;
    margin-left: 400px;
  }
}

@media (min-width: 64em) {
  .guarantee .circle-dance-text-inner {
    margin-top: 0;
    margin-left: 200px;
  }
}

.guarantee-part-2 .grouping-a {
  text-align: center;
}

.guarantee-part-2 .grouping-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guarantee-part-2 .grouping-b .part {
  width: 100%;
}

.guarantee-part-2 .grouping-b .part:nth-child(1) {
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .guarantee-part-2 .grouping-b {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .guarantee-part-2 .grouping-b .part {
    width: 50%;
  }
  .guarantee-part-2 .grouping-b .part:nth-child(1) {
    padding-right: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-right: solid 1px #D8D8D8;
  }
  .guarantee-part-2 .grouping-b .part:nth-child(2) {
    padding-left: 50px;
  }
}

/*  CSS Theme - guarantee component item */

/* why-choose-us.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - why-choose-us page */
/*.two-column-item is a common class used by two of the components to become a two column layout*/
.two-column-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.two-column-item > * {
  text-align: center;
  padding: 10px;
}

.two-column-item .two-column-item > *:first-child {
  padding-right: 4%;
}

.two-column-item .two-column-item > *:last-child {
  padding-left: 4%;
}

.two-column-item .welcome-pane > *,
.two-column-item .exclusive-iphone-pane > * {
  padding-top: 10px;
}

.two-column-item p {
  margin-top: 0;
}

@media (min-width: 48em) {
  .welcome-pane {
    border-right: 1px solid #FFFFFF;
  }
}

.grouping-pane {
  margin: 0 auto;
}

.grouping-pane h3 {
  font-weight: bold;
  border-top: 1px solid #FFFFFF;
  width: 80%;
  padding-top: 20px;
  margin: 0 auto;
}

.grouping-pane h3 + p {
  margin: 0 auto 20px;
  width: 75%;
}

@media (min-width: 48em) {
  .grouping-pane {
    border-left: 1px solid #FFFFFF;
  }
}

/*.with-map is a 3 column layout with network map
// (The three column layout class is being called from phone-grid,
// should be taken care after creating a universal layout*/
.with-map h2, .with-map p {
  padding: 10px;
}

.with-map > * {
  padding: 10px 0;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 48em) {
  .with-map > * {
    text-align: left;
  }
}

.with-map > *:nth-child(2) {
  text-align: center;
}

/*.with-image is a 3 column layout with image*/
.with-image > * {
  padding: 10px 0 10px 0;
  -ms-flex-direction: column;
      flex-direction: column;
}

.with-image > *:nth-child(1), .with-image > *:nth-child(3) {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 48em) {
  .two-column-item {
    /* grouping-pane and bottom-element are used to align the contents in both the columns align instead of occupying space according to content*/
  }
  .two-column-item > * {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    width: 50%;
  }
  .two-column-item .grouping-pane {
    padding-bottom: 80px;
    position: relative;
  }
  .two-column-item .exclusive-iphone-pane h2 {
    text-align: center;
  }
  .two-column-item .bottom-element {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* exclusive-iphone-pane is a subclass name for the first two column layout
.same-row makes the children of the second flex item align in the same row
max-height is set to limit the image stretching according to the text
*/
  .exclusive-iphone-pane {
    padding-bottom: 60px;
    border-right: 1px solid #FFFFFF;
    text-align: left;
  }
  .exclusive-iphone-pane .same-row div {
    float: left;
    width: 25%;
    max-height: 60%;
  }
  .exclusive-iphone-pane .same-row p {
    margin-top: 0;
    float: left;
    width: 70%;
    max-height: 60%;
    padding-left: 30px;
  }
  .with-map > * {
    -ms-flex: 1;
        flex: 1;
  }
  .with-map > *:nth-child(2) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    padding: 2%;
  }
  .with-map > *:nth-child(2) img {
    min-width: 100%;
  }
  .with-image > *:nth-child(2) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 0 20%;
        flex: 1 0 20%;
    padding: 10px;
  }
  .with-image > *:nth-child(2) img {
    min-width: 0;
  }
  .with-image > *:nth-child(2):nth-child(2):before, .with-image > *:nth-child(2):nth-child(2):after {
    content: " | ";
    font-size: 40px;
    line-height: 60px;
  }
}

/* plans.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* CSS - plans - component item  */
/*plans-banner is for the banner component with image and text on right side*/
.plans-banner .u2c-text-btn {
  text-align: center;
  display: inline;
}

.plans-banner .u2c-text-btn small {
  display: block;
}

.plans-banner .u2c-text-btn p {
  line-height: 40px;
}

.plans-banner .u2c-text-btn .special {
  font-size: 100px;
}

.plans-banner .u2c-text-btn .special sup {
  font-size: 50px;
}

.plans-banner .uneven-two-col-two-button-container figure {
  display: block;
}

.plans-banner .uneven-two-col-two-button-container img {
  margin: 0;
}

@media (min-width: 48em) {
  .plans-banner .uneven-two-col-two-button-container .u2c-text-btn {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: 400px;
    padding: 0;
  }
  .plans-banner .uneven-two-col-two-button-container figure {
    padding: 0;
    position: absolute;
    bottom: -2px;
  }
}

/* offers is a two column layout used by both the offers in the plans page */
/* This uses part class in order to mark similar sections and also to select specific elements which would be complicated using the star selector*/
.two-equal-column {
  text-align: center;
}

.two-equal-column sup {
  font-size: 0.4em;
}

.two-equal-column .sub-details {
  color: #E10A0A;
  font-size: 0.9em;
}

.two-equal-column .special {
  color: #E10A0A;
}

.two-equal-column .special span {
  font-size: 100px;
  line-height: 100px;
}

.two-equal-column .cta-button-wrapper p {
  padding: 30px 20px;
}

@media (min-width: 48em) {
  .two-equal-column {
    padding: 20px 0;
  }
  .two-equal-column .cta-button-wrapper p {
    padding: 30px 0;
  }
}

.two-equal-column .two-column-items {
  padding: 0 15px;
}

.two-equal-column .two-column-items > * {
  text-align: center;
  /* This helps put a border at the bottom of the second child in mobile view.*/
}

.two-equal-column .two-column-items > *:nth-child(1) {
  border-bottom: solid 1px #D8D8D8;
}

@media (min-width: 48em) {
  .two-equal-column .two-column-items > * {
    -ms-flex: 1 50%;
        flex: 1 50%;
    -ms-flex-direction: row;
        flex-direction: row;
    /*padding to constraint the text spanning full width and also bottom padding for the absolutely positioned links*/
    padding: 0 40px 80px 40px;
  }
  .two-equal-column .two-column-items > *:nth-child(1) {
    border-bottom: 0;
    border-right: solid 1px #E10A0A;
  }
}

@media (min-width: 48em) {
  .two-equal-column .two-column-items {
    display: -ms-flexbox;
    display: flex;
  }
  .two-equal-column .two-column-items .details-align {
    text-align: center;
    position: absolute;
    width: 100%;
    padding-top: 20px;
    bottom: 5px;
    left: -10px;
  }
}

/*To give the plus symbol and the value a space between*/
.plans-international .special span > sup {
  margin-left: 20px;
}

/* three-column-offer is the 3 column component of plans page */
.three-column-offer {
  text-align: center;
  padding: 20px 10px;
  /*This class is defined in focal-world.scss*/
}

.three-column-offer h3 {
  color: #E10A0A;
}

.three-column-offer h5 {
  padding: 0 10px 20px 10px;
}

.three-column-offer .cta-button-wrapper {
  margin: 20px 0;
}

.three-column-offer .three-column-items > * img {
  width: 80%;
  margin: 0 auto;
}

/* simple text terms that needs padding on all sides on small screens */
.plans-page-terms {
  padding: 20px;
  text-align: left;
}

.plans-page-terms * {
  font-size: 14px;
  line-height: 20px;
}

/*  CSS Theme - offer promo component item */

/* legal.scss sass */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/* typography.scss */
body {
  font-family: Quicksand, Trebuchet, Helvetica, Arial, sans-serif;
  color: #555555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.textwell,
.pull-quote {
  font-size: 18px;
  line-height: 28px;
}

strong + p {
  margin-top: 5px;
}

h1 {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 30px 0;
}

@media (min-width: 32em) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 64em) {
  h1 {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  line-height: 40px;
  margin: 30px 0;
}

@media (min-width: 32em) {
  h2 {
    font-size: 29px;
  }
}

@media (min-width: 48em) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 64em) {
  h2 {
    font-size: 36px;
  }
}

@media (min-width: 75em) {
  h2 {
    font-size: 40px;
  }
}

h2.treatment-a {
  font-weight: 700;
  color: #FFFFFF;
}

h2.treatment-b {
  font-weight: 700;
  color: #E10A0A;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

@media (min-width: 32em) {
  h3 {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 64em) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  h3 {
    font-size: 27px;
    line-height: 40px;
  }
}

h3.treatment-a {
  color: #FFFFFF;
  font-weight: 700;
}

h3.treatment-b {
  color: #E10A0A;
}

h4, p {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 32em) {
  h4, p {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  h4, p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 64em) {
  h4, p {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  h4, p {
    font-size: 22px;
  }
}

h4 {
  font-weight: 700;
}

p {
  margin: 30px 0;
}

p.treatment-a {
  color: #FFFFFF;
}

p.treatment-b {
  color: #E10A0A;
}

p strong {
  font-weight: 700;
}

small,
.small {
  font-size: 14px;
  line-height: 20px;
}

figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

#legal-pages-component .legal-pages-content {
  padding: 0 15px;
  overflow: hidden;
}

#legal-pages-component .legal-pages-content a {
  word-wrap: break-word;
}

#legal-pages-component #legal-subnav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 50px 0 30px;
}

#legal-pages-component #legal-subnav .overlay {
  position: absolute;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#legal-pages-component #legal-subnav.menuOpen {
  height: 100%;
}

#legal-pages-component #legal-subnav.menuOpen .overlay {
  display: block;
}

#legal-pages-component #legal-subnav nav {
  z-index: 1;
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
}

#legal-pages-component #legal-subnav li {
  display: inline-block;
  position: static;
}

#legal-pages-component #legal-subnav li h4 {
  margin: 0 10px;
  color: #555555;
  font-weight: 300;
  padding-bottom: 5px;
  cursor: pointer;
}

#legal-pages-component #legal-subnav li h4.selected-section-header {
  color: #E10A0A;
  font-weight: 600;
  border-bottom: 4px solid #E10A0A;
}

#legal-pages-component #legal-subnav li .legal-topical-menu {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  text-align: left;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}

#legal-pages-component #legal-subnav li .legal-topical-menu.multiExpandOpen {
  max-height: 385px;
}

#legal-pages-component #legal-subnav li .legal-topical-menu li {
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #E2E2E2;
}

#legal-pages-component #legal-subnav li .legal-topical-menu li a {
  display: block;
  color: #555555;
  padding: 2px 2em;
  display: block;
  text-decoration: none;
}

#legal-pages-component #legal-subnav li .legal-topical-menu li a:hover, #legal-pages-component #legal-subnav li .legal-topical-menu li a.selected-section-link {
  color: #E10A0A;
}

#legal-pages-component #legal-side-nav {
  display: none;
  width: 20em;
  height: auto;
  padding: 40px 30px 40px 0;
  z-index: 3;
  position: fixed;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

#legal-pages-component #legal-side-nav ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1em;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#legal-pages-component #legal-side-nav ul.multiExpandOpen {
  max-height: 500px;
}

#legal-pages-component #legal-side-nav ul a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #555555;
  line-height: 1.2em;
  padding: 0 0 0.3em 16px;
}

#legal-pages-component #legal-side-nav ul a:hover {
  font-weight: 600;
  color: #E10A0A;
}

#legal-pages-component #legal-side-nav ul a.selected-section-link {
  font-weight: 600;
  color: #E10A0A;
  border-left: 2px solid #E10A0A;
  padding-left: 14px;
}

#legal-pages-component #legal-side-nav h4 {
  padding: 0;
  padding-left: 16px;
  cursor: pointer;
}

#legal-pages-component #legal-side-nav h4.selected-section-header {
  color: #E10A0A;
  border-left: 2px solid #E10A0A;
  padding-left: 14px;
}

#legal-pages-component #legal-landing-page {
  display: none;
}

#legal-pages-component #legal-landing-page summary {
  border: 1px solid #FFFFFF;
  padding: 130px 32px;
}

#legal-pages-component #legal-landing-page summary h1,
#legal-pages-component #legal-landing-page summary p {
  margin: 0;
  line-height: 1.5em;
}

#legal-pages-component #legal-landing-page summary h1.reversed {
  font-size: 2em;
  color: #555555;
}

#legal-pages-component #legal-landing-page summary p {
  font-size: 1.5em;
}

#legal-pages-component #legal-landing-page article {
  display: none;
  margin: 2em 0;
  border: 1px solid #D8D8D8;
  padding: 16px 32px 32px 32px;
}

#legal-pages-component #legal-landing-page article h2,
#legal-pages-component #legal-landing-page article p,
#legal-pages-component #legal-landing-page article ul {
  margin: 0;
}

#legal-pages-component #legal-landing-page article h2 {
  font-size: 2em;
  line-height: 1.5em;
}

#legal-pages-component #legal-landing-page article ul {
  overflow: hidden;
  list-style: none;
  margin: 1em -10px 1.5em;
}

#legal-pages-component #legal-landing-page article ul li {
  line-height: 1.5em;
  padding: 5px 10px;
  float: left;
  width: 100%;
  color: #555555;
}

#legal-pages-component #legal-landing-page article ul li a {
  color: #555555;
}

#legal-pages-component #legal-landing-page article ul li a:hover, #legal-pages-component #legal-landing-page article ul li a.selected-section-link {
  color: #E10A0A;
}

#legal-pages-component #legal-subpages {
  position: relative;
  margin: 130px 0 30px;
}

#legal-pages-component #legal-subpages .legal-copy {
  margin-bottom: 120px;
}

#legal-pages-component #legal-subpages .legal-copy p, #legal-pages-component #legal-subpages .legal-copy ul, #legal-pages-component #legal-subpages .legal-copy ol, #legal-pages-component #legal-subpages .legal-copy dl {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}

#legal-pages-component #legal-subpages .legal-copy li {
  font-size: 14px;
  line-height: 20px;
}

#legal-pages-component #legal-subpages .legal-copy table {
  width: 100%;
}

#legal-pages-component #legal-subpages .legal-copy table tbody tr th,
#legal-pages-component #legal-subpages .legal-copy table tbody tr td {
  float: left;
  display: block;
  width: 50%;
}

#legal-pages-component #legal-subpages .legal-copy table tbody tr th:last-child,
#legal-pages-component #legal-subpages .legal-copy table tbody tr td:last-child {
  padding-left: 10px;
}

#legal-pages-component #legal-subpages .legal-copy th {
  font-size: 18px;
  text-align: left;
}

#legal-pages-component #legal-subpages .legal-copy h2 {
  font-size: 26px;
  font-weight: bold;
}

#legal-pages-component #legal-subpages .legal-copy h2, #legal-pages-component #legal-subpages .legal-copy h3 {
  margin-bottom: 0;
}

#legal-pages-component #legal-subpages .legal-copy h3 {
  font-size: 22px;
}

#legal-pages-component #legal-subpages .legal-copy .effective-date {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}

#legal-pages-component #legal-subpages .legal-copy h4 {
  font-size: 16px;
  line-height: 20px;
}

#legal-pages-component #legal-subpages .legal-copy p, #legal-pages-component #legal-subpages .legal-copy dd, #legal-pages-component #legal-subpages .legal-copy ol, #legal-pages-component #legal-subpages .legal-copy ul {
  margin-bottom: 20px;
}

#legal-pages-component #legal-subpages .legal-copy ol,
#legal-pages-component #legal-subpages .legal-copy ul {
  margin-left: 1.5em;
}

#legal-pages-component #legal-subpages .legal-copy dt {
  font-weight: bold;
}

#legal-pages-component.is-landing #legal-landing-page {
  display: block;
}

#legal-pages-component.is-landing #legal-subpages,
#legal-pages-component.is-landing #legal-side-nav {
  display: none !important;
}

@media (min-width: 48em) {
  #legal-pages-component #legal-subnav {
    display: none;
  }
  #legal-pages-component #legal-side-nav {
    display: table-cell;
  }
  #legal-pages-component #legal-landing-page summary {
    padding: 16px 32px 0 32px;
  }
  #legal-pages-component #legal-landing-page article {
    display: block;
  }
  #legal-pages-component #legal-landing-page article ul li {
    width: 50%;
  }
  #legal-pages-component #legal-subpages {
    min-height: 750px;
    padding: 0 0 0 20em;
    display: table-cell;
  }
  #legal-pages-component #legal-subpages .legal-copy table tbody tr th,
  #legal-pages-component #legal-subpages .legal-copy table tbody tr td {
    width: 35%;
  }
  #legal-pages-component #legal-subpages .legal-copy table tbody tr th:first-child,
  #legal-pages-component #legal-subpages .legal-copy table tbody tr td:first-child {
    width: 65%;
  }
  #legal-pages-component #legal-subpages .legal-copy table tbody tr th:last-child,
  #legal-pages-component #legal-subpages .legal-copy table tbody tr td:last-child {
    padding-left: 20px;
  }
  #legal-pages-component #legal-subpages .legal-copy table tbody tr th:last-child p,
  #legal-pages-component #legal-subpages .legal-copy table tbody tr td:last-child p {
    padding-top: 40px;
    font-size: 16px;
  }
}

/* _post-nav-component-item.scss */
/* color.scss */
/*
  This seems more pragmatic to me, at least, after I realized the two above mixins are IDENTICAL except for the render angle.
  I'm leaving them in, short term, at least until I can figure out where all theyre being used [JAJpk|05.01]

  Usage Syntax:
  .DOMobj { @include virgin-gradient(180deg); }
*/
/* variables.scss */
/*  CSS - post-nav - component item  */
.hero-banner-content {
  margin-top: 55px;
}

.hero-banner-content .post-nav {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
  height: 60px;
}

.hero-banner-content .post-nav img {
  margin: 0 auto;
}

@media (min-width: 48em) {
  .hero-banner-content .post-nav {
    height: 70px;
    margin-top: -55px;
  }
  .hero-banner-content .post-nav img {
    margin: 0;
  }
}

/*  CSS Theme - post-nav component item */

