/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/qhl0stt.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.has-teal-color {
  color: #00b2ba !important; }
  .has-teal-color > * {
    color: #00b2ba !important; }

.has-teal-background-color {
  background-color: #00b2ba !important; }
  .has-teal-background-color > * {
    background-color: #00b2ba !important; }
    .has-teal-background-color > *.wp-block-cover__inner-container, .has-teal-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-denim-color {
  color: #004F6B !important; }
  .has-denim-color > * {
    color: #004F6B !important; }

.has-denim-background-color {
  background-color: #004F6B !important; }
  .has-denim-background-color > * {
    background-color: #004F6B !important; }
    .has-denim-background-color > *.wp-block-cover__inner-container, .has-denim-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-daffodil-color {
  color: #EDEC79 !important; }
  .has-daffodil-color > * {
    color: #EDEC79 !important; }

.has-daffodil-background-color {
  background-color: #EDEC79 !important; }
  .has-daffodil-background-color > * {
    background-color: #EDEC79 !important; }
    .has-daffodil-background-color > *.wp-block-cover__inner-container, .has-daffodil-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-soft-daffodil-color {
  color: #f4f3ae !important; }
  .has-soft-daffodil-color > * {
    color: #f4f3ae !important; }

.has-soft-daffodil-background-color {
  background-color: #f4f3ae !important; }
  .has-soft-daffodil-background-color > * {
    background-color: #f4f3ae !important; }
    .has-soft-daffodil-background-color > *.wp-block-cover__inner-container, .has-soft-daffodil-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-coral-color {
  color: #ee3350 !important; }
  .has-coral-color > * {
    color: #ee3350 !important; }

.has-coral-background-color {
  background-color: #ee3350 !important; }
  .has-coral-background-color > * {
    background-color: #ee3350 !important; }
    .has-coral-background-color > *.wp-block-cover__inner-container, .has-coral-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-chiffon-color {
  color: #F4F4F0 !important; }
  .has-chiffon-color > * {
    color: #F4F4F0 !important; }

.has-chiffon-background-color {
  background-color: #F4F4F0 !important; }
  .has-chiffon-background-color > * {
    background-color: #F4F4F0 !important; }
    .has-chiffon-background-color > *.wp-block-cover__inner-container, .has-chiffon-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-anchor-grey-color {
  color: #4E5058 !important; }
  .has-anchor-grey-color > * {
    color: #4E5058 !important; }

.has-anchor-grey-background-color {
  background-color: #4E5058 !important; }
  .has-anchor-grey-background-color > * {
    background-color: #4E5058 !important; }
    .has-anchor-grey-background-color > *.wp-block-cover__inner-container, .has-anchor-grey-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-white-color {
  color: #fff !important; }
  .has-white-color > * {
    color: #fff !important; }

.has-white-background-color {
  background-color: #fff !important; }
  .has-white-background-color > * {
    background-color: #fff !important; }
    .has-white-background-color > *.wp-block-cover__inner-container, .has-white-background-color > *.wp-block-group__inner-container {
      background-color: transparent !important; }

.has-huge-font-size {
  font-size: 2.5em !important;
  line-height: 1.1; }
  @media (min-width: 920px) {
    .has-huge-font-size {
      font-size: 3em !important; } }
  @media (min-width: 1200px) {
    .has-huge-font-size {
      font-size: 3.5em !important; } }

.has-large-font-size {
  font-size: 2em !important;
  line-height: 1.1; }
  @media (min-width: 920px) {
    .has-large-font-size {
      font-size: 2.4em !important; } }

.has-normal-font-size {
  font-size: 1.3em !important;
  line-height: 1.55; }

.has-small-font-size {
  font-size: 16px !important;
  line-height: 1.55; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: jubilat, serif;
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: jubilat, serif;
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  border-top: 16px solid #F4F4F0;
  color: #4E5058;
  font-family: jubilat, serif;
  font-size: 21px;
  font-size: 1.3em;
  font-size: 1.2em;
  line-height: 1.55;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: jubilat, serif;
  font-weight: 400;
  line-height: 1.2; }
  h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr {
    margin-top: 10px !important;
    margin-bottom: 30px !important; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content .has-large-font-size, .entry-content .has-huge-font-size {
  margin: 48px 0 0; }

h1 {
  font-size: 68px;
  font-size: 3.25em;
  line-height: 1.1em; }
  h1.hero {
    font-size: 84px;
    font-size: 4em; }

h2 {
  font-size: 52px;
  font-size: 2.4em;
  font-size: 2.2em;
  line-height: 1.1em; }

h3 {
  font-size: 42px;
  font-size: 2em;
  font-size: 1.8em;
  font-weight: 200; }

h4 {
  font-size: 30px;
  font-size: 1.4em; }

h5 {
  font-size: 22px;
  font-size: 1.2em; }

button {
  line-height: 1.3;
  transition: .2s;
  cursor: pointer; }

/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  width: 1em;
  height: 1em; }

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff; }

.svg-icon circle {
  stroke: #fff;
  stroke-width: 1; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #00b2ba;
  transition: .2s;
  text-decoration: none; }

a:visited {
  color: #00b2ba; }

a:hover, a:focus, a:active {
  color: #00b2ba;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

.btn.ghost {
  background: none;
  border: 2px solid #004F6B;
  color: #004F6B; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto; }

.entry-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px; }

header .container {
  padding: 16px 15px; }

@media screen and (min-width: 768px) {
  .container, .entry-content {
    padding: 0 2em; }

  header .container {
    padding: 16px 2em; } }
@media screen and (min-width: 920px) {
  #site-navigation {
    padding: 0 2em; } }
.home .entry-content {
  max-width: 1420px; }

.entry-content > *:first-child {
  margin-top: 0; }

.entry-content > .wp-post-image:first-child {
  margin-top: 2em;
  margin-bottom: 0em; }

.entry-content > h1:first-child {
  margin-top: .75em; }

.entry-header {
  border: none;
  text-align: center;
  margin: 2em 0; }
  .entry-header h1 {
    margin: .5em 0 -8px; }

main {
  padding-bottom: 2em; }

#page.noscroll {
  height: 100vh;
  overflow: hidden; }

.single main {
  background-color: #F4F4F0; }

.error404 main {
  background: rgba(237, 236, 121, 0.3); }
  .error404 main .entry-content {
    max-width: 1420px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.home header {
  box-shadow: none;
  border-bottom: none; }

header {
  border-bottom: 4px solid #004F6B; }
  header .container {
    display: flex; }

.site-branding {
  width: 50%; }
  .site-branding img {
    width: 100%;
    max-width: 617px; }

.nav-container {
  width: 60%; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#btn-search {
  border: none;
  border-radius: 3px;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  padding: 8px 16px;
  margin-left: 16px;
  vertical-align: middle;
  transition: .2s; }
  #btn-search path {
    fill: #004F6B;
    transition: .2s; }
  #btn-search:hover path, #btn-search:focus path {
    fill: #00b2ba;
    transition: .2s; }

#search-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #004f6b;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
  opacity: 0; }
  #search-overlay.active {
    -webkit-transform: scale(0);
    transform: scale(1);
    top: 0;
    right: 0;
    opacity: 1; }
  #search-overlay .search-overlay-close {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 12px 16px 8px 16px;
    background: none;
    cursor: pointer;
    border: 2px solid #00b2ba;
    border-radius: 3px;
    color: #00b2ba;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    transition: .2s; }
    #search-overlay .search-overlay-close svg {
      margin-right: 10px; }
      #search-overlay .search-overlay-close svg path {
        fill: #00b2ba; }
    #search-overlay .search-overlay-close:hover, #search-overlay .search-overlay-close:focus {
      background: #00b2ba;
      color: white; }
      #search-overlay .search-overlay-close:hover path, #search-overlay .search-overlay-close:focus path {
        fill: white; }
  #search-overlay .search-overlay-content {
    position: relative;
    top: 25%;
    margin: auto; }

form.search-form {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative; }
  form.search-form label {
    color: white;
    display: block;
    font-family: jubilat, serif;
    font-style: italic;
    font-weight: 100;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 2em;
    color: #EDEC79; }
  form.search-form .flex-wrap {
    display: flex; }
    form.search-form .flex-wrap input[type="search"] {
      -webkit-appearance: none;
      text-align: left;
      padding: 8px 0px;
      font-size: 4em;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 500;
      border: none;
      width: 85%;
      background: none;
      border-radius: 0px;
      border-bottom: 3px solid white;
      color: white; }
    form.search-form .flex-wrap button {
      padding: 8px 16px;
      background: none;
      cursor: pointer;
      border: none;
      border-radius: 0;
      color: white;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 500;
      font-size: 2em;
      transition: .2s;
      border-bottom: 3px solid white;
      width: 15%; }
      form.search-form .flex-wrap button:hover path, form.search-form .flex-wrap button:focus path {
        fill: #00b2ba;
        transition: .2s; }
      form.search-form .flex-wrap button path {
        fill: white;
        transition: .2s; }
  form.search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
    padding-top: 8px; }
  form.search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  form.search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }

.mobile-search {
  margin-bottom: 1.5em; }
  .mobile-search form.search-form .flex-wrap {
    max-height: 62px; }
    .mobile-search form.search-form .flex-wrap input#site-search {
      background: rgba(0, 178, 186, 0.2);
      padding: 16px;
      border-radius: 3px 0 0 3px;
      border: none; }
    .mobile-search form.search-form .flex-wrap button {
      background: rgba(0, 178, 186, 0.1);
      border-radius: 0 3px 3px 0;
      border: none;
      padding-top: 16px; }

.search .entry-content form.search-form {
  max-width: 640px;
  margin-top: -2em;
  margin-bottom: 1.5em; }
  .search .entry-content form.search-form input[type="search"] {
    font-size: 24px;
    padding: .5em .5em;
    border-radius: 3px 0 0 3px;
    border: 1px solid #004F6B;
    float: left;
    width: calc(100% - 50px);
    height: 52px; }
  .search .entry-content form.search-form button {
    font-size: 2em;
    padding: 0 .25em;
    background: none;
    border: 1px solid #004F6B;
    border-radius: 0 3px 3px 0;
    height: 52px;
    margin-left: -1px; }
    .search .entry-content form.search-form button:hover, .search .entry-content form.search-form button:focus {
      background: #F4F4F0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-row {
  text-align: right; }

#top-navigation {
  text-align: right;
  font-size: 14px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block; }
  #top-navigation li {
    display: inline-block;
    margin: 0 8px; }
    #top-navigation li a {
      background: #EDEC79;
      color: #004F6B;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 3px;
      border-bottom: 3px solid rgba(78, 80, 88, 0.15); }
      #top-navigation li a:hover, #top-navigation li a:focus {
        background: rgba(237, 236, 121, 0.7); }
    #top-navigation li.red-btn a {
      background: #ee3350;
      color: white; }
      #top-navigation li.red-btn a:hover, #top-navigation li.red-btn a:focus {
        background: rgba(238, 51, 80, 0.7); }

#site-navigation {
  margin-top: 16px;
  text-align: right;
  font-size: 24px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700; }
  #site-navigation li {
    display: inline-block;
    margin: 0 16px; }
    #site-navigation li a {
      color: #4E5058;
      text-decoration: none; }
      #site-navigation li a:hover, #site-navigation li a:focus {
        color: #00b2ba; }
    #site-navigation li.current-menu-item a, #site-navigation li.current_page_parent a {
      color: #00b2ba; }

#site-navigation li {
  position: relative; }
  #site-navigation li .sub-menu {
    position: absolute;
    z-index: 999;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    left: 50%;
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
    transition: .2s;
    text-align: left;
    padding: 1em;
    margin-top: .5em !important;
    display: flex;
    flex-wrap: wrap;
    background: #00b2ba; }
    #site-navigation li .sub-menu:after {
      content: "";
      position: absolute;
      right: 50%;
      transform: translateX(50%);
      top: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #00b2ba transparent;
      z-index: 9998; }
    #site-navigation li .sub-menu li {
      white-space: normal;
      margin: 0;
      font-size: 21px;
      width: 100%;
      margin: .4em 0;
      text-align: center;
      line-height: 1.3; }
      #site-navigation li .sub-menu li a {
        color: white; }
        #site-navigation li .sub-menu li a:hover, #site-navigation li .sub-menu li a:focus {
          text-decoration: underline; }
    #site-navigation li .sub-menu .current_page_item a, #site-navigation li .sub-menu .ancestor_page_item a {
      color: #f4f3ae; }

#site-navigation li:focus-within .sub-menu {
  opacity: 1;
  visibility: visible; }

/* FOR IE because focus-within breaks it in their browser for some reason */
#site-navigation li > a:hover + .sub-menu,
#site-navigation li > a:focus + .sub-menu,
#site-navigation li:hover .sub-menu,
#site-navigation li:focus .sub-menu {
  opacity: 1;
  visibility: visible; }

/* Pagination */
nav.pagination {
  margin: 2em 0;
  width: 100%;
  text-align: center; }

nav.pagination .nav-links > .current {
  border: none; }
nav.pagination .nav-links > * {
  margin-right: .5em;
  border: 1px solid #00b2ba;
  border-radius: 3px;
  padding: .25em .75em; }

/*--------------------------------------------------------------
## Responsive Menu Overlay
--------------------------------------------------------------*/
.nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
  z-index: -9999;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500; }
  .nav-overlay.open {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .2s;
    background: #004F6B;
    z-index: 9999; }
  .nav-overlay .nav-overlay-close {
    position: absolute;
    right: 32px;
    top: 16px;
    padding: 8px 16px;
    background: #F4F4F0;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #4E5058;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    transition: .2s;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    z-index: 99999; }
    .nav-overlay .nav-overlay-close:hover, .nav-overlay .nav-overlay-close:focus {
      background: rgba(244, 244, 240, 0.8); }
  .nav-overlay .mobile-menu-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: scroll; }
    .nav-overlay .mobile-menu-container .container {
      max-width: 830px;
      padding: 0 4em;
      margin: 1.2em auto 2em auto; }
      .nav-overlay .mobile-menu-container .container ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .nav-overlay .mobile-menu-container .container ul a {
          font-size: 4vw;
          color: #00b2ba;
          text-decoration: none;
          padding: 0;
          margin: 8px 0;
          display: inline-block; }
          .nav-overlay .mobile-menu-container .container ul a:hover, .nav-overlay .mobile-menu-container .container ul a:focus {
            text-decoration: underline; }
        .nav-overlay .mobile-menu-container .container ul .sub-menu {
          margin-left: 1em;
          margin-bottom: 1em; }
          .nav-overlay .mobile-menu-container .container ul .sub-menu a {
            color: white;
            font-size: 1.25em;
            margin: .25em 0; }
      .nav-overlay .mobile-menu-container .container hr {
        height: 4px;
        border: none;
        border-radius: 3px;
        background: rgba(0, 178, 186, 0.1);
        margin: 1em 0; }
        .nav-overlay .mobile-menu-container .container hr:before {
          background: none; }
      .nav-overlay .mobile-menu-container .container .menu-top-menu-container li {
        /*&.red-btn {
        	a {
        		color: $coral;
        		
        		&:hover, &:focus {
        			color: rgba($coral, .7);
        		}
        	}
        }*/ }
        .nav-overlay .mobile-menu-container .container .menu-top-menu-container li a {
          color: #EDEC79; }
          .nav-overlay .mobile-menu-container .container .menu-top-menu-container li a:hover, .nav-overlay .mobile-menu-container .container .menu-top-menu-container li a:focus {
            color: #f4f3ae; }
      .nav-overlay .mobile-menu-container .container form.search-form {
        padding: 0;
        margin-top: 1em; }
        .nav-overlay .mobile-menu-container .container form.search-form label {
          margin-bottom: 1em; }

/** Hamburg Menu **/
.menu-toggle {
  cursor: pointer; }
  .menu-toggle:hover, .menu-toggle:focus {
    background: rgba(244, 244, 240, 0.7);
    border-radius: 3px;
    transition: .2s; }

.hamburger {
  width: 48px;
  height: 58px;
  transition: .2s;
  transition-duration: 1s;
  display: inline-block;
  margin: 0px auto;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  position: absolute;
  z-index: 99999; }
  .hamburger.open {
    display: inline-block !important;
    /*border: 2px solid $teal;
    height: 64px;
    width: 52px;
    border-radius: 3px;*/ }
  .hamburger:hover, .hamburger:focus {
    background: none; }
    .hamburger:hover .menu-text, .hamburger:focus .menu-text {
      color: #00b2ba;
      transition: .2s; }
    .hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after, .hamburger:focus .hamburger-inner:before, .hamburger:focus .hamburger-inner:after {
      background-color: #00b2ba;
      transition: .2s; }
  .hamburger .menu-text {
    font-size: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #004F6B;
    position: absolute;
    top: 5px;
    left: 3px;
    text-align: center; }
  .hamburger .hamburger-inner {
    height: 4px;
    width: 41.38px;
    top: 15px;
    left: 3px;
    border-radius: 3px;
    position: absolute;
    transition-duration: 0.2s;
    background: transparent; }
    .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
      left: 0;
      position: absolute;
      top: 10px;
      height: 4px;
      width: 41.38px;
      background-color: #004F6B;
      content: "";
      border-radius: 3px;
      transition-duration: 0.2s; }
    .hamburger .hamburger-inner:after {
      top: 20px; }

.hamburger-inner {
  transition-duration: 0.1s;
  transition-delay: 0.1s; }

.hamburger-inner:after, .hamburger-inner:before {
  transition: transform 0.1s, top 0.1s 0.1s; }

.hamburger.open .menu-text {
  color: #00b2ba; }

.hamburger.open .hamburger-inner {
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  background: transparent; }

.hamburger.open .hamburger-inner:before {
  transition: top 0.2s, transform 0.1s 0.1s;
  top: 20px;
  transform: rotateZ(-45deg);
  background-color: #00b2ba; }

.hamburger.open .hamburger-inner:after {
  transition: top 0.1s, transform 0.1s 0.1s;
  top: 20px;
  transform: rotateZ(45deg);
  background-color: #00b2ba; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #004F6B;
  color: #538DA2;
  padding: 1em 0;
  position: relative;
  overflow: hidden; }
  footer .non-profit-org {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.3;
    font-family: brandon-grotesque, sans-serif; }
  footer .container .col:nth-child(1) {
    /* PHA logo */
    order: 1;
    margin-left: 0 !important; }
  footer .container .col:nth-child(2) {
    /* contact */
    order: 2; }
  footer .container .col:nth-child(3) {
    /* support */
    order: 5; }
  footer .container .col:nth-child(4) {
    /* social */
    order: 3; }
  footer .container .col:nth-child(5) {
    /* email */
    order: 4;
    width: 100%; }
  footer .container .col:nth-child(6) {
    /* badges */
    order: 6;
    width: 100%;
    margin-top: 1em; }
  footer .social-links {
    margin-top: 2px; }
    footer .social-links a path, footer .social-links a polygon, footer .social-links a rect {
      fill: #00b2ba;
      transition: .2s; }
    footer .social-links a:hover, footer .social-links a:focus {
      text-decoration: none; }
    footer .social-links a:hover path, footer .social-links a:focus path {
      fill: #EDEC79;
      transition: .2s;
      text-decoration: none; }
  footer .svg-icon {
    width: 3em;
    height: 2em; }
  footer .facebook .svg-icon {
    position: relative;
    top: 3px;
    left: 5px; }
  footer .youtube .svg-icon {
    position: relative;
    right: 5px; }
  footer .instagram .svg-icon {
    position: relative;
    right: 10px;
    max-width: 37px;
    max-height: 35px;
    top: -3px; }
  footer .twitter .svg-icon {
    position: relative;
    top: 3px;
    right: 5px;
    max-width: 37px;
    max-height: 28px;
    top: -7px; }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    footer .container .col {
      width: 100%;
      padding: 0 15px;
      margin: 1em 0;
      text-align: center;
      /* End .badges */ }
      footer .container .col .logo {
        margin: 0 auto; }
      footer .container .col .kudos {
        text-align: center;
        color: #538DA2;
        text-transform: uppercase;
        margin-top: 2em;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif; }
        footer .container .col .kudos.desktop {
          display: none; }
        footer .container .col .kudos.mobile {
          display: block; }
      footer .container .col .contact-info {
        color: #EDEC79;
        font-family: brandon-grotesque, sans-serif;
        font-size: 18px;
        margin-bottom: 1.5em; }
        footer .container .col .contact-info em {
          font-style: normal;
          font-weight: 300;
          font-size: 14px; }
        footer .container .col .contact-info a {
          color: #EDEC79; }
      footer .container .col .btn {
        background: #EDEC79;
        color: #004F6B;
        text-transform: uppercase;
        font-size: 16px;
        padding: 13px 24px 9px;
        font-weight: 900; }
        footer .container .col .btn.ghost {
          border-color: #00b2ba;
          background: none;
          color: #fff;
          font-size: 16px;
          margin-right: 10px; }
          footer .container .col .btn.ghost:hover, footer .container .col .btn.ghost:focus {
            background: #00b2ba;
            color: #fff; }
      footer .container .col .email-sign-up {
        color: #EDEC79;
        font-weight: 300;
        font-size: 30px; }
      footer .container .col.badges .ncrc-badge {
        max-width: 212px;
        width: 100%;
        display: inline-block;
        margin: 20px 0 0 25px; }
        @media screen and (min-width: 1360px) {
          footer .container .col.badges .ncrc-badge {
            float: right;
            margin: 0 25px 0 0; } }
      footer .container .col.badges img {
        display: inline-block;
        text-align: right;
        margin-left: 10px; }
      footer .container .col.badges a:last-child img {
        margin-left: 0 !important; }
      @media screen and (min-width: 1361px) and (max-width: 1406px) {
        footer .container .col.badges #logo1, footer .container .col.badges #logo2, footer .container .col.badges #logo3 {
          width: 10%;
          margin-bottom: 25px; }
        footer .container .col.badges #logo4 {
          width: 15%;
          margin-bottom: 25px;
          margin-top: 11px; }
        footer .container .col.badges #logo5 {
          width: 10%;
          margin-top: 27px; }
        footer .container .col.badges #logo6 {
          width: 6%; }
        footer .container .col.badges #logo7 {
          width: 20%;
          margin-top: 14px; } }
      @media screen and (max-width: 679px) {
        footer .container .col.badges #logo1, footer .container .col.badges #logo2, footer .container .col.badges #logo3 {
          width: 25%;
          margin-bottom: 25px; }
        footer .container .col.badges #logo4 {
          width: 40%;
          margin-left: 0;
          margin-bottom: 25px; }
        footer .container .col.badges #logo5 {
          width: 40%;
          margin-bottom: 25px; }
        footer .container .col.badges #logo6 {
          width: 17%;
          margin-left: 0; }
        footer .container .col.badges #logo7 {
          width: 53%; } }
  footer .col.email form {
    margin-top: 21px; }
    footer .col.email form #EMAIL {
      background-color: #73a6b9;
      border-radius: 3px 0 0 3px;
      border: none;
      color: #02374A;
      font-size: 20px;
      text-align: center;
      padding: 13px 6px 12px 7px; }
      footer .col.email form #EMAIL::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #02374A;
        opacity: 1;
        /* Firefox */ }
      footer .col.email form #EMAIL:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #02374A; }
      footer .col.email form #EMAIL::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #02374A; }
    footer .col.email form [type="submit"] {
      background-color: #EDEC79;
      text-transform: uppercase;
      border-radius: 0 3px 3px 0;
      color: #004F6B;
      border: none;
      border-bottom: 3px solid rgba(78, 80, 88, 0.15);
      font-family: brandon-grotesque, sans-serif;
      font-weight: 900;
      padding: 17px 24px 10px;
      margin-left: 0px;
      font-style: normal;
      font-size: 16px;
      transition: .2s; }
      footer .col.email form [type="submit"]:hover, footer .col.email form [type="submit"]:focus {
        background-color: #00b2ba;
        color: white;
        cursor: pointer;
        transition: .2s; }
  footer .container .col.badges img {
    margin-left: 25px; }
  footer .container .col.badges a:first-of-type img {
    margin-left: 0; }

@media screen and (min-width: 1360px) {
  footer .container {
    flex-wrap: nowrap; }
  footer:after {
    content: '';
    background: url("../images/triangles-stacked.svg");
    height: 340px;
    width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover; } }
@media screen and (max-width: 417px) {
  footer .col.email form [type="submit"] {
    margin-top: 7px; } }
@media screen and (min-width: 1360px) {
  footer .container .col.badges img {
    float: right; } }
@media screen and (min-width: 800px) {
  footer .container .col:nth-child(1) {
    order: 1; }
  footer .container .col:nth-child(2) {
    order: 2;
    text-align: left; }
  footer .container .col:nth-child(3) {
    order: 3; }
  footer .container .col:nth-child(4) {
    order: 5; }
  footer .container .col:nth-child(5) {
    order: 4; }
  footer .container .col:nth-child(1), footer .container .col:nth-child(3) {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  footer .container .col:nth-child(2) {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    text-align: center; }
  footer .container .col .contact-info {
    margin-top: 23px; } }
@media screen and (min-width: 800px) and (max-width: 1800px) {
  footer .container .col:nth-child(3) {
    margin-top: -104px; } }
@media screen and (min-width: 1360px) {
  footer .container {
    flex-wrap: wrap; }
    footer .container .col {
      text-align: left; }
      footer .container .col .logo {
        margin: 0;
        max-width: unset; }
      footer .container .col .kudos {
        text-align: left; }
        footer .container .col .kudos.desktop {
          display: inline-block;
          margin-top: 0; }
        footer .container .col .kudos.mobile {
          display: none; }
      footer .container .col:nth-child(3) {
        margin-top: 0; }
      footer .container .col:nth-child(1), footer .container .col:nth-child(2), footer .container .col:nth-child(3), footer .container .col:nth-child(4) {
        width: -webkit-calc(25% - 60px) !important;
        width: calc(25% - 60px) !important;
        margin: 0 0 0 30px; }
      footer .container .col:nth-child(5) {
        width: -webkit-calc(50% - 80px) !important;
        width: calc(50% - 80px) !important;
        margin: 0;
        padding-left: 50px;
        padding-top: 12px; }
      footer .container .col:nth-child(6) {
        width: 100% !important; }
      footer .container .col:nth-child(1) {
        order: 1; }
      footer .container .col:nth-child(2) {
        order: 2;
        text-align: left; }
      footer .container .col:nth-child(3) {
        order: 5;
        position: relative;
        left: -webkit-calc( 125px - 25%);
        left: calc( 125px - 25%);
        margin-left: 0;
        top: -81px; }
      footer .container .col:nth-child(4) {
        order: 4;
        width: 214px !important;
        position: relative;
        top: -98px;
        left: 50%;
        padding: 0;
        margin-left: 26px; }
      footer .container .col:nth-child(5) {
        order: 3; }
      footer .container .col:nth-child(6) {
        order: 6;
        margin-top: -48px;
        margin-bottom: 0; }
      footer .container .col.badges {
        /* a:first-of-type img {margin-left: 0 !important;}  */ }
        footer .container .col.badges img {
          margin-left: 25px !important;
          margin-bottom: 25px; } }
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home .hero {
  margin-bottom: 2em;
  margin-top: 4em;
  position: relative; }
  .home .hero:after {
    content: '';
    background: url("../images/radial-houses.svg");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 125px;
    background-size: 175%;
    opacity: 0; }
    @media screen and (min-width: 920px) {
      .home .hero:after {
        width: 400px;
        height: 260px;
        right: -100px;
        opacity: 1; } }
    @media screen and (min-width: 1460px) {
      .home .hero:after {
        width: 800px;
        height: 250px;
        background-size: 100%;
        right: 0; } }
  .home .hero .primary-cta {
    margin-bottom: 0;
    margin-top: -4em;
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); }
    @media screen and (min-width: 920px) {
      .home .hero .primary-cta {
        margin-left: 0;
        width: 100%;
        max-width: 100%; } }
    .home .hero .primary-cta .hero-image {
      position: relative; }
      .home .hero .primary-cta .hero-image img {
        min-height: 300px;
        object-fit: cover; }
      .home .hero .primary-cta .hero-image:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: calc(13em - 10vw);
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: #00b2ba;
        background: rgba(0, 178, 186, 0.8); }
        @media screen and (min-width: 600px) {
          .home .hero .primary-cta .hero-image:before {
            top: calc(13em - 16vw); } }
        @media screen and (min-width: 700px) {
          .home .hero .primary-cta .hero-image:before {
            top: 21vw; } }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image:before {
            background: #00b2ba;
            background: rgba(0, 178, 186, 0.8);
            background: -moz-linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            background: -webkit-linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            background: linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2ba",endColorstr="#00b2ba",GradientType=1);
            top: 24px;
            left: 24px;
            bottom: 24px;
            right: 24px;
            width: calc(50% - 24px); } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image:before {
            width: calc(68.4% - 24px); } }
      @media screen and (min-width: 920px) {
        .home .hero .primary-cta .hero-image:after {
          background: linear-gradient(180deg, rgba(0, 79, 107, 0.17) 0%, #004f6b 100%);
          top: 24px;
          right: 24px;
          bottom: 24px;
          position: absolute;
          content: '';
          width: calc(50% - 24px); } }
      @media screen and (min-width: 1515px) {
        .home .hero .primary-cta .hero-image:after {
          width: calc(31.6% - 24px); } }
      .home .hero .primary-cta .hero-image h1 {
        position: absolute;
        margin: 0;
        display: inline-block;
        text-align: center;
        bottom: 124px;
        width: 100%;
        z-index: 9;
        color: white;
        font-size: 224px;
        font-size: 16vw;
        font-weight: 300;
        font-style: italic; }
        @media screen and (min-width: 700px) {
          .home .hero .primary-cta .hero-image h1 {
            bottom: 136px; } }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 7.5em;
            top: 50%;
            transform: translateY(-60%);
            bottom: auto; } }
        @media screen and (min-width: 1100px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 9em; } }
        @media screen and (min-width: 1360px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 10em; } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 11em; } }
      .home .hero .primary-cta .hero-image .buttons {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 1.5em 0;
        background: #004F6B;
        z-index: 99; }
        .home .hero .primary-cta .hero-image .buttons .btn {
          color: #EDEC79;
          border: 2px solid white;
          background: rgba(0, 79, 107, 0.3);
          padding: 8px 20px;
          margin: 0 .25em; }
          .home .hero .primary-cta .hero-image .buttons .btn:hover, .home .hero .primary-cta .hero-image .buttons .btn:focus {
            background: #EDEC79;
            color: #00b2ba;
            border-color: #EDEC79; }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image .buttons {
            position: absolute;
            width: 100%;
            padding: 0;
            background: none;
            bottom: 48px;
            left: -12px; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              margin: 0 1em; } }
        @media screen and (min-width: 1100px) {
          .home .hero .primary-cta .hero-image .buttons {
            bottom: 60px; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              padding: 12px 24px; } }
        @media screen and (min-width: 1360px) {
          .home .hero .primary-cta .hero-image .buttons {
            bottom: 84px; } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image .buttons {
            left: 11.95em; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              background: none; } }
  .home .hero #intro-section, .home .hero .secondary-cta {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    .home .hero #intro-section .container, .home .hero .secondary-cta .container {
      flex-wrap: wrap;
      max-width: 768px; }
      @media screen and (max-width: 767px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          padding: 0; } }
      @media screen and (min-width: 600px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          text-align: center; } }
      @media screen and (min-width: 1360px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          flex-wrap: nowrap;
          text-align: left;
          max-width: 1420px; } }
      .home .hero #intro-section .container .col, .home .hero .secondary-cta .container .col {
        padding: 0;
        width: 100%; }
        @media screen and (min-width: 600px) {
          .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
            padding: 0 1.5em; } }
        @media screen and (min-width: 1360px) {
          .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
            padding: 0; } }
        .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
          border: none; }
        .home .hero #intro-section .container .col:last-child, .home .hero .secondary-cta .container .col:last-child {
          align-self: center;
          text-align: center;
          margin-top: 2em; }
        @media screen and (min-width: 1360px) {
          .home .hero #intro-section .container .col .col, .home .hero .secondary-cta .container .col .col {
            width: 50%; }
          .home .hero #intro-section .container .col:not(:last-child), .home .hero .secondary-cta .container .col:not(:last-child) {
            margin-right: 32px;
            width: 62%; }
          .home .hero #intro-section .container .col:nth-child(2n), .home .hero .secondary-cta .container .col:nth-child(2n) {
            margin-left: 32px;
            text-align: left;
            padding-top: 0;
            width: 38%; } }
.home .wp-block-columns .wp-block-column .wp-block-embed {
  margin-top: 1em;
  margin-bottom: -1em; }
.home .wp-block-columns .wp-block-column hr {
  margin-top: 1.5em;
  margin-bottom: 1em; }
@media screen and (min-width: 920px) {
  .home .wp-block-columns .wp-block-column {
    flex-basis: 50%; }
    .home .wp-block-columns .wp-block-column .wp-block-embed {
      margin-top: 2em;
      padding: 0 2em; }
    .home .wp-block-columns .wp-block-column .has-large-font-size {
      padding: 0 1em; }
    .home .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 0; }
    .home .wp-block-columns .wp-block-column .wp-block-embed {
      margin-top: 1em; } }
@media screen and (min-width: 1460px) {
  .home .wp-block-columns .wp-block-column .wp-block-embed {
    padding: 0 4em; } }

/*--------------------------------------------------------------
# Blog Categories drop down
--------------------------------------------------------------*/
#filter-wrap {
  background: #f4f3ae;
  padding: 1.5em 1em;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  #filter-wrap .filter-btns .btn-filter {
    background: none;
    color: #4E5058;
    border: none;
    margin: 0 1em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 8px 16px; }
    #filter-wrap .filter-btns .btn-filter svg {
      transform: rotate(90deg);
      margin-left: 16px;
      position: relative;
      top: 1px;
      transition: .2s; }
      #filter-wrap .filter-btns .btn-filter svg path {
        fill: #4E5058; }
    #filter-wrap .filter-btns .btn-filter:hover, #filter-wrap .filter-btns .btn-filter:focus, #filter-wrap .filter-btns .btn-filter.active {
      color: #4E5058;
      border-color: #4E5058; }
    #filter-wrap .filter-btns .btn-filter.active svg {
      transform: rotate(-90deg);
      transition: .2s; }

.blog-filter {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .blog-filter .padding {
    padding: 1.5em 0 0 0;
    max-width: 1420px;
    margin: 0 auto;
    line-height: 2; }
    .blog-filter .padding a {
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      margin: 0 1em;
      font-size: 24px;
      color: #4E5058;
      font-weight: 300; }
      .blog-filter .padding a:hover, .blog-filter .padding a:focus {
        text-decoration: underline;
        color: #4E5058; }

/*--------------------------------------------------------------
# News + Events landing page
--------------------------------------------------------------*/
.posts-container, .alm-reveal {
  display: flex;
  flex-wrap: wrap; }
  .posts-container #ajax-load-more, .alm-reveal #ajax-load-more {
    width: 100%; }
  .posts-container .alm-btn-wrap, .alm-reveal .alm-btn-wrap {
    text-align: center;
    margin: 2em 0; }
  .posts-container article, .alm-reveal article {
    width: calc(100%);
    max-width: 600px;
    padding: 1em;
    background: #F4F4F0;
    border-radius: 3px;
    margin: 1em auto; }
    .posts-container article .entry-content, .alm-reveal article .entry-content {
      padding: 0; }
      .posts-container article .entry-content .featured-image, .alm-reveal article .entry-content .featured-image {
        position: relative; }
        .posts-container article .entry-content .featured-image:before, .alm-reveal article .entry-content .featured-image:before {
          background: rgba(0, 178, 186, 0.7);
          height: 40px;
          width: 100%;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          transition: .3s; }
        .posts-container article .entry-content .featured-image:hover:before, .posts-container article .entry-content .featured-image:focus:before, .alm-reveal article .entry-content .featured-image:hover:before, .alm-reveal article .entry-content .featured-image:focus:before {
          height: 100%;
          transition: .3s; }
    .posts-container article .entry-meta, .alm-reveal article .entry-meta {
      font-family: brandon-grotesque, sans-serif;
      margin-bottom: -16px; }
      .posts-container article .entry-meta .category, .alm-reveal article .entry-meta .category {
        display: inline-block;
        text-transform: uppercase; }
      .posts-container article .entry-meta .date-posted, .alm-reveal article .entry-meta .date-posted {
        float: right;
        display: inline-block; }
    .posts-container article a, .alm-reveal article a {
      color: #4E5058; }
    .posts-container article p, .alm-reveal article p {
      margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .posts-container article, .alm-reveal article {
        margin: 1em auto; } }
    @media screen and (min-width: 920px) {
      .posts-container article, .alm-reveal article {
        width: calc(50% - 6em);
        max-width: 100%;
        padding: 2em;
        margin: 1em; } }

/*--------------------------------------------------------------
## News + Events - Archive page
--------------------------------------------------------------*/
.blog-meta {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: -2em;
  margin-top: -2em;
  border-radius: 30px;
  display: inline-block;
  margin: -2em auto;
  width: 100%; }
  .blog-meta a.remove-term {
    margin-left: 8px;
    position: relative;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    height: .5em;
    width: .5em;
    text-decoration: none;
    padding: 8px 12px 6px 16px;
    background: #00b2ba; }
    .blog-meta a.remove-term h2 {
      display: inline-block;
      color: white;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 700;
      font-size: 24px;
      text-transform: uppercase;
      line-height: 1.5em;
      margin: 0; }
      .blog-meta a.remove-term h2 .viewing {
        border-bottom: none;
        display: block;
        color: #4E5058;
        font-size: 18px; }
    .blog-meta a.remove-term:hover, .blog-meta a.remove-term:focus {
      background: #004F6B; }
    .blog-meta a.remove-term svg {
      width: .75em;
      height: .75em;
      position: relative;
      bottom: -3px;
      border-radius: 30px;
      padding: 4px;
      margin-left: 8px; }
      .blog-meta a.remove-term svg path {
        fill: white; }

/*--------------------------------------------------------------
## News + Events - SINGLE page
--------------------------------------------------------------*/
.single .featured-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: -1em;
  max-width: 100vw;
  width: 100vw;
  position: relative;
  max-height: 540px;
  overflow: hidden; }
  .single .featured-image:before {
    /*background: rgba(0, 178, 186, 0.7);
    height: 100%;
    width: 100vw;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;*/ }
  .single .featured-image img {
    max-width: 100vw;
    width: 100vw; }
  .single .featured-image .slanted {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5vw;
    /* set height to pixels if you want angle to change with screen width */ }
    .single .featured-image .slanted polygon {
      fill: #F4F4F0; }
.single .entry-meta {
  font-family: brandon-grotesque, sans-serif;
  margin: 2em 0; }
  .single .entry-meta .date-posted {
    display: inline-block; }
  .single .entry-meta .social-links {
    float: right;
    display: inline-block; }
    .single .entry-meta .social-links a {
      border: 1px solid rgba(78, 80, 88, 0.7);
      border-radius: 100%;
      height: 1em;
      width: 1em;
      display: inline-block;
      padding: 6px;
      margin: 0 4px;
      transition: .2s; }
      .single .entry-meta .social-links a svg {
        height: 1em;
        width: 1em;
        vertical-align: top; }
        .single .entry-meta .social-links a svg path {
          fill: #4E5058;
          transition: .2s; }
      .single .entry-meta .social-links a:hover, .single .entry-meta .social-links a:focus {
        border-color: #00b2ba;
        transition: .2s; }
        .single .entry-meta .social-links a:hover path, .single .entry-meta .social-links a:focus path {
          fill: #00b2ba;
          transition: .2s; }
      .single .entry-meta .social-links a.email svg {
        height: .9em;
        width: .9em;
        position: relative;
        top: 1px;
        left: 1px; }
      .single .entry-meta .social-links a.twitter svg {
        max-height: 17px;
        top: 2px;
        position: relative;
        left: 0; }
.single .footer-meta {
  margin-top: 4em; }
  .single .footer-meta .wp-block-separator {
    margin-bottom: 4em; }
  .single .footer-meta .category {
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
    text-transform: uppercase; }
    .single .footer-meta .category a {
      color: #4E5058; }
  .single .footer-meta .tags {
    font-family: brandon-grotesque, sans-serif;
    display: block; }
    .single .footer-meta .tags a {
      color: #4E5058; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.search .entry-content {
  max-width: 1420px; }
.search h1 {
  text-align: center; }
.search .search-query {
  text-align: center; }
.search .relevanssi-term {
  background: #f4f3ae; }
.search article {
  border-radius: 3px;
  background: #F4F4F0;
  padding: 1em;
  margin: 1em auto;
  display: flex;
  flex-wrap: nowrap; }
  .search article .search-result-image {
    width: 100%;
    max-width: 310px;
    padding-right: 1em; }
  .search article h2 {
    font-size: 2em;
    margin-top: 0; }
    .search article h2 a {
      color: #4E5058; }
  .search article .search-result-permalink {
    margin-top: .5em;
    display: inline-block; }
  .search article .entry-summary p:first-child {
    margin-top: 0; }
  .search article .entry-summary p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# ACF
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Intro Section
--------------------------------------------------------------*/
#intro-section {
  padding: 2em 0;
  margin-top: 0; }
  #intro-section .container {
    display: flex;
    flex-wrap: wrap-reverse;
    max-width: 768px; }
    #intro-section .container .col {
      width: 100%;
      padding: 0 15px; }
      #intro-section .container .col.no-featured-image {
        padding: 0 !important;
        margin: 0 auto;
        max-width: 768px; }
      @media screen and (max-width: 700px) {
        #intro-section .container .col {
          padding: 0; } }
      #intro-section .container .col > *:first-child {
        margin-top: 0; }
      #intro-section .container .col > .text-content {
        border-top: 1px solid #00b2ba;
        margin-top: 1em; }
        #intro-section .container .col > .text-content > *:last-child {
          margin-bottom: 0; }
      #intro-section .container .col:last-of-type {
        margin-top: 0;
        margin-bottom: 1.5em; }
    @media screen and (min-width: 920px) {
      #intro-section .container {
        flex-wrap: nowrap;
        max-width: 1420px;
        padding: 1em; }
        #intro-section .container .col {
          padding: 0 1.5em; }
          #intro-section .container .col:last-of-type {
            margin-top: 0;
            margin-bottom: 0; }
          #intro-section .container .col .wp-caption-text {
            margin-bottom: 0; } }

/*--------------------------------------------------------------
# VFB
--------------------------------------------------------------*/
.success {
  margin: 2em auto -1em auto !important;
  display: block;
  padding: 1em;
  background: #dff0d8;
  border-radius: 3px;
  border: 1px solid #d6e9c6;
  color: #006f62;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3; }

.vfbp-form {
  margin: 2em 0 !important;
  padding: 1em 0;
  border-radius: 3px;
  color: #4E5058;
  background: white; }
  .vfbp-form h2, .vfbp-form h3, .vfbp-form h4, .vfbp-form h5, .vfbp-form h6 {
    border-bottom: 1px solid #00b2ba;
    padding-bottom: .125em;
    margin-top: 0; }
  .vfbp-form label {
    color: #4E5058;
    font-size: inherit;
    font-weight: normal;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: .5em;
    margin-top: .75em; }
  .vfbp-form .vfb-form-control {
    border-radius: 3px;
    border-color: #d3d3d3;
    padding: 1em .75em;
    font-size: 1em;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background: #f9f9f9; }
  .vfbp-form .vfb-col-1, .vfbp-form .vfb-col-2, .vfbp-form .vfb-col-3, .vfbp-form .vfb-col-4, .vfbp-form .vfb-col-5, .vfbp-form .vfb-col-6, .vfbp-form .vfb-col-7, .vfbp-form .vfb-col-8, .vfbp-form .vfb-col-9, .vfbp-form .vfb-col-10, .vfbp-form .vfb-col-11, .vfbp-form .vfb-col-12 {
    padding-left: 0;
    padding-right: 0; }
  .vfbp-form .vfb-form-group:first-child div[class*='vfb-col-'] {
    margin-bottom: 16px; }
  .vfbp-form .vfb-input-group-btn {
    top: -5px; }
    .vfbp-form .vfb-input-group-btn .btn {
      border-radius: 3px !important;
      margin: 5px 0 0 5px;
      background: #bbd4dd !important;
      color: #004F6B !important; }
      .vfbp-form .vfb-input-group-btn .btn:hover, .vfbp-form .vfb-input-group-btn .btn:focus {
        background: #00b2ba !important;
        color: #fff !important; }
  .vfbp-form .fileinput-remove-button, .vfbp-form .btn-file {
    margin: 0;
    top: 0px;
    position: relative;
    padding: 4px 16px !important; }
  .vfbp-form .vfb-form-control.file-caption {
    padding: 8px 12px;
    height: 45px; }
  @media screen and (min-width: 768px) {
    .vfbp-form .vfb-form-group:first-child div[class*='vfb-col-'] {
      padding-right: 8px; }
    .vfbp-form .vfb-form-group:last-child div[class*='vfb-col-'] {
      padding-left: 8px; } }

.single .vfbp-form {
  padding: 1em; }
  @media screen and (min-width: 920px) {
    .single .vfbp-form {
      padding: 1em 2em; } }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1px) {
  body {
    font-size: 1.1em; }

  header .container {
    flex-direction: column;
    justify-content: center; }
    header .container .site-branding {
      margin: 0 auto; }
    header .container .nav-container {
      display: none; }
    header .container .nav-overlay .container {
      flex-direction: column;
      padding: 0 1em 0 4.5em; }
      header .container .nav-overlay .container a {
        font-size: 1.5em; }
      header .container .nav-overlay .container form.search-form label {
        font-size: 1em; }
      header .container .nav-overlay .container form.search-form input, header .container .nav-overlay .container form.search-form button {
        font-size: 1.25em; }

  #site-navigation .menu-primary-container {
    display: none; }

  #btn-search {
    display: none; }

  form.search-form input[type="search"], form.search-form button {
    font-size: 2em; } }
@media screen and (max-width: 400px) {
  body {
    border: none; }

  .site-branding {
    margin: 0 !important;
    padding-right: 10px;
    width: 210px;
    align-self: flex-end; } }
@media screen and (max-width: 599px) {
  body {
    border: none; }

  .site-branding {
    width: 210px; }
    .site-branding .mobile-logo {
      display: inline-block;
      max-width: 210px; }
    .site-branding .desktop-logo {
      display: none; }

  .mobile-search form.search-form .flex-wrap {
    max-height: 52px; }
    .mobile-search form.search-form .flex-wrap ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      padding-top: 5px; }
    .mobile-search form.search-form .flex-wrap button {
      padding-top: 12px; } }
@media screen and (min-width: 600px) {
  body {
    font-size: 1.3em; }

  .site-branding .mobile-logo {
    display: none; }
  .site-branding .desktop-logo {
    display: inline-block; }

  .nav-overlay .container {
    padding: 0 4em 0 6em !important; } }
@media screen and (min-width: 920px) {
  header {
    padding-bottom: 1.6em; }
    header .container {
      flex-direction: row;
      justify-content: inherit;
      position: relative;
      min-height: 114px; }
      header .container .site-branding {
        width: 400px;
        margin: 0;
        max-width: none; }
      header .container .nav-container {
        display: inline-block;
        width: calc(100% - 400px); }
        header .container .nav-container .top-row {
          position: relative;
          top: 20px; }
          header .container .nav-container .top-row #top-navigation li {
            margin: 0 4px; }
        header .container .nav-container #site-navigation {
          position: absolute;
          width: 100vw;
          top: 64px;
          right: 0;
          font-size: 22px;
          border-top: 1px solid #F4F4F0;
          margin-top: 56px;
          background: white; }
          header .container .nav-container #site-navigation ul {
            margin: 12px 0; }
      header .container .nav-overlay .container {
        flex-direction: column; }
        header .container .nav-overlay .container a {
          font-size: 2em; }
        header .container .nav-overlay .container form.search-form label {
          font-size: 1.5em; }
        header .container .nav-overlay .container form.search-form input, header .container .nav-overlay .container form.search-form button {
          font-size: 2em; }

  .menu-toggle {
    display: none; }

  #site-navigation .menu-primary-container {
    display: block; }

  #btn-search {
    display: inline-block; }

  form.search-form input[type="search"] {
    font-size: 4em; } }
@media screen and (max-width: 960px) {
  #btn-search {
    margin-left: -4px; } }
@media screen and (min-width: 1460px) {
  header {
    padding-bottom: 0; }
    header .container .site-branding {
      width: 500px;
      margin-top: 32px; }
    header .container .nav-container {
      width: calc(100% - 500px); }
      header .container .nav-container .top-row {
        top: auto; }
        header .container .nav-container .top-row #top-navigation li {
          margin: 0 8px; }
      header .container .nav-container #site-navigation {
        position: inherit;
        width: auto;
        top: auto;
        right: auto;
        border: none;
        margin-top: 0;
        background: none;
        padding: 0; }
        header .container .nav-container #site-navigation ul {
          margin: 1em 0; } }
@media screen and (min-width: 1500px) {
  header .container .nav-container #site-navigation {
    font-size: 24px; } }
/*--------------------------------------------------------------
# Homepage - COVID-19 UPDATE
--------------------------------------------------------------*/
.home .hero {
  margin-bottom: 2em;
  margin-top: 4em;
  position: relative; }
  .home .hero:after {
    content: '';
    background: url("../images/radial-houses.svg");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 125px;
    background-size: 175%;
    opacity: 0; }
    @media screen and (min-width: 920px) {
      .home .hero:after {
        width: 400px;
        height: 260px;
        right: -100px;
        opacity: 1; } }
    @media screen and (min-width: 1460px) {
      .home .hero:after {
        width: 800px;
        height: 250px;
        background-size: 100%;
        right: 0; } }
  .home .hero .primary-cta {
    margin-bottom: 0;
    margin-top: -4em;
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); }
    @media screen and (min-width: 920px) {
      .home .hero .primary-cta {
        margin-left: 0;
        width: 100%;
        max-width: 100%; } }
    .home .hero .primary-cta .hero-image {
      position: relative; }
      .home .hero .primary-cta .hero-image img {
        min-height: 300px;
        object-fit: cover; }
      .home .hero .primary-cta .hero-image:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: calc(13em - 10vw);
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: #00b2ba;
        background: rgba(0, 178, 186, 0.8); }
        @media screen and (min-width: 600px) {
          .home .hero .primary-cta .hero-image:before {
            top: calc(13em - 16vw); } }
        @media screen and (min-width: 700px) {
          .home .hero .primary-cta .hero-image:before {
            top: 21vw; } }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image:before {
            background: #00b2ba;
            background: rgba(0, 178, 186, 0.8);
            background: -moz-linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            background: -webkit-linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            background: linear-gradient(180deg, rgba(0, 178, 186, 0.29) 0%, #00b2ba 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2ba",endColorstr="#00b2ba",GradientType=1);
            top: 24px;
            left: 24px;
            bottom: 24px;
            right: 24px;
            width: calc(50% - 24px); } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image:before {
            width: calc(68.4% - 24px); } }
      @media screen and (min-width: 920px) {
        .home .hero .primary-cta .hero-image:after {
          background: linear-gradient(180deg, rgba(0, 79, 107, 0.17) 0%, #004f6b 100%);
          top: 24px;
          right: 24px;
          bottom: 24px;
          position: absolute;
          content: '';
          width: calc(50% - 24px); } }
      @media screen and (min-width: 1515px) {
        .home .hero .primary-cta .hero-image:after {
          width: calc(31.6% - 24px); } }
      .home .hero .primary-cta .hero-image h1 {
        position: absolute;
        margin: 0;
        display: inline-block;
        text-align: center;
        bottom: 198px;
        width: 100%;
        z-index: 9;
        color: white;
        font-size: 224px;
        font-size: 10vw;
        font-weight: 300;
        font-style: italic; }
        @media screen and (min-width: 500px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 10vw;
            bottom: 134px; } }
        @media screen and (min-width: 700px) {
          .home .hero .primary-cta .hero-image h1 {
            bottom: 152px; } }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 4em;
            top: 50%;
            transform: translateY(-60%);
            bottom: auto; } }
        @media screen and (min-width: 1100px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 5em; } }
        @media screen and (min-width: 1360px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 6em; } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image h1 {
            font-size: 7em; } }
      .home .hero .primary-cta .hero-image .buttons {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        background: #004F6B;
        z-index: 99; }
        .home .hero .primary-cta .hero-image .buttons .btn {
          color: #EDEC79;
          border: 2px solid white;
          background: rgba(0, 79, 107, 0.3);
          padding: 8px 20px;
          margin: 15px;
          font-size: 18px;
          display: block; }
          .home .hero .primary-cta .hero-image .buttons .btn:hover, .home .hero .primary-cta .hero-image .buttons .btn:focus {
            background: #EDEC79;
            color: #00b2ba;
            border-color: #EDEC79; }
        @media screen and (min-width: 500px) {
          .home .hero .primary-cta .hero-image .buttons {
            padding: 1.5em 0; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              display: inline-block;
              margin: 0 .25em; } }
        @media screen and (min-width: 920px) {
          .home .hero .primary-cta .hero-image .buttons {
            position: absolute;
            width: 100%;
            padding: 0;
            background: none;
            bottom: 54px;
            left: -6px; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              margin: 0 1em; } }
        @media screen and (min-width: 1100px) {
          .home .hero .primary-cta .hero-image .buttons {
            bottom: 64px; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              padding: 12px 24px; } }
        @media screen and (min-width: 1360px) {
          .home .hero .primary-cta .hero-image .buttons {
            bottom: 84px; } }
        @media screen and (min-width: 1515px) {
          .home .hero .primary-cta .hero-image .buttons {
            left: 12.3em; }
            .home .hero .primary-cta .hero-image .buttons .btn {
              background: none; } }
  .home .hero #intro-section, .home .hero .secondary-cta {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    .home .hero #intro-section .container, .home .hero .secondary-cta .container {
      flex-wrap: wrap;
      max-width: 768px; }
      @media screen and (max-width: 767px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          padding: 0; } }
      @media screen and (min-width: 600px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          text-align: center; } }
      @media screen and (min-width: 1360px) {
        .home .hero #intro-section .container, .home .hero .secondary-cta .container {
          flex-wrap: nowrap;
          text-align: left;
          max-width: 1420px; } }
      .home .hero #intro-section .container .col, .home .hero .secondary-cta .container .col {
        padding: 0;
        width: 100%; }
        @media screen and (min-width: 600px) {
          .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
            padding: 0 1.5em; } }
        @media screen and (min-width: 1360px) {
          .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
            padding: 0; } }
        .home .hero #intro-section .container .col .text-content, .home .hero .secondary-cta .container .col .text-content {
          border: none; }
        .home .hero #intro-section .container .col:last-child, .home .hero .secondary-cta .container .col:last-child {
          align-self: center;
          text-align: center;
          margin-top: 2em; }
        @media screen and (min-width: 1360px) {
          .home .hero #intro-section .container .col .col, .home .hero .secondary-cta .container .col .col {
            width: 50%; }
          .home .hero #intro-section .container .col:not(:last-child), .home .hero .secondary-cta .container .col:not(:last-child) {
            margin-right: 32px;
            width: 62%; }
          .home .hero #intro-section .container .col:nth-child(2n), .home .hero .secondary-cta .container .col:nth-child(2n) {
            margin-left: 32px;
            text-align: left;
            padding-top: 0;
            width: 38%; } }

@media screen and (min-width: 720px) {
  .home .hero .primary-cta .hero-image .buttons .btn {
    font-size: 24px; } }
/* Alert Banner
--------------------------------------------- */
.alert-banner {
  background: #004F6B;
  border-bottom: 2px solid #00b2ba;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: center;
  color: white;
  margin-top: -16px;
  font-size: 18px;
  font-weight: 300; }
  .alert-banner .wide-wrap {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px; }
  .alert-banner a {
    color: #EDEC79;
    text-decoration: underline; }
    .alert-banner a:hover, .alert-banner a:focus {
      color: #EDEC79;
      text-decoration: none; }
  .alert-banner img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    margin-right: 6px;
    position: relative;
    top: 6px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    padding: 4px; }
  .alert-banner p:first-of-type {
    margin-top: 0 !important;
    display: inline; }
  .alert-banner p:last-of-type {
    margin-bottom: 0 !important; }
  @media (max-width: 599px) {
    .alert-banner {
      margin-top: 0; } }

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
#to-top {
  display: block;
  position: fixed;
  bottom: 20px;
  border: none;
  right: 30px;
  z-index: 99;
  background: #73a6b9;
  color: #02374A;
  cursor: pointer;
  padding: 0;
  border-radius: 100%;
  height: 48px;
  /*  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);*/
  width: 48px;
  line-height: 56px;
  text-align: center; }

#to-top:hover, #to-top:focus {
  color: #fff; }

#to-top svg {
  transform: rotate(-90deg); }

footer #to-top .svg-icon {
  width: 1.5em;
  height: 1.5em;
  top: 3px;
  position: relative; }

.svg-icon path, .svg-icon polygon, .svg-icon rect {
  fill: #02374A; }

#to-top:hover .svg-icon path, #to-top:focus .svg-icon path {
  fill: #fff; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.entry-content > * {
  margin: 1em auto;
  max-width: 100%; }
  .entry-content > * > *:first-child {
    margin-top: 0; }
  .entry-content > * > *:last-child {
    margin-bottom: 0; }
  .entry-content > *.alignfull {
    width: 100vw;
    max-width: calc(100% + 30px);
    margin-left: -15px; }
  .entry-content > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 1.5em 1em 0; }
  .entry-content > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 1em 1.5em; }
  .entry-content > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 768px) {
  .entry-content > *.alignwide {
    margin: calc( 2 * 1em) calc(15% - 15vw);
    max-width: 100vw;
    width: auto; } }
@media screen and (min-width: 768px) {
  .entry-content > *.alignfull {
    margin: calc( 2 * 1em ) -2em;
    max-width: 100vw;
    width: 100vw; } }
@media screen and (min-width: 868px) {
  .entry-content > *.alignfull {
    margin: calc( 2 * 1em ) calc(50% - 50vw); } }
/*--------------------------------------------------------------
## Container block
------------------------------------------------------------- */
.wp-block-spacer, .ugb-container .wp-block-spacer {
  margin: 0 !important; }

.wp-block-ugb-container {
  box-shadow: none;
  border-radius: 3px;
  padding: 2em 15px;
  margin-top: 2em;
  margin-bottom: 2em; }
  .wp-block-ugb-container.alignfull {
    border-radius: 0;
    width: 100%;
    padding: 2em 15px; }

@media screen and (min-width: 768px) {
  .wp-block-ugb-container.alignfull {
    padding: 2em 2.4em; } }
@media screen and (min-width: 854px) {
  .wp-block-ugb-container.alignfull {
    padding-left: 0;
    padding-right: 0;
    width: 100vw; } }
.ugb-container__content-wrapper {
  max-width: 768px;
  margin: 0 auto !important; }

/*--------------------------------------------------------------
## Button block
------------------------------------------------------------- */
.wp-block-button.full-width {
  margin-bottom: 0; }
  .wp-block-button.full-width a {
    width: calc(100% - 2em) !important; }

.wp-block-button__link, a.btn, .vfbp-form .btn {
  padding: 8px 20px;
  border-radius: 3px;
  border: none;
  border-bottom: 3px solid rgba(78, 80, 88, 0.15);
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin: .5em auto; }

.wp-block-button__link:hover, a.btn:hover, .vfbp-form .btn:hover {
  text-decoration: none; }

.vfbp-form .btn[disabled]:hover {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: .5em;
  padding: 8px 20px;
  letter-spacing: normal;
  text-transform: none;
  border: none;
  border-radius: 3px;
  background-image: none;
  border-bottom: 3px solid rgba(78, 80, 88, 0.15); }

.wp-block-button__link:not(.has-text-color), a.btn:not(.has-text-color), .vfbp-form .btn:not(.has-text-color), .wp-block-button__link:not(.has-text-color):hover, a.btn:not(.has-text-color):hover, .vfbp-form .btn:not(.has-text-color):hover {
  color: white; }

.wp-block-button__link:not(.has-background), a.btn:not(.has-background), .vfbp-form .btn:not(.has-background) {
  background-color: #004F6B; }

.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #00b2ba; }

a.btn:not(.has-background):hover, a.btn:not(.has-background):focus {
  background-color: #00b2ba; }

.vfbp-form .btn:not(.has-background):hover, .vfbp-form .btn:not(.has-background):focus {
  background-color: #00b2ba; }

.wp-block-button__link.has-teal-color:hover, .wp-block-button__link.has-teal-color:focus {
  color: #00b2ba; }

a.btn.has-teal-color:hover, a.btn.has-teal-color:focus {
  color: #00b2ba; }

.vfbp-form .btn.has-teal-color:hover, .vfbp-form .btn.has-teal-color:focus {
  color: #00b2ba; }

.wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus {
  background-color: #005054; }

a.btn.has-teal-background-color:hover, a.btn.has-teal-background-color:focus {
  background-color: #005054; }

.vfbp-form .btn.has-teal-background-color:hover, .vfbp-form .btn.has-teal-background-color:focus {
  background-color: #005054; }

.wp-block-button__link.has-denim-color:hover, .wp-block-button__link.has-denim-color:focus {
  color: #004F6B; }

a.btn.has-denim-color:hover, a.btn.has-denim-color:focus {
  color: #004F6B; }

.vfbp-form .btn.has-denim-color:hover, .vfbp-form .btn.has-denim-color:focus {
  color: #004F6B; }

.wp-block-button__link.has-denim-background-color:hover, .wp-block-button__link.has-denim-background-color:focus {
  background-color: #000405; }

a.btn.has-denim-background-color:hover, a.btn.has-denim-background-color:focus {
  background-color: #000405; }

.vfbp-form .btn.has-denim-background-color:hover, .vfbp-form .btn.has-denim-background-color:focus {
  background-color: #000405; }

.wp-block-button__link.has-daffodil-color:hover, .wp-block-button__link.has-daffodil-color:focus {
  color: #EDEC79; }

a.btn.has-daffodil-color:hover, a.btn.has-daffodil-color:focus {
  color: #EDEC79; }

.vfbp-form .btn.has-daffodil-color:hover, .vfbp-form .btn.has-daffodil-color:focus {
  color: #EDEC79; }

.wp-block-button__link.has-daffodil-background-color:hover, .wp-block-button__link.has-daffodil-background-color:focus {
  background-color: #e1df1f; }

a.btn.has-daffodil-background-color:hover, a.btn.has-daffodil-background-color:focus {
  background-color: #e1df1f; }

.vfbp-form .btn.has-daffodil-background-color:hover, .vfbp-form .btn.has-daffodil-background-color:focus {
  background-color: #e1df1f; }

.wp-block-button__link.has-soft-daffodil-color:hover, .wp-block-button__link.has-soft-daffodil-color:focus {
  color: #f4f3ae; }

a.btn.has-soft-daffodil-color:hover, a.btn.has-soft-daffodil-color:focus {
  color: #f4f3ae; }

.vfbp-form .btn.has-soft-daffodil-color:hover, .vfbp-form .btn.has-soft-daffodil-color:focus {
  color: #f4f3ae; }

.wp-block-button__link.has-soft-daffodil-background-color:hover, .wp-block-button__link.has-soft-daffodil-background-color:focus {
  background-color: #e8e654; }

a.btn.has-soft-daffodil-background-color:hover, a.btn.has-soft-daffodil-background-color:focus {
  background-color: #e8e654; }

.vfbp-form .btn.has-soft-daffodil-background-color:hover, .vfbp-form .btn.has-soft-daffodil-background-color:focus {
  background-color: #e8e654; }

.wp-block-button__link.has-coral-color:hover, .wp-block-button__link.has-coral-color:focus {
  color: #ee3350; }

a.btn.has-coral-color:hover, a.btn.has-coral-color:focus {
  color: #ee3350; }

.vfbp-form .btn.has-coral-color:hover, .vfbp-form .btn.has-coral-color:focus {
  color: #ee3350; }

.wp-block-button__link.has-coral-background-color:hover, .wp-block-button__link.has-coral-background-color:focus {
  background-color: #ad0e27; }

a.btn.has-coral-background-color:hover, a.btn.has-coral-background-color:focus {
  background-color: #ad0e27; }

.vfbp-form .btn.has-coral-background-color:hover, .vfbp-form .btn.has-coral-background-color:focus {
  background-color: #ad0e27; }

.wp-block-button__link.has-chiffon-color:hover, .wp-block-button__link.has-chiffon-color:focus {
  color: #F4F4F0; }

a.btn.has-chiffon-color:hover, a.btn.has-chiffon-color:focus {
  color: #F4F4F0; }

.vfbp-form .btn.has-chiffon-color:hover, .vfbp-form .btn.has-chiffon-color:focus {
  color: #F4F4F0; }

.wp-block-button__link.has-chiffon-background-color:hover, .wp-block-button__link.has-chiffon-background-color:focus {
  background-color: #c9c9b5; }

a.btn.has-chiffon-background-color:hover, a.btn.has-chiffon-background-color:focus {
  background-color: #c9c9b5; }

.vfbp-form .btn.has-chiffon-background-color:hover, .vfbp-form .btn.has-chiffon-background-color:focus {
  background-color: #c9c9b5; }

.wp-block-button__link.has-anchor-grey-color:hover, .wp-block-button__link.has-anchor-grey-color:focus {
  color: #4E5058; }

a.btn.has-anchor-grey-color:hover, a.btn.has-anchor-grey-color:focus {
  color: #4E5058; }

.vfbp-form .btn.has-anchor-grey-color:hover, .vfbp-form .btn.has-anchor-grey-color:focus {
  color: #4E5058; }

.wp-block-button__link.has-anchor-grey-background-color:hover, .wp-block-button__link.has-anchor-grey-background-color:focus {
  background-color: #1e1f22; }

a.btn.has-anchor-grey-background-color:hover, a.btn.has-anchor-grey-background-color:focus {
  background-color: #1e1f22; }

.vfbp-form .btn.has-anchor-grey-background-color:hover, .vfbp-form .btn.has-anchor-grey-background-color:focus {
  background-color: #1e1f22; }

.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff; }

a.btn.has-white-color:hover, a.btn.has-white-color:focus {
  color: #fff; }

.vfbp-form .btn.has-white-color:hover, .vfbp-form .btn.has-white-color:focus {
  color: #fff; }

.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #cccccc; }

a.btn.has-white-background-color:hover, a.btn.has-white-background-color:focus {
  background-color: #cccccc; }

.vfbp-form .btn.has-white-background-color:hover, .vfbp-form .btn.has-white-background-color:focus {
  background-color: #cccccc; }

/*--------------------------------------------------------------
## Media & Text block
------------------------------------------------------------- */
.wp-block-media-text {
  margin: 2em 0; }
  .wp-block-media-text figure {
    position: relative; }
    .wp-block-media-text figure:before {
      background: rgba(0, 178, 186, 0.7);
      height: 40px;
      width: 100%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0; }
  .wp-block-media-text .wp-block-media-text__content {
    padding-bottom: .5em; }

@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1em .5em 1em; } }
.wp-block-media-text__content h2, h3, h4, h5 {
  margin-top: .75em; }

@media (max-width: 919px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: block;
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
      grid-template-areas: "media-text-media" "media-text-content"; } }
@media (min-width: 920px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 50% !important; } }
/*--------------------------------------------------------------
## Columns
------------------------------------------------------------- */
.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

.wp-block-column {
  flex-grow: 1;
  flex-basis: 100%; }
  .wp-block-column:not(:first-child) {
    margin-left: 0; }

@media screen and (min-width: 920px) {
  .wp-block-columns {
    flex-wrap: nowrap; }

  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
    .wp-block-column:not(:first-child) {
      margin-left: 2em; } }
@media screen and (max-width: 920px) {
  .home main > .entry-content {
    max-width: 768px; } }
/*--------------------------------------------------------------
## Blockquote
------------------------------------------------------------- */
blockquote {
  background: transparent;
  text-align: left;
  padding: 1em 0; }
  blockquote.wp-block-quote {
    background: transparent;
    text-align: left;
    padding: 1em 0; }
  blockquote p, blockquote.wp-block-quote p {
    color: #004F6B;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 1.5; }
  blockquote cite, blockquote .wp-block-quote__citation {
    color: #00b2ba !important;
    display: block;
    margin-top: 16px;
    font-style: normal;
    text-transform: none !important;
    font-weight: 400;
    font-size: 18px !important; }
  blockquote.wp-block-quote cite, blockquote.wp-block-quote .wp-block-quote__citation {
    color: #00b2ba !important;
    display: block;
    margin-top: 16px;
    font-style: normal;
    text-transform: none !important;
    font-weight: 400;
    font-size: 18px !important; }
  blockquote p:last-of-type, blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large {
    margin: calc( 2 * 1em ) auto; }
  blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
    margin: calc( 2 * 1em ) auto; }
  blockquote.is-large p, blockquote.is-style-large p {
    font-size: 30px; }
  blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p {
    font-size: 30px; }
  blockquote.is-large cite, blockquote.is-style-large cite {
    text-align: left; }
  blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-style-large cite {
    text-align: left; }

/*--------------------------------------------------------------
## Pull Quote
------------------------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 1em 0;
  max-width: 600px; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 16px 0;
    text-align: left;
    margin: 0 auto;
    color: #004F6B;
    border-color: #00b2ba; }
  .wp-block-pullquote.alignfull blockquote {
    padding-left: 10px;
    padding-right: 10px; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 768px;
    border: none; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/*--------------------------------------------------------------
## Separator
------------------------------------------------------------- */
.wp-block-separator, hr {
  margin: 2em auto; }

.wp-block-separator:not(.is-style-dots), hr:not(.is-style-dots) {
  background-color: #00b2ba;
  border: 0;
  height: 1px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots), hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before, hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: '';
  display: block;
  height: 3px;
  background: #4E5058; }

.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
  color: #00b2ba;
  font-size: 48px;
  letter-spacing: 12px;
  padding-left: 12px;
  background-color: #EDEC79;
  content: '';
  display: block;
  height: 3px;
  max-width: 100px;
  padding: 0;
  margin: 0 auto; }

/*--------------------------------------------------------------
## Image
------------------------------------------------------------- */
.wp-block-image {
  margin: calc(2 * 1em) auto; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption, .wp-caption-text {
  font-size: 18px !important;
  margin-top: 12px !important;
  text-align: left !important;
  color: #4E5058 !important;
  font-weight: 300 !important; }

/*--------------------------------------------------------------
## Tables
------------------------------------------------------------- */
.table, .wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1420px;
  margin: 2em 0;
  box-shadow: 0px -3px 0px 0px #00b2ba; }

.table.is-style-stripes, .wp-block-table.is-style-stripes {
  border: 2px solid #F4F4F0;
  border-top: none; }

.table.is-style-stripes tr:nth-child(odd), .wp-block-table.is-style-stripes tr:nth-child(odd), .table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
  background-color: #F4F4F0; }

.table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
  background-color: rgba(0, 178, 186, 0.075); }

.table.is-style-stripes td, .wp-block-table.is-style-stripes td {
  border-collapse: collapse;
  border-color: transparent; }

.table th, .table td {
  padding: 16px;
  vertical-align: middle;
  border-color: #ddd;
  border-width: 2px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.wp-block-table th, .wp-block-table td {
  padding: 16px;
  vertical-align: middle;
  border-color: #ddd;
  border-width: 2px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.table thead th, .wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #00b2ba; }

.table tbody + tbody, .wp-block-table tbody + tbody {
  border-top: 2px solid #00b2ba; }

/*--------------------------------------------------------------
## Cover
------------------------------------------------------------- */
@media screen and (min-width: 868px) {
  .wp-block-cover {
    margin-top: 3em !important;
    margin-bottom: 3em !important; }

  #intro-section + .wp-block-cover {
    margin-top: -2em !important; } }
.wp-block-cover {
  margin: calc(2 * 1em) auto; }
  .wp-block-cover p, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4 {
    background: none !important;
    text-align: center;
    color: white;
    max-width: 1420px;
    margin-top: 0 !important; }
  .wp-block-cover.has-background-dim:before {
    top: 12px !important;
    left: 12px !important;
    bottom: 12px !important;
    right: 12px !important;
    background-color: #00b2ba;
    opacity: .8; }
  .wp-block-cover .wp-block-cover-text {
    font-size: 84px;
    font-size: 4em;
    line-height: 1.1; }
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1420px; }
    .wp-block-cover .wp-block-cover__inner-container h1 {
      font-size: 4em; }
    .wp-block-cover .wp-block-cover__inner-container h2 {
      font-size: 2.4em; }
    .wp-block-cover .wp-block-cover__inner-container h3 {
      font-size: 2.15em; }
    .wp-block-cover .wp-block-cover__inner-container h4 {
      font-size: 1.45em; }
    .wp-block-cover .wp-block-cover__inner-container p {
      font-size: 1.3em; }
    .wp-block-cover .wp-block-cover__inner-container .wp-block-button {
      text-align: center;
      margin-top: 1.5em; }

@media screen and (min-width: 768px) {
  .wp-block-cover.has-background-dim:before {
    top: 16px !important;
    left: 20px !important;
    bottom: 16px !important;
    right: 16px !important; } }
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  opacity: .8; }

.wp-block-cover.has-teal-background-color:before {
  background-color: #00b2ba; }
.wp-block-cover.has-denim-background-color:before {
  background-color: #004F6B; }
.wp-block-cover.has-daffodil-background-color:before {
  background-color: #EDEC79; }
.wp-block-cover.has-soft-daffodil-background-color:before {
  background-color: #f4f3ae; }
.wp-block-cover.has-coral-background-color:before {
  background-color: #ee3350; }
.wp-block-cover.has-chiffon-background-color:before {
  background-color: #F4F4F0; }
.wp-block-cover.has-anchor-grey-background-color:before {
  background-color: #4E5058; }
.wp-block-cover.has-white-background-color:before {
  background-color: #fff; }

/*--------------------------------------------------------------
## Gallery
------------------------------------------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  color: white !important;
  width: calc(100% - 20px);
  padding: 40px 10px 10px;
  font-weight: 400 !important;
  text-align: center !important; }

/*--------------------------------------------------------------
## Embed
------------------------------------------------------------- */
.wp-block-embed {
  margin: 2em auto; }
  .wp-block-embed figcaption {
    text-align: center !important; }

.entry-content > iframe {
  display: block; }

iframe.instagram-media {
  margin: 0 auto !important; }

twitter-widget {
  margin: 0 auto;
  max-width: 520px !important; }

@media screen and (max-width: 540px) {
  twitter-widget {
    max-width: 100% !important; } }
/*--------------------------------------------------------------
## File
--------------------------------------------------------------*/
.wp-block-file {
  margin: .5em auto; }
  .wp-block-file a {
    color: white;
    max-width: 768px;
    display: inline-block;
    position: relative;
    padding: 8px 16px;
    background: #00b2ba;
    border-radius: 3px;
    color: white;
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    border-bottom: 3px solid rgba(78, 80, 88, 0.15); }
    .wp-block-file a:after {
      content: '';
      background: url("../images/download-icon.svg") no-repeat;
      background-size: contain;
      position: relative;
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-left: 16px;
      top: 3px; }
    .wp-block-file a:hover, .wp-block-file a:focus {
      background: #004F6B;
      text-decoration: none; }
  .wp-block-file .wp-block-file__button {
    display: none; }

/*--------------------------------------------------------------
# CUSTOM BLOCKS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.accordion-block {
  width: 100%;
  max-width: 768px;
  display: block;
  position: relative;
  margin: 1em auto;
  padding: 0;
  background: #F4F4F0;
  border-radius: 3px; }
  .accordion-block .accordion {
    color: white;
    width: 100%;
    border-radius: 3px;
    border: none;
    background: #00b2ba;
    text-align: left;
    padding: 8px 16px;
    padding-right: 60px;
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700; }
    .accordion-block .accordion:hover, .accordion-block .accordion:focus {
      background: #004F6B; }
    .accordion-block .accordion svg {
      right: 12px;
      content: "";
      height: 1.25em;
      width: 1.25em;
      display: inline-block;
      position: absolute;
      margin-left: 8px;
      transform: rotate(90deg);
      transition: .2s;
      stroke-width: 1px;
      stroke: white; }
    .accordion-block .accordion.active svg {
      transform: rotate(-90deg);
      transition: .2s; }
  .accordion-block .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 16px; }
    .accordion-block .panel:last-of-type {
      margin-bottom: 1em; }

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
.home .latest-posts-block {
  margin: 1em auto; }

.latest-posts-block {
  margin: 2em auto;
  padding: 1em;
  padding-bottom: 3em;
  background: #f4f3ae;
  border-radius: 3px;
  position: relative;
  text-align: center; }
  .latest-posts-block:before {
    background: url("../images/blog-icon.svg") no-repeat;
    width: 2.8em;
    height: 2.8em;
    content: '';
    display: inline-block;
    margin-right: 12px;
    background-size: contain;
    position: absolute;
    top: 1em;
    left: 1em; }
  .latest-posts-block:after {
    background: url("../images/house-icon.svg") no-repeat;
    width: 2em;
    height: 2em;
    content: '';
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0; }
  .latest-posts-block h2 {
    margin-top: 1em !important;
    margin-left: 0;
    margin-bottom: .5em;
    color: #004F6B; }
  .latest-posts-block .post-item h3 {
    font-size: 1.1em;
    font-weight: 400;
    margin-top: .75em; }
    .latest-posts-block .post-item h3 a {
      color: #00b2ba; }
  .latest-posts-block .post-item span {
    color: #4E5058; }

@media screen and (min-width: 600px) {
  .latest-posts-block .post-item h3 {
    font-size: 1.3em; } }
@media screen and (min-width: 600px) {
  .latest-posts-block {
    padding: 2em;
    padding-bottom: 3em; }
    .latest-posts-block h2 {
      margin-top: .5em !important; } }
@media screen and (min-width: 920px) {
  .latest-posts-block {
    text-align: left; }
    .latest-posts-block h2 {
      margin-top: .75em !important; } }
@media screen and (min-width: 1200px) {
  .latest-posts-block {
    padding-left: 4em; } }
@media screen and (min-width: 1300px) {
  .latest-posts-block {
    padding-left: 6em; }
    .latest-posts-block:before {
      left: 2em;
      top: 2em;
      width: 2.8em;
      height: 2.8em; }
    .latest-posts-block h2 {
      margin-top: -10px !important; } }
/*--------------------------------------------------------------
## People
--------------------------------------------------------------*/
.people-block-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (max-width: 840px) {
    .people-block-container {
      justify-content: space-around; } }
  .people-block-container .people-block {
    height: auto; }

.people-block {
  border-radius: 3px;
  text-align: center;
  padding: 1em 0;
  height: 380px;
  width: 100%;
  max-width: 240px; }
  @media (max-width: 840px) {
    .people-block {
      max-width: 200px; } }
  @media (max-width: 540px) {
    .people-block {
      max-width: 100%; } }
  .people-block .image {
    background: #F4F4F0;
    padding: 8px;
    border-radius: 3px; }
    .people-block .image img {
      margin: 0 auto;
      border-radius: 3px; }
  .people-block .name {
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-top: .75em; }
    .people-block .name .title {
      font-style: italic;
      font-weight: 400;
      font-size: 18px;
      padding-top: 8px;
      display: block; }
    .people-block .name .phone {
      font-style: italic;
      font-weight: 400;
      font-size: 18px;
      padding-top: 8px;
      display: block;
      font-style: normal;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 500; }
    .people-block .name .email {
      font-style: normal;
      margin-top: 12px;
      display: inline-block;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 500; }
    .people-block .name .split {
      display: block; }
      @media (max-width: 540px) {
        .people-block .name .split {
          display: inline; } }
    .people-block .name .linkedin {
      margin-top: 12px;
      display: inline-block; }
      .people-block .name .linkedin svg {
        left: 1px; }
    .people-block .name .email a, .people-block .name .linkedin a {
      border: 1px solid rgba(78, 80, 88, 0.7);
      border-radius: 100%;
      height: 1em;
      width: 1em;
      display: inline-block;
      padding: 6px;
      margin: 0 4px;
      transition: .2s; }
    .people-block .name .email a svg, .people-block .name .linkedin a svg {
      height: 1em;
      width: 1em; }
    .people-block .name .email a svg path, .people-block .name .linkedin a svg path {
      transition: .2s;
      fill: #4E5058; }
    .people-block .name .email a:hover, .people-block .name .email a:focus {
      border-color: #00b2ba;
      transition: .2s; }
    .people-block .name .linkedin a:hover, .people-block .name .linkedin a:focus {
      border-color: #00b2ba;
      transition: .2s; }
    .people-block .name .email a:hover path, .people-block .name .email a:focus path {
      transition: .2s;
      fill: #00b2ba; }
    .people-block .name .linkedin a:hover path, .people-block .name .linkedin a:focus path {
      transition: .2s;
      fill: #00b2ba; }
    .people-block .name .email a svg {
      width: .9em;
      position: relative; }
    .people-block .name .linkedin a svg {
      width: .8em;
      position: relative;
      top: -1px; }

@media screen and (max-width: 440px) {
  .people-block {
    max-width: calc(50% - .5em); } }
@media screen and (max-width: 340px) {
  .people-block {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; } }
/*--------------------------------------------------------------
## Properties
--------------------------------------------------------------*/
.properties-block-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .properties-block-container .properties-block {
    height: auto; }

.properties-block {
  border-radius: 3px;
  text-align: left;
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
  background: #F4F4F0; }
  .properties-block .image {
    border-radius: 3px; }
    .properties-block .image img {
      margin: 0 auto;
      border-radius: 3px;
      width: 100%; }
  .properties-block .description {
    margin-top: .75em;
    margin-bottom: 0;
    font-size: 18px; }
  .properties-block ul {
    margin: .5em 0 0 0;
    padding: 0; }
    .properties-block ul li {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 3px;
      margin-right: 4px;
      font-family: brandon-grotesque, sans-serif;
      text-transform: capitalize;
      border: 1px solid #00b2ba;
      color: #004F6B; }
  .properties-block .title {
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: .15em;
    margin-top: .5em; }
  .properties-block .address, .properties-block .phone {
    font-weight: 400;
    font-size: 18px;
    padding-top: 8px;
    display: block;
    padding: 8px 0; }
  .properties-block .address {
    border-bottom: 1px solid #00b2ba;
    margin-bottom: 1em;
    padding-bottom: 8px; }
  .properties-block .phone {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    padding: 0; }
  .properties-block .email {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    display: inline-block; }
    .properties-block .email a {
      transition: .2s; }
      .properties-block .email a svg {
        height: 1em;
        width: .9em;
        position: relative; }
        .properties-block .email a svg path {
          transition: .2s;
          fill: #4E5058; }
      .properties-block .email a:hover, .properties-block .email a:focus {
        border-color: #00b2ba;
        transition: .2s; }
      .properties-block .email a:hover path, .properties-block .email a:focus path {
        transition: .2s;
        fill: #00b2ba; }

@media screen and (min-width: 500px) {
  .properties-block {
    padding: 1em; } }
@media screen and (min-width: 768px) {
  .properties-block {
    padding: 1em; }

  .properties-block-container .properties-block, .properties-block-container.alignwide .properties-block {
    width: calc(50% - 2.5em);
    padding: 1em; } }
@media screen and (min-width: 920px) {
  .properties-block-container.alignwide .properties-block {
    width: calc(50% - 2.5em);
    padding: 1em; } }
@media screen and (min-width: 1200px) {
  .properties-block-container.alignwide .properties-block {
    width: calc(33.33333% - 2.5em);
    padding: 1em; } }
/*--------------------------------------------------------------
## Insert Icon
--------------------------------------------------------------*/
.icon-block {
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: cover;
  content: "";
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.home-buying {
  background-image: url("/wp-content/themes/pha/images/home-buying.svg");
  height: 84px;
  width: 84px; }

.mortgage-problems {
  background-image: url("/wp-content/themes/pha/images/mortgage-problems.svg");
  height: 90px;
  width: 63px; }

.money-management {
  background-image: url("/wp-content/themes/pha/images/money-management.svg");
  height: 59px;
  width: 80px; }

.housing-discrimination {
  background-image: url("/wp-content/themes/pha/images/housing-discrimination.svg");
  height: 52px;
  width: 73px; }

.renting {
  background-image: url("/wp-content/themes/pha/images/renting.svg");
  height: 75px;
  width: 79px; }

.education {
  background-image: url("/wp-content/themes/pha/images/education.svg");
  height: 56px;
  width: 71px; }

/*--------------------------------------------------------------
## Feature Section
--------------------------------------------------------------*/
.feature-section {
  text-align: center;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  position: relative;
  padding: 2em 0 3em 0; }
  .feature-section.box-style h2 {
    font-weight: 200;
    font-size: 3em;
    line-height: 1.2; }
  .feature-section.box-style h3 {
    font-size: 1.8em;
    font-weight: 700; }
  .feature-section.box-style .btn {
    margin-top: 2em; }
  .feature-section.box-style:after {
    content: '';
    background: rgba(237, 236, 121, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 768px;
    height: 100%;
    z-index: -1; }
  .feature-section.quote-style h2 {
    font-weight: 200;
    font-size: 3em;
    line-height: 1.2;
    color: #004F6B; }
  .feature-section.quote-style h3 {
    color: #939393;
    font-size: 1.1em; }
    .feature-section.quote-style h3 b {
      color: #004F6B;
      font-size: 1.3em; }
  .feature-section.quote-style .line-top, .feature-section.quote-style .line-bottom {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background: #00b2ba;
    margin: 0 auto; }
  .feature-section.quote-style .line-top:before {
    content: '';
    background: url("../images/house-icon.svg") no-repeat;
    width: 2em;
    height: 2em;
    display: inline-block;
    background-size: contain;
    position: absolute;
    margin-left: -1em;
    margin-top: -1em; }
  .feature-section.quote-style .line-bottom {
    margin-top: 3em; }

/*--------------------------------------------------------------
## Feature Box
--------------------------------------------------------------*/
.feature-box-container {
  display: flex;
  flex-wrap: wrap; }

@media screen and (min-width: 1100px) {
  .feature-box-container {
    flex-wrap: nowrap; } }
.feature-box {
  text-align: center;
  position: relative;
  width: 100%; }
  .feature-box img {
    border-radius: 100%;
    margin: -3em auto -1em auto; }
  .feature-box .inner-border {
    max-width: 100%;
    margin: 1em;
    padding: 0 1em 1em 1em;
    display: inline-block; }
  .feature-box.has-image {
    margin-top: 3em; }
  .feature-box.teal-style {
    background: #00b2ba; }
    .feature-box.teal-style .inner-border {
      border: 1px solid white; }
    .feature-box.teal-style h2 {
      color: white;
      margin-top: 1em; }
    .feature-box.teal-style h3 {
      color: white;
      margin-top: .25em;
      font-size: 1.75em; }
    .feature-box.teal-style p {
      color: white; }
    .feature-box.teal-style .btn {
      margin-top: 1em;
      background: #ee3350;
      transition: .2s; }
  .feature-box.denim-style {
    background: #004F6B; }
    .feature-box.denim-style h2 {
      color: #f4f3ae;
      margin-top: 1em; }
    .feature-box.denim-style h3 {
      color: #00b2ba;
      margin-top: .25em;
      font-size: 1.75em; }
    .feature-box.denim-style p {
      color: white; }
    .feature-box.denim-style .btn {
      margin-top: 1em;
      background: #00b2ba; }

@media screen and (min-width: 768px) {
  .feature-box .inner-border {
    max-width: calc(768px - 4em);
    margin: 2em;
    padding: 0 2em 2em 2em; } }
@media screen and (min-width: 768px) {
  .feature-box.has-image {
    margin-top: 1em; } }
