﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*:active,
*:focus {
  outline: none;
}
.no-js *:focus {
  outline: solid 3px #6cc6ee;
}
::selection {
  background: #e5e5e5;
}
::-moz-selection {
  background: #e5e5e5;
}
.i,
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.i--white {
  fill: #fff;
}
svg:not(:root) {
  overflow: hidden;
}
.icon-text > svg {
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  margin-top: -0.125em;
  margin-right: 0.5em;
}
.icon-right > svg {
  margin-right: 0;
  margin-left: 0.5em;
}
svg > use {
  fill: currentColor;
}
html {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #241510;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h5,
h6,
.h6 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
h3 {
  font-weight: 700;
}
h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
}
h5,
h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
.header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
}
@media all and (min-width: 769px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1;
  }
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  .header {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1000px) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.05;
  }
}
a {
  color: #fff;
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #646464;
}
.text-black {
  color: #646464;
}
.text-green {
  color: #7F9A38;
}
.text-orange {
  color: #F56639;
}
.text-light-orange {
  color: #F1692F;
}
.text-blue {
  color: #4F90B1;
}
.text-mute {
  color: #C4D9D7;
}
.fs-small {
  font-size: 14px;
  font-size: 0.875rem;
}
.fs-large {
  font-size: 18px;
  font-size: 1.125rem;
}
.underline {
  text-decoration: underline;
}
.clickable {
  cursor: pointer;
}
.fw-bold {
  font-weight: 700;
}
footer p,
footer a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.nav-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.nav-text:hover {
  color: #F56639;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #241510;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
body {
  background-color: #C4D9D7;
  height: 100%;
  margin: 0;
}
body.dark-bg {
  background: #4F90B1;
  background-color: #4F90B1;
}
body.light-bg {
  background: #C4D9D7;
  background-color: #C4D9D7;
}
header {
  position: relative;
  z-index: 2;
}
header.light-bg {
  background-color: #C4D9D7;
}
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}
img.img-150 {
  height: 150px;
  width: auto;
}
section {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 769px) {
  section {
    max-width: 714px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.dark-bg {
  background: #4F90B1;
  background-color: #4F90B1;
}
section.clean {
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
}
section.tides {
  background: linear-gradient(to bottom, #C4D9D7 40%, #4F90B1 40%);
}
@media all and (min-width: 500px) {
  section.tides {
    background: linear-gradient(to bottom, #C4D9D7 43%, #4F90B1 43%);
  }
}
section.tides-home {
  background: linear-gradient(to bottom, #C4D9D7 48%, #4F90B1 48%);
}
section.tides-share {
  background: linear-gradient(to bottom, #C4D9D7 49.5%, #4F90B1 49.5%);
}
hr {
  border: 0;
  background-color: #fff;
  height: 1px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
.block-item,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 1.5rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
p:last-child,
address:last-child,
.block-item:last-child,
hr:last-child,
table:last-child,
fieldset:last-child,
figure:last-child,
pre:last-child {
  margin-bottom: 0;
}
ul,
ol,
dd {
  margin-left: 1.5rem;
}
.max-mb {
  margin-bottom: 3rem;
}
.xlg-mb {
  margin-bottom: 2.5rem;
}
.xlg-mb-2 {
  margin-bottom: 2rem;
}
.lg-mb {
  margin-bottom: 1.5rem;
}
.lg-mb-2 {
  margin-bottom: 1.25rem;
}
.md-mb {
  margin-bottom: 1rem;
}
.md-mb-2 {
  margin-bottom: 0.625rem;
}
.sm-mb {
  margin-bottom: 0.5rem;
}
.no-mb {
  margin-bottom: 0;
}
.xsm-ml {
  margin-left: 0.25rem;
}
.lg-mt {
  margin-top: 1.5rem;
}
.md-mt {
  margin-top: 1rem;
}
.minus-mt {
  margin-top: -1.625rem;
}
.minus-sm-mt {
  margin-top: -1rem;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.full-height {
  height: 100%;
}
.visiblity-hidden {
  visibility: hidden;
}
.hide {
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.margin-center {
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-row {
  flex-direction: row;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex.flex-end {
  justify-content: flex-end;
}
.flex.flex-space-between {
  justify-content: space-between;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex.flex-align-center {
  align-items: center;
}
.center-align-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-content {
  padding-top: 1.5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-clip-path: inset(1px);
  clip-path: inset(1px);
}
.overlay {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 250px;
  position: absolute;
  background-color: #4F90B1;
  z-index: -3;
  min-height: 216px;
  /*transition: height 0.25s ease-in;*/
}
.overlay-secondary {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #4F90B1;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
}
.full-border {
  border: 2px solid #fff;
}
.fill-page {
  height: 500px;
  position: absolute;
  top: 300px;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  background-color: #4F90B1;
  z-index: -5;
}
nav .other-btn:nth-child(2n) {
  margin-bottom: 12px;
}
@media all and (min-width: 400px) {
  .main-content {
    padding-top: 2.25vh;
  }
  .ninety-width-lg {
    width: 90%;
  }
}
.statement {
  min-height: 8rem;
}
.issue-options {
  margin-bottom: 0.75rem;
}
.issue-option {
  flex-grow: 1;
  flex-basis: 0;
}
.issue-option:nth-child(2n+1) {
  text-align: left;
  padding-right: 10px;
}
.issue-option:nth-child(2n) {
  text-align: right;
  padding-left: 10px;
}
.issue-line {
  height: 8px;
  width: 50%;
  border-radius: 10px;
  background-color: #F56639;
  margin-bottom: 3px;
}
.avatar-img {
  top: 0;
  left: 0;
}
.no-selection {
  -webkit-user-select: none;
  user-select: none;
}
@media all and (max-width: 992px) {
  .no-selection-md {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media only screen and (max-width: 769px) {
  .u-hidden\@small {
    display: none;
  }
}
.animated.ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.light-speed {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.animated.delay-custom {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
div.content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  div.content {
    max-width: 714px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
div.content.dark-bg {
  background: #4F90B1;
  background-color: #4F90B1;
}
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 1em;
}
.flip-container.flip .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.flip-container.flip .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
@media only screen and (max-width: 769px) {
  .flip-container.large-sm-only,
  .flip-container.small.large-sm-only {
    height: 480px;
  }
  .flip-container.large-sm-only .front,
  .flip-container.small.large-sm-only .front,
  .flip-container.large-sm-only .back,
  .flip-container.small.large-sm-only .back {
    height: 480px;
  }
  .flip-container.xlarge-sm-only,
  .flip-container.small.xlarge-sm-only {
    height: 590px;
  }
  .flip-container.xlarge-sm-only .front,
  .flip-container.small.xlarge-sm-only .front,
  .flip-container.xlarge-sm-only .back,
  .flip-container.small.xlarge-sm-only .back {
    height: 590px;
  }
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 450px;
}
@media all and (min-width: 769px) {
  .flip-container,
  .front,
  .back {
    height: 428px;
  }
}
.flip-container.small,
.front.small,
.back.small {
  height: 380px;
}
@media all and (min-width: 769px) {
  .flip-container.small,
  .front.small,
  .back.small {
    height: 347px;
  }
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.bubble.back {
  position: absolute;
  transform: rotateY(-180deg);
}
.flip-button {
  display: block;
}
.noUi-target {
  border: none;
  box-shadow: none;
}
.noUi-background,
.noUi-bg-contrast-current {
  background: transparent;
}
.noUi-value {
  display: none;
}
.card__action {
  margin: 0 5px;
}
.question__slider.question__slider-dots:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: dotted 2px #c8c8c8;
}
.question__slider.question__slider-dots .noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  right: -16px;
}
.question__slider.question__slider-dots .noUi-handle {
  border: none;
  border-radius: 18px;
  background: #F56639;
  cursor: pointer;
  box-shadow: none;
}
.question__slider.question__slider-dots .noUi-handle:before,
.question__slider.question__slider-dots .noUi-handle:after {
  width: 0;
  height: 0;
  top: 10px;
  background: transparent;
}
.question__slider.question__slider-dots .noUi-handle:before {
  left: 8px;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-right: 0.375rem solid #fff;
}
.question__slider.question__slider-dots .noUi-handle:after {
  left: 18px;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid #fff;
}
.question__container .question__slider.question__slider-dots .noUi-handle {
  display: none !important;
}
.question__slider.question__slider-dots .noUi-handle:hover {
  background-color: #f45321;
}
.question__slider.question__slider-dots .noUi-pips {
  position: absolute;
  top: 4px;
  left: -4px;
  height: 12px;
  padding: 0;
}
.question__slider.question__slider-dots .noUi-marker.noUi-marker-large {
  background: #DCC7A0;
}
.question__slider.question__slider-dots .noUi-marker.noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
  width: 12px;
  border-radius: 7px;
}
.question__slider.question__slider-dots .noUi-marker.noUi-marker-normal {
  display: none;
}
.question__slider.question__slider-dots-result .noUi-base {
  position: relative;
}
.question__slider.question__slider-dots-result .noUi-base:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AF8940;
  position: absolute;
  top: 7px;
  left: 0;
}
.question__slider.question__slider-dots-result .noUi-handle {
  cursor: initial;
}
.question__slider.question__slider-dots-result .noUi-handle:before,
.question__slider.question__slider-dots-result .noUi-handle:after {
  content: initial;
}
.question__slider.question__slider-dots-result .noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  top: 1px;
  left: -9px;
}
.question__slider.question__slider-dots-result .noUi-marker.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
  width: 6px;
  border-radius: 7px;
  background-color: #AF8940;
}
.question__slider.question__slider-dots-result.-brand-secondary .noUi-horizontal .noUi-handle {
  background-color: #7F9A38;
}
.question__slider.question__slider-dots-result.-brand-green .noUi-horizontal .noUi-handle {
  background-color: #4F90B1;
}
.question__slider.question__slider-wide,
.question__slider.question__slider-result-wide {
  background-color: #FDD2C5;
  border-radius: 4px;
}
.question__slider.question__slider-wide .noUi-connect,
.question__slider.question__slider-result-wide .noUi-connect {
  background-color: transparent;
  box-shadow: none;
}
.question__slider.question__slider-wide .noUi-background,
.question__slider.question__slider-result-wide .noUi-background {
  box-shadow: none;
}
.question__slider.question__slider-wide .noUi-horizontal .noUi-handle,
.question__slider.question__slider-result-wide .noUi-horizontal .noUi-handle {
  height: 40px;
  top: 0;
}
.question__slider.question__slider-wide .noUi-target,
.question__slider.question__slider-result-wide .noUi-target {
  padding-left: 25%;
  padding-right: 25%;
}
.question__slider.question__slider-wide .noUi-handle,
.question__slider.question__slider-result-wide .noUi-handle {
  border: none;
  border-radius: 4px;
  background: #F56639;
  cursor: pointer;
  box-shadow: none;
  width: 127px;
  right: -63px;
}
.question__slider.question__slider-wide .noUi-handle:before,
.question__slider.question__slider-result-wide .noUi-handle:before,
.question__slider.question__slider-wide .noUi-handle:after,
.question__slider.question__slider-result-wide .noUi-handle:after {
  display: none;
}
.question__slider.question__slider-wide .noUi-handle:hover,
.question__slider.question__slider-result-wide .noUi-handle:hover {
  background-color: #f45321;
}
.question__slider.question__slider-result-wide {
  background-color: #FDDFC2;
  height: 10px;
  padding-top: 0;
  margin-top: 4px;
  margin-bottom: 18px;
}
.question__slider.question__slider-result-wide .noUi-horizontal .noUi-handle {
  height: 10px;
  cursor: default;
}
.question__slider.question__slider-result-wide .noUi-target {
  padding-left: 25%;
  padding-right: 25%;
}
.question__slider.question__slider-result-wide:after {
  bottom: -9px;
}
.question__slider.question__slider-result-wide.-brand-secondary {
  background-color: rgba(1, 84, 92, 0.2);
}
.question__slider.question__slider-result-wide.-brand-secondary .noUi-handle {
  background: #7F9A38;
}
.question__slider.question__slider-result-wide.-brand-secondary .noUi-marker-large,
.question__slider.question__slider-result-wide.-brand-secondary .noUi-marker-normal {
  background: rgba(1, 84, 92, 0.2);
}
.question__slider.question__slider-result-wide.-brand-secondary:after {
  background: #7F9A38;
}
.question__slider.question__slider-result-wide.-brand-green {
  background-color: #C4D9D7;
}
.question__slider.question__slider-result-wide.-brand-green .noUi-handle {
  background: #4F90B1;
}
.question__slider.question__slider-result-wide.-brand-green .noUi-marker-large,
.question__slider.question__slider-result-wide.-brand-green .noUi-marker-normal {
  background: #C4D9D7;
}
.question__slider.question__slider-result-wide.-brand-green:after {
  background: #4F90B1;
}
.slider-helper {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  min-width: 2.1rem;
}
.slider-helper--left {
  padding-right: 1.5rem;
}
.slider-helper--right {
  padding-left: 1.5rem;
}
.question__slider {
  position: relative;
}
.question__slider.question__slider-wide,
.question__slider.question__slider-result-wide {
  min-height: 40px;
}
.question__slider.question__slider-wide:after,
.question__slider.question__slider-result-wide:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  display: block;
  width: 1px;
  height: 95px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background-color: #CA512A;
  z-index: 10;
}
.question__slider.question__slider-dots-result {
  padding-top: 2px;
  padding-right: 0;
  padding-left: 0;
}
.question__slider.question__slider-dots-result:before {
  content: none;
  display: none;
}
.question__slider.question__slider-result-wide {
  padding-top: 4px;
  min-height: 0px;
}
.question__slider.question__slider-result-wide:after {
  bottom: -1px;
  height: 27px;
}
.ui-slider a {
  outline: none;
}
.width-full {
  width: 100% !important;
}
@media only screen and (min-width: 321px) {
  .question__slider.question__slider-wide .noUi-handle,
  .question__slider.question__slider-result-wide .noUi-handle {
    width: 143px;
    right: -72px;
  }
}
@media only screen and (min-width: 500px) {
  .question__slider.question__slider-wide .noUi-handle,
  .question__slider.question__slider-result-wide .noUi-handle {
    width: 223px;
    right: -112px;
  }
}
@media only screen and (min-width: 769px) {
  .width-8\/10\@medium {
    width: 80% !important;
  }
  .width-1\/10\@medium {
    width: 10% !important;
  }
  .question__slider.question__slider-wide .noUi-handle,
  .question__slider.question__slider-result-wide .noUi-handle {
    width: 255px;
    right: -128px;
  }
}
.slider--dots-text {
  margin-bottom: 50px;
  margin-top: -30px;
}
select {
  color: #4f90b1;
}
select {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #EEE;
  border-radius: 4px;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../assets/images/dropdown-arrow.svg') 95% no-repeat #eee;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}
/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0 \0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in;
  padding: 0.5rem 2rem;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  border-color: #F56639;
  background-color: #F56639;
  color: #fff;
  box-shadow: 0 2px 0 #C13E3E;
}
.btn:hover,
.btn:active {
  border-color: #f45321;
  background-color: #f45321;
}
.btn.btn-min-width {
  min-width: 200px;
}
.btn.btn-large {
  line-height: 2;
  padding-top: 0.72px;
  padding-top: 0.045rem;
  padding-bottom: 0.72px;
  padding-bottom: 0.045rem;
  padding-left: 1.08px;
  padding-left: 0.0675rem;
  padding-right: 1.08px;
  padding-right: 0.0675rem;
}
.btn.btn-small {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 86px;
}
.btn.btn-large-fs {
  font-size: 16px;
  font-size: 1rem;
}
.btn.secondary-btn {
  border-color: #FFF9F3;
  background-color: #FFF9F3;
  color: #4A4A4A;
  box-shadow: 0 2px 0 #ffecda;
}
.btn.secondary-btn:hover,
.btn.secondary-btn:active {
  color: #fff;
  border-color: #708731;
  background-color: #7F9A38;
  box-shadow: 0 2px 0 #708731;
}
.btn.low-btn {
  border-color: #ffecda;
  background-color: #FFF9F3;
  color: #4A4A4A;
  box-shadow: 0 2px 0 #ffecda;
}
.btn.low-btn:hover,
.btn.low-btn:active {
  background-color: #ffecda;
}
.btn.medium-btn {
  border-color: #f38e6d;
  background-color: #F5A085;
  color: #4A4A4A;
  box-shadow: 0 2px 0 #f17b56;
}
.btn.medium-btn:hover,
.btn.medium-btn:active {
  background-color: #f38e6d;
}
.btn.quiz-btn {
  width: 100%;
}
.btn.flex {
  display: flex;
}
.btn.share-btn {
  width: 169px;
  z-index: 2;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem;
}
.btn.facebook-btn {
  border-color: #3b5998;
  background-color: #3b5998;
  box-shadow: none;
}
.btn.facebook-btn:hover,
.btn.facebook-btn:active {
  background-color: #2d4373;
}
.btn.twitter-btn {
  border-color: #55acee;
  background-color: #55acee;
  box-shadow: none;
}
.btn.twitter-btn:hover,
.btn.twitter-btn:active {
  border-color: #2795e9;
  background-color: #2795e9;
}
.btn.copy-btn {
  border-color: #7F9A38;
  background-color: #7F9A38;
  box-shadow: none;
}
.btn.copy-btn:hover,
.btn.copy-btn:active {
  background-color: #8ead3f;
}
.btn-round-inverted:hover {
  background-color: #7F9A38;
  color: #fff;
  border: 1px solid #7F9A38;
}
.btn,
.btn:hover {
  text-decoration: none;
}
.btn-round-inverted {
  color: #7F9A38;
  border: 1px solid #7F9A38;
  border-radius: 50rem;
  font-size: 19px;
  line-height: 1.5;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: none;
}
.btn-back {
  padding: 0 7px 1px 5px;
}
.btn-back svg {
  vertical-align: middle;
}
.btn.fadeIn {
  margin-bottom: 3px;
}
.toggle-btn {
  width: 100%;
}
.toggle-btn input {
  height: 0px;
  width: 0px;
  position: absolute;
  opacity: 0;
}
.toggle-btn input + label {
  color: #4F90B1;
  width: 96%;
  text-align: center;
  padding: 12px;
  line-height: 20px;
  background-color: #e5e5e5;
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.toggle-btn input + label:hover,
.toggle-btn input + label:focus {
  background-color: #F56639;
  color: #e5e5e5;
}
.toggle-btn input:checked + label {
  background-color: #F56639;
  color: #e5e5e5;
}
.bubble {
  background: #FFF9F3;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.4);
  margin-bottom: 1.5rem;
  max-width: 34rem;
  position: relative;
  min-height: 20rem;
  padding: 1rem;
  /*min-width: 18rem;*/
}
.bubble.small-bubble {
  max-width: 460px;
}
.bubble.bg-alt {
  background-color: #4F90B1;
}
#quiz .bubble {
  max-width: 18rem;
  min-width: 18rem;
}
@media all and (min-width: 321px) {
  .bubble {
    padding: 1rem;
  }
  .bubble.max-width {
    max-width: 328px;
  }
  #quiz .bubble {
    max-width: 20rem;
    min-width: 20rem;
  }
}
@media all and (min-width: 500px) {
  #quiz .bubble {
    max-width: 30rem;
    min-width: 30rem;
  }
}
@media all and (min-width: 769px) {
  #quiz .bubble {
    min-width: 34rem;
  }
}
.cross-wrapper {
  position: relative;
}
.cross {
  position: absolute;
  background-color: #F56639;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 21px;
  top: -35px;
  right: -30px;
  padding-top: 5px;
  cursor: pointer;
  box-shadow: 0 2px 0 #C13E3E;
}
.cross:hover,
.cross:active {
  background-color: #f45321;
}
.modal-overlay {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(79, 144, 177, 0.75);
}
.modal-image {
  display: none;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.modal-wrapper.open {
  display: block;
}
.modal-wrapper .center-align-container {
  padding: 0 1rem;
}
.external-links {
  flex-direction: column;
}
.external-links .btn {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 769px) {
  .modal-image {
    display: block;
  }
  .modal-image img {
    width: 190px;
    height: 273px;
  }
  .external-links {
    flex-direction: row;
  }
  .external-links .btn {
    margin-bottom: 0;
  }
}
.center-vertical-line span:first-of-type {
  position: relative;
}
.center-vertical-line span:first-of-type::after {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  color: inherit;
  border-left: solid 1px #F56639;
  height: 140%;
}
.result-stats-wrapper p {
  margin-top: 1.25rem;
  margin-bottom: 3px;
  color: #4F90B1;
  font-size: 14px;
  line-height: 21px;
}
.result-stats-wrapper p.no-response {
  margin-top: 0;
  margin-bottom: 0;
  color: #F1692F;
}
.result-chart {
  position: relative;
}
.result-chart .result-chart--container {
  height: 10px;
  border-radius: 6px;
  background-color: #C4D9D7;
  overflow: hidden;
  width: 100%;
  margin-right: 5px;
}
.result-chart .result-chart--container .result-chart--line {
  background-color: #4F90B1;
  border-radius: 6px;
  height: 10px;
}
.result-chart.center-border::after {
  content: "";
  position: absolute;
  left: 50%;
  color: inherit;
  border-left: solid 1px #4F90B1;
  height: 27px;
}
.result-lines {
  width: 99%;
}
.result-lines .line-section {
  height: 5px;
  border-bottom: 1px solid #AF8940;
  position: relative;
  /*&::before {
            content: '\25CF';
            color: @color-brand-primary-small-dots;
            position: absolute;
            top: -8px;
            left: -2px;
            font-size: 1rem;
        }*/
}
.result-lines .line-section::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -6px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 50%;
  background: #AF8940;
}
.result-lines .line-section.selected {
  /*&::before {
                color: @color-green;
                font-size: 1.875rem;
                top: -19px;
                left: -8px;
            }*/
}
.result-lines .line-section.selected::before {
  top: -3px;
  left: -6px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 50%;
  background: #4F90B1;
}
.result-lines .line-section:last-of-type {
  width: 1px;
}
.result-lines .line-section:last-of-type::before {
  left: -6px;
}
.result-lines .line-section:last-of-type.selected::before {
  left: -7px;
}
.user-selected p {
  color: #F56639;
  margin-top: 1rem;
}
.user-selected .result-chart .result-chart--container {
  background-color: #FDDFC2;
}
.user-selected .result-chart .result-chart--container .result-chart--line {
  background-color: #F56639;
}
.user-selected .result-chart::after {
  border-color: #F56639;
}
.user-selected .line-section.selected::before {
  background: #F56639;
  /*font-size: 30px;
            top: -19px;*/
}
/*#results {
    .flip-container, .front, .back {
        height: 570px;
    }
}

@media (min-width: @screen-sm) {

    #results {
        .flip-container, .front, .back {
            height: 580px;
        }
    }
}*/
#results .flip-container,
#results .front,
#results .back {
  height: 630px;
}
@media (min-width: 769px) {
  #results .flip-container,
  #results .front,
  #results .back {
    height: 650px;
  }
}
.wrapper--rosette {
  width: 33%;
  padding: 1rem;
}
.rosette-sm {
  max-height: 210px;
}
.rosette-lg {
  min-height: 120px;
  min-width: 95px;
}
@media all and (min-width: 500px) {
  .rosette-lg {
    min-height: 180px;
    min-width: 150px;
  }
}
@media all and (min-width: 769px) {
  .rosette-lg {
    min-height: 270px;
    min-width: 185px;
  }
}
.row {
  flex-direction: column;
}
.form-question {
  margin-bottom: 0.75rem;
}
.multi-buttons .quiz-btn {
  margin-right: 12px;
  margin-top: 0;
  margin-bottom: 3px;
}
.multi-buttons .quiz-btn:last-child {
  margin-right: 0;
}
.multi-buttons .btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.avatar-offset {
  z-index: -2;
  margin-top: 45px;
}
.avatar-offset.position-absolute {
  width: 100%;
}
/*section {
    padding: 0;
}*/
@media all and (min-width: 321px) {
  .multi-buttons .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 375px) {
  .multi-buttons .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 769px) {
  .row {
    flex-direction: row;
  }
  .row .form-question {
    width: 65%;
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .row .form-answer {
    width: 35%;
  }
  .multi-buttons .quiz-btn {
    margin-left: 12px;
    margin-right: 12px;
  }
  /*section {
        padding: 0 1rem;
    }*/
}
.baz {
  top: -41px;
  right: 15px;
  width: 46px;
  height: 50px;
}
@media all and (max-width: 769px) {
  .multi-buttons .quiz-btn.buttonLargeText {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.banner {
  max-width: 100%;
  background-color: #F4881C;
}
.banner p {
  padding: 3px;
}
.summary-text {
  width: 28ch;
}
@media all and (min-width: 769px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid .grid-item {
    flex: 0 49.402%;
    box-sizing: border-box;
    width: 100%;
  }
  .share-img {
    min-height: 340px;
  }
}
#homepage-content {
  padding: 0;
}
.logo {
  width: 80%;
  height: 148px;
  display: inline-block;
  max-width: 279px;
}
@media all and (min-width: 400px) {
  .logo {
    height: 157px;
    width: 100%;
  }
}
.wrapper--social-share-links a {
  margin: 0px 7px;
}
.wrapper--social-share-links :nth-child(n + 2) {
  position: relative;
}
.wrapper--social-share-links :nth-child(n + 2)::before {
  content: "•";
  position: absolute;
  left: -9px;
}
.wrapper--placeholder {
  max-width: 260px;
}
#share-content {
  min-height: calc(100vh - 1.5rem);
}
@media all and (min-width: 400px) {
  #share-content {
    min-height: calc(100vh - 2.25vh);
  }
}
footer {
  color: #C4D9D7;
  background-color: #4F90B1;
  padding-bottom: 4vh;
}
footer .footer-wrapper {
  max-width: 666px;
  margin: 0 auto;
  padding: 0 2em;
}
footer p {
  margin: 0;
}