@charset "UTF-8";
/*
 * Style
 * Collective stylesheets for the Big Change WordPress theme.
 */
/*!
Theme Name: Big Change
Theme URI: https://wordpress.org/themes/bigchange/
Author: Line Industries
Author URI: https://line.industries/
Description: A WordPress theme for Big Change, developed by Line.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: a.20.12.2021
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bigchange
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=20035337-012e-4a62-b860-b83433abd385");
@use "sass:map";
/* Abstracts */
/*
 * Variables
 * Collection of variables not specific to a given project.
 */
/* Directories (relative to the theme's root) */
/* Breakpoints (Webflow) */
/* WordPress */
/*
 * Functions
 * Collection of functions not specific to a given project.
 */
/*
 * Mixins
 * Collection of mixins not specific to a given project.
 */
/* Vendor Prefixes */
/* EXAMPLE: @include prefix("box-sizing", "border-box", webkit moz); */
/* Position */
/* EXAMPLE: @include position(absolute, 0, auto); */
/* EXAMPLE: @include position(absolute, 0, auto, 0, auto); */
/* Breakpoint: Desktop-down */
/* EXAMPLE: @include tablet { width: 75%; } */
/* Breakpoint: Tablet-down */
/* EXAMPLE: @include mobile { width: 50%; } */
/* Breakpoint: Mobile-down */
/* EXAMPLE: @include mini { width: 25%; } */
/* Base */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Settings */
/*
 * Fonts
 * Imported typefaces for the Big Change WordPress theme.
 */
/*
 This CSS resource incorporates links to font software which is the valuable copyrighted
 property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
 redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 Imaging with any questions regarding Web Fonts:  http://www.fonts.com
 */
/* Avenir Next */
@font-face {
  font-family: "Avenir Next Webfont";
  src: url("./assets/fonts/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("./assets/fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Avenir Next Webfont";
  src: url("./assets/fonts/9548fa3a-05c3-47ef-a6d5-f2f6fef54f84.woff2") format("woff2"), url("./assets/fonts/7667f1c1-c3ca-4520-aead-66f9d93d55a0.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Avenir Next Webfont";
  src: url("./assets/fonts/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"), url("./assets/fonts/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Avenir Next Webfont";
  src: url("./assets/fonts/54a73ecc-af4b-4a5d-bc62-308e0fb53d83.woff2") format("woff2"), url("./assets/fonts/1cc134d7-e443-4d5b-887d-09e2af0aa119.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
/*
 * Add new theme font sizes to this map.
 * IMPORTANT: Each size should correspond with the Gutenberg editor sizes in inc/theme-functions.php.
 * EXAMPLE: font-size: map.get($theme-font-sizes, "normal");
 */
/*
 * Colors
 * Palette of colors for the Big Change WordPress theme.
 */
/*
 * Add new theme colors to this map.
 * IMPORTANT: Each color should correspond with the Gutenberg editor colors in inc/theme-functions.php.
 * EXAMPLE: color: map.get($theme-colors, "blue");
 */
/* Vendor */
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, No├½l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: transparent; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0; }

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  border: 0; }

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* Components */
/*
 * Comments styles
 * Styles for the WordPress comments feature.
 */
section.comments-area {
  padding-top: 0; }

li.comment {
  list-style: none;
  margin-bottom: 1.5rem; }

.comment-list {
  padding: 0;
  margin: 2rem 0 3rem 0; }

.comment-author {
  color: #000000;
  margin-bottom: 0.5rem; }
  .comment-author .avatar {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem; }

.comment-metadata {
  font-size: 0.75rem;
  color: #000000;
  margin-bottom: 0.5rem; }
  .comment-metadata > a {
    border: none;
    pointer-events: none; }
  .comment-metadata .edit-link {
    margin-left: 0.5rem; }

.comments-pagination {
  margin-bottom: 3rem; }
  .comments-pagination > h2 {
    display: none; }
  .comments-pagination .nav-links {
    display: flex;
    justify-content: space-between; }
    .comments-pagination .nav-links .page-numbers {
      display: none; }
    .comments-pagination .nav-links .prev {
      display: inline-block; }
    .comments-pagination .nav-links .next {
      display: inline-block; }

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border: solid 2px #fbb800; }
.comment-form textarea {
  width: 100%;
  max-width: 100%; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  height: 38px;
  min-height: 3rem; }

.comment-form-cookies-consent input {
  margin-right: 0.5rem; }
.comment-form-cookies-consent label {
  display: inline; }

/*
 * Cookie Notice
 * Styles to override the Cookie Notice & Compliance for GDPR/CCPA plugin.
 */
#cookie-notice .cookie-notice-container {
  padding: 1rem; }
  #cookie-notice .cookie-notice-container .cn-text-container {
    margin: 0 auto; }
  @media (max-width: 900px) {
    #cookie-notice .cookie-notice-container .cn-buttons-container {
      margin-top: 0.5rem; } }
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
    color: inherit;
    margin: 0 0 0 1rem;
    text-decoration: none; }
  #cookie-notice .cookie-notice-container .cn-close-icon {
    display: none;
    transition: opacity 200ms ease-in-out; }

/*
 * Hamburger styles
 * Styles for the mobile menu hamburger icon.
 */
.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 200ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger.active:hover {
    opacity: 0.6; }
  .hamburger--inner::before, .hamburger--inner::after {
    content: "";
    display: block; }
  .hamburger--inner::before {
    top: -8px; }
  .hamburger--inner::after {
    bottom: -8px; }
  .hamburger--inner, .hamburger--inner::before, .hamburger--inner::after {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease; }
  .hamburger.active--inner, .hamburger.active--inner::before, .hamburger.active--inner::after {
    background-color: #ffffff; }
  .hamburger--inner {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto; }
  .hamburger--box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }

.hamburger--squeeze .hamburger--inner {
  transition-duration: 0.10s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger--inner::before {
    transition: top 0.10s 0.12s ease, opacity 0.10s ease; }
  .hamburger--squeeze .hamburger--inner::after {
    transition: bottom 0.1s 0.12s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.active .hamburger--inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger--inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.10s ease, opacity 0.10s 0.12s ease; }
  .hamburger--squeeze.active .hamburger--inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Navigation styles
 * Styles for the primary navigation menus and submenus.
 */
.navigation--wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
.navigation--left, .navigation--center, .navigation--right {
  display: flex;
  align-items: center;
  flex: 1; }
.navigation--left {
  justify-content: flex-start;
  min-width: 12rem; }
.navigation--center {
  justify-content: center;
  flex: 1; }
  .navigation--center nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
.navigation--right {
  justify-content: flex-end; }
  .navigation--right [class^="button-"]:not(:first-of-type) {
    margin-left: 1rem; }
.navigation--menu li.menu-item {
  list-style: none;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 0;
  margin-right: 2rem;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .navigation--menu li.menu-item {
      color: #000000;
      padding: 0 0 1rem 0;
      margin-right: 0; } }
  .navigation--menu li.menu-item:last-of-type {
    margin-right: 0; }
  .navigation--menu li.menu-item a {
    white-space: nowrap;
    padding: 0 0 0.125rem 0;
    margin: 0;
    color: inherit;
    border-bottom: 2px solid transparent; }
.navigation--menu li.current-menu-item a {
  border-bottom: 2px solid #ffffff; }
  @media (max-width: 991px) {
    .navigation--menu li.current-menu-item a {
      border-color: #000000; } }
.navigation--menu li.menu-item-has-children {
  position: relative;
  padding-right: 1.25rem; }
  @media (max-width: 991px) {
    .navigation--menu li.menu-item-has-children {
      padding-right: 0;
      cursor: pointer; } }
  .navigation--menu li.menu-item-has-children:after {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: auto;
    border: solid #ffffff;
    content: ""; }
    @media (max-width: 991px) {
      .navigation--menu li.menu-item-has-children:after {
        position: absolute;
        top: 8px;
        right: 0;
        bottom: auto;
        left: auto;
        border: solid #000000; } }
.navigation--menu ul.sub-menu {
  position: absolute;
  display: none;
  padding: 0;
  margin: 1rem 0 0 0;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .navigation--menu ul.sub-menu {
      position: relative;
      margin: 0.5rem 0 0 0;
      background-color: transparent;
      box-shadow: none; } }
  .navigation--menu ul.sub-menu:before {
    content: "";
    height: 20px; }
  .navigation--menu ul.sub-menu > li:not(:last-of-type) {
    border-bottom: 1px solid #f5f5f5; }
    @media (max-width: 991px) {
      .navigation--menu ul.sub-menu > li:not(:last-of-type) {
        border-bottom: none; } }
  .navigation--menu ul.sub-menu li.menu-item {
    color: #000000 !important;
    font-weight: 400;
    padding: 1rem 1.5rem;
    margin: 0; }
    @media (max-width: 991px) {
      .navigation--menu ul.sub-menu li.menu-item {
        padding: 0.5rem 1.5rem; } }
    .navigation--menu ul.sub-menu li.menu-item a {
      padding-right: 0;
      margin: 0;
      border-bottom: 2px solid transparent;
      transition: color 200ms ease, border 200ms ease; }
      .navigation--menu ul.sub-menu li.menu-item a:hover {
        color: #008fbe;
        border-bottom: 2px solid #fbb800; }
      .navigation--menu ul.sub-menu li.menu-item a:after {
        display: none; }
  .navigation--menu ul.sub-menu li.current-menu-item a {
    color: #008fbe;
    border-bottom: 2px solid #fbb800; }
.navigation--menu.mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 5rem 2rem 2rem 2rem;
  background-color: #ffffff;
  overflow: scroll;
  transition: left 400ms ease-in-out;
  z-index: 10; }
  .navigation--menu.mobile.active {
    left: 0%; }
  @media (max-width: 767px) {
    .navigation--menu.mobile {
      padding: 4.5rem 1.5rem 1.5rem 1.5rem; } }
.navigation--logo {
  height: 4rem; }
  @media (max-width: 991px) {
    .navigation--logo {
      height: 2rem; } }
  .navigation--logo--wrapper {
    border: none !important; }

nav li {
  list-style: none; }
nav.secondary-navigation li {
  margin-bottom: 0.5rem; }

.breadcrumb-navigation a {
  border-bottom: 2px solid transparent; }
  .breadcrumb-navigation a:hover, .breadcrumb-navigation a.current {
    color: #ffffff;
    border-bottom: 2px solid #ffffff; }
.breadcrumb-navigation .breadcrumb-arrow {
  background-image: url("./assets/images/icon--arrow-circled-right.png"); }

/* Overrides */
/*
 * Helpers
 * Collection of classes and placeholders not specific to a given project.
 */
/*
 * Clearfix
 * EXAMPLE: @extend %clearfix;
 */
/*
 * Theme colors
 * Classes should be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="color--blue" OR @extend %background--blue;
 */
.color--light-grey,
.has-light-grey-color {
  color: #f5f5f5 !important; }

.background--light-grey,
.has-light-grey-background-color {
  background-color: #f5f5f5 !important; }

.color--grey,
.has-grey-color {
  color: #4f5858 !important; }

.background--grey,
.has-grey-background-color {
  background-color: #4f5858 !important; }

.color--dark-grey,
.has-dark-grey-color {
  color: #545454 !important; }

.background--dark-grey,
.has-dark-grey-background-color {
  background-color: #545454 !important; }

.color--red,
.has-red-color {
  color: #e97979 !important; }

.background--red,
.has-red-background-color {
  background-color: #e97979 !important; }

.color--green,
.has-green-color {
  color: #4fb9a6 !important; }

.background--green,
.has-green-background-color {
  background-color: #4fb9a6 !important; }

.background--yellow.statistic-card .statistic-card--statistic,
.background--white.statistic-card .statistic-card--statistic,
.background--light-grey.statistic-card .statistic-card--statistic,
.background--none.statistic-card .statistic-card--statistic,
.color--blue,
.has-blue-color {
  color: #008fbe !important; }

.background--blue,
.has-blue-background-color {
  background-color: #008fbe !important; }

.color--yellow,
.has-yellow-color {
  color: #fbb800 !important; }

.background--yellow,
.has-yellow-background-color {
  background-color: #fbb800 !important; }

/*
 * Theme font sizes
 * Classes will be used by Gutenberg and can also be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="has-extra-large-font-size" OR @extend %has-extra-large-font-size;
 */
.has-x-small-font-size {
  font-size: 0.625rem !important; }
  @media (max-width: 991px) {
    .has-x-small-font-size {
      font-size: calc(0.625rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-x-small-font-size {
      font-size: calc(0.625rem - 0.375rem) !important; } }

.has-small-font-size {
  font-size: 0.75rem !important; }
  @media (max-width: 991px) {
    .has-small-font-size {
      font-size: calc(0.75rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-small-font-size {
      font-size: calc(0.75rem - 0.375rem) !important; } }

.has-normal-font-size {
  font-size: 1rem !important; }
  @media (max-width: 991px) {
    .has-normal-font-size {
      font-size: calc(1rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-normal-font-size {
      font-size: calc(1rem - 0.375rem) !important; } }

.has-large-font-size {
  font-size: 1.25rem !important; }
  @media (max-width: 991px) {
    .has-large-font-size {
      font-size: calc(1.25rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-large-font-size {
      font-size: calc(1.25rem - 0.375rem) !important; } }

.has-x-large-font-size {
  font-size: 1.5rem !important; }
  @media (max-width: 991px) {
    .has-x-large-font-size {
      font-size: calc(1.5rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-x-large-font-size {
      font-size: calc(1.5rem - 0.375rem) !important; } }

/*
 * Breakpoint visibility
 * Classes should be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="visible--desktop" OR @extend %invisible--tablet;
 */
.visible--desktop {
  display: block !important; }
  @media (max-width: 991px) {
    .visible--desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .visible--desktop {
      display: none !important; } }
.visible--tablet {
  display: none !important; }
  @media (max-width: 991px) {
    .visible--tablet {
      display: block !important; } }
  @media (max-width: 767px) {
    .visible--tablet {
      display: block !important; } }
.visible--mobile {
  display: none !important; }
  @media (max-width: 991px) {
    .visible--mobile {
      display: none !important; } }
  @media (max-width: 767px) {
    .visible--mobile {
      display: block !important; } }

.invisible--desktop {
  display: none !important; }
  @media (max-width: 991px) {
    .invisible--desktop {
      display: block !important; } }
  @media (max-width: 767px) {
    .invisible--desktop {
      display: block !important; } }
.invisible--tablet {
  display: block !important; }
  @media (max-width: 991px) {
    .invisible--tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    .invisible--tablet {
      display: none !important; } }
.invisible--mobile {
  display: block !important; }
  @media (max-width: 991px) {
    .invisible--mobile {
      display: block !important; } }
  @media (max-width: 767px) {
    .invisible--mobile {
      display: none !important; } }

/*
 * Webflow
 * Styles to override those of the Webflow export for the Big Change theme.
 */
/* Webflow components */
/*
 * Replace this file with Webflow's components stylesheet.
 * E.G. "components.css".
 */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

.w-icon-file-upload-remove:before {
  content: "\e900"; }

.w-icon-file-upload-icon:before {
  content: "\e903"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p, li {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-color: #f3f3f3; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-radio:after {
  clear: both; }

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-file-upload {
  display: block;
  margin-bottom: 10px; }

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333; }

.w-file-upload-error {
  display: block;
  margin-top: 10px; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0; }

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px; }

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px; }

.w-icon-file-upload-uploading {
  height: 20px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  text-align: center; }

.w-widget-map .gm-style-iw > button {
  display: none !important; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff; }

.w-slider-dot:focus.w-active {
  box-shadow: none; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-dropdown-link:focus {
  outline: 0; }

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesnÔÇÖt handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesnÔÇÖt work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay [data-nav-menu-open] {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button:focus {
  outline: 0; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

.w--nav-dropdown-open {
  display: block; }

.w--nav-dropdown-toggle-open {
  display: block; }

.w--nav-dropdown-list-open {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-link:focus {
  outline: 0; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-hide {
  display: none !important; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

/* Webflow project */
/*
 * Replace this file with Webflow's project stylesheet.
 * E.G. "0000-0-aaaa-aaaa-aaaa-aaaa.css".
 */
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px; }

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1; }

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both; }

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal; }

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec; }

body {
  font-family: "Avenir lt std", sans-serif;
  color: #4f5858;
  font-size: 1rem;
  line-height: 1.5; }

h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 4.25rem;
  line-height: 1.1;
  font-weight: 700; }

h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700; }

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700; }

h4 {
  margin-top: 1rem;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700; }

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700; }

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700; }

p, li {
  margin-bottom: 1rem;
  font-size: 1rem; }

a {
  border-bottom: 1px solid #fbb800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none; }

a:hover {
  border-bottom: 1px solid #fbb800;
  color: #008fbe;
  text-decoration: none; }

ul {
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.125rem; }

strong {
  font-weight: bold; }

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0px 0.5rem 0rem;
  border-left: 2px none #fbb800;
  color: #008fbe;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700; }

.col-12 {
  width: 96%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.row, .wp-block-columns {
  width: 104%;
  margin-right: -2%;
  margin-left: -2%; }

.row.row--flex-top, .row--flex-top.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.row.row-spacer, .row-spacer.wp-block-columns {
  margin-top: 1rem; }

.row.row--flex-stretch, .row--flex-stretch.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.row.row--flex-wrap, .row--flex-wrap.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.row--flex-centre, .row--flex-centre.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.row.hide, .hide.wp-block-columns {
  display: none; }

.row.row--flex-info, .row--flex-info.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.row.row--flex-info.hide, .row--flex-info.hide.wp-block-columns {
  display: none; }

.container, .entry-content {
  position: relative;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.section {
  position: relative;
  overflow: hidden;
  padding: 5rem 6rem; }

.section.section--head {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  overflow: visible;
  height: 6rem;
  padding: 1rem 0rem;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: none; }

.section.section--head.transition {
  background-color: transparent;
  box-shadow: none;
  color: #fff; }

.section.footer {
  padding-top: 3rem;
  padding-bottom: 6rem;
  border-top: 2px solid #f5f5f5; }

.section.section-cta {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #4fb9a6;
  color: #fff; }

.section.section-hero {
  padding-top: 3rem;
  padding-bottom: 0rem;
  color: #fff; }

.section.section-hero.green {
  background-color: #4fb9a6;
  color: #fff; }

.section.section-hero.red {
  background-color: #e97979;
  color: #fff; }

.section.section-hero.blue {
  background-color: #008fbe;
  color: #fff; }

.section.section-hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40rem;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #008fbe;
  color: #fff; }

.section.section-hero-home.home-2 {
  display: none;
  min-height: auto;
  padding-top: 6rem; }

.section.grey {
  background-color: #f5f5f5; }

.section.rule-bottom {
  border-bottom: 1px solid #f5f5f5; }

.section.tight-top {
  padding-top: 0rem;
  padding-bottom: 5rem; }

.col-8 {
  position: relative;
  width: 62.666%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.col-5 {
  width: 37.666%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.col-6 {
  position: relative;
  width: 46%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.col-3 {
  position: relative;
  width: 21%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 0px;
  padding-left: 0px;
  float: left; }

.col-4 {
  position: relative;
  width: 29.3333%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.col-2 {
  position: relative;
  width: 12.666%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.hero--heading {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 0rem;
  color: #fff;
  font-size: 4rem; }

.button, .wp-block-button__link {
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  padding: 0.75rem 1.5rem 0.7rem;
  border-style: solid;
  border-width: 1px;
  border-color: #fbb800;
  border-radius: 2px;
  background-color: #fbb800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700; }

.button:hover, .wp-block-button__link:hover {
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #000; }

.button.align-right, .align-right.wp-block-button__link {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 1.5rem;
  float: right; }

.button.fixed-cta, .fixed-cta.wp-block-button__link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-weight: 700;
  text-align: center; }

.button.fixed-cta:hover, .fixed-cta.wp-block-button__link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.button.fixed-cta.blue, .fixed-cta.blue.wp-block-button__link {
  border-color: #008fbe;
  background-color: #008fbe;
  color: #fff; }

.button.fixed-cta.yellow, .fixed-cta.yellow.wp-block-button__link {
  border-color: #fbb800;
  background-color: #fbb800;
  color: #000; }

.button.fixed-cta.red, .fixed-cta.red.wp-block-button__link {
  border-color: #e97979;
  background-color: #e97979;
  color: #000; }

.button.blue, .blue.wp-block-button__link {
  border-color: #008fbe;
  background-color: #008fbe;
  color: #fff; }

.button.button-form-inline, .button-form-inline.wp-block-button__link {
  width: 20%;
  margin-top: 0rem;
  margin-right: 0rem; }

.button.yellow, .yellow.wp-block-button__link {
  border-color: #fbb800;
  background-color: #fbb800;
  color: #000; }

.button.right--info, .right--info.wp-block-button__link {
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 0rem;
  float: right;
  text-align: center; }

.dropdown {
  padding-top: 10px;
  padding-bottom: 10px; }

.dropdown.nav--menu--link {
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem 0.5rem 0px; }

.dropdown.nav--menu--link.homepage {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff; }

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }

.dropdown--list {
  background-color: #fff; }

.dropdown--list.w--open {
  padding: 0rem;
  box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.2); }

.logo--wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 35%;
  height: 4rem;
  margin-right: auto;
  padding-left: 0px;
  float: left;
  border: 1px none #000;
  color: #000;
  text-decoration: none; }

.logo--wrapper:hover {
  border-style: none; }

.dropdown--link {
  display: inline-block;
  margin: 1rem 1.5rem 0.75rem;
  padding: 0rem 0px;
  border-bottom: 2px solid transparent;
  font-size: 1.125rem;
  line-height: 1.2; }

.dropdown--link:hover {
  border-bottom: 2px solid #fbb800;
  color: #008fbe; }

.dropdown--link.w--current {
  border-bottom-color: #fbb800;
  color: #008fbe; }

.label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase; }

.card-clear--wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
  border: 1px none #000;
  color: #4f5858;
  font-weight: 400;
  text-decoration: none; }

.card-clear--wrapper:hover {
  border: 1px none #000; }

.card-clear--wrapper.bio-modal {
  cursor: pointer; }

.card--image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat; }

.card--image.landscape {
  overflow: hidden;
  padding-bottom: 66.6666%;
  background-color: #eee;
  background-size: 50%; }

.card-clear--body {
  position: relative;
  padding-top: 0.5rem; }

.nav--search {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-top: -0.25rem;
  padding: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer; }

.nav--search:hover {
  border-style: none;
  opacity: 0.6; }

.nav-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6rem;
  padding-left: 6rem;
  background-color: transparent; }

.nav-dropdown {
  margin-right: 0px;
  margin-left: 0px; }

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.link--foot {
  margin-bottom: 0.5rem;
  float: left;
  clear: both;
  font-weight: 400; }

.para-jumbo {
  margin-bottom: 0rem;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 700; }

.para-jumbo.bullet {
  color: #008fbe;
  text-align: right; }

.para-jumbo.bullet.modal-left {
  margin-right: 1.5rem;
  color: #fff;
  font-size: 3rem;
  text-align: left; }

.para-jumbo.blue {
  color: #008fbe; }

.card-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 0.75rem;
  cursor: pointer; }

.card-tag:hover {
  background-color: #fbb800; }

.card-tag.large {
  padding: 10px 15px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer; }

.card-tag.large:hover {
  background-color: #fbb800; }

.card-tag.large.active {
  background-color: #fbb800;
  color: #000; }

.nav-link-single {
  display: inline-block;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none; }

.nav-link-single:hover {
  color: #008fbe; }

.nav-link-single.primary {
  border-bottom-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 1.125rem; }

.nav-link-single.primary:hover {
  border-bottom: 2px none #fff; }

.nav-link-single.primary.w--current {
  border-bottom: 2px solid #fff; }

.nav-text {
  font-size: 1.125rem; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.filter-wrapper {
  margin-bottom: 2rem; }

.timeline-inner-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 4rem 2rem 2rem 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.timeline-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16rem;
  margin-right: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.1); }

.timeline-card.last-empty {
  opacity: 0; }

.col-9 {
  width: 71%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.ph--red {
  color: red; }

.para-large {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700; }

.para-large.home-hero {
  margin-bottom: 1.5rem; }

.para-large.single {
  margin-bottom: 1.5rem;
  font-weight: 400; }

.hero-background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0; }

.form-wrapper {
  margin-top: 0rem;
  margin-bottom: 0px; }

.form--text-field {
  min-height: 3rem;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem; }

.form--text-field.text-field--custom {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fbb800;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1rem; }

.form--text-field.text-field--custom:focus {
  border-bottom-width: 2px;
  border-bottom-color: #2e83f0; }

.form--text-field.text-field--custom::-webkit-input-placeholder {
  color: #ccc; }

.form--text-field.text-field--custom:-ms-input-placeholder {
  color: #ccc; }

.form--text-field.text-field--custom::-ms-input-placeholder {
  color: #ccc; }

.form--text-field.text-field--custom::placeholder {
  color: #ccc; }

.form--text-field.text-field--custom.field-inline {
  width: 75%;
  margin-right: 5%;
  float: left; }

.item--image {
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

.item--image.landscape {
  padding-bottom: 66.6666%;
  background-color: #f5f5f5; }

.rule {
  width: 100%;
  height: 2px;
  max-width: 66%;
  margin: 3rem auto;
  background-color: #f5f5f5; }

.breadcrumb-wrapper {
  position: relative;
  left: 0%;
  top: 0rem;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff; }

.nav-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 4rem; }

.nav-logo.white {
  display: block; }

.nav-logo.blue {
  display: block; }

.nav-inner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-inner-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hero-image-tall {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  background-color: #e0e0e0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.hero-block-white {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff; }

.hero-block-white.grey {
  background-color: #f5f5f5; }

.section-block-col-1-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.section-block-square-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none; }

.section-block-square-inner:hover {
  border-bottom-style: none;
  opacity: 0.85; }

.block--inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left; }

.block--inner.image {
  width: 50%;
  padding: 0rem; }

.col-1 {
  width: 4.333%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  float: left; }

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent; }

.slider.image-slider {
  padding-bottom: 3rem; }

.slide-col {
  width: 21%;
  margin-right: 2%;
  margin-left: 2%; }

.slider-mask {
  overflow: hidden; }

.slide-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104%;
  margin-right: -2%;
  margin-left: -2%; }

.slider-arrow {
  z-index: 12;
  width: 2.5rem;
  height: 2.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #008fbe;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008fbe;
  font-size: 1.25rem;
  line-height: 1; }

.slider-arrow:hover {
  opacity: 0.6; }

.slider-arrow.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%; }

.slider-arrow.left {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 4rem; }

.cta-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 16rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4f5858; }

.cta-box:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.heading-foot-cta {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 2rem; }

.footer-rule {
  width: 100%;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5; }

.image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover; }

.slider-nav {
  display: none; }

.breadcrumb-text {
  display: inline-block;
  margin-right: 0.75rem;
  text-decoration: none; }

.breadcrumb-link {
  display: inline-block;
  border-bottom: 2px solid transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  text-decoration: none; }

.breadcrumb-link:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none; }

.breadcrumb-link.w--current {
  border-bottom: 2px solid #fff;
  text-decoration: none; }

.breadcrumb-link.w--current:hover {
  text-decoration: none; }

.slider--hide-overflow {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.anchor {
  position: absolute;
  left: 0%;
  top: -6rem;
  right: auto;
  bottom: auto;
  width: 1px; }

.heading--bullet-box {
  margin-top: 0rem;
  color: #4f5858;
  font-weight: 400;
  text-align: center; }

.bullet-box-graphic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #e0e0e0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.bullet-box--large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer; }

.bullet-box-large--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-align: left; }

.hero--heading--article {
  margin-top: 0rem;
  font-size: 2.75rem; }

.image-article-inline {
  width: 100%;
  max-width: none; }

.article-meta--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #f5f5f5; }

.centre-column-wrapper {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.quote-highlight {
  color: #fbb800;
  font-weight: 800; }

.quote-credit {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700; }

.quote-box-style {
  margin-top: 0rem;
  padding-right: 0rem;
  border-left-style: none;
  color: #fff; }

.quote-box-style.black {
  color: #000; }

.search-icon {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem; }

.image-grid--1 {
  position: relative;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-2 Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr; }

.content-spacer {
  width: 100%;
  height: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hero--heading--home {
  margin-top: 0rem; }

.hero--heading--home.white {
  color: #fff; }

.modal--wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 8rem 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2); }

.modal--wrapper.search {
  position: absolute;
  display: none; }

.modal--wrapper.bio-modal {
  display: none; }

.modal {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  z-index: 22;
  width: 100%;
  max-width: 500px;
  background-color: #fff; }

.modal-body {
  overflow: scroll;
  max-height: 75vh;
  max-width: 600px;
  min-height: 500px;
  padding: 2rem 3rem 4rem; }

.modal-body.green {
  background-color: #4fb9a6;
  color: #fff; }

.modal-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #fff; }

.modal-heading-wrapper.no-rule {
  margin-bottom: 0rem;
  border-bottom-style: none; }

.modal-heading {
  margin-bottom: 0rem;
  font-size: 2rem; }

.modal-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }

.para-accordion {
  display: none;
  overflow: hidden; }

.heading-accordion-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  color: #008fbe;
  cursor: pointer; }

.nav-homepage-rule {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1rem;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #fff; }

.quote-credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.quote-credit-avatar {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fbb800;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.link-quote-credit {
  font-weight: 400;
  text-decoration: none; }

.link-quote-credit.white {
  color: #fff; }

.breadcrumb-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.75rem;
  margin-bottom: 0.1rem;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.bc-dash-small {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 5px;
  background-color: #fff;
  opacity: 0.5; }

.para-with-number {
  font-size: 1.25rem;
  font-weight: 700; }

.heading-tight.white {
  color: #fff; }

.heading-tight.grey {
  color: #4f5858; }

.quote-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 3rem 1rem;
  border-radius: 2px;
  background-color: #008fbe;
  color: #fff; }

.quote-box.red {
  background-color: #e97979;
  color: #fff; }

.quote-box.green {
  background-color: #4fb9a6;
  color: #fff; }

.cta-box--foot {
  position: relative;
  height: 100%;
  padding: 1rem 2rem 6rem;
  border-radius: 2px;
  background-color: #fff;
  color: #4f5858; }

.slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 2rem; }

.slider-wrapper.image-slider {
  margin-top: 0rem;
  margin-bottom: 2rem; }

.nav-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1); }

.black {
  color: #000; }

.heading-with-button {
  display: inline-block; }

.card-heading {
  font-size: 1.5rem; }

.hero--heading--small {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 3rem; }

.hero--heading--small.black {
  color: #000; }

.home-hero-inner {
  padding-top: 3rem;
  padding-bottom: 4rem; }

.span-light {
  font-weight: 400; }

.section-1-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-1-4.red {
  background-color: #e97979;
  color: #fff; }

.section-1-4.yellow {
  background-color: #fbb800;
  color: #4f5858; }

.section-1-4.green {
  background-color: #4fb9a6;
  color: #fff; }

.section-1-4.blue {
  background-color: #008fbe;
  color: #fff; }

.white {
  color: #fff; }

.cta-box-body {
  width: 100%;
  padding: 1rem 1.5rem 5rem; }

.dropdown-icon {
  margin-right: 0px; }

.timeline-body-lower {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 1rem 1.5rem; }

.timeline-body-lower.blue {
  background-color: #008fbe;
  color: #fff; }

.timeline-body-lower.yellow {
  background-color: #fbb800;
  color: #fff; }

.timeline-body-lower.green {
  background-color: #4fb9a6;
  color: #fff; }

.timeline-body-lower.red {
  background-color: #e97979;
  color: #fff; }

.timeline-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.timeline-heading {
  margin-bottom: 0rem;
  color: #000;
  font-size: 1.75rem;
  font-weight: 700; }

.timeline-heading.white {
  color: #fff; }

.timeline-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-left: -4rem; }

.timeline-gradient {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 10%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff); }

.timeline-gradient.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.timeline-gradient.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }

.timeline-rule {
  position: absolute;
  left: 0%;
  top: 1rem;
  right: 0%;
  bottom: auto;
  height: 2px;
  margin-left: 4rem;
  background-color: #e7e7e7; }

.timeline-point {
  position: absolute;
  left: 0%;
  top: -3.5rem;
  right: 0%;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #ccc; }

.timeline-link {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 0.5rem; }

.bullet-rule {
  width: 0rem;
  height: 2px;
  margin-top: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fbb800; }

.highlight--blue {
  color: #008fbe;
  font-size: 2.5rem;
  font-weight: 700; }

.search-outer {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  z-index: 22;
  width: 100%;
  max-width: 600px;
  background-color: #fff; }

.search {
  position: relative;
  width: 100%;
  margin-bottom: 0px; }

.modal-search-body {
  overflow: scroll;
  max-height: 75vh;
  max-width: 600px;
  padding: 3rem 4rem;
  color: #000; }

.col-1-5 {
  position: relative;
  width: 16%;
  min-height: 1px;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 0px;
  padding-left: 0px;
  float: left; }

.dropdown-rule {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5; }

.social-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 1px none #000;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.social-icon:hover {
  border-style: none; }

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem; }

.search-mobile-wrapper {
  display: none; }

.timeline-arrow-right {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2rem;
  height: 2rem;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rule-full {
  width: 100%;
  height: 2px;
  margin: 1rem auto;
  background-color: #f5f5f5; }

.rule-full.dark {
  background-color: #e0e0e0; }

.content-block {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.link-align-bottom {
  position: relative;
  display: inline-block;
  margin-top: auto; }

.event-sign-up--wrapper.in-grey-box {
  padding: 2rem 3rem 1rem;
  background-color: #f5f5f5; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.75rem; }

  h3 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1rem; }

  p, li {
    font-size: 1rem; }

  blockquote {
    font-size: 1.5rem; }

  .row.row--flex-centre, .row--flex-centre.wp-block-columns {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .section {
    padding: 3rem 2rem; }

  .section.section--head {
    display: block;
    height: 3rem;
    padding-top: 0px;
    padding-bottom: 0px; }

  .section.section--head.transition {
    background-color: #fff;
    color: #000; }

  .section.section-hero-home {
    min-height: 30rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .col-8 {
    width: 96%; }

  .col-5 {
    width: 46%; }

  .col-3 {
    width: 29.333%; }

  .hero--heading {
    font-size: 2.75rem; }

  .dropdown.nav--menu--link {
    display: block;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem; }

  .dropdown.nav--menu--link.homepage {
    color: #000; }

  .nav-menu {
    position: absolute;
    width: 100vw;
    min-width: 300px;
    margin-top: 3rem;
    margin-left: 0px;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff; }

  .dropdown--list {
    position: relative;
    background-color: transparent; }

  .dropdown--list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none; }

  .logo--wrapper {
    position: absolute;
    display: block; }

  .dropdown--link {
    margin: 0rem auto 1rem 0px;
    padding-bottom: 0px;
    color: #000; }

  .dropdown--link.w--current {
    background-color: transparent; }

  .nav--search {
    display: none;
    width: 1.5rem;
    height: 1.5rem; }

  .nav-wrapper {
    padding-right: 0rem;
    padding-left: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .nav-dropdown {
    display: block;
    margin-bottom: 0rem; }

  .nav-mobile-menu--wrapper {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    margin-left: auto;
    padding: 12px;
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 1.5rem; }

  .nav-mobile-menu--wrapper.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: transparent; }

  .para-jumbo {
    font-size: 2.5rem; }

  .para-jumbo.bullet {
    font-size: 3rem;
    text-align: left; }

  .nav-link-single.primary {
    color: #000; }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .col-9 {
    width: 96%; }

  .para-large {
    font-size: 1.25rem; }

  .breadcrumb-wrapper {
    border-top-style: none; }

  .nav-logo {
    height: 2.25rem;
    margin-top: 5px; }

  .nav-logo.white {
    display: none; }

  .nav-inner-right {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f5f5f5; }

  .nav-inner-center {
    display: block;
    width: 100%; }

  .hero-block-white {
    height: 3rem; }

  .section-block-col-1-6 {
    width: 100%;
    padding-bottom: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .section-block-square-inner {
    width: 100%; }

  .block--inner {
    padding-top: 0.5rem;
    padding-left: 1.5rem; }

  .block--inner.image {
    width: 100%; }

  .col-1 {
    width: 0%; }

  .slider {
    padding-left: 0%; }

  .slide-col {
    margin-left: 2%; }

  .cta-box {
    min-height: 0rem; }

  .heading--bullet-box {
    font-size: 1.25rem; }

  .hero--heading--article {
    font-size: 2.25rem; }

  .image-article-inline {
    width: 100%;
    margin-left: auto; }

  .quote-credit {
    font-size: 1rem; }

  .quote-box-style {
    font-size: 1.5rem; }

  .search-icon.black {
    display: block; }

  .search-icon.white {
    display: none; }

  .hero--heading--home {
    margin-top: 2rem; }

  .hero--heading--home.white {
    margin-top: 0rem; }

  .modal--wrapper {
    padding-right: 2rem;
    padding-left: 2rem; }

  .modal--wrapper.search {
    display: none; }

  .modal-heading-wrapper {
    padding-bottom: 1rem; }

  .modal-heading-wrapper.no-rule {
    padding-bottom: 0rem; }

  .nav-homepage-rule {
    display: none; }

  .breadcrumb-arrow {
    width: 1rem; }

  .para-with-number {
    font-size: 1.125rem; }

  .quote-box {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem; }

  .nav-shadow {
    box-shadow: none; }

  .card-heading {
    font-size: 1.25rem; }

  .hero--heading--small {
    margin-top: 5rem;
    font-size: 2.75rem; }

  .home-hero-inner {
    padding-top: 0rem; }

  .section-1-4 {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .col-1-5 {
    width: 29.333%; }

  .dropdown-rule {
    display: none; }

  .search-mobile-wrapper {
    position: relative;
    display: block; }

  .event-sign-up--wrapper.in-grey-box {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem; } }
@media screen and (max-width: 767px) {
  h2 {
    margin-top: 1.25rem; }

  p, li {
    margin-top: 0.5rem; }

  blockquote {
    margin-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 1.25rem; }

  .row.row--flex-top, .row--flex-top.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .row.row--flex-stretch, .row--flex-stretch.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .row.row--flex-centre, .row--flex-centre.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .row.row--flex-info, .row--flex-info.wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .section {
    padding: 2rem 1.5rem; }

  .section.footer {
    padding-top: 3rem; }

  .section.section-cta {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .section.section-hero-home {
    padding-bottom: 2rem; }

  .col-8 {
    width: 96%; }

  .col-5 {
    width: 96%; }

  .col-6 {
    width: 96%; }

  .col-3 {
    width: 96%; }

  .col-3.col-6-sm {
    width: 46%; }

  .col-4 {
    width: 96%; }

  .col-2 {
    width: 46%; }

  .hero--heading {
    margin-top: 2rem;
    font-size: 2.75rem; }

  .button.button-form-inline, .button-form-inline.wp-block-button__link {
    width: auto;
    margin-bottom: 0rem; }

  .button.right--info, .right--info.wp-block-button__link {
    width: auto;
    float: none; }

  .nav-menu {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

  .nav-wrapper {
    padding-left: 1.5rem; }

  .nav-mobile-menu--wrapper {
    margin-right: 0.5rem; }

  .para-jumbo {
    font-size: 2.5rem; }

  .timeline-card.last-empty {
    width: 6rem; }

  .col-9 {
    width: 96%; }

  .form--text-field.text-field--custom.field-inline {
    width: 100%;
    margin-right: 0%; }

  .rule {
    margin-top: 2rem;
    margin-bottom: 2rem; }

  .breadcrumb-wrapper {
    position: relative; }

  .hero-block-white {
    height: 4rem; }

  .section-block-col-1-6 {
    width: 50%;
    padding-bottom: 50%; }

  .block--inner {
    padding: 1rem 0.5rem 0.5rem 1rem; }

  .col-1 {
    width: 46%; }

  .slider {
    padding-left: 0%; }

  .slide-col {
    width: 96%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .slide-col.hide-mobile {
    display: none; }

  .slider-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem; }

  .slider-arrow.left {
    margin-right: 3rem; }

  .cta-box {
    margin-bottom: 2rem; }

  .breadcrumb-text {
    margin-bottom: 0.25rem;
    font-size: 0.75rem; }

  .heading--bullet-box {
    margin-bottom: 0rem;
    font-size: 1.25rem; }

  .bullet-box-graphic {
    padding-bottom: 15%; }

  .bullet-box--large {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .hero--heading--article {
    margin-top: 1rem; }

  .quote-credit {
    margin-top: 0rem;
    font-size: 0.75rem; }

  .quote-box-style {
    padding-right: 0rem;
    font-size: 1.25rem; }

  .content-spacer {
    height: 3rem; }

  .modal--wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .modal-body {
    min-height: 0px;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

  .modal-heading {
    margin-top: 0rem;
    font-size: 1.5rem; }

  .quote-credit-wrapper {
    margin-top: 1rem; }

  .quote-credit-avatar {
    width: 2.5rem;
    height: 2.5rem; }

  .breadcrumb-arrow {
    margin-bottom: 0.3rem; }

  .para-with-number {
    margin-top: 0rem;
    margin-bottom: 0rem; }

  .heading-tight {
    margin-top: 0rem; }

  .quote-box {
    margin-top: 1rem;
    margin-bottom: 1rem; }

  .cta-box--foot {
    margin-bottom: 2rem; }

  .nav-shadow {
    box-shadow: none; }

  .hero--heading--small {
    font-size: 2.75rem; }

  .home-hero-inner {
    padding-bottom: 0rem; }

  .section-1-4 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .dropdown-icon {
    margin-right: 0px; }

  .modal-search-body {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

  .col-1-5 {
    width: 96%; } }
@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem; }

  h2 {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.25rem; }

  h4 {
    font-size: 1.125rem; }

  blockquote {
    font-size: 1.125rem; }

  .row.row--flex-info, .row--flex-info.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .col-8 {
    width: 96%; }

  .col-5 {
    width: 96%; }

  .col-6 {
    width: 96%; }

  .col-3 {
    width: 96%; }

  .col-4 {
    width: 96%; }

  .col-2 {
    width: 98%; }

  .hero--heading {
    font-size: 1.75rem; }

  .button, .wp-block-button__link {
    margin-bottom: 1rem; }

  .button.right--info, .right--info.wp-block-button__link {
    margin-top: 0rem; }

  .card-clear--wrapper {
    margin-bottom: 2rem;
    font-size: 0.75rem; }

  .para-jumbo {
    font-size: 1.75rem; }

  .timeline-card.last-empty {
    width: 2rem; }

  .col-9 {
    width: 98%; }

  .para-large {
    font-size: 1.125rem; }

  .col-1 {
    width: 98%; }

  .heading-foot-cta {
    font-size: 1.5rem; }

  .heading--bullet-box {
    font-size: 1.125rem; }

  .hero--heading--article {
    font-size: 1.5rem; }

  .quote-box-style {
    font-size: 1.125rem; }

  .hero--heading--home {
    margin-top: 1rem;
    font-size: 2.75rem; }

  .para-with-number {
    font-size: 0.75rem; }

  .card-heading {
    font-size: 1.125rem; }

  .hero--heading--small {
    font-size: 1.75rem; }

  .col-1-5 {
    width: 96%; }

  .social-wrapper {
    margin-bottom: 0rem; } }
/* Replace Webflow's grid system with a flexbox based grid system. */
/* Add additional styles below. */
/* Placeholders */
.navigation--menu li.menu-item-has-children:after {
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  margin: auto;
  transform: rotate(45deg); }

.button--search,
.button--menu {
  transition: opacity 200ms ease-in-out; }
  .button--search:hover,
  .button--menu:hover {
    opacity: 0.6; }

/* Color adjustments */
.background--yellow,
.background--white,
.background--light-grey,
.background--none {
  color: #000000 !important; }
  .background--yellow p, .background--yellow li,
  .background--white p,
  .background--white li,
  .background--light-grey p,
  .background--light-grey li,
  .background--none p,
  .background--none li {
    color: #4f5858 !important; }
  .background--yellow .heading-with-button,
  .background--yellow .modal-text,
  .background--white .heading-with-button,
  .background--white .modal-text,
  .background--light-grey .heading-with-button,
  .background--light-grey .modal-text,
  .background--none .heading-with-button,
  .background--none .modal-text {
    color: inherit !important; }
  .background--yellow > .modal-heading-wrapper,
  .background--white > .modal-heading-wrapper,
  .background--light-grey > .modal-heading-wrapper,
  .background--none > .modal-heading-wrapper {
    border-color: #000000 !important; }
  .background--yellow > .modal-close,
  .background--white > .modal-close,
  .background--light-grey > .modal-close,
  .background--none > .modal-close {
    background-image: url("./assets/images/icon--close--black.svg") !important; }
  .background--yellow .menu-item,
  .background--yellow .breadcrumb-text,
  .background--white .menu-item,
  .background--white .breadcrumb-text,
  .background--light-grey .menu-item,
  .background--light-grey .breadcrumb-text,
  .background--none .menu-item,
  .background--none .breadcrumb-text {
    color: #ffffff !important; }
  .background--yellow.statistic-card .statistic-card--verb,
  .background--white.statistic-card .statistic-card--verb,
  .background--light-grey.statistic-card .statistic-card--verb,
  .background--none.statistic-card .statistic-card--verb {
    color: #4f5858; }
  .background--yellow.statistic-card .statistic-card--subject,
  .background--white.statistic-card .statistic-card--subject,
  .background--light-grey.statistic-card .statistic-card--subject,
  .background--none.statistic-card .statistic-card--subject {
    color: #4f5858; }

.background--red,
.background--green,
.background--blue {
  color: #ffffff !important; }
  .background--red h1,
  .background--red h2,
  .background--red h3,
  .background--red h4,
  .background--red h5,
  .background--red h6,
  .background--green h1,
  .background--green h2,
  .background--green h3,
  .background--green h4,
  .background--green h5,
  .background--green h6,
  .background--blue h1,
  .background--blue h2,
  .background--blue h3,
  .background--blue h4,
  .background--blue h5,
  .background--blue h6 {
    color: #ffffff !important; }
  .background--red p, .background--red li,
  .background--green p,
  .background--green li,
  .background--blue p,
  .background--blue li {
    color: #ffffff !important; }
  .background--red .heading-with-button,
  .background--red .statistic-card--verb,
  .background--red .modal-text,
  .background--green .heading-with-button,
  .background--green .statistic-card--verb,
  .background--green .modal-text,
  .background--blue .heading-with-button,
  .background--blue .statistic-card--verb,
  .background--blue .modal-text {
    color: inherit !important; }
  .background--red > .modal-heading-wrapper,
  .background--green > .modal-heading-wrapper,
  .background--blue > .modal-heading-wrapper {
    border-color: #ffffff !important; }
  .background--red > .modal-close,
  .background--green > .modal-close,
  .background--blue > .modal-close {
    background-image: url("./assets/images/icon--close--white.svg") !important; }

.background--light-grey .card-tag {
  background-color: #ffffff; }
  .background--light-grey .card-tag:hover {
    background-color: #fbb800; }

/* Font adjustments */
.background--red h1,
.background--red h2,
.background--red h3,
.background--red h4,
.background--red h5,
.background--red h6,
.background--green h1,
.background--green h2,
.background--green h3,
.background--green h4,
.background--green h5,
.background--green h6,
.background--blue h1,
.background--blue h2,
.background--blue h3,
.background--blue h4,
.background--blue h5,
.background--blue h6,
.background--yellow h1,
.background--yellow h2,
.background--yellow h3,
.background--yellow h4,
.background--yellow h5,
.background--yellow h6 {
  font-weight: 800; }

.cta-box-body h1,
.cta-box-body h2,
.cta-box-body h3,
.cta-box-body h4,
.cta-box-body h5,
.cta-box-body h6 {
  color: #000000 !important; }

body {
  font-family: "Avenir Next Webfont", sans-serif;
  overflow-x: hidden; }

h1 {
  font-size: 4rem; }
  @media (max-width: 991px) {
    h1 {
      font-size: 2.75rem; } }

h2 {
  scroll-margin-top: 60px; }

.section {
  min-height: 2rem; }
  .section.section--head {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 1rem 6rem;
    transition: top 200ms ease-in-out; }
    @media (max-width: 991px) {
      .section.section--head {
        position: sticky;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        padding: 0.5rem 2rem; } }
    @media (max-width: 767px) {
      .section.section--head {
        padding: 0.5rem 1.5rem; } }
    .section.section--head.sticky {
      position: sticky;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0; }
  .section.section-hero-home {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: visible; }
  .section h2.heading-with-button {
    margin-bottom: 2rem;
    max-width: 75%; }
    @media (max-width: 767px) {
      .section h2.heading-with-button {
        max-width: 100%; } }

.row--flex {
  display: flex;
  flex-wrap: wrap; }

.home .entry-content .section:first-of-type {
  padding-top: 8rem; }
  @media (max-width: 767px) {
    .home .entry-content .section:first-of-type {
      padding-top: 6rem; } }

.entry-content {
  box-sizing: content-box;
  padding: 5rem 6rem; }
  @media (max-width: 991px) {
    .entry-content {
      padding: 3rem 2rem; } }
  @media (max-width: 767px) {
    .entry-content {
      padding: 2rem 1.5rem; } }
  .entry-content section.section:first-child,
  .entry-content script:first-child {
    margin-top: -5rem; }
    @media (max-width: 991px) {
      .entry-content section.section:first-child,
      .entry-content script:first-child {
        margin-top: -3rem; } }
    @media (max-width: 767px) {
      .entry-content section.section:first-child,
      .entry-content script:first-child {
        margin-top: -2rem; } }
  .entry-content section.section:last-child {
    margin-bottom: -5rem; }
    @media (max-width: 991px) {
      .entry-content section.section:last-child {
        margin-bottom: -3rem; } }
    @media (max-width: 767px) {
      .entry-content section.section:last-child {
        margin-bottom: -2rem; } }
  .entry-content section.section.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; }

/*
.entry-content {
  padding: 5rem 6rem;

  @include tablet {
    padding: 3rem 2rem;
  }

  @include mobile {
    padding: 2rem 1.5rem;
  }

  .section {
    width: calc(100% + 6rem + 6rem);
    margin-left: -6rem;

    @include tablet {
      width: calc(100% + 2rem + 2rem);
      margin-left: -2rem;
    }

    @include mobile {
      width: calc(100% + 1.5rem + 1.5rem);
      margin-left: -1.5rem;
    }

    &:first-of-type {
      margin-top: -5rem;

      @include tablet {
        margin-top: -3rem;
      }

      @include mobile {
        margin-top: -2rem;
      }
    }

    &:last-of-type {
      margin-bottom: -5rem;

      @include tablet {
        margin-bottom: -3rem;
      }

      @include mobile {
        margin-bottom: -2rem;
      }
    }
  }
}
*/
article section.background--white {
  padding: 5rem 6rem; }
  @media (max-width: 991px) {
    article section.background--white {
      padding: 3rem 2rem; } }
  @media (max-width: 767px) {
    article section.background--white {
      padding: 2rem 1.5rem; } }
  article section.background--white:first-of-type:not(:only-of-type):not(.not-content) {
    padding-bottom: 3rem; }
    @media (max-width: 991px) {
      article section.background--white:first-of-type:not(:only-of-type):not(.not-content) {
        padding-bottom: 2rem; } }
    @media (max-width: 767px) {
      article section.background--white:first-of-type:not(:only-of-type):not(.not-content) {
        padding-bottom: 1.5rem; } }
  article section.background--white:last-of-type:not(:only-of-type):not(.not-content) {
    padding-top: 3rem; }
    @media (max-width: 991px) {
      article section.background--white:last-of-type:not(:only-of-type):not(.not-content) {
        padding-top: 2rem; } }
    @media (max-width: 767px) {
      article section.background--white:last-of-type:not(:only-of-type):not(.not-content) {
        padding-top: 1.5rem; } }
  article section.background--white:not(:first-of-type):not(:last-of-type):not(.not-content) {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (max-width: 991px) {
      article section.background--white:not(:first-of-type):not(:last-of-type):not(.not-content) {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    @media (max-width: 767px) {
      article section.background--white:not(:first-of-type):not(:last-of-type):not(.not-content) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  article section.background--white:not(:first-of-type):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    content: "";
    display: block;
    width: 60%;
    max-width: 1100px;
    margin: auto;
    border-top: 2px solid #f5f5f5; }
  article section.background--white.not-content:last-of-type:not(:only-of-type):before {
    display: none; }

a {
  color: inherit; }

.card-clear--wrapper.modal-inactive {
  cursor: default; }

.card-clear--wrapper {
  transition: none;
  cursor: pointer; }
  .card-clear--wrapper .card-label,
  .card-clear--wrapper .card-heading,
  .card-clear--wrapper .card-paragraph,
  .card-clear--wrapper .card-tag {
    transition: color 200ms ease; }
  .card-clear--wrapper .card-tag {
    transition: background-color 500ms ease; }
  .card-clear--wrapper .image-cover {
    transition: transform 300ms ease, opacity 300ms ease; }
  .card-clear--wrapper:hover .card-label,
  .card-clear--wrapper:hover .card-heading,
  .card-clear--wrapper:hover .card-paragraph,
  .card-clear--wrapper:hover .card-tag {
    color: #008fbe; }
  .card-clear--wrapper:hover .image-cover {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.85; }

.card-tag {
  color: #545454;
  border: none; }
  .card-tag:hover, .card-tag.current {
    color: #000000;
    border: none;
    background-color: #fbb800; }

.card-date {
  font-size: 0.75rem; }

.button, .wp-block-button__link {
  margin: 0.5rem 1.5rem 0.5rem 0; }
  .button[disabled], [disabled].wp-block-button__link {
    opacity: 0.5;
    cursor: not-allowed; }

.button--search,
.button--menu {
  width: 26px;
  height: 26px; }

.button--search {
  padding: 0;
  margin: 0;
  background: transparent; }
  .button--search .icon--search {
    width: 100%;
    height: 100%;
    background: transparent url("./assets/images/icon--search--white.svg") no-repeat center center;
    background-size: 80%; }

.button.fixed-cta, .fixed-cta.wp-block-button__link {
  border: none; }

.button.load-more-button, .load-more-button.wp-block-button__link {
  display: block;
  text-align: center;
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer; }

.home-hero-inner {
  padding-top: 3rem;
  padding-bottom: 0rem; }

.social-icon.facebook {
  background-image: url("./assets/images/icon--facebook.png"); }
.social-icon.twitter {
  background-image: url("./assets/images/icon--twitter.png"); }
.social-icon.instagram {
  background-image: url("./assets/images/icon--instagram.png"); }
.social-icon.youtube {
  background-image: url("./assets/images/icon--youtube.png"); }

.image-cover {
  transform-style: preserve-3d; }

.hero-image-tall {
  background: none !important; }

.custom-card {
  height: 100%; }
  @media (max-width: 991px) {
    .custom-card {
      height: auto; } }

.quote-box {
  padding: 2.75rem 3rem 3rem 3rem;
  background-color: transparent; }
  @media (max-width: 991px) {
    .quote-box {
      padding: 1.75rem 2rem 2rem 2rem; } }

.quote-box,
.quote-box-style {
  color: inherit; }

.quote-box-style :first-child {
  font-size: 1.75rem;
  margin-top: 0;
  color: inherit;
  margin-bottom: 2rem;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .quote-box-style :first-child {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .quote-box-style :first-child {
      font-size: 1.25rem; } }

.quote-credit-avatar {
  margin-right: 1rem; }

.quote-credit {
  padding-left: 0; }

.quote-credit-avatar,
.quote-credit {
  margin-bottom: 0; }

.hero--heading--small {
  margin-top: 0rem; }

.hero--heading--date {
  margin-top: -0.75rem;
  margin-bottom: 2rem;
  font-weight: 600 !important; }

.cta-box-body {
  padding: 2rem 2rem 6rem; }
  .cta-box-body h1,
  .cta-box-body h2,
  .cta-box-body h3,
  .cta-box-body h4,
  .cta-box-body h5,
  .cta-box-body h6 {
    margin-top: 0; }
  .cta-box-body p, .cta-box-body li {
    margin-bottom: 0;
    color: #4f5858 !important; }

@media (max-width: 991px) {
  .section-block-col-1-6 {
    padding-bottom: 100% !important; } }
@media (max-width: 767px) {
  .section-block-col-1-6 {
    padding-bottom: 50% !important; } }

.statistic-card {
  width: 100%;
  border: none !important;
  cursor: pointer;
  transition: opacity 200ms ease-in-out; }
  .statistic-card:hover {
    opacity: 0.8; }

@media (max-width: 767px) {
  .statistic-card--verb {
    margin-top: 0; } }

.modal--wrapper {
  position: fixed !important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 200; }
  .modal--wrapper .modal {
    position: relative;
    top: 0;
    max-width: 600px;
    margin: auto; }
    .modal--wrapper .modal .modal-body {
      max-width: unset;
      min-height: 0;
      padding: 3rem;
      overflow: hidden; }
      .modal--wrapper .modal .modal-body > .modal-close {
        background-image: url("./assets/images/icon--close--black.svg"); }

.search-form {
  max-width: 600px;
  margin: 0 auto 3rem 0; }

.primary-navigation .search-form {
  border-top: 2px solid #f5f5f5;
  margin: 1rem auto 0 auto;
  padding-top: 2rem; }

.bullet-box--large .heading--bullet-box {
  color: #000000;
  transition: color 200ms ease-in-out; }
.bullet-box--large .bullet-rule {
  transition: width 200ms ease-in-out; }
.bullet-box--large:hover .heading--bullet-box {
  color: #008fbe; }
.bullet-box--large:hover .bullet-rule {
  width: 100%; }

.hero-image {
  align-self: flex-end;
  margin-bottom: -6rem;
  z-index: 1; }

label[for='tcs-checkbox'] {
  display: inline-block;
  margin-left: 1rem; }

.swiper-button-container {
  margin-top: 1rem; }

.swiper-button-disabled {
  opacity: 0.25 !important;
  cursor: default; }

.sitemap-menu {
  margin-bottom: 2rem; }
  .sitemap-menu ul {
    padding: 0;
    margin: 0; }
    .sitemap-menu ul.children {
      padding-left: 2rem;
      margin-top: 0.5rem; }
  .sitemap-menu li {
    margin: 0 0 0.5rem 0;
    list-style: none; }
    .sitemap-menu li a {
      line-height: 28px; }

#mc_embed_signup input.mce_inline_error {
  border: solid 2px #fbb800 !important; }
  #mc_embed_signup input.mce_inline_error:focus {
    border-bottom: solid 2px #2e83f0 !important; }
#mc_embed_signup div.mce_inline_error,
#mc_embed_signup div.response {
  padding: 0 !important;
  margin: 0 !important;
  color: #4f5858 !important;
  background-color: transparent !important; }

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .newsletter-form .form--text-field.text-field--custom.field-inline.name {
    width: 49%;
    margin: 0 0 1rem 0; }
  .newsletter-form .form--text-field.text-field--custom.field-inline.email {
    width: 75%;
    margin: 0 0 1rem 0; }
  .newsletter-form [type='submit'] {
    width: auto;
    margin: 0 0 1rem 1rem;
    flex: 1; }
  @media (max-width: 767px) {
    .newsletter-form input {
      width: 100% !important;
      margin: 0 0 1rem 0 !important; } }

.main-nav--donate {
  padding: 0.75rem 1.5rem 0.7rem 1.5rem !important;
  border-style: solid;
  border-width: 1px;
  border-color: #fbb800;
  border-radius: 2px;
  background-color: #fbb800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000 !important;
  font-weight: 700;
  text-align: center; }
  .main-nav--donate a {
    color: #000 !important;
    font-size: 1rem;
    border-bottom: none !important; }

/*
 * WordPress
 * Styles to override those of WordPress and its editor, Gutenberg, for the Big Change theme.
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

@media (max-width: 991px) {
  body.admin-bar .section.section--head {
    top: 32px; } }
  @media screen and (max-width: 991px) and (max-width: 782px) {
    body.admin-bar .section.section--head {
      top: 46px; } }

body.admin-bar .section.section--head.sticky {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .section.section--head.sticky {
      top: 46px; } }
body.admin-bar .navigation--menu.mobile {
  margin-top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .navigation--menu.mobile {
      margin-top: 46px; } }

.acf-block-preview .background--white {
  border: dashed 1px #000000; }

.wp-block {
  max-width: unset; }

.block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 1rem; }

.wp-block-buttons > .wp-block-button {
  margin: 0; }

.wp-block-button__link {
  font-size: 1rem;
  color: #000000 !important;
  margin-top: 1rem;
  margin-bottom: 0; }

.wp-block-image {
  margin-bottom: 0; }
  .wp-block-image img {
    height: auto; }

.wp-block-columns {
  margin-bottom: 0; }
  .wp-block-columns.no-margin {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }
  .wp-block-columns .wp-block-column {
    min-height: 1px;
    margin-right: 2%;
    margin-left: 2%; }
    .wp-block-columns .wp-block-column.no-margin {
      margin-right: 0%;
      margin-left: 0%; }
    .wp-block-columns .wp-block-column.wrapper {
      padding: 2rem 3rem 1rem;
      background-color: #f5f5f5; }
  .wp-block-columns .wp-block-column[style*=flex-basis].flex-grow {
    flex-grow: 1; }
  @media (max-width: 767px) {
    .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: 100% !important; } }
  @media (max-width: 991px) {
    .wp-block-columns .wp-block-column:not(:last-of-type) {
      margin-bottom: 2rem; } }
  @media (max-width: 781px) and (min-width: 600px) {
    .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: inherit !important; } }

/* Components */
/*
 * Timeline styles
 * Styles for the timeline feature.
 */
.timeline-wrapper {
  margin: 0; }
.timeline-inner-track {
  overflow: visible;
  padding: 4rem 0;
  margin: 0; }
.timeline-gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  z-index: 10; }
  @media (max-width: 767px) {
    .timeline-gradient {
      background: none !important; } }
.timeline-heading {
  margin: 0; }
.timeline-card {
  height: auto !important; }
  .timeline-card:hover {
    transform: translate3d(0px, -0.5rem, 0px); }
    .timeline-card:hover .timeline-point {
      transform: translate3d(0px, 0.5rem, 0px) scale3d(2, 2, 1); }
  .timeline-card > a,
  .timeline-card .timeline-heading {
    display: block;
    border: none; }
  .timeline-card.archived a {
    pointer-events: none; }
  .timeline-card.archived a.timeline-link {
    pointer-events: all; }
.timeline-card, .timeline-point {
  transition: transform 200ms ease-in-out; }
.timeline-body {
  min-height: 14rem; }
.timeline-rule {
  margin: 0; }
.timeline-arrow-left, .timeline-arrow-right {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("./assets/images//icon--arrow.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer; }
.timeline-arrow-left {
  transform: rotate(90deg); }
.timeline-arrow-right {
  transform: rotate(-90deg); }

/*# sourceMappingURL=style.css.map */
