@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer layout {
  .float-right {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  .float-left {
    float: left;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .outset-both {
    position: relative;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    transform: translateX(-50%) translate3d(0, 0, 0);
    left: 50%;
  }
  .outset-left {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(-50px) translate3d(0, 0, 0);
  }
  .outset-right {
    position: relative;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(50px) translate3d(0, 0, 0);
    left: -50px;
  }
}
@layer reset {
  @media (width <= 800px) {
    .p-6.content,
    .p-6.columns,
    .px-6.pt-6.columns,
    .px-6.pt-6.content {
      padding: 1rem !important;
    }
  }
  @media (width <= 800px) {
    #page .p-6 {
      padding: 1rem !important;
    }
  }
}
@layer layout {
  .po-0 {
    padding: 0rem;
  }
  .po-1 {
    padding: 0.25rem;
  }
  .po-2 {
    padding: 0.5rem;
  }
  .po-3 {
    padding: 0.75rem;
  }
  .po-4 {
    padding: 1rem;
  }
  .po-5 {
    padding: 1.5rem;
  }
  .po-6 {
    padding: 3rem;
  }
}
/* stylelint-disable no-descending-specificity */
@layer framework {
  /*
   * jQuery FlexSlider v2.7.2
   * https://www.woocommerce.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 and later license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   *
   */
  /* ====================================================================================================================
   * FONT-FACE
   * ====================================================================================================================*/
  @font-face {
    font-family: "flexslider-icon";
    src: url("/s/lib/flexslider/fonts/flexslider-icon.9c9cb7a60550.eot");
    src: url("/s/lib/flexslider/fonts/flexslider-icon.9c9cb7a60550.eot?#iefix") format("embedded-opentype"), url("/s/lib/flexslider/fonts/flexslider-icon.f8b92f665394.woff") format("woff"), url("/s/lib/flexslider/fonts/flexslider-icon.b4c9e5057989.ttf") format("truetype"), url("/s/lib/flexslider/fonts/flexslider-icon.10e8a5455c45.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
  .flex-container a:hover,
  .flex-slider a:hover {
    outline: none;
  }
  .slides,
  .slides > li,
  .flex-control-nav,
  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .flex-pauseplay span {
    text-transform: capitalize;
  }
  /* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
  .flexslider {
    margin: 0;
    padding: 0;
  }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }
  .flexslider .slides img {
    width: 100%;
    display: block;
  }
  .flexslider .slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html[xmlns] .flexslider .slides {
    display: block;
  }
  * html .flexslider .slides {
    height: 1%;
  }
  .no-js .flexslider .slides > li:first-child {
    display: block;
  }
  /* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
  .flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .flexslider .slides {
    zoom: 1;
  }
  .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
  }
  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .loading .flex-viewport {
    max-height: 300px;
  }
  @-moz-document url-prefix() {
    .loading .flex-viewport {
      max-height: none;
    }
  }
  .carousel li {
    margin-right: 5px;
  }
  .flex-direction-nav {
    *height: 0;
  }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  }
  .flex-direction-nav a.flex-next:before {
    content: "\f002";
  }
  .flex-direction-nav .flex-prev {
    left: -50px;
  }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
  }
  .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
  }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
  }
  .flex-pauseplay a:hover {
    opacity: 1;
  }
  .flex-pauseplay a.flex-play:before {
    content: "\f003";
  }
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
  }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
  }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .flex-control-thumbs img:hover {
    opacity: 1;
  }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }
  /* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
  @media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 10px;
    }
    .flex-direction-nav .flex-next {
      opacity: 1;
      right: 10px;
    }
  }
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/s/lib/owlcarousel/assets/owl.video.play.4a37f8008959.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
  }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
}
@layer components {
  #homeslide {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 0;
    position: relative;
    height: 60vh;
    overflow: hidden;
  }
  @media (width <= 768px) {
    #homeslide {
      height: auto;
    }
  }
  #homeslide.testimonials {
    height: auto;
  }
  #homeslide.testimonials .slides {
    height: auto;
  }
  #homeslide.testimonials .slides li {
    height: auto;
  }
  #homeslide.testimonials .slides li img {
    filter: opacity(100%);
  }
  #homeslide .slides.splash {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100vh;
  }
  @media (width <= 768px) {
    #homeslide .slides.splash {
      height: 500px;
    }
  }
  #homeslide .slides.splash li {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
  }
  @media (width <= 768px) {
    #homeslide .slides.splash li {
      height: 500px;
      overflow: hidden;
    }
  }
  #homeslide .slides.splash li img {
    display: block;
    width: 100%;
    height: auto;
    filter: opacity(70%);
  }
  #newsslide {
    padding: 0;
    margin-bottom: 2rem;
    background: none !important;
    border: none !important;
  }
  #newsslide .news-image {
    display: block;
    width: 100%;
    height: auto;
  }
  #newsnav {
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    text-align: center;
  }
  @media (width <= 768px) {
    #newsnav {
      display: none;
    }
  }
  #newsnav ul.slides {
    width: 100% !important;
    text-align: center !important;
  }
  #newsnav ul.slides li {
    cursor: pointer;
    display: inline !important;
    float: none !important;
    transition: all 0.3s ease;
    margin: 0 2rem !important;
  }
  #newsnav ul.slides li:hover {
    opacity: 0.7;
  }
  #logoslide,
  #allyslide {
    border: none;
    background: #f4f4f4;
    border-bottom: 10px solid #298a7c;
    margin-bottom: 0 !important;
    padding: 0;
  }
  @media screen and (width <= 767px) {
    #logoslide,
    #allyslide {
      border-top: none;
      margin-top: 3rem;
    }
  }
  #logoslide .owl-item,
  #allyslide .owl-item {
    padding: 3rem;
  }
  #logoslide a,
  #allyslide a {
    display: block !important;
    padding: 0;
  }
  #logoslide a img,
  #allyslide a img {
    filter: grayscale(100%) contrast(92%);
    width: 100%;
    height: auto;
  }
  #logoslide .owl-dots,
  #allyslide .owl-dots {
    display: none;
  }
  #allyslide {
    border: none !important;
  }
  /* customisation to counteract Kube default style */
  .flex-direction-nav {
    list-style: none !important;
  }
  .flex-direction-nav a {
    padding-top: 0;
    height: 60px;
  }
  @media (width <= 768px) {
    .flex-direction-nav a {
      display: none;
    }
  }
  .flex-control-nav {
    margin: 0 !important;
    bottom: 10px;
  }
  #newsslide .flex-control-nav {
    margin: 0 0 -50px !important;
    bottom: 0;
  }
}
/* stylelint-enable no-descending-specificity */
@layer framework {
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
  }
  .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option--selectable {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--group {
    padding: 0;
  }
  .select2-container--default .select2-results__option--disabled {
    color: #999;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: #ddd;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option--group {
    padding: 0;
  }
  .select2-container--classic .select2-results__option--disabled {
    color: grey;
  }
  .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
}
/* stylelint-disable selector-class-pattern */
/* stylelint-enable selector-class-pattern */
@layer components {
  #home-fund-checker .container {
    border-left: 1px dashed grey;
    border-right: 1px dashed grey;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker .container {
      border: none;
    }
  }
  #home-fund-checker .checker-border {
    border-right: 1px dashed grey;
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker .checker-border {
      border: none;
    }
  }
  @media only screen and (width >= 768px) {
    #home-fund-checker .checker-container {
      width: 80%;
    }
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker .columns {
      flex-direction: column;
      margin: 0 3rem !important;
    }
  }
  @media screen and (width <= 480px) {
    #home-fund-checker .columns {
      margin: 0 !important;
    }
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker .column {
      width: 100%;
    }
  }
  #home-fund-checker .checkbox {
    margin-right: 32px;
    vertical-align: middle;
  }
  #home-fund-checker .checkbox span {
    line-height: 32px;
  }
  #home-fund-checker .checkbox input {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: bottom;
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker form {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
  }
  #home-fund-checker .checker-mindful-icon {
    float: left;
    margin-left: 2rem;
    margin-top: 2.5rem !important;
  }
  @media only screen and (width <= 1220px) {
    #home-fund-checker .checker-mindful-icon {
      display: none;
    }
  }
  #home-fund-checker .checker-context {
    margin-left: 20%;
    margin-right: 5%;
    padding-left: 1rem;
  }
  @media only screen and (width <= 1220px) {
    #home-fund-checker .checker-context {
      margin-left: 0;
      padding: 0 1rem;
    }
  }
  @media only screen and (width <= 1024px) {
    #home-fund-checker .checker-context {
      padding-right: 33%;
    }
  }
  @media screen and (width <= 767px) {
    #home-fund-checker .checker-context {
      padding-right: 0;
    }
  }
  #home-fund-checker .checker-context h3 {
    line-height: 120%;
    margin-top: 12px;
  }
  @media screen and (width <= 480px) {
    #home-fund-checker .checker-context h3 {
      font-size: 2rem !important;
    }
  }
  #home-fund-checker .checker-context p {
    line-height: 160%;
  }
  #fund-type-toggle.buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  #fund-type-toggle.buttons .button {
    flex: 1 1 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 0;
    font-size: 1rem;
  }
  @media only screen and (width <= 592px) {
    #fund-type-toggle.buttons .button {
      font-size: 12px;
    }
  }
  #fund-type-toggle.buttons .button.is-outlined,
  #fund-type-toggle.buttons .button:has(input:not(:checked)) {
    color: hsl(221, 14%, 48%);
    background-color: hsl(221, 14%, 100%);
    border: max(1px, 0.0625em) solid hsl(221, 14%, 48%);
  }
  #fund-type-toggle.buttons .button:has(input:checked) {
    background: rgb(51, 173, 155);
    color: hsl(221, 14%, 100%);
    border: max(1px, 0.0625em) solid rgb(51, 173, 155);
    z-index: 1;
  }
  #fund-type-toggle.buttons input[type=radio] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
  }
  .checker-selector {
    margin-top: 32px;
  }
  .checker-selector .fund-select {
    width: 100%;
  }
  .checker-selector .select2-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .checker-selector .select2-container .select2-selection--single {
    background-color: #fff;
    height: auto !important;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .checker-selector .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  .checker-selector .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #666 !important;
  }
  .checker-selector .select2-container .select2-dropdown {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: auto !important;
    border: none !important;
  }
  .checker-selector .select2-container .select2-dropdown.select2-dropdown--below {
    border-top: 0 !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  }
  .checker-selector .select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom: 0 !important;
    box-shadow: 0 -0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  }
  .checker-selector .select2-container .select2-dropdown .select2-search {
    margin: 5px;
  }
  .checker-selector .select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: 10px !important;
    font-size: 1rem;
    height: 2.25em;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%;
    border-radius: 3px !important;
  }
  .checker-selector .select2-container .select2-dropdown .select2-results__options {
    max-height: 200px !important;
  }
  .checker-selector .select2-container .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.37em 0.75em !important;
    font-size: 1rem;
  }
  .checker-selector .select {
    width: 100%;
    min-width: 210px;
    height: auto !important;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .checker-selector .select .select2-container--default .select2-selection--single {
    border-radius: 5px;
    background-color: #fff;
    border: none;
    padding: 0.5em;
  }
  .section-purple-steps {
    background: url("../../common/images/sample-purple-steps.61ada4ad4625.png") repeat #424a94;
    color: white;
  }
  .section-purple-steps .container {
    background: #424a94;
  }
  .section-purple-steps .container h3 {
    padding-bottom: 0.5rem;
    font-size: 2rem;
    line-height: normal;
  }
  @media only screen and (width <= 767px) {
    .section-purple-steps .container h3 {
      font-size: 1.5rem;
    }
  }
  .section-purple-steps .container p {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
  @media only screen and (width <= 767px) {
    .section-purple-steps .container p {
      font-size: 1rem;
    }
  }
  #append {
    padding: 0;
    text-align: left;
  }
  @media (width <= 767px) {
    #append .container {
      padding: 0 1.25rem !important;
    }
  }
  @media (width <= 767px) {
    #append {
      margin-bottom: 3rem;
    }
  }
  #append #disclaimer {
    background: #33af9e;
    position: relative;
    padding: 100px 0;
  }
  #append #disclaimer h3 {
    font-size: 32px;
    color: white;
  }
  #append #disclaimer p {
    color: white;
  }
  #append #kiwisaver-logo {
    margin-bottom: 40px;
    border-top: 1px solid #f4f4f4;
    padding-top: 30px !important;
  }
  #append #kiwisaver-logo .text {
    padding-top: 20px;
  }
  #append #testimonialslide {
    background: #33af9e;
    text-align: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 48px;
    padding: 0 0 48px;
    border: none !important;
  }
  #append #testimonialslide p.quote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: -80px !important;
    margin-top: 20px;
  }
  #append #testimonialslide h3 {
    font-size: 32px;
    color: white;
  }
  #append #testimonialslide p {
    color: white;
  }
  #append #testimonialslide blockquote {
    text-align: center;
    max-width: 60%;
    margin: 30px auto;
  }
  .campaign-panel h3 {
    padding-bottom: 0.5rem;
    font-size: 2rem;
    line-height: normal;
  }
  @media only screen and (width <= 767px) {
    .campaign-panel h3 {
      font-size: 1.5rem;
    }
  }
  .campaign-panel p {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
  @media only screen and (width <= 767px) {
    .campaign-panel p {
      font-size: 1rem;
    }
  }
  .campaign-panel .hero-image-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -48px;
  }
  @media only screen and (width <= 1024px) {
    .campaign-panel .hero-image-wrapper {
      margin-top: -40px;
    }
  }
  .campaign-panel .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    aspect-ratio: 16/10;
  }
  @media only screen and (width <= 1152px) {
    .campaign-panel .hero-image {
      aspect-ratio: 12/8;
    }
  }
  @media only screen and (width <= 620px) {
    .campaign-panel .hero-image {
      aspect-ratio: 8/8;
    }
  }
  .campaign-panel .center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: min(90%, 1024px);
    color: white;
  }
  .campaign-panel .center-content h1,
  .campaign-panel .center-content h2,
  .campaign-panel .center-content h3,
  .campaign-panel .center-content h4,
  .campaign-panel .center-content p {
    text-align: center;
  }
  .campaign-panel .center-content .oceans-heading {
    font-family: Shrikhand, cursive, serif;
    line-height: 115%;
    color: white;
    text-shadow: 2px 2px 6px #0c2737;
    font-size: 4rem;
  }
  @media only screen and (width <= 1024px) {
    .campaign-panel .center-content .oceans-heading {
      font-size: 3rem;
    }
  }
  @media only screen and (width <= 768px) {
    .campaign-panel .center-content .oceans-heading {
      font-size: 2.5rem;
    }
  }
  .campaign-panel .center-content p {
    line-height: 1.25em;
    font-weight: bold;
    text-shadow: 2px 2px 6px #0c2737;
  }
  .campaign-panel .center-content .button {
    font-size: 1rem;
  }
  @media only screen and (width <= 620px) {
    .campaign-panel .center-content .button {
      font-size: 14px;
    }
  }
  .homepage {
    padding-top: 1px !important;
  }
  #home-hero img {
    display: block;
    width: 100%;
    height: auto;
  }
  @media screen and (width <= 900px) {
    #home-hero {
      display: block;
    }
    #home-hero .column {
      display: block;
      width: 100%;
    }
  }
  #home-intro {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    padding: 0 3rem 3rem 1rem;
  }
  @media screen and (width <= 1024px) {
    #home-intro {
      padding: 3rem;
    }
  }
  @media screen and (width <= 900px) {
    #home-intro {
      position: relative;
      padding-top: 150px !important;
    }
  }
  #home-intro h1 {
    line-height: 110%;
  }
  @media screen and (width <= 1220px) {
    #home-intro h1 {
      font-size: 3rem !important;
    }
  }
  @media only screen and (width <= 480px) {
    #home-intro h1 {
      font-size: 2.5rem !important;
    }
  }
  #home-intro h2 {
    line-height: 160%;
  }
  @media screen and (width <= 1220px) {
    #home-intro h2 {
      font-size: 1.25rem !important;
    }
  }
  #home-intro .button {
    margin-left: 0.75rem;
  }
  @media only screen and (width <= 480px) {
    #home-intro .button {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 1rem;
    }
  }
  #home-fund-finder-intro {
    background: #298a7c;
    color: white;
  }
  #home-fund-finder-intro .container .columns {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
  @media screen and (width <= 1024px) {
    #home-fund-finder-intro #finder-green-intro {
      margin: 0 3rem !important;
    }
  }
  @media screen and (width <= 480px) {
    #home-fund-finder-intro #finder-green-intro {
      margin: 0 !important;
    }
  }
  #home-fund-finder-intro .finder-presets {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
  }
  @media screen and (width <= 767px) {
    #home-fund-finder-intro .finder-presets {
      display: flex;
    }
    #home-fund-finder-intro .finder-presets img {
      width: 64px;
      height: 64px;
    }
    #home-fund-finder-intro .finder-presets .is-8 {
      flex-grow: 3;
    }
  }
  #home-fund-finder-intro .finder-presets:last-of-type {
    border-bottom: 0;
  }
  #home-fund-finder-intro .finder-presets:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #home-fund-finder-intro .finder-presets h5 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem !important;
  }
  #home-fund-finder-intro .finder-presets h4 {
    text-transform: none;
    font-size: 1.25rem !important;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }
  #home-fund-finder-intro .finder-presets .icon {
    height: 3rem;
    width: 3rem;
    font-size: 2.5rem;
  }
  @media screen and (width <= 1220px) {
    #home-fund-finder-intro .finder-presets .icon {
      height: 1.5rem;
      width: 1.5rem;
      font-size: 1.25rem;
    }
  }
  #home-fund-finder-intro h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  @media screen and (width <= 1220px) {
    #home-fund-finder-intro h4 {
      margin-top: 0 !important;
    }
  }
  #home-fund-finder-intro h2 {
    line-height: 120%;
  }
  #home-fund-finder-intro p {
    line-height: 160%;
  }
  #home-fund-finder-intro .text-link {
    border-bottom: 2px solid white;
    font-weight: 600;
  }
  @media screen and (width <= 1220px) {
    #home-fund-finder-intro .text-link {
      font-size: 1.25rem !important;
    }
  }
  @media screen and (width <= 767px) {
    #home-fund-finder-intro .text-link {
      font-size: 1rem !important;
    }
  }
  #home-fund-finder-intro .home-finder-left {
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
  }
  @media screen and (width <= 1024px) {
    #home-fund-finder-intro .home-finder-left {
      padding: 2rem 1.25rem !important;
    }
  }
  @media screen and (width <= 767px) {
    #home-fund-finder-intro .home-finder-left {
      border-right: none;
    }
  }
  #home-fund-finder-intro .home-finder-right {
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  @media screen and (width <= 767px) {
    #home-fund-finder-intro .home-finder-right {
      border-right: none;
    }
  }
  #home-fund-finder .container {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
  }
  @media screen and (width <= 767px) {
    #home-fund-finder .container {
      border: none;
    }
  }
  #home-fund-finder .container .columns {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  @media screen and (width <= 1024px) {
    #home-fund-finder .container .columns {
      margin: 0 !important;
    }
  }
  @media screen and (width <= 480px) {
    #home-fund-finder .container .columns {
      margin: 0 1.25rem !important;
    }
  }
  @media screen and (width <= 480px) {
    #home-fund-finder .container .columns .column {
      padding: 0 !important;
    }
  }
  #home-fund-finder .container .columns .column:first-of-type {
    border-right: 1px dashed #ccc;
  }
  @media screen and (width <= 767px) {
    #home-fund-finder .container .columns .column:first-of-type {
      border: none;
    }
  }
  #home-fund-finder .container .columns h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  #home-fund-finder .container .columns h3 {
    line-height: 120%;
  }
  @media screen and (width <= 480px) {
    #home-fund-finder .container .columns h3 {
      font-size: 2rem !important;
    }
  }
  #home-about {
    background: url("../../common/images/top-right-steps.c01eea4b03fb.png") top right no-repeat;
  }
  #home-about .columns.about {
    margin-bottom: 0 !important;
  }
  @media screen and (width <= 1024px) {
    #home-about .columns.about {
      margin: 0 !important;
    }
  }
  @media screen and (width <= 767px) {
    #home-about .columns.about {
      margin: 0 1.25rem 2rem !important;
    }
  }
  #home-about h2 {
    line-height: 120%;
  }
  @media screen and (width <= 1220px) {
    #home-about h2 {
      font-size: 2.5rem !important;
      margin-right: 0;
    }
  }
  @media screen and (width <= 1024px) {
    #home-about h2 {
      font-size: 2rem !important;
    }
  }
  @media screen and (width <= 480px) {
    #home-about h2 {
      font-size: 2rem !important;
    }
  }
  #home-about h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
  }
  #home-about a.has-text-link {
    border-bottom: 2px solid rgb(65, 81, 201);
  }
  @media screen and (width <= 1024px) {
    #home-about a.has-text-link {
      font-size: 1.25rem !important;
    }
  }
  @media screen and (width <= 767px) {
    #home-about .about-text {
      padding: 1.25rem 0 0;
    }
  }
  .seen-in {
    margin-left: -12px;
  }
  @media screen and (width <= 767px) {
    .seen-in {
      margin-left: 0;
    }
  }
  .seen-in img {
    height: 90px;
    margin-right: 20px;
    width: auto;
  }
  @media screen and (width <= 767px) {
    .seen-in img {
      margin-right: 0;
      height: 45px;
    }
  }
  #home-news {
    margin-left: -0.75rem;
  }
  @media screen and (width <= 1024px) {
    #home-news {
      margin: 0;
    }
  }
  @media screen and (width <= 767px) {
    #home-news .container {
      padding: 1.5rem !important;
    }
  }
  #home-news h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    font-weight: 400;
    font-size: 1em;
  }
  #home-news-box {
    position: relative;
  }
  #home-news-box ul {
    margin: 0 !important;
  }
  #home-news-box .news-frame {
    background: url("../../common/images/step-tile-small.e3da903a38ce.png") top left repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: 100%;
    height: 100%;
  }
  #home-news-box .news-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
  }
  @media screen and (width <= 1024px) {
    #home-news-box .news-content .headlines {
      padding: 1.5rem !important;
    }
  }
  #home-news-box .news-content .images {
    height: 500px !important;
  }
  @media screen and (width <= 1400px) {
    #home-news-box .news-content .images {
      height: 422px !important;
    }
  }
  @media screen and (width <= 1216px) {
    #home-news-box .news-content .images {
      height: 345px !important;
    }
  }
  @media screen and (width <= 1024px) {
    #home-news-box .news-content .images {
      height: 369px !important;
    }
  }
  @media screen and (width <= 900px) {
    #home-news-box .news-content .images {
      height: auto !important;
    }
  }
  #home-news-box .news-content h3 {
    font-size: 2.5rem !important;
  }
  @media screen and (width <= 1220px) {
    #home-news-box .news-content h3 {
      font-size: 2rem !important;
      margin-right: 0;
    }
  }
  #contact-intro {
    position: relative;
    background: #33af9e;
    color: #fff;
    padding: 0;
    min-height: 200px;
    background-size: cover;
    overflow: hidden;
  }
  #contact-intro .intro-filter {
    padding-bottom: 50px;
  }
  #contact-intro p {
    font-size: 18px;
  }
  #home-subfold {
    padding: 70px 0;
    text-align: left;
    margin: 0 auto;
    width: 100%;
  }
  #home-subfold #home-video {
    border: 1px solid rgba(38, 120, 109, 0.8);
    margin-top: 50px;
  }
  #home-subfold #home-video .is-video-container {
    margin-bottom: 0 !important;
  }
  @media (width <= 600px) {
    #home-subfold {
      padding: 25px 0;
    }
  }
  #home-subfold h3 {
    font-family: Lato, sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  @media (width <= 600px) {
    #home-subfold h3 {
      font-size: 30px;
    }
  }
  #home-subfold p,
  #home-subfold li {
    font-size: 20px;
  }
  @media (width <= 600px) {
    #home-subfold p,
    #home-subfold li {
      font-size: 18px;
    }
  }
  #home-subfold #homeactions {
    margin: 60px 0 0;
  }
  #home-subfold #homeactions a {
    color: #333;
    display: block;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s ease;
    background: #f4f4f4;
    margin: 40px 40px 0 0;
  }
  #home-subfold #homeactions a span {
    display: block;
    margin-bottom: 15px;
    color: #33af9e;
    font-size: 36px;
  }
  #home-subfold #homeactions a:hover {
    background: #f4f4f4;
  }
  .softbox {
    padding: 10px 0;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  #home-allies h4,
  #home-fund-providers h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
  }
  #home-fund-providers {
    border-top: 1px dashed #ccc;
  }
  /* Image holder - position image on matt */
  .image-holder {
    height: 100% !important;
    background: none;
    padding-bottom: 50%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
  }
  .image-holder img {
    position: absolute;
    inset: 0;
    display: inline-block !important;
    max-height: 100%;
    max-width: 100%;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
  }
}
