/*
    Header themes
*/
.content-container {
  border-bottom-color: #f5f5f5; }

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

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

/*
    Text themes
*/
.text--hound-grey {
  color: #848484; }

.heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.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: bold;
  letter-spacing: -1px;
  letter-spacing: -0.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: bold; }
  @media (min-width: 20em) {
    .heading--tertiary {
      letter-spacing: -1px;
      letter-spacing: -0.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; } }

.no-touchevents .heading--hero,
.heading--hero {
  font-size: 32px;
  line-height: 36px; }

.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; }

.heading--with-underline {
  border-bottom: 1px solid;
  margin-bottom: 16px;
  padding-bottom: 24px; }

@media (min-width: 20em) {
  .no-touchevents .heading--hero,
  .heading--hero {
    font-size: 40px;
    line-height: 44px; } }

@media (min-width: 37.5em) {
  .no-touchevents .heading--hero,
  .heading--hero {
    font-size: 56px;
    line-height: 60px; }
  .heading--success:before {
    height: 20px; } }

/*
    Themes
*/
.heading--with-underline {
  border-bottom-color: #f5f5f5; }

.light .heading {
  color: #000000; }

.dark .heading {
  color: #ffffff; }

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

.page__notice-link {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold;
  text-decoration: none; }
  @media (min-width: 20em) {
    .page__notice-link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .page__notice-link {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touchevents .page__notice-link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }

.link {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  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: right;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    height: 24px;
    width: 24px; }
  .link__icon--lock {
    background-image: url("img/lock_hound-grey.svg"); }
  .link__icon--pen {
    background-image: url("img/pen_farrington-blue.svg"); }
  .link:hover .link__icon--pen {
    background-image: url("img/pen_farrington-blue-rollover.svg"); } }

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

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

.light .link,
.light .page__notice-link {
  color: #000000; }

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

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

.light .link--hover-underline {
  border-bottom-style: none; }
  .light .link--hover-underline:hover {
    color: #000000;
    border-bottom-style: solid; }

.dark .link,
.dark .page__notice-link {
  color: #ffffff; }

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

.dark .link--hover-underline {
  border-bottom-style: none; }
  .dark .link--hover-underline:hover {
    color: #ffffff;
    border-bottom-style: solid; }

.buttons__legend {
  font-size: 15px;
  font-size: 0.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: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 16px;
  outline-offset: 4px;
  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--full-width {
  display: block;
  width: 100%; }

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

.button--big-top {
  margin-top: 32px; }

.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: 0.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: 0.8125rem;
        line-height: 16px;
        line-height: 1rem; } }
  .button--radio .button__text {
    width: 100%; }

.button--plain {
  display: inline-block; }

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

.button__label--fine-print {
  font-size: 14px;
  font-size: 0.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: 0.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; }

.buttons--disabled .button,
.buttons--disabled .button__text-wrapper,
.button--disabled {
  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; } }

/*
    Themes
*/
.buttons--radio .button__input:checked + .button__text-wrapper {
  background-color: #0b8a0b;
  border-color: #0b8a0b;
  color: #ffffff; }

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

.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: #ffffff;
  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; }

.button--plain {
  background-color: transparent; }
  .button--plain:hover {
    background-color: transparent; }
    .button--plain:hover .link {
      color: #006def; }

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

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

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

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

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

.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: rgba(179, 179, 179, 0); }

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

/*
* All classes within this file must be prefixed with `u-` to better distinguish utility classes from the block classes
*/
.hide,
.u-hide,
.pre-component-mount .u-hide-pre-component-mount {
  display: none !important; }

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

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

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

.u-capitalise-first-word:first-letter {
  text-transform: capitalize; }

.u-display-table {
  display: table !important; }

.u-display-table-cell {
  display: table-cell !important; }

.u-hide-visually {
  position: absolute !important;
  top: -999999px !important; }

.u-margin-top-triple {
  margin-top: 24px !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-margin-zero-auto {
  margin: 0 auto !important; }

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

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

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

.u-padding-top-plus-half {
  padding-top: 12px !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-top-dodeca {
  padding-top: 96px !important; }

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

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

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

.u-padding-bottom-double-plus-half {
  padding-bottom: 20px !important; }

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

.u-padding-bottom-triple-plus-half {
  padding-bottom: 28px !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-bottom-dodeca {
  padding-bottom: 96px !important; }

.u-padding-bottom-sixty-times {
  padding-bottom: 480px !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-position-relative {
  position: relative !important; }

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

.u-background-transparent-black {
  background: rgba(0, 0, 0, 0.4); }

.u-background-bates-blue {
  background: #457ac2; }

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

@media (min-width: 25em) {
  .u-padding-bottom-thirty-times--phablet {
    padding-bottom: 240px !important; } }

@media (min-width: 37.5em) {
  .u-hide--tablet {
    display: none !important; }
  .u-show--tablet {
    display: block !important; }
  .u-display-flex--tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !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-top-deca--tablet {
    padding-top: 80px !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-bottom-deca--tablet {
    padding-bottom: 80px !important; }
  .u-padding-left-none--tablet {
    padding-left: 0 !important; } }

@media (min-width: 54.375em) {
  .u-padding-top-none--desktop {
    padding-top: 0 !important; }
  .u-padding-top--desktop {
    padding-top: 8px !important; }
  .u-padding-top-double--desktop {
    padding-top: 16px !important; }
  .u-padding-bottom-none--desktop {
    padding-bottom: 0 !important; }
  .u-padding-bottom--desktop {
    padding-bottom: 16px !important; }
  .u-padding-bottom-octa--desktop {
    padding-bottom: 64px !important; }
  .u-padding-bottom-double-dodeca--desktop {
    padding-bottom: 192px !important; }
  .u-padding-bottom-sixty-times--desktop {
    padding-bottom: 480px !important; }
  .u-padding-right-left-hex--desktop {
    padding-right: 48px !important;
    padding-left: 48px !important; } }

.accordion {
  border-top-width: 1px; }

.accordion__header,
.accordion__panel {
  border-bottom-width: 1px; }

.accordion__header {
  cursor: pointer;
  padding: 16px;
  position: relative;
  text-align: left;
  width: 100%; }

.accordion__header--js-off {
  cursor: default; }

.accordion__panel {
  display: block;
  padding: 24px; }

.accordion__header > *:last-child,
.accordion__panel > *:last-child {
  margin-bottom: 0; }

.accordion__count {
  display: none; }

.accordion__item {
  margin-bottom: 16px; }

.accordion__item .divider {
  margin-bottom: 8px; }

.accordion__item-title {
  font-weight: bold;
  margin-bottom: 8px; }

.accordion__item-title--right {
  margin-top: 16px; }

.accordion__arrow {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 4px;
  z-index: 1; }
  @media (min-width: 20em) {
    .accordion__arrow {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touchevents .accordion__arrow {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }
  .accordion__arrow:after {
    background: url("img/dropdown_light.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(90deg) translateX(-25%);
            transform: rotate(90deg) translateX(-25%);
    width: 14px; }

[aria-expanded='true'] .accordion__arrow:after {
  -webkit-transform: rotate(-90deg) translateX(25%);
          transform: rotate(-90deg) translateX(25%); }

.accordion__download {
  display: inline-block;
  height: 13px;
  width: 13px; }

@media (min-width: 37.5em) {
  .accordion__item-title--right {
    margin-top: 0;
    text-align: right !important; } }

@media (min-width: 48em) {
  .accordion__count {
    display: inline-block;
    position: absolute;
    right: 24px; } }

/*
    Accordion Themes
*/
.accordion,
.accordion__header,
.accordion__panel {
  border-color: #dbdbdb;
  border-style: solid; }

.accordion__header:hover {
  background-color: #f5f5f5; }

[aria-expanded='true'].accordion__header {
  background-color: #f1f1f1; }

.accordion__panel {
  background-color: #f7f7f7; }

.accordion__item .divider {
  background-color: #ffffff;
  color: #ffffff; }

.accordion__download {
  background-image: url("img/download-farrington-blue.svg"); }

.link:hover .accordion__download {
  background-image: url("img/download-farrington-blue-rollover.svg"); }

.divider {
  border: none;
  height: 1px;
  margin-bottom: 24px;
  margin-top: 24px; }

/*
    Themes
*/
.divider {
  background-color: #f5f5f5;
  color: #f5f5f5; }

.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; }

@media (min-width: 37.5em) {
  .header--mobile {
    display: none; }
  .header__logo {
    display: block;
    margin-bottom: 24px;
    position: absolute;
    width: 84px;
    z-index: 2; }
  .header__logo-link {
    display: block;
    margin-bottom: 24px;
    width: 84px; } }

/*
    Header themes
*/
.light .header--mobile {
  background-color: #ffffff; }

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

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

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

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

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

.footer {
  font-size: 15px;
  font-size: 0.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: 0.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(even) {
    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(even) {
      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; } }

/*
    Themes
*/
.footer {
  background-color: #2d2d2d;
  color: #ffffff; }
  .footer .link {
    color: #ffffff;
    border-bottom-style: none; }
    .footer .link:hover {
      color: #ffffff;
      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__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-5_12 {
  width: 41.66667%; }

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

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

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

@media (min-width: 25em) {
  .gel-7_12--phablet {
    width: 58.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%; } }

@media (min-width: 54.375em) {
  .gel-1_1--desktop {
    width: 100%; }
  .gel-1_12--desktop {
    width: 8.33333%; }
  .gel-3_12--desktop {
    width: 25%; }
  .gel-5_12--desktop {
    width: 41.66667%; }
  .gel-6_12--desktop {
    width: 50%; }
  .gel-7_12--desktop {
    width: 58.33333%; }
  .gel-9_12--desktop {
    width: 75%; }
  .gel-10_12--desktop {
    width: 83.33333%; } }

@media (min-width: 63em) {
  .gel-1_1--widescreen {
    width: 100%; }
  .gel-1_12--widescreen {
    width: 8.33333%; }
  .gel-5_12--widescreen {
    width: 41.66667%; }
  .gel-7_12--widescreen {
    width: 58.33333%; }
  .gel-9_12--widescreen {
    width: 75%; }
  .gel-10_12--widescreen {
    width: 83.33333%; } }

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

.page__close {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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 {
    display: inline-block;
    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 themes
*/
.page__close-icon {
  background-color: #ffffff; }

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

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

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

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

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

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

/* This is the ORB footer but restructured into our layout. It is based on https://nav.files.bbci.co.uk/orbit/1.0.0-304.975dcf3/css/orb.min.css */
.global-footer {
  background-color: #2d2d2d;
  border-top: #525252 1px solid;
  bottom: auto;
  height: auto;
  left: auto;
  padding: 16px 16px 8px; }
  .global-footer .link {
    border-bottom-style: none;
    color: #ffffff;
    text-decoration: none; }
    .global-footer .link:hover {
      border-bottom-style: none;
      color: #ffffff;
      text-decoration: underline; }

.global-footer__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff; }
  @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: 0.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: normal;
    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__item:first-child .link {
      margin-left: 0; }
  .global-footer__fine-print {
    margin-left: 0; } }

.nma__clock-icon {
  margin-top: 20%;
  margin-bottom: 15%;
  text-align: center; }

.spinner:after {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.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: 0.5s ease-out all;
  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: 0.5s opacity;
    transition-delay: 0.5s; }
    .pre-component-mount .spinner--fill:after {
      opacity: 1; }

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

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

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

/*
* All "ls" classes within this file (and gel classes) come directly from location services
*/
.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: solid 1px; }

.ls-c-locations-list-item {
  border-bottom: solid 1px;
  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:hover,
.ls-o-location:focus {
  text-decoration: none; }
  .ls-o-location:hover .gel-long-primer,
  .ls-o-location:focus .gel-long-primer {
    border-bottom: solid 1px; }

.gel-long-primer {
  font-size: 15px;
  font-size: 0.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: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.gel-long-primer-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold; }
  @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: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

/*
    Themes
*/
.light .ls-c-locations-list-list:last-child {
  border-bottom-color: #000000; }

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

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

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

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

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

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

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

.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 0.1s;
  vertical-align: middle;
  width: 30px; }

.checkbox__input:before,
.checkbox__input:after {
  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: translate(0, -50%);
          transform: translate(0, -50%); }

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

.checkbox__input:checked:before {
  height: 32px;
  left: -1px;
  top: -1px;
  transition: all 0.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: 0.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: #000000; }

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

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

.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__outer,
.field-explainer--no-js .field-explainer__inner {
  transition: none !important; }

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

.field-explainer__toggle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  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: 0.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 0.5s ease;
  transition: padding 1s ease, opacity 1s ease, transform 0.5s ease;
  transition: padding 1s ease, opacity 1s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  transition-delay: 0.3s; }
  .field-explainer__inner .text {
    font-size: 14px;
    font-size: 0.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: 0.8125rem;
        line-height: 16px;
        line-height: 1rem; } }
    .field-explainer__inner .text:last-child {
      margin-bottom: 0; }

/*
    Explainer Theme
*/
.light .field-explainer--active .field-explainer__outer {
  background-color: #ffffff; }

.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: bold;
  letter-spacing: -1px;
  letter-spacing: -0.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; }

.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: initial;
  transition: 0.3s bottom ease, 0.3s font-size ease, 0.3s line-height 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; } }

.no-js .field__label,
.field__input:focus ~ .field__label,
.field__input:valid ~ .field__label,
.field__input--dropdown ~ .field__label,
.field--active .field__label,
.field--read-only .field__label,
.field--static .field__label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  bottom: 48%; }
  @media (min-width: 20em) {
    .no-js .field__label,
    .field__input:focus ~ .field__label,
    .field__input:valid ~ .field__label,
    .field__input--dropdown ~ .field__label,
    .field--active .field__label,
    .field--read-only .field__label,
    .field--static .field__label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .no-js .field__label,
    .field__input:focus ~ .field__label,
    .field__input:valid ~ .field__label,
    .field__input--dropdown ~ .field__label,
    .field--active .field__label,
    .field--read-only .field__label,
    .field--static .field__label {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touchevents .no-js .field__label, .no-touchevents
      .field__input:focus ~ .field__label, .no-touchevents
      .field__input:valid ~ .field__label, .no-touchevents
      .field__input--dropdown ~ .field__label, .no-touchevents
      .field--active .field__label, .no-touchevents
      .field--read-only .field__label, .no-touchevents
      .field--static .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: 0.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__toggle,
.field__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  bottom: 8px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 105px; }
  @media (min-width: 20em) {
    .field__toggle,
    .field__note {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touchevents .field__toggle, .no-touchevents
    .field__note {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

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

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

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

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

.field__notifications {
  font-size: 14px;
  font-size: 0.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: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.field__notifications-prompt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold; }
  @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: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

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

.field__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  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: 0.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 themes
*/
.field--valid > .field__input-container > .field__decoration:before {
  border-color: #24b300; }

.field--valid .field__toggle,
.field--valid .field__note {
  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: solid 3px; }

.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__input--dropdown,
.light .field__input ~ .field__decoration,
.light .field__decoration:before {
  border-color: #000000; }

.no-formvalidation .light .field__label {
  color: #000000; }

.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-js .light .field__label {
  color: #000000; }

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

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

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

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

.light .field__notifications--inactive {
  color: #b3b3b3; }
  .light .field__notifications--inactive > .field__notifications-prompt,
  .light .field__notifications--inactive > .field__notification--valid > .field__notification-symbol {
    color: inherit; }

.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--read-only .field__input,
.light .field--read-only .field__input:focus + .field__label,
.light .field--locked .field__input,
.light .field--locked .field__input:focus + .field__label {
  color: #848484; }

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

.dark .field__label {
  color: #848484; }

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

.no-formvalidation .dark .field__label {
  color: #ffffff; }

.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-js .dark .field__label {
  color: #ffffff; }

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

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

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

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

.dark .field__notifications--inactive {
  color: #525252; }
  .dark .field__notifications--inactive > .field__notifications-prompt,
  .dark .field__notifications--inactive > .field__notification--valid > .field__notification-symbol {
    color: inherit; }

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

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

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

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

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

.fields {
  font-size: 14px;
  font-size: 0.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: 0.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; }

/*
    Fields themes
*/
.light .fields__label {
  color: #525252; }

.dark .fields__label {
  color: #ffffff; }

.form-message {
  display: inline-block;
  margin: 8px 0;
  padding: 16px;
  position: relative;
  width: 100%; }
  .form-message .link {
    border-bottom-color: #ffffff;
    color: #ffffff; }
    .form-message .link:hover {
      color: #ffffff; }

.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: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold; }
  @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: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.form-message__text {
  font-size: 14px;
  font-size: 0.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: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

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

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

.form-message--tick {
  background-image: url("img/tick_white.svg"); }

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

.form-message--duration {
  background-image: url("img/duration_black.svg"); }

/*
    Message Themes
*/
.form-message {
  color: #ffffff; }

.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 {
  border: 2px #006def solid;
  color: #006def; }
  .form-message--info .form-message__heading-section {
    border-bottom-color: rgba(0, 109, 239, 0.25); }

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

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

.field .form-message--status:after {
  border-bottom-color: #f5f5f5; }

.form-message--status {
  background-color: #f5f5f5;
  color: #000000; }

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

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

.field .form-message--warn:after {
  border-bottom-color: #fed330; }

.form-message--warn {
  background-color: #fed330;
  color: #000000; }

.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:before,
.toggle__input + .toggle__label:after {
  content: '';
  display: block;
  position: absolute; }

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

.toggle__input + .toggle__label:after {
  border-radius: 100%;
  transition: margin 0.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: center; }

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

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

/*
    toggle Themes
*/
.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: #ffffff;
  border-color: #848484; }

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

.toggle__btn {
  background-color: #848484;
  border-color: #848484; }

.profile {
  background-color: #f5f5f5; }

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

.profile__overview .secondary-nav {
  display: block; }

.profile__overview .secondary-nav__item {
  background-color: #ffffff; }

.profile__overview .secondary-nav__item--active.secondary-nav__item--id-logo:before {
  background-image: url("img/id-logo_farrington-blue.svg"); }

.profile__overview .secondary-nav__item-text {
  color: #006def; }

.profile__overview .profile__content-container {
  display: none; }

@media (min-width: 37.5em) {
  .profile__content-container {
    margin-left: 0;
    display: inline-block; }
  .profile__overview .secondary-nav__item {
    background-color: #f5f5f5; }
  .profile__overview .secondary-nav__item--active {
    background-color: #ffffff; }
  .profile__overview .secondary-nav__item--active.secondary-nav__item--id-logo:before {
    background-image: url("img/id-logo_corduroy-grey.svg"); }
  .profile__overview .secondary-nav__item-text {
    color: inherit; }
  .profile__overview .profile__content-container {
    display: inline-block; } }

@media (min-width: 54.375em) {
  .profile__content-limiter {
    max-width: 80%; } }

@media (min-width: 63em) {
  .profile__content-limiter {
    max-width: 80%; }
  .profile__content-limiter--wide {
    max-width: 90%; } }

@media (min-width: 80em) {
  .profile__content-limiter {
    max-width: 66%; }
  .profile__content-limiter--wide {
    max-width: 80%; } }

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

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

.background--attenborough {
  background-image: url("img/david-attenborough-16x9-1700x956.jpg");
  background-position: 70% top; }

.background--privacy-blue {
  background-image: url("img/privacy_blue_mobile.png"); }

.background--privacy-grey {
  background-image: url("img/privacy_grey_mobile.png");
  margin-right: -16px; }

.background__overlay--gradient {
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 100%); }

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

@media (min-width: 25em) {
  .background--attenborough {
    background-position: center top; }
  .background--privacy-grey {
    background-image: url("img/privacy_grey_desktop.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0; } }

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

@media (min-width: 37.5em) {
  .background--full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%; }
  .background--privacy-blue {
    background-image: url("img/privacy_blue_desktop.png"); } }

@media (min-width: 54.375em) {
  .background__overlay--gradient {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 70%, transparent 100%);
    max-width: 1700px;
    margin: 0 auto; } }

@media (min-width: 80em) {
  .background--attenborough {
    background-size: 1700px auto; } }

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  position: relative;
  text-decoration: none; }
  @media (min-width: 20em) {
    .breadcrumb {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touchevents .breadcrumb {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }
  .breadcrumb:before {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold;
    letter-spacing: -1px;
    letter-spacing: -0.0625rem;
    content: '<';
    margin-right: 16px; }
    @media (min-width: 37.5em) {
      .breadcrumb:before {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; }
        .no-touchevents .breadcrumb:before {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 28px;
          line-height: 1.75rem; } }

/*
    Breadcrumb themes
*/
.breadcrumb {
  color: #4c4c4c; }
  .breadcrumb:before {
    color: #006def; }

.primary-nav {
  display: table-cell;
  vertical-align: middle; }

.primary-nav--active .primary-nav__navigation,
.primary-nav--active .primary-nav__page-overlay {
  display: block; }

.primary-nav__toggle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 16px;
  padding-left: 48px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2; }
  @media (min-width: 20em) {
    .primary-nav__toggle {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touchevents .primary-nav__toggle {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }
  .primary-nav__toggle:before {
    background: url("img/menu.svg") no-repeat;
    content: '';
    display: block;
    height: 16px;
    left: 16px;
    position: absolute;
    width: 16px; }

.primary-nav__toggle--active {
  outline: 17px solid;
  outline-offset: -1px; }

.primary-nav__navigation {
  display: none;
  left: 0;
  margin-top: 64px;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .primary-nav--no-js .primary-nav__navigation {
    display: block;
    margin-top: 0;
    position: relative; }

.primary-nav__page-overlay {
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.primary-nav__items {
  padding: 0 8px;
  position: relative; }

.primary-nav__item {
  border-bottom: 1px solid;
  padding: 16px 0; }
  .primary-nav__item:last-child {
    border-bottom: none; }

.primary-nav__link {
  border-bottom: none;
  border-left: 6px solid;
  display: block;
  padding: 12px 0 12px 16px; }

@media (min-width: 54.375em) {
  .primary-nav {
    vertical-align: bottom; }
  .primary-nav__navigation {
    display: inline-block;
    float: right;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: auto; }
    .primary-nav__navigation:before {
      display: none; }
  .primary-nav__toggle {
    display: none; }
  .primary-nav__page-overlay {
    display: none !important; }
  .primary-nav__items {
    padding: 0; }
  .primary-nav__item {
    border-bottom: none;
    display: inline-block;
    padding: 0; }
    .primary-nav__item:after {
      content: '';
      display: inline-block;
      height: 24px;
      vertical-align: middle;
      width: 2px; }
    .primary-nav__item:last-child:after {
      width: 0; }
  .primary-nav__item--active .primary-nav__link {
    border-bottom: 4px solid; }
  .primary-nav__link {
    border-bottom: 4px solid;
    border-left: none;
    display: inline-block;
    padding-right: 16px;
    padding-bottom: 16px; } }

/*
    Themes
*/
.primary-nav__page-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

.primary-nav--active .primary-nav__items {
  background-color: #ffffff; }

.light .primary-nav__toggle {
  background-color: #f5f5f5;
  border-color: #b3b3b3; }

.light .primary-nav__toggle--active {
  background-color: #ffffff;
  border-color: #ffffff;
  outline-color: #ffffff; }
  .light .primary-nav__toggle--active, .light .primary-nav__toggle--active:hover {
    color: #000000; }

.light .primary-nav__item {
  border-bottom-color: #006def; }
  .light .primary-nav__item:after {
    background-color: #000000; }

.light .primary-nav__link {
  border-bottom-color: transparent;
  border-left-color: transparent;
  color: #000000; }
  .light .primary-nav__link:hover {
    border-left-color: #006def;
    border-bottom-color: #006def; }

.light .primary-nav__item--active .primary-nav__link {
  border-left-color: #006def;
  border-bottom-color: #006def; }

.dark .primary-nav__toggle:before {
  -webkit-filter: invert(100%);
          filter: invert(100%); }

.dark .primary-nav__toggle--active {
  background-color: #ffffff;
  border-color: #ffffff;
  outline-color: #ffffff; }
  .dark .primary-nav__toggle--active, .dark .primary-nav__toggle--active:hover {
    color: #000000; }
  .dark .primary-nav__toggle--active:before {
    -webkit-filter: none;
            filter: none; }

.dark .primary-nav__item {
  border-bottom-color: #006def; }
  .dark .primary-nav__item:after {
    background-color: #f5f5f5; }

.dark .primary-nav__item--active .primary-nav__link {
  border-left-color: #006def;
  border-bottom-color: #f5f5f5; }

.dark .primary-nav__link {
  border-bottom-color: transparent;
  border-left-color: transparent;
  color: #f5f5f5; }
  .dark .primary-nav__link:hover {
    color: #f5f5f5;
    border-left-color: #006def;
    border-bottom-color: #f5f5f5; }

.dark .primary-nav--active .primary-nav__link {
  color: #000000; }

.dark .primary-nav--no-js .primary-nav__link {
  color: #f5f5f5; }

@media (min-width: 54.375em) {
  .light .primary-nav--active .primary-nav__items {
    background-color: transparent; }
  .light .primary-nav__toggle--active {
    background-color: transparent; }
  .dark .primary-nav--active .primary-nav__items {
    background-color: transparent; }
  .dark .primary-nav--active .primary-nav__link {
    color: #f5f5f5; }
  .dark .primary-nav__toggle--active {
    background-color: transparent; } }

.secondary-nav {
  display: none;
  width: 100%; }

.secondary-nav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid;
  margin-bottom: 8px;
  position: relative; }
  @media (min-width: 20em) {
    .secondary-nav__item {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .secondary-nav__item {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touchevents .secondary-nav__item {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
  .secondary-nav__item:before {
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    left: 16px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 20px; }
  .secondary-nav__item:hover {
    border-left: 4px solid;
    margin-left: -4px; }

.secondary-nav__link {
  border-width: 0;
  display: block;
  height: 100%;
  padding: 32px 16px 32px 56px; }

@media (min-width: 37.5em) {
  .secondary-nav {
    display: block; }
  .secondary-nav__item {
    margin-bottom: 0; }
  .secondary-nav__item--active {
    border-left: 4px solid;
    margin-left: -4px; } }

/*
    Themes
*/
.secondary-nav__item {
  background-color: #ffffff;
  border-bottom-color: #b3b3b3; }
  .secondary-nav__item:hover {
    border-left-color: #006def; }

.secondary-nav__item--active {
  background-color: #ffffff; }
  .secondary-nav__item--active .secondary-nav__link {
    color: #006def; }

@media (min-width: 37.5em) {
  .secondary-nav__item {
    background-color: #f5f5f5; }
  .secondary-nav__item--active {
    background-color: #ffffff;
    border-left-color: #006def; }
    .secondary-nav__item--active .secondary-nav__link {
      color: #525252; } }

/*
    Icons
*/
.secondary-nav__item--id-logo:before {
  background-image: url("img/id-logo_farrington-blue.svg"); }

.secondary-nav__item--padlock:before {
  background-image: url("img/lock_farrington-blue.svg"); }

.secondary-nav__item--adult-and-child:before {
  background-image: url("img/relationship_farrington-blue.svg"); }

.secondary-nav__item--active.secondary-nav__item--id-logo:before {
  background-image: url("img/id-logo_corduroy-grey.svg"); }

.secondary-nav__item--active.secondary-nav__item--padlock:before {
  background-image: url("img/lock_corduroy-grey.svg"); }

.secondary-nav__item--active.secondary-nav__item--adult-and-child:before {
  background-image: url("img/relationship_corduroy-grey.svg"); }
