
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.accept-on-prem-code__help-text {
  margin-bottom: 30px;
}
.accept-on-prem-code__input {
  background-color: #FBFAF9;
  border: 1px solid #D8D3CB;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  max-width: 60px;
  font-size: 28px;
}
.accept-on-prem-code__input:read-only {
  background: unset;
  border: unset;
  border-bottom: 1px solid #D8D3CB;
  border-radius: 0;
  color: #C0C2CD;
}
.accept-on-prem-code__input-container {
  padding: 30px 0 10px 0;
  text-align: center;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: center;
}
.accept-on-prem-code__submit-button {
  margin-top: 20px;
}
.accept-on-prem-code__legend {
  border-bottom: 0;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.accordion {
  max-height: 0;
  display: none;
  overflow: hidden;
  transition: max-height, 0.2s;
}
.accordion--table {
  max-height: 69px;
  transition: max-height, 0.3s;
}
.accordion__link {
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.accordion__link:after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
  transform: scaleY(0.75);
  transition: transform, 0.2s;
}
.accordion__link.active:after {
  transform: scaleY(0.75) rotate(180deg) translateY(0.25em);
}
.accordion--expanded {
  max-height: 9999px;
  display: inherit;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/**
 * Actions are a section of a page, section, or block that contains calls to action,
 * such as form submit buttons
 */
.actions {
  margin-top: 25px;
  text-align: center;
  /**
  * .actions--cta provides custom styling for actions
  * contained within a CTA (button-style link)
  */
}
.actions--cta {
  display: flex;
  margin: 10px 0;
}

@media (min-width: 480px) {
  .actions--cta {
    margin: 0;
    position: absolute;
    right: 0;
    top: -0.25em;
    text-align: right;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.alert {
  display: block;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.alert__dismiss {
  cursor: pointer;
}
.alert--content {
  border: 1px solid #D8D3CB !important;
  background-color: #FBFAF9;
  margin: 15px 0;
  max-width: none;
}
.alert--compact-content {
  border: 1px solid #D8D3CB !important;
  background-color: #FBFAF9;
  border-radius: 0 !important;
  margin: 4px 0 !important;
  max-width: none;
}
.alert--advisory {
  background-color: #F2EDFD;
  border: 1px solid #8752FC !important;
  max-width: none;
  margin-bottom: 0 !important;
}
.alert--warning {
  background-color: #FBEFF3;
  border: 1px solid #F65A8E !important;
  max-width: none;
  margin-bottom: 0 !important;
}
.alert--info {
  background-color: #F4F8FF;
  border: 1px solid #1549A8 !important;
  max-width: none;
  margin-bottom: 0 !important;
}
.alert--caution {
  background-color: #FEF8EA;
  border: 1px solid #F9C439 !important;
  max-width: none;
  margin-bottom: 0 !important;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.blockquote {
  border-left: 4px solid #4C7BD9;
  padding-left: 10px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.body--gray {
  background-color: #FBFAF9;
}
.body--white {
  background-color: #FFF;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.calendar {
  min-width: 60px;
  width: 60px;
  height: 66px;
  margin-right: 15px;
  font-weight: 900;
  font-stretch: condensed;
}
.calendar__day {
  font-size: 28px;
  height: 44px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8D3CB;
}
.calendar__weekday {
  background-color: #8752FC;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  height: 22px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar__weekday--dark-purple-background {
  background-color: #5A37A9;
}
.calendar__weekday--past {
  color: unset;
  background-color: unset;
  border: 1px solid #D8D3CB;
}
.calendar__weekday--upcoming {
  color: #8752FC;
  background-color: unset;
  border: 2px solid #8752FC;
}
.calendar--button {
  align-self: center;
  margin-left: auto;
}
.calendar--button button {
  padding: 0;
  border: unset;
  background: none;
}
.calendar--hr {
  margin-top: unset;
  margin-bottom: 15px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.color__swatch {
  display: inline-block;
  float: left;
  width: 1.4em;
  height: 1.4em;
  margin-right: 10px;
}

/**
 * Color Backgrounds
 */
.card .tutorial__blue,
.blue {
  background: #4C7BD9 !important;
}

.card .tutorial__orange,
.orange {
  background: #F88500 !important;
}

.card .tutorial__pink,
.pink {
  background: #FF537A !important;
}

.card .tutorial__dark_pink,
.dark_pink {
  background: #BF56C5 !important;
}

.card .tutorial__light_pink,
.light_pink {
  background: #FF7E9B !important;
}

.card .tutorial__teal,
.teal {
  background: #4EC3CE !important;
}

.card .tutorial__green,
.green {
  background: #37D6B7 !important;
}

.card .tutorial__gray,
.gray {
  background: #E5ECEF !important;
}

.card .tutorial__gray-2,
.gray-2 {
  background: #BAC7CF !important;
}

.card .tutorial__gray-3,
.gray-3 {
  background: #8FA4AF !important;
}

.card .tutorial__gray-6,
.gray-6 {
  background: #D8D3CB !important;
}

.card .tutorial__light_teal,
.light_teal {
  background: #7AD2DA !important;
}

.card .tutorial__yellow,
.yellow {
  background: #FEBB1D !important;
}

.card .tutorial__purple,
.purple {
  background: #8752FC !important;
}

.card .tutorial__light_purple,
.light_purple {
  background: #789CE2 !important;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.contextual-drawer {
  background: #FFF;
  border: 1px solid #E5ECEF;
  box-shadow: -10px 0 20px rgba(54, 52, 50, 0.2);
  height: 100%;
  max-width: 390px;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  padding: 50px 0;
  width: 100%;
  z-index: 9600;
}
.contextual-drawer__header {
  text-align: center;
  margin: 0 0 50px;
}
.contextual-drawer__link {
  color: #206DFB;
  cursor: pointer;
}
.contextual-drawer__link:hover {
  color: #206DFB;
}
.contextual-drawer__link:focus {
  color: #206DFB;
  text-decoration: none;
}
.contextual-drawer__link:visited {
  color: #1549A8;
}
.contextual-drawer__body .service {
  border-bottom: 1px solid #E5ECEF;
  margin: 0 25px 5px;
}
.contextual-drawer__backdrop {
  height: 100%;
  max-width: 440px;
  position: fixed;
  top: 0;
  right: 0;
  left: unset !important;
  overflow-y: auto;
  width: 100%;
}
.contextual-drawer__image {
  margin-top: 10px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.discussion-point {
  height: 82px;
  max-width: 375px;
  background-color: #FFF;
  border: 1px solid #D8D3CB;
  margin-bottom: 10px;
}
.discussion-point__empty {
  text-align: center;
  padding: 25px 0;
  font-size: 16px;
  border: 1px dashed #6B6965;
}
.discussion-point__icon {
  float: left;
  margin: 10px;
  max-width: 40px;
}
.discussion-point__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  size: 14px;
  display: -webkit-box;
  padding-right: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discussion-point__timestamp {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #8FA4AF;
}
@media (min-width: 768px) {
  .discussion-point {
    margin-bottom: unset;
  }
}
@media (max-width: 768px) {
  .discussion-point {
    max-width: unset;
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.grid-rows {
  display: grid;
}
.grid-rows-3 {
  grid-template-rows: auto 1fr auto;
}
.grid-rows-4 {
  grid-template-rows: auto auto 1fr auto;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.grid {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  /**
   * Container Sizes
   */
  /**
   * Justification
   */
  /**
   * Extra padding
   */
  /**
   * No padding
   */
  /**
   * Two-column grid not affected by screen width
   */
}
.grid .grid {
  padding: 0;
}
.grid--xs {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.grid--sm {
  display: block;
  margin: 0 auto;
  max-width: 525px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.grid--md {
  display: block;
  margin: 0 auto;
  max-width: 725px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.grid--full {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.grid--nested {
  padding-left: 0;
  padding-right: 0;
}
.grid--centered {
  align-items: center;
  justify-items: center;
}
.grid__item {
  margin-bottom: 25px;
}
.grid__item--right {
  justify-content: right;
  text-align: center;
}
.grid__item--row-span-2 {
  grid-row: span 2;
}
.grid__item--col-span-2 {
  grid-column: span 2;
}
.grid__item--col-span-3 {
  grid-column: span 3;
}
.grid--gap-small {
  grid-gap: 10px !important;
}
.grid--gap-xsmall {
  grid-gap: 5px !important;
}
.grid--centered {
  justify-content: center;
  text-align: center;
}
.grid--full-height {
  height: 100%;
}
.grid--pad-md {
  padding: 0 25px;
}
.grid--pad-bottom {
  padding-bottom: 25px;
}
.grid--full-height {
  height: 100%;
}
.grid--no-pad {
  padding: 0;
}
.grid--2-static {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "left right";
}
.grid--2-static .grid__item--col-1 {
  grid-column: 1;
}
.grid--2-static .grid__item--span-1 {
  grid-column-end: span 1;
}
.grid--2-static .grid__item--col-2 {
  grid-column: 2;
}
.grid--2-static .grid__item--span-2 {
  grid-column-end: span 2;
}
.grid--2-static .grid__item {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .grid--4 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid--4 .grid__item--col-1 {
    grid-column: 1;
  }
  .grid--4 .grid__item--span-1 {
    grid-column-end: span 1;
  }
  .grid--4 .grid__item--col-2 {
    grid-column: 2;
  }
  .grid--4 .grid__item--span-2 {
    grid-column-end: span 2;
  }
  .grid--4 .grid__item--col-3 {
    grid-column: 3;
  }
  .grid--4 .grid__item--span-3 {
    grid-column-end: span 3;
  }
  .grid--4 .grid__item--col-4 {
    grid-column: 4;
  }
  .grid--4 .grid__item--span-4 {
    grid-column-end: span 4;
  }
  .grid--4 .grid__item {
    margin-bottom: 0;
  }
  .grid--5 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid--2-3-4 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .grid {
    /**
     * Special grid for page header on tracks.
     */
    /* #TODO: This can be renamed to aside-main, after 4.0 */
    /* First item is slightly larger than second */
    /* */
  }
  .grid--2 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "left right";
  }
  .grid--2 .grid__item--col-1 {
    grid-column: 1;
  }
  .grid--2 .grid__item--span-1 {
    grid-column-end: span 1;
  }
  .grid--2 .grid__item--col-2 {
    grid-column: 2;
  }
  .grid--2 .grid__item--span-2 {
    grid-column-end: span 2;
  }
  .grid--2 .grid__item {
    margin-bottom: 0;
  }
  .grid--3 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid--3 .grid__item--col-1 {
    grid-column: 1;
  }
  .grid--3 .grid__item--span-1 {
    grid-column-end: span 1;
  }
  .grid--3 .grid__item--col-2 {
    grid-column: 2;
  }
  .grid--3 .grid__item--span-2 {
    grid-column-end: span 2;
  }
  .grid--3 .grid__item--col-3 {
    grid-column: 3;
  }
  .grid--3 .grid__item--span-3 {
    grid-column-end: span 3;
  }
  .grid--3 .grid__item {
    margin-bottom: 0;
  }
  .grid--4 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--2-3 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid--2-3-4 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid--track-header {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-columns: 3fr 7fr 4fr;
  }
  .grid--track-header .embed-responsive {
    margin-top: 15px;
  }
  .grid--track-header .grid__item {
    margin-bottom: 0;
  }
  .grid--track-header .grid__item:nth-child(2) {
    border-right: 1px solid #BAC7CF;
    padding-right: 25px;
  }
  .grid--with-sidebar {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 15px;
    grid-template-columns: 275px 1fr;
    grid-template-areas: "left right";
    max-width: none;
    width: 100%;
  }
  .grid--with-sidebar aside {
    position: sticky;
    top: 0;
    align-self: start;
  }
  .grid--aside-main-aside {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "left center right";
  }
  .grid--aside-main {
    grid-template-columns: 2fr 4fr;
    grid-template-areas: "left center";
  }
  .grid--6-5 {
    grid-template-columns: 6fr 5fr;
  }
  .grid--5-3 {
    grid-template-columns: 5fr 3fr;
  }
}
@media (min-width: 990px) {
  .grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--2-3 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid--2-3-4 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .grid--conversation .grid__item:nth-of-type(2n+1) {
    grid-column: 1/3;
  }
  .grid--conversation .grid__item:nth-of-type(2n) {
    grid-column: 3/5;
  }
  .grid--main-aside {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "left right";
  }
  .grid--main-aside main {
    grid-area: left;
  }
  .grid--main-aside aside {
    grid-area: right;
  }
}
@media print {
  .grid {
    display: block !important;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.hed {
  font-size: 38px;
  line-height: 1.2em;
  margin: 0 0 25px 0;
  /* Images that come above a title */
  /**
   * Margin Modifiers
   */
  /**
   * Titles and subtitles that support markdown have special styles,
   * including the ability to highlight bold text as a different color
   */
}
.hed__subheader {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  word-break: break-word;
  margin-bottom: 10px;
}
.hed__subheader__button {
  text-align: center;
  margin: 40px 0 40px;
}
.hed__title-image {
  margin: 50px auto;
}
.hed__title-image svg {
  max-height: 80px;
}
.hed--h2 {
  margin: 0 0 25px;
}
.hed--secondary {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.hed--margin-sm {
  margin-bottom: 10px;
}
.hed--margin-md {
  margin-bottom: 25px;
}
.hed--margin-lg {
  margin-bottom: 50px;
}
.hed--markdown strong {
  color: #F65A8E;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.masonry {
  padding: 0 15px;
}
.masonry__item {
  width: 100%;
  break-inside: avoid;
}
.masonry__item > * {
  break-inside: avoid;
}

@media (min-width: 768px) {
  .masonry {
    column-count: 2;
    column-gap: 10px;
    padding: 0;
  }
}
@media (min-width: 990px) {
  .masonry {
    column-count: 3;
    column-gap: 10px;
    padding: 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.pd-table {
  border-collapse: separate;
  color: #263239;
  display: block;
  empty-cells: show;
  font-size: 14px;
  margin: 5px auto;
  max-width: 380px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.pd-table__add-button {
  margin: 25px 0 25px;
}
.pd-table__add-button-container {
  margin: 0 auto;
  max-width: 380px;
  text-align: right;
}
.pd-table__delete {
  text-align: right;
  background: transparent;
  position: absolute;
  right: 20px;
  bottom: -45px;
  width: 40px;
}
.pd-table__delete svg {
  max-height: 20px;
  max-width: 20px;
}
.pd-table__input {
  display: inline-block;
  min-height: 30px;
  padding-left: 10px;
  width: 60%;
}
.pd-table__input--date {
  margin: 0;
}
.pd-table__label {
  background-color: transparent;
  color: #363432;
  display: block;
  font-size: 0.8em;
  margin: 0;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
}
.pd-table__label--primary {
  background-color: transparent;
}
.pd-table__link-container {
  margin: 0 auto;
  max-width: 380px;
}
.pd-table__result {
  margin: 10px;
}
.pd-table .garbage {
  stroke: #263239;
}
.pd-table .nested-fields {
  display: block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 50px;
  border-left: 1px solid #D8D3CB;
  border-right: 1px solid #D8D3CB;
}
.pd-table .nested-fields td {
  padding: 10px;
}
.pd-table tbody {
  display: block;
}
.pd-table thead {
  display: none;
}
.pd-table td {
  background: #FFF;
  display: block;
  padding: 0;
  border-top: 1px solid #D8D3CB;
  border-bottom: 1px solid #D8D3CB;
}
.pd-table td:last-child {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.pd-table th {
  background: #F5F3F1;
  color: #363432;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 12px;
}
.pd-table tr {
  padding: 0 0 15px 0;
}
.pd-table input {
  background: #FFF;
  border: 1px solid #D8D3CB !important;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #263239;
  padding: 5px 10px;
}
.pd-table select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
  background-position: right 1em center;
  border: 1px solid #D8D3CB;
  padding: 5px 1.5em 5px 10px;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf-8,       <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'>         <polygon points='0,0 60,0 30,40' style='fill:black;'/>       </svg>");
  padding: 5px 10px;
  width: 100%;
}
.pd-table select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.pd-table input:focus, .pd-table select:focus, .pd-table a:focus {
  outline: none;
}
.pd-table .pd-table__transparent {
  background: transparent;
}

@media (min-width: 768px) {
  .pd-table {
    background: #FFF;
    border: 1px solid #E5ECEF;
    display: table;
    max-width: none;
  }
  .pd-table__add-button {
    margin-top: 15px;
  }
  .pd-table__add-button-container {
    max-width: none;
  }
  .pd-table__delete {
    position: static;
    text-align: left;
  }
  .pd-table__label {
    display: none;
  }
  .pd-table__link-container {
    max-width: none;
  }
  .pd-table__input {
    display: inline-block;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: 0;
  }
  .pd-table__input--date {
    max-width: none;
  }
  .pd-table__input--with-units {
    max-width: 55px;
  }
  .pd-table__result {
    margin: 0;
  }
  .pd-table--input-rows {
    border: 0;
  }
  .pd-table--input-rows td,
  .pd-table--input-rows th {
    background-color: #F5F3F1;
  }
  .pd-table th {
    border-bottom: 1px solid #D8D3CB;
  }
  .pd-table .nested-fields {
    display: table-row;
    border: unset !important;
  }
  .pd-table .nested-fields:first-child {
    border-bottom: 1px solid #D8D3CB;
  }
  .pd-table tbody {
    display: table-row-group;
  }
  .pd-table input[type=text] {
    background-color: #FFF;
    padding: 5px 10px;
  }
  .pd-table select {
    width: 100%;
  }
  .pd-table td {
    display: table-cell;
    padding: 10px;
    background: unset;
    border-top: unset;
  }
  .pd-table tr:nth-child(odd) {
    background-color: #FBFAF9;
  }
  .pd-table td:last-child {
    border-top: unset;
    border-bottom: 1px solid #D8D3CB;
  }
  .pd-table thead {
    display: table-header-group;
    border-bottom: 1px solid #D8D3CB;
  }
  .pd-table .pd-table__transparent {
    background: #FFF;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/* Namespaced with pd- to avoid conflict with bootstrap modal.
 * Can be shortened once we remove bootstrap modal
 */
.pd-modal {
  z-index: 9999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pd-modal-open {
  overflow: hidden; /* For use on body to prevent background from scrolling with open model */
}
.pd-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.95;
  z-index: 9500;
}
.pd-modal__content {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  width: 725px;
  overflow: auto;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 50px 25px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.pd-modal__header {
  text-align: center;
  margin-bottom: 25px;
}
.pd-modal__body {
  overflow: auto;
  max-height: 60vh;
}
.pd-modal__footer {
  padding: 15px 0;
  font-style: italic;
}
.pd-modal__close {
  position: absolute;
  z-index: 99999999;
  top: 15px;
  right: 15px;
  color: #263239;
  cursor: pointer;
  border: 0;
  background: none;
}
.pd-modal__close:active, .pd-modal__close:hover, .pd-modal__close:focus {
  text-decoration: none;
  color: #4A4A4A;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.progress-bar__container {
  display: block;
}
.progress-bar__label {
  color: #8752FC;
  font-size: 12px;
}
.progress-bar progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* stylelint-disable */
  border: none;
  /* stylelint-enable */
  height: 6px;
  width: 100%;
  background-color: #F5F3F1;
  border-radius: 20px;
}
.progress-bar progress::-webkit-progress-bar {
  background-color: #F5F3F1;
  border-radius: 20px;
}
.progress-bar progress::-webkit-progress-value {
  background-color: #8752FC;
  border-radius: 20px;
}
.progress-bar progress::-moz-progress-bar {
  background-color: #8752FC;
  border-radius: 20px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.subnav--with-margin-padding {
  margin: 25px 0;
  padding: 15px 0;
}
.subnav__subheader {
  padding: 10px 15px;
}
.subnav__item {
  border-bottom: 1px solid #D8D3CB;
}
.subnav__item:only-child {
  border: 0;
}
.subnav__link {
  display: block;
  color: #263239;
  line-height: 20px;
  padding: 10px 25px;
  position: relative;
  border-bottom: 1px solid #D8D3CB;
}
.subnav__link:only-child {
  border: 0;
}
.subnav__link:focus, .subnav__link:hover {
  background: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #5A37A9;
}
.subnav__link.active, .subnav__link:active {
  font-weight: bold;
  text-decoration: none;
  color: #8752FC;
  border-left: 5px solid #8752FC;
  padding-left: calc(25px - 5px);
}
.subnav__link--secondary {
  background-color: #F5F3F1;
  padding-left: 60px;
}
.subnav__link--secondary.active, .subnav__link--secondary:active {
  padding-left: 55px;
}
.subnav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.subnav__summary {
  display: block;
  color: #263239;
  line-height: 20px;
  padding: 10px 25px;
  position: relative;
  border-bottom: 1px solid #D8D3CB;
}
.subnav__summary:only-child {
  border: 0;
}
.subnav__summary:focus, .subnav__summary:hover {
  background: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #5A37A9;
}
.subnav__summary:after {
  content: "▼︎";
  display: inline-block;
  transform: scaleY(0.5);
  margin-left: 5px;
}
.subnav__details[open] .subnav__summary {
  font-weight: bold;
}
.subnav__details[open] .subnav__summary:after {
  content: "▲︎";
  transform: scaleY(0.5);
}
.subnav__attention {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: inline-block;
  background-color: #F65A8E;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}
.subnav__header {
  color: #5C656A;
  padding-left: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.subnav__dropdown:after {
  content: "▼︎";
  display: inline-block;
  transform: scaleY(0.5);
  margin-left: 5px;
  float: right;
  position: absolute;
  right: 5px;
  top: calc(50% - 9px);
}
.subnav__dropdown-content {
  display: none;
}
.subnav__dropdown-content:hover {
  color: #263239;
}
.subnav__dropdown-arrow-up:after {
  content: "▲︎";
  transform: scaleY(0.5);
  float: right;
  position: absolute;
  right: 5px;
  top: calc(50% - 9px);
}
.subnav__dropdown-active {
  display: block;
}
.subnav__dropdown-content a, .subnav__dropdown-content a:hover {
  padding-left: calc(50px + 5px);
  background: #FBFAF9 !important;
}
.subnav__dropdown-content a.active, .subnav__dropdown-content a:hover.active {
  padding-left: calc(50px + 5px);
}
.subnav i, .subnav svg {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
  position: relative;
}
.subnav svg {
  top: 4px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.tag {
  background-color: #104DA1;
  color: #FFF;
  text-transform: uppercase;
  padding: 2px 5px;
  font-weight: bold;
  font-stretch: condensed;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
}
.tag--service {
  border: 2px solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #5C656A;
  text-transform: uppercase;
  padding: 2px 5px;
  margin: 2px;
  width: fit-content;
  display: inline-grid;
}
.tag--need-case-status {
  border-radius: 2px;
  padding: 1px 2px 0 3px;
  letter-spacing: -0.3px;
  line-height: normal;
}
.tag--dark-purple {
  background-color: unset;
  color: #5A37A9;
  border: 1px solid #5A37A9;
}
.tag--dark-blue {
  background-color: unset;
  color: #1549A8;
  border: 1px solid #1549A8;
}
.tag--orange {
  background-color: unset;
  color: #EE8934;
  border: 1px solid #EE8934;
}
.tag--gray {
  background-color: unset;
  color: #6B6965;
  border: 1px solid #6B6965;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--warning {
  color: #FFAA1F;
}
.text--status {
  font-size: 12px;
  font-weight: bold;
  color: #8FA4AF;
  text-transform: uppercase;
}
.text--large {
  font-size: 20.25px;
}
.text--small {
  font-size: 12.64px;
}
.text--nowrap {
  white-space: nowrap;
}
.text--label {
  border-radius: 4px;
  background-color: #BAC7CF;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
}
.text--no-margin {
  margin: 0;
}
.text--fixed-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text--fixed-lines-3 {
  -webkit-line-clamp: 3;
}
.text--tile-trunc {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text__sans {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
}
.text__sans--base {
  font-size: 16px;
}
.text__sans--large {
  font-size: 20px;
  line-height: 1.2em;
}
.text--subtitle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.text--footnote {
  color: #8FA4AF;
  font-size: 12px;
}
.text--normal {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--font-style-normal {
  font-style: normal;
}
.text--muted {
  color: #8FA4AF;
}
.text--gray-7 {
  color: #6B6965;
}
.text--black {
  color: #263239;
}
.text--black-2 {
  color: #5C656A;
}
.text--dark-gray {
  color: #363432;
}
.text--blue-2 {
  color: #206DFB;
}
.text--blue-4 {
  color: #1549A8;
}
.text--orange {
  color: #F88500;
}
.text--orange-2 {
  color: #EE8934;
}
.text--green {
  color: #37D6B7;
}
.text--pink {
  color: #F65A8E;
}
.text--purple {
  color: #8752FC;
}
.text--dark-purple {
  color: #5A37A9;
}
.text--dark-magenta {
  color: #8E0749;
}
.text--dark-purple {
  color: #5A37A9;
}
.text--teal {
  color: #4EC3CE;
}
.text--blue-link:hover {
  color: #206DFB;
}
.text--blue-link:focus {
  outline: 2px auto #F9C439;
  text-decoration: none;
}
.text--blue-link:visited {
  color: #206DFB;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.tooltip {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.tooltip__container {
  position: absolute;
  z-index: 8100;
  width: 380px;
  background-color: #FFF;
  padding: 10px 20px;
  border: 1px solid #6B6965;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  left: calc(100% + 20px);
  cursor: default;
}
.tooltip__container:after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: calc(100% - 10px);
  width: 20px;
  height: 20px;
  rotate: 45deg;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF;
  border-color: transparent transparent #6B6965 #6B6965;
}
.tooltip__icon {
  height: 16px;
}
.tooltip__text {
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}
.tooltip__text--style-as-link {
  color: #206DFB;
}
.tooltip__text--style-as-link:hover {
  text-decoration: underline;
}
.tooltip__close {
  cursor: pointer;
  color: #206DFB;
}
.tooltip__title {
  font-weight: bold;
}
.tooltip__header {
  align-content: center;
  display: flex;
  grid-gap: 15px;
  justify-content: space-between;
  padding-bottom: 10px;
}
.tooltip__body {
  line-height: 18.75px;
}
.tooltip__body > p {
  text-align: left !important;
}
.tooltip__body a {
  color: #206DFB;
}
@media (max-width: 768px) {
  .tooltip {
    display: block;
    position: unset;
  }
  .tooltip__container {
    top: calc(100% + 10px);
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 20px;
  }
  .tooltip__container:after {
    top: -10px;
    right: calc(50% - 10px);
    border-color: #6B6965 transparent transparent #6B6965;
  }
}
@media (max-width: 480px) {
  .tooltip__container {
    width: unset;
  }
}
@media (min-width: 768px) {
  .tooltip__container {
    z-index: 9100;
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.treatment-option {
  width: 100%;
}
.treatment-option__title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.treatment-option__summary {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 18.75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.treatment-option__card:hover, .treatment-option__card:focus {
  text-decoration: none;
}
.treatment-option__link-text {
  color: #206DFB;
  display: block;
  text-align: right;
}
.treatment-option__link-text:hover, .treatment-option__link-text:focus {
  text-decoration: underline;
}
.treatment-option__header {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.treatment-option__header img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: auto;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention Seekers */
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/* Sliding entrances */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* Sliding exits */
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

/* Specials */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Patient Discovery */
@-webkit-keyframes rollOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
}
@keyframes rollOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
}
.animate__rollOutLeft {
  -webkit-animation-name: rollOutLeft;
  animation-name: rollOutLeft;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.single-questions__body .button {
  margin: 25px auto 0;
  display: block;
}
.single-questions__body .accordion--expanded {
  margin-left: 35px;
}
.single-questions__input-container {
  display: block;
}
.single-questions__header {
  grid-gap: 15px 25px;
  margin-bottom: 10px;
}
.single-questions__header .text--subtitle {
  margin-bottom: 30px;
}
.single-questions__list {
  margin: auto;
}
.single-questions__choice-image-container {
  display: inline-block;
}
.single-questions__choice-image-container img {
  display: inline;
}
.single-questions__choice-image {
  text-align: center;
  min-width: 135px;
}
.single-questions__choice-image img {
  height: 40px;
  width: 40px;
}
.single-questions__main-image {
  display: block;
  grid-column: 1;
  margin: 0 auto;
}
.single-questions__numeric-requirement-description {
  margin: 10px 0 0;
}
.single-questions__numeric-container.invalid:after {
  content: "Invalid entry";
}
.single-questions__selected-choice-image {
  text-align: center;
  display: none;
}
.single-questions__choice-text {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 120px);
}
.single-questions__list-choice-text {
  margin-right: 15px;
}
.single-questions__title {
  margin-top: 0;
}
.single-questions__write-in + .form-signup__label {
  left: 55px;
}
.single-questions .md-radio {
  margin: 8px 0;
}
.single-questions .md-radio label {
  display: flex;
  padding: 10px 10px 10px 39px;
  width: 100%;
  background-color: #FFF;
  font-weight: normal;
  color: #363432;
  align-items: center;
}
.single-questions .md-radio label img {
  display: none;
}
.single-questions .md-radio label:before {
  left: 1px;
  top: calc(50% - 10px);
  border: 1px solid #5C656A;
}
.single-questions .md-radio label:after {
  background-color: #8752FC;
  content: url(//cdn-a.patientdiscovery.com/assets/icons/check-forms-b87eccdf98faecc5a51597064e9ad55bfb78f2f99f20303875bdee56cc51b486.svg);
  color: #FFF;
  height: 24px;
  left: 1px;
  text-align: center;
  top: calc(50% - 10px);
  width: 24px;
}
.single-questions .md-radio input[type=radio]:checked + label:before {
  background-color: #F9FAFB;
  border-color: transparent;
}
.single-questions .md-radio input[type=radio]:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.single-questions .sq-checkbox label.single-questions--drawer {
  background-color: inherit;
}
.single-questions__grid, .single-questions__grid-star {
  flex: 1 100%;
  text-align: center;
  max-width: 100%;
}
.single-questions__grid h3, .single-questions__grid-star h3 {
  width: 100%;
}
.single-questions__grid input[type=submit], .single-questions__grid-star input[type=submit] {
  margin-top: 25px;
}
.single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
}
.single-questions__grid .single-questions__card, .single-questions__grid-star .single-questions__card {
  background: #FBFAF9;
  border: 1px solid #D8D3CB;
  border-radius: 4px;
  position: relative;
  min-height: 70px;
}
.single-questions__grid .single-questions__card .collapse.in, .single-questions__grid-star .single-questions__card .collapse.in {
  margin: 0 30px;
}
.single-questions__grid .single-questions__card .md-radio,
.single-questions__grid .single-questions__card .sq-checkbox, .single-questions__grid-star .single-questions__card .md-radio,
.single-questions__grid-star .single-questions__card .sq-checkbox {
  margin: 0;
  height: 100%;
}
.single-questions__grid .single-questions__card .md-radio label,
.single-questions__grid .single-questions__card .sq-checkbox label, .single-questions__grid-star .single-questions__card .md-radio label,
.single-questions__grid-star .single-questions__card .sq-checkbox label {
  height: 100%;
  position: static;
  padding: 10px;
  margin: 0;
  background-color: transparent;
}
.single-questions__grid .single-questions__card .md-radio label img,
.single-questions__grid .single-questions__card .sq-checkbox label img, .single-questions__grid-star .single-questions__card .md-radio label img,
.single-questions__grid-star .single-questions__card .sq-checkbox label img {
  margin: 0 auto;
  display: inline;
  max-height: 84px;
}
.single-questions__grid .single-questions__card .md-radio label:before, .single-questions__grid .single-questions__card .md-radio label:after,
.single-questions__grid .single-questions__card .sq-checkbox label:before,
.single-questions__grid .single-questions__card .sq-checkbox label:after, .single-questions__grid-star .single-questions__card .md-radio label:before, .single-questions__grid-star .single-questions__card .md-radio label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox label:after {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label {
  color: #263239;
  position: static;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:before,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:before,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:before,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:before, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:before,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:before {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: block;
  font: normal normal normal 14px/0.9 FontAwesome;
  content: "\f058";
  color: #37D6B7;
  top: -21px;
  left: calc(50% - 20px);
  background-color: #F9FAFB;
  width: 41px;
  height: 41px;
  font-size: 48px;
  border: 0;
  transform: rotate(0deg);
  border-radius: 50%;
}
.single-questions__grid .single-questions__card.checked, .single-questions__grid-star .single-questions__card.checked {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.single-questions__no-icon {
  display: flex !important;
}
.single-questions__no-icon img {
  height: 40px;
  width: 40px;
  margin: 0 5px !important;
  display: none !important;
}
.single-questions__no-icon p {
  width: 100%;
  margin-left: 15px;
  text-align: left !important;
}
.single-questions__grid-star .single-questions__card.checked {
  box-shadow: none;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-text {
  opacity: 0.5;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: none;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
  display: block;
  text-align: center;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image img {
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 13px 0 #263239;
  margin: 12px;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-image {
  display: none;
}
.single-questions__grid .single-questions__card.checked {
  border: 1px solid #8752FC;
  background: #F3EEFF;
  box-shadow: none;
}
.single-questions__grid .single-questions__card.checked .single-questions__no-icon img {
  display: unset !important;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
  display: block;
  text-align: center;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image img {
  height: 40px;
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
  border-radius: 30px;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-image {
  display: none;
}
@media (min-width: 480px) {
  .single-questions .md-radio label {
    display: block;
  }
  .single-questions .md-radio label p {
    text-align: center;
  }
  .single-questions .sq-checkbox label {
    display: block;
  }
  .single-questions__grid h3, .single-questions__grid-star h3 {
    margin-top: 0;
    width: 50%;
  }
  .single-questions__grid .button, .single-questions__grid-star .button {
    grid-column: 1/-1;
  }
  .single-questions__choice-image-container {
    display: block;
  }
  .single-questions__choice-image {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .single-questions__selected-choice-image {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .single-questions__grid .single-questions__card.checked {
    box-shadow: none;
  }
  .single-questions__grid .single-questions__card.checked .single-questions__no-icon img {
    box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
    border-radius: 30px;
    border: 2px solid #363432;
    display: unset !important;
  }
  .single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
    display: flex;
    align-items: center;
  }
  .single-questions__grid-star .single-questions__card.checked {
    box-shadow: none;
  }
  .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
    display: block;
  }
  .single-questions__choice-text {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .single-questions__list {
    width: 725px;
  }
  .single-questions__list .single-questions__body h1,
  .single-questions__list .single-questions__body h2,
  .single-questions__list .single-questions__body h3,
  .single-questions__list .single-questions__body h4,
  .single-questions__list .single-questions__body h5,
  .single-questions__list .single-questions__body h6,
  .single-questions__list .single-questions__body div:service, .single-questions__list .single-questions__header h1,
  .single-questions__list .single-questions__header h2,
  .single-questions__list .single-questions__header h3,
  .single-questions__list .single-questions__header h4,
  .single-questions__list .single-questions__header h5,
  .single-questions__list .single-questions__header h6,
  .single-questions__list .single-questions__header div:service {
    grid-column: 2/3;
  }
  .single-questions__body .button {
    width: unset;
  }
  .single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .single-questions__grid .single-questions__cards--2, .single-questions__grid-star .single-questions__cards--2 {
    grid-template-columns: repeat(2, 300px);
  }
  .single-questions__grid .single-questions__cards--3, .single-questions__grid .single-questions__cards--6, .single-questions__grid-star .single-questions__cards--3, .single-questions__grid-star .single-questions__cards--6 {
    grid-template-columns: repeat(3, 300px);
  }
  .single-questions__grid .single-questions__cards--left, .single-questions__grid-star .single-questions__cards--left {
    justify-content: unset;
  }
  .single-questions .tooltip {
    margin-top: 0;
  }
}
.single-questions__validation-character {
  float: right;
  color: #BFCBD2;
}
.single-questions__answer-object-text {
  padding-left: 2px;
  padding-top: 9px;
}
@media (min-width: 990px) {
  .single-questions__grid .single-questions__cards--4, .single-questions__grid .single-questions__cards--8, .single-questions__grid-star .single-questions__cards--4, .single-questions__grid-star .single-questions__cards--8 {
    grid-template-columns: repeat(4, 300px);
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #363432;
  background-color: #FFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #8752FC;
  text-decoration: none;
}
a:hover, a:focus {
  color: #5307fb;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #CCC;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 1.875em;
}

h2, .h2 {
  font-size: 1.25em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #30A3AF;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #257e87;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #30A3AF;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #257e87;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #CCC;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #CCC;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #CCC;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #CCC;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #78746f;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #30A3AF;
  border-color: #2b909b;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #257e87;
  border-color: #0f3337;
}
.btn-primary:hover {
  color: #fff;
  background-color: #257e87;
  border-color: #1d646b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #257e87;
  background-image: none;
  border-color: #1d646b;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1d646b;
  border-color: #0f3337;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #30A3AF;
  border-color: #2b909b;
}
.btn-primary .badge {
  color: #30A3AF;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #3462C3;
  border-color: #2f58af;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #294e9b;
  border-color: #14254a;
}
.btn-info:hover {
  color: #fff;
  background-color: #294e9b;
  border-color: #22407f;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #294e9b;
  background-image: none;
  border-color: #22407f;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #22407f;
  border-color: #14254a;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #3462C3;
  border-color: #2f58af;
}
.btn-info .badge {
  color: #3462C3;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FFAA1F;
  border-color: #ffa006;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #eb9200;
  border-color: #855300;
}
.btn-warning:hover {
  color: #fff;
  background-color: #eb9200;
  border-color: #c77c00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #eb9200;
  background-image: none;
  border-color: #c77c00;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #c77c00;
  border-color: #855300;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FFAA1F;
  border-color: #ffa006;
}
.btn-warning .badge {
  color: #FFAA1F;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #FF537A;
  border-color: #ff3a66;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff2053;
  border-color: #b9002a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff2053;
  border-color: #fb0039;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2053;
  background-image: none;
  border-color: #fb0039;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #fb0039;
  border-color: #b9002a;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #FF537A;
  border-color: #ff3a66;
}
.btn-danger .badge {
  color: #FF537A;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #8752FC;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #5307fb;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #30A3AF;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #8752FC;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #5307fb;
  background-color: #CCC;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #30A3AF;
  border-color: #30A3AF;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #363432;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #8752FC;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #30A3AF;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #30A3AF;
  border-color: #30A3AF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #30A3AF;
}
.panel-primary > .panel-heading .badge {
  color: #30A3AF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #30A3AF;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #507C94;
  border: 1px solid #43697d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container-fluid {
  max-width: 1170px;
}

a {
  color: #8752FC;
}
a:hover, a:focus {
  color: #5A37A9;
}

h1 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
}

h2 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
}

h3 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
}

h4 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

/**
 * This file is for globally-scoped selectors, like *, img, etc
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video {
  max-width: 100%;
}

p {
  word-break: break-word;
  overflow-wrap: break-word;
}

#page-body-content {
  padding-top: 20px;
}

@media print {
  body {
    display: block;
    padding: 0;
  }
}
@page {
  size: portrait;
  margin: 0.5in 0;
}
a:focus {
  outline: 2px auto #F9C439;
  outline-offset: 2px;
}

*:focus-visible {
  outline: 2px auto #F9C439;
  outline-offset: 2px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.content-row {
  background: #FFF;
  padding: 50px 0;
}
.content-row:nth-of-type(2n) {
  background: #F9FAFB;
}

@media (min-width: 768px) {
  .content-row {
    padding: 100px 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.corner_ribbon__container {
  width: 200px;
  background: #E43;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #F0F0F0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9999;
  position: fixed;
}

@media print {
  .corner_ribbon__container {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/*
 * This is a manifest file that'll be compiled into pdf.css, which will include all the files
 * listed below.
 *
 *= require provider_pdf
 *= require patient_pdf
 */
.fhir__header {
  padding-top: 10px !important;
}
.fhir__header__patient span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #6B6965;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fhir__header__patient span:first-of-type {
  color: #363432;
  font-size: 16px;
  font-weight: bold;
}
.fhir__loading-page {
  width: fit-content;
  margin: auto;
}
.fhir__program-selection-page {
  margin-left: 15px;
}
.fhir__signup-page {
  padding-left: 10px;
}
.fhir__signup-page__date-of-birth-container {
  width: 100%;
}
.fhir__signup-page__date-of-birth-text {
  padding: 10px 0;
}
.fhir__signup-page__dynamic-input-container {
  padding-top: 5px;
}
.fhir__signup-page__existing-value {
  display: inline-block;
}
.fhir__signup-page__prefilled-data {
  border-bottom: 1px solid #D8D3CB;
  margin-bottom: 10px;
}
.fhir__signup-page__show-input-button {
  background: unset;
  border: unset;
  color: #206DFB;
  float: right;
  padding: unset;
  text-align: right;
}
.fhir__signup-page__static-label {
  font-weight: bold;
  color: #6B6965 !important;
}
.fhir__access-page {
  width: 600px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.fhir__access-page p {
  margin: 10px;
}
.fhir__access-page-summary {
  margin: 10px;
}
.fhir__access-page-alert {
  text-align: left;
}
.fhir__start-page-image-container {
  margin: 30px auto 40px auto;
  width: 516px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #D8D3CB;
  text-align: center;
}
.fhir__start-page-image-container p {
  margin: 0;
  font-size: 36px;
  width: 248px;
}
.fhir__start-page-login-prompt {
  text-align: center;
  margin: 15px;
}
.fhir__dob-page {
  max-width: 540px;
  margin: auto;
}
.fhir__dob-page input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.fhir__dob-page input[type=number] {
  -moz-appearance: textfield;
}
.fhir__dob-page__date-container.invalid {
  border: 2px solid #F65A8E;
}
.fhir__dob-page__date-container.invalid span {
  color: #F65A8E;
}
.fhir__dob-page__date-container {
  border: 1px solid #D8D3CB;
  display: block;
  margin-top: 25px;
  padding: 15px;
  position: relative;
  background-color: #FBFAF9;
  height: 80px;
  width: 540px;
}
.fhir__dob-page__date-container span {
  background: inherit !important;
  color: #263239;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.fhir__dob-page__date-container input:focus {
  outline: 2px auto #F9C439;
  outline-offset: 2px;
}
.fhir__dob-page__submit {
  text-align: center;
  margin-top: 30px;
}
.fhir__provider-summary {
  padding-top: 10px;
}
.fhir__provider-summary__print {
  border-bottom: 1px solid #D8D3CB;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 25px 0;
}
.fhir__provider-summary__print div {
  flex-grow: 1;
}
.fhir__provider-summary__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 50px 0 25px 0;
}
.fhir__provider-summary__header__print {
  padding-top: 0;
}
.fhir__provider-summary__header-patient span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #6B6965;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.fhir__provider-summary__header-patient span:first-of-type {
  color: #363432;
  font-size: 16px;
  font-weight: bold;
}
.fhir__provider-summary__body__no-data {
  text-align: center;
  font-size: 20px;
  max-width: 465px;
  margin: 0 auto;
}
.fhir__provider-summary__body h1.pdf__page-break {
  display: none;
}
.fhir__provider-summary__body h1.pdf__ {
  display: none;
}
.fhir__provider-summary__body .pdf {
  border-top: 2px solid #8752FC;
  margin: 10px 0 !important;
}
.fhir__provider-summary__body .pdf .provider_pdf {
  margin: 25px 0 !important;
}
.fhir__provider-summary__body .pdf h1.body-title {
  margin: 20px 0 !important;
}
.fhir__provider-summary__body .pdf-provider-answer {
  background-color: #FFF !important;
  border-bottom: 2px solid #8752FC;
  border-radius: 0;
  padding: 10px 0 !important;
}
.fhir__provider-summary__body .provider_pdf__highlighted-choice-container {
  padding-left: 0;
}
.fhir__provider-summary__body .provider_pdf__answer_section_title {
  margin-top: 0;
}
.fhir__provider-summary__body img {
  width: 40px;
}
.fhir__provider-summary__body .bullet-point img {
  width: unset;
}
@media (max-width: 768px) {
  .fhir__dob-page {
    padding: 25px;
  }
  .fhir__dob-page .form-signin__input {
    width: 32%;
  }
  .fhir__invite_container {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
  }
  .fhir__invite_info {
    order: 2;
  }
  .fhir__invite_component {
    padding-bottom: 25px;
  }
  .fhir__invite_component:after {
    margin-top: 25px;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D8D3CB;
    left: 0;
  }
  .fhir__signup-page__show-input-button--email {
    display: block;
    float: unset;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .fhir__invite_container {
    padding-top: 25px;
  }
  .fhir__invite_info:after {
    content: "";
    background-color: #D8D3CB;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 10px;
    left: 50%;
    display: inline-block;
  }
  .fhir__signup-page__date-of-birth-input {
    padding-left: 15px;
  }
  .fhir__signup-page__date-of-birth-input:first-child {
    padding-left: unset;
  }
}

@media print {
  .pdf {
    margin: unset !important;
  }
  .pdf__ {
    display: none;
  }
  .body-title {
    margin-top: 50px;
  }
  .provider_pdf {
    margin-bottom: 40px;
  }
  .fhir__provider-summary__header {
    padding-top: 10px;
  }
  .pdf-provider-answer {
    background-color: unset !important;
    border-bottom: 2px solid #8752FC;
    border-radius: 0 !important;
    padding: 10px 0 !important;
  }
  .fhir__provider-summary .pdf__page-break--after {
    break-after: unset !important;
  }
  footer {
    display: none;
  }
  .invites .fhir__header {
    display: none !important;
  }
  .fhir__header {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 50px 0 25px 0;
  }
  .fhir__header .fhir__header__patient span {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #6B6965 !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .fhir__header .fhir__header__patient span:first-of-type {
    color: #363432 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .fhir__provider-summary__print {
    border-bottom: 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.landing-page__banner {
  background: no-repeat center/cover url(//cdn-a.patientdiscovery.com/assets/landing-page/banner-b872fa03ff6f87e2ed4750fb1817355fa26b3d8f634316190a9cfd99744298fa.png);
}
.landing-page__banner-section__log-in-text {
  padding-top: 15px;
}
.landing-page__banner-section__log-in-text a {
  color: #206DFB;
}
.landing-page__banner-section__logo {
  height: 70px;
}
.landing-page__cta-section {
  padding: 30px 50px 20px;
  padding-bottom: 5px !important;
  text-align: center;
}
.landing-page__cta-section-button {
  display: inline-block;
  padding: 30px 40px;
  border-radius: 100px;
  font-size: 21px !important;
  font-weight: bold;
  background-color: #8752FC;
  color: #fff;
  text-decoration: none;
}
.landing-page__cta-section-button:hover {
  background-color: #5A37A9;
  text-decoration: none;
  color: #fff;
}
.landing-page__cta-section-button::after {
  content: "➔";
  margin-left: 5px;
}
.landing-page__learn-more-section {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F5F3F1 46%, white 46%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-page__learn-more-section__container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0 !important;
  text-decoration: none;
}
.landing-page__learn-more-section__container:hover {
  text-decoration: none;
}
.landing-page__learn-more-section__content {
  padding: 10px 140px;
  background: #F5F3F1;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.landing-page__learn-more-section__text {
  text-align: center;
  color: black;
  font-size: 20.25px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.landing-page__learn-more-section__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8752FC;
  transform: rotate(90deg);
}
.landing-page__learn-more-section__arrow::after {
  content: "➔";
  font-size: 24px;
}
.landing-page__get-started-section {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FBFAF9;
}
.landing-page__get-started-section__text {
  text-align: center;
  font-size: 20.25px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.landing-page__get-started-section__container {
  align-self: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page__get-started-section__button::after {
  content: "➔";
  margin-left: 5px;
}
.landing-page__footer {
  background-color: #5A37A9;
  padding: 30px 50px 70px;
  text-align: center;
}
.landing-page__footer-disclaimer {
  padding: 15px 0;
}
.landing-page__footer-text {
  color: #D6C3FD;
}
.landing-page__header {
  position: sticky;
  top: 0;
  z-index: 8000;
  background-color: #FBFAF9;
}
.landing-page__header__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #D8D3CB;
  padding: 15px 55px;
  width: 100%;
}
.landing-page__header__top-bar-logos-container {
  display: flex;
  align-items: center;
}
.landing-page__header__top-bar-logos-container img {
  width: 130px;
  height: auto;
  object-fit: contain;
}
.landing-page__header__top-bar-logos-container > :first-child {
  margin-right: 30px;
}
.landing-page__header__top-bar-vertical-line::before {
  content: "";
  display: block;
  margin-right: 30px;
  border: 1px solid #D8D3CB;
  height: 40px;
}
.landing-page__header__top-bar-log-in-link-container {
  padding-left: 15px;
}
.landing-page__header__top-bar-log-in-link {
  font-size: 16px !important;
}
.landing-page__header__language-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.landing-page__header__language {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.landing-page__header__language-logo {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.landing-page__header__language-available {
  display: flex;
  font-size: 12.64px;
  flex-direction: column;
  justify-content: right;
  align-self: stretch;
  text-align: right;
}
.landing-page__header__language-available-mobile {
  display: none;
}
.landing-page__mobile-header {
  display: none;
}
.landing-page__section {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 55px;
}
.landing-page__section > :first-child {
  padding-right: 50px;
}
.landing-page__section__item {
  flex: 1;
  max-width: 725px;
}
.landing-page__section__item-image {
  text-align: right;
  margin-top: 50px;
}
.landing-page__what-can-i-expect {
  background-color: #FBFAF9;
  flex-direction: row-reverse;
}
.landing-page__banner-section__container {
  display: flex;
  justify-content: center;
}
.landing-page__banner-section__video {
  flex: 1;
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 990px) {
  .landing-page__get-started-section__text-mobile {
    display: none;
  }
  .landing-page__mobile-bottom-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing-page__header {
    display: none;
  }
  .landing-page__banner {
    background: no-repeat center/cover url(//cdn-a.patientdiscovery.com/assets/landing-page/banner-b872fa03ff6f87e2ed4750fb1817355fa26b3d8f634316190a9cfd99744298fa.png);
  }
  .landing-page__learn-more-section-mobile__content {
    padding: 0 22.5%;
    background: #F5F3F1;
    border-radius: 1000px;
  }
  .landing-page__learn-more-section-mobile__text {
    text-align: center;
    white-space: nowrap;
  }
  .landing-page__mobile-header {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 8000;
    background-color: #FBFAF9;
  }
  .landing-page__mobile-header__row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #D8D3CB;
  }
  .landing-page__mobile-header__row1 img {
    width: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    object-fit: contain;
  }
  .landing-page__mobile-header__row1-log-in-link {
    font-size: 16px !important;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .landing-page__mobile-header__row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(90deg, #8752FC 28.54%, #F65A8E 69.5%);
    border-image-slice: 1;
  }
  .landing-page__mobile-header__row2__language {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .landing-page__mobile-header__row2__language-available-mobile {
    font-size: 14px;
    line-height: 1.2;
  }
  .landing-page__mobile-header__row2__language-button {
    display: flex;
    justify-content: flex-end;
  }
  .landing-page__mobile-header__row2__language-button .button {
    white-space: nowrap;
  }
  .landing-page__banner-section__video {
    padding: 25px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .landing-page__cta-section {
    margin-top: -70px;
    padding: 30px 50px 20px;
    text-align: center;
    background: #F5F3F1;
  }
  .landing-page__section {
    display: block;
    padding: 0 30px;
    text-align: center;
  }
  .landing-page__section > :first-child {
    padding-right: unset;
  }
  .landing-page__section__item {
    display: flex;
    flex-direction: column;
  }
  .landing-page__section__item img {
    margin: 20px auto 0px auto;
  }
  .landing-page__section__item-image svg {
    display: none;
  }
  .landing-page__how-section, .landing-page__what-can-i-expect {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: left;
  }
  .landing-page__desktop-bottom-img {
    display: none;
  }
  .landing-page__mobile-bottom-img svg {
    max-height: 140px;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.welcome {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome__main {
  width: 100%;
  background-color: #FFF;
  min-height: calc(100vh - 202px - 2em);
}
.welcome-confirm-email__container {
  display: block;
  margin: 0 auto;
  max-width: 584px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  justify-content: left;
  align-items: left;
  text-align: center;
  background: #FFF;
  padding: 50px;
  width: 100%;
}
.welcome-confirm-email__container p {
  font-size: 16px;
}
.welcome-confirmed-email__container {
  display: block;
  margin: 0 auto;
  max-width: 584px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFF;
  padding: 50px;
  width: 100%;
}
.welcome-confirmed-email__container .button {
  margin: 25px 0 0;
}
.welcome-confirmed-email__image {
  padding-bottom: 25px;
}
.welcome-complete-profile-container {
  margin: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.welcome-privacy {
  background-color: #FFF;
}
.welcome__footer {
  align-self: flex-end;
  justify-self: flex-end;
  font-size: 14px;
  color: #6B6965;
  padding: 25px 25px 100px;
  text-align: center;
  width: 100%;
}
.welcome__footer-disclaimer {
  text-align: center;
  margin: 50px auto;
  width: 100%;
  max-width: 936px;
}

@media (min-width: 768px) {
  .welcome__footer-disclaimer {
    width: 80%;
  }
}
@media (min-width: 990px) {
  .welcome__footer {
    padding: 50px 0;
  }
}
@media print {
  .welcome__footer {
    clear: both;
  }
  .welcome__footer-disclaimer {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.unsupported-browser {
  position: relative;
  padding: 30px 40px;
  text-align: center;
  width: 70%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .unsupported-browser {
    width: 100%;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.pages-privacy__terms {
  margin-top: 50px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.smart-app__main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.smart-app__invites__error {
  margin-top: 10px;
}
.smart-app__invites__form-button {
  padding-top: 15px;
}
.smart-app__invites__form-input {
  padding-bottom: 15px;
  width: 100%;
}
.smart-app__invites__form-input[readonly] {
  border-bottom-color: #D8D3CB;
  border-bottom-width: 1px;
  border-left: unset;
  border-right: unset;
  border-top: unset;
}
.smart-app__invites__form-label {
  display: block;
  padding-top: 15px;
}
.smart-app__invites__form__new-practitioner {
  margin-top: 5px;
}
.smart-app__invites__invitation-code {
  font-size: 28px;
}
.smart-app__invites__invitation-container {
  border: #D8D3CB solid 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 600px;
  padding: 25px;
}
.smart-app__invites__invitation-container--print-view {
  border: unset;
}
.smart-app__invites__invitation__encouragement {
  font-size: 20px;
  padding-bottom: 15px;
}
.smart-app__invites__invitation-header {
  border-bottom: 1px solid #D8D3CB;
  width: 100%;
}
.smart-app__invites__invitation-header__title {
  margin-bottom: 15px;
}
.smart-app__invites__invitation-header__button-container {
  margin-bottom: 15px;
  position: relative;
}
.smart-app__invites__invitation-header__button {
  bottom: 0;
  position: absolute;
  right: 0;
}
.smart-app__invites__invitation-logo {
  height: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: right;
}
.smart-app__invites__invitation__print-button-container {
  margin-top: 35px;
  text-align: center;
}
.smart-app__invites__invitation-url {
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
}
.smart-app__invites__logo {
  height: 80px;
}
.smart-app__modal__input-container {
  background-color: #FBFAF9;
  border: 1px solid #D8D3CB;
  padding: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.smart-app__modal-cancel {
  position: fixed;
  right: 15px;
  top: 15px;
  color: #206DFB;
  cursor: pointer;
}
.smart-app__modal form {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-app__modal .button {
  margin: 25px 0 0;
}
.smart-app .modal__header .sub-header {
  color: #6B6965;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media print {
  .smart-app__invites__invitation-header__button-container {
    display: none;
  }
  .smart-app__invites__invitation__encouragement {
    font-size: 16px;
  }
  .smart-app__invites__invitation__print-button-container {
    display: none;
  }
  .smart-app__invites__invitation-url a[href]:after {
    content: unset;
  }
  .smart-app__main {
    margin-top: 0;
    margin-bottom: 0;
  }
  .smart-app__main .alert {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.provider_pdf h1 {
  color: #5A37A9;
  font-family: "Rubik", Helvetica, Arial, sans-serif !important;
  font-size: 1.875em !important;
  margin: 0 0 20px !important;
}
.provider_pdf__activity_answer {
  font-size: 12px;
  text-align: left;
  color: #263239;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.provider_pdf__activity_result {
  border-bottom: 1px solid;
}
.provider_pdf__activity_results .provider_pdf__activity_result:last-child {
  border-bottom: unset;
}
.provider_pdf hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.provider_pdf__activity_title {
  text-align: left;
  color: #5C656A;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: initial;
}
.provider_pdf__placement_title {
  font-weight: bold;
}
.provider_pdf__advanced_care {
  display: block;
  list-style: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
  column-count: 3;
  margin-bottom: 10px;
}
.provider_pdf__advanced_care--grid-2 {
  column-count: 2;
}
.provider_pdf__advanced_care img {
  max-height: 30px;
  max-width: 40px;
  padding-right: 10px;
  flex-shrink: 0;
}
.provider_pdf__advanced_care li {
  display: flex;
  break-inside: avoid;
}
.provider_pdf__advanced_care p {
  margin-top: 0;
}
.provider_pdf__answer_section_title {
  color: #263239;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 8px;
  margin: unset;
  text-transform: uppercase;
}
.provider_pdf__condition_status_text {
  font-weight: initial !important;
  margin-top: 0 !important;
}
.provider_pdf .center-align {
  align-items: center;
}
.provider_pdf__cover-choice-container {
  display: flex;
  align-items: flex-start;
}
.provider_pdf__cover-choice-container img {
  padding-right: 10px;
}
.provider_pdf__cover-choice-container--top_align {
  align-items: start;
}
.provider_pdf__cover-choice-container--top_align img {
  padding: 0 1em 0 0;
}
.provider_pdf__current-treatment .provider_pdf__activity_title p {
  margin-top: 0;
}
.provider_pdf__current-treatment .provider_pdf__activity_answer {
  font-weight: initial;
  margin-top: 0;
}
.provider_pdf__current-treatment ul {
  margin-top: 0;
  padding-left: 15px;
}
.provider_pdf__medication_item {
  margin-bottom: 3px;
}
.provider_pdf__med_rec_dot {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 20px 0 0;
}
.provider_pdf__discussion_point {
  display: flex;
  align-items: flex-start;
  max-width: 300px;
}
.provider_pdf__discussion_point img {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.provider_pdf__discussion_point__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: flex;
  max-width: 250px;
}
.provider_pdf__discussion_point .bullet-point {
  width: 25px;
}
.provider_pdf__eq5d_score {
  display: inline;
  font-weight: normal;
  font-style: italic;
  color: #5C656A;
}
.provider_pdf__range_display {
  margin: 10px 0;
}
.provider_pdf__range-battery {
  position: relative;
}
.provider_pdf__range-battery-wrapper {
  border: 1px solid #BAC7CF;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 2px;
  width: 80%;
}
.provider_pdf__range-battery-cell {
  background-color: #F1F5F8;
  border: 1px solid #BAC7CF;
  border-radius: 2px;
  flex-grow: 1;
  height: 10px;
  margin: 0 1px;
}
.provider_pdf__range_battery_answer {
  padding-left: 10px;
  position: absolute;
  top: 31px;
  left: 80%;
}
.provider_pdf__grid-1 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-1 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-1 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-2 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-2 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-2 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-2 .provider_pdf__item--col-2 {
  grid-column: 2;
}
.provider_pdf__grid-2 .provider_pdf__item--span-2 {
  grid-column-end: span 2;
}
.provider_pdf__grid-3 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-3 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-3 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-3 .provider_pdf__item--col-2 {
  grid-column: 2;
}
.provider_pdf__grid-3 .provider_pdf__item--span-2 {
  grid-column-end: span 2;
}
.provider_pdf__grid-3 .provider_pdf__item--col-3 {
  grid-column: 3;
}
.provider_pdf__grid-3 .provider_pdf__item--span-3 {
  grid-column-end: span 3;
}
.provider_pdf__grid--no-gap {
  grid-gap: unset;
}
.provider_pdf__highlighted-choice-container {
  display: flex;
  align-items: center;
  padding: 10px 25px 15px 10px;
}
.provider_pdf__highlighted-choice-container img {
  padding-right: 10px;
}
.provider_pdf__highlighted-choice-container svg {
  overflow: visible;
}
.provider_pdf__highlighted-choice-container .cover-answer-text {
  font-weight: initial !important;
}
.provider_pdf__discussion_point_title {
  font-size: 8px;
}
.provider_pdf__treatment_option {
  align-items: flex-start;
}
.provider_pdf__unstyled_list {
  list-style: none;
  padding: unset;
}
.provider_pdf .arching-concern {
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #BAC7CF;
}
.provider_pdf .arching-concern .cover-answer-text {
  padding: 10px;
  font-weight: initial !important;
}
.provider_pdf .body-title {
  color: #5A37A9;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.provider_pdf .goals-write-in-answer {
  background: #FFF;
  border-radius: 3px;
}
.provider_pdf .goals-write-in-answer .cover-answer-text {
  padding-left: 10px;
}
.provider_pdf .pdf-provider-answer {
  background-color: #F1F5F8;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 25px 0;
}
.provider_pdf .result__choice-container {
  align-items: center;
  padding: 15px 25px 15px 15px;
}
.provider_pdf .treatment-title {
  padding-bottom: 10px;
  font-style: italic;
}
.provider_pdf .treatment-title-none {
  font-style: italic;
  display: inline;
  color: #5C656A;
}
.provider_pdf .treatment-write-in {
  position: relative;
}
.provider_pdf .vl {
  border-left: 10px solid #F35D7F;
  border-radius: 5px;
  height: auto;
  min-height: 30px;
}
.provider_pdf li.provider_pdf__activity_answer {
  list-style-type: disc;
  padding-left: 15px;
}
.provider_pdf li.provider_pdf__activity_answer::marker {
  font-size: 17px;
}
.provider_pdf .pdf-page-break {
  page-break-after: always;
}
.provider_pdf p {
  font-size: 12px;
  margin-top: 20px;
}
.provider_pdf .subtitle {
  margin-bottom: 10px;
  font-style: italic;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.patient_pdf__overarching_section {
  background: rgba(229, 236, 239, 0.5);
  border-radius: 8px;
  height: 75px;
  width: auto;
  padding: 5px;
}
.patient_pdf__vl {
  background: #FF7E9B;
  border-radius: 2.5px;
  border: 1px solid rgb(186, 199, 207);
  width: 10px;
  display: table-cell;
}
.patient_pdf__line_notes {
  background: #CCC;
  height: 1px;
  width: 100%;
  margin-bottom: 25px;
}
.patient_pdf__overarching {
  padding: 5px 0 5px 20px;
  display: table-cell;
}
.patient_pdf .table-display {
  display: table;
}

.overarching-title {
  margin-top: 0 !important;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/*
 * This is a manifest file that'll be compiled into pdf.css, which will include all the files
 * listed below.
 *
 *= require provider_pdf
 *= require patient_pdf
 */
.fhir__header {
  padding-top: 10px !important;
}
.fhir__header__patient span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #6B6965;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fhir__header__patient span:first-of-type {
  color: #363432;
  font-size: 16px;
  font-weight: bold;
}
.fhir__loading-page {
  width: fit-content;
  margin: auto;
}
.fhir__program-selection-page {
  margin-left: 15px;
}
.fhir__signup-page {
  padding-left: 10px;
}
.fhir__signup-page__date-of-birth-container {
  width: 100%;
}
.fhir__signup-page__date-of-birth-text {
  padding: 10px 0;
}
.fhir__signup-page__dynamic-input-container {
  padding-top: 5px;
}
.fhir__signup-page__existing-value {
  display: inline-block;
}
.fhir__signup-page__prefilled-data {
  border-bottom: 1px solid #D8D3CB;
  margin-bottom: 10px;
}
.fhir__signup-page__show-input-button {
  background: unset;
  border: unset;
  color: #206DFB;
  float: right;
  padding: unset;
  text-align: right;
}
.fhir__signup-page__static-label {
  font-weight: bold;
  color: #6B6965 !important;
}
.fhir__access-page {
  width: 600px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.fhir__access-page p {
  margin: 10px;
}
.fhir__access-page-summary {
  margin: 10px;
}
.fhir__access-page-alert {
  text-align: left;
}
.fhir__start-page-image-container {
  margin: 30px auto 40px auto;
  width: 516px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #D8D3CB;
  text-align: center;
}
.fhir__start-page-image-container p {
  margin: 0;
  font-size: 36px;
  width: 248px;
}
.fhir__start-page-login-prompt {
  text-align: center;
  margin: 15px;
}
.fhir__dob-page {
  max-width: 540px;
  margin: auto;
}
.fhir__dob-page input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.fhir__dob-page input[type=number] {
  -moz-appearance: textfield;
}
.fhir__dob-page__date-container.invalid {
  border: 2px solid #F65A8E;
}
.fhir__dob-page__date-container.invalid span {
  color: #F65A8E;
}
.fhir__dob-page__date-container {
  border: 1px solid #D8D3CB;
  display: block;
  margin-top: 25px;
  padding: 15px;
  position: relative;
  background-color: #FBFAF9;
  height: 80px;
  width: 540px;
}
.fhir__dob-page__date-container span {
  background: inherit !important;
  color: #263239;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.fhir__dob-page__date-container input:focus {
  outline: 2px auto #F9C439;
  outline-offset: 2px;
}
.fhir__dob-page__submit {
  text-align: center;
  margin-top: 30px;
}
.fhir__provider-summary {
  padding-top: 10px;
}
.fhir__provider-summary__print {
  border-bottom: 1px solid #D8D3CB;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 25px 0;
}
.fhir__provider-summary__print div {
  flex-grow: 1;
}
.fhir__provider-summary__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 50px 0 25px 0;
}
.fhir__provider-summary__header__print {
  padding-top: 0;
}
.fhir__provider-summary__header-patient span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #6B6965;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.fhir__provider-summary__header-patient span:first-of-type {
  color: #363432;
  font-size: 16px;
  font-weight: bold;
}
.fhir__provider-summary__body__no-data {
  text-align: center;
  font-size: 20px;
  max-width: 465px;
  margin: 0 auto;
}
.fhir__provider-summary__body h1.pdf__page-break {
  display: none;
}
.fhir__provider-summary__body h1.pdf__ {
  display: none;
}
.fhir__provider-summary__body .pdf {
  border-top: 2px solid #8752FC;
  margin: 10px 0 !important;
}
.fhir__provider-summary__body .pdf .provider_pdf {
  margin: 25px 0 !important;
}
.fhir__provider-summary__body .pdf h1.body-title {
  margin: 20px 0 !important;
}
.fhir__provider-summary__body .pdf-provider-answer {
  background-color: #FFF !important;
  border-bottom: 2px solid #8752FC;
  border-radius: 0;
  padding: 10px 0 !important;
}
.fhir__provider-summary__body .provider_pdf__highlighted-choice-container {
  padding-left: 0;
}
.fhir__provider-summary__body .provider_pdf__answer_section_title {
  margin-top: 0;
}
.fhir__provider-summary__body img {
  width: 40px;
}
.fhir__provider-summary__body .bullet-point img {
  width: unset;
}
@media (max-width: 768px) {
  .fhir__dob-page {
    padding: 25px;
  }
  .fhir__dob-page .form-signin__input {
    width: 32%;
  }
  .fhir__invite_container {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
  }
  .fhir__invite_info {
    order: 2;
  }
  .fhir__invite_component {
    padding-bottom: 25px;
  }
  .fhir__invite_component:after {
    margin-top: 25px;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D8D3CB;
    left: 0;
  }
  .fhir__signup-page__show-input-button--email {
    display: block;
    float: unset;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .fhir__invite_container {
    padding-top: 25px;
  }
  .fhir__invite_info:after {
    content: "";
    background-color: #D8D3CB;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 10px;
    left: 50%;
    display: inline-block;
  }
  .fhir__signup-page__date-of-birth-input {
    padding-left: 15px;
  }
  .fhir__signup-page__date-of-birth-input:first-child {
    padding-left: unset;
  }
}

@media print {
  .pdf {
    margin: unset !important;
  }
  .pdf__ {
    display: none;
  }
  .body-title {
    margin-top: 50px;
  }
  .provider_pdf {
    margin-bottom: 40px;
  }
  .fhir__provider-summary__header {
    padding-top: 10px;
  }
  .pdf-provider-answer {
    background-color: unset !important;
    border-bottom: 2px solid #8752FC;
    border-radius: 0 !important;
    padding: 10px 0 !important;
  }
  .fhir__provider-summary .pdf__page-break--after {
    break-after: unset !important;
  }
  footer {
    display: none;
  }
  .invites .fhir__header {
    display: none !important;
  }
  .fhir__header {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 50px 0 25px 0;
  }
  .fhir__header .fhir__header__patient span {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #6B6965 !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .fhir__header .fhir__header__patient span:first-of-type {
    color: #363432 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .fhir__provider-summary__print {
    border-bottom: 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.calendar {
  min-width: 60px;
  width: 60px;
  height: 66px;
  margin-right: 15px;
  font-weight: 900;
  font-stretch: condensed;
}
.calendar__day {
  font-size: 28px;
  height: 44px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8D3CB;
}
.calendar__weekday {
  background-color: #8752FC;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  height: 22px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar__weekday--dark-purple-background {
  background-color: #5A37A9;
}
.calendar__weekday--past {
  color: unset;
  background-color: unset;
  border: 1px solid #D8D3CB;
}
.calendar__weekday--upcoming {
  color: #8752FC;
  background-color: unset;
  border: 2px solid #8752FC;
}
.calendar--button {
  align-self: center;
  margin-left: auto;
}
.calendar--button button {
  padding: 0;
  border: unset;
  background: none;
}
.calendar--hr {
  margin-top: unset;
  margin-bottom: 15px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.appointment {
  display: flex;
}
.appointment__add-appointment {
  padding-bottom: 10px;
}
.appointment__read-only-appointment {
  margin: auto;
  background-color: #FBFAF9;
  width: 351px;
  padding: 30px 15px 10px 15px;
  border: 1px solid #D8D3CB;
}
.appointment__read-only-appointment-date-time {
  display: flex;
  gap: 5px;
  color: #6B6965;
}
.appointment__read-only-appointment-btns {
  display: flex;
  margin-top: 50px;
  gap: 10px;
  justify-content: center;
}
.appointment__at-container {
  max-width: 525px;
  margin: auto;
}
.appointment__details {
  align-self: center;
  padding: 0 10px;
  max-width: 225px;
}
.appointment__page-tile {
  display: grid;
  overflow: hidden;
}
.appointment__page-tile--scroll {
  max-height: 600px;
  overflow-y: scroll;
}
.appointment__edit svg {
  height: 20px;
  width: 20px;
  float: right;
  position: relative;
  top: -4px;
}
.appointment__actions {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.appointment__actions .button--plain {
  border: unset;
  background-color: transparent;
  color: #206DFB;
  margin: 0px !important;
  padding: 0px !important;
}
.appointment__track h1 {
  margin-top: 15px;
}
.appointment__datetime {
  margin-bottom: 10px;
}
.appointment__datetime p {
  margin: unset;
}
.appointment__date {
  background: #FBFAF9;
  border: 1px solid #D8D3CB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-weight: normal;
  position: relative;
}
.appointment__date__label {
  color: #8752FC;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 15px 15px 5px 15px;
  margin-bottom: 0;
}
.appointment__date__input {
  align-self: stretch;
  border: 1px solid #D8D3CB;
  margin: 0 15px 15px;
  padding: 5px 10px;
}
.appointment__date__icon {
  position: absolute;
  top: 45px;
  right: 30px;
}
.appointment__date .pika-single {
  align-self: stretch;
}
.appointment__date .pika-lendar {
  box-shadow: none;
  border-left: unset;
  border-right: unset;
  border-bottom: unset;
  max-width: 525px;
}
.appointment__date .pika-button {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .appointment__read-only-appointment-btns {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
  .appointment__read-only-appointment {
    margin: auto;
    background-color: #FBFAF9;
    width: 280px;
    height: 180px;
    padding: 30px 0px 0px 15px;
    border: 1px solid #D8D3CB;
  }
  .appointment__read-only-appointment-date-time {
    display: block;
    color: #6B6965;
  }
  .appointment__read-only-appointment-date-time p:nth-child(2) {
    display: none;
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.color__swatch {
  display: inline-block;
  float: left;
  width: 1.4em;
  height: 1.4em;
  margin-right: 10px;
}

/**
 * Color Backgrounds
 */
.card .tutorial__blue,
.blue {
  background: #4C7BD9 !important;
}

.card .tutorial__orange,
.orange {
  background: #F88500 !important;
}

.card .tutorial__pink,
.pink {
  background: #FF537A !important;
}

.card .tutorial__dark_pink,
.dark_pink {
  background: #BF56C5 !important;
}

.card .tutorial__light_pink,
.light_pink {
  background: #FF7E9B !important;
}

.card .tutorial__teal,
.teal {
  background: #4EC3CE !important;
}

.card .tutorial__green,
.green {
  background: #37D6B7 !important;
}

.card .tutorial__gray,
.gray {
  background: #E5ECEF !important;
}

.card .tutorial__gray-2,
.gray-2 {
  background: #BAC7CF !important;
}

.card .tutorial__gray-3,
.gray-3 {
  background: #8FA4AF !important;
}

.card .tutorial__gray-6,
.gray-6 {
  background: #D8D3CB !important;
}

.card .tutorial__light_teal,
.light_teal {
  background: #7AD2DA !important;
}

.card .tutorial__yellow,
.yellow {
  background: #FEBB1D !important;
}

.card .tutorial__purple,
.purple {
  background: #8752FC !important;
}

.card .tutorial__light_purple,
.light_purple {
  background: #789CE2 !important;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--warning {
  color: #FFAA1F;
}
.text--status {
  font-size: 12px;
  font-weight: bold;
  color: #8FA4AF;
  text-transform: uppercase;
}
.text--large {
  font-size: 20.25px;
}
.text--small {
  font-size: 12.64px;
}
.text--nowrap {
  white-space: nowrap;
}
.text--label {
  border-radius: 4px;
  background-color: #BAC7CF;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
}
.text--no-margin {
  margin: 0;
}
.text--fixed-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text--fixed-lines-3 {
  -webkit-line-clamp: 3;
}
.text--tile-trunc {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text__sans {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
}
.text__sans--base {
  font-size: 16px;
}
.text__sans--large {
  font-size: 20px;
  line-height: 1.2em;
}
.text--subtitle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.text--footnote {
  color: #8FA4AF;
  font-size: 12px;
}
.text--normal {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--font-style-normal {
  font-style: normal;
}
.text--muted {
  color: #8FA4AF;
}
.text--gray-7 {
  color: #6B6965;
}
.text--black {
  color: #263239;
}
.text--black-2 {
  color: #5C656A;
}
.text--dark-gray {
  color: #363432;
}
.text--blue-2 {
  color: #206DFB;
}
.text--blue-4 {
  color: #1549A8;
}
.text--orange {
  color: #F88500;
}
.text--orange-2 {
  color: #EE8934;
}
.text--green {
  color: #37D6B7;
}
.text--pink {
  color: #F65A8E;
}
.text--purple {
  color: #8752FC;
}
.text--dark-purple {
  color: #5A37A9;
}
.text--dark-magenta {
  color: #8E0749;
}
.text--dark-purple {
  color: #5A37A9;
}
.text--teal {
  color: #4EC3CE;
}
.text--blue-link:hover {
  color: #206DFB;
}
.text--blue-link:focus {
  outline: 2px auto #F9C439;
  text-decoration: none;
}
.text--blue-link:visited {
  color: #206DFB;
}

/**
 * activity-result.scss
 * TODO: Refactor all activity results to use result partial instead.
 * Please avoid adding styles here
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.activity-result__question {
  font-size: 14px;
  break-inside: avoid;
}
.activity-result__question img {
  max-height: 30px;
  max-width: 40px;
  margin-top: 0.75em;
  padding-right: 10px;
  flex-shrink: 0;
}
.activity-result__question:not(:last-child) {
  border-bottom: 1px solid #BAC7CF;
}
.activity-result__question-answer-choice {
  display: block;
}
.activity-result__question-answer-choice-text {
  margin: 0.5em 0;
}
.activity-result__question-answer-choice:last-child {
  margin-bottom: 0;
}
.activity-result__question-answer-choice:last-child .activity-result__question-answer-choice-text {
  margin-bottom: 0;
}
.activity-result__medication-list-container {
  padding: 15px 0;
}

/**
 * decoration.scss
 * This module provides a way to decorate content such as
 * "new" badges, mail icons, etc.
 *
 * Usage:
 *
 * Inline: Simply add the decoration classes to any paragraph or other element:
 * <p class="decoration decoration--mail">Mail me!</p>
 *
 * Block:
 * If it is necessary to align multiple-line content, use this pattern:
 * <div class="decoration__container">
 *   <div class="decoration__icon">
 *     (Decoration)
 *   </div>
 *   <div>
 *     (Other content here)
 *   </div>
 * </dive
 * (Similar to boostrap media)
 *
 * @author Greg Opperman
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.decoration {
  /**
   * For decorations that span multiple lines
   */
}
.decoration:before {
  margin-right: 5px;
  background: #8752FC;
  border-radius: 20px;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  color: #FF537A;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.decoration--help:before {
  content: "?";
}
.decoration--checkEmail:before {
  content: "";
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-fafc28fbd6c46ea9ee5a64317d48ecc24f2f46cb48b84e6bf62bf0f06422c45b.png);
  margin-right: 2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
}
.decoration--checkEmail-no:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-no-83ff1c491b8bdc4cc38d653924440b983f9115a36acc703e7bbe4fd0dd8f4d67.png);
}
.decoration--check:before {
  content: "";
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-c75c056076cfb0909527124dba71c8be14bf453bd151dee45d51e71f6be39896.svg);
  margin-right: 2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
}
.decoration--check-circle:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-circle-c17f7f68931460a79461ec9375e5f627f733191ad5d798470e57216d652fc0ef.svg);
}
.decoration--check-no:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-no-6d70bb111ea26bada6c1278821e3313487a76e3393b9ec3100cba63d8463a5f0.svg);
}
.decoration--question:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/icn-support-12a6f32af7b74ffd90175cdb4343176f504cac1137a6b71db689492b4d7a3995.svg);
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.decoration--phone-gray:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/phone-gray-cb103eb761d617e7d27ad70a3621be609e38c3e1daf239eb6a92ae0acfa6fa0c.svg);
  line-height: 22px;
}
.decoration--mail:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/mail-d857a1a42a8c39bd98592b5e82de8822c769cb2210c7fe7b1413d728a5cc17ec.svg);
  top: 2px;
}
.decoration--user:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/user-bf9ed1d982018bfa3836a9667c6cb1431c0e9fe51d928f078d31772e3134daf8.svg);
  top: 2px;
}
.decoration--new:before {
  background: #5A37A9;
  border-radius: 0;
  content: attr(data-content);
  color: #FFF;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 1em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 5px;
  text-transform: uppercase;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.decoration--card {
  position: relative;
}
.decoration--card:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.decoration--play:before {
  content: "▲";
  transform: rotate(90deg);
}
.decoration--calendar {
  line-height: 25px;
}
.decoration--calendar:before {
  float: left;
  content: url(//cdn-a.patientdiscovery.com/assets/calendar-bw-c1d0975a05e2387f062ca3926dfdcdc0b1b1afd1d2ba2824fc4807bcdf699bb8.svg);
}
.decoration--size-large {
  height: 64px;
  width: 64px;
}
.decoration--left-purple:before {
  content: "";
  height: 1em;
  border-left: 5px solid #8752FC;
  margin-right: 10px;
}
.decoration__container {
  display: flex;
}
.decoration__icon {
  flex: 0 0 14px;
  margin-right: 10px;
}

.line-label {
  display: flex;
  flex-direction: row;
  margin: 40px 0 30px;
}

.line-label:before, .line-label:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #D8D3CB;
  margin: auto;
}

.line-label:before {
  margin-right: 10px;
}

.line-label:after {
  margin-left: 10px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.document {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.document__icon {
  flex: 0 0 40px;
}
.document + .document {
  border-top: 1px solid #BAC7CF;
}
.document__title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.document__actions {
  margin-top: 25px;
  text-align: center;
}
.document__button {
  margin: 10px auto;
}
.document--compact {
  padding: 5px;
  align-items: center;
}
.document--compact + .document--compact {
  border: 0;
}

/**
 * result.scss
 * Styles for results display on discussion guide
 * The intent of this partial is to replace activity-result.scss, incrementally #PF-1150
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.result {
  font-size: 14px;
  break-inside: avoid;
}
.result__container {
  padding: 15px;
}
.result__container--summary {
  margin: 10px;
}
.result__choice-container {
  display: flex;
  padding: 15px 25px;
}
.result__list {
  break-inside: avoid;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.result__list img {
  max-height: 30px;
  max-width: 40px;
  margin-top: 0.75em;
  padding-right: 10px;
  flex-shrink: 0;
}
.result--bordered:not(:last-child) {
  border-bottom: 1px solid #BAC7CF;
  padding-bottom: 15px;
}
.result p {
  margin: 0;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.appointments {
  background: #FFF;
}
.appointment__container {
  text-align: center;
}
.appointment__container h1 {
  margin-bottom: 50px;
}
.appointment__sidebar-container {
  margin: 25px 0;
  padding: 0 15px;
}
.appointment__actions {
  margin-top: 25px;
  text-align: center;
}
.appointment__at-container {
  max-width: 525px;
  margin: auto;
}
.appointment__input-container {
  display: block;
  margin: 1em 0;
  position: relative;
  z-index: 1;
}
.appointment__input-container--date.invalid:after {
  content: "Please enter a valid date";
}
.appointment__icon {
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.appointment__title {
  text-align: center;
}
.appointment__treatment_center__title {
  font-size: 12px;
  font-weight: 700;
}
.appointment__type {
  margin-bottom: 25px;
}
.appointment__type__title {
  font-size: 12px;
  font-weight: 700;
}
.appointment__type .md-radio {
  margin: 0 !important;
}
.appointment__type .md-radio label {
  background: transparent;
  margin-bottom: 10px;
  padding: 0 0 0 40px !important;
}
.appointment__at {
  background: #FBFAF9;
  border: 1px solid #D8D3CB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-weight: normal;
  position: relative;
}
.appointment__at__label {
  color: #8752FC;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 15px 15px 5px 15px;
  margin-bottom: 0;
}
.appointment__at__input {
  align-self: stretch;
  border: 1px solid #D8D3CB;
  margin: 0 15px 15px;
  padding: 5px 10px;
}
.appointment__at__icon {
  position: absolute;
  top: 45px;
  right: 30px;
}
.appointment__at .pika-single {
  align-self: stretch;
}
.appointment__at .pika-lendar {
  box-shadow: none;
  border-left: unset;
  border-right: unset;
  border-bottom: unset;
  max-width: 525px;
}
.appointment__at .pika-button {
  margin: 0 auto;
}
.appointment__time .grid--2 {
  grid-gap: 10px;
}
.appointment__actions__delete {
  display: block;
  margin-top: 25px;
  color: #F65A8E;
}
.appointment__actions__delete:hover {
  color: #F65A8E;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.free-text-question__container {
  text-align: center;
}
.free-text-question__container h1 {
  margin-bottom: 15px;
}
.free-text-question__form {
  margin: 0 auto;
  max-width: 550px;
}
.free-text-question__form .subtitle {
  color: #363432;
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}
.free-text-question__form .title__main_image {
  margin-bottom: 15px;
}
.free-text-question__form-container {
  text-align: left;
  background-color: #FBFAF9;
  border: 1px solid #D8D3CB;
  border-radius: 2px;
  opacity: 1;
  padding: 15px;
}
.free-text-question__form-container .question {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.free-text-question__form-container label {
  font-size: 12px;
}
.free-text-question__form-container textarea {
  height: 150px;
  width: 100%;
  margin: 0;
  font-size: initial;
  padding: 5px;
  background: #FFF;
  border: 1px solid #D8D3CB;
  border-radius: 2px;
  resize: none;
}
.free-text-question__form-container textarea::placeholder {
  color: #6B6965;
  opacity: 1;
}
.free-text-question__continue-button {
  margin: 30px 30px 40px;
}
.free-text-question__counter {
  display: block;
  text-align: right;
  margin: 0;
  font-size: 12px;
  color: #6B6965;
}

@media (max-width: 768px) {
  .free-text-question__continue-button {
    margin: 15px;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.medication-list {
  padding: 25px;
}
.medication-list__name {
  padding: 10px !important;
}
.medication-list__dosage {
  padding: 10px !important;
}
.medication-list__frequency {
  padding: 10px !important;
}
.medication-list__add-button {
  margin: 15px 0 50px;
}
.medication-list__add-button-container {
  margin: 0 auto;
  max-width: 380px;
  text-align: right;
}

@media (min-width: 768px) {
  .medication-list__name {
    width: 35%;
  }
  .medication-list__dosage {
    width: 35%;
  }
  .medication-list__frequency {
    max-width: 120px;
    width: 35%;
  }
  .medication-list__delete {
    width: 60px;
  }
  .medication-list__add-button-container {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .medication-list__add-button {
    margin: 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.multi_ratings__container {
  max-width: 380px;
  margin: auto;
}

@media (min-width: 768px) {
  .multi_ratings__container {
    padding: 25px 0 50px 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.range__wrapper {
  max-width: 300px;
  height: 400px;
  display: grid;
  grid-template-columns: 100px auto 100px;
  grid-template-rows: 20px auto;
  grid-template-areas: ". battery-contact ." "labels battery slider";
  margin: 50px auto;
}
.range__wrapper-discussion-guide {
  max-width: 50px;
  height: 150px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 10px auto;
  grid-template-areas: "battery-contact" "battery";
  margin: 10px auto;
}
.range__wrapper--dashboard {
  max-height: 110px;
}
.range__answer-text {
  text-align: center;
}
.range__labels {
  grid-area: labels;
}
.range__battery {
  grid-area: battery;
  z-index: 8000;
  touch-action: manipulation;
}
.range__slider {
  grid-area: slider;
}
.range__battery-contact {
  grid-area: battery-contact;
  border: 2px solid #6B6965;
  border-radius: 2px;
  height: 100%;
  width: 50%;
  justify-self: center;
  align-self: end;
}
.range__battery-wrapper, .range__labels {
  display: flex;
  flex-direction: column;
  max-width: 84px;
  height: 100%;
  align-items: center;
}
.range__battery-wrapper span, .range__battery-wrapper p, .range__labels span, .range__labels p {
  width: 100%;
  text-align: right;
}
.range__battery-wrapper {
  border: 2px solid #6B6965;
  border-radius: 2px;
  padding: 4px;
  margin: auto;
}
.range__battery-wrapper span {
  flex: 1;
  margin: 1px;
  border-radius: 2px;
  transition: background 0.3s linear;
}
.range__labels {
  justify-content: space-around;
}
.range__slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 400px;
  width: 5px;
}
.range__slider input[type=range] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 31px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background: transparent;
  font: 1em arial, sans-serif;
  /* End browser range style reset */
  /* Thumb styling */
  /* Range track styling */
}
.range__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.range__slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.range__slider input[type=range]::-webkit-slider-thumb {
  margin-top: -0.625em;
  box-sizing: border-box;
  border: 0;
  height: 31px;
  width: 30px;
  background-color: transparent;
  background-image: url(//cdn-a.patientdiscovery.com/assets/activities/range/rb-icn-range-slider-23954b813f03324932f825ad5c438f6223bb020951914372433aaa7a77a1bd8e.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.range__slider input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: 0;
  height: 31px;
  width: 30px;
  background-color: transparent;
  background-image: url(//cdn-a.patientdiscovery.com/assets/activities/range/rb-icn-range-slider-23954b813f03324932f825ad5c438f6223bb020951914372433aaa7a77a1bd8e.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.range__slider input[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: 0;
  height: 31px;
  width: 30px;
  background-color: transparent;
  background-image: url(//cdn-a.patientdiscovery.com/assets/activities/range/rb-icn-range-slider-23954b813f03324932f825ad5c438f6223bb020951914372433aaa7a77a1bd8e.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.range__slider input[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: 0;
  width: 400px;
  height: 0.25em;
  background: none;
  cursor: pointer;
}
.range__slider input[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: 0;
  width: 400px;
  height: 0.25em;
  background: none;
  cursor: pointer;
}
.range__slider input[type=range]::-ms-track {
  box-sizing: border-box;
  border: 0;
  width: 400px;
  height: 0.25em;
  background: none;
  cursor: pointer;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.single-questions__body .button {
  margin: 25px auto 0;
  display: block;
}
.single-questions__body .accordion--expanded {
  margin-left: 35px;
}
.single-questions__input-container {
  display: block;
}
.single-questions__header {
  grid-gap: 15px 25px;
  margin-bottom: 10px;
}
.single-questions__header .text--subtitle {
  margin-bottom: 30px;
}
.single-questions__list {
  margin: auto;
}
.single-questions__choice-image-container {
  display: inline-block;
}
.single-questions__choice-image-container img {
  display: inline;
}
.single-questions__choice-image {
  text-align: center;
  min-width: 135px;
}
.single-questions__choice-image img {
  height: 40px;
  width: 40px;
}
.single-questions__main-image {
  display: block;
  grid-column: 1;
  margin: 0 auto;
}
.single-questions__numeric-requirement-description {
  margin: 10px 0 0;
}
.single-questions__numeric-container.invalid:after {
  content: "Invalid entry";
}
.single-questions__selected-choice-image {
  text-align: center;
  display: none;
}
.single-questions__choice-text {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 120px);
}
.single-questions__list-choice-text {
  margin-right: 15px;
}
.single-questions__title {
  margin-top: 0;
}
.single-questions__write-in + .form-signup__label {
  left: 55px;
}
.single-questions .md-radio {
  margin: 8px 0;
}
.single-questions .md-radio label {
  display: flex;
  padding: 10px 10px 10px 39px;
  width: 100%;
  background-color: #FFF;
  font-weight: normal;
  color: #363432;
  align-items: center;
}
.single-questions .md-radio label img {
  display: none;
}
.single-questions .md-radio label:before {
  left: 1px;
  top: calc(50% - 10px);
  border: 1px solid #5C656A;
}
.single-questions .md-radio label:after {
  background-color: #8752FC;
  content: url(//cdn-a.patientdiscovery.com/assets/icons/check-forms-b87eccdf98faecc5a51597064e9ad55bfb78f2f99f20303875bdee56cc51b486.svg);
  color: #FFF;
  height: 24px;
  left: 1px;
  text-align: center;
  top: calc(50% - 10px);
  width: 24px;
}
.single-questions .md-radio input[type=radio]:checked + label:before {
  background-color: #F9FAFB;
  border-color: transparent;
}
.single-questions .md-radio input[type=radio]:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.single-questions .sq-checkbox label.single-questions--drawer {
  background-color: inherit;
}
.single-questions__grid, .single-questions__grid-star {
  flex: 1 100%;
  text-align: center;
  max-width: 100%;
}
.single-questions__grid h3, .single-questions__grid-star h3 {
  width: 100%;
}
.single-questions__grid input[type=submit], .single-questions__grid-star input[type=submit] {
  margin-top: 25px;
}
.single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
}
.single-questions__grid .single-questions__card, .single-questions__grid-star .single-questions__card {
  background: #FBFAF9;
  border: 1px solid #D8D3CB;
  border-radius: 4px;
  position: relative;
  min-height: 70px;
}
.single-questions__grid .single-questions__card .collapse.in, .single-questions__grid-star .single-questions__card .collapse.in {
  margin: 0 30px;
}
.single-questions__grid .single-questions__card .md-radio,
.single-questions__grid .single-questions__card .sq-checkbox, .single-questions__grid-star .single-questions__card .md-radio,
.single-questions__grid-star .single-questions__card .sq-checkbox {
  margin: 0;
  height: 100%;
}
.single-questions__grid .single-questions__card .md-radio label,
.single-questions__grid .single-questions__card .sq-checkbox label, .single-questions__grid-star .single-questions__card .md-radio label,
.single-questions__grid-star .single-questions__card .sq-checkbox label {
  height: 100%;
  position: static;
  padding: 10px;
  margin: 0;
  background-color: transparent;
}
.single-questions__grid .single-questions__card .md-radio label img,
.single-questions__grid .single-questions__card .sq-checkbox label img, .single-questions__grid-star .single-questions__card .md-radio label img,
.single-questions__grid-star .single-questions__card .sq-checkbox label img {
  margin: 0 auto;
  display: inline;
  max-height: 84px;
}
.single-questions__grid .single-questions__card .md-radio label:before, .single-questions__grid .single-questions__card .md-radio label:after,
.single-questions__grid .single-questions__card .sq-checkbox label:before,
.single-questions__grid .single-questions__card .sq-checkbox label:after, .single-questions__grid-star .single-questions__card .md-radio label:before, .single-questions__grid-star .single-questions__card .md-radio label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox label:after {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label {
  color: #263239;
  position: static;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:before,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:before,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:before,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:before, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:before,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:before,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:before {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after, .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: block;
  font: normal normal normal 14px/0.9 FontAwesome;
  content: "\f058";
  color: #37D6B7;
  top: -21px;
  left: calc(50% - 20px);
  background-color: #F9FAFB;
  width: 41px;
  height: 41px;
  font-size: 48px;
  border: 0;
  transform: rotate(0deg);
  border-radius: 50%;
}
.single-questions__grid .single-questions__card.checked, .single-questions__grid-star .single-questions__card.checked {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.single-questions__no-icon {
  display: flex !important;
}
.single-questions__no-icon img {
  height: 40px;
  width: 40px;
  margin: 0 5px !important;
  display: none !important;
}
.single-questions__no-icon p {
  width: 100%;
  margin-left: 15px;
  text-align: left !important;
}
.single-questions__grid-star .single-questions__card.checked {
  box-shadow: none;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-text,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-text {
  opacity: 0.5;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: none;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
  display: block;
  text-align: center;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image img {
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 13px 0 #263239;
  margin: 12px;
}
.single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-image {
  display: none;
}
.single-questions__grid .single-questions__card.checked {
  border: 1px solid #8752FC;
  background: #F3EEFF;
  box-shadow: none;
}
.single-questions__grid .single-questions__card.checked .single-questions__no-icon img {
  display: unset !important;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label:after,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label:after {
  display: none;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
  display: block;
  text-align: center;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image img,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image img {
  height: 40px;
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
  border-radius: 30px;
}
.single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__choice-image,
.single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__choice-image {
  display: none;
}
@media (min-width: 480px) {
  .single-questions .md-radio label {
    display: block;
  }
  .single-questions .md-radio label p {
    text-align: center;
  }
  .single-questions .sq-checkbox label {
    display: block;
  }
  .single-questions__grid h3, .single-questions__grid-star h3 {
    margin-top: 0;
    width: 50%;
  }
  .single-questions__grid .button, .single-questions__grid-star .button {
    grid-column: 1/-1;
  }
  .single-questions__choice-image-container {
    display: block;
  }
  .single-questions__choice-image {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .single-questions__selected-choice-image {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .single-questions__grid .single-questions__card.checked {
    box-shadow: none;
  }
  .single-questions__grid .single-questions__card.checked .single-questions__no-icon img {
    box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
    border-radius: 30px;
    border: 2px solid #363432;
    display: unset !important;
  }
  .single-questions__grid .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
    display: flex;
    align-items: center;
  }
  .single-questions__grid-star .single-questions__card.checked {
    box-shadow: none;
  }
  .single-questions__grid-star .single-questions__card .md-radio input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .md-radio input[type=checkbox]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .sq-checkbox input[type=radio]:checked + label .single-questions__selected-choice-image,
  .single-questions__grid-star .single-questions__card .sq-checkbox input[type=checkbox]:checked + label .single-questions__selected-choice-image {
    display: block;
  }
  .single-questions__choice-text {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .single-questions__list {
    width: 725px;
  }
  .single-questions__list .single-questions__body h1,
  .single-questions__list .single-questions__body h2,
  .single-questions__list .single-questions__body h3,
  .single-questions__list .single-questions__body h4,
  .single-questions__list .single-questions__body h5,
  .single-questions__list .single-questions__body h6,
  .single-questions__list .single-questions__body div:service, .single-questions__list .single-questions__header h1,
  .single-questions__list .single-questions__header h2,
  .single-questions__list .single-questions__header h3,
  .single-questions__list .single-questions__header h4,
  .single-questions__list .single-questions__header h5,
  .single-questions__list .single-questions__header h6,
  .single-questions__list .single-questions__header div:service {
    grid-column: 2/3;
  }
  .single-questions__body .button {
    width: unset;
  }
  .single-questions__grid .single-questions__cards, .single-questions__grid-star .single-questions__cards {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .single-questions__grid .single-questions__cards--2, .single-questions__grid-star .single-questions__cards--2 {
    grid-template-columns: repeat(2, 300px);
  }
  .single-questions__grid .single-questions__cards--3, .single-questions__grid .single-questions__cards--6, .single-questions__grid-star .single-questions__cards--3, .single-questions__grid-star .single-questions__cards--6 {
    grid-template-columns: repeat(3, 300px);
  }
  .single-questions__grid .single-questions__cards--left, .single-questions__grid-star .single-questions__cards--left {
    justify-content: unset;
  }
  .single-questions .tooltip {
    margin-top: 0;
  }
}
.single-questions__validation-character {
  float: right;
  color: #BFCBD2;
}
.single-questions__answer-object-text {
  padding-left: 2px;
  padding-top: 9px;
}
@media (min-width: 990px) {
  .single-questions__grid .single-questions__cards--4, .single-questions__grid .single-questions__cards--8, .single-questions__grid-star .single-questions__cards--4, .single-questions__grid-star .single-questions__cards--8 {
    grid-template-columns: repeat(4, 300px);
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.title__container {
  text-align: center;
  max-width: 775px;
  margin: auto;
  padding-top: 15px 25px;
}
.title__continue_button {
  display: block;
  margin: 50px 0 25px;
  width: 100%;
}
.title__main_image {
  margin: auto;
}

@media (min-width: 768px) {
  .title__continue_button {
    display: inline-block;
    width: auto;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.video_player__container {
  background-color: #FBFAF9;
  padding-bottom: 0;
  border: 1px solid #D8D3CB;
}
.video_player__skip {
  text-align: right;
}
.video_player__details_container {
  margin-left: 30px;
  margin-right: 30px;
}
.video_player__details {
  background-color: #FFF;
  padding: 20px 30px;
}
.video_player__details svg {
  vertical-align: middle;
}
.video_player__video_title {
  font-size: 24px;
  font-weight: 600;
}
.video_player__horizontal_line {
  margin-top: 10px;
}
.video_player__toggle {
  color: #8752FC !important;
  font-weight: 700;
}
.video_player__navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #FFF url(//cdn-a.patientdiscovery.com/assets/activities/video_player/navigation-end-frame-aa05cf2aa258c694b5d6a9fe7878daef718ed59143d4895a7aa85bfbd7ea4bc4.gif) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s linear;
  display: none;
}
.video_player__navigation-continue {
  margin: 93% 10px 20px;
}
.video_player__navigation-replay {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #263239;
  background: rgba(0, 0, 0, 0.5);
  color: #F9FAFB;
  margin: 93% 10px 20px;
}
.video_player__navigation-replay:hover, .video_player__navigation-replay:active, .video_player__navigation-replay:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.video_player__navigation-replay:hover:hover, .video_player__navigation-replay:hover:active, .video_player__navigation-replay:hover:focus, .video_player__navigation-replay:active:hover, .video_player__navigation-replay:active:active, .video_player__navigation-replay:active:focus, .video_player__navigation-replay:focus:hover, .video_player__navigation-replay:focus:active, .video_player__navigation-replay:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.video_player__navigation-replay:hover path, .video_player__navigation-replay:active path, .video_player__navigation-replay:focus path {
  fill: #FFF;
}
.video_player__navigation-replay:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.video_player__navigation-replay path {
  fill: #FFF;
}
.video_player__navigation-replay:hover, .video_player__navigation-replay:active, .video_player__navigation-replay:focus {
  background: #3a4d58;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.video_player__navigation-replay:hover:hover, .video_player__navigation-replay:hover:active, .video_player__navigation-replay:hover:focus, .video_player__navigation-replay:active:hover, .video_player__navigation-replay:active:active, .video_player__navigation-replay:active:focus, .video_player__navigation-replay:focus:hover, .video_player__navigation-replay:focus:active, .video_player__navigation-replay:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.video_player__navigation-replay path {
  fill: #263239;
}
.video_player__navigation-show {
  display: flex;
}
@media (max-width: 768px) {
  .video_player__navigation {
    background: #FFF url(//cdn-a.patientdiscovery.com/assets/activities/video_player/navigation-end-frame-aa05cf2aa258c694b5d6a9fe7878daef718ed59143d4895a7aa85bfbd7ea4bc4.gif) no-repeat top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .video_player__navigation-continue {
    margin: 100% 10px 20px;
  }
  .video_player__navigation-replay {
    background: #FFF;
    color: #FFF;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background, 0.2s;
    width: unset;
    border: 0;
    border-radius: 40px;
    border: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    color: #263239;
    background: rgba(0, 0, 0, 0.5);
    color: #F9FAFB;
    margin: 100% 10px 20px;
  }
  .video_player__navigation-replay:hover, .video_player__navigation-replay:active, .video_player__navigation-replay:focus {
    background: white;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  .video_player__navigation-replay:hover:hover, .video_player__navigation-replay:hover:active, .video_player__navigation-replay:hover:focus, .video_player__navigation-replay:active:hover, .video_player__navigation-replay:active:active, .video_player__navigation-replay:active:focus, .video_player__navigation-replay:focus:hover, .video_player__navigation-replay:focus:active, .video_player__navigation-replay:focus:focus {
    color: #FFF;
    text-decoration: none;
  }
  .video_player__navigation-replay:hover path, .video_player__navigation-replay:active path, .video_player__navigation-replay:focus path {
    fill: #FFF;
  }
  .video_player__navigation-replay:disabled {
    background: #D8D3CB;
    cursor: not-allowed;
  }
  .video_player__navigation-replay path {
    fill: #FFF;
  }
  .video_player__navigation-replay:hover, .video_player__navigation-replay:active, .video_player__navigation-replay:focus {
    background: #3a4d58;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  .video_player__navigation-replay:hover:hover, .video_player__navigation-replay:hover:active, .video_player__navigation-replay:hover:focus, .video_player__navigation-replay:active:hover, .video_player__navigation-replay:active:active, .video_player__navigation-replay:active:focus, .video_player__navigation-replay:focus:hover, .video_player__navigation-replay:focus:active, .video_player__navigation-replay:focus:focus {
    color: #FFF;
    text-decoration: none;
  }
  .video_player__navigation-replay path {
    fill: #263239;
  }
}
@media (min-width: 768px) {
  .video_player__skip {
    float: right;
  }
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.sq-checkbox {
  margin: 0;
}
.sq-checkbox input {
  position: absolute;
  opacity: 0;
}
.sq-checkbox input[type=checkbox]:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.sq-checkbox input[type=checkbox]:checked + label:before {
  background-color: #8752FC;
}
.sq-checkbox input[type=checkbox]:checked + label:after {
  border-color: #FFF;
  left: 5px;
  top: 15px;
}
.sq-checkbox label {
  display: flex;
  padding: 10px 10px 10px 39px;
  width: 100%;
  background-color: #FFF;
  font-weight: normal;
  color: #263239;
  align-items: center;
}
.sq-checkbox label:before {
  left: 0;
  top: 10px;
  border: 1px solid #5C656A;
}
.sq-checkbox label img {
  display: none;
}
.sq-checkbox input[type=checkbox]:checked + label.sq-checkbox-with-image:before {
  background-color: #8752FC;
}
.sq-checkbox input[type=checkbox]:checked + label.sq-checkbox-with-image:after {
  border-color: #FFF;
  left: 5px;
  top: 30px;
}
.sq-checkbox label.sq-checkbox-with-image {
  padding: 10px 10px 10px 39px;
}
.sq-checkbox label.sq-checkbox-with-image:before {
  top: 25px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.stacked-cards__container {
  max-width: 380px;
  margin: auto;
  padding-bottom: 100px;
}
.stacked-cards__cards {
  position: relative;
  height: 404px;
  margin: auto;
}
.stacked-cards__card-container {
  position: absolute;
  width: 100%;
}
.stacked-cards__card {
  background-color: #FFF;
  border: 1px solid #D8D3CB;
  top: 0;
  left: 0;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 404px;
}
.stacked-cards__transform_card-1 {
  transform: scale(0.97, 0.97) translate(0, 13px);
}
.stacked-cards__transform_card-2 {
  transform: scale(0.94, 0.94) translate(0, 26px);
}
.stacked-cards__transform_card-3 {
  transform: scale(0.91, 0.91) translate(0, 39px);
}
.stacked-cards__transform_card-4 {
  transform: scale(0.88, 0.88) translate(0, 52px);
}
.stacked-cards__transform_card-5 {
  transform: scale(0.85, 0.85) translate(0, 65px);
}
.stacked-cards__transform_card-6 {
  transform: scale(0.82, 0.82) translate(0, 78px);
}
.stacked-cards__transform_card-7 {
  transform: scale(0.79, 0.79) translate(0, 91px);
}
.stacked-cards__transform_card-8 {
  transform: scale(0.76, 0.76) translate(0, 104px);
}
.stacked-cards__transform_card-9 {
  transform: scale(0.73, 0.73) translate(0, 117px);
}
.stacked-cards__transform_card-10 {
  transform: scale(0.7, 0.7) translate(0, 130px);
}
.stacked-cards__transform_card-11 {
  transform: scale(0.67, 0.67) translate(0, 143px);
}
.stacked-cards__transform_card-12 {
  transform: scale(0.64, 0.64) translate(0, 156px);
}
.stacked-cards__transform_card-13 {
  transform: scale(0.61, 0.61) translate(0, 169px);
}
.stacked-cards__transform_card-14 {
  transform: scale(0.58, 0.58) translate(0, 182px);
}
.stacked-cards__transform_card-15 {
  transform: scale(0.55, 0.55) translate(0, 195px);
}
.stacked-cards__transform_card-16 {
  transform: scale(0.52, 0.52) translate(0, 208px);
}
.stacked-cards__transform_card-17 {
  transform: scale(0.49, 0.49) translate(0, 221px);
}
.stacked-cards__transform_card-18 {
  transform: scale(0.46, 0.46) translate(0, 234px);
}
.stacked-cards__transform_card-19 {
  transform: scale(0.43, 0.43) translate(0, 247px);
}
.stacked-cards__transform_card-20 {
  transform: scale(0.4, 0.4) translate(0, 260px);
}
.stacked-cards__transform_card-21 {
  transform: scale(0.37, 0.37) translate(0, 273px);
}
.stacked-cards__transform_card-22 {
  transform: scale(0.34, 0.34) translate(0, 286px);
}
.stacked-cards__transform_card-23 {
  transform: scale(0.31, 0.31) translate(0, 299px);
}
.stacked-cards__transform_card-24 {
  transform: scale(0.28, 0.28) translate(0, 312px);
}
.stacked-cards__transform_card-25 {
  transform: scale(0.25, 0.25) translate(0, 325px);
}
.stacked-cards__transform_card-26 {
  transform: scale(0.22, 0.22) translate(0, 338px);
}
.stacked-cards__transform_card-27 {
  transform: scale(0.19, 0.19) translate(0, 351px);
}
.stacked-cards__transform_card-28 {
  transform: scale(0.16, 0.16) translate(0, 364px);
}
.stacked-cards__transform_card-29 {
  transform: scale(0.13, 0.13) translate(0, 377px);
}
.stacked-cards__transform_card-30 {
  transform: scale(0.1, 0.1) translate(0, 390px);
}
.stacked-cards__card-image {
  margin: auto;
  width: 100%;
  max-width: 380px;
  max-height: 275px;
  text-align: center;
}
.stacked-cards__card-image img {
  margin: auto;
  max-height: 255px;
}
.stacked-cards__card-footer {
  background-color: #FBFAF9;
  border-top: solid 2px #D8D3CB;
  color: #263239;
  padding: 25px;
  min-height: 70px;
  font-size: 16px;
}
.stacked-cards__choices {
  margin-top: 35px;
  column-gap: 5px;
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.stacked-cards__choices label {
  flex: 1;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
label .stacked-cards__choices-text {
  margin-top: 10px;
  font-weight: normal;
  font-size: min(16px, max(2.5vw, 8px));
  overflow-wrap: anywhere;
}
.stacked-cards__choices input[type=radio] {
  opacity: 0;
}
.stacked-cards__choices input[type=radio] + img {
  cursor: pointer;
  width: 50px;
}
.stacked-cards__choices input[type=radio] + img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.stacked-cards__numeric {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.stacked-cards__numeric .form-signup__label {
  text-align: left;
  width: 100%;
}
.stacked-cards__numeric input, .stacked-cards__numeric label {
  width: 100%;
}
.stacked-cards__select {
  flex: 1;
}

.phi-usage-agreement {
  font-family: Helvetica;
  line-height: normal;
  padding: 0 30px 30px;
}
.phi-usage-agreement h1 {
  font-weight: 700;
  font-size: 16px;
}
.phi-usage-agreement__body {
  padding-left: 6px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.phi-usage-agreement__body section {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  counter-increment: section;
}
.phi-usage-agreement__body section::before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.phi-usage-agreement__signature {
  margin-top: 0px;
}
.phi-usage-agreement__signature p {
  margin-bottom: 0;
}
.phi-usage-agreement__signature-line {
  border-bottom: 1px solid #000;
  width: 300px;
  margin: 0 0 1px 0;
  height: 2px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.pdf {
  color: #263239;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 25px 20px !important;
}
.pdf h1 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 25px 0;
}
.pdf h2, .pdf h3, .pdf h4, .pdf h5, .pdf h6 {
  font-size: 10px;
  color: #5C656A;
  text-transform: uppercase;
}
.pdf td {
  padding: 10px 100px;
}
.pdf .card {
  break-inside: avoid;
  page-break-inside: avoid;
}
.pdf__2-grid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.pdf__page-break {
  page-break-before: always;
}
.pdf__page-break--after {
  break-after: page;
}
.pdf__explanation {
  margin: 10px 0;
}
.pdf__updated-highlight {
  background: #FFFAEF !important;
  border: 1px solid #363432;
  border-radius: 3px;
  padding: 10px;
  margin-left: -10px;
}
.pdf__updated-highlight .provider_pdf__range_battery_answer {
  top: 40px;
}
.pdf__updated-highlight p {
  margin-top: 0 !important;
}
.pdf__updated-highlight.goals-write-in-answer {
  padding: 5px;
}
.pdf p {
  margin: 10px 0 5px;
}

.accordion__link {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/* stylelint-disable-line */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.provider_pdf h1 {
  color: #5A37A9;
  font-family: "Rubik", Helvetica, Arial, sans-serif !important;
  font-size: 1.875em !important;
  margin: 0 0 20px !important;
}
.provider_pdf__activity_answer {
  font-size: 12px;
  text-align: left;
  color: #263239;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.provider_pdf__activity_result {
  border-bottom: 1px solid;
}
.provider_pdf__activity_results .provider_pdf__activity_result:last-child {
  border-bottom: unset;
}
.provider_pdf hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.provider_pdf__activity_title {
  text-align: left;
  color: #5C656A;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: initial;
}
.provider_pdf__placement_title {
  font-weight: bold;
}
.provider_pdf__advanced_care {
  display: block;
  list-style: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
  column-count: 3;
  margin-bottom: 10px;
}
.provider_pdf__advanced_care--grid-2 {
  column-count: 2;
}
.provider_pdf__advanced_care img {
  max-height: 30px;
  max-width: 40px;
  padding-right: 10px;
  flex-shrink: 0;
}
.provider_pdf__advanced_care li {
  display: flex;
  break-inside: avoid;
}
.provider_pdf__advanced_care p {
  margin-top: 0;
}
.provider_pdf__answer_section_title {
  color: #263239;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 8px;
  margin: unset;
  text-transform: uppercase;
}
.provider_pdf__condition_status_text {
  font-weight: initial !important;
  margin-top: 0 !important;
}
.provider_pdf .center-align {
  align-items: center;
}
.provider_pdf__cover-choice-container {
  display: flex;
  align-items: flex-start;
}
.provider_pdf__cover-choice-container img {
  padding-right: 10px;
}
.provider_pdf__cover-choice-container--top_align {
  align-items: start;
}
.provider_pdf__cover-choice-container--top_align img {
  padding: 0 1em 0 0;
}
.provider_pdf__current-treatment .provider_pdf__activity_title p {
  margin-top: 0;
}
.provider_pdf__current-treatment .provider_pdf__activity_answer {
  font-weight: initial;
  margin-top: 0;
}
.provider_pdf__current-treatment ul {
  margin-top: 0;
  padding-left: 15px;
}
.provider_pdf__medication_item {
  margin-bottom: 3px;
}
.provider_pdf__med_rec_dot {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 20px 0 0;
}
.provider_pdf__discussion_point {
  display: flex;
  align-items: flex-start;
  max-width: 300px;
}
.provider_pdf__discussion_point img {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.provider_pdf__discussion_point__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: flex;
  max-width: 250px;
}
.provider_pdf__discussion_point .bullet-point {
  width: 25px;
}
.provider_pdf__eq5d_score {
  display: inline;
  font-weight: normal;
  font-style: italic;
  color: #5C656A;
}
.provider_pdf__range_display {
  margin: 10px 0;
}
.provider_pdf__range-battery {
  position: relative;
}
.provider_pdf__range-battery-wrapper {
  border: 1px solid #BAC7CF;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 2px;
  width: 80%;
}
.provider_pdf__range-battery-cell {
  background-color: #F1F5F8;
  border: 1px solid #BAC7CF;
  border-radius: 2px;
  flex-grow: 1;
  height: 10px;
  margin: 0 1px;
}
.provider_pdf__range_battery_answer {
  padding-left: 10px;
  position: absolute;
  top: 31px;
  left: 80%;
}
.provider_pdf__grid-1 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-1 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-1 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-2 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-2 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-2 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-2 .provider_pdf__item--col-2 {
  grid-column: 2;
}
.provider_pdf__grid-2 .provider_pdf__item--span-2 {
  grid-column-end: span 2;
}
.provider_pdf__grid-3 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px 25px;
}
.provider_pdf__grid-3 .provider_pdf__item--col-1 {
  grid-column: 1;
}
.provider_pdf__grid-3 .provider_pdf__item--span-1 {
  grid-column-end: span 1;
}
.provider_pdf__grid-3 .provider_pdf__item--col-2 {
  grid-column: 2;
}
.provider_pdf__grid-3 .provider_pdf__item--span-2 {
  grid-column-end: span 2;
}
.provider_pdf__grid-3 .provider_pdf__item--col-3 {
  grid-column: 3;
}
.provider_pdf__grid-3 .provider_pdf__item--span-3 {
  grid-column-end: span 3;
}
.provider_pdf__grid--no-gap {
  grid-gap: unset;
}
.provider_pdf__highlighted-choice-container {
  display: flex;
  align-items: center;
  padding: 10px 25px 15px 10px;
}
.provider_pdf__highlighted-choice-container img {
  padding-right: 10px;
}
.provider_pdf__highlighted-choice-container svg {
  overflow: visible;
}
.provider_pdf__highlighted-choice-container .cover-answer-text {
  font-weight: initial !important;
}
.provider_pdf__discussion_point_title {
  font-size: 8px;
}
.provider_pdf__treatment_option {
  align-items: flex-start;
}
.provider_pdf__unstyled_list {
  list-style: none;
  padding: unset;
}
.provider_pdf .arching-concern {
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #BAC7CF;
}
.provider_pdf .arching-concern .cover-answer-text {
  padding: 10px;
  font-weight: initial !important;
}
.provider_pdf .body-title {
  color: #5A37A9;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.provider_pdf .goals-write-in-answer {
  background: #FFF;
  border-radius: 3px;
}
.provider_pdf .goals-write-in-answer .cover-answer-text {
  padding-left: 10px;
}
.provider_pdf .pdf-provider-answer {
  background-color: #F1F5F8;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 25px 0;
}
.provider_pdf .result__choice-container {
  align-items: center;
  padding: 15px 25px 15px 15px;
}
.provider_pdf .treatment-title {
  padding-bottom: 10px;
  font-style: italic;
}
.provider_pdf .treatment-title-none {
  font-style: italic;
  display: inline;
  color: #5C656A;
}
.provider_pdf .treatment-write-in {
  position: relative;
}
.provider_pdf .vl {
  border-left: 10px solid #F35D7F;
  border-radius: 5px;
  height: auto;
  min-height: 30px;
}
.provider_pdf li.provider_pdf__activity_answer {
  list-style-type: disc;
  padding-left: 15px;
}
.provider_pdf li.provider_pdf__activity_answer::marker {
  font-size: 17px;
}
.provider_pdf .pdf-page-break {
  page-break-after: always;
}
.provider_pdf p {
  font-size: 12px;
  margin-top: 20px;
}
.provider_pdf .subtitle {
  margin-bottom: 10px;
  font-style: italic;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/* Bottom navbar refers to the navbar shown on the bottom of the screen when
 * viewing the site with a screen width < $breakpoint-md, AKA mobile nav.
 */
.bottom-navbar {
  box-shadow: 0 -5px 10px 0 #8FA4AF;
  background: #FFF;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.bottom-navbar__item {
  flex: 1;
  border-right: 1px solid #E5ECEF;
  display: inline-block;
  position: relative;
}
.bottom-navbar__item.active {
  background: #F9FAFB;
  color: #818c92;
  text-decoration: none;
  transition: border-width 0.2s ease-in-out, opacity 0.2s;
}
.bottom-navbar__item.active .bottom-navbar__link {
  border-bottom: 5px solid #4EC3CE;
  padding-bottom: calc(15px - 5px);
}
.bottom-navbar__label {
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  margin: 5px 0 0;
}
.bottom-navbar__link {
  color: #263239;
  display: block;
  font-weight: bold;
  padding: 15px 10px;
}
.bottom-navbar__link:active, .bottom-navbar__link:focus, .bottom-navbar__link:hover {
  text-decoration: none;
}
.bottom-navbar svg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px), print {
  .bottom-navbar {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.accessibility--screenreader-only {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.button {
  background: #8752FC;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  /**
   * A modifier to center-align and space a button on its own
   */
  /*  Instead of a modifier, this a new button type that only
      conveys padding to align it with other buttons
      #TODO: Could be named better */
}
.button:hover, .button:active, .button:focus {
  background: #aa84fd;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button:hover:hover, .button:hover:active, .button:hover:focus, .button:active:hover, .button:active:active, .button:active:focus, .button:focus:hover, .button:focus:active, .button:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button:hover path, .button:active path, .button:focus path {
  fill: #FFF;
}
.button:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button path {
  fill: #8752FC;
}
.button:hover {
  background: #5A37A9;
  color: #FFF;
}
.button:hover:hover, .button:hover:active, .button:hover:focus {
  background: #724ec5;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button:hover:hover:hover, .button:hover:hover:active, .button:hover:hover:focus, .button:hover:active:hover, .button:hover:active:active, .button:hover:active:focus, .button:hover:focus:hover, .button:hover:focus:active, .button:hover:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button:hover:hover path, .button:hover:active path, .button:hover:focus path {
  fill: #FFF;
}
.button:hover:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button:hover path {
  fill: #5A37A9;
}
.button:focus {
  outline: 2px auto #F9C439;
}
.button[inert] {
  opacity: 50%;
}
.button svg {
  position: relative;
  top: 0.25em;
}
.button--transparent {
  background: transparent;
  border: 1px solid #FFF;
  padding: 9px 30px;
}
.button--transparent:active, .button--transparent:hover, .button--transparent:focus {
  background: rgba(255, 255, 255, 0.2);
}
.button--console-logout {
  background: #0A2555;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 9px 30px;
}
.button--console-logout:hover, .button--console-logout:active, .button--console-logout:focus {
  background: #0f3983;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--console-logout:hover:hover, .button--console-logout:hover:active, .button--console-logout:hover:focus, .button--console-logout:active:hover, .button--console-logout:active:active, .button--console-logout:active:focus, .button--console-logout:focus:hover, .button--console-logout:focus:active, .button--console-logout:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--console-logout:hover path, .button--console-logout:active path, .button--console-logout:focus path {
  fill: #FFF;
}
.button--console-logout:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--console-logout path {
  fill: #0A2555;
}
.button--console-logout:hover {
  background: #0453e4;
  color: #FFF;
}
.button--console-logout:hover:hover, .button--console-logout:hover:active, .button--console-logout:hover:focus {
  background: #206dfb;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--console-logout:hover:hover:hover, .button--console-logout:hover:hover:active, .button--console-logout:hover:hover:focus, .button--console-logout:hover:active:hover, .button--console-logout:hover:active:active, .button--console-logout:hover:active:focus, .button--console-logout:hover:focus:hover, .button--console-logout:hover:focus:active, .button--console-logout:hover:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--console-logout:hover:hover path, .button--console-logout:hover:active path, .button--console-logout:hover:focus path {
  fill: #FFF;
}
.button--console-logout:hover:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--console-logout:hover path {
  fill: #0453e4;
}
.button--pink {
  background: #F65A8E;
  color: #FFF;
}
.button--pink:hover, .button--pink:active, .button--pink:focus {
  background: #f98aaf;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--pink:hover:hover, .button--pink:hover:active, .button--pink:hover:focus, .button--pink:active:hover, .button--pink:active:active, .button--pink:active:focus, .button--pink:focus:hover, .button--pink:focus:active, .button--pink:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--pink:hover path, .button--pink:active path, .button--pink:focus path {
  fill: #FFF;
}
.button--pink:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--pink path {
  fill: #F65A8E;
}
.button--blue {
  background: #206DFB;
  color: #FFF;
}
.button--blue:hover, .button--blue:active, .button--blue:focus {
  background: #528efc;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--blue:hover:hover, .button--blue:hover:active, .button--blue:hover:focus, .button--blue:active:hover, .button--blue:active:active, .button--blue:active:focus, .button--blue:focus:hover, .button--blue:focus:active, .button--blue:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--blue:hover path, .button--blue:active path, .button--blue:focus path {
  fill: #FFF;
}
.button--blue:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--blue path {
  fill: #206DFB;
}
.button--blue:hover {
  background: #1549A8;
  color: #FFF;
}
.button--blue:hover:hover, .button--blue:hover:active, .button--blue:hover:focus {
  background: #1b5dd5;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--blue:hover:hover:hover, .button--blue:hover:hover:active, .button--blue:hover:hover:focus, .button--blue:hover:active:hover, .button--blue:hover:active:active, .button--blue:hover:active:focus, .button--blue:hover:focus:hover, .button--blue:hover:focus:active, .button--blue:hover:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--blue:hover:hover path, .button--blue:hover:active path, .button--blue:hover:focus path {
  fill: #FFF;
}
.button--blue:hover:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--blue:hover path {
  fill: #1549A8;
}
.button--blue-transparent {
  color: #206DFB;
  background: transparent;
  padding: 10px 20px;
  border: unset;
}
.button--blue-transparent:hover, .button--blue-transparent:focus {
  color: #1549A8;
  text-decoration: underline;
}
.button--gray-2 {
  background: #BAC7CF;
  color: #FFF;
}
.button--gray-2:hover, .button--gray-2:active, .button--gray-2:focus {
  background: #d8dfe4;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--gray-2:hover:hover, .button--gray-2:hover:active, .button--gray-2:hover:focus, .button--gray-2:active:hover, .button--gray-2:active:active, .button--gray-2:active:focus, .button--gray-2:focus:hover, .button--gray-2:focus:active, .button--gray-2:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--gray-2:hover path, .button--gray-2:active path, .button--gray-2:focus path {
  fill: #FFF;
}
.button--gray-2:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--gray-2 path {
  fill: #BAC7CF;
}
.button--outline {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #363432;
  border: 1px solid #363432;
}
.button--outline:hover, .button--outline:active, .button--outline:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline:hover:hover, .button--outline:hover:active, .button--outline:hover:focus, .button--outline:active:hover, .button--outline:active:active, .button--outline:active:focus, .button--outline:focus:hover, .button--outline:focus:active, .button--outline:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline:hover path, .button--outline:active path, .button--outline:focus path {
  fill: #FFF;
}
.button--outline:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline path {
  fill: #FFF;
}
.button--outline:hover, .button--outline:active, .button--outline:focus {
  background: #504e4b;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline:hover:hover, .button--outline:hover:active, .button--outline:hover:focus, .button--outline:active:hover, .button--outline:active:active, .button--outline:active:focus, .button--outline:focus:hover, .button--outline:focus:active, .button--outline:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline path {
  fill: #363432;
}
.button--outline:hover {
  background: #363432;
  color: #FFF;
}
.button--outline:hover:hover, .button--outline:hover:active, .button--outline:hover:focus {
  background: #504e4b;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline:hover:hover:hover, .button--outline:hover:hover:active, .button--outline:hover:hover:focus, .button--outline:hover:active:hover, .button--outline:hover:active:active, .button--outline:hover:active:focus, .button--outline:hover:focus:hover, .button--outline:hover:focus:active, .button--outline:hover:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline:hover:hover path, .button--outline:hover:active path, .button--outline:hover:focus path {
  fill: #FFF;
}
.button--outline:hover:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline:hover path {
  fill: #363432;
}
.button--outline:disabled {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #D8D3CB;
  border: 1px solid #D8D3CB;
  cursor: not-allowed;
}
.button--outline:disabled:hover, .button--outline:disabled:active, .button--outline:disabled:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline:disabled:hover:hover, .button--outline:disabled:hover:active, .button--outline:disabled:hover:focus, .button--outline:disabled:active:hover, .button--outline:disabled:active:active, .button--outline:disabled:active:focus, .button--outline:disabled:focus:hover, .button--outline:disabled:focus:active, .button--outline:disabled:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline:disabled:hover path, .button--outline:disabled:active path, .button--outline:disabled:focus path {
  fill: #FFF;
}
.button--outline:disabled:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline:disabled path {
  fill: #FFF;
}
.button--outline:disabled:hover, .button--outline:disabled:active, .button--outline:disabled:focus {
  background: #eeece8;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline:disabled:hover:hover, .button--outline:disabled:hover:active, .button--outline:disabled:hover:focus, .button--outline:disabled:active:hover, .button--outline:disabled:active:active, .button--outline:disabled:active:focus, .button--outline:disabled:focus:hover, .button--outline:disabled:focus:active, .button--outline:disabled:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline:disabled path {
  fill: #D8D3CB;
}
.button--outline-orange {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #F88500;
  border: 1px solid #F88500;
}
.button--outline-orange:hover, .button--outline-orange:active, .button--outline-orange:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-orange:hover:hover, .button--outline-orange:hover:active, .button--outline-orange:hover:focus, .button--outline-orange:active:hover, .button--outline-orange:active:active, .button--outline-orange:active:focus, .button--outline-orange:focus:hover, .button--outline-orange:focus:active, .button--outline-orange:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-orange:hover path, .button--outline-orange:active path, .button--outline-orange:focus path {
  fill: #FFF;
}
.button--outline-orange:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline-orange path {
  fill: #FFF;
}
.button--outline-orange:hover, .button--outline-orange:active, .button--outline-orange:focus {
  background: #ff9d2c;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-orange:hover:hover, .button--outline-orange:hover:active, .button--outline-orange:hover:focus, .button--outline-orange:active:hover, .button--outline-orange:active:active, .button--outline-orange:active:focus, .button--outline-orange:focus:hover, .button--outline-orange:focus:active, .button--outline-orange:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-orange path {
  fill: #F88500;
}
.button--outline-teal {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #4EC3CE;
  border: 1px solid #4EC3CE;
}
.button--outline-teal:hover, .button--outline-teal:active, .button--outline-teal:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-teal:hover:hover, .button--outline-teal:hover:active, .button--outline-teal:hover:focus, .button--outline-teal:active:hover, .button--outline-teal:active:active, .button--outline-teal:active:focus, .button--outline-teal:focus:hover, .button--outline-teal:focus:active, .button--outline-teal:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-teal:hover path, .button--outline-teal:active path, .button--outline-teal:focus path {
  fill: #FFF;
}
.button--outline-teal:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline-teal path {
  fill: #FFF;
}
.button--outline-teal:hover, .button--outline-teal:active, .button--outline-teal:focus {
  background: #76d1d9;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-teal:hover:hover, .button--outline-teal:hover:active, .button--outline-teal:hover:focus, .button--outline-teal:active:hover, .button--outline-teal:active:active, .button--outline-teal:active:focus, .button--outline-teal:focus:hover, .button--outline-teal:focus:active, .button--outline-teal:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-teal path {
  fill: #4EC3CE;
}
.button--outline-pink {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #F65A8E;
  border: 1px solid #F65A8E;
}
.button--outline-pink:hover, .button--outline-pink:active, .button--outline-pink:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-pink:hover:hover, .button--outline-pink:hover:active, .button--outline-pink:hover:focus, .button--outline-pink:active:hover, .button--outline-pink:active:active, .button--outline-pink:active:focus, .button--outline-pink:focus:hover, .button--outline-pink:focus:active, .button--outline-pink:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-pink:hover path, .button--outline-pink:active path, .button--outline-pink:focus path {
  fill: #FFF;
}
.button--outline-pink:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--outline-pink path {
  fill: #FFF;
}
.button--outline-pink:hover, .button--outline-pink:active, .button--outline-pink:focus {
  background: #f98aaf;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--outline-pink:hover:hover, .button--outline-pink:hover:active, .button--outline-pink:hover:focus, .button--outline-pink:active:hover, .button--outline-pink:active:active, .button--outline-pink:active:focus, .button--outline-pink:focus:hover, .button--outline-pink:focus:active, .button--outline-pink:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--outline-pink path {
  fill: #F65A8E;
}
.button--inverse {
  background: #FFF;
  color: #FFF;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background, 0.2s;
  width: unset;
  border: 0;
  border-radius: 40px;
  border: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #263239;
}
.button--inverse:hover, .button--inverse:active, .button--inverse:focus {
  background: white;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--inverse:hover:hover, .button--inverse:hover:active, .button--inverse:hover:focus, .button--inverse:active:hover, .button--inverse:active:active, .button--inverse:active:focus, .button--inverse:focus:hover, .button--inverse:focus:active, .button--inverse:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--inverse:hover path, .button--inverse:active path, .button--inverse:focus path {
  fill: #FFF;
}
.button--inverse:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--inverse path {
  fill: #FFF;
}
.button--inverse:hover, .button--inverse:active, .button--inverse:focus {
  background: #3a4d58;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.button--inverse:hover:hover, .button--inverse:hover:active, .button--inverse:hover:focus, .button--inverse:active:hover, .button--inverse:active:active, .button--inverse:active:focus, .button--inverse:focus:hover, .button--inverse:focus:active, .button--inverse:focus:focus {
  color: #FFF;
  text-decoration: none;
}
.button--inverse path {
  fill: #263239;
}
.button--filter {
  width: 100%;
  background: #FFF;
  border: 1px solid #D8D3CB;
  box-sizing: border-box;
  border-radius: 0 2px 2px 0;
}
.button--plain-white {
  background: none;
  color: #FFF;
  font-weight: normal;
  padding: 10px;
}
.button--plain-white:active, .button--plain-white:hover, .button--plain-white:focus {
  background: none;
  font-weight: normal;
}
.button--block {
  display: inline-block;
  margin: 25px auto;
}
.button-plain {
  color: #206DFB;
}
.button-plain:hover {
  text-decoration: underline;
  color: #206DFB;
}
.button-plain:visited {
  color: #206DFB;
}
.button-plain:disabled {
  background: #D8D3CB;
  cursor: not-allowed;
}
.button--sm {
  padding: 4px 16px;
}
.button--xs {
  padding: 2px 8px;
}
.button + input[type=submit] {
  margin-left: 15px;
}

p + .button {
  margin-top: 25px;
}

a + .button {
  margin-top: 15px;
}

@media (min-width: 990px) {
  .button + .button {
    margin-left: 15px;
    margin-top: 0;
  }
  a + .button {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media print {
  .button {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.card {
  background: #FFF;
  border: 1px solid #D8D3CB;
  color: #263239;
  margin-bottom: 10px;
  padding: 25px;
  position: relative;
  /**
   * Border cards
   */
  /**
   * Dashboard Cards
   */
}
.card__body {
  padding: 10px 25px;
  position: relative;
}
.card__header {
  color: #FFF;
  font-weight: bold;
  padding: 15px 25px;
  position: relative;
  min-height: 50px;
  background-color: #8FA4AF;
}
.card__header-light {
  background-color: #F9FAFB;
}
.card__header.decoration--new:before {
  height: unset;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.card__hed {
  color: #8FA4AF;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.card__footer {
  background-color: #F9FAFB;
  padding: 15px 25px;
  font-size: 14px;
}
.card__lead-img {
  margin-top: 15px;
  height: 80px;
}
.card__footnote {
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 15px;
  line-height: 25px;
}
.card__tag {
  background-color: #F65A8E;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: -25px;
}
.card__text {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 25px 0;
}
.card__img {
  background: #FFF;
  height: 160px;
  text-align: center;
}
.card__img img {
  height: 100%;
  padding: 5%;
}
.card__gallery-cell {
  min-width: 340px;
  counter-increment: gallery-cell;
}
.card__gallery-cell--flickity {
  width: 31%;
  min-width: unset;
  margin-right: 10px;
  min-height: 100%;
}
.card__big-text {
  display: block;
  font-size: 64px;
  font-weight: bold;
}
.card--blue {
  background: #104DA1;
  color: #FFF;
}
.card--blue a {
  color: #F65A8E;
}
.card--blue a:active, .card--blue a:focus, .card--blue a:hover {
  color: #F65A8E;
  text-decoration: underline;
}
.card__actions {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #FFF;
}
.card__actions a {
  text-decoration: none;
}
.card__actions img {
  cursor: pointer;
  height: 24px;
  vertical-align: top;
}
.card__actions svg {
  cursor: pointer;
  height: 24px;
  width: 24px;
  vertical-align: top;
}
.card--border-default {
  border: 1px solid #F9FAFB;
}
.card--border-red {
  border: 1px solid #F65A8E;
}
.card--border-yellow {
  border: 1px solid #FEBB1D;
}
.card--border-dash {
  border: 1px dashed #8FA4AF;
}
.card--border-gray {
  border: 1px solid #E5ECEF;
  border-bottom: 2px solid #8FA4AF;
}
.card--border-purple {
  border: 1px solid #5A37A9;
  border-radius: 2px;
}
.card--no-border {
  border: 0;
}
.card--concern {
  padding: 0;
}
.card--has-header {
  padding: 0 0 15px;
}
.card--treatment-option {
  height: 177px;
  padding: 0 20px;
}
.card--summary {
  height: fit-content;
}
.card--dashboard {
  display: grid;
  grid-template-rows: 150px 1fr 75px;
  justify-items: center;
  align-items: start;
}
.card--dashboard .card__action {
  align-self: end;
}
.card--dashboard-no-image {
  grid-template-rows: 75px 1fr 75px;
}
.card--compact .card__action {
  margin-top: 25px;
}
.card__tab {
  background: #F9FAFB;
  border-bottom: 4px solid #FFF;
  color: #6B6965;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 25px;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  transition: all, 0.2s;
}
.card__tab:hover {
  background: #FFF;
  color: #8752FC;
  cursor: pointer;
  border-bottom: 4px solid #8752FC;
}
.card__tab.active {
  background: #FFF;
  border-bottom: 4px solid #8752FC;
  color: #8752FC;
}
.card__tab-list {
  display: none;
}
.card__tab-content {
  display: none;
}
.card__tab-content.active {
  display: block;
}
.card__tab-list {
  display: block;
  margin: 0;
  padding: 0;
}
.card__grid {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

@media (min-width: 480px) {
  .card {
    margin-bottom: 10px;
  }
  .card__grid {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 990px) {
  .card__tab {
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 15px;
    padding: 15px 0;
    background-color: #FFF;
  }
  .card__tab:first-child {
    margin-left: 30px;
  }
  .card__tab:last-child {
    padding-right: 15px;
  }
  .card__tab.active {
    background: #FFF;
    border-bottom: 4px solid #8752FC;
    color: #363432;
  }
  .card__tab-wrapper {
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0;
    overflow-x: scroll;
    top: -60px;
    left: 0;
    background-color: #FFF;
    border-left: 1px solid #D8D3CB;
    border-right: 1px solid #D8D3CB;
    border-bottom: 1px solid #D8D3CB;
  }
  .card__tab-wrapper::-webkit-scrollbar {
    display: none;
  }
  .card__tab-list {
    display: flex;
    flex-direction: row;
    background-color: #FFF;
  }
  .card__tab-content h3 {
    display: inline-block;
  }
  .card .profile__update {
    float: right;
    margin-top: 10px;
  }
}
@media (min-width: 990px) {
  .card__tab {
    display: block;
    border: 0;
    margin-bottom: 5px;
  }
  .card__tab:hover {
    border: 0;
    border-right: 4px solid #8752FC;
  }
  .card__tab.active {
    border: 0;
    border-right: 4px solid #8752FC;
  }
  .card__tab-list {
    display: inline-block;
    float: left;
    width: 33%;
  }
  .card--tabbed {
    display: inline-block;
    width: 67%;
  }
}
@media (max-width: 768px) {
  .card__tab-wrapper {
    top: -70px;
  }
  .card--tabbed {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .card__tab-wrapper {
    top: -80px;
    margin: 0 15px;
  }
  .card--tabbed {
    margin-top: 50px;
  }
  .main-carousel:after {
    content: "flickity";
    display: none;
  }
  .main-carousel .card__gallery-cell {
    width: 90%;
    margin-right: 4px;
    counter-increment: gallery-cell;
    padding-bottom: 100%;
    margin-bottom: -100%;
  }
}
@media print {
  .card__actions a {
    display: none;
  }
}
@media (hover: hover) {
  .card__actions--modify {
    display: none;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.img {
  max-width: 100%;
  max-height: 100%;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.form__container {
  display: block;
  margin: 0 auto;
  max-width: 595px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.form__requirements {
  margin-top: 10px;
  padding-left: 15px;
}
.form__help-block {
  color: #6B6965;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 12.64px;
}
.form__date-of-birth-text {
  border-bottom: unset;
  color: #6B6965;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 15px;
}
.form__phone-number-type-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.form__password-toggle-button {
  border-radius: 0;
  margin-top: 10px;
  position: absolute;
  padding: 5px 10px;
  right: 10px;
  background-color: #FBFAF9;
  border: 1px solid #D8D3CB;
}
.form__optional-text {
  color: #6B6965;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 5px;
}
.form-signup input[type=radio] + label, .form-signin input[type=radio] + label {
  display: inline-block;
  font-weight: normal;
  padding-left: 33px;
  padding-top: 14px;
}
.form-signup .form__container, .form-signin .form__container {
  margin-top: 50px;
}
.form-signup__phone-type__inputs-container, .form-signin__phone-type__inputs-container {
  display: inline-flex;
  gap: 15px;
}
.form-signup__phone-type__input, .form-signin__phone-type__input {
  display: inline;
}
.form-signup__input-container.invalid, .form-signin__input-container.invalid {
  border: 2px solid #F65A8E;
}
.form-signup__input-container, .form-signin__input-container {
  border: 1px solid #D8D3CB;
  border-radius: 3px;
  display: block;
  margin: 5px 0;
  padding: 15px;
  position: relative;
  background-color: #FBFAF9;
}
.form-signup__input-container input:focus, .form-signin__input-container input:focus {
  outline: none;
}
.form-signup__input-container.focused-element, .form-signin__input-container.focused-element {
  outline: 2px auto #F9C439;
  outline-offset: 2px;
}
.form-signup__input-container.accordion, .form-signin__input-container.accordion {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
.form-signup__input-container.accordion--expanded, .form-signin__input-container.accordion--expanded {
  margin: 1em 0;
  padding: 15px;
  display: block;
}
.form-signup__label, .form-signin__label {
  background: inherit;
  color: #263239;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.form-signup__label--block, .form-signin__label--block {
  display: block;
  line-height: 2em;
  position: static;
}
.form-signup__label--disabled, .form-signin__label--disabled {
  color: #D8D3CB !important;
}
.form-signup__requirements, .form-signin__requirements {
  display: none;
  font-size: 13px;
  margin-top: 15px;
  padding-left: 15px;
}
.form-signup__terms-accept, .form-signin__terms-accept {
  margin-bottom: 25px;
  font-weight: initial;
}
.form-signup__terms-accept p, .form-signin__terms-accept p {
  display: inline;
}
.form-signup__terms-accept a, .form-signin__terms-accept a {
  color: #363432;
  text-decoration: underline;
}
.form-signup__select, .form-signin__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf-8,         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'>           <polygon points='0,0 60,0 30,40' style='fill:black;'/>         </svg>");
  background-position: right 0.25em center;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
  border: 1px solid #D8D3CB;
  color: #6B6965;
  padding: 5px;
  width: 100%;
}
.form-signup__select:-moz-focusring, .form-signin__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-signup__select:focus, .form-signin__select:focus {
  outline: none;
}
.form-signup__i-accept .field_with_errors, .form-signin__i-accept .field_with_errors {
  display: inline;
}
.form-signup__i-accept, .form-signin__i-accept {
  background: none;
  border: 0;
  padding: 15px 0;
}
.form-signup__i-accept.focused-element, .form-signin__i-accept.focused-element {
  outline: none;
}
.form-signup__input, .form-signin__input {
  border: 1px solid #D8D3CB;
  border-radius: 2px;
  padding: 5px;
  position: relative;
  width: 100%;
  font-weight: normal;
}
.form-signup__input-container, .form-signin__input-container {
  /**
   * Error messages
   */
}
.form-signup__input-container.valid .form-signup__label, .form-signin__input-container.valid .form-signup__label {
  color: #8752FC;
}
.form-signup__input-container.invalid .form-signup__label, .form-signin__input-container.invalid .form-signup__label {
  color: #F65A8E;
}
.form-signup__input-container.invalid:after, .form-signin__input-container.invalid:after {
  color: #F65A8E;
  font-size: 0.8em;
  position: absolute;
  top: 15px;
  right: 20px;
}
.form-signup__input-container--required.invalid:after, .form-signin__input-container--required.invalid:after {
  content: attr(data-invalid);
}
.form-signup__input-container--email.invalid:after, .form-signin__input-container--email.invalid:after {
  content: attr(data-invalid);
}
.form-signup__input-container--zip.invalid:after, .form-signin__input-container--zip.invalid:after {
  content: attr(data-invalid);
}
.form-signup__input-container--legal-sex-custom.invalid:after, .form-signin__input-container--legal-sex-custom.invalid:after {
  content: attr(data-invalid);
}
.form-signup__input-container--password.invalid:after {
  content: attr(data-invalid);
}
.form-signup .button {
  margin: 15px 0;
}
.form-signup fieldset .form-signup__input-container.accordion--expanded {
  margin-top: 1em;
}
.form__float-container {
  padding: 15px 0;
  position: relative;
}
.form__float-container--with-helptext {
  padding-bottom: 0;
}
.form__float-container.active .form__float-label {
  color: #363432;
  transform: translate(0, 4px) scale(0.75);
  padding-left: 4px;
  padding-right: 4px;
  background-color: #FFF;
  font-weight: 700;
  margin-left: 13px;
  margin-top: -13px;
}
.form__float-container.active .form__float-label.disabled-label {
  color: #6B6965;
  z-index: 1;
}
.form__float-container.valid .form__float-label {
  color: #8752FC;
}
.form__float-container.invalid {
  margin-bottom: 15px;
}
.form__float-container.invalid input {
  border: 1px solid #F65A8E;
}
.form__float-container.invalid .form__float-label {
  color: #F65A8E;
}
.form__float-container.invalid[data-invalid] {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.form__float-container.invalid[data-invalid]:after {
  content: attr(data-invalid);
  color: #F65A8E;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.form__float-container.inert {
  opacity: 50%;
}
.form__float-label {
  color: #6B6965;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 15px;
  margin-top: 10px;
  position: absolute;
  transform: translate(0, 6px) scale(1);
  transform-origin: top left;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.form__float-input {
  padding: 15px;
  width: 100%;
  border: 1px solid #D8D3CB;
  border-radius: 4px;
}
.form__float-input--readonly, .form__float-input[readonly] {
  border: unset;
  border-bottom: 1px solid #D8D3CB;
  border-radius: 0;
}
.form__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,       <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'>         <polygon points='0,0 60,0 30,40' style='fill:black;'/>       </svg>");
  background-position: right 0.25em center;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
}
.form__select__legal-sex {
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .form-signup input[type=radio], .form-signin input[type=radio] {
    font-size: 20px;
  }
  .form-signup input[type=radio] + label, .form-signin input[type=radio] + label {
    width: auto;
  }
  .form__container__signup {
    max-width: 515px;
    margin: 0;
    padding: 0;
  }
}
.new-form-signin .form-signin__input {
  position: static;
  padding: 15px;
}
.new-form-signin .form-signin__input-container {
  margin-bottom: 15px;
  padding: 0;
  background: none;
  border: unset;
}
.new-form-signin .form-signin__input-container input, .new-form-signin .form-signin__input-container select {
  border-radius: 4px;
}
.new-form-signin .form-signin__input-container.invalid input, .new-form-signin .form-signin__input-container.invalid select {
  border: 1px solid #F65A8E;
}
.new-form-signin .form-signin__input-container--login.invalid, .new-form-signin .form-signin__input-container--password.invalid, .new-form-signin .form-signin__input-container--required.invalid, .new-form-signin .form-signin__input-container--zip.invalid {
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.new-form-signin .form-signin__input-container--login.invalid:after, .new-form-signin .form-signin__input-container--password.invalid:after, .new-form-signin .form-signin__input-container--required.invalid:after, .new-form-signin .form-signin__input-container--zip.invalid:after {
  right: 0;
  top: 70px;
}
.new-form-signin .form-signin__input-container.focused-element {
  outline: none;
}
.new-form-signin .form-signin__input-container.focused-element input {
  border: 1px solid #F9C439;
}
.new-form-signin .form-signin__input-container .form-signin__input--password {
  width: 100%;
  padding: 15px;
}

.new-form-signup {
  margin: 0;
  padding: 0;
}
.new-form-signup .form-signup__input {
  position: static;
  padding: 15px;
}
.new-form-signup .form-signup__input-container {
  margin-bottom: 15px;
  padding: 0;
  background: none;
  border: unset;
}
.new-form-signup .form-signup__input-container input, .new-form-signup .form-signup__input-container select {
  border-radius: 4px;
}
.new-form-signup .form-signup__input-container.invalid input, .new-form-signup .form-signup__input-container.invalid select {
  border: 1px solid #F65A8E;
}
.new-form-signup .form-signup__input-container--email.invalid, .new-form-signup .form-signup__input-container--password.invalid, .new-form-signup .form-signup__input-container--password-confirmation.invalid, .new-form-signup .form-signup__input-container--required.invalid, .new-form-signup .form-signup__input-container--zip.invalid, .new-form-signup .form-signup__input-container--legal-sex-custom.invalid {
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.new-form-signup .form-signup__input-container--email.invalid:after, .new-form-signup .form-signup__input-container--password.invalid:after, .new-form-signup .form-signup__input-container--password-confirmation.invalid:after, .new-form-signup .form-signup__input-container--required.invalid:after, .new-form-signup .form-signup__input-container--zip.invalid:after, .new-form-signup .form-signup__input-container--legal-sex-custom.invalid:after {
  right: 0;
  top: 70px;
}
.new-form-signup .form-signup__input-container.focused-element {
  outline: none;
}
.new-form-signup .form-signup__input-container.focused-element input, .new-form-signup .form-signup__input-container.focused-element select {
  border: 1px solid #F9C439;
}
.new-form-signup hr {
  border-color: #6B6965;
}
.new-form-signup .form-signup__input--password {
  width: 100%;
  padding: 15px;
}
.new-form-signup .form-signup__select {
  border-radius: 4px;
  border: 1px solid #D8D3CB;
}
.new-form-signup .email-clone-text {
  font-weight: initial;
  font-size: 12px;
  margin-left: 15px;
}
.new-form-signup .email-clone-text input {
  accent-color: #8752FC;
}
.new-form-signup .form-signup__phone-number-container {
  margin-bottom: 0;
}

/**
 * decoration.scss
 * This module provides a way to decorate content such as
 * "new" badges, mail icons, etc.
 *
 * Usage:
 *
 * Inline: Simply add the decoration classes to any paragraph or other element:
 * <p class="decoration decoration--mail">Mail me!</p>
 *
 * Block:
 * If it is necessary to align multiple-line content, use this pattern:
 * <div class="decoration__container">
 *   <div class="decoration__icon">
 *     (Decoration)
 *   </div>
 *   <div>
 *     (Other content here)
 *   </div>
 * </dive
 * (Similar to boostrap media)
 *
 * @author Greg Opperman
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.decoration {
  /**
   * For decorations that span multiple lines
   */
}
.decoration:before {
  margin-right: 5px;
  background: #8752FC;
  border-radius: 20px;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  color: #FF537A;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.decoration--help:before {
  content: "?";
}
.decoration--checkEmail:before {
  content: "";
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-fafc28fbd6c46ea9ee5a64317d48ecc24f2f46cb48b84e6bf62bf0f06422c45b.png);
  margin-right: 2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
}
.decoration--checkEmail-no:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-no-83ff1c491b8bdc4cc38d653924440b983f9115a36acc703e7bbe4fd0dd8f4d67.png);
}
.decoration--check:before {
  content: "";
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-c75c056076cfb0909527124dba71c8be14bf453bd151dee45d51e71f6be39896.svg);
  margin-right: 2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
}
.decoration--check-circle:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-check-circle-c17f7f68931460a79461ec9375e5f627f733191ad5d798470e57216d652fc0ef.svg);
}
.decoration--check-no:before {
  background-image: url(//cdn-a.patientdiscovery.com/assets/icons/icn-no-6d70bb111ea26bada6c1278821e3313487a76e3393b9ec3100cba63d8463a5f0.svg);
}
.decoration--question:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/icn-support-12a6f32af7b74ffd90175cdb4343176f504cac1137a6b71db689492b4d7a3995.svg);
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.decoration--phone-gray:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/phone-gray-cb103eb761d617e7d27ad70a3621be609e38c3e1daf239eb6a92ae0acfa6fa0c.svg);
  line-height: 22px;
}
.decoration--mail:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/mail-d857a1a42a8c39bd98592b5e82de8822c769cb2210c7fe7b1413d728a5cc17ec.svg);
  top: 2px;
}
.decoration--user:before {
  content: url(//cdn-a.patientdiscovery.com/assets/icons/user-bf9ed1d982018bfa3836a9667c6cb1431c0e9fe51d928f078d31772e3134daf8.svg);
  top: 2px;
}
.decoration--new:before {
  background: #5A37A9;
  border-radius: 0;
  content: attr(data-content);
  color: #FFF;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 1em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 5px;
  text-transform: uppercase;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.decoration--card {
  position: relative;
}
.decoration--card:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.decoration--play:before {
  content: "▲";
  transform: rotate(90deg);
}
.decoration--calendar {
  line-height: 25px;
}
.decoration--calendar:before {
  float: left;
  content: url(//cdn-a.patientdiscovery.com/assets/calendar-bw-c1d0975a05e2387f062ca3926dfdcdc0b1b1afd1d2ba2824fc4807bcdf699bb8.svg);
}
.decoration--size-large {
  height: 64px;
  width: 64px;
}
.decoration--left-purple:before {
  content: "";
  height: 1em;
  border-left: 5px solid #8752FC;
  margin-right: 10px;
}
.decoration__container {
  display: flex;
}
.decoration__icon {
  flex: 0 0 14px;
  margin-right: 10px;
}

.line-label {
  display: flex;
  flex-direction: row;
  margin: 40px 0 30px;
}

.line-label:before, .line-label:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #D8D3CB;
  margin: auto;
}

.line-label:before {
  margin-right: 10px;
}

.line-label:after {
  margin-left: 10px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.enrollment__main {
  min-height: calc(100vh - 202px - 2em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.brand_img {
  height: 80px;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.brand_img__mt {
  margin-top: 25px;
}
.brand_img__no-mb {
  margin-bottom: 0;
}
.brand_img img {
  height: 80px;
  width: auto;
  object-fit: cover;
  overflow: hidden;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
/* Radio Inputs */
/* Checkboxes */
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.md-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #3462C3;
  border-radius: 0;
  height: 3.25em;
  padding: 10px;
  background: #FFF;
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1.25em + 2px), calc(100% - 15px) calc(1.25em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7.5px 7.5px, 8.5px 8.5px, 1px 1.5em;
  background-repeat: no-repeat;
  width: 100%;
}

.md-radio {
  margin: 16px 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.md-radio input[type=radio]:checked + label:before {
  border-color: #EF7128;
  animation: ripple 0.3s linear forwards;
}
.md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  padding: 0 34px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  transform: scale(0);
  background: #EF7128;
}
.md-radio *, .md-radio *:before, .md-radio *:after {
  box-sizing: border-box;
}

.md-checkbox {
  position: relative;
  margin: 16px 0;
  font-size: 16px;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #363432;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type=checkbox] {
  outline: 0;
  margin-right: 10px;
}
.md-checkbox input[type=checkbox]:focus + label {
  outline: 2px solid #F9C439;
  outline-offset: 2px;
}
.md-checkbox input[type=checkbox]:checked + label:before {
  background: #8752FC;
  border: none;
  animation: ripple 0.3s linear forwards;
}
.md-checkbox input[type=checkbox]:checked + label:after {
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type=checkbox]:disabled + label:before {
  background: #E5ECEF;
  border: none;
  animation: ripple 0.3s linear forwards;
}
.md-checkbox input[type=checkbox]:disabled + label {
  color: #E5ECEF;
}
.md-checkbox *, .md-checkbox *:before, .md-checkbox *:after {
  box-sizing: border-box;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.header {
  background-color: #FFF;
  box-shadow: inset 0 -2px 0 #D8D3CB;
  display: grid;
  position: relative;
  width: 100%;
  z-index: 9000;
}
.header__link {
  color: #363432;
  display: inline-block;
  font-size: 16px;
  opacity: 0.85;
  padding: 16px 10px;
  transition: all 0.2s ease;
}
.header__link--parent {
  display: inline-block;
  padding: 25px 0;
}
.header__link--parent svg {
  float: left;
}
.header__link--parent:after {
  content: "▼︎";
  display: inline-block;
  transform: scaleY(0.5);
  margin-left: 5px;
}
.header__link.active, .header__link:active, .header__link:focus, .header__link:hover {
  color: #8752FC;
  opacity: 1;
  text-decoration: none;
}
.header__item {
  display: none;
  position: relative;
  width: auto;
}
.header__item:first-child {
  margin: 0;
}
.header__item--padding {
  padding: 25px 25px 25px 0;
}
.header__item--mobile {
  display: inline-block;
  position: relative;
  top: 10px;
}
.header__item--parent {
  min-width: 30px;
  text-align: right;
}
.header__item--change-language {
  padding: 0 10px 0 15px;
}
.header__list {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.header__logo {
  min-height: 32px;
  width: 100%;
}
.header__brand {
  float: left;
  margin: 15px 0;
}
.header__main.unauth {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}
.header-hat {
  background: #FFF;
  padding: 5px 0;
}
.header-hat__list {
  text-align: right;
  margin: 0 auto;
}
.header-hat__item {
  display: inline-block;
  margin-left: 15px;
  width: auto;
  line-height: 25px;
}
.header-hat__item:first-child {
  margin-top: 0;
}
.header-hat a {
  color: #363432;
  display: inline-block;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}
.header-hat a:active, .header-hat a:hover, .header-hat a:focus {
  color: #8752FC;
  transition: color, 0.2s;
  text-decoration: none;
}
.header__language-banner {
  height: 50px;
  background: #FBFAF9;
  text-align: center;
  padding: 10px 15px;
  border: #D8D3CB;
  border-style: solid none;
}
.header__language-banner--close {
  float: right;
  color: unset;
}

@media (min-width: 768px) {
  .header__item {
    display: inline-block;
  }
  .header__item--mobile {
    display: none;
  }
  .header__item:hover .header__list--subnav {
    background: #FFF;
    border-top: 6px solid #8752FC;
    box-shadow: 0 10px 20px #8FA4AF;
    display: block;
    opacity: 1;
    list-style-type: none;
    left: unset;
    position: absolute;
    right: 0;
    top: 75px;
    visibility: visible;
    width: 200px;
  }
  .header__language-banner {
    display: none;
  }
  .header__close {
    display: none;
  }
  .header__brand {
    float: left;
    margin: 0;
    padding: 15px 0;
  }
  .header__link {
    padding: 21px 10px;
  }
  .header__logo {
    height: 100%;
    max-height: 36px;
    max-width: 330px;
    width: auto;
  }
  .header__logo-default {
    height: 40px;
    padding-top: 5px;
    width: auto;
  }
  .header__main.auth, .header-hat__list {
    padding-right: 15px;
    padding-left: calc(320px + 15px);
    max-width: 1520px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .header__main.auth--in-activity {
    text-align: right;
    margin: 0 auto;
    max-width: 1170px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .header-hat__list--in-activity {
    padding-right: 5px;
    margin: 0 auto;
    max-width: 1170px;
    text-align: right;
  }
  .header__list--subnav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    display: none;
  }
  .header__list--subnav .header__item {
    clear: both;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E5ECEF;
  }
  .header__list--subnav .header__item:last-child {
    border: 0;
  }
  .header__list--subnav .header__item:last-child .header__link {
    padding-right: 0;
  }
  .header__list--subnav .header__link {
    color: #263239;
    padding: 10px 30px;
    width: 100%;
  }
  .header__list--subnav .header__link svg {
    position: relative;
    top: 5px;
    margin-right: 20px;
  }
  .header--admin {
    background-color: #FFF;
    border-bottom: 2px solid #E5ECEF;
    display: grid;
    align-items: center;
  }
  .header--admin .header__item:hover .header__list--subnav {
    top: 60px;
    z-index: 9;
  }
}
@media (min-width: 990px) {
  .header__logo {
    max-width: none;
  }
  .header__link {
    padding: inherit 15px;
  }
}
@media (min-width: 1520px) {
  .header__main.auth {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
  }
  .header__main.auth, .header__main.auth--in-activity {
    padding-left: 15px;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.modal {
  z-index: 9999;
}
.modal.in {
  display: flex !important;
  overflow: scroll;
}
.modal__container {
  background: #FFF;
  border: 1px solid #D8D3CB;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
  display: block;
  margin: auto;
  max-height: 90vh;
  max-width: 90%;
  overflow-y: auto;
  padding: 50px 25px 25px;
  position: relative;
  scroll-behavior: smooth;
  width: 100%;
}
.modal__container--no-close {
  padding-top: 25px;
}
.modal__container .button--orange {
  margin-top: 25px;
}
.modal__container .button--transparent {
  color: #F88500;
}
.modal__container .button--transparent:hover, .modal__container .button--transparent:active, .modal__container .button--transparent:focus {
  color: #F88500;
}
.modal__container ol, .modal__container ul {
  padding-left: 15px;
}
.modal__header {
  text-align: center;
  margin-bottom: 25px;
}
.modal__header h2 {
  margin: 0;
}
.modal__body {
  overflow: auto;
  max-height: 60vh;
}
.modal__body a {
  color: #206DFB;
}
.modal__footer {
  padding-top: 15px;
}
.modal__footer--service {
  color: #6B6965;
}
.modal__title {
  margin: 0.5em 0;
}
.modal__close {
  background-color: inherit;
  border: unset;
  position: absolute;
  z-index: 99999999;
  top: 15px;
  right: 15px;
  color: #206DFB;
  cursor: pointer;
}
.modal__close:active, .modal__close:hover {
  text-decoration: underline;
}
.modal__close:hover {
  color: #206DFB;
}
.modal__close:visited {
  color: #1549A8;
}
.modal__close:focus {
  color: #206DFB;
  text-decoration: none;
}
.modal-backdrop.in {
  background: #FBFAF9;
  opacity: 0.5;
  z-index: 9500;
}

@media (min-width: 768px) {
  .modal__container {
    max-width: 525px;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.registrations__main, .on_prem_registrations__main {
  min-height: calc(100vh - 202px - 2em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.on_prem_registrations__divider {
  margin-left: 10px;
  margin-right: 10px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.support-bubble {
  background: #8752FC;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  border: 0;
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
  font-size: 16px;
  min-width: 84px;
  padding: 10px;
  text-transform: none;
  transition: all 0.5s ease, background 0s;
  z-index: 8100;
  position: fixed;
  right: 5px;
}
.support-bubble__title, .support-bubble__open-title {
  color: #FFF;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.support-bubble__title:hover, .support-bubble__open-title:hover {
  cursor: pointer;
}
.support-bubble__title {
  font-size: 16px;
}
.support-bubble__title-text {
  display: none;
}
.support-bubble__open-title {
  color: #5C656A;
}
.support-bubble__body {
  color: #363432;
  display: none;
}
.support-bubble__close {
  display: none;
}
.support-bubble .button {
  display: block;
  margin: 15px auto;
}
.support-bubble.open {
  background: #FFF;
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.2);
  border-radius: 10px;
  border-bottom-right-radius: 0;
  white-space: unset;
  cursor: unset;
  padding: 15px;
  max-width: 280px;
  height: 377px;
}
.support-bubble.open p {
  margin-bottom: 15px;
}
.support-bubble.open p:last-child {
  margin-bottom: 0;
}
.support-bubble.open .support-bubble__title {
  display: none;
}
.support-bubble.open .support-bubble__close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.support-bubble.open .support-bubble__close:focus {
  color: #206DFB;
  text-decoration: none;
}
.support-bubble.open .support-bubble__close:visited {
  color: #1549A8;
}
.support-bubble.open .support-bubble__body {
  color: #363432;
  margin-top: 25px;
  max-height: 400px;
  display: block;
}

@media (min-width: 768px) {
  .support-bubble {
    bottom: 15px;
    height: 44px;
    padding: 10px 25px;
    bottom: 10px;
  }
  .support-bubble__title-text {
    display: inline;
  }
  .appointment_discussion_guides .support-bubble {
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .support-bubble {
    bottom: 15px;
  }
  .unauth .support-bubble {
    bottom: 70px;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.admin_invitations__main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 25px 0;
}
.admin_invitations__main svg {
  margin: 15px 0 30px;
}
.admin_invitations__email-link {
  color: #206DFB;
}
.admin_invitations .form__float-container.valid .form__float-label {
  color: #206DFB;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.sessions__forgot-pw {
  margin: 25px;
}
.sessions__main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 25px 0;
}
.sessions__new-admin__login {
  padding-top: 15px;
}
.sessions__new-admin .form__float-container.valid .form__float-label {
  color: #206DFB;
}

@media (min-width: 480px) {
  .sessions__forgot-pw {
    margin: 0;
  }
}
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.admin-unauthenticated__navbar {
  background: #0A2555;
  display: flex;
  width: 100%;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
  color: #FFF !important;
  position: fixed;
  z-index: 10000;
}
.admin-unauthenticated__navbar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.admin-unauthenticated__navbar .logo img {
  height: 30px;
}
.admin-unauthenticated__main {
  padding: 70px;
}

/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * variables.scss
 * Use this file to store commonly used variables
 */
/**
 * Layout
 */
/**
 * Z-index map intentionally includes both component-based and generic keywords
 */
/**
 * Border Radius
 */
/**
 * Style
 */
.passwords__main {
  min-height: calc(100vh - 202px - 2em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
