/*

A method of using psuedo elements to maintain an elements aspect ratio, even as it scales.
The mixin assumes you'll be nesting an <a> element inside your initial block that has a background image.

*/
@font-face {
  font-family: 'Avenir-Black';
  src: url("../fonts/Avenir-Black-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black-webfont.woff2") format("woff2"), url("../fonts/Avenir-Black-webfont.woff") format("woff"), url("../fonts/Avenir-Black-webfont.ttf") format("truetype"), url("../fonts/Avenir-Black-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Avenir-Roman';
  src: url("../fonts/Avenir-Roman-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman-webfont.woff2") format("woff2"), url("../fonts/Avenir-Roman-webfont.woff") format("woff"), url("../fonts/Avenir-Roman-webfont.ttf") format("truetype"), url("../fonts/Avenir-Roman-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
.link-button {
  text-decoration: none;
  font-family: "Avenir-Roman", sans-serif;
  color: white;
  background-color: #016A94;
  padding: 4px 16px; }

.link-button-white {
  background-color: white;
  color: #016A94; }

.section-hero .button {
  margin-top: 32px; }
  .section-hero .button a {
    position: relative;
    padding: 8px;
    font-size: 1.3em;
    font-family: "Avenir-Roman", sans-serif;
    text-decoration: none;
    color: white;
    background: #016A94; }
    .section-hero .button a:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      position: relative;
      background-size: contain;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDEuOTk5IDQxLjk5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDEuOTk5IDQxLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cGF0aCBkPSJNMzYuMDY4LDIwLjE3NmwtMjktMjBDNi43NjEtMC4wMzUsNi4zNjMtMC4wNTcsNi4wMzUsMC4xMTRDNS43MDYsMC4yODcsNS41LDAuNjI3LDUuNSwwLjk5OXY0MCAgYzAsMC4zNzIsMC4yMDYsMC43MTMsMC41MzUsMC44ODZjMC4xNDYsMC4wNzYsMC4zMDYsMC4xMTQsMC40NjUsMC4xMTRjMC4xOTksMCwwLjM5Ny0wLjA2LDAuNTY4LTAuMTc3bDI5LTIwICBjMC4yNzEtMC4xODcsMC40MzItMC40OTQsMC40MzItMC44MjNTMzYuMzM4LDIwLjM2MywzNi4wNjgsMjAuMTc2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz4gPC9zdmc+); }

.list-unstyled {
  list-style-type: none; }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.site-logo {
  padding: 2em; }
  @media only screen and (min-width: 1280px) {
    .site-logo {
      padding: 0; } }

.site-logo img {
  width: 100px; }
  @media only screen and (min-width: 1024px) {
    .site-logo img {
      width: 180px; } }

.entry-title {
  font-family: "Avenir-Black", sans-serif;
  font-size: 2em; }

h1, h2 {
  font-family: "Avenir-Black", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  h1 span, h2 span {
    background-image: linear-gradient(120deg, #016A94 0%, #016A94 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    transition: background-size 0.25s ease-in; }

.page-title,
.post-title {
  font-size: 2em;
  line-height: 1.25;
  margin: 1em 0; }
  @media only screen and (min-width: 1024px) {
    .page-title,
    .post-title {
      font-size: 2.5em;
      margin: 2em 0; } }
  .page-title span,
  .post-title span {
    background-position: 0 85%; }

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

.post-title {
  text-transform: none; }

.section-title {
  font-size: 2em;
  color: #000000;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .section-title {
      font-size: 3.5em;
      text-align: left; } }
  .section-title span {
    background-position: 0 75%; }

.page .entry-header {
  text-align: center; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.searchform {
  position: relative; }
  .searchform input[type="text"] {
    height: 35px;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: white;
    padding: 0 24px 0 0;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1), right 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer; }
    .searchform input[type="text"]:focus {
      width: 250px;
      right: 24px;
      border-bottom: 2px solid white;
      cursor: text; }
  .searchform input[type="submit"] {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-color: transparent;
    height: 24px;
    width: 24px;
    display: inline-block;
    float: right;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transition: opacity .4s ease;
    outline: none; }

hr {
  border-bottom: 1px solid #999999;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.link-button {
  text-decoration: none;
  font-family: "Avenir-Roman", sans-serif;
  color: white;
  background-color: #016A94;
  padding: 4px 16px; }

.link-button-white {
  background-color: white;
  color: #016A94; }

.section-hero .button {
  margin-top: 32px; }
  .section-hero .button a {
    position: relative;
    padding: 8px;
    font-size: 1.3em;
    font-family: "Avenir-Roman", sans-serif;
    text-decoration: none;
    color: white;
    background: #016A94; }
    .section-hero .button a:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      position: relative;
      background-size: contain;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDEuOTk5IDQxLjk5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDEuOTk5IDQxLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cGF0aCBkPSJNMzYuMDY4LDIwLjE3NmwtMjktMjBDNi43NjEtMC4wMzUsNi4zNjMtMC4wNTcsNi4wMzUsMC4xMTRDNS43MDYsMC4yODcsNS41LDAuNjI3LDUuNSwwLjk5OXY0MCAgYzAsMC4zNzIsMC4yMDYsMC43MTMsMC41MzUsMC44ODZjMC4xNDYsMC4wNzYsMC4zMDYsMC4xMTQsMC40NjUsMC4xMTRjMC4xOTksMCwwLjM5Ny0wLjA2LDAuNTY4LTAuMTc3bDI5LTIwICBjMC4yNzEtMC4xODcsMC40MzItMC40OTQsMC40MzItMC44MjNTMzYuMzM4LDIwLjM2MywzNi4wNjgsMjAuMTc2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz4gPC9zdmc+); }

.watermark {
  margin-bottom: 0px;
  opacity: 0.05;
  color: #fff;
  background: #016A94 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1816502/WH_RGB_100%25_Dia_positive.png") top center no-repeat;
  width: 50%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: -130px;
  z-index: 1;
  display: none; }
  @media only screen and (min-width: 768px) {
    .watermark {
      display: block; } }

.watermark.watermark-left {
  right: auto;
  left: -150px;
  top: 120px; }

.entry-content h2, .entry-content h3, .entry-content h4 {
  color: #016A94;
  font-family: "Avenir-Roman", sans-serif;
  line-height: 1;
  margin: 1em 0 0em;
  font-weight: normal; }
.entry-content h2 {
  font-size: 1.2em; }
  @media only screen and (min-width: 1024px) {
    .entry-content h2 {
      font-size: 1.5em; } }
.entry-content h3 {
  font-size: 1.3em; }
.entry-content a {
  color: #016A94; }
.entry-content > p:first-child {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 0 1em; }
  @media only screen and (min-width: 1024px) {
    .entry-content > p:first-child {
      font-size: 1.5em; } }
.entry-content p, .entry-content ul, .entry-content ol {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em; }
  @media only screen and (min-width: 1024px) {
    .entry-content p, .entry-content ul, .entry-content ol {
      font-size: 1.1em;
      line-height: 1.7; } }
.entry-content blockquote {
  text-align: center;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
  font-family: "Avenir-Roman", sans-serif;
  line-height: 1.3;
  padding: 1em 0; }
  @media only screen and (min-width: 1024px) {
    .entry-content blockquote {
      font-size: 1.5rem;
      width: 60%;
      padding: 0; } }
.entry-content a {
  font-family: "Avenir-Roman", sans-serif;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0;
  text-decoration: none; }
.entry-content a:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  background: #016A94;
  z-index: -1;
  height: 2px; }

.page .entry-content > p:first-child:first-letter {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 2.5em;
  line-height: 24px;
  padding-top: 8px;
  padding-right: 8px;
  float: left; }

.drop-toggle {
  position: absolute;
  top: 16px;
  right: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  box-sizing: border-box;
  transition: transform .4s ease;
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  transform: rotate(135deg); }
  .drop-toggle:after, .drop-toggle:before {
    content: "";
    box-sizing: border-box; }
  .drop-toggle:before {
    right: 0;
    top: -1px;
    position: absolute;
    height: 1px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 10px;
    transform-origin: right top; }

.cool-dropdowns.active .drop-toggle {
  transform: rotate(-45deg);
  color: #016A94; }

.mgfy {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.07em solid white;
  position: relative;
  border-radius: 0.35em; }
  @media only screen and (min-width: 320px) {
    .mgfy {
      font-size: 3em; } }
  @media only screen and (min-width: 992px) {
    .mgfy {
      font-size: 4em; } }
  .mgfy:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.2em;
    bottom: -0.1em;
    border-width: 0;
    background: #ffffff;
    width: 0.25em;
    height: 0.07em;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
  .mgfy:hover {
    cursor: pointer; }

.filter-search {
  position: relative;
  display: inline; }
  .filter-search .mgfy {
    position: absolute;
    top: 10px;
    right: 8px;
    border-color: #016A94;
    font-size: 2em; }
    .filter-search .mgfy:after {
      background: #016A94; }

@media only screen and (min-width: 320px) {
  .site-navigation {
    display: none; } }
@media only screen and (min-width: 768px) {
  .site-navigation {
    display: block; } }
.site-navigation ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0.5em;
  transition: all 0.3s ease; }
  .site-navigation ul li:hover .sub-menu {
    display: block; }
  .site-navigation ul li a {
    color: white;
    text-decoration: none;
    font-family: "Avenir-Roman", sans-serif;
    font-size: 1.3em;
    display: block;
    position: relative; }
    .site-navigation ul li a:hover {
      cursor: pointer; }
  .site-navigation ul li.current-menu-item a {
    background-color: #016A94;
    padding: 0 0.5em; }
.site-navigation > ul > li.current-menu-item:hover > a:before {
  content: none; }
.site-navigation > ul > li:hover > a:before {
  content: '';
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
  height: 2px;
  background: white; }

ul.sub-menu {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  display: none;
  padding-left: 0;
  width: 200px; }
  ul.sub-menu li {
    display: block;
    padding: 8px;
    background: #016A94; }
    ul.sub-menu li a {
      padding: 8px;
      font-size: 16px;
      color: white; }
    ul.sub-menu li:hover a {
      text-decoration: underline; }

/*doc
---
title: Off Canvas
name: off-canvas
parent: navigation
---
This is the traditional hamburger menu

*/
/* -----------------------------------------------------------------------------
  NAVIGATION MENU

----------------------------------------------------------------------------- */
@media only screen and (min-width: 320px) {
  .mobile-menu.mobile {
    display: block; } }
@media only screen and (min-width: 768px) {
  .mobile-menu.mobile {
    display: none; } }
@media only screen and (min-width: 320px) {
  .mobile-menu.tablet {
    display: block; } }
@media only screen and (min-width: 992px) {
  .mobile-menu.tablet {
    display: none; } }
@media only screen and (min-width: 992px) {
  .mobile-menu.desktop {
    display: block; } }
.mobile-menu nav {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 320px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #016A94;
  transition: all 0.3s ease; }
  .mobile-menu nav.active {
    box-shadow: 0 0 10px #dddddd; }
  .mobile-menu nav ul li {
    list-style-type: none; }
    .mobile-menu nav ul li a {
      text-decoration: none; }
  .mobile-menu nav > ul {
    list-style: none;
    padding: 0;
    top: 0;
    left: 0;
    width: 340px;
    height: auto;
    overflow-y: scroll; }
    .mobile-menu nav > ul li {
      padding: 0 32px 0 16px;
      transition: all 0.3s ease;
      border: 0; }
      .mobile-menu nav > ul li a {
        padding: 8px 16px 8px 0;
        color: white;
        display: block;
        border-bottom: 1px solid white;
        font-size: 1.2em;
        font-family: "Avenir-Roman", sans-serif; }
      .mobile-menu nav > ul li:last-child {
        border-bottom: 0; }
      .mobile-menu nav > ul li:hover {
        background-color: #016A94; }
      .mobile-menu nav > ul li ul.sub-menu {
        position: absolute;
        top: 0;
        background-color: #016A94;
        transition: all 0.3s ease;
        height: 100%;
        width: 100%;
        overflow: scroll;
        display: none; }
        .mobile-menu nav > ul li ul.sub-menu li:first-child {
          text-transform: uppercase;
          margin-top: 60px; }
          .mobile-menu nav > ul li ul.sub-menu li:first-child button {
            position: relative;
            display: block;
            padding: 8px 16px;
            width: 100%;
            text-align: left;
            background-color: #016A94;
            font-size: 1.2em;
            color: white;
            -webkit-appearance: none;
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: white; }
            .mobile-menu nav > ul li ul.sub-menu li:first-child button:before {
              content: '';
              position: absolute;
              top: 50%;
              margin-top: -0.3em;
              margin-left: 0;
              left: 0;
              /* By using an em scale, the arrows will size with the font */
              width: 0.6em;
              height: 0.6em;
              border-right: 0.2em solid white;
              border-top: 0.2em solid white;
              transform: rotate(-135deg); }
      .mobile-menu nav > ul li[class*="-has-children"] a {
        position: relative;
        display: block; }
        .mobile-menu nav > ul li[class*="-has-children"] a:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -6px;
          left: auto;
          margin-left: 0;
          right: 5px;
          /* By using an em scale, the arrows will size with the font */
          width: 12px;
          height: 12px;
          border-right: 3px solid white;
          border-top: 3px solid white;
          transform: rotate(45deg); }
      .mobile-menu nav > ul li:not(.menu-item-has-children) a:after {
        content: '';
        border: 0; }

.mobile-menu[data-menu-transition="slide"] ~ .main-container, .mobile-menu[data-menu-transition="push"] ~ .main-container {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] .launch-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] .launch-menu {
  left: 20px; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav,
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav .sub-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav,
.mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav .sub-menu {
  left: -320px; }
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav.active,
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav .sub-menu.active, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav.active,
  .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav .sub-menu.active {
    left: 0; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] .launch-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] .launch-menu {
  right: 20px; }
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] .launch-menu.active, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] .launch-menu.active {
    right: 320px; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav,
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav .sub-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav,
.mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav .sub-menu {
  right: -320px;
  left: inherit; }
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav.active,
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav .sub-menu.active, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav.active,
  .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav .sub-menu.active {
    right: 0; }
.mobile-menu[data-menu-transition="push"] ~ .main-container {
  transition: all 0.3s ease; }
.mobile-menu[data-menu-transition="push"][data-menu-active="on"][data-menu-direction="left"] ~ .main-container {
  transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0); }
.mobile-menu[data-menu-transition="push"][data-menu-active="on"][data-menu-direction="right"] ~ .main-container {
  transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0); }
.mobile-menu[data-menu-transition="overlay"] nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  transition: all 0.6s ease; }
  .mobile-menu[data-menu-transition="overlay"] nav .menu {
    width: 100%;
    height: auto; }
    .mobile-menu[data-menu-transition="overlay"] nav .menu li {
      border: 0;
      text-align: center; }
  .mobile-menu[data-menu-transition="overlay"] nav.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease; }

.launch-menu {
  position: fixed;
  top: 10px;
  z-index: 159890;
  width: 60px;
  height: 60px;
  background: #016A94;
  cursor: pointer;
  transition: all 0.3s ease; }

.c-hamburger {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  .c-hamburger:focus, .c-hamburger:active {
    outline: none;
    border: 0;
    background-color: transparent; }
  .c-hamburger:hover {
    background-color: transparent;
    border: 0; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 29px;
    left: 15px;
    right: 18px;
    height: 4px;
    width: 50%;
    background: white; }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    content: ""; }
  .c-hamburger span::before {
    top: -10px; }
  .c-hamburger span::after {
    bottom: -10px; }

/**
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: rgba(255, 255, 255, 0); }
  .c-hamburger--htx span {
    transition: background 0s 0.3s; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }
  .c-hamburger--htx span::before {
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }
  .c-hamburger--htx.is-active span {
    background: none; }
    .c-hamburger--htx.is-active span::before {
      top: 0;
      transform: rotate(45deg); }
    .c-hamburger--htx.is-active span::after {
      bottom: 0;
      transform: rotate(-45deg); }
    .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
      transition-delay: 0s, 0.3s; }

.mobile-menu[data-hamburguer-wrap="full"] .launch-menu {
  position: fixed; }
.mobile-menu[data-hamburguer-wrap="boxed"] {
  max-width: 1280px;
  margin: 0 auto;
  top: 16px;
  position: sticky;
  z-index: 159980; }
  @media only screen and (min-width: 992px) {
    .mobile-menu[data-hamburguer-wrap="boxed"] .launch-menu {
      position: sticky; } }
  .mobile-menu[data-hamburguer-wrap="boxed"][data-menu-direction="right"] .launch-menu {
    float: right; }

.card {
  margin-bottom: 2em;
  font-family: "Avenir-Roman", sans-serif; }
  .card a {
    text-decoration: none;
    color: black;
    display: block;
    position: relative; }
  .card .card-image {
    height: 270px;
    position: relative; }
    .card .card-image img {
      width: 100%;
      height: 270px;
      object-fit: cover;
      object-position: center;
      display: block; }
    .card .card-image::after {
      display: block;
      position: relative;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 180%);
      margin-top: -150px;
      height: 150px;
      width: 100%;
      content: ''; }
    .card .card-image .card-title {
      color: white;
      font-size: 28px;
      line-height: 1.1;
      margin: 1em 0 0.5em;
      text-transform: none;
      font-family: "Avenir-Roman", sans-serif;
      position: absolute;
      bottom: 0;
      z-index: 99;
      left: 16px;
      right: 16px; }
  .card .card-content {
    padding: 0px 32px 0 16px;
    position: relative;
    z-index: 10; }
    .card .card-content .card-meta {
      position: relative;
      padding-left: 16px; }
      .card .card-content .card-meta .card-type {
        font-family: "Avenir-Black", sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.2em;
        line-height: 1;
        display: inline-block;
        position: relative; }
      .card .card-content .card-meta .card-type:before {
        display: block;
        content: '';
        position: absolute;
        width: 150%;
        bottom: -2px;
        left: -16px;
        background: #016A94;
        z-index: -1;
        height: 8px; }
    .card .card-content .card-excerpt {
      display: none; }
      @media only screen and (min-width: 1280px) {
        .card .card-content .card-excerpt {
          display: block; } }
    .card .card-content .card-excerpt p {
      font-size: 1.1em;
      line-height: 1.4; }

.section-blue .card {
  z-index: 0;
  position: relative; }
  .section-blue .card a {
    color: white; }
  .section-blue .card .card-meta .card-type:before {
    background: #9B9B9B; }

a img.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  transition: all .6s ease; }

a:hover img.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  transition: all .6s ease; }

.card-event .card-image {
  position: relative; }
.card-event .card-date {
  position: absolute;
  right: 0;
  top: 0;
  width: 216px; }
  .card-event .card-date .start-date,
  .card-event .card-date .end-date {
    width: 108px;
    float: left;
    font-family: "Avenir-Black", sans-serif;
    text-align: center;
    padding: 8px 0 8px; }
  .card-event .card-date .event-day {
    font-size: 32px;
    line-height: 1; }
  .card-event .card-date .event-month {
    font-size: 16px;
    font-family: "Avenir-Roman", sans-serif; }
  .card-event .card-date .start-date {
    background-color: #D6D6D6; }
  .card-event .card-date .end-date {
    background-color: #9B9B9B; }
.card-event .card-content {
  padding: 16px;
  position: absolute;
  bottom: 0; }
  .card-event .card-content .card-title {
    color: white;
    margin: 0; }

.card-video .card-image:before {
  display: block;
  content: '';
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwLjA1MSAzMC4wNTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwLjA1MSAzMC4wNTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTkuOTgyLDE0LjQzOGwtNi4yNC00LjUzNmMtMC4yMjktMC4xNjYtMC41MzMtMC4xOTEtMC43ODQtMC4wNjJjLTAuMjUzLDAuMTI4LTAuNDExLDAuMzg4LTAuNDExLDAuNjY5djkuMDY5ICAgYzAsMC4yODQsMC4xNTgsMC41NDMsMC40MTEsMC42NzFjMC4xMDcsMC4wNTQsMC4yMjQsMC4wODEsMC4zNDIsMC4wODFjMC4xNTQsMCwwLjMxLTAuMDQ5LDAuNDQyLTAuMTQ2bDYuMjQtNC41MzIgICBjMC4xOTctMC4xNDUsMC4zMTItMC4zNjksMC4zMTItMC42MDdDMjAuMjk1LDE0LjgwMywyMC4xNzcsMTQuNTgsMTkuOTgyLDE0LjQzOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0xNS4wMjYsMC4wMDJDNi43MjYsMC4wMDIsMCw2LjcyOCwwLDE1LjAyOGMwLDguMjk3LDYuNzI2LDE1LjAyMSwxNS4wMjYsMTUuMDIxYzguMjk4LDAsMTUuMDI1LTYuNzI1LDE1LjAyNS0xNS4wMjEgICBDMzAuMDUyLDYuNzI4LDIzLjMyNCwwLjAwMiwxNS4wMjYsMC4wMDJ6IE0xNS4wMjYsMjcuNTQyYy02LjkxMiwwLTEyLjUxNi01LjYwMS0xMi41MTYtMTIuNTE0YzAtNi45MSw1LjYwNC0xMi41MTgsMTIuNTE2LTEyLjUxOCAgIGM2LjkxMSwwLDEyLjUxNCw1LjYwNywxMi41MTQsMTIuNTE4QzI3LjU0MSwyMS45NDEsMjEuOTM3LDI3LjU0MiwxNS4wMjYsMjcuNTQyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 1; }

.card-wrapper {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  max-width: 1400px;
  margin: 32px auto; }
  .card-wrapper .card {
    width: calc(100% / 4);
    transition: all 0.2s ease-in-out;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .card-wrapper .card {
        width: calc(100% / 2);
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .card-wrapper .card {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .card-wrapper .card {
        padding-right: 12px; }
        .card-wrapper .card:nth-child(4n) {
          padding-right: 0;
          padding-left: 12px; }
        .card-wrapper .card:nth-child(4n - 1), .card-wrapper .card:nth-child(4n - 2) {
          padding: 0 12px 24px; } }
    .card-wrapper .card .close {
      position: absolute;
      right: 0;
      top: 16px;
      width: 32px;
      height: 32px;
      opacity: 1;
      cursor: pointer; }
      .card-wrapper .card .close:before, .card-wrapper .card .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #666; }
      .card-wrapper .card .close:before {
        transform: rotate(45deg); }
      .card-wrapper .card .close:after {
        transform: rotate(-45deg); }
    .card-wrapper .card .image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: grayscale(100%); }
    .card-wrapper .card .inner-info {
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 100%;
      padding: 10px 16px 32px;
      background-color: rgba(0, 0, 0, 0.7);
      transition: bottom .45s ease; }
      .card-wrapper .card .inner-info:before {
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        display: block;
        left: calc(50% - 8px);
        bottom: 4px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+) no-repeat;
        background-size: contain; }
      .card-wrapper .card .inner-info h4 {
        margin: 0;
        font-weight: normal;
        font-size: 1.35rem;
        line-height: 1; }
      .card-wrapper .card .inner-info span {
        font-size: 16px; }
      .card-wrapper .card .inner-info .close {
        top: auto;
        bottom: 18px;
        right: 4px;
        width: 18px;
        height: 18px; }
        .card-wrapper .card .inner-info .close:before, .card-wrapper .card .inner-info .close:after {
          left: 8px;
          height: 18px;
          background-color: white; }
    .card-wrapper .card__inner {
      width: 100%;
      height: 350px;
      padding: 30px;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      background-color: #949fb0;
      color: #eceef1;
      font-size: 1.5em;
      transition: all 0.2s ease-in-out; }
      .card-wrapper .card__inner:after {
        transition: all 0.3s ease-in-out; }
      .card-wrapper .card__inner:hover .inner-info {
        bottom: 0;
        transition: bottom .45s ease; }
    .card-wrapper .card__expander {
      transition: all 0.4s ease-in-out;
      width: 100%;
      position: relative;
      font-size: 1.5em; }
      @media screen and (min-width: 768px) {
        .card-wrapper .card__expander {
          display: flex;
          justify-content: center;
          align-items: flex-end; } }
      .card-wrapper .card__expander h3 {
        margin-top: 0;
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .card-wrapper .card__expander h3 {
            padding-right: 32px; } }
      .card-wrapper .card__expander p {
        font-size: 18px; }
      @media screen and (max-width: 767px) {
        .card-wrapper .card__expander .expander-content,
        .card-wrapper .card__expander .expander-info {
          flex-basis: 100%; } }
      .card-wrapper .card__expander .expander-content {
        padding: 48px 48px 48px 0;
        flex-basis: 70%;
        position: relative;
        margin: 0 auto 0 0; }
        @media screen and (max-width: 767px) {
          .card-wrapper .card__expander .expander-content {
            padding: 16px 16px 16px 0; } }
        .card-wrapper .card__expander .expander-content:before {
          position: absolute;
          top: 16px;
          bottom: 16px;
          right: 0;
          width: 5px;
          border-radius: 4px;
          background: #666; }
          @media screen and (max-width: 767px) {
            .card-wrapper .card__expander .expander-content:before {
              content: none; } }
        .card-wrapper .card__expander .expander-content a {
          color: black;
          font-size: 18px; }
      .card-wrapper .card__expander .expander-info {
        padding: 48px 16px 32px;
        flex-basis: 30%; }
        @media screen and (max-width: 767px) {
          .card-wrapper .card__expander .expander-info {
            padding: 32px 16px; } }
        .card-wrapper .card__expander .expander-info span {
          display: block;
          white-space: nowrap;
          font-size: 14px;
          color: #666;
          border-bottom: 1px solid #666;
          padding: 8px 0; }
      .card-wrapper .card__expander .expander-button {
        display: block;
        background-color: #666;
        color: white;
        margin-top: 32px;
        width: 100%;
        text-decoration: none;
        padding: 8px; }
    .card-wrapper .card.is-collapsed .card__inner:after {
      content: "";
      opacity: 0; }
    .card-wrapper .card.is-collapsed .card__expander {
      max-height: 0;
      min-height: 0;
      overflow: hidden;
      margin-top: 0;
      opacity: 0; }
    .card-wrapper .card.is-expanded .inner-info {
      display: block; }
    .card-wrapper .card.is-expanded .card__expander {
      max-height: 1200px;
      min-height: 200px;
      overflow: hidden;
      opacity: 1; }
    .card-wrapper .card.is-inactive .card__inner {
      cursor: pointer;
      opacity: 0.5; }
  @media screen and (min-width: 992px) {
    .card-wrapper .card:nth-of-type(4n+2) .card__expander {
      margin-left: calc(-100% - 36px);
      width: calc(400% + 96px); }
    .card-wrapper .card:nth-of-type(4n+3) .card__expander {
      margin-left: calc(-200% - 60px);
      width: calc(400% + 96px); }
    .card-wrapper .card:nth-of-type(4n+4) .card__expander {
      margin-left: calc(-300% - 48px); }
    .card-wrapper .card:nth-of-type(4n+5) {
      clear: left; }
    .card-wrapper .card__expander {
      width: calc(400% + 48px); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .card-wrapper .card:nth-of-type(2n+2) .card__expander {
      margin-left: -100%; }
    .card-wrapper .card:nth-of-type(2n+3) {
      clear: left; }
    .card-wrapper .card__expander {
      width: 200%; } }

.gallery {
  float: left;
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2; }

.gallery img:hover {
  background: white; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

.search {
  display: inline-block;
  height: 36px;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .search {
      position: relative;
      top: 16px;
      right: 16px; } }

/* SUPER ULTRA COOL DROPDOWNS */
.filter-container {
  display: inline-block;
  width: 100%;
  min-height: 100px; }

.filters-dropdown-element {
  position: absolute;
  z-index: 1; }
  @media only screen and (max-width: 599px) {
    .filters-dropdown-element {
      position: relative; } }
  .filters-dropdown-element ul.filters-data-block > li {
    display: inline-block; }
  .filters-dropdown-element input {
    vertical-align: top;
    border: 0;
    padding: 8px;
    font-size: 16px;
    height: 36px; }
    @media only screen and (max-width: 599px) {
      .filters-dropdown-element input {
        width: 100%; } }

.cool-dropdowns,
.filter-search input {
  border: 1px solid #016A94; }

.cool-dropdowns {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 8px 0;
  max-height: 36px;
  overflow: hidden;
  vertical-align: top;
  font-family: "Avenir-Roman", sans-serif; }
  @media only screen and (max-width: 599px) {
    .cool-dropdowns {
      width: 100%;
      margin-bottom: 4px; } }
  .cool-dropdowns .drop-title {
    text-transform: uppercase;
    padding: 0 40px 0 20px;
    cursor: pointer; }
  .cool-dropdowns.active {
    max-height: 100%; }
    .cool-dropdowns.active .drop-title {
      color: #016A94; }
  .cool-dropdowns.hidden {
    display: none; }
  .cool-dropdowns ul {
    padding: 8px 40px 0 20px;
    list-style: none;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    @media only screen and (max-width: 599px) {
      .cool-dropdowns ul {
        padding: 0 20px !important; } }
    .cool-dropdowns ul li {
      cursor: pointer;
      color: #000000;
      margin-bottom: 8px !important;
      width: auto;
      float: none !important;
      margin-left: 0 !important;
      margin-right: 16px;
      margin-top: 8px;
      padding: 0; }
      .cool-dropdowns ul li.hidden {
        display: none; }
  .cool-dropdowns span.remove {
    display: none; }

.cool-dropdowns-tags-container {
  padding-top: 48px; }
  @media only screen and (max-width: 599px) {
    .cool-dropdowns-tags-container {
      padding-top: 0; } }
  .cool-dropdowns-tags-container.hidden {
    display: none; }
  .cool-dropdowns-tags-container ul {
    padding: 16px 0 0;
    margin: 0;
    list-style: none; }
    @media only screen and (min-width: 600px) {
      .cool-dropdowns-tags-container ul {
        padding: 0 !important; } }
    .cool-dropdowns-tags-container ul li {
      display: inline-block;
      padding: 5px 10px;
      margin-right: 8px;
      margin-bottom: 8px;
      background-color: #016A94;
      color: white;
      font-size: 16px;
      width: auto !important; }
      .cool-dropdowns-tags-container ul li span.remove {
        cursor: pointer;
        margin-left: 10px; }

.clear-all-tags {
  cursor: pointer;
  text-transform: none;
  font-family: "Avenir-Roman", sans-serif;
  font-size: 16px; }
  .clear-all-tags.active {
    margin-left: 16px; }

.js-filter-instance {
  position: relative; }

.loading-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }
  .loading-layer img {
    max-width: 100px;
    position: absolute;
    top: 30%;
    left: calc( 50% - 50px); }

.filters-result-container .button-container {
  text-align: center;
  padding: 0 0 32px; }
.filters-result-container .filters-pagination {
  -webkit-appearance: none;
  padding: 16px;
  border: 0;
  background: #016A94;
  color: white;
  font-size: 16px;
  cursor: pointer; }

.entry-content .awesome-accordion {
  padding: 16px; }
  .entry-content .awesome-accordion .awesome-accordion-panel p {
    font-size: 16px; }

.awesome-accordion .awesome-accordion-btn {
  max-width: none;
  border: 1px solid #016A94;
  background: #016A94;
  color: white;
  padding: 8px 16px 8px 48px; }
  .awesome-accordion .awesome-accordion-btn:hover, .awesome-accordion .awesome-accordion-btn:focus {
    border-color: #016A94;
    background: #016A94;
    color: white; }
.awesome-accordion .awesome-accordion-item {
  margin-bottom: 8px; }
  .awesome-accordion .awesome-accordion-item .awesome-accordion-heading {
    width: 100%; }
    .awesome-accordion .awesome-accordion-item .awesome-accordion-heading:before {
      color: white;
      top: 5px; }
  .awesome-accordion .awesome-accordion-item .awesome-accordion-panel {
    margin-top: 8px;
    border: 1px solid #016A94;
    padding: 32px;
    word-break: break-word; }
  .awesome-accordion .awesome-accordion-item.closed .awesome-accordion-btn {
    border-bottom-width: 1px; }
  .awesome-accordion .awesome-accordion-item.closed .awesome-accordion-heading:before {
    color: white; }
  .awesome-accordion .awesome-accordion-item.closed .awesome-accordion-panel {
    margin-top: 0;
    border: 0;
    padding: 0 32px; }

.aws-controls {
  display: none; }
  .aws-controls .control-button button {
    background-color: #016A94;
    color: white; }

.header {
  /*&:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/graphy-light.png");
  }*/ }

.header {
  position: absolute;
  width: 100%;
  z-index: 99; }
  @media only screen and (min-width: 1280px) {
    .header {
      padding: 0 2em; } }
  .header .header-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .header-top,
  .header .header-bottom {
    padding: 2em 0 1em; }
  .header .header-top {
    display: none; }
    @media only screen and (min-width: 1280px) {
      .header .header-top {
        display: block; } }

.page-header .site-name {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .page-header .site-name {
      position: absolute;
      bottom: 64px; } }
  .page-header .site-name .page-title-wrapped {
    margin: 0 auto; }
    @media only screen and (min-width: 900px) {
      .page-header .site-name .page-title-wrapped {
        max-width: 1280px;
        padding: 0 9em; } }
  .page-header .site-name h1 {
    margin: 0; }
    @media only screen and (max-width: 599px) {
      .page-header .site-name h1 {
        font-size: 2em; } }
    @media only screen and (min-width: 600px) {
      .page-header .site-name h1 {
        font-size: 3em; } }
  .page-header .site-name span {
    background-size: 100%;
    color: white;
    display: block;
    text-transform: none; }
    @media only screen and (min-width: 900px) {
      .page-header .site-name span {
        display: initial;
        line-height: 1.3;
        box-shadow: 0 0 0 8px #016A94; } }

.page-header {
  position: relative; }
  .page-header img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 25%;
    /* default value: image is centered*/ }
    @media only screen and (min-width: 1024px) {
      .page-header img {
        height: 500px; } }
  .page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/graphy-light.png"); }

.site-footer {
  background-color: #016A94; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }
  .site-footer .section-wrapper {
    padding: 2em; }
  .site-footer .footer-sections {
    margin: 0 auto;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .site-footer .footer-sections::after {
      clear: both;
      content: "";
      display: block; }
  .site-footer .footer-section-1 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-section-1 {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px; } }
  .site-footer .footer-section-2,
  .site-footer .footer-section-3 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 2em; }
    @media only screen and (min-width: 768px) {
      .site-footer .footer-section-2,
      .site-footer .footer-section-3 {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-section-2,
      .site-footer .footer-section-3 {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
  .site-footer .grid-partners {
    margin: 0 auto;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .site-footer .grid-partners::after {
      clear: both;
      content: "";
      display: block; }
    .site-footer .grid-partners .partners {
      justify-self: center;
      align-self: center;
      text-align: center;
      padding-bottom: 1em;
      margin-bottom: 2em;
      padding-top: 0em;
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; }
      @media only screen and (min-width: 768px) {
        .site-footer .grid-partners .partners {
          width: calc(25% - 25px);
          float: left;
          margin-left: 20px; }
          .site-footer .grid-partners .partners:first-child {
            padding-top: 1em; }
          .site-footer .grid-partners .partners:last-child {
            padding-top: 1.5em; } }
  .site-footer .social-list {
    margin: 0 auto;
    padding: 0; }
    .site-footer .social-list .social {
      display: inline-block;
      margin-left: 2em; }
      .site-footer .social-list .social:first-child {
        margin-left: 0; }
  .site-footer .footer-title {
    color: white;
    font-family: "Avenir-Roman", sans-serif;
    font-size: 1em; }
    @media only screen and (min-width: 320px) {
      .site-footer .footer-title {
        margin-bottom: 2em; } }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-title {
        margin-bottom: 2em; } }

@media only screen and (min-width: 1280px) {
  .section {
    padding: 0 2em; } }

.section-hero {
  position: relative; }
  .section-hero.section-parallax {
    position: relative;
    height: 20em;
    display: block; }
    @media only screen and (min-width: 768px) {
      .section-hero.section-parallax {
        height: 40em; } }
    @media only screen and (min-width: 1280px) {
      .section-hero.section-parallax {
        height: 100vh; } }
  .section-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/graphy-light.png"); }

.section-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 2em 1em 0;
  z-index: 2;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .section-wrapper {
      padding: 5em 0; } }

.section-blue {
  overflow: hidden;
  width: 100%;
  z-index: 0;
  background-color: #016A94;
  position: relative;
  display: inline-block; }
  .section-blue h2.section-title {
    color: white; }
    .section-blue h2.section-title span {
      background-image: linear-gradient(120deg, #9B9B9B 0%, #9B9B9B 100%); }

.section-intro {
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 2em;
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .section-intro {
      text-align: left; } }

.section-parallax {
  background-position: center -680px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/assets/2018/05/moneytrail-palmtrees.jpg");
  height: 30vh;
  display: none;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-parallax {
      background-position: center -380px; } }
  @media only screen and (min-width: 1024px) {
    .section-parallax {
      background-size: cover;
      height: 50vh;
      display: block;
      background-position: center bottom; } }
  .section-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/graphy-light.png"); }

@media only screen and (min-width: 1280px) {
  .section-related-items {
    padding: 0 2em; } }

@media only screen and (min-width: 1280px) {
  .section-text-block {
    padding: 0 2em; } }
@media only screen and (min-width: 768px) {
  .section-text-block .section-wrapper {
    flex: 1;
    display: flex; } }
.section-text-block .section-title {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .section-text-block .section-title {
      width: 34%; } }
.section-text-block .text-block-content {
  flex: 1;
  font-family: "Avenir-Roman", sans-serif;
  padding: 2em 0 0; }
  @media only screen and (min-width: 768px) {
    .section-text-block .text-block-content {
      padding: 0; } }
  .section-text-block .text-block-content p {
    margin: 0 0 1em;
    font-size: 1em;
    max-width: 900px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .section-text-block .text-block-content p {
        font-size: 1.75em; } }
  .section-text-block .text-block-content a {
    color: #000000; }
  .section-text-block .text-block-content .link-button {
    font-size: 1.3em; }

.section-blue .text-block-content {
  color: white; }
  .section-blue .text-block-content a {
    text-decoration: underline;
    color: white; }

.section-hero img {
  display: block;
  width: 100%;
  height: 768px;
  object-fit: cover; }
.section-hero .section-wrapper-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .section-hero .section-wrapper-hero .section-wrapper {
    text-align: center;
    padding: 0; }
  .section-hero .section-wrapper-hero .hero-content {
    padding: 10em 2em; }
    @media only screen and (min-width: 768px) {
      .section-hero .section-wrapper-hero .hero-content {
        padding: 15em 6em; } }
    @media only screen and (min-width: 1024px) {
      .section-hero .section-wrapper-hero .hero-content {
        padding: 20em 9em; } }
  .section-hero .section-wrapper-hero .site-name,
  .section-hero .section-wrapper-hero .site-description {
    color: white;
    background-color: #016A94;
    display: inline-block;
    text-transform: none;
    font-size: 2em;
    margin: 0;
    padding: 0 1rem; }
    @media only screen and (min-width: 768px) {
      .section-hero .section-wrapper-hero .site-name,
      .section-hero .section-wrapper-hero .site-description {
        font-size: 3em; } }
    @media only screen and (min-width: 1024px) {
      .section-hero .section-wrapper-hero .site-name,
      .section-hero .section-wrapper-hero .site-description {
        font-size: 4em; } }

.grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  font-size: 0; }
  .grid li {
    display: inline-block;
    margin: 0 0 32px;
    width: 100%;
    vertical-align: top; }
    @media only screen and (min-width: 320px) {
      .grid li {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .grid li {
        width: calc((100% / 2) - 19px);
        margin-right: 32px; } }
    @media only screen and (min-width: 992px) {
      .grid li {
        width: calc((100% / 3) - 25px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .grid li:nth-of-type(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .grid li:nth-of-type(3n) {
        margin-right: 0; } }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%;
  margin: 0; }

.site-container {
  max-width: 100%;
  position: relative;
  min-height: 100%; }
  .site-container::after {
    clear: both;
    content: "";
    display: block; }

.main-container::after {
  clear: both;
  content: "";
  display: block; }

.home .main-container {
  line-height: 0; }
.home section {
  line-height: normal; }

article {
  max-width: 816px;
  margin: 0 auto;
  padding: 0 1em; }

@media only screen and (min-width: 1024px) {
  .entry-content {
    padding: 0; } }

.page-spotlight article,
.page-resources article {
  max-width: 1280px;
  padding: 0; }
.page-spotlight .section-related-items,
.page-resources .section-related-items {
  display: none; }

/*# sourceMappingURL=pagebuilder.css.map */
