/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
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; }

/**
 * Colors
 * ----------------------------------------------------------------------------
 */
/**
 * Typography
 * ----------------------------------------------------------------------------
 */
/**
 * Structure
 * ----------------------------------------------------------------------------
 */
/**
 * Other
 * ----------------------------------------------------------------------------
 */
/**
 * Breakpoints
 * ----------------------------------------------------------------------------
 */
/**
 * Mixins
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
/*
	Formats a rem font size which us based on the font-size of the Html element.
	For clarity, Html font-size should be set to 10px so instead of calling 
	font-size(0.9375) you can simply call font-size(1.5) to get the output of 15rem.
	Line height is calculated automatically by multiplying size by 1.6 (golden ratio).
*/
/**
 * General
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
  color: #393939;
  font-size: 62.5%;
  font-family: roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-size: 2rem; }

/**
 * Paragraphs
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
p {
  font-weight: 400;
  font-size: inherit;
  margin: 0 0 25px;
  color: inherit; }

strong {
  font-weight: 700; }

/*
 * Lists
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

/*
 * Links
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #2bc5d9;
  text-decoration-skip: ink;
  text-decoration: none; }
  a:hover {
    opacity: 0.8;
    text-decoration: none; }

/**
 * Titles
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: roboto, sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 25px 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:visited,
    h2 a:visited,
    h3 a:visited,
    h4 a:visited,
    h5 a:visited,
    h6 a:visited {
      color: inherit; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #2bc5d9; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 600; }

.subheading {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .subheading {
      font-size: 2.0rem;
      margin-bottom: 12.5px; } }

.title-large {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.43; }
  @media only screen and (max-width: 575px) {
    .title-large {
      font-size: 3.4rem; } }

.title-medium {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.43;
  margin-bottom: 15.625px; }
  @media only screen and (max-width: 575px) {
    .title-medium {
      font-size: 3.4rem; } }

.title-small {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 1.43;
  margin-bottom: 9.61538px; }

h2 {
  font-size: 3.6rem;
  font-weight: 700; }

h3 {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 8.33333px; }

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 12.5px; }

h5, h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 12.5px; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

html {
  box-sizing: border-box; }

.form-notice-required {
  font-size: 1.6rem;
  font-style: italic;
  color: #98A3A9; }

.form-col1,
.form-col2 {
  width: 48.71%; }

.form-col1 {
  float: left; }

.form-col2 {
  float: right; }

.form-col-full {
  float: none; }

.form-section {
  clear: both; }
  .form-section:last-of-type {
    margin-bottom: 25px; }
    .form-section:last-of-type .form-col1 input,
    .form-section:last-of-type .form-col2 input {
      margin-bottom: 0; }

input {
  margin-bottom: 12.5px; }

input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 0; }

input[type="submit"] {
  margin: 0 !important;
  border: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  font-size: 1.5rem;
  background: #f3f2f1;
  border-radius: 5px;
  padding: 12px 12px;
  color: #415D6C;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15); }

/**
 * Media
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
img,
picture {
  margin: 0;
  height: auto;
  max-width: 100%; }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

/**
 * Blocks - Main vertical spacing container for major elements
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.block {
  padding: 65px 0; }
  .block p:last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .block {
      padding: 25px 0; } }

.block-bottom {
  padding-bottom: 65px; }

.block-top {
  padding-top: 65px; }

/**
 * Footer
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.site-footer {
  background: #292827; }
  .site-footer p {
    color: #ffffff; }
  .site-footer .title-medium {
    color: #ffffff; }
  .site-footer .site-footer--bottom {
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding: 25px 0; }

/**
 * Grid
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.grid-container-12col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px; }

.grid-container-16col {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px; }

/**
 * Columns
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.col-1 {
  grid-column: span 1; }

.col-2 {
  grid-column: span 2; }

.col-3 {
  grid-column: span 3; }
  @media only screen and (min-width: 576px) and (max-width: 1199px) {
    .col-3 {
      grid-column: span 6; } }

.col-4 {
  grid-column: span 4; }

.col-5 {
  grid-column: span 5; }

.col-6 {
  grid-column: span 6; }

.col-7 {
  grid-column: span 7; }

.col-8 {
  grid-column: span 8; }

.col-9 {
  grid-column: span 9; }

.col-10 {
  grid-column: span 10; }

.col-11 {
  grid-column: span 11; }

.col-12 {
  grid-column: span 12; }

.col-centered {
  grid-column: 3 / span 8; }
  @media only screen and (max-width: 1199px) {
    .col-centered {
      grid-column: span 12; } }

@media only screen and (min-width: 1200px) {
  .col-offset-1 {
    grid-column: 2 / span 3; } }

@media only screen and (max-width: 575px) {
  .block .col-1,
  .block .col-2,
  .block .col-3,
  .block .col-4,
  .block .col-5,
  .block .col-6,
  .block .col-7,
  .block .col-8,
  .block .col-9,
  .block .col-10,
  .block .col-11,
  .block .col-12,
  .block-top .col-1,
  .block-top .col-2,
  .block-top .col-3,
  .block-top .col-4,
  .block-top .col-5,
  .block-top .col-6,
  .block-top .col-7,
  .block-top .col-8,
  .block-top .col-9,
  .block-top .col-10,
  .block-top .col-11,
  .block-top .col-12,
  .block-bottom .col-1,
  .block-bottom .col-2,
  .block-bottom .col-3,
  .block-bottom .col-4,
  .block-bottom .col-5,
  .block-bottom .col-6,
  .block-bottom .col-7,
  .block-bottom .col-8,
  .block-bottom .col-9,
  .block-bottom .col-10,
  .block-bottom .col-11,
  .block-bottom .col-12 {
    grid-column: span 6; } }

@media only screen and (max-width: 575px) {
  .block .col-1,
  .block .col-2,
  .block .col-3,
  .block .col-4,
  .block .col-5,
  .block .col-6,
  .block .col-7,
  .block .col-8,
  .block .col-9,
  .block .col-10,
  .block .col-11,
  .block .col-12,
  .block-top .col-1,
  .block-top .col-2,
  .block-top .col-3,
  .block-top .col-4,
  .block-top .col-5,
  .block-top .col-6,
  .block-top .col-7,
  .block-top .col-8,
  .block-top .col-9,
  .block-top .col-10,
  .block-top .col-11,
  .block-top .col-12,
  .block-bottom .col-1,
  .block-bottom .col-2,
  .block-bottom .col-3,
  .block-bottom .col-4,
  .block-bottom .col-5,
  .block-bottom .col-6,
  .block-bottom .col-7,
  .block-bottom .col-8,
  .block-bottom .col-9,
  .block-bottom .col-10,
  .block-bottom .col-11,
  .block-bottom .col-12 {
    grid-column: span 12; } }

/**
 * Header
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.site-header {
  will-change: transform;
  transition: all 200ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0; }
  @media only screen and (max-width: 575px) {
    .site-header {
      padding: 12.5px 0; } }

.site-logo {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .site-logo img {
    max-width: 175px;
    display: block; }
    @media only screen and (max-width: 575px) {
      .site-logo img {
        max-width: 145px; } }

/**
 * Headroom
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.headroom--not-top {
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025);
  display: block; }
  @media only screen and (max-width: 575px) {
    .headroom--not-top {
      padding: 12.5px 0; } }

/**
 * Layout
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.content-wrapper, .content-wrapper-small {
  position: relative;
  max-width: 1550px;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px; }
  @media only screen and (max-width: 575px) {
    .content-wrapper, .content-wrapper-small {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

.content-wrapper-small {
  max-width: 1400px; }

/**
 * Main Navigation Wrapper
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.site-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 500; }
  @media only screen and (max-width: 1199px) {
    .site-nav {
      display: none; } }
  .site-nav li {
    margin-right: 38px; }
    .site-nav li:last-of-type {
      margin-right: 0; }
  .site-nav a {
    color: #333333; }

.hide {
  display: none !important; }

/**
 * Mobile Navigation
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
@media only screen and (min-width: 1200px) {
  .site-mobile {
    display: none; } }

.mobile-open,
.mobile-close {
  cursor: pointer; }

.mobile-open {
  padding-top: 8px; }

.mobile-close {
  padding-top: 17px;
  float: right; }
  @media only screen and (max-width: 575px) {
    .mobile-close {
      padding-top: 20px;
      padding-right: 12.5px; } }

.mobile-menu.is-visible {
  display: block; }

.mobile-menu {
  display: none;
  background: #00767e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 576px) {
    .mobile-menu {
      padding: 25px 50px; } }
  .mobile-menu ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center; }
    .mobile-menu ul li {
      padding: 0;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-menu ul li:first-of-type a {
        padding-top: 0; }
      .mobile-menu ul li:last-of-type {
        margin-bottom: 0;
        border-bottom: none; }
      .mobile-menu ul li a {
        color: #ffffff;
        padding: 12.5px 0;
        display: block; }
        @media only screen and (max-width: 575px) {
          .mobile-menu ul li a {
            padding: 12.5px; } }

.mobile-menu .sub-menu li {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/**
 * Buttons
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.btn-large, input[type="submit"],
.btn-load-more {
  background: #ff7900;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-align: center; }
  .btn-large:hover, input:hover[type="submit"],
  .btn-load-more:hover {
    color: #ffffff;
    background: #EB6F00;
    opacity: 1; }

.btn-large, input[type="submit"] {
  width: 100%;
  display: inline-block; }

.btn-load-more {
  width: 230px;
  display: block;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto; }

.bg-alt {
  background: #F8F5F0; }

/**
 * View Story Popup
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.viewstory-popup {
    visibility: hidden;
    opacity: 0;
}

    .viewstory-popup .popup-content-wrapper {
        border: none !important;
    }

    .viewstory-popup.is-visible {
        visibility: visible;
        opacity: 1;
    }


/**
 * Add Story Popup
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.addstory-popup {
  visibility: hidden;
  opacity: 0; }
  .addstory-popup .popup-content-wrapper {
    border: none !important; }

.addstory-popup.is-visible {
  visibility: visible;
  opacity: 1; }

/**
 * Story Popup
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.story-popup {
  visibility: hidden;
  opacity: 0; }
  .story-popup p:last-of-type {
    margin-bottom: 0; }

.story-popup.is-visible {
  visibility: visible;
  opacity: 1; }

/**
 * Popup Elements
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.popup {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 300ms;
  overflow: hidden;
  overflow-y: scroll; }

.icon-close {
  position: absolute;
  top: 19px;
  right: 15px;
  max-width: 20px;
  cursor: pointer; }

.popup-content-wrapper {
  margin-top: 50px;
  position: relative;
  padding: 25px 25px 25px 35px;
  max-width: 750px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 1.7rem; }
  .popup-content-wrapper .icon-leaf {
    top: 20px; }
  .popup-content-wrapper .story-name {
    font-size: 2.6rem; }
  .popup-content-wrapper .story-content {
    font-size: inherit; }

/**
 * Edit Story Popup
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.editstory-popup {
  visibility: hidden;
  opacity: 0; }

.editstory-popup .popup-content-wrapper {
  border: none !important; }

.editstory-popup.is-visible {
  visibility: visible;
  opacity: 1; }

/**
 * Helpers
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.overflow-hidden {
  overflow: hidden; }

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

.stick {
  z-index: 777; }
  @media only screen and (max-width: 575px) {
    .stick .homepage-cta {
      position: relative !important;
      top: 0 !important; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

.justify-space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-align-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    justify-content: center;
}


/**
 * Pages
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.page-header {
  margin: 150px 0 50px; }
  @media only screen and (max-width: 575px) {
    .page-header {
      margin: 100px 0 25px; } }
  .page-header h1, .page-header h2, .page-header h3 {
    margin-bottom: 0; }
  .page-header p {
    font-size: 1.7rem;
    color: #98A3A9; }
    .page-header p:last-of-type {
      margin-bottom: 0; }

.privacy-notice p {
  font-size: 1.6rem; }

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

.privacy-notice .title-medium {
  font-size: 3.0rem; }

.privacy-notice ul, .privacy-notice ol {
  font-size: 1.6rem; }

.privacy-notice ul {
  list-style-type: disc;
  padding-left: 25px; }

.privacy-notice li {
  margin-bottom: 8.33333px;
  list-style-position: outside; }
  .privacy-notice li:last-of-type {
    margin-bottom: 0; }

.privacy-notice .anchor {
  padding-top: 25px; }

.privacy-notice table {
  margin-bottom: 40px; }

.privacy-notice table, .privacy-notice th, .privacy-notice td {
  font-size: 1.6rem;
  border: 1px solid black; }

.privacy-notice th, .privacy-notice td {
  padding: 15px; }

/**
 * Homepage Hero
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.hero {
  position: relative;
  width: 100%;
  height: 840px;
  background: url(images/bg-hero.svg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 576px) and (max-width: 1199px) {
    .hero {
      background-position: 59% 132px; } }
  @media only screen and (max-width: 575px) {
    .hero {
      background-position: 70% 120px; } }
  .hero .telecommunicator-amount {
    margin-top: 25px;
    color: #2bc5d9; }
  .hero .telecommunicator-label {
    font-size: 1.7rem;
    color: #98A3A9; }
  @media only screen and (max-width: 575px) {
    .hero .col-6 {
      grid-column: span 12; } }

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .hero--content-wrapper {
    position: absolute;
    top: 39%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@media only screen and (min-width: 1200px) {
  .hero--content-wrapper {
    position: absolute;
    top: 47%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@media only screen and (max-width: 575px) {
  .hero--content-wrapper {
    margin-top: 125px;
    text-align: center; } }

/**
 * Homepage CTA
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.homepage-cta {
  position: relative;
  z-index: 777;
  background: #00767e;
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.025); }
  .homepage-cta .btn-large, .homepage-cta input[type="submit"] {
    width: 100%; }
  .homepage-cta .subheading {
    font-weight: 500; }
  @media only screen and (max-width: 575px) {
    .homepage-cta {
      position: relative !important; }
      .homepage-cta p {
        float: left; }
      .homepage-cta .btn-large, .homepage-cta input[type="submit"] {
        float: left;
        width: 100%; } }

.homepage-cta--content.grid-container-12col {
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px; }

.homepage-cta--content {
  padding: 10px 0; }
  .homepage-cta--content .subheading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
    float: left; }
  .homepage-cta--content .btn-large, .homepage-cta--content input[type="submit"] {
    float: right; }
  @media only screen and (min-width: 576px) and (max-width: 1199px) {
    .homepage-cta--content .col-10 {
      grid-column: span 9; }
    .homepage-cta--content .col-2 {
      grid-column: span 3;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 575px) {
    .homepage-cta--content .col-10 {
      grid-column: span 12; }
    .homepage-cta--content .col-2 {
      grid-column: span 12; } }

/**
 * Featured Stories
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.homepage-stories {
  background: #F8F5F0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.homepage-stories--intro {
  margin-bottom: 65px; }

.story.col-3:hover {
    cursor:pointer;
}

.story {
    -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.07);
    cursor: default;
    font-size: 1.7rem;
    border-radius: 5px;
    background: #ffffff;
    padding: 25px 25px 25px 35px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
  .story:hover {
    margin-top: -10px; }
  @media only screen and (max-width: 575px) {
    .story {
      margin-left: 16.66667px; } }

.story--name {
  font-size: 2.3rem;
  letter-spacing: -0.2px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 0; }

.story--psap, #div_psap, #div_story {
    color: #98A3A9;
}

.story--location, story--story {
    padding-top: 8.33333px;
}

.story--read {
    width: 75%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: .8em;
    padding-top: 20px;
    color: #98A3A9; }

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .story.col-3 {
    grid-column: span 6; } }

@media only screen and (max-width: 575px) {
  .story.col-3 {
    grid-column: span 12; } }

.icon-leaf {
  background-image: url("images/icon-leaf.svg");
  background-color: #2bc5d9;
  background-repeat: no-repeat;
  background-position: 2px 5px;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  position: absolute;
  left: -28px;
  top: 16px; }

[data-color='medium-blue'] {
  border: 1px solid #2bc5d9; }
  [data-color='medium-blue'] .icon-leaf {
    background-color: #2bc5d9; }

[data-color='dark-blue'] {
  border: 1px solid #00767e; }
  [data-color='dark-blue'] .icon-leaf {
    background-color: #00767e; }

[data-color='medium-orange'] {
  border: 1px solid #ffb02e; }
  [data-color='medium-orange'] .icon-leaf {
    background-color: #ffb02e; }

[data-color='dark-orange'] {
  border: 1px solid #ff7900; }
  [data-color='dark-orange'] .icon-leaf {
    background-color: #ff7900; }

/**
 * Supporter Logos
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.supporter-logos {
  margin-top: 37.5px; }

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .supporter-logo-row {
    margin-bottom: 25px; } }

.supporter-logo-row-1 img {
  width: 90%; }

@media only screen and (max-width: 1199px) {
  .supporter-logo-row-2 {
    margin-top: 25px; } }

.supporter-logo-row-2 img {
  /*width: 65%; */}

@media only screen and (min-width: 1200px) {
  .supporter-logo-row-2 .left-offset {
    margin-left: 125px; } }

@media only screen and (min-width: 1200px) {
  .supporter-logo-row-2 .right-offset {
    margin-right: 175px; } }

.supporter-logo {
  text-align: center; }
  .supporter-logo img {
    opacity: 0.55;
    display: inline-block; }
    @media only screen and (min-width: 576px) and (max-width: 1199px) {
      .supporter-logo img {
        width: 70%; } }
    @media only screen and (max-width: 575px) {
      .supporter-logo img {
        opacity: 0.65;
        width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .supporter-logo.col-4 {
    grid-column: span 6; } }

@media only screen and (max-width: 575px) {
  .supporter-logo.col-4 {
    grid-column: span 12; } }

@media only screen and (min-width: 1200px) {
  .hide-for-large {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .hide-for-small {
    display: none; } }

@media only screen and (min-width: 576px) {
  .supporter-logo-dod {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; } }

.dod {
  font-size: 2.4rem;
  color: #98A3A9;
  text-align: center; }
  @media only screen and (max-width: 575px) {
    .dod {
      margin-top: 25px;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1200px) {
    .dod {
      margin-top: 75px; } }
