@charset "UTF-8";
@font-face {
  font-family: "DidotDisplay-Bold";
  src: url("/wp-content/themes/paidleaveforall/webfonts/DidotDisplayBold/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/DidotDisplayBold/font") format("woff2");
}
@font-face {
  font-family: "BrandonGrotesqueWeb-Black";
  src: url("/wp-content/themes/paidleaveforall/webfonts/BrandonGrotesqueWebBlack/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/BrandonGrotesqueWebBlack/font") format("woff2");
}
@font-face {
  font-family: "AvenirLTPro-Book";
  src: url("/wp-content/themes/paidleaveforall/webfonts/AvenirLTProBook/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/AvenirLTProBook/font") format("woff2");
}
/* Colors */
.footer {
  padding: 2rem;
}
@media (min-width: 48em) {
  .footer {
    padding: 2rem 2rem;
  }
}
@media (min-width: 64em) {
  .footer {
    padding: 4rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .footer {
    padding: 5rem 2rem;
  }
}
@media (min-width: 100em) {
  .footer {
    padding: 6rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .footer {
    padding: 7rem 2rem;
  }
}

/******************** Brandon's Common Things **************/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted; /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}
textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! 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, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 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;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.header.reveal {
  opacity: 1;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 93.75em;
  margin: 0 auto;
  padding: 0.75rem;
}
@media (min-width: 48em) {
  .header-wrap {
    padding: 1rem;
  }
}
.header-logo {
  width: 40%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .header-logo {
    width: 12vw;
  }
}
.header-logo-svg {
  width: 100%;
}
.header-logo-line {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header-logo:hover .blue-fill {
  fill: #78AEAB;
}
.header-logo:hover .green-fill {
  fill: #113E5E;
}
.header-logo:hover .header-logo-line {
  width: 3rem;
}
.header-nav {
  background: #113E5E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 64em) {
  .header-nav {
    background: transparent;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2rem;
    opacity: 1;
    visibility: visible;
  }
}
.header-nav li:nth-child(5) {
  margin-left: 0;
}
.header-nav li:nth-child(6) {
  margin-left: auto;
}
.header-nav-list {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 1rem;
  list-style: none;
}
@media (min-width: 64em) {
  .header-nav-list {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-nav-item {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 48em) {
  .header-nav-item {
    color: #113E5E;
  }
}
@media (min-width: 64em) {
  .header-nav-item {
    padding: 1rem 1.25rem 0.25rem;
  }
}
.header-nav-item.donate {
  padding: 0;
}
@media (min-width: 64em) {
  .header-nav-item.donate {
    margin-left: 1rem;
  }
}
.header-nav-item.donate a {
  background: #78AEAB;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  color: #fff;
  padding: 1.1rem 1rem 0.9rem;
}
@media (min-width: 48em) {
  .header-nav-item.donate a {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  .header-nav-item.donate a {
    display: block;
  }
}
.header-nav-item.donate a:before {
  display: none;
}
.header-nav-item.donate a:hover {
  background: #113E5E;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.header-nav-item.donate a:active {
  background: #fff;
  color: #113E5E;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 64em) {
  .header-nav-item.donate a:active {
    background: #113E5E;
  }
}
.header-nav-link {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 1rem;
  display: table;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .header-nav-link {
    color: #113E5E;
    padding: 0;
    display: block;
  }
  .header-nav-link:before {
    width: 100%;
    height: 0.2rem;
    display: block;
    content: "";
    background: #113E5E;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
.header-nav-link:hover {
  color: #78AEAB;
}
@media (min-width: 64em) {
  .header-nav-link:hover {
    padding-bottom: 0.5rem;
    color: #78AEAB;
  }
  .header-nav-link:hover:before {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
.header-nav-link:active {
  background: #fff;
  color: #78AEAB;
}
@media (min-width: 64em) {
  .header-nav-link:active {
    background: transparent;
    padding-bottom: 0.25rem;
    color: #78AEAB;
  }
  .header-nav-link:active:before {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
.header-nav-social {
  width: 3.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .header-nav-social {
    display: inline-block !important;
  }
}
@media (min-width: 64em) {
  .header-nav-social {
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.header-nav-social-link {
  padding: 0.5rem;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.header-nav-social-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header-nav-social:first-of-type {
  margin-left: auto;
}
.header-nav-social-svg {
  fill: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  width: 100%;
  max-height: 2rem;
}
@media (min-width: 64em) {
  .header-nav-social-svg {
    fill: #113E5E;
  }
}
.header-nav-social:hover .header-nav-social-svg {
  fill: #fff;
}
@media (min-width: 64em) {
  .header-nav-social:hover .header-nav-social-svg {
    fill: #78AEAB;
  }
}

.display-menu .header-nav {
  opacity: 1;
  visibility: visible;
}

.fixed .header {
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.fixed .header-logo {
  width: 30%;
  display: block;
}
@media (min-width: 48em) {
  .fixed .header-logo {
    width: 8vw;
  }
}

.menu-trigger {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 0;
  z-index: 2000;
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 64em) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #113E5E;
}
.menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  width: 14px;
}
.menu-trigger:hover .menu-trigger-label {
  color: #113E5E;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.menu-trigger:focus-visible {
  outline: 2px solid #113E5E;
}
.menu-trigger:active {
  outline: 0 solid #113E5E;
}

.hamburger {
  padding: 0 0.15rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 10000;
}
.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  width: 20px;
  margin-top: -1px;
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 3px;
  background-color: #113E5E;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  transition-property: transform, width, background-color;
  transition-property: transform, width, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  width: 20px;
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
}
.hamburger-inner:after {
  bottom: -6px;
  -webkit-transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.display-menu .menu-trigger .hamburger-inner, .display-menu .menu-trigger .hamburger-inner:before, .display-menu .menu-trigger .hamburger-inner:after {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}
@media (min-width: 48em) {
  .display-menu .menu-trigger .hamburger-inner, .display-menu .menu-trigger .hamburger-inner:before, .display-menu .menu-trigger .hamburger-inner:after {
    background-color: #fff;
  }
}
@media (min-width: 48em) {
  .display-menu .menu-trigger:hover .hamburger-inner, .display-menu .menu-trigger:hover .hamburger-inner:before, .display-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #fff;
  }
}
.display-menu .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}
.display-menu .hamburger-inner, .display-menu .hamburger-inner:before, .display-menu .hamburger-inner:after {
  width: 20px !important;
  background-color: #fff;
}
.display-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.display-menu .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer {
  padding-top: 3rem;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .footer {
    padding-top: 0;
  }
}
.footer.reveal {
  opacity: 1;
}
.footer-logo {
  display: block;
  width: 6rem;
  margin: 0 auto;
}
.footer-logo-svg {
  width: 100%;
}
.footer-logo:hover .blue-fill {
  fill: #78AEAB;
}
.footer-logo:hover .green-fill {
  fill: #113E5E;
}
.footer-nav {
  display: block;
  margin: 2rem auto 0;
}
.footer-nav-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
}
@media (min-width: 48em) {
  .footer-nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-nav-item {
  padding: 0;
}
@media (min-width: 48em) {
  .footer-nav-item {
    padding: 1rem;
  }
}
.footer-nav-link {
  display: table;
  margin: 0.25rem auto;
  padding: 0.75rem;
  font-weight: 600;
  color: #113E5E;
  text-transform: uppercase;
  font-size: 1.05rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}
@media (min-width: 48em) {
  .footer-nav-link {
    font-size: 1.1rem;
    padding: 0;
  }
}
@media (min-width: 64em) {
  .footer-nav-link {
    display: block;
    font-size: 1.15rem;
  }
}
.footer-nav-link:before {
  width: 100%;
  height: 0.2rem;
  display: block;
  content: "";
  background: #113E5E;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.footer-nav-link:hover {
  color: #78AEAB;
}
.footer-nav-link:hover:before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.footer-social {
  margin: 2rem auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-social-link {
  background: #113E5E;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0 0.75rem;
  margin: 0 0.2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .footer-social-link {
    width: 4rem;
    height: 4rem;
    padding: 0.5rem 1rem;
  }
}
.footer-social-link:hover {
  background: #0d3048 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-social-svg {
  width: 100%;
  max-height: 3rem;
  fill: #fff;
}
.footer-disclaimer {
  margin-top: 2rem;
  display: block;
}
@media (min-width: 48em) {
  .footer-disclaimer {
    margin-top: 3rem;
  }
}
@media (min-width: 64em) {
  .footer-disclaimer {
    font-size: 1rem;
    margin-top: 4rem;
  }
}
.footer-disclaimer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.footer-disclaimer li {
  padding: 0;
  margin: 0;
  display: inline;
}
.footer-disclaimer a {
  color: #505050;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.footer-disclaimer a:hover {
  color: #113E5E;
}
.footer-disclaimer a:before {
  content: "|";
  padding: 0 0.5rem;
}

@media (min-width: 48em) {
  .full-width .footer {
    padding-top: 3rem;
  }
}

.news-feed {
  max-width: 93.75em;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .news-feed-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .news-feed-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-item {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (max-width: 48em) {
  .news-item:nth-child(even) {
    background: rgba(120, 174, 171, 0.1);
  }
}
@media (min-width: 48em) {
  .news-item {
    margin-top: 0;
  }
  .news-item:nth-child(8n+3), .news-item:nth-child(8n+5), .news-item:nth-child(8n+7) {
    background: rgba(120, 174, 171, 0.1);
  }
}
@media (min-width: 64em) {
  .news-item:nth-child(8n+3), .news-item:nth-child(8n+5), .news-item:nth-child(8n+7) {
    background: #fff;
  }
  .news-item:nth-child(8n+2), .news-item:nth-child(8n+4), .news-item:nth-child(8n+5), .news-item:nth-child(8n+7) {
    background: rgba(120, 174, 171, 0.1);
  }
  .news-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .news-item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .news-item:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.news-item.reveal {
  opacity: 1;
  -webkit-transition-delay: none !important;
          transition-delay: none !important;
}
.news-item:hover {
  background: rgba(120, 174, 171, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item-link {
  display: block;
  color: #505050;
  padding: 1.25rem;
}
@media (min-width: 48em) {
  .news-item-link {
    padding: 1.5rem;
  }
}
@media (min-width: 64em) {
  .news-item-link {
    padding: 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-link {
    padding: 2.5rem;
  }
}
@media (min-width: 100em) {
  .news-item-link {
    padding: 3rem;
  }
}
.news-item-source {
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.news-item-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .news-item-headline {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) {
  .news-item-headline {
    font-size: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-headline {
    font-size: 1.8rem;
  }
}
@media (min-width: 100em) {
  .news-item-headline {
    font-size: 2rem;
  }
}
.news-item-blurb {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .news-item-blurb {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .news-item-blurb {
    font-size: 0.9rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-blurb {
    font-size: 1rem;
  }
}
@media (min-width: 100em) {
  .news-item-blurb {
    font-size: 1.15rem;
  }
}
.news-item-more {
  text-transform: uppercase;
  font-weight: 700;
  display: table;
  margin: 0.75rem auto 0;
  padding: 0.7rem 0.75rem 0.35rem;
  font-size: 0.85rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: #FAAE75;
  color: #113E5E !important;
}
@media (min-width: 48em) {
  .news-item-more {
    font-size: 0.9rem;
  }
}
@media (min-width: 64em) {
  .news-item-more {
    font-size: 1rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-more {
    font-size: 1.075rem;
  }
}
@media (min-width: 100em) {
  .news-item-more {
    font-size: 1.15rem;
  }
}
.news-item:hover .news-item-headline {
  color: #113E5E;
}
.news-item:hover .news-item-more {
  background: #113E5E;
  color: #FAAE75 !important;
}

.interior .news-feed {
  padding-bottom: 2rem;
}
@media (min-width: 48em) {
  .interior .news-feed {
    padding-bottom: 2rem;
  }
}
@media (min-width: 64em) {
  .interior .news-feed {
    padding-bottom: 4rem;
  }
}
@media (min-width: 81.25em) {
  .interior .news-feed {
    padding-bottom: 5rem;
  }
}
@media (min-width: 100em) {
  .interior .news-feed {
    padding-bottom: 6rem;
  }
}
@media (min-width: 112.5em) {
  .interior .news-feed {
    padding-bottom: 7rem;
  }
}

.stories-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
}
@media (min-width: 48em) {
  .stories-list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.stories-item {
  background: #113E5E;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.stories-item.reveal {
  opacity: 1;
}
.stories-item:nth-child(3), .stories-item:nth-child(4), .stories-item:nth-child(7) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
@media (min-width: 48em) {
  .stories-item:nth-child(2), .stories-item:nth-child(7) {
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  .stories-item:nth-child(3), .stories-item:nth-child(6) {
    -webkit-transition-delay: 0.4s !important;
            transition-delay: 0.4s !important;
  }
  .stories-item:nth-child(4), .stories-item:nth-child(5) {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
  }
}
.stories-item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000;
  color: #fff;
}
.stories-item-aspect {
  padding-top: 100%;
}
.stories-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .stories-item-text {
    padding: 1rem;
  }
}
@media (min-width: 64em) {
  .stories-item-text {
    padding: 1.5rem;
  }
}
.stories-item-headline {
  display: block;
  margin-bottom: 0rem;
  font-weight: 200;
  font-size: 1.15rem;
  line-height: 1;
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
}
@media (min-width: 48em) {
  .stories-item-headline {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .stories-item-headline {
    font-size: 1.15rem;
  }
}
@media (min-width: 81.25em) {
  .stories-item-headline {
    font-size: 1.25rem;
  }
}
@media (min-width: 100em) {
  .stories-item-headline {
    font-size: 1.35rem;
  }
}
.stories-item-headline-name {
  font-weight: 700;
}
.stories-item-details {
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.stories-item-blurb {
  display: block;
  font-weight: 200;
  font-size: 0.85rem;
}
@media (min-width: 48em) {
  .stories-item-blurb {
    font-size: 0.9rem;
  }
}
@media (min-width: 64em) {
  .stories-item-blurb {
    font-size: 1rem;
  }
}
@media (min-width: 81.25em) {
  .stories-item-blurb {
    font-size: 1.05rem;
  }
}
@media (min-width: 100em) {
  .stories-item-blurb {
    font-size: 1.1rem;
  }
}
.stories-item-more {
  display: table;
  margin: 0 auto;
  margin-top: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0.25rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .stories-item-more {
    font-size: 1.075rem;
  }
}
@media (min-width: 64em) {
  .stories-item-more {
    font-size: 1.15rem;
  }
}
.stories-item-more:hover {
  background: #FAAE75;
  color: #113E5E;
}
.stories-item-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: #78AEAB;
  opacity: 0.6;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.stories-item:nth-child(even) {
  background: #FAAE75;
}
@media (min-width: 48em) {
  .stories-item:hover .stories-item-text {
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .stories-item:hover .stories-item-details {
    max-height: 10rem;
    opacity: 1;
    margin-top: 1rem;
  }
}
.stories-item:hover .stories-item-photo {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 48em) {
  .interior .stories-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.interior .stories-item {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

html {
  position: relative;
}

body {
  background-color: #fff;
  font-family: "AvenirLTPro-Book", sans-serif;
  color: #505050;
  text-align: center;
}
body.mobile-menu-active {
  overflow: hidden;
}

.fill-svg,
.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.fill-svg:focus,
.screen-reader:focus {
  background: #78AEAB;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #78AEAB;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  width: 100%;
  color: #fff;
  display: block;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.skip-to-main:focus {
  max-height: 3rem;
  outline: 2px solid #78AEAB;
  padding: 0.5rem;
  z-index: 1000000;
}

.blue-fill {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  fill: #113E5E;
}

.green-fill {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  fill: #78AEAB;
}

.button {
  background-color: #dc9e30;
  display: inline-block;
  padding: 0.65rem 1rem 0.5rem;
  margin: 0 auto;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.button-text {
  color: #0D252D;
  text-transform: uppercase;
}
.button:hover {
  background-color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}