/*!
Theme Name: Washington Health Alliance
Theme URI: http://underscores.me/
Author: Bizango
Author URI: http://www.bizango.com
Description: Bizango Base Theme based off underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bz_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bizango Base 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("./assets/css/mobile-menu.css") only screen and (max-width: 1000px);
:root {
  --textDark: 31,70,102;
  --textLight: 255, 255, 255;
  --textGold: 200,173,67;
  --textBlue: 114,177,224;
  --dBlue: 31,70,102;
  --lBlue: 114,177,224;
  --lGray: 246,250,254;
  --primary: 31,70,102;
  --secondary: 114,177,224;
  --tertiary: 246,250,254;
  --pageFrame: 1282px;
  --maxWidth: 2000px;
  --padLess: 3.125em;
  --padNorm: 4.375em;
  --padMore: 5.75em;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* SKIP TO NAV */
.skip-content-container:focus,
.skip-content-container:focus-within {
  background-color: #34b9a5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 0px;
  width: auto;
  z-index: 100000;
}
.skip-content-container {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 1px;
  word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content-container:focus-within {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__li--skip-to {
  list-style: none;
  margin: 0 5px;
}
.nav__li--skip-to:last-child {
  margin-bottom: 0px;
}
.skip-content-container .skip-link {
  color: #fff !important;
  font-weight: 700;
}
/* Do not show the outline on the skip link target. */
#main_content[tabindex="-1"]:focus {
  outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible .focus-visible,
.js-focus-visible .slick-arrow.focus-visible {
  outline: 2px solid red !important;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* GENERAL */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-position: outside;
}
html,
body {
  /* height: 100%; */
  scroll-behavior: smooth;
}
html {
  visibility: visible !important;
}
body,
body.page {
  background-color: #fff;
  /* height: auto; */
  margin: 0 auto;
  max-width: var(--maxWidth);
  /* position: relative; */
  /* overflow: auto !important; */
  /* width: 100%; */
  /* z-index: 0; */
}
div.site {
  display: block;
  margin: 0 auto;
  max-width: var(--maxWidth);
  overflow-x: hidden;
  position: relative;
}
.page_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--pageFrame);
  padding: 0 20px;
  width: 100%;
}
/* PADDING */
.block.padding-top__less {
  padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
  padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
  padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
  padding-top: 7.5rem;
}
.block.padding-bottom__less {
  padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
  padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .block.padding-top__less,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 1.5rem;
  }
  .block.padding-top__normal,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 2em;
  }
  .block.padding-top__more,
  .block.hero-padding-top__normal,
  .block--hero.padding-top__normal {
    padding-top: 2.5em;
  }
  .block.hero-padding-top__more {
    padding-top: 3rem;
  }
  .block.padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  .block.padding-bottom__normal,
  .block.hero-padding-bottom__less,
  .block--hero.padding-bottom__less {
    padding-bottom: 2em;
  }
  .block.padding-bottom__more,
  .block.hero-padding-bottom__normal,
  .block--hero.padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .block.hero-padding-bottom__more,
  .block--hero.padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/* HEADER/FOOTER */
.header {
  max-width: var(--maxWidth);
  /* padding-top: 20px; */
  /* position: absolute; */
  position: relative;
  top: 0;
  width: 100%;
  /* z-index: 9; */
}
.header__bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45,56,67,0.5)), to(rgba(45,56,67,0)));
  background-image: linear-gradient(to bottom, rgba(45,56,67,0.5), rgba(45,56,67,0));
  height: 140px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.header__frame,
.footer__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
}
.header__logo,
.footer__logo {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  z-index: 10;
}
.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(var(--dBlue));
  margin-bottom: -20px;
  max-width: 270px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.header__logo::before {
  background-color: rgb(var(--dBlue));
  content: "";
  height: calc(100% + 1px);
  position: absolute;
  right: -75px;
  top: 0;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 100vw;
  z-index: -1;
}
.header__logo-img,
.footer__logo-img {
  display: block;
  max-width: 270px;
  min-width: 200px;
  width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  width: auto;
  z-index: 5;
}
.header__mobile-nav-toggle {
  color: var(--links);
  display: none;
  z-index: 1;
}
.header__nav-wrapper--desk {
  position: relative;
}
/* --------------------------------------------- NAV */
.nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* NAV ELEMENTS */
.nav__li {
  line-height: 1em;
  list-style: none;
  padding: 10px 25px;
  position: relative;
}
.subnav-button-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__a {
  display: inline-block;
}
.nav__a.has-subnav {
  padding-right: 5px;
}
.button--expand-nav {
  background: none;
  border: 0;
  display: none;
  margin: 0 5px;
  padding: 0;
}
.nav--subnav .button--expand-nav {
  position: relative;
  right: 10px;
}
.header__nav-wrapper--desk .button--expand-nav {
  display: inline-block;
  /* display: none; */
  left: -16px;
  position: relative;
}
.header__nav-wrapper--desk .button--expand-nav::after {
  color: rgb(var(--textDark)) !important;
  content: "\e801";
  display: inline-block;
  font-family: "icon";
  font-size: 0.8em;
  line-height: 0.8em;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.active > .button--expand-nav::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* NAV MODIFIERS */
#header__nav--mobile,
header .nav.nav--mobile {
  display: none;
}
.nav--subnav {
  background-color: #f6fafe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;

  position: absolute;
  top: 100%;
}
.nav__li[data-nav-level="0"] > .nav--subnav {
  max-width: 150%;
  min-width: calc(100% + 20px);
  padding: 0;
}
.nav--subnav > .nav__li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav--subnav > .nav__li:hover,
.nav--subnav > .nav__li:focus {
  background-color: #e4e9ee;
}
.nav--subnav .nav__a {
  text-transform: none;
}
.nav--subnav .nav--subnav {
  background-color: transparent;
  left: -10px;
  position: relative;
  top: auto;
  padding: 10px 0 0 10px;
}
.nav--subnav .nav--subnav .nav__li {
  padding: 0;
}
/* HEADER NAV */
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.logged-in header {
  /* margin-bottom: -18px; */
  margin-bottom: 0;
}
/* PRIMARY HEADER */
header .nav--primary {
  margin: 0 -29px;
  position: relative;
  z-index: 1;
}
header .nav--primary > .nav__li {
  margin-bottom: 0;
  padding: 0;
}
header .nav--primary > .nav__li:hover::after,
header .nav--primary > .nav__li:focus::after,
header .nav--subnav .nav__a.subnav-current::before,
header .nav--subnav .nav__a.subnav-current::before {
  background-color: rgb(var(--lBlue));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
}
.header__nav-wrapper > .nav--primary > .nav__li:hover::after,
.header__nav-wrapper > .nav--primary > .nav__li:focus::after {
  bottom: 0;
  height: 3px;
  width: 100%;
}
header .nav--subnav .nav__a.subnav-current::before,
header .nav--subnav .nav__a.subnav-current::before {
  top: 0;
  width: 3px;
}
header .nav--primary > .nav__li > .nav__a,
header .nav--primary > .nav__li > .subnav-button-wrapper > .nav__a  {
  padding: 10px 29px;
}
header .nav--primary .nav__a,
header .nav--mobile .nav__a {
  font-size: 1.0625rem;
  font-weight: 500;
}
header .nav--primary .nav__a.current {
  border-bottom: 3px solid rgb(var(--lBlue));
}
header .nav--subnav {
  display: none;
  max-width: 195px;
  padding: 0;
  width: 100vw;
}
header .nav--subnav .nav__li {
  padding: 0;
}
header .nav--subnav .nav__a {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 12px 10px 12px 15px;
  width: 100%;
}
/* MEMBERS ONLY NAV */
header .nav.members-only {
  margin: 0 -29px;
}
.header__nav-wrapper--desk .members-only .button--expand-nav {
  left: 0;
}
/* UTILITY MENU */
#header__nav--utils {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav--utils .nav__li,
.nav--utils .nav__a {
  color: rgb(var(--textBlue));
}
.nav--utils .nav__li {
  margin-bottom: 0;
  padding: 0;
}
.nav--utils .nav__li:last-child {
  padding-right: 20px;
}
.nav--utils .nav__a {
  font-size: 0.84375rem;
  font-weight: 700;
  padding: 15px 10px 8px 10px;
}
.nav--utils .nav__a.icon {
  padding: 15px 5px 8px 5px;
}
/* SEARCH */
.search-toggle {
  background: none;
  border: 0;
}
.search-toggle > img {
  max-height: 14px;
  max-width: 14px;
}
#search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.header__nav-wrapper--desk #search-form {
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width ease 700ms;
  transition: max-width ease 700ms;
}
.header__nav-wrapper--desk #search-form.active {
  /* max-width: 275px; */
  max-width: 290px;
}
header #search-form[aria-hidden="true"] > input {
  visibility: hidden;
  -webkit-transition: visibility 0ms linear 500ms;
  transition: visibility 0ms linear 500ms;
}
#search-form input[type="submit"] {
  background: none;
  border: 1px solid currentColor;
  color: rgb(var(--lBlue));
  margin-left: 5px;
  padding: 4px;
  text-transform: capitalize;
}
main .error-404 #search-form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main .error-404 .search-toggle {
  display: none;
}
/* ICONS */
.nav .nav__a.icon {
  /* padding: 10px 4px; */
}
.nav .nav__a.icon > .title {
  font-size: 0;
}
@media only screen and (max-width: 1230px) and (min-width: 1000px) {
  .header__logo {
    padding: 10px 0;
    position: absolute;
  }
  .header__logo-img {
    max-height: 30px;
    min-width: 0;
    width: auto;
  }
  .header__nav-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 0px;
    z-index: 13;
  }
  .header__frame {
    position: static;
  }
  .header__nav-wrapper {
    z-index: auto;
  }
  .header__mobile-nav-wrapper {
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
  }
  .header__nav-wrapper--desk {
    display: none;
  }
  #header__nav--mobile {
    display: block;
  }
  .nav--mobile {
    background-color: #f6fafe;
    left: 0;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 12;
  }
  .nav--mobile .nav--subnav {
    position: relative;
  }
  .nav--mobile .nav__li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 0;
    padding: 0;
  }
  .nav--mobile .nav__a,
  .nav--mobile form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 5%;
    text-align: left;
    width: 100%;
  }
  .nav--mobile .nav__li.first-social {
    padding-left: calc(5% - 5px);
  }
  .nav--mobile .nav__li.icon {
    display: inline-block;
    width: auto;
  }
  .nav--mobile .nav__a.icon {
    padding: 10px 5px;
  }
  .nav--mobile .nav--subnav {
    background-color: #e4e9ee;
  }
  .nav--mobile .nav--subnav .nav__a {
    padding-left: 5%;
  }
  .nav--mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header__nav--mobile .plus span {
    background: rgb(var(--textDark));
  }
}
@media only screen and (max-width: 480px) {
  .header__logo::before {
    right: -20px;
  }
}
/* --------------------------------------------- FOOTER */
#footer {
  /* padding-bottom: 3rem;
  padding-top: 3rem; */
}
.footer__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__frame-left {
  background-color: rgb(var(--dBlue));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 60px 20px 20px 20px;
  position: relative;
  width: 100%;
}
.footer__frame-left::before {
  background-color: rgb(var(--dBlue));
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: calc(100vw + 20px);
  z-index: -1;
}
.footer__social-media-frame,
.footer__sponsor-links-frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer__logo,
.footer__extra-content,
.footer__social-media-frame {
  margin-bottom: 35px;
}
#footer .footer__social-media-pre-text,
#footer .footer__sponsors-pre-text {
  font-weight: 700;
  font-size: 0.84375rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#footer .footer__social-media-pre-text {
  margin: 5px 6px 5px 0;
}
#footer .footer__social-media-link {
  color: white;
  margin: 5px 6px;
}
.footer__social-media-icon {
  max-height: 40px;
  max-width: 20px;
}
.footer__sponsor-links-frame {
  margin: 0 -10px;
}
.footer__sponsor-icon {
  max-height: 70px;
  max-width: 105px;
}
#footer .footer__sponsor-link {
  color: white;
  font-size: 0;
  margin: 5px 10px;
}
.footer__frame-right {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 20px 0;
  width: 100%;
}
#footer__nav-wrapper > .nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer__nav-wrapper > .nav > .nav__li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  margin-bottom: 0;
  max-width: 155px;
  /* min-width: 180px; */
  padding: 10px 5px;
  position: relative;
}
#footer .nav__a {
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#footer .nav__li:hover{
  background: none;
}
#footer .nav--subnav {
  background: none;
  left: 5px;
  max-width: calc(100% - 5px);
  min-width: 0;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  /* top: calc(100% + 10px); */
}
#footer .nav--subnav .nav__a {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.deep-footer {
  background-color: #000;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.deep-footer__content {
  color: #888;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#bizango {
  /* background-image: url("./assets/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat; */
  color: #888;
  display: block;
  font-size: 10px;
  height: 12px;
  margin: 40px auto 25px;
  padding-bottom: 30px;
  width: 220px;
}
#bizango img {
  display: block;
  margin: 5px auto 0 auto;
}
@media only screen and (min-width: 640px) {
  #footer__nav-wrapper > .nav {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .footer__site-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__extra-content {
    margin-right: 20px;
    max-width: 40%;
  }
  .footer__social-media-frame,
  .footer__sponsor-links-frame {
    margin-left: 20px;
    margin-right: 2px;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__frame {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer__frame-left {
    max-width: 280px;
    padding: 65px 58px 65px 0;
  }
  .footer__frame-left::before {
    right: 100%;
    width: 50vw;
  }
  .footer__extra-content {
    margin-right: 0px;
    max-width: 100%;
  }
  .footer__social-media-frame,
  .footer__sponsor-links-frame {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .footer__frame-right {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 55px;
    padding-left: 20px;
  }
  #footer__nav-wrapper > .nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 2px solid #b5c4d0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer__nav-wrapper > .nav > .nav__li:first-child,
  #footer__nav-wrapper > .nav > .nav__li:first-child > .subnav-button-wrapper > .nav__a,
  #footer__nav-wrapper > .nav > .nav__li:first-child > .nav--subnav {
    left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  #footer__nav-wrapper > .nav > .nav__li {
    margin: 0 15px;
    min-width: 0px;
    max-width: 180px;
    padding: 10px 5px;
  }
  #footer .nav--subnav {
    left: 5px;
    max-height: 0;
    max-width: calc(100% + 20px);
    min-width: 0;
    /* position: absolute; */
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    /* top: calc(100% + 10px); */
    top: calc(100% + 20px);
  }
  #footer .nav--subnav > .nav__li:first-child {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer__frame-right {
    padding: 20px 0 20px 5%;
  }
  #footer__nav-wrapper > .nav > .nav__li:last-child {
    margin-right: 0;
  }
  #footer__nav-wrapper > .nav > .nav__li {
    margin: 0 15px;
    max-width: 180px;
    padding: 10px 14px;
  }
  #footer .nav--subnav {
    left: 0px;
    max-width: calc(100% + 20px);
  }
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.block.bg-color__black .block__bg,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
  background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
  border-color: #000;
}
.block.bg-color__white,
.block.bg-color__white .block__bg,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
  background-color: #fff;
}
.story_panel.text-area-bg-color__primary.box-style__outline .col-2 {
  border-color: #fff;
}
.block.bg-color__primary,
.block.bg-color__primary .block__bg,
.two_col_angle.bg-image-color__dark-blue,
.story_overlap.content-bg-color__primary .content-bg,
.story_overlap.bg-image-color__dark-blue .block__bg-img,
.text-area-bg-color__primary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__primary,
.story_panel.text-area-bg-color__primary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--primary));
}
.story_panel.text-area-bg-color__primary.box-style__outline .col-2 {
  border-color: rgb(var(--primary));
}
.block.bg-color__secondary,
.block.bg-color__secondary .block__bg,
.two_col_angle.bg-image-color__light-blue,
.story_overlap.content-bg-color__secondary .content-bg,
.story_overlap.bg-image-color__light-blue .block__bg-img,
.text-area-bg-color__secondary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__secondary,
.story_panel.text-area-bg-color__secondary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--secondary));
}
.story_panel.text-area-bg-color__secondary.box-style__outline .col-2 {
  border-color: rgb(var(--secondary));
}
.block.bg-color__tertiary,
.block.bg-color__tertiary .block__bg,
.story_overlap.content-bg-color__tertiary .content-bg,
.text-area-bg-color__tertiary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__tertiary,
.story_panel.text-area-bg-color__tertiary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--tertiary));
}
.story_panel.text-area-bg-color__tertiary.box-style__outline .col-2 {
  border-color: rgb(var(--tertiary));
}
.two_col_angle.bg-image-color__gold,
.story_overlap.bg-image-color__gold .block__bg-img {
  background-color: rgb(var(--gold));
}
.bg-color__white .text,
.story_overlap.content-bg-color__white .story-overlap__top-section,
.story_panel.block.text-area-bg-color__white:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__white .pop-box .text,
.bg-color__white .text .btn-style__blank,
.bg-color__tertiary .text,
.story_overlap.content-bg-color__tertiary .story-overlap__top-section,
.story_panel.block.text-area-bg-color__tertiary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__tertiary .pop-box .text,
.bg-color__tertiary .text .btn-style__blank {
  color: rgb(var(--textDark));
}
.bg-color__black .text,
.story_overlap.content-bg-color__black .story-overlap__top-section,
.story_panel.block.text-area-bg-color__black:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__black .pop-box .text,
.bg-color__black .text .btn-style__blank,
.bg-color__primary .text,
.story_overlap.content-bg-color__primary .story-overlap__top-section,
.story_panel.block.text-area-bg-color__primary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__primary .pop-box .text,
.bg-color__primary .text .btn-style__ghost,
.bg-color__secondary .text,
.story_overlap.content-bg-color__secondary .story-overlap__top-section,
.story_panel.block.text-area-bg-color__secondary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__secondary .pop-box .text,
.bg-color__secondary .text .btn-style__ghost {
  color: rgb(var(--textLight));
}
/*---------------OVERLAYS---------------*/
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.olay-hp-hero-slider::after {
  background: rgba(0,13,27,0.5);
}
.olay-int-hero::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13,25,39,0.75)), color-stop(65%, rgba(13,25,39,0)));
  background-image: linear-gradient(to right, rgba(13,25,39,0.75), rgba(13,25,39,0) 65%);
}
.olay-story-overlap::after {
  background-image: linear-gradient(to bottom, rgba(23,31,38,0.2), rgba(23,31,38,0) 15px, rgba(23,31,38,0) calc(100% - 15px), rgba(23,31,38,0.2));
}
.olay-site-cta::after {
  background: rgba(var(--dBlue), 0.7);
}
.olay-site-cta::before,
.story-overlap__bottom-section .block__bg-img::after {
  background-image: url(./assets/images/olay_white-angle-bar.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}
.olay-site-cta::before {
  left: -45px;
}
@media only screen and (min-width: 768px) {
  .olay-hp-hero-slider::after {
    background: none;
  }
  .olay-hp-hero-slider::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,13,27,0.75)), to(rgba(0,13,27,0)));
    background-image: linear-gradient(to right, rgba(0,13,27,0.75), rgba(0,13,27,0) 100%);
  }
  .olay-site-cta::after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--dBlue))), color-stop(90%, rgba(var(--dBlue), 0)));
    background-image: linear-gradient(to right, rgba(var(--dBlue)), rgba(var(--dBlue), 0) 90%);
  }
}
@media only screen and (min-width: 1000px) {
  .olay-hp-hero-slider::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,13,27,0.75)), color-stop(70%, rgba(0,13,27,0)));
    background-image: linear-gradient(to right, rgba(0,13,27,0.75), rgba(0,13,27,0) 70%);
  }
}
/*---------------PORTAL TEMPLATE---------------*/
.page-template-portal-template .header__bg {
  display: none;
}
.page-template-portal-template main {
  margin: 90px 0;
}
/*---------------SITE STYLES---------------*/
main > article:first-child .text {
  position: relative;
  z-index: 1;
}
.error-404 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
}
.error-404 > .page_frame {
  padding-top: 120px;
}
.page_frame.page_frame--full {
  max-width: 2000px;
  padding: 0;

}
.mb0-last > *:last-child {
  margin-bottom: 0;
}
.block.style__light-text .text,
.text.style__light-text {
  color: rgb(var(--textLight));
}
.flex-col-margin {
  margin: 0 0.625em;
  width: 100%;
}
svg.border-bottom__angle {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2000px;
}
.pair-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.625em;
}
.pair-buttons-wrapper > a {
  margin: 5px 0.625em;
}
.accent-line {
  background-color: rgb(var(--lBlue));
  height: 3px;
  width: 100vw;
  z-index: 1;
}
/* Default Slider Styles */
.block .slick-slider .slick-dots li {
  height: 12px;
  margin: 0;
  opacity: 0.3;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  width: 12px;
}
.block .slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.block .slick-slider .slick-dots button {
  border: 2.8px solid white;
  border-radius: 50%;
  height: 12px;
  padding: 0;
  width: 12px;
}
.block .slick-slider .slick-dots button::before {
  display: none;
}
/*---------------SEARCH---------------*/
.search-page-header,
.search-result {
  margin-bottom: 40px;
}
.search-result {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.search-result a {
  display: inline-block;
  margin-bottom: 12px;
}
/*---------------HP HERO SLIDER---------------*/
.hp_hero_slider {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hp-hero-slider__title-text {
  max-width: 485px;
}
.hp-hero-slider__text {
  max-width: 415px;
}
.hp-hero-slider__bg-slider .slick-list,
.hp-hero-slider__bg-slider .slick-track {
height: 100%;
}
.hp_hero_slider .slide {
  position: relative;
}
.hp-hero-slider__content-col{
  padding-top: 40px;
}
.hp_hero_slider .image-slider .slick-dots {
  left: 20px;
  top: 40px;
  width: auto;
  z-index: 1;
}
.hp_hero_slider .image-slider .slick-dots li {
  margin: 5px;
}
.hp_hero_slider.padding-top__less .image-slider .slick-dots {
  top: var(--padLess);
}
.hp_hero_slider.padding-top__normal .image-slider .slick-dots {
  top: var(--padNorm);
}
.hp_hero_slider.padding-top__more .image-slider .slick-dots {
  top: var(--padMore);
}
/* FEATURED EVENT BOX */
.hp-hero-slider__featured-event {
  background-color: rgb(var(--dBlue));
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
  margin-right: auto;
  max-width: 90%;
  min-height: 150px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.featured-event__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0;
}
.featured-event__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(var(--textLight));
  padding: 30px 32px 22px 32px;
}
.hp_hero_slider .featured-event__box-title,
.hp_hero_slider .featured-event__event-title,
.hp_hero_slider .featured-event__event-date {
  font-weight: 700;
  margin-bottom: 10px;
}
.hp_hero_slider .featured-event__box-title {
  color: rgb(var(--textGold));
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.hp_hero_slider .featured-event__event-date {
  color: rgb(var(--textBlue));
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .hp_hero_slider .image-slider .slick-dots {
    bottom: 50%;
    left: 20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 20px;
  }
  .hp-hero-slider__content-col{
    padding-left: 30px;
  }
  .hp-hero-slider__featured-event {
    margin-left: auto;
    margin-right: 0;
    max-width: 775px;
    min-height: 150px;
  }
  .featured-event__image {
    /* width: 62%; */
    flex: 0 0 auto;
    width: 35%;
  }
}
@media only screen and (min-width: 1000px) {
  .hp_hero_slider {
    min-height: 715px;
    padding-left: 30px;
  }
  .hp-hero-slider__featured-event {
    /* margin-bottom: -140px; */
    margin-bottom: -64px;
  }
}
@media only screen and (min-width: 1400px) {
  .hp_hero_slider .image-slider .slick-dots {
    left: calc(5% -20px);
  }
}
/*---------------VALUES BLOCK---------------*/
.values_block .values-block__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.values_block .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100vw;
}
.values-block__column-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.values-block__icon-img-frame {
  max-width: 85px;
  position: relative;
  width: 100%;
}
.values-block__icon-img {
  display: block;
  margin-bottom: 24px;
  margin-right: auto;
  max-height: 56px;
  min-width: 55px;
}
.values-block__title-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding-bottom: 24px; */
  padding-bottom: 12px;
  border-bottom: 4px solid transparent;
  width: 100%;
}
.block .values-block__title-text > * {
  margin-bottom: 0;
}
.block .values-block__title-text > * strong {
  font-weight: 400;
}
.values-block__column-text {
  padding-top: 16px;
}
.block .values-block__statistic,
.block .values-block__statistic-desc {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
/* OPTIONS */
.column-color__dark-blue .values-block__title-text {
  border-color: rgb(var(--dBlue));
}
.column-color__light-blue .values-block__title-text {
  border-color: rgb(var(--lBlue));
}
.column-color__gold .values-block__title-text {
  border-color: rgb(var(--gold));
}
.column-color__dark-blue .button {
  background-color: rgb(var(--dBlue));
}
.column-color__light-blue .button {
  background-color: rgb(var(--lBlue));
}
.column-color__gold .button {
  background-color: rgb(var(--gold));
}
@media only screen and (min-width: 480px) {
  .values-block__column-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .values-block__column-text {
    padding-left: 85px;
  }
}
@media only screen and (min-width: 640px) {
  .values_block .values-block__columns {
    margin: 0 -2.778%;
  }
  .values_block.columns__2 .col,
  .values_block.columns__3 .col {
    margin: 0 2.778% 20px 2.778%;
    max-width: 44.444%;
    padding: 0;
  }
  .values_block.columns__3 .values-block__columns,
  .values_block.columns__2 .values-block__columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .values-block__title-text {
    min-height: 82px;
  }
}
@media only screen and (min-width: 1000px) {
  .values_block.columns__2 .col {
    margin: 0 8% 20px 8%;
    /* margin: 0 2.778% 20px 2.778%; */
    /* max-width: 44.444%; */
    max-width: 350px;
    padding: 0;
  }
  .values_block.columns__3 .values-block__columns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .values_block.columns__3 .col {
    max-width: 27.778%;
  }
}
/*---------------NEWS AND INITIATIVE---------------*/
.news_and_initiatives .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.news_and_initiatives .col-news,
.col-initiative {
  /* margin-bottom: 20px; */
  width: 100%;
}
.news_and_initiatives .col-news {
  background-color: rgb(var(--dBlue));
  border-bottom: 3px solid rgb(var(--lBlue));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px 30px 20px;
  position: relative;
}
.news_and_initiatives .col-news::before {
  background-color: #fff;
  content: "";
  display: none;
  height: 100%;
  left: -90px;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-12.8deg);
          transform: skew(-12.8deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 250px;
}
.column__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.block .column__title > h2 {
  margin-bottom: 0;
}
.news_and_initiatives .accent-line {
  position: relative;
}
.featured-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 23px;
}
.news_and_initiatives .col-news .accent-line,
.featured-post__image {
  margin-right: 20px;
  max-height: 120px;
  max-width: 160px;
  width: 100%;
}
.news_and_initiatives .col-news .accent-line {
  display: none;
  left: -40px;
}
.featured-post__image {
  border: 3px solid #16334a;
  display: inline-block;
  height: 100vw;
  margin-bottom: 20px;
  position: relative;
}
.featured-post__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     width: 100%;
}
.featured-post__content {
  width: 100%;
}
.block .featured-post__info,
.block .featured-post__link,
.block .upcoming-event__info {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.featured-post__info {
  margin-bottom: 10px;
}
.featured-post__info time {
  display: inline-block;
  margin-bottom: 5px;
}
.featured-post__info a {
  color: rgb(var(--textBlue));
}
.block .featured-post__link {
  color: rgb(var(--textGold));
}
.col-initiative {
  background-color: #0d1e2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  padding: 40px 20px;
  position: relative;
  width: 100%;
}
.col-initiative.grow {
  flex-grow: 1;
}
.col-initiative .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.col-initiative .column__title {
  -ms-flex-item-align: start;
      align-self: flex-start;
      width: calc(100% - 70px);
}
.col-initiative .accent-line {
  left: 100%;
  max-width: 200px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .news_and_initiatives .col-news .accent-line {
    display: inline-block;
  }
  .featured-post {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .featured-post__content {
    width: auto;
  }
}
@media only screen and (min-width: 640px) {
  .news_and_initiatives .col-news .accent-line,
  .featured-post__image {
    margin-right: 74px;
    max-height: 136px;
    max-width: 198px;
  }
  .col-initiative {
    padding: 40px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .news_and_initiatives .all-cols-wrap {
    margin: 0 auto;
  }
  .news_and_initiatives .col-news,
  .col-initiative {
    margin-bottom: 0px;
  }
  .news_and_initiatives .col-news {
    border-bottom: 0;
    padding: 40px 20px 30px 0;
    width: 50%;
  }
  .news_and_initiatives .col-news::before {
    display: block;
  }
  .news_and_initiatives .col-news .accent-line,
  .featured-post__image {
    margin-right: 20px;
    max-height: 120px;
    max-width: 160px;
    width: 100vw;
  }
  .news_and_initiatives .col-news .accent-line {
    left: auto;
  }
  .col-initiative {
    margin-left: 0.625em;
    padding: 40px 30px;
    width: 44.444%;
  }
}
@media only screen and (min-width: 1000px) {
  .news_and_initiatives .col-news {
    padding: 40px 40px 30px 0;
  }
  .news_and_initiatives .col-news .accent-line,
  .featured-post__image {
    max-height: 136px;
    max-width: 198px;
  }
  .col-initiative {
    padding: 40px 70px;
  }
}
@media only screen and (min-width: 1220px) {
  .news_and_initiatives .col-news::before {
    left: -60px;
  }
  .news_and_initiatives .col-news .accent-line,
  .featured-post__image {
    margin-right: 36px;
    max-height: 136px;
    max-width: 198px;
  }
}
/*---------------ANGLED BANNER---------------*/
.angled-banner__content {
  background-color: rgb(var(--lGray));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
.angled-banner__content::before,
.angled-banner__content::after {
  content: "";
  height: 100%;
  left: -25vw;
  position: absolute;
  top: 0;
  width: 200vw;
}
.angled-banner__content::before {
  background-color: rgb(var(--lGray));
}
.angled-banner__content::after {
  background-color: rgba(var(--lBlue), 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  height: calc(100% + 40px);
  top: -20px;
  z-index: -1;
}
.angled-banner__title-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.angled-banner__icon-img {
  margin-right: 16px;
  max-width: 40px;
}
/* OPTIONS */
.reverse-columns__yes .angled-banner__content {
  margin-left: 0;
}
.reverse-columns__yes .angled-banner__content::before,
.reverse-columns__yes .angled-banner__content::after {
  left: auto;
  right: 0;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}
.reverse-columns__yes .angled-banner__content::after {
  left: auto;
  right: -25px;
}
@media only screen and (min-width: 480px) {
  .angled-banner__content {
    padding: 40px;
  }
}
@media only screen and (min-width: 880px) {
  .angled-banner__content {
    margin-left: auto;
    margin-right: 5.556%;
    max-width: 610px;
    padding: 40px 20px 40px 40px;
  }
  .angled-banner__content::before,
  .angled-banner__content::after {
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .angled-banner__content::after {
    left: -25px;
  }
}
/*---------------UPCOMING EVENTS---------------*/
.upcoming_events .col {
  padding: 0;
  margin-bottom: 0;
}
.upcoming-events__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.upcoming-events__title .accent-line {
  max-width: 120px;
  width: 100%;
}
.block .upcoming-events__title h2 {
  margin: 0 36px;
}
.upcoming-events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.625em 30px -0.625em;
}
[data-event-count="1"] .upcoming-events-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.upcoming-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0.625em 20px 0.625em;
  max-width: calc(100% - 1.25em);
  text-align: center;
}
.upcoming-event__image {
  border: 2px solid #16334a;
  display: block;
  height: 100vw;
  margin: 0 auto 20px auto;
  max-height: 136px;
  max-width: 200px;
  width: 100vw;
}
.upcoming-event__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     width: 100%;
}
.upcoming-event__content {
  width: 100%;
}
.upcoming-event .upcoming-event__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.block .events-button {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .upcoming-event {
    margin: 0 0.625em;
    max-width: calc(45.444% - 1.25em);
    text-align: left;
  }
  .upcoming-event[data-index="2"] {
    margin-left: 40px;
  }
  .upcoming-event__image {
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1260px) {
  .upcoming-event  {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .upcoming-event[data-index="2"] {
    margin-left: 9.2%;
  }
  .upcoming-event__image {
    display: inline-block;
    margin-right: 36px;
  }
  .upcoming-event__content {
    width: auto;
  }
}
/*---------------EVENTS---------------*/
.event_loop .page_frame {
  max-width: 1000px;
}
/*---------------TESTIMONIALS---------------*/
.testimonials .block__bg {
  background-color: rgb(var(--lGray));
}
.testimonials .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.background-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.background-container .bg-img,
.background--left,
.background--right {
  display: none;
}
.background-container .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.background--left {
  background-color: rgb(var(--gold));
}
.background--left::before,
.background--left::after,
.background--right::before,
.background--right::after  {
  background-color: rgb(var(--lGray));
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 1;
}
.background--left::after,
.background--right::after {
  background-color: rgb(255,255,255,0.15);
}
.background--left::before,
.background--left::after {
  -webkit-transform: skew(14deg);
  transform: skew(14deg);
-webkit-transform-origin: top left;
  transform-origin: top left;
}
.background--left::before {
  height: calc(100% + 5px);
  left: calc(100% - 150px);
}
.background--left::after {
  left: calc(100% - 187px);
}
.background--right::before,
.background--right::after {
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.background--right::before {
  height: calc(100% + 5px);
  right: calc(100% - 150px);
}
.background--right::after {
  right: calc(100% - 187px);
}
.background--right {
  background-color: rgb(var(--dBlue));
}
.testimonials-slider-frame {
  background-color: rgb(var(--lGray));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90%;
  padding: 45px 0 35px 0;
  width: 100%;
}
.testimonial-slide__author::before,
.testimonial-slide__author::after {
  content: "\2014";
  font-weight: 500;
}
.testimonial-slide__text {
  margin-bottom: 35px;
}
.testimonial-slide__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-slide__author p {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 10px 10px 10px;
  text-transform: uppercase;
}
.testimonials .testimonials-slider .slick-dots li {
  margin: 0 3px;
}
.testimonials .testimonials-slider .slick-dots button {
  border-color: rgb(var(--dBlue));
}
.testimonials .testimonials-slider .slick-dots .slick-active button {
  border-color: rgb(var(--lBlue));
}
/* OPTIONS */
.testimonials__flair-icon {
  display: block;
  margin: 0 auto 36px auto;
  max-width: 37px;
}
@media only screen and (min-width: 640px) {
  .testimonials .block__bg {
    background-color: transparent;
  }
  .background-container .bg-img,
  .background--left,
  .background--right {
    display: block;
  }
  .testimonials-slider-frame {
    max-width: 65%;
  }
  .background--left::after,
  .background--right::after {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1000px) {
  .testimonials-slider-frame {
    max-width: 675px;
    padding: 60px 0 45px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials-slider-frame {
    max-width: 825px;
    padding: 90px 0 70px 0;
  }
}
/*---------------LOGOS SLIDER---------------*/
.logos_block .logos__title {
  display: block;
  margin: 0 auto 45px auto;
  max-width: 845px;
}
.logos-slider {
  position: relative;
}
.logos-slider::before,
.logos-slider::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 1;
}
.logos-slider::before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)));
  background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
  right: calc(100% - 75px);
}
.logos-slider::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)));
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
  left: calc(100% - 75px);
}
.logos-slider .slick-list,
.logos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block .logos-slider .slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.logos-slider .slide img {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  max-width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media only screen and (min-width: 1000px) {
  .logos-slider .slide img {
    max-width: 250px;
  }
}
/*---------------INTERIOR HERO---------------*/
.interior_hero {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 315px;
}
.interior_hero.banner-padding-bottom__none .page_frame {
  padding-bottom: 145px;
}
.interior_hero.banner-padding-bottom__less .page_frame {
  padding-bottom: 81px;
}
.interior_hero.padding-bottom__none .page_frame {
  padding-bottom: 145px;
}
.interior-hero__content-col {
  margin-left: 5.556%;
  max-width: 495px;
}
.interior-hero__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.interior-hero__title > .h2-style {
  margin-bottom: 0;
}
.interior-hero__icon-frame {
  margin-right: 22px;
}
.interior-hero__icon-frame > img {
  display: inline-block;
  max-height: 65px;
  max-width: 50px;
  width: auto;
}
.interior-hero__text .button {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* OPTIONS */
.interior_hero.block-style__tall {
  min-height: 500px;
}
.content-layout__icon-title .interior-hero__content-col {
  margin-left: 0;
}
@media only screen and (min-width: 640px) {
  .interior-hero__title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .interior-hero__pre-title,
  .content-layout__icon-title .interior-hero__text {
    margin-left: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .interior-hero__content-col {
    /* flex-wrap: nowrap; */
  }
}
/* EVENTS PAGE */
.events-archive-link {
  margin-bottom: 45px;
}
/*---------------TWO COL---------------*/
.two_col_content.big_right .all-cols-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.two_col_content.big_right .all-cols-wrap  .col-1,
.two_col_content.big_right .all-cols-wrap  .col-2 {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two_col_content.big_right .all-cols-wrap {
    padding: 0;
  }
  .two_col_content.big_right .all-cols-wrap  .col-1,
  .two_col_content.big_right .all-cols-wrap  .col-2 {
    /* margin: 0 0.625em; */
  }
  .two_col_content.big_right .all-cols-wrap  .col-1 {
    margin-left: 5.556%;
    max-width: 33.333%;
  }
  .two_col_content.big_right .all-cols-wrap  .col-2 {
    margin-left: 5.556%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .two_col_content.big_right .all-cols-wrap  .col-1 {
    max-width: 27.778%;
  }
  .two_col_content.big_right .all-cols-wrap  .col-2 {
    max-width: 55.556%;
  }
}
/*---------------STORY OVERLAP---------------*/
.story-overlap__top-section {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 220px;
  position: relative;
  z-index: 1;
}
.story_overlap .col-1 {
  margin-bottom: -155px;
  position: relative;
}
.story_overlap .accent-line {
  left: -70px;
  max-width: 200px;
  position: absolute;
  top: 45px;
}
.story-overlap__img-frame {
  height: 100vw;
  max-height: 460px;
  max-width: 340px;
  width: 100%;
}
.story-overlap__img-frame > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.story_overlap .col-2 {
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
.story-overlap__bottom-section {
  bottom: 0;
  left: 0;
  min-height: 220px;
  position: absolute;
  width: 100%;
}
.story-overlap__bottom-section .block__bg-img::after {
  -webkit-transform:scaleX(-1);
          transform:scaleX(-1);
}
/* OPTIONS */
.reverse-columns__yes .col-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.story_overlap .content-bg {
  height: calc(100% - 220px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.story-overlap__bottom-section .block__bg-img::after {
  height: 200%;
  opacity: 0.2;
}
.bg-image-color__gold .story-overlap__bottom-section {
  background-color: rgb(var(--gold));
}
.bg-image-color__dark-blue .story-overlap__bottom-section {
  background-color: rgb(var(--dBlue));
}
.bg-image-color__light-blue.story-overlap__bottom-section {
  background-color: rgb(var(--lBlue));
}
@media only screen and (min-width: 640px) {
  .story-overlap__top-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .story_overlap .col-1,
  .story_overlap .col-2 {
    margin-left: calc(5.556% + 0.625em);
  }
  .story_overlap .col-1 {
    margin-bottom: -95px;
  }
  .story_overlap .col-2 {
    margin-top: 30px;
    max-width: calc(55.556% - 1.25em);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 110px;
  }
  .story_overlap.reverse-columns__yes .story-overlap__top-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .story_overlap.reverse-columns__yes .accent-line {
    left: auto;
    right: -70px;
  }
  .reverse-columns__yes .story-overlap__bottom-section .block__bg-img::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media only screen and (min-width: 1000px) {
  .block .story-overlap__bottom-section {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1000px) {
  .story-overlap__bottom-section {
    background-image: none !important;
  }
}
/*---------------PANELS BLOCK---------------*/
.panels_block .all-cols-wrap {
  margin: -10px 0;
}
.panels_block .col-1,
.panels_block .col-2 {
  width: 100%;
}
.panels_block .col-1,
.panels_block .col-2 {
  max-width: 100%;
}
.panels_block .panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 10px 0;
  padding: 20px 30px;
}
.panels_block .panel > *:last-child {
  margin-bottom: 0;
}
/* OPTIONS */
.panels_block.reverse-columns__yes .all-cols-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.panel.panel-bg-color__dark-blue,
.panel.panel-bg-color__light-blue {
  color: rgb(var(--textLight));
}
.panel.panel-bg-color__dark-blue {
  background-color: rgb(var(--dBlue));
}
.panel.panel-bg-color__light-blue {
  background-color: rgb(var(--lBlue));
}
.panel.panel-bg-color__light-gray {
  background-color: rgb(var(--lGray));
}
@media only screen and (min-width: 640px) {
  .panels_block .panel {
    padding: 45px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .panels_block .col-1 {
    max-width: 44.444%;
  }
  .panels_block .col-2 {
    max-width: 55.556%;
  }
  .panels_block .col-1 .panel {
    margin-right: 4.12%;
  }
  /* OPTIONS */
  .panels_block.reverse-columns__yes .col-1 .panel {
    margin-left: 4.12%;
    margin-right: 0;
  }
}
/*---------------SIMPLE STORY BLOCK---------------*/
.simple_story_block .all-cols-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 ;
}
.simple_story_block .all-cols-wrap .col-1,
.simple_story_block .all-cols-wrap .col-2 {
  padding: 0;
  position: relative;
  width: 100%;
}
.simple_story_block .all-cols-wrap .col-1,
.simple_story_block .all-cols-wrap .col-2 {
  max-width: 100%;
}
.simple_story_block .accent-line {
  left: -70px;
  max-width: 200px;
  position: absolute;
  top: 45px;
}
/* OPTIONS */
.simple_story_block.reverse-columns__yes .all-cols-wrap .col-1 {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .simple_story_block .all-cols-wrap .col-1 {
    max-width: 43.96%;
  }
  .simple_story_block .all-cols-wrap .col-2 {
    max-width: 39.21%;
    margin-left: 5.556%;
  }
  /* OPTIONS */
  .simple_story_block.reverse-columns__yes .all-cols-wrap .col-1,
  .simple_story_block.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 5.556%;
  }
  .simple_story_block.reverse-columns__yes .all-cols-wrap .col-1 {
    order: 1;
  }
  .simple_story_block.narrow-content__some .all-cols-wrap {
    max-width: 100%;
  }
  .simple_story_block.narrow-content__some .all-cols-wrap .col-1 {
    margin-left: 11.27%;
    max-width: 38.41%;
  }
  .simple_story_block.narrow-content__some .all-cols-wrap .col-2 {
    margin-left: 6.44%;
    max-width: 33.66%;
  }
  .simple_story_block.narrow-content__some.reverse-columns__yes .all-cols-wrap .col-1 {
    margin-left: 6.44%;
  }
  .simple_story_block.narrow-content__some.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 11.27%;
  }
  .simple_story_block.reverse-columns__yes .accent-line {
    left: auto;
    right: -70px;
  }
}
/*---------------TWO COLUMN ANGLE---------------*/
.two_col_angle {
  overflow: hidden;
}
.two_col_angle .block__bg-img {
  opacity: 0.5;
}
.two_col_angle .block__bg {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  height: calc(100% - 60px);
  top: 30px;
}
.two_col_angle .block__bg::before,
.two_col_angle .block__bg::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
}
.two_col_angle .block__bg::before {
  background-color: rgb(255,255,255,0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.two_col_angle .block__bg::after{
  background-color: rgb(var(--lGray));
}
.two_col_angle .col-1 {
  display: block;
}
@media only screen and (min-width: 640px) {
  .two_col_angle .block__bg-img {
    max-width: 25%;
  }
  .two_col_angle .block__bg {
    height: 100%;
    left: auto;
    max-width: 80%;
    right: 0;
    top: 0;
  }
  .two_col_angle .block__bg::before {
    /* right: calc(91% + 40px); */
    right: calc(-25% + 40px);
  }
  .two_col_angle .block__bg::before,
  .two_col_angle .block__bg::after {
    height: 101%;
    /* max-width: 220px; */
    max-width: none;
    top: 0px;
    -webkit-transform: skew(18deg);
    transform: skew(18deg);
    -webkit-transform-origin: bottom right;
      transform-origin: bottom right;
  }
  .two_col_angle .block__bg::after{
    /* right: 91%; */
    right: -25%;
  }
  .two_col_angle .col-1 {
    margin-left: 27.778%;
    max-width: 61.111%;
  }
}
@media only screen and (min-width: 1000px) {
  .two_col_angle .block__bg-img {
    background-position-x: right;
    opacity: 0.5;
    max-width: 40%;
  }
  .two_col_angle .block__bg {
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    max-width: 60%;
    right: 0;
  }
  .two_col_angle .block__bg::before,
  .two_col_angle .block__bg::after {
    /* max-width: 240px; */
    max-width: none;
  }
  .two_col_angle .block__bg::before {
    right: calc(-65% + 40px);
    /* right: calc(100% - 35px); */
  }
  .two_col_angle .block__bg::after{
    right: -65%;
    /* right: calc(100% - 75px); */
  }
  .two_col_angle .col-1 {
    margin-left: 44.444%;
    max-width: 44.444%;
  }
}
/*---------------FAQs BLOCK---------------*/
.faq-dropdown__button,
.section-dropdown__button {
  background-color: #f6fafe;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 7px 0;
  padding: 16px 70px;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq-dropdown__button::after,
.section-dropdown__button::after {
  font-size: 24px;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.faq-dropdown__button.active::after,
.section-dropdown__button.active::after {
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
}
.faq-dropdown__content,
.section-dropdown__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 30px 20px;
}
@media only screen and (min-width: 640px) {
  .faq-dropdown__content,
  .section-dropdown__content {
    padding: 30px 70px;
  }
}
/*---------------INITIATIVES BLOCK---------------*/
.initiatives_block .page_frame {
  max-width: 1073px;
}
.initiatives_block .page_frame .col {
  padding: 0;
}
.initiatives_block .intro-col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -0.625em;
  margin-bottom: 45px;
}
.initiatives-block__toc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgb(var(--dBlue));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  max-width: 250px;
  padding: 20px 25px;
  width: 100%;
}
.initiatives-block__toc .toc__link {
  color: rgb(var(--textLight));
  display: inline-block;
  font-size: 1.09375rem;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.toc__link.current {
  border-bottom: 2px solid white;
  font-weight: 700;
}
.initiatives-block__intro-text {
  max-width: 100%;
}
.initiatives_block .featured-content {
  padding-bottom: 40px;
}
.featured-content .initiatives-block__featured-content-title,
.initiatives_block .section__title {
  font-weight: 700;
  margin-bottom: 25px;
}
.initiatives_block .featured-image {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 26px;
}
.initiatives_block .featured-attach {
  margin-bottom: 42px;
}
.initiatives_block .featured-content,
.initiatives_block .section:not(:last-child) {
  border-bottom: 5px solid #e5eaef;
}
.initiatives_block .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .initiatives-block__toc {
    margin-bottom: 0;
    max-width: 26.1%;
  }
  .initiatives-block__intro-text {
    margin-left: 20px;
    margin-top: 40px;
    max-width: 59.64%;
  }
}
@media only screen and (min-width: 1000px) {
  .initiatives-block__toc {
    padding: 40px 55px;
  }
  .initiatives-block__intro-text {
    margin-left: calc(6.77% + 0.625em);
  }
}
/*---------------EVENT BLOCK---------------*/
section.block.event_block {
  padding-top: 0;
}
.event_block .page_frame {
  max-width: 685px;
}
.event_block .col {
  padding: 0;
}
.event-block__top-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 36px;
}
.event_block .event-block__title {
  font-weight: 700;
  margin-bottom: 36px;
}
.event_block .event-block__date-grp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.event-block__date-grp .date-separator {
  display: none;
}
.event-block__date-grp .time {
  margin: 5px 0px;
}
.event-block__bottom-section {
  border-top: solid 3px rgb(var(--lBlue));
  padding-top: 40px;
}
@media only screen and (min-width: 640px) {
  .event_block .event-block__date-grp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .event-block__date-grp .time {
    margin: 5px 40px;
  }
  .event-block__date-grp .date-separator {
    display: inline-block;
    line-height: 1.6em;
  }
}
/*---------------CALENDAR---------------*/
/* NO LONGER ON SITE, BUT STILL AVAILABLE IN CODE */
.fc-event-container .fc-day-grid-event {
  color: white;
}
.fc-event-container .fc-title {
  font-weight: 400;
  margin-left: 5px;
  white-space: normal;
}
.event-post-in-list__date-grp,
.itn-post-in-list__date-grp {
  margin: 0 -20px 20px -20px;
}
.itn-post-in-list__date-grp  {
  margin-bottom: 5px;
}
.event-post-in-list__date-grp .time,
.itn-post-in-list__date-grp > * {
  margin: 5px 20px;
}
/*---------------IN THE NEWS LOOP---------------*/
.in_the_news_loop .page_frame {
  max-width: 1000px;
}
/*---------------SITE CTA---------------*/
.site-cta__content-col {
  margin-left: 5.5556%;
  max-width: 345px;
}
.site-cta__text .button {
  font-size: 1.125rem;
}
.site-cta-flair__img {
  margin-bottom: 25px;
  max-width: 150px;
}