/* line 116, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

/* line 132, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 140, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 148, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 157, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 162, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 169, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 177, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 187, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 192, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 198, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.dropup {
  margin-top: -5px;
}

/* line 202, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 209, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 217, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

/* line 223, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

/* line 230, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 235, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

/* line 241, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* line 246, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

/* line 255, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

/* line 262, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker table {
  width: 100%;
  margin: 0;
}

/* line 267, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 277, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 284, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 292, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 301, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 310, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 314, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 318, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 323, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #72CAC4;
  border-color: transparent;
  color: #fff;
}

/* line 332, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 341, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 349, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 357, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 362, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 366, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 375, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

/* line 389, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

/* line 395, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .daterangepicker_input {
  position: relative;
}

/* line 398, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 407, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

/* line 411, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

/* line 420, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

/* line 428, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 440, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

/* line 446, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 453, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 463, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/* line 469, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 479, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker {
    width: auto;
  }
  /* line 483, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker .ranges ul {
    width: 160px;
  }
  /* line 490, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 495, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  /* line 500, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  /* line 505, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  /* line 511, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  /* line 515, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 519, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 526, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  /* line 529, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 537, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  /* line 541, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  /* line 545, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  /* line 549, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  /* line 553, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  /* line 557, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 564, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  /* line 567, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 575, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  /* line 579, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  /* line 583, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  /* line 593, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 597, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.ltr .ranges {
    float: left;
  }
  /* line 602, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 607, vendor/assets/stylesheets/daterangepicker-2-1-24.scss */
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget {
  width: 100%;
  margin: 30px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingInner {
  display: table;
  width: 390px;
}

/* line 2, app/assets/stylesheets/v4/external/link-texting.scss */
.facebook .linkTextingWidget .linkTextingInner, .badge .linkTextingWidget .linkTextingInner {
  width: 100%;
}

/* line 3, app/assets/stylesheets/v4/external/link-texting.scss */
.facebook.size-large .linkTextingInputWrapper {
  margin-bottom: 10px;
}

/* line 3, app/assets/stylesheets/v4/external/link-texting.scss */
.facebook.size-xlarge .linkTextingInputWrapper {
  margin-bottom: 15px;
}

/* line 4, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingInputWrapper {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingInput {
  display: block;
  width: 220px;
  padding: 7px;
  text-indent: 2%;
  float: left;
  margin: 0;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: Helvetica,sans-serif;
  outline: none !important;
  height: 36px;
  color: #333;
}

/* line 6, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingInputFlagAdjust {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
}

/* line 7, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingButton {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin: 0 5px 10px 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 156px;
  font-size: 14px;
  margin: 0;
  font-family: Helvetica,sans-serif;
  outline: none !important;
}

/* line 8, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingError {
  font-family: Helvetica;
  color: #cf6969;
  margin-top: 5px;
  margin-left: 0;
  font-size: 14px;
}

/* line 9, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .linkTextingButton:hover {
  background-color: #666;
}

/* line 9, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list {
  text-align: left;
  color: #333;
}

/* line 10, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .poweredDiv {
  font-family: Helvetica;
  color: #bbb;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* line 11, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .poweredLink {
  font-family: Helvetica;
  color: #bbb;
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

/* line 12, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .flag-dropdown:hover {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 14, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 15, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 16, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
          box-shadow: 0 0 1px 0 #888;
  background-image: url(https://d3q6uu7asevdsg.cloudfront.net/img/flags-retina.png);
  background-color: #dbdbdb;
  background-position: 100% 100%;
}

/* line 17, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.be {
  width: 18px;
}

/* line 17, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ch {
  width: 15px;
}

/* line 18, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mc {
  width: 19px;
}

/* line 18, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ne {
  width: 18px;
}

/* line 19, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.np {
  width: 13px;
}

/* line 19, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 20, app/assets/stylesheets/v4/external/link-texting.scss */
  .linkTextingWidget .iti-flag {
    background-size: 5630px 15px;
  }
}

/* line 21, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

/* line 21, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

/* line 22, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

/* line 22, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

/* line 23, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

/* line 23, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

/* line 24, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

/* line 24, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

/* line 25, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

/* line 25, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

/* line 26, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

/* line 26, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

/* line 27, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

/* line 27, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

/* line 28, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

/* line 28, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

/* line 29, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

/* line 29, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

/* line 30, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

/* line 30, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

/* line 31, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

/* line 31, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

/* line 32, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

/* line 32, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

/* line 33, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

/* line 33, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

/* line 34, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

/* line 34, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

/* line 35, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

/* line 35, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

/* line 36, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

/* line 36, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

/* line 37, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

/* line 37, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

/* line 38, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

/* line 38, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

/* line 39, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

/* line 39, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

/* line 40, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

/* line 40, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

/* line 41, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

/* line 41, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

/* line 42, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

/* line 42, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

/* line 43, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

/* line 43, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

/* line 44, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

/* line 44, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

/* line 45, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

/* line 45, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

/* line 46, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

/* line 46, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

/* line 47, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

/* line 47, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

/* line 48, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

/* line 48, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

/* line 49, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}

/* line 49, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

/* line 50, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

/* line 50, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

/* line 51, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

/* line 51, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

/* line 52, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

/* line 52, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

/* line 53, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

/* line 53, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

/* line 54, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

/* line 54, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

/* line 55, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

/* line 55, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

/* line 56, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

/* line 56, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

/* line 57, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

/* line 57, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

/* line 58, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

/* line 58, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

/* line 59, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

/* line 59, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

/* line 60, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

/* line 60, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

/* line 61, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

/* line 61, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

/* line 62, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

/* line 62, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

/* line 63, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

/* line 63, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

/* line 64, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

/* line 64, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

/* line 65, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

/* line 65, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

/* line 66, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

/* line 66, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

/* line 67, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

/* line 67, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

/* line 68, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

/* line 68, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

/* line 69, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

/* line 69, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

/* line 70, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

/* line 70, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

/* line 71, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

/* line 71, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

/* line 72, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

/* line 72, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

/* line 73, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

/* line 73, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

/* line 74, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

/* line 74, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

/* line 75, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

/* line 75, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

/* line 76, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

/* line 76, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

/* line 77, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

/* line 77, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

/* line 78, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

/* line 78, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

/* line 79, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

/* line 79, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

/* line 80, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

/* line 80, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

/* line 81, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

/* line 81, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

/* line 82, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

/* line 82, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

/* line 83, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

/* line 83, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

/* line 84, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

/* line 84, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

/* line 85, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

/* line 85, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

/* line 86, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

/* line 86, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

/* line 87, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

/* line 87, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

/* line 88, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

/* line 88, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

/* line 89, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

/* line 89, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

/* line 90, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

/* line 90, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

/* line 91, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

/* line 91, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

/* line 92, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

/* line 92, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

/* line 93, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

/* line 93, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

/* line 94, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

/* line 94, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

/* line 95, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

/* line 95, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

/* line 96, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

/* line 96, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

/* line 97, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

/* line 97, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

/* line 98, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

/* line 98, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

/* line 99, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

/* line 99, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

/* line 100, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

/* line 100, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

/* line 101, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

/* line 101, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

/* line 102, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

/* line 102, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

/* line 103, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

/* line 103, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

/* line 104, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

/* line 104, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

/* line 105, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

/* line 105, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

/* line 106, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

/* line 106, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

/* line 107, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

/* line 107, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

/* line 108, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

/* line 108, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

/* line 109, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

/* line 109, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

/* line 110, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

/* line 110, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

/* line 111, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

/* line 111, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

/* line 112, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

/* line 112, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

/* line 113, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

/* line 113, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

/* line 114, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

/* line 114, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

/* line 115, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

/* line 115, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

/* line 116, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

/* line 116, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

/* line 117, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

/* line 117, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

/* line 118, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

/* line 118, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

/* line 119, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

/* line 119, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

/* line 120, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

/* line 120, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

/* line 121, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

/* line 121, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

/* line 122, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

/* line 122, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

/* line 123, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

/* line 123, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

/* line 124, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

/* line 124, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

/* line 125, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

/* line 125, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

/* line 126, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

/* line 126, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

/* line 127, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

/* line 127, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

/* line 128, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

/* line 128, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

/* line 129, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

/* line 129, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

/* line 130, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

/* line 130, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

/* line 131, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

/* line 131, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

/* line 132, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

/* line 132, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

/* line 133, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

/* line 133, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

/* line 134, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

/* line 134, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

/* line 135, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

/* line 135, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

/* line 136, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

/* line 136, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

/* line 137, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

/* line 137, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

/* line 138, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

/* line 138, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

/* line 139, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

/* line 139, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

/* line 140, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

/* line 140, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

/* line 141, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

/* line 141, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

/* line 142, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

/* line 142, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

/* line 143, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

/* line 143, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

/* line 144, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

/* line 144, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

/* line 145, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

/* line 145, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

/* line 146, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

/* line 146, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

/* line 147, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

/* line 147, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

/* line 148, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

/* line 148, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

/* line 149, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

/* line 149, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 150, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 151, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  text-align: left;
  color: #333;
}

/* line 152, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country {
  padding: 5px 10px;
}

/* line 152, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 153, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .flag {
  display: inline-block;
  width: 20px;
}

/* line 153, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .flag {
  vertical-align: middle;
}

/* line 154, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .flag {
  margin-right: 6px;
}

/* line 154, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country-name, .linkTextingWidget .country-list .dial-code, .linkTextingWidget .country-list .flag {
  vertical-align: middle;
}

/* line 155, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country-name, .linkTextingWidget .country-list .flag {
  margin-right: 6px;
}

/* line 156, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country .dial-code {
  color: #999;
}

/* line 156, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .hide {
  display: none !important;
}

/* line 157, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .country:hover {
  background-color: rgba(128, 128, 128, 0.16);
}

/* line 158, app/assets/stylesheets/v4/external/link-texting.scss */
.linkTextingWidget .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 159, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .closeButton {
  background-color: #4c4d4d;
  color: #a8a9a9;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  font-family: 'OpenSans',sans-serif;
  top: 40px;
  right: 45px;
  font-size: 12px;
  padding: 2px 7px;
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingWidgetWrapper {
  width: 100%;
  height: 100%;
}

/* line 160, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingWidget {
  padding: 0;
  border-radius: 5px;
}

/* line 161, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingButton {
  position: absolute;
  right: 8px;
  top: 5px;
  min-width: 138px;
  background-color: #747474;
  font-size: 11pt;
  font-weight: bold;
}

/* line 162, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingInner {
  position: relative;
  width: 100%;
}

/* line 162, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .intl-tel-input {
  width: 100%;
}

/* line 163, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingInputWrapper {
  width: 100%;
}

/* line 163, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .linkTextingInput {
  width: 100%;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 164, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .promptContent {
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 165, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper .sliderButton {
  display: none;
}

/* line 165, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 285pt;
}

/* line 166, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal .linkTextingWidget {
  padding: 30px 0 25px 0;
  width: initial;
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal.prompt-placement-left {
  left: 0;
}

/* line 167, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal.prompt-placement-left .linkTextingWidget {
  border-radius: 0 5px 0 0;
}

/* line 168, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal.prompt-placement-right {
  right: 0;
}

/* line 168, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal.prompt-placement-right .linkTextingWidget {
  border-radius: 5px 0 0 0;
}

/* line 169, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal .closeButton {
  top: 40px;
  right: 25px;
  font-size: 12px;
  padding: 2px 7px;
}

/* line 170, app/assets/stylesheets/v4/external/link-texting.scss */
.iframePromptWrapper.promptWrapper.prompt-modal .closeButton {
  top: 15px;
}

/* line 170, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-modal .promptContent {
  margin-bottom: 20px;
}

/* line 171, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 9999;
}

/* line 172, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page .linkTextingWidgetWrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 173, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page .linkTextingWidget {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 50%;
}

/* line 174, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page .promptContent {
  width: 100%;
  font-size: 34pt;
  text-align: center;
  margin-bottom: 50px;
}

/* line 175, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page .linkTextingInner {
  width: 35%;
  margin: 0 auto;
}

/* line 175, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-full_page .closeButton {
  position: fixed;
  background-color: #4c4d4d;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  font-size: 30px;
  padding: 0 12px;
}

/* line 176, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar {
  height: 66px;
}

/* line 176, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar.prompt-placement-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 177, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar .linkTextingWidget {
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 178, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar .linkTextingInner {
  width: 40%;
  display: inline-table;
  position: relative;
  margin-top: 9px;
}

/* line 179, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar .promptContent {
  width: 40%;
  display: inline-table;
  position: relative;
  float: left;
  text-align: right;
  padding-right: 30px;
  font-size: 18pt;
  font-weight: bold;
  margin-top: 17px;
}

@media (min-width: 1280px) {
  /* line 180, app/assets/stylesheets/v4/external/link-texting.scss */
  .promptWrapper.prompt-bar .linkTextingInner {
    width: 30%;
  }
  /* line 180, app/assets/stylesheets/v4/external/link-texting.scss */
  .promptWrapper.prompt-bar .promptContent {
    width: 50%;
  }
}

@media (min-width: 1560px) {
  /* line 181, app/assets/stylesheets/v4/external/link-texting.scss */
  .promptWrapper.prompt-bar .linkTextingInner {
    width: 20%;
  }
  /* line 181, app/assets/stylesheets/v4/external/link-texting.scss */
  .promptWrapper.prompt-bar .promptContent {
    width: 50%;
  }
}

/* line 182, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-bar .closeButton {
  right: 55pt;
  padding: 4px 15px;
  font-weight: normal;
  font-size: 25px;
  top: 12px;
}

/* line 183, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider {
  position: fixed;
  display: table;
  left: -100000px;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

/* line 184, app/assets/stylesheets/v4/external/link-texting.scss */
.iframePromptWrapper.promptWrapper.prompt-slider {
  left: 0;
  width: 100%;
}

/* line 184, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider.prompt-placement-left {
  width: 0;
}

/* line 185, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider.prompt-placement-right {
  width: 200%;
}

/* line 185, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider.prompt-timing-slow {
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}

/* line 186, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider.prompt-timing-fast {
  -webkit-transition: width 100ms ease;
  transition: width 100ms ease;
}

/* line 187, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider.prompt-open {
  left: 0;
  top: 0;
  width: 100%;
}

/* line 187, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .linkTextingWidgetWrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 188, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .linkTextingWidget {
  position: relative;
  width: 640px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 90px 20px 90px;
}

/* line 189, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .promptContent {
  font-size: 26pt;
  margin-bottom: 45px;
  margin-top: 15px;
}

/* line 190, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .linkTextingInner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/* line 191, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .closeButton {
  top: 20px;
  right: 20px;
  font-size: 25px;
  padding: 2px 12px;
}

/* line 192, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .linkTextingInput {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 193, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .linkTextingWidget .linkTextingButton {
  height: 50px;
  width: 150px;
}

/* line 194, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .sliderButton {
  position: absolute;
  top: 110px;
  display: block;
}

/* line 195, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .sliderButton:first-child {
  left: -60px;
}

/* line 195, app/assets/stylesheets/v4/external/link-texting.scss */
.promptWrapper.prompt-slider .sliderButton:last-child {
  right: -60px;
}

/* line 196, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeContainer.badge-3 .linkTextingWidget {
  width: 420px;
}

/* line 196, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeContainer.badge-3 .linkTextingWidget .linkTextingInner {
  margin: 0 auto;
  width: 400px;
}

/* line 197, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeRow {
  width: 390px;
}

/* line 197, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeRow.badge-3 {
  width: 425px;
}

/* line 197, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeRow span {
  margin: 0 auto;
  display: table;
}

/* line 198, app/assets/stylesheets/v4/external/link-texting.scss */
.badgeRow a {
  text-decoration: none;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 54, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

/* line 98, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 101, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 104, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 110, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 115, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 121, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 132, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 140, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 144, app/assets/stylesheets/v4/external/jquery-ui.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 147, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 150, app/assets/stylesheets/v4/external/jquery-ui.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 155, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 159, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 162, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 167, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 171, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 175, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 180, app/assets/stylesheets/v4/external/jquery-ui.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 185, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 194, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 198, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 203, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 210, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 213, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 220, app/assets/stylesheets/v4/external/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 225, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 230, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 234, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 241, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 245, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 248, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 251, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 254, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 257, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 266, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 271, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 275, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 279, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 285, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 291, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 295, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 302, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 310, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 318, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 323, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 326, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 329, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 333, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 336, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 339, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 342, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 346, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 349, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 356, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 359, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 363, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 367, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 371, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 375, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 378, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 381, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 385, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 390, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 398, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 402, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 410, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 419, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 426, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 433, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 436, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 440, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 447, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 450, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 454, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 461, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 464, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 473, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 480, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 486, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 489, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
/* line 494, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 503, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 507, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 512, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 516, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8Jafv48aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 522, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 525, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 528, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 535, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 539, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 546, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 553, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 560, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 567, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 574, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 581, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 588, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 595, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 599, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 604, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 612, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 618, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 627, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 630, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

/* line 637, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

/* line 644, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 653, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 657, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 666, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 676, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

/* line 681, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 684, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 688, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 692, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 695, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 699, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 703, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 708, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 712, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 715, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 718, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 722, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 729, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 739, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 753, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 759, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 765, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 768, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 773, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 777, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 781, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 785, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 795, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 800, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 804, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 809, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 812, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 818, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 826, app/assets/stylesheets/v4/external/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 832, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 836, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 839, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 846, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 851, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 854, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 860, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 866, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 874, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 880, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 891, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 902, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 910, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 919, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 926, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 931, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 938, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 943, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 948, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 953, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 960, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 967, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 975, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 979, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_222222_256x240.png);
}

/* line 983, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_222222_256x240.png);
}

/* line 986, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-default .ui-icon {
  background-image: url(/images/ui-icons_888888_256x240.png);
}

/* line 989, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/images/ui-icons_454545_256x240.png);
}

/* line 993, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-active .ui-icon {
  background-image: url(/images/ui-icons_454545_256x240.png);
}

/* line 996, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/images/ui-icons_2e83ff_256x240.png);
}

/* line 999, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
/* line 1005, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1006, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 1007, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 1008, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 1009, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 1010, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 1011, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 1012, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 1013, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 1014, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 1015, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 1016, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1017, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1018, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1019, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1020, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 1021, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1022, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1023, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1024, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1025, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1026, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1027, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1028, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1029, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1030, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 1031, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1032, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1033, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1034, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1035, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1036, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1037, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1038, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1039, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1040, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1041, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1042, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 1043, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1044, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1045, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1046, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1047, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1048, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1049, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1050, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1051, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1052, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1053, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1054, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1055, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1056, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1057, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1058, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1059, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1060, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1061, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1062, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1063, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1064, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1065, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1066, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1067, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1068, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1069, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1070, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1071, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1072, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1073, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1074, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1075, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1076, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1077, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1078, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1079, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1080, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1081, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1082, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1083, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1084, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1085, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1086, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1087, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1088, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1089, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1090, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1091, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1092, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1093, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1094, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1095, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1096, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1097, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1098, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1099, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1100, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1101, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1102, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1103, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1104, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1105, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1106, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1107, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1108, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1109, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1110, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1111, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1112, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1113, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1114, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1115, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1116, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1117, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1118, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1119, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1120, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1121, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1122, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1123, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1124, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1125, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1126, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1127, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1128, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1129, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1130, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1131, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1132, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1133, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1134, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1135, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1136, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1137, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1138, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1139, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1140, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1141, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1143, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1144, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1145, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1146, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1147, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1148, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1149, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1150, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1151, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1152, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1153, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1154, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1155, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1156, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1157, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1158, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1159, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1160, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1161, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1162, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1163, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1164, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1165, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1166, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1167, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1168, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1169, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1170, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1171, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1172, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1173, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1174, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1175, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1176, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1177, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1178, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1179, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1180, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1187, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 1193, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 1199, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 1205, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1213, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1218, app/assets/stylesheets/v4/external/jquery-ui.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

@font-face {
  font-family: 'gotham-htf-book';
  src: url(/assets/fonts/GothamHTF-Book-55612130c54efa7287b141f6b81d1f411da6a089706d962b4b6f309f530da8d0.ttf) format("truetype");
}

@font-face {
  font-family: 'gotham-htf-bold';
  src: url(/assets/fonts/GothamHTF-Bold-20b0829cd37e62f168f7d001e09ad8af2640d71b5219daaa1aed68df4fbef8f8.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-book-italic';
  src: url(/assets/fonts/GothamHTF-BookItalic-95911915a73d8f08631c61dcfbb786398d4942c9bfc13e553f6bc1812f2b3b9e.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-condensed-light';
  src: url(/assets/Gotham-Condensed-Light-945b1934b0007c318189b663622e402c8e05fdabf6ced1b6f9a14e7da5b706b9.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-condensed-light';
  src: url(/assets/Gotham-Condensed-Light-945b1934b0007c318189b663622e402c8e05fdabf6ced1b6f9a14e7da5b706b9.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-medium';
  src: url(/assets/fonts/Gotham-Medium-bc397773a547218b8c334f9a40ea8e58f55198fab6095b103e598634fe273450.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-medium';
  src: url(/assets/fonts/GothamHTF-Medium-41b717f471ef32cf91f113e61444fa1c090c37e3b3b191901271eb926ccf2367.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-light';
  src: url(/assets/fonts/GothamHTF-Light-8ea386bb61435106247aff725bab63a585b46ab220e16149ec0155d946253e78.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-thin';
  src: url(/assets/fonts/GothamHTF-Thin-57f4006c6c79ba30063299ad5687454e130b42a64b8cb38d3e6deaa03aa424be.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-xlight';
  src: url(/assets/fonts/GothamHTF-XLight-380dc63c617375ab1ef8c5b593fa198d9dc0bbdd7baf855228bfd0580cd34c32.otf) format("opentype");
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 64, app/assets/stylesheets/v4/partials/_fonts.scss */
  * {
    letter-spacing: 0 !important;
  }
}

/* line 24, app/assets/stylesheets/v4/partials/../_variables.scss */
.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-medium", sans-serif;
  border: none;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 !important;
  text-align: center;
}

/* line 35, app/assets/stylesheets/v4/partials/../_variables.scss */
.btn-primary {
  background: #3d7dcd;
  color: #fff;
}

/* line 40, app/assets/stylesheets/v4/partials/../_variables.scss */
a {
  color: #4a4a4a;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/v4/partials/../_variables.scss */
a:hover {
  text-decoration: underline;
}

@media (max-width: 63.937em) {
  /* line 48, app/assets/stylesheets/v4/partials/../_variables.scss */
  .mobile-hidden {
    display: none !important;
  }
}

/* line 53, app/assets/stylesheets/v4/partials/../_variables.scss */
.desktop-hidden {
  display: none !important;
}

@media (max-width: 63.937em) {
  /* line 53, app/assets/stylesheets/v4/partials/../_variables.scss */
  .desktop-hidden {
    display: block !important;
  }
}

/* line 60, app/assets/stylesheets/v4/partials/../_variables.scss */
.fill-brand-color {
  fill: #3d7dcd;
}

/* line 3, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonials-container {
  background: #f9f9f9;
  overflow: hidden;
  padding: 122px 0 101px;
}

@media (max-width: 63.937em) {
  /* line 3, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonials-container {
    padding: 58px 0 30px;
  }
}

/* line 6, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonials-header {
  font-size: 39px;
  font-size: 3.9rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #4a4a4a;
  line-height: 100%;
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 63.937em) {
  /* line 6, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonials-header {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

/* line 9, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonials-list {
  margin: 0 auto;
  text-align: center;
  width: 900px;
}

@media (max-width: 63.937em) {
  /* line 9, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonials-list {
    width: 71%;
  }
}

@media (max-width: 30.937em) {
  /* line 9, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonials-list {
    width: 100%;
  }
}

/* line 13, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonials-item-events {
  display: inline-block;
  padding: 0 52px;
  vertical-align: top;
  width: 49%;
}

@media (max-width: 63.937em) {
  /* line 13, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonials-item-events {
    padding: 0 20px;
  }
}

/* line 16, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonial-image-wrapper {
  height: 133px;
  margin: 0 auto 16px;
  position: relative;
  width: 200px;
}

@media (max-width: 63.937em) {
  /* line 16, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonial-image-wrapper {
    width: 100px;
  }
}

/* line 19, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonial-image {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 63.937em) {
  /* line 19, app/assets/stylesheets/v4/partials/_testimonials.scss */
  .testimonial-image {
    width: 100px;
  }
}

/* line 22, app/assets/stylesheets/v4/partials/_testimonials.scss */
.testimonial-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #4a4a4a;
  letter-spacing: 2px;
  line-height: 150%;
}

@font-face {
  font-family: 'gotham-htf-book';
  src: url(/assets/fonts/GothamHTF-Book-55612130c54efa7287b141f6b81d1f411da6a089706d962b4b6f309f530da8d0.ttf) format("truetype");
}

@font-face {
  font-family: 'gotham-htf-bold';
  src: url(/assets/fonts/GothamHTF-Bold-20b0829cd37e62f168f7d001e09ad8af2640d71b5219daaa1aed68df4fbef8f8.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-book-italic';
  src: url(/assets/fonts/GothamHTF-BookItalic-95911915a73d8f08631c61dcfbb786398d4942c9bfc13e553f6bc1812f2b3b9e.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-condensed-light';
  src: url(/assets/Gotham-Condensed-Light-945b1934b0007c318189b663622e402c8e05fdabf6ced1b6f9a14e7da5b706b9.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-condensed-light';
  src: url(/assets/Gotham-Condensed-Light-945b1934b0007c318189b663622e402c8e05fdabf6ced1b6f9a14e7da5b706b9.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-medium';
  src: url(/assets/fonts/Gotham-Medium-bc397773a547218b8c334f9a40ea8e58f55198fab6095b103e598634fe273450.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-medium';
  src: url(/assets/fonts/GothamHTF-Medium-41b717f471ef32cf91f113e61444fa1c090c37e3b3b191901271eb926ccf2367.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-light';
  src: url(/assets/fonts/GothamHTF-Light-8ea386bb61435106247aff725bab63a585b46ab220e16149ec0155d946253e78.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-thin';
  src: url(/assets/fonts/GothamHTF-Thin-57f4006c6c79ba30063299ad5687454e130b42a64b8cb38d3e6deaa03aa424be.otf) format("opentype");
}

@font-face {
  font-family: 'gotham-htf-xlight';
  src: url(/assets/fonts/GothamHTF-XLight-380dc63c617375ab1ef8c5b593fa198d9dc0bbdd7baf855228bfd0580cd34c32.otf) format("opentype");
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 64, app/assets/stylesheets/v4/partials/_fonts.scss */
  * {
    letter-spacing: 0 !important;
  }
}

/* line 1, app/assets/stylesheets/v4/partials/_typography.scss */
html {
  font-size: 62.5%;
  /* with the standard base font size of 16px this will be equal to 10px */
}

/* line 5, app/assets/stylesheets/v4/partials/_typography.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "gotham-htf-book", sans-serif;
  color: #333;
  font-size: 160%;
  /* 160% of 10px ~ 16px, understood by all browsers */
  font-size: 1.6rem;
  /* 1.6 * 10px ~ 16px, understood by all major browsers and IE9+ */
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
}

/* line 17, app/assets/stylesheets/v4/partials/_typography.scss */
p {
  font-family: "gotham-htf-book", sans-serif;
  word-spacing: 0;
}

/* line 22, app/assets/stylesheets/v4/partials/_typography.scss */
a {
  font-family: "gotham-htf-book", sans-serif;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/v4/partials/_typography.scss */
li {
  list-style: none;
}

/* line 31, app/assets/stylesheets/v4/partials/_typography.scss */
h1, .h1 {
  font-family: "gotham-htf-medium", sans-serif;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 74px;
  font-size: 7.4rem;
  letter-spacing: 0;
  color: #474747;
}

/* line 41, app/assets/stylesheets/v4/partials/_typography.scss */
h2, .h2 {
  font-family: "gotham-htf-medium", sans-serif;
  font-size: 2.4rem;
  font-weight: 100;
  color: #474747;
  line-height: 120%;
}

/* line 49, app/assets/stylesheets/v4/partials/_typography.scss */
sup {
  top: inherit;
  position: static;
}

/* line 1, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector {
  z-index: 8000;
  display: none;
  background: #72cac4;
  width: 100%;
  position: absolute;
}

/* line 3, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-toggle {
  text-decoration: none;
  display: block;
  background: #72cac4;
  padding: 13px 40px 11px 20px;
  color: #FFFFFF;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 16, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

/* line 24, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .open .dropdown-menu {
  display: block;
}

/* line 28, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  list-style-type: none;
  display: none;
  padding: 0;
}

/* line 38, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  height: 48px;
}

/* line 44, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li:hover {
  background: none;
}

/* line 47, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li:active {
  background-color: #4C938F;
}

/* line 50, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li a {
  font-weight: 100;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
  display: block;
  margin: 0;
  color: #000000;
}

/* line 60, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li a:hover {
  background: none;
}

/* line 63, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.mobile-city-selector .dropdown-menu li a:active {
  background-color: #4C938F;
  color: #FFFFFF;
}

/* line 75, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown {
  display: none;
  float: right;
  margin-top: 15px;
}

/* line 80, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown {
  position: static;
}

/* line 83, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

/* line 91, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .open .dropdown-menu {
  display: block;
}

/* line 96, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin: 0;
  padding: 0 0 20px 0;
  background: black;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
  top: 69px;
  list-style-type: none;
  display: none;
}

/* line 109, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #000000;
  height: 48px;
}

/* line 115, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li:hover {
  background-color: #2D2D2D;
}

/* line 118, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a {
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 100;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
  display: block;
  margin: 0;
  color: #FFFFFF;
}

/* line 128, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a:active {
  background-color: #2D2D2D;
}

/* line 131, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a:hover {
  background-color: #2D2D2D;
}

/* line 134, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a.login-mobile, .custom-mobile-dropdown .dropdown-menu li a.book-now {
  padding: 7px 0 5px 0;
  width: 290px;
  margin: 5px auto;
}

/* line 140, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a.login-mobile {
  border: 1px solid #FFFFFF;
}

/* line 142, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a.login-mobile:active {
  background-color: #2D2D2D;
}

/* line 146, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a.book-now {
  background-color: #72cac4;
}

/* line 148, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-mobile-dropdown .dropdown-menu li a.book-now:active {
  background-color: #4C938F;
}

/* line 157, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 100;
  height: 30px;
}

/* line 158, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown a {
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown span {
  color: #FFFFFF;
}

/* line 170, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

/* line 178, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .open .dropdown-menu {
  display: block;
}

/* line 183, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-city {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px;
  right: 0;
  padding: 10px 0;
  width: 100%;
  max-height: 290px;
  overflow: auto;
  background-color: #FFFFFF;
  border-radius: 5px;
  z-index: 9999;
  position: absolute;
  list-style-type: none;
  display: none;
}

/* line 196, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-city li {
  width: 100%;
  display: inline-block;
}

/* line 199, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-city li a {
  padding: 10px 0 10px 20px;
  text-align: left;
  width: 100%;
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 100;
  color: #383838;
  text-decoration: none;
  display: block;
  margin: 0;
}

/* line 209, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-city li a:hover {
  background-color: #72cac4;
  font-weight: 900;
  color: #FFFFFF;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 219, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px;
  width: 164px;
  left: 0;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  z-index: 9999;
  position: absolute;
  list-style-type: none;
  display: none;
  max-height: 190px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 234, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time p {
  color: #72cac4;
}

/* line 236, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time p:first-child {
  font-weight: bold;
  float: left;
  padding-left: 15px;
  margin-bottom: 0px;
}

/* line 242, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time p.available_hour {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 22px;
}

/* line 252, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time .hours {
  border-top: 1px solid #e5e5e5;
}

/* line 257, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time li {
  width: 100%;
  display: inline-block;
}

/* line 260, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time li a {
  padding: 15px 0 10px 15px;
  text-align: left;
  width: 100%;
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 100;
  color: #383838;
  text-decoration: none;
  display: block;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}

/* line 271, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-time li a:hover {
  background-color: #72cac4;
  font-weight: 900;
  color: #FFFFFF;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 280, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-hour {
  width: 200px;
  left: 0;
  padding-top: 10px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  z-index: 9999;
  position: absolute;
  list-style-type: none;
  z-index: 100;
}

/* line 292, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-hour .hours {
  font-size: 15px;
  max-height: 280px;
  overflow: scroll;
}

/* line 297, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-hour li {
  width: 100%;
  display: inline-block;
  padding: 9px 0 9px 23px;
  text-align: left;
  width: 100%;
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 100;
  color: #383838;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}

/* line 309, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.custom-dropdown .dropdown-hour li.active, .custom-dropdown .dropdown-hour li:hover {
  background-color: #72cac4;
  font-weight: 900;
  color: #FFFFFF;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 321, app/assets/stylesheets/v4/partials/_dropdowns.scss */
.space {
  width: 100%;
  height: 48px;
  background: black;
}

/* line 2, app/assets/stylesheets/v4/partials/_layout.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/v4/partials/_layout.scss */
.section-atwork, .cities-body, .section-cancel, .section-press, .section-contact, .section-terms, .section-privacy, .section-team, .section-about, .section-download, .section-nav, .section-nav-light, .section-nav-black, .section-nav-dark, .work-header, .section-nav-dark-homepage {
  width: 100%;
  position: relative;
}

/* line 19, app/assets/stylesheets/v4/partials/_layout.scss */
.section-download-container, .section-pricing-container {
  width: 117.0rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 75em) {
  /* line 19, app/assets/stylesheets/v4/partials/_layout.scss */
  .section-download-container, .section-pricing-container {
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-therapists-container, .section-atwork-container, .section-cancel-container, .section-terms-container, .section-privacy .section-privacy-container, .section-faq-container, .therapists__container, .section-how .how__container, .cities-section-hero .form-select-container .container, .section-hero-home .form-select-container .container, .section-hero .form-select-container .container, .section-booking .form-select-container .container, .cities-section-hero .form-select-container, .section-hero-home .form-select-container, .section-hero .form-select-container, .section-booking .form-select-container {
  width: 90.0rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 56em) {
  /* line 31, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-therapists-container, .section-atwork-container, .section-cancel-container, .section-terms-container, .section-privacy .section-privacy-container, .section-faq-container, .therapists__container, .section-how .how__container, .cities-section-hero .form-select-container .container, .section-hero-home .form-select-container .container, .section-hero .form-select-container .container, .section-booking .form-select-container .container, .cities-section-hero .form-select-container, .section-hero-home .form-select-container, .section-hero .form-select-container, .section-booking .form-select-container {
    width: 100%;
  }
}

/* line 43, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-massages-container {
  width: 120.0rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 56em) {
  /* line 43, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-massages-container {
    width: 100%;
  }
}

/* line 56, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-pricing-container, .section-pricing-container {
  width: 80.0rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 56em) {
  /* line 56, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-pricing-container, .section-pricing-container {
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-testimonials-items:before, .cities-therapists-items:before, .cities-therapists:before, .cities-pricing-card:before, .cities-pricing:before, .cities-section-hero:before, .cities-massages-container:before, .cities-massages:before, .section-login .login-link:before, .testimonial-video:before, .work-testimonial:before, .work-testimonials:before, .work-value:before, .work-values-wrapper:before, .atwork-testimonial:before, .atwork-testimonials:before, .atwork-value:before, .atwork-values:before, .atwork-form-zip:before, .atwork-form-city-wrapper:before, .atwork-form-zip-text:before, .atwork-form-city-text:before, .atwork-sidebar:before, .atwork-features:before, .section-atwork:before, .cities-body:before, .press-nav-wrap:before, .press-nav:before, .press-date:before, .press-item-titles:before, .press-image:before, .section-atwork-container:before, .section-cancel-container:before, .section-terms-container:before, .section-privacy .section-privacy-container:before, .section-cancel:before, .section-press:before, .section-contact:before, .section-terms:before, .section-privacy:before, .section-team:before, .section-about:before, .therapists-items:before, .section-therapists:before, .section-give-gift:before, .section-download:before, #section-home-pricing .price-cards .price-card:before, #section-home-pricing .price-cards:before, .pricing-card:before, .pricing-cards:before, .section-pricing:before, .testimonials-items:before, .section-testimonials:before, .massages-items:before, .section-massages:before, .section-how .how__icons-mobile:before, .section-how:before, .section-hero-home:before, .soothe-collection-section-gc:before, .soothe-collection-section:before, .section-hero:before, .section-booking:before {
  content: "";
  display: table;
  clear: both;
}

/* line 74, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-testimonials-items:after, .cities-therapists-items:after, .cities-therapists:after, .cities-pricing-card:after, .cities-pricing:after, .cities-section-hero:after, .cities-massages-container:after, .cities-massages:after, .section-login .login-link:after, .testimonial-video:after, .work-testimonial:after, .work-testimonials:after, .work-value:after, .work-values-wrapper:after, .atwork-testimonial:after, .atwork-testimonials:after, .atwork-value:after, .atwork-values:after, .atwork-form-zip:after, .atwork-form-city-wrapper:after, .atwork-form-zip-text:after, .atwork-form-city-text:after, .atwork-sidebar:after, .atwork-features:after, .section-atwork:after, .cities-body:after, .press-nav-wrap:after, .press-nav:after, .press-date:after, .press-item-titles:after, .press-image:after, .section-atwork-container:after, .section-cancel-container:after, .section-terms-container:after, .section-privacy .section-privacy-container:after, .section-cancel:after, .section-press:after, .section-contact:after, .section-terms:after, .section-privacy:after, .section-team:after, .section-about:after, .therapists-items:after, .section-therapists:after, .section-give-gift:after, .section-download:after, #section-home-pricing .price-cards .price-card:after, #section-home-pricing .price-cards:after, .pricing-card:after, .pricing-cards:after, .section-pricing:after, .testimonials-items:after, .section-testimonials:after, .massages-items:after, .section-massages:after, .section-how .how__icons-mobile:after, .section-how:after, .section-hero-home:after, .soothe-collection-section-gc:after, .soothe-collection-section:after, .section-hero:after, .section-booking:after {
  content: "";
  display: table;
  clear: both;
}

/* line 84, app/assets/stylesheets/v4/partials/_layout.scss */
.download-google-cities, .download-app-cities, .cities-therapists-item, .cities-massages-item, .team-item, .therapists-item, .download-google-store, .download-app-store, .download-right, .section-how .how__tip, .section-how .how__available, .section-how .how__hour, .cities-section-hero .form-select-container .form-submit, .section-hero-home .form-select-container .form-submit, .section-hero .form-select-container .form-submit, .section-booking .form-select-container .form-submit, .cities-section-hero .form-select-container .form-date, .section-hero-home .form-select-container .form-date, .section-hero .form-select-container .form-date, .section-booking .form-select-container .form-date, .cities-section-hero .form-select-container .form-city, .section-hero-home .form-select-container .form-city, .section-hero .form-select-container .form-city, .section-booking .form-select-container .form-city, .massages-item-dell, .massages-item, .cities-pricing-card, .pricing-card, .cities-section-hero .form-select-container .form-time, .section-hero-home .form-select-container .form-time, .section-hero .form-select-container .form-time, .section-booking .form-select-container .form-time {
  position: relative;
  min-height: 1px;
  float: left;
}

/* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-time, .section-hero-home .form-select-container .form-time, .section-hero .form-select-container .form-time, .section-booking .form-select-container .form-time {
  width: 16.6666666667%;
}

@media (max-width: 56em) {
  /* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-select-container .form-time, .section-hero-home .form-select-container .form-time, .section-hero .form-select-container .form-time, .section-booking .form-select-container .form-time {
    width: 100%;
  }
}

/* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-pricing-card, .pricing-card {
  width: 33.3333333333%;
}

@media (max-width: 56em) {
  /* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-pricing-card, .pricing-card {
    width: 100%;
  }
}

/* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
.massages-item-dell, .massages-item {
  width: 41.6666666667%;
}

@media (max-width: 56em) {
  /* line 93, app/assets/stylesheets/v4/partials/_layout.scss */
  .massages-item-dell, .massages-item {
    width: 100%;
  }
}

/* line 125, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .dropdown-menu, .section-hero-home .dropdown-menu, .section-hero .dropdown-menu, .section-booking .dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 133, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .dropdown-time, .section-hero-home .dropdown-time, .section-hero .dropdown-time, .section-booking .dropdown-time {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 6% !important;
  border-radius: 0px !important;
  width: 166px !important;
}

/* line 141, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket, .section-hero-home form .bucket, .section-hero form .bucket, .section-booking form .bucket {
  padding: 0;
}

/* line 144, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket select, .section-hero-home form .bucket select, .section-hero form .bucket select, .section-booking form .bucket select {
  -webkit-appearance: none;
  background: white url(/index_roi/dd-arrow.gif) 90% 28px no-repeat;
  background-size: 17px 9px;
  display: block;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
}

/* line 154, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .form-control, .section-hero-home form .bucket .form-control, .section-hero form .bucket .form-control, .section-booking form .bucket .form-control {
  border: none;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

/* line 166, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .form-control::-webkit-input-placeholder, .section-hero-home form .bucket .form-control::-webkit-input-placeholder, .section-hero form .bucket .form-control::-webkit-input-placeholder, .section-booking form .bucket .form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}

/* line 172, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .form-control:-moz-placeholder, .section-hero-home form .bucket .form-control:-moz-placeholder, .section-hero form .bucket .form-control:-moz-placeholder, .section-booking form .bucket .form-control:-moz-placeholder {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .form-control::-moz-placeholder, .section-hero-home form .bucket .form-control::-moz-placeholder, .section-hero form .bucket .form-control::-moz-placeholder, .section-booking form .bucket .form-control::-moz-placeholder {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}

/* line 184, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .form-control:-ms-input-placeholder, .section-hero-home form .bucket .form-control:-ms-input-placeholder, .section-hero form .bucket .form-control:-ms-input-placeholder, .section-booking form .bucket .form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}

/* line 190, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .btn-primary, .section-hero-home form .bucket .btn-primary, .section-hero form .bucket .btn-primary, .section-booking form .bucket .btn-primary {
  background: #4d90fe;
  height: 60px;
  font-size: 16px;
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
  border: 1px solid #3079ed;
  border-left: none;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 207, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket .btn-primary:hover, .section-hero-home form .bucket .btn-primary:hover, .section-hero form .bucket .btn-primary:hover, .section-booking form .bucket .btn-primary:hover {
  background: #2477fe;
}

/* line 212, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket.first .form-control, .section-hero-home form .bucket.first .form-control, .section-hero form .bucket.first .form-control, .section-booking form .bucket.first .form-control {
  border-radius: 4px 0 0 4px;
}

/* line 216, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero form .bucket.last .btn, .section-hero-home form .bucket.last .btn, .section-hero form .bucket.last .btn, .section-booking form .bucket.last .btn {
  border-radius: 0 4px 4px 0;
}

/* line 224, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-city-container, .section-hero-home .form-select-container .select-city-container, .section-hero .form-select-container .select-city-container, .section-booking .form-select-container .select-city-container,
.cities-section-hero .form-select-container .select-date-container,
.section-hero-home .form-select-container .select-date-container,
.section-hero .form-select-container .select-date-container,
.section-booking .form-select-container .select-date-container,
.cities-section-hero .form-select-container .select-time-container,
.section-hero-home .form-select-container .select-time-container,
.section-hero .form-select-container .select-time-container,
.section-booking .form-select-container .select-time-container,
.cities-section-hero .form-select-container .submit-btn-container,
.section-hero-home .form-select-container .submit-btn-container,
.section-hero .form-select-container .submit-btn-container,
.section-booking .form-select-container .submit-btn-container {
  display: block;
  position: relative;
}

/* line 231, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container #custom-dropdown-city, .section-hero-home .form-select-container #custom-dropdown-city, .section-hero .form-select-container #custom-dropdown-city, .section-booking .form-select-container #custom-dropdown-city,
.cities-section-hero .form-select-container #custom-dropdown-date,
.section-hero-home .form-select-container #custom-dropdown-date,
.section-hero .form-select-container #custom-dropdown-date,
.section-booking .form-select-container #custom-dropdown-date,
.cities-section-hero .form-select-container #custom-dropdown-time,
.section-hero-home .form-select-container #custom-dropdown-time,
.section-hero .form-select-container #custom-dropdown-time,
.section-booking .form-select-container #custom-dropdown-time {
  height: 55px;
  border: none;
  background: #fff;
  padding: 0 20px;
  font-family: "gotham-htf-medium", sans-serif;
  font-size: 16px;
  color: #272727;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 242, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container #custom-dropdown-city:focus, .section-hero-home .form-select-container #custom-dropdown-city:focus, .section-hero .form-select-container #custom-dropdown-city:focus, .section-booking .form-select-container #custom-dropdown-city:focus,
.cities-section-hero .form-select-container #custom-dropdown-date:focus,
.section-hero-home .form-select-container #custom-dropdown-date:focus,
.section-hero .form-select-container #custom-dropdown-date:focus,
.section-booking .form-select-container #custom-dropdown-date:focus,
.cities-section-hero .form-select-container #custom-dropdown-time:focus,
.section-hero-home .form-select-container #custom-dropdown-time:focus,
.section-hero .form-select-container #custom-dropdown-time:focus,
.section-booking .form-select-container #custom-dropdown-time:focus {
  outline: none;
}

/* line 250, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city, .section-hero-home .form-select-container .form-city, .section-hero .form-select-container .form-city, .section-booking .form-select-container .form-city {
  width: 38%;
}

/* line 254, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .custom-dropdown-city, .section-hero-home .form-select-container .form-city .select-city-container .custom-dropdown-city, .section-hero .form-select-container .form-city .select-city-container .custom-dropdown-city, .section-booking .form-select-container .form-city .select-city-container .custom-dropdown-city {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 258, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city, .section-hero .form-select-container .form-city .select-city-container .dropdown-city, .section-booking .form-select-container .form-city .select-city-container .dropdown-city {
  border-radius: 0px 0px 3px 3px;
  left: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: -3px;
  width: 103%;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 259, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar, .section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar, .section-booking .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 263, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:vertical, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:vertical, .section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:vertical, .section-booking .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:vertical {
  width: 12px;
}

/* line 267, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:horizontal, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:horizontal, .section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:horizontal, .section-booking .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar:horizontal {
  height: 12px;
}

/* line 271, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-thumb, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-thumb, .section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-thumb, .section-booking .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

/* line 277, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-track, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-track, .section-hero .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-track, .section-booking .form-select-container .form-city .select-city-container .dropdown-city::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fafafa;
}

@media (max-width: 64em) {
  /* line 258, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-select-container .form-city .select-city-container .dropdown-city, .section-hero-home .form-select-container .form-city .select-city-container .dropdown-city, .section-hero .form-select-container .form-city .select-city-container .dropdown-city, .section-booking .form-select-container .form-city .select-city-container .dropdown-city {
    width: 100%;
  }
}

/* line 295, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-date, .section-hero-home .form-select-container .form-date, .section-hero .form-select-container .form-date, .section-booking .form-select-container .form-date {
  width: 22%;
}

/* line 299, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-date .select-date-container #date-input, .section-hero-home .form-select-container .form-date .select-date-container #date-input, .section-hero .form-select-container .form-date .select-date-container #date-input, .section-booking .form-select-container .form-date .select-date-container #date-input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

/* line 304, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-date .select-date-container .date-label, .section-hero-home .form-select-container .form-date .select-date-container .date-label, .section-hero .form-select-container .form-date .select-date-container .date-label, .section-booking .form-select-container .form-date .select-date-container .date-label {
  position: absolute;
  z-index: 100;
  top: 25px;
  left: 30px;
  font-size: 18px;
}

/* line 317, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-time .select-time-container, .section-hero-home .form-select-container .form-time .select-time-container, .section-hero .form-select-container .form-time .select-time-container, .section-booking .form-select-container .form-time .select-time-container {
  right: 30px;
}

/* line 319, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-time .select-time-container .custom-dropdown-time, .section-hero-home .form-select-container .form-time .select-time-container .custom-dropdown-time, .section-hero .form-select-container .form-time .select-time-container .custom-dropdown-time, .section-booking .form-select-container .form-time .select-time-container .custom-dropdown-time {
  -moz-appearance: none;
  -webkit-appearance: none;
  right: 30px;
  font-size: 18px;
  padding-left: 30px;
}

/* line 326, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-time .select-time-container .down-arrow, .section-hero-home .form-select-container .form-time .select-time-container .down-arrow, .section-hero .form-select-container .form-time .select-time-container .down-arrow, .section-booking .form-select-container .form-time .select-time-container .down-arrow, .cities-section-hero .form-select-container .form-time .select-time-container .down-arrow-city, .section-hero-home .form-select-container .form-time .select-time-container .down-arrow-city, .section-hero .form-select-container .form-time .select-time-container .down-arrow-city, .section-booking .form-select-container .form-time .select-time-container .down-arrow-city {
  right: -7px;
}

/* line 332, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-submit, .section-hero-home .form-select-container .form-submit, .section-hero .form-select-container .form-submit, .section-booking .form-select-container .form-submit {
  width: 23%;
}

/* line 335, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .form-submit .submit-btn-container, .section-hero-home .form-select-container .form-submit .submit-btn-container, .section-hero .form-select-container .form-submit .submit-btn-container, .section-booking .form-select-container .form-submit .submit-btn-container {
  margin-top: 3px;
}

/* line 340, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .input-group, .section-hero-home .form-select-container .input-group, .section-hero .form-select-container .input-group, .section-booking .form-select-container .input-group {
  display: block;
  z-index: 9000;
  width: 100%;
  height: 100%;
}

/* line 347, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .book-massage, .section-hero-home .form-select-container .book-massage, .section-hero .form-select-container .book-massage, .section-booking .form-select-container .book-massage {
  padding: 18px 25px 11px 28px;
  margin: -3px 0 0 0;
  width: 100%;
  height: 70px;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 20px !important;
  font-size: 2.0rem !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

@media (max-width: 56em) {
  /* line 347, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-select-container .book-massage, .section-hero-home .form-select-container .book-massage, .section-hero .form-select-container .book-massage, .section-booking .form-select-container .book-massage {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
}

/* line 365, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .down-arrow, .section-hero-home .form-select-container .down-arrow, .section-hero .form-select-container .down-arrow, .section-booking .form-select-container .down-arrow, .cities-section-hero .form-select-container .down-arrow-city, .section-hero-home .form-select-container .down-arrow-city, .section-hero .form-select-container .down-arrow-city, .section-booking .form-select-container .down-arrow-city {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cfd2d4;
  position: absolute;
  top: 30px;
  right: 45px;
  pointer-events: none;
}

/* line 376, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .down-arrow-city, .section-hero-home .form-select-container .down-arrow-city, .section-hero .form-select-container .down-arrow-city, .section-booking .form-select-container .down-arrow-city {
  right: 15px;
}

/* line 381, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .divider, .section-hero-home .form-select-container .divider, .section-hero .form-select-container .divider, .section-booking .form-select-container .divider {
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  position: absolute;
  top: 5px;
  width: 1px;
  z-index: 9000;
}

/* line 390, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .divider-left, .section-hero-home .form-select-container .divider-left, .section-hero .form-select-container .divider-left, .section-booking .form-select-container .divider-left {
  left: 10px;
}

/* line 394, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .divider-right, .section-hero-home .form-select-container .divider-right, .section-hero .form-select-container .divider-right, .section-booking .form-select-container .divider-right {
  right: 25px;
}

/* line 400, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .datepicker th, .section-hero-home .datepicker th, .section-hero .datepicker th, .section-booking .datepicker th {
  color: #72cac4;
}

/* line 405, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r, .section-hero-home .form-select-container-r, .section-hero .form-select-container-r, .section-booking .form-select-container-r {
  display: block;
  margin: 17px 0 0 -20px;
}

/* line 409, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .custom-label, .section-hero-home .form-select-container-r .custom-label, .section-hero .form-select-container-r .custom-label, .section-booking .form-select-container-r .custom-label {
  position: absolute;
  top: 17px;
  left: 11px;
  padding-left: 10px;
  z-index: 100;
  background-color: #FFFFFF;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 422, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .custom-label.select, .section-hero-home .form-select-container-r .custom-label.select, .section-hero .form-select-container-r .custom-label.select, .section-booking .form-select-container-r .custom-label.select {
  color: black;
  background-color: transparent;
}

/* line 427, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-city-container-r, .section-hero-home .form-select-container-r .select-city-container-r, .section-hero .form-select-container-r .select-city-container-r, .section-booking .form-select-container-r .select-city-container-r {
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 440, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-city-container-r select, .section-hero-home .form-select-container-r .select-city-container-r select, .section-hero .form-select-container-r .select-city-container-r select, .section-booking .form-select-container-r .select-city-container-r select {
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 9000;
}

/* line 450, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-city-container-r .divider-horizontal, .section-hero-home .form-select-container-r .select-city-container-r .divider-horizontal, .section-hero .form-select-container-r .select-city-container-r .divider-horizontal, .section-booking .form-select-container-r .select-city-container-r .divider-horizontal {
  width: 260px;
  height: 1px;
  top: 50px;
  left: 0;
}

/* line 457, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-date-container-r, .section-hero-home .form-select-container-r .select-date-container-r, .section-hero .form-select-container-r .select-date-container-r, .section-booking .form-select-container-r .select-date-container-r {
  float: left;
  width: 130px;
  height: 50px;
  position: relative;
}

/* line 464, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-date-container-r input, .section-hero-home .form-select-container-r .select-date-container-r input, .section-hero .form-select-container-r .select-date-container-r input, .section-booking .form-select-container-r .select-date-container-r input {
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 9000;
  position: relative;
}

/* line 474, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-date-container-r .divider-vertical, .section-hero-home .form-select-container-r .select-date-container-r .divider-vertical, .section-hero .form-select-container-r .select-date-container-r .divider-vertical, .section-booking .form-select-container-r .select-date-container-r .divider-vertical {
  width: 1px;
  height: 50px;
  top: 0;
  left: 130px;
}

/* line 481, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-date-container-r .down-arrow, .section-hero-home .form-select-container-r .select-date-container-r .down-arrow, .section-hero .form-select-container-r .select-date-container-r .down-arrow, .section-booking .form-select-container-r .select-date-container-r .down-arrow, .cities-section-hero .form-select-container-r .select-date-container-r .form-select-container .down-arrow-city, .section-hero-home .form-select-container-r .select-date-container-r .form-select-container .down-arrow-city, .section-hero .form-select-container-r .select-date-container-r .form-select-container .down-arrow-city, .section-booking .form-select-container-r .select-date-container-r .form-select-container .down-arrow-city, .cities-section-hero .form-select-container .form-select-container-r .select-date-container-r .down-arrow-city, .section-hero-home .form-select-container .form-select-container-r .select-date-container-r .down-arrow-city, .section-hero .form-select-container .form-select-container-r .select-date-container-r .down-arrow-city, .section-booking .form-select-container .form-select-container-r .select-date-container-r .down-arrow-city {
  z-index: 9000;
}

/* line 485, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-time-container-r, .section-hero-home .form-select-container-r .select-time-container-r, .section-hero .form-select-container-r .select-time-container-r, .section-booking .form-select-container-r .select-time-container-r {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  position: relative;
}

/* line 498, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-time-container-r select, .section-hero-home .form-select-container-r .select-time-container-r select, .section-hero .form-select-container-r .select-time-container-r select, .section-booking .form-select-container-r .select-time-container-r select {
  width: 130px;
  height: 100%;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 9000;
  position: relative;
}

/* line 508, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .select-time-container-r .custom-label, .section-hero-home .form-select-container-r .select-time-container-r .custom-label, .section-hero .form-select-container-r .select-time-container-r .custom-label, .section-booking .form-select-container-r .select-time-container-r .custom-label {
  left: 130px;
}

/* line 512, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .submit-btn-container-r, .section-hero-home .form-select-container-r .submit-btn-container-r, .section-hero .form-select-container-r .submit-btn-container-r, .section-booking .form-select-container-r .submit-btn-container-r {
  margin: 23px 0 0 30px;
  width: 200px;
}

/* line 517, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container-r .submit-btn-container-r .book-massage, .section-hero-home .form-select-container-r .submit-btn-container-r .book-massage, .section-hero .form-select-container-r .submit-btn-container-r .book-massage, .section-booking .form-select-container-r .submit-btn-container-r .book-massage {
  padding-left: 24px;
}

/* line 523, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-city-container, .section-hero-home .form-select-container .select-city-container, .section-hero .form-select-container .select-city-container, .section-booking .form-select-container .select-city-container,
.cities-section-hero .form-select-container .select-date-container,
.section-hero-home .form-select-container .select-date-container,
.section-hero .form-select-container .select-date-container,
.section-booking .form-select-container .select-date-container,
.cities-section-hero .form-select-container .select-time-container,
.section-hero-home .form-select-container .select-time-container,
.section-hero .form-select-container .select-time-container,
.section-booking .form-select-container .select-time-container,
.cities-section-hero .form-select-container .submit-btn-container,
.section-hero-home .form-select-container .submit-btn-container,
.section-hero .form-select-container .submit-btn-container,
.section-booking .form-select-container .submit-btn-container {
  display: block;
  position: relative;
}

/* line 531, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .dropdown-city, .section-hero-home .form-select-container .dropdown-city, .section-hero .form-select-container .dropdown-city, .section-booking .form-select-container .dropdown-city,
.cities-section-hero .form-select-container .dropdown-time,
.section-hero-home .form-select-container .dropdown-time,
.section-hero .form-select-container .dropdown-time,
.section-booking .form-select-container .dropdown-time {
  border: 2px solid #f2f2f2;
  background: #FFFFFF;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 543, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .custom-dropdown-city, .section-hero-home .form-select-container .custom-dropdown-city, .section-hero .form-select-container .custom-dropdown-city, .section-booking .form-select-container .custom-dropdown-city,
.cities-section-hero .form-select-container .custom-dropdown-date,
.section-hero-home .form-select-container .custom-dropdown-date,
.section-hero .form-select-container .custom-dropdown-date,
.section-booking .form-select-container .custom-dropdown-date,
.cities-section-hero .form-select-container .custom-dropdown-time,
.section-hero-home .form-select-container .custom-dropdown-time,
.section-hero .form-select-container .custom-dropdown-time,
.section-booking .form-select-container .custom-dropdown-time {
  height: 70px;
  border: none;
  background: #fff;
  padding: 0 20px;
  font-family: "gotham-medium", sans-serif;
  font-size: 16px;
  color: #272727;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 560, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .custom-dropdown-city:focus, .section-hero-home .form-select-container .custom-dropdown-city:focus, .section-hero .form-select-container .custom-dropdown-city:focus, .section-booking .form-select-container .custom-dropdown-city:focus,
.cities-section-hero .form-select-container .custom-dropdown-date:focus,
.section-hero-home .form-select-container .custom-dropdown-date:focus,
.section-hero .form-select-container .custom-dropdown-date:focus,
.section-booking .form-select-container .custom-dropdown-date:focus,
.cities-section-hero .form-select-container .custom-dropdown-time:focus,
.section-hero-home .form-select-container .custom-dropdown-time:focus,
.section-hero .form-select-container .custom-dropdown-time:focus,
.section-booking .form-select-container .custom-dropdown-time:focus {
  outline: none;
}

/* line 566, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-city-container .custom-dropdown-city, .section-hero-home .form-select-container .select-city-container .custom-dropdown-city, .section-hero .form-select-container .select-city-container .custom-dropdown-city, .section-booking .form-select-container .select-city-container .custom-dropdown-city {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 575, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-date-container .date-input, .section-hero-home .form-select-container .select-date-container .date-input, .section-hero .form-select-container .select-date-container .date-input, .section-booking .form-select-container .select-date-container .date-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 582, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-time-container, .section-hero-home .form-select-container .select-time-container, .section-hero .form-select-container .select-time-container, .section-booking .form-select-container .select-time-container {
  right: 30px;
}

/* line 586, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-time-container .custom-dropdown-time, .section-hero-home .form-select-container .select-time-container .custom-dropdown-time, .section-hero .form-select-container .select-time-container .custom-dropdown-time, .section-booking .form-select-container .select-time-container .custom-dropdown-time {
  -moz-appearance: none;
  -webkit-appearance: none;
  right: 30px;
}

/* line 592, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .select-time-container .down-arrow, .section-hero-home .form-select-container .select-time-container .down-arrow, .section-hero .form-select-container .select-time-container .down-arrow, .section-booking .form-select-container .select-time-container .down-arrow, .cities-section-hero .form-select-container .select-time-container .down-arrow-city, .section-hero-home .form-select-container .select-time-container .down-arrow-city, .section-hero .form-select-container .select-time-container .down-arrow-city, .section-booking .form-select-container .select-time-container .down-arrow-city {
  right: -7px;
}

/* line 596, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .input-group, .section-hero-home .form-select-container .input-group, .section-hero .form-select-container .input-group, .section-booking .form-select-container .input-group {
  display: block;
  z-index: 9000;
  width: 100%;
  height: 100%;
}

/* line 603, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .book-massage, .section-hero-home .form-select-container .book-massage, .section-hero .form-select-container .book-massage, .section-booking .form-select-container .book-massage {
  font-weight: 800;
  padding: 15px 25px 11px 15px;
  margin: -3px 0 0 0;
  height: 70px;
  font-family: "gotham-book", sans-serif;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 618, app/assets/stylesheets/v4/partials/_layout.scss */
.cities-section-hero .form-select-container .book-massage:hover, .section-hero-home .form-select-container .book-massage:hover, .section-hero .form-select-container .book-massage:hover, .section-booking .form-select-container .book-massage:hover {
  background-color: #66b9b3;
}

@media (max-width: 56em) {
  /* line 625, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero input, .section-hero-home input, .section-hero input, .section-booking input {
    border-radius: 3px;
  }
  /* line 629, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-city, .section-hero-home .form-city, .section-hero .form-city, .section-booking .form-city {
    width: 83% !important;
    float: none !important;
    margin: auto;
  }
  /* line 635, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-date, .section-hero-home .form-date, .section-hero .form-date, .section-booking .form-date {
    display: none !important;
  }
  /* line 647, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-time, .section-hero-home .form-time, .section-hero .form-time, .section-booking .form-time {
    display: none !important;
  }
  /* line 666, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-submit, .section-hero-home .form-submit, .section-hero .form-submit, .section-booking .form-submit {
    width: 60% !important;
    float: none !important;
    margin: auto;
    margin-bottom: 70px;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  /* line 678, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .divider, .section-hero-home .divider, .section-hero .divider, .section-booking .divider {
    display: none;
  }
}

@media (max-width: 31em) {
  /* line 690, app/assets/stylesheets/v4/partials/_layout.scss */
  .cities-section-hero .form-submit, .section-hero-home .form-submit, .section-hero .form-submit, .section-booking .form-submit {
    width: 83% !important;
  }
}

/* line 3, app/assets/stylesheets/v4/partials/_icons.scss */
.download-google-cities a, .download-app-cities a, .download-google-store a, .how-stores-google a, .section-how .how-google-store-mobile a, .section-how .how-google-store a, .download-app-store a, .how-stores-apple a, .section-how .how-app-store-mobile a, .section-how .how-app-store a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/v4/partials/_icons.scss */
.download-app-store, .how-stores-apple, .section-how .how-app-store-mobile, .section-how .how-app-store {
  background-image: url(/assets/v4/pages/img/appstore-918c5515747ee37f8947975ba66594cedd07d0172b14627f2b0790918031276b.png);
  width: 120px;
  height: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .download-app-store, .how-stores-apple, .section-how .how-app-store-mobile, .section-how .how-app-store {
    background-image: url(/assets/v4/pages/img/appstore@2x-213ac0243297cf09a5562884a372defc39148214225f817d2268c4f53beedcc1.png);
    background-size: 120px 40px;
  }
}

/* line 18, app/assets/stylesheets/v4/partials/_icons.scss */
.download-google-store, .how-stores-google, .section-how .how-google-store-mobile, .section-how .how-google-store {
  background-image: url(/assets/v4/pages/img/googleplay-1d3398f45d0ea896aab701426425bc2c18bab2f12cb2a5e20877db360a6983fc.png);
  width: 120px;
  height: 40px;
  position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .download-google-store, .how-stores-google, .section-how .how-google-store-mobile, .section-how .how-google-store {
    background-image: url(/assets/v4/pages/img/googleplay@2x-8a126c05e8d3e827ec5ccb769b7428bf87b22e28321c3d71ff310bafdd370d9e.png);
    background-size: 120px 40px;
  }
}

/* line 1, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login #sessions-fb, .section-signup #sessions-fb, .cities-section-hero .form-select-container .book-massage, .section-hero-home .form-select-container .book-massage, .section-hero .form-select-container .book-massage, .section-booking .form-select-container .book-massage, .section-login .login-submit, .section-signup .signup-submit, .work-form-submit, .work-testimonials-button, .work-values-button, .work-hero-button, .atwork-form-submit, .contact-submit, .therapists-button-link, .pricing-button, .massage-item-link-val, .massage-item-link, .nav-mobile__button {
  border: 0;
  border-radius: 3px;
}

/* line 8, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login #sessions-fb:hover, .section-signup #sessions-fb:hover, .cities-section-hero .form-select-container .book-massage:hover, .section-hero-home .form-select-container .book-massage:hover, .section-hero .form-select-container .book-massage:hover, .section-booking .form-select-container .book-massage:hover, .section-login .login-submit:hover, .section-signup .signup-submit:hover, .work-form-submit:hover, .work-testimonials-button:hover, .work-values-button:hover, .work-hero-button:hover, .atwork-form-submit:hover, .contact-submit:hover, .therapists-button-link:hover, .pricing-button:hover, .massage-item-link-val:hover, .massage-item-link:hover, .nav-mobile__button:hover {
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login #sessions-fb a:hover, .section-signup #sessions-fb a:hover, .cities-section-hero .form-select-container .book-massage a:hover, .section-hero-home .form-select-container .book-massage a:hover, .section-hero .form-select-container .book-massage a:hover, .section-booking .form-select-container .book-massage a:hover, .section-login .login-submit a:hover, .section-signup .signup-submit a:hover, .work-form-submit a:hover, .work-testimonials-button a:hover, .work-values-button a:hover, .work-hero-button a:hover, .atwork-form-submit a:hover, .contact-submit a:hover, .therapists-button-link a:hover, .pricing-button a:hover, .massage-item-link-val a:hover, .massage-item-link a:hover, .nav-mobile__button a:hover {
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login .login-submit, .section-signup .signup-submit, .work-form-submit, .work-testimonials-button, .work-values-button, .work-hero-button, .atwork-form-submit, .contact-submit, .therapists-button-link, .pricing-button, .massage-item-link-val, .massage-item-link, .nav-mobile__button {
  background: #72CAC4;
  color: white;
}

/* line 20, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login .login-submit:hover, .section-signup .signup-submit:hover, .work-form-submit:hover, .work-testimonials-button:hover, .work-values-button:hover, .work-hero-button:hover, .atwork-form-submit:hover, .contact-submit:hover, .therapists-button-link:hover, .pricing-button:hover, .massage-item-link-val:hover, .massage-item-link:hover, .nav-mobile__button:hover {
  background-color: #65b6b0;
  color: white;
}

/* line 26, app/assets/stylesheets/v4/partials/_buttons.scss */
.cities-section-hero .form-select-container .book-massage, .section-hero-home .form-select-container .book-massage, .section-hero .form-select-container .book-massage, .section-booking .form-select-container .book-massage {
  background: #4d90fe;
  color: white;
}

/* line 30, app/assets/stylesheets/v4/partials/_buttons.scss */
.cities-section-hero .form-select-container .book-massage:hover, .section-hero-home .form-select-container .book-massage:hover, .section-hero .form-select-container .book-massage:hover, .section-booking .form-select-container .book-massage:hover {
  background-color: #97bbf7;
}

/* line 35, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login #sessions-fb, .section-signup #sessions-fb {
  background-color: #3B5998;
  color: white;
}

/* line 40, app/assets/stylesheets/v4/partials/_buttons.scss */
.section-login #sessions-fb:hover, .section-signup #sessions-fb:hover {
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/v4/partials/_buttons.scss */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 56, app/assets/stylesheets/v4/partials/_buttons.scss */
button {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number, .section-login .login-password, .section-login .login-email, .section-login .login-lastname, .section-login .login-firstname, .section-signup #user_mobile_number, .section-signup .signup-password, .section-signup .signup-email, .section-signup .signup-lastname, .section-signup .signup-firstname, .atwork-form-company, .atwork-form-firstname, .atwork-form-lastname, .atwork-form-email, .atwork-form-mobile, .atwork-form-city, .atwork-form-zip, .atwork-form-notes, .work-form-company, .work-form-fullname, .work-form-email, .work-form-mobile, .work-form-zip, .work-form-notes, .contact-message, .contact-email, .contact-name {
  padding-left: 10px;
  font-size: 20px;
  font-size: 2rem;
  border: 2px solid #E1E1E1;
  -webkit-appearance: none;
  border-radius: 3px;
}

/* line 11, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number::-webkit-input-placeholder, .section-login .login-password::-webkit-input-placeholder, .section-login .login-email::-webkit-input-placeholder, .section-login .login-lastname::-webkit-input-placeholder, .section-login .login-firstname::-webkit-input-placeholder, .section-signup #user_mobile_number::-webkit-input-placeholder, .section-signup .signup-password::-webkit-input-placeholder, .section-signup .signup-email::-webkit-input-placeholder, .section-signup .signup-lastname::-webkit-input-placeholder, .section-signup .signup-firstname::-webkit-input-placeholder, .atwork-form-company::-webkit-input-placeholder, .atwork-form-firstname::-webkit-input-placeholder, .atwork-form-lastname::-webkit-input-placeholder, .atwork-form-email::-webkit-input-placeholder, .atwork-form-mobile::-webkit-input-placeholder, .atwork-form-city::-webkit-input-placeholder, .atwork-form-zip::-webkit-input-placeholder, .atwork-form-notes::-webkit-input-placeholder, .work-form-company::-webkit-input-placeholder, .work-form-fullname::-webkit-input-placeholder, .work-form-email::-webkit-input-placeholder, .work-form-mobile::-webkit-input-placeholder, .work-form-zip::-webkit-input-placeholder, .work-form-notes::-webkit-input-placeholder, .contact-message::-webkit-input-placeholder, .contact-email::-webkit-input-placeholder, .contact-name::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #C4C4C4;
  line-height: 140%;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 18, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number:-moz-placeholder, .section-login .login-password:-moz-placeholder, .section-login .login-email:-moz-placeholder, .section-login .login-lastname:-moz-placeholder, .section-login .login-firstname:-moz-placeholder, .section-signup #user_mobile_number:-moz-placeholder, .section-signup .signup-password:-moz-placeholder, .section-signup .signup-email:-moz-placeholder, .section-signup .signup-lastname:-moz-placeholder, .section-signup .signup-firstname:-moz-placeholder, .atwork-form-company:-moz-placeholder, .atwork-form-firstname:-moz-placeholder, .atwork-form-lastname:-moz-placeholder, .atwork-form-email:-moz-placeholder, .atwork-form-mobile:-moz-placeholder, .atwork-form-city:-moz-placeholder, .atwork-form-zip:-moz-placeholder, .atwork-form-notes:-moz-placeholder, .work-form-company:-moz-placeholder, .work-form-fullname:-moz-placeholder, .work-form-email:-moz-placeholder, .work-form-mobile:-moz-placeholder, .work-form-zip:-moz-placeholder, .work-form-notes:-moz-placeholder, .contact-message:-moz-placeholder, .contact-email:-moz-placeholder, .contact-name:-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #C4C4C4;
  line-height: 140%;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 25, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number::-moz-placeholder, .section-login .login-password::-moz-placeholder, .section-login .login-email::-moz-placeholder, .section-login .login-lastname::-moz-placeholder, .section-login .login-firstname::-moz-placeholder, .section-signup #user_mobile_number::-moz-placeholder, .section-signup .signup-password::-moz-placeholder, .section-signup .signup-email::-moz-placeholder, .section-signup .signup-lastname::-moz-placeholder, .section-signup .signup-firstname::-moz-placeholder, .atwork-form-company::-moz-placeholder, .atwork-form-firstname::-moz-placeholder, .atwork-form-lastname::-moz-placeholder, .atwork-form-email::-moz-placeholder, .atwork-form-mobile::-moz-placeholder, .atwork-form-city::-moz-placeholder, .atwork-form-zip::-moz-placeholder, .atwork-form-notes::-moz-placeholder, .work-form-company::-moz-placeholder, .work-form-fullname::-moz-placeholder, .work-form-email::-moz-placeholder, .work-form-mobile::-moz-placeholder, .work-form-zip::-moz-placeholder, .work-form-notes::-moz-placeholder, .contact-message::-moz-placeholder, .contact-email::-moz-placeholder, .contact-name::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #C4C4C4;
  line-height: 140%;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 32, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number:-ms-input-placeholder, .section-login .login-password:-ms-input-placeholder, .section-login .login-email:-ms-input-placeholder, .section-login .login-lastname:-ms-input-placeholder, .section-login .login-firstname:-ms-input-placeholder, .section-signup #user_mobile_number:-ms-input-placeholder, .section-signup .signup-password:-ms-input-placeholder, .section-signup .signup-email:-ms-input-placeholder, .section-signup .signup-lastname:-ms-input-placeholder, .section-signup .signup-firstname:-ms-input-placeholder, .atwork-form-company:-ms-input-placeholder, .atwork-form-firstname:-ms-input-placeholder, .atwork-form-lastname:-ms-input-placeholder, .atwork-form-email:-ms-input-placeholder, .atwork-form-mobile:-ms-input-placeholder, .atwork-form-city:-ms-input-placeholder, .atwork-form-zip:-ms-input-placeholder, .atwork-form-notes:-ms-input-placeholder, .work-form-company:-ms-input-placeholder, .work-form-fullname:-ms-input-placeholder, .work-form-email:-ms-input-placeholder, .work-form-mobile:-ms-input-placeholder, .work-form-zip:-ms-input-placeholder, .work-form-notes:-ms-input-placeholder, .contact-message:-ms-input-placeholder, .contact-email:-ms-input-placeholder, .contact-name:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #C4C4C4;
  line-height: 140%;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 39, app/assets/stylesheets/v4/partials/_forms.scss */
.section-login #user_mobile_number:focus, .section-login .login-password:focus, .section-login .login-email:focus, .section-login .login-lastname:focus, .section-login .login-firstname:focus, .section-signup #user_mobile_number:focus, .section-signup .signup-password:focus, .section-signup .signup-email:focus, .section-signup .signup-lastname:focus, .section-signup .signup-firstname:focus, .atwork-form-company:focus, .atwork-form-firstname:focus, .atwork-form-lastname:focus, .atwork-form-email:focus, .atwork-form-mobile:focus, .atwork-form-city:focus, .atwork-form-zip:focus, .atwork-form-notes:focus, .work-form-company:focus, .work-form-fullname:focus, .work-form-email:focus, .work-form-mobile:focus, .work-form-zip:focus, .work-form-notes:focus, .contact-message:focus, .contact-email:focus, .contact-name:focus {
  -webkit-box-shadow: 0 0 0 2px #72CAC4;
          box-shadow: 0 0 0 2px #72CAC4;
  outline: none;
  border: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 2px solid #f2f2f2 !important;
  margin-top: -1px;
  margin-left: -10px;
  padding: 4px;
  width: 20.4em;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 27, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 37, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 45, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 52, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 60, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 67, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 71, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 75, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 78, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 81, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 84, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 92, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 95, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 106, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 117, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 128, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 139, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 150, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 161, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 172, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 183, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 194, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 197, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 208, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 215, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 220, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 224, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 229, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 234, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 237, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 243, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 254, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 265, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 268, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 271, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 276, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 282, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 287, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 298, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 301, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #72cac4;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #72cac4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 326, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 335, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 338, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #72cac4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 346, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 352, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 369, app/assets/stylesheets/v4/partials/_bootstrap-datetimepicker.scss */
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
  color: #72cac4;
}

/* line 1, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__top, .nav-mobile__container {
  -webkit-transition: all 700ms cubic-bezier(0.625, 0.245, 0, 0.995);
  transition: all 700ms cubic-bezier(0.625, 0.245, 0, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.625, 0.245, 0, 0.995);
  transition-timing-function: cubic-bezier(0.625, 0.245, 0, 0.995);
  /* custom */
}

/* line 15, app/assets/stylesheets/v4/pages/shared/nav.scss */
.section-nav, .section-nav-light, .section-nav-black, .section-nav-dark, .work-header, .section-nav-dark-homepage {
  z-index: 9999;
  background: transparent;
  border: none;
  border-radius: 0;
  height: 95px;
  margin-top: 20px;
  position: absolute;
  top: 0;
}

/* line 27, app/assets/stylesheets/v4/pages/shared/nav.scss */
.section-nav-dark, .work-header, .section-nav-dark-homepage {
  border-bottom: 2px solid #efefef;
  position: relative !important;
  height: 80px !important;
}

/* line 34, app/assets/stylesheets/v4/pages/shared/nav.scss */
.section-nav-dark-homepage {
  background: white;
  padding-top: 10px;
  margin-top: 0;
  border-bottom: none;
}

/* line 41, app/assets/stylesheets/v4/pages/shared/nav.scss */
.section-nav-dark-homepage a {
  color: #000 !important;
}

/* line 46, app/assets/stylesheets/v4/pages/shared/nav.scss */
.section-nav-black {
  background: #2a2a2a;
  margin-top: 0;
  padding-top: 20px;
  position: relative !important;
  height: 100px !important;
}

/* line 55, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
}

/* line 68, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-wrap-on {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

/* line 75, app/assets/stylesheets/v4/pages/shared/nav.scss */
body.nav-mobile {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  height: 100%;
}

/* line 85, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-logo {
  background: url(/assets/v4/pages/img/logo-41522df6b1ac33611c1d265c8c751cf9d0f62cff4e4934f7451854953a755adb.svg) center center no-repeat;
  font-size: 0;
  height: 55px;
  width: inherit;
  max-width: 250px;
  display: block;
  position: absolute;
  margin-left: 1%;
}

/* line 96, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-logo-dark, .work-header-logo {
  background: url(/assets/v4/pages/img/logo-dark-8324ae66f4c1e9e96530245a63015153203c80c68fa59796dad439375a6f3917.svg) center center no-repeat;
  font-size: 0;
  height: 55px;
  width: inherit;
  max-width: 250px;
  display: block;
  position: absolute;
  margin-left: 1%;
}

/* line 107, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right, .nav-right-white, .nav-right-black, .nav-right-dark, .nav-right-general {
  display: none;
}

/* line 111, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__container {
  display: none;
  z-index: 99999;
  padding-top: 1%;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* line 122, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__menu-icon, .nav-mobile__menu-icon_home {
  display: none;
}

/* line 126, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile-icon-v4 {
  padding-top: 20px;
}

/* line 130, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__button {
  width: 80%;
  margin: auto;
  padding: 10px 10px;
  margin-bottom: 5%;
  margin-top: 85px;
  height: 45px;
}

/* line 140, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__button a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 144, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__button a:hover {
  text-decoration: none;
}

/* line 150, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__background-filler {
  background: white;
  position: fixed;
  right: -40%;
  height: 100%;
  width: 20%;
  z-index: 999;
}

/* line 159, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__social {
  width: 70%;
  margin-left: 10%;
  margin-top: 10%;
}

/* line 165, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__icon {
  margin-right: 5%;
}

/* line 169, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__icon a:hover {
  text-decoration: none;
  opacity: .3;
}

/* line 174, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__fixed-wrapper {
  position: relative;
  height: 57%;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}

/* line 182, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right, .nav-right-white, .nav-right-black, .nav-right-dark, .nav-right-general {
  margin-top: -12px;
}

/* line 184, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right a, .nav-right-white a, .nav-right-black a, .nav-right-dark a, .nav-right-general a {
  color: #F9F9F9;
  font-size: 1.6rem;
  line-height: 80px;
  font-family: 'gotham-htf-book';
}

/* line 192, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right-dark {
  margin-top: -12px;
}

/* line 195, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right-dark a {
  color: #5F6368 !important;
}

/* line 200, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right-black {
  margin-top: -12px;
}

/* line 203, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right-black a {
  color: #F9F9F9 !important;
}

@media (min-width: 64em) {
  /* line 210, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-right, .nav-right-white, .nav-right-dark, .nav-right-black, .nav-right-general {
    display: block;
    float: right;
    margin-right: 1%;
    width: 40%;
  }
  /* line 216, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-right .nav-right-signup, .nav-right-white .nav-right-signup, .nav-right-dark .nav-right-signup, .nav-right-black .nav-right-signup, .nav-right-general .nav-right-signup {
    float: left;
  }
  /* line 220, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-right a, .nav-right-white a, .nav-right-dark a, .nav-right-black a, .nav-right-general a {
    color: white;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 80px;
    padding: 0 5px;
    font-family: 'gotham-htf-book';
  }
  /* line 230, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .section-nav li, .section-nav-light li, .section-nav-dark li, .work-header li, .section-nav-dark-homepage li, .section-nav-black li {
    position: relative;
    display: block;
    float: left;
  }
}

@media (min-width: 48em) {
  /* line 239, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-right, .nav-right-white, .nav-right-dark, .nav-right-black {
    width: 45%;
  }
  /* line 240, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-right-general, .nav-right-black {
    width: 885px !important;
  }
}

@media (max-width: 63.937em) {
  /* line 245, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__menu-icon {
    display: block !important;
  }
  /* line 247, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__menu-icon img {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 13px;
  }
  /* line 255, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__menu-icon_home {
    display: block !important;
  }
  /* line 257, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__menu-icon_home img {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 25px;
  }
  /* line 265, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container {
    background: #FFFFFF;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0px;
    text-align: left;
    right: -83%;
    display: block !important;
    padding-bottom: 40px;
  }
  /* line 276, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container h2 {
    margin-top: 30px;
    margin-bottom: 0%;
    margin-left: 7%;
    font-family: "gotham-htf-book", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 284, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container ul {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  /* line 291, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container li {
    font-size: 16px;
    font-size: 1.6rem;
    color: #BBBBBB;
    margin-bottom: 1%;
  }
  /* line 297, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container a {
    color: #72CAC4;
    font-family: 'gotham-htf-book';
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 303, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__container hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    margin-left: 10%;
    margin-right: 40%;
    border-top: 1px solid #eee;
  }
  /* line 314, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__button {
    text-align: center;
  }
  /* line 316, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-mobile__button a {
    color: #FFFFFF;
  }
}

/* line 322, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-show {
  right: 0px !important;
}

/* line 328, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__top {
  background: white;
  position: fixed;
  width: 80%;
  right: -83%;
  height: 60px;
  top: 0;
  z-index: 999999;
}

/* line 338, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__top .nav-mobile__menu {
  margin-top: 10px;
  margin-left: 10%;
  font-family: 'gotham-htf-book';
  font-size: 2.4rem;
  font-weight: 100;
  color: #474747;
  line-height: 120%;
}

/* line 349, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__first-hr {
  width: 100%;
  margin: 0;
  bottom: -21px;
  position: relative;
  border-top: solid 1px #eee;
}

/* line 358, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__close {
  position: absolute;
  right: -6%;
  top: 6px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/v4/pages/img/menu-close-87384f3929e5b5910630c8882a9ac990e3d39b189505682800439887868633bc.svg);
}

/* line 369, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-mobile__close:hover {
  cursor: pointer;
}

@media (max-width: 31em) {
  /* line 375, app/assets/stylesheets/v4/pages/shared/nav.scss */
  .nav-logo {
    max-width: 190px !important;
  }
}

/* line 380, app/assets/stylesheets/v4/pages/shared/nav.scss */
body.nav-mobile__open {
  overflow: hidden;
  position: relative;
}

/* line 385, app/assets/stylesheets/v4/pages/shared/nav.scss */
.body-wrap-on {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 391, app/assets/stylesheets/v4/pages/shared/nav.scss */
#nav-right-therapist, #nav-right-client {
  width: auto;
  font-weight: bold;
  color: #505050;
  padding: 15px;
  line-height: 85px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

/* line 402, app/assets/stylesheets/v4/pages/shared/nav.scss */
.nav-right-links-therapist, .nav-right-links-client {
  float: right;
}

/* line 406, app/assets/stylesheets/v4/pages/shared/nav.scss */
a.nav-right-links-therapist {
  font-size: 13px;
}

/* line 410, app/assets/stylesheets/v4/pages/shared/nav.scss */
a.nav-right-links-client {
  font-size: 13px;
  padding: 0;
}

@media screen and (min-width: 320px) and (max-width: 798px) {
  /* line 417, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-therapist li, #nav-left-therapist li {
    display: none;
  }
  /* line 418, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-therapist li.nav-left-menu, #nav-left-therapist li.nav-left-menu {
    display: block !important;
    margin-top: 45% !important;
  }
  /* line 419, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-therapist    li.nav-right-links, #nav-left-therapist    li.nav-right-links {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 950px) {
  /* line 425, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-client li, #nav-left-client li {
    display: none;
  }
  /* line 426, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-client li.nav-left-menu, #nav-left-client li.nav-left-menu {
    display: block !important;
    margin-top: 45% !important;
  }
  /* line 427, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #nav-right-client   li.nav-right-links, #nav-left-client   li.nav-right-links {
    display: none;
  }
}

/* line 433, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar {
  width: 100%;
  background: white;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 440, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .locked-body {
  overflow: hidden;
}

/* line 444, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .hamburger-icon {
  display: none;
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/27033927/hamburger.svg);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

/* line 452, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  padding-top: 15px;
  width: 200px;
}

/* line 458, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .logo-wrapper .soothe-logo-icon {
  background-image: url(https://d3jw42cdx1vntc.cloudfront.net/images/soothe-logo-vector.svg);
  background-size: 112px 30px;
  height: 30px;
  width: 112px;
  display: block;
  text-decoration: none;
}

/* line 468, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .logo-wrapper:hover {
  text-decoration: none;
}

/* line 470, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 40%;
  margin-right: 80px;
  padding-top: 20px;
}

/* line 477, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-items a:hover, #soothe-navbar .header-items a:focus {
  color: #7089be !important;
}

/* line 481, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-items .header-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2C3239;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
}

/* line 491, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-items .header-item-active {
  color: #7089BE;
  font-weight: 600;
}

/* line 497, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-item-account-icon {
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/26063251/account-icon.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

/* line 504, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-item-account-icon-mobile {
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/26063251/account-icon.svg);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}

/* line 511, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .header-item-account-icon-mobile, #soothe-navbar .header-item-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /* line 515, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar #soothe-navbar {
    position: relative;
  }
  /* line 519, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .hamburger-icon {
    display: block;
    position: absolute;
    margin-top: 22px;
    left: 15px;
    cursor: pointer;
  }
  /* line 527, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .logo-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 532, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .logo-wrapper .soothe-logo-icon {
    background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/05/25162812/soothe-logo-hands-blue.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    display: block;
    text-decoration: none;
  }
  /* line 542, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-items {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(57, 69, 94, 0.98);
    z-index: 999;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 50px;
  }
  /* line 552, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-items .header-item {
    margin: auto;
    color: white !important;
    font-size: 22px;
  }
  /* line 558, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-items .close-wrapper {
    display: none;
    margin: auto;
  }
  /* line 562, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-items .close-wrapper .close-icon {
    background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/06/04045253/exit-overlay.png);
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: block;
    cursor: pointer;
  }
  /* line 573, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-item-account-icon-mobile, #soothe-navbar .header-item-mobile {
    display: block;
    position: absolute;
    margin-top: 22px;
    right: 15px;
    cursor: pointer;
  }
  /* line 581, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .header-item-account-icon {
    display: none;
  }
  /* line 583, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .soothe-logo-icon {
    margin: auto;
  }
  /* line 587, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .soothe-logo-text {
    display: none;
  }
}

/* line 594, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar #select-lang-btn {
  display: block;
  margin-top: -2px;
}

/* line 597, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar #select-lang-btn a {
  text-decoration: none;
}

/* line 602, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar #select-lang-btn-mobile {
  display: none;
}

@media (max-width: 1024px) {
  /* line 605, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar #select-lang-btn {
    display: none;
  }
  /* line 606, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar #select-lang-btn-mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  /* line 612, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar #select-lang-btn-mobile a {
    text-decoration: none;
  }
}

/* line 618, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .home-language-selector {
  display: inline-block;
}

/* line 621, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .home-language-selector img {
  width: 20px;
  margin-right: 5px;
}

@-moz-document url-prefix() {
  /* line 624, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .home-language-selector img {
    width: 20px;
    margin: 0 0 0px 20px;
  }
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 632, app/assets/stylesheets/v4/pages/shared/nav.scss */
    #soothe-navbar .home-language-selector img {
      width: 20px;
      margin: 0 0 0px 20px;
    }
  }
}

/* line 639, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .home-language-selector span {
  vertical-align: text-bottom;
  margin-left: -5px;
}

/* line 643, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 655, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

@media (max-width: 500px) {
  /* line 655, app/assets/stylesheets/v4/pages/shared/nav.scss */
  #soothe-navbar .select-language-modal .content {
    width: 80%;
  }
}

/* line 664, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .content .select-en {
  margin-top: 40px;
}

/* line 666, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .content .select-en img {
  width: 23px;
  margin: 0 10px -5px -2px;
}

/* line 669, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .content .select-de {
  margin-top: 20px;
}

/* line 671, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .content .select-de img {
  width: 20px;
  margin: 0 10px -5px 0;
}

/* line 675, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .close, #soothe-navbar .select-language-modal .close-mobile {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 682, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .close, #soothe-navbar .select-language-modal .close-mobile {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 689, app/assets/stylesheets/v4/pages/shared/nav.scss */
#soothe-navbar .select-language-modal .close:hover,
#soothe-navbar .select-language-modal .close:focus,
#soothe-navbar .select-language-modal .close-mobile:hover,
#soothe-navbar .select-language-modal .close-mobile:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer {
  background-color: #39455E;
  width: 100%;
}

/* line 5, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 14, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column a:hover, #soothe-footer .soothe-footer-wrapper .soothe-footer-column a:focus {
  color: #7089be !important;
}

/* line 18, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-row-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.27px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 28, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-row {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}

/* line 40, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-row:hover {
  color: #fff;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-social-icons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-width: 150px;
  margin-top: 15px;
}

/* line 48, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-social-icons-wrapper .social-footer-twitter {
  display: block;
  text-decoration: none;
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/27142847/twitter.svg);
  background-size: 20px 19px;
  width: 20px;
  height: 19px;
}

/* line 57, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-social-icons-wrapper .social-footer-facebook {
  display: block;
  text-decoration: none;
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/27142848/facebook.svg);
  background-size: 9px 20px;
  width: 9px;
  height: 20px;
}

/* line 66, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-wrapper .soothe-footer-column .soothe-footer-social-icons-wrapper .social-footer-insta {
  display: block;
  text-decoration: none;
  background-image: url(https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2020/04/27142846/instagram.svg);
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
}

/* line 78, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-bottom-wrapper-mobile {
  display: none;
}

/* line 80, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-bottom-wrapper {
  width: 90%;
  max-width: 650px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 50px;
}

/* line 89, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-bottom-wrapper a:hover, #soothe-footer .soothe-footer-bottom-wrapper a:focus {
  color: #7089be;
}

/* line 93, app/assets/stylesheets/v4/pages/shared/footer.scss */
#soothe-footer .soothe-footer-bottom-wrapper .soothe-footer-info, #soothe-footer .soothe-footer-bottom-wrapper .soothe-footer-bottom-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 22px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  /* line 107, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-wrapper {
    display: block;
  }
  /* line 110, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-wrapper .soothe-footer-column {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  /* line 119, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-wrapper .soothe-footer-social-icons-wrapper {
    max-width: 100px;
    margin: auto;
  }
  /* line 124, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-wrapper .soothe-footer-mobile-space-fix {
    height: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  /* line 134, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper {
    display: none;
  }
  /* line 136, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile {
    width: 90%;
    margin: 0 auto;
    max-width: 350px;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  /* line 145, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile a:hover, #soothe-footer .soothe-footer-bottom-wrapper-mobile a:focus {
    color: #7089be;
  }
  /* line 149, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile .soothe-footer-bottom-link-inline, #soothe-footer .soothe-footer-bottom-wrapper-mobile .soothe-footer-bottom-link-block {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 0.25px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
  }
  /* line 161, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile .right {
    float: right;
  }
  /* line 162, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile .left {
    float: left;
  }
  /* line 164, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile .soothe-footer-bottom-link-inline {
    display: inline-block;
  }
  /* line 165, app/assets/stylesheets/v4/pages/shared/footer.scss */
  #soothe-footer .soothe-footer-bottom-wrapper-mobile .soothe-footer-bottom-link-block {
    display: block;
    padding-top: 40px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/shared/booking.scss */
.section-booking {
  background-color: #20233a;
  background-size: cover;
  /* this has to go after background */
  color: white;
  min-height: 320px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.25em;
}

/* line 15, app/assets/stylesheets/v4/pages/shared/booking.scss */
.section-booking h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #FFFFFF;
}

/* line 22, app/assets/stylesheets/v4/pages/shared/booking.scss */
.section-booking h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-weight: 500;
}

@media (max-width: 56em) {
  /* line 31, app/assets/stylesheets/v4/pages/shared/booking.scss */
  .section-booking h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 70px;
    line-height: 140%;
  }
}

@media (max-width: 31em) {
  /* line 1, app/assets/stylesheets/v4/pages/shared/booking.scss */
  .section-booking {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/hero.scss */
.section-hero {
  color: white;
  min-height: 500px;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hero {
    min-height: 500px;
  }
}

/* line 6, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__background {
  background-size: cover;
  background-image: url(/assets/v4/pages/home/hero/hero2-320df478c094e95ecef8f2a31e6e4875d460953c056987c51aad0b06bf20a8e8.jpg);
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 66%;
}

@media (max-width: 48em) {
  /* line 6, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__background {
    height: 700px;
    background-position-x: 17%;
    top: -50px;
  }
}

/* line 11, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__header {
  font-size: 60px;
  margin-bottom: 35px;
  color: #FFFFFF;
  padding-top: 235px;
  font-weight: 500;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 56em) {
  /* line 11, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__header {
    width: 80%;
    margin: auto;
    margin-bottom: 2.0rem;
    padding-top: 140px;
    line-height: 108%;
  }
}

@media (max-width: 31em) {
  /* line 11, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__header {
    font-size: 37px;
    font-size: 3.7rem;
    padding-top: 110px;
  }
}

@media (max-width: 20em) {
  /* line 11, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__header {
    padding-top: 90px;
    font-size: 28px;
  }
}

/* line 17, app/assets/stylesheets/v4/pages/home/hero.scss */
#gift-cta-margin {
  margin-left: 30px;
}

@media (max-width: 480px) {
  /* line 17, app/assets/stylesheets/v4/pages/home/hero.scss */
  #gift-cta-margin {
    margin: 10px auto !important;
  }
}

/* line 21, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__subheader {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "gotham-htf-book", sans-serif;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #FFFFFF;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  word-wrap: break-word !important;
}

@media (max-width: 56em) {
  /* line 21, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__subheader {
    width: 98%;
    margin: auto;
    font-size: 2.0rem;
    margin-bottom: 4.0rem;
    white-space: inherit;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 20em) {
  /* line 21, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__subheader {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/home/hero.scss */
.bootstrap-datetimepicker-widget {
  background: #fff;
}

/* line 30, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__background_3, .hero__background_shade {
  background-position: 0 -110px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 66%;
}

@media (max-width: 48em) {
  /* line 30, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__background_3, .hero__background_shade {
    height: 700px;
    background-position-x: 17%;
    top: -50px;
  }
}

@media (max-width: 31em) {
  /* line 30, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__background_3, .hero__background_shade {
    background-position: -330px -110px;
  }
}

/* line 40, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__background_shade {
  background-position: center;
  height: 600px;
  background-repeat: no-repeat;
}

@media (max-width: 48em) {
  /* line 40, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__background_shade {
    height: 600px;
    background-position-x: 73%;
    top: 6px;
  }
}

@media (max-width: 31em) {
  /* line 40, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__background_shade {
    background-position: -850px 35px;
  }
}

/* line 48, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero_header_3 {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 1.5px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 31em) {
  /* line 48, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero_header_3 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

/* line 56, app/assets/stylesheets/v4/pages/home/hero.scss */
.form-v4-input-wrapper {
  margin: 0 auto;
  width: 900px;
}

@media (max-width: 64em) {
  /* line 56, app/assets/stylesheets/v4/pages/home/hero.scss */
  .form-v4-input-wrapper {
    width: 500px;
  }
}

@media (max-width: 31em) {
  /* line 56, app/assets/stylesheets/v4/pages/home/hero.scss */
  .form-v4-input-wrapper {
    width: 100%;
  }
}

/* line 62, app/assets/stylesheets/v4/pages/home/hero.scss */
.form-v4-input-wrapper input {
  width: 670px;
  float: left;
  border: solid 0 #ffffff;
  padding: 10px;
  font-size: 18px;
  color: #474747;
}

@media (max-width: 64em) {
  /* line 62, app/assets/stylesheets/v4/pages/home/hero.scss */
  .form-v4-input-wrapper input {
    width: 270px;
  }
}

@media (max-width: 31em) {
  /* line 62, app/assets/stylesheets/v4/pages/home/hero.scss */
  .form-v4-input-wrapper input {
    display: none;
  }
}

/* line 72, app/assets/stylesheets/v4/pages/home/hero.scss */
.form-v4-input-wrapper button {
  width: 230px;
  background-color: #72CAC4;
  border: solid 3px #72CAC4;
  border-radius: 0;
  padding: 8px 0 7px 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 31em) {
  /* line 72, app/assets/stylesheets/v4/pages/home/hero.scss */
  .form-v4-input-wrapper button {
    display: none;
  }
}

/* line 87, app/assets/stylesheets/v4/pages/home/hero.scss */
.form-v4-input-wrapper button:hover {
  background-color: #65b6b0;
  color: white;
}

/* line 91, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero-book-btn-mobile {
  display: none;
  margin: 0 auto;
}

@media (max-width: 31em) {
  /* line 91, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero-book-btn-mobile {
    display: block;
    width: 220px;
    height: 50px;
    background-color: #72CAC4;
    border: solid 3px #72CAC4;
    padding: 10px 12px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

/* line 110, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero-book-btn-mobile:hover {
  text-decoration: none !important;
}

/* holiday banner 2017 */
/* line 115, app/assets/stylesheets/v4/pages/home/hero.scss */
.section-hb-wrapper {
  background: url(/assets/v4/pages/img/bk-gift-holiday_banner2.jpg) center bottom;
  background-size: cover;
  background-position: 0 -60px;
  width: 100%;
  height: 269px;
  background-repeat: no-repeat;
  position: relative;
  margin: 275px 0 -240px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 48em) {
  /* line 115, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hb-wrapper {
    margin: 260px 0 -120px 0;
    background-position: 0 0;
  }
}

@media (max-width: 31em) {
  /* line 115, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hb-wrapper {
    margin: 40px 0 -120px 0;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 129, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hb-wrapper {
    background-position: 0 -160px;
  }
}

@media only screen and (min-width: 2000px) {
  /* line 134, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hb-wrapper {
    background-position: 0 -320px;
  }
}

/* line 138, app/assets/stylesheets/v4/pages/home/hero.scss */
.hb-headline {
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 80px;
}

@media (max-width: 64em) {
  /* line 138, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hb-headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 48em) {
  /* line 138, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hb-headline {
    line-height: 40px;
    padding-top: 65px;
  }
}

@media (max-width: 31em) {
  /* line 138, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hb-headline {
    padding-top: 40px;
  }
}

@media (max-width: 20em) {
  /* line 138, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hb-headline {
    padding-top: 30px;
  }
}

/* line 148, app/assets/stylesheets/v4/pages/home/hero.scss */
.hb-green {
  color: #72CAC4;
}

/* line 151, app/assets/stylesheets/v4/pages/home/hero.scss */
.hb-light {
  font-family: "gotham-htf", sans-serif;
  font-weight: 100;
}

/* line 155, app/assets/stylesheets/v4/pages/home/hero.scss */
.soothe-collection-section {
  height: 600px;
}

/* line 159, app/assets/stylesheets/v4/pages/home/hero.scss */
.soothe-collection {
  background: url(/assets/v4/pages/home/hero/store-image-web-0d553aa9232e2f498a74c07ea2bc50824dd7565dbb2afac7f0e92d874b757122.jpg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 600px;
}

@media (max-width: 1460px) {
  /* line 159, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection {
    background: url(/assets/v4/pages/home/hero/store-image-web-0d553aa9232e2f498a74c07ea2bc50824dd7565dbb2afac7f0e92d874b757122.jpg) center center no-repeat;
    background-size: 130% auto;
  }
}

@media (max-width: 1460px) and (max-width: 1130px) {
  /* line 159, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection {
    background: url(/assets/v4/pages/home/hero/store-image-web-0d553aa9232e2f498a74c07ea2bc50824dd7565dbb2afac7f0e92d874b757122.jpg) center center no-repeat;
    background-size: 150% auto;
  }
}

@media (max-width: 1460px) and (max-width: 1130px) and (max-width: 975px) {
  /* line 159, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection {
    background: url(/assets/v4/pages/home/hero/store-image-mobile-72378288c9eec8e840d2f6cf2c54e0ddea0da17c9317fb79e3bcce0dfac4465c.jpg) center center no-repeat;
    background-size: 100% auto;
  }
}

@media (max-width: 1460px) and (max-width: 1130px) and (max-width: 975px) and (max-width: 420px) {
  /* line 159, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection {
    background-position: 0 -10px;
  }
}

/* line 178, app/assets/stylesheets/v4/pages/home/hero.scss */
.soothe-collection-section-gc {
  background-color: #262626;
  height: 728px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1447px) {
  /* line 178, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection-section-gc {
    height: 600px;
  }
}

@media (max-width: 400px) {
  /* line 178, app/assets/stylesheets/v4/pages/home/hero.scss */
  .soothe-collection-section-gc {
    height: 550px;
  }
}

@media (max-width: 2000px) {
  /* line 187, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection {
    left: 10% !important;
  }
}

@media (max-width: 1500px) {
  /* line 187, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection {
    left: 5% !important;
  }
}

@media (max-width: 1024px) {
  /* line 187, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection {
    left: 0% !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 31em) {
  /* line 187, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection {
    padding-top: 40px !important;
  }
}

@media (max-width: 550px) {
  /* line 193, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection h1 {
    font-size: 45px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 2000px) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    left: 10% !important;
  }
}

@media (max-width: 1500px) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    left: 5% !important;
  }
}

@media (max-width: 1400px) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    left: 10% !important;
  }
}

@media (max-width: 1024px) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    left: 0% !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 31em) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    padding-top: 120px !important;
  }
}

@media (max-width: 1024px) and (max-width: 350px) {
  /* line 195, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers {
    padding-top: 90px !important;
  }
}

@media (max-width: 550px) {
  /* line 203, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers h1 {
    font-size: 45px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 350px) {
  /* line 204, app/assets/stylesheets/v4/pages/home/hero.scss */
  .gift-collection-mothers h2 {
    display: none;
  }
}

@media (max-width: 31em) {
  /* line 206, app/assets/stylesheets/v4/pages/home/hero.scss */
  .mobile-hide {
    display: none;
  }
}

/* line 207, app/assets/stylesheets/v4/pages/home/hero.scss */
.wave-bottom {
  background: url(/assets/v4/pages/img/img-wave-top.png) no-repeat center !important;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  background-size: 100%;
  z-index: 0;
}

/* line 215, app/assets/stylesheets/v4/pages/home/hero.scss */
.wave-top {
  background: url(/assets/v4/pages/img/img-wave-top.png) no-repeat center !important;
  width: 100%;
  height: 470px;
  margin-bottom: -320px;
  background-size: 100%;
  z-index: 0;
}

@media (max-width: 896px) {
  /* line 223, app/assets/stylesheets/v4/pages/home/hero.scss */
  .header-break-none {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
.collection-p {
  padding-bottom: 480px;
}

@media (max-width: 1447px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 360px;
  }
}

@media (max-width: 825px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 330px;
  }
}

@media (max-width: 520px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 330px;
  }
}

@media (max-width: 480px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 310px;
  }
}

@media (max-width: 460px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 350px;
  }
}

@media (max-width: 445px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 310px;
  }
}

@media (max-width: 400px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 230px;
    width: 80% !important;
  }
}

@media (max-width: 335px) {
  /* line 224, app/assets/stylesheets/v4/pages/home/hero.scss */
  .collection-p {
    padding-bottom: 230px;
  }
}

@media (max-width: 901px) {
  /* line 234, app/assets/stylesheets/v4/pages/home/hero.scss */
  .stack-hide {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 235, app/assets/stylesheets/v4/pages/home/hero.scss */
  .mobile-spacing {
    letter-spacing: 0 !important;
  }
}

/* line 239, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner {
  margin-bottom: -1px;
}

/* line 242, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner .banner-container {
  background: #39455E;
  height: 40px;
  margin: 0 auto;
  text-align: center;
}

/* line 248, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner .banner-container .banner-copy {
  padding: 9px 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* line 255, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner .banner-container .banner-copy .banner-link {
  color: white;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
}

/* line 266, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner-mobile {
  margin-bottom: -1px;
  display: none;
}

/* line 270, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner-mobile .banner-container-mobile {
  background: #39455E;
  height: 69px;
  margin: 0 auto;
  text-align: center;
}

/* line 276, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner-mobile .banner-container-mobile .banner-copy-mobile {
  padding: 9px 0;
  color: white;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* line 283, app/assets/stylesheets/v4/pages/home/hero.scss */
.homepage-banner-mobile .banner-container-mobile .banner-copy-mobile .banner-link-mobile {
  color: white;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
}

@media (max-width: 425px) {
  /* line 295, app/assets/stylesheets/v4/pages/home/hero.scss */
  .homepage-banner {
    display: none;
  }
  /* line 296, app/assets/stylesheets/v4/pages/home/hero.scss */
  .homepage-banner-mobile {
    display: block !important;
  }
}

/* line 301, app/assets/stylesheets/v4/pages/home/hero.scss */
.section-hero-home {
  color: white;
  min-height: 750px;
  text-align: center;
}

@media (max-width: 64em) {
  /* line 301, app/assets/stylesheets/v4/pages/home/hero.scss */
  .section-hero-home {
    min-height: 608px;
  }
}

/* line 306, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__home_background {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 650px;
  z-index: -1;
}

@media (max-width: 64em) {
  /* line 306, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_background {
    height: 608px;
  }
}

@media (max-width: 48em) {
  /* line 306, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_background {
    background-position-x: 30%;
  }
}

@media (max-width: 31em) {
  /* line 306, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_background {
    background-position-x: 20%;
  }
}

/* line 322, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__home_header {
  letter-spacing: 1.5px;
  line-height: 66px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 56px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFFFFF;
  padding-top: 145px;
}

@media (max-width: 56em) {
  /* line 322, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_header {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }
}

/* line 341, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__home_sub_header {
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 56em) {
  /* line 341, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_sub_header {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto 20px auto;
    width: 80%;
  }
}

/* line 358, app/assets/stylesheets/v4/pages/home/hero.scss */
.hero__home_book_btn {
  width: 230px;
  height: 44px;
  background-color: #F58266;
  border: solid 3px #F58266;
  border-radius: 50px;
  padding: 8px 0 7px 0;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  outline: none;
}

@media (max-width: 31em) {
  /* line 358, app/assets/stylesheets/v4/pages/home/hero.scss */
  .hero__home_book_btn {
    width: 150px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how {
  padding: 2em 0 2em;
  border-bottom: 2px solid #efefef;
  background: #fff;
}

@media (max-width: 56em) {
  /* line 4, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how__tip, .section-how .how__available, .section-how .how__hour {
    padding-bottom: 40px;
    padding-bottom: 4rem;
    float: none;
    margin: auto;
    width: 100% !important;
  }
}

/* line 8, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__items {
  width: 70%;
  float: left;
  overflow: hidden;
  font-size: 18px;
}

@media (max-width: 56em) {
  /* line 8, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how__items {
    width: 75% !important;
    text-align: left;
    margin: 0 auto;
    float: none;
  }
}

/* line 10, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__items li {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__hour {
  width: 33%;
}

/* line 15, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__available {
  width: 42%;
}

/* line 16, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__tip {
  width: 25%;
}

/* line 17, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__text {
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 18, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  margin: -2px 0px 0 0;
}

/* line 19, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__icons-mobile {
  display: none;
}

@media (max-width: 56em) {
  /* line 19, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how__icons-mobile {
    display: block !important;
    width: 270px;
    width: 27rem;
    margin: auto;
    margin-bottom: 1.0rem;
  }
}

/* line 22, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how-app-store {
  margin-bottom: 15px;
}

@media (max-width: 56em) {
  /* line 22, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how-app-store {
    display: none;
  }
}

@media (max-width: 56em) {
  /* line 28, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how-google-store {
    display: none;
  }
}

/* line 33, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how-stores {
  float: right;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how .how__text-mobile {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  margin-top: 60px;
  margin-top: 6rem;
  margin-bottom: 0;
}

@media (max-width: 56em) {
  /* line 35, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how-app-store-mobile {
    float: left;
    margin: auto;
    display: block !important;
    margin-right: 10px;
  }
}

@media (max-width: 56em) {
  /* line 38, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how .how-google-store-mobile {
    float: left;
    margin: auto;
    display: block !important;
  }
}

/* line 43, app/assets/stylesheets/v4/pages/home/how.scss */
.section-hero-7 {
  min-height: 390px;
}

/* line 47, app/assets/stylesheets/v4/pages/home/how.scss */
.section-hero-refresh {
  min-height: 600px;
}

/* line 51, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how-it-works {
  background-color: #fff;
  margin: 140px 0 60px 0;
  padding-top: 50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 56em) {
  /* line 51, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how-it-works {
    margin-top: 20px;
  }
}

/* line 61, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how-it-works h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 67, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box-wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 67, app/assets/stylesheets/v4/pages/home/how.scss */
  .how-it-works-box-wrapper {
    width: 100%;
  }
}

/* line 76, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box {
  float: left;
  width: 33%;
  padding: 0 20px;
  margin: 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 76, app/assets/stylesheets/v4/pages/home/how.scss */
  .how-it-works-box {
    width: 100%;
    float: none;
  }
}

/* line 85, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box img {
  width: 80px;
  height: 80px;
}

/* line 89, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box img.box-sml {
  width: 90px;
  height: 90px;
  margin-bottom: -10px;
}

/* line 94, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box h3 {
  font-weight: 600;
  font-size: 22px;
  padding-top: 5px;
}

/* line 99, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-box p {
  font-size: 16px;
  line-height: 21px;
  padding: 5px 10px;
  letter-spacing: 1px;
}

/* line 105, app/assets/stylesheets/v4/pages/home/how.scss */
.how-stores-app {
  float: left;
  display: block;
}

/* line 109, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-stores {
  overflow: hidden;
  width: 283px;
  margin: 0 auto;
}

/* line 114, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-stores-desktop {
  display: block;
}

@media (max-width: 64em) {
  /* line 114, app/assets/stylesheets/v4/pages/home/how.scss */
  .how-it-works-stores-desktop {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/v4/pages/home/how.scss */
.how-it-works-stores-mobile {
  display: none;
}

@media (max-width: 64em) {
  /* line 118, app/assets/stylesheets/v4/pages/home/how.scss */
  .how-it-works-stores-mobile {
    display: block;
  }
}

/* line 122, app/assets/stylesheets/v4/pages/home/how.scss */
.how-stores-apple {
  margin-right: 20px;
}

/* line 133, app/assets/stylesheets/v4/pages/home/how.scss */
.section-how-home-container {
  padding: 50px 0 130px 0;
}

@media (max-width: 1024px) {
  /* line 133, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how-home-container {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 450px) {
  /* line 133, app/assets/stylesheets/v4/pages/home/how.scss */
  .section-how-home-container {
    padding: 50px 0;
  }
}

/* line 140, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 1050px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 149, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-size: 45px;
  margin-bottom: 40px;
  color: #39455E;
}

/* line 158, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 158, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper {
    width: 100%;
  }
}

/* line 167, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box {
  float: left;
  width: 33%;
  padding: 0 20px;
  margin: 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 167, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box {
    width: 100%;
    float: none;
    margin: 65px 0;
  }
}

/* line 176, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .how-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2C3239;
  padding: 20px 0;
}

/* line 184, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .how-box-1-img {
  width: 80px;
}

/* line 185, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .how-box-2-img {
  width: 64px;
}

/* line 186, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .how-box-3-img {
  width: 70px;
}

/* line 188, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .career-box-img-container {
  height: 75px;
}

/* line 191, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .career-box-img-container .careers-box-1-img {
  width: 60px;
  margin-bottom: 0;
}

/* line 192, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .career-box-img-container .careers-box-2-img {
  width: 64px;
  margin-bottom: 0;
  margin-top: 12px;
}

/* line 193, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .career-box-img-container .careers-box-3-img {
  width: 70px;
  margin-bottom: 0;
  margin-top: 20px;
}

/* line 196, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box img {
  margin-bottom: 20px;
}

/* line 198, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box h3 {
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 5px;
}

@media (max-width: 64em) {
  /* line 198, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box h3 {
    font-size: 20px;
  }
}

/* line 207, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  max-width: 270px;
  margin: 0 auto;
}

/* line 216, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-box-wrapper .how-box .unavailable-disclaimer {
  color: rgba(95, 99, 104, 0.6);
}

/* line 220, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-btn-container {
  margin-top: 50px;
}

/* line 223, app/assets/stylesheets/v4/pages/home/how.scss */
#section-how-home .how-btn-container .how-book-btn {
  background-color: #F58266;
  border: solid 3px #F58266;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 240, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  /* line 247, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box p {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 252, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box .how-box-1-img {
    width: 57px;
  }
  /* line 254, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box .how-box-2-img {
    width: 46px;
  }
  /* line 256, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-box-wrapper .how-box .how-box-3-img {
    width: 50px;
  }
  /* line 260, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-btn-container {
    margin: 0 0 35px 0;
  }
  /* line 263, app/assets/stylesheets/v4/pages/home/how.scss */
  #section-how-home .how-btn-container .how-book-btn {
    padding: 8px 40px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/massages.scss */
.section-massages {
  padding: 4em 0 0em;
  border-bottom: 2px solid #efefef;
  margin-bottom: -0.5em;
}

@media (max-width: 31em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/massages.scss */
  .section-massages {
    padding: 40px 0;
  }
}

/* line 4, app/assets/stylesheets/v4/pages/home/massages.scss */
.section-massages-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 120.0rem;
}

@media (max-width: 56em) {
  /* line 4, app/assets/stylesheets/v4/pages/home/massages.scss */
  .section-massages-container {
    width: 100%;
  }
}

/* line 7, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages__header {
  text-align: center;
  margin-bottom: -30px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 110%;
}

@media (max-width: 56em) {
  /* line 7, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages__header {
    font-size: 30px;
    font-size: 3rem;
    width: 85%;
    margin: 0 auto -70px auto;
  }
}

/* line 10, app/assets/stylesheets/v4/pages/home/massages.scss */
.massage-item-title {
  font-family: "gotham-htf-medium", sans-serif;
  font-size: 25px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

@media (max-width: 56em) {
  /* line 10, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-title {
    min-height: 60px;
  }
}

/* line 13, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-items {
  margin-bottom: 140px;
}

@media (max-width: 56em) {
  /* line 13, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-items {
    margin-left: 5%;
  }
}

@media (max-width: 31em) {
  /* line 13, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-items {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

/* line 36, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  width: 33%;
  height: 250px;
}

@media (max-width: 56em) {
  /* line 36, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-item {
    width: 47%;
    height: 325px;
  }
}

@media (max-width: 31em) {
  /* line 36, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-item {
    width: 50% !important;
    height: 180px;
  }
}

/* line 42, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-dell {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  width: 50%;
  height: 250px;
}

@media (max-width: 56em) {
  /* line 42, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-item-dell {
    width: 47%;
    height: 325px;
  }
}

@media (max-width: 31em) {
  /* line 42, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massages-item-dell {
    width: 50% !important;
    height: 180px;
  }
}

/* line 48, app/assets/stylesheets/v4/pages/home/massages.scss */
.massage-item-description {
  padding-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  min-height: 90px;
  width: 250px;
  margin: 0 auto;
  letter-spacing: 1px;
}

@media (max-width: 56em) {
  /* line 48, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-description {
    padding-left: 0;
    padding-right: 0;
    width: 70%;
    margin: auto;
    margin-top: -35px;
    margin-bottom: 15px;
  }
}

@media (max-width: 48em) {
  /* line 48, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-description {
    min-height: 140px;
  }
}

@media (max-width: 31em) {
  /* line 48, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-description {
    min-height: inherit !important;
    display: none;
  }
}

/* line 53, app/assets/stylesheets/v4/pages/home/massages.scss */
.massage-item-link {
  font-size: 16px;
  padding: 13px 33px;
  top: 30px;
  position: relative;
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 700;
}

@media (max-width: 56em) {
  /* line 53, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-link {
    padding: 15px 45px;
  }
}

@media (max-width: 20em) {
  /* line 53, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-link {
    padding: 15px 43px;
  }
}

/* line 57, app/assets/stylesheets/v4/pages/home/massages.scss */
.massage-item-link-val {
  font-size: 16px;
  padding: 13px 33px;
  top: 30px;
  position: relative;
  font-family: "gotham-htf-book", sans-serif;
  font-weight: 700;
}

@media (max-width: 56em) {
  /* line 57, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-link-val {
    padding: 15px 43px;
  }
}

@media (max-width: 20em) {
  /* line 57, app/assets/stylesheets/v4/pages/home/massages.scss */
  .massage-item-link-val {
    padding: 15px 36px;
  }
}

/* line 61, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-prenatal {
  height: 70px;
  top: -5px !important;
}

/* line 62, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-prenatal:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 64, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-icon {
  height: 70px;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  margin: -2px 8px 30px 0;
}

/* line 66, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-icon:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 67, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-icon:last-of-type {
  position: relative;
  top: 10px;
}

/* line 70, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-work {
  height: 51px;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  margin: -2px 8px 30px 0;
}

/* line 72, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-work:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 73, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-work:last-of-type {
  width: 70px;
  position: relative;
  top: 10px;
}

/* line 76, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-couples {
  height: 51px;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  margin: -2px 8px 30px 0;
}

/* line 78, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-couples:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 79, app/assets/stylesheets/v4/pages/home/massages.scss */
.massages-item-couples:last-of-type {
  width: 50px;
  position: relative;
  top: 10px;
}

/* line 82, app/assets/stylesheets/v4/pages/home/massages.scss */
.section-massages-container-v4 h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 93, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities {
  margin: 0 auto;
  background-color: white;
  width: 100%;
  max-width: 1050px;
}

@media (max-width: 1024px) {
  /* line 93, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities {
    margin-top: 120px;
  }
}

@media (max-width: 450px) {
  /* line 93, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities {
    margin-top: 0px;
  }
}

/* line 102, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container {
  height: 300px;
}

@media (max-width: 1024px) {
  /* line 102, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container {
    height: 475px;
  }
}

/* line 107, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-copy-container {
  width: 50%;
  display: inline-block;
}

@media (max-width: 1024px) {
  /* line 107, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-copy-container {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* line 118, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-copy-container .copy h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 58px;
  color: #39455E;
}

@media (max-width: 1024px) {
  /* line 118, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-copy-container .copy h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

/* line 131, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-copy-container .copy p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 35px 0 50px 0;
  max-width: 363px;
}

@media (max-width: 1024px) {
  /* line 131, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-copy-container .copy p {
    margin: 25px auto 40px auto;
    font-size: 14px;
    line-height: 22px;
  }
}

/* line 146, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-copy-container .copy .book-btn {
  background-color: #F58266;
  border: solid 3px #F58266;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  /* line 146, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-copy-container .copy .book-btn {
    display: none;
  }
}

/* line 167, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container {
  width: 50%;
  display: inline-block;
  float: right;
}

@media (max-width: 1024px) {
  /* line 167, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-carousel-container {
    width: 100%;
    display: block;
    float: none;
    margin-top: 30px;
  }
}

/* line 179, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 181, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* line 187, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .modality-slides {
  display: none;
  text-align: center;
}

/* line 191, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .modality-slides img {
  max-width: 294px;
}

@media (max-width: 1024px) {
  /* line 191, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-carousel-container .modality-slides img {
    width: 227px;
  }
}

/* line 200, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .prev, #section-home-modalities .modalities-content-container .modalities-carousel-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -50px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 214, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .prev img, #section-home-modalities .modalities-content-container .modalities-carousel-container .next img {
  width: 56px;
}

/* line 217, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* line 222, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .text {
  color: #5F6368;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 8px 12px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  /* line 222, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-carousel-container .text {
    bottom: 40px;
    font-size: 16px;
  }
}

/* line 239, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* line 247, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .book-btn {
  display: none;
  background-color: #F58266;
  border: solid 3px #F58266;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  /* line 247, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .modalities-carousel-container .book-btn {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 44px;
    text-align: center;
    padding: 9px 10px;
    display: block;
  }
}

/* line 276, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .active {
  background-color: #717171;
}

/* line 280, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .modalities-carousel-container .slide-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* line 298, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .book-btn-container-mobile {
  display: none;
}

/* line 301, app/assets/stylesheets/v4/pages/home/massages.scss */
#section-home-modalities .modalities-content-container .book-btn-container-mobile .book-btn {
  background-color: #F58266;
  border: solid 3px #F58266;
  border-radius: 50px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  /* line 298, app/assets/stylesheets/v4/pages/home/massages.scss */
  #section-home-modalities .modalities-content-container .book-btn-container-mobile {
    margin: 90px auto 0 auto;
    text-align: center;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.section-testimonials {
  padding: 4em 0;
  text-align: center;
  border-bottom: 2px solid #efefef;
  background: center center no-repeat;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 56em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .section-testimonials {
    background-position: 90% 50%;
    padding-bottom: 40px;
  }
}

@media (max-width: 20em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .section-testimonials {
    background-position: 75% 50%;
  }
}

/* line 6, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
}

/* line 7, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-heart {
  width: 38px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  background: url(/assets/v4/pages/home/testimonials/heart-icon-50bde6b4462878daac7cca831118bfb097379ecc0b09c0842639b6d13bbe6ebb.png) center center no-repeat;
  background-size: 38px 30px;
}

/* line 8, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-items {
  margin: 0 auto;
  max-width: 970px;
}

/* line 9, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-item {
  display: inline-block;
  width: 33%;
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 56em) {
  /* line 9, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .testimonials-item {
    width: 100%;
  }
}

@media (max-width: 56em) {
  /* line 9, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .testimonials-item {
    float: none;
    margin: auto;
    width: 76%;
    margin-bottom: 60px;
  }
}

@media (max-width: 31em) {
  /* line 9, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .testimonials-item {
    width: 100% !important;
  }
}

/* line 20, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-blockquote {
  border: none;
  text-align: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding-right: 6%;
  padding-left: 6%;
}

@media (max-width: 31em) {
  /* line 20, app/assets/stylesheets/v4/pages/home/testimonials.scss */
  .testimonials-blockquote {
    padding-right: 10%;
    padding-left: 10%;
  }
}

/* line 31, app/assets/stylesheets/v4/pages/home/testimonials.scss */
.testimonials-name {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 1, app/assets/stylesheets/v4/pages/home/pricing.scss */
.section-pricing {
  padding: 4em 0;
  border-bottom: 2px solid #efefef;
  background-color: #f9f9f9;
}

/* line 3, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
}

@media (max-width: 56em) {
  /* line 3, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-header {
    margin-bottom: 10px;
  }
}

/* line 6, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-subheader {
  text-align: center;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
  margin-bottom: 50px;
  font-family: "gotham-htf-light", sans-serif;
}

@media (max-width: 20em) {
  /* line 6, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-subheader {
    margin-bottom: 20px !important;
  }
}

/* line 9, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-button {
  font-size: 15px;
  padding: 10px 24px;
  top: 40px;
  position: relative;
  font-weight: bold;
}

@media (max-width: 56em) {
  /* line 9, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-button {
    padding: 20px 25px;
  }
}

@media (max-width: 31em) {
  /* line 9, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-button {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-button-mobile {
  display: none;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  background-color: #72CAC4;
  padding: 11px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 25px;
}

@media (max-width: 31em) {
  /* line 13, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-button-mobile {
    display: block;
  }
}

/* line 16, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-cards {
  padding-top: 50px;
}

/* line 19, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card {
  border-radius: 3px;
  text-align: center;
  border-radius: 6px;
  color: #121212;
  padding: 20px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 56em) {
  /* line 19, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card {
    width: 40%;
  }
  /* line 21, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card:nth-of-type(1) {
    margin-left: 10%;
  }
  /* line 22, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card:nth-of-type(3) {
    margin-top: 100px;
    margin-left: 30%;
  }
}

@media (max-width: 31em) {
  /* line 19, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 80px !important;
    margin-top: 0 !important;
    border-bottom: solid 0 #e1e1e1;
    padding: 0 20px;
    border-radius: 0;
  }
}

@media (max-width: 20em) {
  /* line 19, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card {
    margin-bottom: 60px !important;
  }
}

/* line 27, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card-top {
  margin-bottom: 15px;
}

/* line 28, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card-title:hover {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card-title {
  margin-top: 0;
  font-size: 6.0rem;
  font-weight: normal;
  line-height: .9;
  margin-bottom: 20px;
  color: #72cac4;
}

@media (max-width: 56em) {
  /* line 29, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card-title {
    font-size: 7.6rem;
  }
}

@media (max-width: 31em) {
  /* line 29, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card-title {
    float: left;
    font-size: 46px;
    width: 90px;
    margin-left: -10px;
    text-align: right;
  }
}

/* line 33, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card-small {
  display: block;
  font-size: 2.0rem;
  font-weight: 100;
  color: #474747;
}

@media (max-width: 56em) {
  /* line 33, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card-small {
    font-size: 2.4rem;
  }
}

@media (max-width: 31em) {
  /* line 33, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-card-small {
    font-size: 20px;
    float: right;
    position: absolute;
    margin: -33px 0px 0 100px;
  }
}

/* line 37, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-price {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #555;
  padding-bottom: 40px;
}

@media (max-width: 56em) {
  /* line 37, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-price {
    margin-bottom: 0px;
  }
}

@media (max-width: 31em) {
  /* line 37, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-price {
    float: right;
    position: absolute;
    right: 18px;
    top: 18px;
    border-bottom: solid 0 #fff;
  }
}

/* line 41, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-card a:hover {
  text-decoration: none !important;
}

/* line 42, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-hr {
  width: 75%;
}

@media (max-width: 56em) {
  /* line 42, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-hr {
    margin-bottom: 10px;
  }
}

@media (max-width: 20em) {
  /* line 42, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* line 46, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-footnote {
  text-align: center;
  padding: 10px;
  font-family: "gotham-htf-light", sans-serif;
  top: 100px;
  position: relative;
  margin-bottom: 90px;
  letter-spacing: .5px;
}

/* line 47, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-footnote p {
  font-size: 11px !important;
}

@media (max-width: 31em) {
  /* line 46, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-footnote {
    top: 0px;
    margin-bottom: 0px;
  }
}

/* line 52, app/assets/stylesheets/v4/pages/home/pricing.scss */
.card-border {
  border-right: 0px solid #efefef;
}

@media (max-width: 56em) {
  /* line 52, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .card-border {
    border-right: none;
  }
}

/* line 56, app/assets/stylesheets/v4/pages/home/pricing.scss */
.section-pricing-v4 {
  /*background-color: #f9f9f9;*/
}

@media (max-width: 31em) {
  /* line 56, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .section-pricing-v4 {
    padding: 40px 0;
  }
}

/* line 60, app/assets/stylesheets/v4/pages/home/pricing.scss */
.section-pricing-v4 h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 67, app/assets/stylesheets/v4/pages/home/pricing.scss */
.pricing-description {
  font-family: "gotham-htf-book", sans-serif;
  margin-top: 80px;
  margin-bottom: -70px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

@media (max-width: 31em) {
  /* line 67, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .pricing-description {
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: -40px;
  }
}

@media (max-width: 1024px) {
  /* line 79, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .section-home-pricing-mobile {
    margin: 130px auto 0 auto !important;
  }
}

@media (max-width: 450px) {
  /* line 80, app/assets/stylesheets/v4/pages/home/pricing.scss */
  .section-home-pricing-mobile {
    margin: -70px auto 0 auto !important;
  }
}

/* line 82, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 1050px;
  text-align: center;
}

@media (max-width: 450px) {
  /* line 82, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing {
    margin-top: -90px;
  }
}

/* line 91, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-header {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  color: #39455E;
}

@media (max-width: 1024px) {
  /* line 91, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-header {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

/* line 103, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards {
  padding-top: 50px;
  margin-left: 40px;
}

@media (max-width: 1100px) {
  /* line 103, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-cards {
    display: none;
  }
}

/* line 110, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card a:hover {
  text-decoration: none !important;
}

/* line 112, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card-center {
  margin: 0 5%;
}

/* line 114, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card {
  max-width: 300px;
  width: 100% !important;
  border: 1px solid lightgrey;
  border-radius: 3px;
  text-align: center;
  border-radius: 6px;
  color: #121212;
  background: white;
  padding: 20px;
  position: relative;
  cursor: pointer;
  height: 400px;
  float: left;
}

@media (max-width: 1100px) {
  /* line 114, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-cards .price-card {
    margin: 0 auto 40px auto;
    float: none;
  }
}

/* line 135, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top {
  height: 150px;
}

/* line 138, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top .price-card-title:hover {
  text-decoration: none;
}

/* line 139, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top .price-card-title {
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  color: #d9664f;
  font-size: 18px;
  margin: 10px auto 30px 0;
}

/* line 147, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top .price-price-strikethru {
  -webkit-text-decoration: line-through #4A5C73;
  text-decoration: line-through #4A5C73;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(74, 92, 115, 0.4);
  height: 60px;
}

/* line 157, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top .price-price {
  display: block;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #39455E;
  height: 100px;
}

/* line 166, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-card-top .price-home {
  padding-top: 40px;
}

/* line 169, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-button {
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background: #F7856B;
  color: white;
  border: 1px solid #F7856B;
  border-radius: 50px;
  padding: 12px 40px;
  top: 30px;
  position: relative;
}

@media (max-width: 56em) {
  /* line 169, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-cards .price-card .price-button {
    padding: 8px 35px;
    font-size: 16px;
  }
}

/* line 185, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .gray-divider {
  border-top: 2px solid rgba(74, 94, 115, 0.1);
  margin: 30px auto;
  width: 80px;
}

/* line 191, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-cards .price-card .price-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 30px 0 0 0;
  height: 115px;
  padding-bottom: 0;
  color: #5F6368;
}

@media (max-width: 56em) {
  /* line 191, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-cards .price-card .price-description {
    font-size: 12px;
  }
}

/* line 206, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .pricings-carousel-container-one {
  display: none;
}

@media (max-width: 1100px) {
  /* line 206, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one {
    display: block;
    margin-top: 40px;
  }
  /* line 213, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card a:hover {
    text-decoration: none !important;
  }
  /* line 215, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card-center {
    margin: 5%;
  }
  /* line 217, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card {
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto 40px auto;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-align: center;
    border-radius: 6px;
    color: #121212;
    background: white;
    padding: 20px;
    cursor: pointer;
    height: 400px;
    position: relative;
  }
  /* line 232, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top {
    height: 150px;
  }
  /* line 235, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top .price-card-title:hover {
    text-decoration: none;
  }
  /* line 236, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top .price-card-title {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color: #d9664f;
    font-size: 18px;
    margin: 10px auto 30px 0;
  }
  /* line 244, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top .price-price-strikethru {
    -webkit-text-decoration: line-through #4A5C73;
    text-decoration: line-through #4A5C73;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(74, 92, 115, 0.4);
    height: 60px;
  }
  /* line 254, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top .price-price {
    display: block;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #39455E;
    height: 100px;
  }
  /* line 263, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-card-top .price-home {
    padding-top: 40px;
  }
  /* line 266, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-button {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F7856B;
    color: white;
    border: 1px solid #F7856B;
    border-radius: 50px;
    padding: 12px 40px;
    top: 30px;
    position: relative;
    font-weight: 600;
  }
}

@media (max-width: 1100px) and (max-width: 56em) {
  /* line 266, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-button {
    padding: 8px 35px;
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  /* line 283, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .gray-divider {
    border-top: 2px solid rgba(74, 94, 115, 0.1);
    margin: 30px auto;
    width: 80px;
  }
  /* line 289, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 0 0;
    height: 115px;
    padding-bottom: 0;
    color: #5F6368;
  }
}

@media (max-width: 1100px) and (max-width: 56em) {
  /* line 289, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .price-card .price-description {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  /* line 304, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 306, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .pricing-slideshow-container-one {
    max-width: 300px;
    position: relative;
    margin: 0px auto 30px auto;
  }
  /* line 312, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .pricing-slides-one {
    text-align: center;
  }
  /* line 316, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one .pricing-anchor:focus {
    outline: 0;
  }
  /* line 318, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .pricings-carousel-container-one ul .slick-active, #section-home-pricing .pricings-carousel-container-one li button:hover {
    background-color: #4A5C73;
    opacity: 100%;
    border-radius: 50px;
  }
}

/* line 326, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-button-mobile {
  display: none;
  width: 200px;
  height: 44px;
  background: #F7856B;
  color: white;
  border: 1px solid #F7856B;
  border-radius: 50px;
  font-size: 18px;
  line-height: 22px;
  padding: 11px 0;
  text-decoration: none;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 31em) {
  /* line 326, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-button-mobile {
    display: block;
  }
}

/* line 347, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-footnote {
  text-align: center;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  top: 100px;
  position: relative;
  margin-bottom: 90px;
  letter-spacing: .5px;
}

/* line 357, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-footnote p {
  font-size: 11px !important;
}

@media (max-width: 31em) {
  /* line 347, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-footnote {
    top: 0px;
    margin-bottom: 0px;
  }
}

/* line 365, app/assets/stylesheets/v4/pages/home/pricing.scss */
#section-home-pricing .price-disclaimer {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  color: #5F6368;
  opacity: 70%;
  padding: 100px 12px 0 12px;
}

@media (max-width: 1100px) {
  /* line 365, app/assets/stylesheets/v4/pages/home/pricing.scss */
  #section-home-pricing .price-disclaimer {
    font-size: 11px;
    line-height: 16px;
    padding: 40px 12px 0 12px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/download.scss */
.section-download {
  border-bottom: 2px solid #efefef;
  padding: 7em 0;
  height: 484px;
}

@media (max-width: 64em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download {
    border-bottom: none;
  }
}

@media (max-width: 56em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download {
    height: initial;
    padding: 4em 0;
  }
}

/* line 7, app/assets/stylesheets/v4/pages/home/download.scss */
.section-download-container {
  position: relative;
}

/* line 8, app/assets/stylesheets/v4/pages/home/download.scss */
.download-image {
  position: absolute;
  display: block;
  top: -108px;
  left: 11%;
}

/* line 9, app/assets/stylesheets/v4/pages/home/download.scss */
.download-image-asset {
  margin-top: 50px;
  width: 370px;
}

/* line 10, app/assets/stylesheets/v4/pages/home/download.scss */
.download-right {
  margin-left: 50%;
}

/* line 11, app/assets/stylesheets/v4/pages/home/download.scss */
.download-icons {
  margin-left: 3.0rem;
}

/* line 12, app/assets/stylesheets/v4/pages/home/download.scss */
.download-app-store {
  margin-right: 1.0rem;
}

/* line 14, app/assets/stylesheets/v4/pages/home/download.scss */
.download-header {
  font-size: 36px;
  text-align: center;
  margin-bottom: 2.0rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  /* line 14, app/assets/stylesheets/v4/pages/home/download.scss */
  .download-header {
    font-size: 22px !important;
  }
}

/* line 17, app/assets/stylesheets/v4/pages/home/download.scss */
.download-subheader {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
  width: 390px;
}

@media (max-width: 64em) {
  /* line 17, app/assets/stylesheets/v4/pages/home/download.scss */
  .download-subheader {
    display: none;
  }
}

/* line 23, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner input[type=tel]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 24, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner input[type=tel]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
  opacity: 1;
}

/* line 25, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner input[type=tel]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
  opacity: 1;
}

/* line 26, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner input[type=tel]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 27, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner input[type=tel]:-moz-placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}
.linkTextingInner input[type=tel]:-ms-input-placeholder {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}
.linkTextingInner input[type=tel]:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 28, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner .linkTextingButton {
  background-color: #72cac4;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 32, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner .linkTextingButton:hover {
  background-color: transparent;
}

@media (max-width: 64em) {
  /* line 34, app/assets/stylesheets/v4/pages/home/download.scss */
  .linkTextingWidget {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/v4/pages/home/download.scss */
.section-download-container {
  position: relative;
}

/* line 38, app/assets/stylesheets/v4/pages/home/download.scss */
.download-image {
  position: absolute;
  display: block;
  top: -108px;
  left: 11%;
}

/* line 39, app/assets/stylesheets/v4/pages/home/download.scss */
.download-right {
  margin-left: 50%;
}

/* line 40, app/assets/stylesheets/v4/pages/home/download.scss */
.dl {
  width: auto;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

/* line 41, app/assets/stylesheets/v4/pages/home/download.scss */
.download-app-store {
  margin-right: 1.0rem;
}

/* line 43, app/assets/stylesheets/v4/pages/home/download.scss */
.download-icons {
  margin-left: 55px;
}

/* line 45, app/assets/stylesheets/v4/pages/home/download.scss */
.section-download {
  border-bottom: 2px solid #efefef;
  padding: 7em 0;
  height: 484px;
}

@media (max-width: 64em) {
  /* line 45, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download {
    border-bottom: none;
  }
}

@media (max-width: 56em) {
  /* line 45, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download {
    height: initial;
    padding: 4em 0;
  }
  /* line 65, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .download-image {
    display: none;
  }
  /* line 66, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .download-right {
    margin: auto;
    width: 70%;
    position: relative;
    float: none;
    text-align: center;
  }
  /* line 67, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .download-icons {
    display: inline-block;
    margin-left: 0;
  }
}

@media (max-width: 31em) {
  /* line 70, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .download-right {
    width: 100%;
  }
  /* line 71, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .intl-tel-input {
    width: 73%;
  }
  /* line 72, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .linkTextingInput {
    padding-left: 35px !important;
    margin-right: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100% !important;
  }
  /* line 73, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .linkTextingButton {
    width: 25%;
  }
}

@media (max-width: 31em) {
  /* line 75, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-download .linkTextingInner {
    width: 280px;
  }
}

/* line 79, app/assets/stylesheets/v4/pages/home/download.scss */
.section-give-gift {
  padding: 70px 0;
  border-bottom: 2px solid #efefef;
  text-align: center;
}

@media (max-width: 31em) {
  /* line 79, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-give-gift {
    padding: 40px 0;
  }
}

/* line 82, app/assets/stylesheets/v4/pages/home/download.scss */
.section-give-gift h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 89, app/assets/stylesheets/v4/pages/home/download.scss */
.section-give-gift p {
  padding-top: 20px;
  letter-spacing: 2px;
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 64em) {
  /* line 89, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-give-gift p {
    width: 90%;
  }
}

/* line 96, app/assets/stylesheets/v4/pages/home/download.scss */
.section-give-gift img {
  width: 660px;
  margin: 40px 0 0 0;
}

@media (max-width: 64em) {
  /* line 96, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-give-gift img {
    width: 90%;
  }
}

/* line 101, app/assets/stylesheets/v4/pages/home/download.scss */
.section-give-gift a {
  display: block;
  margin: 0;
  padding: 0;
  color: #72CAC4;
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInput {
  width: 320px;
  -webkit-box-shadow: 1px 1px 5px #aaa;
          box-shadow: 1px 1px 5px #aaa;
  border: solid 0 #ffffff;
}

/* line 113, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingInner .linkTextingButton {
  background-color: transparent;
  color: #72CAC4;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "gotham-htf-book", sans-serif;
  margin: 0 0 0 -115px;
  z-index: 999;
  position: absolute;
}

/* line 123, app/assets/stylesheets/v4/pages/home/download.scss */
.linkTextingError {
  margin-left: 30px;
}

/* line 126, app/assets/stylesheets/v4/pages/home/download.scss */
.download-icons-desktop {
  display: block;
}

@media (max-width: 64em) {
  /* line 126, app/assets/stylesheets/v4/pages/home/download.scss */
  .download-icons-desktop {
    display: none !important;
  }
}

/* line 130, app/assets/stylesheets/v4/pages/home/download.scss */
.download-icons-mobile {
  display: none;
}

@media (max-width: 64em) {
  /* line 130, app/assets/stylesheets/v4/pages/home/download.scss */
  .download-icons-mobile {
    display: block;
  }
}

/* line 135, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link {
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 0;
}

/* line 140, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-image-column {
  width: 300px;
  background-image: url("https://cdn.branch.io/branch-assets/1546646067670-og_image.png");
  height: 220px;
  background-size: 140%;
  background-position: -70px 0px;
  display: inline-block;
}

/* line 149, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column {
  width: 500px;
  height: 220px;
  display: inline-block;
  float: right;
  padding-left: 20px;
  background: #FCFCFC;
}

/* line 157, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column .download-the-app {
  font-family: "gotham-htf-bold", sans-serif;
  font-size: 32px;
  margin-top: 20px;
}

/* line 163, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column .enter-mobile-number {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}

/* line 170, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column .phone-number-disclaimer {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 9px;
  line-height: 14px;
  margin-top: 10px;
}

/* line 177, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column form {
  margin: 0 auto;
  text-align: left;
}

/* line 181, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column form #phone {
  height: 40px;
  width: 350px;
}

/* line 186, app/assets/stylesheets/v4/pages/home/download.scss */
.section-text-download-link .dowload-form-column form .submit-btn {
  height: 40px;
  width: 100px;
  background-color: #444;
  border: 1px solid #444;
  border-radius: 2px;
  font-size: 15px;
  font-family: "gotham-htf-book", sans-serif;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

@media (max-width: 800px) {
  /* line 203, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-image-column {
    margin: 0 auto;
    display: block;
  }
  /* line 208, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column {
    margin: 0 auto;
    width: 320px;
    display: block;
    float: none;
  }
  /* line 214, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column .download-the-app {
    font-family: "gotham-htf-bold", sans-serif;
    font-size: 24px;
  }
  /* line 219, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column .enter-mobile-number {
    font-family: "gotham-htf-book", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  /* line 225, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column .phone-number-disclaimer {
    font-family: "gotham-htf-book", sans-serif;
    font-size: 8px;
    line-height: 14px;
  }
  /* line 231, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column form {
    margin: 0 auto;
    text-align: left;
  }
  /* line 235, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column form #phone {
    height: 40px;
    width: 200px;
  }
  /* line 240, app/assets/stylesheets/v4/pages/home/download.scss */
  .section-text-download-link .dowload-form-column form .submit-btn {
    height: 40px;
    width: 80px;
  }
}

/* line 251, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}

/* line 256, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .title-mobile {
  display: none;
}

/* line 258, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-image-column {
  background-image: url(/assets/v5/pages/home/download_app_phone-9d828251410e04182b6a041d14785274478854b2178a3822463a1cd6e4135cf7.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 425px;
  height: 547px;
  display: inline-block;
}

/* line 267, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-image-therapist-column {
  background-image: url(/v5/pages/therapist/therapist_apply/mt_app.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 425px;
  height: 547px;
  display: inline-block;
}

/* line 276, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column {
  width: 505px;
  display: inline-block;
  float: right;
  margin-top: 80px;
}

/* line 282, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .download-the-app {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  color: #586B94;
}

/* line 290, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .enter-mobile-number {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0;
}

/* line 298, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-number-disclaimer {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  line-height: 14px;
  margin-top: 10px;
}

/* line 305, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-form {
  margin: 0 auto;
  text-align: left;
}

/* line 309, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-form .phone-input {
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 420px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  padding: 3px 0 0 25px;
}

/* line 324, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-form .phone-input::-webkit-input-placeholder {
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  line-height: 40px;
}
#section-download-global .dowload-form-column .phone-form .phone-input::-moz-placeholder {
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  line-height: 40px;
}
#section-download-global .dowload-form-column .phone-form .phone-input:-ms-input-placeholder {
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  line-height: 40px;
}
#section-download-global .dowload-form-column .phone-form .phone-input::-ms-input-placeholder {
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  line-height: 40px;
}
#section-download-global .dowload-form-column .phone-form .phone-input::placeholder {
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  line-height: 40px;
}

/* line 333, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-form .submit-btn {
  height: 50px;
  width: 80px;
  margin-left: -100px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #F58266;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 347, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .phone-form .phone-input, #section-download-global .dowload-form-column .phone-form .submit-btn:focus {
  outline: none;
}

/* line 352, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .download-icon-container {
  margin-top: 50px;
}

/* line 355, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .download-icon-container a:hover {
  text-decoration: none;
}

/* line 357, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .download-icon-container .apple {
  background-image: url(/assets/v5/pages/home/download_app_apple-cc40df7546c382b0f2eb52d6451f79a96f78c589096ef3ee4962c9e735e3502d.png);
  background-size: cover;
  width: 170px;
  height: 56px;
  display: inline-block;
}

/* line 365, app/assets/stylesheets/v4/pages/home/download.scss */
#section-download-global .dowload-form-column .download-icon-container .google {
  background-image: url(/assets/v5/pages/home/download_app_google-06381c96989b70ac05c687cd1edc349f5fdcdf21837a203e8c26544d456417fd.png);
  background-size: cover;
  width: 170px;
  height: 58px;
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 1050px) {
  /* line 377, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .title-mobile {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #586B94;
  }
  /* line 388, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-image-column {
    background-image: url(/assets/v5/pages/home/download_app_phone_mobile-547562b7a78a1fe312e2ea08d11f83b9150153fd8bbc5cf6b3d2dcb2feeab5d0.png);
    max-width: 222px;
    width: 100%;
    height: 442px;
    margin: 0 auto;
    display: block;
  }
  /* line 397, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-image-therapist-column {
    background-image: url(/v5/pages/therapist/therapist_apply/mt_app_mobile.png);
    max-width: 222px;
    width: 100%;
    height: 442px;
    margin: 0 auto;
    display: block;
  }
  /* line 406, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column {
    margin: 0 auto;
    max-width: 300px;
    display: block;
    float: none;
    text-align: center;
  }
  /* line 413, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .download-the-app {
    display: none;
  }
  /* line 417, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .enter-mobile-number {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 40px 0;
  }
  /* line 424, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .phone-number-disclaimer {
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    line-height: 14px;
  }
  /* line 430, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .phone-form-container {
    display: block;
    text-align: center;
  }
  /* line 434, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .phone-form-container .phone-form {
    display: inline;
    margin: 0 auto;
  }
  /* line 438, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .phone-form-container .phone-form .phone-input {
    width: 289px;
    height: 44px;
    line-height: 44px;
    padding: 3px 0 0 25px;
  }
  /* line 445, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .phone-form-container .phone-form .submit-btn {
    height: 44px;
    width: 150px;
    margin: 20px 0 0 0;
    background: #F58266;
    border: 1px solid #F58266;
    border-radius: 50px !important;
    color: white;
    font-size: 16px;
  }
  /* line 458, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .download-icon-container {
    margin-top: 25px;
  }
  /* line 461, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .download-icon-container .apple {
    display: block;
    margin: 0 auto;
  }
  /* line 466, app/assets/stylesheets/v4/pages/home/download.scss */
  #section-download-global .dowload-form-column .download-icon-container .google {
    display: block;
    margin: 20px auto 0 auto;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/therapists.scss */
.section-therapists {
  padding: 70px 0;
  border-bottom: 2px solid #efefef;
  background: #F9F9F9;
}

/* line 4, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists__header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 110%;
  color: #333;
}

@media (max-width: 56em) {
  /* line 4, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists__header {
    width: 60%;
    margin: auto;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 31em) {
  /* line 4, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists__header {
    width: 100%;
  }
}

/* line 8, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists__subheader {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "gotham-htf-light", sans-serif;
}

@media (max-width: 56em) {
  /* line 8, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists__subheader {
    width: 86%;
    margin: auto;
    margin-bottom: 60px;
  }
}

@media (max-width: 56em) {
  /* line 11, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-items {
    margin: auto;
  }
}

/* line 14, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists-item {
  width: 19%;
  margin-right: 1%;
}

@media (max-width: 56em) {
  /* line 14, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item {
    float: left !important;
    width: 25% !important;
    margin-left: 1%;
    margin-right: 2%;
  }
  /* line 16, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(1) {
    margin-left: 24%;
  }
  /* line 17, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(3) {
    display: none;
  }
  /* line 18, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(4) {
    margin-left: 24%;
  }
  /* line 19, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(5) {
    margin-left: 2%;
  }
}

@media (max-width: 31em) {
  /* line 14, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item {
    width: 40% !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 22, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(1) {
    margin-left: 8%;
    margin-right: 4%;
  }
  /* line 23, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-item:nth-of-type(4) {
    margin-left: 8%;
    margin-right: 4%;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists-headshot {
  width: 100%;
  border-radius: 0px;
  margin: 20px 5px 40px;
  display: inline-block;
  vertical-align: middle;
  border-color: #efefef;
}

@media (max-width: 56em) {
  /* line 26, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-headshot {
    margin-bottom: 0px;
  }
}

@media (max-width: 31em) {
  /* line 26, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-headshot {
    margin-bottom: 0px;
    margin-top: 10%;
  }
}

/* line 30, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists-button {
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 15px 40px;
}

@media (max-width: 56em) {
  /* line 30, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-button {
    margin-top: 50px;
  }
}

@media (max-width: 31em) {
  /* line 30, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapists-button {
    padding: 15px 30px;
  }
}

/* line 34, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapists-button-link {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 18px;
  padding: 15px 40px;
  margin-top: 10px;
  position: relative;
}

/* line 37, app/assets/stylesheets/v4/pages/home/therapists.scss */
.section-therapists-v4 {
  text-align: center;
}

@media (max-width: 31em) {
  /* line 37, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .section-therapists-v4 {
    padding: 40px 0;
  }
}

/* line 41, app/assets/stylesheets/v4/pages/home/therapists.scss */
.section-therapists-v4 p {
  padding-top: 10px;
  letter-spacing: 2px;
  width: 725px;
  margin: 0 auto;
}

@media (max-width: 64em) {
  /* line 41, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .section-therapists-v4 p {
    width: 90%;
    padding: 10px 20px 0 20px;
  }
}

/* line 48, app/assets/stylesheets/v4/pages/home/therapists.scss */
.section-therapists-v4:nth-of-type(even) {
  background-color: #ffffff;
}

/* line 52, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-box-wrapper {
  width: 550px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 31em) {
  /* line 52, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapist-box-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}

/* line 59, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-box-wrapper a {
  display: block;
  margin: 0;
  padding: 0;
  color: #72CAC4;
  font-weight: 700;
  letter-spacing: .5px;
}

/* line 67, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-group {
  width: 780px;
  margin-top: 50px;
  margin-bottom: -117px;
  margin-left: -160px;
}

@media (max-width: 31em) {
  /* line 67, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapist-group {
    width: 100%;
    margin-bottom: -48px;
    margin-left: 0;
  }
}

/* line 74, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-slash-text {
  text-align: left;
  font-weight: 600;
  padding-bottom: 20px;
}

@media (max-width: 31em) {
  /* line 74, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .therapist-slash-text {
    width: 100%;
    text-align: center;
  }
}

/* line 80, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-slash-text span {
  color: #72CAC4;
}

/* line 83, app/assets/stylesheets/v4/pages/home/therapists.scss */
.section-therapists-v4 h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 90, app/assets/stylesheets/v4/pages/home/therapists.scss */
.img-video {
  width: 500px;
  margin: 5px 0 20px 0;
}

@media (max-width: 31em) {
  /* line 90, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .img-video {
    width: 90%;
  }
}

/* line 95, app/assets/stylesheets/v4/pages/home/therapists.scss */
.input-find {
  overflow: hidden;
  margin-top: 10px;
}

/* line 99, app/assets/stylesheets/v4/pages/home/therapists.scss */
.input-find input {
  border-left: solid 1px #191919;
  border-top: solid 1px #191919;
  border-bottom: solid 1px #191919;
  font-size: 14px;
  font-size: 1.4rem;
  width: 200px;
  padding: 5px 0 5px 5px;
  letter-spacing: 1px;
}

@media (max-width: 31em) {
  /* line 99, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .input-find input {
    border-right: solid 1px #191919;
    width: 230px;
  }
}

/* line 109, app/assets/stylesheets/v4/pages/home/therapists.scss */
.btn-4 {
  background-color: #72CAC4;
  border: solid 0 #ffffff;
  min-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  font-weight: 600;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/v4/pages/home/therapists.scss */
.btn-4:hover {
  background-color: #27938b;
}

/* line 123, app/assets/stylesheets/v4/pages/home/therapists.scss */
.btn-find {
  margin: 0 0 0 -10px;
}

@media (max-width: 31em) {
  /* line 123, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .btn-find {
    margin: 12px 0 0 0px;
    clear: both;
    width: 50%;
  }
}

/* line 127, app/assets/stylesheets/v4/pages/home/therapists.scss */
.btn-book {
  padding: 10px 15px;
  margin: 0 0 0 0;
}

@media (max-width: 31em) {
  /* line 127, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .btn-book {
    margin: 20px 0 0 0;
  }
}

/* line 132, app/assets/stylesheets/v4/pages/home/therapists.scss */
.quote-box-wrapper {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 35px;
  letter-spacing: 2px;
  width: 900px;
  margin: 0 auto;
  font-family: "gotham-htf-light", sans-serif;
}

@media (max-width: 64em) {
  /* line 132, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .quote-box-wrapper {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* line 141, app/assets/stylesheets/v4/pages/home/therapists.scss */
.quote-box-wrapper p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 64em) {
  /* line 145, app/assets/stylesheets/v4/pages/home/therapists.scss */
  iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 148, app/assets/stylesheets/v4/pages/home/therapists.scss */
.therapist-link {
  color: #72CAC4;
  font-weight: 700;
}

/* line 154, app/assets/stylesheets/v4/pages/home/therapists.scss */
.career-section {
  padding: 100px 0 110px 0;
  background-color: #39455E;
  border-bottom: none;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

/* line 162, app/assets/stylesheets/v4/pages/home/therapists.scss */
.career-section h1 {
  padding-bottom: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  line-height: 55px;
  color: #CFDEFF;
}

/* line 172, app/assets/stylesheets/v4/pages/home/therapists.scss */
.career-section h2 {
  padding-bottom: 10px;
  color: #FFFFFF;
  font-size: 35px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 31em) {
  /* line 172, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .career-section h2 {
    font-size: 35px;
  }
}

/* line 182, app/assets/stylesheets/v4/pages/home/therapists.scss */
.career-section a {
  font-size: 18px;
  padding: 15px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #F58266;
  color: #FFF !important;
  display: inline-block;
  margin-top: 30px;
  border-radius: 50px !important;
  border: 0;
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/v4/pages/home/therapists.scss */
.career-section p {
  padding-top: 70px;
  font-size: 35px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 31em) {
  /* line 196, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .career-section p {
    font-size: 35px;
    padding-top: 30px;
  }
}

@media (max-width: 31em) {
  /* line 205, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .career-section .therapist-button {
    margin-top: 20px;
  }
}

/* line 210, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}

/* line 215, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container {
  height: 660px;
  position: relative;
}

/* line 219, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-image {
  background-image: url(/assets/v5/pages/home/our_therapists_desktop_refresh-f0e8e4eb350b39414ff03fd6a12e9d376147d05a0149b507c7ee522487ce492f.png);
  background-size: cover;
  width: 625px;
  height: 659px;
}

/* line 226, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container {
  background-image: url(/assets/v5/pages/home/our_therapists_container_desktop-41f10b32d619382614ed03e851a7bd8632224f663ee4e414fe0bf6cf617d11d2.png);
  background-size: cover;
  width: 541px;
  height: 521px;
  position: absolute;
  top: 90px;
  left: 510px;
}

/* line 235, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container .copy {
  padding: 80px;
}

/* line 238, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container .copy h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #586B94;
}

/* line 246, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container .copy p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 50px auto;
}

/* line 254, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container .copy a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #F58266;
}

/* line 261, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-therapists .therapists-content-container .therapists-copy-container .copy a .orange-arrow {
  height: 14px;
  width: 16px;
  margin-bottom: -1px;
}

@media (max-width: 1024px) {
  /* line 271, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-image {
    margin: 0 auto;
    max-width: 625px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 279, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container {
    margin: 0 auto;
    max-width: 541px;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -100px;
  }
  /* line 288, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container .copy {
    padding: 30px;
    text-align: center;
  }
  /* line 292, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container .copy h2 {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 297, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container .copy p {
    font-size: 14px;
    line-height: 22px;
    margin: 30px auto;
  }
  /* line 303, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container .copy a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 450px) {
  /* line 215, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container {
    margin-top: -60px;
  }
  /* line 314, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-image {
    background-image: url(/assets/v5/pages/home/our_therapists_mobile_refresh-59bbebfad19287c84a2ff7dc62c957f6b7ea5b718d6ba2e7feee60e08e510faa.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* line 320, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container {
    background-image: url(/assets/v5/pages/home/our_therapists_container_mobile-e56477f1f97505fa5dab1ab9f3aaa64b0c64e3891b5d833357ac007459d7bcd3.png);
    background-size: 100%;
    width: 93%;
    height: 380px;
    top: -53%;
  }
  /* line 327, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-therapists .therapists-content-container .therapists-copy-container .copy {
    padding: 80px 20px;
  }
}

@media (max-width: 450px) {
  /* line 337, app/assets/stylesheets/v4/pages/home/therapists.scss */
  .section-clients-container {
    height: 100%;
    min-height: 780px;
    margin-bottom: 0px;
  }
}

/* line 345, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}

/* line 350, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container {
  height: 660px;
  position: relative;
}

/* line 354, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-image {
  background-image: url(/assets/v5/pages/home/clients_love_desktop_refresh-f467aa502e501505c9461b9b4204eb62b4a099aaeb62605ff709745cc634bbbd.png);
  background-size: cover;
  width: 665px;
  height: 570px;
  border-radius: 5px;
}

/* line 362, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container {
  background: #F9F9F9;
  background-size: cover;
  border-radius: 5px;
  width: 595px;
  min-height: 200px;
  max-height: 470px;
  height: auto;
  position: absolute;
  top: 300px;
  left: 470px;
}

/* line 374, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy {
  padding: 60px 60px 20px 60px;
}

/* line 377, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  color: #586B94;
}

/* line 385, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .rating {
  margin: 50px 0 10px 0;
}

/* line 387, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .client-quote {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

/* line 395, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .client-info {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}

/* line 403, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 405, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .client-slideshow-container {
  max-width: 1024px;
  position: relative;
  margin: auto;
}

/* line 411, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .client-testimonial-slides {
  display: none;
  text-align: left;
}

/* line 416, app/assets/stylesheets/v4/pages/home/therapists.scss */
#section-home-clients .clients-content-container .clients-copy-container .copy .client-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  /* line 436, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-image {
    margin: 0 auto;
    max-width: 625px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 444, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container {
    margin: 0 auto;
    max-width: 541px;
    width: 100%;
    position: relative;
    left: 0;
    top: -100px;
  }
  /* line 452, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy {
    padding: 30px 30px 1px 30px;
    text-align: center;
  }
  /* line 456, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy .rating {
    margin: 20px 0 5px 0;
    font-size: 12px;
  }
  /* line 461, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy h2 {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 466, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy p {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 471, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 450px) {
  /* line 480, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-image {
    background-image: url(/assets/v5/pages/home/clients_love_mobile_refresh-05f289f8136a6366e8c3a7ac9543156256b419d1aa13067bfe8fce10cff62127.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 93%;
  }
  /* line 488, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container {
    background: #F9F9F9;
    background-size: 100%;
    top: -65%;
  }
  /* line 493, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy {
    padding: 90px 20px 1px 20px;
    height: 420px;
  }
  /* line 497, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy p {
    font-size: 13px !important;
  }
  /* line 501, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy .rating {
    margin: 15px 0;
  }
  /* line 505, app/assets/stylesheets/v4/pages/home/therapists.scss */
  #section-home-clients .clients-content-container .clients-copy-container .copy .client-info, #section-home-clients .clients-content-container .clients-copy-container .copy .client-quote {
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq {
  padding: 120px 0;
  background-color: #f9f9f9;
}

@media (max-width: 56em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/faq.scss */
  .section-faq {
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 31em) {
  /* line 1, app/assets/stylesheets/v4/pages/home/faq.scss */
  .section-faq {
    padding: 40px 0;
  }
}

/* line 5, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-memberships {
  background: white !important;
}

/* line 7, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-memberships .panel-heading {
  background: white !important;
}

/* line 10, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-memberships .panel-body {
  background: white;
}

/* line 13, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-memberships .panel-title {
  text-align: center !important;
}

/* line 17, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-container {
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 56em) {
  /* line 17, app/assets/stylesheets/v4/pages/home/faq.scss */
  .section-faq-container {
    width: 100%;
  }
}

/* line 20, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-header {
  width: 100%;
  height: 375px;
  position: relative;
  background: url(/assets/v4/pages/faq/faq-bfc57283f17f1bac31b46ab8030473327c3de2c5bbeaf037a08b7d0f172d3078.jpg) center center no-repeat;
  background-size: cover;
  background-position: 0 -110px;
  background-position-y: 88%;
}

@media (max-width: 56em) {
  /* line 20, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-header {
    width: 100%;
    height: 200px;
    position: relative;
    background: url(/assets/v4/pages/faq/faq-bfc57283f17f1bac31b46ab8030473327c3de2c5bbeaf037a08b7d0f172d3078.jpg) center center no-repeat;
    background-size: cover;
    background-position: 0 -110px;
    background-position-y: 33%;
  }
}

/* line 31, app/assets/stylesheets/v4/pages/home/faq.scss */
.refresh-hero-overlay {
  background-image: linear-gradient(7deg, #6C778E 0%, rgba(108, 119, 142, 0.49) 0%, #39455F 97%, #1C212F 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: 0;
  height: 375px;
  top: 65px;
}

@media (max-width: 896px) {
  /* line 31, app/assets/stylesheets/v4/pages/home/faq.scss */
  .refresh-hero-overlay {
    height: 200px;
  }
}

/* line 44, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  line-height: 55px;
  color: #CFDEFF;
}

@media (max-width: 56em) {
  /* line 44, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-title {
    display: none;
  }
}

/* line 57, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-title-responsive {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  color: #CFDEFF;
  display: none;
}

@media (max-width: 56em) {
  /* line 57, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-title-responsive {
    display: block;
  }
}

/* line 66, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a-light {
  color: #39455E !important;
}

/* line 67, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a {
  text-shadow: none !important;
  text-align: center !important;
  font-size: 35px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
}

/* line 76, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a .faq-triangle-down {
  display: inline-block;
}

/* line 77, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a .faq-triangle-right {
  display: none;
}

/* line 79, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a.collapsed .faq-triangle-right {
  display: inline-block;
}

/* line 80, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a.collapsed .faq-triangle-down {
  display: none;
}

@media (max-width: 56em) {
  /* line 67, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
  }
}

/* line 90, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2 {
  font-size: 18px !important;
  font-family: "gotham-htf-book", sans-serif !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
  color: #F9F9F9 !important;
  text-decoration: none !important;
  letter-spacing: 6px !important;
}

/* line 91, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2 .faq-triangle-up {
  display: inline-block;
}

/* line 92, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2 .faq-triangle-down {
  display: none;
}

/* line 94, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2.collapsed .faq-triangle-down {
  display: inline-block;
}

/* line 95, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2.collapsed .faq-triangle-up {
  display: none;
}

/* line 98, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2:hover, .faq-a:hover {
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-a2:focus, .faq-a:focus {
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-indent {
  padding-right: 30px;
}

/* line 110, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-triangle-down {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-color: #CFDEFF transparent transparent transparent;
  position: absolute;
  right: 2%;
  top: 42%;
}

@media (max-width: 56em) {
  /* line 110, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-triangle-down {
    right: 2%;
    top: 49%;
  }
}

/* line 113, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-triangle-right {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #CFDEFF;
  position: absolute;
  right: 2%;
  top: 36%;
}

@media (max-width: 56em) {
  /* line 113, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-triangle-right {
    right: 2%;
    top: 36%;
  }
}

/* line 117, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-triangle-up {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #72CAC4;
  position: absolute;
  right: 2%;
  top: 40%;
}

@media (max-width: 56em) {
  /* line 117, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-triangle-up {
    right: 2%;
    top: 40%;
  }
}

/* line 121, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-body {
  background-color: #39455E;
  border-bottom: .5px solid lightgray;
}

/* line 126, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-arrow-down {
  height: 70px;
  width: 70px;
  margin-top: -23px;
  float: right;
}

@media (max-width: 1024px) {
  /* line 126, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-arrow-down {
    height: 40px;
    width: 40px;
    margin-top: -8px;
  }
}

/* line 140, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-group {
  margin-bottom: 0;
  margin-top: 50px;
}

/* line 141, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 144, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-default {
  border-radius: 6px;
  border: none;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F9F9F9;
}

/* line 145, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-heading {
  padding: 10px 15px;
}

/* line 146, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-default > .panel-heading {
  background: #F9F9F9;
  border: none;
  position: relative;
  border-radius: 6px;
  border: none;
  padding-bottom: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 147, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-default2 {
  background: #39455E;
}

/* line 148, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-default2 > .panel-heading {
  background: transparent;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 151, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-divider {
  border-top: 1px solid rgba(207, 222, 255, 0.5);
  border-radius: 0 !important;
}

/* line 153, app/assets/stylesheets/v4/pages/home/faq.scss */
.make-straight {
  border-radius: 6px 6px 0px 0px !important;
}

/* line 154, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-title {
  padding: 25px 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-align: center;
}

/* line 155, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-title-copy-container {
  max-width: 680px;
  margin: 0 auto;
  display: inline-block;
}

/* line 156, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-body {
  padding: 0 0 45px 45px;
}

@media (max-width: 1024px) {
  /* line 156, app/assets/stylesheets/v4/pages/home/faq.scss */
  .panel-body {
    padding: 0 10px;
  }
}

/* line 161, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: left !important;
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  /* line 161, app/assets/stylesheets/v4/pages/home/faq.scss */
  .panel-body p {
    margin: 0 auto 35px auto;
  }
}

/* line 172, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-body .light-theme {
  color: #5F6368 !important;
}

/* line 173, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-body2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  font-size: 14px;
  color: #F9F9F9;
}

/* line 174, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-body2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: left !important;
  max-width: 680px;
  margin: 0 auto 25px auto;
  color: #FFF;
}

@media (max-width: 56em) {
  /* line 174, app/assets/stylesheets/v4/pages/home/faq.scss */
  .panel-body2 p {
    font-size: 14px !important;
  }
}

/* line 187, app/assets/stylesheets/v4/pages/home/faq.scss */
.collapse {
  display: none;
}

/* line 188, app/assets/stylesheets/v4/pages/home/faq.scss */
.collapse.in {
  display: block;
}

/* line 190, app/assets/stylesheets/v4/pages/home/faq.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd;
}

/* line 194, app/assets/stylesheets/v4/pages/home/faq.scss */
.cancel-policy-padding {
  padding-bottom: 10px;
}

/* line 196, app/assets/stylesheets/v4/pages/home/faq.scss */
.section-faq-container-v4 h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  color: #586B94;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 196, app/assets/stylesheets/v4/pages/home/faq.scss */
  .section-faq-container-v4 h2 {
    font-size: 28px;
  }
}

/* line 207, app/assets/stylesheets/v4/pages/home/faq.scss */
#link-color {
  text-decoration: none;
  color: #CFDEFF;
}

/* line 209, app/assets/stylesheets/v4/pages/home/faq.scss */
.fact-title-dark {
  color: #FFFFFF !important;
}

/* line 213, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero {
  overflow: hidden;
  background-image: url(/assets/v5/pages/client/hero_desktop.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
}

/* line 223, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero .top-nav {
  max-width: 1260px;
  margin: 20px auto 0 auto;
}

/* line 228, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero .top-nav .soothe-logo {
  float: left;
  background-image: url(/assets/v5/pages/client/web_soothe_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
}

/* line 237, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero .top-nav .help-link-container {
  padding-top: 6px;
}

/* line 241, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero .top-nav .help-link-container .help-center-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  margin-left: 35px;
}

/* line 249, app/assets/stylesheets/v4/pages/home/faq.scss */
.faq-hero .top-nav .signin-link {
  background-image: url(/assets/v5/pages/client/login_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -35px;
}

/* line 259, app/assets/stylesheets/v4/pages/home/faq.scss */
.hero-help-title {
  max-width: 1260px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: #FFF;
  margin: 120px auto 0 auto;
}

@media (max-width: 1279px) {
  /* line 269, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-hero {
    height: 400px;
  }
  /* line 271, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-hero .top-nav {
    max-width: 80vw;
  }
  /* line 273, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-hero .top-nav .help-link-container .help-center-link {
    font-size: 16px;
  }
  /* line 275, app/assets/stylesheets/v4/pages/home/faq.scss */
  .faq-hero .top-nav .signin-link {
    height: 30px;
    width: 30px;
  }
  /* line 280, app/assets/stylesheets/v4/pages/home/faq.scss */
  .hero-help-title {
    max-width: 80vw;
    font-size: 32px;
    line-height: 40px;
  }
  /* line 286, app/assets/stylesheets/v4/pages/home/faq.scss */
  #gladly-help-center {
    max-width: 80vw !important;
  }
}

/* line 289, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-searchContainer {
  max-width: 1260px;
  margin: -130px auto 150px auto;
}

@media (min-width: 1440px) {
  /* line 295, app/assets/stylesheets/v4/pages/home/faq.scss */
  .gladlyHC-searchContainer {
    max-width: 1260px;
    margin: -230px auto 150px auto;
  }
}

@media (max-width: 500px) {
  /* line 302, app/assets/stylesheets/v4/pages/home/faq.scss */
  .gladlyHC-searchContainer {
    margin: -180px auto 100px auto;
  }
}

/* line 305, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-searchContainer input {
  background: #fff;
  padding: 6px 10px 6px 35px;
  width: 270px;
  height: 40px;
  border-radius: 50px;
}

/* line 313, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-faqContainer {
  margin: 0 auto;
  max-width: 840px;
}

/* line 318, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-faqSection-header, .gladlyHC-answerDetail-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #2C3239;
  padding: 45px 0 10px 0;
}

/* line 326, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-faqSection-header {
  border-bottom: 1px solid rgba(112, 137, 190, 0.2);
}

/* line 330, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-faqSection-listItem, .gladlyHC-answerDetail-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  padding: 14px 0;
  color: #5F6368;
}

/* line 339, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-faqSection-listItem {
  border-bottom: 1px solid rgba(112, 137, 190, 0.2);
}

/* line 343, app/assets/stylesheets/v4/pages/home/faq.scss */
#gladly-help-center {
  max-width: 1260px;
}

/* line 345, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-answersIndex-link {
  margin: 40px auto 60px auto;
  max-width: 840px;
  width: 100%;
}

/* line 351, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-answersIndex-container {
  margin: 0 auto;
  max-width: 840px;
}

/* line 356, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-answersIndex-container .gladlyHC-answersIndex-section {
  max-width: 80vw;
}

/* line 360, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-answersIndex-container .gladlyHC-answersIndex-section .gladlyHC-answersIndex-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  padding: 14px 0;
  color: #5F6368;
  border-bottom: 1px solid rgba(112, 137, 190, 0.2);
}

/* line 370, app/assets/stylesheets/v4/pages/home/faq.scss */
.gladlyHC-answersIndex-link a, .gladlyHC-answerDetail-backLink {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

/* line 4, app/assets/stylesheets/v4/pages/company.scss */
.section-cancel h1, .section-press h1, .section-contact h1, .section-terms h1, .section-privacy h1, .section-team h1, .section-about h1 {
  text-align: left;
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-book", sans-serif;
  margin-bottom: 75px;
  padding-top: 0px;
  margin-top: 100px;
}

/* line 5, app/assets/stylesheets/v4/pages/company.scss */
.section-cancel h2, .section-press h2, .section-contact h2, .section-terms h2, .section-privacy h2, .section-team h2, .section-about h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "gotham-htf-book", sans-serif;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 6, app/assets/stylesheets/v4/pages/company.scss */
.section-cancel p, .section-press p, .section-contact p, .section-terms p, .section-privacy p, .section-team p, .section-about p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 140%;
}

@media (max-width: 63.937em) {
  /* line 8, app/assets/stylesheets/v4/pages/company.scss */
  .section-cancel h1, .section-press h1, .section-contact h1, .section-terms h1, .section-privacy h1, .section-team h1, .section-about h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  /* line 9, app/assets/stylesheets/v4/pages/company.scss */
  .section-cancel h2, .section-press h2, .section-contact h2, .section-terms h2, .section-privacy h2, .section-team h2, .section-about h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/* line 12, app/assets/stylesheets/v4/pages/company.scss */
.section-atwork-container, .section-cancel-container, .section-terms-container, .section-privacy .section-privacy-container {
  margin-bottom: 120px;
}

@media (max-width: 63.937em) {
  /* line 12, app/assets/stylesheets/v4/pages/company.scss */
  .section-atwork-container, .section-cancel-container, .section-terms-container, .section-privacy .section-privacy-container {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    margin-bottom: 120px;
  }
}

/* line 18, app/assets/stylesheets/v4/pages/company.scss */
.press-left, .contact-left, .team-left, .about-left {
  float: left;
  width: 30%;
  padding-bottom: 5px;
}

@media (max-width: 64em) {
  /* line 18, app/assets/stylesheets/v4/pages/company.scss */
  .press-left, .contact-left, .team-left, .about-left {
    display: none !important;
  }
}

/* line 22, app/assets/stylesheets/v4/pages/company.scss */
.press-menu, .contact-menu, .team-menu, .about-menu {
  float: right;
  margin-right: 20%;
  margin-top: 50px;
}

/* line 24, app/assets/stylesheets/v4/pages/company.scss */
.press-menu h3, .contact-menu h3, .team-menu h3, .about-menu h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 2px solid #72CAC4;
  margin-bottom: 30px;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 26, app/assets/stylesheets/v4/pages/company.scss */
.press-menu h3 a, .contact-menu h3 a, .team-menu h3 a, .about-menu h3 a {
  color: #474747;
}

/* line 27, app/assets/stylesheets/v4/pages/company.scss */
.press-menu h3 a:hover, .contact-menu h3 a:hover, .team-menu h3 a:hover, .about-menu h3 a:hover {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/v4/pages/company.scss */
.press-menu ul li a, .contact-menu ul li a, .team-menu ul li a, .about-menu ul li a {
  color: #474747;
  line-height: 225%;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 31, app/assets/stylesheets/v4/pages/company.scss */
.section-press-container, .section-contact-container, .section-team-container {
  width: 70%;
  padding-top: 30px;
  max-width: 800px;
  padding-bottom: 150px;
  margin: 0 auto;
}

@media (max-width: 64em) {
  /* line 31, app/assets/stylesheets/v4/pages/company.scss */
  .section-press-container, .section-contact-container, .section-team-container {
    width: 100%;
    float: none;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 75px;
  }
}

@media (max-width: 31em) {
  /* line 31, app/assets/stylesheets/v4/pages/company.scss */
  .section-press-container, .section-contact-container, .section-team-container {
    padding-bottom: 40px;
  }
}

/* line 36, app/assets/stylesheets/v4/pages/company.scss */
.section-contact-hero {
  background: url(/assets/v4/pages/img/soothe-about-6a790b11f3cb0c3d700b0ae03855ad8bd745bba9167919f740e23252bc09b761.jpg);
  background-size: cover;
  width: 100%;
  height: 300px;
}

/* line 38, app/assets/stylesheets/v4/pages/company.scss */
.section-contact-hero h1 {
  font-size: 50px;
  font-size: 5rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  line-height: 300px;
}

@media (max-width: 56em) {
  /* line 36, app/assets/stylesheets/v4/pages/company.scss */
  .section-contact-hero {
    height: 200px;
  }
  /* line 41, app/assets/stylesheets/v4/pages/company.scss */
  .section-contact-hero h1 {
    line-height: 200px;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/company/about.scss */
.section-about-hero {
  background: url(/assets/v4/pages/about/about-55ceef90b1b0a24ee1b90ddf79fef289ead80355cc718b8ba8c4256c2aa49ad0.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position-y: 66%;
}

/* line 4, app/assets/stylesheets/v4/pages/company/about.scss */
.section-about-hero .refresh-hero-overlay {
  background-image: linear-gradient(7deg, #6C778E 0%, rgba(108, 119, 142, 0.49) 0%, #39455F 97%, #1C212F 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: 0;
}

@media (max-width: 56em) {
  /* line 1, app/assets/stylesheets/v4/pages/company/about.scss */
  .section-about-hero {
    background: url(/assets/v4/pages/about/about-55ceef90b1b0a24ee1b90ddf79fef289ead80355cc718b8ba8c4256c2aa49ad0.png);
    background-size: cover;
    width: 100%;
    background-position-x: 66%;
    height: 200px;
  }
}

@media (max-width: 63.937em) {
  /* line 20, app/assets/stylesheets/v4/pages/company/about.scss */
  .img-container {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/company/about.scss */
.merlin {
  background: url(/assets/v4/pages/about/john-ceo-b1a0495867a7277ea075208a545d93b4b36b39336b978bfb7560d553b392614d.jpg) center center no-repeat;
  height: 300px;
  position: relative;
  background-size: cover;
  border-radius: 3px;
}

@media (max-width: 63.937em) {
  /* line 26, app/assets/stylesheets/v4/pages/company/about.scss */
  .merlin {
    margin: 0 auto;
    background: url(/assets/v4/pages/about/john-ceo-b1a0495867a7277ea075208a545d93b4b36b39336b978bfb7560d553b392614d.jpg) center center no-repeat;
    width: 288px;
    max-height: 400px;
    position: relative;
    background-size: cover;
  }
}

@media (max-width: 20em) {
  /* line 26, app/assets/stylesheets/v4/pages/company/about.scss */
  .merlin {
    background: url(/assets/v4/pages/about/john-ceo-b1a0495867a7277ea075208a545d93b4b36b39336b978bfb7560d553b392614d.jpg) center center no-repeat;
    height: 275px;
    position: relative;
    background-size: cover;
  }
}

/* line 43, app/assets/stylesheets/v4/pages/company/about.scss */
.photo-caption {
  padding-top: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* line 52, app/assets/stylesheets/v4/pages/company/about.scss */
.section-about {
  background: #F9F9F9;
  margin: 0 auto;
}

/* line 57, app/assets/stylesheets/v4/pages/company/about.scss */
.about-paragraphs-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

/* line 63, app/assets/stylesheets/v4/pages/company/about.scss */
.about-paragraphs {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: left !important;
  color: #2C3239 !important;
}

/* line 72, app/assets/stylesheets/v4/pages/company/about.scss */
.about-paragraphs a {
  color: #7089BE;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

@media (max-width: 63.937em) {
  /* line 63, app/assets/stylesheets/v4/pages/company/about.scss */
  .about-paragraphs {
    line-height: 175% !important;
  }
}

/* line 77, app/assets/stylesheets/v4/pages/company/about.scss */
.about-title {
  color: #39455E !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 45px !important;
  margin-bottom: 70px !important;
  text-align: center;
}

@media (max-width: 63.937em) {
  /* line 77, app/assets/stylesheets/v4/pages/company/about.scss */
  .about-title {
    margin-bottom: 40px !important;
  }
}

/* line 88, app/assets/stylesheets/v4/pages/company/about.scss */
.section-about-container {
  width: 70%;
  max-width: 800px;
  padding: 120px 0;
  margin: 0 auto;
}

/* line 97, app/assets/stylesheets/v4/pages/company/about.scss */
#about-saw-link {
  color: #7089BE;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/v4/pages/company/team.scss */
.section-team-hero {
  background: url(/img/soothe-team.jpg);
  background-size: cover;
  width: 100%;
  height: 300px;
}

/* line 3, app/assets/stylesheets/v4/pages/company/team.scss */
.section-team-hero .team-title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  line-height: 300px;
}

/* line 6, app/assets/stylesheets/v4/pages/company/team.scss */
.section-team-container {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* line 9, app/assets/stylesheets/v4/pages/company/team.scss */
.team-management-header {
  margin-bottom: 40px;
  font-family: "gotham-htf-book", sans-serif;
  margin-top: 0px;
}

/* line 10, app/assets/stylesheets/v4/pages/company/team.scss */
.team-item {
  width: 30%;
  margin-right: 5%;
}

/* line 11, app/assets/stylesheets/v4/pages/company/team.scss */
.team-item-last {
  margin-right: 0px;
}

/* line 12, app/assets/stylesheets/v4/pages/company/team.scss */
.team-image {
  width: 100%;
  margin-bottom: 20px;
  max-width: 200px;
}

/* line 13, app/assets/stylesheets/v4/pages/company/team.scss */
.team-name {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  color: #505050;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 120%;
  max-width: 200px;
}

/* line 14, app/assets/stylesheets/v4/pages/company/team.scss */
.team-position {
  text-align: center;
  color: #72CAC4;
  line-height: 170%;
  margin-bottom: 30px;
  font-family: "gotham-htf-light", sans-serif;
  max-width: 200px;
}

/* line 15, app/assets/stylesheets/v4/pages/company/team.scss */
.team-active {
  color: #72CAC4 !important;
}

@media (max-width: 56em) {
  /* line 17, app/assets/stylesheets/v4/pages/company/team.scss */
  .section-team-container {
    width: inherit;
    margin: auto;
  }
  /* line 18, app/assets/stylesheets/v4/pages/company/team.scss */
  .team-management-header {
    width: 53%;
    text-align: center;
    float: left;
  }
  /* line 19, app/assets/stylesheets/v4/pages/company/team.scss */
  .team-item {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    text-align: center;
  }
  /* line 20, app/assets/stylesheets/v4/pages/company/team.scss */
  .team-name {
    max-width: inherit;
  }
  /* line 21, app/assets/stylesheets/v4/pages/company/team.scss */
  .team-position {
    max-width: inherit;
  }
}

@media (max-width: 31em) {
  /* line 24, app/assets/stylesheets/v4/pages/company/team.scss */
  .team-item {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy {
  background: #F9F9F9;
}

/* line 9, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy .section-privacy-container .privacy-body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #39455E;
}

/* line 17, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy .section-privacy-container .privacy-body p {
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #39455E;
}

/* line 26, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy .section-privacy-container .privacy-body b {
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy .section-privacy-container .privacy-body a {
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #7089BE;
}

/* line 36, app/assets/stylesheets/v4/pages/company/privacy.scss */
.section-privacy .section-privacy-container .privacy-body .legal-segment-link a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #39455E;
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/v4/pages/company/privacy.scss */
  .section-privacy .section-privacy-container .privacy-body .legal-mobile-size {
    font-size: 20px !important;
  }
}

/* line 2, app/assets/stylesheets/v4/pages/company/terms.scss */
.section-terms td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/v4/pages/company/contact.scss */
.section-contact-hero {
  background: url(/assets/v4/pages/img/soothe-contact-d0e540eb1358a5add8782ef7f1b966a7792ebedbc612ce8d12e4d38a8aba9fb0.jpg);
}

/* line 5, app/assets/stylesheets/v4/pages/company/contact.scss */
.section-contact-hero .refresh-hero-overlay {
  background-image: linear-gradient(7deg, #6C778E 0%, rgba(108, 119, 142, 0.49) 0%, #39455F 97%, #1C212F 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: 0;
  max-height: 300px;
}

@media (max-width: 896px) {
  /* line 5, app/assets/stylesheets/v4/pages/company/contact.scss */
  .section-contact-hero .refresh-hero-overlay {
    max-height: 200px;
  }
}

/* line 18, app/assets/stylesheets/v4/pages/company/contact.scss */
.section-contact-hero h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 56px !important;
  line-height: 66px !important;
  padding-top: 100px;
  position: relative;
  z-index: 99;
}

@media (min-width: 100em) {
  /* line 1, app/assets/stylesheets/v4/pages/company/contact.scss */
  .section-contact-hero {
    background-size: 100%;
    background-position-y: 50%;
  }
}

/* line 33, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-contents {
  padding-top: 25px;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 64em) {
  /* line 33, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-contents {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

/* line 37, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-information {
  width: 400px;
  margin: auto;
}

@media (max-width: 64em) {
  /* line 37, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-information {
    width: 100%;
    margin-left: 0;
  }
}

/* line 41, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-subheader {
  color: #39455E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 125%;
  margin-bottom: 10px;
}

/* line 48, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-subheader-small {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #2C3239;
  margin-bottom: 10px;
}

/* line 56, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-hours {
  margin-bottom: 30px;
}

/* line 57, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-link, .contact-phone-link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #7089BE;
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* line 67, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-phone {
  margin-bottom: 30px;
}

@media (max-width: 64em) {
  /* line 67, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-phone {
    display: none !important;
  }
}

/* line 71, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-phone-link {
  display: none;
}

@media (max-width: 64em) {
  /* line 71, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-phone-link {
    display: block !important;
  }
}

@media (max-width: 64em) {
  /* line 75, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-phone-region {
    display: block !important;
    color: black !important;
  }
}

/* line 78, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-message, .contact-email, .contact-name {
  margin-bottom: 5%;
  width: 100%;
}

/* line 79, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-message-text, .contact-email-text, .contact-name-text {
  float: left;
  width: 48.8%;
  text-align: left;
  padding-left: 1%;
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 83, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-form {
  float: right;
  width: 45%;
  margin-top: 25px;
  margin-right: 5%;
}

@media (max-width: 64em) {
  /* line 83, app/assets/stylesheets/v4/pages/company/contact.scss */
  .contact-form {
    float: none;
    width: 100%;
    padding: 0 5%;
  }
}

/* line 91, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-message {
  margin-bottom: 50px;
  resize: none;
  height: 30%;
}

/* line 93, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-submit {
  display: block;
  margin: auto;
  width: 70%;
  height: 60px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 94, app/assets/stylesheets/v4/pages/company/contact.scss */
.contact-active {
  color: #72CAC4 !important;
}

/* line 1, app/assets/stylesheets/v4/pages/company/press.scss */
.section-press-hero {
  background-size: cover;
  width: 100%;
  height: 300px;
}

@media (max-width: 1025px) {
  /* line 1, app/assets/stylesheets/v4/pages/company/press.scss */
  .section-press-hero {
    background-position: -120px 0 !important;
  }
}

@media (max-width: 64em) {
  /* line 1, app/assets/stylesheets/v4/pages/company/press.scss */
  .section-press-hero {
    background-position-x: 80%;
  }
}

/* line 4, app/assets/stylesheets/v4/pages/company/press.scss */
.section-press-hero .press-title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  line-height: 300px;
}

/* line 6, app/assets/stylesheets/v4/pages/company/press.scss */
.section-press {
  background: #39455e;
  border-bottom: 1px solid lightgray;
}

/* line 7, app/assets/stylesheets/v4/pages/company/press.scss */
.section-press-container {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* line 10, app/assets/stylesheets/v4/pages/company/press.scss */
.press-item, .press-item-multiline {
  border-bottom: 1px solid #efefef;
  display: block;
  width: 100%;
  height: 95px;
  padding-left: 2.5%;
  padding-right: 0;
  padding-top: 20px;
}

@media (max-width: 64em) {
  /* line 10, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-item, .press-item-multiline {
    padding-left: 2.5%;
    padding-bottom: 150px;
  }
}

/* line 14, app/assets/stylesheets/v4/pages/company/press.scss */
.press-item-multiline {
  padding-bottom: 28px;
  height: 135px;
  padding-top: 30px;
}

@media (max-width: 64em) {
  /* line 14, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-item-multiline {
    padding-bottom: 30px;
    height: auto !important;
  }
}

/* line 17, app/assets/stylesheets/v4/pages/company/press.scss */
.press-image {
  float: left;
  margin-right: 5%;
  max-height: 41px;
  max-width: 86px;
}

/* line 18, app/assets/stylesheets/v4/pages/company/press.scss */
.press-img-container {
  width: 20px;
  display: inline-block;
  float: left;
}

/* line 19, app/assets/stylesheets/v4/pages/company/press.scss */
.press-img-container span {
  color: #7089BE;
}

/* line 22, app/assets/stylesheets/v4/pages/company/press.scss */
.press-item-titles {
  float: left;
  width: 95%;
}

@media (max-width: 30.937em) {
  /* line 22, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-item-titles {
    width: 90%;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/company/press.scss */
.press-title {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

/* line 33, app/assets/stylesheets/v4/pages/company/press.scss */
.press-title:hover {
  text-decoration: none;
}

@media (max-width: 30.937em) {
  /* line 26, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 42, app/assets/stylesheets/v4/pages/company/press.scss */
.press-subtitle {
  font-size: 16px !important;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 49, app/assets/stylesheets/v4/pages/company/press.scss */
.press-subtitle:hover {
  text-decoration: none;
}

@media (max-width: 64em) {
  /* line 51, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-subtitle-location {
    display: none;
    float: none;
  }
}

/* line 52, app/assets/stylesheets/v4/pages/company/press.scss */
.press-date {
  float: right;
  color: #474747;
  margin-top: 15px;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 55, app/assets/stylesheets/v4/pages/company/press.scss */
.press-date:hover {
  text-decoration: none;
}

@media (max-width: 64em) {
  /* line 52, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-date {
    display: none;
  }
}

/* line 58, app/assets/stylesheets/v4/pages/company/press.scss */
.press-active {
  color: #7089BE !important;
}

/* line 59, app/assets/stylesheets/v4/pages/company/press.scss */
.press-nav {
  width: 100%;
}

/* line 60, app/assets/stylesheets/v4/pages/company/press.scss */
.press-nav-wrap {
  width: 130px;
  margin: auto;
  position: relative;
  margin-top: 4%;
}

/* line 64, app/assets/stylesheets/v4/pages/company/press.scss */
.press-page-link, .press-page-link-first {
  float: left;
  background: #E1E1E1;
  color: white;
  border-radius: 101px;
  padding: 12px 20px;
  margin-right: 10px;
}

/* line 66, app/assets/stylesheets/v4/pages/company/press.scss */
.press-page-link:hover, .press-page-link-first:hover {
  opacity: .3;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/v4/pages/company/press.scss */
.press-page-link-first {
  padding: 12px 22px;
}

/* line 69, app/assets/stylesheets/v4/pages/company/press.scss */
.press-page-link-active {
  background: #72CAC4;
}

/* line 70, app/assets/stylesheets/v4/pages/company/press.scss */
.press-arrow-left {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #72CAC4 transparent transparent;
  display: block;
  position: absolute;
  left: -15%;
  top: 32%;
}

/* line 72, app/assets/stylesheets/v4/pages/company/press.scss */
.press-arrow-left:hover {
  opacity: .3;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/v4/pages/company/press.scss */
.press-arrow-right {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #72CAC4;
  display: block;
  position: absolute;
  left: 109%;
  top: 32%;
}

/* line 76, app/assets/stylesheets/v4/pages/company/press.scss */
.press-arrow-right:hover {
  opacity: .3;
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/v4/pages/company/press.scss */
.press-mobile-link {
  visibility: hidden;
}

@media (max-width: 64em) {
  /* line 79, app/assets/stylesheets/v4/pages/company/press.scss */
  .press-mobile-link {
    visibility: visible;
    display: block;
    color: #7089BE !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-left: 20px;
    width: 100%;
    clear: both;
  }
}

/* line 86, app/assets/stylesheets/v4/pages/company/press.scss */
.section-press-container h1.press-title {
  margin-top: 0 !important;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  color: #cfdeff;
}

/* line 4, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container p {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
}

/* line 5, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container i {
  font-family: "gotham-htf-book-italic", sans-serif;
}

/* line 6, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

/* line 7, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container td {
  vertical-align: top;
  min-width: 50px;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
}

/* line 8, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container ul {
  padding-left: 20px;
}

/* line 9, app/assets/stylesheets/v4/pages/company/cancellation.scss */
.section-cancel-container li {
  list-style: initial;
  padding-bottom: 16px;
}

/* line 1, app/assets/stylesheets/v4/pages/company/cities.scss */
.section-cities-hero {
  background-image: url(/assets/v4/pages/cities/cities-hero-d7178d1fbc8aff10bb797fe7369d7d11faf1d7ace4b8454ce80aa16290b2641b.jpg);
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position-y: 50%;
}

@media (min-width: 100em) {
  /* line 1, app/assets/stylesheets/v4/pages/company/cities.scss */
  .section-cities-hero {
    background-position-y: 54%;
  }
}

/* line 7, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 31em) {
  /* line 7, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-header {
    font-size: 28px;
    font-size: 2.8rem;
    padding-top: 10%;
    padding-bottom: 30px;
    line-height: 120%;
  }
}

/* line 20, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-hero-overlay {
  background-image: linear-gradient(7deg, #6C778E 0%, rgba(108, 119, 142, 0.49) 0%, #39455F 97%, #1C212F 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: 0;
  max-height: 300px;
}

/* line 31, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-subheader {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  padding: 0px 185px;
  position: relative;
}

@media (max-width: 48em) {
  /* line 31, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-subheader {
    font-size: 14px;
    width: 90%;
    margin: auto;
    padding: 0px;
  }
}

/* line 44, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-body {
  padding: 50px;
}

@media (max-width: 48em) {
  /* line 44, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-body {
    background: #F9F9F9;
    padding: 30px;
  }
}

/* line 49, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-body-header {
  color: #39455E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 50px;
}

@media (max-width: 48em) {
  /* line 49, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-body-header {
    font-size: 28px;
    line-height: 90%;
    font-size: 2.5rem;
  }
}

/* line 58, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-list {
  margin: 0 auto;
  text-align: center;
}

/* line 61, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-list td {
  height: 30px;
}

/* line 63, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-list a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #7089BE;
}

/* line 72, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-button-wrapper {
  text-align: center;
}

/* line 75, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-button {
  top: 50%;
  margin-top: 25px;
  visibility: hidden;
  background-color: #4d90fe;
  color: white;
  border-radius: 3px;
  border: 0;
  font-weight: 800;
  font-size: 20px;
  padding: 0px 15px;
  height: 70px;
  font-family: "gotham-book";
}

@media (max-width: 48em) {
  /* line 75, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-button {
    visibility: visible;
  }
}

/* line 81, app/assets/stylesheets/v4/pages/company/cities.scss */
.cities-mobile-list {
  font-size: 12px;
}

@media (min-width: 48em) {
  /* line 81, app/assets/stylesheets/v4/pages/company/cities.scss */
  .cities-mobile-list {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/company/hotels.scss */
.hotels-hero {
  background-image: url(/assets/v4/pages/hotels/hotels-header-desktop.png);
  background-size: cover;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 650px) {
  /* line 1, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .hotels-hero {
    background-image: url(/assets/v4/pages/hotels/hotels-header-mobile.png);
    background-position: unset;
    background-size: 100%;
  }
}

@media (max-width: 360px) {
  /* line 1, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .hotels-hero {
    background-size: 120%;
  }
}

/* line 18, app/assets/stylesheets/v4/pages/company/hotels.scss */
.hotels-hero .hero-copy {
  padding: 200px 0 0 0;
  font-family: "gotham-htf-bold", sans-serif;
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

/* line 26, app/assets/stylesheets/v4/pages/company/hotels.scss */
.hotels-hero .hero-copy a {
  display: block;
  width: 230px;
  background-color: #67D3CC;
  font-size: 18px;
  color: #F9F9F9;
  letter-spacing: 1.27px;
  font-family: "gotham-htf-bold", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
  border-radius: 50px !important;
}

@media (max-width: 420px) {
  /* line 18, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .hotels-hero .hero-copy {
    padding: 160px 20px 0 20px;
  }
}

@media (max-width: 360px) {
  /* line 18, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .hotels-hero .hero-copy {
    padding: 120px 20px 0 20px;
  }
}

/* line 54, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers {
  background-color: #fff;
  padding: 20px 0 30px 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 62, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers h2 {
  font-family: "gotham-htf-medium", sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  padding-top: 30px;
  font-size: 26px;
}

/* line 70, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 70, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .hotels-offers-box-wrapper {
    width: 100%;
  }
}

/* line 79, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-increase-revenue-container {
  background-image: url(/assets/v4/pages/hotels/hotels-mts-desktop.png);
  background-size: cover;
  max-width: 900px;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 89, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .increase-revenue-copy {
  height: 180px;
  max-width: 450px;
  margin: 0 auto;
  background: white;
  margin-top: -260px;
  margin-bottom: 80px;
  padding: 0px 16px;
  font-size: 20px;
  line-height: 30px;
}

/* line 100, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .increase-revenue-copy strong {
  font-weight: 900;
}

/* line 102, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .increase-revenue-copy .five-star {
  background-image: url(/assets/v4/pages/hotels/hotels-five-star.png);
  max-width: 150px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto;
}

/* line 113, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .revenue-wrapper-mobile {
  display: none;
}

/* line 115, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box {
  float: left;
  width: 33%;
  padding: 0 20px;
  margin: 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 115, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box {
    width: 100%;
    float: none;
  }
}

/* line 124, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box .image-container {
  height: 100px;
}

/* line 127, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box .image-container .table {
  width: 120px;
  margin-top: 20px;
}

/* line 132, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box .image-container .calendar, .section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box .image-container .checklist {
  height: 80px;
  width: auto;
}

@media (max-width: 400px) {
  /* line 138, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box #round-clock-mobile {
    margin-bottom: 25px;
  }
}

/* line 142, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box h3 {
  font-weight: 600;
  font-size: 24px;
  padding-top: 5px;
  height: 60px;
}

/* line 148, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .hotels-offers-box p {
  font-size: 18px;
  line-height: 21px;
  padding: 5px 10px;
  letter-spacing: 1px;
}

/* line 156, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .value-props-box {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin: 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 64em) {
  /* line 156, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .hotels-offers-box-wrapper .value-props-box {
    width: 100%;
    float: none;
  }
}

/* line 165, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .value-props-box p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

/* line 171, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .value-props-box .medallion-container {
  border: 1px solid #979797;
  border-radius: 120px;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

/* line 178, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .value-props-box .medallion-container img {
  width: 200px;
  height: auto;
  margin-top: 10px;
}

/* line 186, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup {
  max-width: 60%;
  float: left;
}

/* line 190, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup h2 {
  font-family: "gotham-htf-medium", sans-serif;
  color: #67D3CC;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 35px 0 10px 0;
  font-size: 22px;
}

/* line 200, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 202, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup input[type="text"] {
  border-bottom: 1px solid #D8D8D8 !important;
  border-radius: 0 !important;
  margin-left: -80px;
  font-family: "gotham-htf-book", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
}

/* line 211, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup input[type="text"]::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "gotham-htf-book", sans-serif !important;
  font-weight: 400;
}
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup input[type="text"]::placeholder, .section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup input[type="text"]::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "gotham-htf-book", sans-serif !important;
  font-weight: 400;
}

/* line 217, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup .signup-submit {
  display: block;
  width: 180px;
  background-color: #67D3CC;
  font-size: 20px;
  color: #F9F9F9;
  letter-spacing: 1.27px;
  font-family: "gotham-htf-bold", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 50px !important;
}

/* line 235, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup .below-the-form {
  text-align: left;
  margin-top: 30px;
  font-size: 22px;
  line-height: 28px;
}

/* line 241, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup .below-the-form a {
  text-decoration: none;
  color: #67D3CC;
}

/* line 248, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup-mt {
  max-width: 40%;
  float: right;
}

/* line 252, app/assets/stylesheets/v4/pages/company/hotels.scss */
.section-hotels-offers .hotels-offers-box-wrapper .section-hotels-signup-mt img {
  max-width: 350px;
}

@media (max-width: 1024px) {
  /* line 54, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers {
    padding: 20px 0 10px 0;
  }
  /* line 261, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper {
    display: none;
  }
  /* line 263, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile {
    display: block !important;
    max-width: 1124px;
    margin: 0 auto;
    height: 330px;
  }
  /* line 269, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .hotels-increase-revenue-container-mobile {
    background-image: url(/assets/v4/pages/hotels/hotels-mt-mobile.png);
    max-width: 45%;
    height: 340px;
    background-repeat: no-repeat;
    background-size: 80%;
    float: left;
    width: 100%;
  }
}

@media (max-width: 1024px) and (max-width: 500px) {
  /* line 269, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .hotels-increase-revenue-container-mobile {
    max-width: 50%;
    background-size: 110%;
  }
}

@media (max-width: 1024px) {
  /* line 284, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile {
    float: right;
    max-width: 55%;
    padding-top: 80px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) and (max-width: 400px) {
  /* line 284, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile {
    line-height: 25px;
  }
}

@media (max-width: 1024px) and (max-width: 360px) {
  /* line 284, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  /* line 300, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile strong {
    font-weight: 900;
  }
  /* line 302, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile .five-star-mobile {
    background-image: url(/assets/v4/pages/hotels/hotels-five-star.png);
    max-width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) and (max-width: 500px) {
  /* line 284, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile {
    max-width: 50%;
    margin-top: 30px;
    padding: 0 10px;
  }
  /* line 317, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .revenue-wrapper-mobile .increase-revenue-copy-mobile .five-star-mobile {
    background-size: 80%;
  }
}

@media (max-width: 1024px) {
  /* line 324, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers #signup-header-mobile {
    font-size: 24px;
    padding: 0 10px;
  }
  /* line 329, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup {
    max-width: 100% !important;
    float: unset !important;
  }
  /* line 333, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup h2 {
    font-size: 20px !important;
  }
  /* line 337, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup input {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  /* line 339, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup input[type="text"] {
    font-size: 16px;
    max-width: 540px !important;
    width: 100%;
    margin-left: 0 !important;
  }
  /* line 346, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
  }
  .section-hotels-offers .section-hotels-signup input[type="text"]::placeholder, .section-hotels-offers .section-hotels-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 350, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup .signup-container {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 10px !important;
  }
  /* line 355, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup .signup-container .below-the-form {
    text-align: center;
  }
  /* line 359, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup .signup-container .signup-submit {
    margin: 30px auto !important;
  }
  /* line 365, app/assets/stylesheets/v4/pages/company/hotels.scss */
  .section-hotels-offers .section-hotels-signup-mt {
    display: none !important;
  }
}

/* line 371, app/assets/stylesheets/v4/pages/company/hotels.scss */
.nav-logo-hotels {
  background: url(/assets/v4/pages/hotels/hotels-logo.png) center center no-repeat;
  font-size: 0;
  height: 55px;
  width: inherit;
  max-width: 250px;
  display: block;
  position: absolute;
  margin-left: 1%;
  background-size: 100%;
}

/* line 383, app/assets/stylesheets/v4/pages/company/hotels.scss */
#hotel-form {
  padding: 20px 0 0 0;
}

/* line 386, app/assets/stylesheets/v4/pages/company/hotels.scss */
#hotel-form .hotels-offers-box-wrapper {
  height: 430px;
}

@media (max-width: 450px) {
  /* line 383, app/assets/stylesheets/v4/pages/company/hotels.scss */
  #hotel-form {
    padding: 20px 0;
  }
  /* line 393, app/assets/stylesheets/v4/pages/company/hotels.scss */
  #hotel-form .hotels-offers-box-wrapper {
    height: 100%;
  }
}

/* line 2, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.section-atwork-hero {
  background-image: url(/soothe_at_work/atwork_header_desktop.jpg);
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position-x: 45%;
}

@media (min-width: 100em) {
  /* line 2, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .section-atwork-hero {
    background-position-y: 50%;
  }
}

@media (max-width: 56em) {
  /* line 2, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .section-atwork-hero {
    background-position-x: 55%;
    background-image: url(/soothe_at_work/atwork_header_mobile.jpg);
  }
}

/* line 7, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 30px;
}

@media (max-width: 31em) {
  /* line 7, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-header {
    font-size: 35px;
    font-size: 3.5rem;
    padding-top: 10%;
    padding-bottom: 30px;
    line-height: 120%;
  }
}

/* line 10, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-subheader {
  font-size: 20px;
  font-size: 2rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 48em) {
  /* line 10, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-subheader {
    width: 90%;
    margin: auto;
  }
}

/* line 13, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.section-atwork-container {
  margin-bottom: 0px !important;
}

/* line 14, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-pitch {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #474747;
  padding: 50px 0;
}

/* line 15, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-features {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 56em) {
  /* line 15, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-features {
    padding-bottom: 0px;
  }
}

/* line 18, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-feature {
  float: left;
  width: 50%;
}

@media (max-width: 56em) {
  /* line 18, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-feature {
    float: none;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
}

/* line 21, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-feature-header {
  font-size: 30px;
  font-size: 3rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #474747;
  text-align: center;
  padding-bottom: 35px;
}

/* line 22, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-feature-subheader {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #474747;
  text-align: center;
}

/* line 23, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-divider {
  position: relative;
  width: 100%;
}

/* line 24, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-signup {
  padding-top: 40px;
}

/* line 25, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-signup-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #474747;
  text-align: center;
}

@media (max-width: 48em) {
  /* line 25, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-signup-title {
    margin-bottom: 50px;
  }
}

/* line 28, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-signup-phone {
  color: #4d90fe;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 29, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-signup-content {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 48em) {
  /* line 29, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-signup-content {
    float: none;
    width: 90%;
    margin: auto;
  }
}

/* line 32, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-sidebar {
  float: left;
  width: 50%;
  margin-top: 70px;
}

@media (max-width: 48em) {
  /* line 32, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-sidebar {
    float: none;
    width: 90%;
    margin: auto;
  }
}

/* line 35, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-sidebar-image {
  width: 80%;
  margin: auto;
  display: block;
}

/* line 36, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-sidebar-notice {
  font-size: 20px;
  font-size: 2rem;
  font-family: "gotham-htf-book", sans-serif;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

/* line 37, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  padding-top: 20px;
  padding-bottom: 5px;
}

/* line 38, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-honeypot {
  display: none !important;
}

/* line 39, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-company {
  width: 100%;
}

/* line 40, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-firstname {
  width: 100%;
}

/* line 41, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-lastname {
  width: 100%;
}

/* line 42, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-email {
  width: 100%;
}

/* line 43, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-mobile {
  width: 100%;
}

/* line 44, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-city-text {
  float: left;
  display: block;
  width: 56%;
  padding-top: 20px;
  padding-bottom: 5px;
}

/* line 45, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-zip-text {
  float: left;
  display: block;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 5px;
}

/* line 46, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-city {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 30px;
  background: #ffffff;
}

/* line 47, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-city-wrapper {
  float: left;
  position: relative;
  width: 45%;
}

/* line 51, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-zip {
  float: left;
  width: 45%;
  margin-left: 10%;
}

@media (max-width: 48em) {
  /* line 51, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-form-zip {
    margin-bottom: 30px;
  }
}

/* line 54, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-notes {
  width: 100%;
}

/* line 55, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-submit {
  font-family: "gotham-htf-book", sans-serif;
  display: block;
  width: 70% !important;
  font-size: 22px;
  font-size: 2.2rem;
  margin: auto;
  margin-top: 110px;
  background: #4d90fe;
}

/* line 56, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-form-submit:hover {
  background-color: #97bbf7;
}

/* line 58, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-values {
  margin-top: 55px;
  margin-bottom: 75px;
}

@media (max-width: 48em) {
  /* line 58, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-values {
    float: none;
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }
}

/* line 61, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-value {
  float: left;
  width: 33%;
}

@media (max-width: 48em) {
  /* line 61, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-value {
    float: none;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
}

/* line 64, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-icon {
  margin: auto;
  width: 40px;
  display: block;
  margin-bottom: 10px;
}

/* line 65, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-value-header {
  font-size: 30px;
  font-size: 3rem;
  min-height: 75px;
  width: 80%;
  margin: auto;
  font-family: "gotham-htf-medium", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  line-height: 120%;
}

@media (max-width: 48em) {
  /* line 65, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-value-header {
    min-height: 0;
  }
}

/* line 68, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-value-body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  width: 80%;
  margin: auto;
}

/* line 70, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-testimonials-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #474747;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}

/* line 71, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-testimonials {
  margin-bottom: 95px;
}

/* line 72, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-testimonial {
  float: left;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 48em) {
  /* line 72, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
  .atwork-testimonial {
    float: none;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
}

/* line 75, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-testimonial-image {
  width: 200px;
  margin: auto;
  display: block;
}

/* line 76, app/assets/stylesheets/v4/pages/soothe_at_work.scss */
.atwork-testimonial-body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #474747;
  text-align: center;
}

/* line 2, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-button, .work-values-button, .work-hero-button {
  background-color: #4d90fe;
  font-family: "gotham-htf-medium", sans-serif;
  padding: 15px 40px;
  display: block;
}

/* line 3, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-button:hover, .work-values-button:hover, .work-hero-button:hover {
  background-color: #97bbf7;
}

/* line 5, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-pubs-icons {
  float: left;
  height: 92px;
  background-size: 150px 92px;
  width: 20%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 6, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-notes, .work-form-zip, .work-form-mobile, .work-form-email, .work-form-fullname, .work-form-company {
  height: 55px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 7, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-notes:focus, .work-form-zip:focus, .work-form-mobile:focus, .work-form-email:focus, .work-form-fullname:focus, .work-form-company:focus {
  -webkit-box-shadow: 0 0 0 2px #4d90fe;
          box-shadow: 0 0 0 2px #4d90fe;
  outline: none;
  border: none;
}

/* line 15, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header {
  border: none;
}

/* line 17, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-logo:hover {
  cursor: pointer;
}

@media (max-width: 48em) {
  /* line 16, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-logo {
    margin-left: 0 !important;
    max-width: 220px !important;
  }
}

@media (max-width: 31em) {
  /* line 16, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-logo {
    max-width: 185px !important;
  }
}

/* line 21, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-right {
  float: right;
  width: 200px;
  position: relative;
}

/* line 22, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-right:hover {
  cursor: pointer;
}

@media (max-width: 48em) {
  /* line 21, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-right {
    width: 145px !important;
  }
}

@media (max-width: 20em) {
  /* line 21, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-right {
    width: 22px !important;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-phone-link {
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 27, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-phone-link:hover {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-phone {
  background-image: url(/assets/v4/pages/soothe_at_work/phone-1e154c5932a19490723c9f50d80cbffe12d89bc975166de45fcc04015f0ec9cc.png);
  width: 25px;
  height: 26px;
  position: absolute;
  top: 16px;
  left: -35px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .work-header-phone {
    background-image: url(/assets/v4/pages/soothe_at_work/phone@2x-71a9c5751bdc255d7820305d7572342bad09ed6e0cf390e35dee3cd109fc913c.png);
    background-size: 25px 26px;
  }
}

/* line 30, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-quote-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2%;
}

@media (max-width: 31em) {
  /* line 30, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-quote-title {
    margin-top: 4%;
  }
}

@media (max-width: 20em) {
  /* line 30, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-quote-title {
    display: none !important;
  }
}

/* line 34, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-quote-number {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #4d90fe;
  margin-top: -8px;
  white-space: nowrap;
}

@media (max-width: 31em) {
  /* line 34, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-quote-number {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 20em) {
  /* line 34, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-header-quote-number {
    display: none !important;
  }
}

/* line 41, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-footer .footer-logo-link {
  margin-left: -30px;
}

/* line 50, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero {
  background-image: url(/assets/v4/pages/soothe_at_work/work-hero-fc65930f6bd5f8703288426ed972edae2214543734574c016fdf424381aef02c.jpg);
  background-size: cover;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 88, app/assets/stylesheets/v4/partials/_mixins.scss */
  .work-hero {
    background-image: url(/assets/v4/pages/soothe_at_work/work-hero@2x-feb0482608c57116fe16865a663323a7a737d4afbad67c73ee04e6add4ab98f8.jpg);
  }
}

@media (min-width: 100em) {
  /* line 50, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero {
    background-position-y: 25%;
  }
}

@media (max-width: 85em) {
  /* line 50, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero {
    height: 550px;
  }
}

@media (max-width: 56em) {
  /* line 50, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero {
    background-position-x: 55%;
    background-image: url(/assets/v4/pages/soothe_at_work/atwork_header_mobile-e08f0b3c4117a7d87fc378994750ddd56d1c5eddfcd2e3a86d8caa8caf8dacbe.jpg);
    background-size: cover;
  }
}

@media (max-width: 31em) {
  /* line 50, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero {
    height: 600px;
  }
}

/* line 56, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  padding-top: 200px;
  padding-bottom: 10px;
  line-height: 110%;
  width: 50%;
  margin: auto;
  text-align: center;
}

@media (max-width: 85em) {
  /* line 56, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-header {
    padding-top: 70px;
  }
}

@media (max-width: 48em) {
  /* line 56, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-header {
    padding-top: 35px !important;
    width: 80%;
  }
}

@media (max-width: 31em) {
  /* line 56, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-header {
    font-size: 33px;
    font-size: 3.3rem;
    padding-top: 60px !important;
    width: 80%;
  }
}

@media (max-width: 20em) {
  /* line 56, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-header {
    padding-top: 35px !important;
  }
}

/* line 62, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-subheader {
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  padding-bottom: 30px;
  line-height: 110%;
  width: 50%;
  margin: auto;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 62, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-subheader {
    padding-top: 25px !important;
    width: 80%;
  }
}

@media (max-width: 31em) {
  /* line 62, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-subheader {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 30px !important;
    width: 80%;
  }
}

/* line 66, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-subline {
  font-size: 20px;
  font-size: 2rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 48em) {
  /* line 66, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-subline {
    width: 60% !important;
    padding-bottom: 40px;
    margin: auto;
    margin-top: 40px;
  }
}

@media (max-width: 31em) {
  /* line 66, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-subline {
    padding-bottom: 15px;
    width: 85% !important;
  }
}

/* line 70, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-link {
  text-decoration: none;
  color: white !important;
}

/* line 71, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-button {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  width: 250px;
  margin: auto;
}

/* line 73, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-button-container {
  margin: 50px 0 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 73, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-video-button-container {
    margin-top: 25px;
  }
}

/* line 76, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-button-play-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 37px;
  border: 15px solid transparent;
  border-left-color: #fff;
  border-left-width: 20px;
  border-radius: 3px;
}

/* line 77, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-button {
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  width: 100px;
  position: relative;
  margin: auto;
  display: block;
  border: 4px solid white;
  border-radius: 3px;
}

/* line 78, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-button:hover {
  background-color: #4d90fe;
  border-color: #4d90fe;
}

/* line 79, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-label {
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 80, app/assets/stylesheets/v4/pages/work_v2.scss */
.video-player .wrap {
  height: 100%;
  width: 100%;
}

/* line 81, app/assets/stylesheets/v4/pages/work_v2.scss */
.video-player {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000;
  background: #000;
}

/* line 82, app/assets/stylesheets/v4/pages/work_v2.scss */
.video-player.visible {
  display: block;
}

/* line 83, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-video-close {
  position: absolute;
  right: 1%;
  top: 3%;
  font-size: 16px;
  width: 80px;
  height: 80px;
  background-size: 50%;
  background-repeat: no-repeat;
  z-index: 99;
  display: block !important;
}

/* line 88, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-pubs {
  background-color: #F5F5F5;
  height: 360px;
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
  padding-top: 15px;
}

@media (max-width: 56em) {
  /* line 88, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-pubs {
    height: 430px;
  }
}

@media (max-width: 31em) {
  /* line 88, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-pubs {
    padding-left: 2%;
    padding-right: 2%;
    height: 350px;
  }
}

@media (max-width: 20em) {
  /* line 88, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-pubs {
    height: 325px;
  }
}

/* line 93, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-pubs-header {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "gotham-htf-medium", sans-serif;
  text-align: center;
  color: #999999;
  padding-bottom: 11px;
  padding-top: 10px;
}

@media (max-width: 64em) {
  /* line 94, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-pubs-icons {
    width: 33%;
    background-size: 114px 70px;
    height: 50px;
  }
}

@media (max-width: 20em) {
  /* line 94, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-pubs-icons {
    background-size: 81px 50px;
    height: 50px;
  }
}

/* line 101, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-values-wrapper {
  margin-top: 55px;
  margin-bottom: 75px;
  margin: auto;
  max-width: 1000px;
}

@media (max-width: 56em) {
  /* line 101, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-values-wrapper {
    float: none;
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }
}

/* line 104, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-values-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  padding-top: 100px;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 104, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-values-header {
    padding-top: 50px;
  }
}

@media (max-width: 31em) {
  /* line 104, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-values-header {
    padding-top: 0px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* line 108, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value {
  float: left;
  width: 33%;
  padding-top: 60px;
}

/* line 109, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value:nth-of-type(4) {
  clear: left;
}

@media (max-width: 56em) {
  /* line 108, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value {
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
    padding-top: 40px !important;
    margin-bottom: 20px !important;
  }
  /* line 111, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value:nth-of-type(3) {
    clear: left;
  }
  /* line 112, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value:nth-of-type(4) {
    clear: none;
  }
  /* line 113, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value:nth-of-type(5) {
    clear: left;
  }
}

@media (max-width: 31em) {
  /* line 108, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value {
    float: none;
    width: 80%;
    margin-bottom: 0px;
  }
}

/* line 117, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-icon {
  margin: auto;
  width: 60px;
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 31em) {
  /* line 117, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value-icon {
    margin-bottom: 20px;
  }
}

/* line 120, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-header {
  font-size: 30px;
  font-size: 3rem;
  min-height: 80px;
  width: 80%;
  margin: auto;
  font-family: "gotham-htf-medium", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  line-height: 120%;
}

@media (max-width: 56em) {
  /* line 120, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value-header {
    min-height: 0;
  }
}

/* line 123, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  width: 75%;
  margin: auto;
}

/* line 125, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-values-button {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  width: 250px;
  margin: auto;
  clear: both;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 20em) {
  /* line 125, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-values-button {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* line 131, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-expect {
  background-color: #F5F5F5;
  height: 700px;
  width: 100%;
}

/* line 132, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-expect-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  padding-top: 60px;
  padding-bottom: 75px;
  text-align: center;
}

/* line 133, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-expect-href {
  width: 80%;
  max-width: 750px;
  margin: auto;
  display: block;
}

/* line 134, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-expect-placeholder {
  width: 100%;
}

/* line 138, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-section {
  background-color: #F5F5F5;
  position: relative;
  padding-top: 55px;
  padding-bottom: 100px;
}

@media (max-width: 48em) {
  /* line 138, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonials-section {
    padding-bottom: 80px;
  }
}

/* line 141, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-wrapper {
  margin-top: 55px;
  margin-bottom: 75px;
  margin: auto;
  maxwidth: 1000px;
  position: relative;
}

@media (max-width: 56em) {
  /* line 141, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonials-wrapper {
    width: 100%;
  }
}

/* line 144, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #474747;
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 56em) {
  /* line 144, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonials-header {
    margin-bottom: 20px;
  }
}

/* line 147, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials {
  margin-bottom: 95px;
}

@media (max-width: 48em) {
  /* line 147, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonials {
    margin-bottom: 80px;
  }
}

/* line 150, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonial {
  float: left;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 56em) {
  /* line 150, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonial {
    width: 50%;
    margin: auto;
  }
}

@media (max-width: 56em) {
  /* line 152, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonial:nth-of-type(3) {
    float: none;
  }
}

@media (max-width: 31em) {
  /* line 150, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonial {
    width: 90%;
    float: none;
  }
}

/* line 155, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonial-image {
  width: 200px;
  margin: auto;
  display: block;
}

/* line 156, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonial-body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  color: #474747;
  text-align: center;
  width: 75%;
  margin: auto;
}

/* line 157, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-testimonials-button {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  width: 250px;
  margin: auto;
  clear: both;
  margin-top: 100px;
}

@media (max-width: 48em) {
  /* line 157, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-testimonials-button {
    margin-top: 0 !important;
  }
}

/* line 164, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-hero {
  background-image: url(/assets/v4/pages/soothe_at_work/work-hero-fc65930f6bd5f8703288426ed972edae2214543734574c016fdf424381aef02c.jpg);
  background-size: cover !important;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .work-form-hero {
    background-image: url(/assets/v4/pages/soothe_at_work/work-hero@2x-feb0482608c57116fe16865a663323a7a737d4afbad67c73ee04e6add4ab98f8.jpg);
    background-size: 1440px 721px;
  }
}

@media (min-width: 100em) {
  /* line 164, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero {
    background-position-y: 50%;
  }
}

@media (max-width: 31em) {
  /* line 164, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero {
    background-size: 150%;
  }
}

/* line 168, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-hero-header {
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  padding-top: 50px;
  line-height: 110%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 31em) {
  /* line 168, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero-header {
    font-size: 40px;
    font-size: 4rem;
    padding-top: 40px;
  }
}

@media (max-width: 20em) {
  /* line 168, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero-header {
    font-size: 36px;
    font-size: 3.6rem;
    padding-top: 50px;
  }
}

/* line 172, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-hero-subheader {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 31em) {
  /* line 172, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero-subheader {
    font-size: 29px;
    font-size: 2.9rem;
    padding-top: 5px;
  }
}

@media (max-width: 20em) {
  /* line 172, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero-subheader {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 176, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 130px;
}

@media (max-width: 48em) {
  /* line 176, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-main {
    padding-bottom: 50px;
  }
}

@media (max-width: 31em) {
  /* line 176, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-main {
    padding-top: 40px;
  }
}

@media (max-width: 20em) {
  /* line 176, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-main {
    padding-top: 20px;
  }
}

/* line 181, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-header {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "gotham-htf-medium", sans-serif;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 20em) {
  /* line 181, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-main-header {
    width: 85%;
    margin: auto;
  }
}

/* line 184, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-subheader {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  line-height: 180%;
  margin-bottom: 70px;
}

@media (max-width: 31em) {
  /* line 184, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-main-subheader {
    margin-bottom: 35px;
  }
}

/* line 187, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-number {
  text-decoration: none;
  color: #4d90fe;
}

/* line 188, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-wrapper {
  position: relative;
  width: 600px;
  margin: auto;
}

@media (max-width: 56em) {
  /* line 188, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-wrapper {
    width: 95%;
  }
}

/* line 191, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-input-wrapper,
.animated-form-input-wrapper {
  position: relative;
}

/* line 193, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-honeypot {
  display: none !important;
}

/* line 194, app/assets/stylesheets/v4/pages/work_v2.scss */
.animated-form-input-wrapper {
  clear: both;
}

/* line 197, app/assets/stylesheets/v4/pages/work_v2.scss */
.atwork-form-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  padding-top: 20px;
  padding-bottom: 5px;
}

/* line 198, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-company {
  width: 100%;
}

/* line 199, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-fullname {
  width: 100%;
}

/* line 200, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-email {
  width: 100%;
}

/* line 201, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-mobile {
  width: 100%;
}

/* line 202, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-zip {
  width: 100%;
}

/* line 203, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-notes {
  width: 100%;
}

/* line 204, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-submit {
  font-family: "gotham-htf-book", sans-serif;
  display: block;
  width: 200px !important;
  font-size: 22px;
  font-size: 2.2rem;
  margin: auto;
  margin-top: 90px;
  background: #4d90fe;
  margin-bottom: 0px !important;
}

/* line 205, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-submit:hover {
  background-color: #97bbf7;
}

@media (max-width: 48em) {
  /* line 204, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-submit {
    margin-top: 40px;
  }
}

/* line 208, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-regions {
  padding-left: 10px;
  border: 2px solid #E1E1E1;
  -webkit-appearance: none;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  background: white;
  padding-left: 19px;
  padding-top: 4px;
  margin-bottom: 10px;
}

/* line 210, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-arrow-down {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D8D8D8;
  pointer-events: none;
}

/* line 222, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-header {
  text-align: left;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}

@media (max-width: 20em) {
  /* line 222, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-header {
    font-size: 16px !important;
  }
}

/* line 226, app/assets/stylesheets/v4/pages/work_v2.scss */
input:-moz-read-only ~ .work-form-text {
  top: 3px;
  bottom: 10px;
  left: 11px;
  font-size: 11px;
  opacity: 1;
}
input:focus ~ .work-form-text,
input:not(:focus):valid ~ .work-form-text,
input:read-only ~ .work-form-text,
input:focus ~ .animated-form-text,
input:not(:focus):valid ~ .animated-form-text {
  top: 3px;
  bottom: 10px;
  left: 11px;
  font-size: 11px;
  opacity: 1;
}

/* line 232, app/assets/stylesheets/v4/pages/work_v2.scss */
input:focus ~ .animated-form-text,
input:not(:focus):valid ~ .animated-form-text {
  font-size: 9px;
  opacity: 1;
  top: 0;
}

/* line 236, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-text,
.animated-form-text {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  -webkit-transition: all 800ms cubic-bezier(0.755, 0, 0.075, 0.975);
  transition: all 800ms cubic-bezier(0.755, 0, 0.075, 0.975);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0, 0.075, 0.975);
  transition-timing-function: cubic-bezier(0.755, 0, 0.075, 0.975);
  /* custom */
}

/* line 249, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-mobile-br {
  display: none;
}

@media (max-width: 31em) {
  /* line 249, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-mobile-br {
    display: block !important;
  }
}

/* line 252, app/assets/stylesheets/v4/pages/work_v2.scss */
.animated-form-text {
  font-size: 14px;
  font-size: 1.4rem;
  top: 20%;
}

/* line 255, app/assets/stylesheets/v4/pages/work_v2.scss */
.animated-form-text.login-form-text {
  top: 12px;
}

/* Thank You v4 */
/* line 261, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-hero-ty-v4 {
  background-image: url(/assets/v4/pages/soothe_at_work/work-hero-v4.jpg);
  background-size: cover !important;
  height: 230px;
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -webkit-transition: all .3s ease 0;
  transition: all .3s ease 0;
}

@media (max-width: 31em) {
  /* line 261, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-form-hero-ty-v4 {
    background-position: 0 -10px;
  }
}

/* line 271, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-subheader-v4 a {
  color: #72CAC4;
}

/* line 277, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-mt-form-main-header {
  font-size: 30px;
  font-size: 3rem;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 170%;
}

@media (max-width: 31em) {
  /* line 277, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-mt-form-main-header {
    width: 85%;
    margin: auto;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 140%;
  }
}

@media (max-width: 31em) {
  /* line 279, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-mt-form-main-header .work-mt-form-main-header-sub {
    font-size: 20px !important;
  }
}

/* line 283, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-mt-form-main-subheader {
  font-size: 20px;
  font-size: 2rem;
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  line-height: 180%;
  margin-bottom: 40px;
}

/* line 284, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-mt-form-main-subheader b {
  font-family: "gotham-htf-medium", sans-serif;
}

@media (max-width: 31em) {
  /* line 283, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-mt-form-main-subheader {
    width: 85%;
    margin: auto;
    margin-bottom: 35px;
    line-height: 140%;
  }
}

/* line 288, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-mt-form-mobile-br {
  display: none;
}

@media (max-width: 31em) {
  /* line 288, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-mt-form-mobile-br {
    display: block !important;
  }
}

/* line 292, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-mt-form-disclaimer {
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding-top: 30px;
  font-size: 9px;
  line-height: 110%;
  width: 90%;
}

/* At Work */
/* line 295, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-wrapper-ad {
  width: 85%;
}

/* line 296, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-left {
  width: 60%;
  float: left;
}

@media (max-width: 48em) {
  /* line 296, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-container-left {
    width: 100%;
  }
}

/* line 299, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right {
  width: 40%;
  float: left;
  padding-bottom: 50px;
}

@media (max-width: 48em) {
  /* line 299, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-container-right {
    width: 100%;
  }
}

/* line 302, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-input-wrapper-ad {
  text-align: center;
}

/* line 303, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-none {
  display: block;
}

@media (max-width: 31em) {
  /* line 303, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value-none {
    display: none;
  }
}

@media (max-width: 31em) {
  /* line 306, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-value-last {
    margin-bottom: 60px !important;
  }
}

/* At Work V2 */
/* line 312, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-2 {
  padding-top: 20px;
}

/* line 313, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-header-2 {
  margin-bottom: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  min-height: 65px;
}

/* line 314, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-icon-2 {
  margin: auto;
  width: 60px;
  display: block;
  margin-bottom: 5px;
}

/* line 315, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-value-body-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}

/* line 316, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-2 {
  background-color: #eee;
  padding-top: 30px;
}

/* line 317, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-main-subheader {
  margin-bottom: 30px;
}

/* line 318, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-left {
  margin-bottom: 100px;
}

/* line 319, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-pubs-2 {
  display: none;
}

/* line 320, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-footer {
  clear: both;
}

/* line 325, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-instructions-wrapper {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 48em) {
  /* line 325, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-instructions-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* line 332, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-instructions-wrapper h2 {
  padding-bottom: 30px;
}

/* line 336, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-instructions-wrapper p {
  margin-bottom: 20px;
}

@media (max-width: 48em) {
  /* line 343, app/assets/stylesheets/v4/pages/work_v2.scss */
  .b2b-hide-link {
    display: none !important;
  }
}

/* At Work v4 */
/* line 348, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-v4 {
  background-color: #2a2a2a;
  margin-top: 0;
  padding-top: 13px;
}

/* line 353, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-logo-light {
  background: url(/assets/v4/pages/img/logo.svg) center center no-repeat;
}

/* line 356, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-quote-title-v4 {
  color: #fff;
}

/* line 359, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-quote-number-v4 {
  color: #72CAC4;
}

/* line 362, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-header-phone-v4 {
  background: url(/assets/v4/pages/soothe_at_work/icon_phone_green.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
}

/* line 368, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-hero-v4 {
  background-image: url(/assets/v4/pages/soothe_at_work/work-hero-v4.jpg);
  background-size: cover !important;
  height: 170px;
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 31em) {
  /* line 368, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-hero-v4 {
    background-position: 0 -20px;
  }
}

/* line 378, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 {
  background-color: #2a2a2a;
  margin-top: 40px;
  margin-right: 3%;
  width: 33%;
  float: right;
}

@media (max-width: 48em) {
  /* line 378, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-container-right-v4 {
    width: 100%;
  }
}

/* line 386, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-hero-subheader-v4 {
  padding-top: 0;
  font-size: 25px;
  font-size: 2.5rem;
}

/* line 390, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 h2, .work-row-container-right-v4 .work-form-main-subheader {
  color: #fff;
}

/* line 393, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 h2 {
  padding-bottom: 10px;
}

/* line 396, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 .work-form-main-number {
  color: #fff;
}

/* line 399, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 .work-form-main-subheader {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 403, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-right-v4 textarea, input.text, input[type="text"], input[type="submit"], .input-checkbox {
  border: solid 1px #ffffff;
  border-radius: 3px !important;
}

/* line 407, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-container-left-v4 {
  width: 64%;
}

@media (max-width: 48em) {
  /* line 407, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-container-left-v4 {
    width: 100%;
  }
}

/* line 411, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-submit-v4 {
  margin-top: 40px;
  border-radius: 3px !important;
  background-color: #72CAC4;
}

/* line 416, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-form-submit-v4:hover {
  background-color: #27938b;
}

/* line 419, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-pubs-v4 {
  display: block;
}

/* line 422, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-values-headline-v4 {
  font-size: 35px;
  margin: 40px 0;
}

/* line 426, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-values-header-img {
  width: 50%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 48em) {
  /* line 426, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-values-header-img {
    width: 80%;
  }
}

/* line 434, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-mobile {
  display: none;
}

@media (max-width: 48em) {
  /* line 434, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-mobile {
    display: block;
    margin-bottom: -10px;
    margin-top: -10px;
  }
}

/* line 438, app/assets/stylesheets/v4/pages/work_v2.scss */
.work-row-desktop {
  display: block;
}

@media (max-width: 48em) {
  /* line 438, app/assets/stylesheets/v4/pages/work_v2.scss */
  .work-row-desktop {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/events.scss */
.section-events-hero, .section-invite-friends-hero {
  background: url(/assets/v4/pages/events/events-hero-312b71a6c79d01be7ddb06ba03f4efcdebd602fe3bf69c9e054e1d69129d97d1.jpg);
  background-size: cover;
  height: 315px;
  padding: 90px 0 0;
}

@media (max-width: 30.937em) {
  /* line 1, app/assets/stylesheets/v4/pages/events.scss */
  .section-events-hero, .section-invite-friends-hero {
    background-position-y: 50%;
    height: 150px;
    padding-top: 30px;
  }
}

/* line 5, app/assets/stylesheets/v4/pages/events.scss */
.section-hero-header {
  font-size: 64px;
  font-size: 6.4rem;
  color: #fff;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 100%;
  margin-bottom: 29px;
}

@media (max-width: 30.937em) {
  /* line 5, app/assets/stylesheets/v4/pages/events.scss */
  .section-hero-header {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 3px;
  }
}

/* line 9, app/assets/stylesheets/v4/pages/events.scss */
.section-hero-subheader {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-family: "gotham-htf-medium", sans-serif;
  text-align: center;
}

@media (max-width: 48em) {
  /* line 9, app/assets/stylesheets/v4/pages/events.scss */
  .section-hero-subheader {
    margin: auto;
    width: 90%;
  }
}

@media (max-width: 30.937em) {
  /* line 9, app/assets/stylesheets/v4/pages/events.scss */
  .section-hero-subheader {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 69px;
  }
}

@media (max-width: 30.937em) {
  /* line 9, app/assets/stylesheets/v4/pages/events.scss */
  .section-hero-subheader {
    padding: 0;
  }
}

/* line 14, app/assets/stylesheets/v4/pages/events.scss */
.section-events-features {
  background: #f9f9f9;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/v4/pages/events.scss */
.section-features-list {
  margin: 57px auto 89px;
  text-align: center;
  width: 1000px;
}

@media (max-width: 63.937em) {
  /* line 16, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-list {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 86%;
  }
}

@media (max-width: 30.937em) {
  /* line 16, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-list {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px auto 0;
    width: 90%;
  }
}

/* line 21, app/assets/stylesheets/v4/pages/events.scss */
.section-features-feature {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 314px;
  padding: 65px 50px 0;
  vertical-align: top;
  width: 315px;
}

/* line 22, app/assets/stylesheets/v4/pages/events.scss */
.section-features-feature:nth-child(2) {
  margin: 0 17px;
}

@media (max-width: 63.937em) {
  /* line 22, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-feature:nth-child(2) {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    margin: 0;
    width: 33%;
  }
}

@media (max-width: 30.937em) {
  /* line 22, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-feature:nth-child(2) {
    border: none;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 63.937em) {
  /* line 21, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-feature {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 281px;
    padding: 36px 18px 0;
    width: 32%;
  }
}

@media (max-width: 30.937em) {
  /* line 21, app/assets/stylesheets/v4/pages/events.scss */
  .section-features-feature {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    height: 96px;
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
    width: 100%;
  }
}

/* line 29, app/assets/stylesheets/v4/pages/events.scss */
.event-feature-icon {
  display: inline-block;
  height: 55px;
  margin-bottom: 43px;
}

@media (max-width: 63.937em) {
  /* line 29, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-icon {
    height: 50px;
  }
}

@media (max-width: 30.937em) {
  /* line 29, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-icon {
    display: none;
  }
}

/* line 34, app/assets/stylesheets/v4/pages/events.scss */
.event-feature-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #99c0ff;
  margin-bottom: 23px;
}

@media (max-width: 63.937em) {
  /* line 34, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (max-width: 30.937em) {
  /* line 34, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-title {
    font-size: 22px;
    font-size: 2.2rem;
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    width: 50%;
  }
}

@media (max-width: 20em) {
  /* line 34, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 40, app/assets/stylesheets/v4/pages/events.scss */
.event-feature-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-light", sans-serif;
  letter-spacing: 1px;
  line-height: 140%;
}

@media (max-width: 63.937em) {
  /* line 40, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-description {
    line-height: 130%;
  }
}

@media (max-width: 30.937em) {
  /* line 40, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-description {
    overflow: hidden;
    text-align: left;
    padding: 5px;
    font-size: 1.5rem;
  }
}

@media (max-width: 20em) {
  /* line 40, app/assets/stylesheets/v4/pages/events.scss */
  .event-feature-description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 46, app/assets/stylesheets/v4/pages/events.scss */
.events-form-container {
  padding: 57px 0 23px;
}

@media (max-width: 63.937em) {
  /* line 46, app/assets/stylesheets/v4/pages/events.scss */
  .events-form-container {
    margin: 0 auto;
    padding-bottom: 85px;
    width: 90%;
  }
}

/* line 48, app/assets/stylesheets/v4/pages/events.scss */
.events-form-container input.honeypot {
  display: none;
}

/* line 50, app/assets/stylesheets/v4/pages/events.scss */
.centered-form {
  margin: 0 auto;
  width: 673px;
}

@media (max-width: 63.937em) {
  /* line 50, app/assets/stylesheets/v4/pages/events.scss */
  .centered-form {
    width: 100%;
  }
}

/* line 53, app/assets/stylesheets/v4/pages/events.scss */
.form-row, .form-row-2 {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 54, app/assets/stylesheets/v4/pages/events.scss */
.form-row .input-group, .form-row-2 .input-group {
  float: left;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}

/* line 57, app/assets/stylesheets/v4/pages/events.scss */
.form-row-2 .input-group {
  width: calc(50% - 16px);
}

/* line 58, app/assets/stylesheets/v4/pages/events.scss */
.form-row-2 .input-group:last-of-type {
  float: right;
}

/* line 63, app/assets/stylesheets/v4/pages/events.scss */
.form-label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "gotham-htf-medium", sans-serif;
  display: block;
  line-height: 100%;
  margin-bottom: 13px;
  white-space: nowrap;
}

/* line 64, app/assets/stylesheets/v4/pages/events.scss */
.form-input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "gotham-htf-book", sans-serif;
  border: 1px solid #e6e6e6;
  padding: 12px 21px;
  width: 100%;
  -webkit-appearance: none;
}

/* line 8, app/assets/stylesheets/v4/partials/../_variables.scss */
.form-input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e6e6e6;
}

/* line 11, app/assets/stylesheets/v4/partials/../_variables.scss */
.form-input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e6e6e6;
  opacity: 1;
}

/* line 15, app/assets/stylesheets/v4/partials/../_variables.scss */
.form-input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e6e6e6;
  opacity: 1;
}

/* line 19, app/assets/stylesheets/v4/partials/../_variables.scss */
.form-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e6e6e6;
}

@media (max-width: 20em) {
  /* line 64, app/assets/stylesheets/v4/pages/events.scss */
  .form-input {
    padding: 12px 15px;
  }
}

/* line 67, app/assets/stylesheets/v4/pages/events.scss */
.events-form-header {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #4a4a4a;
  line-height: 100%;
  margin-bottom: 47px;
  text-align: center;
}

/* line 68, app/assets/stylesheets/v4/pages/events.scss */
.create-event-btn {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 230px;
}

@media (min-width: 48em) {
  /* line 1, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
  .new-mobile-landing-section-hero {
    min-height: 700px;
  }
}

@media (max-width: 55.937em) {
  /* line 6, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
  .new-landing-hero-header {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

/* line 11, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.new-mobile-landing-hero-bg {
  background-image: url(/assets/v4/pages/mobile_landing_v2e/soothe-fb-hero-b720f3449b7c3f892db92b568d9981cbc6898841781f5f09fce1d190bcd8af7d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .new-mobile-landing-hero-bg {
    background-image: url(/assets/v4/pages/mobile_landing_v2e/soothe-fb-hero@2x-f132a3f148c4379e999f0235c76b6d9322bb77c86fa3f0061402aa02eab898fc.png);
    background-size: auto 100%;
  }
}

@media (min-width: 48em) {
  /* line 11, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
  .new-mobile-landing-hero-bg {
    background-image: url(/assets/v4/pages/mobile_landing_v2e/soothe-fb-hero-b720f3449b7c3f892db92b568d9981cbc6898841781f5f09fce1d190bcd8af7d.png);
  }
}

@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-resolution: 192dpi), only screen and (min-width: 48em) and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .new-mobile-landing-hero-bg {
    background-image: url(/assets/v4/pages/mobile_landing_v2e/soothe-fb-hero@2x-f132a3f148c4379e999f0235c76b6d9322bb77c86fa3f0061402aa02eab898fc.png);
    background-size: 100% auto;
  }
}

/* line 17, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-section {
  border-bottom: 1px solid #E1E1E1;
  padding: 58px 0 57px;
}

/* line 22, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-header {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4a4a4a;
  font-family: "gotham-htf-medium", sans-serif;
  margin-bottom: 45px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.offramp-header {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4a4a4a;
  font-family: "gotham-htf-medium", sans-serif;
  margin-bottom: 45px;
  text-align: center;
}

/* line 38, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-list {
  margin-bottom: 45px;
}

@media (min-width: 48em) {
  /* line 38, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
  .how-it-works-list {
    margin: 0 auto;
    width: 500px;
  }
}

/* line 45, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-item {
  margin-bottom: 33px;
  overflow: hidden;
  margin-right: 25px;
}

/* line 50, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-item-header {
  font-size: 22px;
  font-size: 2.2rem;
  color: #4a4a4a;
  font-family: "gotham-htf-medium", sans-serif;
  line-height: 130%;
}

/* line 56, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4a4a4a;
  font-family: "gotham-htf-light", sans-serif;
  line-height: 140%;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.how-it-works-image-wrapper {
  float: left;
  padding: 7px 23px 30px;
  text-align: right;
  width: 112px;
}

/* line 71, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.cta-button {
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  max-width: 260px;
  width: 85%;
}

/* line 79, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.book-with-cobfidence {
  padding: 49px 0 58px;
}

/* line 82, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.checkmarks-list {
  margin: 0 auto 60px;
  width: 250px;
}

/* line 86, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.checkmark-item {
  font-size: 29px;
  font-size: 2.9rem;
  color: #9bc1fd;
  padding-top: 4px;
  width: 100%;
}

/* line 91, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.checkmark-item:before {
  display: block;
  float: left;
  margin-right: 27px;
}

/* line 97, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.checkmarks-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4a4a4a;
  display: block;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 34px;
}

/* line 104, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.links-section {
  background: #20233A;
  padding: 45px 0 56px;
}

/* line 108, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.text-white {
  color: #fff;
}

/* line 111, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.bordered-links-list {
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}

/* line 116, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.bordered-list-item {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fff;
  line-height: 46px;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

/* line 124, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.bordered-list-item:before {
  font-size: 23px;
  font-size: 2.3rem;
  color: #9bc1fd;
  position: absolute;
  right: 20px;
  top: 0;
}

/* line 132, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.bordered-link {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 137, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.bordered-link:hover {
  color: #fff;
  text-decoration: none;
}

/* line 142, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.input-with-button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 80%;
}

/* line 151, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.input-with-button-field {
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  border: none;
  color: white;
  font-family: "gotham-htf-medium", sans-serif;
  line-height: 44px;
  padding-left: 20px;
  width: 100%;
}

/* line 161, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.input-with-button-button {
  font-size: 24px;
  font-size: 2.4rem;
  background: white;
  border: none;
  bottom: 0;
  color: #9bc1fd;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}

/* line 171, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.input-with-button-button:before {
  color: inherit;
  position: absolute;
  top: 25%;
  left: 25%;
}

/* line 180, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.section-nav-light {
  border-bottom: 2px solid #efefef;
  position: relative !important;
  height: 100px !important;
}

/* line 186, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.nav-logo-white {
  background-image: url(/assets/v4/pages/mobile_landing_v2e/header-logo-white-bd7df52b1290eb109d11e108f2fe19a4f9e69f0ae304779488b4fb8eee900a4f.png);
  font-size: 0;
  height: 39px;
  width: inherit;
  max-width: 148px;
  display: block;
  position: absolute;
  margin-left: 5%;
  margin-top: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, app/assets/stylesheets/v4/partials/_mixins.scss */
  .nav-logo-white {
    background-image: url(/assets/v4/pages/mobile_landing_v2e/header-logo-white@2x-33400b34fc8590d67a244c95f10ed87bd7941fd92728190a2aaa200d73826f73.png);
    background-size: 148px 39px;
  }
}

@media (min-width: 64em) {
  /* line 186, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
  .nav-logo-white {
    background: url(/assets/v4/pages/img/logo-dark-8324ae66f4c1e9e96530245a63015153203c80c68fa59796dad439375a6f3917.svg) no-repeat left top;
    background-size: 148px 39px;
  }
}

/* line 203, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.nav-right-white a {
  color: #474747 !important;
}

/* line 207, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.soothe-plus-nav-wrapper {
  width: 55%;
}

/* line 210, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.input-with-margin-bottom {
  margin-bottom: 15px;
}

/* line 216, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .nav-mobile__menu-icon img {
  margin-top: 18px;
}

/* line 217, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .section-nav-light {
  border-bottom: none;
}

/* line 220, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .section-login .login-submit, .section-login .mobile-landing .login-submit, .mobile-landing .section-signup .signup-submit, .section-signup .mobile-landing .signup-submit, .mobile-landing .cities-section-hero .form-select-container .book-massage, .cities-section-hero .form-select-container .mobile-landing .book-massage, .mobile-landing .section-login #sessions-fb, .section-login .mobile-landing #sessions-fb, .mobile-landing .section-signup #sessions-fb, .section-signup .mobile-landing #sessions-fb, .mobile-landing .nav-mobile__button, .mobile-landing .section-booking .form-select-container .book-massage, .section-booking .form-select-container .mobile-landing .book-massage, .mobile-landing .section-hero .form-select-container .book-massage, .section-hero .form-select-container .mobile-landing .book-massage, .mobile-landing .section-hero-home .form-select-container .book-massage, .section-hero-home .form-select-container .mobile-landing .book-massage, .mobile-landing .massage-item-link, .mobile-landing .massage-item-link-val, .mobile-landing .pricing-button, .mobile-landing .therapists-button-link, .mobile-landing .contact-submit, .mobile-landing .atwork-form-submit, .mobile-landing .work-form-submit {
  background: #4d90fe !important;
}

/* line 222, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .nav-mobile__container a {
  color: #4d90fe;
}

/* line 228, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .nav-mobile__button a {
  color: #FFFFFF;
}

/* line 233, app/assets/stylesheets/v4/pages/new_mobile_landing.scss */
.mobile-landing .nav-mobile-alt__social {
  width: 70%;
  margin-left: 10%;
  margin-top: 10%;
}

/* line 1, app/assets/stylesheets/v4/pages/friends.scss */
.invite-friends-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
}

/* line 2, app/assets/stylesheets/v4/pages/friends.scss */
.section-invite-friends-hero {
  margin-bottom: 57px;
}

/* line 3, app/assets/stylesheets/v4/pages/friends.scss */
.friends-invite-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "gotham-htf-book", sans-serif;
  margin: 0 auto 20px;
  text-align: center;
  width: 95%;
}

/* line 4, app/assets/stylesheets/v4/pages/friends.scss */
.social-friends-invite {
  padding-bottom: 75px;
}

/* line 5, app/assets/stylesheets/v4/pages/friends.scss */
.email-friends-invite {
  background: #f9f9f9;
  padding: 40px 0;
}

/* line 6, app/assets/stylesheets/v4/pages/friends.scss */
.btn-centered {
  display: block;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/v4/pages/friends.scss */
.btn-large {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 38px;
  width: 228px;
}

/* line 8, app/assets/stylesheets/v4/pages/friends.scss */
.social-share-buttons {
  padding-top: 25px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/v4/pages/friends.scss */
.firends-invite-share-social-link {
  display: inline-block;
  margin: 0 15px;
}

/* line 10, app/assets/stylesheets/v4/pages/friends.scss */
.firends-invite-share-social-link svg {
  height: 60px;
  width: 60px;
}

/* line 12, app/assets/stylesheets/v4/pages/friends.scss */
.friends-invite-form-body {
  margin-top: 42px;
  padding-bottom: 42px;
  width: 100%;
}

@media (max-width: 63.937em) {
  /* line 12, app/assets/stylesheets/v4/pages/friends.scss */
  .friends-invite-form-body {
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 20em) {
  /* line 17, app/assets/stylesheets/v4/pages/friends.scss */
  .friends-invite-form-body .input-group {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-wrapper {
  max-width: 1050px;
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
  color: #474747;
}

@media (max-width: 64em) {
  /* line 1, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-wrapper {
    width: 100%;
  }
}

@media (max-width: 31em) {
  /* line 1, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-wrapper {
    width: 100%;
  }
}

/* line 11, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-wrapper2 {
  max-width: 890px;
  margin: 0px auto;
  color: #474747;
}

@media (max-width: 64em) {
  /* line 11, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-wrapper2 {
    width: 33%;
  }
}

@media (max-width: 31em) {
  /* line 11, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-wrapper2 {
    width: 100%;
  }
}

/* line 38, app/assets/stylesheets/v4/pages/apply.scss */
section.therapist-apply-content {
  background: #39455E;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/v4/pages/apply.scss */
#applicant_mobile_number {
  width: 290px;
  padding-left: 45px;
  padding-bottom: 10px;
}

/* line 41, app/assets/stylesheets/v4/pages/apply.scss */
#applicant_mobile_number:focus {
  outline: none !important;
}

/* line 43, app/assets/stylesheets/v4/pages/apply.scss */
.section-apply-hero {
  background: url(/assets/v4/pages/apply/apply-hero-8668e33599216b625eca217416661c77aaad3d0f5a58c8a37e62b924f299ed2d.jpg);
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position-x: 80%;
}

/* line 46, app/assets/stylesheets/v4/pages/apply.scss */
.section-apply-hero .refresh-hero-overlay {
  background-image: linear-gradient(7deg, #6C778E 0%, rgba(108, 119, 142, 0.49) 0%, #39455F 97%, #1C212F 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: 0;
  height: 350px;
}

@media (max-width: 64em) {
  /* line 46, app/assets/stylesheets/v4/pages/apply.scss */
  .section-apply-hero .refresh-hero-overlay {
    height: 250px;
  }
}

@media (max-width: 64em) {
  /* line 43, app/assets/stylesheets/v4/pages/apply.scss */
  .section-apply-hero {
    height: 250px;
  }
}

/* line 60, app/assets/stylesheets/v4/pages/apply.scss */
.section-apply-hero .apply-title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "gotham-htf-medium", sans-serif;
  color: #ffffff;
  line-height: 300px;
  font-weight: 600;
}

@media (max-width: 31em) {
  /* line 60, app/assets/stylesheets/v4/pages/apply.scss */
  .section-apply-hero .apply-title {
    width: 100%;
    line-height: 50px;
    padding-top: 90px;
  }
}

/* line 65, app/assets/stylesheets/v4/pages/apply.scss */
a {
  font-family: "gotham-htf-book", sans-serif;
}

/* line 67, app/assets/stylesheets/v4/pages/apply.scss */
.form-titles {
  text-align: left;
  font-size: 28px;
}

/* line 69, app/assets/stylesheets/v4/pages/apply.scss */
.uploadcare-widget-button {
  font-size: 14px;
}

/* line 70, app/assets/stylesheets/v4/pages/apply.scss */
.uploadcare-widget {
  float: right;
}

/* line 72, app/assets/stylesheets/v4/pages/apply.scss */
.zip-form {
  width: 107px;
  float: right;
  margin-left: 3px;
}

/* line 78, app/assets/stylesheets/v4/pages/apply.scss */
.qualifications {
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/v4/pages/apply.scss */
.qualifications-header {
  line-height: 120%;
  padding-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  line-height: 55px;
  color: #CFDEFF;
}

/* line 91, app/assets/stylesheets/v4/pages/apply.scss */
.qualifications-header br.mobile {
  display: none;
}

/* line 94, app/assets/stylesheets/v4/pages/apply.scss */
.qualifications-info {
  font-family: "gotham-htf-book", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 20px;
  color: #F9F9F9;
  letter-spacing: 3px;
}

@media (max-width: 64em) {
  /* line 94, app/assets/stylesheets/v4/pages/apply.scss */
  .qualifications-info {
    padding: 0 10px;
  }
  /* line 104, app/assets/stylesheets/v4/pages/apply.scss */
  .qualifications-info .mobile-display {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/v4/pages/apply.scss */
.benefit-items {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  height: 150px;
  color: #F9F9F9;
}

/* line 118, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box {
  border-radius: 4px;
  width: 100%;
  overflow: overlay;
}

/* line 122, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .encourage-side {
  float: left;
  width: 50%;
}

@media (max-width: 64em) {
  /* line 122, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .encourage-side {
    float: none;
    width: 100%;
  }
}

@media (max-width: 31em) {
  /* line 122, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .encourage-side {
    float: none;
    width: 100%;
  }
}

/* line 129, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side {
  float: left;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 64em) {
  /* line 129, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .form-side {
    width: 100%;
  }
}

@media (max-width: 31em) {
  /* line 129, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .form-side {
    width: 100;
    float: none;
  }
}

/* line 138, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits {
  background: url(/assets/pages/therapist_apply/soothe_girl-9c3b9fd2d7fb7db7200d438c7ef743f54263cd1903b2f58cca715a208949e6b2.png) no-repeat;
  height: 440px;
  margin-left: 60px;
  margin-top: 48px;
  position: relative;
  color: #F9F9F9;
}

@media (max-width: 64em) {
  /* line 138, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .show-benefits {
    margin-left: -10px;
  }
}

@media (max-width: 31em) {
  /* line 138, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .show-benefits {
    margin-left: 30px;
  }
}

/* line 147, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits p {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 20px;
  color: #F9F9F9;
  text-align: left;
  margin: 0;
  line-height: 45px;
  word-spacing: 1px;
}

/* line 156, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul {
  position: absolute;
  max-width: 405px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (max-width: 64em) {
  /* line 156, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .show-benefits ul {
    max-width: 319px;
  }
}

/* line 163, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li .checked {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  width: 50px;
  height: 50px;
}

/* line 170, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li .title {
  width: 223px;
  height: 47px;
}

/* line 175, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li.earn-more .checked.hours {
  background: url(/assets/pages/therapist_apply/flexible-hours-b53a64dac01daeade4916f572153d6c12edde3870bd9c076b3ed6608f3a9342d.png) no-repeat;
  background-size: initial;
  background-position: center;
}

/* line 177, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li.work-anytime {
  padding-top: 20px !important;
}

/* line 179, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li.work-anytime .checked.earn {
  background: url(/assets/pages/therapist_apply/high-earning-9831ef949fe5666857043affa255df4b6a0fbba7b7ff74826a285c13bed9cdff.png) no-repeat;
  background-size: initial;
  background-position: center;
}

/* line 181, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li.stay-safe {
  padding-top: 20px !important;
}

/* line 183, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .show-benefits ul li.stay-safe .checked.support {
  background: url(/assets/pages/therapist_apply/support-team-8553aa0023c05e8da53330985802c29e2572c801e895c466fafb600cfcaf3563.png) no-repeat;
  background-size: initial;
  background-position: center;
}

/* line 189, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .encourage-text {
  margin-top: 20px;
  text-align: center;
}

/* line 195, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side {
  margin-top: 15px;
  text-align: center;
}

/* line 199, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side h1 {
  color: #464647;
  padding-top: 15px;
  margin-bottom: 18px;
}

/* line 204, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side span {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 12px;
}

/* line 207, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side span.error {
  color: red;
  display: inline-block;
}

/* line 212, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side span.qualifications:before {
  content: '\002022\a0';
}

/* line 215, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side span.qualifications {
  color: #585859;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
}

/* line 220, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form {
  margin: 0 auto;
  width: 290px;
  background-color: #fff;
  padding-bottom: 10px;
}

/* line 225, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 16px 0 7px 10px;
  margin-bottom: 4px;
}

/* line 232, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form input input::-webkit-input-placeholder {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
  color: #464647;
}
.apply-box .form-side .therapist-apply-form input input::-moz-placeholder {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
  color: #464647;
}
.apply-box .form-side .therapist-apply-form input input:-ms-input-placeholder {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
  color: #464647;
}
.apply-box .form-side .therapist-apply-form input input::-ms-input-placeholder {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
  color: #464647;
}
.apply-box .form-side .therapist-apply-form input input::placeholder {
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
  color: #464647;
}

/* line 237, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form input:focus {
  border: 2px solid #72CAC4;
  outline: none;
}

/* line 241, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form input.apply-btn {
  width: 290px;
  padding: 0;
  font-weight: bolder;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #72CAC4;
  border: none;
  margin-top: 23px;
  margin-left: 2px;
}

/* line 252, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form input.apply-btn:hover {
  background-color: #66b9b3;
}

/* line 259, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .gender-select,
.apply-box .form-side .therapist-apply-form .how-hear-about-us {
  position: relative;
  padding-bottom: 4px;
}

/* line 263, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .gender-select .custom-select,
.apply-box .form-side .therapist-apply-form .how-hear-about-us .custom-select {
  width: 100%;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}

/* line 269, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .gender-select select,
.apply-box .form-side .therapist-apply-form .how-hear-about-us select {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 0 7px 10px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
}

/* line 281, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .gender-select select:focus,
.apply-box .form-side .therapist-apply-form .how-hear-about-us select:focus {
  border: 2px solid #72CAC4;
  outline: none;
}

/* line 286, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .gender-select .arrow-down,
.apply-box .form-side .therapist-apply-form .how-hear-about-us .arrow-down {
  position: absolute;
  top: 20px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #D8D8D8;
  pointer-events: none;
}

/* line 298, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .intl-tel-input {
  margin-bottom: 4px;
}

/* line 301, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group {
  position: relative;
}

/* line 303, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group .custom-select {
  width: 179px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}

/* line 309, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group .animated-form-input-wrapper {
  float: right;
  padding-top: 15px;
  width: 107px;
}

/* line 314, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group .field_with_errors {
  display: inline-block;
}

/* line 317, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group select {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 0 7px 10px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  font-family: "gotham-htf-light", sans-serif;
  font-size: 11px;
}

/* line 331, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group input {
  margin-top: -15px;
  width: 107px;
  float: right;
  margin-left: 3px;
}

/* line 337, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form .custom-form-group .arrow-down {
  position: absolute;
  top: 20px;
  left: 156px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #D8D8D8;
  pointer-events: none;
}

/* line 349, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .therapist-apply-form p {
  color: #585859;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 14px;
}

/* line 355, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .feedback-info {
  width: 240px;
  margin: 32px auto 0 auto;
}

/* line 358, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .form-side .feedback-info p {
  color: #464647;
  font-family: "gotham-htf-book", sans-serif;
  font-size: 11px;
}

/* line 365, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .thanks {
  margin: 0 auto;
  padding: 20px 0 100px 0;
  text-align: center;
  line-height: 47px;
}

@media (max-width: 64em) {
  /* line 365, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .thanks {
    padding: 20px 0 80px 0;
  }
}

/* line 371, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .thanks img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64em) {
  /* line 371, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-box .thanks img {
    width: 80px;
    height: 80px;
  }
}

/* line 377, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .thanks h1 {
  margin-top: 40px;
  font-family: "gotham-htf-light", sans-serif;
  font-size: 38px;
  letter-spacing: 0px;
  color: #F9F9F9;
}

/* line 384, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .thanks p {
  text-align: center;
  font-family: "gotham-htf-light", sans-serif;
  font-size: 20px;
  margin-top: 16px;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}

/* line 394, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details {
  clear: both;
  padding-bottom: 20px;
  color: #F9F9F9;
}

/* line 398, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details li {
  display: inline-block;
  vertical-align: top;
  min-height: 217px;
  margin: 15px 20px;
}

/* line 403, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details li.benefits-earn-more {
  background-position: 77px 0;
  width: 250px;
}

/* line 410, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details li.benefits-work-anytime {
  width: 250px;
  background-position: 75px 0;
}

/* line 417, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details li.benefits-stay-safe {
  background-position: 75px 0;
  width: 250px;
  position: relative;
}

/* line 423, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details li.benefits-stay-safe .expandable-img {
  position: absolute;
  width: 84px;
  height: 108px;
  top: 0px;
  left: 84px;
}

/* line 436, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details h2 {
  padding-top: 108px;
}

/* line 439, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details p {
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

/* line 446, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-details p.benefits-earn-more-text {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 453, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-list {
  list-style: none;
  text-align: center;
}

@media (max-width: 64em) {
  /* line 453, app/assets/stylesheets/v4/pages/apply.scss */
  .benefits-list {
    width: 33%;
    margin: 0 auto;
  }
}

@media (max-width: 31em) {
  /* line 453, app/assets/stylesheets/v4/pages/apply.scss */
  .benefits-list {
    width: 100%;
  }
}

/* line 460, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials {
  background-color: #f9f9f9;
  min-height: 452px;
}

@media (max-width: 56em) {
  /* line 460, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-testimonials {
    width: 100%;
  }
}

/* line 464, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials ul {
  list-style: none;
  text-align: center;
  padding-top: 30px;
}

/* line 470, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials li {
  display: inline-block;
  vertical-align: top;
  min-height: 210px;
  width: 33%;
}

@media (max-width: 1024px) {
  /* line 470, app/assets/stylesheets/v4/pages/apply.scss */
  .therapist-apply-testimonials li {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* line 476, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials li.first-person {
  background: url(/assets/pages/therapist_apply/person1-db4aeabd7a39dda7a1b5384f6f31e25d9f2c64be3e52adbbf5d31d7a3abcd0bf.png) no-repeat;
  background-position: 60px 0;
  width: 199px;
}

/* line 483, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials li.second-person {
  background: url(/assets/pages/therapist_apply/person2-55640ffb2841b8c0df4f3a3cceb80fb6fa1e96836d59c46b244a1493e942af3d.png) no-repeat;
  background-position: 60px 0;
  width: 197px;
  margin: 0 40px;
}

/* line 491, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials li.third-person {
  background: url(/assets/pages/therapist_apply/person3-295515f1d6998469cf3923014e4780f8acde3bba69dc124c8640a2ec577ff17f.png) no-repeat;
  background-position: 60px 0;
  width: 199px;
}

/* line 499, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials p {
  font-family: "gotham-htf-light", sans-serif;
  line-height: 25px;
  padding-top: 110px;
}

/* line 503, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials p.statement {
  font-size: 11px;
  font-style: italic;
  min-height: 250px;
}

/* line 508, app/assets/stylesheets/v4/pages/apply.scss */
.therapist-apply-testimonials p.author {
  font-family: "gotham-htf-light", sans-serif;
  font-size: 16px;
  padding: 0;
  margin-top: 10px;
}

/* line 517, app/assets/stylesheets/v4/pages/apply.scss */
.testimonial-header {
  font-size: 38px;
  font-weight: bolder;
  padding-top: 18px;
  font-family: "gotham-htf-book", sans-serif;
  line-height: 130%;
}

/* line 527, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox div {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/sessions/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 531, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox .icheckbox_square {
  background-position: 0 0;
}

/* line 532, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox .icheckbox_square.hover {
  background-position: -20px 0;
}

/* line 533, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox .icheckbox_square.checked {
  background-position: -40px 0;
}

/* line 534, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox .icheckbox_square.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 535, app/assets/stylesheets/v4/pages/apply.scss */
.apply-checkbox .icheckbox_square.checked.disabled {
  background-position: -80px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 540, app/assets/stylesheets/v4/pages/apply.scss */
  .apply-checkbox .icheckbox_square {
    background-image: url(/sessions/minimal@2x.png);
    background-size: 200px 20px;
  }
}

/* line 543, app/assets/stylesheets/v4/pages/apply.scss */
.uploadcare-widget-button-open {
  background-color: #72CAC4;
  border: 1px solid #d9d9d9;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0px;
}

/* line 550, app/assets/stylesheets/v4/pages/apply.scss */
.uploadcare-widget-button-open:hover {
  background-color: #66b9b3;
  border: 1px solid #d9d9d9;
  color: #FFFFFF;
}

/* line 559, app/assets/stylesheets/v4/pages/apply.scss */
.testimonial-videos {
  display: block;
  width: 100%;
}

/* line 561, app/assets/stylesheets/v4/pages/apply.scss */
.testimonial-video {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

@media (max-width: 64em) {
  /* line 561, app/assets/stylesheets/v4/pages/apply.scss */
  .testimonial-video {
    width: 90%;
    float: none;
  }
}

/* line 564, app/assets/stylesheets/v4/pages/apply.scss */
.testimonial-video iframe {
  margin: auto;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

@media (max-width: 64em) {
  /* line 564, app/assets/stylesheets/v4/pages/apply.scss */
  .testimonial-video iframe {
    height: 180px;
  }
}

/* line 567, app/assets/stylesheets/v4/pages/apply.scss */
.testimonial-video.vid-pad {
  padding-top: 25px;
}

/* line 569, app/assets/stylesheets/v4/pages/apply.scss */
.show-benefits {
  background: none !important;
  margin-top: 15px !important;
  height: inherit !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
}

/* line 571, app/assets/stylesheets/v4/pages/apply.scss */
.show-benefits ul {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}

/* line 573, app/assets/stylesheets/v4/pages/apply.scss */
.apply-box .title {
  width: initial !important;
}

/* line 575, app/assets/stylesheets/v4/pages/apply.scss */
.benefits-title {
  max-width: 319px;
  text-align: left !important;
  margin: 0 auto;
  font-family: "gotham-htf-medium", sans-serif;
  font-size: 17px;
  padding-bottom: 10px;
}

/* line 577, app/assets/stylesheets/v4/pages/apply.scss */
.encourage-title {
  text-align: center;
  margin-top: 3.5%;
  font-size: 18px;
  font-family: "gotham-htf-medium", sans-serif;
}

/* line 579, app/assets/stylesheets/v4/pages/apply.scss */
.form-title {
  text-align: center;
  font-size: 18px;
  font-family: "gotham-htf-medium", sans-serif;
  padding-bottom: 10px;
}

/* line 581, app/assets/stylesheets/v4/pages/apply.scss */
#applicant_certification {
  padding: 13px 0 11px 13px !important;
}

/* line 583, app/assets/stylesheets/v4/pages/apply.scss */
.bslash {
  color: #72CAC4;
}

/* line 585, app/assets/stylesheets/v4/pages/apply.scss */
.form-container {
  width: 350px;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: white;
  margin: 0 auto;
}

/* line 3, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login, .section-signup {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-wrapper, .section-signup .signup-wrapper {
  width: 360px;
  margin: auto;
  min-height: 100%;
  text-align: center;
}

/* line 5, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-logo, .section-signup .signup-logo {
  background: url(/img/logo-dark.svg) center center no-repeat;
  font-size: 0;
  height: 55px;
  width: inherit;
  max-width: 250px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: 80%;
}

/* line 6, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-facebook:hover, .section-signup .signup-facebook:hover {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login #sessions-fb, .section-signup #sessions-fb {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 20px;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login #sessions-fb:hover, .section-signup #sessions-fb:hover {
  background-color: rgba(59, 89, 152, 0.2);
}

/* line 10, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login #sessions-or, .section-signup #sessions-or {
  width: 100%;
  border-top: 1px solid #ccc;
}

/* line 11, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login #sessions-or em, .section-signup #sessions-or em {
  display: inline-block;
  padding: 0;
  background: white;
  font-size: 16px;
  font-size: 1.6rem;
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
  top: -13px;
  position: relative;
}

/* line 13, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-mobile-text, .section-login .login-password-text, .section-login .login-email-text, .section-login .login-lastname-text, .section-login .login-firstname-text, .section-signup .signup-mobile-text, .section-signup .signup-password-text, .section-signup .signup-email-text, .section-signup .signup-lastname-text, .section-signup .signup-firstname-text {
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 1%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 19, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-submit, .section-signup .signup-submit, .atwork-form-submit, .work-form-submit {
  width: 100%;
  cursor: pointer;
  padding: 15px 20px;
  font-family: "gotham-htf-medium", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media (max-width: 31em) {
  /* line 19, app/assets/stylesheets/v4/pages/sessions.scss */
  .section-login .login-submit, .section-signup .signup-submit, .atwork-form-submit, .work-form-submit {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    height: 60px;
    z-index: 9999;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none;
  }
}

/* line 22, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-link, .section-signup .signup-link {
  font-family: "gotham-htf-book", sans-serif;
  margin-bottom: 10px;
  color: #474747;
}

/* line 23, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-forgot, .section-signup .signup-forgot {
  margin-bottom: 50px;
}

/* line 24, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-forgot a, .section-signup .signup-forgot a {
  font-family: "gotham-htf-medium", sans-serif;
  color: #72CAC4;
}

/* line 26, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-term-text, .section-signup .signup-terms {
  width: 100%;
  margin: auto;
  font-size: 14px;
  letter-spacing: .44px;
  line-height: 164%;
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-term-link, .section-signup .signup-terms-link {
  color: #72CAC4;
}

/* line 28, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-switch, .section-signup .signup-switch {
  color: #72CAC4;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-footer {
  position: relative;
  margin-top: 40px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-footer-text {
  width: 290px;
  margin: auto;
  font-size: 14px;
  letter-spacing: .44px;
  line-height: 164%;
}

/* line 31, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-footer-link {
  color: #72CAC4;
}

/* line 32, app/assets/stylesheets/v4/pages/sessions.scss */
.section-login .login-footer-fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin-bottom: 40px;
}

@media (max-width: 31em) {
  /* line 32, app/assets/stylesheets/v4/pages/sessions.scss */
  .section-login .login-footer-fixed {
    position: relative !important;
    margin-top: 40px !important;
    width: 100% !important;
  }
}

@media (max-width: 31em) {
  /* line 6, app/assets/stylesheets/v4/pages/sessions/signup.scss */
  .section-signup .signup-wrapper {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
  }
}

/* line 14, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-firstname-text {
  padding-left: 0 !important;
}

/* line 15, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-firstname {
  width: 98.8%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 16, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-lastname-text {
  padding-left: 2% !important;
}

/* line 17, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-lastname {
  width: 98.8%;
  float: right;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 19, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-email {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 21, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-password {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 23, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .intl-tel-input {
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup #user_mobile_number {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 40px;
}

/* line 32, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-terms {
  float: left;
  /*@include breakpoint($phone-large-lte) {  width: 85% !important;  }*/
}

/* line 36, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .form-error {
  border: medium solid red !important;
}

/* line 37, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .form-error:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .iCheck-helper.form-error {
  opacity: 1 !important;
  border-radius: 3px;
}

/* line 42, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox {
  float: left;
  margin-left: 6%;
  margin-right: 2.5%;
  margin-top: 1%;
}

/* line 44, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox div {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/sessions/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox input {
  display: none;
}

/* line 48, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox .icheckbox_square {
  background-position: 0 0;
}

/* line 49, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox .icheckbox_square.hover {
  background-position: -20px 0;
}

/* line 50, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox .icheckbox_square.checked {
  background-position: -40px 0;
}

/* line 51, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox .icheckbox_square.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 52, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.section-signup .signup-checkbox .icheckbox_square.checked.disabled {
  background-position: -80px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 57, app/assets/stylesheets/v4/pages/sessions/signup.scss */
  .section-signup .signup-checkbox .icheckbox_square {
    background-image: url(/sessions/minimal@2x.png);
    background-size: 200px 20px;
  }
}

/* line 62, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-section-signup {
  background-color: #f9f9f9 !important;
}

/* line 63, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-signup-wrapper {
  width: 460px !important;
}

@media (max-width: 31em) {
  /* line 63, app/assets/stylesheets/v4/pages/sessions/signup.scss */
  .new-signup-wrapper {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* line 66, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-sessions-fb {
  height: 47px;
  font-size: 17px !important;
  padding: 10px 0 !important;
}

/* line 67, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-sessions-or {
  margin-top: 30px !important;
}

/* line 68, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-sessions-or em {
  background-color: #f9f9f9 !important;
  padding: 0 10px !important;
}

/* line 69, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-input {
  -webkit-appearance: none;
  width: 461px;
  height: 60px;
  font-family: "Gotham SSm A", "Gotham SSm B", "gotham-htf-book", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  border: 1px !important;
  -webkit-box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.1);
  color: #474747;
  font-weight: bold;
  height: 50px !important;
}

/* line 70, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-input:focus {
  -webkit-box-shadow: 0 0 0 2px #3D7DCD !important;
          box-shadow: 0 0 0 2px #3D7DCD !important;
}

/* line 71, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.flag-dropdown {
  height: 55px !important;
}

/* line 72, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-signup-terms {
  font-size: 12px !important;
  padding: 10px 0 20px 0 !important;
  margin: 0 auto;
}

@media (max-width: 31em) {
  /* line 72, app/assets/stylesheets/v4/pages/sessions/signup.scss */
  .new-signup-terms {
    width: 100% !important;
  }
}

/* line 75, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-signup-link, .new-signup-forgot {
  font-size: 12px !important;
}

/* line 76, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-signup-terms a, .new-signup-link a, .new-signup-forgot a {
  color: #3D7DCD !important;
  font-weight: bold !important;
}

/* line 77, app/assets/stylesheets/v4/pages/sessions/signup.scss */
.new-signup-submit {
  background-color: #3D7DCD !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

/* line 1, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .login-mobile-text, .section-login .login-password-text, .section-login .login-email-text, .section-login .login-lastname-text, .section-login .login-firstname-text, .section-signup .signup-firstname-text, .section-signup .signup-lastname-text, .section-signup .signup-email-text, .section-signup .signup-password-text, .section-signup .signup-mobile-text {
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 1%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #474747;
  font-family: "gotham-htf-book", sans-serif;
}

/* line 16, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .login-firstname {
  width: 48.8%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 40px;
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .login-lastname {
  width: 48.8%;
  float: right;
  border: 2px solid #E1E1E1;
  height: 40px;
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .login-email {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 22, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .login-password {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
}

/* line 24, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login .intl-tel-input {
  margin-bottom: 10px;
}

/* line 26, app/assets/stylesheets/v4/pages/sessions/login.scss */
.section-login #user_mobile_number {
  width: 100%;
  float: left;
  border: 2px solid #E1E1E1;
  height: 40px;
}

@media (max-width: 31em) {
  /* line 35, app/assets/stylesheets/v4/pages/sessions/login.scss */
  .section-login .login-footer-text {
    margin-bottom: 100px;
  }
}

@media (max-width: 31em) {
  /* line 42, app/assets/stylesheets/v4/pages/sessions/login.scss */
  .login-wrapper {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* line 46, app/assets/stylesheets/v4/pages/sessions/login.scss */
.form-error {
  border: medium solid red !important;
}

/* line 47, app/assets/stylesheets/v4/pages/sessions/login.scss */
.form-error:focus {
  outline: none;
}

/* new */
/* line 51, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-section-login {
  background-color: #f9f9f9 !important;
}

/* line 52, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-login-wrapper {
  width: 460px !important;
}

@media (max-width: 31em) {
  /* line 52, app/assets/stylesheets/v4/pages/sessions/login.scss */
  .new-login-wrapper {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* line 55, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-sessions-fb {
  height: 47px;
  font-size: 17px !important;
  padding: 10px 0 !important;
}

/* line 56, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-sessions-fb:hover {
  background-color: #3B5998 !important;
}

/* line 57, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-sessions-or {
  margin-top: 30px !important;
}

/* line 58, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-sessions-or em {
  background-color: #f9f9f9 !important;
  padding: 0 10px !important;
}

/* line 59, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-input {
  -webkit-appearance: none;
  width: 461px;
  height: 60px;
  font-family: "Gotham SSm A", "Gotham SSm B", "gotham-htf-book", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  border: 1px !important;
  -webkit-box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.1);
  color: #474747;
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-input:focus {
  -webkit-box-shadow: 0 0 0 2px #3D7DCD !important;
          box-shadow: 0 0 0 2px #3D7DCD !important;
}

/* line 61, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-form-text {
  font-weight: bold;
  font-size: 16px;
}

/* line 62, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-form-text:focus {
  font-size: 11px !important;
}

/* line 63, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-login-forgot {
  text-align: right !important;
  margin-bottom: 20px !important;
}

/* line 64, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-login-forgot a, .new-login-link a {
  color: #3D7DCD !important;
  font-size: 14px !important;
}

/* line 65, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-login-submit {
  background-color: #3D7DCD !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

/* line 66, app/assets/stylesheets/v4/pages/sessions/login.scss */
.new-login-link {
  display: block;
  padding: 10px 0 50px 0;
}

/* line 68, app/assets/stylesheets/v4/pages/sessions/login.scss */
.login-footer-text-links {
  width: 300px;
}

@media (max-width: 31em) {
  /* line 1, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .download-header {
    font-size: 3rem;
  }
}

/* line 4, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-description {
  background: #fff;
  padding: 100px 200px;
}

@media (max-width: 56em) {
  /* line 4, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-description {
    padding: 50px 40px;
    text-align: center;
  }
}

/* line 9, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.description-header {
  color: #39455E;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 31em) {
  /* line 9, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .description-header {
    font-size: 24px;
  }
}

/* line 17, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.description-paragraph {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2C3239;
}

@media (max-width: 31em) {
  /* line 17, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .description-paragraph {
    font-size: 14px;
  }
}

/* line 26, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages {
  padding: 4em 0 0em;
  border-bottom: 2px solid #efefef;
  margin-bottom: -1.5em;
  background: #EDEDED;
}

/* line 28, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages-container {
  padding-bottom: 60px;
}

/* line 30, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages-header {
  color: #39455E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: -30px;
}

@media (max-width: 56em) {
  /* line 30, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-header {
    font-size: 20px;
    width: 85%;
    margin: 0 auto -70px auto;
  }
}

/* line 41, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages-item {
  width: 50%;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 56em) {
  /* line 42, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-item:nth-of-type(3) {
    clear: left;
  }
}

@media (max-width: 56em) {
  /* line 43, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-item:nth-of-type(5) {
    clear: left;
  }
}

@media (max-width: 31em) {
  /* line 41, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-item {
    width: 90% !important;
    margin-left: 5% !important;
  }
}

/* line 47, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages-items {
  padding-top: 50px;
}

/* line 49, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massages-description {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #5F6368;
  padding-top: 15px;
  min-height: 90px;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 56em) {
  /* line 49, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-description {
    padding-left: 0;
    padding-right: 0;
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 48em) {
  /* line 49, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-description {
    min-height: 140px;
  }
}

@media (max-width: 31em) {
  /* line 49, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massages-description {
    min-height: inherit !important;
    font-size: 13px;
    width: 100%;
  }
}

/* line 65, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-massage-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2C3239;
}

@media (max-width: 56em) {
  /* line 65, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-massage-title {
    font-size: 20px;
    margin-top: 30px;
    font-size: 22px;
  }
}

/* line 74, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-section-hero {
  color: white;
  min-height: 500px;
  text-align: center;
}

@media (max-width: 56em) {
  /* line 74, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-section-hero {
    min-height: 500px;
  }
}

/* line 79, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-hero-background {
  background-size: cover;
  background-image: url(/home/hero/hero3.jpg);
  width: 1440px;
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 66%;
}

@media (max-width: 48em) {
  /* line 79, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hero-background {
    height: 700px;
    background-position-x: 50%;
    top: -50px;
  }
}

/* line 84, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-hero-header {
  font-size: 60px;
  margin-bottom: 35px;
  color: #FFFFFF;
  padding-top: 185px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 56em) {
  /* line 84, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hero-header {
    width: 80%;
    margin: auto;
    margin-bottom: 2.0rem;
    padding-top: 140px;
    line-height: 108%;
  }
}

@media (max-width: 31em) {
  /* line 84, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hero-header {
    font-size: 32px;
    padding-top: 110px;
  }
}

@media (max-width: 20em) {
  /* line 84, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hero-header {
    padding-top: 90px;
    font-size: 28px;
  }
}

/* line 90, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-hero-subheader {
  color: #fff;
  font-size: 36px;
  margin-bottom: 75px;
}

@media (max-width: 31em) {
  /* line 90, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hero-subheader {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

/* line 94, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-hero-button {
  padding: 20px 30px;
  background-color: #4d90fe;
  color: white;
  text-shadow: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 24px;
  margin-top: 25px;
  border-radius: 6px;
}

/* line 96, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing {
  padding: 4em 0;
  border-bottom: 2px solid #efefef;
}

/* line 98, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-container {
  float: left;
  width: 50%;
}

@media (max-width: 56em) {
  /* line 98, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-container {
    float: none;
    width: 100%;
  }
}

/* line 102, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-header {
  text-align: center;
  margin-bottom: 60px;
  font-size: 42px;
  margin-top: 20px;
}

@media (max-width: 56em) {
  /* line 102, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-header {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

/* line 106, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-card {
  border-radius: 3px;
  text-align: center;
  border-radius: 6px;
  color: #121212;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
  width: 33%;
}

@media (max-width: 31em) {
  /* line 106, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-card {
    margin-bottom: 30px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 109, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-top {
  margin-bottom: 15px;
}

/* line 110, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-title {
  margin-top: 0;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  color: #4E4D4D;
}

@media (max-width: 31em) {
  /* line 110, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-title {
    font-size: 25px;
    font-weight: 100;
    color: #474747 !important;
    width: 50%;
    margin: auto;
  }
}

/* line 113, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-small {
  display: block;
  font-size: 2.8rem;
  font-weight: 100;
  color: #474747;
}

@media (max-width: 31em) {
  /* line 113, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-small {
    font-size: 2.0rem;
    margin-top: 5px;
  }
}

/* line 117, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-card-border {
  border-right: 1px solid #efefef;
}

@media (max-width: 31em) {
  /* line 117, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-card-border {
    border-right: none;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
  }
}

@media (max-width: 31em) {
  /* line 121, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-card-border-last {
    border-right: none;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
  }
}

/* line 125, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-price {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: #555;
  margin-bottom: 40px;
}

@media (max-width: 31em) {
  /* line 125, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-price {
    line-height: 100%;
    font-size: 25px;
    color: #99c0ff;
    margin-top: 20px;
  }
}

/* line 129, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-map {
  float: left;
  overflow: hidden;
  width: 50%;
  max-width: 500px;
  max-height: 500px;
}

@media (max-width: 56em) {
  /* line 129, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-map {
    display: none;
  }
}

/* line 131, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-map img {
  width: 100%;
}

/* line 134, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-pricing-button {
  background-color: #4d90fe;
  color: white;
  text-shadow: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 20px 30px;
  border-radius: 8px;
  font-size: 20px;
}

@media (max-width: 31em) {
  /* line 134, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-button {
    width: 100%;
    color: white;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    color: white;
    text-align: center;
  }
  /* line 136, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-button a {
    color: white !important;
  }
  /* line 137, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-pricing-button a:hover {
    text-decoration: none;
  }
}

/* line 140, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-button-container {
  text-align: center;
  clear: both;
}

/* line 142, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists {
  padding: 70px 0;
  border-bottom: 2px solid #efefef;
  background: #EDEDED;
}

/* line 146, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-header {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #39455E;
}

@media (max-width: 56em) {
  /* line 146, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-header {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 31em) {
  /* line 146, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-header {
    width: 100%;
  }
}

/* line 164, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-subheader {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2C3239;
}

@media (max-width: 56em) {
  /* line 164, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-subheader {
    width: 86%;
    margin: auto;
    margin-bottom: 60px;
    font-size: 14px;
  }
}

@media (max-width: 56em) {
  /* line 174, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-items {
    margin: auto;
  }
}

/* line 177, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-item {
  width: 29%;
}

@media (max-width: 56em) {
  /* line 177, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-item {
    width: 40%;
  }
  /* line 179, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-item:nth-of-type(1) {
    margin-left: 10%;
  }
  /* line 180, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-item:nth-of-type(3) {
    margin-top: 100px;
    margin-left: 30%;
  }
}

@media (max-width: 31em) {
  /* line 177, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 20em) {
  /* line 177, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-item {
    margin-bottom: 60px !important;
  }
}

/* line 186, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.therapist-left {
  margin-left: 6.5%;
}

/* line 188, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-headshot {
  width: 45%;
  border-radius: 0px;
  margin: 20px 28% 40px;
  display: inline-block;
  vertical-align: middle;
  border-color: #efefef;
}

@media (max-width: 56em) {
  /* line 188, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-headshot {
    margin-bottom: 10px;
  }
}

@media (max-width: 31em) {
  /* line 188, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-headshot {
    margin: auto;
    margin-top: 10%;
    display: block;
  }
}

/* line 193, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-description {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 31em) {
  /* line 193, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-therapists-description {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
  }
}

/* line 207, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-therapists-name {
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-work {
  background-color: #F9F9F9;
  padding: 100px 150px;
}

@media (max-width: 56em) {
  /* line 209, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-work {
    padding: 50px 40px;
    text-align: center;
  }
}

/* line 213, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-work-link {
  color: #4d90fe;
  font-size: 22px;
  font-weight: bold;
}

/* line 215, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-work-img {
  width: 50%;
  margin-top: 30px;
  margin-left: 20%;
}

@media (max-width: 56em) {
  /* line 215, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-work-img {
    display: none;
  }
}

/* line 220, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.testimonials-item-three {
  display: inline-block;
  width: 33%;
}

@media (max-width: 31em) {
  /* line 220, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .testimonials-item-three {
    display: none;
  }
}

/* line 226, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-testimonials-items {
  margin: 0 auto;
  max-width: 1270px;
}

/* line 228, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.testimonials-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 31em) {
  /* line 228, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .testimonials-title {
    font-size: 20px;
  }
}

/* line 237, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-download-button {
  background-color: #4d90fe !important;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "gotham-htf-medium", sans-serif;
  clear: both;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 140px;
  margin: 0;
  outline: 0 !important;
}

/* line 241, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.download-app-cities {
  background-image: url("https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2016/07/15012123/ios.png");
  width: 130px;
  height: 40px;
  margin-right: 1.0rem;
}

/* line 247, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.download-google-cities {
  background-image: url("https://d1j2j3pphg9ab.cloudfront.net/wp-content/uploads/2016/07/15012123/badge-g.png");
  width: 130px;
  height: 40px;
}

/* line 253, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.linkTextingWidget {
  display: block !important;
}

/* line 255, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
#cities-nav-mobile {
  margin-left: -5px;
}

/* line 257, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
.cities-hidden-br {
  display: none;
}

@media (max-width: 31em) {
  /* line 257, app/assets/stylesheets/v4/pages/wordpress/cities.scss */
  .cities-hidden-br {
    display: block !important;
  }
}
