@charset "UTF-8";
/*
 ____    __  __  ______   ____
/\  _`\ /\ \/\ \/\__  _\ /\  _`\
\ \ \L\ \ \ `\\ \/_/\ \/ \ \ \L\ \
 \ \ ,  /\ \ , ` \ \ \ \  \ \  _ <'
  \ \ \\ \\ \ \`\ \ \_\ \__\ \ \L\ \
   \ \_\ \_\ \_\ \_\/\_____\\ \____/
    \/_/\/ /\/_/\/_/\/_____/ \/___/

@Project          RNIB
@Type             Drupal
@Date             01/09/2018
@Author           Alexander Gailey-White & Nathan Simmonds (Rebrand), Benn Pearson (Original)
@BrowserSupport   IE9, IE10, IE11, Safari, Firefox, Chrome

*/
.no-csstransforms .col-4 {
  width: 31% !important; }

.rnib-accessibility-buttons {
  font-size: 0; }
  .rnib-accessibility-buttons a {
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0 !important;
    width: 50%;
    background-color: #e5e7e8 !important; }
    .rnib-accessibility-buttons a:last-child {
      width: 100%; }

.load-spinner-modal {
  display: none; }

#maincontent > div.content-wrapper > section.form {
  background-color: transparent; }

html #maincontent section.bookmark.form {
  background-color: #e5e5e5 !important; }

html {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-width: 300px; }

body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box; }

/*:focus {
  outline: 2px dotted #000;
  .HiVis & {
    outline: 2px dotted $yellow--dark;
  }
}*/
.front #maincontent .page--heading h1 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

main > div.content-wrapper {
  /* Force Views error (empty) areas conform to styling */ }
  main > div.content-wrapper p, main > div.content-wrapper ul, main > div.content-wrapper li {
    font-size: 1.167rem !important; }
  main > div.content-wrapper .view-empty div,
  main > div.content-wrapper .view-alert-has-results div {
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    font-size: 1.5rem !important;
    font-weight: 400; }
  main > div.content-wrapper > section {
    position: relative; }
    main > div.content-wrapper > section:not(.listing) {
      padding: 2rem; }
    main > div.content-wrapper > section.multi-promo {
      padding-bottom: 0; }
    main > div.content-wrapper > section.circle-icon-promo:not(.one) {
      padding-bottom: 0; }
    @media all and (min-width: 48em) {
      main > div.content-wrapper > section {
        padding: 2rem; } }
    .no-csstransforms main > div.content-wrapper > section {
      padding: 2rem; }

section.promo--blocks.tiles section.tile {
  padding: 0; }

main > div.content-wrapper > .listing--pagination {
  margin: 2rem; }

.page--heading:nth-of-type(even):before {
  content: none;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent; }

.page--heading h1, .page--heading h2, .page--heading .search-title {
  font-size: 2.75rem;
  font-weight: 500;
  padding: 2rem 3rem 2rem 2rem;
  color: #00151d; }

.page--heading .search-title {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif; }

.language-switcher {
  position: absolute;
  top: 0;
  left: 16rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.5rem;
  z-index: 99; }
  @media screen and (max-width: 550px) {
    .language-switcher {
      position: initial;
      margin: 0 0 1rem 2rem !important; } }
  .language-switcher li {
    display: inline-block;
    line-height: 1.3em; }
    .language-switcher li a {
      display: block;
      margin: 0;
      padding: 1rem 2rem 1rem 2rem !important; }
      .language-switcher li a:focus {
        outline: 2px solid black; }

.page-wrapper {
  position: relative; }

.view-online-daily-event-view .filter {
  padding: 2rem; }

.container-inline-date .date-padding {
  padding: 0;
  float: none; }
  .container-inline-date .date-padding .form-item {
    margin-right: 1rem !important; }
    .container-inline-date .date-padding .form-item:last-child {
      margin: 0; }

.filter {
  background-color: #e5e7e8; }
  .filter form {
    max-width: 100%; }

.contextual-links-region > .filter {
  background-color: #ffffff;
  padding: 2rem;
  margin: 2rem 0; }

.wrapper {
  width: 100%;
  display: table;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in; }
  .wrapper > * {
    display: table-cell;
    vertical-align: top; }
  @media all and (min-width: 48em) {
    .wrapper > nav {
      min-width: 23.75rem; } }
  .no-csstransforms .wrapper > nav {
    min-width: 23.75rem; }
  @media all and (min-width: 64em) {
    .wrapper > nav {
      display: table-cell;
      width: 23.75rem; } }
  .no-csstransforms .wrapper > nav {
    display: table-cell;
    width: 23.75rem; }
  .wrapper .article {
    width: 100%;
    /*@include media-query-ie(desktop) {
      width: 75%;
      max-width: 75%;
    }*/ }
    .wrapper .article.switcher-fix .page--heading {
      padding-bottom: 3.5rem; }
    .wrapper .article.switcher-fix .language-switcher {
      top: -3.5rem;
      left: 2rem; }
    .wrapper .article .content-wrapper {
      position: relative; }

.grid--row:after {
  content: "";
  display: table;
  clear: both; }

@media all and (min-width: 48em) {
  .col-7 {
    float: left;
    width: 57.03125%;
    margin-left: 3.125%; }
    .col-7:first-child {
      margin-left: 0; } }

.no-csstransforms .col-7 {
  float: left;
  width: 57.03125%;
  margin-left: 3.125%; }
  .no-csstransforms .col-7:first-child {
    margin-left: 0; }

.col-6 {
  margin-bottom: 2rem; }
  @media all and (min-width: 48em) {
    section:not(.landscape) .col-6 {
      float: left;
      width: 48.4375%;
      margin-left: 3.125%; }
      section:not(.landscape) .col-6:nth-child(2n+3) {
        margin-left: 0; }
      section:not(.landscape) .col-6:first-child {
        margin-left: 0; } }
  .no-csstransforms section:not(.landscape) .col-6 {
    float: left;
    width: 48.4375%;
    margin-left: 3.125%; }
    .no-csstransforms section:not(.landscape) .col-6:nth-child(2n+3) {
      margin-left: 0; }
    .no-csstransforms section:not(.landscape) .col-6:first-child {
      margin-left: 0; }
  @media all and (min-width: 80em) {
    section.landscape .col-6 {
      float: left;
      width: 48.4375%;
      margin-left: 3.125%; }
      section.landscape .col-6:nth-child(2n+3) {
        margin-left: 0; }
      section.landscape .col-6:first-child {
        margin-left: 0; } }
  .no-csstransforms section.landscape .col-6 {
    float: left;
    width: 48.4375%;
    margin-left: 3.125%; }
    .no-csstransforms section.landscape .col-6:nth-child(2n+3) {
      margin-left: 0; }
    .no-csstransforms section.landscape .col-6:first-child {
      margin-left: 0; }

.col-4 {
  margin-bottom: 2rem; }
  @media all and (min-width: 48em) {
    .col-4 {
      float: left;
      width: 31.25%;
      margin-left: 3.125%;
      margin-bottom: 2rem; }
      .col-4:nth-child(3n+1) {
        margin-left: 0; }
      .col-4:first-child {
        margin-left: 0; } }
  .no-csstransforms .col-4 {
    float: left;
    width: 31.25%;
    margin-left: 3.125%;
    margin-bottom: 2rem; }
    .no-csstransforms .col-4:nth-child(3n+1) {
      margin-left: 0; }
    .no-csstransforms .col-4:first-child {
      margin-left: 0; }

.col-3 {
  margin-bottom: 2rem; }
  @media all and (min-width: 48em) {
    .col-3 {
      float: left;
      width: 48.4375%;
      margin-left: 3.125%; }
      .col-3:nth-child(2n+1) {
        margin-left: 0; } }
  .no-csstransforms .col-3 {
    float: left;
    width: 48.4375%;
    margin-left: 3.125%; }
    .no-csstransforms .col-3:nth-child(2n+1) {
      margin-left: 0; }
  @media all and (min-width: 80em) {
    .col-3 {
      float: left;
      width: 22.65625%;
      margin-left: 3.125%; }
      .col-3:nth-child(2n+1) {
        margin-left: 3.125%; }
      .col-3:first-child {
        margin-left: 0; } }
  .no-csstransforms .col-3 {
    float: left;
    width: 22.65625%;
    margin-left: 3.125%; }
    .no-csstransforms .col-3:nth-child(2n+1) {
      margin-left: 3.125%; }
    .no-csstransforms .col-3:first-child {
      margin-left: 0; }

.helpine--number {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-left: -10px;
  padding-top: 5px;
  padding-bottom: 20px; }

#toolbar {
  z-index: 6000; }

#search-form .form-item-keys {
  display: block; }

#search404-page-text {
  padding: 40px 60px; }

#maincontent > section {
  margin: 0 2rem; }
  #maincontent > section img {
    width: 100% !important;
    height: auto !important; }
    @media all and (min-width: 80em) {
      #maincontent > section img {
        width: initial !important; } }
    .no-csstransforms #maincontent > section img {
      width: initial !important; }

/* Hero */
#maincontent .hero {
  width: 100%;
  padding: 0;
  float: left;
  position: relative;
  background: #ffffff; }

#maincontent .hero .container {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  z-index: 0; }

#maincontent .hero .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 14rem;
  max-height: 24rem; }
  @media all and (min-width: 48em) {
    #maincontent .hero .slide {
      max-height: 30rem; } }
  .no-csstransforms #maincontent .hero .slide {
    max-height: 30rem; }
  @media all and (min-width: 80em) {
    #maincontent .hero .slide {
      max-height: 40rem; } }
  .no-csstransforms #maincontent .hero .slide {
    max-height: 40rem; }

#maincontent .hero p:empty {
  display: none; }

@keyframes spin-wheel {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@keyframes spin-wheel {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

#maincontent .hero img {
  width: 100%;
  height: auto; }
  @media all and (min-width: 80em) {
    #maincontent .hero img {
      margin-left: -12%; } }
  .no-csstransforms #maincontent .hero img {
    margin-left: -12%; }

#maincontent .hero .slide .cycle-youtube {
  height: 100%;
  width: 100%; }
  @media all and (min-width: 80em) {
    #maincontent .hero .slide .cycle-youtube {
      width: 66%; } }
  .no-csstransforms #maincontent .hero .slide .cycle-youtube {
    width: 66%; }
  @media all and (min-width: 90em) {
    #maincontent .hero .slide .cycle-youtube {
      width: 75%; } }
  .no-csstransforms #maincontent .hero .slide .cycle-youtube {
    width: 75%; }
  #maincontent .hero .slide .cycle-youtube iframe {
    width: 100%;
    height: 100%; }

#maincontent .hero .slide .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.125);
  background-position: center center;
  background-size: cover; }
  @media all and (min-width: 80em) {
    #maincontent .hero .slide .video-cover {
      right: 33%; } }
  .no-csstransforms #maincontent .hero .slide .video-cover {
    right: 33%; }
  @media all and (min-width: 90em) {
    #maincontent .hero .slide .video-cover {
      right: 25%; } }
  .no-csstransforms #maincontent .hero .slide .video-cover {
    right: 25%; }
  #maincontent .hero .slide .video-cover > div a {
    display: table;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-decoration: none !important; }
    #maincontent .hero .slide .video-cover > div a:focus, #maincontent .hero .slide .video-cover > div a:hover {
      background-color: #e50072; }
    #maincontent .hero .slide .video-cover > div a:before {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      text-align: center;
      content: '';
      background-image: url(../img/play.svg);
      background-repeat: no-repeat;
      background-size: 88%;
      background-position: 70% center;
      width: 100%; }
  #maincontent .hero .slide .video-cover.loading > div a {
    font-size: 6rem;
    line-height: 4.75rem;
    background-color: #e50072; }
    #maincontent .hero .slide .video-cover.loading > div a:before {
      content: '';
      background-image: url(../img/loading-white.svg);
      background-repeat: no-repeat;
      background-size: 85%;
      background-position: center center;
      width: 100%;
      animation-name: spin-wheel;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }

#maincontent .hero figure {
  position: relative;
  z-index: 101;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  color: #00151d;
  box-sizing: border-box;
  font-size: 1.125rem;
  padding: 2rem;
  /*&.turq {
      background-color: $rb-blue;
      color: $white;
      h2 {
        border-bottom-color: $white;
        color: $white;
      }
      p {
        color: $white;
      }
    }
    &.turq-tint {
      background-color: $rb-green;
      color: $white;
      h2 {
        border-bottom-color: $white;
        color: $white;
      }
      p {
        color: $white;
      }
    }
    &.grey {
      background-color: $rb-grey-l1;
    }*/ }
  @media all and (min-width: 80em) {
    #maincontent .hero figure {
      width: 34%;
      padding-bottom: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; } }
  .no-csstransforms #maincontent .hero figure {
    width: 34%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  @media all and (min-width: 90em) {
    #maincontent .hero figure {
      width: 25%; } }
  .no-csstransforms #maincontent .hero figure {
    width: 25%; }
  #maincontent .hero figure.pink, #maincontent .hero figure.blue, #maincontent .hero figure.green {
    color: #ffffff; }
    #maincontent .hero figure.pink h2, #maincontent .hero figure.blue h2, #maincontent .hero figure.green h2 {
      border-bottom-color: #ffffff;
      color: #ffffff; }
    #maincontent .hero figure.pink p, #maincontent .hero figure.blue p, #maincontent .hero figure.green p {
      color: #ffffff; }
    #maincontent .hero figure.pink p.button a, #maincontent .hero figure.pink p.button__rounded a, #maincontent .hero figure.pink a.button, #maincontent .hero figure.pink a.button__rounded, #maincontent .hero figure.blue p.button a, #maincontent .hero figure.blue p.button__rounded a, #maincontent .hero figure.blue a.button, #maincontent .hero figure.blue a.button__rounded, #maincontent .hero figure.green p.button a, #maincontent .hero figure.green p.button__rounded a, #maincontent .hero figure.green a.button, #maincontent .hero figure.green a.button__rounded {
      background-color: #000000;
      color: #ffffff; }
    #maincontent .hero figure.pink a, #maincontent .hero figure.blue a, #maincontent .hero figure.green a {
      color: #ffffff; }
  #maincontent .hero figure.pink {
    background-color: #e50072; }
  #maincontent .hero figure.yellow {
    background-color: #fcc203; }
    #maincontent .hero figure.yellow h2 {
      border-bottom-color: #00151d;
      color: #00151d; }
    #maincontent .hero figure.yellow p {
      color: #00151d; }
    #maincontent .hero figure.yellow p.button a, #maincontent .hero figure.yellow p.button__rounded a, #maincontent .hero figure.yellow a.button, #maincontent .hero figure.yellow a.button__rounded {
      background-color: #000000;
      color: #ffffff; }
    #maincontent .hero figure.yellow a {
      color: #000000; }
  #maincontent .hero figure.blue {
    background-color: #00819E; }
  #maincontent .hero figure.green {
    background-color: #01893C; }
  #maincontent .hero figure h2 {
    font-weight: 500;
    display: block;
    border-bottom: 5px solid #e50072;
    padding-bottom: 16px;
    margin: 0 0 16px; }
  #maincontent .hero figure p.button a, #maincontent .hero figure p.button__rounded a, #maincontent .hero figure a.button, #maincontent .hero figure a.button__rounded {
    display: block;
    background-color: #e50072;
    color: #ffffff;
    margin: 1.5rem 0; }
    @media all and (min-width: 80em) {
      #maincontent .hero figure p.button a, #maincontent .hero figure p.button__rounded a, #maincontent .hero figure a.button, #maincontent .hero figure a.button__rounded {
        position: absolute;
        left: 2rem;
        bottom: 0;
        margin: 0; } }
    .no-csstransforms #maincontent .hero figure p.button a, .no-csstransforms #maincontent .hero figure p.button__rounded a, .no-csstransforms #maincontent .hero figure a.button, .no-csstransforms #maincontent .hero figure a.button__rounded {
      position: absolute;
      left: 2rem;
      bottom: 0;
      margin: 0; }
  #maincontent .hero figure > *:last-child {
    margin-bottom: 0 !important; }

#maincontent .hero-nav {
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 100;
  top: 0;
  height: 54px;
  width: 100%;
  background-color: #000000; }

#maincontent .hero .container {
  background: #FFF;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%; }

@media all and (min-width: 80em) {
  #maincontent .hero .container .cycle-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; } }

.no-csstransforms #maincontent .hero .container .cycle-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

header .hero {
  float: left;
  width: 100%;
  z-index: 1; }

section.form {
  background-color: transparent; }

.required-label {
  color: #bd1622;
  font-weight: 700; }

body.page-search404 .form-item-retain-filters {
  display: none; }

body.maintenance-page {
  text-align: center;
  line-height: 1.5; }
  body.maintenance-page .logo {
    width: 40%;
    max-width: 310px;
    margin: 12% auto; }
    @media all and (min-width: 48em) {
      body.maintenance-page .logo {
        margin: 6% auto 5%; } }
    .no-csstransforms body.maintenance-page .logo {
      margin: 6% auto 5%; }
    body.maintenance-page .logo svg {
      width: 100%;
      height: auto; }
      body.maintenance-page .logo svg * {
        fill: #00151d; }
      body.maintenance-page .logo svg rect {
        fill: #e50072; }
  body.maintenance-page .contents {
    width: 75%;
    max-width: 800px;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    margin: 0 auto 2%; }
    @media all and (min-width: 48em) {
      body.maintenance-page .contents {
        font-size: 1.25rem; } }
    .no-csstransforms body.maintenance-page .contents {
      font-size: 1.25rem; }
    @media all and (min-width: 64em) {
      body.maintenance-page .contents {
        font-size: 1.5rem; } }
    .no-csstransforms body.maintenance-page .contents {
      font-size: 1.5rem; }
    @media all and (min-width: 90em) {
      body.maintenance-page .contents {
        max-width: 1100px; } }
    .no-csstransforms body.maintenance-page .contents {
      max-width: 1100px; }

a.contextual-links-trigger {
  height: 18px !important;
  padding: 0 !important;
  background-color: transparent !important; }
  a.contextual-links-trigger:hover, a.contextual-links-trigger:focus {
    background-color: transparent !important; }

.page-taxonomy-term #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-5 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-6 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-7 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-8 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-9 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-360 #maincontent ul.listing--list li p.lead,
.page-taxonomy-term-537 #maincontent ul.listing--list li p.lead {
  font-size: inherit;
  line-height: inherit;
  padding: inherit;
  font-family: inherit;
  font-weight: inherit; }

@media (max-width: 768px) {
  html {
    min-width: 0; }
  .wrapper {
    display: block; }
  .wrapper > *,
  html .header > * {
    display: block; }
  html .header .logo-wrapper .logo {
    position: relative; } }

@media (max-width: 560px) {
  .form-item.webform-component > :first-child {
    margin-top: 0px !important; }
  main > div.content-wrapper > section:not(.listing),
  .page--heading h1,
  .form-item.webform-component {
    padding: 5px; }
  #maincontent .hero figure {
    padding: 5px; }
  .language-switcher {
    position: relative;
    height: auto;
    margin: 5px !important;
    left: 0 !important; }
    .language-switcher li {
      width: 50%;
      float: left;
      margin-bottom: 5px; } }

@media (max-width: 300px) {
  .language-switcher li {
    width: 100%; } }

@font-face {
  font-family: Ingra;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ingra/Ingra-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ingra/Ingra-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ingra/Ingra-Regular.woff2") format("woff2"), url("../fonts/ingra/Ingra-Regular.woff") format("woff"), url("../fonts/ingra/Ingra-Regular.otf") format("opentype"); }

@font-face {
  font-family: Ingra;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ingra/Ingra-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ingra/Ingra-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ingra/Ingra-Medium.woff2") format("woff2"), url("../fonts/ingra/Ingra-Medium.woff") format("woff"), url("../fonts/ingra/Ingra-Medium.otf") format("opentype"); }

@font-face {
  font-family: Ingra;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ingra/Ingra-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ingra/Ingra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ingra/Ingra-Bold.woff2") format("woff2"), url("../fonts/ingra/Ingra-Bold.woff") format("woff"), url("../fonts/ingra/Ingra-Bold.otf") format("opentype"); }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #00151d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0 0 1rem 0;
  font-weight: 500;
  color: #00151d; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h1 {
  font-size: 2.4rem;
  font-weight: 500; }

h2 {
  font-size: 2rem;
  font-weight: 400; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.375rem;
  padding-bottom: 0;
  color: #00151d; }

h5 {
  font-size: 1.25em;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

h6 {
  font-size: 1rem;
  line-height: 25px;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

p {
  margin: 1.5rem 0;
  padding: 0;
  color: #00151d;
  font-weight: 400;
  line-height: 1.5; }

ul {
  padding-left: 1.5rem;
  margin: 1.5rem 0; }
  #maincontent ul {
    line-height: 1.5; }

a {
  color: #00151d;
  text-decoration: underline;
  cursor: pointer;
  word-break: break-word; }
  a:hover, a:active, a:focus {
    color: #00151d;
    text-decoration: none; }

.table--wrapper {
  width: 100%;
  overflow-x: auto; }

table {
  min-width: 320px;
  width: 100%;
  text-align: left;
  margin: 2rem 0;
  border: 1px solid #00151d;
  border-spacing: 0; }
  table thead tr {
    background-color: #555554;
    color: #ffffff; }
  table tr {
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff; }
    table tr:nth-child(even) {
      background-color: #e5e7e8; }
    table tr td, table tr th {
      padding: .75rem 1rem; }

.quote {
  padding-bottom: 10px; }

.blockquote {
  padding: 1rem .5rem;
  margin-bottom: 1.5rem;
  border-top: 5px solid #e50072;
  border-bottom: 5px solid #e50072;
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  font-size: 1.25em; }

main > div.content-wrapper .wysiwyg p.lead {
  font-size: 2rem !important;
  margin-top: 0; }

.line {
  display: inline-block !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
  border-bottom: 5px solid #e50072 !important; }

blockquote, .blockquote {
  display: block;
  text-align: left;
  padding: 0;
  /*
  max-width: 680px;
  margin: $baseline*3 auto;
  */
  /* Quote colours */ }
  blockquote::before, .blockquote::before {
    content: "";
    display: block;
    background: transparent url("../img/quotes-sprite.png") no-repeat 0 0;
    width: 45px;
    height: 34px;
    margin-bottom: 1rem; }
  blockquote.yellow::before, .blockquote.yellow::before {
    background-position: -45px 0; }
  blockquote.pink::before, .blockquote.pink::before {
    background-position: 0 0; }
  blockquote.green::before, .blockquote.green::before {
    background-position: -90px 0; }
  blockquote.blue::before, .blockquote.blue::before {
    background-position: -135px 0; }
  blockquote h2, .blockquote h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  blockquote .quote, .blockquote .quote {
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    font-size: 1.625em;
    line-height: 48px; }
  blockquote cite, .blockquote cite {
    display: block;
    font-style: normal; }

dl {
  margin: 0;
  padding: 16px 0; }
  dl dt {
    color: #2e2e2e;
    float: left;
    display: inline;
    font-weight: bold;
    margin-right: 5px; }

.button--side, a.button, a.button__rounded, div.button, div.button__rounded, p.button a, p.button__rounded a, input.button, input.button__rounded, button.button, button.button__rounded, input[type="submit"] {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  background-color: #e50072;
  color: #ffffff;
  padding: 1rem 2rem;
  text-align: left;
  text-decoration: none;
  margin: 1rem 0;
  border: 0;
  font-size: 1.25rem;
  font-weight: 500 !important;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .button--side:disabled, a.button:disabled, a.button__rounded:disabled, div.button:disabled, div.button__rounded:disabled, p.button a:disabled, p.button__rounded a:disabled, input.button:disabled, input.button__rounded:disabled, button.button:disabled, button.button__rounded:disabled, input[type="submit"]:disabled {
    cursor: not-allowed !important;
    color: #ffffff !important;
    background-color: #555554 !important; }
  .button--side:hover, .button--side:active, .button--side:focus, a.button:hover, a.button__rounded:hover, a.button:active, a.button__rounded:active, a.button:focus, a.button__rounded:focus, div.button:hover, div.button__rounded:hover, div.button:active, div.button__rounded:active, div.button:focus, div.button__rounded:focus, p.button a:hover, p.button__rounded a:hover, p.button a:active, p.button__rounded a:active, p.button a:focus, p.button__rounded a:focus, input.button:hover, input.button__rounded:hover, input.button:active, input.button__rounded:active, input.button:focus, input.button__rounded:focus, button.button:hover, button.button__rounded:hover, button.button:active, button.button__rounded:active, button.button:focus, button.button__rounded:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    cursor: pointer;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #000000 !important;
    outline: 0.125rem solid #e50072;
    outline-offset: -.125rem; }
  .button--side.button-white, a.button.button-white, a.button-white.button__rounded, div.button.button-white, div.button-white.button__rounded, p.button a.button-white, p.button__rounded a.button-white, input.button.button-white, input.button-white.button__rounded, button.button.button-white, button.button-white.button__rounded, input[type="submit"].button-white {
    background-color: #ffffff;
    color: #00151d; }
  .button--side.button-grey, .form--toolkit .button--side.form-submit, a.button.button-grey, a.button-grey.button__rounded, .form--toolkit a.button__rounded.form-submit, .form--toolkit a.button.form-submit, div.button.button-grey, div.button-grey.button__rounded, .form--toolkit div.button__rounded.form-submit, .form--toolkit div.button.form-submit, p.button a.button-grey, p.button__rounded a.button-grey, p.button .form--toolkit a.form-submit, .form--toolkit p.button a.form-submit, p.button__rounded .form--toolkit a.form-submit, .form--toolkit p.button__rounded a.form-submit, input.button.button-grey, input.button-grey.button__rounded, .form--toolkit input.button__rounded.form-submit, .form--toolkit input.button.form-submit, button.button.button-grey, button.button-grey.button__rounded, .form--toolkit button.button__rounded.form-submit, .form--toolkit button.button.form-submit, input[type="submit"].button-grey, .form--toolkit input.form-submit[type="submit"] {
    background-color: #555554; }
    .button--side.button-grey:hover, .form--toolkit .button--side.form-submit:hover, .button--side.button-grey:active, .form--toolkit .button--side.form-submit:active, .button--side.button-grey:focus, .form--toolkit .button--side.form-submit:focus, a.button.button-grey:hover, a.button-grey.button__rounded:hover, .form--toolkit a.button__rounded.form-submit:hover, .form--toolkit a.button.form-submit:hover, a.button.button-grey:active, a.button-grey.button__rounded:active, .form--toolkit a.button__rounded.form-submit:active, .form--toolkit a.button.form-submit:active, a.button.button-grey:focus, a.button-grey.button__rounded:focus, .form--toolkit a.button__rounded.form-submit:focus, .form--toolkit a.button.form-submit:focus, div.button.button-grey:hover, div.button-grey.button__rounded:hover, .form--toolkit div.button__rounded.form-submit:hover, .form--toolkit div.button.form-submit:hover, div.button.button-grey:active, div.button-grey.button__rounded:active, .form--toolkit div.button__rounded.form-submit:active, .form--toolkit div.button.form-submit:active, div.button.button-grey:focus, div.button-grey.button__rounded:focus, .form--toolkit div.button__rounded.form-submit:focus, .form--toolkit div.button.form-submit:focus, p.button a.button-grey:hover, p.button__rounded a.button-grey:hover, p.button .form--toolkit a.form-submit:hover, .form--toolkit p.button a.form-submit:hover, p.button__rounded .form--toolkit a.form-submit:hover, .form--toolkit p.button__rounded a.form-submit:hover, p.button a.button-grey:active, p.button__rounded a.button-grey:active, p.button .form--toolkit a.form-submit:active, .form--toolkit p.button a.form-submit:active, p.button__rounded .form--toolkit a.form-submit:active, .form--toolkit p.button__rounded a.form-submit:active, p.button a.button-grey:focus, p.button__rounded a.button-grey:focus, p.button .form--toolkit a.form-submit:focus, .form--toolkit p.button a.form-submit:focus, p.button__rounded .form--toolkit a.form-submit:focus, .form--toolkit p.button__rounded a.form-submit:focus, input.button.button-grey:hover, input.button-grey.button__rounded:hover, .form--toolkit input.button__rounded.form-submit:hover, .form--toolkit input.button.form-submit:hover, input.button.button-grey:active, input.button-grey.button__rounded:active, .form--toolkit input.button__rounded.form-submit:active, .form--toolkit input.button.form-submit:active, input.button.button-grey:focus, input.button-grey.button__rounded:focus, .form--toolkit input.button__rounded.form-submit:focus, .form--toolkit input.button.form-submit:focus, button.button.button-grey:hover, button.button-grey.button__rounded:hover, .form--toolkit button.button__rounded.form-submit:hover, .form--toolkit button.button.form-submit:hover, button.button.button-grey:active, button.button-grey.button__rounded:active, .form--toolkit button.button__rounded.form-submit:active, .form--toolkit button.button.form-submit:active, button.button.button-grey:focus, button.button-grey.button__rounded:focus, .form--toolkit button.button__rounded.form-submit:focus, .form--toolkit button.button.form-submit:focus, input[type="submit"].button-grey:hover, .form--toolkit input.form-submit[type="submit"]:hover, input[type="submit"].button-grey:active, .form--toolkit input.form-submit[type="submit"]:active, input[type="submit"].button-grey:focus, .form--toolkit input.form-submit[type="submit"]:focus {
      background-color: #000000 !important; }
  .button--side.button-green, form.form--filter > div .button--side.form-submit, a.button.button-green, a.button-green.button__rounded, form.form--filter > div a.button__rounded.form-submit, form.form--filter > div a.button.form-submit, div.button.button-green, div.button-green.button__rounded, form.form--filter > div div.button__rounded.form-submit, form.form--filter > div div.button.form-submit, p.button a.button-green, p.button__rounded a.button-green, p.button form.form--filter > div a.form-submit, form.form--filter > div p.button a.form-submit, p.button__rounded form.form--filter > div a.form-submit, form.form--filter > div p.button__rounded a.form-submit, input.button.button-green, input.button-green.button__rounded, form.form--filter > div input.button__rounded.form-submit, form.form--filter > div input.button.form-submit, button.button.button-green, button.button-green.button__rounded, form.form--filter > div button.button__rounded.form-submit, form.form--filter > div button.button.form-submit, input[type="submit"].button-green, form.form--filter > div input.form-submit[type="submit"] {
    background-color: #01893C; }
  .button--side.button-pink, .form--toolkit .button--side#edit-draft, a.button.button-pink, a.button-pink.button__rounded, .form--toolkit a.button__rounded#edit-draft, .form--toolkit a.button#edit-draft, div.button.button-pink, div.button-pink.button__rounded, .form--toolkit div.button__rounded#edit-draft, .form--toolkit div.button#edit-draft, p.button a.button-pink, p.button__rounded a.button-pink, p.button .form--toolkit a#edit-draft, .form--toolkit p.button a#edit-draft, p.button__rounded .form--toolkit a#edit-draft, .form--toolkit p.button__rounded a#edit-draft, input.button.button-pink, input.button-pink.button__rounded, .form--toolkit input.button__rounded#edit-draft, .form--toolkit input.button#edit-draft, button.button.button-pink, button.button-pink.button__rounded, .form--toolkit button.button__rounded#edit-draft, .form--toolkit button.button#edit-draft, input[type="submit"].button-pink, .form--toolkit input#edit-draft[type="submit"] {
    background-color: #e50072; }
  .button--side.button-yellow, a.button.button-yellow, a.button-yellow.button__rounded, div.button.button-yellow, div.button-yellow.button__rounded, p.button a.button-yellow, p.button__rounded a.button-yellow, input.button.button-yellow, input.button-yellow.button__rounded, button.button.button-yellow, button.button-yellow.button__rounded, input[type="submit"].button-yellow {
    background-color: #fcc203;
    color: #00151d; }
  .button--side.button-blue, a.button.button-blue, a.button-blue.button__rounded, div.button.button-blue, div.button-blue.button__rounded, p.button a.button-blue, p.button__rounded a.button-blue, input.button.button-blue, input.button-blue.button__rounded, button.button.button-blue, button.button-blue.button__rounded, input[type="submit"].button-blue {
    background-color: #00819E; }
  .button--side.arrow-right, .button--side.arrow-down, .button--side.arrow-up, a.button.arrow-right, a.arrow-right.button__rounded, a.button.arrow-down, a.arrow-down.button__rounded, a.button.arrow-up, a.arrow-up.button__rounded, div.button.arrow-right, div.arrow-right.button__rounded, div.button.arrow-down, div.arrow-down.button__rounded, div.button.arrow-up, div.arrow-up.button__rounded, p.button a.arrow-right, p.button__rounded a.arrow-right, p.button a.arrow-down, p.button__rounded a.arrow-down, p.button a.arrow-up, p.button__rounded a.arrow-up, input.button.arrow-right, input.arrow-right.button__rounded, input.button.arrow-down, input.arrow-down.button__rounded, input.button.arrow-up, input.arrow-up.button__rounded, button.button.arrow-right, button.arrow-right.button__rounded, button.button.arrow-down, button.arrow-down.button__rounded, button.button.arrow-up, button.arrow-up.button__rounded, input[type="submit"].arrow-right, input[type="submit"].arrow-down, input[type="submit"].arrow-up {
    padding-right: 1rem; }
    .button--side.arrow-right:after, .button--side.arrow-down:after, .button--side.arrow-up:after, a.button.arrow-right:after, a.arrow-right.button__rounded:after, a.button.arrow-down:after, a.arrow-down.button__rounded:after, a.button.arrow-up:after, a.arrow-up.button__rounded:after, div.button.arrow-right:after, div.arrow-right.button__rounded:after, div.button.arrow-down:after, div.arrow-down.button__rounded:after, div.button.arrow-up:after, div.arrow-up.button__rounded:after, p.button a.arrow-right:after, p.button__rounded a.arrow-right:after, p.button a.arrow-down:after, p.button__rounded a.arrow-down:after, p.button a.arrow-up:after, p.button__rounded a.arrow-up:after, input.button.arrow-right:after, input.arrow-right.button__rounded:after, input.button.arrow-down:after, input.arrow-down.button__rounded:after, input.button.arrow-up:after, input.arrow-up.button__rounded:after, button.button.arrow-right:after, button.arrow-right.button__rounded:after, button.button.arrow-down:after, button.arrow-down.button__rounded:after, button.button.arrow-up:after, button.arrow-up.button__rounded:after, input[type="submit"].arrow-right:after, input[type="submit"].arrow-down:after, input[type="submit"].arrow-up:after {
      margin-left: 1rem;
      background-color: transparent !important; }
  .button--side.arrow-right:after, a.button.arrow-right:after, a.arrow-right.button__rounded:after, div.button.arrow-right:after, div.arrow-right.button__rounded:after, p.button a.arrow-right:after, p.button__rounded a.arrow-right:after, input.button.arrow-right:after, input.arrow-right.button__rounded:after, button.button.arrow-right:after, button.arrow-right.button__rounded:after, input[type="submit"].arrow-right:after {
    content: "\e623" !important;
    border: unset !important; }
  .button--side.arrow-up:after, a.button.arrow-up:after, a.arrow-up.button__rounded:after, div.button.arrow-up:after, div.arrow-up.button__rounded:after, p.button a.arrow-up:after, p.button__rounded a.arrow-up:after, input.button.arrow-up:after, input.arrow-up.button__rounded:after, button.button.arrow-up:after, button.arrow-up.button__rounded:after, input[type="submit"].arrow-up:after {
    content: "\e622" !important;
    border: unset !important; }
  .button--side.arrow-down:after, a.button.arrow-down:after, a.arrow-down.button__rounded:after, div.button.arrow-down:after, div.arrow-down.button__rounded:after, p.button a.arrow-down:after, p.button__rounded a.arrow-down:after, input.button.arrow-down:after, input.arrow-down.button__rounded:after, button.button.arrow-down:after, button.arrow-down.button__rounded:after, input[type="submit"].arrow-down:after {
    content: "\e625" !important;
    border: unset !important; }

.button > span.arrow-right:after, .button__rounded > span.arrow-right:after {
  content: "\e623" !important;
  margin-left: 1rem;
  background-color: transparent !important;
  speak: never;
  border: unset !important; }

.button--side {
  position: absolute;
  bottom: 0;
  right: 2rem;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .button--side {
      width: 100%;
      margin-bottom: 50px;
      margin-left: auto;
      right: 0;
      text-align: center;
      padding: 1rem 0; } }

.button__rounded {
  box-sizing: border-box;
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif; }
  .button__rounded.back-to-form {
    margin-left: 1.5rem; }

p.button, p.button__rounded {
  margin-bottom: 0; }
  p.button a, p.button__rounded a {
    display: inline-block;
    margin: 0; }

p.button__rounded a:focus, p.button__rounded a:hover {
  text-decoration: none; }

.page--heading p {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  font-size: 1.5625em; }

.next-tags,
.blog_tags {
  margin-left: 30%; }
  @media screen and (min-width: 500px) {
    .next-tags,
    .blog_tags {
      margin-left: 20%; } }
  @media screen and (min-width: 700px) {
    .next-tags,
    .blog_tags {
      margin-left: 15%; } }
  @media screen and (min-width: 900px) {
    .next-tags,
    .blog_tags {
      margin-left: 11%; } }
  @media screen and (min-width: 1023px) {
    .next-tags,
    .blog_tags {
      margin-left: 15%; } }
  @media screen and (min-width: 1300px) {
    .next-tags,
    .blog_tags {
      margin-left: 10%; } }
  @media screen and (min-width: 1850px) {
    .next-tags,
    .blog_tags {
      margin-left: 7%; } }

fieldset legend {
  width: 100%;
  word-break: break-all; }

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

select {
  background: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, white, white);
  background-position: calc(100% - 9px) calc(1em + 10px), calc(100% - 4px) calc(1em + 10px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-color: white;
  border: thin solid black;
  line-height: 1.5em;
  padding: 1rem 1rem 1rem 0.5rem !important;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

.tags-title {
  color: #2e2e2e;
  float: left;
  display: inline;
  font-weight: bold;
  margin-right: 5px; }

@media (max-width: 300px) {
  .button--side, a.button, a.button__rounded,
  a.button__rounded, div.button, div.button__rounded,
  div.button__rounded, p.button a, p.button__rounded a,
  p.button__rounded a, input.button, input.button__rounded,
  input.button__rounded, button.button, button.button__rounded,
  button.button__rounded,
  input[type="submit"] {
    padding: 5px; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-all; } }

.page--heading {
  word-wrap: break-word; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot"); }

@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Braille-UK';
  src: url("../fonts/braille_uk_pc.ttf") format("truetype"), url("../fonts/braille_uk_pc_ascii.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Braille-UK-Ascii';
  src: url("../fonts/braille_uk_pc_ascii.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("/assets/fonts/icomoon/icomoon.svg#icomoon") format("svg"); } }

.icon, .button--side.arrow-right:after, .button--side.arrow-down:after, .button--side.arrow-up:after, a.button.arrow-right:after, a.arrow-right.button__rounded:after, a.button.arrow-down:after, a.arrow-down.button__rounded:after, a.button.arrow-up:after, a.arrow-up.button__rounded:after, div.button.arrow-right:after, div.arrow-right.button__rounded:after, div.button.arrow-down:after, div.arrow-down.button__rounded:after, div.button.arrow-up:after, div.arrow-up.button__rounded:after, p.button a.arrow-right:after, p.button__rounded a.arrow-right:after, p.button a.arrow-down:after, p.button__rounded a.arrow-down:after, p.button a.arrow-up:after, p.button__rounded a.arrow-up:after, input.button.arrow-right:after, input.arrow-right.button__rounded:after, input.button.arrow-down:after, input.arrow-down.button__rounded:after, input.button.arrow-up:after, input.arrow-up.button__rounded:after, button.button.arrow-right:after, button.arrow-right.button__rounded:after, button.button.arrow-down:after, button.arrow-down.button__rounded:after, button.button.arrow-up:after, button.arrow-up.button__rounded:after, input.arrow-right[type="submit"]:after, input.arrow-down[type="submit"]:after, input.arrow-up[type="submit"]:after, .button > span.arrow-right:after, .button__rounded > span.arrow-right:after, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, p.navigation-title:after, p.navigation-title.active:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before {
  content: "\00a0 "; }

.icon-word:before {
  content: "\e600"; }

.icon-weibo:before {
  content: "\e601"; }

.icon-user:before {
  content: "\e602"; }

.icon-twitter:before {
  content: "\e603"; }

.icon-sign-up:before, .icon.sign-up:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.sign-up:before {
  content: "\e604"; }

.icon-sightline:before, .icon.sightline:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.sightline:before {
  content: "\e605"; }

.icon-shop:before {
  content: "\e606"; }

.icon-search-thick:before {
  content: "\e607"; }

.icon-search:before {
  content: "\e608"; }

.icon-research-hub:before, .icon.research-hub:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.research-hub:before {
  content: "\e609"; }

.icon-register:before {
  content: "\e60a"; }

.icon-promo-article:before, .icon.promo-article:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.promo-article:before {
  content: "\e60b"; }

.icon-pdf:before {
  content: "\e60c"; }

.icon-newsletter:before, .icon.newsletter:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.newsletter:before {
  content: "\e60d"; }

.icon-near-you:before, .icon.near-you:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.near-you:before {
  content: "\e60e"; }

.icon-mp3:before {
  content: "\e60f"; }

.icon-menu:before {
  content: "\e610"; }

.icon-mail:before {
  content: "\e611"; }

.icon-lottery:before, .icon.lottery:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.lottery:before {
  content: "\e612"; }

.icon-linkedin:before {
  content: "\e613"; }

.icon-insight-radio:before, .icon.insight-radio:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.insight-radio:before {
  content: "\e614"; }

.icon-helpline:before, .icon.helpline:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.helpline:before {
  content: "\e615"; }

.icon-headphones:before, .icon.headphones:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.headphones:before {
  content: "\e616"; }

.icon-google-plus:before {
  content: "\e617"; }

.icon-find-out-more:before {
  content: "\e618"; }

.icon-faq:before, .icon.faq:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.faq:before {
  content: "\e619"; }

.icon-facebook:before {
  content: "\e61a"; }

.icon-delicious:before {
  content: "\e61c"; }

.icon-chat:before {
  content: "\e61d"; }

.icon-calculator:before, .icon.calculator:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.calculator:before {
  content: "\e61e"; }

.icon-business-portal:before, .icon.business-portal:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.business-portal:before {
  content: "\e61f"; }

.icon-bell:before {
  content: "\e620"; }

.icon-basket:before, .icon.basket:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.basket:before {
  content: "\e621"; }

.icon-arrow-up:before, .footer .footer__back-to-top a:before {
  content: "\e622"; }

.icon-arrow-right:before {
  content: "\e623"; }

.icon-arrow-left:before {
  content: "\e624"; }

.icon-arrow-down:before {
  content: "\e625"; }

.icon-arrow-back:before {
  content: "\e626"; }

.icon-add:before {
  content: "\e627"; }

.icon-act-now:before, .icon-actnow:before, .icon.actnow:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.actnow:before {
  content: "\e628"; }

.icon-podcast:before {
  content: "\e681"; }

.icon-info:before {
  content: "\e682"; }

.icon-campaigns:before {
  content: "\e61c"; }

.icon-loud-speaker:before {
  content: "\e61c"; }

.icon-book-club:before {
  content: "\e629"; }

.icon-radio:before {
  content: "\e62a"; }

.icon-shopping:before {
  content: "\e62b"; }

.icon-golf-club:before {
  content: "\e62c"; }

.icon-golf:before {
  content: "\e62d"; }

.icon-veterans:before {
  content: "\e62e"; }

.icon-benefits-opt3:before {
  content: "\e62f"; }

.icon-benefits-opt2:before {
  content: "\e630"; }

.icon-benefits:before {
  content: "\e631"; }

.icon-contact-lenses-opt2:before {
  content: "\e632"; }

.icon-contact-lenses:before {
  content: "\e633"; }

.icon-wear-spots-opt3:before {
  content: "\e634"; }

.icon-wear-spots-opt2:before {
  content: "\e635"; }

.icon-wear-spots:before {
  content: "\e636"; }

.icon-television:before {
  content: "\e637"; }

.icon-subscribe-opt3:before {
  content: "\e638"; }

.icon-subscribe-opt2:before {
  content: "\e639"; }

.icon-subscribe:before {
  content: "\e63a"; }

.icon-share-story-opt3:before {
  content: "\e63b"; }

.icon-share-story-opt2:before {
  content: "\e63c"; }

.icon-share-story:before {
  content: "\e63d"; }

.icon-update-opt4:before {
  content: "\e63e"; }

.icon-update-opt3:before {
  content: "\e63f"; }

.icon-update-opt2:before {
  content: "\e640"; }

.icon-update:before {
  content: "\e641"; }

.icon-rep-female-opt3:before {
  content: "\e642"; }

.icon-rep-female-opt2:before {
  content: "\e643"; }

.icon-rep-female:before {
  content: "\e644"; }

.icon-rep-male-opt4:before {
  content: "\e645"; }

.icon-rep-male-opt3:before {
  content: "\e646"; }

.icon-rep-male-opt2:before {
  content: "\e647"; }

.icon-rep-male:before {
  content: "\e648"; }

.icon-star-letter-opt2:before {
  content: "\e649"; }

.icon-star-letter:before {
  content: "\e64a"; }

.icon-poll-opt4:before {
  content: "\e64b"; }

.icon-poll-opt5:before {
  content: "\e64c"; }

.icon-poll-opt3:before {
  content: "\e64d"; }

.icon-poll-opt2:before {
  content: "\e64e"; }

.icon-poll:before {
  content: "\e64f"; }

.icon-tech-support-opt2:before {
  content: "\e650"; }

.icon-tech-support:before {
  content: "\e651"; }

.icon-faqs:before {
  content: "\e652"; }

.icon-events-books:before {
  content: "\e653"; }

.icon-coffee-cup:before {
  content: "\e654"; }

.icon-tea-cup:before {
  content: "\e655"; }

.icon-forums-opt3:before {
  content: "\e656"; }

.icon-forums-opt2:before {
  content: "\e657"; }

.icon-forums:before {
  content: "\e658"; }

.icon-saving-opt2:before {
  content: "\e659"; }

.icon-saving:before {
  content: "\e65a"; }

.icon-tips-opt3:before {
  content: "\e65b"; }

.icon-tips-opt2:before {
  content: "\e65c"; }

.icon-tips:before {
  content: "\e65d"; }

.icon-smile-opt2:before {
  content: "\e65e"; }

.icon-smile:before {
  content: "\e65f"; }

.icon-plus-minus:before {
  content: "\e660"; }

.icon-book-opt4:before {
  content: "\e661"; }

.icon-book-opt3:before {
  content: "\e662"; }

.icon-book-opt2:before {
  content: "\e663"; }

.icon-book:before {
  content: "\e664"; }

.icon-clock:before {
  content: "\e665"; }

.icon-cards:before {
  content: "\e666"; }

.icon-tickets:before {
  content: "\e667"; }

.icon-wine:before {
  content: "\e668"; }

.icon-holiday-opt5:before {
  content: "\e669"; }

.icon-holiday-opt4:before {
  content: "\e66a"; }

.icon-holiday-opt3:before {
  content: "\e66b"; }

.icon-holiday-opt2:before {
  content: "\e66c"; }

.icon-holiday:before {
  content: "\e66d"; }

.icon-calendar:before {
  content: "\e66e"; }

.icon-ipad:before {
  content: "\e66f"; }

.icon-laptop:before {
  content: "\e670"; }

.icon-diagnosis-opt3:before {
  content: "\e671"; }

.icon-diagnosis-opt2:before {
  content: "\e672"; }

.icon-diagnosis:before {
  content: "\e673"; }

.icon-clipboard:before {
  content: "\e674"; }

.icon-popular-opt2:before {
  content: "\e675"; }

.icon-popular:before {
  content: "\e676"; }

.icon-multimedia:before {
  content: "\e677"; }

.icon-eye-health-opt4:before {
  content: "\e678"; }

.icon-eye-health-opt3:before {
  content: "\e679"; }

.icon-eye-health-opt2:before {
  content: "\e67a"; }

.icon-eye-health:before {
  content: "\e67b"; }

.icon-pie-chart-opt2:before {
  content: "\e67c"; }

.icon-line-chart:before {
  content: "\e67d"; }

.icon-pie-chart:before {
  content: "\e67e"; }

.icon-bar-chart:before {
  content: "\e67f"; }

.icon-word:before {
  content: "\e683"; }

.icon-document:before {
  content: "\e600"; }

.icon-eye-signal:before {
  content: "\e601"; }

.icon-user:before {
  content: "\e602"; }

.icon-twitter:before {
  content: "\e603"; }

.icon-mail:before {
  content: "\e604"; }

.icon-film:before {
  content: "\e605"; }

.icon-shop:before, .icon.shop:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.shop:before {
  content: "\e606"; }

.icon-search:before {
  content: "\e607"; }

.icon-search-opt2:before {
  content: "\e608"; }

.icon-network:before {
  content: "\e609"; }

.icon-tick:before {
  content: "\e60a"; }

.icon-promo-article:before {
  content: "\e60b"; }

.icon-pdf:before {
  content: "\e680"; }

.icon-document2:before {
  content: "\e60c"; }

.icon-open-mail:before {
  content: "\e60d"; }

.icon-map-pin:before {
  content: "\e60e"; }

.icon-music:before {
  content: "\e60f"; }

.icon-menu:before {
  content: "\e610"; }

.icon-mail-opt2:before {
  content: "\e611"; }

.icon-bubbles:before {
  content: "\e612"; }

.icon-linkedin:before {
  content: "\e613"; }

.icon-radio-opt2:before {
  content: "\e614"; }

.icon-phone:before {
  content: "\e615"; }

.icon-headphones:before {
  content: "\e616"; }

.icon-google-plus:before {
  content: "\e617"; }

.icon-search-opt3:before {
  content: "\e618"; }

.icon-question:before {
  content: "\e619"; }

.icon-facebook:before {
  content: "\e61a"; }

.icon-donate:before, .icon.donate:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a.donate:before {
  content: "\e61b"; }

.icon-chat:before {
  content: "\e61d"; }

.icon-calculator:before {
  content: "\e61e"; }

.icon-shirt:before {
  content: "\e61f"; }

.icon-alert:before {
  content: "\e620"; }

.icon-basket:before {
  content: "\e621"; }

.icon-up-arrow:before {
  content: "\e622"; }

.icon-right-arrow:before {
  content: "\e623"; }

.icon-left-arrow:before {
  content: "\e624"; }

.icon-down-arrow:before {
  content: "\e625"; }

.icon-up-arrow-opt2:before {
  content: "\e626"; }

.icon-plus:before {
  content: "\e627"; }

.icon-edit:before {
  content: "\e628"; }

.regional .breadcrumbs a, .portal-menu_regional_util .breadcrumbs a {
  color: #c81374; }

.regional .nav--secondary__menu a .lines:before, .regional .nav--secondary__menu a .lines:after, .portal-menu_regional_util .nav--secondary__menu a .lines:before, .portal-menu_regional_util .nav--secondary__menu a .lines:after {
  background: #c81374; }

.regional .nav--secondary__menu a:hover .lines:before, .regional .nav--secondary__menu a:hover .lines:after, .regional .nav--secondary__menu a:focus .lines:before, .regional .nav--secondary__menu a:focus .lines:after, .portal-menu_regional_util .nav--secondary__menu a:hover .lines:before, .portal-menu_regional_util .nav--secondary__menu a:hover .lines:after, .portal-menu_regional_util .nav--secondary__menu a:focus .lines:before, .portal-menu_regional_util .nav--secondary__menu a:focus .lines:after {
  background: #007c83; }

.accessible-hidden, .sr-only, #edit-other-one-off-amount + .description, #edit-other-monthly-amount + .description, .listing--pagination li a span, #site-map li .expand-collapse span, .wrp-events-calendar .wrp-filter .form--filter .describe-area {
  top: -99999em;
  left: -99999em;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/******************************************************************************
 *
 *                  T Y P O G R A P H Y   /   F O N T S
 *
 *****************************************************************************/
/**
 * Calculate REMs from pixels, using given base font size.
 *
 * Uses default base-font-size if not specified.
 */
/**
 * Set size of a property in REMs with fallback in pixels.
 */
/**
 * Set font size in pixels, outputs in REMs with fallback in pixels.
 *
 * Uses default base-font-size if not specified.
 */
/**
 * Use sans-serif font.
 *
 * Default options used if not specified.
 */
/**
 * Use heading font.
 *
 * Default options used if not specified.
 */
/******************************************************************************
 *
 *            R E S P O N S I V E   /   M E D I A   Q U E R I E S
 *
 * $breakpoint-mobile: 480px;
 * $breakpoint-small-tablet: 640px;
 * $breakpoint-tablet: 768px;
 * $breakpoint-desktop: 1024px;
 * $breakpoint-large-desktop: 1280px;
 *
 *****************************************************************************/
/**
 * Media query: small-tablet (640px <= x < 780px).
 */
/**
 * Media query: tablet (768px <= x < 1024px).
 */
/**
 * Media query: desktop (1024px <= x < 1280px).
 */
/**
 * Media query: large-desktop (x >= 1280px).
 */
.header {
  display: table;
  width: 100%;
  height: 7rem;
  z-index: 99;
  box-sizing: border-box;
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 48em) {
    .header {
      height: 10.25rem; } }
  .no-csstransforms .header {
    height: 10.25rem; }
  .header.searching .logo {
    display: none; }
    @media all and (min-width: 48em) {
      .header.searching .logo {
        display: block; } }
    .no-csstransforms .header.searching .logo {
      display: block; }
  .header.searching .top-header-donate, .header.searching .top-header-login, .header.searching .top-header-menu {
    display: none !important; }
  .header.searching .top-header-search .open {
    display: none !important; }
    @media all and (min-width: 64em) {
      .header.searching .top-header-search .open {
        display: block; } }
    .no-csstransforms .header.searching .top-header-search .open {
      display: block; }
  .header.searching .top-header-search .close {
    display: block !important; }
    @media all and (min-width: 64em) {
      .header.searching .top-header-search .close {
        display: none !important; } }
    .no-csstransforms .header.searching .top-header-search .close {
      display: none !important; }
  .header > * {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 2rem; }
    @media all and (min-width: 48em) {
      .header > * {
        padding-bottom: 2.5rem; } }
    .no-csstransforms .header > * {
      padding-bottom: 2.5rem; }
    @media all and (min-width: 64em) {
      .header > * {
        vertical-align: top;
        padding: 0; } }
    .no-csstransforms .header > * {
      vertical-align: top;
      padding: 0; }
  .header a {
    text-decoration: none !important; }
  .header .logo-wrapper {
    position: relative; }
    @media all and (min-width: 64em) {
      .header .logo-wrapper {
        text-align: center;
        width: 23.75rem;
        padding-top: 3.25rem; } }
    .no-csstransforms .header .logo-wrapper {
      text-align: center;
      width: 23.75rem;
      padding-top: 3.25rem; }
    .header .logo-wrapper .logo {
      position: absolute;
      z-index: 11;
      top: 2rem;
      left: 2rem;
      width: 7rem; }
      @media all and (min-width: 48em) {
        .header .logo-wrapper .logo {
          top: 3rem;
          width: 11rem; } }
      .no-csstransforms .header .logo-wrapper .logo {
        top: 3rem;
        width: 11rem; }
      @media all and (min-width: 64em) {
        .header .logo-wrapper .logo {
          top: 4rem;
          left: 50%;
          transform: translateX(-50%);
          width: 66%; } }
      .no-csstransforms .header .logo-wrapper .logo {
        top: 4rem;
        left: 50%;
        transform: translateX(-50%);
        width: 66%; }
      .header .logo-wrapper .logo a {
        display: block; }
        .header .logo-wrapper .logo a svg {
          width: 112px;
          height: 82px;
          -webkit-transition: width 0.5s;
          -moz-transition: width 0.5s;
          transition: width 0.5s;
          /* Targets displays using any of Windows’ High Contrast Mode themes: */
          /* Targets displays using the Windows’ "High Contrast Black" theme: */
          /* Targets displays using the Windows’ "High Contrast White" theme: */ }
          @media all and (min-width: 48em) {
            .header .logo-wrapper .logo a svg {
              width: 176px;
              height: 131px; } }
          .no-csstransforms .header .logo-wrapper .logo a svg {
            width: 176px;
            height: 131px; }
          @media all and (min-width: 64em) {
            .header .logo-wrapper .logo a svg {
              width: 250px;
              height: 186px; } }
          .no-csstransforms .header .logo-wrapper .logo a svg {
            width: 250px;
            height: 186px; }
          .header .logo-wrapper .logo a svg path, .header .logo-wrapper .logo a svg polygon {
            fill: #00151d; }
          .header .logo-wrapper .logo a svg rect {
            fill: #e50072; }
          @media screen and (-ms-high-contrast: active) {
            .header .logo-wrapper .logo a svg path, .header .logo-wrapper .logo a svg polygon, .header .logo-wrapper .logo a svg rect {
              fill: #ffffff; } }
          @media screen and (-ms-high-contrast: white-on-black) {
            .header .logo-wrapper .logo a svg path, .header .logo-wrapper .logo a svg polygon, .header .logo-wrapper .logo a svg rect {
              fill: #ffffff; } }
          @media screen and (-ms-high-contrast: black-on-white) {
            .header .logo-wrapper .logo a svg path, .header .logo-wrapper .logo a svg polygon, .header .logo-wrapper .logo a svg rect {
              fill: #000000; } }
          .header .logo-wrapper .logo a svg .tl {
            fill-opacity: 0;
            -webkit-transition: none;
            -moz-transition: none;
            transition: none;
            -webkit-transition-delay: 0;
            -moz-transition-delay: 0;
            transition-delay: 0; }
            @media all and (min-width: 64em) {
              .header .logo-wrapper .logo a svg .tl {
                fill-opacity: 1; } }
            .no-csstransforms .header .logo-wrapper .logo a svg .tl {
              fill-opacity: 1; }
  .header .nav-wrapper {
    height: 5rem;
    pointer-events: none;
    font-weight: 500;
    font-size: 0; }
    @media all and (min-width: 48em) {
      .header .nav-wrapper {
        height: 7rem; } }
    .no-csstransforms .header .nav-wrapper {
      height: 7rem; }
    .header .nav-wrapper .nav--helpline {
      display: none;
      font-size: 1.25rem;
      padding: 1.5rem 2rem 1.5rem 0;
      text-align: right; }
      @media all and (min-width: 48em) {
        .header .nav-wrapper .nav--helpline {
          display: block; } }
      .no-csstransforms .header .nav-wrapper .nav--helpline {
        display: block; }
      @media all and (min-width: 64em) {
        .header .nav-wrapper .nav--helpline {
          display: none; } }
      .no-csstransforms .header .nav-wrapper .nav--helpline {
        display: none; }
      .header .nav-wrapper .nav--helpline a:hover, .header .nav-wrapper .nav--helpline a:focus {
        text-decoration: underline !important; }
    .header .nav-wrapper .nav--top-header {
      pointer-events: all;
      text-align: right;
      width: 100%; }
      .header .nav-wrapper .nav--top-header:after {
        content: "";
        display: table;
        clear: both; }
      @media all and (min-width: 64em) {
        .header .nav-wrapper .nav--top-header {
          height: 3.25rem;
          padding-right: 1.5rem; } }
      .no-csstransforms .header .nav-wrapper .nav--top-header {
        height: 3.25rem;
        padding-right: 1.5rem; }
      .header .nav-wrapper .nav--top-header > div {
        vertical-align: top; }
      .header .nav-wrapper .nav--top-header .nav--top-header__user {
        display: none;
        float: left;
        height: 3.25rem;
        line-height: 3.25rem; }
        @media all and (min-width: 80em) {
          .header .nav-wrapper .nav--top-header .nav--top-header__user {
            display: inline-block; } }
        .no-csstransforms .header .nav-wrapper .nav--top-header .nav--top-header__user {
          display: inline-block; }
        .header .nav-wrapper .nav--top-header .nav--top-header__user span {
          padding-left: 2rem;
          font-size: 1rem;
          font-weight: 400; }
          .header .nav-wrapper .nav--top-header .nav--top-header__user span a {
            font-family: "Open Sans", sans-serif;
            text-decoration: underline !important; }
            .header .nav-wrapper .nav--top-header .nav--top-header__user span a:hover, .header .nav-wrapper .nav--top-header .nav--top-header__user span a:focus {
              text-decoration: none !important; }
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons {
        display: inline-block; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div {
          display: inline-block;
          vertical-align: top;
          font-size: 1.25rem;
          margin-left: .75rem; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div:first-child {
            margin: 0; }
          @media all and (min-width: 64em) {
            .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div {
              margin: 0; } }
          .no-csstransforms .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div {
            margin: 0; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a {
            position: relative;
            display: block;
            color: #ffffff;
            padding: 0 1rem;
            font-weight: 500;
            height: 3.25rem;
            line-height: 3.25rem; }
            .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a:hover, .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a:focus {
              background-color: #000000;
              outline: 0.125rem solid #e50072;
              outline-offset: -.125rem;
              color: #ffffff; }
            @media all and (min-width: 64em) {
              .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a {
                padding: 0 2rem; } }
            .no-csstransforms .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a {
              padding: 0 2rem; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-donate {
            display: none; }
            @media all and (min-width: 48em) {
              .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-donate {
                display: inline-block; } }
            .no-csstransforms .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-donate {
              display: inline-block; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.nav--top-header__user, .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-login {
            display: none; }
          @media all and (min-width: 64em) {
            .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-menu,
            .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-search .open {
              display: none; } }
          .no-csstransforms .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-menu, .no-csstransforms
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.top-header-search .open {
            display: none; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-donate a {
          background-color: #fcc203;
          color: #000000; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-login a {
          background-color: #01893C; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-menu a {
          background-color: #e50072; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a {
          background-color: #00819E;
          padding-right: 2rem;
          font-size: 1.375rem; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before {
            content: "";
            line-height: 3.25rem; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .open:before {
          content: "\e607"; }
        .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .close {
          display: none; }
          .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .close:before {
            content: '\00D7' !important;
            font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif !important;
            font-size: 2.5rem !important; }
      .header .nav-wrapper .nav--top-header .form--search {
        font-family: "Open Sans", sans-serif;
        overflow: hidden;
        vertical-align: middle;
        z-index: 1;
        color: #ffffff;
        text-align: left;
        display: none;
        height: 3.25rem;
        max-width: 14rem;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        transition: width 0.2s; }
        @media all and (min-width: 48em) {
          .header .nav-wrapper .nav--top-header .form--search {
            max-width: 16rem; } }
        .no-csstransforms .header .nav-wrapper .nav--top-header .form--search {
          max-width: 16rem; }
        .header .nav-wrapper .nav--top-header .form--search:after {
          content: "";
          display: table;
          clear: both; }
        .header .nav-wrapper .nav--top-header .form--search.active {
          display: block;
          position: absolute;
          top: 1.75rem;
          right: 5.125rem;
          left: 2rem;
          max-width: 100%;
          z-index: 12; }
          @media all and (min-width: 48em) {
            .header .nav-wrapper .nav--top-header .form--search.active {
              left: initial;
              top: 4.5rem;
              max-width: 24rem; } }
          .no-csstransforms .header .nav-wrapper .nav--top-header .form--search.active {
            left: initial;
            top: 4.5rem;
            max-width: 24rem; }
          @media all and (min-width: 64em) {
            .header .nav-wrapper .nav--top-header .form--search.active {
              top: 0;
              left: 0;
              right: 0;
              max-width: 16rem; } }
          .no-csstransforms .header .nav-wrapper .nav--top-header .form--search.active {
            top: 0;
            left: 0;
            right: 0;
            max-width: 16rem; }
        @media all and (min-width: 64em) {
          .header .nav-wrapper .nav--top-header .form--search {
            position: relative !important;
            display: inline-block !important;
            margin-right: 1rem; } }
        .no-csstransforms .header .nav-wrapper .nav--top-header .form--search {
          position: relative !important;
          display: inline-block !important;
          margin-right: 1rem; }
        .header .nav-wrapper .nav--top-header .form--search form {
          position: relative;
          overflow: hidden;
          display: block;
          clear: both;
          padding: 0;
          margin: 0;
          max-width: 100%;
          font-size: 0; }
          .header .nav-wrapper .nav--top-header .form--search form:after {
            content: "";
            display: table;
            clear: both; }
          .header .nav-wrapper .nav--top-header .form--search form .form-item, .header .nav-wrapper .nav--top-header .form--search form .form-actions {
            display: inline-block;
            vertical-align: top;
            height: 3.25rem;
            width: 12%;
            margin: 0; }
            .header .nav-wrapper .nav--top-header .form--search form .form-item > input, .header .nav-wrapper .nav--top-header .form--search form .form-actions > input {
              font-size: 1.125rem;
              line-height: 1.125rem; }
          .header .nav-wrapper .nav--top-header .form--search form .form-item {
            position: relative;
            width: 80%; }
            .header .nav-wrapper .nav--top-header .form--search form .form-item:before {
              content: '';
              position: absolute;
              top: 50%;
              bottom: 0;
              right: 0;
              width: .25rem;
              background-color: #e50072;
              height: 45%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
            .header .nav-wrapper .nav--top-header .form--search form .form-item:hover:before, .header .nav-wrapper .nav--top-header .form--search form .form-item:focus:before {
              background-color: #000000; }
          .header .nav-wrapper .nav--top-header .form--search form .form-actions {
            width: 20%; }
        .header .nav-wrapper .nav--top-header .form--search input[type="text"],
        .header .nav-wrapper .nav--top-header .form--search input[type="submit"] {
          background-color: #e5e7e8;
          color: #00151d;
          padding: 0;
          -webkit-appearance: none;
          height: 3.25rem;
          line-height: 3.25rem;
          max-height: 3.25rem;
          cursor: pointer;
          border-radius: 0;
          z-index: 2;
          -webkit-transition: background-color 0.2s;
          -moz-transition: background-color 0.2s;
          transition: background-color 0.2s;
          width: 100%; }
        .header .nav-wrapper .nav--top-header .form--search input[type="text"] {
          font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
          padding-left: 1rem;
          border: .25rem solid transparent; }
          @media all and (min-width: 48em) {
            .header .nav-wrapper .nav--top-header .form--search input[type="text"] {
              padding-left: 2rem; } }
          .no-csstransforms .header .nav-wrapper .nav--top-header .form--search input[type="text"] {
            padding-left: 2rem; }
          .header .nav-wrapper .nav--top-header .form--search input[type="text"]::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #555554; }
          .header .nav-wrapper .nav--top-header .form--search input[type="text"]:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #555554; }
          .header .nav-wrapper .nav--top-header .form--search input[type="text"]::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #555554; }
          .header .nav-wrapper .nav--top-header .form--search input[type="text"]:hover, .header .nav-wrapper .nav--top-header .form--search input[type="text"]:focus {
            border-color: #00151d; }
            .header .nav-wrapper .nav--top-header .form--search input[type="text"]:hover:before, .header .nav-wrapper .nav--top-header .form--search input[type="text"]:focus:before {
              background-color: #000000; }
        .header .nav-wrapper .nav--top-header .form--search input[type="submit"] {
          font-weight: 500;
          text-align: center;
          margin: 0;
          color: #000000; }
          .header .nav-wrapper .nav--top-header .form--search input[type="submit"]:focus, .header .nav-wrapper .nav--top-header .form--search input[type="submit"]:hover {
            background-color: #000000 !important;
            outline: 0.125rem solid #e50072;
            outline-offset: -.125rem; }
    .header .nav-wrapper .main-nav-wrapper {
      display: none; }
      @media all and (min-width: 64em) {
        .header .nav-wrapper .main-nav-wrapper {
          display: block;
          pointer-events: all; } }
      .no-csstransforms .header .nav-wrapper .main-nav-wrapper {
        display: block;
        pointer-events: all; }
      .header .nav-wrapper .main-nav-wrapper .nav--utility {
        position: relative;
        height: 7rem; }
        .header .nav-wrapper .main-nav-wrapper .nav--utility:after {
          content: "";
          display: table;
          clear: both; }
        .header .nav-wrapper .main-nav-wrapper .nav--utility ul {
          margin: 0 0 0 1rem;
          padding: 0;
          display: table;
          height: 100%; }
        .header .nav-wrapper .main-nav-wrapper .nav--utility li {
          display: table-cell;
          vertical-align: middle; }
          .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child {
            display: none;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media all and (min-width: 80em) {
              .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child {
                display: table-cell; } }
            .no-csstransforms .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child {
              display: table-cell; }
            .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child a {
              background-color: #e50072;
              color: #ffffff;
              padding: 1rem 2rem; }
              .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child a:hover, .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child a.active, .header .nav-wrapper .main-nav-wrapper .nav--utility li:last-child a:focus {
                background-color: #555554;
                color: #ffffff; }
        .header .nav-wrapper .main-nav-wrapper .nav--utility a {
          display: block;
          color: #00151d;
          padding: 1rem;
          border-bottom: 0;
          font-weight: 500;
          font-size: 1rem; }
          @media all and (min-width: 64em) {
            .header .nav-wrapper .main-nav-wrapper .nav--utility a {
              font-size: 1.125rem; } }
          .no-csstransforms .header .nav-wrapper .main-nav-wrapper .nav--utility a {
            font-size: 1.125rem; }
          @media all and (min-width: 80em) {
            .header .nav-wrapper .main-nav-wrapper .nav--utility a {
              font-size: 1.25rem; } }
          .no-csstransforms .header .nav-wrapper .main-nav-wrapper .nav--utility a {
            font-size: 1.25rem; }
          .header .nav-wrapper .main-nav-wrapper .nav--utility a:hover, .header .nav-wrapper .main-nav-wrapper .nav--utility a.active, .header .nav-wrapper .main-nav-wrapper .nav--utility a:focus {
            background-color: #555554;
            color: #ffffff; }

#placeholder {
  display: none; }

/**********************************************************************/
/**********************************************************************/
.secondary-nav-wrapper {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
  display: block; }
  .secondary-nav-wrapper ul {
    padding: 0;
    margin: 0; }
  .secondary-nav-wrapper li {
    list-style-type: none; }
  .secondary-nav-wrapper a {
    color: #00151d;
    display: block;
    font-weight: 500;
    padding: 1rem;
    text-decoration: none; }
    @media all and (min-width: 48em) {
      .secondary-nav-wrapper a {
        font-size: 1.25rem;
        padding: 1rem 2rem; } }
    .no-csstransforms .secondary-nav-wrapper a {
      font-size: 1.25rem;
      padding: 1rem 2rem; }
    .secondary-nav-wrapper a:hover, .secondary-nav-wrapper a:focus {
      background-color: #555554;
      color: #ffffff; }
    .secondary-nav-wrapper a.active {
      background-color: #e50072;
      color: #ffffff; }
      .secondary-nav-wrapper a.active:hover, .secondary-nav-wrapper a.active:focus {
        background-color: #555554;
        color: #ffffff; }
    @media all and (min-width: 64em) {
      .secondary-nav-wrapper a {
        padding: 1rem 3rem 1rem 4rem; } }
    .no-csstransforms .secondary-nav-wrapper a {
      padding: 1rem 3rem 1rem 4rem; }
  .secondary-nav-wrapper .nav--utility {
    padding: 1rem 0;
    background-color: #e5e7e8; }
    @media all and (min-width: 64em) {
      .secondary-nav-wrapper .nav--utility {
        display: none; } }
    .no-csstransforms .secondary-nav-wrapper .nav--utility {
      display: none; }
    .secondary-nav-wrapper .nav--utility a {
      display: block;
      font-size: 1.125rem; }
      @media all and (min-width: 48em) {
        .secondary-nav-wrapper .nav--utility a {
          font-size: 1.375rem; } }
      .no-csstransforms .secondary-nav-wrapper .nav--utility a {
        font-size: 1.375rem; }
      .secondary-nav-wrapper .nav--utility a:hover, .secondary-nav-wrapper .nav--utility a:focus {
        background-color: #555554;
        text-decoration: none; }
  .secondary-nav-wrapper > .button, .secondary-nav-wrapper > .button__rounded {
    display: block;
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
    color: #ffffff; }
    .secondary-nav-wrapper > .button.connect, .secondary-nav-wrapper > .connect.button__rounded {
      display: none; }
    @media all and (min-width: 48em) {
      .secondary-nav-wrapper > .button, .secondary-nav-wrapper > .button__rounded {
        display: none; } }
    .no-csstransforms .secondary-nav-wrapper > .button, .no-csstransforms .secondary-nav-wrapper > .button__rounded {
      display: none; }
    .secondary-nav-wrapper > .button.active, .secondary-nav-wrapper > .active.button__rounded, .secondary-nav-wrapper > .button:active, .secondary-nav-wrapper > .button__rounded:active {
      background-color: #e50072 !important; }
    .secondary-nav-wrapper > .button:focus, .secondary-nav-wrapper > .button__rounded:focus, .secondary-nav-wrapper > .button:hover, .secondary-nav-wrapper > .button__rounded:hover {
      background-color: #555554 !important; }
  .secondary-nav-wrapper .helpline a {
    display: block;
    color: #ffffff;
    background-color: #e50072;
    font-size: 1.25rem; }
    @media all and (min-width: 48em) {
      .secondary-nav-wrapper .helpline a {
        font-size: 1.375rem; } }
    .no-csstransforms .secondary-nav-wrapper .helpline a {
      font-size: 1.375rem; }
    .secondary-nav-wrapper .helpline a:hover, .secondary-nav-wrapper .helpline a:focus {
      text-decoration: underline; }
  .secondary-nav-wrapper .survey a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: #e50072; }
    .secondary-nav-wrapper .survey a:hover span, .secondary-nav-wrapper .survey a:focus span {
      text-decoration: underline; }
  .secondary-nav-wrapper .survey--block {
    width: 260px;
    margin: 0 auto;
    box-sizing: border-box; }
    .secondary-nav-wrapper .survey--block a {
      display: block;
      margin: 20px;
      padding: 1rem;
      background-color: #595a5c;
      border-radius: .125rem;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1.4rem; }
      .secondary-nav-wrapper .survey--block a span {
        font-weight: 400; }
      .secondary-nav-wrapper .survey--block a:hover, .secondary-nav-wrapper .survey--block a:focus {
        text-decoration: underline;
        background-color: #2e2e2e; }
  .secondary-nav-wrapper .nav--primary {
    padding-top: 1rem; }
    @media screen and (max-width: 321px) {
      .secondary-nav-wrapper .nav--primary {
        width: 240px; } }
    @media screen and (min-width: 322px) and (max-width: 767px) {
      .secondary-nav-wrapper .nav--primary {
        width: 295px; } }
  .secondary-nav-wrapper .nav--bar {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 100%;
    height: 100%;
    width: .75rem;
    background-color: transparent;
    z-index: 13;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .secondary-nav-wrapper .nav--close-button {
    position: absolute;
    top: 1.75rem;
    left: 100%;
    background-color: #555554;
    font-weight: 500;
    color: #ffffff;
    z-index: 12; }
    @media all and (min-width: 48em) {
      .secondary-nav-wrapper .nav--close-button {
        top: 4.5rem; } }
    .no-csstransforms .secondary-nav-wrapper .nav--close-button {
      top: 4.5rem; }
    .secondary-nav-wrapper .nav--close-button > a {
      display: none;
      font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
      color: #ffffff;
      text-decoration: none;
      padding: 1rem; }
      @media all and (min-width: 48em) {
        .secondary-nav-wrapper .nav--close-button > a {
          font-size: 1.125rem;
          padding-left: 2rem; } }
      .no-csstransforms .secondary-nav-wrapper .nav--close-button > a {
        font-size: 1.125rem;
        padding-left: 2rem; }
      .secondary-nav-wrapper .nav--close-button > a:hover, .secondary-nav-wrapper .nav--close-button > a:focus {
        background-color: #000000;
        font-weight: 500;
        color: #ffffff;
        text-decoration: underline; }

/**********************************************************************/
/**********************************************************************/
.skiptocontent {
  display: none; }
  @media all and (min-width: 64em) {
    .skiptocontent {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .skiptocontent a {
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        top: -5px;
        left: 0;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s; }
        .skiptocontent a:focus, .skiptocontent a:active {
          height: 1.75rem;
          line-height: 1.75rem;
          width: 100%;
          overflow: hidden;
          margin: 0;
          position: relative;
          text-align: center;
          top: 0;
          left: 0;
          z-index: 4;
          display: block;
          background-color: #e5e7e8;
          color: #00151d;
          padding: 1rem 0;
          border-bottom: 1px solid #555554;
          font-weight: 500;
          font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
          font-size: 1.25rem; } }
  .no-csstransforms .skiptocontent {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .no-csstransforms .skiptocontent a {
      height: 1px;
      width: 1px;
      position: absolute;
      overflow: hidden;
      top: -5px;
      left: 0;
      -webkit-transition: height 0.2s;
      -moz-transition: height 0.2s;
      transition: height 0.2s; }
      .no-csstransforms .skiptocontent a:focus, .no-csstransforms .skiptocontent a:active {
        height: 1.75rem;
        line-height: 1.75rem;
        width: 100%;
        overflow: hidden;
        margin: 0;
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 4;
        display: block;
        background-color: #e5e7e8;
        color: #00151d;
        padding: 1rem 0;
        border-bottom: 1px solid #555554;
        font-weight: 500;
        font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
        font-size: 1.25rem; }

.wrapper > nav {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
  display: block;
  background-color: #ffffff;
  padding-top: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  transition: transform 0.2s; }
  @media all and (min-width: 48em) {
    .wrapper > nav {
      padding-top: 13.5rem; } }
  .no-csstransforms .wrapper > nav {
    padding-top: 13.5rem; }
  @media all and (min-width: 64em) {
    .wrapper > nav {
      visibility: visible;
      position: relative;
      top: initial;
      pointer-events: all;
      padding-top: 8.5rem;
      background-color: transparent;
      -webkit-transform: translateX(0rem);
      -moz-transform: translateX(0rem);
      -ms-transform: translateX(0rem);
      -o-transform: translateX(0rem);
      transform: translateX(0rem); } }
  .no-csstransforms .wrapper > nav {
    visibility: visible;
    position: relative;
    top: initial;
    pointer-events: all;
    padding-top: 8.5rem;
    background-color: transparent;
    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
    transform: translateX(0rem); }

body.navigation-open .nav--close-button > a {
  display: block;
  width: 3rem; }

body.navigation-open .nav-wrapper {
  display: none; }

body.navigation-open .header .logo-wrapper .logo {
  width: 11rem; }
  body.navigation-open .header .logo-wrapper .logo svg {
    width: 176px;
    height: 131px; }
  body.navigation-open .header .logo-wrapper .logo .tl {
    fill-opacity: 1;
    -webkit-transition: fill-opacity 0.4s;
    -moz-transition: fill-opacity 0.4s;
    transition: fill-opacity 0.4s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }

body.navigation-open .wrapper > nav {
  visibility: visible;
  -webkit-transform: translateX(0rem);
  -moz-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  -o-transform: translateX(0rem);
  transform: translateX(0rem);
  transition: transform 0.5s ease-in-out; }
  body.navigation-open .wrapper > nav .nav--bar {
    background-color: rgba(0, 0, 0, 0.2); }

body.navigation-open .search-form {
  display: none; }

/*.top-header-login > ul li {
  background-color: $blue;
    a {
    padding: 15px 15px 15px 50px;
    width: auto;
    height: auto;
    text-align: left;
    @include media-query-ie(tablet-and-desktop){
    padding: 5px 15px 5px 50px;
    @include media-query-ie(desktop){
    padding: 10px 15px 10px 50px;
   }
    }
    &:hover, &:focus{
      background-color: $blue--dark;
      color: $white;
    }
  }
}

.login--mydetails {
  background-image: url("../img/people-white.png");
  background-position: 27px;
  background-size: 16px;
  background-repeat: no-repeat;
  padding: 20px;
}

.login--bookmarks {
  background-image: url("../img/bookmarks-white.png");
  background-position: 27px;
  background-size: 12px;
  background-repeat: no-repeat;
  padding: 20px;
}*/
.nav--primary__state {
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

p.navigation-title {
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  text-align: center; }
  p.navigation-title:before {
    content: "";
    background-image: url("../img/info-yell.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    margin-right: 10px; }
    @media all and (min-width: 48em) {
      p.navigation-title:before {
        display: none; } }
    .no-csstransforms p.navigation-title:before {
      display: none; }
  p.navigation-title:after {
    content: "\e625";
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    position: relative;
    top: 4px; }
    @media all and (min-width: 48em) {
      p.navigation-title:after {
        display: none; } }
    .no-csstransforms p.navigation-title:after {
      display: none; }
  @media all and (min-width: 48em) {
    p.navigation-title {
      color: white;
      background-color: transparent;
      font-size: 20px;
      font-weight: 400;
      padding: 20px 20px 0;
      margin-left: -47px; } }
  .no-csstransforms p.navigation-title {
    color: white;
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 20px 0;
    margin-left: -47px; }
  p.navigation-title.active:after {
    content: "\e622"; }

.breadcrumbs {
  padding: 5px 5px 0;
  z-index: 1; }
  .breadcrumbs .crumbs-current-page {
    cursor: unset;
    border-bottom: unset; }
    .breadcrumbs .crumbs-current-page:hover {
      border-bottom: unset; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 48em) {
    .breadcrumbs {
      max-width: 1200px;
      padding: 2rem 2rem 0; } }
  .no-csstransforms .breadcrumbs {
    max-width: 1200px;
    padding: 2rem 2rem 0; }
  .breadcrumbs span.here {
    float: left;
    font-weight: 400;
    padding: 0 10px 0 0; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0 0 20px 0;
    overflow: visible; }
  .breadcrumbs li {
    display: inline-block;
    list-style-type: none;
    padding: 0 20px 0 0;
    overflow: visible;
    height: 1.2em;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px; }
    .breadcrumbs li:after {
      content: ">";
      vertical-align: middle;
      position: absolute;
      padding-left: 10px;
      top: 0;
      right: 0; }
    .breadcrumbs li:first-child a {
      padding: 0; }
      .breadcrumbs li:first-child a:before {
        padding: 15px 15px;
        width: 50px;
        height: 3.125em;
        vertical-align: middle; }
    .breadcrumbs li:last-child:after {
      content: none; }
    .breadcrumbs li.last:after {
      content: none; }
  .breadcrumbs a {
    padding: 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #000; }
    .breadcrumbs a:hover {
      border-bottom: 2px solid #000; }
    .breadcrumbs a:focus {
      border-bottom: none;
      outline: 2px solid #000; }

.nav--secondary {
  position: relative;
  margin: 0;
  padding: 0 !important;
  z-index: 1; }
  .nav--secondary:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 48em) {
    .nav--secondary {
      margin: auto;
      padding: 0 3.75rem 3rem 3.75rem; } }
  .no-csstransforms .nav--secondary {
    margin: auto;
    padding: 0 3.75rem 3rem 3.75rem; }
  .nav--secondary .nav--secondary__title,
  .nav--secondary ul {
    margin: 0;
    padding: 2rem 4rem;
    background-color: #555554; }
    @media all and (min-width: 48em) {
      .nav--secondary .nav--secondary__title,
      .nav--secondary ul {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        display: none; } }
    .no-csstransforms .nav--secondary .nav--secondary__title, .no-csstransforms
    .nav--secondary ul {
      -webkit-column-count: 3;
      /* Chrome, Safari, Opera */
      -moz-column-count: 3;
      /* Firefox */
      column-count: 3;
      display: none; }
    .nav--secondary .nav--secondary__title.close,
    .nav--secondary ul.close {
      display: block; }
    .nav--secondary .nav--secondary__title.open,
    .nav--secondary ul.open {
      display: none; }
  .nav--secondary li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    page-break-inside: avoid;
    column-break-inside: avoid;
    list-style-type: none;
    padding: .5rem 0; }
    .nav--secondary li:nth-child(3n) {
      margin-right: 0; }
  .nav--secondary a {
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    outline: none; }
    .nav--secondary a:hover, .nav--secondary a:active, .nav--secondary a:focus {
      outline: none;
      text-decoration: underline; }
  .nav--secondary.close {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    height: 0; }
    .nav--secondary.close .nav--secondary__menu {
      margin-bottom: 0; }
    .nav--secondary.close .nav--secondary__title,
    .nav--secondary.close h3 {
      overflow: hidden;
      padding: 0;
      height: 0;
      line-height: 0;
      opacity: 0;
      position: relative; }
    .nav--secondary.close ul {
      overflow: hidden;
      opacity: 0;
      height: 0; }
      @media all and (min-width: 48em) {
        .nav--secondary.close ul {
          -webkit-column-count: 1;
          /* Chrome, Safari, Opera */
          -moz-column-count: 1;
          /* Firefox */
          column-count: 1; } }
      .no-csstransforms .nav--secondary.close ul {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; }
    .nav--secondary.close li {
      height: 0; }

/*.nav--secondary__menu {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  color: $white;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  text-align: left;
  background-color: transparent;
  margin-bottom: -1px;
  a {
    display: block;
    background-color: transparent;
    height: 1.25rem;
    width: 1.25rem;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    text-indent: -999999px;
    overflow: hidden;
    &:hover,
    &:focus {
      .lines {
        &:before,
        &:after {
          background: $white;
        }
      }
    }
    .lines {
      @include line;
      position: absolute;
      vertical-align: middle;
      background: transparent;
      top: 0;
      right: 0;
      @include transform(rotate3d(0, 0, 1, 90deg));
      &:before,
      &:after {
        @include line;
        position: absolute;
        left: 0;
        content: '';
        @include transform-origin($button-size/14 center);
      }
      &:before {
        background: $white;
        width: $button-size/1.8;
        @include transform(rotate3d(0, 0, 1, 45deg));
      }
      &:after {
        background: $white;
        width: $button-size/1.8;
        margin-top: -2px;
        @include transform(rotate3d(0, 0, 1, -45deg));
      }
    }
    &.active {
      border-bottom: 1px solid $grey;
      .lines {
        top: 43px;
        &:before {
          @include transform(rotate3d(0, 0, 1, 135deg));
        }
        &:after {
          @include transform(rotate3d(0, 0, 1, -135deg));
        }
      }
    }
  }
}*/
/*.in--your--area {
  margin-left: 0px;
  left: -260px;
  position: absolute;
  margin-top: -20px;
  z-index: 100;
  .contextual-links-trigger {
    display: none;
  }
  a.main {
    color: #fff;
    padding: 10px 30px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.187rem;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  ul {
    padding: 0;
    margin: 0;
    display: none;
    background-color: $blue;
    a {
      &:hover,
      &:focus {
        background-color: #007c83;
      }
    }
  }
  a {
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    &:hover,
    &:focus {
      background-color: #007c83;
    }
  }
  @include media-query-ie(tablet-and-desktop) {
    margin-top: 0;
    right: 0;
    left: auto;
    //@include transform(translateX(0px));
    background: $grey--dark;
    top: 60px;
    width: 142px;
    z-index: 20000;
    ul {
      display: none;
      margin-top: -20px;
      padding-top: 20px;
      padding-left: 0;
      a {
        text-decoration: none;
        color: $white;
        padding: 4px 15px;
        display: block;
        &:hover {
          background-color: $blue--dark;
        }
        &:focus {
          background-color: $blue--dark;
        }
      }
      li {
        list-style: none;
        margin: 0;
      }
    }
    a.main {
      font-family: arial, helvetica, sans-serif;
      font-size: 1.187rem;
      font-weight: 500;
      line-height: 25px;
      color: $white;
      padding: $baseline*2 14px 5px 14px;
      margin-bottom: 20px;
      border: 0;
      cursor: pointer;
      @include transition (background-color 0.2s ease-in-out);
      &:hover,
      &.active,
      &:focus {
        background-color: $blue;
        color: $white;
      }
    }
  }
  @include media-query-ie(desktop){
    top: 76px;
  }
  p {
    display: none;
  }
  ul {
    color: $white;
  }
}*/
/*.article {
  .nav--utility {
    background-color: $white;
    width: 100%;
    padding-top: 20px;
    ul {
      border: none;
      float: none;
      li {
        background: transparent;
        a {
          border: 1px solid $blue;
          color: $blue;
          background-color: $white;
          margin: 5px;
          padding: 8px 15px;
          &.active {
            background-color: $blue;
            color: $white;
          }
        }
      }
    }
  }
}*/
#maincontent .nav--utility {
  left: 0; }

.nav-social-wrapper h2,
.nav-social-wrapper p {
  display: none; }

.show-section-button {
  display: inline-block;
  padding: 1rem 3rem 1rem 2rem !important;
  margin: 0 0 0 2rem !important;
  background-color: #555554 !important;
  background-image: url(/sites/all/themes/rnib/img/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: right center; }
  .show-section-button:hover, .show-section-button:focus {
    text-decoration: underline !important; }
  .show-section-button.active {
    background-image: url(/sites/all/themes/rnib/img/arrow-up-white.png); }

@media (max-width: 300px) {
  .breadcrumbs {
    padding: 5px; }
    .breadcrumbs li.last {
      margin: 0;
      padding: 0; }
  .header .nav-wrapper {
    height: auto; }
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div {
    margin-left: 0; }
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div.nav--primary__menu {
      margin-left: 10px;
      margin-right: 10px; }
  .show-section-button {
    margin: 0px !important; }
  .nav--secondary .nav--secondary__title,
  .nav--secondary ul {
    padding: 5px; }
  .header .nav-wrapper .nav--top-header .form--search.active {
    position: relative;
    right: 0;
    left: 0;
    top: 0; }
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .close.show--search {
    display: inline-block !important;
    padding: 0px 1rem !important; }
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons > div a {
    padding: 0 10px; } }

@media (min-width: 350px) {
  html .header .logo-wrapper .logo {
    float: left; } }

@media (max-width: 155px) {
  html .header .logo-wrapper .logo {
    margin: 0 auto 0 auto;
    left: 0; }
  .header .nav-wrapper .nav--top-header {
    text-align: center;
    width: 100%; }
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-menu,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search {
      width: 100%;
      margin: 0 !important;
      padding: 0; }
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-menu a,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a {
        margin: 0; } }

button.button.show-section-button:hover, button.show-section-button.button__rounded:hover, button.button.show-section-button:focus, button.show-section-button.button__rounded:focus {
  text-decoration: none !important;
  background-image: url(/sites/all/themes/rnib/img/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: right center; }

@media (max-width: 560px) {
  button.button.show-section-button, button.show-section-button.button__rounded {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: calc( 100% - 10px); } }

/*********************************
 *
 *     H E R O   B A N N E R
 *
 *********************************/
main > div.content-wrapper > section.banner > figure {
  margin: 0;
  background-color: #e50072;
  box-sizing: border-box;
  position: relative;
  /* Landscape @ tablet and above */ }
  main > div.content-wrapper > section.banner > figure > img {
    width: 100%;
    height: auto;
    display: block; }
  main > div.content-wrapper > section.banner > figure > figcaption {
    padding: 2rem; }
    main > div.content-wrapper > section.banner > figure > figcaption > h2, main > div.content-wrapper > section.banner > figure > figcaption > p, main > div.content-wrapper > section.banner > figure > figcaption a {
      color: #ffffff;
      padding: 0;
      margin: 0 0 1rem 0; }
      main > div.content-wrapper > section.banner > figure > figcaption > h2:last-child, main > div.content-wrapper > section.banner > figure > figcaption > p:last-child, main > div.content-wrapper > section.banner > figure > figcaption a:last-child {
        margin-bottom: 0; }
    main > div.content-wrapper > section.banner > figure > figcaption > h2 {
      font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
      font-size: 2rem;
      /*
    @include fontSize($size);
    */
      font-weight: 500;
      padding-bottom: 1rem;
      border-bottom: 5px solid #ffffff;
      margin-bottom: 1rem; }
    main > div.content-wrapper > section.banner > figure > figcaption > p {
      font-family: "Open Sans", sans-serif;
      font-size: 1.125rem;
      /*
    @include fontSize($size);
    */
      font-weight: 400; }
  @media all and (min-width: 64em) {
    main > div.content-wrapper > section.banner > figure {
      background-color: transparent; }
      main > div.content-wrapper > section.banner > figure > figcaption {
        width: 25%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background-color: #e50072; } }
  .no-csstransforms main > div.content-wrapper > section.banner > figure {
    background-color: transparent; }
    .no-csstransforms main > div.content-wrapper > section.banner > figure > figcaption {
      width: 25%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      background-color: #e50072; }

.wysiwyg {
  /*
  @include media-query-ie(desktop) {
    padding-right: 25%;
  }
  */ }
  .wysiwyg:after {
    content: "";
    display: table;
    clear: both; }
  .wysiwyg.contextual-links-region {
    padding: 2em; }
  .wysiwyg h2:not(.line) {
    display: inline;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0; }
  .wysiwyg .media .file-video:after {
    content: "";
    display: table;
    clear: both; }
  .wysiwyg .col-6 {
    margin-bottom: 2rem; }
    @media all and (min-width: 48em) {
      .wysiwyg .col-6 {
        margin-bottom: 0; } }
    .no-csstransforms .wysiwyg .col-6 {
      margin-bottom: 0; }
    @media all and (min-width: 64em) {
      .wysiwyg .col-6 {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important; } }
    .no-csstransforms .wysiwyg .col-6 {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important; }
    @media all and (min-width: 80em) {
      .wysiwyg .col-6 {
        float: left !important;
        width: 48.4375% !important;
        margin-left: 3.125% !important; }
        .wysiwyg .col-6:nth-child(2n+3) {
          margin-left: 0 !important; }
        .wysiwyg .col-6:first-child {
          margin-left: 0 !important; } }
    .no-csstransforms .wysiwyg .col-6 {
      float: left !important;
      width: 48.4375% !important;
      margin-left: 3.125% !important; }
      .no-csstransforms .wysiwyg .col-6:nth-child(2n+3) {
        margin-left: 0 !important; }
      .no-csstransforms .wysiwyg .col-6:first-child {
        margin-left: 0 !important; }
  .wysiwyg h3 {
    padding: 0;
    margin: 1.5rem 0; }
  .wysiwyg > *:last-child {
    margin-bottom: 0; }
  .wysiwyg img {
    width: 100%;
    height: auto; }
    @media all and (min-width: 48em) {
      .wysiwyg img {
        margin: 16px 0 32px 32px;
        float: right;
        width: 48.4375%;
        height: auto;
        margin-left: 3.125%; } }
    .no-csstransforms .wysiwyg img {
      margin: 16px 0 32px 32px;
      float: right;
      width: 48.4375%;
      height: auto;
      margin-left: 3.125%; }
    .wysiwyg img.file-icon {
      width: 16px;
      height: 16px;
      float: none;
      margin: 0 5px 0 0; }
  .wysiwyg figure {
    margin: 0; }
    @media all and (min-width: 48em) {
      .wysiwyg figure {
        margin: 16px 0 32px 32px;
        float: right;
        width: 48.4375%;
        margin-left: 3.125%; } }
    .no-csstransforms .wysiwyg figure {
      margin: 16px 0 32px 32px;
      float: right;
      width: 48.4375%;
      margin-left: 3.125%; }
    .wysiwyg figure img {
      margin: 0;
      display: block;
      float: none;
      width: 100%;
      height: auto; }
    .wysiwyg figure figcaption a {
      display: block;
      background-color: #e50072;
      padding: 1rem 2rem;
      font-size: 1.25rem;
      text-decoration: none;
      color: #ffffff; }
      .wysiwyg figure figcaption a:hover, .wysiwyg figure figcaption a:focus {
        background-color: #555554; }
  .wysiwyg > *:first-child {
    margin-top: 0 !important; }
  .wysiwyg .video-container {
    text-align: left;
    max-width: 60rem;
    margin: 0 auto;
    clear: both; }
    .wysiwyg .video-container iframe {
      width: 100%; }
  .wysiwyg > .video-container iframe {
    height: 380px; }
    @media all and (min-width: 48em) {
      .wysiwyg > .video-container iframe {
        height: 420px; } }
    .no-csstransforms .wysiwyg > .video-container iframe {
      height: 420px; }
    @media all and (min-width: 64em) {
      .wysiwyg > .video-container iframe {
        height: 380px; } }
    .no-csstransforms .wysiwyg > .video-container iframe {
      height: 380px; }
    @media all and (min-width: 80em) {
      .wysiwyg > .video-container iframe {
        height: 520px; } }
    .no-csstransforms .wysiwyg > .video-container iframe {
      height: 520px; }
  .wysiwyg > blockquote, .wysiwyg > .blockquote {
    font-family: "Open Sans", sans-serif;
    display: table;
    padding: 2rem 0;
    font-size: 1rem; }
  .wysiwyg .grid--row {
    margin-bottom: 2rem; }
    .wysiwyg .grid--row:last-of-type {
      margin-bottom: 0 !important; }
    .wysiwyg .grid--row div[class^="col-"] > *:first-child {
      margin-top: 0 !important; }
    .wysiwyg .grid--row img {
      margin-top: 32px;
      width: 100%;
      height: auto; }
      @media all and (min-width: 48em) {
        .wysiwyg .grid--row img {
          float: none;
          margin: 2rem 0 0 0;
          width: 100%;
          height: auto; } }
      .no-csstransforms .wysiwyg .grid--row img {
        float: none;
        margin: 2rem 0 0 0;
        width: 100%;
        height: auto; }
    .wysiwyg .grid--row figure {
      width: 100%;
      float: none;
      margin: 0; }
      .wysiwyg .grid--row figure img {
        display: block; }
    .wysiwyg .grid--row .media-youtube-player {
      width: 100%; }
    .wysiwyg .grid--row .document--list {
      margin: 0;
      width: 100%; }
  .wysiwyg .document--list {
    background-color: #e5e7e8;
    margin: 1.5rem 0; }
    .wysiwyg .document--list h3 {
      margin: 2rem !important; }
    .wysiwyg .document--list h3 + .document--item {
      margin-top: 0; }
    @media all and (min-width: 48em) {
      .wysiwyg .document--list {
        margin: 0 0 1.5rem 3.125%;
        float: right;
        width: 31.25%; } }
  .wysiwyg .document--item {
    display: table;
    width: 100%;
    margin-bottom: 3rem; }
    .wysiwyg .document--item:first-child {
      margin-top: 3rem; }
    .wysiwyg .document--item:last-child {
      margin-bottom: 3rem !important; }
    .wysiwyg .document--item > * {
      display: table-cell;
      vertical-align: top; }
    .wysiwyg .document--item .icon, .wysiwyg .document--item .button--side.arrow-right:after, .wysiwyg .document--item .button--side.arrow-down:after, .wysiwyg .document--item .button--side.arrow-up:after, .wysiwyg .document--item a.button.arrow-right:after, .wysiwyg .document--item a.arrow-right.button__rounded:after, .wysiwyg .document--item a.button.arrow-down:after, .wysiwyg .document--item a.arrow-down.button__rounded:after, .wysiwyg .document--item a.button.arrow-up:after, .wysiwyg .document--item a.arrow-up.button__rounded:after, .wysiwyg .document--item div.button.arrow-right:after, .wysiwyg .document--item div.arrow-right.button__rounded:after, .wysiwyg .document--item div.button.arrow-down:after, .wysiwyg .document--item div.arrow-down.button__rounded:after, .wysiwyg .document--item div.button.arrow-up:after, .wysiwyg .document--item div.arrow-up.button__rounded:after, .wysiwyg .document--item p.button a.arrow-right:after, p.button .wysiwyg .document--item a.arrow-right:after, .wysiwyg .document--item p.button__rounded a.arrow-right:after, p.button__rounded .wysiwyg .document--item a.arrow-right:after, .wysiwyg .document--item p.button a.arrow-down:after, p.button .wysiwyg .document--item a.arrow-down:after, .wysiwyg .document--item p.button__rounded a.arrow-down:after, p.button__rounded .wysiwyg .document--item a.arrow-down:after, .wysiwyg .document--item p.button a.arrow-up:after, p.button .wysiwyg .document--item a.arrow-up:after, .wysiwyg .document--item p.button__rounded a.arrow-up:after, p.button__rounded .wysiwyg .document--item a.arrow-up:after, .wysiwyg .document--item input.button.arrow-right:after, .wysiwyg .document--item input.arrow-right.button__rounded:after, .wysiwyg .document--item input.button.arrow-down:after, .wysiwyg .document--item input.arrow-down.button__rounded:after, .wysiwyg .document--item input.button.arrow-up:after, .wysiwyg .document--item input.arrow-up.button__rounded:after, .wysiwyg .document--item button.button.arrow-right:after, .wysiwyg .document--item button.arrow-right.button__rounded:after, .wysiwyg .document--item button.button.arrow-down:after, .wysiwyg .document--item button.arrow-down.button__rounded:after, .wysiwyg .document--item button.button.arrow-up:after, .wysiwyg .document--item button.arrow-up.button__rounded:after, .wysiwyg .document--item input.arrow-right[type="submit"]:after, .wysiwyg .document--item input.arrow-down[type="submit"]:after, .wysiwyg .document--item input.arrow-up[type="submit"]:after, .wysiwyg .document--item .button > span.arrow-right:after, .wysiwyg .document--item .button__rounded > span.arrow-right:after, .wysiwyg .document--item .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .wysiwyg .document--item a:before, .wysiwyg .document--item p.navigation-title:after {
      background-color: #e50072;
      color: #ffffff;
      padding: .75rem;
      width: 2rem;
      font-size: 2.5rem; }
    .wysiwyg .document--item a {
      padding: 0 1rem;
      text-decoration: none; }
      .wysiwyg .document--item a span:not(.format) {
        text-decoration: underline; }
        .wysiwyg .document--item a span:not(.format):hover, .wysiwyg .document--item a span:not(.format):focus {
          text-decoration: none; }
      .wysiwyg .document--item a span.format {
        display: block; }

#shop-products-list .products-list {
  list-style: none;
  padding-left: 0; }
  #shop-products-list .products-list li {
    list-style: none; }
    #shop-products-list .products-list li + li {
      margin-top: 2em; }
  #shop-products-list .products-list .wrp-img {
    width: 170px;
    margin-right: 2em;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 767px) {
      #shop-products-list .products-list .wrp-img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 2em; } }
    #shop-products-list .products-list .wrp-img img {
      display: block;
      float: none;
      width: 100%;
      height: auto;
      margin: 0; }
  #shop-products-list .products-list .shop-content {
    box-sizing: border-box; }
    @media (max-width: 767px) {
      #shop-products-list .products-list .shop-content {
        width: 100%; } }
    #shop-products-list .products-list .shop-content h3 {
      margin-top: 0;
      line-height: 1; }

#shop-products-list .shop-element-wrapper {
  position: relative;
  display: table;
  clear: both;
  width: 100%; }

#shop-products-list a {
  text-decoration: none; }
  #shop-products-list a span.price {
    text-decoration: underline; }
  #shop-products-list a:hover span.price {
    text-decoration: none; }

/**********************************************
 *
 *    G L O B A L   P R O M O   S T Y L E S
 *
 **********************************************/
/**
 * Sections.
 */
main > div.content-wrapper > section,
main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section {
  overflow: hidden;
  /* Header */ }
  main > div.content-wrapper > section.theme-blue h2,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section.theme-blue h2 {
    border-color: #00819E; }
  main > div.content-wrapper > section.theme-green h2,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section.theme-green h2 {
    border-color: #01893C; }
  main > div.content-wrapper > section.theme-pink h2,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section.theme-pink h2 {
    border-color: #e50072; }
  main > div.content-wrapper > section .button > a, main > div.content-wrapper > section .button__rounded > a,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .button > a,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .button__rounded > a {
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: none; }
  main > div.content-wrapper > section.hero-promo,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section.hero-promo {
    background-color: #e5e7e8; }
    main > div.content-wrapper > section.hero-promo .hero-promo__tile,
    main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section.hero-promo .hero-promo__tile {
      background-color: #ffffff; }
  main > div.content-wrapper > section > h2,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section > h2 {
    display: inline-block;
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    font-size: 2rem;
    /*
    @include fontSize($size);
    */
    font-weight: 400;
    color: #00151d;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 5px solid #e50072; }
  main > div.content-wrapper > section hr.clear,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section hr.clear {
    border: none;
    clear: both;
    height: 0;
    padding: 0;
    margin: 0; }
  main > div.content-wrapper > section .grid--row:last-of-type .promo--block:last-of-type, main > div.content-wrapper > section .grid--row:last-of-type .tile:last-of-type, main > div.content-wrapper > section .hero-promo-row:last-of-type .promo--block:last-of-type, main > div.content-wrapper > section .hero-promo-row:last-of-type .tile:last-of-type,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .promo--block:last-of-type,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .tile:last-of-type,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .promo--block:last-of-type,
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .tile:last-of-type {
    margin-bottom: 0 !important; }
  @media all and (min-width: 48em) {
    main > div.content-wrapper > section .grid--row:last-of-type .promo--block, main > div.content-wrapper > section .grid--row:last-of-type .tile, main > div.content-wrapper > section .hero-promo-row:last-of-type .promo--block, main > div.content-wrapper > section .hero-promo-row:last-of-type .tile,
    main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .promo--block,
    main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .tile,
    main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .promo--block,
    main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .tile {
      margin-bottom: 0 !important; } }
  .no-csstransforms main > div.content-wrapper > section .grid--row:last-of-type .promo--block, .no-csstransforms main > div.content-wrapper > section .grid--row:last-of-type .tile, .no-csstransforms main > div.content-wrapper > section .hero-promo-row:last-of-type .promo--block, .no-csstransforms main > div.content-wrapper > section .hero-promo-row:last-of-type .tile, .no-csstransforms
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .promo--block, .no-csstransforms
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .grid--row:last-of-type .tile, .no-csstransforms
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .promo--block, .no-csstransforms
  main > div.content-wrapper > [class^="ds-"] > [class^="group-"] > section .hero-promo-row:last-of-type .tile {
    margin-bottom: 0 !important; }

/* MOVE UP TO GLOBAL SECTION? */
/* Global tile properties */
/*.promo--block,*/
.promo--blocks__icon,
.promo--blocks__image,
section.tile {
  /*
  background-color: $rb-grey-l1;
  */
  text-decoration: none;
  /* Tile titles */
  /* Tiles with images */
  /* Link style none because most content is wrapped in a link */
  /**
   * Rollover styles.
   */
  /* Rollover style */ }
  .promo--blocks__icon > .tile-border,
  .promo--blocks__image > .tile-border,
  section.tile > .tile-border {
    cursor: pointer; }
  .promo--blocks__icon h3,
  .promo--blocks__icon h4,
  .promo--blocks__image h3,
  .promo--blocks__image h4,
  section.tile h3,
  section.tile h4 {
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    font-size: 1.375rem;
    /*
    @include fontSize($size);
    */
    font-weight: 500; }
  .promo--blocks__icon figure,
  .promo--blocks__image figure,
  section.tile figure {
    margin: 0; }
    .promo--blocks__icon figure img,
    .promo--blocks__image figure img,
    section.tile figure img {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0; }
  .promo--blocks__icon.promo--block a,
  .promo--blocks__image.promo--block a,
  section.tile.promo--block a {
    text-decoration: none; }
  .promo--blocks__icon .img-wrap,
  .promo--blocks__image .img-wrap,
  section.tile .img-wrap {
    background-color: #555554; }
  .promo--blocks__icon .img-wrap,
  .promo--blocks__icon .promo-link,
  .promo--blocks__image .img-wrap,
  .promo--blocks__image .promo-link,
  section.tile .img-wrap,
  section.tile .promo-link {
    display: block;
    position: relative;
    /* Link active style */ }
    .promo--blocks__icon .img-wrap:focus .cover,
    .promo--blocks__icon .promo-link:focus .cover,
    .promo--blocks__image .img-wrap:focus .cover,
    .promo--blocks__image .promo-link:focus .cover,
    section.tile .img-wrap:focus .cover,
    section.tile .promo-link:focus .cover {
      z-index: 6;
      opacity: 1; }
      .promo--blocks__icon .img-wrap:focus .cover .icon, .promo--blocks__icon .img-wrap:focus .cover .button--side.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover .button--side.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover .button--side.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover a.button.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover a.arrow-right.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover a.button.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover a.arrow-down.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover a.button.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover a.arrow-up.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover div.button.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover div.arrow-right.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover div.button.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover div.arrow-down.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover div.button.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover div.arrow-up.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover p.button a.arrow-right:after, p.button .promo--blocks__icon .img-wrap:focus .cover a.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover p.button__rounded a.arrow-right:after, p.button__rounded .promo--blocks__icon .img-wrap:focus .cover a.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover p.button a.arrow-down:after, p.button .promo--blocks__icon .img-wrap:focus .cover a.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover p.button__rounded a.arrow-down:after, p.button__rounded .promo--blocks__icon .img-wrap:focus .cover a.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover p.button a.arrow-up:after, p.button .promo--blocks__icon .img-wrap:focus .cover a.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover p.button__rounded a.arrow-up:after, p.button__rounded .promo--blocks__icon .img-wrap:focus .cover a.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover input.button.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-right.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover input.button.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-down.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover input.button.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-up.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover button.button.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover button.arrow-right.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover button.button.arrow-down:after, .promo--blocks__icon .img-wrap:focus .cover button.arrow-down.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover button.button.arrow-up:after, .promo--blocks__icon .img-wrap:focus .cover button.arrow-up.button__rounded:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-right[type="submit"]:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-down[type="submit"]:after, .promo--blocks__icon .img-wrap:focus .cover input.arrow-up[type="submit"]:after, .promo--blocks__icon .img-wrap:focus .cover .button > span.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover .button__rounded > span.arrow-right:after, .promo--blocks__icon .img-wrap:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon .img-wrap:focus .cover a:before, .promo--blocks__icon .img-wrap:focus .cover p.navigation-title:after,
      .promo--blocks__icon .promo-link:focus .cover .icon,
      .promo--blocks__icon .promo-link:focus .cover .button--side.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover .button--side.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover .button--side.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover a.button.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover a.arrow-right.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover a.button.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover a.arrow-down.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover a.button.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover a.arrow-up.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover div.button.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover div.arrow-right.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover div.button.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover div.arrow-down.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover div.button.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover div.arrow-up.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover p.button a.arrow-right:after,
      p.button .promo--blocks__icon .promo-link:focus .cover a.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover p.button__rounded a.arrow-right:after,
      p.button__rounded .promo--blocks__icon .promo-link:focus .cover a.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover p.button a.arrow-down:after,
      p.button .promo--blocks__icon .promo-link:focus .cover a.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover p.button__rounded a.arrow-down:after,
      p.button__rounded .promo--blocks__icon .promo-link:focus .cover a.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover p.button a.arrow-up:after,
      p.button .promo--blocks__icon .promo-link:focus .cover a.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover p.button__rounded a.arrow-up:after,
      p.button__rounded .promo--blocks__icon .promo-link:focus .cover a.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover input.button.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-right.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover input.button.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-down.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover input.button.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-up.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover button.button.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover button.arrow-right.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover button.button.arrow-down:after,
      .promo--blocks__icon .promo-link:focus .cover button.arrow-down.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover button.button.arrow-up:after,
      .promo--blocks__icon .promo-link:focus .cover button.arrow-up.button__rounded:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-right[type="submit"]:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-down[type="submit"]:after,
      .promo--blocks__icon .promo-link:focus .cover input.arrow-up[type="submit"]:after,
      .promo--blocks__icon .promo-link:focus .cover .button > span.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover .button__rounded > span.arrow-right:after,
      .promo--blocks__icon .promo-link:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon .promo-link:focus .cover a:before,
      .promo--blocks__icon .promo-link:focus .cover p.navigation-title:after,
      .promo--blocks__image .img-wrap:focus .cover .icon,
      .promo--blocks__image .img-wrap:focus .cover .button--side.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover .button--side.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover .button--side.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover a.button.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover a.arrow-right.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover a.button.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover a.arrow-down.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover a.button.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover a.arrow-up.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover div.button.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover div.arrow-right.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover div.button.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover div.arrow-down.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover div.button.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover div.arrow-up.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover p.button a.arrow-right:after,
      p.button .promo--blocks__image .img-wrap:focus .cover a.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover p.button__rounded a.arrow-right:after,
      p.button__rounded .promo--blocks__image .img-wrap:focus .cover a.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover p.button a.arrow-down:after,
      p.button .promo--blocks__image .img-wrap:focus .cover a.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover p.button__rounded a.arrow-down:after,
      p.button__rounded .promo--blocks__image .img-wrap:focus .cover a.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover p.button a.arrow-up:after,
      p.button .promo--blocks__image .img-wrap:focus .cover a.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover p.button__rounded a.arrow-up:after,
      p.button__rounded .promo--blocks__image .img-wrap:focus .cover a.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover input.button.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-right.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover input.button.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-down.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover input.button.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-up.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover button.button.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover button.arrow-right.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover button.button.arrow-down:after,
      .promo--blocks__image .img-wrap:focus .cover button.arrow-down.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover button.button.arrow-up:after,
      .promo--blocks__image .img-wrap:focus .cover button.arrow-up.button__rounded:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-right[type="submit"]:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-down[type="submit"]:after,
      .promo--blocks__image .img-wrap:focus .cover input.arrow-up[type="submit"]:after,
      .promo--blocks__image .img-wrap:focus .cover .button > span.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover .button__rounded > span.arrow-right:after,
      .promo--blocks__image .img-wrap:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__image .img-wrap:focus .cover a:before,
      .promo--blocks__image .img-wrap:focus .cover p.navigation-title:after,
      .promo--blocks__image .promo-link:focus .cover .icon,
      .promo--blocks__image .promo-link:focus .cover .button--side.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover .button--side.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover .button--side.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover a.button.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover a.arrow-right.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover a.button.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover a.arrow-down.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover a.button.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover a.arrow-up.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover div.button.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover div.arrow-right.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover div.button.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover div.arrow-down.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover div.button.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover div.arrow-up.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover p.button a.arrow-right:after,
      p.button .promo--blocks__image .promo-link:focus .cover a.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover p.button__rounded a.arrow-right:after,
      p.button__rounded .promo--blocks__image .promo-link:focus .cover a.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover p.button a.arrow-down:after,
      p.button .promo--blocks__image .promo-link:focus .cover a.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover p.button__rounded a.arrow-down:after,
      p.button__rounded .promo--blocks__image .promo-link:focus .cover a.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover p.button a.arrow-up:after,
      p.button .promo--blocks__image .promo-link:focus .cover a.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover p.button__rounded a.arrow-up:after,
      p.button__rounded .promo--blocks__image .promo-link:focus .cover a.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover input.button.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-right.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover input.button.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-down.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover input.button.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-up.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover button.button.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover button.arrow-right.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover button.button.arrow-down:after,
      .promo--blocks__image .promo-link:focus .cover button.arrow-down.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover button.button.arrow-up:after,
      .promo--blocks__image .promo-link:focus .cover button.arrow-up.button__rounded:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-right[type="submit"]:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-down[type="submit"]:after,
      .promo--blocks__image .promo-link:focus .cover input.arrow-up[type="submit"]:after,
      .promo--blocks__image .promo-link:focus .cover .button > span.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover .button__rounded > span.arrow-right:after,
      .promo--blocks__image .promo-link:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__image .promo-link:focus .cover a:before,
      .promo--blocks__image .promo-link:focus .cover p.navigation-title:after,
      section.tile .img-wrap:focus .cover .icon,
      section.tile .img-wrap:focus .cover .button--side.arrow-right:after,
      section.tile .img-wrap:focus .cover .button--side.arrow-down:after,
      section.tile .img-wrap:focus .cover .button--side.arrow-up:after,
      section.tile .img-wrap:focus .cover a.button.arrow-right:after,
      section.tile .img-wrap:focus .cover a.arrow-right.button__rounded:after,
      section.tile .img-wrap:focus .cover a.button.arrow-down:after,
      section.tile .img-wrap:focus .cover a.arrow-down.button__rounded:after,
      section.tile .img-wrap:focus .cover a.button.arrow-up:after,
      section.tile .img-wrap:focus .cover a.arrow-up.button__rounded:after,
      section.tile .img-wrap:focus .cover div.button.arrow-right:after,
      section.tile .img-wrap:focus .cover div.arrow-right.button__rounded:after,
      section.tile .img-wrap:focus .cover div.button.arrow-down:after,
      section.tile .img-wrap:focus .cover div.arrow-down.button__rounded:after,
      section.tile .img-wrap:focus .cover div.button.arrow-up:after,
      section.tile .img-wrap:focus .cover div.arrow-up.button__rounded:after,
      section.tile .img-wrap:focus .cover p.button a.arrow-right:after,
      p.button section.tile .img-wrap:focus .cover a.arrow-right:after,
      section.tile .img-wrap:focus .cover p.button__rounded a.arrow-right:after,
      p.button__rounded section.tile .img-wrap:focus .cover a.arrow-right:after,
      section.tile .img-wrap:focus .cover p.button a.arrow-down:after,
      p.button section.tile .img-wrap:focus .cover a.arrow-down:after,
      section.tile .img-wrap:focus .cover p.button__rounded a.arrow-down:after,
      p.button__rounded section.tile .img-wrap:focus .cover a.arrow-down:after,
      section.tile .img-wrap:focus .cover p.button a.arrow-up:after,
      p.button section.tile .img-wrap:focus .cover a.arrow-up:after,
      section.tile .img-wrap:focus .cover p.button__rounded a.arrow-up:after,
      p.button__rounded section.tile .img-wrap:focus .cover a.arrow-up:after,
      section.tile .img-wrap:focus .cover input.button.arrow-right:after,
      section.tile .img-wrap:focus .cover input.arrow-right.button__rounded:after,
      section.tile .img-wrap:focus .cover input.button.arrow-down:after,
      section.tile .img-wrap:focus .cover input.arrow-down.button__rounded:after,
      section.tile .img-wrap:focus .cover input.button.arrow-up:after,
      section.tile .img-wrap:focus .cover input.arrow-up.button__rounded:after,
      section.tile .img-wrap:focus .cover button.button.arrow-right:after,
      section.tile .img-wrap:focus .cover button.arrow-right.button__rounded:after,
      section.tile .img-wrap:focus .cover button.button.arrow-down:after,
      section.tile .img-wrap:focus .cover button.arrow-down.button__rounded:after,
      section.tile .img-wrap:focus .cover button.button.arrow-up:after,
      section.tile .img-wrap:focus .cover button.arrow-up.button__rounded:after,
      section.tile .img-wrap:focus .cover input.arrow-right[type="submit"]:after,
      section.tile .img-wrap:focus .cover input.arrow-down[type="submit"]:after,
      section.tile .img-wrap:focus .cover input.arrow-up[type="submit"]:after,
      section.tile .img-wrap:focus .cover .button > span.arrow-right:after,
      section.tile .img-wrap:focus .cover .button__rounded > span.arrow-right:after,
      section.tile .img-wrap:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search section.tile .img-wrap:focus .cover a:before,
      section.tile .img-wrap:focus .cover p.navigation-title:after,
      section.tile .promo-link:focus .cover .icon,
      section.tile .promo-link:focus .cover .button--side.arrow-right:after,
      section.tile .promo-link:focus .cover .button--side.arrow-down:after,
      section.tile .promo-link:focus .cover .button--side.arrow-up:after,
      section.tile .promo-link:focus .cover a.button.arrow-right:after,
      section.tile .promo-link:focus .cover a.arrow-right.button__rounded:after,
      section.tile .promo-link:focus .cover a.button.arrow-down:after,
      section.tile .promo-link:focus .cover a.arrow-down.button__rounded:after,
      section.tile .promo-link:focus .cover a.button.arrow-up:after,
      section.tile .promo-link:focus .cover a.arrow-up.button__rounded:after,
      section.tile .promo-link:focus .cover div.button.arrow-right:after,
      section.tile .promo-link:focus .cover div.arrow-right.button__rounded:after,
      section.tile .promo-link:focus .cover div.button.arrow-down:after,
      section.tile .promo-link:focus .cover div.arrow-down.button__rounded:after,
      section.tile .promo-link:focus .cover div.button.arrow-up:after,
      section.tile .promo-link:focus .cover div.arrow-up.button__rounded:after,
      section.tile .promo-link:focus .cover p.button a.arrow-right:after,
      p.button section.tile .promo-link:focus .cover a.arrow-right:after,
      section.tile .promo-link:focus .cover p.button__rounded a.arrow-right:after,
      p.button__rounded section.tile .promo-link:focus .cover a.arrow-right:after,
      section.tile .promo-link:focus .cover p.button a.arrow-down:after,
      p.button section.tile .promo-link:focus .cover a.arrow-down:after,
      section.tile .promo-link:focus .cover p.button__rounded a.arrow-down:after,
      p.button__rounded section.tile .promo-link:focus .cover a.arrow-down:after,
      section.tile .promo-link:focus .cover p.button a.arrow-up:after,
      p.button section.tile .promo-link:focus .cover a.arrow-up:after,
      section.tile .promo-link:focus .cover p.button__rounded a.arrow-up:after,
      p.button__rounded section.tile .promo-link:focus .cover a.arrow-up:after,
      section.tile .promo-link:focus .cover input.button.arrow-right:after,
      section.tile .promo-link:focus .cover input.arrow-right.button__rounded:after,
      section.tile .promo-link:focus .cover input.button.arrow-down:after,
      section.tile .promo-link:focus .cover input.arrow-down.button__rounded:after,
      section.tile .promo-link:focus .cover input.button.arrow-up:after,
      section.tile .promo-link:focus .cover input.arrow-up.button__rounded:after,
      section.tile .promo-link:focus .cover button.button.arrow-right:after,
      section.tile .promo-link:focus .cover button.arrow-right.button__rounded:after,
      section.tile .promo-link:focus .cover button.button.arrow-down:after,
      section.tile .promo-link:focus .cover button.arrow-down.button__rounded:after,
      section.tile .promo-link:focus .cover button.button.arrow-up:after,
      section.tile .promo-link:focus .cover button.arrow-up.button__rounded:after,
      section.tile .promo-link:focus .cover input.arrow-right[type="submit"]:after,
      section.tile .promo-link:focus .cover input.arrow-down[type="submit"]:after,
      section.tile .promo-link:focus .cover input.arrow-up[type="submit"]:after,
      section.tile .promo-link:focus .cover .button > span.arrow-right:after,
      section.tile .promo-link:focus .cover .button__rounded > span.arrow-right:after,
      section.tile .promo-link:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search section.tile .promo-link:focus .cover a:before,
      section.tile .promo-link:focus .cover p.navigation-title:after {
        color: #ffffff; }
  .promo--blocks__icon:hover a, .promo--blocks__icon:focus a,
  .promo--blocks__image:hover a,
  .promo--blocks__image:focus a,
  section.tile:hover a,
  section.tile:focus a {
    text-decoration: none; }
  .promo--blocks__icon:hover .cover, .promo--blocks__icon:focus .cover,
  .promo--blocks__image:hover .cover,
  .promo--blocks__image:focus .cover,
  section.tile:hover .cover,
  section.tile:focus .cover {
    z-index: 6;
    opacity: 1; }
    .promo--blocks__icon:hover .cover .icon, .promo--blocks__icon:hover .cover .button--side.arrow-right:after, .promo--blocks__icon:hover .cover .button--side.arrow-down:after, .promo--blocks__icon:hover .cover .button--side.arrow-up:after, .promo--blocks__icon:hover .cover a.button.arrow-right:after, .promo--blocks__icon:hover .cover a.arrow-right.button__rounded:after, .promo--blocks__icon:hover .cover a.button.arrow-down:after, .promo--blocks__icon:hover .cover a.arrow-down.button__rounded:after, .promo--blocks__icon:hover .cover a.button.arrow-up:after, .promo--blocks__icon:hover .cover a.arrow-up.button__rounded:after, .promo--blocks__icon:hover .cover div.button.arrow-right:after, .promo--blocks__icon:hover .cover div.arrow-right.button__rounded:after, .promo--blocks__icon:hover .cover div.button.arrow-down:after, .promo--blocks__icon:hover .cover div.arrow-down.button__rounded:after, .promo--blocks__icon:hover .cover div.button.arrow-up:after, .promo--blocks__icon:hover .cover div.arrow-up.button__rounded:after, .promo--blocks__icon:hover .cover p.button a.arrow-right:after, p.button .promo--blocks__icon:hover .cover a.arrow-right:after, .promo--blocks__icon:hover .cover p.button__rounded a.arrow-right:after, p.button__rounded .promo--blocks__icon:hover .cover a.arrow-right:after, .promo--blocks__icon:hover .cover p.button a.arrow-down:after, p.button .promo--blocks__icon:hover .cover a.arrow-down:after, .promo--blocks__icon:hover .cover p.button__rounded a.arrow-down:after, p.button__rounded .promo--blocks__icon:hover .cover a.arrow-down:after, .promo--blocks__icon:hover .cover p.button a.arrow-up:after, p.button .promo--blocks__icon:hover .cover a.arrow-up:after, .promo--blocks__icon:hover .cover p.button__rounded a.arrow-up:after, p.button__rounded .promo--blocks__icon:hover .cover a.arrow-up:after, .promo--blocks__icon:hover .cover input.button.arrow-right:after, .promo--blocks__icon:hover .cover input.arrow-right.button__rounded:after, .promo--blocks__icon:hover .cover input.button.arrow-down:after, .promo--blocks__icon:hover .cover input.arrow-down.button__rounded:after, .promo--blocks__icon:hover .cover input.button.arrow-up:after, .promo--blocks__icon:hover .cover input.arrow-up.button__rounded:after, .promo--blocks__icon:hover .cover button.button.arrow-right:after, .promo--blocks__icon:hover .cover button.arrow-right.button__rounded:after, .promo--blocks__icon:hover .cover button.button.arrow-down:after, .promo--blocks__icon:hover .cover button.arrow-down.button__rounded:after, .promo--blocks__icon:hover .cover button.button.arrow-up:after, .promo--blocks__icon:hover .cover button.arrow-up.button__rounded:after, .promo--blocks__icon:hover .cover input.arrow-right[type="submit"]:after, .promo--blocks__icon:hover .cover input.arrow-down[type="submit"]:after, .promo--blocks__icon:hover .cover input.arrow-up[type="submit"]:after, .promo--blocks__icon:hover .cover .button > span.arrow-right:after, .promo--blocks__icon:hover .cover .button__rounded > span.arrow-right:after, .promo--blocks__icon:hover .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon:hover .cover a:before, .promo--blocks__icon:hover .cover p.navigation-title:after, .promo--blocks__icon:focus .cover .icon, .promo--blocks__icon:focus .cover .button--side.arrow-right:after, .promo--blocks__icon:focus .cover .button--side.arrow-down:after, .promo--blocks__icon:focus .cover .button--side.arrow-up:after, .promo--blocks__icon:focus .cover a.button.arrow-right:after, .promo--blocks__icon:focus .cover a.arrow-right.button__rounded:after, .promo--blocks__icon:focus .cover a.button.arrow-down:after, .promo--blocks__icon:focus .cover a.arrow-down.button__rounded:after, .promo--blocks__icon:focus .cover a.button.arrow-up:after, .promo--blocks__icon:focus .cover a.arrow-up.button__rounded:after, .promo--blocks__icon:focus .cover div.button.arrow-right:after, .promo--blocks__icon:focus .cover div.arrow-right.button__rounded:after, .promo--blocks__icon:focus .cover div.button.arrow-down:after, .promo--blocks__icon:focus .cover div.arrow-down.button__rounded:after, .promo--blocks__icon:focus .cover div.button.arrow-up:after, .promo--blocks__icon:focus .cover div.arrow-up.button__rounded:after, .promo--blocks__icon:focus .cover p.button a.arrow-right:after, p.button .promo--blocks__icon:focus .cover a.arrow-right:after, .promo--blocks__icon:focus .cover p.button__rounded a.arrow-right:after, p.button__rounded .promo--blocks__icon:focus .cover a.arrow-right:after, .promo--blocks__icon:focus .cover p.button a.arrow-down:after, p.button .promo--blocks__icon:focus .cover a.arrow-down:after, .promo--blocks__icon:focus .cover p.button__rounded a.arrow-down:after, p.button__rounded .promo--blocks__icon:focus .cover a.arrow-down:after, .promo--blocks__icon:focus .cover p.button a.arrow-up:after, p.button .promo--blocks__icon:focus .cover a.arrow-up:after, .promo--blocks__icon:focus .cover p.button__rounded a.arrow-up:after, p.button__rounded .promo--blocks__icon:focus .cover a.arrow-up:after, .promo--blocks__icon:focus .cover input.button.arrow-right:after, .promo--blocks__icon:focus .cover input.arrow-right.button__rounded:after, .promo--blocks__icon:focus .cover input.button.arrow-down:after, .promo--blocks__icon:focus .cover input.arrow-down.button__rounded:after, .promo--blocks__icon:focus .cover input.button.arrow-up:after, .promo--blocks__icon:focus .cover input.arrow-up.button__rounded:after, .promo--blocks__icon:focus .cover button.button.arrow-right:after, .promo--blocks__icon:focus .cover button.arrow-right.button__rounded:after, .promo--blocks__icon:focus .cover button.button.arrow-down:after, .promo--blocks__icon:focus .cover button.arrow-down.button__rounded:after, .promo--blocks__icon:focus .cover button.button.arrow-up:after, .promo--blocks__icon:focus .cover button.arrow-up.button__rounded:after, .promo--blocks__icon:focus .cover input.arrow-right[type="submit"]:after, .promo--blocks__icon:focus .cover input.arrow-down[type="submit"]:after, .promo--blocks__icon:focus .cover input.arrow-up[type="submit"]:after, .promo--blocks__icon:focus .cover .button > span.arrow-right:after, .promo--blocks__icon:focus .cover .button__rounded > span.arrow-right:after, .promo--blocks__icon:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon:focus .cover a:before, .promo--blocks__icon:focus .cover p.navigation-title:after,
    .promo--blocks__image:hover .cover .icon,
    .promo--blocks__image:hover .cover .button--side.arrow-right:after,
    .promo--blocks__image:hover .cover .button--side.arrow-down:after,
    .promo--blocks__image:hover .cover .button--side.arrow-up:after,
    .promo--blocks__image:hover .cover a.button.arrow-right:after,
    .promo--blocks__image:hover .cover a.arrow-right.button__rounded:after,
    .promo--blocks__image:hover .cover a.button.arrow-down:after,
    .promo--blocks__image:hover .cover a.arrow-down.button__rounded:after,
    .promo--blocks__image:hover .cover a.button.arrow-up:after,
    .promo--blocks__image:hover .cover a.arrow-up.button__rounded:after,
    .promo--blocks__image:hover .cover div.button.arrow-right:after,
    .promo--blocks__image:hover .cover div.arrow-right.button__rounded:after,
    .promo--blocks__image:hover .cover div.button.arrow-down:after,
    .promo--blocks__image:hover .cover div.arrow-down.button__rounded:after,
    .promo--blocks__image:hover .cover div.button.arrow-up:after,
    .promo--blocks__image:hover .cover div.arrow-up.button__rounded:after,
    .promo--blocks__image:hover .cover p.button a.arrow-right:after,
    p.button .promo--blocks__image:hover .cover a.arrow-right:after,
    .promo--blocks__image:hover .cover p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--blocks__image:hover .cover a.arrow-right:after,
    .promo--blocks__image:hover .cover p.button a.arrow-down:after,
    p.button .promo--blocks__image:hover .cover a.arrow-down:after,
    .promo--blocks__image:hover .cover p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--blocks__image:hover .cover a.arrow-down:after,
    .promo--blocks__image:hover .cover p.button a.arrow-up:after,
    p.button .promo--blocks__image:hover .cover a.arrow-up:after,
    .promo--blocks__image:hover .cover p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--blocks__image:hover .cover a.arrow-up:after,
    .promo--blocks__image:hover .cover input.button.arrow-right:after,
    .promo--blocks__image:hover .cover input.arrow-right.button__rounded:after,
    .promo--blocks__image:hover .cover input.button.arrow-down:after,
    .promo--blocks__image:hover .cover input.arrow-down.button__rounded:after,
    .promo--blocks__image:hover .cover input.button.arrow-up:after,
    .promo--blocks__image:hover .cover input.arrow-up.button__rounded:after,
    .promo--blocks__image:hover .cover button.button.arrow-right:after,
    .promo--blocks__image:hover .cover button.arrow-right.button__rounded:after,
    .promo--blocks__image:hover .cover button.button.arrow-down:after,
    .promo--blocks__image:hover .cover button.arrow-down.button__rounded:after,
    .promo--blocks__image:hover .cover button.button.arrow-up:after,
    .promo--blocks__image:hover .cover button.arrow-up.button__rounded:after,
    .promo--blocks__image:hover .cover input.arrow-right[type="submit"]:after,
    .promo--blocks__image:hover .cover input.arrow-down[type="submit"]:after,
    .promo--blocks__image:hover .cover input.arrow-up[type="submit"]:after,
    .promo--blocks__image:hover .cover .button > span.arrow-right:after,
    .promo--blocks__image:hover .cover .button__rounded > span.arrow-right:after,
    .promo--blocks__image:hover .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__image:hover .cover a:before,
    .promo--blocks__image:hover .cover p.navigation-title:after,
    .promo--blocks__image:focus .cover .icon,
    .promo--blocks__image:focus .cover .button--side.arrow-right:after,
    .promo--blocks__image:focus .cover .button--side.arrow-down:after,
    .promo--blocks__image:focus .cover .button--side.arrow-up:after,
    .promo--blocks__image:focus .cover a.button.arrow-right:after,
    .promo--blocks__image:focus .cover a.arrow-right.button__rounded:after,
    .promo--blocks__image:focus .cover a.button.arrow-down:after,
    .promo--blocks__image:focus .cover a.arrow-down.button__rounded:after,
    .promo--blocks__image:focus .cover a.button.arrow-up:after,
    .promo--blocks__image:focus .cover a.arrow-up.button__rounded:after,
    .promo--blocks__image:focus .cover div.button.arrow-right:after,
    .promo--blocks__image:focus .cover div.arrow-right.button__rounded:after,
    .promo--blocks__image:focus .cover div.button.arrow-down:after,
    .promo--blocks__image:focus .cover div.arrow-down.button__rounded:after,
    .promo--blocks__image:focus .cover div.button.arrow-up:after,
    .promo--blocks__image:focus .cover div.arrow-up.button__rounded:after,
    .promo--blocks__image:focus .cover p.button a.arrow-right:after,
    p.button .promo--blocks__image:focus .cover a.arrow-right:after,
    .promo--blocks__image:focus .cover p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--blocks__image:focus .cover a.arrow-right:after,
    .promo--blocks__image:focus .cover p.button a.arrow-down:after,
    p.button .promo--blocks__image:focus .cover a.arrow-down:after,
    .promo--blocks__image:focus .cover p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--blocks__image:focus .cover a.arrow-down:after,
    .promo--blocks__image:focus .cover p.button a.arrow-up:after,
    p.button .promo--blocks__image:focus .cover a.arrow-up:after,
    .promo--blocks__image:focus .cover p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--blocks__image:focus .cover a.arrow-up:after,
    .promo--blocks__image:focus .cover input.button.arrow-right:after,
    .promo--blocks__image:focus .cover input.arrow-right.button__rounded:after,
    .promo--blocks__image:focus .cover input.button.arrow-down:after,
    .promo--blocks__image:focus .cover input.arrow-down.button__rounded:after,
    .promo--blocks__image:focus .cover input.button.arrow-up:after,
    .promo--blocks__image:focus .cover input.arrow-up.button__rounded:after,
    .promo--blocks__image:focus .cover button.button.arrow-right:after,
    .promo--blocks__image:focus .cover button.arrow-right.button__rounded:after,
    .promo--blocks__image:focus .cover button.button.arrow-down:after,
    .promo--blocks__image:focus .cover button.arrow-down.button__rounded:after,
    .promo--blocks__image:focus .cover button.button.arrow-up:after,
    .promo--blocks__image:focus .cover button.arrow-up.button__rounded:after,
    .promo--blocks__image:focus .cover input.arrow-right[type="submit"]:after,
    .promo--blocks__image:focus .cover input.arrow-down[type="submit"]:after,
    .promo--blocks__image:focus .cover input.arrow-up[type="submit"]:after,
    .promo--blocks__image:focus .cover .button > span.arrow-right:after,
    .promo--blocks__image:focus .cover .button__rounded > span.arrow-right:after,
    .promo--blocks__image:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__image:focus .cover a:before,
    .promo--blocks__image:focus .cover p.navigation-title:after,
    section.tile:hover .cover .icon,
    section.tile:hover .cover .button--side.arrow-right:after,
    section.tile:hover .cover .button--side.arrow-down:after,
    section.tile:hover .cover .button--side.arrow-up:after,
    section.tile:hover .cover a.button.arrow-right:after,
    section.tile:hover .cover a.arrow-right.button__rounded:after,
    section.tile:hover .cover a.button.arrow-down:after,
    section.tile:hover .cover a.arrow-down.button__rounded:after,
    section.tile:hover .cover a.button.arrow-up:after,
    section.tile:hover .cover a.arrow-up.button__rounded:after,
    section.tile:hover .cover div.button.arrow-right:after,
    section.tile:hover .cover div.arrow-right.button__rounded:after,
    section.tile:hover .cover div.button.arrow-down:after,
    section.tile:hover .cover div.arrow-down.button__rounded:after,
    section.tile:hover .cover div.button.arrow-up:after,
    section.tile:hover .cover div.arrow-up.button__rounded:after,
    section.tile:hover .cover p.button a.arrow-right:after,
    p.button section.tile:hover .cover a.arrow-right:after,
    section.tile:hover .cover p.button__rounded a.arrow-right:after,
    p.button__rounded section.tile:hover .cover a.arrow-right:after,
    section.tile:hover .cover p.button a.arrow-down:after,
    p.button section.tile:hover .cover a.arrow-down:after,
    section.tile:hover .cover p.button__rounded a.arrow-down:after,
    p.button__rounded section.tile:hover .cover a.arrow-down:after,
    section.tile:hover .cover p.button a.arrow-up:after,
    p.button section.tile:hover .cover a.arrow-up:after,
    section.tile:hover .cover p.button__rounded a.arrow-up:after,
    p.button__rounded section.tile:hover .cover a.arrow-up:after,
    section.tile:hover .cover input.button.arrow-right:after,
    section.tile:hover .cover input.arrow-right.button__rounded:after,
    section.tile:hover .cover input.button.arrow-down:after,
    section.tile:hover .cover input.arrow-down.button__rounded:after,
    section.tile:hover .cover input.button.arrow-up:after,
    section.tile:hover .cover input.arrow-up.button__rounded:after,
    section.tile:hover .cover button.button.arrow-right:after,
    section.tile:hover .cover button.arrow-right.button__rounded:after,
    section.tile:hover .cover button.button.arrow-down:after,
    section.tile:hover .cover button.arrow-down.button__rounded:after,
    section.tile:hover .cover button.button.arrow-up:after,
    section.tile:hover .cover button.arrow-up.button__rounded:after,
    section.tile:hover .cover input.arrow-right[type="submit"]:after,
    section.tile:hover .cover input.arrow-down[type="submit"]:after,
    section.tile:hover .cover input.arrow-up[type="submit"]:after,
    section.tile:hover .cover .button > span.arrow-right:after,
    section.tile:hover .cover .button__rounded > span.arrow-right:after,
    section.tile:hover .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search section.tile:hover .cover a:before,
    section.tile:hover .cover p.navigation-title:after,
    section.tile:focus .cover .icon,
    section.tile:focus .cover .button--side.arrow-right:after,
    section.tile:focus .cover .button--side.arrow-down:after,
    section.tile:focus .cover .button--side.arrow-up:after,
    section.tile:focus .cover a.button.arrow-right:after,
    section.tile:focus .cover a.arrow-right.button__rounded:after,
    section.tile:focus .cover a.button.arrow-down:after,
    section.tile:focus .cover a.arrow-down.button__rounded:after,
    section.tile:focus .cover a.button.arrow-up:after,
    section.tile:focus .cover a.arrow-up.button__rounded:after,
    section.tile:focus .cover div.button.arrow-right:after,
    section.tile:focus .cover div.arrow-right.button__rounded:after,
    section.tile:focus .cover div.button.arrow-down:after,
    section.tile:focus .cover div.arrow-down.button__rounded:after,
    section.tile:focus .cover div.button.arrow-up:after,
    section.tile:focus .cover div.arrow-up.button__rounded:after,
    section.tile:focus .cover p.button a.arrow-right:after,
    p.button section.tile:focus .cover a.arrow-right:after,
    section.tile:focus .cover p.button__rounded a.arrow-right:after,
    p.button__rounded section.tile:focus .cover a.arrow-right:after,
    section.tile:focus .cover p.button a.arrow-down:after,
    p.button section.tile:focus .cover a.arrow-down:after,
    section.tile:focus .cover p.button__rounded a.arrow-down:after,
    p.button__rounded section.tile:focus .cover a.arrow-down:after,
    section.tile:focus .cover p.button a.arrow-up:after,
    p.button section.tile:focus .cover a.arrow-up:after,
    section.tile:focus .cover p.button__rounded a.arrow-up:after,
    p.button__rounded section.tile:focus .cover a.arrow-up:after,
    section.tile:focus .cover input.button.arrow-right:after,
    section.tile:focus .cover input.arrow-right.button__rounded:after,
    section.tile:focus .cover input.button.arrow-down:after,
    section.tile:focus .cover input.arrow-down.button__rounded:after,
    section.tile:focus .cover input.button.arrow-up:after,
    section.tile:focus .cover input.arrow-up.button__rounded:after,
    section.tile:focus .cover button.button.arrow-right:after,
    section.tile:focus .cover button.arrow-right.button__rounded:after,
    section.tile:focus .cover button.button.arrow-down:after,
    section.tile:focus .cover button.arrow-down.button__rounded:after,
    section.tile:focus .cover button.button.arrow-up:after,
    section.tile:focus .cover button.arrow-up.button__rounded:after,
    section.tile:focus .cover input.arrow-right[type="submit"]:after,
    section.tile:focus .cover input.arrow-down[type="submit"]:after,
    section.tile:focus .cover input.arrow-up[type="submit"]:after,
    section.tile:focus .cover .button > span.arrow-right:after,
    section.tile:focus .cover .button__rounded > span.arrow-right:after,
    section.tile:focus .cover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search section.tile:focus .cover a:before,
    section.tile:focus .cover p.navigation-title:after {
      color: #ffffff; }

/* Cover styles */
.cover {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 0, 114, 0.76);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* Icon colours */ }
  .cover > div {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
    .cover > div .icon, .cover > div .button--side.arrow-right:after, .cover > div .button--side.arrow-down:after, .cover > div .button--side.arrow-up:after, .cover > div a.button.arrow-right:after, .cover > div a.arrow-right.button__rounded:after, .cover > div a.button.arrow-down:after, .cover > div a.arrow-down.button__rounded:after, .cover > div a.button.arrow-up:after, .cover > div a.arrow-up.button__rounded:after, .cover > div div.button.arrow-right:after, .cover > div div.arrow-right.button__rounded:after, .cover > div div.button.arrow-down:after, .cover > div div.arrow-down.button__rounded:after, .cover > div div.button.arrow-up:after, .cover > div div.arrow-up.button__rounded:after, .cover > div p.button a.arrow-right:after, p.button .cover > div a.arrow-right:after, .cover > div p.button__rounded a.arrow-right:after, p.button__rounded .cover > div a.arrow-right:after, .cover > div p.button a.arrow-down:after, p.button .cover > div a.arrow-down:after, .cover > div p.button__rounded a.arrow-down:after, p.button__rounded .cover > div a.arrow-down:after, .cover > div p.button a.arrow-up:after, p.button .cover > div a.arrow-up:after, .cover > div p.button__rounded a.arrow-up:after, p.button__rounded .cover > div a.arrow-up:after, .cover > div input.button.arrow-right:after, .cover > div input.arrow-right.button__rounded:after, .cover > div input.button.arrow-down:after, .cover > div input.arrow-down.button__rounded:after, .cover > div input.button.arrow-up:after, .cover > div input.arrow-up.button__rounded:after, .cover > div button.button.arrow-right:after, .cover > div button.arrow-right.button__rounded:after, .cover > div button.button.arrow-down:after, .cover > div button.arrow-down.button__rounded:after, .cover > div button.button.arrow-up:after, .cover > div button.arrow-up.button__rounded:after, .cover > div input.arrow-right[type="submit"]:after, .cover > div input.arrow-down[type="submit"]:after, .cover > div input.arrow-up[type="submit"]:after, .cover > div .button > span.arrow-right:after, .cover > div .button__rounded > span.arrow-right:after, .cover > div .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .cover > div a:before, .cover > div p.navigation-title:after {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .cover > div .icon:not(.svg), .cover > div .button--side.arrow-right:not(.svg):after, .cover > div .button--side.arrow-down:not(.svg):after, .cover > div .button--side.arrow-up:not(.svg):after, .cover > div a.button.arrow-right:not(.svg):after, .cover > div a.arrow-right.button__rounded:not(.svg):after, .cover > div a.button.arrow-down:not(.svg):after, .cover > div a.arrow-down.button__rounded:not(.svg):after, .cover > div a.button.arrow-up:not(.svg):after, .cover > div a.arrow-up.button__rounded:not(.svg):after, .cover > div div.button.arrow-right:not(.svg):after, .cover > div div.arrow-right.button__rounded:not(.svg):after, .cover > div div.button.arrow-down:not(.svg):after, .cover > div div.arrow-down.button__rounded:not(.svg):after, .cover > div div.button.arrow-up:not(.svg):after, .cover > div div.arrow-up.button__rounded:not(.svg):after, .cover > div p.button a.arrow-right:not(.svg):after, p.button .cover > div a.arrow-right:not(.svg):after, .cover > div p.button__rounded a.arrow-right:not(.svg):after, p.button__rounded .cover > div a.arrow-right:not(.svg):after, .cover > div p.button a.arrow-down:not(.svg):after, p.button .cover > div a.arrow-down:not(.svg):after, .cover > div p.button__rounded a.arrow-down:not(.svg):after, p.button__rounded .cover > div a.arrow-down:not(.svg):after, .cover > div p.button a.arrow-up:not(.svg):after, p.button .cover > div a.arrow-up:not(.svg):after, .cover > div p.button__rounded a.arrow-up:not(.svg):after, p.button__rounded .cover > div a.arrow-up:not(.svg):after, .cover > div input.button.arrow-right:not(.svg):after, .cover > div input.arrow-right.button__rounded:not(.svg):after, .cover > div input.button.arrow-down:not(.svg):after, .cover > div input.arrow-down.button__rounded:not(.svg):after, .cover > div input.button.arrow-up:not(.svg):after, .cover > div input.arrow-up.button__rounded:not(.svg):after, .cover > div button.button.arrow-right:not(.svg):after, .cover > div button.arrow-right.button__rounded:not(.svg):after, .cover > div button.button.arrow-down:not(.svg):after, .cover > div button.arrow-down.button__rounded:not(.svg):after, .cover > div button.button.arrow-up:not(.svg):after, .cover > div button.arrow-up.button__rounded:not(.svg):after, .cover > div input.arrow-right:not(.svg)[type="submit"]:after, .cover > div input.arrow-down:not(.svg)[type="submit"]:after, .cover > div input.arrow-up:not(.svg)[type="submit"]:after, .cover > div .button > span.arrow-right:not(.svg):after, .cover > div .button__rounded > span.arrow-right:not(.svg):after, .cover > div .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:not(.svg):before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .cover > div a:not(.svg):before, .cover > div p.navigation-title:not(.svg):after {
        font-size: 5rem; }
  .theme-yellow .cover {
    background-color: #fcc203;
    color: #000000; }
    .theme-yellow .cover svg path:not(.colour-ignore), .theme-yellow .cover svg rect:not(.colour-ignore) {
      fill: #000000; }
  .theme-pink .cover {
    background-color: #e50072; }
  .theme-green .cover {
    background-color: #01893C; }
  .theme-blue .cover {
    background-color: #00819E; }

/**
 * Listing links promo
 */
.listing--links-with-cta {
  padding: 2em; }

/**
 * Icon styles.
 */
.promo--blocks__icon,
.promo--module.big-promo,
.promo--module.faq-promo {
  text-decoration: none;
  display: block;
  color: #ffffff;
  /* Grey background on rollover */
  /* Icon colours */ }
  .promo--blocks__icon svg path:not(.colour-ignore), .promo--blocks__icon svg rect:not(.colour-ignore),
  .promo--module.big-promo svg path:not(.colour-ignore),
  .promo--module.big-promo svg rect:not(.colour-ignore),
  .promo--module.faq-promo svg path:not(.colour-ignore),
  .promo--module.faq-promo svg rect:not(.colour-ignore) {
    fill: #ffffff; }
  .promo--blocks__icon:hover, .promo--blocks__icon:focus,
  .promo--module.big-promo:hover,
  .promo--module.big-promo:focus,
  .promo--module.faq-promo:hover,
  .promo--module.faq-promo:focus {
    color: #ffffff; }
    .promo--blocks__icon:hover .icon, .promo--blocks__icon:hover .button--side.arrow-right:after, .promo--blocks__icon:hover .button--side.arrow-down:after, .promo--blocks__icon:hover .button--side.arrow-up:after, .promo--blocks__icon:hover a.button.arrow-right:after, .promo--blocks__icon:hover a.arrow-right.button__rounded:after, .promo--blocks__icon:hover a.button.arrow-down:after, .promo--blocks__icon:hover a.arrow-down.button__rounded:after, .promo--blocks__icon:hover a.button.arrow-up:after, .promo--blocks__icon:hover a.arrow-up.button__rounded:after, .promo--blocks__icon:hover div.button.arrow-right:after, .promo--blocks__icon:hover div.arrow-right.button__rounded:after, .promo--blocks__icon:hover div.button.arrow-down:after, .promo--blocks__icon:hover div.arrow-down.button__rounded:after, .promo--blocks__icon:hover div.button.arrow-up:after, .promo--blocks__icon:hover div.arrow-up.button__rounded:after, .promo--blocks__icon:hover p.button a.arrow-right:after, p.button .promo--blocks__icon:hover a.arrow-right:after, .promo--blocks__icon:hover p.button__rounded a.arrow-right:after, p.button__rounded .promo--blocks__icon:hover a.arrow-right:after, .promo--blocks__icon:hover p.button a.arrow-down:after, p.button .promo--blocks__icon:hover a.arrow-down:after, .promo--blocks__icon:hover p.button__rounded a.arrow-down:after, p.button__rounded .promo--blocks__icon:hover a.arrow-down:after, .promo--blocks__icon:hover p.button a.arrow-up:after, p.button .promo--blocks__icon:hover a.arrow-up:after, .promo--blocks__icon:hover p.button__rounded a.arrow-up:after, p.button__rounded .promo--blocks__icon:hover a.arrow-up:after, .promo--blocks__icon:hover input.button.arrow-right:after, .promo--blocks__icon:hover input.arrow-right.button__rounded:after, .promo--blocks__icon:hover input.button.arrow-down:after, .promo--blocks__icon:hover input.arrow-down.button__rounded:after, .promo--blocks__icon:hover input.button.arrow-up:after, .promo--blocks__icon:hover input.arrow-up.button__rounded:after, .promo--blocks__icon:hover button.button.arrow-right:after, .promo--blocks__icon:hover button.arrow-right.button__rounded:after, .promo--blocks__icon:hover button.button.arrow-down:after, .promo--blocks__icon:hover button.arrow-down.button__rounded:after, .promo--blocks__icon:hover button.button.arrow-up:after, .promo--blocks__icon:hover button.arrow-up.button__rounded:after, .promo--blocks__icon:hover input.arrow-right[type="submit"]:after, .promo--blocks__icon:hover input.arrow-down[type="submit"]:after, .promo--blocks__icon:hover input.arrow-up[type="submit"]:after, .promo--blocks__icon:hover .button > span.arrow-right:after, .promo--blocks__icon:hover .button__rounded > span.arrow-right:after, .promo--blocks__icon:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon:hover a:before, .promo--blocks__icon:hover p.navigation-title:after, .promo--blocks__icon:focus .icon, .promo--blocks__icon:focus .button--side.arrow-right:after, .promo--blocks__icon:focus .button--side.arrow-down:after, .promo--blocks__icon:focus .button--side.arrow-up:after, .promo--blocks__icon:focus a.button.arrow-right:after, .promo--blocks__icon:focus a.arrow-right.button__rounded:after, .promo--blocks__icon:focus a.button.arrow-down:after, .promo--blocks__icon:focus a.arrow-down.button__rounded:after, .promo--blocks__icon:focus a.button.arrow-up:after, .promo--blocks__icon:focus a.arrow-up.button__rounded:after, .promo--blocks__icon:focus div.button.arrow-right:after, .promo--blocks__icon:focus div.arrow-right.button__rounded:after, .promo--blocks__icon:focus div.button.arrow-down:after, .promo--blocks__icon:focus div.arrow-down.button__rounded:after, .promo--blocks__icon:focus div.button.arrow-up:after, .promo--blocks__icon:focus div.arrow-up.button__rounded:after, .promo--blocks__icon:focus p.button a.arrow-right:after, p.button .promo--blocks__icon:focus a.arrow-right:after, .promo--blocks__icon:focus p.button__rounded a.arrow-right:after, p.button__rounded .promo--blocks__icon:focus a.arrow-right:after, .promo--blocks__icon:focus p.button a.arrow-down:after, p.button .promo--blocks__icon:focus a.arrow-down:after, .promo--blocks__icon:focus p.button__rounded a.arrow-down:after, p.button__rounded .promo--blocks__icon:focus a.arrow-down:after, .promo--blocks__icon:focus p.button a.arrow-up:after, p.button .promo--blocks__icon:focus a.arrow-up:after, .promo--blocks__icon:focus p.button__rounded a.arrow-up:after, p.button__rounded .promo--blocks__icon:focus a.arrow-up:after, .promo--blocks__icon:focus input.button.arrow-right:after, .promo--blocks__icon:focus input.arrow-right.button__rounded:after, .promo--blocks__icon:focus input.button.arrow-down:after, .promo--blocks__icon:focus input.arrow-down.button__rounded:after, .promo--blocks__icon:focus input.button.arrow-up:after, .promo--blocks__icon:focus input.arrow-up.button__rounded:after, .promo--blocks__icon:focus button.button.arrow-right:after, .promo--blocks__icon:focus button.arrow-right.button__rounded:after, .promo--blocks__icon:focus button.button.arrow-down:after, .promo--blocks__icon:focus button.arrow-down.button__rounded:after, .promo--blocks__icon:focus button.button.arrow-up:after, .promo--blocks__icon:focus button.arrow-up.button__rounded:after, .promo--blocks__icon:focus input.arrow-right[type="submit"]:after, .promo--blocks__icon:focus input.arrow-down[type="submit"]:after, .promo--blocks__icon:focus input.arrow-up[type="submit"]:after, .promo--blocks__icon:focus .button > span.arrow-right:after, .promo--blocks__icon:focus .button__rounded > span.arrow-right:after, .promo--blocks__icon:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon:focus a:before, .promo--blocks__icon:focus p.navigation-title:after,
    .promo--module.big-promo:hover .icon,
    .promo--module.big-promo:hover .button--side.arrow-right:after,
    .promo--module.big-promo:hover .button--side.arrow-down:after,
    .promo--module.big-promo:hover .button--side.arrow-up:after,
    .promo--module.big-promo:hover a.button.arrow-right:after,
    .promo--module.big-promo:hover a.arrow-right.button__rounded:after,
    .promo--module.big-promo:hover a.button.arrow-down:after,
    .promo--module.big-promo:hover a.arrow-down.button__rounded:after,
    .promo--module.big-promo:hover a.button.arrow-up:after,
    .promo--module.big-promo:hover a.arrow-up.button__rounded:after,
    .promo--module.big-promo:hover div.button.arrow-right:after,
    .promo--module.big-promo:hover div.arrow-right.button__rounded:after,
    .promo--module.big-promo:hover div.button.arrow-down:after,
    .promo--module.big-promo:hover div.arrow-down.button__rounded:after,
    .promo--module.big-promo:hover div.button.arrow-up:after,
    .promo--module.big-promo:hover div.arrow-up.button__rounded:after,
    .promo--module.big-promo:hover p.button a.arrow-right:after,
    p.button .promo--module.big-promo:hover a.arrow-right:after,
    .promo--module.big-promo:hover p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--module.big-promo:hover a.arrow-right:after,
    .promo--module.big-promo:hover p.button a.arrow-down:after,
    p.button .promo--module.big-promo:hover a.arrow-down:after,
    .promo--module.big-promo:hover p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--module.big-promo:hover a.arrow-down:after,
    .promo--module.big-promo:hover p.button a.arrow-up:after,
    p.button .promo--module.big-promo:hover a.arrow-up:after,
    .promo--module.big-promo:hover p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--module.big-promo:hover a.arrow-up:after,
    .promo--module.big-promo:hover input.button.arrow-right:after,
    .promo--module.big-promo:hover input.arrow-right.button__rounded:after,
    .promo--module.big-promo:hover input.button.arrow-down:after,
    .promo--module.big-promo:hover input.arrow-down.button__rounded:after,
    .promo--module.big-promo:hover input.button.arrow-up:after,
    .promo--module.big-promo:hover input.arrow-up.button__rounded:after,
    .promo--module.big-promo:hover button.button.arrow-right:after,
    .promo--module.big-promo:hover button.arrow-right.button__rounded:after,
    .promo--module.big-promo:hover button.button.arrow-down:after,
    .promo--module.big-promo:hover button.arrow-down.button__rounded:after,
    .promo--module.big-promo:hover button.button.arrow-up:after,
    .promo--module.big-promo:hover button.arrow-up.button__rounded:after,
    .promo--module.big-promo:hover input.arrow-right[type="submit"]:after,
    .promo--module.big-promo:hover input.arrow-down[type="submit"]:after,
    .promo--module.big-promo:hover input.arrow-up[type="submit"]:after,
    .promo--module.big-promo:hover .button > span.arrow-right:after,
    .promo--module.big-promo:hover .button__rounded > span.arrow-right:after,
    .promo--module.big-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo:hover a:before,
    .promo--module.big-promo:hover p.navigation-title:after,
    .promo--module.big-promo:focus .icon,
    .promo--module.big-promo:focus .button--side.arrow-right:after,
    .promo--module.big-promo:focus .button--side.arrow-down:after,
    .promo--module.big-promo:focus .button--side.arrow-up:after,
    .promo--module.big-promo:focus a.button.arrow-right:after,
    .promo--module.big-promo:focus a.arrow-right.button__rounded:after,
    .promo--module.big-promo:focus a.button.arrow-down:after,
    .promo--module.big-promo:focus a.arrow-down.button__rounded:after,
    .promo--module.big-promo:focus a.button.arrow-up:after,
    .promo--module.big-promo:focus a.arrow-up.button__rounded:after,
    .promo--module.big-promo:focus div.button.arrow-right:after,
    .promo--module.big-promo:focus div.arrow-right.button__rounded:after,
    .promo--module.big-promo:focus div.button.arrow-down:after,
    .promo--module.big-promo:focus div.arrow-down.button__rounded:after,
    .promo--module.big-promo:focus div.button.arrow-up:after,
    .promo--module.big-promo:focus div.arrow-up.button__rounded:after,
    .promo--module.big-promo:focus p.button a.arrow-right:after,
    p.button .promo--module.big-promo:focus a.arrow-right:after,
    .promo--module.big-promo:focus p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--module.big-promo:focus a.arrow-right:after,
    .promo--module.big-promo:focus p.button a.arrow-down:after,
    p.button .promo--module.big-promo:focus a.arrow-down:after,
    .promo--module.big-promo:focus p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--module.big-promo:focus a.arrow-down:after,
    .promo--module.big-promo:focus p.button a.arrow-up:after,
    p.button .promo--module.big-promo:focus a.arrow-up:after,
    .promo--module.big-promo:focus p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--module.big-promo:focus a.arrow-up:after,
    .promo--module.big-promo:focus input.button.arrow-right:after,
    .promo--module.big-promo:focus input.arrow-right.button__rounded:after,
    .promo--module.big-promo:focus input.button.arrow-down:after,
    .promo--module.big-promo:focus input.arrow-down.button__rounded:after,
    .promo--module.big-promo:focus input.button.arrow-up:after,
    .promo--module.big-promo:focus input.arrow-up.button__rounded:after,
    .promo--module.big-promo:focus button.button.arrow-right:after,
    .promo--module.big-promo:focus button.arrow-right.button__rounded:after,
    .promo--module.big-promo:focus button.button.arrow-down:after,
    .promo--module.big-promo:focus button.arrow-down.button__rounded:after,
    .promo--module.big-promo:focus button.button.arrow-up:after,
    .promo--module.big-promo:focus button.arrow-up.button__rounded:after,
    .promo--module.big-promo:focus input.arrow-right[type="submit"]:after,
    .promo--module.big-promo:focus input.arrow-down[type="submit"]:after,
    .promo--module.big-promo:focus input.arrow-up[type="submit"]:after,
    .promo--module.big-promo:focus .button > span.arrow-right:after,
    .promo--module.big-promo:focus .button__rounded > span.arrow-right:after,
    .promo--module.big-promo:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo:focus a:before,
    .promo--module.big-promo:focus p.navigation-title:after,
    .promo--module.faq-promo:hover .icon,
    .promo--module.faq-promo:hover .button--side.arrow-right:after,
    .promo--module.faq-promo:hover .button--side.arrow-down:after,
    .promo--module.faq-promo:hover .button--side.arrow-up:after,
    .promo--module.faq-promo:hover a.button.arrow-right:after,
    .promo--module.faq-promo:hover a.arrow-right.button__rounded:after,
    .promo--module.faq-promo:hover a.button.arrow-down:after,
    .promo--module.faq-promo:hover a.arrow-down.button__rounded:after,
    .promo--module.faq-promo:hover a.button.arrow-up:after,
    .promo--module.faq-promo:hover a.arrow-up.button__rounded:after,
    .promo--module.faq-promo:hover div.button.arrow-right:after,
    .promo--module.faq-promo:hover div.arrow-right.button__rounded:after,
    .promo--module.faq-promo:hover div.button.arrow-down:after,
    .promo--module.faq-promo:hover div.arrow-down.button__rounded:after,
    .promo--module.faq-promo:hover div.button.arrow-up:after,
    .promo--module.faq-promo:hover div.arrow-up.button__rounded:after,
    .promo--module.faq-promo:hover p.button a.arrow-right:after,
    p.button .promo--module.faq-promo:hover a.arrow-right:after,
    .promo--module.faq-promo:hover p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--module.faq-promo:hover a.arrow-right:after,
    .promo--module.faq-promo:hover p.button a.arrow-down:after,
    p.button .promo--module.faq-promo:hover a.arrow-down:after,
    .promo--module.faq-promo:hover p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--module.faq-promo:hover a.arrow-down:after,
    .promo--module.faq-promo:hover p.button a.arrow-up:after,
    p.button .promo--module.faq-promo:hover a.arrow-up:after,
    .promo--module.faq-promo:hover p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--module.faq-promo:hover a.arrow-up:after,
    .promo--module.faq-promo:hover input.button.arrow-right:after,
    .promo--module.faq-promo:hover input.arrow-right.button__rounded:after,
    .promo--module.faq-promo:hover input.button.arrow-down:after,
    .promo--module.faq-promo:hover input.arrow-down.button__rounded:after,
    .promo--module.faq-promo:hover input.button.arrow-up:after,
    .promo--module.faq-promo:hover input.arrow-up.button__rounded:after,
    .promo--module.faq-promo:hover button.button.arrow-right:after,
    .promo--module.faq-promo:hover button.arrow-right.button__rounded:after,
    .promo--module.faq-promo:hover button.button.arrow-down:after,
    .promo--module.faq-promo:hover button.arrow-down.button__rounded:after,
    .promo--module.faq-promo:hover button.button.arrow-up:after,
    .promo--module.faq-promo:hover button.arrow-up.button__rounded:after,
    .promo--module.faq-promo:hover input.arrow-right[type="submit"]:after,
    .promo--module.faq-promo:hover input.arrow-down[type="submit"]:after,
    .promo--module.faq-promo:hover input.arrow-up[type="submit"]:after,
    .promo--module.faq-promo:hover .button > span.arrow-right:after,
    .promo--module.faq-promo:hover .button__rounded > span.arrow-right:after,
    .promo--module.faq-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo:hover a:before,
    .promo--module.faq-promo:hover p.navigation-title:after,
    .promo--module.faq-promo:focus .icon,
    .promo--module.faq-promo:focus .button--side.arrow-right:after,
    .promo--module.faq-promo:focus .button--side.arrow-down:after,
    .promo--module.faq-promo:focus .button--side.arrow-up:after,
    .promo--module.faq-promo:focus a.button.arrow-right:after,
    .promo--module.faq-promo:focus a.arrow-right.button__rounded:after,
    .promo--module.faq-promo:focus a.button.arrow-down:after,
    .promo--module.faq-promo:focus a.arrow-down.button__rounded:after,
    .promo--module.faq-promo:focus a.button.arrow-up:after,
    .promo--module.faq-promo:focus a.arrow-up.button__rounded:after,
    .promo--module.faq-promo:focus div.button.arrow-right:after,
    .promo--module.faq-promo:focus div.arrow-right.button__rounded:after,
    .promo--module.faq-promo:focus div.button.arrow-down:after,
    .promo--module.faq-promo:focus div.arrow-down.button__rounded:after,
    .promo--module.faq-promo:focus div.button.arrow-up:after,
    .promo--module.faq-promo:focus div.arrow-up.button__rounded:after,
    .promo--module.faq-promo:focus p.button a.arrow-right:after,
    p.button .promo--module.faq-promo:focus a.arrow-right:after,
    .promo--module.faq-promo:focus p.button__rounded a.arrow-right:after,
    p.button__rounded .promo--module.faq-promo:focus a.arrow-right:after,
    .promo--module.faq-promo:focus p.button a.arrow-down:after,
    p.button .promo--module.faq-promo:focus a.arrow-down:after,
    .promo--module.faq-promo:focus p.button__rounded a.arrow-down:after,
    p.button__rounded .promo--module.faq-promo:focus a.arrow-down:after,
    .promo--module.faq-promo:focus p.button a.arrow-up:after,
    p.button .promo--module.faq-promo:focus a.arrow-up:after,
    .promo--module.faq-promo:focus p.button__rounded a.arrow-up:after,
    p.button__rounded .promo--module.faq-promo:focus a.arrow-up:after,
    .promo--module.faq-promo:focus input.button.arrow-right:after,
    .promo--module.faq-promo:focus input.arrow-right.button__rounded:after,
    .promo--module.faq-promo:focus input.button.arrow-down:after,
    .promo--module.faq-promo:focus input.arrow-down.button__rounded:after,
    .promo--module.faq-promo:focus input.button.arrow-up:after,
    .promo--module.faq-promo:focus input.arrow-up.button__rounded:after,
    .promo--module.faq-promo:focus button.button.arrow-right:after,
    .promo--module.faq-promo:focus button.arrow-right.button__rounded:after,
    .promo--module.faq-promo:focus button.button.arrow-down:after,
    .promo--module.faq-promo:focus button.arrow-down.button__rounded:after,
    .promo--module.faq-promo:focus button.button.arrow-up:after,
    .promo--module.faq-promo:focus button.arrow-up.button__rounded:after,
    .promo--module.faq-promo:focus input.arrow-right[type="submit"]:after,
    .promo--module.faq-promo:focus input.arrow-down[type="submit"]:after,
    .promo--module.faq-promo:focus input.arrow-up[type="submit"]:after,
    .promo--module.faq-promo:focus .button > span.arrow-right:after,
    .promo--module.faq-promo:focus .button__rounded > span.arrow-right:after,
    .promo--module.faq-promo:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo:focus a:before,
    .promo--module.faq-promo:focus p.navigation-title:after {
      background-color: #000000; }
      .yellow .promo--blocks__icon:hover .icon, .yellow .promo--blocks__icon:hover .button--side.arrow-right:after, .yellow .promo--blocks__icon:hover .button--side.arrow-down:after, .yellow .promo--blocks__icon:hover .button--side.arrow-up:after, .yellow .promo--blocks__icon:hover a.button.arrow-right:after, .yellow .promo--blocks__icon:hover a.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:hover a.button.arrow-down:after, .yellow .promo--blocks__icon:hover a.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:hover a.button.arrow-up:after, .yellow .promo--blocks__icon:hover a.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:hover div.button.arrow-right:after, .yellow .promo--blocks__icon:hover div.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:hover div.button.arrow-down:after, .yellow .promo--blocks__icon:hover div.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:hover div.button.arrow-up:after, .yellow .promo--blocks__icon:hover div.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:hover p.button a.arrow-right:after, p.button .yellow .promo--blocks__icon:hover a.arrow-right:after, .yellow .promo--blocks__icon:hover p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--blocks__icon:hover a.arrow-right:after, .yellow .promo--blocks__icon:hover p.button a.arrow-down:after, p.button .yellow .promo--blocks__icon:hover a.arrow-down:after, .yellow .promo--blocks__icon:hover p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--blocks__icon:hover a.arrow-down:after, .yellow .promo--blocks__icon:hover p.button a.arrow-up:after, p.button .yellow .promo--blocks__icon:hover a.arrow-up:after, .yellow .promo--blocks__icon:hover p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--blocks__icon:hover a.arrow-up:after, .yellow .promo--blocks__icon:hover input.button.arrow-right:after, .yellow .promo--blocks__icon:hover input.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:hover input.button.arrow-down:after, .yellow .promo--blocks__icon:hover input.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:hover input.button.arrow-up:after, .yellow .promo--blocks__icon:hover input.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:hover button.button.arrow-right:after, .yellow .promo--blocks__icon:hover button.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:hover button.button.arrow-down:after, .yellow .promo--blocks__icon:hover button.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:hover button.button.arrow-up:after, .yellow .promo--blocks__icon:hover button.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:hover input.arrow-right[type="submit"]:after, .yellow .promo--blocks__icon:hover input.arrow-down[type="submit"]:after, .yellow .promo--blocks__icon:hover input.arrow-up[type="submit"]:after, .yellow .promo--blocks__icon:hover .button > span.arrow-right:after, .yellow .promo--blocks__icon:hover .button__rounded > span.arrow-right:after, .yellow .promo--blocks__icon:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--blocks__icon:hover a:before, .yellow .promo--blocks__icon:hover p.navigation-title:after, .yellow .promo--blocks__icon:focus .icon, .yellow .promo--blocks__icon:focus .button--side.arrow-right:after, .yellow .promo--blocks__icon:focus .button--side.arrow-down:after, .yellow .promo--blocks__icon:focus .button--side.arrow-up:after, .yellow .promo--blocks__icon:focus a.button.arrow-right:after, .yellow .promo--blocks__icon:focus a.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:focus a.button.arrow-down:after, .yellow .promo--blocks__icon:focus a.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:focus a.button.arrow-up:after, .yellow .promo--blocks__icon:focus a.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:focus div.button.arrow-right:after, .yellow .promo--blocks__icon:focus div.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:focus div.button.arrow-down:after, .yellow .promo--blocks__icon:focus div.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:focus div.button.arrow-up:after, .yellow .promo--blocks__icon:focus div.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:focus p.button a.arrow-right:after, p.button .yellow .promo--blocks__icon:focus a.arrow-right:after, .yellow .promo--blocks__icon:focus p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--blocks__icon:focus a.arrow-right:after, .yellow .promo--blocks__icon:focus p.button a.arrow-down:after, p.button .yellow .promo--blocks__icon:focus a.arrow-down:after, .yellow .promo--blocks__icon:focus p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--blocks__icon:focus a.arrow-down:after, .yellow .promo--blocks__icon:focus p.button a.arrow-up:after, p.button .yellow .promo--blocks__icon:focus a.arrow-up:after, .yellow .promo--blocks__icon:focus p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--blocks__icon:focus a.arrow-up:after, .yellow .promo--blocks__icon:focus input.button.arrow-right:after, .yellow .promo--blocks__icon:focus input.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:focus input.button.arrow-down:after, .yellow .promo--blocks__icon:focus input.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:focus input.button.arrow-up:after, .yellow .promo--blocks__icon:focus input.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:focus button.button.arrow-right:after, .yellow .promo--blocks__icon:focus button.arrow-right.button__rounded:after, .yellow .promo--blocks__icon:focus button.button.arrow-down:after, .yellow .promo--blocks__icon:focus button.arrow-down.button__rounded:after, .yellow .promo--blocks__icon:focus button.button.arrow-up:after, .yellow .promo--blocks__icon:focus button.arrow-up.button__rounded:after, .yellow .promo--blocks__icon:focus input.arrow-right[type="submit"]:after, .yellow .promo--blocks__icon:focus input.arrow-down[type="submit"]:after, .yellow .promo--blocks__icon:focus input.arrow-up[type="submit"]:after, .yellow .promo--blocks__icon:focus .button > span.arrow-right:after, .yellow .promo--blocks__icon:focus .button__rounded > span.arrow-right:after, .yellow .promo--blocks__icon:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--blocks__icon:focus a:before, .yellow .promo--blocks__icon:focus p.navigation-title:after, .yellow .promo--module.big-promo:hover .icon, .yellow .promo--module.big-promo:hover .button--side.arrow-right:after, .yellow .promo--module.big-promo:hover .button--side.arrow-down:after, .yellow .promo--module.big-promo:hover .button--side.arrow-up:after, .yellow .promo--module.big-promo:hover a.button.arrow-right:after, .yellow .promo--module.big-promo:hover a.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:hover a.button.arrow-down:after, .yellow .promo--module.big-promo:hover a.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:hover a.button.arrow-up:after, .yellow .promo--module.big-promo:hover a.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:hover div.button.arrow-right:after, .yellow .promo--module.big-promo:hover div.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:hover div.button.arrow-down:after, .yellow .promo--module.big-promo:hover div.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:hover div.button.arrow-up:after, .yellow .promo--module.big-promo:hover div.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:hover p.button a.arrow-right:after, p.button .yellow .promo--module.big-promo:hover a.arrow-right:after, .yellow .promo--module.big-promo:hover p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--module.big-promo:hover a.arrow-right:after, .yellow .promo--module.big-promo:hover p.button a.arrow-down:after, p.button .yellow .promo--module.big-promo:hover a.arrow-down:after, .yellow .promo--module.big-promo:hover p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--module.big-promo:hover a.arrow-down:after, .yellow .promo--module.big-promo:hover p.button a.arrow-up:after, p.button .yellow .promo--module.big-promo:hover a.arrow-up:after, .yellow .promo--module.big-promo:hover p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--module.big-promo:hover a.arrow-up:after, .yellow .promo--module.big-promo:hover input.button.arrow-right:after, .yellow .promo--module.big-promo:hover input.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:hover input.button.arrow-down:after, .yellow .promo--module.big-promo:hover input.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:hover input.button.arrow-up:after, .yellow .promo--module.big-promo:hover input.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:hover button.button.arrow-right:after, .yellow .promo--module.big-promo:hover button.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:hover button.button.arrow-down:after, .yellow .promo--module.big-promo:hover button.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:hover button.button.arrow-up:after, .yellow .promo--module.big-promo:hover button.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:hover input.arrow-right[type="submit"]:after, .yellow .promo--module.big-promo:hover input.arrow-down[type="submit"]:after, .yellow .promo--module.big-promo:hover input.arrow-up[type="submit"]:after, .yellow .promo--module.big-promo:hover .button > span.arrow-right:after, .yellow .promo--module.big-promo:hover .button__rounded > span.arrow-right:after, .yellow .promo--module.big-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--module.big-promo:hover a:before, .yellow .promo--module.big-promo:hover p.navigation-title:after, .yellow .promo--module.big-promo:focus .icon, .yellow .promo--module.big-promo:focus .button--side.arrow-right:after, .yellow .promo--module.big-promo:focus .button--side.arrow-down:after, .yellow .promo--module.big-promo:focus .button--side.arrow-up:after, .yellow .promo--module.big-promo:focus a.button.arrow-right:after, .yellow .promo--module.big-promo:focus a.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:focus a.button.arrow-down:after, .yellow .promo--module.big-promo:focus a.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:focus a.button.arrow-up:after, .yellow .promo--module.big-promo:focus a.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:focus div.button.arrow-right:after, .yellow .promo--module.big-promo:focus div.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:focus div.button.arrow-down:after, .yellow .promo--module.big-promo:focus div.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:focus div.button.arrow-up:after, .yellow .promo--module.big-promo:focus div.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:focus p.button a.arrow-right:after, p.button .yellow .promo--module.big-promo:focus a.arrow-right:after, .yellow .promo--module.big-promo:focus p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--module.big-promo:focus a.arrow-right:after, .yellow .promo--module.big-promo:focus p.button a.arrow-down:after, p.button .yellow .promo--module.big-promo:focus a.arrow-down:after, .yellow .promo--module.big-promo:focus p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--module.big-promo:focus a.arrow-down:after, .yellow .promo--module.big-promo:focus p.button a.arrow-up:after, p.button .yellow .promo--module.big-promo:focus a.arrow-up:after, .yellow .promo--module.big-promo:focus p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--module.big-promo:focus a.arrow-up:after, .yellow .promo--module.big-promo:focus input.button.arrow-right:after, .yellow .promo--module.big-promo:focus input.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:focus input.button.arrow-down:after, .yellow .promo--module.big-promo:focus input.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:focus input.button.arrow-up:after, .yellow .promo--module.big-promo:focus input.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:focus button.button.arrow-right:after, .yellow .promo--module.big-promo:focus button.arrow-right.button__rounded:after, .yellow .promo--module.big-promo:focus button.button.arrow-down:after, .yellow .promo--module.big-promo:focus button.arrow-down.button__rounded:after, .yellow .promo--module.big-promo:focus button.button.arrow-up:after, .yellow .promo--module.big-promo:focus button.arrow-up.button__rounded:after, .yellow .promo--module.big-promo:focus input.arrow-right[type="submit"]:after, .yellow .promo--module.big-promo:focus input.arrow-down[type="submit"]:after, .yellow .promo--module.big-promo:focus input.arrow-up[type="submit"]:after, .yellow .promo--module.big-promo:focus .button > span.arrow-right:after, .yellow .promo--module.big-promo:focus .button__rounded > span.arrow-right:after, .yellow .promo--module.big-promo:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--module.big-promo:focus a:before, .yellow .promo--module.big-promo:focus p.navigation-title:after, .yellow .promo--module.faq-promo:hover .icon, .yellow .promo--module.faq-promo:hover .button--side.arrow-right:after, .yellow .promo--module.faq-promo:hover .button--side.arrow-down:after, .yellow .promo--module.faq-promo:hover .button--side.arrow-up:after, .yellow .promo--module.faq-promo:hover a.button.arrow-right:after, .yellow .promo--module.faq-promo:hover a.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:hover a.button.arrow-down:after, .yellow .promo--module.faq-promo:hover a.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:hover a.button.arrow-up:after, .yellow .promo--module.faq-promo:hover a.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:hover div.button.arrow-right:after, .yellow .promo--module.faq-promo:hover div.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:hover div.button.arrow-down:after, .yellow .promo--module.faq-promo:hover div.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:hover div.button.arrow-up:after, .yellow .promo--module.faq-promo:hover div.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:hover p.button a.arrow-right:after, p.button .yellow .promo--module.faq-promo:hover a.arrow-right:after, .yellow .promo--module.faq-promo:hover p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--module.faq-promo:hover a.arrow-right:after, .yellow .promo--module.faq-promo:hover p.button a.arrow-down:after, p.button .yellow .promo--module.faq-promo:hover a.arrow-down:after, .yellow .promo--module.faq-promo:hover p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--module.faq-promo:hover a.arrow-down:after, .yellow .promo--module.faq-promo:hover p.button a.arrow-up:after, p.button .yellow .promo--module.faq-promo:hover a.arrow-up:after, .yellow .promo--module.faq-promo:hover p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--module.faq-promo:hover a.arrow-up:after, .yellow .promo--module.faq-promo:hover input.button.arrow-right:after, .yellow .promo--module.faq-promo:hover input.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:hover input.button.arrow-down:after, .yellow .promo--module.faq-promo:hover input.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:hover input.button.arrow-up:after, .yellow .promo--module.faq-promo:hover input.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:hover button.button.arrow-right:after, .yellow .promo--module.faq-promo:hover button.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:hover button.button.arrow-down:after, .yellow .promo--module.faq-promo:hover button.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:hover button.button.arrow-up:after, .yellow .promo--module.faq-promo:hover button.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:hover input.arrow-right[type="submit"]:after, .yellow .promo--module.faq-promo:hover input.arrow-down[type="submit"]:after, .yellow .promo--module.faq-promo:hover input.arrow-up[type="submit"]:after, .yellow .promo--module.faq-promo:hover .button > span.arrow-right:after, .yellow .promo--module.faq-promo:hover .button__rounded > span.arrow-right:after, .yellow .promo--module.faq-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--module.faq-promo:hover a:before, .yellow .promo--module.faq-promo:hover p.navigation-title:after, .yellow .promo--module.faq-promo:focus .icon, .yellow .promo--module.faq-promo:focus .button--side.arrow-right:after, .yellow .promo--module.faq-promo:focus .button--side.arrow-down:after, .yellow .promo--module.faq-promo:focus .button--side.arrow-up:after, .yellow .promo--module.faq-promo:focus a.button.arrow-right:after, .yellow .promo--module.faq-promo:focus a.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:focus a.button.arrow-down:after, .yellow .promo--module.faq-promo:focus a.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:focus a.button.arrow-up:after, .yellow .promo--module.faq-promo:focus a.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:focus div.button.arrow-right:after, .yellow .promo--module.faq-promo:focus div.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:focus div.button.arrow-down:after, .yellow .promo--module.faq-promo:focus div.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:focus div.button.arrow-up:after, .yellow .promo--module.faq-promo:focus div.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:focus p.button a.arrow-right:after, p.button .yellow .promo--module.faq-promo:focus a.arrow-right:after, .yellow .promo--module.faq-promo:focus p.button__rounded a.arrow-right:after, p.button__rounded .yellow .promo--module.faq-promo:focus a.arrow-right:after, .yellow .promo--module.faq-promo:focus p.button a.arrow-down:after, p.button .yellow .promo--module.faq-promo:focus a.arrow-down:after, .yellow .promo--module.faq-promo:focus p.button__rounded a.arrow-down:after, p.button__rounded .yellow .promo--module.faq-promo:focus a.arrow-down:after, .yellow .promo--module.faq-promo:focus p.button a.arrow-up:after, p.button .yellow .promo--module.faq-promo:focus a.arrow-up:after, .yellow .promo--module.faq-promo:focus p.button__rounded a.arrow-up:after, p.button__rounded .yellow .promo--module.faq-promo:focus a.arrow-up:after, .yellow .promo--module.faq-promo:focus input.button.arrow-right:after, .yellow .promo--module.faq-promo:focus input.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:focus input.button.arrow-down:after, .yellow .promo--module.faq-promo:focus input.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:focus input.button.arrow-up:after, .yellow .promo--module.faq-promo:focus input.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:focus button.button.arrow-right:after, .yellow .promo--module.faq-promo:focus button.arrow-right.button__rounded:after, .yellow .promo--module.faq-promo:focus button.button.arrow-down:after, .yellow .promo--module.faq-promo:focus button.arrow-down.button__rounded:after, .yellow .promo--module.faq-promo:focus button.button.arrow-up:after, .yellow .promo--module.faq-promo:focus button.arrow-up.button__rounded:after, .yellow .promo--module.faq-promo:focus input.arrow-right[type="submit"]:after, .yellow .promo--module.faq-promo:focus input.arrow-down[type="submit"]:after, .yellow .promo--module.faq-promo:focus input.arrow-up[type="submit"]:after, .yellow .promo--module.faq-promo:focus .button > span.arrow-right:after, .yellow .promo--module.faq-promo:focus .button__rounded > span.arrow-right:after, .yellow .promo--module.faq-promo:focus .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .yellow .promo--module.faq-promo:focus a:before, .yellow .promo--module.faq-promo:focus p.navigation-title:after {
        color: #ffffff; }
    .promo--blocks__icon:hover svg path:not(.colour-ignore), .promo--blocks__icon:hover svg rect:not(.colour-ignore), .promo--blocks__icon:focus svg path:not(.colour-ignore), .promo--blocks__icon:focus svg rect:not(.colour-ignore),
    .promo--module.big-promo:hover svg path:not(.colour-ignore),
    .promo--module.big-promo:hover svg rect:not(.colour-ignore),
    .promo--module.big-promo:focus svg path:not(.colour-ignore),
    .promo--module.big-promo:focus svg rect:not(.colour-ignore),
    .promo--module.faq-promo:hover svg path:not(.colour-ignore),
    .promo--module.faq-promo:hover svg rect:not(.colour-ignore),
    .promo--module.faq-promo:focus svg path:not(.colour-ignore),
    .promo--module.faq-promo:focus svg rect:not(.colour-ignore) {
      fill: #ffffff !important; }
  .promo--blocks__icon.theme-yellow,
  .promo--module.big-promo.theme-yellow,
  .promo--module.faq-promo.theme-yellow {
    background-color: #fcc203;
    color: #000000; }
    .promo--blocks__icon.theme-yellow .icon-wrapper,
    .promo--module.big-promo.theme-yellow .icon-wrapper,
    .promo--module.faq-promo.theme-yellow .icon-wrapper {
      background-color: #fcc203; }
    .promo--blocks__icon.theme-yellow svg path:not(.colour-ignore), .promo--blocks__icon.theme-yellow svg rect:not(.colour-ignore),
    .promo--module.big-promo.theme-yellow svg path:not(.colour-ignore),
    .promo--module.big-promo.theme-yellow svg rect:not(.colour-ignore),
    .promo--module.faq-promo.theme-yellow svg path:not(.colour-ignore),
    .promo--module.faq-promo.theme-yellow svg rect:not(.colour-ignore) {
      fill: #000000; }
  .promo--blocks__icon.theme-pink .icon-wrapper,
  .promo--module.big-promo.theme-pink .icon-wrapper,
  .promo--module.faq-promo.theme-pink .icon-wrapper {
    background-color: #e50072; }
  .promo--blocks__icon.theme-green .icon-wrapper,
  .promo--module.big-promo.theme-green .icon-wrapper,
  .promo--module.faq-promo.theme-green .icon-wrapper {
    background-color: #01893C; }
  .promo--blocks__icon.theme-blue .icon-wrapper,
  .promo--module.big-promo.theme-blue .icon-wrapper,
  .promo--module.faq-promo.theme-blue .icon-wrapper {
    background-color: #00819E; }
  .promo--blocks__icon .icon-wrapper,
  .promo--module.big-promo .icon-wrapper,
  .promo--module.faq-promo .icon-wrapper {
    display: table;
    width: 100%;
    height: 12.5rem;
    /* default pink */
    background-color: #e50072;
    /* Icon colours */
    /*
    .grey & {
      background-color: $rb-grey-l1;
    }
    .white & {
      background-color: $white;
    }
    */ }
    .theme-yellow .promo--blocks__icon .icon-wrapper, .tile.yellow .promo--blocks__icon .icon-wrapper, .theme-yellow
    .promo--module.big-promo .icon-wrapper, .tile.yellow
    .promo--module.big-promo .icon-wrapper, .theme-yellow
    .promo--module.faq-promo .icon-wrapper, .tile.yellow
    .promo--module.faq-promo .icon-wrapper {
      background-color: #fcc203;
      color: #000000; }
      .theme-yellow .promo--blocks__icon .icon-wrapper svg path:not(.colour-ignore), .theme-yellow .promo--blocks__icon .icon-wrapper svg rect:not(.colour-ignore), .tile.yellow .promo--blocks__icon .icon-wrapper svg path:not(.colour-ignore), .tile.yellow .promo--blocks__icon .icon-wrapper svg rect:not(.colour-ignore), .theme-yellow
      .promo--module.big-promo .icon-wrapper svg path:not(.colour-ignore), .theme-yellow
      .promo--module.big-promo .icon-wrapper svg rect:not(.colour-ignore), .tile.yellow
      .promo--module.big-promo .icon-wrapper svg path:not(.colour-ignore), .tile.yellow
      .promo--module.big-promo .icon-wrapper svg rect:not(.colour-ignore), .theme-yellow
      .promo--module.faq-promo .icon-wrapper svg path:not(.colour-ignore), .theme-yellow
      .promo--module.faq-promo .icon-wrapper svg rect:not(.colour-ignore), .tile.yellow
      .promo--module.faq-promo .icon-wrapper svg path:not(.colour-ignore), .tile.yellow
      .promo--module.faq-promo .icon-wrapper svg rect:not(.colour-ignore) {
        fill: #000000; }
    .theme-pink .promo--blocks__icon .icon-wrapper, .tile.pink .promo--blocks__icon .icon-wrapper, .theme-pink
    .promo--module.big-promo .icon-wrapper, .tile.pink
    .promo--module.big-promo .icon-wrapper, .theme-pink
    .promo--module.faq-promo .icon-wrapper, .tile.pink
    .promo--module.faq-promo .icon-wrapper {
      background-color: #e50072; }
    .theme-green .promo--blocks__icon .icon-wrapper, .tile.green .promo--blocks__icon .icon-wrapper, .theme-green
    .promo--module.big-promo .icon-wrapper, .tile.green
    .promo--module.big-promo .icon-wrapper, .theme-green
    .promo--module.faq-promo .icon-wrapper, .tile.green
    .promo--module.faq-promo .icon-wrapper {
      background-color: #01893C; }
    .theme-blue .promo--blocks__icon .icon-wrapper, .tile.blue .promo--blocks__icon .icon-wrapper, .theme-blue
    .promo--module.big-promo .icon-wrapper, .tile.blue
    .promo--module.big-promo .icon-wrapper, .theme-blue
    .promo--module.faq-promo .icon-wrapper, .tile.blue
    .promo--module.faq-promo .icon-wrapper {
      background-color: #00819E; }
    .promo--blocks__icon .icon-wrapper > .icon, .promo--blocks__icon .icon-wrapper > .button--side.arrow-right:after, .promo--blocks__icon .icon-wrapper > .button--side.arrow-down:after, .promo--blocks__icon .icon-wrapper > .button--side.arrow-up:after, .promo--blocks__icon .icon-wrapper > a.button.arrow-right:after, .promo--blocks__icon .icon-wrapper > a.arrow-right.button__rounded:after, .promo--blocks__icon .icon-wrapper > a.button.arrow-down:after, .promo--blocks__icon .icon-wrapper > a.arrow-down.button__rounded:after, .promo--blocks__icon .icon-wrapper > a.button.arrow-up:after, .promo--blocks__icon .icon-wrapper > a.arrow-up.button__rounded:after, .promo--blocks__icon .icon-wrapper > div.button.arrow-right:after, .promo--blocks__icon .icon-wrapper > div.arrow-right.button__rounded:after, .promo--blocks__icon .icon-wrapper > div.button.arrow-down:after, .promo--blocks__icon .icon-wrapper > div.arrow-down.button__rounded:after, .promo--blocks__icon .icon-wrapper > div.button.arrow-up:after, .promo--blocks__icon .icon-wrapper > div.arrow-up.button__rounded:after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-right:after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-right:after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-right:after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-right:after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-down:after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-down:after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-down:after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-down:after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-up:after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-up:after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-up:after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-up:after, .promo--blocks__icon .icon-wrapper > input.button.arrow-right:after, .promo--blocks__icon .icon-wrapper > input.arrow-right.button__rounded:after, .promo--blocks__icon .icon-wrapper > input.button.arrow-down:after, .promo--blocks__icon .icon-wrapper > input.arrow-down.button__rounded:after, .promo--blocks__icon .icon-wrapper > input.button.arrow-up:after, .promo--blocks__icon .icon-wrapper > input.arrow-up.button__rounded:after, .promo--blocks__icon .icon-wrapper > button.button.arrow-right:after, .promo--blocks__icon .icon-wrapper > button.arrow-right.button__rounded:after, .promo--blocks__icon .icon-wrapper > button.button.arrow-down:after, .promo--blocks__icon .icon-wrapper > button.arrow-down.button__rounded:after, .promo--blocks__icon .icon-wrapper > button.button.arrow-up:after, .promo--blocks__icon .icon-wrapper > button.arrow-up.button__rounded:after, .promo--blocks__icon .icon-wrapper > input.arrow-right[type="submit"]:after, .promo--blocks__icon .icon-wrapper > input.arrow-down[type="submit"]:after, .promo--blocks__icon .icon-wrapper > input.arrow-up[type="submit"]:after, .promo--blocks__icon .button.icon-wrapper > span.arrow-right:after, .promo--blocks__icon .button__rounded.icon-wrapper > span.arrow-right:after, .promo--blocks__icon .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon .icon-wrapper > a:before, .promo--blocks__icon .icon-wrapper > p.navigation-title:after,
    .promo--module.big-promo .icon-wrapper > .icon,
    .promo--module.big-promo .icon-wrapper > .button--side.arrow-right:after,
    .promo--module.big-promo .icon-wrapper > .button--side.arrow-down:after,
    .promo--module.big-promo .icon-wrapper > .button--side.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > a.button.arrow-right:after,
    .promo--module.big-promo .icon-wrapper > a.arrow-right.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > a.button.arrow-down:after,
    .promo--module.big-promo .icon-wrapper > a.arrow-down.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > a.button.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > a.arrow-up.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > div.button.arrow-right:after,
    .promo--module.big-promo .icon-wrapper > div.arrow-right.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > div.button.arrow-down:after,
    .promo--module.big-promo .icon-wrapper > div.arrow-down.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > div.button.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > div.arrow-up.button__rounded:after,
    .promo--module.big-promo p.button .icon-wrapper > a.arrow-right:after,
    p.button .promo--module.big-promo .icon-wrapper > a.arrow-right:after,
    .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-right:after,
    p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-right:after,
    .promo--module.big-promo p.button .icon-wrapper > a.arrow-down:after,
    p.button .promo--module.big-promo .icon-wrapper > a.arrow-down:after,
    .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-down:after,
    p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-down:after,
    .promo--module.big-promo p.button .icon-wrapper > a.arrow-up:after,
    p.button .promo--module.big-promo .icon-wrapper > a.arrow-up:after,
    .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-up:after,
    p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > input.button.arrow-right:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-right.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > input.button.arrow-down:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-down.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > input.button.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-up.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > button.button.arrow-right:after,
    .promo--module.big-promo .icon-wrapper > button.arrow-right.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > button.button.arrow-down:after,
    .promo--module.big-promo .icon-wrapper > button.arrow-down.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > button.button.arrow-up:after,
    .promo--module.big-promo .icon-wrapper > button.arrow-up.button__rounded:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-right[type="submit"]:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-down[type="submit"]:after,
    .promo--module.big-promo .icon-wrapper > input.arrow-up[type="submit"]:after,
    .promo--module.big-promo .button.icon-wrapper > span.arrow-right:after,
    .promo--module.big-promo .button__rounded.icon-wrapper > span.arrow-right:after,
    .promo--module.big-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo .icon-wrapper > a:before,
    .promo--module.big-promo .icon-wrapper > p.navigation-title:after,
    .promo--module.faq-promo .icon-wrapper > .icon,
    .promo--module.faq-promo .icon-wrapper > .button--side.arrow-right:after,
    .promo--module.faq-promo .icon-wrapper > .button--side.arrow-down:after,
    .promo--module.faq-promo .icon-wrapper > .button--side.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > a.button.arrow-right:after,
    .promo--module.faq-promo .icon-wrapper > a.arrow-right.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > a.button.arrow-down:after,
    .promo--module.faq-promo .icon-wrapper > a.arrow-down.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > a.button.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > a.arrow-up.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > div.button.arrow-right:after,
    .promo--module.faq-promo .icon-wrapper > div.arrow-right.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > div.button.arrow-down:after,
    .promo--module.faq-promo .icon-wrapper > div.arrow-down.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > div.button.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > div.arrow-up.button__rounded:after,
    .promo--module.faq-promo p.button .icon-wrapper > a.arrow-right:after,
    p.button .promo--module.faq-promo .icon-wrapper > a.arrow-right:after,
    .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-right:after,
    p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-right:after,
    .promo--module.faq-promo p.button .icon-wrapper > a.arrow-down:after,
    p.button .promo--module.faq-promo .icon-wrapper > a.arrow-down:after,
    .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-down:after,
    p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-down:after,
    .promo--module.faq-promo p.button .icon-wrapper > a.arrow-up:after,
    p.button .promo--module.faq-promo .icon-wrapper > a.arrow-up:after,
    .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-up:after,
    p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > input.button.arrow-right:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-right.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > input.button.arrow-down:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-down.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > input.button.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-up.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > button.button.arrow-right:after,
    .promo--module.faq-promo .icon-wrapper > button.arrow-right.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > button.button.arrow-down:after,
    .promo--module.faq-promo .icon-wrapper > button.arrow-down.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > button.button.arrow-up:after,
    .promo--module.faq-promo .icon-wrapper > button.arrow-up.button__rounded:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-right[type="submit"]:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-down[type="submit"]:after,
    .promo--module.faq-promo .icon-wrapper > input.arrow-up[type="submit"]:after,
    .promo--module.faq-promo .button.icon-wrapper > span.arrow-right:after,
    .promo--module.faq-promo .button__rounded.icon-wrapper > span.arrow-right:after,
    .promo--module.faq-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:before,
    .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo .icon-wrapper > a:before,
    .promo--module.faq-promo .icon-wrapper > p.navigation-title:after {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .promo--blocks__icon .icon-wrapper > .icon:not(.svg), .promo--blocks__icon .icon-wrapper > .button--side.arrow-right:not(.svg):after, .promo--blocks__icon .icon-wrapper > .button--side.arrow-down:not(.svg):after, .promo--blocks__icon .icon-wrapper > .button--side.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.button.arrow-right:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.arrow-right.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.button.arrow-down:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.arrow-down.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.button.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > a.arrow-up.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.button.arrow-right:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.arrow-right.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.button.arrow-down:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.arrow-down.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.button.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > div.arrow-up.button__rounded:not(.svg):after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-right:not(.svg):after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-right:not(.svg):after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-right:not(.svg):after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-right:not(.svg):after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-down:not(.svg):after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-down:not(.svg):after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-down:not(.svg):after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-down:not(.svg):after, .promo--blocks__icon p.button .icon-wrapper > a.arrow-up:not(.svg):after, p.button .promo--blocks__icon .icon-wrapper > a.arrow-up:not(.svg):after, .promo--blocks__icon p.button__rounded .icon-wrapper > a.arrow-up:not(.svg):after, p.button__rounded .promo--blocks__icon .icon-wrapper > a.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.button.arrow-right:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.arrow-right.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.button.arrow-down:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.arrow-down.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.button.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.arrow-up.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.button.arrow-right:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.arrow-right.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.button.arrow-down:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.arrow-down.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.button.arrow-up:not(.svg):after, .promo--blocks__icon .icon-wrapper > button.arrow-up.button__rounded:not(.svg):after, .promo--blocks__icon .icon-wrapper > input.arrow-right:not(.svg)[type="submit"]:after, .promo--blocks__icon .icon-wrapper > input.arrow-down:not(.svg)[type="submit"]:after, .promo--blocks__icon .icon-wrapper > input.arrow-up:not(.svg)[type="submit"]:after, .promo--blocks__icon .button.icon-wrapper > span.arrow-right:not(.svg):after, .promo--blocks__icon .button__rounded.icon-wrapper > span.arrow-right:not(.svg):after, .promo--blocks__icon .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:not(.svg):before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--blocks__icon .icon-wrapper > a:not(.svg):before, .promo--blocks__icon .icon-wrapper > p.navigation-title:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > .icon:not(.svg),
      .promo--module.big-promo .icon-wrapper > .button--side.arrow-right:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > .button--side.arrow-down:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > .button--side.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.button.arrow-right:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.arrow-right.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.button.arrow-down:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.arrow-down.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.button.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > a.arrow-up.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.button.arrow-right:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.arrow-right.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.button.arrow-down:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.arrow-down.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.button.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > div.arrow-up.button__rounded:not(.svg):after,
      .promo--module.big-promo p.button .icon-wrapper > a.arrow-right:not(.svg):after,
      p.button .promo--module.big-promo .icon-wrapper > a.arrow-right:not(.svg):after,
      .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-right:not(.svg):after,
      p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-right:not(.svg):after,
      .promo--module.big-promo p.button .icon-wrapper > a.arrow-down:not(.svg):after,
      p.button .promo--module.big-promo .icon-wrapper > a.arrow-down:not(.svg):after,
      .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-down:not(.svg):after,
      p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-down:not(.svg):after,
      .promo--module.big-promo p.button .icon-wrapper > a.arrow-up:not(.svg):after,
      p.button .promo--module.big-promo .icon-wrapper > a.arrow-up:not(.svg):after,
      .promo--module.big-promo p.button__rounded .icon-wrapper > a.arrow-up:not(.svg):after,
      p.button__rounded .promo--module.big-promo .icon-wrapper > a.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.button.arrow-right:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.arrow-right.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.button.arrow-down:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.arrow-down.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.button.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.arrow-up.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.button.arrow-right:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.arrow-right.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.button.arrow-down:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.arrow-down.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.button.arrow-up:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > button.arrow-up.button__rounded:not(.svg):after,
      .promo--module.big-promo .icon-wrapper > input.arrow-right:not(.svg)[type="submit"]:after,
      .promo--module.big-promo .icon-wrapper > input.arrow-down:not(.svg)[type="submit"]:after,
      .promo--module.big-promo .icon-wrapper > input.arrow-up:not(.svg)[type="submit"]:after,
      .promo--module.big-promo .button.icon-wrapper > span.arrow-right:not(.svg):after,
      .promo--module.big-promo .button__rounded.icon-wrapper > span.arrow-right:not(.svg):after,
      .promo--module.big-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:not(.svg):before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo .icon-wrapper > a:not(.svg):before,
      .promo--module.big-promo .icon-wrapper > p.navigation-title:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > .icon:not(.svg),
      .promo--module.faq-promo .icon-wrapper > .button--side.arrow-right:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > .button--side.arrow-down:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > .button--side.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.button.arrow-right:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.arrow-right.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.button.arrow-down:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.arrow-down.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.button.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > a.arrow-up.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.button.arrow-right:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.arrow-right.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.button.arrow-down:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.arrow-down.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.button.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > div.arrow-up.button__rounded:not(.svg):after,
      .promo--module.faq-promo p.button .icon-wrapper > a.arrow-right:not(.svg):after,
      p.button .promo--module.faq-promo .icon-wrapper > a.arrow-right:not(.svg):after,
      .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-right:not(.svg):after,
      p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-right:not(.svg):after,
      .promo--module.faq-promo p.button .icon-wrapper > a.arrow-down:not(.svg):after,
      p.button .promo--module.faq-promo .icon-wrapper > a.arrow-down:not(.svg):after,
      .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-down:not(.svg):after,
      p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-down:not(.svg):after,
      .promo--module.faq-promo p.button .icon-wrapper > a.arrow-up:not(.svg):after,
      p.button .promo--module.faq-promo .icon-wrapper > a.arrow-up:not(.svg):after,
      .promo--module.faq-promo p.button__rounded .icon-wrapper > a.arrow-up:not(.svg):after,
      p.button__rounded .promo--module.faq-promo .icon-wrapper > a.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.button.arrow-right:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-right.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.button.arrow-down:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-down.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.button.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-up.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.button.arrow-right:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.arrow-right.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.button.arrow-down:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.arrow-down.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.button.arrow-up:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > button.arrow-up.button__rounded:not(.svg):after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-right:not(.svg)[type="submit"]:after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-down:not(.svg)[type="submit"]:after,
      .promo--module.faq-promo .icon-wrapper > input.arrow-up:not(.svg)[type="submit"]:after,
      .promo--module.faq-promo .button.icon-wrapper > span.arrow-right:not(.svg):after,
      .promo--module.faq-promo .button__rounded.icon-wrapper > span.arrow-right:not(.svg):after,
      .promo--module.faq-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .icon-wrapper > a:not(.svg):before,
      .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo .icon-wrapper > a:not(.svg):before,
      .promo--module.faq-promo .icon-wrapper > p.navigation-title:not(.svg):after {
        font-size: 5rem; }
    .promo--blocks__icon .icon-wrapper .svg:before,
    .promo--module.big-promo .icon-wrapper .svg:before,
    .promo--module.faq-promo .icon-wrapper .svg:before {
      content: ''; }
    .promo--blocks__icon .icon-wrapper svg,
    .promo--module.big-promo .icon-wrapper svg,
    .promo--module.faq-promo .icon-wrapper svg {
      max-width: 5rem;
      height: 5rem; }

/* Landscape icons/photos */
.big-promo.landscape,
.promo--module.landscape {
  height: 10rem;
  overflow: hidden; }
  .big-promo.landscape figcaption,
  .promo--module.landscape figcaption {
    overflow: hidden; }

.promo--blocks__icon,
.promo--blocks__image {
  overflow: hidden; }

/*
.promo--blocks.landscape .req-6-photo-tile .img-wrap,
*/
@media all and (min-width: 48em) {
  .big-promo.landscape .icon-wrapper,
  .promo--blocks.landscape .promo--blocks__icon .icon-wrapper,
  .circle-icon-promo.landscape .promo--block .tile-border,
  .promo--module.faq-promo .icon-wrapper {
    position: relative;
    float: left;
    width: 10rem;
    height: 10rem; } }

.no-csstransforms .big-promo.landscape .icon-wrapper, .no-csstransforms
.promo--blocks.landscape .promo--blocks__icon .icon-wrapper, .no-csstransforms
.circle-icon-promo.landscape .promo--block .tile-border, .no-csstransforms
.promo--module.faq-promo .icon-wrapper {
  position: relative;
  float: left;
  width: 10rem;
  height: 10rem; }

.theme-blue .promo--blocks.landscape .promo--block figure:before, .promo--blocks.landscape .promo--block.blue figure:before {
  background-color: #00819E; }

.theme-green .promo--blocks.landscape .promo--block figure:before, .promo--blocks.landscape .promo--block.green figure:before {
  background-color: #01893C; }

.theme-pink .promo--blocks.landscape .promo--block figure:before, .promo--blocks.landscape .promo--block.pink figure:before {
  background-color: #e50072; }

.theme-yellow .promo--blocks.landscape .promo--block figure:before, .promo--blocks.landscape .promo--block.yellow figure:before {
  background-color: #fcc203; }

.promo--blocks.landscape .promo--blocks__icon:focus figure:before, .promo--blocks.landscape .promo--blocks__icon:hover figure:before {
  background-color: #555554 !important; }

.promo--blocks.landscape .promo--blocks__icon figure {
  position: static; }
  @media all and (min-width: 48em) {
    .promo--blocks.landscape .promo--blocks__icon figure:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 10rem;
      height: 100%;
      background-color: #e50072; } }
  .no-csstransforms .promo--blocks.landscape .promo--blocks__icon figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10rem;
    height: 100%;
    background-color: #e50072; }

/* Big promo (CTA) */
.promo--module.big-promo {
  height: auto;
  padding: 2rem; }
  .promo--module.big-promo figure {
    position: relative;
    margin: 0;
    background-color: #e5e7e8; }
  .promo--module.big-promo figcaption {
    padding: 2% 2% calc(2% + 3.5rem) 2%;
    min-height: 10rem;
    box-sizing: border-box;
    /*
    > a.cta {
      font-size: 1.125rem;
      position: absolute;
      right: 2rem;
      bottom: 0;
      margin: 0;

      background-color: $rb-pink;
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s;

      !* Add rollover effect to CTA button *!
      &:hover {
        a.cta {
          background-color: $rb-grey-d1;
        }
      }

      !* Override bg colour for CTA icon *!
      > .icon {
        background-color: transparent;
      }
    }
    */ }
    .promo--module.big-promo figcaption > h2 {
      border: none !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
    .promo--module.big-promo figcaption > p {
      padding-top: 0 !important; }

section.promo--blocks__faq.theme-blue section > a.cta {
  background-color: #00819E; }

section.promo--blocks__faq.theme-green section > a.cta {
  background-color: #01893C; }

section.promo--blocks__faq section {
  position: relative;
  background-color: #e5e7e8; }
  section.promo--blocks__faq section > a.cta {
    right: 2rem;
    bottom: 0;
    position: absolute;
    margin: 0; }

.promo--module.faq-promo {
  height: auto; }
  .promo--module.faq-promo figure {
    margin: 0;
    padding: 0;
    /*
    background-color: $white;
    */ }
    .promo--module.faq-promo figure figcaption {
      color: #000000;
      position: relative;
      padding: 2%; }
      .promo--module.faq-promo figure figcaption h3 > p {
        font-size: 1.375rem;
        font-weight: 500;
        padding: 0;
        margin: 0; }
      .promo--module.faq-promo figure figcaption ul {
        margin: 0 0 3rem 0; }

.promo--module.big-promo:hover,
.promo--module.faq-promo:hover {
  /* Disable main icon rollover */ }
  
  .promo--module.big-promo:hover .icon,
  .promo--module.big-promo:hover .button--side.arrow-right:after,
  .promo--module.big-promo:hover .button--side.arrow-down:after,
  .promo--module.big-promo:hover .button--side.arrow-up:after,
  .promo--module.big-promo:hover a.button.arrow-right:after,
  .promo--module.big-promo:hover a.arrow-right.button__rounded:after,
  .promo--module.big-promo:hover a.button.arrow-down:after,
  .promo--module.big-promo:hover a.arrow-down.button__rounded:after,
  .promo--module.big-promo:hover a.button.arrow-up:after,
  .promo--module.big-promo:hover a.arrow-up.button__rounded:after,
  .promo--module.big-promo:hover div.button.arrow-right:after,
  .promo--module.big-promo:hover div.arrow-right.button__rounded:after,
  .promo--module.big-promo:hover div.button.arrow-down:after,
  .promo--module.big-promo:hover div.arrow-down.button__rounded:after,
  .promo--module.big-promo:hover div.button.arrow-up:after,
  .promo--module.big-promo:hover div.arrow-up.button__rounded:after,
  .promo--module.big-promo:hover p.button a.arrow-right:after,
  p.button .promo--module.big-promo:hover a.arrow-right:after,
  .promo--module.big-promo:hover p.button__rounded a.arrow-right:after,
  p.button__rounded .promo--module.big-promo:hover a.arrow-right:after,
  .promo--module.big-promo:hover p.button a.arrow-down:after,
  p.button .promo--module.big-promo:hover a.arrow-down:after,
  .promo--module.big-promo:hover p.button__rounded a.arrow-down:after,
  p.button__rounded .promo--module.big-promo:hover a.arrow-down:after,
  .promo--module.big-promo:hover p.button a.arrow-up:after,
  p.button .promo--module.big-promo:hover a.arrow-up:after,
  .promo--module.big-promo:hover p.button__rounded a.arrow-up:after,
  p.button__rounded .promo--module.big-promo:hover a.arrow-up:after,
  .promo--module.big-promo:hover input.button.arrow-right:after,
  .promo--module.big-promo:hover input.arrow-right.button__rounded:after,
  .promo--module.big-promo:hover input.button.arrow-down:after,
  .promo--module.big-promo:hover input.arrow-down.button__rounded:after,
  .promo--module.big-promo:hover input.button.arrow-up:after,
  .promo--module.big-promo:hover input.arrow-up.button__rounded:after,
  .promo--module.big-promo:hover button.button.arrow-right:after,
  .promo--module.big-promo:hover button.arrow-right.button__rounded:after,
  .promo--module.big-promo:hover button.button.arrow-down:after,
  .promo--module.big-promo:hover button.arrow-down.button__rounded:after,
  .promo--module.big-promo:hover button.button.arrow-up:after,
  .promo--module.big-promo:hover button.arrow-up.button__rounded:after,
  .promo--module.big-promo:hover input.arrow-right[type="submit"]:after,
  .promo--module.big-promo:hover input.arrow-down[type="submit"]:after,
  .promo--module.big-promo:hover input.arrow-up[type="submit"]:after,
  .promo--module.big-promo:hover .button > span.arrow-right:after,
  .promo--module.big-promo:hover .button__rounded > span.arrow-right:after,
  .promo--module.big-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo:hover a:before,
  .promo--module.big-promo:hover p.navigation-title:after,
  .promo--module.faq-promo:hover .icon,
  .promo--module.faq-promo:hover .button--side.arrow-right:after,
  .promo--module.faq-promo:hover .button--side.arrow-down:after,
  .promo--module.faq-promo:hover .button--side.arrow-up:after,
  .promo--module.faq-promo:hover a.button.arrow-right:after,
  .promo--module.faq-promo:hover a.arrow-right.button__rounded:after,
  .promo--module.faq-promo:hover a.button.arrow-down:after,
  .promo--module.faq-promo:hover a.arrow-down.button__rounded:after,
  .promo--module.faq-promo:hover a.button.arrow-up:after,
  .promo--module.faq-promo:hover a.arrow-up.button__rounded:after,
  .promo--module.faq-promo:hover div.button.arrow-right:after,
  .promo--module.faq-promo:hover div.arrow-right.button__rounded:after,
  .promo--module.faq-promo:hover div.button.arrow-down:after,
  .promo--module.faq-promo:hover div.arrow-down.button__rounded:after,
  .promo--module.faq-promo:hover div.button.arrow-up:after,
  .promo--module.faq-promo:hover div.arrow-up.button__rounded:after,
  .promo--module.faq-promo:hover p.button a.arrow-right:after,
  p.button .promo--module.faq-promo:hover a.arrow-right:after,
  .promo--module.faq-promo:hover p.button__rounded a.arrow-right:after,
  p.button__rounded .promo--module.faq-promo:hover a.arrow-right:after,
  .promo--module.faq-promo:hover p.button a.arrow-down:after,
  p.button .promo--module.faq-promo:hover a.arrow-down:after,
  .promo--module.faq-promo:hover p.button__rounded a.arrow-down:after,
  p.button__rounded .promo--module.faq-promo:hover a.arrow-down:after,
  .promo--module.faq-promo:hover p.button a.arrow-up:after,
  p.button .promo--module.faq-promo:hover a.arrow-up:after,
  .promo--module.faq-promo:hover p.button__rounded a.arrow-up:after,
  p.button__rounded .promo--module.faq-promo:hover a.arrow-up:after,
  .promo--module.faq-promo:hover input.button.arrow-right:after,
  .promo--module.faq-promo:hover input.arrow-right.button__rounded:after,
  .promo--module.faq-promo:hover input.button.arrow-down:after,
  .promo--module.faq-promo:hover input.arrow-down.button__rounded:after,
  .promo--module.faq-promo:hover input.button.arrow-up:after,
  .promo--module.faq-promo:hover input.arrow-up.button__rounded:after,
  .promo--module.faq-promo:hover button.button.arrow-right:after,
  .promo--module.faq-promo:hover button.arrow-right.button__rounded:after,
  .promo--module.faq-promo:hover button.button.arrow-down:after,
  .promo--module.faq-promo:hover button.arrow-down.button__rounded:after,
  .promo--module.faq-promo:hover button.button.arrow-up:after,
  .promo--module.faq-promo:hover button.arrow-up.button__rounded:after,
  .promo--module.faq-promo:hover input.arrow-right[type="submit"]:after,
  .promo--module.faq-promo:hover input.arrow-down[type="submit"]:after,
  .promo--module.faq-promo:hover input.arrow-up[type="submit"]:after,
  .promo--module.faq-promo:hover .button > span.arrow-right:after,
  .promo--module.faq-promo:hover .button__rounded > span.arrow-right:after,
  .promo--module.faq-promo:hover .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before,
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo:hover a:before,
  .promo--module.faq-promo:hover p.navigation-title:after {
    background-color: inherit; }

.promo--module.big-promo.theme-blue figcaption > a.cta,
.promo--module.faq-promo.theme-blue figcaption > a.cta {
  background-color: #00819E; }

.promo--module.big-promo.theme-green figcaption > a.cta,
.promo--module.faq-promo.theme-green figcaption > a.cta {
  background-color: #01893C; }

.promo--module.big-promo figcaption > a,
.promo--module.faq-promo figcaption > a {
  position: absolute;
  display: table;
  right: 2rem;
  bottom: 0;
  margin: 0;
  min-height: 3rem;
  background-color: #e50072;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* Add rollover effect to CTA button */
  /* Override bg colour for CTA icon */ }
  .promo--module.big-promo figcaption > a:hover a.cta,
  .promo--module.faq-promo figcaption > a:hover a.cta {
    background-color: #555554; }
  .promo--module.big-promo figcaption > a > .icon, .promo--module.big-promo figcaption > a > .button--side.arrow-right:after, .promo--module.big-promo figcaption > a > .button--side.arrow-down:after, .promo--module.big-promo figcaption > a > .button--side.arrow-up:after, .promo--module.big-promo figcaption > a > a.button.arrow-right:after, .promo--module.big-promo figcaption > a > a.arrow-right.button__rounded:after, .promo--module.big-promo figcaption > a > a.button.arrow-down:after, .promo--module.big-promo figcaption > a > a.arrow-down.button__rounded:after, .promo--module.big-promo figcaption > a > a.button.arrow-up:after, .promo--module.big-promo figcaption > a > a.arrow-up.button__rounded:after, .promo--module.big-promo figcaption > a > div.button.arrow-right:after, .promo--module.big-promo figcaption > a > div.arrow-right.button__rounded:after, .promo--module.big-promo figcaption > a > div.button.arrow-down:after, .promo--module.big-promo figcaption > a > div.arrow-down.button__rounded:after, .promo--module.big-promo figcaption > a > div.button.arrow-up:after, .promo--module.big-promo figcaption > a > div.arrow-up.button__rounded:after, .promo--module.big-promo p.button figcaption > a > a.arrow-right:after, p.button .promo--module.big-promo figcaption > a > a.arrow-right:after, .promo--module.big-promo p.button__rounded figcaption > a > a.arrow-right:after, p.button__rounded .promo--module.big-promo figcaption > a > a.arrow-right:after, .promo--module.big-promo p.button figcaption > a > a.arrow-down:after, p.button .promo--module.big-promo figcaption > a > a.arrow-down:after, .promo--module.big-promo p.button__rounded figcaption > a > a.arrow-down:after, p.button__rounded .promo--module.big-promo figcaption > a > a.arrow-down:after, .promo--module.big-promo p.button figcaption > a > a.arrow-up:after, p.button .promo--module.big-promo figcaption > a > a.arrow-up:after, .promo--module.big-promo p.button__rounded figcaption > a > a.arrow-up:after, p.button__rounded .promo--module.big-promo figcaption > a > a.arrow-up:after, .promo--module.big-promo figcaption > a > input.button.arrow-right:after, .promo--module.big-promo figcaption > a > input.arrow-right.button__rounded:after, .promo--module.big-promo figcaption > a > input.button.arrow-down:after, .promo--module.big-promo figcaption > a > input.arrow-down.button__rounded:after, .promo--module.big-promo figcaption > a > input.button.arrow-up:after, .promo--module.big-promo figcaption > a > input.arrow-up.button__rounded:after, .promo--module.big-promo figcaption > a > button.button.arrow-right:after, .promo--module.big-promo figcaption > a > button.arrow-right.button__rounded:after, .promo--module.big-promo figcaption > a > button.button.arrow-down:after, .promo--module.big-promo figcaption > a > button.arrow-down.button__rounded:after, .promo--module.big-promo figcaption > a > button.button.arrow-up:after, .promo--module.big-promo figcaption > a > button.arrow-up.button__rounded:after, .promo--module.big-promo figcaption > a > input.arrow-right[type="submit"]:after, .promo--module.big-promo figcaption > a > input.arrow-down[type="submit"]:after, .promo--module.big-promo figcaption > a > input.arrow-up[type="submit"]:after, .promo--module.big-promo figcaption > a.button > span.arrow-right:after, .promo--module.big-promo figcaption > a.button__rounded > span.arrow-right:after, .promo--module.big-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search figcaption > a > a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.big-promo figcaption > a > a:before, .promo--module.big-promo figcaption > a > p.navigation-title:after,
  .promo--module.faq-promo figcaption > a > .icon,
  .promo--module.faq-promo figcaption > a > .button--side.arrow-right:after,
  .promo--module.faq-promo figcaption > a > .button--side.arrow-down:after,
  .promo--module.faq-promo figcaption > a > .button--side.arrow-up:after,
  .promo--module.faq-promo figcaption > a > a.button.arrow-right:after,
  .promo--module.faq-promo figcaption > a > a.arrow-right.button__rounded:after,
  .promo--module.faq-promo figcaption > a > a.button.arrow-down:after,
  .promo--module.faq-promo figcaption > a > a.arrow-down.button__rounded:after,
  .promo--module.faq-promo figcaption > a > a.button.arrow-up:after,
  .promo--module.faq-promo figcaption > a > a.arrow-up.button__rounded:after,
  .promo--module.faq-promo figcaption > a > div.button.arrow-right:after,
  .promo--module.faq-promo figcaption > a > div.arrow-right.button__rounded:after,
  .promo--module.faq-promo figcaption > a > div.button.arrow-down:after,
  .promo--module.faq-promo figcaption > a > div.arrow-down.button__rounded:after,
  .promo--module.faq-promo figcaption > a > div.button.arrow-up:after,
  .promo--module.faq-promo figcaption > a > div.arrow-up.button__rounded:after,
  .promo--module.faq-promo p.button figcaption > a > a.arrow-right:after,
  p.button .promo--module.faq-promo figcaption > a > a.arrow-right:after,
  .promo--module.faq-promo p.button__rounded figcaption > a > a.arrow-right:after,
  p.button__rounded .promo--module.faq-promo figcaption > a > a.arrow-right:after,
  .promo--module.faq-promo p.button figcaption > a > a.arrow-down:after,
  p.button .promo--module.faq-promo figcaption > a > a.arrow-down:after,
  .promo--module.faq-promo p.button__rounded figcaption > a > a.arrow-down:after,
  p.button__rounded .promo--module.faq-promo figcaption > a > a.arrow-down:after,
  .promo--module.faq-promo p.button figcaption > a > a.arrow-up:after,
  p.button .promo--module.faq-promo figcaption > a > a.arrow-up:after,
  .promo--module.faq-promo p.button__rounded figcaption > a > a.arrow-up:after,
  p.button__rounded .promo--module.faq-promo figcaption > a > a.arrow-up:after,
  .promo--module.faq-promo figcaption > a > input.button.arrow-right:after,
  .promo--module.faq-promo figcaption > a > input.arrow-right.button__rounded:after,
  .promo--module.faq-promo figcaption > a > input.button.arrow-down:after,
  .promo--module.faq-promo figcaption > a > input.arrow-down.button__rounded:after,
  .promo--module.faq-promo figcaption > a > input.button.arrow-up:after,
  .promo--module.faq-promo figcaption > a > input.arrow-up.button__rounded:after,
  .promo--module.faq-promo figcaption > a > button.button.arrow-right:after,
  .promo--module.faq-promo figcaption > a > button.arrow-right.button__rounded:after,
  .promo--module.faq-promo figcaption > a > button.button.arrow-down:after,
  .promo--module.faq-promo figcaption > a > button.arrow-down.button__rounded:after,
  .promo--module.faq-promo figcaption > a > button.button.arrow-up:after,
  .promo--module.faq-promo figcaption > a > button.arrow-up.button__rounded:after,
  .promo--module.faq-promo figcaption > a > input.arrow-right[type="submit"]:after,
  .promo--module.faq-promo figcaption > a > input.arrow-down[type="submit"]:after,
  .promo--module.faq-promo figcaption > a > input.arrow-up[type="submit"]:after,
  .promo--module.faq-promo figcaption > a.button > span.arrow-right:after,
  .promo--module.faq-promo figcaption > a.button__rounded > span.arrow-right:after,
  .promo--module.faq-promo .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search figcaption > a > a:before,
  .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .promo--module.faq-promo figcaption > a > a:before,
  .promo--module.faq-promo figcaption > a > p.navigation-title:after {
    background-color: transparent; }
  .promo--module.big-promo figcaption > a span,
  .promo--module.faq-promo figcaption > a span {
    display: table-cell;
    vertical-align: middle; }

/* Promo & tile title/description boxes  */
.hero-promo__tile .hero-promo-tile__content,
.promo--block figcaption,
.promo--block > a > h3,
.promo--blocks__icon > a > h3,
.promo--block .wrp {
  font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
  font-size: 1.375rem;
  /*
    @include fontSize($size);
    */
  font-weight: 500;
  padding: 4%;
  /*
  background-color: $white;
  */
  overflow: hidden;
  /*
  section.even & {
    background-color: $rb-grey-l1;
  }
  */ }
  .hero-promo__tile .hero-promo-tile__content p,
  .hero-promo__tile .hero-promo-tile__content a > span,
  .promo--block figcaption p,
  .promo--block figcaption a > span,
  .promo--block > a > h3 p,
  .promo--block > a > h3 a > span,
  .promo--blocks__icon > a > h3 p,
  .promo--blocks__icon > a > h3 a > span,
  .promo--block .wrp p,
  .promo--block .wrp a > span {
    font-family: "Open Sans", sans-serif;
    font-size: 1.167rem;
    /*
    @include fontSize($size);
    */
    font-weight: 400;
    padding-top: 0;
    margin: 0; }
    .hero-promo__tile .hero-promo-tile__content p.hero-promo-tile__copy,
    .hero-promo__tile .hero-promo-tile__content a > span.hero-promo-tile__copy,
    .promo--block figcaption p.hero-promo-tile__copy,
    .promo--block figcaption a > span.hero-promo-tile__copy,
    .promo--block > a > h3 p.hero-promo-tile__copy,
    .promo--block > a > h3 a > span.hero-promo-tile__copy,
    .promo--blocks__icon > a > h3 p.hero-promo-tile__copy,
    .promo--blocks__icon > a > h3 a > span.hero-promo-tile__copy,
    .promo--block .wrp p.hero-promo-tile__copy,
    .promo--block .wrp a > span.hero-promo-tile__copy {
      padding-bottom: 0.25rem; }
      .hero-promo__tile .hero-promo-tile__content p.hero-promo-tile__copy:last-of-type,
      .hero-promo__tile .hero-promo-tile__content a > span.hero-promo-tile__copy:last-of-type,
      .promo--block figcaption p.hero-promo-tile__copy:last-of-type,
      .promo--block figcaption a > span.hero-promo-tile__copy:last-of-type,
      .promo--block > a > h3 p.hero-promo-tile__copy:last-of-type,
      .promo--block > a > h3 a > span.hero-promo-tile__copy:last-of-type,
      .promo--blocks__icon > a > h3 p.hero-promo-tile__copy:last-of-type,
      .promo--blocks__icon > a > h3 a > span.hero-promo-tile__copy:last-of-type,
      .promo--block .wrp p.hero-promo-tile__copy:last-of-type,
      .promo--block .wrp a > span.hero-promo-tile__copy:last-of-type {
        padding-bottom: 0; }
  .hero-promo__tile .hero-promo-tile__content > *:last-child:not(.line),
  .promo--block figcaption > *:last-child:not(.line),
  .promo--block > a > h3 > *:last-child:not(.line),
  .promo--blocks__icon > a > h3 > *:last-child:not(.line),
  .promo--block .wrp > *:last-child:not(.line) {
    padding-bottom: 0; }

/* Promo block */
.promo--block .promo-link {
  position: relative;
  display: block; }

.promo--block figure {
  margin: 0;
  overflow: hidden;
  /* Set relative positioning for cover element */
  position: relative;
  /* Set image size for promo containing an image */ }
  .promo--block figure img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    border: 0; }

.promo-wrapper.white {
  background-color: #ffffff !important; }

/****************************
 *
 *   P R O M O   T Y P E S
 *
 ****************************/
/**
 * Promo: Hero (hero-promo)
 */
/*
section.hero-promo {
  background-color: $rb-grey-l1;
}
*/
/* Multicolumn promo */
section.multi-promo {
  /* Special margin for 5 or 7 tiles */ }
  section.multi-promo div.container .promo--blocks {
    max-width: 64rem;
    margin: 0 auto; }
  section.multi-promo section.promo--blocks .promo--block {
    position: relative;
    margin-bottom: 2rem; }
  section.multi-promo .promo--block {
    background-color: #ffffff; }
  section.multi-promo.landscape {
    background-color: #ffffff; }
    section.multi-promo.landscape .promo--block {
      background-color: #e5e7e8; }
  @media all and (min-width: 48em) {
    section.multi-promo.five-tiles .tiles:nth-of-type(2) .tile:first-child {
      margin-left: 17.5%; } }
  .no-csstransforms section.multi-promo.five-tiles .tiles:nth-of-type(2) .tile:first-child {
    margin-left: 17.5%; }
  @media all and (min-width: 48em) {
    section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:nth-of-type(3) {
      margin-left: 26%; } }
  .no-csstransforms section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:nth-of-type(3) {
    margin-left: 26%; }
  @media all and (min-width: 80em) {
    section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:nth-of-type(3) {
      margin-left: 3.125%; }
    section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:first-child {
      margin-left: 12%; } }
  .no-csstransforms section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:nth-of-type(3) {
    margin-left: 3.125%; }
  .no-csstransforms section.multi-promo.seven-tiles .tiles:nth-of-type(2) .tile:first-child {
    margin-left: 12%; }

/* 3 column promo */
section.cm-3col {
  /* Special margin for 5 tiles */ }
  @media all and (min-width: 48em) {
    section.cm-3col.five-tiles #rnib-chunks-rnib-cm-3col-full-group-row2 .promo--block:first-child {
      margin-left: 17.5% !important; } }
  .no-csstransforms section.cm-3col.five-tiles #rnib-chunks-rnib-cm-3col-full-group-row2 .promo--block:first-child {
    margin-left: 17.5% !important; }

/* Circle icon promo */
section.circle-icon-promo {
  /* Special margin for 5 or 7 tiles */ }
  @media all and (min-width: 48em) {
    section.circle-icon-promo.five-tiles .promo--block:not(.portrait):nth-of-type(4) {
      margin: 0 0 2rem 26% !important; } }
  .no-csstransforms section.circle-icon-promo.five-tiles .promo--block:not(.portrait):nth-of-type(4) {
    margin: 0 0 2rem 26% !important; }
  @media all and (min-width: 48em) {
    section.circle-icon-promo.five-tiles .promo--block.portrait:nth-of-type(4) {
      margin: 0 0 2rem 17.375% !important; } }
  .no-csstransforms section.circle-icon-promo.five-tiles .promo--block.portrait:nth-of-type(4) {
    margin: 0 0 2rem 17.375% !important; }
  @media all and (min-width: 80em) {
    section.circle-icon-promo.seven-tiles .promo--block:not(.portrait):nth-of-type(7) {
      margin: 0 0 2rem 26% !important; } }
  .no-csstransforms section.circle-icon-promo.seven-tiles .promo--block:not(.portrait):nth-of-type(7) {
    margin: 0 0 2rem 26% !important; }
  @media all and (min-width: 48em) {
    section.circle-icon-promo.seven-tiles .promo--block.portrait:nth-of-type(7) {
      margin: 0 34.375% 2rem !important; } }
  .no-csstransforms section.circle-icon-promo.seven-tiles .promo--block.portrait:nth-of-type(7) {
    margin: 0 34.375% 2rem !important; }
  section.circle-icon-promo .cm-icon a > h3 {
    background: #e5e7e8;
    box-sizing: border-box; }
  section.circle-icon-promo:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 48em) {
    section.circle-icon-promo {
      /* Display single tile landscape */ }
      section.circle-icon-promo .cm-icon.tile-1 {
        position: relative; }
        section.circle-icon-promo .cm-icon.tile-1 a > h3 {
          box-sizing: border-box;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: calc(100% - 10rem); } }
  .no-csstransforms section.circle-icon-promo {
    /* Display single tile landscape */ }
    .no-csstransforms section.circle-icon-promo .cm-icon.tile-1 {
      position: relative; }
      .no-csstransforms section.circle-icon-promo .cm-icon.tile-1 a > h3 {
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(100% - 10rem); }

.cont:after {
  content: "";
  display: table;
  clear: both; }

/* Big promo */
section.big-promo.white figure {
  background-color: #ffffff; }

section.big-promo figcaption {
  color: #000000; }

/* Promo: Module - includes video type */
section.promo--module iframe.youtube-field-player {
  width: 100%;
  height: calc(100vw / (16 / 9)); }

section.promo--module img {
  width: 100%;
  height: auto; }

section.grey {
  background-color: #e5e7e8 !important; }

/**************************
 *
 *   T I L E   T Y P E S
 *
 **************************/
section.tile {
  margin-bottom: 2rem; }
  .theme-blue section.tile .cover {
    background-color: rgba(0, 129, 158, 0.76); }
  .theme-green section.tile .cover {
    background-color: rgba(1, 137, 60, 0.75); }
  .theme-pink section.tile .cover {
    background-color: rgba(229, 0, 114, 0.76); }
  .theme-yellow section.tile .cover {
    background-color: rgba(252, 194, 3, 0.75); }
  .theme-yellow section.tile .cover, .theme-yellow section.tile .icon, .theme-yellow section.tile .button--side.arrow-right:after, .theme-yellow section.tile .button--side.arrow-down:after, .theme-yellow section.tile .button--side.arrow-up:after, .theme-yellow section.tile a.button.arrow-right:after, .theme-yellow section.tile a.arrow-right.button__rounded:after, .theme-yellow section.tile a.button.arrow-down:after, .theme-yellow section.tile a.arrow-down.button__rounded:after, .theme-yellow section.tile a.button.arrow-up:after, .theme-yellow section.tile a.arrow-up.button__rounded:after, .theme-yellow section.tile div.button.arrow-right:after, .theme-yellow section.tile div.arrow-right.button__rounded:after, .theme-yellow section.tile div.button.arrow-down:after, .theme-yellow section.tile div.arrow-down.button__rounded:after, .theme-yellow section.tile div.button.arrow-up:after, .theme-yellow section.tile div.arrow-up.button__rounded:after, .theme-yellow section.tile p.button a.arrow-right:after, p.button .theme-yellow section.tile a.arrow-right:after, .theme-yellow section.tile p.button__rounded a.arrow-right:after, p.button__rounded .theme-yellow section.tile a.arrow-right:after, .theme-yellow section.tile p.button a.arrow-down:after, p.button .theme-yellow section.tile a.arrow-down:after, .theme-yellow section.tile p.button__rounded a.arrow-down:after, p.button__rounded .theme-yellow section.tile a.arrow-down:after, .theme-yellow section.tile p.button a.arrow-up:after, p.button .theme-yellow section.tile a.arrow-up:after, .theme-yellow section.tile p.button__rounded a.arrow-up:after, p.button__rounded .theme-yellow section.tile a.arrow-up:after, .theme-yellow section.tile input.button.arrow-right:after, .theme-yellow section.tile input.arrow-right.button__rounded:after, .theme-yellow section.tile input.button.arrow-down:after, .theme-yellow section.tile input.arrow-down.button__rounded:after, .theme-yellow section.tile input.button.arrow-up:after, .theme-yellow section.tile input.arrow-up.button__rounded:after, .theme-yellow section.tile button.button.arrow-right:after, .theme-yellow section.tile button.arrow-right.button__rounded:after, .theme-yellow section.tile button.button.arrow-down:after, .theme-yellow section.tile button.arrow-down.button__rounded:after, .theme-yellow section.tile button.button.arrow-up:after, .theme-yellow section.tile button.arrow-up.button__rounded:after, .theme-yellow section.tile input.arrow-right[type="submit"]:after, .theme-yellow section.tile input.arrow-down[type="submit"]:after, .theme-yellow section.tile input.arrow-up[type="submit"]:after, .theme-yellow section.tile .button > span.arrow-right:after, .theme-yellow section.tile .button__rounded > span.arrow-right:after, .theme-yellow section.tile .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .theme-yellow section.tile a:before, .theme-yellow section.tile p.navigation-title:after {
    color: #000000 !important; }
  section.tile.blue .cover {
    background-color: rgba(0, 129, 158, 0.76); }
  section.tile.green .cover {
    background-color: rgba(1, 137, 60, 0.75); }
  section.tile.pink .cover {
    background-color: rgba(229, 0, 114, 0.76); }
  section.tile.yellow .cover {
    background-color: rgba(252, 194, 3, 0.75); }
  section.tile.yellow .cover, section.tile.yellow .icon, section.tile.yellow .button--side.arrow-right:after, section.tile.yellow .button--side.arrow-down:after, section.tile.yellow .button--side.arrow-up:after, section.tile.yellow a.button.arrow-right:after, section.tile.yellow a.arrow-right.button__rounded:after, section.tile.yellow a.button.arrow-down:after, section.tile.yellow a.arrow-down.button__rounded:after, section.tile.yellow a.button.arrow-up:after, section.tile.yellow a.arrow-up.button__rounded:after, section.tile.yellow div.button.arrow-right:after, section.tile.yellow div.arrow-right.button__rounded:after, section.tile.yellow div.button.arrow-down:after, section.tile.yellow div.arrow-down.button__rounded:after, section.tile.yellow div.button.arrow-up:after, section.tile.yellow div.arrow-up.button__rounded:after, section.tile.yellow p.button a.arrow-right:after, p.button section.tile.yellow a.arrow-right:after, section.tile.yellow p.button__rounded a.arrow-right:after, p.button__rounded section.tile.yellow a.arrow-right:after, section.tile.yellow p.button a.arrow-down:after, p.button section.tile.yellow a.arrow-down:after, section.tile.yellow p.button__rounded a.arrow-down:after, p.button__rounded section.tile.yellow a.arrow-down:after, section.tile.yellow p.button a.arrow-up:after, p.button section.tile.yellow a.arrow-up:after, section.tile.yellow p.button__rounded a.arrow-up:after, p.button__rounded section.tile.yellow a.arrow-up:after, section.tile.yellow input.button.arrow-right:after, section.tile.yellow input.arrow-right.button__rounded:after, section.tile.yellow input.button.arrow-down:after, section.tile.yellow input.arrow-down.button__rounded:after, section.tile.yellow input.button.arrow-up:after, section.tile.yellow input.arrow-up.button__rounded:after, section.tile.yellow button.button.arrow-right:after, section.tile.yellow button.arrow-right.button__rounded:after, section.tile.yellow button.button.arrow-down:after, section.tile.yellow button.arrow-down.button__rounded:after, section.tile.yellow button.button.arrow-up:after, section.tile.yellow button.arrow-up.button__rounded:after, section.tile.yellow input.arrow-right[type="submit"]:after, section.tile.yellow input.arrow-down[type="submit"]:after, section.tile.yellow input.arrow-up[type="submit"]:after, section.tile.yellow .button > span.arrow-right:after, section.tile.yellow .button__rounded > span.arrow-right:after, section.tile.yellow .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search section.tile.yellow a:before, section.tile.yellow p.navigation-title:after {
    color: #000000 !important; }

/* Video tile */
.promo--block.video-tile .video > iframe,
.promo--block.video-tile .video > .fluid-width-video-wrapper > iframe {
  box-sizing: border-box;
  border: 0; }

.promo--block.video-tile figcaption {
  position: relative; }

.cm-text .tile-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 2%;
  background-color: #e5e7e8; }

/**************************
 *
 *   R E S P O N S I V E
 *
 **************************/
/**
 * Print specific media query for the write your name in braille promo.
 */
@media print {
  .page--heading {
    display: none; }
  .footer {
    display: none; }
  .wear-dots__results h2 {
    display: none; }
  .wear-dots__results .wear-dots__links {
    display: none; } }

@media screen and (max-width: 794px) {
  .promo--module.big-promo figcaption {
    padding-bottom: 0px; }
  .promo--module.big-promo figcaption > a.cta, .promo--module.faq-promo figcaption > a.cta {
    position: relative;
    right: 0;
    display: block;
    margin-left: -2%;
    margin-right: -2%; } }

@media screen and (max-width: 1200px) {
  .promo--module.big-promo figcaption {
    padding-bottom: 0px; }
  .promo--module.big-promo figcaption > a.cta, .promo--module.faq-promo figcaption > a.cta {
    position: relative;
    right: 0;
    display: block;
    margin-left: -2%;
    margin-right: -2%; } }

/******************************************************************************
 *
 *                   D O N A T I O N S   P R O M O
 *
 *****************************************************************************/
#maincontent section.donations-promo {
  background-color: #fcc203;
  margin-top: 2rem;
  padding: 0 0 2rem 0; }

#donation-form {
  /*Donate button */ }
  #donation-form .heading {
    display: none; }
  #donation-form .form-type-radio > label:before {
    background-image: none; }
  #donation-form .dp-buttons-wrapper {
    text-align: center; }
    #donation-form .dp-buttons-wrapper input.form-submit {
      width: 100% !important;
      margin: 0 auto;
      text-align: center;
      background-color: #000000;
      color: #ffffff;
      white-space: normal; }
      @media all and (-ms-high-contrast: active) {
        #donation-form .dp-buttons-wrapper input.form-submit {
          border: 0.25rem solid #55FF00;
          color: #55FF00;
          text-decoration: underline; } }
      @media all and (-ms-high-contrast: active) {
        #donation-form .dp-buttons-wrapper input.form-submit:hover, #donation-form .dp-buttons-wrapper input.form-submit:focus {
          text-decoration: none;
          border: 0.25rem solid #ffffff;
          outline: none; } }
  #donation-form .messages {
    margin: 2rem 2rem 1rem; }
  #donation-form #paypal-button {
    visibility: hidden;
    display: none;
    margin: 1.5rem auto 0 auto; }
  #donation-form #paypal-button.visible {
    visibility: visible;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    line-height: 1;
    display: block;
    width: 100%; }
    @media all and (-ms-high-contrast: active) {
      #donation-form #paypal-button.visible > .paypal-buttons {
        border: 0.25rem solid #55FF00; }
        #donation-form #paypal-button.visible > .paypal-buttons:hover {
          border: 0.25rem solid #ffffff; }
        #donation-form #paypal-button.visible > .paypal-buttons:focus {
          border: 0.25rem solid #ffffff; } }
  #donation-form .paypal-button.paypal-button-color-silver {
    background: #000; }

#paypal-button {
  margin-top: 1.5rem; }

/**
 * Donation type options.
 */
.form-type-radios.form-item-donation-type {
  background-color: #ffffff;
  padding-top: .25rem; }
  .form-type-radios.form-item-donation-type > label {
    display: none; }
  .form-type-radios.form-item-donation-type .form-type-radio {
    display: inline-block;
    margin-bottom: 0;
    margin-left: .25rem;
    /* Additional rule for Edge targeting */ }
    @media all and (min-width: 30em) {
      .form-type-radios.form-item-donation-type .form-type-radio {
        margin-left: 1rem; } }
    .no-csstransforms .form-type-radios.form-item-donation-type .form-type-radio {
      margin-left: 1rem; }
    .form-type-radios.form-item-donation-type .form-type-radio input:hover + label, .form-type-radios.form-item-donation-type .form-type-radio input:focus + label {
      color: #ffffff !important;
      background-color: #555554 !important; }
      @media all and (-ms-high-contrast: active) {
        .form-type-radios.form-item-donation-type .form-type-radio input:hover + label, .form-type-radios.form-item-donation-type .form-type-radio input:focus + label {
          border-color: #ffffff; } }
    .form-type-radios.form-item-donation-type .form-type-radio input:checked + label {
      background-color: #000000;
      color: #ffffff; }
    .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:checked + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:checked + label {
      color: #000000;
      background-color: #fcc203;
      border: 0.25rem solid #fcc203; }
      @media all and (-ms-high-contrast: active) {
        .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:checked + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:checked + label {
          color: #55FF00;
          text-decoration: underline; } }
    .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:hover:checked + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:focus:checked + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:hover:checked + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:focus:checked + label {
      color: #000000 !important;
      background-color: #ffda62 !important;
      border: .25rem solid black; }
    @media all and (-ms-high-contrast: active) {
      .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:hover + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:hover + label {
        color: #55FF00;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff; } }
    @media all and (-ms-high-contrast: active) {
      .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-dd:focus + label, .form-type-radios.form-item-donation-type .form-type-radio input#edit-donation-type-cc:focus + label {
        color: #55FF00;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff; } }
    .form-type-radios.form-item-donation-type .form-type-radio label {
      border: .25rem solid black;
      background: #000000 none;
      color: #ffffff;
      padding: 1rem .75rem;
      font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
      font-weight: 500;
      margin: 0; }
      @media all and (min-width: 30em) {
        .form-type-radios.form-item-donation-type .form-type-radio label {
          font-size: 1.25rem;
          padding: 1rem 1rem 1.5rem; } }
      .no-csstransforms .form-type-radios.form-item-donation-type .form-type-radio label {
        font-size: 1.25rem;
        padding: 1rem 1rem 1.5rem; }
      @media all and (-ms-high-contrast: active) {
        .form-type-radios.form-item-donation-type .form-type-radio label {
          border-bottom: 1px solid transparent;
          border-right: 1px solid transparent;
          border-left: 1px solid transparent; } }
    .form-type-radios.form-item-donation-type .form-type-radio > label.option:hover {
      background-color: #000000 !important;
      outline: 0.125rem solid #e50072;
      outline-offset: -.125rem;
      color: #ffffff !important; }

/**
 * Donation amount options.
 */
.form-type-radio.form-item-one-off-amount > label,
.form-type-radio.form-item-monthly-amount > label {
  width: 100%; }
  .form-type-radio.form-item-one-off-amount > label:hover span.circle, .form-type-radio.form-item-one-off-amount > label:focus span.circle,
  .form-type-radio.form-item-monthly-amount > label:hover span.circle,
  .form-type-radio.form-item-monthly-amount > label:focus span.circle {
    background-color: #e5e7e8;
    color: #00151d;
    outline: 0.25rem solid #e50072; }
    @media all and (-ms-high-contrast: active) {
      .form-type-radio.form-item-one-off-amount > label:hover span.circle, .form-type-radio.form-item-one-off-amount > label:focus span.circle,
      .form-type-radio.form-item-monthly-amount > label:hover span.circle,
      .form-type-radio.form-item-monthly-amount > label:focus span.circle {
        color: #55FF00;
        border: 0.25rem solid #ffffff;
        outline: none; } }
    .form-type-radio.form-item-one-off-amount > label:hover span.circle.active, .form-type-radio.form-item-one-off-amount > label:focus span.circle.active,
    .form-type-radio.form-item-monthly-amount > label:hover span.circle.active,
    .form-type-radio.form-item-monthly-amount > label:focus span.circle.active {
      background-color: #000000;
      color: #e5e7e8; }
  .form-type-radio.form-item-one-off-amount > label:checked ~ span.circle, .form-type-radio.form-item-one-off-amount > label.active ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label:checked ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label.active ~ span.circle {
    background-color: #000000;
    color: #e5e7e8; }
  .form-type-radio.form-item-one-off-amount > label > input:hover ~ span.circle, .form-type-radio.form-item-one-off-amount > label > input:focus ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label > input:hover ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label > input:focus ~ span.circle {
    background-color: #e5e7e8;
    color: #00151d;
    outline: 0.25rem solid #e50072; }
    @media all and (-ms-high-contrast: active) {
      .form-type-radio.form-item-one-off-amount > label > input:hover ~ span.circle, .form-type-radio.form-item-one-off-amount > label > input:focus ~ span.circle,
      .form-type-radio.form-item-monthly-amount > label > input:hover ~ span.circle,
      .form-type-radio.form-item-monthly-amount > label > input:focus ~ span.circle {
        color: #55FF00;
        border: 0.25rem solid #ffffff;
        outline: none; } }
  .form-type-radio.form-item-one-off-amount > label > input:checked ~ span.circle, .form-type-radio.form-item-one-off-amount > label > input.active ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label > input:checked ~ span.circle,
  .form-type-radio.form-item-monthly-amount > label > input.active ~ span.circle {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 0.25rem solid #e50072;
    border-bottom: 0.25rem solid #e50072; }
    @media all and (-ms-high-contrast: active) {
      .form-type-radio.form-item-one-off-amount > label > input:checked ~ span.circle, .form-type-radio.form-item-one-off-amount > label > input.active ~ span.circle,
      .form-type-radio.form-item-monthly-amount > label > input:checked ~ span.circle,
      .form-type-radio.form-item-monthly-amount > label > input.active ~ span.circle {
        color: #55FF00; } }
  .form-type-radio.form-item-one-off-amount > label > span.circle,
  .form-type-radio.form-item-monthly-amount > label > span.circle {
    display: block;
    padding: 2rem 0;
    text-indent: 2rem;
    font-size: 3rem;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    outline-offset: -.25rem;
    border-bottom: 0.25rem solid #000000; }
    @media all and (-ms-high-contrast: active) {
      .form-type-radio.form-item-one-off-amount > label > span.circle,
      .form-type-radio.form-item-monthly-amount > label > span.circle {
        border: .25rem solid transparent; } }
    .form-type-radio.form-item-one-off-amount > label > span.circle.active,
    .form-type-radio.form-item-monthly-amount > label > span.circle.active {
      background: #000;
      color: #fff; }
    .form-type-radio.form-item-one-off-amount > label > span.circle > span,
    .form-type-radio.form-item-monthly-amount > label > span.circle > span {
      display: block;
      font-size: 1.125rem; }
  .form-type-radio.form-item-one-off-amount > label > span.description_p,
  .form-type-radio.form-item-monthly-amount > label > span.description_p {
    display: block;
    padding: 2rem 1.5rem 2rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 12rem; }
    .form-type-radio.form-item-one-off-amount > label > span.description_p:after,
    .form-type-radio.form-item-monthly-amount > label > span.description_p:after {
      content: "";
      display: table;
      clear: both; }

/**
 * Position the elements into columns and hide unwanted labels.
 */
#edit-one-off-donation,
#edit-monthly-donation {
  /* Individual amount radio options, columns 1-3 */
  /* Custom amount textbox, column 4 */ }
  #edit-one-off-donation legend,
  #edit-monthly-donation legend {
    display: none; }
  #edit-one-off-donation .fieldset-wrapper,
  #edit-monthly-donation .fieldset-wrapper {
    font-size: 0;
    margin: auto; }
    #edit-one-off-donation .fieldset-wrapper > .form-item > label,
    #edit-monthly-donation .fieldset-wrapper > .form-item > label {
      display: none; }
    #edit-one-off-donation .fieldset-wrapper > .form-item.form-item-other-monthly-amount > label, #edit-one-off-donation .fieldset-wrapper > .form-item.form-item-other-one-off-amount > label,
    #edit-monthly-donation .fieldset-wrapper > .form-item.form-item-other-monthly-amount > label,
    #edit-monthly-donation .fieldset-wrapper > .form-item.form-item-other-one-off-amount > label {
      font-weight: 700;
      display: block;
      font-size: 1rem;
      padding-bottom: .5rem; }
      @media all and (-ms-high-contrast: active) {
        #edit-one-off-donation .fieldset-wrapper > .form-item.form-item-other-monthly-amount > label, #edit-one-off-donation .fieldset-wrapper > .form-item.form-item-other-one-off-amount > label,
        #edit-monthly-donation .fieldset-wrapper > .form-item.form-item-other-monthly-amount > label,
        #edit-monthly-donation .fieldset-wrapper > .form-item.form-item-other-one-off-amount > label {
          color: #55FF00; } }
  #edit-one-off-donation .form-item-one-off-amount.form-type-radio,
  #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield,
  #edit-one-off-donation .form-item-monthly-amount.form-type-radio,
  #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield,
  #edit-monthly-donation .form-item-one-off-amount.form-type-radio,
  #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield,
  #edit-monthly-donation .form-item-monthly-amount.form-type-radio,
  #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield {
    width: 14rem;
    box-sizing: border-box;
    margin: 0 auto 1rem; }
  #edit-one-off-donation .form-item-one-off-amount.form-type-radio,
  #edit-one-off-donation .form-item-monthly-amount.form-type-radio,
  #edit-monthly-donation .form-item-one-off-amount.form-type-radio,
  #edit-monthly-donation .form-item-monthly-amount.form-type-radio {
    background-color: #ffffff; }
    #edit-one-off-donation .form-item-one-off-amount.form-type-radio > label,
    #edit-one-off-donation .form-item-monthly-amount.form-type-radio > label,
    #edit-monthly-donation .form-item-one-off-amount.form-type-radio > label,
    #edit-monthly-donation .form-item-monthly-amount.form-type-radio > label {
      padding: 0;
      height: auto;
      margin: 0; }
  #edit-one-off-donation .form-item-other-one-off-amount,
  #edit-one-off-donation .form-item-other-monthly-amount,
  #edit-monthly-donation .form-item-other-one-off-amount,
  #edit-monthly-donation .form-item-other-monthly-amount {
    position: relative; }
    #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield,
    #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield,
    #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield,
    #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield {
      margin-top: 2.5rem !important; }
      #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
      #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix,
      #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
      #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #000000;
        font-size: 1rem;
        padding: 1rem; }
      #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .form-text,
      #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield > .form-text,
      #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield > .form-text,
      #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield > .form-text {
        padding-left: 1.75rem; }
        #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .form-text::before,
        #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield > .form-text::before,
        #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield > .form-text::before,
        #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield > .form-text::before {
          /*
          content: '£';
          */ }
      #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield .description > span,
      #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield .description > span,
      #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield .description > span,
      #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield .description > span {
        display: none; }
      #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield .description > p,
      #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield .description > p,
      #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield .description > p,
      #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield .description > p {
        margin: 0; }

@media all and (min-width: 48em) {
  #donation-form {
    position: relative; }
  #edit-one-off-donation,
  #edit-monthly-donation {
    /* Create 3 + 1 columns for options */
    /* Evenly space the preset amounts */ }
    #edit-one-off-donation #edit-one-off-amount,
    #edit-one-off-donation #edit-monthly-amount,
    #edit-monthly-donation #edit-one-off-amount,
    #edit-monthly-donation #edit-monthly-amount {
      margin: auto; }
    #edit-one-off-donation .form-item-one-off-amount.form-type-radios > .form-radios,
    #edit-one-off-donation .form-item-monthly-amount.form-type-radios > .form-radios,
    #edit-monthly-donation .form-item-one-off-amount.form-type-radios > .form-radios,
    #edit-monthly-donation .form-item-monthly-amount.form-type-radios > .form-radios {
      width: 40rem; }
    #edit-one-off-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-one-off-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield,
    #edit-one-off-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio,
    #edit-one-off-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield,
    #edit-monthly-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-monthly-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield,
    #edit-monthly-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio,
    #edit-monthly-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield {
      width: 18rem;
      float: left;
      margin: 0 1rem 2rem;
      /*
      height: 26rem;
      */ }
      #edit-one-off-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio:last-child,
      #edit-one-off-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield:last-child,
      #edit-one-off-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio:last-child,
      #edit-one-off-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield:last-child,
      #edit-monthly-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio:last-child,
      #edit-monthly-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield:last-child,
      #edit-monthly-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio:last-child,
      #edit-monthly-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield:last-child {
        margin-bottom: 0 !important; } }
  @media all and (min-width: 48em) and (min-width: 80em) {
    #edit-one-off-donation .form-item-one-off-amount.form-type-radios > .form-radios,
    #edit-one-off-donation .form-item-monthly-amount.form-type-radios > .form-radios,
    #edit-monthly-donation .form-item-one-off-amount.form-type-radios > .form-radios,
    #edit-monthly-donation .form-item-monthly-amount.form-type-radios > .form-radios {
      width: 64rem; }
    #edit-one-off-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-one-off-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio,
    #edit-monthly-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-monthly-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio {
      min-height: 260px; }
    #edit-one-off-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-one-off-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield,
    #edit-one-off-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio,
    #edit-one-off-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield,
    #edit-monthly-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio,
    #edit-monthly-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield,
    #edit-monthly-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio,
    #edit-monthly-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield {
      width: calc((100% - 10rem)/4); }
      #edit-one-off-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio:first-child,
      #edit-one-off-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield:first-child,
      #edit-one-off-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio:first-child,
      #edit-one-off-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield:first-child,
      #edit-monthly-donation .form-item-one-off-amount.form-item-one-off-amount.form-type-radio:first-child,
      #edit-monthly-donation .form-item-other-one-off-amount.form-item-other-one-off-amount.form-type-textfield:first-child,
      #edit-monthly-donation .form-item-monthly-amount.form-item-monthly-amount.form-type-radio:first-child,
      #edit-monthly-donation .form-item-other-monthly-amount.form-item-other-monthly-amount.form-type-textfield:first-child {
        margin-left: 2rem; } }

@media all and (min-width: 48em) {
  /**
   * Submit button.
   *
   *Bodged for now - needs to be properly aligned with bottom of boxes.
   */
  .dp-buttons-wrapper {
    position: absolute;
    right: calc(50% - 19rem);
    bottom: 0;
    width: 18rem; } }

@media all and (min-width: 48em) and (min-width: 80em) {
  #donation-form {
    max-width: 100%;
    /**
       * Bodged for now - needs to be properly aligned with bottom
       */
    /* IE11 */ }
    #donation-form #edit-one-off-amount,
    #donation-form #edit-monthly-amount {
      width: 100%; }
    #donation-form .dp-buttons-wrapper {
      position: absolute;
      bottom: 2rem;
      right: 2rem;
      width: 22%;
      /*
        position: relative;
        right: -74%;
        top: -7rem;
        width: calc((100% - 12rem) / 4);

        input.form-submit {
          width: calc((100% - 12rem) / 4);
        }
        */ }
    #donation-form *::-ms-backdrop, #donation-form .dp-buttons-wrapper {
      right: 3rem; } }

@media all and (max-width: 767px) {
  #donation-form .dp-buttons-wrapper {
    width: 14rem;
    margin: 0 auto; } }

/* IE10+ */
@media all and (min-width: 80em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
  #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix,
  #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
  #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix {
    bottom: .125rem; } }

/* Edge12+ */
@supports (-ms-ime-align: auto) {
  #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
  #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix,
  #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix,
  #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield > .field-prefix {
    bottom: .125rem; } }

@media (max-width: 300px) {
  #donation-form .dp-buttons-wrapper {
    width: 100%; }
  .form-type-radio.form-item-one-off-amount > label > span.description_p,
  .form-type-radio.form-item-monthly-amount > label > span.description_p {
    padding: 5px;
    width: 100%; }
  #edit-one-off-donation .form-item-one-off-amount.form-type-radio,
  #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield,
  #edit-one-off-donation .form-item-monthly-amount.form-type-radio,
  #edit-one-off-donation .form-item-other-monthly-amount.form-type-textfield,
  #edit-monthly-donation .form-item-one-off-amount.form-type-radio,
  #edit-monthly-donation .form-item-other-one-off-amount.form-type-textfield,
  #edit-monthly-donation .form-item-monthly-amount.form-type-radio,
  #edit-monthly-donation .form-item-other-monthly-amount.form-type-textfield {
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }
  .donations-promo * {
    box-sizing: border-box; }
  .form-type-radio.form-item-one-off-amount > label > span.circle,
  .form-type-radio.form-item-monthly-amount > label > span.circle {
    text-indent: 0; }
  .form-type-radios.form-item-donation-type .form-type-radio {
    margin: 5px; }
  .form-type-radio.form-item-one-off-amount > label > span.circle,
  .form-type-radio.form-item-monthly-amount > label > span.circle {
    padding: 5px; }
  #edit-one-off-donation .form-item-one-off-amount.form-type-radio {
    padding: 0; }
  #edit-one-off-donation .form-item-other-one-off-amount.form-type-textfield > .field-prefix {
    bottom: 6px; } }

.documents {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .documents h2 {
    padding-left: 30px;
    padding-right: 30px; }
    @media all and (min-width: 48em) {
      .documents h2 {
        padding-left: 60px;
        padding-right: 60px; } }
    .no-csstransforms .documents h2 {
      padding-left: 60px;
      padding-right: 60px; }
  .documents .icon, .documents .button--side.arrow-right:after, .documents .button--side.arrow-down:after, .documents .button--side.arrow-up:after, .documents a.button.arrow-right:after, .documents a.arrow-right.button__rounded:after, .documents a.button.arrow-down:after, .documents a.arrow-down.button__rounded:after, .documents a.button.arrow-up:after, .documents a.arrow-up.button__rounded:after, .documents div.button.arrow-right:after, .documents div.arrow-right.button__rounded:after, .documents div.button.arrow-down:after, .documents div.arrow-down.button__rounded:after, .documents div.button.arrow-up:after, .documents div.arrow-up.button__rounded:after, .documents p.button a.arrow-right:after, p.button .documents a.arrow-right:after, .documents p.button__rounded a.arrow-right:after, p.button__rounded .documents a.arrow-right:after, .documents p.button a.arrow-down:after, p.button .documents a.arrow-down:after, .documents p.button__rounded a.arrow-down:after, p.button__rounded .documents a.arrow-down:after, .documents p.button a.arrow-up:after, p.button .documents a.arrow-up:after, .documents p.button__rounded a.arrow-up:after, p.button__rounded .documents a.arrow-up:after, .documents input.button.arrow-right:after, .documents input.arrow-right.button__rounded:after, .documents input.button.arrow-down:after, .documents input.arrow-down.button__rounded:after, .documents input.button.arrow-up:after, .documents input.arrow-up.button__rounded:after, .documents button.button.arrow-right:after, .documents button.arrow-right.button__rounded:after, .documents button.button.arrow-down:after, .documents button.arrow-down.button__rounded:after, .documents button.button.arrow-up:after, .documents button.arrow-up.button__rounded:after, .documents input.arrow-right[type="submit"]:after, .documents input.arrow-down[type="submit"]:after, .documents input.arrow-up[type="submit"]:after, .documents .button > span.arrow-right:after, .documents .button__rounded > span.arrow-right:after, .documents .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .documents a:before, .documents p.navigation-title:after {
    display: block;
    background-color: #e8f5f6;
    color: #00a2ad;
    padding: 9px 5px 3px 8px;
    width: 35px;
    height: 40px;
    clear: both;
    font-size: 1.875em;
    z-index: 1;
    text-align: center;
    margin-left: 30px; }
    @media all and (min-width: 48em) {
      .documents .icon, .documents .button--side.arrow-right:after, .documents .button--side.arrow-down:after, .documents .button--side.arrow-up:after, .documents a.button.arrow-right:after, .documents a.arrow-right.button__rounded:after, .documents a.button.arrow-down:after, .documents a.arrow-down.button__rounded:after, .documents a.button.arrow-up:after, .documents a.arrow-up.button__rounded:after, .documents div.button.arrow-right:after, .documents div.arrow-right.button__rounded:after, .documents div.button.arrow-down:after, .documents div.arrow-down.button__rounded:after, .documents div.button.arrow-up:after, .documents div.arrow-up.button__rounded:after, .documents p.button a.arrow-right:after, p.button .documents a.arrow-right:after, .documents p.button__rounded a.arrow-right:after, p.button__rounded .documents a.arrow-right:after, .documents p.button a.arrow-down:after, p.button .documents a.arrow-down:after, .documents p.button__rounded a.arrow-down:after, p.button__rounded .documents a.arrow-down:after, .documents p.button a.arrow-up:after, p.button .documents a.arrow-up:after, .documents p.button__rounded a.arrow-up:after, p.button__rounded .documents a.arrow-up:after, .documents input.button.arrow-right:after, .documents input.arrow-right.button__rounded:after, .documents input.button.arrow-down:after, .documents input.arrow-down.button__rounded:after, .documents input.button.arrow-up:after, .documents input.arrow-up.button__rounded:after, .documents button.button.arrow-right:after, .documents button.arrow-right.button__rounded:after, .documents button.button.arrow-down:after, .documents button.arrow-down.button__rounded:after, .documents button.button.arrow-up:after, .documents button.arrow-up.button__rounded:after, .documents input.arrow-right[type="submit"]:after, .documents input.arrow-down[type="submit"]:after, .documents input.arrow-up[type="submit"]:after, .documents .button > span.arrow-right:after, .documents .button__rounded > span.arrow-right:after, .documents .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .documents a:before, .documents p.navigation-title:after {
        position: absolute;
        top: 80px;
        left: 0;
        margin-left: 0; } }
    .no-csstransforms .documents .icon, .no-csstransforms .documents .button--side.arrow-right:after, .no-csstransforms .documents .button--side.arrow-down:after, .no-csstransforms .documents .button--side.arrow-up:after, .no-csstransforms .documents a.button.arrow-right:after, .no-csstransforms .documents a.arrow-right.button__rounded:after, .no-csstransforms .documents a.button.arrow-down:after, .no-csstransforms .documents a.arrow-down.button__rounded:after, .no-csstransforms .documents a.button.arrow-up:after, .no-csstransforms .documents a.arrow-up.button__rounded:after, .no-csstransforms .documents div.button.arrow-right:after, .no-csstransforms .documents div.arrow-right.button__rounded:after, .no-csstransforms .documents div.button.arrow-down:after, .no-csstransforms .documents div.arrow-down.button__rounded:after, .no-csstransforms .documents div.button.arrow-up:after, .no-csstransforms .documents div.arrow-up.button__rounded:after, .no-csstransforms .documents p.button a.arrow-right:after, p.button .no-csstransforms .documents a.arrow-right:after, .no-csstransforms .documents p.button__rounded a.arrow-right:after, p.button__rounded .no-csstransforms .documents a.arrow-right:after, .no-csstransforms .documents p.button a.arrow-down:after, p.button .no-csstransforms .documents a.arrow-down:after, .no-csstransforms .documents p.button__rounded a.arrow-down:after, p.button__rounded .no-csstransforms .documents a.arrow-down:after, .no-csstransforms .documents p.button a.arrow-up:after, p.button .no-csstransforms .documents a.arrow-up:after, .no-csstransforms .documents p.button__rounded a.arrow-up:after, p.button__rounded .no-csstransforms .documents a.arrow-up:after, .no-csstransforms .documents input.button.arrow-right:after, .no-csstransforms .documents input.arrow-right.button__rounded:after, .no-csstransforms .documents input.button.arrow-down:after, .no-csstransforms .documents input.arrow-down.button__rounded:after, .no-csstransforms .documents input.button.arrow-up:after, .no-csstransforms .documents input.arrow-up.button__rounded:after, .no-csstransforms .documents button.button.arrow-right:after, .no-csstransforms .documents button.arrow-right.button__rounded:after, .no-csstransforms .documents button.button.arrow-down:after, .no-csstransforms .documents button.arrow-down.button__rounded:after, .no-csstransforms .documents button.button.arrow-up:after, .no-csstransforms .documents button.arrow-up.button__rounded:after, .no-csstransforms .documents input.arrow-right[type="submit"]:after, .no-csstransforms .documents input.arrow-down[type="submit"]:after, .no-csstransforms .documents input.arrow-up[type="submit"]:after, .no-csstransforms .documents .button > span.arrow-right:after, .no-csstransforms .documents .button__rounded > span.arrow-right:after, .no-csstransforms .documents .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .no-csstransforms .documents a:before, .no-csstransforms .documents p.navigation-title:after {
      position: absolute;
      top: 80px;
      left: 0;
      margin-left: 0; }
  .documents h3 {
    font-size: 1.125em;
    background-color: #ffffff;
    padding: 16px 30px; }
    @media all and (min-width: 48em) {
      .documents h3 {
        padding: 16px 60px; } }
    .no-csstransforms .documents h3 {
      padding: 16px 60px; }
  .documents .document-content ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .documents .document-content ul li {
      background-color: #ffffff;
      padding: 16px 30px; }
      @media all and (min-width: 48em) {
        .documents .document-content ul li {
          padding: 16px 60px; } }
      .no-csstransforms .documents .document-content ul li {
        padding: 16px 60px; }
      .documents .document-content ul li a {
        display: block; }
      .documents .document-content ul li .format {
        float: right;
        color: #2e2e2e; }
      .documents .document-content ul li:nth-of-type(odd) {
        background-color: #f6f6f6; }
  .documents .contextual-links-wrapper {
    display: block; }
    .documents .contextual-links-wrapper .contextual-links-trigger {
      display: block; }

.view-id-online_daily_event_view li {
  padding-bottom: 0 !important; }

.view-id-online_daily_event_view section.listing h2 {
  margin: 2rem 0 0 2rem; }

.view-id-online_daily_event_view section.view-empty {
  margin: 2rem 0 0 2rem; }

.view-id-online_daily_event_view dl.listing {
  padding: 0 0 1.5rem; }

.listing ul {
  padding: 0 2rem; }

@media all and (min-width: 64em) {
  .listing .listing--list > li > *:last-child {
    margin-bottom: inherit; } }

.no-csstransforms .listing .listing--list > li > *:last-child {
  margin-bottom: inherit; }

.listing .listing--list, .listing .search-results {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .listing .listing--list:after, .listing .search-results:after {
    content: "";
    display: table;
    clear: both; }
  .listing .listing--list li:after, .listing .search-results li:after {
    content: "";
    display: table;
    clear: both; }

.listing .listing--list > li, .listing .views-row {
  margin-bottom: 1.5rem; }

.listing .listing--list > li:last-child {
  margin-bottom: 4rem; }

.listing li:not(.link):not(.or), .listing .views-row {
  background-color: #e5e7e8;
  padding: 2rem; }
  .listing li:not(.link):not(.or):after, .listing .views-row:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 64em) {
    .listing li:not(.link):not(.or), .listing .views-row {
      padding: 0 2rem 0 0; } }
  .no-csstransforms .listing li:not(.link):not(.or), .no-csstransforms .listing .views-row {
    padding: 0 2rem 0 0; }
  .listing li:not(.link):not(.or):first-child, .listing .views-row:first-child {
    margin-top: 0; }
  .listing li:not(.link):not(.or) > a, .listing .views-row > a {
    display: block; }
  .listing li:not(.link):not(.or) img, .listing .views-row img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    min-width: 260px; }
  .listing li:not(.link):not(.or) h4, .listing .views-row h4 {
    margin-bottom: .5rem; }
  @media all and (min-width: 64em) {
    .listing li:not(.link):not(.or) > *, .listing .views-row > * {
      display: block;
      margin-left: 2rem; }
    .listing li:not(.link):not(.or) h4, .listing .views-row h4 {
      padding-top: 1.5rem;
      margin-bottom: 1rem; }
    .listing li:not(.link):not(.or) .form-type-item, .listing .views-row .form-type-item {
      display: none; }
    .listing li:not(.link):not(.or) > a, .listing li:not(.link):not(.or) > img, .listing .views-row > a, .listing .views-row > img {
      display: block;
      float: left;
      width: 30%;
      height: auto;
      margin: 0 2rem 0 0; }
    .listing li:not(.link):not(.or) > a img, .listing .views-row > a img {
      width: 100%;
      height: auto;
      margin: 0; }
    .listing li:not(.link):not(.or) > p:nth-of-type(1), .listing .views-row > p:nth-of-type(1) {
      margin-top: 0; } }
  .no-csstransforms .listing li:not(.link):not(.or) > *, .no-csstransforms .listing .views-row > * {
    display: block;
    margin-left: 2rem; }
  .no-csstransforms .listing li:not(.link):not(.or) h4, .no-csstransforms .listing .views-row h4 {
    padding-top: 1.5rem;
    margin-bottom: 1rem; }
  .no-csstransforms .listing li:not(.link):not(.or) .form-type-item, .no-csstransforms .listing .views-row .form-type-item {
    display: none; }
  .no-csstransforms .listing li:not(.link):not(.or) > a, .no-csstransforms .listing li:not(.link):not(.or) > img, .no-csstransforms .listing .views-row > a, .no-csstransforms .listing .views-row > img {
    display: block;
    float: left;
    width: 30%;
    height: auto;
    margin: 0 2rem 0 0; }
  .no-csstransforms .listing li:not(.link):not(.or) > a img, .no-csstransforms .listing .views-row > a img {
    width: 100%;
    height: auto;
    margin: 0; }
  .no-csstransforms .listing li:not(.link):not(.or) > p:nth-of-type(1), .no-csstransforms .listing .views-row > p:nth-of-type(1) {
    margin-top: 0; }

.listing .views-row {
  list-style: none;
  padding-bottom: 2rem; }
  .listing .views-row .views-field {
    margin: 0 0 1.5rem 0; }
    @media all and (min-width: 64em) {
      .listing .views-row .views-field {
        margin: 1.5rem 0 1.5rem 2rem; } }
    .no-csstransforms .listing .views-row .views-field {
      margin: 1.5rem 0 1.5rem 2rem; }
    .listing .views-row .views-field:last-child {
      margin-bottom: 0; }
    .listing .views-row .views-field p:first-child {
      margin-top: 0; }
    .listing .views-row .views-field p:last-child {
      margin-bottom: 0; }
    .listing .views-row .views-field .views-label {
      display: block; }
    .listing .views-row .views-field .field-content > a {
      display: inline-block;
      margin-top: 2rem; }

.listing .username {
  font-weight: 700; }

.pager-wrapper {
  margin: 1.5rem 0 0; }
  .pager-wrapper .pager-links {
    list-style: none;
    margin: 0;
    display: inline-block; }
    .pager-wrapper .pager-links li {
      display: inline-block;
      vertical-align: top;
      padding: 0 .5rem !important; }

.listing--pagination {
  border-top: 5px solid #e50072;
  list-style: none;
  padding: 1.5rem 0 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .listing--pagination li {
    float: none;
    vertical-align: top;
    background-color: transparent;
    margin: 0 1rem 0 0 !important;
    padding: 0 !important; }
    .listing--pagination li:last-child {
      margin: 0; }
    .listing--pagination li.current a {
      text-decoration: none;
      font-weight: 500; }
    .listing--pagination li a {
      display: block;
      text-decoration: underline;
      width: auto;
      word-break: normal; }
      .listing--pagination li a:hover, .listing--pagination li a:focus {
        text-decoration: none; }
    .listing--pagination li a, .listing--pagination li.pager-ellipsis {
      font-size: 1.125rem;
      padding: .5rem; }

.listing--links-with-cta ul {
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
  margin-bottom: 32px; }
  .listing--links-with-cta ul:after {
    content: "";
    display: table;
    clear: both; }

.listing--links-with-cta li {
  list-style-type: none;
  margin-bottom: 32px; }
  @media all and (min-width: 48em) {
    .listing--links-with-cta li {
      width: 48.4375%;
      margin-right: 3.125%;
      float: left; } }
  .no-csstransforms .listing--links-with-cta li {
    width: 48.4375%;
    margin-right: 3.125%;
    float: left; }
  .listing--links-with-cta li:nth-child(2n) {
    margin-right: 0; }

.captcha .messages.error li {
  font-size: 16px !important; }

/******************************************************************************
 *
 *                                F O R M S
 *
 *****************************************************************************/
/**
 * Form section.
 */
section.form {
  padding-left: 0;
  padding-right: 0; }

/**
 * The form element.
 */
form {
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /*
    @include fontSize($size);
    */
  font-weight: 400; }
  @media all and (min-width: 80em) {
    form {
      max-width: 75%; } }
  form.form--filter > div {
    vertical-align: bottom;
    padding: 0 2rem 2rem 0; }
    @media all and (min-width: 64em) {
      form.form--filter > div {
        display: inline-block;
        padding-bottom: 0; } }
    form.form--filter > div:last-child {
      padding-bottom: 0; }
    form.form--filter > div .form-item, form.form--filter > div .form-submit {
      margin: 0; }
    form.form--filter > div label {
      display: block;
      font-weight: 700;
      margin-bottom: .75rem; }

form > .form-item:last-of-type {
  padding-bottom: 2rem !important; }

/**
 * Global form elements.
 */
input, textarea, select {
  box-sizing: border-box;
  font-size: 1rem;
  padding: 1rem; }
  input:not([type="image"]):not([type="submit"]):not([type="button"]),
  textarea:not([type="image"]):not([type="submit"]):not([type="button"]),
  select:not([type="image"]):not([type="submit"]):not([type="button"]) {
    width: 100%;
    border: 0.125rem solid #555554; }
    input:not([type="image"]):not([type="submit"]):not([type="button"]):focus, input:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
    textarea:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
    textarea:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
    select:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
    select:not([type="image"]):not([type="submit"]):not([type="button"]):hover {
      border-color: #e50072;
      outline: 3px solid #e50072; }
      @media all and (-ms-high-contrast: active) {
        input:not([type="image"]):not([type="submit"]):not([type="button"]):focus, input:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):hover {
          outline: 3px solid #ffffff; } }
      @media all and (-ms-high-contrast: black-on-white) {
        input:not([type="image"]):not([type="submit"]):not([type="button"]):focus, input:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):hover {
          outline: 3px solid #e50072; } }
      @media all and (-ms-high-contrast: white-on-black) {
        input:not([type="image"]):not([type="submit"]):not([type="button"]):focus, input:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        textarea:not([type="image"]):not([type="submit"]):not([type="button"]):hover,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):focus,
        select:not([type="image"]):not([type="submit"]):not([type="button"]):hover {
          outline: 3px solid #55FF00;
          color: #55FF00; } }
  input button, input[type="button"], input[type="submit"],
  textarea button,
  textarea[type="button"],
  textarea[type="submit"],
  select button,
  select[type="button"],
  select[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    width: auto; }

/* Space between components */
.form-item {
  margin-bottom: 1rem; }
  .form-item fieldset .form-item {
    margin: 0; }
  .form-item .webform-container-inline .form-item {
    display: inline-block;
    margin: 0 1rem 0 0; }
    .form-item .webform-container-inline .form-item:last-child {
      margin-right: 0; }

/**
 * Webform components.
 */
.form-item.webform-component {
  background-color: #e5e7e8;
  padding: 1rem 2rem 2rem;
  margin-bottom: 1rem; }
  .form-item.webform-component.webform-component-markup:not(.last) {
    padding-bottom: 0;
    margin-bottom: 0; }
  .form-item.webform-component.webform-component-markup > *:last-child {
    margin: 0; }
  .form-item.webform-component label {
    margin: 1rem 0 .75rem;
    display: block;
    font-weight: 700; }
  .form-item.webform-component .description {
    margin-top: 0.75rem; }
  .form-item.webform-component > :first-child {
    margin-top: 1rem !important; }

/**
 * Checkboxes & radios are styled.
 */
.form-type-checkbox,
.form-type-radio {
  /* Checkbox by default */
  /* Customise for radio buttons */ }
  .form-type-checkbox input[type="checkbox"], .form-type-checkbox .form-checkbox,
  .form-type-checkbox input[type="radio"], .form-type-checkbox .form-radio,
  .form-type-radio input[type="checkbox"],
  .form-type-radio .form-checkbox,
  .form-type-radio input[type="radio"],
  .form-type-radio .form-radio {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    .form-type-checkbox input[type="checkbox"] + label, .form-type-checkbox .form-checkbox + label,
    .form-type-checkbox input[type="radio"] + label, .form-type-checkbox .form-radio + label,
    .form-type-radio input[type="checkbox"] + label,
    .form-type-radio .form-checkbox + label,
    .form-type-radio input[type="radio"] + label,
    .form-type-radio .form-radio + label {
      position: relative;
      font-weight: 400;
      padding-left: 2.5rem;
      margin: .5rem 0;
      display: inline-block;
      line-height: 1.4;
      font-size: 1rem;
      vertical-align: middle;
      cursor: pointer; }
      .form-type-checkbox input[type="checkbox"] + label:before, .form-type-checkbox .form-checkbox + label:before,
      .form-type-checkbox input[type="radio"] + label:before, .form-type-checkbox .form-radio + label:before,
      .form-type-radio input[type="checkbox"] + label:before,
      .form-type-radio .form-checkbox + label:before,
      .form-type-radio input[type="radio"] + label:before,
      .form-type-radio .form-radio + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1.5rem;
        width: 1.5rem;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 24px; }
    .form-type-checkbox input[type="checkbox"]:not(:checked):hover + label:before, .form-type-checkbox input[type="checkbox"]:not(:checked):focus + label:before, .form-type-checkbox .form-checkbox:not(:checked):hover + label:before, .form-type-checkbox .form-checkbox:not(:checked):focus + label:before,
    .form-type-checkbox input[type="radio"]:not(:checked):hover + label:before,
    .form-type-checkbox input[type="radio"]:not(:checked):focus + label:before, .form-type-checkbox .form-radio:not(:checked):hover + label:before, .form-type-checkbox .form-radio:not(:checked):focus + label:before,
    .form-type-radio input[type="checkbox"]:not(:checked):hover + label:before,
    .form-type-radio input[type="checkbox"]:not(:checked):focus + label:before,
    .form-type-radio .form-checkbox:not(:checked):hover + label:before,
    .form-type-radio .form-checkbox:not(:checked):focus + label:before,
    .form-type-radio input[type="radio"]:not(:checked):hover + label:before,
    .form-type-radio input[type="radio"]:not(:checked):focus + label:before,
    .form-type-radio .form-radio:not(:checked):hover + label:before,
    .form-type-radio .form-radio:not(:checked):focus + label:before {
      background-position: 0 -24px; }
    .form-type-checkbox input[type="checkbox"]:not(:hover):checked + label:before, .form-type-checkbox input[type="checkbox"]:not(:focus):checked + label:before, .form-type-checkbox .form-checkbox:not(:hover):checked + label:before, .form-type-checkbox .form-checkbox:not(:focus):checked + label:before,
    .form-type-checkbox input[type="radio"]:not(:hover):checked + label:before,
    .form-type-checkbox input[type="radio"]:not(:focus):checked + label:before, .form-type-checkbox .form-radio:not(:hover):checked + label:before, .form-type-checkbox .form-radio:not(:focus):checked + label:before,
    .form-type-radio input[type="checkbox"]:not(:hover):checked + label:before,
    .form-type-radio input[type="checkbox"]:not(:focus):checked + label:before,
    .form-type-radio .form-checkbox:not(:hover):checked + label:before,
    .form-type-radio .form-checkbox:not(:focus):checked + label:before,
    .form-type-radio input[type="radio"]:not(:hover):checked + label:before,
    .form-type-radio input[type="radio"]:not(:focus):checked + label:before,
    .form-type-radio .form-radio:not(:hover):checked + label:before,
    .form-type-radio .form-radio:not(:focus):checked + label:before {
      background-position: 0 -48px; }
    .form-type-checkbox input[type="checkbox"]:checked:hover + label:before, .form-type-checkbox input[type="checkbox"]:checked:focus + label:before, .form-type-checkbox .form-checkbox:checked:hover + label:before, .form-type-checkbox .form-checkbox:checked:focus + label:before,
    .form-type-checkbox input[type="radio"]:checked:hover + label:before,
    .form-type-checkbox input[type="radio"]:checked:focus + label:before, .form-type-checkbox .form-radio:checked:hover + label:before, .form-type-checkbox .form-radio:checked:focus + label:before,
    .form-type-radio input[type="checkbox"]:checked:hover + label:before,
    .form-type-radio input[type="checkbox"]:checked:focus + label:before,
    .form-type-radio .form-checkbox:checked:hover + label:before,
    .form-type-radio .form-checkbox:checked:focus + label:before,
    .form-type-radio input[type="radio"]:checked:hover + label:before,
    .form-type-radio input[type="radio"]:checked:focus + label:before,
    .form-type-radio .form-radio:checked:hover + label:before,
    .form-type-radio .form-radio:checked:focus + label:before {
      background-position: 0 -72px; }
  .form-type-checkbox label:before,
  .form-type-radio label:before {
    background-image: url("../img/checkbox-pink.png"); }
  @media screen and (-ms-high-contrast: active) {
    .form-type-checkbox label:before,
    .form-type-radio label:before {
      background-image: url("../img/checkbox-pink-high-contrast.png"); } }
  .form-type-checkbox.form-type-radio label:before,
  .form-type-radio.form-type-radio label:before {
    background-image: url("../img/radios-pink.png"); }
  @media screen and (-ms-high-contrast: active) {
    .form-type-checkbox.form-type-radio label:before,
    .form-type-radio.form-type-radio label:before {
      background-image: url("../img/radios-pink-high-contrast.png"); } }

/**
 * Fieldset for multi-value fields like check boxes and radio boxes.
 */
.form-item.webform-component .form-item.webform-component {
  border: none;
  margin: 0;
  padding: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset legend {
    margin-bottom: 1rem;
    font-weight: 700; }

#ui-datepicker-div {
  width: auto; }

/**
 * Contact Us form.
 *
 * Contact Us has a FAQ sidebar popup that needs room, so 66%/33% split is required.
 */
@media all and (min-width: 80em) {
  .node-type-contact-us-form form.webform-client-form {
    max-width: 66%;
    /*
    .block--faq-wrapper {
      max-width: 42%;
    }
    */ } }

.form-item.form-type-select.form-item-submitted-event-start-time-minute,
.form-item.form-type-select.form-item-submitted-event-end-time-minute {
  margin-left: 1em; }

.page-node-done h1, .page-node-done .thanks-label {
  font-weight: 500 !important; }

h4 a.node_title[href="/sentiment-tracking"] {
  display: none; }

#webform-component-node-url,
#webform-component-node-title {
  visibility: hidden;
  position: absolute; }

.form .captcha .fieldset-legend {
  display: none; }

@media (max-width: 300px) {
  .webform-client-form .form-item.webform-component {
    padding: 5px; }
  .webform-client-form .form-item.webform-component > :first-child {
    margin-top: 0px !important; }
  .webform-client-form input button,
  .webform-client-form input[type="button"],
  .webform-client-form input[type="submit"],
  .webform-client-form textarea button,
  .webform-client-form textarea[type="button"],
  .webform-client-form textarea[type="submit"],
  .webform-client-form select button,
  .webform-client-form select[type="button"],
  .webform-client-form select[type="submit"] {
    width: 100%;
    text-align: center; }
  .webform-client-form form .messages.error ul li a:focus {
    outline: 2px solid black; }
  .webform-client-form .form-type-checkbox input[type="checkbox"] + label:before,
  .webform-client-form .form-type-checkbox .form-checkbox + label:before,
  .webform-client-form .form-type-checkbox input[type="radio"] + label:before,
  .webform-client-form .form-type-checkbox .form-radio + label:before,
  .webform-client-form .form-type-radio input[type="checkbox"] + label:before,
  .webform-client-form .form-type-radio .form-checkbox + label:before,
  .webform-client-form .form-type-radio input[type="radio"] + label:before,
  .webform-client-form .form-type-radio .form-radio + label:before {
    display: none; }
  .webform-client-form .form-type-checkbox input[type="checkbox"],
  .webform-client-form .form-type-radio input[type="radio"] {
    position: relative;
    overflow: auto;
    clip: auto;
    height: auto;
    width: auto;
    margin: auto;
    padding: auto;
    border: auto; }
  .webform-client-form .form-type-checkbox input[type="checkbox"] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox; }
  .webform-client-form .form-type-radio input[type="radio"] {
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio; }
  .webform-client-form .form-type-checkbox input[type="checkbox"] + label,
  .webform-client-form .form-type-checkbox .form-checkbox + label,
  .webform-client-form .form-type-checkbox input[type="radio"] + label,
  .webform-client-form .form-type-checkbox .form-radio + label,
  .webform-client-form .form-type-radio input[type="checkbox"] + label,
  .webform-client-form .form-type-radio .form-checkbox + label,
  .webform-client-form .form-type-radio input[type="radio"] + label,
  .webform-client-form .form-type-radio .form-radio + label {
    margin: 0;
    padding: 0; }
  .webform-client-form .form-type-checkbox,
  .webform-client-form .form-type-radio {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #555554;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .webform-client-form .form-type-checkbox:first-of-type,
  .webform-client-form .form-type-radio:first-of-type {
    border-top: 0; }
  .webform-client-form .webform-component-markup h2,
  .webform-client-form .webform-component-markup h3 {
    font-size: 18px;
    font-weight: bold; } }

.webform-component-checkboxes .description {
  display: none; }

footer {
  color: #ffffff; }
  @media all and (min-width: 64em) {
    footer {
      margin-left: 23.75rem; } }
  footer.footer {
    position: relative; }
  footer a, footer p {
    color: #ffffff; }
    footer a:hover, footer a:focus, footer p:hover, footer p:focus {
      color: #ffffff; }
  footer ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none; }
  footer .fundraising-logo {
    display: inline-block;
    margin: 0 0 2rem; }
    footer .fundraising-logo img {
      max-width: 100%; }
    footer .fundraising-logo:focus, footer .fundraising-logo:hover {
      outline: 0.125rem solid #ffffff;
      outline-offset: .5rem; }
    @media all and (min-width: 64em) {
      footer .fundraising-logo {
        position: absolute;
        left: 2rem;
        margin: 0; } }
    @media all and (min-width: 80em) {
      footer .fundraising-logo {
        position: static;
        left: initial; } }
  footer .print_html, footer .st_sharethis_large {
    padding-left: 3rem;
    position: relative;
    background-image: url(../img/icon/print.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 1.25rem;
    border-radius: 0; }
  footer .st_sharethis_large {
    background-image: url(../img/icon/share-alt.svg); }
  footer .pre-footer {
    text-align: right;
    padding: 0 2rem; }
    footer .pre-footer .st_sharethis_large, footer .pre-footer .footer__share--links, footer .pre-footer .print_html {
      width: 100%;
      margin: 1rem 0;
      font-size: 1.125rem !important; }
      @media all and (min-width: 30em) {
        footer .pre-footer .st_sharethis_large, footer .pre-footer .footer__share--links, footer .pre-footer .print_html {
          width: auto;
          margin: 0; } }
      .no-csstransforms footer .pre-footer .st_sharethis_large, .no-csstransforms footer .pre-footer .footer__share--links, .no-csstransforms footer .pre-footer .print_html {
        width: auto;
        margin: 0; }
      @media all and (min-width: 48em) {
        footer .pre-footer .st_sharethis_large, footer .pre-footer .footer__share--links, footer .pre-footer .print_html {
          font-size: 1.25rem !important; } }
      .no-csstransforms footer .pre-footer .st_sharethis_large, .no-csstransforms footer .pre-footer .footer__share--links, .no-csstransforms footer .pre-footer .print_html {
        font-size: 1.25rem !important; }
    footer .pre-footer .print_html, footer .pre-footer .footer__share--links {
      display: block;
      vertical-align: bottom; }
      @media all and (min-width: 30em) {
        footer .pre-footer .print_html, footer .pre-footer .footer__share--links {
          display: inline-block; } }
      .no-csstransforms footer .pre-footer .print_html, .no-csstransforms footer .pre-footer .footer__share--links {
        display: inline-block; }
    footer .pre-footer .button, footer .pre-footer .button__rounded {
      margin: 0;
      background-color: #555554;
      box-sizing: border-box; }
      footer .pre-footer .button:hover, footer .pre-footer .button__rounded:hover, footer .pre-footer .button:focus, footer .pre-footer .button__rounded:focus {
        background-color: #00151d !important; }
    footer .pre-footer .footer__share--links {
      position: relative; }
      footer .pre-footer .footer__share--links ul {
        display: none;
        position: absolute;
        bottom: 54px;
        width: 100%;
        background-color: #555554;
        margin: 0;
        padding: .25rem 0; }
        footer .pre-footer .footer__share--links ul li {
          padding: 1rem 2rem .25rem;
          text-align: left;
          font-size: 1.25rem; }
          footer .pre-footer .footer__share--links ul li .icon, footer .pre-footer .footer__share--links ul li .button--side.arrow-right:after, footer .pre-footer .footer__share--links ul li .button--side.arrow-down:after, footer .pre-footer .footer__share--links ul li .button--side.arrow-up:after, footer .pre-footer .footer__share--links ul li a.button.arrow-right:after, footer .pre-footer .footer__share--links ul li a.arrow-right.button__rounded:after, footer .pre-footer .footer__share--links ul li a.button.arrow-down:after, footer .pre-footer .footer__share--links ul li a.arrow-down.button__rounded:after, footer .pre-footer .footer__share--links ul li a.button.arrow-up:after, footer .pre-footer .footer__share--links ul li a.arrow-up.button__rounded:after, footer .pre-footer .footer__share--links ul li div.button.arrow-right:after, footer .pre-footer .footer__share--links ul li div.arrow-right.button__rounded:after, footer .pre-footer .footer__share--links ul li div.button.arrow-down:after, footer .pre-footer .footer__share--links ul li div.arrow-down.button__rounded:after, footer .pre-footer .footer__share--links ul li div.button.arrow-up:after, footer .pre-footer .footer__share--links ul li div.arrow-up.button__rounded:after, footer .pre-footer .footer__share--links ul li p.button a.arrow-right:after, p.button footer .pre-footer .footer__share--links ul li a.arrow-right:after, footer .pre-footer .footer__share--links ul li p.button__rounded a.arrow-right:after, p.button__rounded footer .pre-footer .footer__share--links ul li a.arrow-right:after, footer .pre-footer .footer__share--links ul li p.button a.arrow-down:after, p.button footer .pre-footer .footer__share--links ul li a.arrow-down:after, footer .pre-footer .footer__share--links ul li p.button__rounded a.arrow-down:after, p.button__rounded footer .pre-footer .footer__share--links ul li a.arrow-down:after, footer .pre-footer .footer__share--links ul li p.button a.arrow-up:after, p.button footer .pre-footer .footer__share--links ul li a.arrow-up:after, footer .pre-footer .footer__share--links ul li p.button__rounded a.arrow-up:after, p.button__rounded footer .pre-footer .footer__share--links ul li a.arrow-up:after, footer .pre-footer .footer__share--links ul li input.button.arrow-right:after, footer .pre-footer .footer__share--links ul li input.arrow-right.button__rounded:after, footer .pre-footer .footer__share--links ul li input.button.arrow-down:after, footer .pre-footer .footer__share--links ul li input.arrow-down.button__rounded:after, footer .pre-footer .footer__share--links ul li input.button.arrow-up:after, footer .pre-footer .footer__share--links ul li input.arrow-up.button__rounded:after, footer .pre-footer .footer__share--links ul li button.button.arrow-right:after, footer .pre-footer .footer__share--links ul li button.arrow-right.button__rounded:after, footer .pre-footer .footer__share--links ul li button.button.arrow-down:after, footer .pre-footer .footer__share--links ul li button.arrow-down.button__rounded:after, footer .pre-footer .footer__share--links ul li button.button.arrow-up:after, footer .pre-footer .footer__share--links ul li button.arrow-up.button__rounded:after, footer .pre-footer .footer__share--links ul li input.arrow-right[type="submit"]:after, footer .pre-footer .footer__share--links ul li input.arrow-down[type="submit"]:after, footer .pre-footer .footer__share--links ul li input.arrow-up[type="submit"]:after, footer .pre-footer .footer__share--links ul li .button > span.arrow-right:after, footer .pre-footer .footer__share--links ul li .button__rounded > span.arrow-right:after, footer .pre-footer .footer__share--links ul li .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search footer .pre-footer .footer__share--links ul li a:before, footer .pre-footer .footer__share--links ul li p.navigation-title:after {
            color: #ffffff;
            padding-right: .5rem; }
  footer .footer--main {
    background-color: #00151d;
    font-size: 0; }
    footer .footer--main > div {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      @media all and (min-width: 30em) {
        footer .footer--main > div {
          width: 50%; }
          footer .footer--main > div:nth-child(3) {
            width: 100%; } }
      .no-csstransforms footer .footer--main > div {
        width: 50%; }
        .no-csstransforms footer .footer--main > div:nth-child(3) {
          width: 100%; }
      @media all and (min-width: 64em) {
        footer .footer--main > div {
          width: 33.333335% !important; } }
      footer .footer--main > div > div {
        font-size: 1rem;
        padding: 2rem 2rem 0; }
        @media all and (min-width: 64em) {
          footer .footer--main > div > div {
            padding: 2rem 2rem 7rem; } }
        @media all and (min-width: 80em) {
          footer .footer--main > div > div {
            padding: 2rem; } }
        footer .footer--main > div > div li {
          font-size: 1.375rem;
          padding: 0 0 1rem 0; }
          footer .footer--main > div > div li a {
            text-decoration: none; }
            footer .footer--main > div > div li a:hover, footer .footer--main > div > div li a:focus {
              text-decoration: underline; }
        footer .footer--main > div > div .social--link li {
          display: inline-block;
          width: 68px;
          height: 68px; }
        footer .footer--main > div > div .social--link a {
          display: table;
          margin-right: 1rem;
          width: 52px;
          height: 52px;
          text-decoration: none !important; }
          footer .footer--main > div > div .social--link a.instagram path#ic {
            fill: #fff; }
          footer .footer--main > div > div .social--link a span, footer .footer--main > div > div .social--link a img, footer .footer--main > div > div .social--link a div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #ffffff;
            font-size: 1.75rem;
            border: 0; }
          footer .footer--main > div > div .social--link a svg path {
            fill: #ffffff; }
          footer .footer--main > div > div .social--link a.facebook svg, footer .footer--main > div > div .social--link a.twitter svg, footer .footer--main > div > div .social--link a.linkedin svg {
            width: 52px;
            height: 38px;
            margin-top: 6px; }
          footer .footer--main > div > div .social--link a.facebook {
            background-color: #3b5998; }
          footer .footer--main > div > div .social--link a.twitter {
            background-color: #55acee; }
            footer .footer--main > div > div .social--link a.twitter svg {
              width: 52x;
              height: 36px;
              margin-top: 8px; }
          footer .footer--main > div > div .social--link a.linkedin {
            background-color: #007bb5; }
          footer .footer--main > div > div .social--link a.youtube {
            background-color: #ff3d00; }
            footer .footer--main > div > div .social--link a.youtube div {
              font-size: 0; }
            footer .footer--main > div > div .social--link a.youtube svg {
              height: 40px; }
              footer .footer--main > div > div .social--link a.youtube svg path.youtube_play {
                fill: #ff3d00; }
          footer .footer--main > div > div .social--link a.instagram {
            background-color: #c32aa3; }
            footer .footer--main > div > div .social--link a.instagram div {
              font-size: 0; }
          footer .footer--main > div > div .social--link a.alexa {
            background-color: #fff; }
            footer .footer--main > div > div .social--link a.alexa div {
              font-size: 0; }
            footer .footer--main > div > div .social--link a.alexa svg {
              height: 40px; }
            footer .footer--main > div > div .social--link a.alexa path {
              fill: #31C4F3; }
        footer .footer--main > div > div .social--link img {
          width: 100%;
          height: auto; }
  footer .footer--sub {
    padding: 2rem;
    background-color: #555554; }
    footer .footer--sub h2 {
      display: none; }
    footer .footer--sub ul {
      margin-bottom: 3rem;
      line-height: 2; }
      footer .footer--sub ul li {
        display: block; }
        @media all and (min-width: 48em) {
          footer .footer--sub ul li {
            display: inline-block;
            padding: 0 1rem;
            border-right: 1px solid #e5e7e8; } }
        footer .footer--sub ul li:first-child {
          padding-left: 0; }
        footer .footer--sub ul li:last-child {
          padding-right: 0;
          border: 0; }
  footer h2 {
    display: inline-block;
    color: #ffffff;
    border-bottom: 5px solid #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }

@media (max-width: 300px) {
  footer .print_html, footer .st_sharethis_large {
    background-position: 0.25rem;
    padding-left: 2rem; }
  footer .pre-footer,
  footer .footer--main > div > div,
  footer .footer--sub {
    padding: 5px; } }

footer .footer--main > div > div .social--link li a:focus {
  outline: 2px solid white;
  outline-offset: 2px; }

footer .footer--main > div > div .social--link li a:hover {
  outline: 2px solid white;
  outline-offset: 2px; }

@media screen and (-ms-high-contrast: active) {
  body footer .footer--main > div > div .social--link li a {
    background: #000000;
    color: #ffffff; }
    body footer .footer--main > div > div .social--link li a svg {
      background: #000000;
      color: #ffffff;
      fill: #ffffff; }
    body footer .footer--main > div > div .social--link li a path {
      fill: #ffffff; }
    body footer .footer--main > div > div .social--link li a path.instagram_background {
      display: none; }
    body footer .footer--main > div > div .social--link li a.youtube svg path.youtube_play {
      fill: #000000; }
    body footer .footer--main > div > div .social--link li a.alexa svg path.alexa_logo {
      fill: #ffffff; }
  body footer .footer--main > div > div .social--link li a:hover,
  body footer .footer--main > div > div .social--link li a:focus {
    background: #ffffff;
    color: #000000;
    outline: none; }
    body footer .footer--main > div > div .social--link li a:hover svg,
    body footer .footer--main > div > div .social--link li a:focus svg {
      background: #ffffff;
      color: #ffffff;
      fill: #000000; }
    body footer .footer--main > div > div .social--link li a:hover path,
    body footer .footer--main > div > div .social--link li a:focus path {
      fill: #000000; }
    body footer .footer--main > div > div .social--link li a:hover.youtube svg path.youtube_play,
    body footer .footer--main > div > div .social--link li a:focus.youtube svg path.youtube_play {
      fill: #ffffff; }
    body footer .footer--main > div > div .social--link li a:hover.alexa svg path.alexa_logo,
    body footer .footer--main > div > div .social--link li a:focus.alexa svg path.alexa_logo {
      fill: #000000; }
  body footer .footer--main > div > div .social--link li a:focus {
    outline: 2px solid #000000; }
  body footer .footer--main > div > div .social--link li a span.icon:before {
    background: #000000;
    color: #ffffff; }
    body footer .footer--main > div > div .social--link li a span.icon:before svg {
      background: #000000;
      color: #ffffff;
      fill: #ffffff; }
  body footer .footer--main > div > div .social--link li a:hover span.icon:before,
  bodyfooter .footer--main > div > div .social--link li a:focus span.icon:before {
    background: #ffffff;
    color: #000000; }
    body footer .footer--main > div > div .social--link li a:hover span.icon:before svg,
    bodyfooter .footer--main > div > div .social--link li a:focus span.icon:before svg {
      background: #ffffff;
      color: #000000;
      fill: #000000; } }

@media screen and (-ms-high-contrast: white-on-black) {
  body footer .footer--main > div > div .social--link li a:focus {
    outline: 2px solid #ffffff;
    background: #000000; }
    body footer .footer--main > div > div .social--link li a:focus svg {
      background: #000000; }
      body footer .footer--main > div > div .social--link li a:focus svg path {
        fill: #ffffff; }
    body footer .footer--main > div > div .social--link li a:focus.youtube svg path.youtube_play {
      fill: #000000; }
    body footer .footer--main > div > div .social--link li a:focus.alexa svg path.alexa_logo {
      fill: #ffffff; } }

.bookmarks .notes {
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #E4E4E4;
  max-width: 480px;
  min-height: 240px;
  padding: 17px;
  box-shadow: 5px 5px 0 0 #C1C1C1;
  margin: 50px 10px 0 30px; }
  .bookmarks .notes .ax_paragraph {
    line-height: 15px;
    vertical-align: top;
    clear: both;
    padding: 0 0 15px 20px; }
  .bookmarks .notes img {
    float: left;
    padding: 0;
    margin: 0 20px 10px 0; }
  .bookmarks .notes img.trash_bookmark {
    width: 20px;
    height: 26px; }
  .bookmarks .notes img.print_bookmark {
    width: 25px;
    height: 24px; }
  .bookmarks .notes img.copy_bookmark {
    width: 28px;
    height: 28px; }
  .bookmarks .notes img.add_bookmark,
  .bookmarks .notes img.delete_bookmark {
    width: 21px;
    height: 29px; }
  .bookmarks .notes .notes-title {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 13px;
    padding-bottom: 10px; }
  .bookmarks .notes .icons-notes {
    padding: 20px 0; }
    .bookmarks .notes .icons-notes .icons-notes-left {
      float: left;
      width: 50%; }
    .bookmarks .notes .icons-notes .icons-notes-right {
      float: right;
      width: 50%; }

.bookmarks-header {
  background-color: #E4E4E4;
  padding: 15px 30px;
  min-height: 30px; }
  .bookmarks-header .left {
    font-weight: bold;
    vertical-align: top; }

.left {
  float: left; }

.right {
  float: right;
  max-height: 25px; }

.bookmarks-header .ax_image,
.bookmarks-content .ax_image {
  display: inline-block;
  margin-right: 20px; }

.bookmarks-header .ax_image.last,
.bookmarks-content .ax_image.last {
  margin-right: 0px; }

.bookmarks-header .ax_image img,
.bookmarks-content .ax_image img {
  margin: 0;
  padding: 0; }

.bookmarks-header .ax_image img.delete_group,
.bookmarks-header .ax_image img.add_group {
  width: 21px;
  height: 29px; }

.bookmarks-header .ax_image img.copy_group {
  width: 28px;
  height: 28px; }

.bookmarks-header .ax_image img.print_group {
  width: 25px;
  height: 24px; }

.bookmarks-header .ax_image img.trash_group {
  width: 20px;
  height: 26px; }

.bookmarks-content ul {
  margin: 0;
  padding: 0; }

.bookmarks-content li {
  list-style-type: none;
  margin: 0 30px;
  padding: 15px 0;
  background: url(/sites/all/themes/rnib/img/bookmarks/bg.png) repeat no-repeat 0 bottom;
  min-height: 25px;
  color: #00A2AE; }

.bookmarks-content .left {
  width: 70%;
  padding-right: 10px;
  vertical-align: top; }

.bookmarks-content .ax_image img.print_bookmark {
  width: 25px;
  height: 24px; }

.bookmarks-content .ax_image img.trash_bookmark {
  width: 20px;
  height: 26px; }

.bookmarks-content input {
  margin: 6px 5px 0 0; }

.clear {
  clear: both;
  height: 1px; }

/** Legend **/
.wysiwyg .bookmark-legend img {
  height: 25px;
  width: auto;
  float: right; }

.wysiwyg .bookmark-legend dd {
  float: left;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-left: 4px;
  margin-top: 5px;
  padding-right: 24px;
  max-width: 115px; }

.wysiwyg .bookmark-legend dt {
  width: 42px; }

.wysiwyg .bookmark-legend .please-use {
  clear: both; }

/*rnib_bookmark_organiser*/
.rnib_bookmark_organiser-container {
  clear: both;
  overflow: hidden;
  z-index: 9999;
  position: relative; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .folder.open .folder-link {
    background: transparent url("../img/bookmarks/u145.png") no-repeat scroll 0 0/31px auto;
    display: inline-block;
    background-position: 0;
    width: 32px;
    height: 32px; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .row-label input {
    height: 20px; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table ul.links li {
    width: 31px;
    float: left; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .row-label div.row-label-content {
    margin: 0 25px 0 30px; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table th.rnib_bookmark_organiser-index-table-heading {
    text-align: left; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table th.rnib_bookmark_organiser-index-table-heading div.actions {
      float: right; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table th.rnib_bookmark_organiser-index-table-heading div.select-all {
      float: left; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .rnib_bookmark_organiser-actions a {
    padding: 5px;
    background-position: 50% 50% !important;
    margin-top: -6px; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .rnib_bookmark_organiser-actions a.non-active {
      cursor: default; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .rnib_bookmark_organiser-actions a.non-active.active {
      cursor: pointer; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table tbody .links.inline a.non-active {
    cursor: default; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table tbody .links.inline a.non-active.active {
    cursor: pointer; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-all.non-active,
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-folder.non-active {
    background: url("../img/bookmarks/print_group.png") no-repeat;
    background-size: 26px;
    height: 24px;
    width: 25px; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-all.non-active.active,
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-folder.non-active.active {
    background: url("../img/bookmarks/print_bookmark.png") no-repeat;
    background-size: 26px;
    pointer-events: auto; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-all.non-active.active:hover, .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-all.non-active.active:focus,
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-folder.non-active.active:hover,
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-print-folder.non-active.active:focus {
      background: url("../img/bookmarks/print_bookmark_active.png") no-repeat;
      background-size: 26px;
      pointer-events: auto; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-all.non-active.active {
    background: url("../img/bookmarks/trash_bookmark.png") no-repeat;
    background-size: 22px;
    pointer-events: auto; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-all.non-active.active:hover, .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-all.non-active.active:focus {
      background: url("../img/bookmarks/trash_bookmark_active.png") no-repeat;
      background-size: 22px;
      pointer-events: auto; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-addfolder.non-active,
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-addfolder.non-active.active {
    background: url("../img/bookmarks/u145.png") no-repeat;
    background-size: 32px;
    pointer-events: auto; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-from-folder.non-active.active {
    background: url("../img/bookmarks/u155.png") no-repeat;
    background-size: 22px;
    pointer-events: auto; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-from-folder.non-active.active:hover, .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-remove-from-folder.non-active.active:focus {
      background: url("../img/bookmarks/delete_bookmark_active.png") no-repeat;
      background-size: 22px;
      pointer-events: auto; }
  .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-add-to-folder.non-active.active {
    background: url("../img/bookmarks/u1471.png") no-repeat;
    background-size: 22px;
    pointer-events: auto; }
    .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-add-to-folder.non-active.active:hover, .rnib_bookmark_organiser-container #rnib_bookmark_organiser-index-table .action.action-add-to-folder.non-active.active:focus {
      background: url("../img/bookmarks/add_bookmark_active.png") no-repeat;
      background-size: 22px;
      pointer-events: auto; }

/* CSS for change folder icon */
#rnib_bookmark_organiser-index .action.action-addfolder.non-active,
#rnib_bookmark_organiser-index .action.action-addfolder.non-active.active {
  background: transparent url("../img/bookmarks/u145.png") no-repeat scroll 0 0/32px auto;
  display: inline-block;
  height: 32px; }
  #rnib_bookmark_organiser-index .action.action-addfolder.non-active:focus, #rnib_bookmark_organiser-index .action.action-addfolder.non-active:hover,
  #rnib_bookmark_organiser-index .action.action-addfolder.non-active.active:focus,
  #rnib_bookmark_organiser-index .action.action-addfolder.non-active.active:hover {
    background: transparent url("../img/bookmarks/u145_active.png") no-repeat scroll 0 0/32px auto;
    display: inline-block;
    height: 32px; }

form#bookmark-user-register-form .form-item.form-type-checkboxes.form-item-profile-bookmarks-field-contact-optin-und > label {
  display: none; }

form#bookmark-user-register-form .form-item.form-type-checkboxes.form-item-profile-bookmarks-field-contact-optin-und input[type="checkbox"] {
  margin-right: 5px; }

form#bookmark-user-login-form div.form-item.form-item-email {
  margin-top: 1em; }

form#bookmark-user-register-form div.field-name-field-user-first-name {
  margin-top: 1em; }

.page-user-bookmarks {
  /* Popup forms on My Pages */ }
  .page-user-bookmarks .ui-widget-content {
    z-index: 11009;
    max-width: 400px;
    width: 100% !important;
    padding: 0; }
    .page-user-bookmarks .ui-widget-content > .form {
      margin: .5em 1em; }
  .page-user-bookmarks .rnib_bookmark_organiser-add-folder-form input.form-text input.form-text {
    line-height: inherit;
    margin-left: auto;
    margin-right: auto; }
  .page-user-bookmarks .rnib_bookmark_organiser-add-folder-form input.form-text #dialog .form h2 {
    font-size: inherit; }
  .page-user-bookmarks .rnib_bookmark_organiser-index-table .folder h2 {
    color: #00a2ae;
    line-height: 2em;
    font-size: inherit;
    padding: 2px 0;
    float: left; }

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

.page--heading span.flag-bookmark {
  background-color: #E0F5CC;
  display: block;
  padding: 10px 0 10px 60px; }
  .page--heading span.flag-bookmark .flag-message {
    display: block !important;
    position: static;
    font-size: 16px;
    line-height: 25px;
    font-size: 1.2em;
    width: 100%; }

form#rnib-bookmark-organiser-delete-item-form .form-actions {
  text-align: right; }
  form#rnib-bookmark-organiser-delete-item-form .form-actions .form-submit {
    float: none;
    margin: 10px 20px; }

.page-bookmark-printselected .cycle-slideshow.hero .cycle-slide.cycle-slide-active,
.page-bookmark-printfolder .cycle-slideshow.hero .cycle-slide.cycle-slide-active {
  height: auto !important;
  position: relative !important; }

.page-bookmark-printselected .cycle-slideshow.hero .wysiwyg img,
.page-bookmark-printfolder .cycle-slideshow.hero .wysiwyg img {
  margin: 0 !important;
  float: none; }

.page-bookmark-printselected section.bulk_print,
.page-bookmark-printfolder section.bulk_print {
  padding: 0; }
  .page-bookmark-printselected section.bulk_print .wysiwyg h4 a.node_title,
  .page-bookmark-printfolder section.bulk_print .wysiwyg h4 a.node_title {
    display: none; }
  .page-bookmark-printselected section.bulk_print section.multi-promo h2,
  .page-bookmark-printfolder section.bulk_print section.multi-promo h2 {
    padding: 30px 0 10px 0; }
  .page-bookmark-printselected section.bulk_print section.promo--blocks,
  .page-bookmark-printfolder section.bulk_print section.promo--blocks {
    padding: 20px 0 30px 0;
    margin-top: 20px; }
    .page-bookmark-printselected section.bulk_print section.promo--blocks .form-item-other-one-off-amount,
    .page-bookmark-printfolder section.bulk_print section.promo--blocks .form-item-other-one-off-amount {
      width: 155px; }
    .page-bookmark-printselected section.bulk_print section.promo--blocks #edit-other-one-off-amount,
    .page-bookmark-printfolder section.bulk_print section.promo--blocks #edit-other-one-off-amount {
      margin-left: 10px; }
    .page-bookmark-printselected section.bulk_print section.promo--blocks span.field-prefix,
    .page-bookmark-printfolder section.bulk_print section.promo--blocks span.field-prefix {
      margin: 11px 0 0 42px; }
    .page-bookmark-printselected section.bulk_print section.promo--blocks .dp-buttons,
    .page-bookmark-printfolder section.bulk_print section.promo--blocks .dp-buttons {
      width: 870px; }
  .page-bookmark-printselected section.bulk_print .wysiwyg figure,
  .page-bookmark-printfolder section.bulk_print .wysiwyg figure {
    width: 98%;
    margin: 0 auto; }

@media all and (max-width: 800px) {
  .wysiwyg .bookmark-legend dt {
    clear: left; }
  .wysiwyg .bookmark-legend dd {
    max-width: 100%;
    margin-bottom: 15px; } }

.apple-pay-button {
  background-color: #000000;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: donate;
  visibility: hidden;
  display: none;
  margin: 0px auto 20px !important;
  width: 212px;
  height: 50px;
  box-sizing: border-box;
  text-indent: -9999999px; }
  @media all and (min-width: 768px) and (max-width: 1150px) {
    .apple-pay-button {
      margin: 20px 14px 0px; } }
  @media all and (min-width: 1150px) {
    .apple-pay-button {
      display: inline-block; } }
  .apple-pay-button:hover, .apple-pay-button:focus, .apple-pay-button:active {
    -apple-pay-button-style: white; }

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    margin: 0px auto 20px !important;
    width: 212px;
    height: 50px;
    box-sizing: border-box;
    visibility: hidden;
    display: block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: #000000; }
    .apple-pay-button:hover, .apple-pay-button:focus, .apple-pay-button:active {
      background-image: -webkit-named-image(apple-pay-logo-black);
      background-color: #ffffff; } }

span.button-label {
  text-indent: -9999999px;
  display: inline-block; }

.apple-pay-button.visible {
  display: block;
  visibility: visible; }
  @media all and (min-width: 1150px) {
    .apple-pay-button.visible {
      display: inline-block; } }

#apple-privacy-intro.apple-pay-privacy-copy, #apple-privacy-more-copy.apple-pay-privacy-more {
  padding: 0 30px; }
  #apple-privacy-intro.apple-pay-privacy-copy h2, #apple-privacy-intro.apple-pay-privacy-copy h3, #apple-privacy-more-copy.apple-pay-privacy-more h2, #apple-privacy-more-copy.apple-pay-privacy-more h3 {
    color: #000000;
    padding: 15px 0; }
  #apple-privacy-intro.apple-pay-privacy-copy p, #apple-privacy-more-copy.apple-pay-privacy-more p {
    margin: 0;
    padding: 10px 0;
    color: #ffffff;
    text-align: left;
    font-weight: normal; }
  #apple-privacy-intro.apple-pay-privacy-copy a, #apple-privacy-more-copy.apple-pay-privacy-more a {
    color: #ffe72f;
    text-decoration: underline;
    display: inline;
    word-wrap: normal;
    cursor: pointer; }
    #apple-privacy-intro.apple-pay-privacy-copy a:hover, #apple-privacy-intro.apple-pay-privacy-copy a:focus, #apple-privacy-more-copy.apple-pay-privacy-more a:hover, #apple-privacy-more-copy.apple-pay-privacy-more a:focus {
      text-decoration: underline; }

.apple-pay-privacy-intro {
  display: none; }

.apple-pay-privacy-intro.visible {
  display: none; }

.apple-pay-privacy-more {
  display: none; }

#apple-privacy-read-more.read-more-link {
  display: none; }

#apple-privacy-read-more.read-more-link.hidden {
  display: none; }

#site-map .site-map-box {
  margin-bottom: 0 !important; }

#site-map ul {
  list-style: none;
  margin: 0;
  padding: 0 2rem !important; }

#site-map li {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 0.25rem solid #e50072;
  padding: 1rem 0 1rem 0; }
  #site-map li.expanded a {
    padding-right: 3rem !important; }
  #site-map li.expanded-link {
    border-bottom: 0;
    padding-bottom: 0; }
    #site-map li.expanded-link .site-map-menu {
      margin-top: .5rem; }
  #site-map li .site-map-menu {
    display: none; }
    #site-map li .site-map-menu li.first {
      border-top: 0.25rem solid #e50072;
      margin-top: 1.25rem; }
  #site-map li .expand-collapse {
    display: block;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 2.75rem;
    height: 2.5rem;
    background-color: #e50072;
    overflow: hidden;
    cursor: pointer; }
    #site-map li .expand-collapse:hover, #site-map li .expand-collapse:focus {
      background-color: #555554;
      color: #ffffff; }
    #site-map li .expand-collapse[aria-expanded="true"] {
      background-color: black; }
      #site-map li .expand-collapse[aria-expanded="true"]:hover, #site-map li .expand-collapse[aria-expanded="true"]:focus {
        background-color: #000000;
        outline: 0.125rem solid #e50072;
        outline-offset: -.125rem; }
      #site-map li .expand-collapse[aria-expanded="true"]:before {
        content: '-';
        line-height: 2.1rem;
        font-size: 2.75rem; }
    #site-map li .expand-collapse[aria-expanded="false"] {
      background-color: #e50072;
      margin-bottom: 5px; }
      #site-map li .expand-collapse[aria-expanded="false"]:hover, #site-map li .expand-collapse[aria-expanded="false"]:focus {
        background-color: #000000;
        outline: 0.125rem solid #e50072;
        outline-offset: -.125rem; }
    #site-map li .expand-collapse:before {
      content: '+';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 2.5rem;
      color: #ffffff;
      text-align: center;
      font-size: 2.75rem;
      font-weight: 500; }
  #site-map li a {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: none;
    border: .20rem solid white; }
    #site-map li a:focus, #site-map li a:hover {
      border: 0.2rem solid #e50072; }
  #site-map li ul {
    padding: 0 0 1rem 1rem !important; }

@media all and (-ms-high-contrast: active) {
  #site-map {
    -ms-high-contrast-adjust: none; }
    #site-map .site-map-box {
      margin-bottom: 0 !important; }
    #site-map ul {
      list-style: none;
      margin: 0;
      padding: 0 2rem !important; }
    #site-map li {
      position: relative;
      display: block;
      font-size: 1.5rem;
      font-weight: 600;
      text-decoration: none;
      border-bottom: 0.25rem solid #ffffff;
      padding: 1rem 0 1rem 0; }
      #site-map li.expanded a {
        padding-right: 3rem !important; }
      #site-map li.expanded-link {
        border-bottom: 0;
        padding-bottom: 0; }
        #site-map li.expanded-link:before {
          content: '';
          display: block;
          position: absolute;
          top: 4rem;
          left: 0;
          right: 0;
          height: .25rem;
          width: 100%;
          background-color: black; }
        #site-map li.expanded-link .site-map-menu {
          margin-top: .5rem; }
      #site-map li .site-map-menu {
        display: none; }
      #site-map li .expand-collapse {
        display: block;
        position: absolute;
        right: 0;
        top: 1rem;
        width: 2.75rem;
        height: 2.5rem;
        overflow: hidden;
        cursor: pointer;
        background-color: black; }
        #site-map li .expand-collapse:hover, #site-map li .expand-collapse:focus {
          background-color: black;
          border: .20rem solid white;
          color: #ffffff; }
        #site-map li .expand-collapse[aria-expanded="true"] {
          background-color: #55FF00;
          border: 0.2rem solid #55FF00; }
          #site-map li .expand-collapse[aria-expanded="true"]:hover, #site-map li .expand-collapse[aria-expanded="true"]:focus {
            background-color: black;
            border: .20rem solid white; }
          #site-map li .expand-collapse[aria-expanded="true"]:before {
            content: '-';
            line-height: 2.1rem;
            font-size: 2.75rem; }
        #site-map li .expand-collapse[aria-expanded="false"] {
          background-color: black;
          border: .20rem solid black; }
          #site-map li .expand-collapse[aria-expanded="false"]:hover, #site-map li .expand-collapse[aria-expanded="false"]:focus {
            background-color: black;
            border: .20rem solid white; }
        #site-map li .expand-collapse:before {
          content: '+';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          line-height: 2.5rem;
          color: #ffffff;
          text-align: center;
          font-size: 2.75rem;
          font-weight: 500; }
          #site-map li .expand-collapse:before:hover, #site-map li .expand-collapse:before:focus {
            background-color: black;
            border: .20rem solid white; }
      #site-map li a {
        position: relative;
        display: inline-block;
        font-size: 1.5rem;
        text-decoration: none;
        color: #ffffff;
        border: .20rem solid black; }
        #site-map li a:focus, #site-map li a:hover {
          border: .20rem solid white;
          color: #ffffff !important;
          background-color: black !important; }
      #site-map li ul {
        padding: 0 0 1rem 1rem !important; } }

@media (max-width: 300px) {
  #site-map .site-map-box ul {
    padding: 5px !important; }
    #site-map .site-map-box ul ul {
      padding: 2px !important; }
  #site-map li.expanded-link ul {
    padding-left: 1px;
    border-left: 1px solid #555554; }
  #site-map li a {
    box-sizing: padding-box;
    font-size: 16px; }
  #site-map li.expanded a {
    padding: 0px !important;
    margin-left: 1px; }
  #site-map li .expand-collapse {
    position: relative;
    width: 100%; }
  #site-map li.expanded-link:before {
    display: none; } }

.form--toolkit #edit-next {
  float: right; }

.form--toolkit #edit-draft {
  position: absolute;
  top: 5.5rem;
  left: 0; }
  @media screen and (max-width: 375px) {
    .form--toolkit #edit-draft {
      position: initial; } }

.form--toolkit #edit-submit {
  float: right; }
  @media screen and (max-width: 321px) {
    .form--toolkit #edit-submit {
      float: left; } }

.form--toolkit .webform-component-markup {
  padding: 0;
  background-color: transparent; }

.form--toolkit .form-actions {
  position: relative;
  padding-bottom: 5rem; }

.toolkit--steps {
  box-sizing: border-box;
  background-color: #e50072;
  padding: 1rem 2rem; }

@media all and (min-width: 48em) {
  .toolkit--step-title,
  .toolkit--step-number {
    box-sizing: border-box;
    display: inline-block; } }

.no-csstransforms .toolkit--step-title, .no-csstransforms
.toolkit--step-number {
  box-sizing: border-box;
  display: inline-block; }

.toolkit--step-title h2,
.toolkit--step-number h2 {
  color: #ffffff;
  padding: 0; }

@media all and (min-width: 48em) {
  .toolkit--step-title {
    width: 45%;
    overflow-wrap: break-word; } }

.no-csstransforms .toolkit--step-title {
  width: 45%;
  overflow-wrap: break-word; }

@media all and (min-width: 80em) {
  .toolkit--step-title {
    width: 70%; } }

.no-csstransforms .toolkit--step-title {
  width: 70%; }

@media all and (min-width: 48em) {
  .toolkit--step-number {
    float: right; } }

.no-csstransforms .toolkit--step-number {
  float: right; }

.toolkit--image img {
  width: 100%;
  height: 100%;
  display: block; }

#edit-retrieve + #edit-next {
  float: right; }
  @media screen and (max-width: 376px) {
    #edit-retrieve + #edit-next {
      float: left; } }

.button__rounded {
  display: inherit;
  width: fit-content; }

.toolkit--copy + .form--toolkit #edit-submit {
  float: left; }

.form--toolkit .password-parent,
.form--toolkit .confirm-parent {
  width: 100%; }

.form--toolkit .password-suggestions {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.toolkit.button__rounded.back-to-form {
  float: right; }
  @media screen and (max-width: 462px) {
    .toolkit.button__rounded.back-to-form {
      float: left;
      margin-left: 0; } }

#copy-button {
  display: inline; }

div.ctools-modal-content {
  color: #00151d;
  border: 0;
  overflow-y: scroll; }
  div.ctools-modal-content .modal-wrapper {
    position: relative; }
  div.ctools-modal-content .modal-header {
    background-color: transparent;
    font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
    padding: 2rem 2rem 0;
    margin-bottom: 1.5rem; }
    div.ctools-modal-content .modal-header .modal-title {
      display: block;
      overflow: initial;
      white-space: normal; }
    div.ctools-modal-content .modal-header h2 {
      display: inline-block;
      border-bottom: 5px solid #00819E;
      padding-top: 1rem; }
    div.ctools-modal-content .modal-header h3 {
      padding: 0;
      margin: 1.5rem 0; }
    div.ctools-modal-content .modal-header .close {
      width: 100%;
      box-sizing: border-box;
      margin-top: 0;
      text-align: center; }
      @media all and (min-width: 48em) {
        div.ctools-modal-content .modal-header .close {
          position: absolute;
          top: 2rem;
          right: 0;
          margin: 0 !important;
          padding: 1rem;
          z-index: 1001;
          width: auto; } }
      .no-csstransforms div.ctools-modal-content .modal-header .close {
        position: absolute;
        top: 2rem;
        right: 0;
        margin: 0 !important;
        padding: 1rem;
        z-index: 1001;
        width: auto; }
  div.ctools-modal-content .modal-content {
    box-sizing: border-box;
    padding: 0 0 2rem 2rem;
    overflow: visible; }

#modalContent {
  width: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

#facetapi-block:after {
  content: "";
  display: table;
  clear: both; }

#search-shop img {
  min-width: 100%; }

.search--results .content {
  padding: 1.5rem 2rem;
  background-color: #e5e7e8; }

.search--results .search-top-info ul, .search--results .shop-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .search--results .search-top-info ul li, .search--results .shop-wrapper ul li {
    display: inline-block; }

.search--results .sections {
  font-size: 0;
  margin-top: 2rem; }
  .search--results .sections > div {
    width: 100%;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media all and (min-width: 80em) {
      .search--results .sections > div:first-child {
        padding-right: 1rem;
        width: 66.66665%; } }
    .no-csstransforms .search--results .sections > div:first-child {
      padding-right: 1rem;
      width: 66.66665%; }
    @media all and (min-width: 80em) {
      .search--results .sections > div:last-child {
        padding-left: 1rem;
        width: 33.33335%; } }
    .no-csstransforms .search--results .sections > div:last-child {
      padding-left: 1rem;
      width: 33.33335%; }
    .search--results .sections > div:last-child h4 {
      font-size: 1.375rem;
      padding: 0 0 1rem 0;
      margin-bottom: 2rem;
      border-bottom: 5px solid #00819E; }
    .search--results .sections > div:last-child ul {
      margin: 0;
      padding: 0 1rem; }
      .search--results .sections > div:last-child ul li {
        margin: 0;
        padding: .5rem 0 .5rem 1rem; }
        .search--results .sections > div:last-child ul li a {
          float: none;
          width: auto; }
    .search--results .sections > div:last-child .view-more a {
      color: #ffffff;
      font-weight: 500; }
  .search--results .sections li {
    background-color: transparent !important;
    margin: 0; }
  .search--results .sections .search-top-info {
    padding: 0 0 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 5px solid #e50072; }
    .search--results .sections .search-top-info .sort > * {
      display: block; }
      @media all and (min-width: 48em) {
        .search--results .sections .search-top-info .sort > * {
          display: inline-block; } }
      .no-csstransforms .search--results .sections .search-top-info .sort > * {
        display: inline-block; }
    .search--results .sections .search-top-info .sort ul {
      text-align: right; }
      @media all and (min-width: 48em) {
        .search--results .sections .search-top-info .sort ul {
          float: right; } }
      .no-csstransforms .search--results .sections .search-top-info .sort ul {
        float: right; }
      .search--results .sections .search-top-info .sort ul li {
        display: inline-block;
        padding: 0 0 0 1.5rem;
        text-align: right; }
        .search--results .sections .search-top-info .sort ul li img {
          display: none !important; }
        .search--results .sections .search-top-info .sort ul li a {
          float: none;
          width: auto;
          margin: 0; }
  .search--results .sections ol.search-results li {
    padding-right: 0; }
    .search--results .sections ol.search-results li > * {
      margin: 1.25rem 0 1rem 0 !important;
      padding: 0; }
  .search--results .sections ol.search-results .search-snippet {
    /* RPHP-110 - Fix for SOLR ignoring keyword/tag pre/post markup */ }
    .search--results .sections ol.search-results .search-snippet em {
      font-style: normal;
      font-weight: bold; }
  .search--results .sections #search-shop ul {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0; }
    .search--results .sections #search-shop ul li {
      margin: 0;
      padding: 0; }
      .search--results .sections #search-shop ul li img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto; }
      .search--results .sections #search-shop ul li > * {
        padding: 0 !important;
        margin: 1.5rem 0 1rem 0; }
      .search--results .sections #search-shop ul li .shop-content {
        margin-top: 1.5rem; }

.faq-wrapper a {
  margin: 0 !important; }

#facetapi-block .form-checkboxes {
  margin: 1.5rem 0 0; }
  #facetapi-block .form-checkboxes .form-type-checkbox {
    display: inline-block;
    margin: 0 2rem 0 0; }

@media (max-width: 768px) {
  .search-top-info .sort ul {
    margin-bottom: 10px;
    float: left;
    clear: both;
    text-align: left !important; }
    .search-top-info .sort ul li {
      padding: 0 1.5rem 0 0 !important; } }

@media (max-width: 48em) {
  #facetapi-block,
  .search--results .sections .search-top-info,
  .pager-wrapper,
  .faq-wrapper,
  .search--results .sections > div:last-child h4 {
    padding: 0 2rem; }
  .search--results .sections ol.search-results li {
    padding: 2rem; } }

@media (max-width: 300px) {
  .page--heading .search-title,
  #facetapi-block,
  .search--results .sections .search-top-info,
  .pager-wrapper,
  .faq-wrapper,
  .search--results .sections > div:last-child h4,
  .search--results .content,
  .search--results .sections ol.search-results li {
    padding: 5px; }
  .search--results .sections .search-top-info .sort ul li {
    text-align: left; } }

#search-shop .shop-content a {
  text-decoration: none; }
  #search-shop .shop-content a .price {
    text-decoration: underline; }
  #search-shop .shop-content a:hover .price {
    text-decoration: none; }

.block--faq-wrapper {
  position: relative;
  margin-top: 32px;
  z-index: 10; }
  .block--faq-wrapper .ajax-progress-throbber {
    background-color: #595a5c !important; }
  .block--faq-wrapper .promo--module.faq-promo {
    background-color: #e5e7e8; }
    .block--faq-wrapper .promo--module.faq-promo figure {
      background-color: transparent; }
    .block--faq-wrapper .promo--module.faq-promo .icon-wrapper {
      width: 3.75rem;
      height: 3.75rem; }
      .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .icon, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .button--side.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .button--side.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .button--side.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.button.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-right.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.button.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-down.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.button.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-up.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.button.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.arrow-right.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.button.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.arrow-down.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.button.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper div.arrow-up.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button a.arrow-right:after, p.button .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button__rounded a.arrow-right:after, p.button__rounded .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button a.arrow-down:after, p.button .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button__rounded a.arrow-down:after, p.button__rounded .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button a.arrow-up:after, p.button .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.button__rounded a.arrow-up:after, p.button__rounded .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.button.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-right.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.button.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-down.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.button.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-up.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.button.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.arrow-right.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.button.arrow-down:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.arrow-down.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.button.arrow-up:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper button.arrow-up.button__rounded:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-right[type="submit"]:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-down[type="submit"]:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper input.arrow-up[type="submit"]:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .button > span.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .button__rounded > span.arrow-right:after, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search a:before, .header .nav-wrapper .nav--top-header .nav--top-header__buttons .top-header-search .block--faq-wrapper .promo--module.faq-promo .icon-wrapper a:before, .block--faq-wrapper .promo--module.faq-promo .icon-wrapper p.navigation-title:after {
        font-size: 2.5rem; }
    .block--faq-wrapper .promo--module.faq-promo h3 {
      margin-left: 1rem; }
    .block--faq-wrapper .promo--module.faq-promo ul {
      color: #000000;
      list-style-position: inside;
      padding-left: 1rem;
      margin-bottom: 2rem;
      font-size: 1rem;
      line-height: 1.5; }
      .block--faq-wrapper .promo--module.faq-promo ul > li {
        margin-bottom: 0.5rem; }

.node-type-contact-us-form form .load-spinner {
  width: 100%;
  position: relative;
  z-index: 5; }

.page-node-done h1, .page-node-done .thanks-label {
  line-height: 1.5;
  font-size: 25px !important;
  font-weight: 600; }

.faq-search.button:hover, .faq-search.button__rounded:hover, .faq-search.button:focus, .faq-search.button__rounded:focus {
  background-color: #595A5C; }

/**
 * Responsive sizing.
 */
@media all and (min-width: 80em) {
  .node-type-contact-us-form form {
    position: relative; }
  .node-type-contact-us-form .load-spinner {
    position: absolute !important;
    left: 100%;
    top: 10rem;
    width: 50% !important; }
  .block--faq-wrapper {
    position: absolute;
    left: 100%;
    top: 0;
    width: 42%;
    margin: 0 0 0 40px; }
    .block--faq-wrapper .promo--module.faq-promo ul {
      font-size: 0.8rem; }
  .page-node-done h1, .page-node-done .thanks-label {
    font-size: 38px !important; } }

.node-type-rnib-event-2 .page--heading h1 {
  font-size: 2.45rem; }

.node-rnib-event-2.view-mode-full.ds-2col-stacked {
  position: relative;
  margin-bottom: 1.75rem; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header {
    box-sizing: border-box;
    margin: 0 0 3.25rem 0;
    display: table;
    width: 100%; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-left {
    padding-left: 2em;
    padding-right: 2em; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-left:after {
      content: "";
      display: table;
      clear: both; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left {
    position: relative;
    padding: 3.5rem 0 3.5rem 2rem;
    font: 2rem "Ingra";
    font-weight: 400;
    border-top: 6px solid #e50072;
    border-bottom: 6px solid #e50072;
    display: table-cell;
    vertical-align: top;
    width: 49%; }
    @media (min-width: 1200px) {
      .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left:before {
        content: '';
        display: block;
        position: absolute;
        height: 7px;
        top: -6px;
        left: 0;
        width: 2rem;
        background-color: #ffffff; }
      .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left:after {
        content: '';
        display: block;
        position: absolute;
        height: 7px;
        bottom: -7px;
        left: 0;
        width: 2rem;
        background-color: #ffffff; } }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .period-title {
      font-size: 2rem; }
      .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .period-title ~ *:not(.event-book-now-btn) {
        font-size: 2rem; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .time,
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .date,
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .delimiter,
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .period-next-label {
      display: inline; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .phone-event-label {
      margin-top: 0.75rem; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .location {
      position: relative;
      display: inline-block; }
      .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .location:not(:last-child) .adr {
        position: relative;
        padding-right: .5rem; }
        .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .location:not(:last-child) .adr::after {
          position: absolute;
          content: ",";
          top: 0;
          right: 0; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left .field-collection-container {
      margin-bottom: 3.75rem; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-right {
    box-sizing: border-box;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    display: table-cell;
    vertical-align: top;
    width: 51%;
    padding: 0 2rem; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-right img {
      min-width: 400px;
      height: auto;
      margin: 0;
      float: none;
      width: 100%; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-event-type {
    margin-bottom: 2rem; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .document--list .document--item {
    width: auto;
    padding-left: 1.87rem;
    padding-right: 1.87rem; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .a2a_kit {
    display: block;
    margin-top: 3.5rem; }
  @media all and (-ms-high-contrast: active) {
    .node-rnib-event-2.view-mode-full.ds-2col-stacked a {
      border: 2px dashed transparent;
      display: inline-block; }
      .node-rnib-event-2.view-mode-full.ds-2col-stacked a:focus, .node-rnib-event-2.view-mode-full.ds-2col-stacked a:hover {
        border: 2px dashed #ffffff; } }

@media (min-width: 769px) and (max-width: 1199px) {
  .node-rnib-event-2.view-mode-full .document--list {
    width: 50%; } }

@media (max-width: 1199px) {
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header {
    flex-wrap: wrap;
    display: block;
    padding: 0 2rem; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-left {
    display: block;
    width: 100%;
    margin-bottom: 1.75rem;
    margin-right: 0;
    padding-left: 0; }
  .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-right {
    display: block;
    width: 100%;
    padding: 0; }
    .node-rnib-event-2.view-mode-full.ds-2col-stacked .group-header-right img {
      min-width: auto;
      width: 100%;
      height: auto; } }

@media (max-width: 768px) {
  .node-rnib-event-2.view-mode-full .document--list {
    margin: 3.75rem 0 3.75rem;
    padding: 1px;
    order: 1; }
    .node-rnib-event-2.view-mode-full .document--list > h3 {
      font-size: 22px;
      font-weight: 700; }
    .node-rnib-event-2.view-mode-full .document--list .document--item {
      font-size: 19px; }
  .node-rnib-event-2.view-mode-full .a2a_kit {
    order: 2; } }

.node-rnib-event-2 .field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }
  .node-rnib-event-2 .field-collection-container .field-collection-view {
    margin: 0;
    padding: 0; }

.node-rnib-event-2 .field-collection-item-field-event2-location {
  display: inline;
  margin: 0 15px 20px 0; }

.node-rnib-event-2 .group-info-wrapper + a {
  display: inline-block;
  margin-top: 2.8rem;
  padding: 1rem 2rem;
  color: #ffffff;
  font-size: 1.37rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #e50072; }
  .node-rnib-event-2 .group-info-wrapper + a:hover, .node-rnib-event-2 .group-info-wrapper + a.active, .node-rnib-event-2 .group-info-wrapper + a:focus {
    background-color: #555554;
    color: #ffffff; }

.node-rnib-event-2 .event-book-now-btn {
  display: inline-block;
  margin-top: 2.8rem;
  padding: 1rem 2rem;
  color: #ffffff;
  font-size: 1.37rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #e50072; }
  .node-rnib-event-2 .event-book-now-btn:hover, .node-rnib-event-2 .event-book-now-btn.active, .node-rnib-event-2 .event-book-now-btn:focus {
    background-color: #555554;
    color: #ffffff; }

@media all and (-ms-high-contrast: active) {
  .node-rnib-event-2 .group-info-wrapper + a, .node-rnib-event-2 .group-info-wrapper .event-book-now-btn {
    border: 2px solid #55FF00 !important;
    color: #55FF00; }
    .node-rnib-event-2 .group-info-wrapper + a:hover, .node-rnib-event-2 .group-info-wrapper + a.active, .node-rnib-event-2 .group-info-wrapper + a:focus, .node-rnib-event-2 .group-info-wrapper .event-book-now-btn:hover, .node-rnib-event-2 .group-info-wrapper .event-book-now-btn.active, .node-rnib-event-2 .group-info-wrapper .event-book-now-btn:focus {
      border: 2px dashed #ffffff !important;
      text-decoration: underline; } }

.node-rnib-event-2 .group-event-type {
  font: 1.19rem "Ingra";
  font-weight: 500; }

.node-rnib-event-2 .group-footer > .promo--blocks,
.node-rnib-event-2 .group-footer > .multi-promo {
  padding: 2rem 2rem 0; }

.node-rnib-event-2 .a2a_kit {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 39px; }
  .node-rnib-event-2 .a2a_kit::before {
    position: absolute;
    content: "Share this event:";
    font: 19px "Ingra";
    font-weight: 700;
    top: 0;
    left: 0; }
  .node-rnib-event-2 .a2a_kit [class^="a2a_button"] {
    position: relative;
    margin-right: 20px;
    margin-bottom: 7px;
    padding: 0;
    text-decoration: none; }
    .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:after {
      content: "";
      display: table;
      clear: both; }
    .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:hover, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:focus, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:active {
      text-decoration: none; }
    .node-rnib-event-2 .a2a_kit [class^="a2a_button"]::before {
      position: absolute;
      content: '';
      font: 18px "Ingra";
      color: #fff;
      text-decoration: none;
      transform: translateY(-50%);
      z-index: 1;
      top: 50%;
      left: 32px; }
      .node-rnib-event-2 .a2a_kit [class^="a2a_button"]::before:hover, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]::before:focus, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]::before:active {
        text-decoration: none; }
    .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg {
      width: 130px;
      height: 31px;
      padding-left: 6px;
      margin-top: -7px;
      font-size: 0;
      border-radius: 0; }
      .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg svg {
        width: 22px;
        margin: 5px 0; }
        @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
          .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg svg {
            margin: 0; } }
    @media all and (-ms-high-contrast: active) {
      .node-rnib-event-2 .a2a_kit [class^="a2a_button"] {
        display: inline-block; }
        .node-rnib-event-2 .a2a_kit [class^="a2a_button"]::before {
          display: none; }
        .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:hover .a2a_svg, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:focus .a2a_svg, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:active .a2a_svg {
          background-color: transparent !important;
          opacity: 1; }
          .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:hover .a2a_svg svg path, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:focus .a2a_svg svg path, .node-rnib-event-2 .a2a_kit [class^="a2a_button"]:active .a2a_svg svg path {
            fill: #fff; }
        .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg {
          display: inline-block;
          width: 52px;
          height: 52px;
          margin: 0;
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff !important;
          text-align: center; }
          .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg svg {
            width: auto;
            height: 100%;
            margin: 0; }
            .node-rnib-event-2 .a2a_kit [class^="a2a_button"] .a2a_svg svg path {
              fill: #000; } }
  .node-rnib-event-2 .a2a_kit .a2a_button_facebook::before {
    content: 'Facebook'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_twitter::before {
    content: 'Twitter'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_linkedin::before {
    content: 'LinkedIn'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_instagram::before {
    content: 'Instagram'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_facebook_messenger::before {
    content: 'Messenger'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_whatsapp::before {
    content: 'WhatsApp'; }
  .node-rnib-event-2 .a2a_kit .a2a_button_email::before {
    content: 'Email'; }
  .node-rnib-event-2 .a2a_kit .a2a_dd {
    margin-bottom: 7px; }
    .node-rnib-event-2 .a2a_kit .a2a_dd > .a2a_svg {
      width: 31px;
      height: 31px;
      line-height: 31px;
      border-radius: 0;
      float: left; }
    @media all and (-ms-high-contrast: active) {
      .node-rnib-event-2 .a2a_kit .a2a_dd {
        padding-left: 0;
        padding-right: 0; }
        .node-rnib-event-2 .a2a_kit .a2a_dd:hover > .a2a_svg, .node-rnib-event-2 .a2a_kit .a2a_dd:focus > .a2a_svg, .node-rnib-event-2 .a2a_kit .a2a_dd:active > .a2a_svg {
          background-color: transparent !important;
          opacity: 1; }
          .node-rnib-event-2 .a2a_kit .a2a_dd:hover > .a2a_svg svg g, .node-rnib-event-2 .a2a_kit .a2a_dd:focus > .a2a_svg svg g, .node-rnib-event-2 .a2a_kit .a2a_dd:active > .a2a_svg svg g {
            fill: #fff; }
        .node-rnib-event-2 .a2a_kit .a2a_dd > .a2a_svg {
          display: inline-block;
          width: 52px;
          height: 52px;
          padding: 10px;
          box-sizing: border-box;
          background-color: #fff !important;
          text-align: center;
          line-height: 50px; }
          .node-rnib-event-2 .a2a_kit .a2a_dd > .a2a_svg svg {
            width: auto;
            height: 100%;
            margin: 0; }
            .node-rnib-event-2 .a2a_kit .a2a_dd > .a2a_svg svg g {
              fill: #000; } }

section.promo--module {
  position: relative; }

.rnib-event-promo {
  margin: 0;
  padding: 2rem; }
  .rnib-event-promo:after {
    content: "";
    display: table;
    clear: both; }
  .rnib-event-promo .promo-top-separator,
  .rnib-event-promo .promo-bottom-separator {
    height: 2px;
    background-color: #e5e7e8;
    clear: both; }
  .rnib-event-promo h2 {
    display: block;
    margin: 2.68rem 0 3.19rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font: 2rem "Ingra";
    font-weight: 500;
    border-bottom: 5px solid #e50072; }
  .rnib-event-promo .contextual-links-region ul {
    margin: 0;
    padding: 0; }
    .rnib-event-promo .contextual-links-region ul:after {
      content: "";
      display: table;
      clear: both; }
    .rnib-event-promo .contextual-links-region ul li {
      display: block;
      margin-bottom: 2rem;
      list-style-type: none;
      list-style-image: none; }
      .rnib-event-promo .contextual-links-region ul li a {
        text-decoration: underline; }
        .rnib-event-promo .contextual-links-region ul li a:hover, .rnib-event-promo .contextual-links-region ul li a:focus, .rnib-event-promo .contextual-links-region ul li a:active {
          text-decoration: none; }
      @media all and (min-width: 48em) {
        .rnib-event-promo .contextual-links-region ul li {
          width: 50%;
          float: left; } }
      .no-csstransforms .rnib-event-promo .contextual-links-region ul li {
        width: 50%;
        float: left; }
  .rnib-event-promo a.button, .rnib-event-promo a.button__rounded {
    display: inline-block;
    margin: 1.19rem 0 3.18rem;
    float: right;
    clear: both; }

.a2a_menu.a2a_full.a2a_localize .a2a_full_header {
  position: relative;
  padding-top: 20px; }
  .a2a_menu.a2a_full.a2a_localize .a2a_full_header .close-a2a-modal {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    color: #000000;
    background-color: #ffffff;
    border: 1px dashed transparent;
    cursor: pointer; }
    .a2a_menu.a2a_full.a2a_localize .a2a_full_header .close-a2a-modal:focus, .a2a_menu.a2a_full.a2a_localize .a2a_full_header .close-a2a-modal:hover {
      background-color: #eee; }
  .a2a_menu.a2a_full.a2a_localize .a2a_full_header #title-a2a-modal {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    color: #000000; }

.a2a_menu.a2a_full.a2a_localize .a2a_full_footer a:focus, .a2a_menu.a2a_full.a2a_localize .a2a_full_footer a:hover {
  text-decoration: underline; }

.a2a_menu.a2a_full.a2a_localize #a2apage_find {
  width: 97%;
  border: 1px solid transparent; }
  .a2a_menu.a2a_full.a2a_localize #a2apage_find:focus {
    border: 1px solid rgba(1, 102, 255, 0.4); }

@media all and (-ms-high-contrast: active) {
  .a2a_menu.a2a_full.a2a_localize .a2a_full_services a {
    border: 2px solid yellow;
    width: calc(33.334% - 20px); }
    .a2a_menu.a2a_full.a2a_localize .a2a_full_services a:focus, .a2a_menu.a2a_full.a2a_localize .a2a_full_services a:hover {
      border: 2px dashed #ffffff; }
  .a2a_menu.a2a_full.a2a_localize #a2apage_find_container input[type=text] {
    border: 2px dashed transparent;
    width: 97%; }
    .a2a_menu.a2a_full.a2a_localize #a2apage_find_container input[type=text]:focus, .a2a_menu.a2a_full.a2a_localize #a2apage_find_container input[type=text]:hover {
      border: 2px dashed #ffffff; }
  .a2a_mini_services a {
    border: 2px solid yellow !important;
    width: 130px !important; }
    .a2a_mini_services a:focus, .a2a_mini_services a:hover {
      border: 2px dashed #ffffff !important; }
  .a2apage_wide.a2a_wide a {
    border: 2px solid yellow !important; }
    .a2apage_wide.a2a_wide a:focus, .a2apage_wide.a2a_wide a:hover {
      border: 2px dashed #ffffff !important; }
  .a2a_full_footer a {
    border: 2px dashed transparent !important; }
    .a2a_full_footer a:focus, .a2a_full_footer a:hover {
      border: 2px dashed #ffffff !important; }
  .a2a_full_header {
    position: relative; }
    .a2a_full_header .close-a2a-modal {
      color: #ffffff;
      background-color: #000000;
      border: 2px dashed transparent; }
      .a2a_full_header .close-a2a-modal:focus, .a2a_full_header .close-a2a-modal:hover {
        border: 2px dashed #ffffff;
        background-color: #000000; }
  .title-a2a-modal {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px; }
    .title-a2a-modal:focus {
      background: red; } }

.rnib-event-2--event_category #maincontent .content-wrapper .page--heading,
.rnib-event-2--event_category #maincontent .content-wrapper .nav--secondary {
  display: none; }

.wrp-events-calendar-wrapper .listing--pagination {
  border-top: 0; }

.wrp-events-calendar-wrapper > .view-footer {
  padding: 3.375rem 0 5rem 2rem; }
  @media all and (min-width: 1200px) {
    .wrp-events-calendar-wrapper > .view-footer {
      display: none; } }
  @media all and (max-width: 1199px) {
    .wrp-events-calendar-wrapper > .view-footer {
      padding-left: 2rem;
      padding-right: 2rem; } }

.wrp-events-calendar {
  position: relative; }
  .wrp-events-calendar:after {
    content: '';
    display: table;
    clear: both; }
  .wrp-events-calendar .wrp-filter {
    width: 30%;
    min-width: 246px;
    float: right; }
    .wrp-events-calendar .wrp-filter .views-widget-filter-rnib_postcodedb_distance .messages-inline.error {
      display: none;
      color: #8c2e0b; }
    .wrp-events-calendar .wrp-filter .views-widget-filter-rnib_postcodedb_distance div.error, .wrp-events-calendar .wrp-filter .views-widget-filter-rnib_postcodedb_distance .error {
      color: #000000; }
    @media all and (max-width: 1199px) {
      .wrp-events-calendar .wrp-filter section.filter {
        background-color: transparent; } }
    .wrp-events-calendar .wrp-filter.show {
      display: block; }
      @media all and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter.show .form--filter {
          display: block; } }
      @media all and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter.show .title-block a:after {
          transform: rotateZ(-180deg); } }
      @media screen and (-ms-high-contrast: active) and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter.show .title-block a:after {
          transform: rotateZ(-180deg);
          background: url("../img/icon/arr_down_hight_contrast.svg") no-repeat 92% 50%;
          background-size: 16px 10px; } }
    @media all and (max-width: 1199px) {
      .wrp-events-calendar .wrp-filter {
        width: auto;
        margin: 0 2rem 40px 2rem;
        min-width: auto;
        float: none;
        display: inline-block; } }
    @media all and (min-width: 1400px) {
      .wrp-events-calendar .wrp-filter {
        width: 360px; } }
    .wrp-events-calendar .wrp-filter .title-block a {
      display: block;
      font: 28px "Ingra";
      font-weight: 500;
      color: #00151D;
      line-height: 1;
      margin-bottom: 40px;
      padding: 40px 30px 0 30px;
      background-color: #e5e7e8;
      text-decoration: none;
      cursor: text; }
      .wrp-events-calendar .wrp-filter .title-block a:hover, .wrp-events-calendar .wrp-filter .title-block a:active, .wrp-events-calendar .wrp-filter .title-block a:focus {
        outline: none; }
      @media all and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter .title-block a {
          position: relative;
          padding: 20px 50px 20px 20px;
          margin-bottom: 0;
          display: inline-block;
          background-color: #e5e7e8;
          font: 22px "Ingra";
          font-weight: 500;
          cursor: pointer; }
          .wrp-events-calendar .wrp-filter .title-block a:hover, .wrp-events-calendar .wrp-filter .title-block a:active, .wrp-events-calendar .wrp-filter .title-block a:focus {
            text-decoration: underline; }
          .wrp-events-calendar .wrp-filter .title-block a:after {
            content: '';
            width: 16px;
            height: 10px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -5px;
            background: url("../img/icon/arr_down.svg") no-repeat 92% 50%;
            background-size: 16px 10px; } }
      @media screen and (-ms-high-contrast: active) and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter .title-block a:after {
          content: '';
          width: 16px;
          height: 10px;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -5px;
          background: url("../img/icon/arr_down_hight_contrast.svg") no-repeat 92% 50%;
          background-size: 16px 10px; } }
    @media all and (max-width: 1199px) {
      .wrp-events-calendar .wrp-filter .title-block {
        display: inline-block; } }
    .wrp-events-calendar .wrp-filter .form--filter {
      padding: 0 30px 0 30px;
      box-sizing: border-box;
      background-color: #e5e7e8; }
      @media all and (max-width: 1199px) {
        .wrp-events-calendar .wrp-filter .form--filter {
          display: none;
          padding-top: 40px; } }
      @media all and (max-width: 1024px) {
        .wrp-events-calendar .wrp-filter .form--filter {
          width: auto;
          max-width: none;
          margin-left: -2rem;
          margin-right: -2rem;
          padding-bottom: 40px; } }
      .wrp-events-calendar .wrp-filter .form--filter > div {
        display: block;
        width: 100%;
        padding: 0; }
      .wrp-events-calendar .wrp-filter .form--filter .describe-area {
        top: -9999em;
        left: -9999em; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-rnib_postcodedb_distance #location-postal_code-description {
        margin: 0;
        padding: 0;
        font-size: 0 !important; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-rnib_postcodedb_distance .form-item-rnib-postcodedb-distance-search-distance label {
        font-size: 0; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-region label {
        display: none; }
      .wrp-events-calendar .wrp-filter .form--filter .form-item-rnib-postcodedb-distance-search-distance {
        margin-top: 0.75rem; }
      .wrp-events-calendar .wrp-filter .form--filter .form-item-listing + .form-item-listing {
        margin-top: 30px; }
      .wrp-events-calendar .wrp-filter .form--filter .form-item-listing .form-item > label {
        display: none; }
      .wrp-events-calendar .wrp-filter .form--filter .form-item-rnib-postcodedb-distance-postal-code > label {
        display: block !important; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-region {
        margin-top: 10px !important; }
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-region .divider label {
          display: block;
          margin-bottom: .75rem;
          font-size: .9em;
          font-weight: 700; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-rnib_postcodedb_distance .divider label {
        display: block;
        margin: .75rem 0;
        font-size: .9em;
        font-weight: 700; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-phoneevent {
        margin: 15px 0 0 0;
        padding-bottom: 30px; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-0 {
        display: none; }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 label {
        position: relative;
        font-weight: 400;
        padding-left: 2.5rem;
        margin: .5rem 0;
        display: inline-block !important;
        line-height: 1.4;
        font-size: 1rem;
        vertical-align: middle;
        cursor: pointer; }
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 label::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 1.5rem;
          width: 1.5rem;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 24px;
          background-image: url("../img/checkbox-pink.png"); }
      .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input {
        position: absolute;
        width: 0;
        height: 0;
        margin-top: 10px;
        z-index: -1; }
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:not(:checked):hover + label:before, .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:not(:checked):focus + label:before {
          background-position: 0 -24px; }
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:not(:hover):checked + label:before, .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:not(:focus):checked + label:before {
          background-position: 0 -48px; }
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:checked:hover + label:before, .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:checked:focus + label:before {
          background-position: 0 -72px; }
        @media screen and (-ms-high-contrast: active) {
          .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:focus + label:before, .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 input:hover + label:before {
            border: 2px dashed #ffffff; } }
      @media screen and (-ms-high-contrast: active) {
        .wrp-events-calendar .wrp-filter .form--filter .views-widget-filter-field_event_phoneevent_value .form-item-edit-phoneevent-1 label:before {
          border: 2px dashed transparent;
          background-image: url("../img/checkbox-pink-high-contrast.png"); } }
      .wrp-events-calendar .wrp-filter .form--filter select::-ms-expand {
        display: none; }
      @media all and (-ms-high-contrast: active) {
        .wrp-events-calendar .wrp-filter .form--filter select:focus, .wrp-events-calendar .wrp-filter .form--filter select:hover,
        .wrp-events-calendar .wrp-filter .form--filter input:focus,
        .wrp-events-calendar .wrp-filter .form--filter input:hover {
          border: 2px dashed #ffffff; }
        .wrp-events-calendar .wrp-filter .form--filter select::-ms-expand {
          display: block; } }
      .wrp-events-calendar .wrp-filter .form--filter select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 30px;
        background: url("../img/icon/select-icon.svg") no-repeat 95% 50% #ffffff;
        background-size: 11px 17px; }
      .wrp-events-calendar .wrp-filter .form--filter .views-submit-button {
        margin: 0 -30px 0 -30px;
        position: relative; }
        .wrp-events-calendar .wrp-filter .form--filter .views-submit-button:after {
          content: '';
          display: block;
          width: 50px;
          height: 50px;
          background: url("../img/arrow-right-white.png") no-repeat 50% 50%;
          position: absolute;
          left: 100%;
          bottom: 0; }
        .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input {
          width: calc(100% + 60px);
          background: #e50072;
          font-size: 22px;
          color: #ffffff;
          padding: 0.85rem 2rem; }
          @media all and (-ms-high-contrast: active) {
            .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input {
              border: 2px solid #55FF00 !important;
              color: #55FF00; }
              .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:hover, .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:focus, .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:active {
                border: 2px dashed #ffffff !important;
                color: #55FF00; } }
          .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:hover, .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:focus, .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input:active {
            text-decoration: none;
            background: #000000;
            outline: 0.125rem solid #e50072;
            outline-offset: -.125rem; }
        @media all and (max-width: 1024px) {
          .wrp-events-calendar .wrp-filter .form--filter .views-submit-button::after {
            display: none; }
          .wrp-events-calendar .wrp-filter .form--filter .views-submit-button input {
            width: auto;
            margin-left: 30px;
            font-size: 1.375rem;
            border: none; } }
      .wrp-events-calendar .wrp-filter .form--filter .views-reset-button {
        margin-bottom: 40px; }
        .wrp-events-calendar .wrp-filter .form--filter .views-reset-button input {
          padding: 0;
          background-color: transparent;
          color: inherit;
          line-height: 1.4;
          font-family: "Open Sans", sans-serif;
          font-size: 1rem;
          font-weight: 400;
          text-decoration: underline; }
          .wrp-events-calendar .wrp-filter .form--filter .views-reset-button input:hover, .wrp-events-calendar .wrp-filter .form--filter .views-reset-button input:focus, .wrp-events-calendar .wrp-filter .form--filter .views-reset-button input:active {
            text-decoration: none;
            background: transparent !important;
            color: inherit !important;
            outline: none; }
  .wrp-events-calendar .view-content {
    margin: 0 20px;
    width: calc(70% - 46px);
    float: left; }
    .wrp-events-calendar .view-content .listing--pagination {
      padding-top: 0 !important;
      border-top: none; }
      .wrp-events-calendar .view-content .listing--pagination .current a {
        font-weight: 700; }
      .wrp-events-calendar .view-content .listing--pagination a {
        margin-right: 0 !important; }
    @media all and (max-width: 1199px) {
      .wrp-events-calendar .view-content {
        width: calc(100% - 4rem);
        margin: 0 2rem; } }
    @media all and (min-width: 1400px) {
      .wrp-events-calendar .view-content {
        width: calc(100% - 420px);
        margin: 0 30px;
        right: 380px; } }
    .wrp-events-calendar .view-content .views-row {
      padding: 40px 0;
      border-bottom: 1px solid #CCD0D2;
      position: relative;
      order: initial; }
      .wrp-events-calendar .view-content .views-row:after {
        content: "";
        display: table;
        clear: both; }
      @media all and (max-width: 1199px) {
        .wrp-events-calendar .view-content .views-row {
          padding: 20px 0; } }
      @media all and (-ms-high-contrast: active) {
        .wrp-events-calendar .view-content .views-row a {
          border: 2px dashed transparent;
          display: inline-block; }
          .wrp-events-calendar .view-content .views-row a:focus, .wrp-events-calendar .view-content .views-row a:hover {
            border: 2px dashed #ffffff; } }
      .wrp-events-calendar .view-content .views-row.views-row-first {
        border-top: 1px solid #CCD0D2; }
      .wrp-events-calendar .view-content .views-row.pin-1:first-of-type {
        order: -1;
        border-top: 5px solid #e50072;
        border-bottom: 5px solid #e50072;
        position: relative; }
        .wrp-events-calendar .view-content .views-row.pin-1:first-of-type .views-field-title,
        .wrp-events-calendar .view-content .views-row.pin-1:first-of-type .views-field-field-event-period {
          padding-right: 70px; }
      .wrp-events-calendar .view-content .views-row.views-row-last {
        border-bottom: 1px solid #CCD0D2; }
    .wrp-events-calendar .view-content .views-field {
      color: #00151D;
      font-size: 19px;
      margin-left: 43%; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field {
          margin-left: 0;
          font-size: 16px; } }
      @media all and (min-width: 1400px) {
        .wrp-events-calendar .view-content .views-field {
          margin-left: 283px; } }
    .wrp-events-calendar .view-content .views-field-title {
      margin-bottom: 20px; }
      .wrp-events-calendar .view-content .views-field-title .field-content {
        font: 28px "Ingra";
        line-height: 1;
        font-weight: 500; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field-title {
          margin-bottom: 15px; } }
    .wrp-events-calendar .view-content .views-field-field-event-period .field-content * {
      display: inline; }
    .wrp-events-calendar .view-content .views-field-field-event-period,
    .wrp-events-calendar .view-content .views-field-field-event2-location,
    .wrp-events-calendar .view-content .views-field-field-event-phoneevent,
    .wrp-events-calendar .view-content .views-field-field-event2-locations,
    .wrp-events-calendar .view-content .views-field-city {
      font: 19px "Ingra";
      font-weight: 500; }
    .wrp-events-calendar .view-content .views-field-field-event2-category,
    .wrp-events-calendar .view-content .views-field-field-event-provider,
    .wrp-events-calendar .view-content .views-field-field-community-type,
    .wrp-events-calendar .view-content .views-field-field-event-type {
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field-field-event2-category,
        .wrp-events-calendar .view-content .views-field-field-event-provider,
        .wrp-events-calendar .view-content .views-field-field-community-type,
        .wrp-events-calendar .view-content .views-field-field-event-type {
          margin-bottom: 15px; } }
      .wrp-events-calendar .view-content .views-field-field-event2-category .field-content,
      .wrp-events-calendar .view-content .views-field-field-event-provider .field-content,
      .wrp-events-calendar .view-content .views-field-field-community-type .field-content,
      .wrp-events-calendar .view-content .views-field-field-event-type .field-content {
        display: inline; }
    .wrp-events-calendar .view-content .views-field-field-event2-category {
      font-family: "Ingra"; }
    .wrp-events-calendar .view-content .views-field-field-event2-location .entity-field-collection-item::after {
      display: none; }
    .wrp-events-calendar .view-content .views-field-field-event2-location .field-content {
      display: inline-block; }
    .wrp-events-calendar .view-content .views-field-field-event2-locations .field-content {
      display: inline-block; }
    .wrp-events-calendar .view-content .views-field-field-event2-locations .location {
      display: inline-block; }
    .wrp-events-calendar .view-content .views-field-body {
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field-body {
          margin-top: 15px; } }
      .wrp-events-calendar .view-content .views-field-body p {
        margin: 0; }
    .wrp-events-calendar .view-content .views-field-path {
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field-path {
          margin-top: 15px; } }
      .wrp-events-calendar .view-content .views-field-path a {
        color: #e50072;
        font-weight: bold; }
        .wrp-events-calendar .view-content .views-field-path a:hover {
          text-decoration: none; }
        @media all and (-ms-high-contrast: active) {
          .wrp-events-calendar .view-content .views-field-path a {
            border: 2px dashed transparent;
            outline: none; }
            .wrp-events-calendar .view-content .views-field-path a:focus {
              border: 2px dashed #ffffff; } }
    .wrp-events-calendar .view-content .views-field-field-thumb-image {
      float: left;
      margin: 0;
      width: 40%; }
      @media all and (max-width: 767px) {
        .wrp-events-calendar .view-content .views-field-field-thumb-image {
          float: none;
          width: 100%;
          margin-bottom: 20px; } }
      @media all and (min-width: 1400px) {
        .wrp-events-calendar .view-content .views-field-field-thumb-image {
          width: auto; } }
      .wrp-events-calendar .view-content .views-field-field-thumb-image a {
        display: block; }
        @media all and (-ms-high-contrast: active) {
          .wrp-events-calendar .view-content .views-field-field-thumb-image a {
            border: 2px dashed transparent;
            outline: none; }
            .wrp-events-calendar .view-content .views-field-field-thumb-image a:focus {
              border: 2px dashed #ffffff; } }
      .wrp-events-calendar .view-content .views-field-field-thumb-image img {
        width: 100%;
        height: auto;
        display: block; }
  .wrp-events-calendar .view-empty {
    padding: 2rem;
    font: 23px "Ingra";
    font-weight: 500; }
    .wrp-events-calendar .view-empty span {
      outline: none; }
  .wrp-events-calendar .view-footer {
    width: 30%;
    min-width: 246px;
    margin: 4.375rem 0 2rem;
    float: right;
    clear: right; }
    @media all and (max-width: 1199px) and (min-width: 641px) {
      .wrp-events-calendar .view-footer {
        display: table; } }
    @media all and (max-width: 1199px) {
      .wrp-events-calendar .view-footer {
        display: none;
        width: auto;
        padding: 88px 0 1rem 2rem;
        min-width: auto;
        float: none;
        clear: both; } }
    @media all and (max-width: 1023px) {
      .wrp-events-calendar .view-footer {
        padding-left: 0; } }
    @media all and (min-width: 1400px) {
      .wrp-events-calendar .view-footer {
        width: 360px; } }

.bean-submit-an-event .group-left {
  padding: 3.45rem;
  text-align: center;
  background-color: #04809d; }
  .bean-submit-an-event .group-left img {
    width: 5.875rem; }

.bean-submit-an-event .group-right {
  background-color: #e5e7e8; }

.bean-submit-an-event .title {
  padding: 2rem 2rem 1.43rem;
  font: 28px "Ingra";
  font-weight: 500; }

.bean-submit-an-event p {
  margin: 0;
  padding: 0 2rem 2rem;
  font-size: 19px !important; }

.bean-submit-an-event .select-an-event-submit {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 2rem;
  font: 22px "Ingra";
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #04809d;
  transition: all .2s ease-out; }
  @media all and (-ms-high-contrast: active) {
    .bean-submit-an-event .select-an-event-submit {
      border: 2px solid #55FF00;
      color: #55FF00; }
      .bean-submit-an-event .select-an-event-submit:hover, .bean-submit-an-event .select-an-event-submit:focus, .bean-submit-an-event .select-an-event-submit:active {
        border: 2px dashed #ffffff; } }
  .bean-submit-an-event .select-an-event-submit:hover, .bean-submit-an-event .select-an-event-submit:focus, .bean-submit-an-event .select-an-event-submit:active {
    text-decoration: none;
    background-color: #000000;
    outline: 0.125rem solid #e50072;
    outline-offset: -.125rem; }
  .bean-submit-an-event .select-an-event-submit::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 17px;
    transform: translateY(-50%);
    background: url("../img/arrow-right-white.png") center no-repeat;
    top: 50%;
    right: 2rem; }

@media all and (max-width: 1199px) and (min-width: 641px) {
  .bean-submit-an-event {
    display: table-row; }
    .bean-submit-an-event .group-left {
      display: table-cell;
      vertical-align: middle;
      max-width: 200px;
      padding: 3.3rem; }
    .bean-submit-an-event .group-right {
      display: table-cell;
      width: 100%; }
    .bean-submit-an-event .select-an-event-submit {
      display: inline-block;
      margin-right: 30px;
      margin-left: auto;
      padding-right: 55px;
      float: right;
      clear: both; }
      .bean-submit-an-event .select-an-event-submit::before {
        right: 20px; } }

.focus_div {
  display: inline; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .focus_div {
      /* IE10+ CSS styles go here */
      display: -ms-grid; } }

.HiVis {
  background-image: none;
  background-repeat: repeat-x;
  background-color: #000000;
  color: #fff000; }

.HiVis * {
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important; }

.HiVis svg * {
  fill: #fff000 !important; }

.HiVis .rnib-accessibility-buttons a {
  color: #fff000 !important;
  background-color: transparent !important; }

.HiVis a:link {
  -webkit-tap-highlight-color: transparent; }

.HiVis blockquote:before {
  color: inherit; }

.HiVis .nav-wrapper .helpline {
  background: none; }

.HiVis .nav-wrapper .helpline .helpline--link,
.HiVis .nav-wrapper .helpline .helpline--email,
.HiVis .nav-wrapper .helpline .helpline--number {
  background: transparent !important; }

.HiVis #maincontent > section {
  background-color: inherit !important; }

.HiVis .promo--block a:hover *,
.HiVis .promo--block a:focus * {
  color: inherit !important; }

.HiVis section.promo--blocks .promo--block a:before,
.HiVis section.promo--blocks .promo--block a:after {
  color: inherit !important;
  background-color: #fff000; }

.HiVis section.promo--blocks .promo--block a:hover div.cover,
.HiVis section.promo--blocks .promo--block a:active div.cover,
.HiVis section.promo--blocks .promo--block a:focus div.cover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.HiVis .footer .st_sharethis_large:hover,
.HiVis .footer .st_sharethis_large:focus {
  background-color: inherit !important;
  -webkit-box-shadow: 0 0 2px 2px #fff000;
  -moz-box-shadow: 0 0 2px 2px #fff000;
  box-shadow: 0 0 2px 2px #fff000; }

.HiVis .wrapper:before {
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important; }

.HiVis .footer a,
.HiVis .footer p,
.HiVis .footer h2,
.HiVis .footer .apachesolr_search-results li h3,
.HiVis .apachesolr_search-results li .footer h3,
.HiVis .footer div,
.HiVis .footer form.print_html input,
.HiVis .footer span.print_html a,
.HiVis .footer div.flag-outer .flag-bookmark > a {
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important; }

.HiVis .nav--top-header__logo {
  background-color: transparent !important; }

.HiVis section.promo--blocks.circle-icon-promo.dark {
  background-color: inherit !important; }

.HiVis .button, .HiVis .button__rounded,
.HiVis a[role="button"] {
  border: solid 1px #fff000 !important; }

.HiVis input,
.HiVis input,
.HiVis textarea,
.HiVis textarea,
.HiVis select,
.HiVis select {
  color: #fff000 !important; }

.HiVis a[role="button"]:hover,
.HiVis a[role="button"]:focus,
.HiVis input:hover,
.HiVis input:focus,
.HiVis button:hover,
.HiVis button:focus,
.HiVis textarea:hover,
.HiVis textarea:focus,
.HiVis select:hover,
.HiVis select:focus,
.HiVis .button:hover,
.HiVis .button__rounded:hover,
.HiVis .button:focus,
.HiVis .button__rounded:focus {
  -webkit-box-shadow: 0 0 2px 2px #fff000;
  -moz-box-shadow: 0 0 2px 2px #fff000;
  box-shadow: 0 0 2px 2px #fff000; }

.HiVis .nav--primary a:hover,
.HiVis .nav--primary a.active,
.HiVis .nav--primary a:focus,
.HiVis .nav--utility a:hover,
.HiVis .nav--utility a.active,
.HiVis .nav--utility a:focus {
  text-decoration: underline; }

.HiVis input::-webkit-input-placeholder,
.HiVis input::-moz-placeholder,
.HiVis input:-ms-input-placeholder,
.HiVis input::placeholder {
  color: #fff000 !important; }

.HiVis .form--search input[type="text"],
.HiVis .form--search input[type="search"] {
  color: #fff000 !important; }

.HiVis .form--search input[type="text"]:hover,
.HiVis .form--search input[type="text"]:focus,
.HiVis .form--search input[type="search"]:hover,
.HiVis .form--search input[type="search"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.HiVis .form--search input[type="text"]::-webkit-input-placeholder,
.HiVis .form--search input[type="search"]::-webkit-input-placeholder {
  color: #fff000 !important; }

.HiVis .form--search input[type="text"]::-moz-placeholder,
.HiVis .form--search input[type="search"]::-moz-placeholder {
  color: #fff000 !important; }

.HiVis .form--search input[type="text"]:-ms-input-placeholder,
.HiVis .form--search input[type="search"]:-ms-input-placeholder {
  color: #fff000 !important; }

.HiVis .form--search input[type="text"]::placeholder,
.HiVis .form--search input[type="search"]::placeholder {
  color: #fff000 !important; }

.HiVis .hideOnHiVis {
  display: none; }

.HiVis .button, .HiVis .button__rounded,
.HiVis header a.mobile-menu,
.HiVis .view .button-link a,
.HiVis section.promo--module .button,
.HiVis section.promo--module .button__rounded {
  color: #fff000 !important;
  text-decoration: none;
  border: 1px solid #fff000;
  background-color: transparent; }

.HiVis p.button a, .HiVis p.button__rounded a {
  color: #fff000;
  text-decoration: none;
  border: 1px solid #fff000; }

.HiVis .apple-pay-button {
  -apple-pay-button-style: #fff000; }

.HiVis p,
.HiVis h1,
.HiVis h2,
.HiVis .apachesolr_search-results li h3,
.HiVis .apachesolr_search-results li h3,
.HiVis h3,
.HiVis h4,
.HiVis h5,
.HiVis ul li {
  color: #fff000 !important; }

.HiVis blockquote:before {
  color: #fff000; }

.HiVis .nav--top-header {
  border-bottom: 1px solid #fff000; }

@media all and (min-width: 768px) {
  .HiVis .nav--top-header {
    border: none; } }

.HiVis .nav--top-header {
  border: none; }

.HiVis .nav--top-header .form--search {
  border: 1px solid #fff000;
  background-color: transparent; }

.HiVis .nav--top-header .form--search .form--search input[type="text"] {
  color: #fff000; }

.HiVis .nav--top-header .form--search input[type="submit"] {
  border: none !important;
  border-left: 1px solid #fff000 !important;
  color: #fff000; }

.HiVis .form--search input[type="submit"]:hover,
.HiVis .nav--top-header .form--search input[type="submit"]:focus {
  color: #fff000;
  background: transparent !important; }

.HiVis .nav--top-header .form--search input[type="text"] {
  color: #fff000 !important; }

.HiVis .nav--top-header .form--search input[type="text"]::-webkit-input-placeholder {
  color: #fff000 !important; }

.HiVis .nav--top-header .form--search input[type="text"]:-moz-placeholder {
  color: #fff000 !important; }

.HiVis .nav--top-header .form--search input[type="text"]::-moz-placeholder {
  color: #fff000 !important; }

.HiVis .nav--top-header .form--search input[type="text"]::-moz-placeholder:-ms-input-placeholder {
  color: #fff000 !important; }

.HiVis .nav--top-header__buttons .top-header-donate a,
.HiVis .nav--top-header__buttons .top-header-login a {
  background-color: black;
  color: #fff000;
  text-decoration: none;
  border-left: 1px solid #fff000; }

@media all and (min-width: 1025px) {
  .HiVis .nav--top-header__buttons .top-header-donate a,
  .HiVis .nav--top-header__buttons .top-header-login a {
    border: 1px solid #fff000; } }

.HiVis .nav--top-header__buttons .top-header-donate a,
.HiVis .nav--top-header__buttons .top-header-login a {
  border: 1px solid #fff000; }

.HiVis .top-header-login > ul li {
  background-color: #000000; }

.HiVis .nav--utility {
  background-color: #000000 !important;
  color: #fff000; }

.HiVis .nav--utility a:focus,
.HiVis .nav--utility a:hover,
.HiVis .nav--utility a.active {
  color: #fff000; }

@media all and (min-width: 768px) {
  .HiVis .nav--utility {
    border-top: 1px solid #fff000;
    border-bottom: 1px solid #fff000; } }

.HiVis .nav--utility {
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000; }

.HiVis .secondary-nav-wrapper a:hover,
.HiVis .secondary-nav-wrapper a:focus,
.HiVis .secondary-nav-wrapper a.active {
  background-color: transparent !important;
  color: #fff000; }

.HiVis .secondary-nav-wrapper {
  border: 2px solid #fff000;
  border-left: none; }

.HiVis .helpline .helpline--link {
  color: #fff000;
  text-decoration: underline; }

.HiVis .helpline .helpline--link:hover,
.HiVis .helpline .helpline--link:focus {
  text-decoration: none; }

.HiVis .nav-wrapper {
  background-color: #000000; }

.HiVis nav.nav--primary {
  background-color: #000000; }

.HiVis nav.breadcrumbs {
  color: #fff000; }

.HiVis nav.breadcrumbs li {
  color: #fff000; }

.HiVis nav.breadcrumbs li:first-child {
  background-color: transparent; }

.HiVis .portal-menu_regional_util .breadcrumbs a {
  color: #fff000; }

.HiVis span.here {
  color: #fff000 !important; }

.HiVis nav.nav--secondary ul {
  background-color: #000000;
  border: 1px solid #fff000; }

.HiVis button.show-section-button {
  background-color: #000000;
  color: #fff000;
  border: 1px solid #fff000;
  border-bottom: 2px solid #fff000; }

.HiVis #maincontent .hero figure {
  background-color: #000000 !important; }

.HiVis #maincontent .hero figure a.button, .HiVis #maincontent .hero figure a.button__rounded {
  background: #000000 !important;
  color: #d6f900; }

.HiVis .language-switcher a {
  border: 1px solid #fff000;
  background-color: transparent;
  color: #fff000;
  text-decoration: none; }

.HiVis .language-switcher a:hover {
  text-decoration: underline; }

.HiVis #maincontent > section {
  background-color: #000000 !important; }

.HiVis #maincontent > section.form {
  background-color: #000000 !important; }

.HiVis .page-search #maincontent > section {
  background-color: #000000 !important; }

.HiVis #maincontent > section:last-child {
  border-bottom: 2px solid #fff000; }

.HiVis .banner figcaption {
  background-color: transparent;
  border: 1px solid;
  border-top: none; }

.HiVis .banner figcaption a {
  border: 1px solid;
  background-color: transparent;
  color: #fff000; }

.HiVis .banner figcaption a:hover,
.HiVis .banner figcaption a:focus {
  background-color: #fff000;
  color: black; }

.HiVis .promo--module {
  border-bottom: 1px solid #fff000; }

.HiVis .faq-promo .left .body p {
  color: #fff000; }

.HiVis .wysiwyg {
  color: #fff000; }

.HiVis .wysiwyg a {
  text-decoration: underline; }

.HiVis .wysiwyg a:focus,
.HiVis .wysiwyg a:hover {
  text-decoration: none; }

.HiVis .wysiwyg .document--item a .format {
  color: #fff000; }

.HiVis .promo--blocks .promo--block {
  box-shadow: none !important; }

.HiVis .promo--blocks .promo--block.cm-cta,
.HiVis .promo--blocks .promo--block.cm-text,
.HiVis .promo--blocks .promo--block.video-tile {
  background-color: #000000 !important; }

.HiVis .promo--blocks .promo--block a div.cover {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.HiVis .promo--blocks .promo--block a:hover *,
.HiVis .promo--blocks .promo--block a:focus * {
  color: #fff000 !important; }

.HiVis .promo--blocks .promo--block a:before,
.HiVis .promo--blocks .promo--block a:after {
  background-color: #fff000; }

.HiVis section.hero-promo .hero-promo__tile {
  background-color: #000000; }

.HiVis section.hero-promo .hero-promo__tile a {
  color: #fff000 !important; }

.HiVis section.hero-promo .hero-promo__tile:hover,
.HiVis section.hero-promo .hero-promo__tile:focus {
  color: #fff000;
  text-decoration: none; }

.HiVis section.hero-promo .hero-promo__tile .promo--block-new .hero-promo-tile__badge {
  color: #fff000;
  border: 1px solid #fff000; }

.HiVis section .tile-border {
  background-color: transparent !important; }

.HiVis section.hero-promo .tile-border {
  border: 1px solid #fff000 !important; }

.HiVis .promo--blocks .req-6-photo-tile,
.HiVis .promo--blocks .req-6-icon-tile {
  background-color: #000000 !important; }

.HiVis section.multi-promo h2,
.HiVis section.multi-promo .apachesolr_search-results li h3,
.HiVis .apachesolr_search-results li section.multi-promo h3 {
  color: #fff000; }

.HiVis .promo--module > h2,
.HiVis .apachesolr_search-results li .promo--module > h3,
.HiVis .apachesolr_search-results li .promo--module > h3 {
  color: #fff000 !important; }

.HiVis section.did-you-know-promo .did-you-know-promo__tile {
  background-color: transparent;
  border: 2px solid #fff000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.HiVis section.did-you-know-promo .button, .HiVis section.did-you-know-promo .button__rounded {
  background-color: transparent; }

.HiVis .community-promo__tile {
  background-color: transparent;
  border: 1px solid #fff000; }

.HiVis .community-promo__tile .community-promo__title a {
  color: #fff000; }

.HiVis .community-promo__tile .community-promo__title span.community-promo__title-label {
  color: #fff000; }

.HiVis .community-promo__tile .community-promo__user-information {
  background-color: #000000;
  border-top: 1px solid #fff000;
  color: #fff000; }

.HiVis .community-promo__tile .community-promo__user-information .community-promo__replies {
  color: #fff000; }

.HiVis .community-promo__tile:hover,
.HiVis .community-promo__tile:focus {
  background-color: #fff000;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.HiVis section.promo--blocks .promo--block.cm-cta {
  background-color: #000000; }

.HiVis section.promo--blocks .promo--block.cm-icon {
  background-color: transparent; }

.HiVis section.promo--blocks .cm-icon .promo--blocks__icon {
  background-color: transparent !important; }

.HiVis section.promo--blocks.donations-promo span.heading {
  color: #fff000 !important; }

.HiVis section.promo--blocks.donations-promo .form-item-monthly-amount.form-type-radio span.circle {
  background-color: transparent;
  color: #fff000;
  border: 1px solid #fff000; }

.HiVis section.promo--blocks.donations-promo .form-item-one-off-amount.form-type-radio span.circle {
  background-color: transparent;
  color: #fff000;
  border: 1px solid #fff000; }

.HiVis section.promo--blocks.donations-promo .form-item-monthly-amount.form-type-radio label span.description_p {
  color: #fff000; }

.HiVis section.promo--blocks.donations-promo .form-item-one-off-amount.form-type-radio label span.description_p {
  color: #fff000; }

.HiVis .donations-promo input[type="text"] {
  background-color: #fff000; }

.HiVis section.promo--blocks.donations-promo .form-item-other-monthly-amount .description {
  color: #fff000; }

.HiVis section.promo--blocks.donations-promo input[type="text"] {
  background-color: #fff000; }

.HiVis section.promo--blocks.donations-promo input[type="submit"] {
  border: 1px solid #fff000;
  color: #fff000;
  background-color: transparent; }

.HiVis section.form {
  border: 1px solid #fff000 !important; }

.HiVis section.promo--blocks.donations-promo .form-item-donation-type .form-item-donation-type label.active:hover,
.HiVis section.promo--blocks.donations-promo .form-item-donation-type .form-item-donation-type label.active:focus {
  background-color: #000000 !important;
  color: #fff000 !important;
  border: 1px solid #fff000; }

.HiVis section.promo--blocks.donations-promo .form-item-donation-type .form-item-donation-type label:hover,
.HiVis section.promo--blocks.donations-promo .form-item-donation-type .form-item-donation-type label:focus {
  background-color: #000000 !important;
  color: #fff000 !important;
  border: 1px solid #fff000; }

.HiVis section.promo--blocks.donations-promo #edit-donation-type.focus .form-item-donation-type label.active {
  color: #fff000 !important; }

.HiVis #maincontent .faq-promo {
  background: transparent !important; }

.HiVis .faq-promo .right ul li a {
  color: #fff000;
  text-decoration: underline; }

.HiVis .faq-promo .right ul li a:hover,
.HiVis .faq-promo .right ul li a:focus {
  color: #fff000;
  text-decoration: none; }

.HiVis .content > .site-map-menu > li > a {
  color: #fff000;
  background-color: transparent;
  border: 1px solid; }

.HiVis .content > .site-map-menu > li > .expand-collapse {
  background-color: transparent;
  border: 1px solid #fff000; }

.HiVis .document-content {
  border: 1px solid #fff000; }

.HiVis .documents h3 {
  background-color: transparent; }

.HiVis .documents .document-content ul li:nth-of-type(odd) {
  background-color: transparent;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000; }

.HiVis .documents .document-content ul li {
  background-color: transparent; }

.HiVis .documents .document-content ul li .format {
  color: #fff000; }

.HiVis .rnib-chunks-video-promo {
  background-color: transparent; }

.HiVis .form:before {
  background-color: #fff000 !important; }

.HiVis .webform-component {
  border-bottom: 2px solid #fff000;
  background-color: transparent; }

.HiVis .form .form-item {
  background-color: transparent;
  border-bottom: 2px solid #fff000; }

.HiVis section.form--toolkit {
  background-color: transparent !important;
  border: 1px solid #fff000; }

.HiVis section.form--toolkit .webform-component {
  border-bottom: none; }

.HiVis .toolkit--steps {
  border: 1px solid #fff000; }

.HiVis .page--heading__bg h1 {
  background-color: transparent;
  border: 1px solid #fff000; }

.HiVis label {
  color: #fff000; }

.HiVis span.required-label {
  color: #ff00ff; }

.HiVis input[type="submit"],
.HiVis input[type="reset"] {
  background: transparent;
  border: 1px solid #fff000 !important;
  color: #fff000; }

.HiVis .resizable-textarea .grippie {
  background-color: #fff000;
  border: 1px solid #fff000; }

.HiVis div.error {
  border-color: #ff00ff;
  background-color: #ff00ff;
  color: #000000; }

.HiVis section.search--results #facetapi-block .title {
  background-color: #ff00ff; }

.HiVis section.search--results #facetapi-block .content {
  background-color: #000000;
  border: 1px solid #fff000; }

.HiVis section.search--results #facetapi-block .content .form,
.HiVis section.search--results #facetapi-block .content .form-item {
  border: none !important; }

.HiVis section.search--results .search-top-info {
  border-bottom: 1px solid #fff000; }

.HiVis section.search--results .shop-title,
.HiVis section.search--results .left-side .faq-title {
  background-color: #000000;
  border: 1px solid #fff000; }

.HiVis section.search--results #search-shop p.empty,
.HiVis section.search--results #search-faq p.empty {
  background: #000000;
  border: 1px solid #fff000;
  border-top: none; }

.HiVis footer,
.HiVis .footer--main,
.HiVis .footer--sub {
  background-color: #000000 !important;
  color: #fff000 !important; }

.HiVis .footer--main .footer-col-2,
.HiVis .footer--main .footer-col-3 .footer,
.HiVis .footer--sub .footer-col-2,
.HiVis .footer--sub .footer-col-3 .footer {
  background-color: #000000 !important;
  color: #fff000; }

.HiVis .footer--main p,
.HiVis .footer--main h2,
.HiVis .footer--main .apachesolr_search-results li h3,
.HiVis .apachesolr_search-results li .footer--main h3,
.HiVis .footer--sub p,
.HiVis .footer--sub h2,
.HiVis .footer--sub .apachesolr_search-results li h3,
.HiVis .apachesolr_search-results li .footer--sub h3 {
  color: #fff000 !important; }

.HiVis footer a:hover,
.HiVis footer a:focus,
.HiVis .footer a:focus,
.HiVis .footer a:hover {
  color: #fff000 !important;
  text-decoration: none; }

.HiVis .footer .footer--sub {
  border-top: 2px solid #fff000; }

.HiVis .footer .footer--sub div {
  color: #fff000 !important; }

/* Prize Draw */
.HiVis #prize-draw-wrapper {
  background-color: transparent; }

.HiVis #prize-draw-wrapper h1 {
  background-color: #000000;
  border: 1px solid #fff000;
  border-bottom: none; }

.HiVis #prize-draw-wrapper .prize-draw-ends-on {
  background-color: #000000;
  border: 1px solid #fff000; }

.HiVis #prize-draw-wrapper .form-actions .form-submit {
  background-color: black;
  color: #fff000;
  text-decoration: none;
  border-left: 1px solid #fff000; }

/* Community pages */
.HiVis main {
  background-color: #000000;
  color: #fff000; }

.HiVis main .bread li a {
  color: #fff000; }

.HiVis main .map {
  background-color: #000000; }

.HiVis main .tiles {
  padding: 50px 0 0;
  background-color: transparent; }

.HiVis main .tiles section {
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #fff000;
  -moz-box-shadow: 4px 4px #fff000;
  -webkit-box-shadow: 4px 4px #fff000;
  box-shadow: 4px 4px #fff000; }

.HiVis main .tiles section.turq,
.HiVis main .tiles section.pink {
  background: #000000; }

.HiVis main .tiles section.large-icon .view-membership-forum-topics .views-row a {
  color: #fff000;
  text-decoration: underline; }

.HiVis main .tiles section.large-icon .view-membership-forum-topics .views-row a:hover,
.HiVis main .tiles section.large-icon .view-membership-forum-topics .views-row a:focus {
  color: #fff000;
  text-decoration: none; }

.HiVis main .tiles section.reps-list ul li span {
  color: #fff000; }

.HiVis main .tiles section.large-icon {
  background-color: transparent; }

.HiVis .with-hover-effect .cover {
  background-color: #000000; }

.HiVis main .events-bar {
  background-color: transparent;
  border: 1px solid #fff000; }

.HiVis main .events-bar a.button, .HiVis main .events-bar a.button__rounded,
.HiVis .forum-right-block a.subscribe-board {
  color: #fff000 !important;
  text-decoration: none;
  border: 1px solid #fff000;
  background-color: transparent; }

.HiVis main .tiles section.event strong {
  color: #fff000; }

.HiVis main .tiles section.event a {
  color: #ffffff;
  text-decoration: underline; }

.HiVis main .tiles section.event a:hover,
.HiVis main .tiles section.event a:focus {
  color: #fff000;
  text-decoration: none; }

.HiVis footer > .container {
  border-top: 1px solid #fff000 !important; }

.HiVis .sub-nav .background,
.HiVis .tiles-list,
.HiVis .tiles,
.HiVis main .tiles {
  background-color: transparent !important; }

.HiVis .sub-nav .buttons-wrapper div > a {
  background: transparent !important;
  color: #fff000 !important;
  border: 1px solid #fff000;
  text-decoration: none; }

.HiVis .html main .boards section.forum-icon,
.HiVis .page-community .tile {
  background-color: black;
  border: 1px solid yellow;
  box-shadow: 3px 3px 0 0 yellow; }

.HiVis main .tiles section.large-icon .visit-board a {
  color: white;
  text-decoration: underline; }

.HiVis main .boards .view-content a:hover,
.HiVis main .tiles section.large-icon .visit-board a:hover,
.HiVis main .boards section .view-content a:focus,
.HiVis main .tiles section.large-icon .visit-board a:focus {
  color: #01ffff !important;
  text-decoration: none !important; }

/*
.HiVis header a.mobile-menu {

}*/
.HiVis header nav .content ul li a {
  background: #000000 !important;
  color: #fff000;
  border: 1px solid #fff000 !important; }

.HiVis main .boards section.tile > .view .view-content div.item-list a {
  color: #ffffff;
  text-decoration: underline; }

.HiVis main .boards section.tile > .view .view-content div.item-list a:hover,
.HiVis main .boards section.tile > .view .view-content div.item-list a:focus {
  color: #01ffff !important;
  font-weight: normal !important;
  text-decoration: none !important; }

.HiVis .view-id-membership_forum.view-display-id-overview .boards {
  background-color: transparent;
  border-top: 1px solid #fff000; }

.HiVis .html .field-name-field-forum-topics {
  color: #fff000 !important; }

.HiVis .promo--module,
.HiVis .promo--module .inner-wrapper {
  background-color: transparent; }

.HiVis .vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: transparent;
  border: 1px solid #cccccc; }

.HiVis .vertical-tabs ul.vertical-tabs-list li {
  background-color: transparent; }

.HiVis .node-membership-topic .comment-area .links li a {
  background-color: #000000 !important;
  color: #fff000 !important;
  border: 1px solid #fff000 !important; }

/* CMS */
.HiVis #page {
  background: transparent;
  color: #fff000; }

.HiVis tr.odd,
.HiVis tr.even {
  background-color: transparent; }

.HiVis .navigation-open .nav-wrapper {
  border: 1px yellow solid; }

@media screen and (-ms-high-contrast: active) {
  .top-header-donate a:hover, .top-header-donate a:focus {
    outline: 3px solid #ffffff;
    outline-offset: -3px; }
  #search-block-form #edit-submit:hover, #search-block-form #edit-submit:focus {
    border: 3px solid #ffffff; }
  .nav--primary ul li a:hover, .nav--primary ul li a:focus,
  .nav--utility ul li a:hover,
  .nav--utility ul li a:focus,
  .footer--sub ul li a:hover,
  .footer--sub ul li a:focus {
    outline: 3px solid #ffffff; }
  .footer--main ul li a:hover, .footer--main ul li a:focus {
    outline: 3px solid #ffffff;
    outline-offset: -2px; }
  .helpline .helpline--link:hover, .helpline .helpline--link:focus {
    outline: 3px solid #ffffff; }
  .logo-wrapper .logo a:hover, .logo-wrapper .logo a:focus {
    outline: 3px solid #ffffff; }
  .survey a:hover, .survey a:focus {
    outline: 3px solid #ffffff; }
  .skiptocontent a:hover, .skiptocontent a:focus {
    outline: 3px solid #ffffff; }
  .pre-footer .print_html:hover, .pre-footer .print_html:focus {
    outline: 3px solid #ffffff; }
  .pre-footer .footer__share--links .button:hover, .pre-footer .footer__share--links .button__rounded:hover, .pre-footer .footer__share--links .button:focus, .pre-footer .footer__share--links .button__rounded:focus {
    outline: 3px solid #ffffff; }
  .multi-promo .promo--blocks__icon:hover, .multi-promo .promo--blocks__icon:focus {
    outline: 3px solid #ffffff; }
  #popup-buttons button:hover, #popup-buttons button:focus {
    outline: 3px solid #ffffff; }
  a:hover, a:focus {
    outline: 3px solid #ffffff; } }

#sliding-popup {
  text-align: left;
  background-color: #00151d;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box; }
  @media all and (min-width: 64em) {
    #sliding-popup {
      padding-left: 4rem; } }
  #sliding-popup .popup-content {
    margin: 0;
    max-width: 100%;
    font-size: 0; }
    #sliding-popup .popup-content h2, #sliding-popup .popup-content p {
      font-family: Ingra, "Myriad Pro", Myriad, arial, helvetica, sans-serif;
      color: #ffffff;
      padding: 0;
      margin: 0;
      font-size: 1.125rem; }
    #sliding-popup .popup-content #popup-text, #sliding-popup .popup-content #popup-buttons {
      float: none;
      display: block;
      width: 100%;
      max-width: 100%;
      font-size: 1.125rem; }
      @media all and (min-width: 64em) {
        #sliding-popup .popup-content #popup-text, #sliding-popup .popup-content #popup-buttons {
          display: inline-block;
          width: 70%; } }
    #sliding-popup .popup-content #popup-buttons {
      text-align: right;
      margin-top: 1rem; }
      @media all and (min-width: 64em) {
        #sliding-popup .popup-content #popup-buttons {
          margin: 0;
          width: 30%; } }
  #sliding-popup a {
    color: #ffffff;
    text-decoration: underline; }
    #sliding-popup a:hover, #sliding-popup a:focus {
      text-decoration: none; }
    #sliding-popup a:focus {
      outline: 2px solid #fff; }
  #sliding-popup .button, #sliding-popup .button__rounded {
    margin: 0;
    background-color: #e50072; }
    #sliding-popup .button:focus, #sliding-popup .button__rounded:focus {
      outline: 2px solid #fff; }

/*# sourceMappingURL=app.css.map */