@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,300italic,700italic);
/* line 8, src/styles/abstracts/_color_mappings.scss */
.story-writer__not-allowed, .form-message--failure, .image-picker__preview--failure, .missing-api-key,
.select-video__message-failure {
  color: #e01f3d;
}

/* line 9, src/styles/abstracts/_color_mappings.scss */
.form-message--success {
  color: #00a04a;
}

/* line 10, src/styles/abstracts/_color_mappings.scss */
.form-message--info {
  color: #407cca;
}

/* line 8, src/styles/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 19, src/styles/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 33, src/styles/base/_reset.scss */
body {
  line-height: 1;
}

/* line 37, src/styles/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 42, src/styles/base/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 48, src/styles/base/_reset.scss */
blockquote::before, blockquote::after {
  content: none;
}

/* line 55, src/styles/base/_reset.scss */
q::before, q::after {
  content: none;
}

/* line 61, src/styles/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 65, src/styles/base/_reset.scss */
hr {
  border-left: 0;
  border-right: 0;
}

/* line 22, src/styles/base/_color_data.scss */
.color-data::before {
  content: '["#1e428a","#407cca","#904799","#30538d","#81a2c3","#d7e3ef","#eaeef4","#fff","#f5f5f5","#d2d2d2","#a9a9a9","#58595b","#000","#e01f3d","#00a04a"]';
  display: none;
}

/* line 2, src/styles/base/_utils.scss */
.epic-browser.main-layout .rating-scale:after, .epic-browser.main-layout .choice-content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 11, src/styles/base/_utils.scss */
.edit-choice-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

/* line 17, src/styles/base/_utils.scss */
.edit-choice-container * {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* line 23, src/styles/base/_utils.scss */
  .hide-medium {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  /* line 29, src/styles/base/_utils.scss */
  .hide-small, .primary-nav .nav-item__text {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  /* line 35, src/styles/base/_utils.scss */
  .hide-tiny, .primary-nav .nav-item--greeting, .secondary-navigation .nav-link__text {
    display: none;
  }
}

/* line 43, src/styles/base/_utils.scss */
.horizontal-spacing {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 46, src/styles/base/_utils.scss */
.horizontal-spacing > * {
  margin: 0 0.5rem;
}

/* line 47, src/styles/base/_utils.scss */
.horizontal-spacing > *:first-child {
  margin-left: 1rem;
}

/* line 48, src/styles/base/_utils.scss */
.horizontal-spacing > *:last-child {
  margin-right: 1rem;
}

/* line 51, src/styles/base/_utils.scss */
.active {
  background-color: #81a2c3;
  color: #fff;
}

/* line 56, src/styles/base/_utils.scss */
.tb-question-rotate {
  color: #58595b;
}

/* line 58, src/styles/base/_utils.scss */
.tb-question-rotate:hover {
  color: #000;
}

/* line 62, src/styles/base/_utils.scss */
.spaced-rows + .spaced-rows {
  margin-top: 0.5rem;
}

/* line 67, src/styles/base/_utils.scss */
.shadow {
  -webkit-box-shadow: 0 1px 1px 0 #1c1c1c;
          box-shadow: 0 1px 1px 0 #1c1c1c;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 77, src/styles/base/_utils.scss */
.shadow.nav-shadow {
  -webkit-box-shadow: 0 2px 5px 0 #1c1c1c;
          box-shadow: 0 2px 5px 0 #1c1c1c;
}

/* line 82, src/styles/base/_utils.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, src/styles/base/_typography.scss */
html {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2300px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 2300px) and (max-width: 3800px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 3800px) {
  /* line 22, src/styles/base/_typography.scss */
  html {
    font-size: 3rem;
  }
}

/* line 57, src/styles/base/_typography.scss */
* {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -khtml-hyphens: none;
  hyphens: none;
}

/* line 61, src/styles/base/_typography.scss */
h1,
.alpha {
  font-size: 1.875rem;
}

/* line 64, src/styles/base/_typography.scss */
h2,
.beta {
  font-size: 1.5rem;
}

/* line 67, src/styles/base/_typography.scss */
h3,
.gamma {
  font-size: 1.375rem;
}

/* line 70, src/styles/base/_typography.scss */
h4,
.delta {
  font-size: 1.25rem;
}

/* line 73, src/styles/base/_typography.scss */
h5,
.epsilon {
  font-size: 1.125rem;
}

/* line 76, src/styles/base/_typography.scss */
h6,
.zeta {
  font-size: 1rem;
}

/* line 79, src/styles/base/_typography.scss */
.tiny {
  font-size: .875rem;
}

/* line 80, src/styles/base/_typography.scss */
.miniscule {
  font-size: .75rem;
}

/* line 86, src/styles/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #904799;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility;
}

/* line 100, src/styles/base/_typography.scss */
a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #1e428a;
  cursor: pointer;
  text-decoration: none;
}

/* line 107, src/styles/base/_typography.scss */
a:hover,
a:hover span {
  color: #2756b4;
  text-decoration: underline;
}

/* line 113, src/styles/base/_typography.scss */
a:active,
a:active span {
  color: #904799;
}

/* line 119, src/styles/base/_typography.scss */
p {
  line-height: 1.3;
  margin-bottom: 0.625rem;
}

/* line 124, src/styles/base/_typography.scss */
li {
  line-height: 1.3;
}

/* line 128, src/styles/base/_typography.scss */
em {
  font-style: italic;
}

/* line 129, src/styles/base/_typography.scss */
strong {
  font-weight: 700;
}

/* line 131, src/styles/base/_typography.scss */
label {
  color: #407cca;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 136, src/styles/base/_typography.scss */
label:first-child {
  margin-top: 0;
}

/* line 137, src/styles/base/_typography.scss */
label.required::before {
  content: '* ';
}

/* line 4, src/styles/base/_iconography.scss */
.fa {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #1e428a;
  margin-right: 0.25rem;
}

/* line 13, src/styles/base/_iconography.scss */
a:hover .fa {
  color: #2756b4;
  text-decoration: none;
}

/* line 18, src/styles/base/_iconography.scss */
a:active .fa {
  color: #904799;
}

/* line 24, src/styles/base/_iconography.scss */
.form-message__icon {
  color: inherit;
  font-size: 1.333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 35, src/styles/base/_iconography.scss */
.pw-record-icon {
  background-color: #e01f3d;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 0.9375rem;
  width: 0.9375rem;
}

/* line 8, src/styles/base/_buttonography.scss */
.button.button--action {
  background: #1e428a;
  border-color: #1e428a;
  color: #fff;
  outline: none;
}

/* line 14, src/styles/base/_buttonography.scss */
.button.button--action i {
  color: #1e428a;
}

/* line 15, src/styles/base/_buttonography.scss */
.button.button--action:hover i {
  color: #fff;
}

/* line 16, src/styles/base/_buttonography.scss */
.selected.button.button--action i {
  color: #fff;
}

/* line 17, src/styles/base/_buttonography.scss */
.button.button--action:active i {
  color: #fff;
}

/* line 18, src/styles/base/_buttonography.scss */
.disabled.button.button--action i {
  color: #868686;
}

/* line 19, src/styles/base/_buttonography.scss */
.button.button--action:disabled i {
  color: #868686;
}

/* line 21, src/styles/base/_buttonography.scss */
.button.button--action:focus, .focusing.button.button--action {
  background: #9bb0d9;
  border-color: #80a7f4;
  color: #1e428a;
}

/* line 28, src/styles/base/_buttonography.scss */
.button.button--action:hover, .hovering.button.button--action {
  background: #2756b4;
  border-color: #2756b4;
  color: #fff;
}

/* line 35, src/styles/base/_buttonography.scss */
.button.button--action:active, .selected.button.button--action {
  background: #1e428a;
  border-color: #1e428a;
  color: #fff;
}

/* line 42, src/styles/base/_buttonography.scss */
.button.button--action:disabled, .disabled.button.button--action {
  background: #d2d2d2;
  border-color: #b9b9b9;
  color: #868686;
}

/* line 50, src/styles/base/_buttonography.scss */
button,
.button {
  background: transparent;
  border-color: #1e428a;
  color: #1e428a;
  outline: none;
}

/* line 56, src/styles/base/_buttonography.scss */
button i, .button i {
  color: #1e428a;
}

/* line 57, src/styles/base/_buttonography.scss */
button:hover i, .button:hover i {
  color: #fff;
}

/* line 58, src/styles/base/_buttonography.scss */
button.selected i, .selected.button i {
  color: #fff;
}

/* line 59, src/styles/base/_buttonography.scss */
button:active i, .button:active i {
  color: #fff;
}

/* line 60, src/styles/base/_buttonography.scss */
button.disabled i, .disabled.button i {
  color: #868686;
}

/* line 61, src/styles/base/_buttonography.scss */
button:disabled i, .button:disabled i {
  color: #868686;
}

/* line 63, src/styles/base/_buttonography.scss */
button:focus,
.button:focus, button.focusing,
.focusing.button {
  background: #9bb0d9;
  border-color: #80a7f4;
  color: #1e428a;
}

/* line 70, src/styles/base/_buttonography.scss */
button:hover,
.button:hover, button.hovering,
.hovering.button {
  background: #2756b4;
  border-color: #2756b4;
  color: #fff;
}

/* line 77, src/styles/base/_buttonography.scss */
button:active,
.button:active, button.selected,
.selected.button {
  background: #1e428a;
  border-color: #1e428a;
  color: #fff;
}

/* line 84, src/styles/base/_buttonography.scss */
button:disabled,
.button:disabled, button.disabled,
.disabled.button {
  background: #d2d2d2;
  border-color: #b9b9b9;
  color: #868686;
}

/* line 92, src/styles/base/_buttonography.scss */
.button--flat,
.button.button--flat {
  background: transparent;
  border-color: transparent;
  color: #1e428a;
  outline: none;
}

/* line 98, src/styles/base/_buttonography.scss */
.button--flat i, .button.button--flat i {
  color: #1e428a;
}

/* line 99, src/styles/base/_buttonography.scss */
.button--flat:hover i {
  color: #fff;
}

/* line 100, src/styles/base/_buttonography.scss */
.button--flat:disabled i {
  color: #868686;
}

/* line 102, src/styles/base/_buttonography.scss */
.button--flat:hover, .hovering.button--flat {
  background: #2756b4;
  border-color: #2756b4;
  color: #fff;
}

/* line 109, src/styles/base/_buttonography.scss */
.button--flat:active, .selected.button--flat {
  background: #1e428a;
  border-color: #1e428a;
  color: #fff;
}

/* line 116, src/styles/base/_buttonography.scss */
.button--flat:disabled, .disabled.button--flat {
  background: #d2d2d2;
  border-color: #b9b9b9;
  color: #868686;
}

/* line 124, src/styles/base/_buttonography.scss */
.danger-button {
  background: #e01f3d;
  border-color: #e01f3d;
  color: #fff;
  outline: none;
}

/* line 130, src/styles/base/_buttonography.scss */
.danger-button i {
  color: #1e428a;
}

/* line 131, src/styles/base/_buttonography.scss */
.danger-button:hover i {
  color: #fff;
}

/* line 132, src/styles/base/_buttonography.scss */
.danger-button:disabled i {
  color: #d2d2d2;
}

/* line 134, src/styles/base/_buttonography.scss */
.danger-button:hover, .hovering.danger-button {
  background: #e64c64;
  border-color: #e64c64;
  color: #fff;
}

/* line 141, src/styles/base/_buttonography.scss */
.danger-button:active, .selected.danger-button {
  background: #b31931;
  border-color: #b31931;
  color: #fff;
}

/* line 148, src/styles/base/_buttonography.scss */
.danger-button:disabled, .disabled.danger-button {
  background: #d75b6e;
  border-color: #cd324a;
  color: #d2d2d2;
}

/* line 156, src/styles/base/_buttonography.scss */
button,
.button {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 0.1875rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  height: auto;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-align: center;
  white-space: nowrap;
}

/* line 175, src/styles/base/_buttonography.scss */
button:hover, button:hover::after,
.button:hover,
.button:hover::after {
  cursor: pointer;
  text-decoration: none;
}

/* line 181, src/styles/base/_buttonography.scss */
button:disabled, button.disabled,
.button:disabled,
.button.disabled {
  cursor: default;
  pointer-events: none;
}

/* line 187, src/styles/base/_buttonography.scss */
button i,
.button i {
  font-size: 1.1875rem;
}

/* line 191, src/styles/base/_buttonography.scss */
button--large,
.button--large {
  padding: 1rem;
}

/* line 209, src/styles/base/_buttonography.scss */
.circle-button {
  border-radius: 1rem;
  height: 2rem;
  margin: auto 0.5rem;
  min-width: 2rem;
  padding: 0;
  width: 2rem;
}

/* line 219, src/styles/base/_buttonography.scss */
.icon-button i {
  margin: 0;
}

/* line 1, src/styles/base/_formography.scss */
.form-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

/* line 9, src/styles/base/_formography.scss */
.form-footer div:first-child:nth-last-child(1),
.form-footer span:first-child:nth-last-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

/* line 16, src/styles/base/_formography.scss */
.form-footer__group > * {
  margin-right: 0.5rem;
}

/* line 19, src/styles/base/_formography.scss */
.form-footer__group > *:last-child {
  margin-right: 0;
}

/* line 25, src/styles/base/_formography.scss */
input,
textarea,
select {
  background-color: #f2f4f5;
  border: 0.0625rem solid #ddd;
  border-radius: 0.1875rem;
  border-top-color: #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  outline: none;
  padding: 0.5rem;
  resize: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  width: 100%;
}

/* line 41, src/styles/base/_formography.scss */
input:hover,
textarea:hover,
select:hover {
  background-color: #fff;
}

/* line 45, src/styles/base/_formography.scss */
input:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #81a2c3;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem 0 #aaa inset;
          box-shadow: 0 0.0625rem 0.0625rem 0 #aaa inset;
  outline: none;
}

/* line 52, src/styles/base/_formography.scss */
input:disabled,
textarea:disabled,
select:disabled {
  color: #9f9f9f;
}

/* line 56, src/styles/base/_formography.scss */
input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}

/* line 60, src/styles/base/_formography.scss */
.date-picker input >, .date-picker
textarea >, .date-picker
select > {
  margin-bottom: 0;
}

/* line 67, src/styles/base/_formography.scss */
[type='date'],
[type='text'],
[type='email'],
[type='password'] {
  -webkit-appearance: none;
}

/* line 75, src/styles/base/_formography.scss */
select {
  -webkit-appearance: none;
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 0.25rem;
  text-transform: capitalize;
}

/* line 83, src/styles/base/_formography.scss */
select option {
  text-transform: capitalize;
}

/* line 87, src/styles/base/_formography.scss */
[type=checkbox]:not(*:root),
[type=radio]:not(*:root) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 93, src/styles/base/_formography.scss */
[type=checkbox],
[type=radio] {
  background: #fff;
  border: 0.0625rem solid #d2d2d2;
  border-radius: 0.1875rem;
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  height: 1rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
}

/* line 110, src/styles/base/_formography.scss */
[type=checkbox]:active,
[type=radio]:active {
  background: #d2d2d2;
}

/* line 113, src/styles/base/_formography.scss */
[type=checkbox]:checked {
  background: #fff;
  color: #1e428a;
}

/* line 117, src/styles/base/_formography.scss */
[type=checkbox]:checked:active {
  background: #d2d2d2;
}

/* line 119, src/styles/base/_formography.scss */
[type=checkbox]:checked::before {
  content: '\f00c';
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 128, src/styles/base/_formography.scss */
[type=radio] {
  border-radius: 50%;
}

/* line 130, src/styles/base/_formography.scss */
[type=radio]:checked::before {
  background-color: #1e428a;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
}

@media screen and (min-width: 1024px) {
  /* line 130, src/styles/base/_formography.scss */
  [type=radio]:checked::before {
    height: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    width: 8px;
  }
}

@media screen and (min-width: 2300px) {
  /* line 130, src/styles/base/_formography.scss */
  [type=radio]:checked::before {
    height: 10px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    width: 10px;
  }
}

/* line 155, src/styles/base/_formography.scss */
[type=radio]:checked:active {
  background: #d2d2d2;
}

/* line 158, src/styles/base/_formography.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #f2f4f5 inset;
          box-shadow: 0 0 0 100px #f2f4f5 inset;
  -webkit-transition: -webkit-box-shadow .01s linear;
  transition: -webkit-box-shadow .01s linear;
  transition: box-shadow .01s linear;
  transition: box-shadow .01s linear, -webkit-box-shadow .01s linear;
}

/* line 162, src/styles/base/_formography.scss */
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
          box-shadow: 0 0 0 100px #fff inset;
}

/* line 166, src/styles/base/_formography.scss */
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0.0625rem 0.0625rem 0 #aaa inset, 0 0 0 100px #fff inset;
          box-shadow: 0 0.0625rem 0.0625rem 0 #aaa inset, 0 0 0 100px #fff inset;
  -webkit-transition: -webkit-box-shadow .01s linear;
  transition: -webkit-box-shadow .01s linear;
  transition: box-shadow .01s linear;
  transition: box-shadow .01s linear, -webkit-box-shadow .01s linear;
}

/* line 172, src/styles/base/_formography.scss */
textarea {
  -webkit-appearance: none;
  display: block;
}

@media print {
  @page {
    margin: 0;
  }
  /* line 7, src/styles/base/_print.scss */
  html {
    font-size: 85%;
  }
  /* line 11, src/styles/base/_print.scss */
  html,
  body,
  main,
  div {
    overflow: visible !important;
  }
  /* line 18, src/styles/base/_print.scss */
  body {
    background: none !important;
    height: 100vh;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 2.5mm !important;
    width: 100%;
  }
  /* line 27, src/styles/base/_print.scss */
  main {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }
  /* line 33, src/styles/base/_print.scss */
  .main-layout {
    min-height: 0 !important;
    padding: 0 !important;
  }
  /* line 38, src/styles/base/_print.scss */
  .primary-nav,
  .survey-navigation {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  /* line 43, src/styles/base/_print.scss */
  .primary-nav {
    height: auto !important;
  }
  /* line 46, src/styles/base/_print.scss */
  .primary-nav .nav-items {
    margin: 0 !important;
  }
  /* line 52, src/styles/base/_print.scss */
  .survey-navigation .nav-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
  }
  /* line 57, src/styles/base/_print.scss */
  .survey-navigation .nav-item {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 62, src/styles/base/_print.scss */
  .site-footer {
    height: auto;
    padding: 1rem;
  }
  /* line 68, src/styles/base/_print.scss */
  .primary-nav .nav-item--sign-out,
  .primary-nav .nav-item--help,
  .primary-nav .nav-item--greeting,
  .primary-nav .nav-item--settings,
  .primary-nav .nav-item--already-have-account,
  .primary-nav .nav-item--sign-in,
  .survey-navigation__language-select,
  .site-footer .site-footer__links,
  .site-footer .footer-revision-number,
  .secondary-navigation,
  .tertiary-navigation,
  .main-layout > footer {
    display: none !important;
  }
}

/* line 26, src/styles/abstracts/_mixins.scss */
.logo-mark .logo-color--primary {
  fill: #904799;
}

/* line 27, src/styles/abstracts/_mixins.scss */
.logo-mark .logo-color--secondary {
  fill: #1e428a;
}

/* line 28, src/styles/abstracts/_mixins.scss */
.logo-mark .logo-color--tertiary {
  fill: #111253;
}

/* line 26, src/styles/abstracts/_mixins.scss */
.logo-mark--brandable .logo-color--primary {
  fill: #904799;
}

/* line 27, src/styles/abstracts/_mixins.scss */
.logo-mark--brandable .logo-color--secondary {
  fill: #1e428a;
}

/* line 28, src/styles/abstracts/_mixins.scss */
.logo-mark--brandable .logo-color--tertiary {
  fill: #111253;
}

/* line 26, src/styles/abstracts/_mixins.scss */
.logo-mark--simple .logo-color--primary {
  fill: #1e428a;
}

/* line 27, src/styles/abstracts/_mixins.scss */
.logo-mark--simple .logo-color--secondary {
  fill: #1e428a;
}

/* line 28, src/styles/abstracts/_mixins.scss */
.logo-mark--simple .logo-color--tertiary {
  fill: #1e428a;
}

/* line 26, src/styles/abstracts/_mixins.scss */
.logo-mark--grayscale .logo-color--primary {
  fill: #eaeef4;
}

/* line 27, src/styles/abstracts/_mixins.scss */
.logo-mark--grayscale .logo-color--secondary {
  fill: #d2d2d2;
}

/* line 28, src/styles/abstracts/_mixins.scss */
.logo-mark--grayscale .logo-color--tertiary {
  fill: #a9a9a9;
}

/* line 26, src/styles/abstracts/_mixins.scss */
.logo-mark--white .logo-color--primary {
  fill: #fff;
}

/* line 27, src/styles/abstracts/_mixins.scss */
.logo-mark--white .logo-color--secondary {
  fill: #fff;
}

/* line 28, src/styles/abstracts/_mixins.scss */
.logo-mark--white .logo-color--tertiary {
  fill: #fff;
}

/* line 22, src/styles/components/logo/_mark.scss */
.logo-mark .word-mark__tagline {
  fill: #58595b;
}

/* line 5, src/styles/components/logo/_quotes.scss */
.logo-mark.quotes-logo--icon {
  height: 2.625rem;
  margin-right: 1rem;
  width: 2.625rem;
}

/* line 9, src/styles/components/logo/_quotes.scss */
.logo-mark.quotes-logo--not-started * {
  fill: transparent;
}

/* line 15, src/styles/components/logo/_quotes.scss */
.logo-mark.quotes-logo--started .logo-color--primary,
.logo-mark.quotes-logo--started .logo-color--secondary, .logo-mark.quotes-logo--updated .logo-color--primary,
.logo-mark.quotes-logo--updated .logo-color--secondary {
  fill: transparent;
}

/* line 23, src/styles/components/logo/_quotes.scss */
.logo-mark.quotes-logo--finished * {
  stroke: none !important;
}

/* line 30, src/styles/components/logo/_quotes.scss */
.logo-mark--stroked.quotes-logo * {
  stroke-width: 0.75rem;
}

/* line 35, src/styles/components/logo/_quotes.scss */
.logo-mark--stroked.quotes-logo .logo-color--primary {
  stroke: #904799;
}

/* line 39, src/styles/components/logo/_quotes.scss */
.logo-mark--stroked.quotes-logo .logo-color--secondary {
  stroke: #1e428a;
}

/* line 43, src/styles/components/logo/_quotes.scss */
.logo-mark--stroked.quotes-logo .logo-color--tertiary {
  stroke: #111253;
}

/* line 50, src/styles/components/logo/_quotes.scss */
.quotes-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath fill='%23fff' d='M139.1 140.9c0-25.3-14.3-47.3-35-58.5-6.4-3.3-13.5-5.8-20.9-7 1.2-31.7 25.1-57.8 56-62.4 0 0 .2-9.5-4.4-10-23-2-89.2 17.3-117.4 70.8-8.7 15.5-13.9 34.8-13.9 53.6 0 31.9 14.9 59.3 36.3 70.9 9.7 5.6 20.9 8.7 33.2 8.7 9.3 0 18.2-1.9 26.3-5.4 23.4-10.1 39.8-33.5 39.8-60.7z'/%3E%3Cpath fill='%23fff' d='M218.3 33.7s.2-9.5-4.4-10c-23-2.1-89.1 17.2-117.3 70.7-8.7 15.5-13.9 34.8-13.9 53.7 0 31.9 14.9 59.3 36.3 70.9 9.7 5.6 20.9 8.7 33.2 8.7 36.5 0 66.1-29.6 66.1-66.1 0-33.2-24.3-60.5-56-65.3 1.3-31.9 25.1-57.8 56-62.6z'/%3E%3C/svg%3E");
}

/* line 1, src/styles/components/navigation/_primary.scss */
.primary-nav, .survey-navigation {
  background: #fff;
  color: #505050;
  height: 4rem;
}

/* line 7, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item--logo a, .survey-navigation .nav-item--logo a {
  margin-left: 0;
}

/* line 11, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item--partner, .survey-navigation .nav-item--partner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 15, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item--partner img, .survey-navigation .nav-item--partner img {
  display: block;
  max-height: 2.625rem;
  max-width: 100%;
  padding: 0.25rem 0 0.0625rem;
}

/* line 24, src/styles/components/navigation/_primary.scss */
.primary-nav .partner-logo-wrapper, .survey-navigation .partner-logo-wrapper {
  height: 2.625rem;
  padding: 0.25rem 0 0.0625rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 24, src/styles/components/navigation/_primary.scss */
  .primary-nav .partner-logo-wrapper, .survey-navigation .partner-logo-wrapper {
    border: 0.125rem solid transparent;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    position: relative;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  /* line 24, src/styles/components/navigation/_primary.scss */
  .primary-nav .partner-logo-wrapper, .survey-navigation .partner-logo-wrapper {
    left: 3rem;
    margin: -1rem -3rem;
  }
}

/* line 42, src/styles/components/navigation/_primary.scss */
.primary-nav .partner-logo-wrapper svg, .survey-navigation .partner-logo-wrapper svg {
  height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 42, src/styles/components/navigation/_primary.scss */
  .primary-nav .partner-logo-wrapper svg, .survey-navigation .partner-logo-wrapper svg {
    left: 0;
    position: absolute;
    top: 0;
  }
}

/* line 53, src/styles/components/navigation/_primary.scss */
.primary-nav .pw-logo-wrapper, .survey-navigation .pw-logo-wrapper {
  height: 2.625rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 576px) {
  /* line 53, src/styles/components/navigation/_primary.scss */
  .primary-nav .pw-logo-wrapper, .survey-navigation .pw-logo-wrapper {
    margin-right: 0.5rem;
    width: 2.625rem;
  }
  /* line 62, src/styles/components/navigation/_primary.scss */
  .primary-nav .pw-logo-wrapper .word-mark__meta, .survey-navigation .pw-logo-wrapper .word-mark__meta,
  .primary-nav .pw-logo-wrapper .word-mark__words,
  .survey-navigation .pw-logo-wrapper .word-mark__words {
    display: none;
  }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
  /* line 68, src/styles/components/navigation/_primary.scss */
  .primary-nav .pw-logo-wrapper .wisdom-logo, .survey-navigation .pw-logo-wrapper .wisdom-logo {
    min-width: 13.125rem;
  }
}

/* line 78, src/styles/components/navigation/_primary.scss */
.primary-nav .pw-logo-wrapper--hidewordmark, .survey-navigation .pw-logo-wrapper--hidewordmark {
  margin-right: 0.5rem;
  width: 2.625rem;
}

/* line 62, src/styles/components/navigation/_primary.scss */
.primary-nav .pw-logo-wrapper--hidewordmark .word-mark__meta, .survey-navigation .pw-logo-wrapper--hidewordmark .word-mark__meta,
.primary-nav .pw-logo-wrapper--hidewordmark .word-mark__words,
.survey-navigation .pw-logo-wrapper--hidewordmark .word-mark__words {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 68, src/styles/components/navigation/_primary.scss */
  .primary-nav .pw-logo-wrapper--hidewordmark .wisdom-logo, .survey-navigation .pw-logo-wrapper--hidewordmark .wisdom-logo {
    min-width: 13.125rem;
  }
}

/* line 82, src/styles/components/navigation/_primary.scss */
.primary-nav .pw-logo-wrapper .wisdom-logo, .survey-navigation .pw-logo-wrapper .wisdom-logo {
  height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 82, src/styles/components/navigation/_primary.scss */
  .primary-nav .pw-logo-wrapper .wisdom-logo, .survey-navigation .pw-logo-wrapper .wisdom-logo {
    height: auto;
    max-height: 2.625rem;
    max-width: 13.125rem;
  }
}

/* line 94, src/styles/components/navigation/_primary.scss */
.primary-nav, .survey-navigation, .secondary-navigation, .tertiary-navigation {
  position: relative;
}

@media screen and (max-width: 1023px) {
  /* line 94, src/styles/components/navigation/_primary.scss */
  .primary-nav, .survey-navigation, .secondary-navigation, .tertiary-navigation {
    padding: 0 0.5rem;
  }
}

/* line 101, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-items, .survey-navigation .nav-items, .secondary-navigation .nav-items, .tertiary-navigation .nav-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  width: 60rem;
}

@media screen and (max-width: 1023px) {
  /* line 101, src/styles/components/navigation/_primary.scss */
  .primary-nav .nav-items, .survey-navigation .nav-items, .secondary-navigation .nav-items, .tertiary-navigation .nav-items {
    margin: 0 0.5rem;
    width: auto;
  }
}

/* line 114, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item, .survey-navigation .nav-item, .secondary-navigation .nav-item, .tertiary-navigation .nav-item {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

/* line 118, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-link, .survey-navigation .nav-link, .secondary-navigation .nav-link, .tertiary-navigation .nav-link {
  display: block;
  margin: 0 0.5rem;
}

/* line 122, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-link:hover, .survey-navigation .nav-link:hover, .secondary-navigation .nav-link:hover, .tertiary-navigation .nav-link:hover {
  text-decoration: none;
}

/* line 129, src/styles/components/navigation/_primary.scss */
.main-layout > .primary-nav,
.navs-container > nav:last-child {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 390px) {
  /* line 138, src/styles/components/navigation/_primary.scss */
  .primary-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 149, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item:last-child a {
  margin-right: 0;
}

/* line 153, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item--greeting, .primary-nav .nav-item--have-account {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  line-height: 1;
  margin-right: 0.5rem;
  text-align: right;
}

/* line 166, src/styles/components/navigation/_primary.scss */
.primary-nav .nav-item--greeting + .nav-item {
  margin-left: auto;
}

/* line 7, src/styles/components/navigation/_survey.scss */
.survey-navigation__language-select {
  margin-left: auto;
  width: 10rem;
}

/* line 3, src/styles/components/navigation/_secondary.scss */
.secondary-navigation {
  background-color: #1e428a;
  height: 3rem;
}

@media screen and (max-width: 576px) {
  /* line 3, src/styles/components/navigation/_secondary.scss */
  .secondary-navigation {
    padding: 0;
  }
}

/* line 13, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-item {
  height: 100%;
}

@media screen and (max-width: 576px) {
  /* line 13, src/styles/components/navigation/_secondary.scss */
  .secondary-navigation .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 !important;
    max-width: 33.3%;
  }
}

/* line 23, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-item:hover {
  background-color: #2756b4;
}

/* line 28, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 0.5rem;
  width: 100%;
}

/* line 37, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-link:hover span {
  text-decoration: none;
}

/* line 41, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-link__text,
.secondary-navigation .nav-link__icon i {
  color: #fff;
  opacity: .7;
}

/* line 51, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-link--selected {
  background-color: #904799;
}

/* line 54, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .nav-link--selected .nav-link__text,
.secondary-navigation .nav-link--selected .nav-link__icon i {
  opacity: 1;
}

/* line 61, src/styles/components/navigation/_secondary.scss */
.secondary-navigation .quotes-icon {
  display: block;
  height: 1.5rem;
  margin-right: 0.25rem;
  width: 1.5rem;
}

/* line 3, src/styles/components/navigation/_sidebar.scss */
.sidebar {
  height: 100%;
  padding-top: 4rem;
  position: relative;
}

/* line 8, src/styles/components/navigation/_sidebar.scss */
.sidebar__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 17, src/styles/components/navigation/_sidebar.scss */
.sidebar__header__title {
  color: #fff;
  margin: 0;
}

/* line 22, src/styles/components/navigation/_sidebar.scss */
.sidebar__header__help {
  display: none;
  margin: 0;
  position: absolute;
  right: 1rem;
}

/* line 30, src/styles/components/navigation/_sidebar.scss */
.sidebar__content {
  height: 100%;
  overflow-y: scroll;
}

/* line 35, src/styles/components/navigation/_sidebar.scss */
.sidebar__list {
  padding-top: 0 !important;
}

/* line 38, src/styles/components/navigation/_sidebar.scss */
.sidebar__list > div > .item--parent button {
  display: none !important;
}

/* line 43, src/styles/components/navigation/_sidebar.scss */
.sidebar__item {
  font-size: 0.875rem !important;
}

/* line 46, src/styles/components/navigation/_sidebar.scss */
.sidebar__item div {
  line-height: 1.3 !important;
}

/* line 54, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent {
  border-top: 1px solid #f5f5f5 !important;
  font-size: 1rem !important;
}

/* line 58, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent.item--active {
  background: #eaeef4 !important;
}

/* line 62, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent button {
  height: 100% !important;
  padding: 0 !important;
}

/* line 67, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div {
  padding: 0 !important;
}

/* line 70, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div .item--parent {
  font-size: 0.875rem !important;
  font-style: italic;
  padding-left: 0.5rem !important;
}

/* line 75, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div .item--parent + div {
  margin-bottom: 0.25rem;
}

/* line 79, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div .item--parent > div > div {
  padding: 1rem 3rem 1rem 0.75rem !important;
}

/* line 84, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div .item--link {
  font-size: 0.75rem !important;
  padding-left: 1rem !important;
}

/* line 88, src/styles/components/navigation/_sidebar.scss */
.sidebar .item--parent + div .item--link > div > div {
  padding: 0.625rem !important;
}

/* line 1, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation {
  background-color: #fff;
  height: 2.5rem;
}

/* line 7, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation .nav-item {
  height: 100%;
}

/* line 11, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link {
  height: 100%;
  position: relative;
}

/* line 15, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link__indicator {
  background-color: #904799;
  bottom: 0;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  width: 0;
}

/* line 19, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link:hover span {
  color: initial;
  text-decoration: none;
}

/* line 24, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link__text {
  color: #25292e;
  opacity: .6;
  position: relative;
  top: 0.5rem;
}

/* line 33, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link--selected .tertiary-navigation-link__text {
  opacity: 1;
}

/* line 37, src/styles/components/navigation/_tertiary.scss */
.tertiary-navigation-link--selected .tertiary-navigation-link__indicator {
  left: 0;
  width: 100%;
}

/* line 1, src/styles/components/navigation/_footer.scss */
.site-footer {
  border-top: 1px solid #d2d2d2;
  bottom: 0;
  color: #58595b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  height: 6rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
}

/* line 14, src/styles/components/navigation/_footer.scss */
.site-footer__links, .site-footer__site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60rem;
}

@media screen and (max-width: 1023px) {
  /* line 14, src/styles/components/navigation/_footer.scss */
  .site-footer__links, .site-footer__site-info {
    padding: 0 1rem;
    width: 100%;
  }
}

/* line 26, src/styles/components/navigation/_footer.scss */
.site-footer__links {
  margin: 1rem auto 0.5rem;
}

@media screen and (max-width: 576px) {
  /* line 26, src/styles/components/navigation/_footer.scss */
  .site-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem 0 0.5rem;
  }
}

/* line 35, src/styles/components/navigation/_footer.scss */
.site-footer__links--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 35, src/styles/components/navigation/_footer.scss */
  .site-footer__links--social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 42, src/styles/components/navigation/_footer.scss */
.site-footer__links--social .link-item {
  margin-left: 0.5rem;
}

/* line 46, src/styles/components/navigation/_footer.scss */
.site-footer__links--social .footer-icon:hover {
  text-decoration: none;
}

/* line 51, src/styles/components/navigation/_footer.scss */
.site-footer__links--site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 576px) {
  /* line 51, src/styles/components/navigation/_footer.scss */
  .site-footer__links--site {
    margin-bottom: 0.5rem;
  }
}

/* line 59, src/styles/components/navigation/_footer.scss */
.site-footer__links--site .link-item {
  margin-right: 1rem;
  white-space: nowrap;
}

/* line 65, src/styles/components/navigation/_footer.scss */
.site-footer__site-info {
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  /* line 65, src/styles/components/navigation/_footer.scss */
  .site-footer__site-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 71, src/styles/components/navigation/_footer.scss */
  .site-footer__site-info > div {
    margin-right: 1rem;
  }
}

/* line 1, src/styles/layout/_layouts.scss */
.dashboard__content, .intake-summary__content, .story-writer__content, .survey-writer__content, .survey-select-card, .forgot-password__content,
.reset-password__content, .settings__content, .sign-in__content, .sign-up__content, .sign-up-step__content, .verify-account__content {
  width: 60rem;
}

@media screen and (max-width: 1023px) {
  /* line 1, src/styles/layout/_layouts.scss */
  .dashboard__content, .intake-summary__content, .story-writer__content, .survey-writer__content, .survey-select-card, .forgot-password__content,
  .reset-password__content, .settings__content, .sign-in__content, .sign-up__content, .sign-up-step__content, .verify-account__content {
    width: 100%;
  }
}

/* line 9, src/styles/layout/_layouts.scss */
.filter-tabs, .report-card, .theminator > div, .patient-review__header {
  width: 100%;
}

/* line 16, src/styles/layout/_layouts.scss */
.appointments, .dashboard, .snapshot-list, .snapshot-view, .user-summary, .survey-layout > .intake-summary, .staff-invitations, .staff-invitations-new, .my-stories--index, .main-layout > .story-writer,
.topic-builder > .story-writer, .survey-layout > .survey-writer, .main-layout > .provider-viewpoint, .newsfeed, .main-layout > .loader,
.survey-layout > .loader,
main > .loader,
main > * > .loader, .main-layout > .settings {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 2rem auto;
  width: 60rem;
}

@media screen and (max-width: 1023px) {
  /* line 16, src/styles/layout/_layouts.scss */
  .appointments, .dashboard, .snapshot-list, .snapshot-view, .user-summary, .survey-layout > .intake-summary, .staff-invitations, .staff-invitations-new, .my-stories--index, .main-layout > .story-writer,
  .topic-builder > .story-writer, .survey-layout > .survey-writer, .main-layout > .provider-viewpoint, .newsfeed, .main-layout > .loader,
  .survey-layout > .loader,
  main > .loader,
  main > * > .loader, .main-layout > .settings {
    margin: 2rem;
    width: calc(100% - 4rem);
  }
}

/* line 27, src/styles/layout/_layouts.scss */
.report-page__wrapper, .topic-builder, .main-layout > .topic-builder__assigner, .topic-activator, .main-layout > .theminator, .main-layout > .patient-review {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 37, src/styles/layout/_layouts.scss */
.survey-layout > .survey-select, .not-found, .main-layout > .forgot-password,
.main-layout > .reset-password, .main-layout > .sign-in, .main-layout > .sign-up, .main-layout > .sign-up-step, .main-layout > .terms-of-use, .main-layout > .verify-account {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  margin: 2rem auto;
  width: 60rem;
}

@media screen and (max-width: 1023px) {
  /* line 37, src/styles/layout/_layouts.scss */
  .survey-layout > .survey-select, .not-found, .main-layout > .forgot-password,
  .main-layout > .reset-password, .main-layout > .sign-in, .main-layout > .sign-up, .main-layout > .sign-up-step, .main-layout > .terms-of-use, .main-layout > .verify-account {
    height: auto;
    margin: 2rem !important;
    width: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 37, src/styles/layout/_layouts.scss */
  .survey-layout > .survey-select, .not-found, .main-layout > .forgot-password,
  .main-layout > .reset-password, .main-layout > .sign-in, .main-layout > .sign-up, .main-layout > .sign-up-step, .main-layout > .terms-of-use, .main-layout > .verify-account {
    margin: 2rem auto;
    min-height: calc(100vh - 14rem);
  }
}

/* line 1, src/styles/layout/_content.scss */
.index-card, .assigner__topic-box, .dashboard__content, .snapshot-list__item__content, .user-summary__content, .intake-summary__content, .report-card, .story-writer__content, .survey-writer__content, .survey-select-card, .topic-builder__assigner__topic-categories, .topic-editor__content, .topic-preview__content, .topic-translator__content, .theminator > div, .theminator-review__editor .theminator-encode, .patient-review-card, .newsfeed__content, .loading-overlay--rounded.loading::after, .forgot-password__content,
.reset-password__content, .settings__content, .sign-in__content, .sign-up__content, .sign-up-step__content, .verify-account__content {
  border-bottom-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1, src/styles/layout/_content.scss */
  .index-card, .assigner__topic-box, .dashboard__content, .snapshot-list__item__content, .user-summary__content, .intake-summary__content, .report-card, .story-writer__content, .survey-writer__content, .survey-select-card, .topic-builder__assigner__topic-categories, .topic-editor__content, .topic-preview__content, .topic-translator__content, .theminator > div, .theminator-review__editor .theminator-encode, .patient-review-card, .newsfeed__content, .loading-overlay--rounded.loading::after, .forgot-password__content,
  .reset-password__content, .settings__content, .sign-in__content, .sign-up__content, .sign-up-step__content, .verify-account__content {
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
  }
}

/* line 11, src/styles/layout/_content.scss */
.index-card, .assigner__topic-box, .dashboard__content, .snapshot-list__item__content, .user-summary__content, .intake-summary__content, .report-card, .story-writer__content, .survey-writer__content, .survey-select-card, .topic-builder__assigner__topic-categories, .topic-editor__content, .topic-preview__content, .topic-translator__content, .theminator > div, .theminator-review__editor .theminator-encode, .patient-review-card, .newsfeed__content, .loading-overlay--rounded.loading::after, .forgot-password__content,
.reset-password__content, .settings__content, .sign-in__content, .sign-up__content, .sign-up-step__content, .verify-account__content, .data-table__row, .staff-invitations-new__content, .report__filters--header, .toolbar--filtered {
  background-color: #fff;
  padding: 2rem;
  vertical-align: top;
}

/* line 17, src/styles/layout/_content.scss */
.snapshot-list__wrapper__message, .report-page__content__message, .report-card__panels:empty, .report-card__section-message, .patient-review__message {
  color: #9a9a9a;
  margin-top: 4rem;
  text-align: center;
}

/* line 23, src/styles/layout/_content.scss */
.index-card, .assigner__topic-box {
  border-bottom-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  display: inline-block;
  height: 10.9375rem;
  margin: 0.5rem;
  padding: 0.5rem 0 !important;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  width: 12.5rem;
}

/* line 37, src/styles/layout/_content.scss */
.index-card:hover, .assigner__topic-box:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

/* line 48, src/styles/layout/_content.scss */
.data-table__row, .staff-invitations-new__content, .report__filters--header, .toolbar--filtered {
  border: 0.0625rem solid #d9dee0;
}

/* line 5, src/styles/layout/_main.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, src/styles/layout/_main.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 17, src/styles/layout/_main.scss */
body {
  background: #f3f5f6;
  min-height: 100%;
  min-width: 320px;
}

/* line 23, src/styles/layout/_main.scss */
a {
  -webkit-text-decoration-skip: none;
  text-decoration-skip-ink: none;
}

/* line 31, src/styles/layout/_main.scss */
.main-layout,
.survey-layout {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  min-height: 100vh;
  overflow-y: auto;
  padding: 0 0 6rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 46, src/styles/layout/_main.scss */
  .main-layout.full-width .nav-items,
  .survey-layout.full-width .nav-items {
    margin: 0 2rem;
    width: auto;
  }
}

/* line 3, src/styles/layout/_epic.scss */
.epic-browser.main-layout .user-summary {
  margin: 1rem !important;
  width: auto !important;
}

/* line 7, src/styles/layout/_epic.scss */
.epic-browser.main-layout .user-summary__content {
  padding: 0 !important;
}

/* line 11, src/styles/layout/_epic.scss */
.epic-browser.main-layout .user-summary__sections > section > div {
  margin-bottom: 1.5rem;
}

/* line 16, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale {
  clear: both;
  width: 100%;
}

/* line 24, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale__label, .epic-browser.main-layout .rating-scale__bar-container {
  float: left;
}

/* line 29, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale__label {
  text-align: center;
  width: 15%;
}

/* line 34, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale__bar {
  margin-top: 1rem 2.5% 0;
}

/* line 38, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale__bar-container {
  padding: 0 2.5%;
  position: static;
  width: 65%;
}

/* line 44, src/styles/layout/_epic.scss */
.epic-browser.main-layout .rating-scale .marker {
  right: 0.5rem;
}

/* line 49, src/styles/layout/_epic.scss */
.epic-browser.main-layout .choice-content {
  margin: 0 -1%;
  width: 102%;
}

/* line 57, src/styles/layout/_epic.scss */
.epic-browser.main-layout .choice-content .worry {
  float: left;
  margin: 0.5rem 0;
  text-align: center;
}

/* line 64, src/styles/layout/_epic.scss */
.epic-browser.main-layout .patient-language {
  margin: 0.5rem !important;
}

/* line 67, src/styles/layout/_epic.scss */
.epic-browser.main-layout .patient-language .fa {
  margin-right: 0.5rem;
}

/* line 72, src/styles/layout/_epic.scss */
.epic-browser.main-layout .language-content {
  padding: 0;
}

/* line 75, src/styles/layout/_epic.scss */
.epic-browser.main-layout .language-content-last-updated {
  display: block;
}

/* line 1, src/styles/components/appointments/_table.scss */
.data-table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  width: 100%;
}

/* line 6, src/styles/components/appointments/_table.scss */
.data-table td {
  vertical-align: middle;
}

/* line 10, src/styles/components/appointments/_table.scss */
.data-table__header {
  font-weight: bold;
}

/* line 13, src/styles/components/appointments/_table.scss */
.data-table__header td {
  padding: 0 2rem;
}

/* line 21, src/styles/components/appointments/_table.scss */
.data-table__row td {
  padding: 2rem;
}

/* line 25, src/styles/components/appointments/_table.scss */
.data-table__row--no-data td {
  text-align: center;
}

/* line 29, src/styles/components/appointments/_table.scss */
.data-table__row__delete {
  font-size: 1.5rem;
  height: 100%;
  padding: 0 1rem;
}

/* line 34, src/styles/components/appointments/_table.scss */
.data-table__row__delete i:hover {
  cursor: pointer;
}

/* line 40, src/styles/components/appointments/_table.scss */
.data-table__inline-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

/* line 45, src/styles/components/appointments/_table.scss */
.data-table__inline-column span + span {
  margin-top: 0.5rem;
}

/* line 6, src/styles/components/appointments/_appointments.scss */
.appointments__filters {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

/* line 11, src/styles/components/appointments/_appointments.scss */
.appointments__filters h3 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
}

/* line 16, src/styles/components/appointments/_appointments.scss */
.appointments__filters .report__filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-left: auto;
}

/* line 20, src/styles/components/appointments/_appointments.scss */
.appointments__filters .report__filters label {
  display: none;
}

/* line 28, src/styles/components/appointments/_appointments.scss */
.appointments--table .data-cell--insight-status {
  text-align: center;
}

@media print {
  /* line 33, src/styles/components/appointments/_appointments.scss */
  .appointments--item__title {
    display: none;
  }
}

/* line 39, src/styles/components/appointments/_appointments.scss */
.appointments__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #904799;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem;
}

@media print {
  /* line 39, src/styles/components/appointments/_appointments.scss */
  .appointments__detail {
    display: none;
  }
}

/* line 51, src/styles/components/appointments/_appointments.scss */
.appointments__detail__index-link, .appointments__detail__next-link {
  cursor: pointer;
  margin: 0 1rem;
}

/* line 56, src/styles/components/appointments/_appointments.scss */
.appointments__detail__index-link button, .appointments__detail__next-link button {
  background: #fff;
  border-color: transparent;
  border-radius: 100%;
  display: block;
  height: 2.25rem;
  margin: 0.5rem;
  padding: 0;
  position: relative;
  width: 2.25rem;
}

/* line 68, src/styles/components/appointments/_appointments.scss */
.appointments__detail__index-link i, .appointments__detail__next-link i {
  color: #a9a9a9 !important;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
}

/* line 78, src/styles/components/appointments/_appointments.scss */
.appointments__detail__index-link span, .appointments__detail__next-link span {
  color: #fff;
  display: block;
  text-align: center;
}

/* line 85, src/styles/components/appointments/_appointments.scss */
.appointments__detail--table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

/* line 89, src/styles/components/appointments/_appointments.scss */
.appointments__detail--table table {
  width: 100%;
}

/* line 6, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.3125rem;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}

/* line 13, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button--home {
  -webkit-box-flex: .25;
      -ms-flex: .25;
          flex: .25;
}

/* line 17, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 1rem;
}

/* line 23, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  padding-right: 0.5rem;
}

/* line 29, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child)::before, .breadcrumb-button:not(:last-child)::after {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-style: solid;
  border-width: 1.15625rem 0 1.15625rem 0.5rem;
  content: ' ';
  display: block;
  height: 0;
  position: absolute;
  top: -0.0625rem;
  width: 0;
  z-index: 2;
}

/* line 44, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child)::before {
  border-color: transparent transparent transparent #1e428a;
  right: -0.5625rem;
}

/* line 49, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child)::after {
  border-color: transparent transparent transparent #f3f5f6;
  right: -0.5rem;
}

/* line 55, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child):hover::after {
  border-left-color: #2756b4;
}

/* line 59, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child):active::after {
  border-left-color: #1e428a;
}

/* line 63, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child).selected::after {
  border-left-color: #1e428a;
}

/* line 67, src/styles/components/buttons/_breadcrumb.scss */
.breadcrumb-button:not(:last-child):disabled::after {
  border-left-color: #d2d2d2;
}

/* line 1, src/styles/components/buttons/_breadcrumb_group.scss */
.breadcrumb-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
}

/* line 8, src/styles/components/buttons/_breadcrumb_group.scss */
.breadcrumb-button-group.wide {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
}

/* line 2, src/styles/components/buttons/_call_to_action.scss */
.call-to-action:hover span {
  text-decoration: none;
}

/* line 6, src/styles/components/buttons/_call_to_action.scss */
.call-to-action__button {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7e3ef));
  background: linear-gradient(#fff, #d7e3ef);
  border: 0.0625rem solid #d7e3ef;
  border-bottom: 0.0625rem solid #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  color: #1e428a;
  font-size: 2.25rem;
  padding: 1rem;
  text-transform: titlecase;
}

@media screen and (max-width: 767px) {
  /* line 6, src/styles/components/buttons/_call_to_action.scss */
  .call-to-action__button {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 576px) {
  /* line 6, src/styles/components/buttons/_call_to_action.scss */
  .call-to-action__button {
    font-size: 1rem;
  }
}

@media screen and (min-width: 2300px) {
  /* line 6, src/styles/components/buttons/_call_to_action.scss */
  .call-to-action__button {
    font-size: 3rem;
  }
}

/* line 31, src/styles/components/buttons/_call_to_action.scss */
.call-to-action__button:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7e3ef));
  background: linear-gradient(#fff, #d7e3ef);
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  color: #1e428a;
  margin: -0.3125rem 0 0.3125rem;
}

/* line 39, src/styles/components/buttons/_call_to_action.scss */
.call-to-action__button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 370px) {
  /* line 1, src/styles/components/card/_index.scss */
  .index-card {
    height: 15rem;
    margin-left: 0;
    margin-right: 0;
    width: 19.375rem;
  }
}

/* line 11, src/styles/components/card/_index.scss */
.index-card--updated {
  overflow: hidden;
  position: relative;
}

/* line 16, src/styles/components/card/_index.scss */
.index-card__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
  height: 75%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5rem;
  text-align: center;
}

/* line 25, src/styles/components/card/_index.scss */
.index-card__header h5 {
  color: #1c1c1c;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

/* line 33, src/styles/components/card/_index.scss */
.index-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 40, src/styles/components/card/_index.scss */
.index-card__content:hover {
  text-decoration: none;
}

/* line 43, src/styles/components/card/_index.scss */
.index-card__content:hover span {
  color: initial;
  text-decoration: none;
}

/* line 49, src/styles/components/card/_index.scss */
.index-card__content h5 {
  font-weight: 100;
  margin: 0;
}

/* line 55, src/styles/components/card/_index.scss */
.index-card__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #1e428a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5rem;
  padding-top: 0.5rem;
}

/* line 64, src/styles/components/card/_index.scss */
.index-card__footer span {
  color: #1c1c1c;
  font-size: 0.875rem;
  font-style: italic;
}

/* line 2, src/styles/components/charts/_bar.scss */
.bar-chart__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem;
  min-height: 1rem;
}

/* line 7, src/styles/components/charts/_bar.scss */
.bar-chart__filter-toggle {
  font-size: 0.875rem;
  margin-left: auto;
}

/* line 1, src/styles/components/charts/_pie.scss */
.pie-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
}

/* line 7, src/styles/components/charts/_pie.scss */
.pie-chart--horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 11, src/styles/components/charts/_pie.scss */
.pie-chart--horizontal .pie-chart__pie {
  max-width: 16vw;
}

/* line 15, src/styles/components/charts/_pie.scss */
.pie-chart--horizontal .pie-chart__legend {
  min-width: 475px;
}

/* line 20, src/styles/components/charts/_pie.scss */
.pie-chart--vertical {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
}

/* line 24, src/styles/components/charts/_pie.scss */
.pie-chart--vertical,
.pie-chart--vertical .pie-chart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 29, src/styles/components/charts/_pie.scss */
.pie-chart--vertical .pie-chart__legend {
  padding: 0 1rem;
}

/* line 34, src/styles/components/charts/_pie.scss */
.pie-chart__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 38, src/styles/components/charts/_pie.scss */
.pie-chart__legend svg {
  overflow: visible;
}

/* line 45, src/styles/components/charts/_pie.scss */
.nivo-pie-chart__container, .nivo-pie-chart__pie {
  height: 100%;
}

/* line 1, src/styles/components/charts/_treemap.scss */
.treemap-chart {
  height: 45vh;
  margin: -1rem;
}

/* line 5, src/styles/components/charts/_treemap.scss */
.treemap-chart__container {
  height: 100%;
}

/* line 9, src/styles/components/dashboard/_dashboard.scss */
.dashboard__header {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1rem;
}

/* line 14, src/styles/components/dashboard/_dashboard.scss */
.dashboard__actionable {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2rem;
}

/* line 19, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments {
  margin: 1rem 0;
}

/* line 22, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments__header {
  margin-bottom: 1rem;
}

/* line 26, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments__heading {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

/* line 29, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments__heading h3 {
  margin-bottom: 0.5rem;
}

/* line 33, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments__heading p {
  margin-bottom: 0;
}

/* line 38, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments__message {
  font-size: 0.875rem;
  text-align: right;
}

/* line 44, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments .data-table__header td {
  padding: 0 1rem;
}

/* line 48, src/styles/components/dashboard/_dashboard.scss */
.dashboard__appointments .data-table__row td {
  background: #f5f5f5;
  padding: 1rem;
}

/* line 55, src/styles/components/dashboard/_dashboard.scss */
.dashboard__agenda-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem 0 0;
}

/* line 59, src/styles/components/dashboard/_dashboard.scss */
.dashboard__agenda-link a {
  white-space: normal;
}

/* line 65, src/styles/components/dashboard/_dashboard.scss */
.dashboard--new .dashboard__items {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  /* line 71, src/styles/components/dashboard/_dashboard.scss */
  .dashboard--overview .progress-overview__categories {
    margin-right: 2rem;
  }
}

/* line 79, src/styles/components/dashboard/_dashboard.scss */
.dashboard--progress .progress-overview__categories {
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  /* line 79, src/styles/components/dashboard/_dashboard.scss */
  .dashboard--progress .progress-overview__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 86, src/styles/components/dashboard/_dashboard.scss */
  .dashboard--progress .progress-overview__categories .progress-bar-segmented {
    margin: 0 1rem;
  }
}

/* line 3, src/styles/components/dashboard/_history.scss */
.history-row {
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 576px) {
  /* line 3, src/styles/components/dashboard/_history.scss */
  .history-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 14, src/styles/components/dashboard/_history.scss */
.history-row__details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 20, src/styles/components/dashboard/_history.scss */
.history-row__action {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  min-width: 6rem;
}

@media screen and (max-width: 576px) {
  /* line 20, src/styles/components/dashboard/_history.scss */
  .history-row__action {
    margin: 1rem 0 0;
  }
}

/* line 31, src/styles/components/dashboard/_history.scss */
.history-row__action button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 36, src/styles/components/dashboard/_history.scss */
.history-row .toggle-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 40, src/styles/components/dashboard/_history.scss */
.history-row .toggle-control .fa {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

/* line 48, src/styles/components/dashboard/_history.scss */
.history-details__icon {
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

/* line 51, src/styles/components/dashboard/_history.scss */
.history-details__icon .quotes-logo {
  height: 100%;
  padding: 0.25rem;
}

/* line 56, src/styles/components/dashboard/_history.scss */
.history-details__icon img {
  max-width: 100%;
}

/* line 61, src/styles/components/dashboard/_history.scss */
.history-details__new {
  color: #9a9a9a;
  display: block;
  font-size: 0.75rem;
}

/* line 67, src/styles/components/dashboard/_history.scss */
.history-details__timestamp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  margin-left: 1rem;
  text-align: right;
}

/* line 1, src/styles/components/user/_photo.scss */
.user-photo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 0.1875rem;
  -webkit-touch-callout: none;
}

/* line 3, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
}

/* line 8, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__name {
  line-height: 1;
}

/* line 12, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__profile-photo {
  margin-bottom: 1rem;
}

/* line 15, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__profile-photo img {
  margin: 0 auto;
  max-width: 80%;
}

/* line 21, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__last-updated {
  color: #1e428a;
  font-style: italic;
  margin-top: 0.5rem;
}

/* line 26, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__name + .bio-content__last-updated {
  color: #505050;
}

/* line 31, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content .quotes-logo {
  height: 3rem;
}

@media print {
  /* line 31, src/styles/components/user_summaries/entries/_bio_content.scss */
  .bio-content .quotes-logo {
    display: none;
  }
}

/* line 39, src/styles/components/user_summaries/entries/_bio_content.scss */
.bio-content__personal-info {
  margin: 0 0 1rem;
}

@media screen and (max-width: 576px) {
  /* line 45, src/styles/components/user_summaries/entries/_bio_content.scss */
  .bio-content--collapsible .bio-content__last-updated {
    margin-top: 0;
  }
  /* line 49, src/styles/components/user_summaries/entries/_bio_content.scss */
  .bio-content--collapsible .bio-content__personal-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  /* line 55, src/styles/components/user_summaries/entries/_bio_content.scss */
  .bio-content--collapsible .bio-content__personal-info-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
  }
  /* line 61, src/styles/components/user_summaries/entries/_bio_content.scss */
  .bio-content--collapsible .bio-content__profile-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin: 0 1rem 1rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 1, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content {
  color: #1e428a;
}

/* line 4, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content span {
  display: block;
  font-size: 0.75rem;
}

/* line 9, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem;
  text-align: center;
  text-transform: capitalize;
}

/* line 17, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content .fa {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

/* line 22, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content .worry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 1rem;
}

/* line 27, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content .worry--disabled,
.choice-content .worry--disabled .fa {
  color: #d2d2d2;
}

/* line 34, src/styles/components/user_summaries/entries/_choice_content.scss */
.choice-content__other {
  color: #1c1c1c;
}

/* line 1, src/styles/components/user_summaries/entries/_language_content.scss */
.language-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 576px) {
  /* line 1, src/styles/components/user_summaries/entries/_language_content.scss */
  .language-content {
    padding-top: 1rem;
  }
}

/* line 10, src/styles/components/user_summaries/entries/_language_content.scss */
.language-content__google-translate {
  margin: 1rem 0;
}

/* line 13, src/styles/components/user_summaries/entries/_language_content.scss */
.language-content__google-translate .google-translate-attribution {
  padding: 0;
  text-align: center;
}

/* line 20, src/styles/components/user_summaries/entries/_language_content.scss */
.patient-language {
  max-width: calc(50% - 1.5rem);
  text-align: center;
}

/* line 24, src/styles/components/user_summaries/entries/_language_content.scss */
.patient-language:first-child {
  margin-right: 1.5rem;
}

/* line 28, src/styles/components/user_summaries/entries/_language_content.scss */
.patient-language__text {
  line-height: 1.15;
  margin-top: 0.5rem;
}

/* line 3, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry {
  border: 1px solid transparent;
  margin: 1rem;
}

/* line 7, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry.entry--updated {
  border-color: #1e428a;
  border-radius: 0.375rem;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

/* line 16, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry__heading {
  margin-bottom: 0.5rem;
}

/* line 20, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry__subheading {
  margin-bottom: 0.5rem;
}

/* line 24, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry__nested {
  margin: -0.5rem 1rem 1rem 1.5rem;
}

/* line 28, src/styles/components/user_summaries/entries/_entry.scss */
.user-summary-entry .fa {
  font-size: 1.5625rem;
}

/* line 2, src/styles/components/user_summaries/_insight.scss */
.insight-summary .user-summary__responses {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

/* line 5, src/styles/components/user_summaries/_insight.scss */
.insight-summary .user-summary__responses:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

/* line 9, src/styles/components/user_summaries/_insight.scss */
.insight-summary .user-summary__responses:last-child {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

/* line 15, src/styles/components/user_summaries/_insight.scss */
.insight-summary .health-issues > .user-summary-entry__heading {
  display: none;
}

/* line 22, src/styles/components/user_summaries/_insight.scss */
.insight-summary .insight-health-issues__other .user-summary-entry__subheading {
  margin-top: 1rem;
}

/* line 2, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}

@media screen and (max-width: 576px) {
  /* line 7, src/styles/components/user_summaries/_snapshots.scss */
  .snapshot-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 17, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__wrapper__message {
  width: 100%;
}

/* line 23, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 1rem;
}

@media screen and (max-width: 576px) {
  /* line 23, src/styles/components/user_summaries/_snapshots.scss */
  .snapshot-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* line 32, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}

/* line 38, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__item .bio {
  margin: 0;
}

/* line 42, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list__item .bio-content__name {
  margin-top: 1rem;
}

/* line 47, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-list .toolbar__buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 55, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-view .snapshot__toolbar {
  margin-bottom: -0.5rem;
}

/* line 59, src/styles/components/user_summaries/_snapshots.scss */
.snapshot-view .snapshot__filter {
  padding: 0.5rem;
}

/* line 65, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .toolbar__title {
  font-size: 1.25rem;
}

@media screen and (min-width: 577px) {
  /* line 65, src/styles/components/user_summaries/_snapshots.scss */
  .snapshot__toolbar .toolbar__title {
    margin-right: 45%;
  }
}

@media screen and (max-width: 576px) {
  /* line 65, src/styles/components/user_summaries/_snapshots.scss */
  .snapshot__toolbar .toolbar__title {
    display: none;
  }
}

/* line 77, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .toolbar__buttons {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

/* line 82, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .form-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0 0.5rem auto;
}

/* line 87, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .form-input label {
  margin: 0 0.5rem;
}

/* line 91, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .form-input__messages {
  display: none;
}

/* line 96, src/styles/components/user_summaries/_snapshots.scss */
.snapshot__toolbar .toggle-control__label {
  white-space: nowrap;
}

/* line 101, src/styles/components/user_summaries/_snapshots.scss */
.snapshot .user-summary-response__text {
  display: inline;
  line-height: 1.5;
}

/* line 107, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--big .user-summary__responses {
  -ms-flex-preferred-size: 42.5%;
      flex-basis: 42.5%;
}

/* line 110, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--big .user-summary__responses:first-child {
  -ms-flex-preferred-size: 22.5%;
      flex-basis: 22.5%;
}

/* line 114, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--big .user-summary__responses:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

/* line 119, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--big .snapshot__bio {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

/* line 125, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--small .user-summary__bio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 129, src/styles/components/user_summaries/_snapshots.scss */
.snapshot--small .user-summary__content {
  display: block;
  margin: 0 auto;
  max-width: 50vh;
  width: 50%;
}

@media screen and (max-width: 576px) {
  /* line 129, src/styles/components/user_summaries/_snapshots.scss */
  .snapshot--small .user-summary__content {
    max-width: none;
    width: 100%;
  }
}

/* line 5, src/styles/components/user_summaries/_summary.scss */
.user-summary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  padding: 0;
}

/* line 13, src/styles/components/user_summaries/_summary.scss */
.user-summary__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 576px) {
  /* line 13, src/styles/components/user_summaries/_summary.scss */
  .user-summary__sections {
    display: block;
    padding: 0;
  }
}

/* line 24, src/styles/components/user_summaries/_summary.scss */
.user-summary__sections .fa {
  margin-right: 0;
}

/* line 32, src/styles/components/user_summaries/_summary.scss */
.user-summary__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #dcdfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 1rem;
  width: 100%;
}

/* line 42, src/styles/components/user_summaries/_summary.scss */
.user-summary__heading h2 {
  margin: 0;
}

/* line 46, src/styles/components/user_summaries/_summary.scss */
.user-summary__heading .print-prompt {
  margin-left: 1rem;
}

/* line 52, src/styles/components/user_summaries/_summary.scss */
.user-summary--small .user-summary__content {
  display: block;
  margin: 0 auto;
  max-width: 50vh;
  width: 50%;
}

@media screen and (max-width: 576px) {
  /* line 52, src/styles/components/user_summaries/_summary.scss */
  .user-summary--small .user-summary__content {
    max-width: none;
    width: 100%;
  }
}

@media print {
  /* line 65, src/styles/components/user_summaries/_summary.scss */
  .user-summary__content {
    border: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-top: 0 !important;
    page-break-after: always;
  }
  /* line 76, src/styles/components/user_summaries/_summary.scss */
  .user-summary__content header {
    display: none !important;
  }
  /* line 80, src/styles/components/user_summaries/_summary.scss */
  .user-summary__content .patient-bio__about-me p {
    color: #1c1c1c !important;
  }
}

@media print {
  /* line 86, src/styles/components/user_summaries/_summary.scss */
  .user-summary__sections {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

/* line 96, src/styles/components/user_summaries/_summary.scss */
.user-summary__responses {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0.5rem;
}

@media print {
  /* line 96, src/styles/components/user_summaries/_summary.scss */
  .user-summary__responses {
    margin: -1rem;
  }
}

@media screen and (max-width: 576px) {
  /* line 105, src/styles/components/user_summaries/_summary.scss */
  .user-summary__responses:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
  }
}

@media screen and (min-width: 577px) {
  /* line 111, src/styles/components/user_summaries/_summary.scss */
  .user-summary__responses:not(:first-child) {
    border-left: 1px solid #d2d2d2;
  }
}

/* line 117, src/styles/components/user_summaries/_summary.scss */
.user-summary__responses:first-child {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 577px) {
  /* line 122, src/styles/components/user_summaries/_summary.scss */
  .user-summary-response {
    min-height: 3rem;
  }
}

/* line 128, src/styles/components/user_summaries/_summary.scss */
.user-summary-response__list li {
  margin-bottom: 0.5rem;
}

/* line 133, src/styles/components/user_summaries/_summary.scss */
.user-summary-response__category {
  background-color: #9a9a9a;
  color: #fff;
  padding: 0.0625rem 0.25rem 0.1875rem;
}

/* line 139, src/styles/components/user_summaries/_summary.scss */
p:not(:empty) + .user-summary-response__category {
  margin: 0 0.5rem;
}

/* line 6, src/styles/components/intake_summary/_intake_summary.scss */
.intake-summary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}

/* line 14, src/styles/components/intake_summary/_intake_summary.scss */
.intake-summary__section {
  padding-bottom: 0.5rem;
}

/* line 18, src/styles/components/intake_summary/_intake_summary.scss */
.intake-summary__row {
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  page-break-inside: avoid;
}

/* line 24, src/styles/components/intake_summary/_intake_summary.scss */
.intake-summary__row > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 28, src/styles/components/intake_summary/_intake_summary.scss */
.intake-summary__row span + span {
  margin-left: 4rem;
}

/* line 1, src/styles/components/staff/_staff_welcome.scss */
.staff-welcome {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, src/styles/components/staff/_staff_welcome.scss */
.staff-welcome__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, src/styles/components/staff/_invitations_new.scss */
.staff-invitations__results {
  margin: 2rem 0;
}

/* line 14, src/styles/components/staff/_invitations_new.scss */
.staff-invitations-new__content .form-input__input.form-input__input--error .react-select {
  border-color: #e01f3d;
}

/* line 17, src/styles/components/reports/_report.scss */
.report-page__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  /* line 92, src/styles/abstracts/_responsive.scss */
  .report-page__wrapper > div,
  .report-page__wrapper > span {
    display: none;
  }
  /* line 97, src/styles/abstracts/_responsive.scss */
  .report-page__wrapper::after {
    color: #9a9a9a;
    content: "Please view at a screen width greater than 768px.";
    display: block;
    padding: 2rem;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2300px) {
  /* line 25, src/styles/components/reports/_report.scss */
  .report-page__wrapper .recharts-cartesian-axis-tick tspan {
    font-size: 20px !important;
  }
}

/* line 31, src/styles/components/reports/_report.scss */
.report-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  margin: 2rem 0 0 2rem;
}

/* line 41, src/styles/components/reports/_report.scss */
.report__detail {
  margin-top: 1rem;
}

/* line 46, src/styles/components/reports/_report.scss */
.demographics-overview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem -1rem;
}

@media screen and (max-width: 1023px) {
  /* line 92, src/styles/abstracts/_responsive.scss */
  .demographics-overview-container > div,
  .demographics-overview-container > span {
    display: none;
  }
  /* line 97, src/styles/abstracts/_responsive.scss */
  .demographics-overview-container::after {
    color: #9a9a9a;
    content: "Please view at a screen width greater than 1024px.";
    display: block;
    padding: 2rem;
    text-align: center;
    width: 100%;
  }
}

/* line 52, src/styles/components/reports/_report.scss */
.demographics-overview-container .pie-chart {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 56, src/styles/components/reports/_report.scss */
.demographics-overview-container .pie-chart--vertical {
  border-right: 1px solid #d2d2d2;
  padding-top: 1.5rem;
}

/* line 61, src/styles/components/reports/_report.scss */
.demographics-overview-container .pie-chart__container:last-of-type {
  border-right: 0;
}

/* line 1, src/styles/components/reports/elements/_filters.scss */
.report__filters {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

/* line 5, src/styles/components/reports/elements/_filters.scss */
.report__filters label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* line 11, src/styles/components/reports/elements/_filters.scss */
.report__filters--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

/* line 18, src/styles/components/reports/elements/_filters.scss */
.filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 23, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab {
  border-bottom: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 3px;
  padding: 0.5rem 1rem;
}

/* line 34, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab:first-child {
  border-right: 1px solid #d2d2d2;
  color: #1c1c1c;
  margin-left: 0;
}

/* line 39, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab:first-child .tab__value {
  border-left-color: #1c1c1c;
}

/* line 44, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab.selected {
  font-weight: bold;
}

/* line 48, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab.negative {
  background-color: rgba(224, 31, 61, 0.2);
}

/* line 52, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab.neutral {
  background-color: #d2d2d2;
}

/* line 56, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab.positive {
  background-color: rgba(0, 160, 74, 0.2);
}

/* line 60, src/styles/components/reports/elements/_filters.scss */
.filter-tabs__tab .tab__value {
  border-left: 1px solid #fff;
  padding-left: 1rem;
}

/* line 2, src/styles/components/reports/elements/_likert.scss */
.likert-report-table {
  width: 100%;
}

/* line 5, src/styles/components/reports/elements/_likert.scss */
.likert-report-table .likert-cell {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 9, src/styles/components/reports/elements/_likert.scss */
.likert-report-table .likert-cell svg {
  display: table-cell;
}

/* line 14, src/styles/components/reports/elements/_likert.scss */
.likert-report-table th,
.likert-report-table .likert-row__data > td {
  padding: 0.4375rem;
  vertical-align: middle;
}

/* line 20, src/styles/components/reports/elements/_likert.scss */
.likert-report-table button,
.likert-report-table .button {
  font-size: 1rem;
}

/* line 25, src/styles/components/reports/elements/_likert.scss */
.likert-report-table th {
  background-color: rgba(30, 66, 138, 0.2);
  border: 2px solid #fff;
}

/* line 30, src/styles/components/reports/elements/_likert.scss */
.likert-report-table tr {
  cursor: pointer;
}

/* line 34, src/styles/components/reports/elements/_likert.scss */
.likert-report-table td {
  text-align: center;
}

/* line 37, src/styles/components/reports/elements/_likert.scss */
.likert-report-table td + td {
  border-left: 2px solid #fff;
}

/* line 41, src/styles/components/reports/elements/_likert.scss */
.likert-report-table td > button {
  width: 100%;
}

/* line 45, src/styles/components/reports/elements/_likert.scss */
.likert-report-table td:last-child {
  min-width: 4rem;
}

/* line 51, src/styles/components/reports/elements/_likert.scss */
.likert-tick-mark {
  border-right: 1px solid #838688;
  height: 0.25rem;
  position: relative;
  width: 50%;
}

/* line 58, src/styles/components/reports/elements/_likert.scss */
.likert-legend {
  display: inline-block;
  margin: 1rem;
}

/* line 63, src/styles/components/reports/elements/_likert.scss */
.likert-legend__color-box {
  display: inline-block;
  height: 0.75rem;
  margin: 0 0.5rem 0 1rem;
  width: 0.75rem;
}

/* line 70, src/styles/components/reports/elements/_likert.scss */
.likert-cell {
  width: 60%;
}

/* line 74, src/styles/components/reports/elements/_likert.scss */
.likert-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 77, src/styles/components/reports/elements/_likert.scss */
.likert-row__tick-mark {
  background-color: #fff;
}

/* line 80, src/styles/components/reports/elements/_likert.scss */
.likert-row__tick-mark td {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 87, src/styles/components/reports/elements/_likert.scss */
.likert-row__tick-mark:nth-last-of-type(2) .likert-tick-mark::after {
  border-bottom: 1px solid #838688;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: -0.125rem;
  width: 0.25rem;
}

/* line 99, src/styles/components/reports/elements/_likert.scss */
.likert-row__data {
  background-color: #f4f4f4;
}

/* line 102, src/styles/components/reports/elements/_likert.scss */
.likert-row__data:hover, .likert-row__data--active {
  background-color: rgba(30, 66, 138, 0.55);
}

/* line 108, src/styles/components/reports/elements/_likert.scss */
.likert-row--other {
  cursor: auto !important;
}

/* line 111, src/styles/components/reports/elements/_likert.scss */
.likert-row--other, .likert-row--other:hover {
  background: none;
}

/* line 116, src/styles/components/reports/elements/_likert.scss */
.likert-row--other + .likert-row__tick-mark {
  display: none;
}

/* line 121, src/styles/components/reports/elements/_likert.scss */
.likert-row__group {
  display: inline-block;
}

/* line 125, src/styles/components/reports/elements/_likert.scss */
.likert-row__group.left {
  text-align: right;
}

/* line 129, src/styles/components/reports/elements/_likert.scss */
.likert-row__group.right {
  text-align: left;
}

/* line 134, src/styles/components/reports/elements/_likert.scss */
.likert-row__datum {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.125rem;
  letter-spacing: -0.03125rem;
  line-height: 1.125rem;
  text-align: center;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

/* line 1, src/styles/components/reports/elements/_responses.scss */
.responses-table__table {
  width: 100%;
}

/* line 4, src/styles/components/reports/elements/_responses.scss */
.responses-table__table tbody {
  border: 1px solid #d2d2d2;
}

/* line 8, src/styles/components/reports/elements/_responses.scss */
.responses-table__table th,
.responses-table__table td {
  padding: 0.5rem;
}

/* line 13, src/styles/components/reports/elements/_responses.scss */
.responses-table__table th {
  background-color: rgba(30, 66, 138, 0.2);
  border: 1px solid #d2d2d2;
  text-align: left;
}

/* line 19, src/styles/components/reports/elements/_responses.scss */
.responses-table__table td + td {
  border-left: 1px solid #d2d2d2;
}

/* line 24, src/styles/components/reports/elements/_responses.scss */
.responses-table__bar {
  height: 0.5rem;
  width: 100%;
}

/* line 30, src/styles/components/reports/elements/_responses.scss */
.responses-table__segment.unrelated {
  color: #a0a8b2;
}

/* line 35, src/styles/components/reports/elements/_responses.scss */
.responses-table__segment.related.negative {
  background-color: rgba(224, 31, 61, 0.2);
}

/* line 39, src/styles/components/reports/elements/_responses.scss */
.responses-table__segment.related.positive {
  background-color: rgba(0, 160, 74, 0.2);
}

/* line 1, src/styles/components/reports/elements/_card.scss */
.report-card__header, .report-card__section-header {
  color: #fff;
  overflow: hidden;
  position: relative;
}

/* line 6, src/styles/components/reports/elements/_card.scss */
.report-card__header .toggle-control, .report-card__section-header .toggle-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
  text-align: center;
  width: 4rem;
}

/* line 18, src/styles/components/reports/elements/_card.scss */
.report-card__header i, .report-card__section-header i {
  color: #fff;
}

/* line 21, src/styles/components/reports/elements/_card.scss */
.report-card__header i:hover, .report-card__section-header i:hover {
  color: #071021;
}

/* line 27, src/styles/components/reports/elements/_card.scss */
.report-card {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 2rem;
  padding: 0;
  vertical-align: top;
}

/* line 36, src/styles/components/reports/elements/_card.scss */
.report-card__header {
  background-color: #ab5eb5;
  border-top-right-radius: inherit;
  height: 3.125rem;
  margin-bottom: 0;
}

/* line 44, src/styles/components/reports/elements/_card.scss */
.report-card__header span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 3.125rem;
  padding: 0 1.5rem;
  position: absolute;
  vertical-align: middle;
  width: 100%;
}

/* line 55, src/styles/components/reports/elements/_card.scss */
.report-card__filtered-section {
  border: 1px solid #d2d2d2;
}

/* line 58, src/styles/components/reports/elements/_card.scss */
.report-card__filtered-section .report-card__filtered-section {
  border: 0;
  margin: 0;
}

/* line 64, src/styles/components/reports/elements/_card.scss */
.report-card__filtered-section .report__detail--section, .report-card__filtered-section .report__detail--group {
  margin-top: 0;
}

/* line 69, src/styles/components/reports/elements/_card.scss */
.report-card__filtered-section .report__detail--section {
  min-height: 20vh;
}

/* line 73, src/styles/components/reports/elements/_card.scss */
.report-card__filtered-section .report__detail .loading-overlay {
  margin: -1rem;
  padding: 1rem;
}

/* line 80, src/styles/components/reports/elements/_card.scss */
.report-card__back-button {
  margin: 1rem;
  padding-bottom: 2rem;
  text-align: right;
}

/* line 86, src/styles/components/reports/elements/_card.scss */
.report-card__panels {
  min-height: 0;
}

/* line 89, src/styles/components/reports/elements/_card.scss */
.report-card__panels:empty {
  font-size: 1.5rem;
  margin-top: 10vh;
  min-height: 12vh;
}

/* line 96, src/styles/components/reports/elements/_card.scss */
.report-card__panels:empty::before {
  content: 'No data to display';
}

/* line 102, src/styles/components/reports/elements/_card.scss */
.report-card__overview-metrics {
  background-color: #e2c7e5;
  color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
}

/* line 109, src/styles/components/reports/elements/_card.scss */
.report-card__overview-metrics__counts {
  font-size: 1rem;
  margin-right: auto;
}

/* line 114, src/styles/components/reports/elements/_card.scss */
.report-card__overview-metrics__date-range {
  font-size: 0.875rem;
}

/* line 119, src/styles/components/reports/elements/_card.scss */
.report-card__section-header {
  background-color: #ab5eb5;
  height: 2.5rem;
  margin-bottom: 0;
}

/* line 126, src/styles/components/reports/elements/_card.scss */
.report-card__section-header.header--toggleable {
  cursor: pointer;
}

/* line 131, src/styles/components/reports/elements/_card.scss */
.report-card__title, .report-card__sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2.5rem;
  padding-left: 1rem;
  position: absolute;
  vertical-align: middle;
  width: 80%;
}

/* line 143, src/styles/components/reports/elements/_card.scss */
.report-card__sub-title {
  font-weight: 300;
  padding-right: 1rem;
  right: 0;
  text-align: right;
  top: 0;
  width: 20%;
}

/* line 152, src/styles/components/reports/elements/_card.scss */
.report-card__section-content {
  padding: 1rem;
}

/* line 156, src/styles/components/reports/elements/_card.scss */
.report-card__section-message {
  margin: 0;
  padding: 4rem;
}

/* line 1, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

/* line 4, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar__wrapper {
  border: 1px solid #9a9a9a;
  margin: 2rem 0;
}

/* line 9, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar {
  background: #fff;
  padding: 3.125rem 0 0;
}

/* line 13, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar--1-filter {
  padding-bottom: 4.25rem;
}

/* line 17, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar--2-filter {
  padding-bottom: 8.5rem;
}

/* line 21, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar__header {
  background-color: #904799;
  height: 3.125rem;
}

/* line 25, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar__header__help {
  color: #fff;
  opacity: .5;
}

/* line 32, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar__content {
  height: calc(100vh - 30rem);
  min-height: 60vh;
}

/* line 37, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar__filters {
  background-color: #dcdfe3;
  border-top: 1px solid #c5c9d1;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 47, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar .item--active {
  font-weight: 600 !important;
}

/* line 51, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .sidebar .item--active.item--link {
  color: #ab5eb5 !important;
}

/* line 58, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .report__filters {
  margin: 1rem;
}

/* line 61, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .report__filters label {
  color: #505050;
  font-weight: normal;
}

/* line 66, src/styles/components/reports/_sidebar.scss */
.report-page__sidebar .report__filters .react-select {
  border-radius: 0;
}

/* line 2, src/styles/components/story_writer/_my_stories.scss */
.my-stories--index {
  text-align: center;
}

/* line 6, src/styles/components/story_writer/_my_stories.scss */
.my-stories--index a {
  width: 100%;
}

/* line 12, src/styles/components/story_writer/_my_stories.scss */
.my-stories__index-card__footer span + span {
  margin-left: 0.25rem;
}

/* line 16, src/styles/components/story_writer/_my_stories.scss */
.my-stories__index-card__footer .quotes-logo {
  margin-right: 0.25rem;
  width: 1.3125rem;
}

/* line 15, src/styles/components/story_writer/_story_writer.scss */
.story-writer__content .google-translate-attribution {
  text-align: right;
}

/* line 20, src/styles/components/story_writer/_story_writer.scss */
.story-writer header {
  border-bottom: 0.0625rem solid #dcdfe3;
}

/* line 25, src/styles/components/story_writer/_story_writer.scss */
.story-writer-page-indicator .progress-bar-segmented__bar {
  height: 0.75rem;
}

/* line 30, src/styles/components/story_writer/_story_writer.scss */
.story-writer-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 34, src/styles/components/story_writer/_story_writer.scss */
.story-writer-body h3,
.story-writer-body > * {
  margin: 1.5rem 0;
}

/* line 41, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer {
  border-top: 1px solid #dcdfe3;
  font-style: italic;
  font-weight: 700;
  padding: 1rem 0 0;
}

/* line 47, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer p {
  line-height: 1.3;
  margin: 0;
  white-space: pre;
}

/* line 53, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer .progress-bar-segmented {
  border-top: 1px solid #dcdfe3;
  padding-top: 1rem;
}

/* line 58, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 58, src/styles/components/story_writer/_story_writer.scss */
  .story-writer-footer__actions {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /* line 62, src/styles/components/story_writer/_story_writer.scss */
  .story-writer-footer__actions h2 {
    margin-top: 0.25rem;
  }
}

/* line 68, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer__save-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  width: 100%;
}

/* line 74, src/styles/components/story_writer/_story_writer.scss */
.story-writer-footer__save-message .save-manager {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/* line 78, src/styles/components/story_writer/_story_writer.scss */
.story-writer-submit-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 78, src/styles/components/story_writer/_story_writer.scss */
  .story-writer-submit-button {
    margin-top: 0.5rem;
  }
}

/* line 1, src/styles/components/story_writer/elements/_choice.scss */
.choice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

/* line 6, src/styles/components/story_writer/elements/_choice.scss */
.choice-group-container {
  margin-top: 0.5rem;
}

/* line 10, src/styles/components/story_writer/elements/_choice.scss */
.horizontal > .choice-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 15, src/styles/components/story_writer/elements/_choice.scss */
.choice-container__label {
  color: initial;
  margin: 0 0 0 0.5rem;
}

/* line 21, src/styles/components/story_writer/elements/_choice.scss */
.matrix-choice-container input:checked + label {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #d7e3ef;
}

/* line 8, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .title {
  color: #25292e;
  display: inline-block;
  margin-bottom: 0.3125rem;
}

/* line 14, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .row {
  border-bottom: 0;
  padding: 0.625rem 0;
}

/* line 18, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .row:last-of-type {
  padding-bottom: 0;
}

/* line 23, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .matrix-options {
  background: transparent;
  border: 1px solid #d2d2d2;
  border-color: #2756b4;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 31, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .option {
  border: 0;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  white-space: normal;
}

/* line 38, src/styles/components/story_writer/elements/_matrix_question.scss */
.matrix-box .option + .option {
  border-left: 1px solid #d2d2d2;
  border-left-color: #2756b4;
}

/* line 1, src/styles/components/story_writer/elements/_space.scss */
.space-element {
  height: 2rem;
}

/* line 1, src/styles/components/story_writer/elements/_text_list.scss */
.text-list {
  width: 100%;
}

/* line 3, src/styles/components/story_writer/elements/_text_list.scss */
.text-list input {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

/* line 2, src/styles/components/story_writer/elements/_element_wrapper.scss */
.element-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 8, src/styles/components/story_writer/elements/_element_wrapper.scss */
.element-wrapper__dashboards .tooltip__container .fa {
  color: #9a9a9a;
  margin: 0 0.25rem;
}

/* line 12, src/styles/components/_survey_writer.scss */
.survey-writer-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #dcdfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 18, src/styles/components/_survey_writer.scss */
.survey-writer-header img {
  margin: 0 0.5rem 0.5rem 0;
}

/* line 22, src/styles/components/_survey_writer.scss */
.survey-writer-header .print-prompt {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 27, src/styles/components/_survey_writer.scss */
.survey-writer-header .print-prompt__icon {
  font-size: 1.5rem;
}

/* line 33, src/styles/components/_survey_writer.scss */
.survey-writer-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dcdfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}

@media print {
  /* line 42, src/styles/components/_survey_writer.scss */
  .survey-writer, .survey-writer__content {
    -webkit-print-color-adjust: exact !important;
    width: auto !important;
  }
  /* line 48, src/styles/components/_survey_writer.scss */
  .survey-writer .story-writer-page-indicator,
  .survey-writer .survey-writer-footer {
    display: none;
  }
  /* line 53, src/styles/components/_survey_writer.scss */
  .survey-writer__content {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
  }
  /* line 58, src/styles/components/_survey_writer.scss */
  .survey-writer .heading-element {
    page-break-after: avoid;
  }
  /* line 62, src/styles/components/_survey_writer.scss */
  .survey-writer .long-text textarea,
  .survey-writer .text-list input,
  .survey-writer .short-text input {
    background: linear-gradient(0deg, #d2d2d2 0, transparent 2px) !important;
    background-position: 0 1.875rem !important;
    background-size: 0.0625rem 2.0625rem !important;
    border: 0;
    height: 11.875rem !important;
    margin-bottom: 1rem;
  }
  /* line 74, src/styles/components/_survey_writer.scss */
  .survey-writer .text-list input {
    height: 8.4375rem !important;
  }
  /* line 78, src/styles/components/_survey_writer.scss */
  .survey-writer .text-list .circle-button {
    display: none;
  }
  /* line 83, src/styles/components/_survey_writer.scss */
  .survey-writer .short-text input {
    height: 4.6875rem !important;
  }
  /* line 89, src/styles/components/_survey_writer.scss */
  .survey-writer .matrix-box::before {
    color: #9a9a9a;
    content: 'Please circle one choice below each question.';
    display: block;
    font-style: italic;
    margin: 0.5rem 0;
  }
  /* line 98, src/styles/components/_survey_writer.scss */
  .survey-writer .matrix-options {
    margin-top: 0.5rem;
  }
  /* line 101, src/styles/components/_survey_writer.scss */
  .survey-writer .matrix-options,
  .survey-writer .matrix-options .option {
    border: 0;
  }
  /* line 108, src/styles/components/_survey_writer.scss */
  .survey-writer .row,
  .survey-writer .choice {
    page-break-inside: avoid;
  }
  /* line 113, src/styles/components/_survey_writer.scss */
  .survey-writer .page-break {
    border-bottom: 1px dotted #c5c9d1;
    margin: 2rem 0 3rem;
    padding: 0;
  }
  /* line 118, src/styles/components/_survey_writer.scss */
  .survey-writer .page-break button {
    display: none;
  }
  /* line 123, src/styles/components/_survey_writer.scss */
  .survey-writer .choice-container {
    margin: 1rem;
  }
  /* line 128, src/styles/components/_survey_writer.scss */
  .survey-writer .radio-element .choice-group-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 133, src/styles/components/_survey_writer.scss */
  .survey-writer .radio-element .choice-container {
    margin: 0.5rem 1rem;
  }
}

/* line 1, src/styles/components/survey/_provider_card.scss */
.provider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, src/styles/components/survey/_provider_card.scss */
.provider-card img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: auto;
}

@media screen and (max-width: 767px) {
  /* line 4, src/styles/components/survey/_provider_card.scss */
  .provider-card img {
    height: 3.125rem;
    width: 3.125rem;
  }
}

/* line 15, src/styles/components/survey/_provider_card.scss */
.provider-card__name {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

/* line 1, src/styles/components/survey/_provider_confirmation.scss */
.provider-confirmation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 12, src/styles/components/survey/_provider_confirmation.scss */
.provider-confirmation .button {
  font-size: 1.5rem;
}

/* line 6, src/styles/components/survey/_survey_jumbotron.scss */
.survey-jumbotron {
  max-height: 32vh;
  -webkit-transition: height .5s, max-height .5s, opacity .5s, padding .5s;
  transition: height .5s, max-height .5s, opacity .5s, padding .5s;
}

/* line 11, src/styles/components/survey/_survey_jumbotron.scss */
.survey-jumbotron.survey-jumbotron--closed {
  height: 0;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

/* line 6, src/styles/components/survey/_survey_select.scss */
.survey-select-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 14, src/styles/components/survey/_survey_select.scss */
.survey-select-card header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 21, src/styles/components/survey/_survey_select.scss */
.survey-select-card header *:last-child {
  text-align: right;
}

/* line 27, src/styles/components/survey/_survey_select.scss */
.survey-select-form {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  width: 100%;
}

/* line 32, src/styles/components/survey/_survey_select.scss */
.survey-select-form header {
  background-color: #1e428a;
  color: #fff;
  padding: 1rem;
}

/* line 37, src/styles/components/survey/_survey_select.scss */
.survey-select-form header h2,
.survey-select-form header h3 {
  color: #fff;
}

/* line 43, src/styles/components/survey/_survey_select.scss */
.survey-select-form h2,
.survey-select-form h3 {
  margin-bottom: 0;
}

/* line 49, src/styles/components/survey/_survey_select.scss */
.survey-select-form--disabled h2,
.survey-select-form--disabled h3 {
  color: #d2d2d2;
}

/* line 1, src/styles/components/topic_builder/_topic_builder.scss */
.topic-builder {
  margin: 0 2rem;
}

/* line 9, src/styles/components/topic_builder/_topic_builder.scss */
.default-drop-target {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

/* line 1, src/styles/components/topic_builder/_assigner.scss */
.main-layout > .topic-builder__assigner {
  margin: 0 2rem;
}

/* line 5, src/styles/components/topic_builder/_assigner.scss */
.main-layout > .topic-builder__assigner .partner-select {
  padding-bottom: 1rem;
}

/* line 11, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__partner-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 15, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__topic-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
}

/* line 24, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__topic-categories--didchange {
  background: rgba(30, 66, 138, 0.35);
}

/* line 29, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

/* line 34, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__header--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* line 39, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__header--text h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

/* line 45, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category {
  border: 1px solid #d2d2d2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.5rem;
  padding: 0.5rem;
}

/* line 51, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category h2 {
  margin-bottom: 1rem;
}

/* line 55, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category button {
  padding: 0.25rem;
}

/* line 58, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category button i {
  margin: 0;
}

/* line 63, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category__topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 67, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category .category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

/* line 71, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category .category-header__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

/* line 77, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__category .surveyable::after {
  content: ' - (SURVEY)';
}

/* line 80, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__save-button {
  width: 100%;
}

/* line 84, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__topics-list {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-left: 1rem;
}

/* line 88, src/styles/components/topic_builder/_assigner.scss */
.topic-builder__assigner__topics-list .assigner__topic-box {
  margin: 0.5rem 0;
}

/* line 95, src/styles/components/topic_builder/_assigner.scss */
.assigner__header--links {
  display: table;
  vertical-align: middle;
}

/* line 100, src/styles/components/topic_builder/_assigner.scss */
.assigner__header--link {
  padding: 0.5rem;
  text-transform: capitalize;
}

/* line 104, src/styles/components/topic_builder/_assigner.scss */
.assigner__header--link:not(.assigner__header--link:last-child) {
  border-right: 1px solid #d2d2d2;
}

/* line 109, src/styles/components/topic_builder/_assigner.scss */
.assigner__topic-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  width: auto;
}

/* line 120, src/styles/components/topic_builder/_assigner.scss */
.assigner__topic-box__link {
  margin: 0;
  padding: 1.5rem 1rem;
  text-align: center;
}

/* line 127, src/styles/components/topic_builder/_assigner.scss */
.assigner__topic-box__actions .tooltip__container .fa {
  color: #1e428a;
  margin: 0 0 0 0.5rem;
}

/* line 133, src/styles/components/topic_builder/_assigner.scss */
.assigner__topic-box__delete {
  cursor: pointer;
  padding-left: 0.5rem;
}

/* line 1, src/styles/components/topic_builder/_editor.scss */
.topic-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, src/styles/components/topic_builder/_editor.scss */
.topic-editor .component-library {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  margin-top: 1rem;
}

/* line 9, src/styles/components/topic_builder/_editor.scss */
.topic-editor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 1rem 1rem 0;
  overflow: auto;
}

/* line 23, src/styles/components/topic_builder/_editor.scss */
.topic-editor-title h1 {
  border-bottom: 0.0625rem solid #dcdfe3;
  margin: 0;
  padding: 1rem;
}

/* line 29, src/styles/components/topic_builder/_editor.scss */
.topic-editor-title h1:hover {
  background: rgba(48, 83, 141, 0.4);
  border-radius: 0.5rem;
}

/* line 35, src/styles/components/topic_builder/_editor.scss */
.topic-editor-title--editing {
  border: 1px dashed;
  padding: 1rem 0;
}

/* line 1, src/styles/components/topic_builder/_preview.scss */
.topic-preview {
  background: #d2d2d2;
  border: 1px solid #c5c9d1;
  margin: 1rem 0;
  padding: 2rem;
}

/* line 1, src/styles/components/topic_builder/_translator.scss */
.topic-translator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, src/styles/components/topic_builder/_translator.scss */
.topic-translator .translation-list {
  margin-top: 1rem;
}

/* line 8, src/styles/components/topic_builder/_translator.scss */
.topic-translator__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 1rem 1rem 0;
  overflow: auto;
}

/* line 21, src/styles/components/topic_builder/_translator.scss */
.topic-translator .topic-translations-table {
  table-layout: fixed;
  width: 100%;
}

/* line 25, src/styles/components/topic_builder/_translator.scss */
.topic-translator .topic-translations-table tr {
  margin: 0.5rem;
}

/* line 29, src/styles/components/topic_builder/_translator.scss */
.topic-translator .topic-translations-table td {
  vertical-align: middle;
}

/* line 1, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

/* line 7, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay:hover:not(.element-overlay--editing) {
  background: rgba(48, 83, 141, 0.4);
  border-radius: 0.5rem;
}

/* line 12, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay + * {
  padding: 2rem 1rem 1rem;
}

/* line 16, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay__info {
  border-bottom: 1px dotted #c5c9d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 1rem;
  padding-bottom: 0.25rem;
}

/* line 24, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay__slug {
  color: #505050;
}

/* line 28, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay--editing {
  height: 0%;
}

/* line 34, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay--has-dashboards {
  background-color: rgba(224, 31, 61, 0.2);
  border-radius: 0.5rem;
}

/* line 39, src/styles/components/topic_builder/_element_overlay.scss */
.element-overlay__icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 46, src/styles/components/topic_builder/_element_overlay.scss */
.delete-element {
  margin-left: 0.5rem;
}

/* line 1, src/styles/components/topic_builder/_sentiment_manager.scss */
.threshold-setter {
  margin: 0.5rem;
}

/* line 5, src/styles/components/topic_builder/_sentiment_manager.scss */
.threshold-setter__input {
  width: auto;
}

/* line 1, src/styles/components/topic_builder/_draggable.scss */
.topic-builder-draggable {
  margin: 0.25rem 0;
  position: relative;
}

/* line 5, src/styles/components/topic_builder/_draggable.scss */
.topic-builder-draggable--editing {
  border: 1px dashed;
  margin: 1rem auto;
  width: 100%;
}

/* line 11, src/styles/components/topic_builder/_draggable.scss */
.topic-builder-draggable--dragging {
  margin: 3rem 0;
}

/* line 15, src/styles/components/topic_builder/_draggable.scss */
.topic-builder-draggable--pending {
  opacity: .25;
}

/* line 2, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library header {
  margin-bottom: 0.5rem;
}

/* line 6, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library .button {
  width: 100%;
}

/* line 10, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}

/* line 14, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library__elements button {
  margin-right: 0.5rem;
  padding: 0.5rem;
}

/* line 20, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library__module-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 26, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library__module-section li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-bottom: 0.5rem;
}

/* line 29, src/styles/components/topic_builder/asides/_component_library.scss */
.component-library__module-section li .fa {
  padding-right: 0.5rem;
}

/* line 1, src/styles/components/topic_builder/asides/_translation_list.scss */
.translation-list {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

/* line 4, src/styles/components/topic_builder/asides/_translation_list.scss */
.translation-list button {
  margin: 0.5rem 0;
  width: 100%;
}

/* line 6, src/styles/components/topic_builder/questions/_choice_element.scss */
.tb-question-rotate {
  display: block;
  font-size: 200%;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}

/* line 12, src/styles/components/topic_builder/questions/_choice_element.scss */
.tb-question-rotate.vertical {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 50px;
}

/* line 21, src/styles/components/topic_builder/questions/_choice_element.scss */
.other-input {
  height: 2.25rem;
  margin: 0;
}

/* line 31, src/styles/components/topic_builder/questions/_choice_element.scss */
.topic-builder-draggable-choice.vertical,
.other-input.vertical {
  width: 100%;
}

/* line 35, src/styles/components/topic_builder/questions/_choice_element.scss */
.topic-builder-draggable-choice.horizontal,
.other-input.horizontal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

/* line 40, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 44, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-group-container .other-input {
  margin-top: 0.5rem;
}

/* line 53, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-container__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 58, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-container section + section {
  padding-left: 0.5rem;
}

/* line 63, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-container input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 67, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-container.vertical {
  width: 100%;
}

/* line 69, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-container.vertical .sentiment-picker {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 73, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 76, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-icon__preview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}

/* line 83, src/styles/components/topic_builder/questions/_choice_element.scss */
.edit-choice-icon__preview span {
  min-width: 1rem;
  text-align: center;
}

/* line 1, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem 1rem;
}

/* line 6, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-container .edit-question-header,
.edit-question-container .edit-question-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 12, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-container .edit-answer-placeholder,
.edit-question-container .date-picker {
  margin: 0.5rem 0;
}

/* line 18, src/styles/components/topic_builder/questions/_edit_question.scss */
.tb-question-settings {
  text-align: center;
}

/* line 21, src/styles/components/topic_builder/questions/_edit_question.scss */
.tb-question-settings label {
  padding: 0.5rem 0;
}

/* line 25, src/styles/components/topic_builder/questions/_edit_question.scss */
.tb-question-settings :first-of-type label {
  padding-top: 0;
}

/* line 30, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

/* line 35, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-left {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 41, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-right {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 46, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-right button {
  margin-bottom: 1rem;
}

/* line 50, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-right_choice-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

/* line 56, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 61, src/styles/components/topic_builder/questions/_edit_question.scss */
.edit-question-main-bottom :first-of-type label {
  padding-top: 0.5rem;
}

/* line 1, src/styles/components/topic_builder/questions/_edit_video.scss */
.edit-video__placeholder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}

/* line 10, src/styles/components/topic_builder/questions/_edit_video.scss */
.edit-video__placeholder i {
  font-size: 4rem;
}

/* line 1, src/styles/components/topic_builder/questions/_page_break.scss */
.page-break__hr {
  border-bottom: 0;
  text-align: left;
}

/* line 6, src/styles/components/topic_builder/questions/_page_break.scss */
.page-break__hr--hard {
  border-top: 1px solid #505050;
}

/* line 10, src/styles/components/topic_builder/questions/_page_break.scss */
.page-break__hr--soft {
  border-top: 1px dashed #505050;
  overflow: visible;
}

/* line 15, src/styles/components/topic_builder/questions/_page_break.scss */
.page-break__hr--soft::after {
  background: #fff;
  color: #505050;
  content: 'Page Break';
  display: inline-block;
  left: 40px;
  padding: 0 1rem;
  position: relative;
  top: -12px;
}

/* line 26, src/styles/components/topic_builder/questions/_page_break.scss */
.page-break {
  padding: 1rem 0;
  text-align: right;
}

/* line 1, src/styles/components/theminator/_theminator.scss */
.theminator {
  margin: 2rem;
}

/* line 4, src/styles/components/theminator/_theminator.scss */
.theminator .pagination {
  margin: 2rem 2rem 0;
}

/* line 12, src/styles/components/theminator/_theminator.scss */
.theminator > div {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 0.5rem;
}

/* line 19, src/styles/components/theminator/_theminator.scss */
.theminator > div button,
.theminator > div .button {
  font-size: 1rem;
}

/* line 25, src/styles/components/theminator/_theminator.scss */
.theminator__filters {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 29, src/styles/components/theminator/_theminator.scss */
.theminator__filters__filter {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5rem;
  margin-bottom: 1rem !important;
}

/* line 36, src/styles/components/theminator/_theminator.scss */
.theminator__filters__filter:first-child {
  margin-left: 0;
}

/* line 40, src/styles/components/theminator/_theminator.scss */
.theminator__filters__filter:last-child {
  margin-right: 0;
}

/* line 44, src/styles/components/theminator/_theminator.scss */
.theminator__filters__filter .Select:not(.is-disabled) .react-select {
  background-color: #fff;
}

/* line 50, src/styles/components/theminator/_theminator.scss */
.theminator__go-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem auto;
}

/* line 56, src/styles/components/theminator/_theminator.scss */
.theminator-encode__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 60, src/styles/components/theminator/_theminator.scss */
.theminator-encode__buttons button:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 2, src/styles/components/theminator/_edit.scss */
.theminator-answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0.5rem;
  margin-left: 0;
  white-space: pre-line;
}

/* line 11, src/styles/components/theminator/_edit.scss */
.theminator-answer__segment:nth-child(4n+1) {
  background: #648cdd;
}

/* line 15, src/styles/components/theminator/_edit.scss */
.theminator-answer__segment:nth-child(4n+2) {
  background: #d0a4d5;
}

/* line 19, src/styles/components/theminator/_edit.scss */
.theminator-answer__segment:nth-child(4n+3) {
  background: #3a6dd4;
}

/* line 23, src/styles/components/theminator/_edit.scss */
.theminator-answer__segment:nth-child(4n+4) {
  background: #bd81c5;
}

/* line 28, src/styles/components/theminator/_edit.scss */
.theminator-answer ::-moz-selection {
  background: transparent;
}
.theminator-answer ::selection {
  background: transparent;
}

/* line 32, src/styles/components/theminator/_edit.scss */
.theminator-answer span {
  white-space: pre-wrap;
}

/* line 37, src/styles/components/theminator/_edit.scss */
.theminator-responses {
  margin-bottom: 2rem;
}

/* line 41, src/styles/components/theminator/_edit.scss */
.theminator-response, .theminator-encode__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 45, src/styles/components/theminator/_edit.scss */
.theminator-response:not(:first-child):not(:last-child), .theminator-encode__header:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

/* line 49, src/styles/components/theminator/_edit.scss */
.theminator-response .theminator-segments, .theminator-encode__header .theminator-segments {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0.5rem 0;
  padding-left: 0.5rem;
}

/* line 57, src/styles/components/theminator/_edit.scss */
.theminator-redo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  width: 4rem;
}

/* line 63, src/styles/components/theminator/_edit.scss */
.theminator-redo-buttons button {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 66, src/styles/components/theminator/_edit.scss */
.theminator-redo-buttons button + button {
  margin-top: 0.5rem;
}

/* line 70, src/styles/components/theminator/_edit.scss */
.theminator-redo-buttons button i {
  margin: 0;
}

/* line 75, src/styles/components/theminator/_edit.scss */
.theminator-response .theminator-redo-buttons {
  border: 1px solid #d2d2d2;
  border-width: 0 1px;
}

/* line 82, src/styles/components/theminator/_edit.scss */
.theminator-segments__segment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

/* line 88, src/styles/components/theminator/_edit.scss */
.theminator-segments .theminator-segments__polarity {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5;
  text-align: right;
}

/* line 93, src/styles/components/theminator/_edit.scss */
.theminator-segments .theminator-segments__sub-theme,
.theminator-segments .theminator-segments__segment-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.5rem;
}

/* line 1, src/styles/components/theminator/_polarity_input.scss */
.polarity-input {
  border: solid 2px #1e428a;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}

/* line 7, src/styles/components/theminator/_polarity_input.scss */
.polarity-input input {
  display: none;
  position: absolute;
  visibility: hidden;
}

/* line 12, src/styles/components/theminator/_polarity_input.scss */
.polarity-input input:checked + label {
  background: #1e428a;
  color: #fff;
}

/* line 18, src/styles/components/theminator/_polarity_input.scss */
.polarity-input label {
  color: #904799;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
}

/* line 27, src/styles/components/theminator/_polarity_input.scss */
.polarity-input span + span > label {
  border-left: solid 2px #1e428a;
}

/* line 2, src/styles/components/theminator/views/_review.scss */
.theminator-review__editor {
  background-color: #f5f5f5;
}

/* line 5, src/styles/components/theminator/views/_review.scss */
.theminator__table .theminator-review__editor {
  padding: 2rem;
}

/* line 14, src/styles/components/theminator/views/_review.scss */
.theminator-review .responses-not-found {
  text-align: center;
}

/* line 19, src/styles/components/theminator/views/_review.scss */
.theminator-review .theminator-segment p {
  margin-bottom: 0;
  padding: 0.5rem;
}

/* line 24, src/styles/components/theminator/views/_review.scss */
.theminator-review .theminator-segment--positive > p {
  background-color: rgba(0, 160, 74, 0.2);
}

/* line 28, src/styles/components/theminator/views/_review.scss */
.theminator-review .theminator-segment--negative > p {
  background-color: rgba(224, 31, 61, 0.2);
}

/* line 6, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint--index {
  text-align: center;
}

/* line 11, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint__index-card__footer span {
  margin-left: 0.25rem;
}

/* line 16, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint__progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

/* line 22, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint .progress-bar-segmented {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2rem;
}

/* line 26, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint .progress-bar-segmented h5, .provider-viewpoint .progress-bar-segmented__stats {
  display: none;
}

/* line 32, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint .progress-bar-segmented .progress__segment.segment--active {
  background-color: transparent !important;
}

/* line 36, src/styles/components/viewpoint/_viewpoint.scss */
.provider-viewpoint .progress-bar-segmented .progress__segment.segment--complete {
  background-color: #fff !important;
}

/* line 1, src/styles/components/patient_review/_patient_review.scss */
.patient-review {
  margin: 0 2rem;
}

/* line 8, src/styles/components/patient_review/_patient_review.scss */
.patient-review__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

/* line 15, src/styles/components/patient_review/_patient_review.scss */
.patient-review__header .content-title {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  margin: 0;
}

/* line 21, src/styles/components/patient_review/_patient_review.scss */
.patient-review__stats {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 25, src/styles/components/patient_review/_patient_review.scss */
.patient-review__stats span {
  margin-left: auto;
}

/* line 30, src/styles/components/patient_review/_patient_review.scss */
.patient-review__metric-button {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
}

/* line 36, src/styles/components/patient_review/_patient_review.scss */
.patient-review__button-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  /* line 36, src/styles/components/patient_review/_patient_review.scss */
  .patient-review__button-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 42, src/styles/components/patient_review/_patient_review.scss */
.patient-review__button-row .button {
  margin: 0.5rem 0 0.5rem 1rem;
}

/* line 51, src/styles/components/patient_review/_patient_review.scss */
.patient-review-card {
  margin: 1rem 0;
  padding: 1rem;
}

/* line 57, src/styles/components/patient_review/_patient_review.scss */
.patient-review-card .bio-content__profile-photo {
  display: none;
}

/* line 62, src/styles/components/patient_review/_patient_review.scss */
.patient-review .choice-list {
  padding: 1rem;
}

/* line 8, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

/* line 14, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__header * {
  margin: 0;
}

/* line 19, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__item {
  border-bottom: 1px solid #f5f5f5;
  margin: 1rem 0 1.5rem;
  padding-bottom: 2rem;
}

/* line 24, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__item img {
  display: block;
  margin: 1rem 0;
  max-width: 100%;
}

/* line 32, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed .item__header {
  margin-bottom: 1rem;
}

/* line 36, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed .item__date {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

/* line 42, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__back-button {
  margin-bottom: 1.5rem;
}

/* line 47, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed--form .markdown-field {
  margin: 1rem 0;
}

/* line 51, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed--form .image-picker {
  max-width: none;
  width: 100%;
}

/* line 55, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed--form .image-picker__preview {
  text-align: center;
}

/* line 59, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed--form .image-picker img {
  max-width: 100%;
  width: auto;
}

/* line 67, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed__editor-list .editor__action {
  padding: 0.5rem 1rem;
  text-align: center;
}

/* line 73, src/styles/components/newsfeed/_newsfeed.scss */
.newsfeed .editor__date {
  white-space: nowrap;
}

/* line 4, src/styles/components/progress/_upload.scss */
.upload-progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 8, src/styles/components/progress/_upload.scss */
.upload-progress__background {
  background-color: #f5f5f5;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 18, src/styles/components/progress/_upload.scss */
.upload-progress__bar {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 100%;
  position: absolute;
  text-align: right;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

/* line 25, src/styles/components/progress/_upload.scss */
.upload-progress__bar span {
  padding-right: 0.5rem;
}

/* line 26, src/styles/components/progress/_upload.scss */
.upload-progress__bar.done {
  background-color: #00a04a;
}

/* line 27, src/styles/components/progress/_upload.scss */
.upload-progress__bar.in-progress {
  background-color: #904799;
}

/* line 30, src/styles/components/progress/_upload.scss */
.upload-progress__cancel-btn {
  padding: 0 0.5rem 0 0;
}

/* line 4, src/styles/components/progress/_overview.scss */
.progress-overview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  /* line 4, src/styles/components/progress/_overview.scss */
  .progress-overview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 12, src/styles/components/progress/_overview.scss */
.progress-overview__wrapper .progress-overview__categories {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* line 19, src/styles/components/progress/_overview.scss */
.progress-overview__categories h5:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #904799;
          text-decoration-color: #904799;
}

/* line 25, src/styles/components/progress/_overview.scss */
.progress-overview__pie-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 31, src/styles/components/progress/_overview.scss */
.progress-overview__pie-chart {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 34, src/styles/components/progress/_overview.scss */
.progress-overview__pie-chart svg {
  height: calc(100% - 3rem);
  max-height: 30vh;
  width: 100%;
}

/* line 41, src/styles/components/progress/_overview.scss */
.progress-overview__pie-chart-heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 41, src/styles/components/progress/_overview.scss */
  .progress-overview__pie-chart-heading {
    margin-top: 1rem;
    text-align: left;
  }
}

@-webkit-keyframes progress-bar-pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: .35;
  }
  100% {
    opacity: .5;
  }
}

@keyframes progress-bar-pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: .35;
  }
  100% {
    opacity: .5;
  }
}

/* line 17, src/styles/components/progress/bar/_segmented.scss */
.progress-bar-segmented {
  margin: 1rem 0 0.5rem;
}

/* line 20, src/styles/components/progress/bar/_segmented.scss */
.progress-bar-segmented h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 26, src/styles/components/progress/bar/_segmented.scss */
.progress-bar-segmented__stats {
  color: #9a9a9a;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}

/* line 33, src/styles/components/progress/bar/_segmented.scss */
.progress-bar-segmented__bar {
  background-color: #1e428a;
  border: 1px solid #c5c9d1;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 45, src/styles/components/progress/bar/_segmented.scss */
.progress__segment {
  background-color: #fff;
  border-left: 1px solid #d9dee0;
  border-right: 1px solid #d9dee0;
  height: 100%;
  -webkit-transition: background-color .25s ease-out, opacity 1.25s ease-in-out;
  transition: background-color .25s ease-out, opacity 1.25s ease-in-out;
  width: 100%;
}

/* line 53, src/styles/components/progress/bar/_segmented.scss */
.progress__segment:first-child {
  border-left: 0;
}

/* line 57, src/styles/components/progress/bar/_segmented.scss */
.progress__segment:last-child {
  border-right: 0;
}

/* line 61, src/styles/components/progress/bar/_segmented.scss */
.progress__segment.segment--complete {
  background-color: transparent;
}

/* line 65, src/styles/components/progress/bar/_segmented.scss */
.progress__segment.segment--clickable {
  cursor: pointer;
}

/* line 69, src/styles/components/progress/bar/_segmented.scss */
.progress__segment.segment--active {
  -webkit-animation: progress-bar-pulse 5s infinite 2s;
          animation: progress-bar-pulse 5s infinite 2s;
  background-color: #fff;
  opacity: .5;
}

/* line 1, src/styles/components/forms/_input.scss */
.form-input {
  margin-bottom: 1.5rem;
}

/* line 4, src/styles/components/forms/_input.scss */
.form-input__input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 9, src/styles/components/forms/_input.scss */
.form-input__input .date-picker,
.form-input__input .text-form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 16, src/styles/components/forms/_input.scss */
.form-input__input--disabled input {
  padding-left: 1.5rem;
}

/* line 22, src/styles/components/forms/_input.scss */
.form-input__input--error input,
.form-input__input--error textarea {
  border: 1px solid #e01f3d;
  color: #e01f3d;
}

/* line 28, src/styles/components/forms/_input.scss */
.form-input__input--error .react-select {
  border: 1px solid #e01f3d !important;
}

/* line 31, src/styles/components/forms/_input.scss */
.form-input__input--error .react-select input {
  color: inherit;
}

/* line 37, src/styles/components/forms/_input.scss */
.form-input__input-overlay {
  color: #9f9f9f;
  padding: 0.5rem;
  position: absolute;
}

/* line 42, src/styles/components/forms/_input.scss */
.form-input__input-overlay + input {
  padding-left: 1.5rem;
}

/* line 47, src/styles/components/forms/_input.scss */
.form-input__messages {
  margin-top: 0.25rem;
}

/* line 51, src/styles/components/forms/_input.scss */
.form-input .text-form-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 57, src/styles/components/forms/_input.scss */
.choice-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 60, src/styles/components/forms/_input.scss */
.choice-form-input .choice-form-input__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
}

/* line 64, src/styles/components/forms/_input.scss */
.choice-form-input .choice-form-input__choice label {
  color: initial;
  margin-bottom: 0;
  padding-left: 0.25rem;
  text-transform: capitalize;
}

/* line 1, src/styles/components/forms/_message.scss */
.form-messages {
  margin-bottom: 1rem;
}

/* line 5, src/styles/components/forms/_message.scss */
.form-message {
  margin-bottom: 0.5rem;
}

/* line 3, src/styles/components/forms/groups/_gender.scss */
.gender-group .choice-form-input {
  margin: 0.25rem;
}

/* line 7, src/styles/components/forms/groups/_gender.scss */
.gender-group__toggle-link {
  float: right;
}

/* line 1, src/styles/components/_accordion_header.scss */
.accordion-header {
  border: 1px solid #c5c9d1;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

/* line 8, src/styles/components/_accordion_header.scss */
.accordion-caret--open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 7, src/styles/components/_achievement_message.scss */
.achievement-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 10rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  padding-top: 2rem;
  position: absolute;
  top: 4rem;
  width: 100%;
  z-index: 9999;
}

/* line 21, src/styles/components/_achievement_message.scss */
.achievement-message.exit .achievement-message__overlay {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: easeout;
          animation-name: easeout;
}

/* line 26, src/styles/components/_achievement_message.scss */
.achievement-message.exit .achievement-message__border {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
}

/* line 33, src/styles/components/_achievement_message.scss */
.achievement-message__overlay {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: easein;
          animation-name: easein;
  background: #f3f5f6;
  -webkit-box-shadow: inset 0 3px 6px -2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 3px 6px -2px rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 47, src/styles/components/_achievement_message.scss */
.achievement-message__border {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  background: -webkit-gradient(linear, left top, right bottom, from(#1e428a), color-stop(#904799), to(#1e428a));
  background: linear-gradient(to bottom right, #1e428a, #904799, #1e428a);
  border-bottom-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  padding: 0.5rem;
  width: 60rem;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  /* line 47, src/styles/components/_achievement_message.scss */
  .achievement-message__border {
    width: 100%;
  }
}

/* line 68, src/styles/components/_achievement_message.scss */
.achievement-message__container {
  background-color: #fff;
  border-bottom-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

/* line 77, src/styles/components/_achievement_message.scss */
.achievement-message__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 576px) {
  /* line 77, src/styles/components/_achievement_message.scss */
  .achievement-message__content {
    width: 100%;
  }
}

/* line 88, src/styles/components/_achievement_message.scss */
.achievement-message__content h1 {
  margin-top: 0;
}

/* line 92, src/styles/components/_achievement_message.scss */
.achievement-message__content p {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 92, src/styles/components/_achievement_message.scss */
  .achievement-message__content p {
    max-width: 100%;
  }
}

/* line 100, src/styles/components/_achievement_message.scss */
.achievement-message__content .achievement-message-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5rem;
}

/* line 105, src/styles/components/_achievement_message.scss */
.achievement-message__content .achievement-message-content__buttons a {
  margin-top: 1rem;
}

/* line 110, src/styles/components/_achievement_message.scss */
.achievement-message__content .progress-bar-segmented {
  border-bottom: 1px solid #dcdfe3;
  padding: 0.5rem 1rem 2rem;
  width: 100%;
}

/* line 116, src/styles/components/_achievement_message.scss */
.achievement-message__content .quotes-logo {
  height: 6rem;
  margin: 2rem 0;
}

@-webkit-keyframes slidein {
  from {
    margin-left: 200%;
  }
}

@keyframes slidein {
  from {
    margin-left: 200%;
  }
}

@-webkit-keyframes slideout {
  to {
    margin-right: 200%;
  }
}

@keyframes slideout {
  to {
    margin-right: 200%;
  }
}

@-webkit-keyframes easein {
  from {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes easein {
  from {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes easeout {
  to {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes easeout {
  to {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 2, src/styles/components/_caretaker.scss */
.caretaker .user-summary-entry__heading {
  color: #1e428a;
}

/* line 6, src/styles/components/_caretaker.scss */
.caretaker p {
  margin-bottom: 1.5rem;
}

/* line 11, src/styles/components/_caretaker.scss */
.on-behalf-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  /* line 11, src/styles/components/_caretaker.scss */
  .on-behalf-input {
    display: block;
  }
}

/* line 18, src/styles/components/_caretaker.scss */
.on-behalf-input label:first-child {
  margin-bottom: 0;
  padding-right: 1rem;
}

@media screen and (max-width: 576px) {
  /* line 18, src/styles/components/_caretaker.scss */
  .on-behalf-input label:first-child {
    margin-bottom: 0.5rem;
  }
}

/* line 2, src/styles/components/_choice_list.scss */
.choice-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

/* line 6, src/styles/components/_choice_list.scss */
.choice-row__delete-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
}

/* line 3, src/styles/components/_corner_ribbon.scss */
.corner-ribbon {
  background: #904799;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  position: absolute;
  text-align: center;
  width: 5.5rem;
}

/* line 15, src/styles/components/_corner_ribbon.scss */
.corner-ribbon.ribbon--small {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
}

/* line 21, src/styles/components/_corner_ribbon.scss */
.corner-ribbon.ribbon--top-left {
  left: -1.5rem;
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 26, src/styles/components/_corner_ribbon.scss */
.corner-ribbon.ribbon--top-left.ribbon--small {
  left: -1.75rem;
}

/* line 31, src/styles/components/_corner_ribbon.scss */
.corner-ribbon.ribbon--top-right {
  right: -1.5rem;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 36, src/styles/components/_corner_ribbon.scss */
.corner-ribbon.ribbon--top-right.ribbon--small {
  right: -1.75rem;
}

/* line 1, src/styles/components/_date_picker.scss */
.date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, src/styles/components/_date_picker.scss */
.date-picker.date-picker--error .react-select {
  border-color: #e01f3d;
}

/* line 10, src/styles/components/_date_picker.scss */
.date-picker .date-picker__lock {
  color: #9f9f9f;
  margin: 0;
  padding-right: 0.5rem;
}

/* line 1, src/styles/components/_fuse_select.scss */
.fuse-select {
  padding: 0.5rem 1.5rem;
}

/* line 5, src/styles/components/_fuse_select.scss */
.fuse-select-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  position: relative;
}

/* line 11, src/styles/components/_fuse_select.scss */
.fuse-select__icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 2rem;
}

/* line 21, src/styles/components/_fuse_select.scss */
.fuse-select__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 26, src/styles/components/_fuse_select.scss */
.fuse-select-option-component {
  width: 100%;
}

/* line 30, src/styles/components/_fuse_select.scss */
.fuse-select-option {
  background-color: #f5f5f5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15rem;
          flex: 1 0 15rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  min-width: 15rem;
}

/* line 41, src/styles/components/_fuse_select.scss */
.fuse-select-option > * {
  padding: 1rem;
}

/* line 45, src/styles/components/_fuse_select.scss */
.fuse-select-option:empty {
  height: 0;
  margin: 0 0.5rem;
  padding: 0;
}

/* line 52, src/styles/components/_fuse_select.scss */
.fuse-select-option--active {
  background-color: #904799;
  color: #f5f5f5;
  font-weight: 700;
}

/* line 1, src/styles/components/_google_translate.scss */
.google-translate-attribution {
  padding: 0.5rem 0 0.5rem 1rem;
}

/* line 1, src/styles/components/_health_issues.scss */
.health-issue {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, src/styles/components/_health_issues.scss */
.health-issue-container {
  padding-bottom: 0.5rem;
}

/* line 8, src/styles/components/_health_issues.scss */
.health-issue-container:first-of-type {
  padding-bottom: 1.5rem;
}

/* line 12, src/styles/components/_health_issues.scss */
.health-issue-container:last-of-type {
  padding-bottom: 0;
}

/* line 17, src/styles/components/_health_issues.scss */
.health-issue__delete-button {
  margin-left: 0.5rem;
}

/* line 1, src/styles/components/_jumbotron.scss */
.jumbotron {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 4rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* line 11, src/styles/components/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 3rem;
  }
}

/* line 16, src/styles/components/_jumbotron.scss */
.jumbotron h1 {
  margin-bottom: 2rem;
}

/* line 20, src/styles/components/_jumbotron.scss */
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1rem;
  max-width: 60rem;
  width: 90%;
}

/* line 30, src/styles/components/_jumbotron.scss */
.jumbotron .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 38, src/styles/components/_jumbotron.scss */
.jumbotron .background-image {
  background-image: url("https://d31fpc0vwqdpie.cloudfront.net/jumbotron/water-drop.jpg");
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -10;
}

@media screen and (max-width: 767px) {
  /* line 38, src/styles/components/_jumbotron.scss */
  .jumbotron .background-image {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}

/* line 50, src/styles/components/_jumbotron.scss */
.jumbotron .background-color {
  background: linear-gradient(-45deg, #1e428a, #904799);
  opacity: .6;
  z-index: -9;
}

/* line 2, src/styles/components/_hero_image.scss */
.hero__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

/* line 9, src/styles/components/_hero_image.scss */
.hero__image {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 576px) {
  /* line 9, src/styles/components/_hero_image.scss */
  .hero__image {
    display: none;
  }
}

/* line 25, src/styles/components/_hero_image.scss */
.hero__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 2rem;
  width: 100%;
}

@media screen and (min-width: 577px) {
  /* line 25, src/styles/components/_hero_image.scss */
  .hero__text {
    margin-left: auto;
  }
  /* line 35, src/styles/components/_hero_image.scss */
  .hero__text h1 {
    font-size: 2.25rem;
    width: 100%;
  }
}

/* line 1, src/styles/components/_image_picker.scss */
.image-picker {
  margin: 1rem 0;
  max-width: 18.75rem;
  position: relative;
}

@media screen and (max-width: 390px) {
  /* line 1, src/styles/components/_image_picker.scss */
  .image-picker {
    max-width: none;
  }
}

/* line 11, src/styles/components/_image_picker.scss */
.image-picker__preview a {
  display: block;
  position: relative;
  text-align: center;
}

/* line 17, src/styles/components/_image_picker.scss */
.image-picker__preview img {
  width: 100%;
}

/* line 25, src/styles/components/_image_picker.scss */
.image-picker__input--transparent {
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  zoom: 1;
}

/* line 37, src/styles/components/_image_picker.scss */
.image-picker .profile-photo-preview {
  border-radius: 0.1875rem;
  margin: 0 auto 0.5rem;
}

/* line 2, src/styles/components/_loader.scss */
.main-layout > .loader,
.survey-layout > .loader,
main > .loader,
main > * > .loader {
  font-size: 3em;
}

/* line 12, src/styles/components/_loader.scss */
button > .loader {
  display: inline;
}

/* line 17, src/styles/components/_loader.scss */
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 100%;
}

/* line 25, src/styles/components/_loader.scss */
.loader .fa {
  margin: 0;
}

/* line 31, src/styles/components/_loader.scss */
.loading-overlay {
  position: relative;
}

/* line 34, src/styles/components/_loader.scss */
.loading-overlay::after {
  content: '';
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

/* line 46, src/styles/components/_loader.scss */
.loading-overlay.loading::after {
  background: #505050;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 60, src/styles/components/_loader.scss */
.loading-bars {
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  z-index: 9999999;
}

/* line 1, src/styles/components/_max_char_tracker.scss */
.max-char-count {
  color: #30538d;
  font-size: .8em;
  line-height: .9em;
  margin-top: 0.3125rem;
  text-align: right;
}

/* line 8, src/styles/components/_max_char_tracker.scss */
.max-char-count.too-long {
  color: #e01f3d;
}

@media screen and (max-width: 767px) {
  /* line 14, src/styles/components/_max_char_tracker.scss */
  textarea ~ .max-char-count {
    margin-top: 0.375rem;
  }
}

@media screen and (max-width: 576px) {
  /* line 20, src/styles/components/_max_char_tracker.scss */
  textarea ~ .max-char-count {
    margin-top: 0.3125rem;
  }
}

/* line 1, src/styles/components/_modal.scss */
.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.1875rem;
  display: block;
  line-height: 1.3;
  max-width: 75%;
  min-width: 26rem;
  opacity: 1;
  outline: none;
}

/* line 12, src/styles/components/_modal.scss */
.modal .modal-close-icon {
  color: #1e428a;
  cursor: pointer;
  display: inline-block;
  float: right;
  position: relative;
  right: 0.5rem;
  top: 0.5rem;
}

/* line 23, src/styles/components/_modal.scss */
.modal-content {
  padding: 2rem;
}

/* line 26, src/styles/components/_modal.scss */
.modal-content > * {
  margin-bottom: 0.5rem;
}

/* line 30, src/styles/components/_modal.scss */
.modal-content > button {
  margin-right: 0.5rem;
}

/* line 35, src/styles/components/_modal.scss */
.modal__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

/* line 4, src/styles/components/_not_found.scss */
.not-found h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 5, src/styles/components/_option_grid.scss */
.option-grid__button {
  cursor: pointer;
  height: 38px;
  margin: 0 0.25rem 0 1rem;
}

/* line 10, src/styles/components/_option_grid.scss */
.option-grid__button button {
  height: 100%;
}

/* line 15, src/styles/components/_option_grid.scss */
.option-grid__wrapper {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 1rem 1rem 0;
}

/* line 21, src/styles/components/_option_grid.scss */
.option-grid__attribution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem;
}

/* line 25, src/styles/components/_option_grid.scss */
.option-grid__attribution a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

/* line 30, src/styles/components/_option_grid.scss */
.option-grid__attribution a span {
  color: #1c1c1c;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

/* line 37, src/styles/components/_option_grid.scss */
.option-grid__attribution svg {
  height: 100%;
  width: 10vw;
}

/* line 44, src/styles/components/_option_grid.scss */
.option-grid .table--styled ul {
  list-style-type: disc;
}

/* line 48, src/styles/components/_option_grid.scss */
.option-grid .table--styled li {
  margin-left: 1.5rem;
}

/* line 52, src/styles/components/_option_grid.scss */
.option-grid .table--styled td {
  padding: 0.5rem 1rem;
}

/* line 55, src/styles/components/_option_grid.scss */
.option-grid .table--styled td:first-child {
  font-weight: 600;
}

/* line 60, src/styles/components/_option_grid.scss */
.option-grid .table--styled th {
  background: -webkit-gradient(linear, left top, left bottom, from(#ef7134), to(#cd5d26));
  background: linear-gradient(#ef7134, #cd5d26);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
}

/* line 68, src/styles/components/_option_grid.scss */
.option-grid .table--styled th:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#edeee8), to(#ccc7be));
  background: linear-gradient(#edeee8, #ccc7be);
  color: #1c1c1c;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 77, src/styles/components/_option_grid.scss */
.option-grid .table--styled tr.even {
  background-color: #f5f5f5;
}

/* line 1, src/styles/components/_pagination.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 1rem 2rem;
  text-align: center;
}

/* line 7, src/styles/components/_pagination.scss */
.pagination--above {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1rem 1rem;
}

/* line 12, src/styles/components/_pagination.scss */
.pagination__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem;
}

/* line 4, src/styles/components/_partner_home.scss */
.staff-welcome__content, .partner-home__page {
  background-color: #fff;
  padding: 1rem 0;
}

/* line 8, src/styles/components/_partner_home.scss */
.staff-welcome__content > section, .partner-home__page > section {
  border-bottom: 0.0625rem solid #eaeef4;
  margin: 2rem auto;
  max-width: 60rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 90%;
}

@media screen and (min-width: 577px) {
  /* line 8, src/styles/components/_partner_home.scss */
  .staff-welcome__content > section, .partner-home__page > section {
    font-size: 1.5rem;
  }
}

/* line 20, src/styles/components/_partner_home.scss */
.staff-welcome__content > section:last-of-type, .partner-home__page > section:last-of-type {
  border-bottom: 0;
  padding-bottom: 2rem;
}

/* line 27, src/styles/components/_partner_home.scss */
.call-to-action__button--flat {
  font-size: 1.5rem;
  margin-top: 4rem;
  padding: 0.5rem 1.5rem;
}

/* line 33, src/styles/components/_partner_home.scss */
.call-to-action__button--flat:hover,
.call-to-action__button--flat:hover span {
  color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 41, src/styles/components/_partner_home.scss */
  .partner-home {
    min-height: 1px;
  }
}

/* line 50, src/styles/components/_partner_home.scss */
.partner-home__pull-quote {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

/* line 55, src/styles/components/_partner_home.scss */
.partner-home__pull-quote .quotes-logo--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2.625rem;
  margin: -0.25rem 1.5rem 0 0;
  width: 2.625rem;
}

/* line 62, src/styles/components/_partner_home.scss */
.partner-home__pull-quote h5 {
  color: #1c1c1c;
  font-style: italic;
  margin-top: 0;
  text-align: left;
}

/* line 70, src/styles/components/_partner_home.scss */
.partner-home__jumbotron {
  min-height: 17.5rem;
  padding: 1rem 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 70, src/styles/components/_partner_home.scss */
  .partner-home__jumbotron {
    height: 17.5rem;
  }
}

/* line 78, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .background-image {
  background: none;
  display: none;
}

/* line 83, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .background-color {
  background: linear-gradient(45deg, #1e428a, #904799);
  opacity: 1;
  z-index: -2;
}

@media screen and (min-width: 577px) {
  /* line 89, src/styles/components/_partner_home.scss */
  .partner-home__jumbotron .hero__text {
    max-width: calc(100% - 17.5rem);
  }
}

/* line 94, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .hero__text h1 {
  margin-bottom: 0;
}

/* line 99, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .call-to-action__button--flat {
  border: 2px solid #fff;
  margin-top: 3rem;
}

/* line 103, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .call-to-action__button--flat span {
  color: #fff;
}

/* line 107, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .call-to-action__button--flat:hover, .partner-home__jumbotron .call-to-action__button--flat:active {
  background: #fff;
}

/* line 113, src/styles/components/_partner_home.scss */
.partner-home__jumbotron .call-to-action__button--flat:hover span, .partner-home__jumbotron .call-to-action__button--flat:active span {
  color: #1e428a;
}

/* line 121, src/styles/components/_partner_home.scss */
.partner-home-section .section__header {
  text-align: left;
}

/* line 124, src/styles/components/_partner_home.scss */
.partner-home-section .section__header h3 {
  color: #904799;
  font-weight: normal;
  text-transform: capitalize;
}

@media screen and (min-width: 577px) {
  /* line 124, src/styles/components/_partner_home.scss */
  .partner-home-section .section__header h3 {
    font-size: 2.625rem;
    margin-bottom: 2rem;
  }
}

/* line 136, src/styles/components/_partner_home.scss */
.partner-home-section .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  /* line 136, src/styles/components/_partner_home.scss */
  .partner-home-section .section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
  /* line 136, src/styles/components/_partner_home.scss */
  .partner-home-section .section__content {
    display: block;
  }
}

/* line 147, src/styles/components/_partner_home.scss */
.partner-home-section .section__content p {
  color: #25292e;
  text-align: left;
}

@media screen and (min-width: 576px) {
  /* line 147, src/styles/components/_partner_home.scss */
  .partner-home-section .section__content p {
    margin-bottom: 1rem;
  }
}

/* line 157, src/styles/components/_partner_home.scss */
.partner-home-section .marketing-video {
  width: 100%;
}

/* line 160, src/styles/components/_partner_home.scss */
.partner-home-section .marketing-video video,
.partner-home-section .marketing-video iframe {
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.3125rem #c5c9d1;
          box-shadow: 0.1875rem 0.1875rem 0.3125rem #c5c9d1;
  max-width: 100%;
}

/* line 168, src/styles/components/_partner_home.scss */
.partner-home-section .marketing-image img {
  max-width: 100%;
}

/* line 173, src/styles/components/_partner_home.scss */
.partner-home-section .marketing-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 176, src/styles/components/_partner_home.scss */
.partner-home-section .marketing-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  /* line 183, src/styles/components/_partner_home.scss */
  .partner-home-section .partner-home__divider, .partner-home-section .partner-home__divider:first-child {
    padding: 0 0 1rem !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 181, src/styles/components/_partner_home.scss */
  .partner-home-section .partner-home__divider {
    min-width: 10%;
  }
}

/* line 193, src/styles/components/_partner_home.scss */
.partner-home-section .partner-home__divider:first-child {
  padding-right: 4rem;
}

/* line 197, src/styles/components/_partner_home.scss */
.partner-home-section .partner-home__divider:not(.marketing-text) {
  min-width: 25rem;
}

@media screen and (min-width: 577px) {
  /* line 204, src/styles/components/_partner_home.scss */
  .partner-home-section:nth-child(2) .section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 209, src/styles/components/_partner_home.scss */
  .partner-home-section:nth-child(2) .partner-home__divider:first-child {
    padding-right: 0;
  }
  /* line 213, src/styles/components/_partner_home.scss */
  .partner-home-section:nth-child(2) .partner-home__divider:last-child {
    padding-right: 4rem;
  }
}

/* line 4, src/styles/components/_partner_select.scss */
.partner-select .react-select__option, .partner-select .react-select__single-value {
  text-transform: initial;
}

/* line 4, src/styles/components/_partner_select.scss */
.partner-select .react-select__option, .partner-select .react-select__single-value {
  text-transform: initial;
}

/* line 1, src/styles/components/_print_prompt.scss */
.print-prompt {
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  /* line 7, src/styles/components/_print_prompt.scss */
  .print-prompt__label {
    display: none;
  }
  /* line 11, src/styles/components/_print_prompt.scss */
  .print-prompt__icon {
    display: block;
    font-size: 1.3125rem;
  }
}

/* line 17, src/styles/components/_print_prompt.scss */
.print-prompt__icon {
  margin-right: 0.5rem;
}

@media print {
  /* line 1, src/styles/components/_print_prompt.scss */
  .print-prompt {
    display: none;
  }
}

/* line 3, src/styles/components/_rating_scale.scss */
.rating-scale {
  margin: 1rem 0;
}

/* line 7, src/styles/components/_rating_scale.scss */
.rating-scale__icons-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 14, src/styles/components/_rating_scale.scss */
.rating-scale__bar-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  position: relative;
}

/* line 20, src/styles/components/_rating_scale.scss */
.rating-scale__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

/* line 25, src/styles/components/_rating_scale.scss */
.rating-scale__bar {
  border: 0;
  border-top: 3px solid #904799;
  margin: 0;
}

/* line 32, src/styles/components/_rating_scale.scss */
.rating-scale .marker {
  color: #1e428a;
  font-size: 1.5625rem;
  margin-left: 0%;
  position: relative;
  right: 0.5rem;
}

/* line 41, src/styles/components/_rating_scale.scss */
.rating-scale__icon {
  color: #1e428a;
  display: block;
  font-size: 1.5rem;
  padding: 0;
  text-align: center;
}

/* line 50, src/styles/components/_rating_scale.scss */
.rating-scale__text {
  font-size: 0.75rem;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

/* line 58, src/styles/components/_rating_scale.scss */
.rating-scale .marker__text {
  color: #e01f3d;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

/* line 1, src/styles/components/_responsive_select.scss */
.responsive-select {
  width: 100%;
}

/* line 4, src/styles/components/_responsive_select.scss */
.responsive-select input {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

/* line 9, src/styles/components/_responsive_select.scss */
.responsive-select + .responsive-select {
  margin-left: 0.5rem;
}

/* line 2, src/styles/components/_save_manager.scss */
.save-manager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

/* line 6, src/styles/components/_save_manager.scss */
.save-manager .fa {
  margin-left: 0.5rem;
}

/* line 9, src/styles/components/_save_manager.scss */
.save-manager--saving .fa {
  color: #d2d2d2;
}

/* line 10, src/styles/components/_save_manager.scss */
.save-manager--saved .fa {
  color: #00a04a;
}

/* line 1, src/styles/components/_search_input.scss */
.search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, src/styles/components/_search_input.scss */
.search-input__input {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 11, src/styles/components/_search_input.scss */
.search-input__button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 5, src/styles/components/_search_theme_glossary.scss */
.tertiary-navigation__theme-glossary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  min-width: 50%;
}

@media screen and (max-width: 576px) {
  /* line 5, src/styles/components/_search_theme_glossary.scss */
  .tertiary-navigation__theme-glossary {
    display: none;
  }
}

/* line 16, src/styles/components/_search_theme_glossary.scss */
.theme-glossary-definition {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

/* line 26, src/styles/components/_search_theme_glossary.scss */
.theme-glossary-definition table {
  width: calc(100% - 3rem);
}

/* line 30, src/styles/components/_search_theme_glossary.scss */
.theme-glossary-definition thead td {
  padding-bottom: 1rem;
}

/* line 34, src/styles/components/_search_theme_glossary.scss */
.theme-glossary-definition h4,
.theme-glossary-definition h5 {
  margin: 0;
}

/* line 39, src/styles/components/_search_theme_glossary.scss */
.theme-glossary-definition td + td {
  padding-left: 1rem;
}

/* line 45, src/styles/components/_search_theme_glossary.scss */
.search-theme-glossary {
  height: 1.5625rem;
  position: relative;
  width: 100%;
}

/* line 51, src/styles/components/_search_theme_glossary.scss */
.search-theme-glossary .Select {
  height: 100%;
  width: 75%;
}

/* line 55, src/styles/components/_search_theme_glossary.scss */
.search-theme-glossary .Select.is-focused, .search-theme-glossary .Select.has-value {
  width: 100%;
}

/* line 60, src/styles/components/_search_theme_glossary.scss */
.search-theme-glossary .Select .Select-arrow-zone {
  background-color: #1e428a;
  padding-left: 0.25rem;
}

/* line 64, src/styles/components/_search_theme_glossary.scss */
.search-theme-glossary .Select .Select-arrow-zone .fa {
  color: #fff;
  margin-right: 0;
}

/* line 6, src/styles/components/_settings.scss */
.settings .image-picker {
  margin: 0 1rem 0 0;
  max-width: 12.5rem;
}

@media screen and (max-width: 576px) {
  /* line 6, src/styles/components/_settings.scss */
  .settings .image-picker {
    height: 100%;
    margin: 0 0 1.5rem;
    max-width: none;
    width: auto;
  }
}

/* line 23, src/styles/components/_settings.scss */
.settings__photo-personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  /* line 23, src/styles/components/_settings.scss */
  .settings__photo-personal-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 31, src/styles/components/_settings.scss */
.settings__photo-personal-info img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 576px) {
  /* line 31, src/styles/components/_settings.scss */
  .settings__photo-personal-info img {
    width: 40%;
  }
}

/* line 40, src/styles/components/_settings.scss */
.settings__personal-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

/* line 45, src/styles/components/_settings.scss */
.settings__language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, src/styles/components/_settings.scss */
.settings__language-select .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 51, src/styles/components/_settings.scss */
.settings__language-select .form-input + .form-input {
  margin-left: 0.5rem;
}

/* line 11, src/styles/components/_sign_in.scss */
.sign-in__content .form-footer a {
  display: block;
  margin-bottom: 0.25rem;
}

/* line 6, src/styles/components/_sign_up.scss */
.sign-up .tos-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, src/styles/components/_sign_up.scss */
.sign-up .tos-input__label {
  margin-left: 0.5rem;
}

/* line 19, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

/* line 23, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input .form-input__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 27, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input .choice-form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 390px) {
  /* line 27, src/styles/components/_sign_up.scss */
  .sign-up-step .on-behalf-input .choice-form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 35, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input .choice-form-input__choice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0;
}

@media screen and (max-width: 390px) {
  /* line 35, src/styles/components/_sign_up.scss */
  .sign-up-step .on-behalf-input .choice-form-input__choice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 45, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input .choice-form-input__choice:last-of-type {
  border-left: 1px solid #d2d2d2;
}

@media screen and (max-width: 390px) {
  /* line 45, src/styles/components/_sign_up.scss */
  .sign-up-step .on-behalf-input .choice-form-input__choice:last-of-type {
    border-left: 0;
  }
}

/* line 54, src/styles/components/_sign_up.scss */
.sign-up-step .on-behalf-input label {
  color: #407cca;
  margin: 0;
  padding-left: 1rem;
}

/* line 61, src/styles/components/_sign_up.scss */
.sign-up-step__preferred-name-notice {
  margin-bottom: 2rem;
}

/* line 10, src/styles/components/_sign_up_step.scss */
.sign-up-step__content .form-footer p {
  margin: 0;
}

/* line 17, src/styles/components/_sign_up_step.scss */
.welcome-step__partner-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 577px) {
  /* line 17, src/styles/components/_sign_up_step.scss */
  .welcome-step__partner-image {
    padding: 2rem 5%;
  }
}

/* line 2, src/styles/components/_table.scss */
.table--styled,
.table--styled td > button {
  width: 100%;
}

/* line 7, src/styles/components/_table.scss */
.table--styled th {
  background-color: rgba(30, 66, 138, 0.2);
  border: 1px solid #d2d2d2;
  text-align: left;
}

/* line 13, src/styles/components/_table.scss */
.table--styled th,
.table--styled td {
  padding: 0.5rem;
}

/* line 17, src/styles/components/_table.scss */
.table--styled th.centered,
.table--styled td.centered {
  text-align: center;
}

/* line 22, src/styles/components/_table.scss */
.table--styled td {
  vertical-align: middle;
}

/* line 25, src/styles/components/_table.scss */
.table--styled td + td {
  border-left: 1px solid #d2d2d2;
}

/* line 30, src/styles/components/_table.scss */
.table--styled tbody {
  border: 1px solid #d2d2d2;
}

/* line 35, src/styles/components/_table.scss */
.table--styled--align-right td {
  padding: 0.75rem;
}

/* line 39, src/styles/components/_table.scss */
.table--styled--align-right th,
.table--styled--align-right td {
  text-align: right;
}

/* line 43, src/styles/components/_table.scss */
.table--styled--align-right th:first-child,
.table--styled--align-right td:first-child {
  text-align: left;
}

/* line 1, src/styles/components/_terms_of_use.scss */
.main-layout > .terms-of-use {
  height: auto;
}

/* line 6, src/styles/components/_terms_of_use.scss */
.terms-of-use__action-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 6, src/styles/components/_terms_of_use.scss */
  .terms-of-use__action-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 10, src/styles/components/_terms_of_use.scss */
.terms-of-use__action-row-actions a {
  margin-right: 1rem;
}

/* line 1, src/styles/components/_toggle.scss */
.toggle-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem;
}

/* line 6, src/styles/components/_toggle.scss */
.toggle-control__label {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0.5rem;
  text-transform: uppercase;
}

/* line 13, src/styles/components/_toggle.scss */
.toggle-control__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 17, src/styles/components/_toggle.scss */
.toggle-control__link:hover {
  text-decoration: none;
}

/* line 22, src/styles/components/_toggle.scss */
.toggle-control__switch {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 60px;
}

/* line 29, src/styles/components/_toggle.scss */
.toggle-control__switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

/* line 36, src/styles/components/_toggle.scss */
.toggle-control__slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9a9a9a;
  border-radius: 0.1875rem;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;
}

/* line 50, src/styles/components/_toggle.scss */
.toggle-control__slider::before {
  background-color: #fff;
  border-radius: 0.1875rem;
  content: '';
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  width: 50%;
}

/* line 59, src/styles/components/_toggle.scss */
input:checked + .toggle-control__slider {
  background-color: #1e428a;
}

/* line 62, src/styles/components/_toggle.scss */
input:checked + .toggle-control__slider::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 67, src/styles/components/_toggle.scss */
input:focus + .toggle-control__slider {
  -webkit-box-shadow: 0 0 1px #1e428a;
          box-shadow: 0 0 1px #1e428a;
}

/* line 1, src/styles/components/_toolbar.scss */
.toolbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 1rem;
}

/* line 8, src/styles/components/_toolbar.scss */
.toolbar__title {
  margin: 0 auto 0 0;
}

/* line 12, src/styles/components/_toolbar.scss */
.toolbar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* line 17, src/styles/components/_toolbar.scss */
.toolbar__buttons a:hover,
.toolbar__buttons a:hover span {
  text-decoration: none;
}

/* line 22, src/styles/components/_toolbar.scss */
.toolbar__title + .toolbar__buttons {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* line 26, src/styles/components/_toolbar.scss */
.toolbar__buttons .action-button-group > span,
.toolbar__buttons .action-button-group > button {
  margin-right: 0.25rem;
}

/* line 30, src/styles/components/_toolbar.scss */
.toolbar__buttons .action-button-group > span:last-child,
.toolbar__buttons .action-button-group > button:last-child {
  margin: 0;
}

/* line 35, src/styles/components/_toolbar.scss */
.toolbar__buttons .history-manager button:first-child {
  margin-right: 0.25rem;
}

/* line 39, src/styles/components/_toolbar.scss */
.toolbar__buttons .action-button-group,
.toolbar__buttons .save-manager,
.toolbar__buttons .language-select {
  margin-right: 1rem;
}

/* line 44, src/styles/components/_toolbar.scss */
.toolbar__buttons .action-button-group:last-of-type,
.toolbar__buttons .save-manager:last-of-type,
.toolbar__buttons .language-select:last-of-type {
  margin-right: 0;
}

/* line 49, src/styles/components/_toolbar.scss */
.toolbar__buttons .responsive-select {
  min-width: 10rem;
}

/* line 54, src/styles/components/_toolbar.scss */
.toolbar--filtered {
  height: auto;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

/* line 62, src/styles/components/_toolbar.scss */
.toolbar__filter {
  display: block;
  padding: 0.5rem;
  position: relative;
  white-space: nowrap;
}

/* line 68, src/styles/components/_toolbar.scss */
.toolbar__filter__nav-indicator {
  background-color: #904799;
  bottom: 0;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  width: 0;
}

/* line 72, src/styles/components/_toolbar.scss */
.toolbar__filter--active {
  font-weight: bold;
}

/* line 75, src/styles/components/_toolbar.scss */
.toolbar__filter--active .toolbar__filter__nav-indicator {
  left: 0;
  width: 100%;
}

/* line 5, src/styles/components/_tooltip.scss */
.tooltip__container .fa {
  color: #505050;
  margin: 0 0 0 0.25rem;
}

/* line 11, src/styles/components/_tooltip.scss */
.tooltip--custom {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  max-width: 20vw;
  padding: 1rem 1rem 0;
}

/* line 17, src/styles/components/_tooltip.scss */
.tooltip--custom .tooltip__label {
  color: #505050;
  font-size: 1rem;
}

/* line 22, src/styles/components/_tooltip.scss */
.tooltip--custom .tooltip__value {
  font-size: 0.875rem;
  font-style: italic;
}

/* line 2, src/styles/components/_truncatable_text.scss */
.truncatable-text--visible {
  display: inherit !important;
}

/* line 6, src/styles/components/_truncatable_text.scss */
.truncatable-text--hidden, .truncatable-text__full {
  display: none;
}

/* line 11, src/styles/components/_truncatable_text.scss */
.truncatable-text__more-button {
  color: #9a9a9a;
  cursor: pointer;
  font-size: 0.75rem;
}

/* line 2, src/styles/components/_video.scss */
.select-video__input,
.video-record-input {
  display: none;
}

/* line 6, src/styles/components/_video.scss */
.select-video__input ~ label,
.video-record-input ~ label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.1875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  /* line 6, src/styles/components/_video.scss */
  .select-video__input ~ label,
  .video-record-input ~ label {
    width: initial;
  }
}

/* line 18, src/styles/components/_video.scss */
.select-video__input ~ label i,
.video-record-input ~ label i {
  margin-right: 0.5rem;
}

/* line 27, src/styles/components/_video.scss */
.confirm-video-cancel-link {
  margin-right: 1rem;
}

/* line 32, src/styles/components/_video.scss */
.confirm-video video {
  height: 50%;
  width: 75%;
}

@media screen and (max-width: 1023px) {
  /* line 32, src/styles/components/_video.scss */
  .confirm-video video {
    height: 100%;
    width: 100%;
  }
}

/* line 42, src/styles/components/_video.scss */
.confirm-video .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 48, src/styles/components/_video.scss */
.confirm-video .failure {
  font-size: 1.5rem;
}

/* line 51, src/styles/components/_video.scss */
.video-uploader {
  padding: 1rem;
}

/* line 55, src/styles/components/_video.scss */
.confirm-video__footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 61, src/styles/components/_video.scss */
.remove-video a {
  cursor: pointer;
  margin-left: 0.5rem;
  text-decoration: underline;
}

/* line 1, src/styles/components/_wistia_player.scss */
.wistia-video-container {
  border: 0.0625rem solid #d2d2d2;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

/* line 9, src/styles/components/_wistia_player.scss */
.wistia-responsive-padding {
  height: 100%;
  position: relative;
}

/* line 14, src/styles/components/_wistia_player.scss */
.wistia-responsive-wrapper {
  height: 100%;
  left: 0;
  margin-bottom: 0.5rem;
  top: 0;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 14, src/styles/components/_wistia_player.scss */
  .wistia-responsive-wrapper {
    width: 100%;
  }
}

/* line 23, src/styles/components/_wistia_player.scss */
.wistia-player {
  height: 100%;
  width: 100%;
}

/* line 28, src/styles/components/_wistia_player.scss */
.wistia-embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 41, src/styles/components/_wistia_player.scss */
div[id$='_progress_bar_text'] {
  font-size: 1rem !important;
}

/* line 2, src/styles/vendors/_react-s-alert.scss */
.alert-wrapper-internal {
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 7, src/styles/vendors/_react-s-alert.scss */
.alert-wrapper-internal:hover {
  cursor: pointer;
}

/* line 11, src/styles/vendors/_react-s-alert.scss */
.alert-wrapper-internal .s-alert-wrapper {
  position: static;
  z-index: 0;
}

/* line 16, src/styles/vendors/_react-s-alert.scss */
.alert-wrapper-internal .s-alert-box {
  overflow: hidden;
  position: relative;
}

/* line 20, src/styles/vendors/_react-s-alert.scss */
.alert-wrapper-internal .s-alert-box .s-alert-close {
  position: absolute;
}

/* line 6, src/styles/vendors/_react_toggle.scss */
body .react-toggle {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
  user-select: none;
}

/* line 22, src/styles/vendors/_react_toggle.scss */
body .react-toggle.react-toggle--checked:hover .react-toggle-track {
  background-color: #128D15;
}

/* line 27, src/styles/vendors/_react_toggle.scss */
body .react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 38, src/styles/vendors/_react_toggle.scss */
body .react-toggle--disabled {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: .5;
}

/* line 43, src/styles/vendors/_react_toggle.scss */
body .react-toggle-track {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #4D4D4D;
  border-radius: 30px;
  height: 24px;
  padding: 0;
  width: 50px;
}

/* line 52, src/styles/vendors/_react_toggle.scss */
body .react-toggle:hover .react-toggle-track {
  background-color: #000000;
}

/* line 56, src/styles/vendors/_react_toggle.scss */
body .react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

/* line 60, src/styles/vendors/_react_toggle.scss */
body .react-toggle-track-check {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  bottom: 0;
  height: 10px;
  left: 8px;
  line-height: 0;
  margin-bottom: auto;
  margin-top: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

/* line 74, src/styles/vendors/_react_toggle.scss */
body .react-toggle--checked .react-toggle-track-check {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* line 79, src/styles/vendors/_react_toggle.scss */
body .react-toggle-track-x {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  bottom: 0;
  height: 10px;
  line-height: 0;
  margin-bottom: auto;
  margin-top: auto;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
}

/* line 93, src/styles/vendors/_react_toggle.scss */
body .react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

/* line 97, src/styles/vendors/_react_toggle.scss */
body .react-toggle-thumb {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #FAFAFA;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  height: 22px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 22px;
}

/* line 111, src/styles/vendors/_react_toggle.scss */
body .react-toggle--checked .react-toggle-thumb {
  border-color: #19AB27;
  left: 27px;
}

/* line 116, src/styles/vendors/_react_toggle.scss */
body .react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0 0 3px 2px #0099E0;
  -ms-box-shadow: 0 0 3px 2px #0099E0;
  -o-box-shadow: 0 0 3px 2px #0099E0;
  box-shadow: 0 0 3px 2px #0099E0;
}

/* line 120, src/styles/vendors/_react_toggle.scss */
body .react-toggle:active .react-toggle-thumb {
  -webkit-box-shadow: 0 0 5px 5px #0099E0;
  -ms-box-shadow: 0 0 5px 5px #0099E0;
  -o-box-shadow: 0 0 5px 5px #0099E0;
  box-shadow: 0 0 5px 5px #0099E0;
}

/* line 1, src/styles/vendors/_rc-tooltip.scss */
.rc-tooltip {
  font-size: 0.875rem;
}

/* Common, default styles for the notification box */
/* line 169, src/styles/main.scss */
.s-alert-box,
.s-alert-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 173, src/styles/main.scss */
.s-alert-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 100%;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  max-width: 300px;
  -webkit-transition: top .4s, bottom .4s;
  transition: top .4s, bottom .4s;
}

/* line 187, src/styles/main.scss */
.s-alert-box.s-alert-show {
  pointer-events: auto;
}

/* line 190, src/styles/main.scss */
.s-alert-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

/* line 195, src/styles/main.scss */
.s-alert-box a:hover,
.s-alert-box a:focus {
  opacity: 1;
}

/* line 199, src/styles/main.scss */
.s-alert-box p {
  margin: 0;
}

/* line 202, src/styles/main.scss */
.s-alert-box.s-alert-show,
.s-alert-box.s-alert-visible {
  pointer-events: auto;
}

/* line 206, src/styles/main.scss */
.s-alert-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 218, src/styles/main.scss */
.s-alert-close:hover,
.s-alert-close:focus {
  outline: none;
}

/* line 222, src/styles/main.scss */
.s-alert-close::before,
.s-alert-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff;
}

/* line 232, src/styles/main.scss */
.s-alert-close:hover::before,
.s-alert-close:hover::after {
  background: #fff;
}

/* line 236, src/styles/main.scss */
.s-alert-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 240, src/styles/main.scss */
.s-alert-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* positions */
/* line 245, src/styles/main.scss */
.s-alert-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
}

/* line 251, src/styles/main.scss */
.s-alert-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
}

/* line 257, src/styles/main.scss */
.s-alert-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
}

/* line 263, src/styles/main.scss */
.s-alert-bottom-right {
  /*default*/
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}

/* line 269, src/styles/main.scss */
.s-alert-bottom {
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

/* line 277, src/styles/main.scss */
.s-alert-top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

/* conditions */
/* line 286, src/styles/main.scss */
.s-alert-info {
  background: #00A2D3;
  color: #fff;
}

/* line 290, src/styles/main.scss */
.s-alert-success {
  background: #27AE60;
  color: #fff;
}

/* line 294, src/styles/main.scss */
.s-alert-warning {
  background: #F1C40F;
  color: #fff;
}

/* line 298, src/styles/main.scss */
.s-alert-error {
  background: #E74C3C;
  color: #fff;
}

/* line 302, src/styles/main.scss */
[class^="s-alert-effect-"].s-alert-hide,
[class*=" s-alert-effect-"].s-alert-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* height measurement helper */
/* line 308, src/styles/main.scss */
.s-alert-box-height {
  visibility: hidden;
  position: fixed;
}

/* stackslide (top, bottom - full width) */
/* line 313, src/styles/main.scss */
.s-alert-effect-stackslide .s-alert-close {
  background: transparent;
}

/* line 316, src/styles/main.scss */
.s-alert-effect-stackslide .s-alert-close::before,
.s-alert-effect-stackslide .s-alert-close::after {
  background: #fff;
}

/* line 320, src/styles/main.scss */
.s-alert-effect-stackslide p {
  padding: 0 1.5em;
  display: inline-block;
}

/* line 324, src/styles/main.scss */
.s-alert-effect-stackslide .s-alert-close::before,
.s-alert-effect-stackslide .s-alert-close::after {
  width: 2px;
  background: #fff;
}

/* line 329, src/styles/main.scss */
.s-alert-effect-stackslide .s-alert-close:hover::before,
.s-alert-effect-stackslide .s-alert-close:hover::after {
  background: #fff;
}

/* line 333, src/styles/main.scss */
.s-alert-top-left.s-alert-effect-stackslide.s-alert-show,
.s-alert-top-right.s-alert-effect-stackslide.s-alert-show,
.s-alert-top-left.s-alert-effect-stackslide.s-alert-hide,
.s-alert-top-right.s-alert-effect-stackslide.s-alert-hide,
.s-alert-top.s-alert-effect-stackslide.s-alert-show,
.s-alert-top.s-alert-effect-stackslide.s-alert-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 352, src/styles/main.scss */
.s-alert-bottom-left.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom-right.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom-left.s-alert-effect-stackslide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-stackslide.s-alert-hide,
.s-alert-bottom.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom.s-alert-effect-stackslide.s-alert-hide {
  -webkit-animation-name: animSlideBottom;
  animation-name: animSlideBottom;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 371, src/styles/main.scss */
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}

/* line 375, src/styles/main.scss */
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* line 383, src/styles/main.scss */
.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* line 389, src/styles/main.scss */
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/* line 394, src/styles/main.scss */
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

/* line 422, src/styles/main.scss */
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}

/* line 433, src/styles/main.scss */
.rc-tooltip-hidden {
  display: none;
}

/* line 436, src/styles/main.scss */
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}

/* line 446, src/styles/main.scss */
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 454, src/styles/main.scss */
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}

/* line 462, src/styles/main.scss */
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}

/* line 470, src/styles/main.scss */
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}

/* line 473, src/styles/main.scss */
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}

/* line 476, src/styles/main.scss */
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}

/* line 479, src/styles/main.scss */
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
}

/* line 487, src/styles/main.scss */
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}

/* line 495, src/styles/main.scss */
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}

/* line 498, src/styles/main.scss */
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

/* line 502, src/styles/main.scss */
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}

/* line 505, src/styles/main.scss */
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
}

/* line 513, src/styles/main.scss */
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}

/* line 521, src/styles/main.scss */
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}

/* line 524, src/styles/main.scss */
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

/* line 528, src/styles/main.scss */
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}

/* line 531, src/styles/main.scss */
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}

/* line 539, src/styles/main.scss */
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}

/* line 547, src/styles/main.scss */
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}

/* line 550, src/styles/main.scss */
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}

/* line 553, src/styles/main.scss */
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
