*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.hasModal {
  overflow: hidden;
}
body {
  position: relative;
  min-height: 100%;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  color: #333;
  background-color: #fff;
  padding-bottom: 60px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  color: #62b9e1;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h1 {
  font-size: 4rem;
  font-weight: 100;
  margin: 0 0 2rem;
  text-align: center;
}
h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
p {
  line-height: 1.4;
  margin-bottom: 2rem;
}
ul,
ol {
  margin: 0 0 2rem 2rem;
}
ul {
  list-style: square;
}
li {
  line-height: 1.4;
  margin-bottom: 1rem;
}
li:last-child {
  margin-bottom: 0;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden;
}
small {
  font-size: 1.2rem;
}
address {
  line-height: 1.4;
  margin: 0 0 2rem;
  font-style: normal;
  display: inline;
}
iframe {
  width: 100%;
}
b {
  font-weight: bold;
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100rem;
}
.grid .grid {
  padding: 0;
}
.clearfix:after,
.grid:after {
  content: '';
  display: table;
  clear: both;
}
[class^=xs-],
[class^=sm-],
[class^=md-] {
  position: relative;
  float: left;
}
.xs-100 {
  width: 100%;
}
.xs-75 {
  width: 75%;
}
.xs-67 {
  width: 66.66666667%;
}
.xs-50 {
  width: 50%;
}
.xs-33 {
  width: 33.33333333%;
}
.xs-25 {
  width: 25%;
}
.xs-20 {
  width: 20%;
}
.contentSect {
  padding: 2rem 0 1rem;
  border-bottom: .1rem solid #ddd;
}
.contentSect > :last-child {
  margin-bottom: 0;
}
.framed {
  margin: 0 auto 2rem;
  padding: .4rem;
  border: .1rem solid #ddd;
}
.btn {
  display: block;
  width: 100%;
  background-color: #62b9e1;
  margin-bottom: 2rem;
  padding: 2rem;
  font-size: 2.4rem;
  color: white;
  text-align: center;
  font-weight: 100;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn:hover {
  text-decoration: none;
  background-color: #339ccc;
}
.colorBox {
  background-color: #62b9e1;
  color: #fff;
}
.colorBox li {
  line-height: 1;
}
.blockAnchor {
  display: block;
}
header {
  position: relative;
  z-index: 9999;
  padding: 2rem 0 0;
  -webkit-box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#logoLink {
  display: block;
  max-width: 39.2rem;
  margin: 0 6.4rem 2rem 0;
}
#logoLink a {
  display: block;
}
header button {
  position: absolute;
  z-index: 1000;
  width: 4.4rem;
  right: 0;
  top: 0;
  background: transparent;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  outline: none;
}
header button hr {
  background: #62B9E1;
  border: 0 none;
  display: block;
  height: .2rem;
  width: 100%;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  -o-transition: transform .3s, -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header button hr:nth-child(1) {
  margin-top: .95rem;
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
}
header button hr:nth-child(2) {
  margin-top: .95rem;
  margin-bottom: .95rem;
}
header button hr:nth-child(3) {
  margin-bottom: .95rem;
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}
header button.open hr:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate3d(0, -0.475rem, 0);
     -moz-transform: rotate(-45deg) translate3d(0, -0.475rem, 0);
          transform: rotate(-45deg) translate3d(0, -0.475rem, 0);
}
header button.open hr:nth-child(2) {
  opacity: 0;
}
header button.open hr:nth-child(3) {
  -webkit-transform: rotate(45deg) translate3d(0, 0.475rem, 0);
     -moz-transform: rotate(45deg) translate3d(0, 0.475rem, 0);
          transform: rotate(45deg) translate3d(0, 0.475rem, 0);
}
nav {
  clear: both;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
nav.open {
  height: 37.2rem;
}
nav.open.expanded {
  height: 67.2rem;
}
#socialLinks {
  text-align: center;
  margin-bottom: 2rem;
}
#socialLinks a {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 2rem;
  vertical-align: top;
  background-image: url('./imgs/social-icon-sprite.png');
}
#socialLinks a:first-child {
  margin: 0;
}
#facebookLink {
  background-position: 0 0;
}
#twitterLink {
  background-position: -32px 0;
}
#instagramLink {
  background-position: -64px 0;
}
#emailLink {
  background-position: -96px 0;
}
nav ul {
  margin: 0;
  list-style: none;
  text-transform: capitalize;
  text-align: center;
}
nav .mainNav {
  margin-bottom: 2rem;
  white-space: nowrap;
}
nav .subNav {
  border-left: .1rem solid #62b9e1;
  border-right: .1rem solid #62b9e1;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
nav.expanded .subNav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 20rem;
}
nav .subNavIcon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: .1rem;
  right: 0;
  height: 4.9rem;
  width: 5rem;
  padding: 1rem;
  background: #339ccc;
  cursor: pointer;
}
nav .subNavIcon hr {
  background: #62b9e1;
  border: none;
  width: 100%;
  height: .3rem;
  margin-bottom: 1rem;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
nav.expanded .subNavIcon hr:nth-child(1),
nav.expanded .subNavIcon hr:nth-child(3) {
  opacity: 0;
}
nav ul li {
  line-height: 1;
}
nav .mainNavItem {
  position: relative;
  margin: 0;
  line-height: 1;
}
nav .mainNavItem:first-child {
  margin-left: 0;
}
nav .subNavItem {
  margin: 0;
}
nav .subNavLink,
nav .mainNavLink {
  display: block;
  background-color: #62b9e1;
  height: 5rem;
  line-height: 5rem;
  border-top: .1rem solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 100;
}
nav .subNavLink {
  border-top-color: #62b9e1;
  background: none;
  color: #333;
  font-size: 1.8rem;
}
nav li:first-child a {
  border-top: none;
}
.account-link-wrap {
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
.account-link-wrap a {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 24px;
  background: url('./imgs/MB-logomark-enso-radiance-@1x.png') no-repeat 0 0 / auto 18px;
}
#announcement {
  background: transparent url('http://static1.squarespace.com/static/53a48ae4e4b0ac2a87519563/t/553af4f2e4b03925cdecba74/1429927154537/East+View+lightened+2.jpg') no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}
#announcement h1 {
  text-align: center;
  color: #62b9e1;
  text-shadow: 0 .1rem 0 #fff;
}
#announcement .content {
  max-width: 48rem;
  padding: 2rem;
  margin: 0 auto 2rem;
  background-color: rgba(98,185,225,0.9);
  background: -moz-linear-gradient(bottom,rgb(106,222,255),rgb(60,168,223));
  background: -webkit-linear-gradient(bottom,rgb(106,222,255),rgb(60,168,223));
  background: -ms-linear-gradient(bottom,rgb(106,222,255),rgb(60,168,223));
  background: -o-linear-gradient(bottom,rgb(106,222,255),rgb(60,168,223));
  background: linear-gradient(to bottom,rgb(106,222,255),rgb(60,168,223));
  color: #fff;
  border: .4rem solid #fff;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.5);
}
#announcement .content p {
  color: rgb(50,126,255);
  margin-bottom: 0;
}
#announcement .content .btn {
  border: .1rem solid #fff;
  font-size: 1.8rem;
  max-width: 26rem;
  padding: 2rem 1rem;
  margin: 0 auto;
  background-color: rgb(50,126,255);
}
#announcement .content .btn p {
  font-size: 1.4rem;
  color: #fff;
  margin-top: .5rem;
}
#hero {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}
#hero img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#technique .colorBox {
  padding: 2rem;
  margin-bottom: 2rem;
}
#technique .colorBox h2 {
  margin: 0 0 1rem;
}
#technique .colorBox ul {
  margin: 2rem 0 0 2rem;
}
#technique .colorBox ul li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#technique .colorBox li:last-child,
#virtual li:last-child {
  margin-bottom: 0;
}

.healcode.schedule .schedule_list {
  max-height: 60rem;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
}

.healcode.schedule .schedule_list li {
  background: none;
}

.healcode.schedule .schedule_list .info_wrapper > div {
  margin-bottom: 10px;
}

.healcode.schedule .schedule_list .info_wrapper > div:last-child {
  margin-bottom: 0;
}

.healcode.schedule .schedule_list .schedule_date {
  margin-top: 20px;
}

.healcode.schedule .schedule_list .location {
  margin-bottom: 0;
  font-weight: bold;
}

.price-group {
  margin-bottom: 2rem;
}

.price-group small {
  display: block;
  vertical-align: middle;
  margin: 1rem 0;
}

.price-group small:before {
  display: none;
}

.price-group td {
  padding: 1rem 0;
  border-top: .1rem solid #ddd;
  line-height: 1.4;
}

.price-group td:nth-child(2) {
  width: 35%;
  text-align: right;
}

.price-groups + div {
  margin-bottom: 2rem;
}

.price-groups td a, .price-groups + div a {
  font-weight: bold;
}
#pricing li {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}
.teammate {
  text-align: center;
  margin: 0 0 2rem;
}
.teammate .framed {
  margin: 0;
}
.teammate .header {
  padding: .5rem;
}
.teammate .name {
  font-weight: bold;
}
.teammate img {
  display: inline-block;
  vertical-align: top;
}
.teammate .footer {
  font-size: 1.4rem;
  padding: .5rem;
}
.teammate .name,
.teammate .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.q {
  font-weight: bold;
}
.qa {
  font-size: 1.4rem;
}
.q {
  margin-bottom: 0;
}
.a {
  font-style: italic;
}
#contact .framed {
  margin-left: 0;
  margin-right: 0;
}
#contact .error {
  color: red;
  margin-top: -1rem;
}
.addressLink {
  display: inline-block;
  margin-bottom: 2rem;
}
.location {
  margin-bottom: 4rem;
  padding-right: 4rem;
}
input[type='text'],
input[type='email'] {
  display: block;
  background: none;
  border: .1rem solid #ddd;
  width: 100%;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 2rem;
  padding: 1rem;
  -webkit-appearance:none;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input.hp {
  display: none;
}
.post-tile {
  display: block;
}
.post-tile h3 {
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 300;
}
.single h1 {
  font-size: 2rem;
}
.single article .framed {
  margin: 0 0 2rem;
}
.single .additional-posts .grid {
  padding: 0;
}
.single .post-tile {
  margin-bottom: 2rem;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  background-color: #fff;
  text-align: center;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
     -moz-transition: opacity .5s;
          transition: opacity .5s;
}
.overlay.active {
  opacity: 1;
}
.modal {
  position: absolute;
  z-index: 999999;
  left: 2rem;
  top: 2rem;
  bottom: 2rem;
  right: 2rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0,0,0,1);
  overflow: hidden;
}
.modal .header {
  position: relative;
  z-index: 99999;
  padding: 0 2rem;
  height: 5rem;
  line-height: 5rem;
  background-color: #eee;
  -webkit-box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
}
.modal .header h2 {
  line-height: 5rem;
}
.modal button {
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background: #ddd;
  border: none;
  outline: none;
}
.modal button:before,
.modal button:after {
  display: block;
  content: '';
  width: 80%;
  height: .2rem;
  background: #62b9e1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.1rem 0 0 -40%;
}
.modal button:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal button:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .body {
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  padding: 2rem 2rem 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal h2 {
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
.modal .title {
  font-weight: 300;
}
.modal img {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto 2rem;
}
#bttb {
  z-index: 100;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  background: #ccc;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: #ccc;
  opacity: .9;
}
#bttb:before,
#bttb:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -2rem;
  top: 50%;
  border-style: solid;
  border-width: 2rem;
}
#bttb:before {
  border-color: transparent transparent #aaa;
  margin-top: -2.8rem;
}
#bttb:after {
  border-color: transparent transparent #ccc;
  margin-top: -2.4rem;
}


html.deal body {
  background: url('./imgs/leg-lift.jpg') 30% 0 / cover no-repeat;
  padding: 0;
}

html.deal .deal-pane {
  background: rgba(255,255,255,.9);
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

html.deal .deal-pane .logo-wrap {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}

html.deal .deal-pane h1 {
  color: #62b9e1;
  font-weight: 500;
  margin-bottom: 1rem;
}

html.deal .deal-pane h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #62b9e1;
}

html.deal .deal-pane p {
  font-weight: 500;
  color: rgb(128,130,133);
}

html.deal .deal-pane .btn {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  line-height: 1.5;
}

html.deal .deal-pane .btn small {
  font-size: 1.6rem;
}

html.deal .deal-pane .contact {
  margin-top: 4rem;
}

html.deal .deal-pane .contact > div {
  margin-top: 1rem;
}

html.deal .deal-pane .contact a {
  font-weight: 500;
}

@media (min-width: 1025px) {
  body {
    font-size: 16px;
    padding-top: 144px;
  }
  h1 {
    font-size: 6rem;
    margin: 0 0 4rem 2rem;
    text-align: left;
  }
  [class^=xs-],
  [class^=sm-],
  [class^=md-] {
    padding: 0 2rem;
  }
  .sm-100 {
    width: 100%;
  }
  .sm-75 {
    width: 75%;
  }
  .sm-67 {
    width: 66.66666667%;
  }
  .sm-50 {
    width: 50%;
  }
  .sm-33 {
    width: 33.33333333%;
  }
  .sm-25 {
    width: 25%;
  }
  .sm-20 {
    width: 20%;
  }
  .contentSect {
    padding: 4rem 0 2rem;
  }
  .btn {
    font-size: 3.6rem;
  }
  header {
    position: fixed;
    width: 100%;
    height: 14.4rem;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #logoLink {
    margin: 0 auto 2rem;
  }
  #socialLinks {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  #socialLinks a {
    margin-left: 1rem;
  }
  header button {
    display: none;
  }
  nav {
    height: auto;
    overflow: visible;
  }
  nav .mainNav {
    margin: 0;
  }
  nav .subNav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: auto;
    left: 50%;
    width: 13rem;
    margin-left: -6.5rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
    border: none;
    -webkit-transform: translate3d(0, 2rem, 0);
    -moz-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
    -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    -moz-transition: visibility .3s, opacity .3s, transform .3s, -moz-transform .3s;
    -o-transition: visibility .3s, opacity .3s, transform .3s, -o-transform .3s;
    transition: visibility .3s, opacity .3s, transform .3s;
    transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  }
  nav.expanded .subNav {
    height: auto;
  }
  nav .subNavIcon {
    position: relative;
    height: .9rem;
    width: 1.6rem;
    margin-left: .3rem;
    padding: 0;
    background: none;
  }
  nav .subNavIcon hr {
    height: .1rem;
    margin-bottom: .3rem;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  nav.expanded .subNavIcon hr:nth-child(1),
  nav.expanded .subNavIcon hr:nth-child(3) {
    opacity: 1;
  }
  nav .mainNavItem {
    margin-left: 2rem;
    display: inline-block;
  }
  nav .subNavItem {
    padding: 1rem 0 0;
  }
  nav .subNavItem:first-child {
    margin-top: .6rem;
  }
  nav .subNavItem:last-child {
    margin-bottom: 1rem;
  }
  nav .subNavLink,
  nav .mainNavLink {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 300;
    height: auto;
    line-height: 1;
    padding: 0 .3rem .3rem;
    color: #333;
    background: none;
    border: none;
    border-bottom: .3rem solid transparent;
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    -o-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
  }
  nav .subNavLink:hover,
  nav .mainNavLink:hover {
    border-bottom-color: #62b9e1;
    text-decoration: none;
  }
  nav .subNavLink.current_hash,
  nav .mainNavLink.current_hash {
    border-bottom-color: #62b9e1;
  }
  nav .subNavLink {
    font-size: inherit;
  }
  .account-link-wrap {
    padding: 20px 0;
  }
  .account-link-wrap a {
    font-size: 24px;
    background-size: auto 24px;
    padding-left: 32px;
  }
  #announcement .content .btn:hover {
    background-color: #005EFF;
  }
  #announcement .content p {
    font-size: 1.8rem;
  }
  #announcement .content h2 {
    font-size: 2.4rem;
  }
  .price-group small {
    display: inline-block;
  }
  .price-group small:before {
    display: inline-block;
    content: '-';
    margin: 0 .5rem;
  }
  .modal {
    position: absolute;
    z-index: 999999;
    width: 72.7rem;
    left: 50%;
    margin-left: -36.35rem;
    right: auto;
  }
  .modal.policy {
    width: 50rem;
    height: 34rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: -17rem 0 0 -25rem;
  }
  .modal .header {
    height: 4rem;
    line-height: 4rem;
  }
  .modal .header h2 {
    line-height: 4rem;
  }
  .modal button {
    width: 4rem;
    height: 4rem;
  }
  .modal .body {
    top: 4rem;
  }
  .modal img {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .single h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  html.deal .deal-pane {
    position: absolute;
    top: 4rem;
    right: 4rem;
    bottom: auto;
    left: auto;
    padding: 4rem;
    max-width: 60rem;
  }

  html.deal .deal-pane h1 {
    margin-left: 0;
    text-align: center;
  }

}
