/*! 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 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 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: bolder;
}

/**
 * 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;
}

/* line 1, Content/styles/_theme/_utilities.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 5, Content/styles/_theme/_utilities.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 19, Content/styles/_theme/_utilities.scss */
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

/* line 31, Content/styles/_theme/_utilities.scss */
html {
  scroll-behavior: smooth;
}

/* MIXINS */
/* THEME */
@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Regular.ttf") format("truetype"), url("/Content/fonts/Montserrat-Regular.woff") format("woff"), url("/Content/fonts/Montserrat-Regular.woff2") format("woff2"), url("/Content/fonts/Montserrat-Regular.svg") format("svg"), url("/Content/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Medium.ttf") format("truetype"), url("/Content/fonts/Montserrat-Medium.woff") format("woff"), url("/Content/fonts/Montserrat-Medium.woff2") format("woff2"), url("/Content/fonts/Montserrat-Medium.svg") format("svg"), url("/Content/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Bold.ttf") format("truetype"), url("/Content/fonts/Montserrat-Bold.woff") format("woff"), url("/Content/fonts/Montserrat-Bold.woff2") format("woff2"), url("/Content/fonts/Montserrat-Bold.svg") format("svg"), url("/Content/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("/Content/fonts/LibreFranklin-SemiBold.ttf") format("truetype"), url("/Content/fonts/LibreFranklin-SemiBold.woff") format("woff"), url("/Content/fonts/LibreFranklin-SemiBold.woff2") format("woff2"), url("/Content/fonts/LibreFranklin-SemiBold.svg") format("svg"), url("/Content/fonts/LibreFranklin-SemiBold.eot#iefix") format("embedded-opentype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/Content/fonts/Brandon_bld.otf") format("opentype"), url("/Content/fonts/Brandonbld.woff") format("woff"), url("/Content/fonts/Brandonbld.woff2") format("woff2"), url("/Content/fonts/Brandonbld.svg") format("svg"), url("/Content/fonts/Brandonbld.eot#iefix") format("embedded-opentype");
  font-weight: 700;
  font-display: swap;
}

/* line 1, Content/styles/_theme/_typography.scss */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* line 6, Content/styles/_theme/_typography.scss */
a {
  color: #334666;
  font-weight: 500;
}

/* line 9, Content/styles/_theme/_typography.scss */
a:active, a:hover, a:focus {
  color: #5470c9;
}

/* line 18, Content/styles/_theme/_typography.scss */
h1, h2, h3 {
  color: #334666;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* line 24, Content/styles/_theme/_typography.scss */
h1 {
  font-size: 2rem;
}

/* line 27, Content/styles/_theme/_typography.scss */
#Registration_Thankyou h1 {
  text-transform: none;
}

/* line 33, Content/styles/_theme/_typography.scss */
h2 {
  font-size: 1.5rem;
}

/* line 37, Content/styles/_theme/_typography.scss */
h3 {
  font-size: 1rem;
}

/* line 41, Content/styles/_theme/_typography.scss */
.breakup {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 46, Content/styles/_theme/_typography.scss */
.field-validation-error {
  color: #C21700;
  font-weight: 500;
}

/* line 51, Content/styles/_theme/_typography.scss */
.italic {
  font-style: italic;
}

/* COMPONENTS */
/* line 1, Content/styles/_components/_button.scss */
button,
.cta-btn {
  background-color: #334666;
  color: #8cded1;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 250ms ease;
  border: none;
  padding: 15px 25px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 1, Content/styles/_components/_button.scss */
  button,
.cta-btn {
    padding: 15px 30px;
  }
}

/* line 21, Content/styles/_components/_button.scss */
button:active, button:hover, button:focus,
.cta-btn:active,
.cta-btn:hover,
.cta-btn:focus {
  background-color: #F6626B;
  color: #fff;
}

/* line 29, Content/styles/_components/_button.scss */
button.signup-btn,
.cta-btn.signup-btn {
  background-color: #8cded1;
  color: #334666;
}

/* line 33, Content/styles/_components/_button.scss */
button.signup-btn:active, button.signup-btn:hover, button.signup-btn:focus,
.cta-btn.signup-btn:active,
.cta-btn.signup-btn:hover,
.cta-btn.signup-btn:focus {
  background-color: #f8c26c;
  color: #334666;
}

/* line 43, Content/styles/_components/_button.scss */
button.icon {
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  width: 38px;
  height: 38px;
}

/* line 52, Content/styles/_components/_button.scss */
button.back-to-top {
  background-image: url("/Content/images/icons/arrow-up.png");
}

/* line 57, Content/styles/_components/_button.scss */
.cta-btn {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

/* line 61, Content/styles/_components/_button.scss */
.non-clickable {
  text-decoration: underline;
}

/* line 64, Content/styles/_components/_button.scss */
.non-clickable:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  /* line 1, Content/styles/_components/_nav.scss */
  .nav {
    display: inline-block;
    float: right;
    background: #334666;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}

/* line 15, Content/styles/_components/_nav.scss */
.nav__menu span.icon-bar {
  margin: 3px 0;
}

/* line 18, Content/styles/_components/_nav.scss */
.nav__menu span.icon-bar:first-child {
  margin-top: 0;
}

/* line 22, Content/styles/_components/_nav.scss */
.nav__menu span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 27, Content/styles/_components/_nav.scss */
.nav__menu .nav__btn {
  width: 33px;
  border-radius: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  left: inherit;
  bottom: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1024px) {
  /* line 27, Content/styles/_components/_nav.scss */
  .nav__menu .nav__btn {
    display: none;
  }
}

/* line 46, Content/styles/_components/_nav.scss */
.nav__menu .nav__btn.open-menu .close-btn {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 15px;
  color: #334666;
  width: auto;
  white-space: nowrap;
  display: block;
  padding: 12px 0;
}

/* line 58, Content/styles/_components/_nav.scss */
.nav__menu .nav__btn.open-menu .icon-bar {
  display: none;
}

/* line 64, Content/styles/_components/_nav.scss */
.nav__menu .close-btn {
  font-family: "Montserrat", sans-serif;
  display: none;
  border: none;
  font-size: 15px;
}

/* line 71, Content/styles/_components/_nav.scss */
.nav__menu .icon-bar {
  background: #334666;
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 5px;
}

/* line 80, Content/styles/_components/_nav.scss */
.nav__links {
  display: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 47px;
  z-index: 90;
}

@media screen and (min-width: 1024px) {
  /* line 80, Content/styles/_components/_nav.scss */
  .nav__links {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 680px;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
}

/* line 102, Content/styles/_components/_nav.scss */
.nav__links ul {
  padding: 0;
  margin: 0;
}

/* line 107, Content/styles/_components/_nav.scss */
.nav__links li {
  list-style-type: none;
  line-height: 0.5;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
}

/* line 113, Content/styles/_components/_nav.scss */
.nav__links li:last-child {
  text-align: center;
}

/* line 116, Content/styles/_components/_nav.scss */
.nav__links li:last-child span {
  border-radius: 25px;
  background: #f8c26c;
  color: #334666;
  padding: 15px;
  width: 100%;
  display: block;
}

/* line 125, Content/styles/_components/_nav.scss */
.nav__links li:last-child a {
  height: 50px;
  padding: 5px;
  padding: 11px;
  line-height: 1.7;
  color: #334666;
  background: #334666;
  position: relative;
  z-index: 1;
}

/* line 136, Content/styles/_components/_nav.scss */
.nav__links li:last-child a::before {
  content: '';
  background: #f8c26c;
  height: 70%;
  width: 95%;
  position: absolute;
  bottom: 7px;
  left: 2.5%;
  z-index: -1;
  border-radius: 25px;
  padding: 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 125, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a {
    background: none;
    height: 54px;
  }
}

/* line 156, Content/styles/_components/_nav.scss */
.nav__links li:last-child a:hover {
  color: #4c7377;
}

@media screen and (min-width: 1024px) {
  /* line 156, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a:hover {
    background: none;
  }
}

/* line 163, Content/styles/_components/_nav.scss */
.nav__links li:last-child a:hover:before {
  background: #fca3a8;
}

/* line 168, Content/styles/_components/_nav.scss */
.nav__links li:last-child a.active-link {
  /* required for screenshotting active state */
  background: #f8c26c;
  color: #334666;
}

@media screen and (min-width: 1024px) {
  /* line 168, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a.active-link {
    background: none;
  }
}

/* line 176, Content/styles/_components/_nav.scss */
.nav__links li:last-child a.active-link:before {
  background: #fca3a8;
}

/* line 180, Content/styles/_components/_nav.scss */
.nav__links li:last-child a.active-link span {
  background: #f8c26c;
  color: #334666;
}

@media screen and (min-width: 1024px) {
  /* line 180, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a.active-link span {
    background: none;
  }
}

@media screen and (min-width: 1024px) {
  /* line 107, Content/styles/_components/_nav.scss */
  .nav__links li {
    line-height: 1.5;
    display: inline-block;
  }
  /* line 196, Content/styles/_components/_nav.scss */
  .nav__links li:first-child a {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  /* line 201, Content/styles/_components/_nav.scss */
  .nav__links li:nth-child(4) a {
    border-top-right-radius: 25px;
    padding-right: 138px;
    border-bottom-right-radius: 25px;
  }
  /* line 208, Content/styles/_components/_nav.scss */
  .nav__links li:last-child {
    position: absolute;
    white-space: nowrap;
  }
  /* line 212, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a {
    position: relative;
    z-index: 9;
    padding: 15px 17px;
    margin-left: -125px;
    color: #334666;
  }
  /* line 220, Content/styles/_components/_nav.scss */
  .nav__links li:last-child a::before {
    content: '';
    background: #f8c26c;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    border-radius: 25px;
    padding: 0;
    display: block;
  }
}

/* line 238, Content/styles/_components/_nav.scss */
.nav__links a {
  display: block;
  color: #8cded1;
  padding: 20px;
  text-decoration: none;
  border-bottom: #fff solid 1px;
  background: #334666;
  transition: all .2s ease-in;
}

/* line 247, Content/styles/_components/_nav.scss */
.nav__links a.active-link, .nav__links a:hover {
  background: #F6626B;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 238, Content/styles/_components/_nav.scss */
  .nav__links a {
    display: inline-block;
    padding: 15px 13px;
    background: none;
    border: none;
  }
}

/* line 1, Content/styles/_components/_cta.scss */
.cta-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  /* line 9, Content/styles/_components/_cta.scss */
  .cta-container .cta-btn {
    display: block;
    max-width: 200px;
  }
}

@media screen and (max-width: 812px) {
  /* line 9, Content/styles/_components/_cta.scss */
  .cta-container .cta-btn {
    width: 100%;
    max-width: none;
  }
}

/* line 20, Content/styles/_components/_cta.scss */
.cta-container .cta-btn span .btn__text {
  text-align: center;
}

@media screen and (max-width: 959px) {
  /* line 1, Content/styles/_components/_cta.scss */
  .cta-container {
    flex-wrap: wrap;
  }
}

/* line 30, Content/styles/_components/_cta.scss */
.cta {
  flex: 1 1 33%;
  margin: 0 10px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  /* line 30, Content/styles/_components/_cta.scss */
  .cta {
    align-items: flex-start;
  }
}

/* line 42, Content/styles/_components/_cta.scss */
.cta:first-of-type {
  margin-left: 0px;
}

/* line 46, Content/styles/_components/_cta.scss */
.cta:last-of-type {
  margin-right: 0px;
}

/* line 50, Content/styles/_components/_cta.scss */
.cta img {
  width: 100%;
  background: grey;
  display: block;
}

/* line 56, Content/styles/_components/_cta.scss */
.cta__text {
  color: #555555;
}

/* line 62, Content/styles/_components/_cta.scss */
.cta__text p {
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  /* line 30, Content/styles/_components/_cta.scss */
  .cta {
    margin: 0 0 50px 0;
    flex-basis: 100%;
  }
}

/* line 72, Content/styles/_components/_cta.scss */
.cta .cta-inner-container {
  justify-content: space-between;
}

/* line 77, Content/styles/_components/_cta.scss */
.cta-btn {
  min-width: 195px;
  margin: auto 0 0 0;
}

/* line 82, Content/styles/_components/_cta.scss */
.cta-icon-btn-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

/* line 87, Content/styles/_components/_cta.scss */
.cta-icon-btn-container img {
  max-width: 70px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  /* line 82, Content/styles/_components/_cta.scss */
  .cta-icon-btn-container {
    max-width: 380px;
  }
}

/* line 1, Content/styles/_components/_faqs.scss */
.accordion-wrapper {
  display: block;
  width: 100%;
}

/* line 5, Content/styles/_components/_faqs.scss */
.accordion-wrapper h2 {
  margin-top: 40px;
}

/* line 9, Content/styles/_components/_faqs.scss */
.accordion-wrapper ul.accordion__panel {
  padding: 0;
}

/* line 12, Content/styles/_components/_faqs.scss */
.accordion-wrapper ul.accordion__panel .inner-accordion-list {
  padding: 0;
}

/* line 15, Content/styles/_components/_faqs.scss */
.accordion-wrapper ul.accordion__panel .inner-accordion-list.list-item li {
  list-style-type: disc;
  display: list-item;
  margin-left: 1rem;
  padding: 0px 15px 0 0;
}

/* line 22, Content/styles/_components/_faqs.scss */
.accordion-wrapper ul.accordion__panel .inner-accordion-list li {
  border: none;
  padding: 10px 0;
}

/* line 29, Content/styles/_components/_faqs.scss */
.accordion-wrapper li {
  list-style-type: none;
  background: #eee;
  color: #333;
  border-radius: 5px;
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}

/* line 40, Content/styles/_components/_faqs.scss */
.accordion-wrapper li button {
  background: none;
  color: #334666;
  border-radius: 5px;
  padding: 20px;
  padding-left: 80px;
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: none;
}

/* line 57, Content/styles/_components/_faqs.scss */
.accordion-wrapper li button:after {
  content: "\e072";
  font: normal normal normal 28px/1 'iconmonstr-iconic-font';
  position: absolute;
  left: 21px;
  bottom: inherit;
  top: 19px;
  color: #334666;
  display: block;
  width: auto;
  font-size: 18px;
}

@media screen and (min-width: 1079px) {
  /* line 57, Content/styles/_components/_faqs.scss */
  .accordion-wrapper li button:after {
    right: 31px;
  }
}

/* line 74, Content/styles/_components/_faqs.scss */
.accordion-wrapper li button span {
  padding-right: 20%;
  display: block;
  pointer-events: none;
}

@media screen and (min-width: 1079px) {
  /* line 74, Content/styles/_components/_faqs.scss */
  .accordion-wrapper li button span {
    padding-right: 0;
  }
}

/* line 85, Content/styles/_components/_faqs.scss */
.accordion-wrapper li button.expanded:after {
  content: "\e073";
  font: normal normal normal 28px/1 'iconmonstr-iconic-font';
  font-size: 20px;
}

/* line 93, Content/styles/_components/_faqs.scss */
.accordion-wrapper li div.answers {
  display: none;
  padding: 0 15px 10px;
}

/* line 98, Content/styles/_components/_faqs.scss */
.accordion-wrapper li div.answers ul li {
  border: none;
  list-style-type: disc;
}

/* line 2, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #555555;
}

@media screen and (min-width: 768px) {
  /* line 12, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__decorative-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    position: relative;
  }
  /* line 20, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__decorative-left:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5px;
    height: 100%;
    background: #000;
    top: 100px;
    left: 50px;
    right: inherit;
    margin: auto;
    min-height: 940px;
  }
}

@media screen and (min-width: 768px) {
  /* line 36, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__content {
    display: inline-block;
    position: relative;
    max-width: 480px;
  }
}

/* line 49, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__text h2 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  /* line 49, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__text h2 {
    text-align: left;
  }
}

/* line 57, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__text p {
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  /* line 57, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__text p {
    text-align: left;
  }
}

/* line 69, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset {
  border: none;
  text-align: left;
  font-size: 14px;
}

/* line 74, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset {
  padding: 0;
  margin: 20px 0 0;
  font-weight: 500;
  position: relative;
}

/* line 80, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset legend {
  color: #334666;
  font-size: 14px;
  margin: 13px 0;
  font-weight: 700;
}

/* line 87, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset .radio-options {
  display: block;
  position: relative;
  clear: both;
}

/* line 93, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset label {
  color: #555555;
  font-weight: 500;
  padding-left: 29px;
  margin: 11px 0;
  position: relative;
}

/* line 100, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset label::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  border-radius: 100%;
  background-color: #fff;
  height: 22px;
  width: 22px;
  margin-left: -29px;
  top: -4px;
  z-index: 99;
}

/* line 114, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset label::after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  height: 10px;
  width: 10px;
  margin-left: -23px;
  top: 2px;
  z-index: 99;
}

/* line 129, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form fieldset.radio-fieldset input[type="radio"] {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  background-color: #fff;
  height: 22px;
  width: 22px;
  margin-left: 0;
  margin-top: -4px;
  padding: 0;
  z-index: 99;
}

/* line 146, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form label {
  display: block;
  color: #334666;
  font-size: 14px;
  margin: 13px 0;
  font-weight: 700;
}

/* line 154, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form input, div#signUp .signup-area__form select {
  border: none;
  padding: 14px 17px;
  border-radius: 25px;
  display: block;
  width: 100%;
}

/* line 162, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/Content/images/arrow.png);
  background-repeat: no-repeat;
  background-size: 2%;
  background-position: 97% center;
  background-color: #fff;
}

/* line 172, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form select::-ms-expand {
  display: none;
}

/* line 177, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form input[type="submit"] {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  /* line 177, Content/styles/_components/_signUpForm.scss */
  div#signUp .signup-area__form input[type="submit"] {
    max-width: 255px;
  }
}

/* line 187, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .field-validation-error {
  display: block;
  padding: 8px 17px;
}

/* line 195, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.req label:after {
  content: '*';
  color: #C21700;
  padding-left: 3px;
}

/* line 205, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control legend.req:after {
  content: '*';
  color: #C21700;
  padding-left: 3px;
}

/* line 213, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.terms {
  display: block;
  padding: 10px 0;
  color: #555555;
  font-weight: 500;
}

/* line 219, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.terms .required {
  color: #C21700;
  font-weight: 600;
}

/* line 231, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn {
  clear: both;
  margin: 10px 0;
  position: relative;
}

/* line 236, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn label {
  display: inline-block;
  font-weight: 500;
  margin-left: 45px;
  color: #555555;
  line-height: 1.4;
  position: relative;
}

/* line 245, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn label::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  border-radius: 0%;
  background-color: #fff;
  height: 22px;
  width: 22px;
  margin-left: -45px;
}

/* line 257, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn label::after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  border-radius: 0%;
  background-color: #fff;
  height: 10px;
  width: 10px;
  margin-left: -39px;
  top: 6px;
}

/* line 271, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn label span {
  display: block;
}

/* line 274, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn label span::before {
  content: '*';
  color: #C21700;
  display: block;
  margin-left: -7px;
  padding-top: 0px;
  position: absolute;
}

/* line 286, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn input[type="checkbox"] {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  border-radius: 0%;
  background-color: #fff;
  height: 22px;
  width: 22px;
  margin-left: 0;
  margin-top: 13px;
  padding: 0;
}

/* line 304, Content/styles/_components/_signUpForm.scss */
div#signUp .corp-text {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  padding: 0 0.75em;
}

/* line 314, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn input[type="checkbox"]:checked + label::before,
div#signUp .signup-area__form fieldset.radio-fieldset input[type="radio"]:checked + label::before {
  background-color: #fff;
}

/* line 318, Content/styles/_components/_signUpForm.scss */
div#signUp .signup-area__form .form-control.optIn input[type="checkbox"]:checked + label::after,
div#signUp .signup-area__form fieldset.radio-fieldset input[type="radio"]:checked + label::after {
  background: #5470c9;
}

/* line 1, Content/styles/_components/_genForms.scss */
.form-gen {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  /* line 1, Content/styles/_components/_genForms.scss */
  .form-gen {
    max-width: 500px;
  }
}

/* line 14, Content/styles/_components/_genForms.scss */
.form-gen.thankyou a .im {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 30px;
}

/* line 22, Content/styles/_components/_genForms.scss */
.Unsubscribe .form-gen {
  max-width: 600px;
}

/* line 25, Content/styles/_components/_genForms.scss */
.Unsubscribe .form-gen h1 {
  text-align: left;
}

/* line 30, Content/styles/_components/_genForms.scss */
.form-gen fieldset {
  border: none;
  padding: 0;
}

/* line 35, Content/styles/_components/_genForms.scss */
.form-gen label {
  display: block;
  color: #334666;
  font-size: 15px;
  margin: 13px 0;
  font-weight: 700;
  text-align: left;
}

/* line 44, Content/styles/_components/_genForms.scss */
.form-gen span.field-validation-error {
  display: block;
  padding: 0 17px;
  text-align: left;
}

/* line 50, Content/styles/_components/_genForms.scss */
.form-gen input {
  display: block;
  margin: 10px 0;
  border: none;
  padding: 14px 17px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #e1e3e8;
}

/* line 61, Content/styles/_components/_genForms.scss */
.form-gen .submit-btn {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

/* line 65, Content/styles/_components/_genForms.scss */
.form-gen div.submit {
  display: block;
  margin: 20px 0;
}

/* line 70, Content/styles/_components/_genForms.scss */
.form-gen :focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #334666;
}

/* line 2, Content/styles/_components/_video.scss */
a.play-btn,
a.play-video-btn {
  display: none;
}

/* line 6, Content/styles/_components/_video.scss */
a.play-btn.playing,
a.play-video-btn.playing {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 2, Content/styles/_components/_video.scss */
  a.play-btn,
a.play-video-btn {
    background: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: inherit;
    right: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
    z-index: 99;
  }
}

/* line 32, Content/styles/_components/_video.scss */
a.play-btn img,
a.play-video-btn img {
  width: 100%;
}

/* line 38, Content/styles/_components/_video.scss */
.video-player__wrapper {
  display: block;
  width: 100%;
  margin: 0px 0;
}

@media screen and (min-width: 768px) {
  /* line 38, Content/styles/_components/_video.scss */
  .video-player__wrapper {
    margin: 0px 0 0px;
  }
}

/* line 47, Content/styles/_components/_video.scss */
.video-player__wrapper .video {
  position: relative;
}

/* line 53, Content/styles/_components/_video.scss */
.video-player__cols {
  display: block;
  width: 100%;
  position: relative;
}

/* line 68, Content/styles/_components/_video.scss */
.video-player__video {
  width: 100%;
  object-fit: cover;
  height: auto;
}

/* line 73, Content/styles/_components/_video.scss */
.video-player__video.playing {
  object-fit: contain;
}

/* line 79, Content/styles/_components/_video.scss */
.video-player__text p {
  margin: 0px auto 30px;
}

/* line 87, Content/styles/_components/_video.scss */
.details-wrapper {
  padding: 10px 0px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 87, Content/styles/_components/_video.scss */
  .details-wrapper {
    padding: 10px 0px;
  }
}

/* line 95, Content/styles/_components/_video.scss */
.details-wrapper details {
  cursor: pointer;
}

/* line 99, Content/styles/_components/_video.scss */
.details-wrapper details.show summary#show-hide-transcript:before {
  display: none;
}

/* line 103, Content/styles/_components/_video.scss */
.details-wrapper details.show summary#show-hide-transcript:after {
  content: "\e073";
  font: normal normal normal 28px/1 'iconmonstr-iconic-font';
  position: absolute;
  left: 21px;
  bottom: inherit;
  top: 21px;
  color: #334666;
  display: block;
  width: auto;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  /* line 103, Content/styles/_components/_video.scss */
  .details-wrapper details.show summary#show-hide-transcript:after {
    right: 31px;
  }
}

/* line 122, Content/styles/_components/_video.scss */
.details-wrapper summary#show-hide-transcript {
  position: relative;
  list-style: none;
  display: block;
  background: #eee;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 5px;
  color: #334666;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
}

/* line 134, Content/styles/_components/_video.scss */
.details-wrapper summary#show-hide-transcript span {
  padding: 16px;
  padding-left: 80px;
  display: block;
  pointer-events: none;
}

/* line 142, Content/styles/_components/_video.scss */
.details-wrapper summary#show-hide-transcript::-webkit-details-marker {
  display: none;
}

/* line 146, Content/styles/_components/_video.scss */
.details-wrapper summary#show-hide-transcript:before {
  content: "\e072";
  font: normal normal normal 28px/1 'iconmonstr-iconic-font';
  position: absolute;
  left: 21px;
  bottom: inherit;
  top: 21px;
  color: #334666;
  display: block;
  width: auto;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  /* line 146, Content/styles/_components/_video.scss */
  .details-wrapper summary#show-hide-transcript:before {
    right: 31px;
  }
}

/* line 163, Content/styles/_components/_video.scss */
.details-wrapper summary#show-hide-transcript:after {
  display: none;
}

/* line 168, Content/styles/_components/_video.scss */
.details-wrapper #transcript_content, .details-wrapper .transcript_content {
  display: none;
}

/* line 170, Content/styles/_components/_video.scss */
.details-wrapper #transcript_content.show, .details-wrapper .transcript_content.show {
  display: block;
  padding: 0 15px 10px;
  color: #555555;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* line 182, Content/styles/_components/_video.scss */
.hero-image.hero-video {
  max-height: 415px;
  height: 271px;
  margin-top: 52px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  /* line 182, Content/styles/_components/_video.scss */
  .hero-image.hero-video {
    height: 450px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 182, Content/styles/_components/_video.scss */
  .hero-image.hero-video {
    margin-top: 54.11px;
  }
}

/* line 197, Content/styles/_components/_video.scss */
.hero-image.hero-video .inner-wrapper {
  padding: 0;
}

/* line 202, Content/styles/_components/_video.scss */
.play-btn-holder {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* line 210, Content/styles/_components/_video.scss */
.video-wrapper {
  position: fixed;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}

/* line 224, Content/styles/_components/_video.scss */
.video-wrapper__video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/* line 231, Content/styles/_components/_video.scss */
.video-wrapper.show-modal {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9;
}

@media screen and (max-width: 812px) {
  /* line 231, Content/styles/_components/_video.scss */
  .video-wrapper.show-modal {
    overflow-y: scroll;
  }
}

/* line 247, Content/styles/_components/_video.scss */
.video-wrapper video {
  display: block;
  width: 100%;
  clear: both;
  max-height: 422px;
  height: 271px;
  z-index: 99999;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  /* line 247, Content/styles/_components/_video.scss */
  .video-wrapper video {
    height: auto;
  }
}

/* line 260, Content/styles/_components/_video.scss */
.video-wrapper video.playing {
  object-fit: contain;
}

/* line 265, Content/styles/_components/_video.scss */
.video-wrapper .video-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  top: 0;
  display: block;
  z-index: 99;
  padding: 0px;
  max-height: 415px;
}

/* line 276, Content/styles/_components/_video.scss */
.video-wrapper .video-inner.playing {
  background: #000;
}

/* line 289, Content/styles/_components/_video.scss */
.video-wrapper .video-inner details {
  display: block;
  color: #fff;
  padding: 20px 10px;
}

/* line 296, Content/styles/_components/_video.scss */
.video-wrapper .close-video {
  position: relative;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
  float: right;
}

/* Slideshow container */
/* line 3, Content/styles/_components/_carousel.scss */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* line 8, Content/styles/_components/_carousel.scss */
.slideshow-container .details-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: -50px;
  margin-top: 2px;
}

@media screen and (max-width: 959px) {
  /* line 8, Content/styles/_components/_carousel.scss */
  .slideshow-container .details-nav {
    flex-direction: column;
  }
}

/* line 20, Content/styles/_components/_carousel.scss */
.slideshow-container .details-nav button {
  border: none;
  padding: 0;
  background-color: transparent;
  z-index: 20;
}

/* line 26, Content/styles/_components/_carousel.scss */
.slideshow-container .details-nav button:hover {
  background-color: transparent;
}

/* Make the images invisible by default */
/* line 35, Content/styles/_components/_carousel.scss */
.video-containers {
  display: none;
}

/* forward & Back buttons */
/* line 41, Content/styles/_components/_carousel.scss */
.Back {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* line 56, Content/styles/_components/_carousel.scss */
.forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  right: 0;
  border-radius: 4px 0 0 4px;
}

/* Place the "forward button" to the right */
/*when the user hovers,add a black background with some little opacity */
/* line 77, Content/styles/_components/_carousel.scss */
.Back:hover,
.forward:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption Info */
/* line 84, Content/styles/_components/_carousel.scss */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The circles or bullets and indicators */
/* line 97, Content/styles/_components/_carousel.scss */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

/* line 108, Content/styles/_components/_carousel.scss */
.enable,
.dots:hover {
  background-color: #717161;
}

/* Faint animation */
/* line 115, Content/styles/_components/_carousel.scss */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {
    opacity: .5;
  }
  to {
    opacity: 2;
  }
}

@keyframes fade {
  from {
    opacity: .5;
  }
  to {
    opacity: 2;
  }
}

/* line 2, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #555555;
}

@media screen and (min-width: 768px) {
  /* line 12, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__decorative-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    position: relative;
  }
  /* line 20, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__decorative-left:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    top: 95px;
    left: 50px;
    right: inherit;
    margin: auto;
    min-height: 800px;
  }
}

@media screen and (min-width: 768px) {
  /* line 36, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__content {
    display: inline-block;
    position: relative;
    max-width: 570px;
  }
}

/* line 48, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__text {
  padding: 0 13px;
}

@media screen and (min-width: 768px) {
  /* line 48, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__text {
    padding: 0;
  }
}

/* line 55, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__text h2 {
  font-weight: 700;
  text-align: left;
  font-size: 1.5rem;
}

/* line 61, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__text p {
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  /* line 61, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__text p {
    padding-right: 2rem;
    margin-bottom: 0;
  }
}

/* line 74, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form fieldset {
  border: none;
  text-align: left;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  /* line 74, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form fieldset {
    padding-left: 0;
  }
}

/* line 83, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form fieldset.checkbox-fieldset {
  padding: 0;
  margin: 20px 0 0;
  font-weight: 500;
  position: relative;
}

/* line 89, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form fieldset.checkbox-fieldset legend {
  color: #334666;
  font-size: 18px;
  margin: 13px 0;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 97, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form fieldset.checkbox-fieldset label {
  color: #555555;
  font-weight: 500;
  padding-left: 29px;
  margin: 11px 0;
  position: relative;
}

/* line 105, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form fieldset.checkbox-fieldset p {
  font-size: 12px;
  margin-top: 0;
}

/* line 114, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form label {
  display: block;
  color: #334666;
  font-size: 18px;
  margin: 13px 0;
  font-weight: 700;
}

/* line 122, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form input, div#registerYourDoctorForm .signup-area__form select {
  border: none;
  padding: 14px 17px;
  border-radius: 25px;
  display: block;
  width: 100%;
}

/* line 130, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/Content/images/arrow.png);
  background-repeat: no-repeat;
  background-size: 2%;
  background-position: 97% center;
  background-color: #fff;
}

/* line 140, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form select::-ms-expand {
  display: none;
}

/* line 145, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form input[type="submit"] {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  /* line 145, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form input[type="submit"] {
    max-width: 255px;
  }
}

/* line 155, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .field-validation-error {
  display: block;
  padding: 8px 17px;
  position: absolute;
}

@media screen and (max-width: 959px) {
  /* line 155, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form .field-validation-error {
    padding: 8px 0px;
  }
}

/* line 165, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control {
  position: relative;
}

/* line 170, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.req label:after {
  content: '*';
  color: #C21700;
  padding-left: 3px;
}

/* line 180, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control legend.req:after {
  content: '*';
  color: #C21700;
  padding-left: 3px;
}

/* line 188, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.terms {
  display: block;
  padding: 10px 0;
  color: #555555;
  font-weight: 500;
}

/* line 194, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.terms .required {
  color: #C21700;
  font-weight: 600;
}

/* line 200, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control:not(.terms, .mutationStatus) {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  /* line 200, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form .form-control:not(.terms, .mutationStatus) {
    margin-bottom: 40px;
  }
}

/* line 208, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutations {
  margin-bottom: 25px;
}

/* line 215, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo,
div#registerYourDoctorForm .signup-area__form .form-control.optIn {
  clear: both;
  margin: 5px 0;
  position: relative;
}

/* line 222, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus label,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  padding-left: 29px;
  color: #555555;
  line-height: 0;
  position: relative;
}

/* line 233, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus label::before,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label::before,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  border-radius: 0%;
  background-color: #fff;
  height: 22px;
  width: 22px;
  top: -11px;
  left: -8px;
}

/* line 246, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus label::after,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label::after,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label::after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  border-radius: 0%;
  background-color: #fff;
  height: 10px;
  width: 10px;
  top: -5px;
  left: -2px;
}

/* line 259, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus label span,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label span,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label span {
  display: block;
}

/* line 267, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus.req label span::before,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo.req label span::before,
div#registerYourDoctorForm .signup-area__form .form-control.optIn.req label span::before {
  content: '*';
  color: #C21700;
  display: block;
  margin-left: -7px;
  padding-top: 0px;
  position: absolute;
}

/* line 279, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus input[type="checkbox"],
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo input[type="checkbox"],
div#registerYourDoctorForm .signup-area__form .form-control.optIn input[type="checkbox"] {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #707d93;
  border-radius: 0%;
  background-color: #fff;
  height: 22px;
  width: 22px;
  margin-left: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 296, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo,
div#registerYourDoctorForm .signup-area__form .form-control.optIn {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  /* line 296, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form .form-control.personalInfo,
div#registerYourDoctorForm .signup-area__form .form-control.optIn {
    margin-top: 20px;
  }
}

/* line 304, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label {
  line-height: 1.4;
}

/* line 307, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label::before,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label::before {
  top: 0;
}

/* line 311, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo label::after,
div#registerYourDoctorForm .signup-area__form .form-control.optIn label::after {
  top: 6px;
}

/* line 316, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo input[type="checkbox"],
div#registerYourDoctorForm .signup-area__form .form-control.optIn input[type="checkbox"] {
  top: 13px;
  transform: translateY(0);
}

/* line 322, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo .field-validation-error {
  padding-left: 37px;
}

@media screen and (min-width: 768px) {
  /* line 322, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area__form .form-control.personalInfo .field-validation-error {
    transform: translateY(50%);
    bottom: -100px;
  }
}

/* line 331, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.optIn .field-validation-error {
  bottom: 0;
  transform: translateY(50%);
}

/* line 337, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area input[type="submit"] {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 337, Content/styles/_components/_registerYourDoctorForm.scss */
  div#registerYourDoctorForm .signup-area input[type="submit"] {
    margin-top: 150px;
  }
}

/* line 349, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus input[type="checkbox"]:checked ~ label::before,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo input[type="checkbox"]:checked ~ label::before,
div#registerYourDoctorForm .signup-area__form .form-control.optIn input[type="checkbox"]:checked ~ label::before {
  background-color: #fff;
}

/* line 355, Content/styles/_components/_registerYourDoctorForm.scss */
div#registerYourDoctorForm .signup-area__form .form-control.mutationStatus input[type="checkbox"]:checked ~ label::after,
div#registerYourDoctorForm .signup-area__form .form-control.personalInfo input[type="checkbox"]:checked ~ label::after,
div#registerYourDoctorForm .signup-area__form .form-control.optIn input[type="checkbox"]:checked ~ label::after {
  background: #5470c9;
}

/* LAYOUTS */
/* line 1, Content/styles/_layouts/_layout.scss */
.wrapper {
  padding: 0px;
}

/* line 4, Content/styles/_layouts/_layout.scss */
.wrapper.white {
  background-color: white;
}

/* line 8, Content/styles/_layouts/_layout.scss */
.wrapper.grey {
  background-color: #e1e3e8;
}

/* line 11, Content/styles/_layouts/_layout.scss */
.wrapper.grey .inner-wrapper {
  padding: 50px 10px;
}

@media screen and (min-width: 768px) {
  /* line 11, Content/styles/_layouts/_layout.scss */
  .wrapper.grey .inner-wrapper {
    padding: 50px;
  }
}

/* line 20, Content/styles/_layouts/_layout.scss */
.wrapper.hero-image, .wrapper.hero-bg {
  padding-top: 99px;
  position: relative;
}

/* line 29, Content/styles/_layouts/_layout.scss */
.inner-page__content {
  line-height: 1.6;
}

/* line 32, Content/styles/_layouts/_layout.scss */
.inner-page__content:nth-child(odd) {
  background: #eee;
}

/* line 36, Content/styles/_layouts/_layout.scss */
.inner-page__content.white-background {
  /* will make background white */
  background: #fff;
}

/* line 40, Content/styles/_layouts/_layout.scss */
.inner-page__content.policy-text {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 40, Content/styles/_layouts/_layout.scss */
  .inner-page__content.policy-text {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  /* line 29, Content/styles/_layouts/_layout.scss */
  .inner-page__content {
    padding: 50px 0;
  }
}

/* line 53, Content/styles/_layouts/_layout.scss */
.inner-page__text {
  margin: 0 auto;
  max-width: 960px;
  display: block;
  padding: 12px;
  color: #555555;
}

@media screen and (min-width: 768px) {
  /* line 53, Content/styles/_layouts/_layout.scss */
  .inner-page__text {
    padding: 0 12px;
  }
}

/* line 65, Content/styles/_layouts/_layout.scss */
.inner-page__text ul {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  /* line 65, Content/styles/_layouts/_layout.scss */
  .inner-page__text ul {
    padding-left: 40px;
  }
}

/* line 72, Content/styles/_layouts/_layout.scss */
.inner-page__text ul.secondary-list-items {
  padding-left: 60px;
}

/* line 75, Content/styles/_layouts/_layout.scss */
.inner-page__text ul.secondary-list-items li {
  list-style-type: circle;
}

/* line 81, Content/styles/_layouts/_layout.scss */
.inner-page__text li {
  margin: 10px 0;
}

/* line 85, Content/styles/_layouts/_layout.scss */
.inner-page__text p {
  hyphens: none;
}

/* line 89, Content/styles/_layouts/_layout.scss */
.inner-page__text p.footnote {
  font-size: 12px;
  margin-top: 40px;
}

/* line 94, Content/styles/_layouts/_layout.scss */
.inner-page__text .cta-btn {
  min-width: inherit;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* line 102, Content/styles/_layouts/_layout.scss */
.inner-page__text .cta-btn.margin-bottom {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  /* line 94, Content/styles/_layouts/_layout.scss */
  .inner-page__text .cta-btn {
    margin: auto 0 0 0;
    max-width: 294px;
  }
}

/* line 111, Content/styles/_layouts/_layout.scss */
.inner-page__text .cta-btn.centre {
  margin: 0 auto;
}

/* line 118, Content/styles/_layouts/_layout.scss */
.inner-page__text strong {
  /* display: block;
             line-height: 1.6;
            margin: 10px 0;  */
}

/* line 125, Content/styles/_layouts/_layout.scss */
.inner-page__lead-in {
  margin-top: 55px;
}

/*
.inner-wrapper {
    margin: 0 auto;
    padding: 20px 0;
    max-width: none;
    width: 100%;
    @include breakpoint(desktop) {
        padding: 50px 0;
    }
} 

#UnderstandingGist .inner-page__content:nth-child(even) {
    background: #eee;
}
#UnderstandingGist .inner-page__content:nth-child(odd) {
    background: #fff;
}*/
/* line 1, Content/styles/_layouts/_header.scss */
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  top: 0;
}

@media screen and (min-width: 1024px) {
  /* line 1, Content/styles/_layouts/_header.scss */
  .header {
    position: fixed;
  }
}

/* line 12, Content/styles/_layouts/_header.scss */
.header.fixed {
  position: fixed;
  background: #fff;
  transition: none;
  z-index: 999;
  width: 100%;
}

/* line 20, Content/styles/_layouts/_header.scss */
.header__inner {
  position: relative;
  padding: 5px 10px;
}

@media screen and (min-width: 1024px) {
  /* line 20, Content/styles/_layouts/_header.scss */
  .header__inner {
    padding: 14px 0 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

/* line 32, Content/styles/_layouts/_header.scss */
.header.open-menu {
  background: #fff;
}

/* line 36, Content/styles/_layouts/_header.scss */
.header.mobile-open {
  background: #fff;
}

/* line 40, Content/styles/_layouts/_header.scss */
.header__logo {
  display: block;
  margin: 5px 0 0;
  max-width: 168px;
}

/* line 45, Content/styles/_layouts/_header.scss */
.header__logo img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 40, Content/styles/_layouts/_header.scss */
  .header__logo {
    display: inline-block;
    max-width: 219px;
    margin: 10px 0;
  }
}

/* line 56, Content/styles/_layouts/_header.scss */
.header .goToContent {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

/* line 65, Content/styles/_layouts/_header.scss */
.header .goToContent:focus {
  left: 0;
  top: 0;
  color: #334666;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 1;
}

/* line 2, Content/styles/_layouts/_footer.scss */
.footer {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 60px 10px 20px;
}

@media screen and (min-width: 768px) {
  /* line 2, Content/styles/_layouts/_footer.scss */
  .footer {
    padding: 70px 0 20px;
  }
}

/* line 12, Content/styles/_layouts/_footer.scss */
.footer__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

@media screen and (min-width: 768px) {
  /* line 12, Content/styles/_layouts/_footer.scss */
  .footer__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
}

/* line 26, Content/styles/_layouts/_footer.scss */
.footer .back-to-top {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  bottom: inherit;
}

@media screen and (min-width: 768px) {
  /* line 26, Content/styles/_layouts/_footer.scss */
  .footer .back-to-top {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: inherit;
    right: 30px;
    top: -90px;
    bottom: inherit;
  }
}

/* line 47, Content/styles/_layouts/_footer.scss */
.footer .back-to-top .im {
  color: #334666;
  font-size: 38px;
}

/* line 51, Content/styles/_layouts/_footer.scss */
.footer .back-to-top .im::before {
  background: #fff;
  border-radius: 100%;
}

/* line 57, Content/styles/_layouts/_footer.scss */
.footer .back-to-top a {
  text-decoration: none;
}

/* line 65, Content/styles/_layouts/_footer.scss */
.footer .back-to-top span {
  display: none;
  font-size: 12px;
}

/* line 69, Content/styles/_layouts/_footer.scss */
.footer .back-to-top span.screen-reader-only {
  font-size: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  /* line 74, Content/styles/_layouts/_footer.scss */
  .footer .back-to-top span.desktop {
    display: block;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    padding-top: 20px;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  /* line 87, Content/styles/_layouts/_footer.scss */
  .footer__logo-container {
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
}

/* line 95, Content/styles/_layouts/_footer.scss */
.footer .footer-logo {
  display: block;
  text-align: center;
  width: 144px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* line 102, Content/styles/_layouts/_footer.scss */
  .footer__nav {
    display: inline-block;
    float: right;
  }
}

/* line 108, Content/styles/_layouts/_footer.scss */
.footer__nav ul {
  padding: 0;
  margin: 25px 0 29px;
}

@media screen and (min-width: 768px) {
  /* line 108, Content/styles/_layouts/_footer.scss */
  .footer__nav ul {
    padding: 12px 0 0;
    margin: 0;
  }
}

/* line 118, Content/styles/_layouts/_footer.scss */
.footer__nav li {
  list-style-type: none;
  line-height: 30px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  /* line 118, Content/styles/_layouts/_footer.scss */
  .footer__nav li {
    display: inline-block;
    padding-right: 10px;
  }
}

/* line 129, Content/styles/_layouts/_footer.scss */
.footer__nav a {
  color: #334666;
  font-weight: 500;
}

/* line 133, Content/styles/_layouts/_footer.scss */
.footer__nav a:hover {
  color: #5470c9;
}

/* line 139, Content/styles/_layouts/_footer.scss */
.footer__text {
  font-weight: 400;
  color: #555555;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* line 146, Content/styles/_layouts/_footer.scss */
.footer__text p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 152, Content/styles/_layouts/_footer.scss */
.footer__text sup {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  /* line 139, Content/styles/_layouts/_footer.scss */
  .footer__text {
    margin: 0;
    clear: both;
    text-align: left;
    display: block;
    padding-top: 5px;
    max-width: none;
  }
}

/* line 1, Content/styles/_layouts/_hero.scss */
.hero-image,
.hero-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

/* line 7, Content/styles/_layouts/_hero.scss */
.hero-image .inner-wrapper,
.hero-bg .inner-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px;
}

@media screen and (min-width: 1079px) {
  /* line 7, Content/styles/_layouts/_hero.scss */
  .hero-image .inner-wrapper,
.hero-bg .inner-wrapper {
    padding: 0px;
  }
}

@media screen and (min-width: 768px) {
  /* line 1, Content/styles/_layouts/_hero.scss */
  .hero-image,
.hero-bg {
    background-position: center;
    min-height: 450px;
    background-size: cover;
  }
  /* line 23, Content/styles/_layouts/_hero.scss */
  .home .hero-image, .home .hero-bg {
    min-height: 450px;
  }
}

/* PAGES */
/* line 2, Content/styles/_pages/_home.scss */
.home header {
  background: rgba(255, 255, 255, 0.8);
}

/* line 6, Content/styles/_pages/_home.scss */
.home .hero-image {
  background-image: url("/Content/images/hero-homePage-mob.png");
}

/* line 10, Content/styles/_pages/_home.scss */
.home .hero-image h1 {
  margin-bottom: 0;
  text-shadow: 1px -3px 12px #fff;
  font-family: "Brandon Grotesque", sans-serif;
}

@media screen and (min-width: 768px) {
  /* line 10, Content/styles/_pages/_home.scss */
  .home .hero-image h1 {
    text-shadow: none;
  }
}

/* line 19, Content/styles/_pages/_home.scss */
.home .hero-image h1 span {
  display: block;
}

/* line 23, Content/styles/_pages/_home.scss */
.home .hero-image h1 .small {
  font-size: 1.5rem;
  margin-top: 8px;
}

/* line 28, Content/styles/_pages/_home.scss */
.home .hero-image h1 .large {
  font-size: 1.5rem;
}

/* line 32, Content/styles/_pages/_home.scss */
.home .hero-image h1 .extra-large {
  font-size: 3rem;
}

/* line 37, Content/styles/_pages/_home.scss */
.home .hero-image p {
  font-weight: 500;
}

/* line 41, Content/styles/_pages/_home.scss */
.home .hero-image__text {
  margin-top: 35%;
  position: relative;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  /* line 41, Content/styles/_pages/_home.scss */
  .home .hero-image__text {
    position: absolute;
  }
}

/* line 51, Content/styles/_pages/_home.scss */
.home .hero-image__cta-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 568px) {
  /* line 51, Content/styles/_pages/_home.scss */
  .home .hero-image__cta-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  /* line 60, Content/styles/_pages/_home.scss */
  .home .hero-image .cta-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 812px) {
  /* line 60, Content/styles/_pages/_home.scss */
  .home .hero-image .cta-btn {
    max-width: none;
  }
}

/* line 69, Content/styles/_pages/_home.scss */
.home .hero-image .cta-btn:first-of-type {
  margin-bottom: 10px;
}

@media screen and (min-width: 568px) {
  /* line 69, Content/styles/_pages/_home.scss */
  .home .hero-image .cta-btn:first-of-type {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 6, Content/styles/_pages/_home.scss */
  .home .hero-image {
    background-image: url("/Content/images/hero-homePage2.png");
    background-position: center;
  }
  /* line 84, Content/styles/_pages/_home.scss */
  .home .hero-image h1 span {
    display: inline;
  }
  /* line 88, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .small {
    font-size: 1.6rem;
    display: block;
  }
  /* line 94, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .large {
    font-size: 2.9rem;
  }
  /* line 98, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .extra-large {
    font-size: 2.9rem;
  }
  /* line 103, Content/styles/_pages/_home.scss */
  .home .hero-image .inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  /* line 112, Content/styles/_pages/_home.scss */
  .home .hero-image__text {
    display: flex;
    flex-direction: column;
    max-width: 493px;
    width: 100%;
    margin-top: 0;
    top: 80%;
    left: inherit;
    bottom: inherit;
    right: -19px;
  }
}

@media screen and (min-width: 1079px) {
  /* line 127, Content/styles/_pages/_home.scss */
  .home .hero-image__text {
    max-width: 493px;
    top: 23%;
    margin-top: 12px;
  }
  /* line 134, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .small {
    font-size: 1.9rem;
  }
  /* line 138, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .large {
    font-size: 3.5rem;
  }
  /* line 142, Content/styles/_pages/_home.scss */
  .home .hero-image h1 .extra-large {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1400px) {
  /* line 6, Content/styles/_pages/_home.scss */
  .home .hero-image {
    background-position: bottom center;
    background-size: cover;
  }
}

/* line 1, Content/styles/_pages/_inner.scss */
.hero-image {
  background-image: url("/Content/images/hero-managingGist.jpg");
}

/* line 4, Content/styles/_pages/_inner.scss */
.hero-image h1 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Brandon Grotesque", sans-serif;
}

@media screen and (min-width: 768px) {
  /* line 4, Content/styles/_pages/_inner.scss */
  .hero-image h1 {
    font-size: 2rem;
  }
}

/* line 14, Content/styles/_pages/_inner.scss */
.hero-image h1 span {
  display: block;
}

/* line 18, Content/styles/_pages/_inner.scss */
.hero-image h1 .small {
  font-size: 0.875rem;
  margin-top: 8px;
}

/* line 23, Content/styles/_pages/_inner.scss */
.hero-image h1 .large {
  font-size: 1.5rem;
}

/* line 27, Content/styles/_pages/_inner.scss */
.hero-image h1 .extra-large {
  font-size: 3rem;
}

/* line 32, Content/styles/_pages/_inner.scss */
.hero-image p {
  font-weight: 500;
  line-height: 1.4;
}

/* line 37, Content/styles/_pages/_inner.scss */
.hero-image__text {
  position: absolute;
  bottom: 45px;
}

/* line 42, Content/styles/_pages/_inner.scss */
.hero-image .cta-btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 310px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 42, Content/styles/_pages/_inner.scss */
  .hero-image .cta-btn {
    margin: auto 0 0 0;
  }
}

/* line 54, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image {
  background-image: url("/Content/images/hero-image-placeholder.png");
}

/* line 58, Content/styles/_pages/_inner.scss */
#CareSupport .hero-image {
  background-image: url("/Content/images/hero-managingGist.jpg");
  background-position: center top;
}

/* line 63, Content/styles/_pages/_inner.scss */
#LivingWithGist .hero-image {
  background-image: url("/Content/images/hero-livingWithGist.jpg");
}

/* line 67, Content/styles/_pages/_inner.scss */
#Faqs .hero-image {
  background-image: url("/Content/images/hero-faq.jpg");
}

/* line 71, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image {
  background-image: url("/Content/images/hero-understandingGist.jpg");
}

/* line 75, Content/styles/_pages/_inner.scss */
#RegisterYourDoctor .hero-image, #RegisterYourDoctor_Thankyou .hero-image {
  background-image: url("/Content/images/hero-registeringYourDoctor.jpg");
}

/* line 82, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image, #CareSupport .hero-image, #LivingWithGist .hero-image, #Faqs .hero-image {
  padding: 99px 0;
  background-size: cover;
  background-position: center;
  margin-top: 49.11px;
}

@breakpoint (ipadLand) {
  /* line 82, Content/styles/_pages/_inner.scss */
  #UnderstandingGist .hero-image, #CareSupport .hero-image, #LivingWithGist .hero-image, #Faqs .hero-image {
    margin-top: 78.13px;
  }
}

/* line 96, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image h1, #CareSupport .hero-image h1, #LivingWithGist .hero-image h1, #Faqs .hero-image h1 {
  font-size: 1.75rem;
  color: #fff;
  text-shadow: 7px 1px 12px #000;
}

@media screen and (min-width: 768px) {
  /* line 96, Content/styles/_pages/_inner.scss */
  #UnderstandingGist .hero-image h1, #CareSupport .hero-image h1, #LivingWithGist .hero-image h1, #Faqs .hero-image h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}

/* line 108, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image h1 span, #CareSupport .hero-image h1 span, #LivingWithGist .hero-image h1 span, #Faqs .hero-image h1 span {
  font-size: 1.1875rem;
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 108, Content/styles/_pages/_inner.scss */
  #UnderstandingGist .hero-image h1 span, #CareSupport .hero-image h1 span, #LivingWithGist .hero-image h1 span, #Faqs .hero-image h1 span {
    font-size: 1.8125rem;
    line-height: 2.9rem;
  }
}

/* line 119, Content/styles/_pages/_inner.scss */
#UnderstandingGist .hero-image .hero-image__text, #CareSupport .hero-image .hero-image__text, #LivingWithGist .hero-image .hero-image__text, #Faqs .hero-image .hero-image__text {
  bottom: 21px;
}

@media screen and (min-width: 768px) {
  /* line 119, Content/styles/_pages/_inner.scss */
  #UnderstandingGist .hero-image .hero-image__text, #CareSupport .hero-image .hero-image__text, #LivingWithGist .hero-image .hero-image__text, #Faqs .hero-image .hero-image__text {
    bottom: 36px;
  }
}

/* line 129, Content/styles/_pages/_inner.scss */
#Faqs .hero-image h1 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  /* line 129, Content/styles/_pages/_inner.scss */
  #Faqs .hero-image h1 {
    font-size: 3.5rem;
  }
}

/* line 138, Content/styles/_pages/_inner.scss */
#RegisterYourDoctor .hero-image, #RegisterYourDoctor_Thankyou .hero-image {
  background-size: cover;
  background-position-x: calc(100% + 83px);
  background-position-y: 30px;
  min-height: 272px;
}

@media screen and (min-width: 768px) {
  /* line 138, Content/styles/_pages/_inner.scss */
  #RegisterYourDoctor .hero-image, #RegisterYourDoctor_Thankyou .hero-image {
    background-position-x: center;
    min-height: 425px;
  }
}

/* line 151, Content/styles/_pages/_inner.scss */
#RegisterYourDoctor .hero-image h1, #RegisterYourDoctor_Thankyou .hero-image h1 {
  font-size: 3rem;
}

/* line 155, Content/styles/_pages/_inner.scss */
#RegisterYourDoctor .hero-image p, #RegisterYourDoctor_Thankyou .hero-image p {
  font-size: 1.1875rem;
}

/* line 159, Content/styles/_pages/_inner.scss */
#RegisterYourDoctor .hero-image .hero-image__text, #RegisterYourDoctor_Thankyou .hero-image .hero-image__text {
  bottom: auto;
  max-width: 400px;
  transform: translateX(-60px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 159, Content/styles/_pages/_inner.scss */
  #RegisterYourDoctor .hero-image .hero-image__text, #RegisterYourDoctor_Thankyou .hero-image .hero-image__text {
    transform: translateX(0px);
  }
}

@media screen and (min-width: 768px) {
  /* line 1, Content/styles/_pages/_inner.scss */
  .hero-image {
    background-image: url("/Content/images/hero-image-placeholder.png");
  }
  /* line 175, Content/styles/_pages/_inner.scss */
  #CareSupport .hero-image {
    background-image: url("/Content/images/hero-managingGist.jpg");
    background-position: center top;
  }
  /* line 180, Content/styles/_pages/_inner.scss */
  #LivingWithGist .hero-image {
    background-image: url("/Content/images/hero-livingWithGist.jpg");
  }
  /* line 184, Content/styles/_pages/_inner.scss */
  #Faqs .hero-image {
    background-image: url("/Content/images/hero-faq.jpg");
  }
  /* line 190, Content/styles/_pages/_inner.scss */
  .hero-image h1 span {
    display: inline;
  }
  /* line 194, Content/styles/_pages/_inner.scss */
  .hero-image h1 .small {
    font-size: 1.9rem;
  }
  /* line 198, Content/styles/_pages/_inner.scss */
  .hero-image h1 .large {
    font-size: 3.5rem;
  }
  /* line 202, Content/styles/_pages/_inner.scss */
  .hero-image h1 .extra-large {
    font-size: 3.5rem;
  }
  /* line 207, Content/styles/_pages/_inner.scss */
  .hero-image .inner-wrapper {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, Content/styles/_pages/_inner.scss */
  .hero-image {
    max-height: 450px;
  }
}

/* line 227, Content/styles/_pages/_inner.scss */
.flowchart {
  background: #fff;
  margin: 1em 0 2em 0;
}

/* line 233, Content/styles/_pages/_inner.scss */
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

/* line 247, Content/styles/_pages/_inner.scss */
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 90%;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 257, Content/styles/_pages/_inner.scss */
.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* line 3, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text {
  max-width: 250px;
  margin: auto;
}

/* line 7, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text.letter-to-gist {
  height: 38px;
  display: flex;
  align-items: center;
}

/* line 12, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text.letter-to-gist.beast-image-title {
  max-width: 350px;
  padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
  /* line 12, Content/styles/_pages/_letters.scss */
  #LettersToGist .invader-text.letter-to-gist.beast-image-title {
    max-width: 450px;
    padding: 0;
  }
}

/* line 21, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text.letter-to-gist.beast-image-title .beast-image-title-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 21, Content/styles/_pages/_letters.scss */
  #LettersToGist .invader-text.letter-to-gist.beast-image-title .beast-image-title-desktop {
    display: block;
  }
}

/* line 29, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text.letter-to-gist.beast-image-title .beast-image-title-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 29, Content/styles/_pages/_letters.scss */
  #LettersToGist .invader-text.letter-to-gist.beast-image-title .beast-image-title-mobile {
    display: none;
  }
}

/* line 41, Content/styles/_pages/_letters.scss */
#LettersToGist .invader-text img {
  width: 100%;
}

/* line 45, Content/styles/_pages/_letters.scss */
#LettersToGist .video-letters {
  position: relative;
}

/* line 50, Content/styles/_pages/_letters.scss */
#LettersToGist .nav {
  background: #4c7377;
}

/* line 56, Content/styles/_pages/_letters.scss */
#LettersToGist .nav__links li a {
  background-color: #4c7377;
  color: #fff;
}

/* line 60, Content/styles/_pages/_letters.scss */
#LettersToGist .nav__links li a:hover, #LettersToGist .nav__links li a:focus, #LettersToGist .nav__links li a.active-link {
  background-color: #C2D5C0;
  color: #4c7377;
}

/* line 68, Content/styles/_pages/_letters.scss */
#LettersToGist .nav__links li:last-child a {
  background: #4c7377;
  position: relative;
  z-index: 1;
}

/* line 73, Content/styles/_pages/_letters.scss */
#LettersToGist .nav__links li:last-child a::before {
  content: '';
  background: #fca3a8;
  height: 70%;
  width: 95%;
  position: absolute;
  bottom: 7px;
  left: 2.5%;
  z-index: -1;
  border-radius: 25px;
  padding: 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 68, Content/styles/_pages/_letters.scss */
  #LettersToGist .nav__links li:last-child a {
    background: none;
  }
  /* line 90, Content/styles/_pages/_letters.scss */
  #LettersToGist .nav__links li:last-child a::before {
    content: '';
    height: 100%;
    width: 100%;
  }
}

/* line 100, Content/styles/_pages/_letters.scss */
#LettersToGist .nav__links li:last-child a:before:hover, #LettersToGist .nav__links li:last-child a:before:focus,
#LettersToGist .nav__links li:last-child a:before .active-link {
  color: #4c7377;
}

/* line 110, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-bg {
  padding: 65px 0;
  margin-top: 49.11px;
  background-color: rgba(76, 115, 119, 0.1);
}

@media screen and (min-width: 1024px) {
  /* line 110, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-bg {
    margin-top: 78.13px;
  }
}

/* line 120, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-bg .inner-wrapper {
  display: flex;
}

@media screen and (max-width: 959px) {
  /* line 120, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-bg .inner-wrapper {
    flex-direction: column;
  }
}

/* line 130, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-text {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 20px;
  flex: 1 1 33%;
  padding: 20px;
  z-index: 1;
}

/* line 138, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-text h1 {
  text-align: center;
}

/* line 142, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-text p {
  line-height: 1.4;
}

/* line 146, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-text .bordered {
  border: 3px solid #4c7377;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
  font-weight: 600;
  color: #4c7377;
}

@media screen and (min-width: 960px) {
  /* line 130, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-text {
    max-height: 490px;
  }
}

@media screen and (max-width: 959px) {
  /* line 130, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-text {
    margin: 0 0 30px 0;
  }
}

/* line 164, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-video {
  margin-left: 0;
  flex: 1 1 66%;
  z-index: 1;
}

/* line 169, Content/styles/_pages/_letters.scss */
#LettersToGist .hero-video .video-player__video {
  display: block;
}

@media screen and (min-width: 960px) {
  /* line 164, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-video {
    margin-left: 20px;
  }
}

/* line 178, Content/styles/_pages/_letters.scss */
#LettersToGist .watchBarbara {
  text-align: center;
}

@media screen and (max-width: 959px) {
  /* line 182, Content/styles/_pages/_letters.scss */
  #LettersToGist .hero-text,
#LettersToGist .hero-video {
    width: 100%;
  }
}

/* line 189, Content/styles/_pages/_letters.scss */
#LettersToGist .details-wrapper {
  padding: 0;
}

@media screen and (max-width: 959px) {
  /* line 189, Content/styles/_pages/_letters.scss */
  #LettersToGist .details-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

/* line 199, Content/styles/_pages/_letters.scss */
#LettersToGist .details-wrapper summary#show-hide-transcript {
  background-color: #EEEEEE;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 204, Content/styles/_pages/_letters.scss */
#LettersToGist .details-wrapper summary#show-hide-transcript:before {
  top: 18px;
}

/* line 210, Content/styles/_pages/_letters.scss */
#LettersToGist .cta-wrapper {
  background-color: rgba(252, 163, 168, 0.1);
  padding: 60px 0;
}

/* line 215, Content/styles/_pages/_letters.scss */
#LettersToGist .cta-container {
  margin: 0 auto;
}

/* line 219, Content/styles/_pages/_letters.scss */
#LettersToGist .line-flourish {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 243px;
  background-image: url("/Content/images/letters-to-gist-line-flourish.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 959px) {
  /* line 219, Content/styles/_pages/_letters.scss */
  #LettersToGist .line-flourish {
    bottom: -70px;
    background-image: url("/Content/images/letters-to-gist-line-flourish-m.png");
  }
}

/* line 5, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor .hero-image .hero-image__text,
#RegisterYourDoctor_Thankyou .hero-image .hero-image__text {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 5, Content/styles/_pages/_registerYourDoctor.scss */
  #RegisterYourDoctor .hero-image .hero-image__text,
#RegisterYourDoctor_Thankyou .hero-image .hero-image__text {
    display: block;
  }
}

/* line 15, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor .header__mobile .inner-wrapper,
#RegisterYourDoctor_Thankyou .header__mobile .inner-wrapper {
  padding: 30px 23px;
}

/* line 20, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor .header__mobile .header__text h1,
#RegisterYourDoctor_Thankyou .header__mobile .header__text h1 {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 360px) {
  /* line 20, Content/styles/_pages/_registerYourDoctor.scss */
  #RegisterYourDoctor .header__mobile .header__text h1,
#RegisterYourDoctor_Thankyou .header__mobile .header__text h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

/* line 30, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor .header__mobile .header__text p,
#RegisterYourDoctor_Thankyou .header__mobile .header__text p {
  color: #555555;
  font-size: 1.1875rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  /* line 18, Content/styles/_pages/_registerYourDoctor.scss */
  #RegisterYourDoctor .header__mobile .header__text,
#RegisterYourDoctor_Thankyou .header__mobile .header__text {
    display: none;
  }
}

/* line 44, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor_Thankyou h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

/* line 48, Content/styles/_pages/_registerYourDoctor.scss */
#RegisterYourDoctor_Thankyou h1 span {
  font-size: 1.1875rem;
  display: block;
}
