/* OLTA Colours */
/* WAA Colours */
.bg-light-pink {
  background-color: #f394b0 !important; }

.bg-dark-pink {
  background-color: #f05882 !important; }

.bg-light-blue {
  background-color: #0591e5 !important; }

.bg-dark-blue {
  background-color: #305a9b !important; }

.bg-peach {
  background-color: #f7bbaf !important; }

.bg-green {
  background-color: #aec85a !important; }

.bg-red {
  background-color: #f23d3b !important; }

/*@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('libs/fonts/alfaslabone-regular-webfont.woff2') format('woff2'),
         url('libs/fonts/alfaslabone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gentium_book_basicbold';
    src: url('libs/fonts/genbkbasb-webfont.woff2') format('woff2'),
         url('libs/fonts/genbkbasb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gentium_book_basicregular';
    src: url('libs/fonts/genbkbasr-webfont.woff2') format('woff2'),
         url('libs/fonts/genbkbasr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
h1, h2, h3, h4 {
  font-family: dunbar-tall, sans-serif;
  font-weight: normal;
  color: inherit;
  line-height: 1.2; }
  [class*="campaign-"] h1, [class*="campaign-"] h2, [class*="campaign-"] h3, [class*="campaign-"] h4 {
    font-family: dunbar-tall, sans-serif;
    font-weight: 700; }

h1, h2 {
  text-transform: uppercase; }

h1 {
  font-size: 1.25em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.625rem; } }

h2 {
  font-size: 1.750em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.25em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.750rem; } }

.heading-lrg {
  font-size: 2.625rem; }

.heading-med {
  font-size: 1.5rem; }

.heading-sml {
  font-size: 1.25rem; }

.heading-underlined {
  position: relative;
  padding-bottom: 1rem;
  color: #182d4d; }
  .heading-underlined:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #ed6c53; }

body {
  position: relative;
  background-color: white;
  font-family: dunbar-text, sans-serif, dunbar-text, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #555555; }

html,
body {
  height: 100%; }

a {
  color: #182d4d;
  transition: color 0.2s ease; }
  a:hover {
    text-decoration: none; }

:focus {
  outline: 2px dotted transparent;
  outline-offset: 1px; }

p {
  margin: 1em 0; }

/**
 * Declare safe font fallback family for <br> tags as IE displays empty boxes otherwise
 */
br {
  font-family: dunbar-text, sans-serif; }

time {
  margin: 0; }

figure {
  margin: 0; }

ul {
  padding-left: 20px; }

hr {
  position: relative;
  margin: 3.125em 0; }

small {
  line-height: 1; }

b, strong, .bold {
  font-family: dunbar-text, sans-serif;
  font-weight: normal; }

em, i, .italic {
  font-style: italic; }

svg {
  vertical-align: top;
  transition: all 0.2s ease; }

ol {
  padding-left: 1.25rem; }
  ol li {
    padding-left: 1em; }

address {
  font-style: normal; }

.container {
  position: relative;
  max-width: 1000px; }
  .container--wide {
    max-width: 1190px; }
  [class*="campaign-"] .container {
    max-width: 1440px; }

ul.row {
  padding: 0; }

[class*="col-"] {
  position: relative; }

.img-responsive {
  display: block;
  height: auto;
  width: 100%; }

.media {
  margin-bottom: 0; }

.media-link {
  display: inline-block;
  line-height: 0; }

.unstyled-list, .primary-nav, .secondary-nav {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }

#skip-links {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001; }
  #skip-links a {
    position: fixed;
    display: block;
    margin: 0;
    padding: 14px;
    left: 0;
    top: -100%;
    width: 100%;
    background-color: white;
    text-align: center;
    color: #fa5e5b;
    transition: top 0.3s; }
    #skip-links a:active, #skip-links a:focus {
      top: 0; }

.campaign-grid {
  margin-top: 38px;
  padding-top: 76px; }

.campaign-icon {
  position: relative; }
  .campaign-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    height: 76px;
    background-color: #cf1347;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }
  .campaign-icon.competition:before {
    background-image: url(libs/svg/competition-icon.svg); }
  .campaign-icon.itinerary:before {
    background-image: url(libs/svg/itinerary-icon.svg); }
  .campaign-icon.campaign-grid:before {
    left: calc(50% - 38px);
    top: -38px; }
  .billboard .campaign-icon {
    position: relative;
    margin-top: 0;
    padding-top: 96px;
    color: #686A9C; }

.campaign-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }
  .campaign-partners:before, .campaign-partners:after {
    content: " ";
    display: table; }
  .campaign-partners:after {
    clear: both; }
  .campaign-partners li {
    width: 49%;
    padding: 0.75rem;
    text-align: center; }
    @media (min-width: 768px) {
      .campaign-partners li {
        width: 20%; } }

.campaign-footer {
  margin-top: 1.5rem;
  padding: 1rem 0.5rem;
  background-color: #f2f2f2; }
  @media (min-width: 992px) {
    .campaign-footer {
      margin-top: 2.5rem; } }

.f-container {
  margin: 0 auto; }
  .f-container--text {
    max-width: 992px;
    padding: 0 0 3.125rem;
    border-bottom: 5px solid #addf7d; }
  .masthead--split .f-container {
    flex-direction: column; }
  .campaign-page .f-container {
    max-width: 1240px;
    padding: 0;
    border-bottom: none; }
  @media (min-width: 768px) {
    .f-container--grid, .f-container--text {
      display: flex;
      flex-wrap: wrap; }
    .masthead--split .f-container {
      display: flex;
      flex-direction: row; } }

.f-item {
  display: flex;
  flex: 1 0 auto;
  margin: 0.5rem 0;
  overflow: hidden; }
  .f-container--grid .f-item {
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .f-container--grid .f-item + .f-item {
        margin-left: 0.625rem; } }
    @media (min-width: 1240px) {
      .f-container--grid .f-item + .f-item {
        margin-left: 1.5rem; } }
  .masthead--split .f-item {
    margin: 0 !important; }
  .essential-info .f-item {
    justify-content: flex-end; }
  @media (min-width: 768px) {
    .f-container--text .f-item {
      flex: 1; }
    [class*="listings--"] .f-item {
      flex-grow: initial;
      margin: 0 !important;
      padding: 0.5em;
      width: 50%; } }
  @media (min-width: 992px) {
    .listings--three-column .f-item {
      width: 33.33%; }
    .listings--four-column .f-item {
      width: 25%; }
    .masthead--split .f-item {
      width: calc(50% - 1em); } }

.f-center {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center; }

.f-self-center {
  align-self: center; }

@media screen and (min-width: 600px) and (max-width: 991px) {
  .suggested-posts .f-item:last-of-type {
    display: none; } }

.g-container {
  -ms-display: grid;
  display: grid;
  /*grid-gap: 0.5em;*/
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .g-container {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      /*grid-gap: 1em;*/ } }
  @media (min-width: 992px) {
    .listings--three-column .g-container {
      grid-template-columns: 1fr 1fr 1fr; }
    .listings--four-column .g-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media (min-width: 768px) {
  .g-container {
    display: flex;
    flex-wrap: wrap; }
  .g-item {
    width: 50%;
    padding: 0.5em; } }

@media (min-width: 992px) {
  .campaign-grid .g-item {
    width: 33.33%; } }

.component {
  position: relative; }
  .component--pad {
    padding: 1.5em 1em; }
    @media (min-width: 992px) {
      .component--pad {
        padding: 3.750em 1em; } }
    @media (min-width: 1240px) {
      .component--pad {
        padding: 3.750em 0; } }
  .component--light {
    background-color: #f2f2f2; }
  .component--dark {
    padding: 1em;
    background-color: #182d4d; }
  .component .campaign-page {
    color: #333; }
  .component.campaign-grid {
    margin: 3.75em 0;
    padding-top: 3.750em;
    background-color: #f2f2f2; }
    @media (min-width: 992px) {
      .component.campaign-grid {
        margin: 5.625em 0 3.75em; } }
  .component--dark .component__inner {
    background-color: white; }
  .component__title {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #182d4d; }
    .campaign-page .component__title {
      color: #686A9C; }
  @media (min-width: 992px) {
    .component--dark {
      padding: 3.750em; } }

.listings {
  max-width: 1440px;
  margin: 0 auto 2rem; }

.essential-info {
  position: relative;
  margin: 1.25rem 0; }
  .essential-info .btn-icon {
    position: absolute;
    top: -50px;
    right: 0; }
  .essential-info a {
    color: #182d4d;
    text-decoration: underline; }
  .essential-info span:not(.block) {
    text-transform: uppercase;
    font-size: 0.75em; }
  @media (min-width: 992px) {
    .essential-info {
      margin-bottom: 3.750rem;
      font-size: 1.25rem; } }

.results__header p {
  margin-top: 0;
  font-family: dunbar-tall, sans-serif;
  font-size: 1.5rem;
  color: #182d4d; }

.results__item {
  padding: 1.5em 0;
  border-bottom: 1px solid #addf7d; }
  .results__item h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem; }
    .results__item h3 a {
      text-decoration: none; }
  .results__item a {
    color: #182d4d; }

.ajaxLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  z-index: 20; }
  .ajaxLoader__icon {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 35px);
    width: 200px;
    height: 70px; }

.site-container {
  position: relative; }
  .site-container:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out; }
  .site-container.nav-visible {
    position: fixed;
    width: 100%; }
    .site-container.nav-visible:before {
      opacity: 1;
      transition: all 0.6s ease-in-out;
      z-index: 100; }

.site-main {
  position: relative;
  padding-top: 62px; }
  .site-main.campaign-page {
    padding: 0; }
  @media (min-width: 992px) {
    .site-main {
      padding-top: 149px; } }

.frame {
  width: 100%;
  background-color: white;
  background-position: center;
  background-repeat: repeat; }
  .frame--home {
    background-color: #f2f2f2;
    background-image: url(/styleguide/staticmedia/bg.png); }

.frame-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 2; }
  .frame-header__body {
    display: flex;
    height: 4em;
    margin: 0 auto;
    padding: 0 1em 0 84px;
    align-items: center; }
  .frame-header .client {
    margin-left: auto;
    text-align: right;
    font-size: 0.875em;
    line-height: 1em;
    color: #8a8a8a; }
    .frame-header .client strong {
      display: block;
      text-transform: uppercase;
      font-family: dunbar-text, sans-serif;
      color: #f26a51; }
      @media (min-width: 600px) {
        .frame-header .client strong {
          display: inline-block; } }

.frame-main {
  position: relative;
  padding-top: 64px;
  z-index: 1; }
  .frame-main__title {
    background-color: #5c5757;
    color: white; }
    .frame-main__title h2 {
      margin: 0;
      font-family: dunbar-text, sans-serif;
      line-height: 70px; }
      @media (min-width: 768px) {
        .frame-main__title h2 {
          line-height: 110px; } }
  .frame-main__body {
    position: relative;
    z-index: 1;
    padding-bottom: 4em; }
  @media (min-width: 992px) {
    .frame-main {
      padding: 4em 0 0; }
      .frame-main__body {
        position: relative;
        padding-bottom: 4em;
        z-index: 1; } }

.frame-footer {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-top: 1px solid #ddd; }
  .frame-footer p {
    display: inline-block;
    margin: 0;
    color: #8a8a8a;
    font-size: 0.875em; }

.frame-body {
  position: relative;
  padding: 1.5rem 0; }

.demo-footer {
  background-color: #323a45;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: fixed;
  width: 100%; }
  .demo-footer-content {
    margin-right: 3rem;
    margin-left: 3rem; }
  .demo-footer-title {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white; }

.frame-nav-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #f26a51;
  border: none;
  transition: all 0.3s ease-out;
  z-index: 101; }
  .frame-nav-toggle__inner {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    margin-top: -2px;
    background-color: white;
    transition: transform, cubic-bezier(0.55, 0.055, 0.675, 0.19), 0.22s;
    transition: background-color 0.2s ease; }
    .frame-nav-toggle__inner:before, .frame-nav-toggle__inner:after {
      display: block;
      position: absolute;
      content: "";
      width: 40px;
      height: 2px;
      background-color: white; }
    .frame-nav-toggle__inner:before {
      top: -10px;
      transition: top .1s ease-in .25s,opacity .1s ease-in, background-color 0.2s ease; }
    .frame-nav-toggle__inner:after {
      bottom: -10px;
      transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.2s ease; }
  .frame-nav-toggle.is-active .frame-nav-toggle__inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg);
    transition: background-color 0.2s ease; }
    .frame-nav-toggle.is-active .frame-nav-toggle__inner:before {
      top: 0;
      transition: top .1s ease-out,opacity .1s ease-out .12s, background-color 0.2s ease;
      opacity: 0; }
    .frame-nav-toggle.is-active .frame-nav-toggle__inner:after {
      bottom: 0;
      transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background-color 0.2s ease;
      transform: rotate(-90deg); }
  .frame-nav-toggle:hover {
    background-color: #ee4122; }

.frame-main__nav {
  position: fixed;
  top: 64px;
  transform: translateX(-100%);
  width: 18rem;
  height: calc(100vh - 64px);
  padding: 1.5em 0 2.5em 0;
  background-color: #f2f2f2;
  border-right: 1px solid #cacaca;
  box-shadow: 0 8px 8px 0 rgba(63, 63, 70, 0.25);
  z-index: 2;
  transition: all 0.3s linear; }
  .frame-main__nav.is-open {
    transform: translateX(0); }
  .frame-main__nav a {
    display: block;
    padding: 0.25em 1em;
    color: #8a8a8a;
    text-decoration: none;
    transition: background-color 0.3s linear; }
    .frame-main__nav a:hover {
      background-color: #e6e6e6; }
    .frame-main__nav a.active {
      color: #f26a51; }

.frame-nav {
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  transition-delay: 0.5s;
  overflow-y: auto; }
  .is-open .frame-nav {
    opacity: 1; }
  @media (min-width: 992px) {
    .frame-nav__group {
      margin-bottom: 1.5em; } }
  .frame-nav__title {
    margin: 0;
    padding: 0.5em 0.727em;
    text-transform: uppercase; }
    .frame-nav__title.active {
      color: #f26a51;
      background-color: #e6e6e6; }

@media (min-width: 768px) {
  .sg-grid {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .sg-grid__item {
    width: calc(100% / 4*1); } }

.frame-logo {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap; }
  .frame-footer .frame-logo {
    margin-bottom: 0.5em; }
    @media (min-width: 768px) {
      .frame-footer .frame-logo {
        margin: 0 1.5em 0 0; } }

.browser-visual {
  position: relative;
  max-width: 768px;
  margin: 2em auto;
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.3); }

.palette {
  position: relative;
  margin: 1em 0.5em;
  padding: 0.5em;
  background-color: white;
  border-radius: 4px; }
  .palette span {
    display: block;
    font-weight: bold;
    color: #8a8a8a; }
  .palette-block {
    position: relative;
    min-height: 100px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    overflow: hidden; }

.sg-note {
  padding: 0.750em;
  background-color: white; }
  .sg-note p {
    margin: 0; }

.styleguide-section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .styleguide-section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.frame-section-head {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 12px; }
  .frame-section-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: red; }

.frame-pattern {
  margin: 1em 0;
  padding: 0.625em 1em;
  background-color: white;
  border: 1px solid #e6e6e6; }

.section-label {
  margin: 0 0 2rem;
  font-size: 1.5em;
  line-height: 110%;
  text-transform: uppercase;
  color: #f26a51; }

.widget-scope {
  margin: 0 2em 2em;
  padding: 2em;
  border: 4px dashed #f26a51; }
  @media (min-width: 992px) {
    .widget-scope {
      margin-top: 2em; } }
  .widget-scope .widget-type {
    margin: 0;
    color: #8a8a8a;
    font-size: 80%;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .widget-scope h2 {
    margin: 0;
    font-family: dunbar-tall, sans-serif; }
  .widget-scope-label {
    display: inline-block;
    margin: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px dashed #f26a51; }
    @media (min-width: 768px) {
      .widget-scope-label {
        margin-top: 3em; } }
  .widget-scope .back-link {
    display: inline-block;
    margin-top: 1.5em;
    color: #f26a51; }

button, input[type="button"].btn, input[type="reset"].btn, input[type="submit"].btn, .btn {
  position: relative;
  display: inline-block;
  min-height: 2em;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #ed6c53;
  color: #f2f2f2;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear; }
  button:hover, input[type="button"].btn:hover, input[type="reset"].btn:hover, input[type="submit"].btn:hover, .btn:hover {
    background-color: #c95c47;
    border: 2px solid #ed6c53;
    color: #f2f2f2; }
    button:hover.slick-arrow, input[type="button"].btn:hover.slick-arrow, input[type="reset"].btn:hover.slick-arrow, input[type="submit"].btn:hover.slick-arrow, .btn:hover.slick-arrow {
      border-color: #d5614b;
      background-color: #d5614b; }
  @media (min-width: 992px) {
    button, input[type="button"].btn, input[type="reset"].btn, input[type="submit"].btn, .btn {
      padding: 0.5rem 1.75rem; } }
  button--outlined, input[type="button"].btn--outlined, input[type="reset"].btn--outlined, input[type="submit"].btn--outlined, .btn--outlined {
    background-color: transparent;
    border-color: #ed6c53;
    color: #035281; }
    .filters button--outlined, .filters input[type="button"].btn--outlined, .filters input[type="reset"].btn--outlined, .filters input[type="submit"].btn--outlined, .filters .btn--outlined {
      color: white; }
    button--outlined.btn--secondary, input[type="button"].btn--outlined.btn--secondary, input[type="reset"].btn--outlined.btn--secondary, input[type="submit"].btn--outlined.btn--secondary, .btn--outlined.btn--secondary {
      background-color: transparent;
      border-color: #778d2f; }
    button--outlined:hover, input[type="button"].btn--outlined:hover, input[type="reset"].btn--outlined:hover, input[type="submit"].btn--outlined:hover, .btn--outlined:hover {
      background-color: #ed6c53;
      color: #035281; }
  button--secondary, input[type="button"].btn--secondary, input[type="reset"].btn--secondary, input[type="submit"].btn--secondary, .btn--secondary {
    background-color: #778d2f;
    color: #555555; }
    button--secondary:hover, input[type="button"].btn--secondary:hover, input[type="reset"].btn--secondary:hover, input[type="submit"].btn--secondary:hover, .btn--secondary:hover {
      background-color: #5d6e25; }
  button--full, input[type="button"].btn--full, input[type="reset"].btn--full, input[type="submit"].btn--full, .btn--full {
    display: block;
    width: 100%;
    padding: 0.5rem; }
  .card--event button, .card--event input[type="button"].btn, .card--event input[type="reset"].btn, .card--event input[type="submit"].btn, .card--event .btn {
    align-self: flex-start;
    border: 2px solid #778d2f; }
    .card--event button:hover, .card--event input[type="button"].btn:hover, .card--event input[type="reset"].btn:hover, .card--event input[type="submit"].btn:hover, .card--event .btn:hover {
      background-color: #778d2f; }
  .featured-event button, .featured-event input[type="button"].btn, .featured-event input[type="reset"].btn, .featured-event input[type="submit"].btn, .featured-event .btn {
    color: white; }
    .featured-event button:hover, .featured-event input[type="button"].btn:hover, .featured-event input[type="reset"].btn:hover, .featured-event input[type="submit"].btn:hover, .featured-event .btn:hover {
      color: #778d2f; }
  .footer__subscription button, .footer__subscription input[type="button"].btn, .footer__subscription input[type="reset"].btn, .footer__subscription input[type="submit"].btn, .footer__subscription .btn {
    border-radius: 0 6px 6px 0; }
  .campaign-page-header button, .campaign-page-header input[type="button"].btn, .campaign-page-header input[type="reset"].btn, .campaign-page-header input[type="submit"].btn, .campaign-page-header .btn {
    margin-top: auto;
    padding: 1rem 2rem 0.75rem;
    background-color: transparent;
    border-color: white;
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: white; }
    @media (min-width: 768px) {
      .campaign-page-header button, .campaign-page-header input[type="button"].btn, .campaign-page-header input[type="reset"].btn, .campaign-page-header input[type="submit"].btn, .campaign-page-header .btn {
        margin-left: auto;
        margin-top: 0; } }
  .campaign-page .component button, .campaign-page .component input[type="button"].btn, .campaign-page .component input[type="reset"].btn, .campaign-page .component input[type="submit"].btn, .campaign-page .component .btn {
    padding: 0.75rem 1rem;
    background-color: #4EC99B;
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: white; }
    .campaign-page .component button:hover, .campaign-page .component input[type="button"].btn:hover, .campaign-page .component input[type="reset"].btn:hover, .campaign-page .component input[type="submit"].btn:hover, .campaign-page .component .btn:hover {
      border-color: transparent; }
    @media (min-width: 768px) {
      .campaign-page .component button, .campaign-page .component input[type="button"].btn, .campaign-page .component input[type="reset"].btn, .campaign-page .component input[type="submit"].btn, .campaign-page .component .btn {
        padding: 1rem 2rem 0.75rem; } }

.site-navbar .js-btn {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 4px 0 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: center; }
  .site-navbar .js-btn svg {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    vertical-align: sub; }
  .site-navbar .js-btn:hover {
    opacity: 0.7;
    background-color: transparent; }

.site-search .js-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem; }
  .site-search .js-btn svg {
    fill: white; }

.js-btn--search svg {
  fill: #cf1347; }
  @media (min-width: 992px) {
    .js-btn--search svg {
      fill: white; } }

.js-btn--itinerary svg {
  margin-top: 10px !important;
  fill: #778d2f; }

.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent; }
  .btn-icon svg {
    width: 24px;
    height: 24px; }
  .btn-icon:hover {
    background-color: inherit; }

@media (min-width: 992px) {
  .map-layout-btn {
    position: absolute;
    top: 73px;
    right: 0;
    z-index: 1;
    border-radius: 0; } }

.ui-sortable-handle {
  display: none;
  padding-top: 10px;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .ui-sortable-handle {
      display: inline-block; } }

.social-link svg {
  width: 20px;
  height: 20px;
  vertical-align: sub; }
  .footer .social-link svg {
    fill: white; }
  .itinerary-sharing .social-link svg {
    fill: #182d4d; }

.btn-icon {
  border-color: transparent !important; }
  .btn-icon:hover {
    background-color: transparent !important; }
  .btn-icon .favourite {
    fill: #ed6c53; }
  .btn-icon .reorder {
    fill: #778d2f; }
  .btn-icon .remove {
    fill: #778d2f;
    width: 18px;
    height: 18px; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px; }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #182d4d;
    margin: -4px 0 0 -4px; }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s; }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px; }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s; }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px; }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s; }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px; }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s; }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px; }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s; }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px; }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s; }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px; }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s; }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px; }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s; }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.accordion {
  margin-bottom: 0.5rem;
  border: none; }

.accordion-head a {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #f2f2f2;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out; }
  .accordion-head a:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 18px;
    height: 1rem;
    width: 1rem;
    transform: rotate(45deg);
    border: 0.125rem solid #8a8a8a;
    border-top: 0;
    border-left: 0;
    transform-origin: center;
    transition: all 0.3s ease-in-out; }
  .accordion-head a[aria-expanded="true"] {
    background-color: #cacaca; }
    .accordion-head a[aria-expanded="true"]:after {
      top: 26px;
      transform: rotate(-135deg); }
  @media (min-width: 992px) {
    .accordion-head a:hover {
      background-color: #cacaca; } }

.accordion-block__title {
  font-size: 1.5rem; }

.banner {
  position: relative;
  padding: 1rem;
  background-color: #182d4d;
  min-height: 320px; }
  .banner__image {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .banner__image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.65);
      z-index: 1;
      transition: background-color 0.2s ease; }
      @media (min-width: 992px) {
        .banner__image:after {
          background-color: rgba(0, 0, 0, 0.5); } }
    .banner__outer--fill .banner__image {
      display: none; }
      .banner__outer--fill .banner__image:after {
        content: none; }
  .banner__outer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
    color: white; }
    .banner__outer--fill {
      margin: 20px 10px;
      background-color: white;
      color: #555555; }
      .banner__outer--fill h2 {
        margin: 0;
        color: #182d4d; }
  .banner__inner {
    padding: 2rem 1.5rem;
    color: #7b7b7b; }
  @media (min-width: 768px) {
    .banner {
      display: flex;
      align-items: center;
      min-height: 380px; }
      .banner__inner {
        padding: 4.063rem 2.5rem; } }
  @media (min-width: 992px) {
    .banner__image {
      display: block; }
      .banner__outer--fill .banner__image {
        display: block;
        left: auto;
        right: 0;
        width: 33.33%; }
    .banner__outer--fill {
      margin: 40px auto;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.26), 0 14px 28px 0 rgba(0, 0, 0, 0.25); }
    .banner__inner {
      max-width: 66.66%; } }
  @media (min-width: 1240px) {
    .banner__outer--fill {
      margin: 40px auto; } }

.billboard {
  background-color: white; }
  .billboard__image {
    position: relative;
    height: 200px; }
    @media (min-width: 768px) {
      .billboard__image {
        width: 30%;
        height: auto; }
        .billboard__image--right {
          order: 2; }
        .billboard__image--pad {
          margin: 1.5em 0 1.5em 1.5em; }
          .billboard__image--pad.billboard__image--right {
            margin-left: 0;
            margin-right: 1.5em; } }
    @media (min-width: 992px) {
      .billboard__image {
        width: 50%; } }
    .billboard__image__bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  @media (min-width: 768px) {
    .billboard__outer {
      width: 70%;
      display: flex;
      align-items: center; } }
  @media (min-width: 992px) {
    .billboard__outer {
      width: 50%; } }
  .billboard__inner {
    padding: 1.5em; }
    @media (min-width: 768px) {
      .billboard__inner {
        padding: 3.125em; } }
    @media (min-width: 1440px) {
      .billboard__inner {
        padding: 0 3.125em; } }
  .campaign-page .billboard {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    .campaign-page .billboard h2 {
      color: #686A9C; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .campaign-page .billboard {
        flex-direction: column; }
        .campaign-page .billboard .billboard__image {
          width: 100%;
          height: 260px; }
        .campaign-page .billboard .billboard__outer {
          width: 100%; } }
  @media (min-width: 768px) {
    .billboard {
      display: flex; } }
  @media (min-width: 1240px) {
    .billboard {
      min-height: 450px; } }

.blockquote {
  padding: 2em; }

blockquote {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0; }
  blockquote:before, blockquote:after {
    position: absolute;
    height: 40px;
    font-family: dunbar-tall, sans-serif;
    font-size: 60px;
    line-height: 1;
    color: black; }
  blockquote:before {
    content: "\201C";
    left: 0;
    top: 0; }
  blockquote:after {
    content: "\201D";
    right: 0;
    bottom: 0; }
  blockquote cite {
    display: block;
    margin-top: 1em;
    font-style: normal;
    font-family: dunbar-tall, sans-serif;
    color: #8a8a8a; }
  @media (min-width: 992px) {
    blockquote {
      padding: 80px 0 40px 0; }
      blockquote:before, blockquote:after {
        font-size: 120px;
        height: 60px; } }

.breadcrumb__item {
  display: inline-block;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1em;
  color: white;
  text-decoration: none; }
  .masthead--product .breadcrumb__item {
    color: black; }

.breadcrumb__separator {
  color: white; }
  .masthead--product .breadcrumb__separator {
    color: black; }

/*************************************/
/* Styles for the membership filters */
/*************************************/
.masthead__image-whats-open {
  background-position: -90px !important; }
  @media (min-width: 400px) {
    .masthead__image-whats-open {
      background-position: -80px !important; } }
  @media (min-width: 992px) {
    .masthead__image-whats-open {
      background-position: center !important; } }

.listings-filters {
  max-width: 1190px;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between; }
  .listings-filters .search-box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
  .listings-filters #listing-search {
    border: 1px solid #17a9af;
    font-size: 18px;
    color: #17a9af;
    text-transform: uppercase;
    border-radius: 2px;
    padding-left: 10px; }
    .listings-filters #listing-search::placeholder {
      color: #cacaca;
      text-transform: uppercase;
      font-size: 18px; }
  .listings-filters #listing-status {
    width: 100%;
    border: 1px solid #17a9af;
    font-size: 18px;
    color: #17a9af;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 2px;
    padding-left: 10px; }
    @media (min-width: 992px) {
      .listings-filters #listing-status {
        width: calc(33% - 20px);
        margin: 20px 20px 20px 0; } }
  .listings-filters #listing-category {
    width: 100%;
    border: 1px solid #17a9af;
    font-size: 18px;
    color: #17a9af;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 2px;
    padding-left: 10px; }
    @media (min-width: 992px) {
      .listings-filters #listing-category {
        width: calc(33% - 20px);
        margin: 20px 20px 20px 0; } }
  .listings-filters #listing-area {
    width: 100%;
    border: 1px solid #17a9af;
    font-size: 18px;
    color: #17a9af;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 2px;
    padding-left: 10px; }
    @media (min-width: 992px) {
      .listings-filters #listing-area {
        width: calc(33% - 20px);
        margin: 20px 0 20px 0; } }

.listing-search-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px 0; }
  .listing-search-buttons .listings-search-btn {
    margin: 0 10px; }

.listing-details-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 992px) {
    .listing-details-container {
      padding: 0 40px; } }

.listing-details {
  border-top: 2px solid #17a9af;
  border-bottom: 2px solid #17a9af;
  margin: 20px 20px 70px 20px;
  padding-top: 10px;
  font-size: 16px;
  color: #8a8a8a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; }
  @media (min-width: 768px) {
    .listing-details {
      width: calc(50% - 40px); } }
  @media (min-width: 992px) {
    .listing-details {
      width: calc(33% - 40px); } }
  .listing-details div {
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 2px 0;
    padding-right: 10px;
    overflow-wrap: break-word; }
  .listing-details .listing-icon {
    min-width: 20px;
    max-width: 20px;
    margin-right: 10px;
    margin-top: 2px; }
  .listing-details .business-name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700; }
  .listing-details .business-description {
    height: 150px;
    line-height: 25px;
    overflow-y: auto; }
  .listing-details .business-status__green {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0px 8px;
    display: inline-block;
    background-color: #addf7d;
    color: white;
    width: auto;
    margin: 5px 0;
    font-size: 14px;
    min-height: 10px; }
  .listing-details .business-status__blue {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0px 8px;
    display: inline-block;
    background-color: #182d4d;
    color: white;
    width: auto;
    margin: 5px 0;
    font-size: 14px;
    min-height: 10px; }
  .listing-details .business-opening-date, .listing-details .business-opening-hours, .listing-details .business-phone, .listing-details .business-email, .listing-details .business-website {
    border-bottom: 2px solid #17a9af; }
  .listing-details .business-address {
    min-height: 50px;
    text-transform: capitalize; }
  .listing-details .business-opening-hours {
    height: 70px;
    overflow-y: auto; }
  .listing-details .business-website {
    overflow-wrap: anywhere;
    word-wrap: anywhere; }
  .listing-details .business-address, .listing-details .business-opening-date, .listing-details .business-opening-hours, .listing-details .business-phone, .listing-details .business-email, .listing-details .business-website {
    display: flex;
    align-items: flex-start; }
  .listing-details .listing-link {
    color: #8a8a8a;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    .listing-details .listing-link .listing-icon {
      min-width: 20px;
      max-width: 20px;
      margin-right: 10px;
      margin-top: 2px; }
    .listing-details .listing-link:hover {
      color: #17a9af;
      text-decoration: none; }

.listing-no-results {
  display: none; }
  .listing-no-results__show {
    display: flex; }

.listing-hidden {
  display: none; }

#loadMore {
  margin: 10px auto; }

.card {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: white; }
  .card--shadow {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .card--event {
    border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 768px) {
    .card--location {
      display: flex; }
    .card--event {
      display: flex;
      flex-direction: column;
      border: none; }
      .featured-event .card--event {
        flex-direction: row;
        padding-bottom: 0; } }
  .card__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover; }
    .card__image img {
      display: block;
      width: 100%; }
    @media (min-width: 768px) {
      .featured-event .card__image {
        width: 66.66%;
        min-height: 280px; } }
    .card--location .card__image {
      display: none;
      width: 140px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #182d4d; }
      @media (min-width: 768px) {
        .card--location .card__image {
          display: block; }
          .map-expanded .card--location .card__image {
            display: none; } }
    @media (max-width: 599px) {
      .listings .card__image {
        display: none; } }
  .card__content {
    position: relative;
    padding: 1.5em 1.5rem 0;
    z-index: 2; }
    .card--location .card__content {
      padding: 1.25rem 1.25rem 0.75rem;
      background-color: white; }
      @media (min-width: 768px) {
        .card--location .card__content {
          width: calc(100% - 140px);
          padding: 0.875rem 5rem 0.875rem 1.25rem; }
          .map-expanded .card--location .card__content {
            width: 100%; } }
    @media (max-width: 767px) {
      .map__listings--itinerary .card__content {
        padding: 1em 60px 1em 1em; } }
    .featured-event .card__content {
      padding: 1.5rem;
      background-color: #182d4d;
      color: white; }
      @media (min-width: 768px) {
        .featured-event .card__content {
          width: 33.33%;
          padding: 2rem; } }
  .card__action {
    position: relative;
    margin-top: auto;
    padding: 0 1.5rem 1.5rem; }
    .card--location .card__action {
      position: absolute;
      top: 6px;
      right: 0.5rem;
      display: flex;
      flex-direction: column;
      width: 44px;
      height: calc(100% - 1.750rem);
      padding: 0; }
      @media (min-width: 768px) {
        .card--location .card__action {
          top: 0.25rem;
          height: calc(100% - 0.5rem); } }
    .featured-event .card__action {
      padding-left: 0; }
    .listings .card__action {
      display: flex; }
  .card__title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    color: #182d4d;
    text-transform: initial; }
    .card__title a {
      color: inherit;
      text-decoration: none; }
      .card__title a:hover {
        text-decoration: underline; }
    .card--location .card__title {
      padding-right: 2rem; }
    .card--event .card__title {
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .card--event .card__title {
          font-size: 0.875rem; } }
    .featured-event .card__title {
      color: inherit; }
    @media (min-width: 768px) {
      .card__title {
        font-size: 1.5rem; } }
  .card__label {
    display: block;
    margin: 0 0 0.625rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: dunbar-text, sans-serif;
    line-height: 1;
    color: #009850; }
    .featured-event .card__label {
      color: #addf7d;
      text-transform: uppercase; }
  .card__datetime {
    display: block;
    margin: 0.5rem 0 1.5rem;
    font-size: 0.875rem; }
  .card__summary {
    margin-bottom: 0; }
    .featured-event .card__summary {
      margin: 0.5rem 0; }
    @media (max-width: 599px) {
      .card--location .card__summary {
        display: none; } }
    @media (min-width: 768px) {
      .featured-event .card__summary {
        margin-bottom: 1rem; } }
  .card--bordered {
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6; }
  .card-list .card {
    margin-bottom: 0.5rem;
    padding: 0.5em;
    background-color: #f2f2f2; }
    .card-list .card:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .card-list .card {
        padding: 0; } }
  .listings .card {
    flex: 1 0 auto; }
  .card-list--itinerary .card {
    padding: 1em 1em 1em 0;
    margin-bottom: 0;
    border-left: 4px solid #182d4d; }
  .featured-event .card {
    margin: 0 0 1rem; }
    @media (min-width: 768px) {
      .featured-event .card {
        display: flex;
        margin-bottom: 2rem;
        box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25); } }
  .events-carousel-row .card {
    display: flex;
    flex-direction: column;
    height: 100%; }

.card-list {
  list-style: none; }
  .card-list--itinerary {
    padding-left: 0; }
  .card-list__title {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    color: #182d4d; }
    .js-route-card .card-list__title {
      font-family: dunbar-text, sans-serif;
      color: #555555; }
      .js-route-card .card-list__title span {
        font-family: dunbar-tall, sans-serif;
        text-transform: uppercase;
        color: #182d4d; }
  .card-list__footer {
    margin-top: -1em; }
  .map__listings--itinerary > .card-list {
    padding: 0 1.5em; }

.carousel {
  margin: 0; }

.slick-slide {
  position: relative; }
  .events-carousel-row .slick-slide {
    height: auto; }

.slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  background-color: rgba(24, 45, 77, 0.5);
  z-index: 2; }
  .slick-arrow:after {
    content: '';
    position: absolute;
    left: 16px;
    top: calc(50% - 8px);
    height: 16px;
    width: 16px;
    transform: rotate(135deg);
    border: 0.125rem solid white;
    border-top: 0;
    border-left: 0; }
  .slick-arrow.slick-next {
    left: auto;
    right: 0; }
    .slick-arrow.slick-next:after {
      left: 10px;
      transform: rotate(-45deg); }
  .guides-carousel .slick-arrow {
    background-color: transparent; }
    .guides-carousel .slick-arrow:after {
      border-color: #182d4d; }
  @media (min-width: 768px) {
    .slick-arrow {
      left: 2px; }
      .slick-arrow.slick-next {
        right: 2px; }
        .guides-carousel .slick-arrow.slick-next {
          left: auto;
          right: calc(50% - 54px); }
          .guides-carousel .slick-arrow.slick-next:after {
            left: 6px; }
      .guides-carousel .slick-arrow {
        top: auto;
        bottom: 0;
        left: calc(50% - 54px);
        transform: rotate(90deg); }
      .masthead-carousel .slick-arrow {
        left: 0; }
        .masthead-carousel .slick-arrow.slick-next {
          left: auto;
          right: 0; } }

.events-carousel-row .slick-track {
  display: flex; }

.carousel__nav__link {
  cursor: pointer; }

.carousel-slides {
  position: relative; }
  .carousel-slides__item {
    margin: 0 2px; }
    .event-carousel .carousel-slides__item {
      margin: 0.75rem; }
  @media (min-width: 992px) {
    .carousel-slides:before, .carousel-slides:after {
      content: none; } }

.gallery-carousel {
  max-width: 992px;
  margin: 0 auto; }

.event-carousel {
  margin-bottom: 2.5em; }

.readonly, input, select, textarea {
  height: auto; }

label {
  margin: 0; }

select::-ms-expand {
  /* IE specific to remove default arrow */
  display: none; }

.form-item {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #555555; }
  .form-item__label, .form-item__legend {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 0.5rem;
    font-family: dunbar-text, sans-serif; }
  .form-item__text-input {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: white;
    border: 2px solid transparent;
    border-radius: 6px; }
    .footer__subscription .form-item__text-input {
      border-radius: 6px 0 0 6px; }
    .itinerary-sharing .form-item__text-input {
      border-radius: 0;
      padding: 0.5rem 0;
      border-bottom: 1px solid #e6e6e6; }
  .form-item__text-area {
    width: 100%;
    min-width: 10rem;
    padding: 1rem;
    background-color: white;
    border-radius: 6px;
    border: 2px solid transparent;
    resize: #555555; }
  .form-item__select {
    position: relative;
    display: block; }
    .form-item__select-input {
      appearance: none;
      display: block;
      width: 100%;
      padding: 0.5rem 2.5rem 0.5rem 1rem;
      background-color: white;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 3px;
      color: #182d4d;
      cursor: pointer; }
      .filters .form-item__select-input {
        margin-bottom: 0; }
    .form-item__select-arrow {
      fill: #182d4d;
      position: absolute;
      right: 1rem;
      top: calc(50% - 3px);
      width: 12px;
      height: 6px;
      pointer-events: none; }
      .pagination .form-item__select-arrow {
        fill: #addf7d; }
    .pagination .form-item__select {
      margin: 0 1em;
      border: 1px solid #addf7d;
      font-family: dunbar-tall, sans-serif;
      font-size: 1rem; }
  .form-item__input {
    display: inline-block;
    margin: 0 1rem 0.75em 0; }
    .form-item__input label > input {
      margin-right: 0.25rem; }
    .form-item__input--block {
      display: block;
      margin: 0 0 1rem; }
  .form-item__requirement {
    margin: 0.75rem 0 0;
    max-height: 0;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.5; }
    .form-item__requirement:before {
      content: '*';
      display: inline-block;
      color: #fa5e5b; }
  .form-item__inline {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%; }
    .form-item__inline > * {
      display: table-cell;
      margin: 0;
      vertical-align: top;
      font-size: 1rem; }
    .form-item__inline-addon {
      width: 1%;
      white-space: nowrap; }
    .form-item__inline input {
      border-radius: 6px 0 0 6px; }
    .form-item__inline button {
      margin: 0;
      border-radius: 0 6px 6px 0;
      border: 2px solid #ed6c53; }
  .filters .form-item {
    margin: 1rem 0 0;
    width: 100%; }
    @media (min-width: 992px) {
      .filters .form-item {
        margin: 0.5rem 0; } }

.form-action {
  flex: 1;
  width: 100%;
  margin: 1rem 0;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .filters .form-action {
      margin: 0.5rem 0; } }

.filters {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background-color: #182d4d;
  color: white;
  z-index: 10; }
  .filters:before, .filters:after {
    content: " ";
    display: table; }
  .filters:after {
    clear: both; }

.umbraco-form {
  max-width: 992px;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: white; }
  .umbraco-form:before, .umbraco-form:after {
    content: " ";
    display: table; }
  .umbraco-form:after {
    clear: both; }
  @media (min-width: 768px) {
    .umbraco-form {
      padding: 2.5rem; } }
  @media (min-width: 992px) {
    .umbraco-form {
      padding: 2.5rem 5rem 2.5rem 2.5rem; } }
  .umbraco-form .umbraco-forms-fieldset {
    margin-bottom: 20px; }
  .umbraco-form .row-fluid:before, .umbraco-form .row-fluid:after {
    content: " ";
    display: table; }
  .umbraco-form .row-fluid:after {
    clear: both; }
  .umbraco-form input.text, .umbraco-form textarea, .umbraco-form input[type="text"] {
    padding: 0.5rem 0.25rem;
    border: 1px solid #addf7d;
    background-color: transparent;
    font-family: dunbar-text, sans-serif; }
  .umbraco-form h3 {
    color: #182d4d; }
  .umbraco-form textarea {
    height: 128px; }
  .umbraco-form legend {
    font-size: 1.75rem;
    text-transform: capitalize; }
  .umbraco-form .umbraco-forms-indicator {
    color: #fa5e5b; }
  .umbraco-form .info-box {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 10px 20px; }
    .umbraco-form .info-box h4 {
      font-size: 1.5rem;
      color: #182d4d;
      margin: 4px 0; }
  .umbraco-form label.fieldLabel, .umbraco-form span.fieldLabel {
    margin-bottom: 0.5rem;
    font-family: dunbar-tall, sans-serif;
    font-size: 1.125rem;
    color: #182d4d; }
  .umbraco-form span.fieldLabel {
    display: inline-block;
    width: 220px; }

.umbraco-forms-field {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .umbraco-forms-field {
      margin-right: 1rem; } }
  .umbraco-forms-field.dropdown .fieldLabel {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .umbraco-forms-field.dropdown div:first-of-type {
      display: inline-block;
      vertical-align: middle; } }
  @media (min-width: 1240px) {
    .umbraco-forms-field.dropdown div:first-of-type {
      padding-left: 1em; } }
  .umbraco-forms-field.dropdown select {
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 0.75em 0 11px;
    padding: 10px 40px 10px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(libs/svg/down-chevron.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px);
    background-color: transparent !important;
    max-width: 100%; }
  .umbraco-forms-field-wrapper .checkboxitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .umbraco-forms-field-wrapper .checkboxitem input {
      margin-right: 5px; }
  .umbraco-forms-field-wrapper .checkboxlist hr {
    margin: 20px 0; }
  .umbraco-forms-field-wrapper .radiobuttonlist {
    display: flex;
    flex-direction: row; }
    .umbraco-forms-field-wrapper .radiobuttonlist input {
      margin-right: 5px; }
    .umbraco-forms-field-wrapper .radiobuttonlist label {
      padding-right: 20px; }

.checkboxlistwithextravalidation .help-block {
  display: block;
  font-style: italic;
  margin-bottom: 5px;
  color: black; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #182d4d;
  font-size: 0.875rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #182d4d;
  font-size: 0.875rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #182d4d;
  font-size: 0.875rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #182d4d;
  font-size: 0.875rem; }

.field-validation-error {
  color: #e31b23; }

.guide__author {
  margin: 0 0 0.5rem;
  color: #addf7d;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .guides-carousel__slides .guide__author {
      display: none; } }

.guide__profile {
  display: none;
  float: left;
  width: 50px;
  height: 50px;
  margin-left: -66px;
  margin-right: 0;
  border-radius: 50%;
  overflow: hidden; }
  .guide__bio .guide__profile {
    width: 100px;
    height: 100px;
    margin-left: -124px; }
  .guide__profile img {
    display: block;
    height: 100%; }
  @media (min-width: 600px) {
    .guide__profile {
      display: block; } }

.guide__summary {
  position: relative;
  display: block;
  min-height: 74px;
  padding: 0 60px;
  text-decoration: none;
  z-index: 1; }
  .guide__summary:before, .guide__summary:after {
    content: " ";
    display: table; }
  .guide__summary:after {
    clear: both; }
  @media (min-width: 600px) {
    .guide__summary {
      padding: 0 0 0 120px; } }
  @media (min-width: 768px) {
    .guide__summary {
      padding: 0 0 0 80px; } }

.guide__subject {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #182d4d; }
  @media (min-width: 768px) {
    .guide__subject {
      font-size: 0.625rem; } }

.guide__bio {
  padding: 1em;
  border: 1px solid #182d4d; }
  .guide__bio h4 {
    margin: 0.5rem 0;
    color: #182d4d; }
  @media (min-width: 600px) {
    .guide__bio {
      padding: 1.5em 1.5em 1.5em 144px; } }
  @media (min-width: 992px) {
    .guide__bio {
      margin: 2.5rem 2.5rem 1em 0; } }

.guide__story {
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    .guide__story {
      margin-right: 1px;
      padding: 0 2rem 0 0; } }
  @media (min-width: 1240px) {
    .guide__story {
      padding-right: 5rem; } }

.guide__title {
  margin-top: 0;
  color: #182d4d; }
  .guide__summary .guide__title {
    margin: 0.5rem 0 0;
    font-size: 1rem; }
  @media (max-width: 767px) {
    .guides-carousel__slides .guide__title {
      display: none; } }

.guides-carousel {
  margin-top: 1.5rem; }
  .guides-carousel__slides {
    padding: 0 1rem;
    overflow-x: auto; }
  .guides-carousel__nav {
    padding: 1em 0 0.5em;
    border-top: 1px solid #addf7d;
    border-bottom: 1px solid #addf7d; }
  @media (min-width: 768px) {
    .guides-carousel {
      display: flex;
      padding: 0 10px; }
      .guides-carousel__nav {
        order: 2;
        width: 33.33%;
        border: none;
        border-left: 1px solid #addf7d; }
        .guides-carousel__nav__wrap {
          padding-bottom: 44px; }
        .guides-carousel__nav .slick-current:after {
          content: '';
          position: absolute;
          left: -21px;
          top: 26px;
          width: 40px;
          height: 1px;
          background-color: #addf7d; }
      .guides-carousel__preview {
        margin-bottom: 1.5rem; }
      .guides-carousel__slides {
        width: 66.66%;
        padding: 0; } }
  @media (min-width: 1240px) {
    .guides-carousel {
      margin-top: 2.5rem; } }

.map {
  position: relative;
  max-width: 1240px;
  margin: 0 auto; }
  .map__container {
    position: relative;
    height: 360px;
    overflow-x: auto; }
    .map__container.itinerary-container {
      height: auto; }
  .map__listings {
    margin: 1.25rem 0;
    overflow-x: auto;
    transition: all 0.3s ease-in-out; }
  .map__panel {
    width: 33.33%;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .map-expanded .map__listings {
      display: none; }
    .map__panel {
      display: none;
      width: 100%;
      height: 420px; }
      .map-expanded .map__panel {
        display: block; } }
  @media (min-width: 768px) {
    .map__container {
      height: 560px; } }
  @media (min-width: 992px) {
    .map__container {
      display: flex;
      flex-direction: row; }
    .map__listings {
      width: 66.66%;
      opacity: 1;
      visibility: visible;
      margin: 0;
      padding: 1.25rem;
      background-color: #f2f2f2; }
      .map-expanded .map__listings {
        width: 33.33%;
        transition: all 0.3s ease-in-out; }
    .map__panel {
      display: block;
      opacity: 1;
      visibility: visible;
      border-left: 1px solid #cacaca; }
      .map-expanded .map__panel {
        width: 66.66%;
        transition: all 0.3s ease-in-out; } }
  @media (min-width: 1440px) {
    .map__container {
      height: 690px; } }

.map-marker {
  padding: 1.5em 1em;
  max-width: 280px; }
  .map-marker h2 {
    margin: 0 0 0.5rem;
    font-size: 1.5em;
    color: #182d4d; }
  .map-marker p {
    margin: 0;
    font-family: dunbar-text, sans-serif;
    font-size: 1.25em; }
  .map-marker__region {
    color: #009850;
    text-transform: uppercase; }

.itinerary-route-info {
  position: relative;
  padding: 1rem 2rem;
  border-left: 4px solid #182d4d; }
  .itinerary-route-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 14px;
    height: 4px;
    background-color: #182d4d; }
  .itinerary-route-info p {
    margin: 0;
    font-family: dunbar-text, sans-serif;
    color: #182d4d; }
  .itinerary-route-info li {
    color: #748194; }
  .itinerary-route-info span {
    font-family: dunbar-text, sans-serif;
    color: #182d4d; }
  .itinerary-route-info.end-point {
    margin-bottom: 1.5em; }

.itinerary-sharing {
  padding: 1em;
  background-color: white;
  border-radius: 0 0 8px 8px;
  width: 100%;
  z-index: 10; }
  .itinerary-sharing div {
    padding: 1em; }
  .itinerary-sharing h2 {
    font-size: 1.5em;
    color: #182d4d; }
  @media (min-width: 992px) {
    .itinerary-sharing {
      position: absolute;
      top: calc(100% + 8px);
      right: -1em;
      width: 400px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(0, 0, 0, 0.08); } }

.itinerary-empty {
  margin-top: 1em;
  padding: 2em 1em;
  text-align: center; }
  @media (min-width: 768px) {
    .itinerary-empty {
      min-height: 400px; } }

.itinerary-instructions {
  display: none; }
  @media (min-width: 1240px) {
    .itinerary-instructions {
      display: block; } }

.interactive-map {
  position: relative;
  min-height: 600px; }
  @media (max-width: 767px) {
    .interactive-map {
      display: flex;
      align-items: flex-end; } }
  @media (max-width: 599px) {
    .interactive-map {
      min-height: 490px; } }
  .interactive-map h2 {
    margin: 0 0 20px;
    color: #FFF;
    font-weight: 700; }
    @media (max-width: 1179px) {
      .interactive-map h2 {
        font-size: 2em; } }
  .interactive-map h3 {
    margin-top: 0;
    font-size: 1.750em;
    color: #FFF; }
  @media (max-width: 767px) {
    .interactive-map__margins {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
  .interactive-map__gradient {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(to left, #6b70a8 50%, #4b5494 50%); }
  .interactive-map__col {
    position: relative; }
  .interactive-map__text {
    width: 40%;
    pointer-events: none;
    /*display:none;

		@include respond-to(map-desktop) {
			display:block;
		}*/ }
  .interactive-map__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: stretch; }
  .interactive-map-intro {
    color: white; }
    @media (max-width: 767px) {
      .interactive-map-intro p {
        display: none; } }
  .interactive-map__content {
    position: relative;
    padding: 40px 20px 0px 10px;
    margin: 0 10px 0px 30px;
    display: flex;
    align-items: center; }
    .interactive-map__content .subheading {
      font-size: 18px;
      color: #2c2664;
      text-transform: uppercase;
      margin-bottom: 4px;
      display: block;
      font-weight: 700; }
      @media (max-width: 767px) {
        .interactive-map__content .subheading {
          color: white; } }
    @media (max-width: 991px) {
      .interactive-map__content {
        margin-left: 0; } }
  .interactive-map-helper {
    display: none; }
  .interactive-map-region {
    display: none; }
    .interactive-map-region p {
      color: white; }
  .interactive-map__regions {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0px; }
    @media (min-width: 768px) {
      .interactive-map__regions {
        padding-left: 200px; } }
    @media (min-width: 992px) {
      .interactive-map__regions {
        padding-left: 300px; } }
    @media (min-width: 1240px) {
      .interactive-map__regions {
        padding-left: 400px; } }
  .interactive-map .area-feature-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .interactive-map .area-feature-list {
        display: none; } }
    .interactive-map .area-feature-list .feature {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin: 5px 0; }
    .interactive-map .area-feature-list .feature-list-icon {
      max-width: 28px;
      height: auto;
      margin-right: 8px; }
    .interactive-map .area-feature-list .feature-text {
      display: flex;
      flex-direction: row;
      align-items: flex-end; }
    .interactive-map .area-feature-list .headline-figure {
      font-size: 26px;
      color: white;
      margin: 0 6px 0 0;
      line-height: 28px; }
    .interactive-map .area-feature-list .feature-description {
      font-size: 16px;
      color: white; }
  .interactive-map .explore-region {
    fill: #182d4d;
    transition: all 0.4s ease-in-out; }
    .interactive-map .explore-region-base {
      fill: #dce0e4; }
    .interactive-map .explore-region-link:hover .explore-region {
      fill: #addf7d;
      cursor: pointer; }
  @media (min-width: 1025px) {
    .interactive-map {
      display: flex; }
      .interactive-map__col {
        width: 45%; }
        .interactive-map__col:last-of-type {
          display: block;
          align-self: flex-start; }
      .interactive-map__content {
        margin: 40px 10px 40px 40px;
        padding: 20px; }
      .interactive-map__regions {
        text-align: right; }
        .interactive-map__regions svg {
          width: auto; }
      .interactive-map-intro {
        transition: all 0.4s ease-in-out 0.2s; }
        .interactive-map-intro.is-hidden {
          opacity: 0;
          visibility: hidden;
          transition: all 0.4s ease-in-out; }
      .interactive-map-region {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease-in-out; }
        .interactive-map-region.is-visible {
          max-height: 500px;
          opacity: 1;
          visibility: visible;
          transition: max-height 0.4s linear, opacity 0.4s ease-in-out 0.2s; }
      .interactive-map-helper {
        display: inline-block;
        position: absolute;
        bottom: 0.75em;
        right: 0.75em;
        width: 160px;
        font-family: dunbar-tall, sans-serif;
        font-size: 0.875em;
        color: #182d4d;
        text-align: left; }
      .interactive-map-distance {
        bottom: 34%;
        right: 8px;
        width: 68px;
        padding-bottom: 6px;
        border-bottom: 2px solid white;
        font-size: 0.75em;
        color: white; }
        .interactive-map-distance:after {
          content: '';
          position: absolute;
          left: calc(100% - 5px);
          bottom: -10px;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-left-color: white; }
      .interactive-map .btn {
        display: none; } }
  @media (min-width: 1240px) {
    .interactive-map-helper:not(.interactive-map-distance) {
      bottom: 1em;
      right: 3em; }
    .interactive-map-distance {
      width: 78px;
      font-size: 0.875em; } }

.masthead {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #1D1D1D; }
  .masthead-carousel {
    position: relative; }
    .masthead-carousel__slides {
      height: 320px; }
      .masthead-carousel__slides .slick-list {
        height: 100%; }
        .masthead-carousel__slides .slick-list > * {
          height: 100%; }
    .masthead-carousel__slide {
      position: relative; }
    .masthead-carousel__preview {
      position: relative; }
      .masthead-carousel__preview .carousel__nav__link {
        position: relative;
        display: block;
        min-height: 200px;
        padding: 1.5rem;
        text-decoration: none;
        color: white; }
        @media (min-width: 992px) {
          .masthead-carousel__preview .carousel__nav__link {
            min-height: 250px; } }
        @media (min-width: 1240px) {
          .masthead-carousel__preview .carousel__nav__link {
            min-height: 200px; } }
      .masthead-carousel__preview h2 {
        margin: 0;
        font-size: 1rem; }
      .masthead-carousel__preview div {
        position: relative;
        z-index: 2; }
      @media (max-width: 991px) {
        .masthead-carousel__preview.slick-current {
          width: 85vw !important; } }
  .masthead__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .masthead__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      display: block;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .masthead__video video {
          width: 100%;
          height: auto; } }
    .masthead__video:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1; }
  .masthead__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .masthead__outer {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 768px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 2rem 3rem;
    z-index: 2;
    color: white; }
  .masthead__outer_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .masthead__inner {
    align-self: center;
    padding: 0 0.5rem;
    text-align: center; }
  .masthead__headline {
    margin: 0;
    line-height: 1.2; }
  .masthead__caption {
    margin-bottom: 0; }
  .masthead__dmo {
    padding: 1rem 0.875rem 4rem;
    background-image: url(libs/images/backgrounds/masthead_dmo.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    .masthead__dmo h2 {
      color: #182d4d; }
    .masthead__dmo p {
      color: #7b7b7b; }
  .masthead--split {
    background-color: white; }
  .masthead--basic {
    display: flex;
    height: 240px; }
  .masthead--imageonly {
    background-color: transparent; }
  .campaign-page .masthead {
    height: 420px; }
    .campaign-page .masthead:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      z-index: 2; }
  @media (min-width: 768px) {
    .masthead-carousel__slides {
      height: 420px; }
    .masthead--basic {
      height: 420px; }
    .masthead__outer {
      height: 420px; }
    .masthead-carousel .masthead__inner {
      padding: 0 2rem; }
    .masthead__dmo {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 992px) {
    .masthead__outer {
      padding: 0; }
    .masthead__dmo {
      padding: 4.375rem 5.625rem 6.875rem; } }
  @media (min-width: 1240px) {
    .masthead-carousel__slides {
      height: 470px; }
    .masthead--basic {
      height: 470px; }
    .masthead__outer {
      height: 470px; }
    .campaign-page .masthead {
      height: 730px; } }

.campaign-page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1em;
  text-align: center;
  z-index: 10; }
  @media (min-width: 768px) {
    .campaign-page-header {
      flex-direction: row;
      height: auto;
      padding: 1.5rem;
      text-align: left; } }
  @media (min-width: 992px) {
    .campaign-page-header {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.campaign-logo {
  width: 261px;
  height: 64px; }
  .campaign-logo svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: white; }

/*************************************/
/* Styles for the membership filters */
/*************************************/
.membership-filter-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap; }
  .membership-filter-group .membership-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    max-width: 100%;
    min-width: 100%;
    margin: 20px 0; }
    @media (min-width: 768px) {
      .membership-filter-group .membership-filter {
        max-width: 50%;
        min-width: 50%; } }
    @media (min-width: 1240px) {
      .membership-filter-group .membership-filter {
        max-width: 240px;
        min-width: 240px;
        margin: 0; } }
    .membership-filter-group .membership-filter .category-image {
      max-height: 128px;
      min-height: 128px; }
    .membership-filter-group .membership-filter .category-letter {
      text-transform: uppercase;
      color: #addf7d;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      padding: 10px 0 0 0; }
    .membership-filter-group .membership-filter .category-name {
      text-transform: uppercase;
      color: #182d4d;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      padding: 5px 0 10px 0; }
    .membership-filter-group .membership-filter button {
      margin-top: auto; }

.membership-details-container {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #182d4d;
  margin: 0;
  padding: 40px;
  flex-wrap: wrap; }
  @media (min-width: 1240px) {
    .membership-details-container {
      margin: 40px 0; } }
  .membership-details-container .group-title {
    color: white;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0; }
  .membership-details-container .membership-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin: 20px;
    border-radius: 20px;
    background-color: white;
    padding: 20px; }
    .membership-details-container .membership-details .group-code {
      text-transform: uppercase;
      color: #cacaca;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      padding: 0 0 0 0;
      align-self: flex-end; }
    .membership-details-container .membership-details .monthly-cost {
      text-transform: uppercase;
      color: #17a9af;
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      padding: 0 0 0 0; }
    .membership-details-container .membership-details .cost-subscript {
      text-transform: uppercase;
      color: #182d4d;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      padding: 0; }
    .membership-details-container .membership-details .note-subscript {
      text-transform: none;
      color: #182d4d;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      padding: 0; }
    .membership-details-container .membership-details .bullet-points {
      text-align: left;
      font-size: 14px;
      width: 100%;
      padding: 20px 0; }
    .membership-details-container .membership-details a {
      margin-top: auto; }

.membership-details-show {
  display: flex; }

@media (min-width: 768px) {
  .signposts {
    display: flex; } }

.signpost {
  position: relative;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  width: 100%;
  padding: 1em;
  overflow: hidden; }
  .signpost__link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 3; }
  .signpost__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .signpost__outer {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white; }
  .signpost__inner {
    padding: 0 2em; }
    @media (min-width: 992px) {
      .signpost__inner {
        transition: all 0.5s ease-in-out; } }
  .signpost__title {
    position: relative;
    margin: 0;
    line-height: 1.2; }
    .carousel-slides__item .signpost__title {
      padding-bottom: 1rem;
      font-size: 1rem; }
      .carousel-slides__item .signpost__title:after {
        content: '';
        position: absolute;
        left: calc(50% - 53px);
        bottom: 0;
        width: 106px;
        height: 2px;
        background-color: white; }
  .carousel-slides__item .signpost__reveal {
    margin-top: 2rem; }
  .campaign-component .signpost__reveal {
    margin-top: 1em; }
  @media (min-width: 992px) {
    .signpost__reveal {
      opacity: 0;
      max-height: 0;
      transition: all 0.4s ease-in-out; }
      .signpost__link:hover .signpost__reveal {
        max-height: 500px;
        opacity: 1;
        transition: all 1.2s ease-in-out; }
      .carousel-slides__item .signpost__reveal {
        margin-top: 0; } }
  .campaign-page .signpost {
    min-height: 260px; }
  @media (min-width: 768px) {
    .signpost {
      padding: 0 2em; }
      .campaign-page .signpost .signpost__title {
        font-size: 1.875em;
        line-height: 1.333em; } }
  @media (min-width: 1240px) {
    .signposts-grid .signpost {
      min-height: 440px; }
    .campaign-page .signpost {
      min-height: 300px; } }

.membership-table {
  max-width: 1190px;
  margin: 10px auto;
  border-collapse: collapse; }
  .membership-table tr, .membership-table th, .membership-table td {
    border: 1px solid #2a3163; }
  .membership-table th:first-of-type {
    width: 60%; }
  .membership-table-header {
    background-color: #4a5494;
    color: white;
    text-transform: uppercase; }
    .membership-table-header th {
      font-size: 18px;
      font-weight: 400; }
      .membership-table-header th .small {
        font-size: 14px;
        text-transform: none; }
  .membership-table .membership-header {
    background-color: #17a9af;
    color: white;
    cursor: pointer; }

.textpanel {
  color: #7b7b7b; }
  .textpanel h1, .textpanel h2, .textpanel h3 {
    color: #182d4d; }
  .textpanel p {
    margin-top: 0; }
    .textpanel p:last-of-type {
      margin-bottom: 0; }
  .textpanel--small {
    margin: 0 auto;
    max-width: 768px;
    text-align: center;
    width: 100%; }
  @media (min-width: 768px) {
    .textpanel--primary {
      padding-right: 2rem; } }
  @media (min-width: 768px) {
    .textpanel--secondary {
      padding-left: 2rem; } }
  .campaign-page .textpanel {
    color: #333;
    line-height: 1.625em; }

.article-post {
  padding: 1rem; }
  .article-post:before, .article-post:after {
    content: " ";
    display: table; }
  .article-post:after {
    clear: both; }

.article__main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.article__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6e6e6; }
  .article__footer:before, .article__footer:after {
    content: " ";
    display: table; }
  .article__footer:after {
    clear: both; }

.article__aside {
  margin-top: 2.5rem; }

.article-suggested {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  border-top: 1px solid #e6e6e6; }

.article .post {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .article-post {
    padding: 2.5rem; }
  .article__footer {
    margin-top: 2.5rem;
    padding-top: 2.5rem; } }

@media (min-width: 992px) {
  .article-hero {
    padding: 2.5rem 0; }
  .article-post {
    padding: 2.5rem 0; } }

.cookie-bar {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #035281;
  padding: 1.5rem 0;
  color: white;
  z-index: 7000;
  transition: all .3s ease-in-out; }
  .cookie-bar a {
    color: white; }
    .cookie-bar a:not(.btn) {
      text-decoration: underline; }
  .cookie-bar .btn {
    margin: .5rem 0 0 0; }
  .cookie-bar.is-hidden {
    bottom: -100%; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 7000; }
  .site-header__container:before, .site-header__container:after {
    content: " ";
    display: table; }
  .site-header__container:after {
    clear: both; }

.site-navbar {
  position: relative;
  padding-top: 5px;
  border-top: 5px solid #035281; }
  .site-navbar:before, .site-navbar:after {
    content: " ";
    display: table; }
  .site-navbar:after {
    clear: both; }
  .site-navbar__icon {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    z-index: 101; }
  @media (max-width: 991px) {
    .site-navbar {
      z-index: 101; } }
  @media (min-width: 992px) {
    .site-navbar {
      height: 50px;
      padding: 0;
      border: none;
      background-color: #cf1347; } }

.brand-logo {
  float: left;
  margin: 0.5rem 0 0.5rem 0.5rem;
  z-index: 100; }
  .brand-logo a {
    display: block;
    width: 100px;
    height: 36px;
    text-decoration: none;
    position: relative; }
    @media (min-width: 992px) {
      .brand-logo a {
        width: 100px;
        height: auto;
        position: initial; } }
    @media (min-width: 1240px) {
      .brand-logo a {
        width: 175px;
        height: auto; } }
  .brand-logo svg {
    width: 100%;
    height: 100%;
    fill: #182d4d; }
  .brand-logo img {
    position: absolute;
    top: -15px;
    left: -14px; }
    @media (min-width: 992px) {
      .brand-logo img {
        position: initial; } }
  .footer .brand-logo {
    display: block;
    float: left;
    margin: 0 0.2rem 0 0;
    height: 170px; }
    .footer .brand-logo a {
      width: 150px;
      height: auto;
      margin: 20px 10px 20px 10px; }
      @media (min-width: 992px) {
        .footer .brand-logo a {
          width: 150px;
          height: auto;
          margin: -20px 20px 0 0; } }
    .footer .brand-logo svg {
      fill: white; }
  @media (min-width: 992px) {
    .site-navbar .brand-logo {
      float: none;
      position: absolute;
      top: 50px;
      margin: 0;
      right: 15px; } }
  @media (min-width: 1240px) {
    .site-navbar .brand-logo {
      float: none;
      position: absolute;
      top: 50px;
      margin: 0;
      right: 15px; } }

.search-link {
  right: 80px;
  z-index: 102; }

.site-search {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #035281;
  z-index: 103; }
  .site-search.is-visible {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out; }
  .site-search__inner {
    padding: 4rem 1rem 1rem; }
    .results .site-search__inner {
      padding-top: 1rem; }
    @media (min-width: 992px) {
      .site-search__inner {
        padding-left: 2rem;
        padding-right: 2rem; }
        .results .site-search__inner {
          padding: 2rem; } }
  .results .site-search {
    position: relative;
    opacity: 1;
    visibility: visible; }

.itinerary-link {
  right: 0; }

.menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu__item {
    position: relative;
    display: block; }
    .menu__item a:not(.btn) {
      position: relative;
      display: block;
      text-decoration: none;
      transition: color 0.2s linear; }
    .menu--sml .menu__item {
      font-size: 0.875rem; }
    @media (min-width: 768px) {
      .menu--inline-s .menu__item {
        display: inline-block;
        margin-right: 1rem; }
        .menu--inline-s .menu__item:last-of-type {
          margin-right: 0; } }
    .menu--social .menu__item {
      display: inline-block; }
      .menu--social .menu__item + .menu__item {
        margin-left: 1rem; }
    .footer__accreditations .menu__item {
      flex: 0 0 33.33%;
      padding: 0.5rem 1rem; }
      @media (min-width: 768px) {
        .footer__accreditations .menu__item {
          flex: 1; } }
      @media (min-width: 992px) {
        .footer__accreditations .menu__item {
          padding: 0 1rem; } }
    .essential-info .menu__item + li {
      margin-top: 0.75em; }
    @media (min-width: 768px) {
      .inline-block-s .menu__item {
        display: inline-block;
        margin-right: 0.875rem; } }
  .menu--sml {
    font-size: 0.875rem; }
  .menu--border-top {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #4f86a7; }
  .menu--social {
    display: inline-block; }
  .footer__accreditations .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  @media (max-width: 991px) {
    .site-nav__submenu .menu {
      padding-bottom: 1em; } }

.site-nav-btn {
  position: absolute;
  top: 2px;
  right: 135px;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0;
  font-weight: dunbar-text, sans-serif;
  color: #cf1347;
  text-transform: uppercase; }
  .site-nav-btn:hover {
    background-color: inherit;
    border: 2px solid transparent; }

.site-nav {
  position: relative;
  padding: 2em; }
  .site-nav a {
    position: relative;
    display: block;
    text-decoration: none; }
  .site-nav li {
    position: relative; }
  @media (max-width: 991px) {
    .site-nav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      background: white;
      border-right: 0;
      display: flex;
      flex-direction: column;
      overflow-y: auto;
      padding: 4.750rem 1rem 2rem;
      transform: translateX(100%);
      width: 50%;
      transition: all 0.2s ease-in-out;
      z-index: 100; }
      .site-nav.is-visible {
        transform: translateX(0);
        transition: all 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96); } }
  @media (max-width: 599px) {
    .site-nav {
      width: 100%; }
      .site-nav.is-visible {
        transform: translateX(0); } }
  @media (min-width: 992px) {
    .site-nav {
      margin-top: -50px;
      padding: 0;
      width: 100%; } }
  .site-nav__inner {
    position: relative;
    max-width: 1190px; }
    @media (min-width: 992px) {
      .site-nav__inner {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 992px) {
    .site-nav__primary {
      display: flex;
      order: 2; } }
  @media (min-width: 992px) {
    .site-nav__secondary li {
      display: inline-block; }
      .site-nav__secondary li + li {
        padding-left: 0.5em; } }
  @media (min-width: 1240px) {
    .site-nav__secondary li + li {
      padding-left: 1.875em; } }
  .site-nav__submenu {
    vertical-align: top;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.2s ease, opacity 0.2s ease; }
    .site-nav__submenu a {
      text-align: center;
      padding: 0.5rem 0 0 0.5rem;
      transition: all 0.2s ease; }
    @media (min-width: 992px) {
      .site-nav__submenu {
        position: absolute;
        left: 0;
        top: 100%;
        display: inline-block;
        min-width: 200px;
        white-space: nowrap;
        background-color: #cf1347; }
        .site-nav__submenu a {
          text-align: left;
          padding: 0.75rem 1.5rem 0.75rem 3rem;
          color: white; }
          .site-nav__submenu a:before {
            content: '-';
            position: absolute;
            left: 1.5rem;
            top: 0.5rem;
            font-family: dunbar-text, sans-serif;
            font-size: 1rem;
            color: inherit; }
          .site-nav__submenu a:hover {
            background-color: #e8396c; } }

.primary-nav {
  vertical-align: top; }
  .primary-nav > li {
    border-top: 1px solid #e6e6e6; }
    .primary-nav > li:first-of-type {
      border-top: none; }
    .primary-nav > li.has-dropdown > a {
      padding-right: 0; }
      @media (min-width: 992px) {
        .primary-nav > li.has-dropdown > a {
          padding-right: 3rem; } }
      .primary-nav > li.has-dropdown > a:after {
        content: '';
        position: absolute;
        right: 0.75rem;
        top: calc(50% - 8px);
        height: 0.75rem;
        width: 0.75rem;
        transform: rotate(45deg);
        border: 0.125rem solid #cacaca;
        border-top: 0;
        border-left: 0;
        transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .primary-nav > li.has-dropdown > a:after {
          right: 1.25rem; }
        .primary-nav > li.has-dropdown > a:hover {
          color: white; }
          .primary-nav > li.has-dropdown > a:hover:after {
            border-color: white; } }
    @media (min-width: 992px) {
      .primary-nav > li {
        display: inline-block;
        border-top: none; } }
    .primary-nav > li > a {
      text-align: center;
      padding: 0.75rem 0rem 0.75rem 0;
      font-weight: dunbar-text, sans-serif;
      font-size: 0.95rem;
      color: #cf1347;
      text-transform: uppercase;
      transition: all 0.2s ease; }
      @media (min-width: 992px) {
        .primary-nav > li > a {
          padding: 2.5rem 1rem; }
          .primary-nav > li > a:hover {
            background-color: #cf1347;
            color: white;
            transition: all 0.5s ease; } }
      @media (min-width: 1240px) {
        .primary-nav > li > a {
          padding: 2.5rem 1.5rem; } }
  @media (min-width: 992px) {
    .primary-nav {
      display: inline-block;
      margin-right: auto; } }

.secondary-nav {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid #cf1347; }
  .secondary-nav a {
    text-align: center;
    padding: 0.25rem 0;
    text-decoration: none;
    color: #cf1347;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .secondary-nav {
      margin: 0 0 0 0.25rem;
      padding: 0 0 0 0.75em;
      border: none; }
      .secondary-nav a {
        display: inline-block;
        padding: 0.75rem 0;
        color: #e9e9e9;
        font-size: 12px; }
        .secondary-nav a:hover {
          text-decoration: underline; } }
  @media (min-width: 1240px) {
    .secondary-nav {
      padding-left: 0;
      margin: 0 0 0 1.25rem; }
      .secondary-nav a {
        font-size: 12px; } }

.has-dropdown [aria-haspopup="true"] ~ [aria-hidden="false"] {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.5s ease, opacity 0.5s ease; }
  @media (min-width: 992px) {
    .has-dropdown [aria-haspopup="true"] ~ [aria-hidden="false"] {
      border-radius: 0 0 6px 6px; } }

@media (min-width: 992px) {
  .has-dropdown:hover {
    background-color: #cf1347; }
    .has-dropdown:hover > a {
      color: white; } }

.footer__subscription {
  background-color: #14141e; }
  .footer__subscription__bg {
    position: relative;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: inherit; }
    .footer__subscription__bg:before, .footer__subscription__bg:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100px;
      z-index: 2; }
    .footer__subscription__bg:before {
      top: 0;
      background: -moz-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.75) 50%, rgba(20, 20, 30, 0) 100%);
      background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.75) 50%, rgba(20, 20, 30, 0) 100%);
      background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0.75) 50%, rgba(20, 20, 30, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0014141e',GradientType=0 ); }
    .footer__subscription__bg:after {
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 30, 0.75) 70%, #14141e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 30, 0.75) 70%, #14141e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 30, 0.75) 70%, #14141e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#14141e',GradientType=0 );
      /* IE6-9 */ }
  .footer__subscription__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    color: white; }
  @media (min-width: 992px) {
    .footer__subscription__bg {
      height: 400px; }
      .footer__subscription__bg:before, .footer__subscription__bg:after {
        height: 40%; }
    .footer__subscription__inner {
      padding: 4.375rem 0; }
    .footer__subscription__bg ~ .footer__subscription__inner {
      padding-top: 1.25rem; }
    .footer__subscription p {
      font-size: 1.25rem; } }
  @media (min-width: 1240px) {
    .footer__subscription__bg {
      height: 620px; } }

.footer__primary {
  padding: 1.250rem 0.75rem;
  background-color: #035281;
  font-size: 0.875rem;
  color: white; }
  .footer__primary a:not(.btn) {
    color: inherit; }
  .footer__primary h4 {
    margin: 1.875rem 0 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500; }
  @media (min-width: 768px) {
    .footer__primary h4 {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .footer__primary {
      padding: 2.5rem 0; } }

.footer__accreditations {
  padding: 1.5rem 0; }

.footer__copyright {
  padding: 0 0.75rem 1.250rem;
  background-color: white;
  font-size: 0.875rem;
  line-height: 1.143rem; }
  .footer__copyright p {
    margin-top: 0; }
    .footer__copyright p:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .footer__copyright {
      padding-bottom: 2rem; } }

.pagination {
  position: relative;
  min-height: 50px;
  margin-top: 1.5em;
  font-family: dunbar-text, sans-serif;
  text-align: center; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  @media (min-width: 992px) {
    .pagination {
      margin-top: 2.5rem;
      padding-top: 1.25rem; } }
  .pagination > * {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .pagination select {
    margin: 0; }
  .pagination__label {
    font-family: dunbar-tall, sans-serif;
    color: #182d4d; }
  .pagination [class*="pagination__"] a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: white; }
    .pagination [class*="pagination__"] a:after {
      content: '';
      position: absolute;
      top: calc(50% - 10px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 20px 10px 0;
      border-color: transparent #addf7d transparent transparent; }
  .pagination .pagination__previous a {
    margin-right: 0.5rem; }
    .pagination .pagination__previous a:after {
      left: 20px; }
    @media (min-width: 768px) {
      .pagination .pagination__previous a {
        margin-right: 1.5rem; } }
  .pagination .pagination__next a {
    margin-left: 0.5rem; }
    .pagination .pagination__next a:after {
      right: 20px;
      transform: rotate(180deg); }
    @media (min-width: 768px) {
      .pagination .pagination__next a {
        margin-left: 1.5rem; } }

.js-visibility-toggle {
  clear: both;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease-in-out; }
  .js-visibility-toggle.is-visible {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.4s linear;
    transition-delay: 0.2s; }
  @media (min-width: 992px) {
    .js-visibility-toggle.visibility-filters {
      overflow: visible;
      opacity: 1;
      height: auto;
      visibility: visible; } }

.js-toggle {
  padding-right: 3rem; }
  .js-toggle:after {
    content: '';
    position: absolute;
    right: 1rem;
    top: calc(50% - 8px);
    height: 0.75rem;
    width: 0.75rem;
    transform: rotate(45deg);
    border: 0.125rem solid white;
    border-top: 0;
    border-left: 0;
    transition: all 0.3s ease-in-out; }
  .js-toggle.is-active:after {
    top: calc(50% - 2px);
    transform: rotate(-135deg); }

@media (min-width: 992px) {
  .hidden-m-up {
    display: none; } }

@media (min-width: 1025px) {
  .visible-tablet-down {
    display: none; } }

.hidden-desktop-down {
  display: none; }
  @media (min-width: 1025px) {
    .hidden-desktop-down {
      display: block; } }

.is-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out; }

.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.block {
  display: block; }

[class*="maxwidth-"] {
  margin-left: auto;
  margin-right: auto; }

.maxwidth-s {
  max-width: 610px; }

.maxwidth-m {
  max-width: 710px; }

.maxwidth-l {
  max-width: 810px; }

.mt-auto {
  margin-top: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 1em !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1em !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1em !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 1em !important; }

.bg-image {
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-overlay {
  /*&:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		//background-color: rgba(0,0,0,0.5);
		z-index: 1;
		transition: background-color 0.3s ease-in-out;
	}*/ }

.feature-font {
  font-family: dunbar-tall, sans-serif; }

.text-centered {
  text-align: center; }

.text-right {
  text-align: right; }

.text-bold {
  font-family: dunbar-text, sans-serif; }

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

.text-underline {
  text-decoration: underline; }

.text-shadow-lrg {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.text-white {
  color: white; }

.text-lead {
  font-size: 1.125rem; }

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .inline-list li {
    display: inline-block;
    vertical-align: top; }
