@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: 'Maax';
  font-style: normal;
  font-weight: 100;
  src: url("https://dtxh53x5zi43j.cloudfront.net/fonts/maax/regular-205tf.woff2") format("woff2"), url("https://dtxh53x5zi43j.cloudfront.net/fonts/maax/regular-205tf.woff") format("woff");
}
@font-face {
  font-family: 'GT-Pressura';
  font-style: normal;
  src: url("https://dtxh53x5zi43j.cloudfront.net/fonts/gt-pressura/regular.woff2") format("woff2"), url("https://dtxh53x5zi43j.cloudfront.net/fonts/gt-pressura/regular.woff") format("woff");
}
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/static/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/static/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/static/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maax-Bold';
  font-style: normal;
  src: url("https://assets.apostrophe.com/img/fonts/Maax+-+Bold-205TF.woff2") format("woff2"), url("https://assets.apostrophe.com/img/fonts/Maax+-+Bold-205TF.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Maax-Light';
  font-style: normal;
  src: url("https://assets.apostrophe.com/img/fonts/Maax+-+Light-205TF.woff2") format("woff2"), url("https://assets.apostrophe.com/img/fonts/Maax+-+Light-205TF.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Maax-Medium-Italic';
  font-style: normal;
  src: url("https://assets.apostrophe.com/img/fonts/Maax+-+Medium+Italic-205TF.woff2") format("woff2"), url("https://assets.apostrophe.com/img/fonts/Maax+-+Medium+Italic-205TF.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Maax-Medium';
  font-style: normal;
  src: url("https://assets.apostrophe.com/img/fonts/Maax+-+Medium-205TF.woff2") format("woff2"), url("https://assets.apostrophe.com/img/fonts/Maax+-+Medium-205TF.woff") format("woff");
  font-display: swap;
}
.loading-overlay {
  visibility: hidden;
}

@-webkit-keyframes Loading {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@-moz-keyframes Loading {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@keyframes Loading {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
body {
  font-family: "Maax", Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.375;
  color: #000000;
  margin: 0;
  background-color: #FFFEFA;
  -webkit-font-smoothing: antialiased;
}

body.busy {
  pointer-events: none;
  cursor: wait !important;
  opacity: .5;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
body.busy .busy-loading-overlay {
  background-image: url("/static/img/apostrophe/icons/apostrophe_logo_loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 500;
}

body.noscroll {
  overflow: hidden;
}

body.busy-overlay {
  pointer-events: none;
  cursor: wait !important;
  opacity: .5;
  z-index: 2;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2 {
    line-height: 1.4;
  }
}

a {
  font-weight: 100;
  color: currentColor;
  cursor: pointer;
  cursor: hand;
}

.wrapper {
  width: calc(100% - 10vmin);
  margin: 0 auto;
  padding: 5vmin 0;
}

small {
  font-size: 0.875em;
}

code {
  background-color: #E3E3E3;
  margin-top: .375rem;
  white-space: pre-wrap;
}

button {
  display: inline-block;
  font-size: .875rem;
  padding: 20px 52px;
  color: white;
  background: #000000;
  border-radius: 31px;
  letter-spacing: .5px;
  font-weight: 100;
  border: none;
  clear: both;
  cursor: pointer;
  cursor: hand;
  transition: all .7s ease;
}
button.small {
  padding: 15px 30px;
}

button:hover {
  background: #8B8A87;
  transition: all .7s ease;
}

button:disabled {
  background: #d6d5d4;
  cursor: default;
}

.button {
  display: inline-block;
  font-size: .875rem;
  /*  Padding top/bottom 1px less because mysterious extra pixel. */
  padding: 19px 52px;
  color: white;
  background: #000000;
  border-radius: 31px;
  letter-spacing: .5px;
  font-weight: 100;
  border: none;
  text-decoration: none;
  transition: all .7s ease 0s;
  text-align: center;
}
.button.small {
  padding: 15px 30px;
}

.button:hover {
  background: #8B8A87;
  cursor: pointer;
  transition: all .7s ease 0s;
}

.button.disabled {
  background-color: #d6d5d4;
  cursor: default;
}

button.wide, a.button.wide, span.button.wide {
  width: 100%;
  border-radius: 0;
  text-align: center;
}

.cancel-icon {
  background-image: url("/static/img/apostrophe/icons/close.svg");
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
}
.cancel-icon:hover {
  height: calc(1rem + 2px);
  width: calc(1rem + 2px);
}
@media (max-width: 480px) {
  .cancel-icon {
    height: 14px;
    width: 14px;
  }
}

.cta-plus {
  font-size: 0.875em;
  text-decoration: none;
  /* Have to use a seperate svg because can't change fill color in :before */
  /* Can fix this by trying to use a mask in the before, or by creating a */
  /* React component that replicates behavior */
}
.cta-plus:before {
  position: relative;
  top: 2px;
  padding-right: 10px;
  content: url("https://assets.apostrophe.com/img/apostrophe/icons/add.svg");
}
.cta-plus:hover {
  color: #8B8A87;
}
.cta-plus:hover:before {
  content: url("https://assets.apostrophe.com/img/apostrophe/icons/add-hover.svg");
}

.cta-back {
  font-size: 0.875em;
  text-decoration: none;
}
.cta-back:before {
  position: relative;
  top: -1px;
  padding-right: 10px;
  content: url("/static/img/apostrophe/icons/back-arrow.svg");
}
.cta-back:hover {
  color: #8B8A87;
}
.cta-back:hover:before {
  content: url("/static/img/apostrophe/icons/back-arrow-hover.svg");
}

.cta-next {
  font-size: 0.875em;
  text-decoration: none;
}
.cta-next:after {
  position: relative;
  top: -1px;
  padding-right: 10px;
  content: url("/static/img/apostrophe/icons/next-arrow.svg");
}
.cta-next:hover {
  color: #8B8A87;
}
.cta-next:hover:after {
  content: url("/static/img/apostrophe/icons/next-arrow-hover.svg");
}

input {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  color: #8B8A87;
  line-height: 2.5em;
  position: relative;
  transition: all .2s ease;
  box-shadow: inset 0 -1px 0 0 #000000;
}
input:hover {
  cursor: pointer;
  cursor: hand;
}

input:not([type="checkbox"]) {
  -webkit-appearance: none;
}

label {
  color: #8B8A87;
  line-height: 1rem;
}
label:hover {
  cursor: pointer;
  cursor: hand;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: none;
  background-color: transparent;
  font-size: 1rem;
  color: #8B8A87;
  border: none;
  border-bottom: 1px solid #000000;
  line-height: 2.5rem;
}
select:focus {
  border-bottom: 3px solid #000000;
}
select:hover {
  cursor: pointer;
  cursor: hand;
}

textarea {
  width: 100%;
  height: 5rem;
}
textarea::-webkit-scrollbar {
  display: none;
}

hr {
  border: none;
  height: 1px;
  color: currentColor;
  background-color: currentColor;
  border-color: currentColor;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.ReactModal__Body--open {
  overflow: hidden;
}
.ReactModal__Body--open #main-content {
  z-index: 1;
}

.ReactModal__Overlay {
  overflow: scroll;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.link {
  color: #29abe2;
  text-decoration: underline;
}
.link:hover {
  color: #f19588;
}

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

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

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

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 200 !important;
}

.transform-uppercase {
  text-transform: uppercase !important;
}

.text-highlight {
  background: #F9E2AC;
  box-shadow: 5px 0 0 #F9E2AC, -5px 0 0 #F9E2AC;
  padding: 4px 0 2px;
}

.img-circle {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.progress {
  font-size: 0.875em;
  color: #9f9f9f;
  position: fixed;
  line-height: 2em;
}

.progress-item {
  border-left: 10px solid transparent;
  padding-left: 25px;
}
.progress-item.current-step {
  color: #000000;
  border-left: 10px solid;
  border-color: #fff980;
}

.form-group-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.form-group-wrapper.dob-wrapper {
  margin-bottom: 40px;
}

.form-group-inline {
  display: flex;
}
.form-group-inline div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 10px;
  min-width: 0;
}
.form-group-inline div:first-of-type {
  margin-left: 0;
}
.form-group-inline div:last-of-type {
  margin-right: 0;
}

.form-group-question {
  position: relative;
}
.form-group-question select {
  width: 100%;
}
.form-group-question input {
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-group select {
  width: 100%;
}
.form-group label {
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1rem;
  transition: all .2s ease;
}
.form-group input:focus ~ label, .form-group select:focus ~ label, .form-group input.filled ~ label, .form-group select.filled ~ label {
  font-size: 0.675rem;
  top: -12px;
  left: 0;
  position: absolute;
  transition: all .2s ease;
  z-index: 1;
  color: #000000;
}
.form-group span:after {
  display: block;
  content: ' ';
  height: 2px;
  box-shadow: inset 0 -2px 0 0 #000000;
  transform: scaleX(0);
  transition: transform .2s ease-out;
}
.form-group:focus-within > span:after {
  box-shadow: inset 0 -2px 0 0 #000000;
  transform: scaleX(1);
  transition: transform .2s ease-in;
}

span.current-was-is {
  display: inline-block;
  text-transform: capitalize;
}

.wrapped-input {
  border: 1px solid #8B8A87;
  padding: 5px 15px;
  font-size: 1rem;
  color: #8B8A87;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapped-input:focus {
  border-bottom: 1px solid #8B8A87 !important;
}

textarea {
  padding: 15px;
  font-size: 1rem;
  border: 1px solid #e4e4e4;
  max-width: 100%;
  resize: none;
  height: 5rem;
  overflow: scroll;
}
textarea::placeholder {
  color: #9f9f9f;
}
textarea:hover, textarea:focus {
  border-bottom-color: #e4e4e4;
}
textarea.large {
  height: 10rem;
}

input[type='checkbox'], input[type='radio'], input[type="color"],
input[type="submit"], input[type="range"], input[type="file"],
input[type="button"], input[type="reset"], input[type="image"] {
  box-shadow: unset;
  border-radius: 0;
}
input[type='checkbox']:focus, input[type='radio']:focus, input[type="color"]:focus,
input[type="submit"]:focus, input[type="range"]:focus, input[type="file"]:focus,
input[type="button"]:focus, input[type="reset"]:focus, input[type="image"]:focus {
  box-shadow: unset;
}

.promo-code__input {
  border-bottom-color: #e4e4e4;
}
.promo-code__input:focus {
  box-shadow: unset;
}

.form-group-birthday {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.form-group-birthday label {
  color: #000000;
  font-size: 0.875em;
  flex-grow: 1;
  margin-top: 3px;
  padding-top: 10px;
}
.form-group-birthday #bday {
  min-width: 0;
  flex-grow: 1;
  max-width: 50%;
}
@media (min-width: 860px) {
  .form-group-birthday #bday {
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .form-group-birthday #bday {
    max-width: 30%;
  }
}
.form-group-birthday #bday #bday-wrapper {
  justify-content: space-around;
}
.form-group-birthday #bday span {
  min-width: 35px;
  flex-grow: 1;
}
.form-group-birthday #bday span#bday-month-span::before {
  content: '';
  display: none;
}
.form-group-birthday #bday span#bday-slash-span {
  flex-grow: 0;
  min-width: 0;
}
.form-group-birthday #bday span#bday-slash-span::before {
  content: '';
  display: none;
}
.form-group-birthday #bday span#bday-slash-span p {
  margin: 0;
  line-height: 2.5em;
  height: 100%;
}
.form-group-birthday #bday span#bday-year-span {
  max-width: 55%;
}
.form-group-birthday #bday span input {
  width: 100%;
  box-shadow: none;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}
.form-group-birthday #bday span input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.form-group-birthday #bday span input:focus {
  box-shadow: inset 0 -2px 0 0 #000000;
}
.form-group-birthday #bday span input::-webkit-outer-spin-button, .form-group-birthday #bday span input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.msg.error {
  color: #ff4646;
  font-size: .75em;
  line-height: 2em;
}

.msg.success {
  color: #8B8A87;
  font-size: .75em;
  line-height: 2em;
}

.form-control-select {
  position: relative;
}

.form-control-select:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
}

.pause-button-wrapper {
  display: flex;
  margin-top: 1rem;
  justify-content: flex-end;
}

.contact-info .form-group {
  margin: 0;
}

.inline-edit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 48px;
  margin-bottom: 10px;
}
.inline-edit .form-group {
  width: 100%;
}
.inline-edit input {
  flex-grow: 1;
  color: #000000;
}
.inline-edit .edit {
  font-size: .875rem !important;
  position: absolute;
  right: 0;
  bottom: .75rem;
  text-decoration: underline;
  color: #8B8A87;
  cursor: pointer;
}
.inline-edit .edit:hover {
  color: #000000;
}
.inline-edit .submit {
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 0;
  padding: 1rem 1.5rem;
}
.inline-edit .cancel {
  position: absolute;
  right: -25px;
  top: 8px;
}

.icon-more-info {
  cursor: pointer;
  height: 26px;
  width: 26px;
  background-image: url("/static/img/apostrophe/icons/info.svg");
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin-top: -5px;
  margin-left: 2px;
}

.fine-print {
  font-size: 0.5625rem;
  margin-top: 5px;
}

/*
   Remodal's default mobile first theme
 */
/* Default theme styles for the background */
/* YD-EDIT: COMMENTING OUT
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
*/
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  border-radius: 4px;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 650px) {
  .remodal {
    max-width: 600px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 600px;
}

/* Media queries
   ========================================================================== */
/*
   Remodal's necessary styles
*/
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.apostrophe-nav {
  height: 4.25rem;
}

.apostrophe-nav.with-promo {
  height: calc(4.25rem + 58px);
}
@media (max-width: 768px) {
  .apostrophe-nav.with-promo {
    height: calc(4.25rem + 83px);
  }
}

#header.with-promo {
  height: calc(4.25rem + 58px);
}
@media (max-width: 768px) {
  #header.with-promo {
    height: calc(4.25rem + 83px);
  }
}

.navbar-down {
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  top: 0;
}

.navbar-wrapper.navbar-up {
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  top: -4.25rem;
}
@media (min-width: 1024px) {
  .navbar-wrapper.navbar-up {
    -moz-transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    transition-property: top;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    top: -4.25rem;
  }
}

.navbar-child-toggle {
  background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-angle-down.png");
  -webkit-background-size: 8px 5px;
  -moz-background-size: 8px 5px;
  -o-background-size: 8px 5px;
  background-size: 8px 5px;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-child-toggle {
    background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-angle-down@2x.png");
  }
}

.navbar-child-toggle.open {
  background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-angle-up.png");
  -webkit-background-size: 8px 5px;
  -moz-background-size: 8px 5px;
  -o-background-size: 8px 5px;
  background-size: 8px 5px;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-child-toggle.open {
    background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-angle-up@2x.png");
  }
}

.navbar-wrapper {
  display: block;
  position: fixed;
  z-index: 1030;
  width: 100%;
}

.navbar-header {
  display: block;
  text-align: center;
  position: relative;
  height: 4.25rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.08);
}

.navbar-backBtn {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1.75rem;
}
@media (min-width: 768px) {
  .navbar-backBtn {
    left: 2.875rem;
  }
}
@media (min-width: 1024px) {
  .navbar-backBtn {
    left: 4.25rem;
  }
}
.navbar-backBtn .back-arrow {
  background-image: url("../../img/apostrophe/icons/back-arrow.svg");
  height: 100%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar-backBtn .back-text {
  display: none;
}
@media (min-width: 768px) {
  .navbar-backBtn .back-text {
    display: inline;
    margin-left: 10px;
  }
}
.navbar-backBtn:hover {
  cursor: pointer;
}
.navbar-backBtn.disabled {
  cursor: initial;
  color: #8B8A87;
  opacity: .5;
}

.icon-user {
  background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-user-circle-o.png");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-user {
    background-image: url("https://dtxh53x5zi43j.cloudfront.net/img/fa-user-circle-o@2x.png");
  }
}

.icon-exit {
  background-image: url("../../img/apostrophe/icons/close.svg");
  width: 15px;
  height: 15px;
}

.hamburger-menu {
  padding-right: 1rem;
}

.hamburger-menu span,
.hamburger-menu span:before,
.hamburger-menu span:after {
  cursor: pointer;
  height: 3px;
  width: 1rem;
  background: #404040;
  position: absolute;
  display: block;
  content: '';
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.hamburger-menu span:before {
  top: -5px;
}

.hamburger-menu span:after {
  bottom: -5px;
}

.hamburger-menu.active span {
  background-color: transparent;
}
.hamburger-menu.active span:before, .hamburger-menu.active span:after {
  top: 0;
}
.hamburger-menu.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-menu.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar-icon {
    font-size: 24px;
    width: 3rem;
  }
}

.navbar-icon-v2 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  position: absolute;
  top: 25px;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar-icon-v2 {
    font-size: 24px;
    width: 3rem;
    top: 40px;
  }
}

.account-login {
  right: 1.25rem;
}
.account-login.logged-in {
  margin-left: -1em;
  color: #404040;
}
.account-login.logged-in:hover {
  color: #404040;
}
@media (min-width: 1024px) {
  .account-login.logged-in {
    -webkit-order: 10;
    order: 10;
  }
}
.account-login.sign-in {
  position: absolute;
  padding: 7px 10px;
  height: 40px;
  font-weight: 900;
  font-size: 1em;
}
@media (min-width: 1024px) {
  .account-login.sign-in {
    width: 106px;
    top: .75em;
  }
}
@media (max-width: 1023px) {
  .account-login.sign-in {
    width: 85px;
    height: 28px;
    font-size: .85em;
    margin-top: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (min-width: 481px) {
  .account-login.sign-in {
    background-color: #404040;
  }
}
@media (max-width: 480px) {
  .account-login.sign-in {
    font-size: 1.3em;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 480px) {
  .account-login.non-mobile-link {
    display: none;
  }
}
@media (min-width: 481px) {
  .account-login.mobile-only-link {
    display: none;
  }
}

.navbar-brand {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar-brand {
    width: 9rem;
    overflow: visible;
  }
}

.navbar-logo {
  background-image: url(/static/img/apostrophe/logo-dark.png);
  width: 113px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
@media (min-width: 1024px) {
  .navbar-logo {
    width: 140px;
    height: 50px;
  }
}

.navbar-main {
  width: 100%;
  max-height: calc(100vh - 4.25rem);
  background: #FFF;
}
@media (max-width: 1023px) {
  .navbar-main {
    position: absolute;
    top: 4.25rem;
    left: 0;
    z-index: 104;
    overflow: auto;
    text-align: left;
    box-shadow: inset 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.1), 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .navbar-main {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 18rem);
    height: 100%;
  }
}

.navbar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    padding: 0 1rem;
  }
}

.navbar-child-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .navbar-child-items {
    position: absolute;
    width: 100%;
    top: 4.25rem;
    height: 4.25rem;
    left: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 1rem;
    background: #66c2d4;
    color: #FFF;
    box-shadow: inset 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.1), 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.1);
  }
}

.navbar-link {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #404040;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .navbar-link {
    line-height: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-link.sub-nav-item {
    text-transform: none;
  }
  .navbar-link.sub-nav-item:before {
    content: " - ";
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .navbar-link .navbar-link {
    font-size: 14px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .sub-nav-item {
    color: #FFF;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sub-nav-item:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .always-displayed-desktop {
    overflow: auto !important;
    max-height: 100vh !important;
  }
}

.not-displayed {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
  max-height: 0;
}

.animate-open {
  overflow: auto;
  max-height: 500px;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

@media (min-width: 1024px) {
  .always-displayed-desktop {
    display: flex !important;
  }
}

.nav-progress-bar {
  width: 0%;
  height: 4px;
  background-color: #9BD4FF;
}

.remodal p {
  color: #8B8A87 !important;
}

.remodal-actions {
  margin-top: 2em;
}
.remodal-actions .btn-link {
  margin-top: 1em;
  font-size: .875rem;
  cursor: pointer;
  text-decoration: underline;
}

.remodal-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("../../img/apostrophe/icons/close.svg");
}

.remodal-close:hover {
  background-color: transparent !important;
}

.promo-banner {
  display: none;
}
.promo-banner .promo-99 {
  width: 100%;
  font-family: "GT-Pressura", Courier, serif;
  text-transform: uppercase;
  line-height: 26px;
  padding: 1rem;
  font-size: .875rem;
  color: white;
  background-color: #000000;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .promo-banner .promo-99 {
    display: block;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .promo-banner .promo-99 {
    font-size: .7em;
  }
}
.promo-banner .promo-99 .code {
  border-bottom: 1px solid white;
}
.promo-banner .spacer {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
}

.page-dashboard #page {
  overflow: hidden;
}

.main-container {
  max-width: 1500px;
  margin: 0 auto;
}

.content-container {
  display: flex;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .content-container {
    margin-top: 85px;
  }
}

.bottom-pad {
  padding-bottom: 100px;
}

.page-forgot .bottom-pad {
  padding-bottom: 300px;
}

.left-container {
  min-width: 275px;
  max-width: 500px;
  height: auto;
}
@media (max-width: 1175px) {
  .left-container {
    display: none;
  }
}

.right-container {
  max-width: 500px;
  min-width: 275px;
  height: auto;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .right-container {
    display: none;
  }
}
@media (max-width: 1175px) {
  .right-container.empty {
    display: none;
  }
}

.inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1175px) {
  .inner-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1176px) {
  .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.inner-container .page-content {
  margin-bottom: 25px;
}

.width-container {
  max-width: 668px;
  width: 100%;
}
.width-container.small {
  max-width: 612px;
}

.page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.section-header h1 {
  margin-top: 0;
}
.section-header .subheader {
  color: #8B8A87;
  margin: 0 auto;
  max-width: 500px;
}

.section-content {
  width: 100%;
  background-color: white;
  margin: 25px auto;
  padding: 20px;
}
@media (min-width: 550px) {
  .section-content {
    padding: 40px 69px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .section-content {
    width: 100%;
  }
}

.treatment-wrapper {
  border: 1px solid #e2e2e2;
  padding: 25px;
  margin: 25px 0 0;
}

.warning-wrapper {
  height: 80px;
}

.warning-content {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  padding: 0 3%;
  align-items: center;
  background-color: white;
  color: #8B8A87;
}

.form-errors {
  margin-bottom: 20px;
  text-align: center;
}

.settings-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  background-color: white;
  margin-top: -100px;
}
@media (min-width: 600px) {
  .settings-container {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .settings-container {
    width: 615px;
    padding: 70px;
  }
}
@media (max-width: 360px) {
  .settings-container {
    padding-right: 30px;
    padding-left: 15px;
  }
}
.settings-container.small-hero {
  margin-top: -100px;
}

.settings-section {
  margin-bottom: 3rem;
  font-size: .875rem;
}
.settings-section .space-between {
  display: flex;
  justify-content: space-between;
}
.settings-section h3 {
  font-size: 1.25rem;
}
.settings-section h4 {
  font-size: 1rem;
  margin-bottom: .5rem;
}
.settings-section hr {
  margin-bottom: 2rem;
}
.settings-section.center {
  text-align: center;
}

.show-1000 {
  display: none;
}
@media (min-width: 1000px) {
  .show-1000 {
    display: block;
  }
}

.hide-1000 {
  display: block;
}
@media (min-width: 1000px) {
  .hide-1000 {
    display: none;
  }
}

.js-cartview.dont-show {
  display: none;
}

.cart-container-fixed {
  position: sticky;
  position: fixed;
  max-width: 275px;
  width: 100%;
  right: 35px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.08);
}
@media (min-width: 1176px) {
  .cart-container-fixed {
    max-width: 250px;
    right: 25px;
  }
}
@media (min-width: 1300px) {
  .cart-container-fixed {
    max-width: 275px;
    right: 35px;
  }
}

.cart-container {
  max-width: 275px;
  width: 100%;
  padding-right: 20px;
}

.cart-inline-container {
  /*
  .right-container is hidden @media(max-width: 768px)
  Replacing the min-width of 1068px with (768 + 1)
  */
}
@media (min-width: 769px) {
  .cart-inline-container {
    display: none;
  }
}
.cart-inline-container .cart {
  width: 75%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cart-inline-container.negative-top-margin .cart {
  margin-top: -10px;
}

.cart-item-total {
  color: #000000;
  background-color: rgba(216, 216, 216, 0.5);
}

.cart {
  color: #8B8A87;
  font-size: 0.875em;
  background-color: white;
}
.cart .title {
  padding-bottom: 15px;
  text-align: left;
  background-color: white;
}
.cart hr {
  border: none;
  color: #e4e4e4;
  background-color: #e4e4e4;
  margin: 0;
}
.cart .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background-color: white;
}
.cart .cart-item .cart-item-title {
  text-transform: capitalize;
  text-align: left;
}
.cart .cart-item .flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart ul {
  margin: 0;
  margin-top: 5px;
  padding-left: 25px;
}
.cart ul li {
  font-size: 12px;
}
.cart .rx-credit {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  padding: 16px 22px;
  position: relative;
  margin-top: 40px;
}
.cart .rx-credit__img {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  width: 55px;
  margin: auto;
  border: solid 6px #FFFFFF;
  border-radius: 50%;
}
.cart .rx-credit__content {
  text-align: center;
}
.cart .rx-credit__content h4 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 32px;
}
.cart .rx-credit__content p {
  margin: 0;
  font-size: 12px;
  color: #8B8A87;
}
.cart .title {
  padding-left: 10px;
  padding-top: 15px;
}

#header {
  top: 0;
  z-index: 1;
  background-color: white;
}

#rebrand-banner {
  margin: 0 auto;
  position: fixed;
  background: #FFFFFF;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  border-bottom: solid #000000 6px;
}

.banner-spacer {
  height: 136px;
}
@media (min-width: 768px) {
  .banner-spacer {
    height: 186px;
  }
}

.banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 130px;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
}
.banner-wrapper p {
  display: none;
}
@media (min-width: 768px) {
  .banner-wrapper {
    flex-direction: row;
    justify-content: start;
    text-align: left;
    height: 180px;
  }
  .banner-wrapper p {
    display: block;
    text-align: left;
    margin-left: 157px;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    max-width: 341px;
  }
  .banner-wrapper h4 {
    text-align: left;
  }
  .banner-wrapper .rebrand-banner__mobile-link {
    display: none;
  }
}

.banner-icon-wrapper {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 24px;
  right: 23px;
  width: 50px;
  padding: 1px 7px;
  cursor: pointer;
}

.banner-icon {
  height: 18px;
  width: 18px;
  margin-top: 5px;
  background-image: url(/static/img/apostrophe/icons/close.svg);
}

.logo-container h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  margin-top: 0;
}
.logo-container img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .logo-container img {
    margin-left: 0;
  }
}

.alert.alert-system {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: white;
  transition: opacity 2s;
}
.alert.alert-system .content {
  margin: 0 !important;
  font-size: 1rem;
}
.alert.alert-system .alert-content {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .alert.alert-system .alert-content {
    width: 50%;
  }
}
.alert.alert-system.success .icon:after {
  content: '👍';
  font-size: 24px;
  margin-right: 20px;
}
.alert.alert-system.error {
  border-bottom: 3px solid #ffcfbe;
}
.alert.alert-system.error .icon:after {
  content: '😬';
  font-size: 24px;
  margin-right: 20px;
}
.alert.alert-system .login-switch {
  color: white;
  font-size: 1rem;
}

.apostrophe-patient {
  position: relative;
}
.apostrophe-patient .navbar .alert-system {
  position: absolute;
  top: 0;
}
.apostrophe-patient .navbar.scrolled .alert-system {
  position: unset;
}

.hero-fakeout .navbar .alert-system {
  position: unset;
}

.main-loading-section {
  padding: 80px 15px 120px 15px;
  text-align: center;
}
.main-loading-section .loading-icon {
  width: 36px;
  height: 36px;
  margin: auto;
  background-image: url("/static/img/apostrophe/icons/apostrophe_logo_loading.gif");
  background-size: cover;
}
.main-loading-section .loading-message {
  color: #8B8A87;
  font-size: 0.875em;
}

.warning-cookies {
  display: none;
}

.no-cookies .warning-cookies {
  display: block;
}

.js .warning-js {
  display: none;
}

.no-js .warning-js {
  display: block;
}

.warning-content {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 3%;
  background-color: #f3f3f3;
  color: #7b797d;
}
.warning-content.warning-cookies {
  padding-bottom: 40px;
}

.icon-downarrow {
  font-size: 2.25em;
  color: #7b797d;
  position: absolute;
  left: 47%;
  bottom: 10px;
  cursor: pointer;
}
.icon-downarrow:after {
  content: "▾";
}

.section-content {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.08);
}

.login-switch {
  font-size: 0.75rem;
  margin-top: 1em;
  color: #000000;
}

.login-switch-b {
  font-size: 14px;
  margin-top: 3rem;
  color: #000000;
}
@media (min-width: 768px) {
  .login-switch-b {
    margin-top: 2rem;
    margin-bottom: 55px;
  }
}

.login-options {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .group-b {
    margin-top: 0;
  }
}

.split-registration {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .split-registration {
    flex-direction: row;
  }
}
.split-registration .photo-container {
  flex-basis: 20%;
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media (min-width: 1280px) {
  .split-registration .photo-container {
    height: unset;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.split-registration .photo-container .photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("/static/img/apostrophe/register/all.jpg");
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo {
    background-image: url("/static/img/apostrophe/register/all_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo {
    background-position: center;
    background-image: url("/static/img/apostrophe/register/all.jpg");
  }
}
.split-registration .photo-container .photo.LASH {
  background-image: url("/static/img/apostrophe/register/latisse_mobile.jpg");
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.LASH {
    background-image: url("/static/img/apostrophe/register/latisse_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.LASH {
    background-position: center;
    transform: scale(1.2);
    background-image: url("/static/img/apostrophe/register/latisse.jpg");
  }
}
.split-registration .photo-container .photo.LASH.B {
  background-image: url("/static/img/apostrophe/register/latisse_mobile_verb.jpg");
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.LASH.B {
    background-image: url("/static/img/apostrophe/register/latisse_tab_verb.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.LASH.B {
    background-image: url("/static/img/apostrophe/register/latisse_verb.jpg");
  }
}
.split-registration .photo-container .photo.HAIR {
  background-image: url("/static/img/apostrophe/register/finasteride_mobile.jpg");
  background-position: center 30%;
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.HAIR {
    background-image: url("/static/img/apostrophe/register/finasteride_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.HAIR {
    background-image: url("/static/img/apostrophe/register/finasteride.jpg");
  }
}
.split-registration .photo-container .photo.FILI {
  background-image: url("/static/img/apostrophe/register/tret_mobile.jpg");
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.FILI {
    background-image: url("/static/img/apostrophe/register/tret_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.FILI {
    background-image: url("/static/img/apostrophe/register/tret.jpg");
  }
}
.split-registration .photo-container .photo.ACNE, .split-registration .photo-container .photo.ROSE, .split-registration .photo-container .photo.HYPE {
  background-image: url("/static/img/apostrophe/register/acne_mobile.jpg");
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.ACNE, .split-registration .photo-container .photo.ROSE, .split-registration .photo-container .photo.HYPE {
    background-image: url("/static/img/apostrophe/register/acne_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.ACNE, .split-registration .photo-container .photo.ROSE, .split-registration .photo-container .photo.HYPE {
    background-image: url("/static/img/apostrophe/register/acne.jpg");
  }
}
.split-registration .photo-container .photo.GSONE {
  background-image: url("https://assets.apostrophe.com/img/google-shopping/tray-bottles-min.png") !important;
  background-position: center 75%;
}
.split-registration .photo-container .photo.GSTWO {
  background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-mobile.png") !important;
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.GSTWO {
    background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-stickers+tablet.png") !important;
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.GSTWO {
    background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-desktop.png") !important;
  }
}
.split-registration .photo-container .photo.ORAL {
  background-image: url("https://assets.apostrophe.com/img/products/apostrophe-oral-meds.png") !important;
  background-size: cover;
  background-position-x: 0;
  background-position-y: -110px;
}
@media (min-width: 450px) {
  .split-registration .photo-container .photo.ORAL {
    background-position-y: -150px;
  }
}
@media (min-width: 550px) {
  .split-registration .photo-container .photo.ORAL {
    background-position-y: -220px;
  }
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.ORAL {
    background-position-y: -260px;
  }
}
@media (min-width: 850px) {
  .split-registration .photo-container .photo.ORAL {
    background-position-y: -200px;
    background-size: cover;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.ORAL {
    background-position-y: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-position: center;
  }
}
.split-registration .photo-container .photo.TOPICAL {
  background-image: url("https://assets.apostrophe.com/img/products/apostrophe-topical.jpg") !important;
  background-size: cover;
  background-position-x: 0;
  background-position-y: -34px;
}
@media (min-width: 300px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -21px;
  }
}
@media (min-width: 450px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -100px;
  }
}
@media (min-width: 550px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -150px;
  }
}
@media (min-width: 768px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -260px;
  }
}
@media (min-width: 850px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -50px;
    background-size: cover;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: -140px;
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container .photo.TOPICAL {
    background-position-y: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-position: center;
  }
}
.split-registration .photo-container .info {
  position: absolute;
  color: white;
  font-size: 1rem;
  font-family: "GT-Pressura", Courier, serif;
  text-transform: uppercase;
  left: 30px;
  bottom: 20px;
}
@media (min-width: 1280px) {
  .split-registration .photo-container .info {
    bottom: 50px;
    left: 50px;
  }
}
.split-registration .photo-container .info .groupon-logo {
  width: 95px;
  height: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-image: url("/static/img/apostrophe/groupon/Groupon-logo.png");
}
.split-registration .photo-container-b {
  flex-basis: 20%;
  max-width: 100%;
  position: relative;
  z-index: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b {
    flex-basis: 100%;
  }
}
.split-registration .photo-container-b .bottle {
  background-image: url("/static/img/apostrophe/register/SEM_Hero_Latisse_bottle.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 10px;
  z-index: 4;
  width: 110px;
  height: 150px;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .bottle {
    display: none;
  }
}
.split-registration .photo-container-b .brush {
  background-image: url("/static/img/apostrophe/register/SEM_Hero_Latisse_transparentbrush.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -140px;
  top: 485px;
  z-index: 4;
  width: 230px;
  height: 160px;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .brush {
    right: -270px;
    top: -160px;
    width: 440px;
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .brush {
    right: -260px;
    top: 360px;
    width: 600px;
    height: 410px;
  }
}
.split-registration .photo-container-b .bottle-brushes {
  display: none;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .bottle-brushes {
    display: block;
    background-image: url("/static/img/apostrophe/register/SEM_Hero_Latisse_transparentbottle.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -240px;
    top: 420px;
    height: 440px;
    width: 550px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .bottle-brushes {
    -webkit-transform: none;
    transform: none;
    left: -210px;
    top: 100px;
    height: 520px;
    width: 650px;
  }
}
.split-registration .photo-container-b .photo {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-image: url("/static/img/apostrophe/register/all.jpg");
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo {
    background-image: url("/static/img/apostrophe/register/all_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo {
    background-position: center;
    background-image: url("/static/img/apostrophe/register/all.jpg");
  }
}
.split-registration .photo-container-b .photo.LASH {
  background-image: url("/static/img/apostrophe/register/latisse_mobile.jpg");
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo.LASH {
    background-image: url("/static/img/apostrophe/register/latisse_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo.LASH {
    background-position: center;
    transform: scale(1.2);
    background-image: url("/static/img/apostrophe/register/latisse.jpg");
  }
}
.split-registration .photo-container-b .photo.LASH.B {
  background-image: none;
  background-color: #8ECEFE;
}
.split-registration .photo-container-b .photo.HAIR {
  background-image: url("/static/img/apostrophe/register/finasteride_mobile.jpg");
  background-position: center 30%;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo.HAIR {
    background-image: url("/static/img/apostrophe/register/finasteride_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo.HAIR {
    background-image: url("/static/img/apostrophe/register/finasteride.jpg");
  }
}
.split-registration .photo-container-b .photo.FILI {
  background-image: url("/static/img/apostrophe/register/tret_mobile.jpg");
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo.FILI {
    background-image: url("/static/img/apostrophe/register/tret_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo.FILI {
    background-image: url("/static/img/apostrophe/register/tret.jpg");
  }
}
.split-registration .photo-container-b .photo.GSONE {
  background-image: url("https://assets.apostrophe.com/img/google-shopping/tray-bottles-min.png") !important;
  background-position: center 75%;
}
.split-registration .photo-container-b .photo.GSTWO {
  background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-mobile.png") !important;
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo.GSTWO {
    background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-stickers+tablet.png") !important;
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo.GSTWO {
    background-image: url("https://assets.apostrophe.com/img/google-shopping/handbottle-desktop.png") !important;
  }
}
.split-registration .photo-container-b .photo.ACNE, .split-registration .photo-container-b .photo.ROSE, .split-registration .photo-container-b .photo.HYPE {
  background-image: url("/static/img/apostrophe/register/acne_mobile.jpg");
  background-position: center 75%;
}
@media (min-width: 768px) {
  .split-registration .photo-container-b .photo.ACNE, .split-registration .photo-container-b .photo.ROSE, .split-registration .photo-container-b .photo.HYPE {
    background-image: url("/static/img/apostrophe/register/acne_tab.jpg");
  }
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .photo.ACNE, .split-registration .photo-container-b .photo.ROSE, .split-registration .photo-container-b .photo.HYPE {
    background-image: url("/static/img/apostrophe/register/acne.jpg");
  }
}
.split-registration .photo-container-b .info {
  position: absolute;
  color: white;
  font-size: 1rem;
  font-family: "GT-Pressura", Courier, serif;
  text-transform: uppercase;
  left: 30px;
  bottom: 20px;
}
@media (min-width: 1280px) {
  .split-registration .photo-container-b .info {
    bottom: 50px;
    left: 50px;
  }
}
.split-registration .photo-container-b .info .groupon-logo {
  width: 95px;
  height: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-image: url("/static/img/apostrophe/groupon/Groupon-logo.png");
}
.split-registration .reg-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .split-registration .reg-container {
    min-height: calc(100vh - 250px - 68px);
  }
}
@media (min-width: 1280px) {
  .split-registration .reg-container {
    min-height: calc(100vh - 68px);
  }
}
@media (min-width: 768px) {
  .split-registration .reg-container.react {
    padding: 0 60px;
  }
}
.split-registration .reg-container .section-header {
  margin: 0;
  width: 100%;
}
.split-registration .reg-container .section-header h1 {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.split-registration .reg-container .section-header .subheader {
  max-width: 500px;
}
.split-registration .reg-container .width-container {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 90%;
  max-width: 520px;
}
@media (min-width: 768px) {
  .split-registration .reg-container .width-container {
    margin-top: 25px;
    margin-bottom: unset;
    width: 100%;
  }
}
.split-registration .reg-container .width-container .subheader {
  width: 100%;
}
@media (min-width: 768px) {
  .split-registration .reg-container .width-container .section-content {
    width: 520px;
  }
}
.split-registration .reg-container .width-container .section-content .form-group {
  margin-bottom: 35px !important;
}
.split-registration .reg-container .width-container .page-content .disclaimer {
  text-align: center;
  margin: 1.5rem auto 1rem;
  background: #fff980;
  padding: .75rem 1.5rem;
  border-radius: 5px;
  font-size: 12px;
}
.split-registration .reg-container-b {
  pointer-events: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .split-registration .reg-container-b {
    min-height: calc(100vh - 250px - 68px);
  }
}
@media (min-width: 1280px) {
  .split-registration .reg-container-b {
    min-height: calc(100vh - 68px);
  }
}
.split-registration .reg-container-b .b-button {
  max-width: 168px !important;
  padding: 25px 22px !important;
}
@media (min-width: 768px) {
  .split-registration .reg-container-b .b-button {
    margin-top: 0px;
  }
}
.split-registration .reg-container-b .section-header {
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}
.split-registration .reg-container-b .section-header h1 {
  margin-bottom: 25px;
}
.split-registration .reg-container-b .section-header .subheader {
  color: #000000;
  max-width: 332px;
}
@media (min-width: 768px) {
  .split-registration .reg-container-b .section-header .subheader {
    max-width: 520px;
    margin-bottom: 35px;
  }
}
.split-registration .reg-container-b .width-container {
  z-index: 3;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 90%;
  max-width: 520px;
}
@media (min-width: 768px) {
  .split-registration .reg-container-b .width-container {
    margin-top: 75px;
    margin-bottom: unset;
  }
}
.split-registration .reg-container-b .width-container .subheader {
  width: 100%;
}
.split-registration .reg-container-b .width-container .section-content {
  min-height: 210px;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .split-registration .reg-container-b .width-container .section-content {
    width: 520px;
  }
}

.navbar-logo {
  background-image: url("/static/img/apostrophe/logo-dark.png");
  width: 170px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.navbar-logo-b {
  background-image: url("/static/img/apostrophe/logo-dark.png");
  width: 170px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
  z-index: 4;
  margin: 0 auto;
  margin-top: 26px;
}
@media (min-width: 1280px) {
  .navbar-logo-b {
    margin-top: 40px;
  }
}

.remember-me {
  font-size: .75rem;
}

.slather-newsletter {
  margin-top: 15px;
}

.custom-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  width: 100%;
}
.custom-checkbox:hover input ~ span {
  background-color: #ccc;
  transition: background-color .3s ease;
}
.custom-checkbox span {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #999999;
  border-radius: 2px;
  background-color: transparent;
  transition: background-color .2s ease;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ span {
  background-color: #94CFC4;
}
.custom-checkbox .checkmark {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 21px;
  margin: auto;
  top: -1px;
  bottom: 0;
  left: -1px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  z-index: 2;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox .checkmark:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 9px;
  left: 11px;
  top: 6px;
}
.custom-checkbox .checkmark {
  cursor: pointer;
}
.custom-checkbox .checkmark:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  left: 8px;
  top: 12px;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark:before,
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  background-color: #000000;
}

.error {
  margin-top: 20px;
  color: red;
}

#main {
  overflow: scroll !important;
}

.gs-google-shopping {
  overflow: hidden !important;
}
@media (min-width: 1280px) {
  .gs-google-shopping {
    height: 100vh;
  }
}
.gs-google-shopping #page {
  overflow: hidden;
  display: block;
}
@media (min-width: 1280px) {
  .gs-google-shopping #page {
    height: 100% !important;
  }
}
.gs-google-shopping #page #main-content {
  height: 100%;
}
@media (min-width: 1280px) {
  .gs-google-shopping #page #main-content {
    height: 100% !important;
  }
}
.gs-google-shopping #page #main-content #wrap {
  height: 100%;
}
@media (min-width: 1280px) {
  .gs-google-shopping #page #main-content #wrap {
    height: 100% !important;
  }
}
.gs-google-shopping #page #main-content #wrap #main {
  height: 100%;
}
@media (min-width: 1280px) {
  .gs-google-shopping #page #main-content #wrap #main {
    height: 100% !important;
  }
}
.gs-google-shopping #page #main-content #wrap #main #react-register-info {
  height: 100%;
}
@media (min-width: 1280px) {
  .gs-google-shopping #page #main-content #wrap #main #react-register-info {
    height: 100% !important;
  }
}
@media (min-width: 1280px) {
  .gs-google-shopping #page #main-content #wrap #main #react-register-info #scroller {
    padding: 50px 40px;
  }
}
.gs-google-shopping #page #main-content #wrap #main .suggestion {
  top: 22px !important;
}
