a,address,b,big,body,button,center,code,details,div,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,legend,li,mark,object,ol,p,pre,s,section,small,span,summary,time,u,ul,var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

details,footer,header,section {
  display: block;
}

button {
  border-radius: 0;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

button {
  background: none;
}

input {
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

legend {
  max-width: 100%;
}

button,input,select {
  font-family: inherit;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: Helvetica,Arial,freesans,sans-serif;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

html {
  font-size: 1em;
  line-height: 1.5em;
  min-width: 200px;
}

body,html {
  height: 100%;
}

.light {
  color: #000;
}

.dark {
  color: #fff;
}

#orb-footer {
  box-sizing: content-box;
  font-size: 10px;
}

#orbit-container-full-height {
  height: 100%;
}

#orbit-container-full-height #orb-modules {
  height: inherit;
}

.scaling-svg__container {
  height: 0;
  padding: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.scaling-svg__svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.text {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 16px;
  word-wrap: break-word;
}

@media (min-width:20em) {
  .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.text--heading {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width:20em) {
  .text--heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .text--heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .text--heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.text--info {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
}

@media (min-width:20em) {
  .text--info {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .text--info {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.text--introduction {
  margin-bottom: 32px;
}

.text--inline {
  display: inline-block;
}

.text--long-primer {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width:37.5em) {
  .text--long-primer {
    line-height: 20px;
    line-height: 1.25rem;
  }

  .no-touchevents .text--long-primer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.list-item {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

@media (min-width:20em) {
  .list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .list-item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.list-item--bullet:before {
  position: absolute;
  content: "\25CF";
  left: 0;
  top: 0;
}

.content-container {
  border-bottom: 1px solid;
  margin-bottom: 16px;
  border-bottom-color: #f5f5f5;
}

.light .list-item,.light .text--heading {
  color: #000;
}

.dark .list-item,.dark .text--heading {
  color: #fff;
}

.heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -.0625rem;
  vertical-align: middle;
}

@media (min-width:20em) {
  .heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

@media (min-width:37.5em) {
  .heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }

  .no-touchevents .heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

.heading--inline {
  display: inline-block;
}

.heading--secondary {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -.0625rem;
}

@media (min-width:37.5em) {
  .heading--secondary {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .no-touchevents .heading--secondary {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.heading--tertiary {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
}

@media (min-width:20em) {
  .heading--tertiary {
    letter-spacing: -1px;
    letter-spacing: -.0625rem;
  }
}

@media (min-width:37.5em) {
  .heading--tertiary {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  .no-touchevents .heading--tertiary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.heading--success {
  padding-left: 32px;
  position: relative;
}

.heading--success:before {
  background-image: url("img/tick_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 30px;
}

@media (min-width:37.5em) {
  .heading--success:before {
    height: 20px;
  }
}

.light .heading {
  color: #000;
}

.dark .heading {
  color: #fff;
}

.code {
  background-color: #f5f5f5;
  padding: 16px;
  white-space: pre-wrap;
}

.link {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 700;
  text-decoration: none;
}

.link__text {
  display: inline-block;
  padding-bottom: 7px;
}

.link__icon {
  display: none;
}

@media (min-width:37.5em) {
  .link__text {
    padding-right: 8px;
  }

  .link__icon {
    background: transparent;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    height: 24px;
    width: 24px;
  }
}

.link {
  border-bottom-color: #b3b3b3;
}

.link--no-decoration {
  border-bottom-width: 0;
}

.light .link {
  color: #000;
}

.light .link:focus,.light .link:hover {
  color: #005bc8;
}

.light .link--primary {
  border-bottom-color: #006def;
  color: #006def;
}

.light .link--primary:focus,.light .link--primary:hover {
  color: #005bc8;
}

.dark .link {
  color: #fff;
}

.dark .link:focus,.dark .link:hover {
  color: #b3b3b3;
}

.buttons__legend {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 16px;
}

@media (min-width:20em) {
  .buttons__legend {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .buttons__legend {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .buttons__legend {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.buttons--inline .button {
  width: 100%;
}

.button {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 16px;
  outline-offset: 4px;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width:20em) {
  .button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.button--icon-previous:before {
  background-image: url("img/previous.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 32px;
  vertical-align: bottom;
}

.button--full-width {
  display: block;
  width: 100%;
}

.button--inline-paragraph {
  border-bottom: 1px solid;
  padding: 0;
  width: auto;
}

.button--radio {
  padding: 0;
  position: relative;
}

.button--radio .button__radio-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button--radio .button__text-wrapper {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

@media (min-width:20em) {
  .button--radio .button__text-wrapper {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .button--radio .button__text-wrapper {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.button--radio .button__text {
  width: 100%;
}

.button--left-align,.button__label {
  text-align: left;
}

.button__label {
  display: inline-block;
  margin: 24px 0 8px;
}

.button__label--fine-print {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  display: block;
  margin: 16px 0;
}

@media (min-width:20em) {
  .button__label--fine-print {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .button__label--fine-print {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.button__input {
  border: 0;
  bottom: 0;
  clip: rect(0 0 0 0);
  left: 50%;
  position: absolute;
}

.button__input:focus+.button__text-wrapper {
  outline: 2px solid;
  outline-offset: 4px;
}

.button__input:checked+.button__text-wrapper .button__text:before {
  background-image: url("img/tick_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  width: 20px;
}

.button--disabled,.buttons--disabled .button,.buttons--disabled .button__text-wrapper {
  cursor: not-allowed;
}

@media (min-width:20em) {
  .buttons .button {
    margin-left: 0;
    margin-right: 16px;
  }

  .buttons .button:last-of-type {
    margin-right: 0;
  }

  .buttons--inline .buttons__wrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }

  .buttons--inline .button {
    display: inline-block;
    width: 45%;
    width: calc(50% - 8px);
  }

  .buttons--inline .button--radio {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.buttons--radio .button__input:checked+.button__text-wrapper {
  background-color: #0b8a0b;
  border-color: #0b8a0b;
  color: #fff;
}

.buttons--radio .button__input+.button__text-wrapper:hover {
  background-color: #126612;
  border-color: #126612;
  color: #fff;
}

.buttons--radio .button__input:focus+.button__text-wrapper {
  outline-color: #006def;
}

.buttons--disabled>.buttons__legend,.buttons:disabled>.buttons__legend {
  color: #b3b3b3;
}

.button {
  background-color: #006def;
  border-color: #006def;
  color: #fff;
  outline-color: #006def;
}

.button:hover {
  background-color: #005bc8;
  border-color: #005bc8;
}

.button--inline-paragraph,.button--inline-paragraph:hover,.button--radio,.button--radio:hover {
  background-color: transparent;
}

.light .button--radio,.light .button__label {
  color: #000;
}

.light .button--inline-paragraph {
  border-color: #b3b3b3;
  color: #000;
}

.light .buttons--disabled .button__input+.button__text-wrapper,.light .buttons:disabled .button__input+.button__text-wrapper {
  background-color: #848484;
  color: #f5f5f5;
  border-color: hsla(0,0%,70%,0);
}

.light .button--disabled,.light .button--disabled:hover {
  background-color: #848484;
  color: #f5f5f5;
}

.dark .button--radio,.dark .button__label,.dark .buttons__legend {
  color: #fff;
}

.dark .button--inline-paragraph {
  border-color: #b3b3b3;
}

.dark .buttons--disabled .button__input+.button__text-wrapper,.dark .buttons:disabled .button__input+.button__text-wrapper {
  background-color: #2d2d2d;
  color: #f5f5f5;
  border-color: hsla(0,0%,70%,0);
}

.dark .button--disabled,.dark .button--disabled:hover {
  background-color: #2d2d2d;
  color: #f5f5f5;
}

.hide,.pre-component-mount .u-hide-pre-component-mount,.u-hide {
  display: none!important;
}

.show,.u-show {
  display: block!important;
}

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

.u-border-bottom-zero {
  border-bottom-width: 0!important;
}

.u-margin-none {
  margin: 0!important;
}

.u-margin-top-double {
  margin-top: 16px!important;
}

.u-margin-top-triple {
  margin-top: 24px!important;
}

.u-margin-top-quad {
  margin-top: 32px!important;
}

.u-margin-bottom-none {
  margin-bottom: 0!important;
}

.u-margin-bottom {
  margin-bottom: 8px!important;
}

.u-margin-bottom-double {
  margin-bottom: 16px!important;
}

.u-margin-bottom-triple {
  margin-bottom: 24px!important;
}

.u-margin-bottom-quad {
  margin-bottom: 32px!important;
}

.u-margin-bottom-hex {
  margin-bottom: 48px!important;
}

.u-margin-left {
  margin-left: 8px!important;
}

.u-padding-none {
  padding: 0!important;
}

.u-padding-double {
  padding: 16px!important;
}

.u-padding-top {
  padding-top: 8px!important;
}

.u-padding-top-double {
  padding-top: 16px!important;
}

.u-padding-top-triple {
  padding-top: 24px!important;
}

.u-padding-top-quad {
  padding-top: 32px!important;
}

.u-padding-top-penta {
  padding-top: 40px!important;
}

.u-padding-bottom {
  padding-bottom: 8px!important;
}

.u-padding-bottom-double {
  padding-bottom: 16px!important;
}

.u-padding-bottom-triple {
  padding-bottom: 24px!important;
}

.u-padding-bottom-quad {
  padding-bottom: 32px!important;
}

.u-padding-bottom-penta {
  padding-bottom: 40px!important;
}

.u-padding-bottom-hex {
  padding-bottom: 48px!important;
}

.u-padding-left-none {
  padding-left: 0!important;
}

.u-padding-left-double {
  padding-left: 16px!important;
}

.u-padding-right-double {
  padding-right: 16px!important;
}

.u-lower-case {
  text-transform: lowercase!important;
}

.u-animation-fade-in {
  -webkit-animation: fade-in 2s;
  animation: fade-in 2s;
}

@media (min-width:37.5em) {
  .u-hide--tablet {
    display: none!important;
  }

  .u-show--tablet {
    display: block!important;
  }

  .u-padding-quad--tablet {
    padding: 32px!important;
  }

  .u-padding-top-none--tablet {
    padding-top: 0!important;
  }

  .u-padding-top--tablet {
    padding-top: 8px!important;
  }

  .u-padding-top-double--tablet {
    padding-top: 16px!important;
  }

  .u-padding-top-hex--tablet {
    padding-top: 48px!important;
  }

  .u-padding-top-hepta--tablet {
    padding-top: 56px!important;
  }

  .u-padding-top-quad--tablet {
    padding-top: 32px!important;
  }

  .u-padding-bottom-none--tablet {
    padding-bottom: 0!important;
  }

  .u-padding-bottom--tablet {
    padding-bottom: 8px!important;
  }

  .u-padding-bottom-double--tablet {
    padding-bottom: 16px!important;
  }

  .u-padding-bottom-triple--tablet {
    padding-bottom: 24px!important;
  }

  .u-padding-bottom-quad--tablet {
    padding-bottom: 32px!important;
  }

  .u-padding-left-none--tablet {
    padding-left: 0!important;
  }

  .u-margin-left-none--tablet {
    margin-left: 0!important;
  }
}

.avatar {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #006def;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 64px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 64px;
  text-align: center;
  width: 64px;
}

@media (min-width:20em) {
  .avatar {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

@media (min-width:37.5em) {
  .avatar {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }

  .no-touchevents .avatar {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 48px;
    line-height: 3rem;
  }
}

@media (min-width:37.5em) {
  .avatar {
    height: 96px;
    line-height: 96px;
    width: 96px;
  }
}

.avatar-section {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.avatar-section__heading {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-left: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.header {
  margin-bottom: 32px;
}

.header--mobile {
  left: 0;
  padding: 16px;
  padding-bottom: 4px;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header--mobile .header__logo,.header--mobile .header__logo-link {
  display: block;
}

.header--small {
  margin-bottom: 16px;
}

.page__content--form .header {
  margin-bottom: 32px;
}

.header__logo {
  display: none;
  width: 75px;
}

.header__logo-link {
  width: 75px;
  height: 24px;
}

.page__content-wrapper--nma .header--mobile {
  display: none;
}

.page__content-wrapper--nma .header__logo {
  display: block;
  margin-bottom: 24px;
  width: 75px;
  z-index: 2;
}

.page__content-wrapper--nma .header__logo-link {
  display: block;
  margin-bottom: 24px;
}

@media (min-width:37.5em) {
  .header--mobile {
    display: none;
  }

  .header__logo,  .page__content-wrapper--nma .header__logo {
    display: block;
    margin-bottom: 24px;
    position: absolute;
    width: 84px;
    z-index: 2;
  }

  .header__logo-link,  .page__content-wrapper--nma .header__logo-link {
    display: block;
    margin-bottom: 24px;
    width: 84px;
  }
}

.light .header--mobile {
  background-color: #fff;
}

.light .bbc-block {
  color: #000;
  fill: #000;
}

.light .bbc-blocks {
  fill: #000;
}

.dark .header--mobile {
  background-color: #000;
}

.dark .bbc-block {
  color: #fff;
  fill: #fff;
}

.dark .bbc-blocks {
  fill: #fff;
}

.footer {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}

@media (min-width:20em) {
  .footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .footer {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.footer__grid-wrapper {
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-left: 0;
}

@media (min-width:37.5em) {
  .footer__grid-wrapper {
    margin-left: -16px;
  }
}

.footer__spacer {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  width: 100%;
  vertical-align: top;
  display: none;
}

@media (min-width:37.5em) {
  .footer__spacer {
    padding-left: 16px;
  }
}

.footer__content {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
}

.footer__item {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px 0;
}

@media (min-width:20em) {
  .footer__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .footer__item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .footer__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.footer__item:nth-child(odd) {
  padding-bottom: 16px;
}

.footer__item:nth-child(2n) {
  border-top: 1px solid #525252;
  padding-top: 16px;
}

@media (min-width:37.5em) {
  .flexbox .footer {
    height: auto;
  }

  .footer {
    position: absolute;
  }

  .footer__grid-wrapper {
    margin-left: 0;
  }

  .footer__item {
    display: inline-block;
    vertical-align: top;
    border-bottom-style: none;
  }

  .footer__item:nth-child(odd) {
    padding-bottom: 8px;
    width: 50%;
  }

  .footer__item:nth-child(2n) {
    border-top-style: none;
    padding-top: 8px;
    text-align: right;
    width: 50%;
  }
}

@media (min-width:63em) {
  .footer__wrapper {
    max-width: 1008px;
    margin: 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width:63em) and (min-width:25em) {
  .footer__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width:63em) and (min-width:80em) {
  .footer__wrapper {
    max-width: 1280px;
  }
}

@media (min-width:63em) {
  .footer__grid-wrapper {
    margin-left: -16px;
  }

  .footer__content {
    display: inline-block;
    padding-left: 8px;
    text-align: left;
    width: 100%;
    vertical-align: top;
    width: 83.33333%;
  }
}

@media (min-width:63em) and (min-width:37.5em) {
  .footer__content {
    padding-left: 16px;
  }
}

@media (min-width:63em) {
  .footer__spacer {
    width: 8.33333%;
    display: inline-block;
  }
}

.footer {
  background-color: #4c4c4c;
  color: #fff;
}

.footer .link {
  color: #fff;
  border-bottom-style: none;
}

.footer .link:hover {
  color: #fff;
  border-bottom-style: solid;
}

.gel-wrap {
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width:25em) {
  .gel-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width:80em) {
  .gel-wrap {
    max-width: 1280px;
  }
}

.gel-layout {
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}

@media (min-width:37.5em) {
  .gel-layout {
    margin-left: -16px;
  }
}

.gel-layout--center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gel-layout--center>.gel-layout__item {
  text-align: flip(left,right);
}

.gel-layout__item {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  width: 100%;
  vertical-align: top;
}

@media (min-width:37.5em) {
  .gel-layout__item {
    padding-left: 16px;
  }
}

.gel-1_1 {
  width: 100%;
}

.gel-1_12 {
  width: 8.33333%;
}

.gel-3_12 {
  width: 25%;
}

.gel-4_12 {
  width: 33.33333%;
}

.gel-5_12 {
  width: 41.66667%;
}

.gel-7_12 {
  width: 58.33333%;
}

.gel-8_12 {
  width: 66.66667%;
}

.gel-9_12 {
  width: 75%;
}

.gel-10_12 {
  width: 83.33333%;
}

@media (min-width:37.5em) {
  .gel-1_1--tablet {
    width: 100%;
  }

  .gel-1_12--tablet {
    width: 8.33333%;
  }

  .gel-4_12--tablet {
    width: 33.33333%;
  }

  .gel-5_12--tablet {
    width: 41.66667%;
  }

  .gel-6_12--tablet {
    width: 50%;
  }

  .gel-7_12--tablet {
    width: 58.33333%;
  }

  .gel-8_12--tablet {
    width: 66.66667%;
  }

  .gel-9_12--tablet {
    width: 75%;
  }

  .gel-10_12--tablet {
    width: 83.33333%;
  }
}

.page {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.page,.page__close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page__close {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
  position: fixed;
  right: 4px;
  top: 4px;
  width: 48px;
  z-index: 3;
}

.page__close-icon {
  position: relative;
  width: 24px;
}

.page__wrapper {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 1;
}

.page__grid-wrapper {
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

@media (min-width:37.5em) {
  .page__grid-wrapper {
    margin-left: -16px;
  }
}

.page__spacer {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  width: 100%;
  vertical-align: top;
  display: none;
}

@media (min-width:37.5em) {
  .page__spacer {
    padding-left: 16px;
  }
}

.page__content-wrapper {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  width: 100%;
  vertical-align: top;
  padding-top: 48px;
}

@media (min-width:37.5em) {
  .page__content-wrapper {
    padding-left: 16px;
  }
}

.page__content {
  display: inline-block;
  padding: 16px;
  padding-bottom: 32px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.page__content--secondary {
  border-top: 1px solid #b3b3b3;
  padding-top: 32px;
}

@media (min-width:37.5em) {
  .page {
    display: block;
    padding: 0 0 104px;
  }

  .page__close {
    right: 16px;
    top: 16px;
  }

  .page__close-icon {
    width: 32px;
  }

  .page__wrapper {
    max-width: 1008px;
    margin: 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width:37.5em) and (min-width:25em) {
  .page__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width:37.5em) and (min-width:80em) {
  .page__wrapper {
    max-width: 1280px;
  }
}

@media (min-width:37.5em) {
  .page__grid-wrapper {
    pointer-events: auto;
  }

  .page__content-wrapper {
    display: inline-block;
    padding-left: 8px;
    text-align: left;
    width: 100%;
    vertical-align: top;
    width: 66.66667%;
    margin: 64px 0;
    min-height: auto;
    padding-top: 0;
  }
}

@media (min-width:37.5em) and (min-width:37.5em) {
  .page__content-wrapper {
    padding-left: 16px;
  }
}

@media (min-width:37.5em) {
  .page__content {
    padding: 32px;
  }

  .page__spacer {
    padding-left: 8px;
    text-align: left;
    width: 100%;
    vertical-align: top;
    width: 8.33333%;
    display: inline-block;
  }
}

@media (min-width:37.5em) and (min-width:37.5em) {
  .page__spacer {
    padding-left: 16px;
  }
}

@media (min-width:37.5em) {
  .page__content {
    min-height: auto;
  }
}

@media (min-width:48em) {
  .page__content-wrapper {
    width: 58.33333%;
  }
}

@media (min-width:54.375em) {
  .page__content-wrapper {
    width: 50%;
  }
}

@media (min-width:80em) {
  .page__content-wrapper {
    width: 41.66667%;
  }
}

.page__content-wrapper--nma {
  padding-top: 0;
}

.page__close-icon {
  background-color: #fff;
}

.light .page {
  background-color: #f5f5f5;
}

.light .page__grid-wrapper,.light .page__wrapper {
  background-color: #fff;
}

@media (min-width:37.5em) {
  .light .page__content-wrapper,  .light .page__grid-wrapper,  .light .page__wrapper {
    background-color: transparent;
  }

  .light .page__content {
    background-color: hsla(0,0%,100%,.95);
  }
}

.dark .page {
  background-color: #f5f5f5;
}

.dark .page__grid-wrapper,.dark .page__wrapper {
  background-color: #000;
}

@media (min-width:37.5em) {
  .dark .page__content-wrapper,  .dark .page__grid-wrapper,  .dark .page__wrapper {
    background-color: transparent;
  }

  .dark .page__content {
    background-color: rgba(0,0,0,.88);
  }
}

.global-footer {
  background-color: #4c4c4c;
  border-top: 1px solid #949494;
  bottom: auto;
  height: auto;
  left: auto;
  padding: 16px 16px 8px;
}

.global-footer .link {
  border-bottom-style: none;
  color: #fff;
  text-decoration: none;
}

.global-footer .link:hover {
  border-bottom-style: none;
  color: #fff;
  text-decoration: underline;
}

.global-footer__content {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
}

@media (min-width:20em) {
  .global-footer__content {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .global-footer__content {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.global-footer__content--highlight {
  font-weight: 600;
}

.global-footer__copyright {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.global-footer__item {
  min-width: 50%;
  display: inline-block;
  margin-bottom: 16px;
}

.global-footer__item .link {
  font-weight: 400;
  margin-left: 0;
  padding-right: 8px;
}

.global-footer__fine-print {
  display: block;
  margin-left: 8px;
}

@media (min-width:25em) {
  .global-footer__item {
    min-width: 33.3%;
  }
}

@media (min-width:37.5em) {
  .global-footer__item {
    min-width: 25%;
  }
}

@media (min-width:63em) {
  .global-footer__item {
    min-width: 0;
    width: auto;
  }

  .global-footer__item .link {
    margin-left: 16px;
  }

  .global-footer__fine-print,  .global-footer__item:first-child .link {
    margin-left: 0;
  }
}

.spinner:after {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: url("img/loading_spinner.svg");
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}

.spinner--fill {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  transition-delay: 1s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.pre-component-mount .spinner--fill {
  opacity: 1;
  transition: none;
  visibility: visible;
}

.spinner--fill:after {
  left: 50%;
  margin: -16px 0 0 -16px;
  position: absolute;
  opacity: 0;
  top: 30vh;
  transition: opacity .5s;
  transition-delay: .5s;
}

.pre-component-mount .spinner--fill:after {
  opacity: 1;
}

@media (min-width:37.5em) {
  .spinner--fill:after {
    top: 50%;
  }
}

.light .spinner--fill {
  background: #fff;
}

.dark .spinner--fill {
  background: #000;
}

.field__autocomplete {
  position: relative;
}

.ls-c-locations-list-list {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ls-c-locations-list-list:last-child {
  border-bottom: 1px solid;
}

.ls-c-locations-list-item {
  border-bottom: 1px solid;
  position: relative;
}

.ls-o-location {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}

.ls-u-hidden {
  left: -10000px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.ls-o-location:focus,.ls-o-location:hover {
  text-decoration: none;
}

.ls-o-location:focus .gel-long-primer,.ls-o-location:hover .gel-long-primer {
  border-bottom: 1px solid;
}

.gel-long-primer {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width:37.5em) {
  .gel-long-primer {
    line-height: 20px;
    line-height: 1.25rem;
  }

  .no-touchevents .gel-long-primer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.gel-long-primer-bold {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
}

@media (min-width:37.5em) {
  .gel-long-primer-bold {
    line-height: 20px;
    line-height: 1.25rem;
  }

  .no-touchevents .gel-long-primer-bold {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.light .ls-c-locations-list-list:last-child {
  border-bottom-color: #000;
}

.light .ls-c-locations-list-item {
  border-bottom-color: #f5f5f5;
}

.light .ls-o-location {
  color: #000;
}

.light .ls-o-location:focus .gel-long-primer,.light .ls-o-location:hover .gel-long-primer {
  border-bottom-color: #000;
}

.dark .ls-c-locations-list-list:last-child {
  border-bottom-color: #fff;
}

.dark .ls-c-locations-list-item {
  border-bottom-color: #2d2d2d;
}

.dark .ls-o-location {
  color: #fff;
}

.dark .ls-o-location:focus .gel-long-primer,.dark .ls-o-location:hover .gel-long-primer {
  border-bottom-color: #fff;
}

.checkbox-group {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.checkbox__label {
  display: inline-block;
  line-height: 32px;
  width: calc(100% - 32px);
}

.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f1f1;
  border: 1px solid #b3b3b3;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0;
  outline: initial;
  position: relative;
  transition: all .1s;
  vertical-align: middle;
  width: 30px;
}

.checkbox__input:after,.checkbox__input:before {
  content: "";
  height: 0;
  top: 50%;
  width: 0;
}

.checkbox__input:before {
  background-color: #0b8a0b;
  left: 50%;
  position: absolute;
}

.checkbox__input:after {
  background-image: url("img/tick_white.svg");
  background-repeat: no-repeat;
  background-size: 0 0;
  display: none;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox__input:hover {
  border-color: #0b8a0b;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.checkbox__input:checked:before {
  height: 32px;
  left: -1px;
  top: -1px;
  transition: all .1s;
  width: 32px;
}

.checkbox__input:checked:after {
  background-size: 16px 16px;
  display: block;
  height: 16px;
  width: 16px;
}

.checkbox__input:checked:hover:before {
  background-color: #126612;
}

.checkbox__input.checkbox--disabled {
  border-color: #848484;
  cursor: default;
  opacity: .25;
}

.checkbox__input.checkbox--disabled:hover {
  background-color: #f1f1f1;
  border-color: #848484;
}

.checkbox__input.checkbox--disabled:checked:hover:before {
  background-color: #0b8a0b;
}

.light .checkbox-group {
  border-color: #000;
}

.dark .checkbox__input {
  background-color: #2d2d2d;
  border-color: #f5f5f5;
}

.dark .checkbox-group {
  border-color: #fff;
}

.field-explainer {
  min-height: 32px;
  position: relative;
}

.field-explainer--active .field-explainer__toggle:after {
  bottom: 50%;
  top: auto;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
}

.field-explainer--active .field-explainer__outer {
  max-height: 400px;
  transition-delay: 0s;
  visibility: visible;
}

.field-explainer--active .field-explainer__outer .field-explainer__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.field-explainer--no-js .field-explainer__inner,.field-explainer--no-js .field-explainer__outer {
  transition: none!important;
}

.pre-component-mount .field-explainer__outer {
  max-height: 0!important;
}

.field-explainer__toggle {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  padding: 8px 32px 8px 16px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 4px;
  z-index: 1;
}

@media (min-width:20em) {
  .field-explainer__toggle {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field-explainer__toggle {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field-explainer__toggle:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  margin-left: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  width: 14px;
}

.field-explainer__toggle--left-align {
  left: 0;
  right: auto;
}

.field-explainer__outer {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 1s ease,background-color 1.5s ease,visibility 0s linear 1s;
  visibility: hidden;
}

.field-explainer__inner {
  opacity: 0;
  padding: 48px 24px 24px;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: padding 1s ease,opacity 1s ease,-webkit-transform .5s ease;
  transition: padding 1s ease,opacity 1s ease,transform .5s ease;
  transition: padding 1s ease,opacity 1s ease,transform .5s ease,-webkit-transform .5s ease;
  transition-delay: .3s;
}

.field-explainer__inner .text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 8px;
}

@media (min-width:20em) {
  .field-explainer__inner .text {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field-explainer__inner .text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field-explainer__inner .text:last-child {
  margin-bottom: 0;
}

.light .field-explainer--active .field-explainer__outer {
  background-color: #fff;
}

.light .field-explainer__toggle {
  color: #2d2d2d;
}

.light .field-explainer__toggle:after {
  background-image: url("img/dropdown_light.svg");
}

.dark .field-explainer--active .field-explainer__outer {
  background-color: #2d2d2d;
}

.dark .field-explainer__toggle {
  color: #f5f5f5;
}

.dark .field-explainer__toggle:after {
  background-image: url("img/dropdown_dark.svg");
}

.field {
  margin-bottom: 16px;
}

.field__input-container {
  margin-bottom: 8px;
  padding-top: 16px;
  position: relative;
}

.field__input-container--primary-content {
  display: inline-block;
  width: 80%;
}

.field__input-container--secondary-content {
  display: inline-block;
  padding-left: 8px;
  padding-top: 0;
  width: auto;
  vertical-align: bottom;
}

.field__input-container--secondary-content .link {
  display: block;
}

.field__input {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -.0625rem;
  background: transparent;
  border: 0;
  outline: 0;
  padding-top: 20px;
  padding-bottom: 4px;
  width: 100%;
}

@media (min-width:37.5em) {
  .field__input {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .no-touchevents .field__input {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.field__input::-ms-clear,.field__input::-ms-reveal {
  display: none;
}

.field__input:invalid {
  box-shadow: none;
}

@media (min-width:37.5em) {
  .field__input {
    line-height: 101%;
  }
}

.field__input--dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0;
  padding: 4px 0;
}

.field__input--dropdown:focus {
  outline: 2px solid;
}

.field__input--dropdown+.field__label {
  padding-bottom: 8px;
}

.field__input--password-toggle {
  width: calc(100% - 105px);
}

.field__input--with-note {
  width: calc(100% - 64px);
}

.field--with-icon .field__input {
  width: calc(100% - 24px);
}

.field--with-icon .field__input-container:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 8px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.field--valid .field__input--password-toggle {
  width: calc(100% - 105px - 24px);
}

.field--valid .field__input--with-note {
  width: calc(100% - 64px - 24px);
}

.field--static .field__input {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field__input--uppercase {
  text-transform: uppercase;
}

.field__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  bottom: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  transition: bottom .3s ease,font-size .3s ease,line-height .3s ease;
}

@media (min-width:37.5em) {
  .field__label {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .no-touchevents .field__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.field--active .field__label,.field--read-only .field__label,.field--static .field__label,.field__input--dropdown~.field__label,.field__input:focus~.field__label,.field__input:valid~.field__label,.no-js .field__label {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  bottom: 48%;
}

@media (min-width:20em) {
  .field--active .field__label,  .field--read-only .field__label,  .field--static .field__label,  .field__input--dropdown~.field__label,  .field__input:focus~.field__label,  .field__input:valid~.field__label,  .no-js .field__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .field--active .field__label,  .field--read-only .field__label,  .field--static .field__label,  .field__input--dropdown~.field__label,  .field__input:focus~.field__label,  .field__input:valid~.field__label,  .no-js .field__label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .field--active .field__label,  .no-touchevents .field--read-only .field__label,  .no-touchevents .field--static .field__label,  .no-touchevents .field__input--dropdown~.field__label,  .no-touchevents .field__input:focus~.field__label,  .no-touchevents .field__input:valid~.field__label,  .no-touchevents .no-js .field__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.field__input:-webkit-autofill~.field__label {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  bottom: 48%;
}

@media (min-width:20em) {
  .field__input:-webkit-autofill~.field__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width:37.5em) {
  .field__input:-webkit-autofill~.field__label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touchevents .field__input:-webkit-autofill~.field__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.field__note,.field__toggle {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  bottom: 8px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 105px;
}

@media (min-width:20em) {
  .field__note,  .field__toggle {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field__note,  .no-touchevents .field__toggle {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field__toggle-link {
  text-decoration: none;
}

.field__decoration {
  border-bottom: 1px solid;
}

.field__decoration:before {
  width: 0;
  border-bottom: 3px solid;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: width .3s ease,border-color .3s ease;
}

.field--active .field__decoration:before,.field--invalid .field__decoration:before,.field--valid .field__decoration:before,.field__input:focus~.field__decoration:before,.field__input:valid~.field__decoration:before,.no-js .field__decoration:before {
  width: 100%;
}

.field__input:-webkit-autofill~.field__decoration:before {
  width: 100%;
}

.field__notifications {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  padding-top: 8px;
}

@media (min-width:20em) {
  .field__notifications {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field__notifications {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field__notifications-prompt {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width:20em) {
  .field__notifications-prompt {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field__notifications-prompt {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field__notification-symbol {
  margin-right: 4px;
}

.field__info {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  display: block;
  padding: 4px 0;
  text-align: right;
  text-decoration: none;
}

@media (min-width:20em) {
  .field__info {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .field__info {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.field__error+.field__info {
  margin-top: 8px;
}

@media (min-width:20em) {
  .field__input-container--primary-content {
    width: 85%;
  }
}

@media (min-width:37.5em) {
  .field__input-container--primary-content {
    width: 75%;
  }

  .field__input-container--secondary-content {
    padding-left: 16px;
  }
}

@media (min-width:48em) {
  .field__input-container--primary-content {
    width: 80%;
  }
}

.field--valid>.field__input-container>.field__decoration:before {
  border-color: #24b300;
}

.field--valid .field__note,.field--valid .field__toggle {
  right: 24px;
}

.field--valid .field__input-container:after {
  background-image: url("img/tick_green.svg");
}

.field--invalid>.field__input-container>.field__decoration:before {
  border-color: #e4134f;
}

.field--read-only .field__decoration,.field--read-only .field__decoration:before {
  border-bottom: 3px solid;
}

.field--read-only .field__input-container:after {
  background-image: url("img/lock_hound-grey.svg");
}

.field__input--dropdown:focus {
  outline-color: #006def;
}

.light .field__label {
  color: #848484;
}

.light .field__decoration:before,.light .field__input--dropdown,.light .field__input~.field__decoration {
  border-color: #000;
}

.light .field--active .field__label,.light .field--read-only .field__label,.light .field--static .field__label,.light .field__input,.light .field__input--dropdown+.field__label,.light .field__input:focus+.field__label,.light .field__input:valid+.field__label,.light .field__note,.light .field__notifications,.light .field__notifications-prompt,.no-formvalidation .light .field__label,.no-js .light .field__label {
  color: #000;
}

.light .field__input:-webkit-autofill~.field__label {
  color: #000;
}

.light .field__input--dropdown {
  background-image: url("img/up_down_arrow_dark.svg");
  color: #000;
}

.light .field__toggle-link {
  color: #525252;
}

.light .field__info {
  color: #2d2d2d;
}

.light .field__info:hover {
  color: #006def;
}

.light .field__notification--valid>.field__notification-symbol {
  color: #0b8a0b;
}

.light .field--static .field__input {
  color: #525252;
}

.light .field--static .field__input~.field__decoration {
  border-color: #848484;
}

.light .field--locked .field__input,.light .field--locked .field__input:focus+.field__label,.light .field--read-only .field__input,.light .field--read-only .field__input:focus+.field__label {
  color: #848484;
}

.light .field--locked .field__decoration:before,.light .field--locked .field__input~.field__decoration,.light .field--read-only .field__decoration:before,.light .field--read-only .field__input~.field__decoration {
  border-color: #848484;
}

.dark .field__label {
  color: #848484;
}

.dark .field__decoration:before,.dark .field__input--dropdown,.dark .field__input~.field__decoration {
  border-color: #fff;
}

.dark .field--active .field__label,.dark .field__info,.dark .field__input,.dark .field__input--dropdown+.field__label,.dark .field__input:focus+.field__label,.dark .field__input:valid+.field__label,.dark .field__note,.dark .field__notifications,.dark .field__toggle-link,.no-formvalidation .dark .field__label,.no-js .dark .field__label {
  color: #fff;
}

.dark .field__input:-webkit-autofill~.field__label {
  color: #fff;
}

.dark .field__input--dropdown {
  background-image: url("img/up_down_arrow_light.svg");
  color: #fff;
}

.dark .field__input--dropdown option {
  color: #000;
  background-color: #fff;
}

.dark .field__info:hover {
  color: #006def;
}

.dark .field__notification--valid>.field__notification-symbol {
  color: #0b8a0b;
}

.dark .field--static .field__input {
  color: #525252;
}

.dark .field--static .field__decoration:before,.dark .field--static .field__input~.field__decoration {
  border-color: #848484;
}

.dark .field--locked .field__input,.dark .field--read-only .field__input {
  color: #848484;
}

.dark .field--locked .field__decoration:before,.dark .field--locked .field__input~.field__decoration,.dark .field--read-only .field__decoration:before,.dark .field--read-only .field__input~.field__decoration {
  border-color: #848484;
}

.dark .field__input:-webkit-autofill+.field__label {
  color: #000;
}

.fields {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 48px;
}

@media (min-width:20em) {
  .fields {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .fields {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.fields__legend {
  margin-bottom: 24px;
}

.fields__label {
  margin-top: 8px;
}

.fields--triplet>.field {
  display: inline-block;
  margin: 0 5% 0 0;
  width: 30%;
}

.fields--triplet>.field--last {
  margin-right: 0;
}

.light .fields__label {
  color: #525252;
}

.dark .fields__label {
  color: #fff;
}

.form-message {
  display: inline-block;
  margin: 8px 0;
  padding: 16px;
  position: relative;
  width: 100%;
}

.form-message .link {
  border-bottom-color: #fff;
  color: #fff;
}

.form-message .link:hover {
  color: #fff;
}

.field .form-message:after {
  border-bottom: 8px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  display: block;
  left: 24px;
  margin-left: -4px;
  position: absolute;
  top: -6px;
  width: 0;
}

.form-message__heading-section {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 16px;
}

.form-message__heading-section--with-icon {
  background-position: 0 calc(50% - 8px);
  background-repeat: no-repeat;
  background-size: 24px;
  min-height: 40px;
  padding-left: 40px;
}

.form-message__info-section {
  padding-top: 16px;
}

.form-message__title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width:20em) {
  .form-message__title {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .form-message__title {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.form-message__text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
}

@media (min-width:20em) {
  .form-message__text {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width:37.5em) {
  .no-touchevents .form-message__text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.form-message--general {
  margin: 0 0 32px;
}

.form-message--with-icon {
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 56px;
}

.form-message--info-icon {
  background-image: url("img/gel-info-icon.svg");
}

.form-message {
  color: #fff;
}

.field .form-message--error:after {
  border-bottom-color: #e4134f;
}

.form-message--error {
  background-color: #e4134f;
}

.field .form-message--info:after {
  border-bottom-color: #006def;
}

.form-message--info {
  background-color: #fff;
  border: 2px solid #006def;
  color: #000;
}

.form-message--info .form-message__heading-section {
  border-bottom-color: rgba(0,109,239,.25);
}

.field .form-message--info-with-background:after {
  border-bottom-color: #006def;
}

.form-message--info-with-background {
  background-color: #006def;
}

.field .form-message--success:after {
  border-bottom-color: #0b8a0b;
}

.form-message--success {
  background-color: #0b8a0b;
}

.form-message--info-clear {
  color: #000;
}

.form-message--info-clear.form-message--with-icon {
  background-position-x: 0;
  padding: 16px 16px 16px 40px;
}

.toggle {
  display: inline-block;
}

.toggle__input {
  clip: rect(0 0 0 0);
  position: absolute;
}

.toggle__label {
  border-radius: 35px;
  cursor: pointer;
  display: block;
  height: 35px;
  padding: 4px;
  position: relative;
  width: 61.25px;
}

.toggle__input+.toggle__label:after,.toggle__input+.toggle__label:before {
  content: "";
  display: block;
  position: absolute;
}

.toggle__input+.toggle__label:before {
  border-radius: 35px;
  transition: background .4s;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.toggle__input+.toggle__label:after {
  border-radius: 100%;
  transition: margin .4s;
  width: 32px;
  border-width: 1px;
  border-style: solid;
  top: 2px;
  bottom: 2px;
  left: 2px;
  background-size: 17.5px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.toggle__input:checked+.toggle__label:after {
  background-image: url("img/tick_green.svg");
  margin-left: 25.25px;
  border-width: 0;
}

.toggle--disabled {
  opacity: .25;
}

.toggle--disabled .toggle__input+.toggle__label {
  cursor: default;
}

.toggle__label {
  background-color: #848484;
}

.toggle__input:checked+.toggle__label {
  background-color: #24b300;
}

.toggle__input+.toggle__label:before {
  background-color: #f5f5f5;
}

.toggle__input+.toggle__label:after {
  background-color: #fff;
  border-color: #848484;
}

.toggle__input:checked+.toggle__label:before {
  background-color: #24b300;
}

.profile {
  background-color: #f5f5f5;
}

.profile__content-container {
  background-color: #fff;
  border-bottom: 2px solid #b3b3b3;
  display: block;
}

@media (min-width:37.5em) {
  .profile__content-container {
    margin-left: 0;
    display: inline-block;
  }
}

.background {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.background--full-screen {
  height: 105vh;
  left: 0;
  position: fixed;
  top: -5vh;
  width: 100vw;
}

@media (min-width:15em) and (orientation:portrait) {
  .background--full-screen {
    background-position: 65% top;
  }
}

@media (min-width:37.5em) and (orientation:portrait) {
  .background--full-screen {
    background-position: top;
  }
}

@media (min-width:37.5em) {
  .background--full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.help-page {
  background-color: #fff;
  min-height: 100%;
}

.help-page iframe {
  width: 100%;
  height: calc(100vh - 112px);
}

.help-page .header__logo {
  display: block;
  position: relative;
  margin: 0;
}

.help-page__content-wrapper {
  background-color: #fff;
  padding: 32px 8px;
}

.help-page__content-wrapper .text {
  color: #525252;
}

.help-page__content-wrapper.framed {
  background: none;
  padding: 0;
}

@media (min-width:37.5em) {
  .help-page__content-wrapper {
    padding: 32px;
  }
}

@media (min-width:37.5em) {
  .help-page {
    background-color: #f3f3f3;
  }

  .help-page iframe {
    height: calc(100vh - 57px);
  }
}
/*# sourceMappingURL=app.min.css.map*/