:root {
  --gap: 1.5rem;
  --gap-small: calc(var(--gap) / 2);
  --gap-large: calc(var(--gap) * 2);
  --white: #fff;
}

/* mixins */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  min-width: 320px;
  font-style: normal;
  font-weight: 300;
  color: #35597D;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}

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

iframe {
  display: block;
}

img {
  height: auto;
  width: 100%;
}

img.align-left {
  width: auto;
  float: left;
  margin: 0 20px 20px 0;
}

img.align-right {
  width: auto;
  float: right;
  margin: 0 0 20px 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrapper {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-height: 100%;
}
.site-wrapper.open {
  -webkit-transform: translateX(210px);
          transform: translateX(210px);
}

.hide {
  display: none;
}

.overflowfix {
  overflow: hidden;
}

.clearfix2 {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: var(--gap);
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body.large-text {
  font-size: 130%;
}

*::-moz-selection {
  background: #86C4BD;
  color: #fff;
}

*::selection {
  background: #86C4BD;
  color: #fff;
}

h1 {
  color: #35597D;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}
h1.large {
  font-size: 40px;
  margin-bottom: 50px;
}

h2, .h2 {
  color: #35597D;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}
h2.fauxH1, .h2.fauxH1 {
  font-size: 40px;
  margin-bottom: 50px;
}

h3, .h3 {
  font-weight: 700;
}

h4, .h4 {
  color: #A1B8C6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

p, ul li, ol li {
  color: #35597D;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
p a, ul li a, ol li a {
  color: #35597D;
}

.no-mobile {
  display: none;
}

.mobile-only {
  display: block;
}

.large-only {
  display: none;
}

.no-tablet {
  display: none;
}

.tablet-portait-only {
  display: none;
}

.tablet-only {
  display: none;
}

.desktop-only {
  display: none;
}

.no-desktop {
  display: block;
}

.tablet-plus {
  display: none;
}

.tablet-large-only {
  display: none;
}

.largest-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .no-mobile {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .tablet-portait-only {
    display: block;
  }
  .tablet-plus {
    display: block;
  }
  .tablet-large-only {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .large-only {
    display: block;
  }
  .no-large {
    display: none;
  }
  .tablet-only {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-only {
    display: block;
  }
  .tablet-only {
    display: none;
  }
  .no-desktop {
    display: none;
  }
  .no-tablet {
    display: block;
  }
  .tablet-portait-only {
    display: none;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 60px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.carousel img {
  display: block;
  float: left;
}

.slick-arrow {
  background: url(../src/images/icon-arrow-carousel.svg) 0 0/100% auto no-repeat;
  border: none;
  height: 34px;
  position: absolute;
  width: 34px;
  z-index: 9999;
  bottom: 50px;
  margin-bottom: -17px;
  color: transparent;
  font: 0/0 a;
}
.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-next {
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .slick-arrow {
    bottom: 50%;
    margin-bottom: -17px;
  }
  .slick-arrow.slick-prev {
    left: calc(50% + 20px);
  }
  .slick-arrow.slick-next {
    right: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.slick-dots {
  margin-left: 45px;
}
.slick-dots li {
  float: left;
  margin-right: 12px;
}
.slick-dots li button {
  background: rgba(39, 61, 73, 0.3);
  border: none;
  border-radius: 100%;
  height: 14px;
  padding: 0px;
  width: 14px;
  color: transparent;
  font: 0/0 a;
}
.slick-dots li.slick-active button {
  background: rgb(39, 61, 73);
}

.carousel--content {
  width: 100%;
}
.carousel--content .carousel__item {
  float: left;
  overflow: hidden;
  width: 100%;
}
.carousel--content .carousel__item--green {
  background: #86C4BD;
}
.carousel--content .carousel__item--blue {
  background: #35597D;
}
.carousel--content .carousel__item .content {
  padding: 25px;
  padding-left: 20px;
}
@media screen and (min-width: 1420px) {
  .carousel--content .carousel__item .content {
    padding-left: calc((100vw - 1366px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .carousel--content .carousel__item .content {
    padding: 50px;
    padding-left: calc((100vw - 1366px) / 2);
  }
}
.carousel--content .carousel__item .content h3, .carousel--content .carousel__item .content p {
  color: #fff;
}
.carousel--content .carousel__item .content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.carousel--content .carousel__item img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .carousel--content .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .carousel--content .carousel__item .content,
  .carousel--content .carousel__item figure {
    width: 50%;
  }
  .carousel--content .carousel__item figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/*************************/
/*        HEADER         */
/*************************/
header {
  text-align: left;
  padding-left: 20px;
  z-index: 10000;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header {
    padding-left: 0px;
    text-align: center;
  }
}

.header__logo {
  background: url(../src/images/site-logo.svg) 0 0/100% auto no-repeat;
  display: inline-block;
  margin-top: 20px;
  height: 48px;
  width: 180px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 999999;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    height: 65px;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 253px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.layout__inner {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0px 20px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1680px) {
  .layout__inner {
    padding: 0px;
  }
}

.site-wrapper--inner {
  margin-top: 21px;
}

@media only screen and (min-width: 1024px) {
  .layout__cols {
    float: left;
    width: calc(50% - 25px);
  }
  .layout__cols:nth-child(2n) {
    margin-left: 50px;
  }
}

.layout__centered {
  text-align: center;
}

.layout__clear {
  clear: both;
}

.mobile-menu--open {
  background: #35597D;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30.3px;
}
@media only screen and (min-width: 768px) {
  .mobile-menu--open {
    display: none;
  }
}
.mobile-menu--open:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0px;
  background: #fff;
}
.mobile-menu--open:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background: #fff;
}

.mobile-menu--close {
  background: #35597D;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30.3px;
  z-index: 9999;
}
.mobile-menu--close:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu--close:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 9px;
  left: 0px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav {
  display: none;
  position: relative;
  transition: position 0.3s ease-in-out;
  -moz-transition: position 0.3s ease-in-out;
  -webkit-transition: position 0.3s ease-in-out;
}
nav .nav__list {
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
nav .nav__list li {
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
  nav .nav__list li {
    font-size: 21px;
    margin: 0 15px;
  }
}
nav .nav__list li a {
  border-bottom: 2px solid transparent;
  color: #A1B8C6;
  text-decoration: none;
  transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
}
nav .nav__list li a:hover {
  border-color: #A1B8C6;
}
nav .nav__list li.current_page_item a {
  border-color: #A1B8C6;
  color: #35597D;
}
@media screen and (max-width: 640px) {
  nav {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #35597D;
    height: 100vh;
    z-index: 999999;
    text-align: left;
  }
  nav .nav__list li {
    display: inline-block;
    font-size: 30px;
    margin: 10px 0;
    width: 100%;
  }
  nav .nav__list li a {
    color: #fff;
  }
  nav .nav__list li a:hover {
    border-color: #fff;
  }
  nav .nav__list li.current_page_item a {
    border-color: #fff;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  nav {
    display: block !important;
  }
  .mobile-menu--close {
    display: none;
  }
}
.single-tribe_events .menu-item-55 a {
  color: #35597D;
  border-color: #35597D;
}

.scrolling {
  padding-top: 27px;
}
.scrolling nav {
  background: #fff;
  position: fixed;
  top: 0px;
  height: 60px;
  left: 0px;
  width: 100%;
  text-align: right;
  z-index: 9999;
}
.scrolling nav .layout__inner {
  background: #fff url(../src/images/site-logo.svg) 20px center/auto 50px no-repeat;
  height: 60px;
}
.scrolling nav .nav__list {
  margin-top: 15px;
  float: right;
}

.row {
  overflow: hidden;
  position: relative;
}

.row--background {
  background: #F6F6F6;
  overflow: hidden;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .row--background {
    padding: 60px 0;
  }
}

.row--image {
  max-width: 1008px;
  margin: 0 auto 40px;
}
.row--image-full {
  max-width: 100%;
}
.row--image img {
  display: block;
}

.row--centered {
  margin-bottom: 90px;
  text-align: center;
}
.row--centered .layout__inner {
  max-width: 800px;
}

@media only screen and (min-width: 1024px) {
  .row--columns {
    margin-bottom: 90px;
  }
}
.row--columns img {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .row--columns img {
    margin-bottom: 0px;
  }
}

.row--articles {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row--articles {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .row--articles {
    padding: 60px 0;
  }
}
.row--articles img {
  display: block;
  margin-bottom: 20px;
}
.row--articles h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
.row--articles p {
  margin-bottom: 20px;
}

.cols__3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .cols__3 {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    width: calc(33.33% - 13.3333px);
  }
  .cols__3:nth-child(3n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cols__3 {
    margin-right: 30px;
    width: calc(33.33% - 20px);
  }
  .cols__3:nth-child(3n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .cols__3 {
    margin-right: 50px;
    width: calc(33.33% - 33.33px);
  }
  .cols__3:nth-child(3n) {
    margin-right: 0px;
  }
}

.cols__4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 650px) {
  .cols__4 {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .cols__4:nth-child(2n) {
    margin-right: 0px;
  }
  .cols__4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .cols__4 {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    width: calc(33.33% - 13.3333px);
  }
  .cols__4:nth-child(2n) {
    margin-right: 20px;
  }
  .cols__4:nth-child(3n) {
    margin-right: 0px;
  }
  .cols__4:nth-child(2n+1) {
    clear: none;
  }
  .cols__4:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .cols__4 {
    margin-right: 30px;
    width: calc(25% - 22.5px);
  }
  .cols__4:nth-child(2n), .cols__4:nth-child(3n) {
    margin-right: 30px;
  }
  .cols__4:nth-child(4n) {
    margin-right: 0px;
  }
  .cols__4:nth-child(3n+1) {
    clear: none;
  }
  .cols__4:nth-child(4n+1) {
    clear: both;
  }
}

.newsletter-form {
  background: #86C4BD;
  overflow: hidden;
  padding: 35px 0;
}
.newsletter-form h3 {
  color: #35597D;
  font-size: 21px;
  margin-bottom: 0px;
}
.newsletter-form p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .newsletter-form p {
    margin-bottom: 0px;
  }
}
.newsletter-form .input--text {
  background: #fff;
  border: none;
  color: #35597D;
  font-size: 18px;
  height: 45px;
  max-width: 396px;
  padding-left: 15px;
  width: 100%;
}

footer {
  background: #35597D;
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 60px;
}
footer p {
  color: #fff;
}
footer .social--footer {
  margin-bottom: 70px;
  margin-top: 70px;
  overflow: hidden;
}
footer .social--footer li {
  float: left;
  margin-bottom: 0px;
  margin-right: 30px;
}
footer .social--footer li a {
  display: block;
}
footer .social--footer li a svg {
  margin-top: 0 !important;
}
footer .social--footer li a svg path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
footer .social--footer li a:hover svg path {
  fill: #86C4BD;
}

.footer__top {
  overflow: hidden;
}
.footer__top .cols__3 svg {
  margin-bottom: 0px;
  margin-top: -31px;
  max-width: 264px;
  width: 100%;
}
.footer__top .cols__3 p, .footer__top .cols__3 li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer__top .cols__3 a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
.footer__top .cols__3 a:hover {
  color: #86C4BD;
}
@media only screen and (min-width: 1024px) {
  .footer__top .cols--centered {
    text-align: center;
  }
}

.footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.footer__bottom p, .footer__bottom li {
  font-size: 16px;
}
.footer__bottom a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
.footer__bottom a:hover {
  color: #86C4BD;
}
.footer__bottom ul {
  float: left;
  margin-bottom: 0px;
}
.footer__bottom ul li {
  float: left;
}
.footer__bottom p {
  float: left;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom p {
    float: right;
  }
}

.footer__logos {
  clear: both;
  overflow: hidden;
}
.footer__logos img {
  float: left;
  height: 60px;
  margin-bottom: 30px;
  margin-right: 40px;
  width: auto;
}

.social-feeds .cols__2 {
  background: #E3E3E3;
  padding: 20px;
}
.social-feeds .cols__2:nth-child(2n) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .social-feeds .cols__2 {
    float: left;
    padding: 50px;
    width: calc(50% - 10px);
  }
  .social-feeds .cols__2:nth-child(2n) {
    margin-left: 20px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .social-feeds .cols__2 {
    width: calc(50% - 25px);
  }
  .social-feeds .cols__2:nth-child(2n) {
    margin-left: 50px;
  }
}

.button {
  background: #86C4BD;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: "background" 0.3s ease-in-out;
  -moz-transition: "background" 0.3s ease-in-out;
  -webkit-transition: "background" 0.3s ease-in-out;
}
.button:hover {
  background: #35597D;
}

.button--invert {
  background: #35597D;
  color: #fff !important;
}
.button--invert:hover {
  background: #86C4BD;
}

.button--white {
  background: #fff;
  color: #35597D;
}
.button--white:hover {
  background: #86C4BD;
}

.button--large {
  border-radius: 6px;
  font-size: 28px;
  padding: 18px 50px 16px;
}

.items {
  max-width: 960px;
  margin: 0 auto;
}

.item {
  margin-bottom: 20px;
  position: relative;
}
.item img {
  display: block;
  position: relative;
  z-index: 0;
}

.item--event:after {
  content: "";
  background: rgba(53, 89, 125, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.item--event:hover:after {
  background: rgba(53, 89, 125, 0.1);
}

.item__meta {
  background: #86C4BD;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 5px 30px;
  position: absolute;
  top: 26px;
  z-index: 2;
}

.item__details {
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

.item__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.item__title a {
  color: #fff;
  text-decoration: none;
}

.item__image {
  height: 360px;
  display: block;
}
.item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.item--team .item__title {
  color: #35597D;
  font-size: 21px;
  margin-bottom: 5px;
}

.item__job {
  color: #86C4BD;
  font-size: 18px;
}

.item--team img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .item {
    margin-bottom: 20px;
    width: calc(50% - 50px);
  }
  .item__meta {
    font-size: 14px;
    padding: 5px 15px;
    top: 15px;
  }
  .item__details {
    padding: 0 15px;
    bottom: 15px;
  }
  .item__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .item {
    margin-bottom: 30px;
    width: calc(33.3333333333% - 50px);
  }
  .item__meta {
    font-size: 18px;
    padding: 5px 15px;
    top: 15px;
  }
  .item__details {
    padding: 0 15px;
    bottom: 15px;
  }
  .item__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.item__filters {
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .item__filters {
    margin-bottom: 30px;
  }
}
.item__filters li {
  display: inline;
  font-size: 18px;
  margin: 0 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .item__filters li {
    font-size: 24px;
    margin: 0 20px 20px;
  }
}
.item__filters li a {
  color: #A1B8C6;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .tribe-events-single-event-description {
    float: left;
    margin-right: 50px;
    width: 66% !important;
  }
}
.tribe-events-single-event-description h1 {
  margin-bottom: 10px;
}
.tribe-events-single-event-description p:first-of-type {
  color: #86C4BD;
}

@media only screen and (min-width: 1024px) {
  .tribe__meta {
    float: left;
    width: calc(33% - 50px) !important;
  }
}
.tribe__meta h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tribe__meta p a {
  color: #35597D;
}
.tribe__meta p a.button {
  color: #fff;
}

.tribe-events-cal-links,
.tribe-events-single-event-title,
.tribe-events-schedule h2,
.tribe-events-schedule,
.tribe-events-nav-pagination {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .tribe-events-meta-group {
    padding-top: 0px !important;
  }
}

.tribe-events-schedule,
#tribe-events-header,
#tribe-events-footer {
  border: none !important;
}

.archive-feed.post-archive {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.archive-feed.post-archive #posts-container {
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.archive-feed.post-archive #posts-container .postcard {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
}
.archive-feed.post-archive #posts-container .postcard.loading {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) {
  .archive-feed.post-archive #posts-container {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .archive-feed.post-archive #posts-container {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.archive-feed.post-archive .pagination .wp-pagenavi {
  margin: 3rem 0;
  text-align: center;
}
.archive-feed.post-archive .pagination .wp-pagenavi a, .archive-feed.post-archive .pagination .wp-pagenavi span {
  padding: 10px 8px;
  font-size: 18px;
  margin: 4px;
  font-weight: bold;
}
.archive-feed.post-archive .pagination .wp-pagenavi .pages {
  display: block;
  margin-bottom: 1rem;
  border: none;
}
.archive-feed.post-archive .pagination .wp-pagenavi .current {
  border-color: #86C4BD;
  background-color: #86C4BD;
  color: var(--white);
}
.archive-feed.post-archive .pagination .wp-pagenavi a.page, .archive-feed.post-archive .pagination .wp-pagenavi a.nextpostslink, .archive-feed.post-archive .pagination .wp-pagenavi a.previouspostslink {
  background-color: #A1B8C6;
  border-color: #A1B8C6;
  color: #35597D;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.archive-feed.post-archive .pagination .wp-pagenavi a.page:hover, .archive-feed.post-archive .pagination .wp-pagenavi a.nextpostslink:hover, .archive-feed.post-archive .pagination .wp-pagenavi a.previouspostslink:hover {
  background-color: #35597D;
  color: var(--white);
  border-color: #35597D;
}

.postcard {
  --transition: 400ms;
  position: relative;
  overflow: hidden;
  /*
  ** Standard Postcard
  */
}
.postcard > a {
  text-decoration: none;
}
.postcard .image-container {
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
}
.postcard .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.postcard.default {
  border-radius: 0.75rem;
  background-color: hsl(from #86C4BD h s l/0.3);
}
.postcard.default .image-container {
  aspect-ratio: 4/3;
}
.postcard.default .image-container img {
  -webkit-transition: 200ms;
  transition: 200ms;
}
.postcard.default .excerpt {
  padding: var(--gap-small);
}
.postcard.default .excerpt .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap-small);
  color: #35597D;
}
.postcard.default .excerpt .content > * {
  margin: 0;
  color: inherit;
}
.postcard.default .excerpt .content h3 {
  --line-clamp: 3
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  line-clamp: var(--line-clamp);
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 650px) {
  .postcard.default .excerpt .content h3 {
    --line-clamp: 2 ;
  }
}
.postcard.default > a:hover img {
  opacity: 0.75;
}
.postcard.default > a:hover .excerpt .content h3 {
  text-decoration-color: #35597D;
}

.single .post-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.single .post-content .the-content {
  max-width: 100ch;
  margin: 0 auto;
}
.single .post-content .the-content .rank-math-breadcrumb p {
  font-size: 14px;
}
.single .post-content .the-content h1, .single .post-content .the-content .wp-caption {
  margin-bottom: 1.5rem;
}
.single .post-content .the-content h2 {
  margin-bottom: 1rem;
}
.single .post-content .the-content h3 {
  margin-bottom: 0.75rem;
}
.single .post-content .the-content img, .single .post-content .the-content div:has(> img) {
  max-width: 100%;
}
.single .post-content .the-content img + p:not(.wp-caption-text) {
  margin-top: 1.5rem;
}
.single .post-content .the-content p + h2 {
  margin-top: 3rem;
}
.single .post-content .the-content p + h3 {
  margin-top: 2rem;
}
.single .post-content .the-content .wp-caption-text {
  font-size: 1rem;
}
.single-post .row--background .items {
  display: -ms-grid;
  display: grid;
  gap: var(--gap);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .single-post .row--background .items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .row--background .items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}