@charset "UTF-8";
/**
 *  Colors
 ================================================= */
/**
 *  Font families
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/* links who say "i got no class, got no class" */
/**
 *  Global assignments.
 ================================================= */
/**
 *  Text Style
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Media Query + Breakpoint Array
 ================================================= */
/**
 *  Misc settings
 ================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Nunito:wght@300;400;600;700&display=swap");
.flex {
  display: flex;
  flex-wrap: wrap;
}

/*
 |----------------------------------------------------------------
 |  Background
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Images
 |----------------------------------------------------------------
 */
/*
|----------------------------------------------------------------
|  Icons
|----------------------------------------------------------------
*/
.spacer {
  margin-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .spacer {
    margin-bottom: 80px;
  }
}

/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/* see _variables.scss */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.row--full {
  max-width: none;
}
.row--max, .content-image.full-width-content-image .row {
  max-width: 1600px;
}
.row--nowrap {
  flex-wrap: nowrap;
}
.row--center {
  justify-content: center;
}
.row--right {
  justify-content: end;
}
.row--middle {
  align-items: center;
}
.row--bottom {
  align-items: flex-end;
}
.row--reverse {
  flex-direction: row-reverse;
}
.row--start {
  align-items: flex-start;
}
@media screen and (min-width:480px) {
  .row-xs--full {
    max-width: none;
  }
  .row-xs--max {
    max-width: 1600px;
  }
  .row-xs--nowrap {
    flex-wrap: nowrap;
  }
  .row-xs--center {
    justify-content: center;
  }
  .row-xs--right {
    justify-content: end;
  }
  .row-xs--middle {
    align-items: center;
  }
  .row-xs--bottom {
    align-items: flex-end;
  }
  .row-xs--reverse {
    flex-direction: row-reverse;
  }
  .row-xs--start {
    align-items: flex-start;
  }
}
@media screen and (min-width:640px) {
  .row-sm--full {
    max-width: none;
  }
  .row-sm--max {
    max-width: 1600px;
  }
  .row-sm--nowrap {
    flex-wrap: nowrap;
  }
  .row-sm--center {
    justify-content: center;
  }
  .row-sm--right {
    justify-content: end;
  }
  .row-sm--middle {
    align-items: center;
  }
  .row-sm--bottom {
    align-items: flex-end;
  }
  .row-sm--reverse {
    flex-direction: row-reverse;
  }
  .row-sm--start {
    align-items: flex-start;
  }
}
@media screen and (min-width:768px) {
  .row-md--full {
    max-width: none;
  }
  .row-md--max {
    max-width: 1600px;
  }
  .row-md--nowrap {
    flex-wrap: nowrap;
  }
  .row-md--center {
    justify-content: center;
  }
  .row-md--right {
    justify-content: end;
  }
  .row-md--middle {
    align-items: center;
  }
  .row-md--bottom {
    align-items: flex-end;
  }
  .row-md--reverse {
    flex-direction: row-reverse;
  }
  .row-md--start {
    align-items: flex-start;
  }
}
@media screen and (min-width:980px) {
  .row-lg--full {
    max-width: none;
  }
  .row-lg--max {
    max-width: 1600px;
  }
  .row-lg--nowrap {
    flex-wrap: nowrap;
  }
  .row-lg--center {
    justify-content: center;
  }
  .row-lg--right {
    justify-content: end;
  }
  .row-lg--middle {
    align-items: center;
  }
  .row-lg--bottom {
    align-items: flex-end;
  }
  .row-lg--reverse {
    flex-direction: row-reverse;
  }
  .row-lg--start {
    align-items: flex-start;
  }
}
@media screen and (min-width:1200px) {
  .row-xl--full {
    max-width: none;
  }
  .row-xl--max {
    max-width: 1600px;
  }
  .row-xl--nowrap {
    flex-wrap: nowrap;
  }
  .row-xl--center {
    justify-content: center;
  }
  .row-xl--right {
    justify-content: end;
  }
  .row-xl--middle {
    align-items: center;
  }
  .row-xl--bottom {
    align-items: flex-end;
  }
  .row-xl--reverse {
    flex-direction: row-reverse;
  }
  .row-xl--start {
    align-items: flex-start;
  }
}

[class*=columns-] > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.columns-1 {
  flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.columns-2 {
  flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.columns-3 {
  flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.columns-4 {
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.columns-5 {
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.columns-6 {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.columns-7 {
  flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.columns-8 {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.columns-9 {
  flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.columns-10 {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.columns-11 {
  flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.columns-12 {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

@media screen and (min-width:480px) {
  .columns-xs-auto {
    flex-basis: auto;
    max-width: 100%;
  }

  .columns-xs-1 {
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .columns-xs-2 {
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .columns-xs-3 {
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .columns-xs-4 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .columns-xs-5 {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .columns-xs-6 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .columns-xs-7 {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .columns-xs-8 {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .columns-xs-9 {
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .columns-xs-10 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .columns-xs-11 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .columns-xs-12 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:640px) {
  .columns-sm-auto {
    flex-basis: auto;
    max-width: 100%;
  }

  .columns-sm-1 {
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .columns-sm-2 {
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .columns-sm-3 {
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .columns-sm-4 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .columns-sm-5 {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .columns-sm-6 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .columns-sm-7 {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .columns-sm-8 {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .columns-sm-9 {
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .columns-sm-10 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .columns-sm-11 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .columns-sm-12 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:768px) {
  .columns-md-auto {
    flex-basis: auto;
    max-width: 100%;
  }

  .columns-md-1 {
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .columns-md-2 {
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .columns-md-3 {
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .columns-md-4 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .columns-md-5 {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .columns-md-6 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .columns-md-7 {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .columns-md-8 {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .columns-md-9 {
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .columns-md-10 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .columns-md-11 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .columns-md-12 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:980px) {
  .columns-lg-auto {
    flex-basis: auto;
    max-width: 100%;
  }

  .columns-lg-1 {
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .columns-lg-2 {
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .columns-lg-3 {
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .columns-lg-4 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .columns-lg-5 {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .columns-lg-6 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .columns-lg-7 {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .columns-lg-8 {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .columns-lg-9 {
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .columns-lg-10 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .columns-lg-11 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .columns-lg-12 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:1200px) {
  .columns-xl-auto {
    flex-basis: auto;
    max-width: 100%;
  }

  .columns-xl-1 {
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .columns-xl-2 {
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .columns-xl-3 {
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .columns-xl-4 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .columns-xl-5 {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .columns-xl-6 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .columns-xl-7 {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .columns-xl-8 {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .columns-xl-9 {
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .columns-xl-10 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .columns-xl-11 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .columns-xl-12 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.column-center {
  margin-left: auto;
  margin-right: auto;
}

.column-right {
  margin-right: 0;
  margin-left: auto;
}

.column-block {
  padding: 10px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.column-flex {
  display: flex;
  flex-flow: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

.block-grid-1 > * {
  flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

.block-grid-2 > * {
  flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}

.block-grid-3 > * {
  flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
}

.block-grid-4 > * {
  flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%);
}

[class*=block-grid-] {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

.block-grid-center {
  justify-content: center;
}

.block-grid-right {
  justify-content: flex-end;
}

.block-grid-spread {
  justify-content: space-between;
}

.block-grid-equal {
  justify-content: space-around;
}

.block-grid-middle {
  align-items: center;
}

.block-grid-bottom {
  align-items: flex-end;
}

.block-grid-stretch > * {
  flex-grow: 1;
  max-width: 100%;
}

.block-grid-flatten > * {
  display: flex;
}
.block-grid-flatten > * > * {
  width: 100%;
}

/*
Vertical padding for anvil blocks + templates.
All wrapped in breakpoints.
*/
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width:480px) {
  .pt-xs-0 {
    padding-top: 0;
  }

  .pb-xs-0 {
    padding-bottom: 0;
  }

  .mt-xs-0 {
    margin-top: 0;
  }

  .mb-xs-0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-0 {
    padding-top: 0;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .mt-sm-0 {
    margin-top: 0;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .pt-md-0 {
    padding-top: 0;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-0 {
    padding-top: 0;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }

  .pb-xl-0 {
    padding-bottom: 0;
  }

  .mt-xl-0 {
    margin-top: 0;
  }

  .mb-xl-0 {
    margin-bottom: 0;
  }
}
.pt-1 {
  padding-top: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.mt-1 {
  margin-top: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

@media screen and (min-width:480px) {
  .pt-xs-1 {
    padding-top: 5px;
  }

  .pb-xs-1 {
    padding-bottom: 5px;
  }

  .mt-xs-1 {
    margin-top: 5px;
  }

  .mb-xs-1 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-1 {
    padding-top: 5px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-1 {
    padding-top: 5px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-1 {
    padding-top: 5px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-1 {
    padding-top: 5px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }
}
.pt-2 {
  padding-top: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

@media screen and (min-width:480px) {
  .pt-xs-2 {
    padding-top: 10px;
  }

  .pb-xs-2 {
    padding-bottom: 10px;
  }

  .mt-xs-2 {
    margin-top: 10px;
  }

  .mb-xs-2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-2 {
    padding-top: 10px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-2 {
    padding-top: 10px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-2 {
    padding-top: 10px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-2 {
    padding-top: 10px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }
}
.pt-3 {
  padding-top: 20px;
}

.pb-3 {
  padding-bottom: 20px;
}

.mt-3 {
  margin-top: 20px;
}

.mb-3 {
  margin-bottom: 20px;
}

@media screen and (min-width:480px) {
  .pt-xs-3 {
    padding-top: 20px;
  }

  .pb-xs-3 {
    padding-bottom: 20px;
  }

  .mt-xs-3 {
    margin-top: 20px;
  }

  .mb-xs-3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-3 {
    padding-top: 20px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-3 {
    padding-top: 20px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-3 {
    padding-top: 20px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-3 {
    padding-top: 20px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }
}
.pt-4 {
  padding-top: 30px;
}

.pb-4 {
  padding-bottom: 30px;
}

.mt-4 {
  margin-top: 30px;
}

.mb-4 {
  margin-bottom: 30px;
}

@media screen and (min-width:480px) {
  .pt-xs-4 {
    padding-top: 30px;
  }

  .pb-xs-4 {
    padding-bottom: 30px;
  }

  .mt-xs-4 {
    margin-top: 30px;
  }

  .mb-xs-4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-4 {
    padding-top: 30px;
  }

  .pb-sm-4 {
    padding-bottom: 30px;
  }

  .mt-sm-4 {
    margin-top: 30px;
  }

  .mb-sm-4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-4 {
    padding-top: 30px;
  }

  .pb-md-4 {
    padding-bottom: 30px;
  }

  .mt-md-4 {
    margin-top: 30px;
  }

  .mb-md-4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-4 {
    padding-top: 30px;
  }

  .pb-lg-4 {
    padding-bottom: 30px;
  }

  .mt-lg-4 {
    margin-top: 30px;
  }

  .mb-lg-4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-4 {
    padding-top: 30px;
  }

  .pb-xl-4 {
    padding-bottom: 30px;
  }

  .mt-xl-4 {
    margin-top: 30px;
  }

  .mb-xl-4 {
    margin-bottom: 30px;
  }
}
.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

@media screen and (min-width:480px) {
  .pt-xs-5 {
    padding-top: 50px;
  }

  .pb-xs-5 {
    padding-bottom: 50px;
  }

  .mt-xs-5 {
    margin-top: 50px;
  }

  .mb-xs-5 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-5 {
    padding-top: 50px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-5 {
    padding-top: 50px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-5 {
    padding-top: 50px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-5 {
    padding-top: 50px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }
}
.pt-6 {
  padding-top: 70px;
}

.pb-6 {
  padding-bottom: 70px;
}

.mt-6 {
  margin-top: 70px;
}

.mb-6 {
  margin-bottom: 70px;
}

@media screen and (min-width:480px) {
  .pt-xs-6 {
    padding-top: 70px;
  }

  .pb-xs-6 {
    padding-bottom: 70px;
  }

  .mt-xs-6 {
    margin-top: 70px;
  }

  .mb-xs-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-6 {
    padding-top: 70px;
  }

  .pb-sm-6 {
    padding-bottom: 70px;
  }

  .mt-sm-6 {
    margin-top: 70px;
  }

  .mb-sm-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-6 {
    padding-top: 70px;
  }

  .pb-md-6 {
    padding-bottom: 70px;
  }

  .mt-md-6 {
    margin-top: 70px;
  }

  .mb-md-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-6 {
    padding-top: 70px;
  }

  .pb-lg-6 {
    padding-bottom: 70px;
  }

  .mt-lg-6 {
    margin-top: 70px;
  }

  .mb-lg-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-6 {
    padding-top: 70px;
  }

  .pb-xl-6 {
    padding-bottom: 70px;
  }

  .mt-xl-6 {
    margin-top: 70px;
  }

  .mb-xl-6 {
    margin-bottom: 70px;
  }
}
.pt-7 {
  padding-top: 90px;
}

.pb-7 {
  padding-bottom: 90px;
}

.mt-7 {
  margin-top: 90px;
}

.mb-7 {
  margin-bottom: 90px;
}

@media screen and (min-width:480px) {
  .pt-xs-7 {
    padding-top: 90px;
  }

  .pb-xs-7 {
    padding-bottom: 90px;
  }

  .mt-xs-7 {
    margin-top: 90px;
  }

  .mb-xs-7 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width:640px) {
  .pt-sm-7 {
    padding-top: 90px;
  }

  .pb-sm-7 {
    padding-bottom: 90px;
  }

  .mt-sm-7 {
    margin-top: 90px;
  }

  .mb-sm-7 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width:768px) {
  .pt-md-7 {
    padding-top: 90px;
  }

  .pb-md-7 {
    padding-bottom: 90px;
  }

  .mt-md-7 {
    margin-top: 90px;
  }

  .mb-md-7 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width:980px) {
  .pt-lg-7 {
    padding-top: 90px;
  }

  .pb-lg-7 {
    padding-bottom: 90px;
  }

  .mt-lg-7 {
    margin-top: 90px;
  }

  .mb-lg-7 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width:1200px) {
  .pt-xl-7 {
    padding-top: 90px;
  }

  .pb-xl-7 {
    padding-bottom: 90px;
  }

  .mt-xl-7 {
    margin-top: 90px;
  }

  .mb-xl-7 {
    margin-bottom: 90px;
  }
}
/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

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

body {
  color: #000000;
  line-height: 1.75;
  background: #EDF1F3;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.body-wrapper {
  overflow: hidden;
}
.body-wrapper--max-width {
  max-width: 1600px;
  margin: 0 auto;
}

::-moz-selection {
  background: #4582A8;
  color: white;
}

::selection {
  background: #4582A8;
  color: white;
}

::-moz-selection {
  background: #4582A8;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
/*
the idea here is to decouple font-size from being strictly tied to a specific heading tag as
it's not always needed to have that extra stuff, and document flow (i.e. observing heading hierarchy)
is good for seo and accessibility.

so the heading tags and classes take the font-size and family, while only the tags themselves
get the tighter line weight and margin reset.

this way, an h1 with the .h2 class preserves its heading styling and only changes font-size.
a <p> tag can have .h6 without changing the <p>'s inherited line-height and margins.

there's still edge cases - like what happens when an h4 needs to be styled as an h5/6, line-height, margins and all? no idea!

i'm sort of basing this off of bootstrap, except they totally abstract both line-height and margin into utility classes - https://getbootstrap.com/docs/5.0/utilities/text/#line-height
which is kinda crazy imo, but still. worth a gander.
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: calc(32px + (52 - 32) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 52px;
  }
}

h2, .h2 {
  font-size: calc(28px + (42 - 28) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-size: calc(24px + (28 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

p, .gform_description {
  margin: 0 0 20px;
}

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

.heading-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.heading-label--highlight {
  color: #4582A8;
}

.fw-semi {
  font-weight: 600;
}

.text {
  /* todo - fix this. bg classnames are too specific to this theme, need to be abstracted out into primary/secondary/etc, or just to broader colour palettes. */
}
.text--primary {
  color: #000000;
}
.text--white {
  color: #ffffff;
}
.text--highlight {
  color: #4582A8;
}
.text--light-highlight {
  color: #22A08F;
}
.text--dark {
  color: #05263a;
}

.image-placeholder {
  position: relative;
  background-color: #22A08F;
  background-image: linear-gradient(45deg, rgba(69, 130, 168, 0), rgba(69, 130, 168, 0.5) 49%, rgba(255, 255, 255, 0.1) 50%);
  padding-top: 75%;
  width: 100%;
  /* match up default thumbnail sizes. */
}
.image-placeholder--default_thumbnail_size {
  padding-top: 57.8947368421%;
}
.image-placeholder--team-member {
  padding-top: 100%;
}
.image-placeholder--fs-mobile {
  padding-top: 72.4137931034%;
}
.image-placeholder--thumbnail {
  width: 100px;
  height: 100px;
}

.img-fullwidth {
  width: 100%;
}

.bg {
  /* todo - fix this. bg classnames are too specific to this theme, need to be abstracted out into primary/secondary/etc, or just to broader colour palettes. */
}
.bg--white {
  background-color: #ffffff;
}
.bg--transparent {
  background-color: transparent;
}
.bg--highlight {
  background-color: #4582A8;
}
.bg--light-highlight {
  background-color: #22A08F;
}
.bg--dark {
  background-color: #05263a;
}
.bg--light {
  background-color: #EDF1F3;
}

[data-bg] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 5px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}
ul:not([class]) li::before,
ol:not([class]) li::before {
  color: #22A08F;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li::before {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  border-right: 1px solid #4582A8;
  border-bottom: 1px solid #4582A8;
  /* scale helps us achieve that anti-aliased '1.5px' border width effect */
  transform: scale(1.4) rotate(-45deg);
}
ul:not([class]) li > ul:not([class]) {
  margin-top: 10px;
}
ul:not([class]) li > ul:not([class]) li::before {
  content: "";
  border: 1px solid #4582A8;
  border-radius: 100%;
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  color: #22A08F;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li::before {
    font-size: 16px;
  }
}

.anvil-list {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
.anvil-list .p-wrapper {
  padding: 0px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .anvil-list .p-wrapper {
    font-size: 16px;
  }
}
.anvil-list li {
  position: relative;
  padding-bottom: 10px;
}
.anvil-list li::before {
  position: absolute;
  left: -20px;
  top: 6px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "";
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  transition-duration: 250ms;
  transition-property: background-color, color, border, opacity, text-indent;
  color: #4582A8;
  text-decoration: none;
}
a:hover, a:focus {
  color: #22A08F;
}
a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.link-white {
  color: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*=wp-image-] {
  margin-top: 15px;
}

.wp-caption {
  margin: 15px 0 45px;
  display: block;
  position: relative;
}
.wp-caption img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  padding: 10px 15px;
  background: #4582A8;
  color: white;
  margin: 0;
}

/*
these should be after wp-caption - both are applied at the same block level, but we want alignLeft to take precedence
for margin properties if present without relying on !important;
*/
.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.aligncenter img {
  margin: 0 auto;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #4582A8;
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px;
}
blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button, .tribe-common .button, .tribe-common input[type=submit],
.tribe-common input[type=button], input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity, box-shadow, transform;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 3px;
  min-width: 200px;
  height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  /*fix text flickering on translate */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0px);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}
.button--small {
  height: 50px !important;
  min-width: 100px !important;
}
.button:hover, input[type=submit]:hover,
input[type=button]:hover {
  transform: translateY(-1px);
}
.button:focus, input[type=submit]:focus,
input[type=button]:focus {
  box-shadow: 0 0 0 3px rgba(69, 130, 168, 0.65);
}
.button:active, input[type=submit]:active,
input[type=button]:active {
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.button:disabled, input[type=submit]:disabled,
input[type=button]:disabled {
  pointer-events: none;
  cursor: initial;
  opacity: 0.7;
}
.button--circle {
  min-width: 0;
  min-height: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  padding: 0;
}
.button--justified {
  justify-content: space-between;
}
.button__icon {
  height: 22px;
  width: 22px;
}
.button__inline-fa {
  padding-left: 0.5rem;
}
.button--white {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.button--white:hover {
  background: #4582A8;
  color: #ffffff;
  border-color: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.one, .tabbed-content__tab-button.active, .tribe-common .tribe-common-c-btn, input[type=submit],
input[type=button] {
  background: #4582A8;
  color: #ffffff;
  border: none;
}
.one:hover, .tabbed-content__tab-button.active:hover, .tribe-common .tribe-common-c-btn:hover, input[type=submit]:hover,
input[type=button]:hover {
  color: #ffffff;
  background: #05263a;
}
.one--to-white:hover {
  background-color: #ffffff;
  color: #4582A8;
}

.two {
  color: #4582A8;
  background: transparent;
  border: 1px solid #4582A8;
}
.two:hover {
  background: #4582A8;
  color: #ffffff;
}

.three {
  color: #4582A8;
  background-color: #ffffff;
}
.three:focus, .three:hover {
  background-color: #4582A8;
  color: #ffffff;
}

.background-post-loop .read-more:after {
  background: #ffffff !important;
}

.read-more, .tribe-common .read-more {
  background: transparent;
  padding: 0;
  border: none;
  color: #000000;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 2px solid #22A08F;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: color;
}
.read-more:hover, .read-more:focus {
  color: #22A08F;
}
.read-more--white {
  color: #ffffff;
}

.form-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity, box-shadow, transform;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 3px;
  min-width: 200px;
  height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  /*fix text flickering on translate */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0px);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  border: none;
}
.form-submit input--small {
  height: 50px !important;
  min-width: 100px !important;
}

.cta-container {
  padding: 10px 0 20px;
}

/**
 *	Global Placeholder
 ================================================= */
/**
 *	Global Form Element
 ================================================= */
[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  transition-property: background-color, color, border, opacity, transform, box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: background-color, color, border, opacity, transform, box-shadow;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: 1px solid #58585A;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  color: #000000;
}
[type=text]:focus,
[type=url]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #4582A8;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-position: calc( 100% - 10px ) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select[multiple] {
  height: auto;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "";
  font-size: 1rem;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #4582A8;
  font-weight: 100;
}

option {
  padding: 5px 10px;
  color: #000000;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
  vertical-align: middle;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_wrapper {
  padding: 0 10px;
}

.gform_footer {
  display: flex;
  align-items: center;
}

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */
.gform_description {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}

.gfield {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 20px;
  padding: 0 10px;
}

.gfield_label {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  color: inherit;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

.gfield_required {
  vertical-align: baseline;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea,
.form_saved_message_emailform input,
.form_saved_message_emailform select,
.form_saved_message_emailform textarea {
  border: 1px solid transparent;
  border-radius: 3px;
  transition-property: border-color, box-shadow;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus,
.form_saved_message_emailform input:focus,
.form_saved_message_emailform select:focus,
.form_saved_message_emailform textarea:focus {
  box-shadow: 0 0 0 2px rgba(69, 130, 168, 0.3);
}

.form_saved_message_emailform input {
  margin-bottom: 1rem;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: red;
}

.validation_error {
  margin: 30px auto;
  background-color: white;
  text-align: center;
  max-width: 800px;
  padding: 30px;
  color: red;
  font-weight: bold;
}

.validation_message {
  margin-top: 5px;
  color: red;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .validation_message {
    font-size: 14px;
  }
}

/*
 |----------------------------------------------------------------
 |  Gform Fields
 |----------------------------------------------------------------
 */
.ginput_container_checkbox,
.ginput_container_radio {
  margin-left: 25px;
}
.ginput_container_checkbox + .validation_message,
.ginput_container_radio + .validation_message {
  margin-left: 25px;
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 5px;
}

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.gf_half {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.gf_third {
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.gf_quarter {
  flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}
/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
input[type=submit],
input[type=button] {
  border: none;
}

.gform_ajax_spinner {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */
.ui-datepicker {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  background: #4582A8;
}
.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  flex-basis: 25px;
  cursor: pointer;
}
.ui-datepicker-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  flex-basis: 25px;
  cursor: pointer;
  order: 1;
}
.ui-datepicker-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  flex-basis: 48%;
  height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.ui-datepicker-calendar th {
  padding: 5px;
  font-size: 14px;
  background: #ffffff;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  padding: 5px;
  display: block;
}
.ui-datepicker-calendar .ui-state-disabled {
  cursor: disabled;
}
.ui-datepicker-calendar .ui-state-hover {
  font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
  background: #4582A8;
  color: white;
}

/* survey-specific stuff !*/
.page-banner.page-banner--survey {
  background-color: #ffffff;
}
.page-banner.page-banner--survey .row {
  padding-top: 40px;
  padding-bottom: 20px;
}

.gform_page_fields fieldset {
  border: none;
  margin: 0;
}
.gform_page_fields .gsection_title {
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .gform_page_fields .gsection_title {
    font-size: 32px;
  }
}
.gform_page_fields .gfield {
  margin-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .gform_page_fields .gfield {
    margin-bottom: 60px;
  }
}
.gform_page_fields .gfield_label {
  font-size: calc(20px + (42 - 20) * (100vw - 320px) / (1200 - 320));
  text-transform: none;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .gform_page_fields .gfield_label {
    font-size: 42px;
  }
}
.gform_page_fields .gfield_description {
  margin-bottom: 20px;
}
.gform_page_fields .ginput_container_radio {
  margin: 0;
}
.gform_page_fields .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin: 0 -1rem;
}
.gform_page_fields .gfield_radio .gchoice {
  margin: 1rem;
  position: relative;
}
.gform_page_fields .gfield_radio input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 3px;
  background-color: #4582A8;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 0 100%, 4px 100%, 4px 4px, calc(100% - 4px) 4px, calc(100% - 4px) calc(100% - 4px), 4px calc(100% - 4px), 4px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 4px 100%, 4px 4px, calc(100% - 4px) 4px, calc(100% - 4px) calc(100% - 4px), 4px calc(100% - 4px), 4px 100%, 100% 100%, 100% 0);
  transition-property: box-shadow, -webkit-clip-path;
  transition-property: clip-path, box-shadow;
  transition-property: clip-path, box-shadow, -webkit-clip-path;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: clip-path, box-shadow;
}
.gform_page_fields .gfield_radio input:focus {
  box-shadow: 0 0 0 2px rgba(69, 130, 168, 0.3);
}
.gform_page_fields .gfield_radio input:checked {
  -webkit-clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0);
}
.gform_page_fields .gfield_radio input:checked + label::before {
  transform: rotate(-45deg) scaleY(1);
  transition-delay: 0.125s;
}
.gform_page_fields .gfield_radio input:checked + label::after {
  transform: rotate(45deg) scaleY(1);
  transition-delay: 0.375s;
}
.gform_page_fields .gfield_radio label {
  cursor: pointer;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-left: 40px;
}
@media screen and (min-width: 1200px) {
  .gform_page_fields .gfield_radio label {
    font-size: 24px;
  }
}
.gform_page_fields .gfield_radio label::before, .gform_page_fields .gfield_radio label::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background-color: #ffffff;
  width: 6px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: transform;
}
.gform_page_fields .gfield_radio label::before {
  transform-origin: top center;
  top: 1.125rem;
  left: 0.25rem;
  height: 0.875rem;
  transform: rotate(-45deg) scaleY(0);
  transition-delay: 0.375s;
}
.gform_page_fields .gfield_radio label::after {
  transform-origin: bottom center;
  transform: rotate(45deg) scaleY(0);
  top: 0.25rem;
  left: 0.625rem;
  height: 1.5rem;
  transition-delay: 0.125s;
}
.gform_page_fields .ginput_container_text {
  padding: 10px 0;
}

.gform_conditional_content, .gform-confirmation__description {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .gform_conditional_content, .gform-confirmation__description {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_conditional_content, .gform-confirmation__description {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_conditional_content, .gform-confirmation__description {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_conditional_content, .gform-confirmation__description {
    padding-right: 60px;
  }
}
.gform_conditional_content[style="display: list-item;"], [style="display: list-item;"].gform-confirmation__description {
  -webkit-animation: slideIn 0.25s forwards ease-in;
          animation: slideIn 0.25s forwards ease-in;
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gform_page_footer {
  margin: 0 -1rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.gform_page_footer .button, .gform_page_footer input[type=submit],
.gform_page_footer input[type=button],
.gform_page_footer .gform_save_link {
  margin: 1rem;
}

.gform_next_button::before,
.gform_previous_button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
}

.gform_next_button::before {
  right: 1.5rem;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}

.gform_previous_button::before {
  left: 1.5rem;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.gf_page_steps {
  display: flex;
  margin-bottom: 5rem;
}
.gf_page_steps .gf_step {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.gf_page_steps .gf_step .gf_step_number,
.gf_page_steps .gf_step .gf_step_label {
  display: block;
  background-color: #EDF1F3;
  font-size: 0;
  color: transparent;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 100%;
  height: 4px;
}
.gf_page_steps .gf_step .gf_step_label {
  height: 0.75rem;
  width: 4px;
}
.gf_page_steps .gf_step.gf_step_first {
  flex-grow: 0;
}
.gf_page_steps .gf_step.gf_step_first .gf_step_number {
  width: 0;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_number,
.gf_page_steps .gf_step.gf_step_active .gf_step_label, .gf_page_steps .gf_step.gf_step_completed .gf_step_number,
.gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  background-color: #4582A8;
}

.gform_submission_error {
  color: #4582A8;
  font-size: 1.75rem;
}

.gform_progress_title {
  font-size: 1.5rem;
}

@media screen and (min-width:1200px) {
  .gform_page {
    max-width: 83.3333333333%;
    margin: auto;
  }
}
.gform_page .iframe-wrapper {
  position: relative;
}
.gform_page .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
button.gform_save_link[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  background-color: transparent;
  margin: 0 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 2px solid #4582A8;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: color;
}
button.gform_save_link[type=button]:hover, button.gform_save_link[type=button]:focus {
  color: #4582A8;
}
button.gform_save_link[type=button] svg {
  display: none;
}
button.gform_save_link[type=button]::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-weight: 400;
}

/* confirmation page */
.gform-confirmation-section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  flex-grow: 1;
}
@media screen and (min-width:1200px) {
  .gform-confirmation-section {
    max-width: 83.3333333333%;
  }
}

.gform-confirmation {
  margin-bottom: 40px;
}
.gform-confirmation__step-title {
  border-bottom: 1px solid #eaeaea;
  padding-top: 1.5rem;
  font-size: 2rem;
}
.gform-confirmation__answer-label {
  font-size: 1.5rem;
}
.gform-confirmation__answer-value {
  color: #4582A8;
}
.gform-confirmation__description h4 {
  display: none;
}

/*
overload tribe event styles.
to be used with
stylesheet = Tribe Event Styles selected
Use updated calendar designs = true
*/
.tribe-common {
  /* reset the container width */
  /* filterbar */
}
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h5 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tribe-common .tribe-common-l-container {
  max-width: 1520px;
}
.tribe-common .tribe-common__row {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.tribe-common .tribe-common__event-month-wrapper {
  padding-top: 40px;
  background-color: #ffffff;
  padding-bottom: 60px;
}
.tribe-common .filter-events-section {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events {
  /* fix padding */
  /* datepicker */
  /* filterbar */
  /* .tribe-events end */
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-left: 10px;
  padding-right: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  padding: 20px 20px 20px 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button--open ~ .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section {
  display: block;
  padding-bottom: 40px;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section .filter-events-lists {
  margin: 0 -10px;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section .filter-events-lists li {
  padding: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section .filter-events-lists li:not(.show-all) {
  display: inline-block;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section .filter-events-lists .filter-events-pill {
  display: inline-block;
}
.tribe-common--breakpoint-medium.tribe-events .filter-events-section .filter-events-lists .filter-events-pill i {
  margin-right: 10px;
}

/* hard resets for colors */
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #4582A8;
}

.tribe-events .tribe-events-c-ical__link {
  color: #4582A8;
  border-color: #4582A8;
}

.tribe-common .tribe-common-c-svgicon {
  color: currentColor;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
  background-color: #4582A8;
}

.tribe-events-calendar-month__day-cell i {
  font-size: 20px;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: rgba(34, 160, 143, 0.2);
}

/* unfuck the singles template. */
#tribe-events-pg-template {
  max-width: unset;
  padding: 0;
}

.tribe-events-content {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content .gform_description, .tribe-events-content ul {
  font-size: 1rem;
}

.tribe-events-single > .tribe_events > :not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events) {
  width: auto;
  order: unset;
}

.tribe-events-single > .tribe_events {
  display: block;
}

.tribe-events-single__custom-meta {
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  .tribe-events-single__custom-meta {
    background: linear-gradient(to right, #ffffff 0%, #ffffff calc(100% - 120px), transparent calc(100% - 120px));
  }
}

.tribe-events-event-meta::before, .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
  display: none;
}

/*map*/
.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-venue-map > div, .tribe-events-venue-map > iframe {
  max-height: unset;
  display: flex;
  flex-grow: 1;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  border: none;
  margin: 0;
}

/* dt dl dd */
.tribe-events-event-meta {
  font-family: inherit;
  font-size: 1rem;
}

.tribe-events-meta-group {
  width: auto !important;
}

.tribe-events-event-meta dl dt {
  padding: 6px 0;
  font-size: 1.125rem;
  margin: 0 6px 0 0;
}
.tribe-events-event-meta dl dt i {
  color: #4582A8;
  font-size: 22px;
  width: 24px;
  margin-right: 8px;
}
.tribe-events-event-meta dl dd {
  margin: 0;
  padding: 6px 0;
}

.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 40px;
  padding-top: 40px;
}

/* event single image */
.tribe-events-event-image {
  position: relative;
  min-height: 100%;
}
.tribe-events-event-image .size-full {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 900px;
}
@media screen and (max-width:979px) {
  .tribe-events-event-image .size-full {
    max-height: 530px;
  }
}
@media screen and (max-width:767px) {
  .tribe-events-event-image .size-full {
    max-height: 330px;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  border-width: 0 2px 2px 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-top: 2px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

/*
 |----------------------------------------------------------------
 |  Site Header
 | set up the z-indexes here so that the site-header is on top of everything,
 | and everything within it is relative to the site header.
 | this way we get the dropdowns to actually come out from underneath
 | the site header instead of appearing on top, which looks a bit jank.
 |----------------------------------------------------------------
 */
.site-header {
  padding: 20px;
  background: #ffffff;
  position: relative;
  z-index: 9999;
}
.site-header::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.site-header__search-toggle {
  background-color: #05263a;
  color: #ffffff;
}
.site-header__search-toggle .site-header__search-icon {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  transition-delay: 0.25s;
}
.site-header__search-toggle::before, .site-header__search-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.25rem;
  width: 2px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: opacity, transform;
}
.site-header__search-toggle--open .site-header__search-icon {
  opacity: 0;
  transition-delay: 0s;
}
.site-header__search-toggle--open::before, .site-header__search-toggle--open::after {
  opacity: 1;
}
.site-header__search-toggle--open::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header__search-toggle--open::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header__search-dropdown {
  position: absolute;
  z-index: -2;
  display: none;
  transform: translateY(-25%);
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 10px);
  background-color: #EDF1F3;
  left: 0;
  right: 0;
  top: 100%;
  padding: 20px 10px;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.site-header__search-dropdown--enter {
  display: block;
  opacity: 0;
  transform: translateY(-25%);
}
.site-header__search-dropdown--enter-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.site-header__search-dropdown--exit {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.site-header__search-dropdown--exit-active {
  display: block;
  opacity: 0;
  transform: translateY(-25%);
}
.site-header__search-form {
  position: relative;
  z-index: 1;
  height: 60px;
}
.site-header__search-input {
  border: none;
  background: #ffffff;
  border-radius: 5px;
  height: 60px;
  padding: 10px 60px 10px 10px;
}
.site-header__search-input:focus {
  box-shadow: 0 0 0 3px rgba(69, 130, 168, 0.65);
}
.site-header__search-submit {
  background-color: transparent;
  color: #4582A8;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  top: calc(50% - 25px);
}
.site-header__search-submit:hover, .site-header__search-submit:focus {
  color: #ffffff;
  background-color: #4582A8;
}

.logo-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*
This scss file controls shared components between primary nav, utility nav, and whatever other
instances of wp_nav_menu used.

To edit specific settings of the primary nav, do it in _primary-nav.scss, edit utility nav in _utility-nav.scss, etc
If a specific usage file doesn't exist, make one!
*/
/* body menu-opened class */
body {
  position: relative;
}
@media screen and (max-width:979px) {
  body::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    will-change: visibility, opacity;
  }
  body.menu-opened::after {
    visibility: visible;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: auto;
    opacity: 1;
  }
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
.nav-menu {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.nav-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/*
 |----------------------------------------------------------------
 |  Nav Item + Link. These are shared between utility and main, may as well unify.
 | They inherit the font-size set at the menu_class level.
 |----------------------------------------------------------------
 */
.nav-item {
  padding: 0 10px;
  z-index: 1;
}
.nav-item--has-children {
  display: block;
}
@media screen and (min-width:980px) {
  .nav-item--has-children .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 15%;
    width: 10px;
    height: 10px;
    z-index: -1;
    background: #4582A8;
    border-radius: 2px;
    transform: rotate(45deg);
  }
  .nav-item--has-children::after {
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 6px;
    position: relative;
    border-right: 2px solid #4582A8;
    border-bottom: 2px solid #4582A8;
    transform: translateY(-0.2em) rotate(45deg);
    transition-property: transform, border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    will-change: transform, border-color;
  }
}
@media screen and (min-width:980px) {
  .nav-item--has-children:focus-visible::after, .nav-item--has-children:focus-within::after {
    transform: translateY(0) rotate(45deg) scale(-1);
  }
  .nav-item--has-children:focus-visible .dropdown-menu, .nav-item--has-children:focus-within .dropdown-menu {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width:980px) {
  .nav-item--has-children:hover::after {
    transform: translateY(0) rotate(45deg) scale(-1);
  }
  .nav-item--has-children:hover .dropdown-menu {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}

.nav-link {
  display: inline-flex;
  padding: 5px 0;
  color: inherit;
  /*
  configure special button/read-more behaviour
  */
  /* this just sets up the fontawesome stuff */
  /* to accommodate client sometimes wanting a non-functional root level item */
}
.nav-link:hover, .nav-link:focus {
  color: #4582A8;
}
.nav-link--current {
  opacity: 1;
}
.nav-link--in-dropdown {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% calc(100% - 6px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease-in-out;
}
.nav-link--in-dropdown:hover, .nav-link--in-dropdown:focus {
  background-position: 0 calc(100% - 6px);
  background-size: 100% 1px;
}
@media screen and (min-width:980px) {
  .nav-link--in-dropdown:hover, .nav-link--in-dropdown:focus {
    color: #ffffff;
  }
}
.nav-link--read-more {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.nav-link.button, input.nav-link[type=submit],
input.nav-link[type=button] {
  height: 50px;
}
.nav-link--has-icon::after {
  order: 12;
  content: "  ";
}
.nav-link--has-icon::before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  font-weight: 300;
  order: 13;
}
.nav-link--placeholder-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.dropdown-toggle {
  position: relative;
  z-index: 11;
}
@media screen and (min-width:980px) {
  .dropdown-toggle.nav-link--is-root::after {
    content: "";
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
}
.dropdown-toggle:focus + .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  min-width: 100%;
  font-size: 1rem;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
}
@media screen and (min-width:980px) {
  .dropdown-menu {
    background-color: #4582A8;
    color: #ffffff;
    display: block;
    position: absolute;
    z-index: 10;
    min-width: 10rem;
    top: calc(100% + 10px);
    transform: translate(0, -50px);
    transition-property: transform, opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity, visibility;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 60px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
}

.nested-submenu {
  font-weight: 300;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: none;
}
@media screen and (min-width:980px) {
  .nested-submenu {
    display: block;
  }
}

/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */
.fs-menu-trigger {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.fs-menu-trigger:focus {
  outline: none;
}
@media screen and (min-width:980px) {
  .fs-menu-trigger {
    display: none !important;
  }
}

.fs-burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 29px;
  position: relative;
  color: #000000;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: currentColor;
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 250ms;
  transition-delay: 250ms;
  transition-property: transform, opacity;
}
.fs-burger-menu:after {
  width: 25px;
}
.menu-opened .fs-burger-menu:before {
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
}
.menu-opened .fs-burger-menu:after {
  opacity: 0;
  transform: translateX(10px);
  transition-delay: 0s;
  width: 100%;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: black;
  display: none;
}
@media screen and (min-width: 1200px) {
  .burger-menu-text {
    font-size: 14px;
  }
}

.burger-line {
  position: relative;
  background: transparent;
  height: 3px;
}
.burger-line:before, .burger-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: currentColor;
  transform-origin: center;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-property: transform;
}
.burger-line:after {
  width: 25px;
}
.menu-opened .burger-line:before {
  transform: rotate(45deg);
  transition-delay: 250ms;
}
.menu-opened .burger-line:after {
  transform: rotate(-45deg);
  transition-delay: 250ms;
  width: 100%;
}

/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
.primary-nav {
  margin: 0 -10px;
  display: none;
  font-size: 17px;
}
@media screen and (min-width:980px) {
  .primary-nav {
    display: flex;
  }
}
.primary-nav .menu-item-has-children:last-child .dropdown-menu {
  right: 0;
  left: auto;
  transform: translate(0, 50px);
}
.primary-nav .menu-item-has-children:hover:last-child .sub-menu {
  transform: translate(0, 0);
}

.mobile-nav {
  display: none;
  position: absolute;
  font-size: 1.125rem;
  right: 0;
  top: 100%;
  min-width: 100%;
  z-index: -2;
  padding: 20px 15px;
  background: #EDF1F3;
  flex-flow: column;
  /* should have actually added mobile-nav__ classes to the mobile-only search form... */
}
@media screen and (min-width:980px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav .nav-item:not(.mobile-nav__search-item) {
  padding: 5px 0 5px 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.mobile-nav .nav-item:not(.mobile-nav__search-item) .nav-link {
  padding-right: 10px;
}
.mobile-nav .nav-item:not(.mobile-nav__search-item) .nav-link.one, .mobile-nav .nav-item:not(.mobile-nav__search-item) .nav-link.tabbed-content__tab-button.active, .mobile-nav .nav-item:not(.mobile-nav__search-item) input.nav-link[type=submit],
.mobile-nav .nav-item:not(.mobile-nav__search-item) input.nav-link[type=button], .mobile-nav .nav-item:not(.mobile-nav__search-item) .tribe-common .nav-link.tribe-common-c-btn, .tribe-common .mobile-nav .nav-item:not(.mobile-nav__search-item) .nav-link.tribe-common-c-btn {
  color: #ffffff;
}
.mobile-nav__submenu-toggle {
  height: 40px;
  width: 40px;
  font-size: inherit;
  transition: 250ms;
  transition-property: transform, background, color;
  transform-origin: center;
  transform: rotateX(0deg);
  background-color: transparent;
  margin-left: auto;
}
.mobile-nav__submenu-toggle.opened {
  transform: rotate(180deg);
}
@media screen and (min-width:980px) {
  .mobile-nav__submenu-toggle {
    display: none;
  }
}
.mobile-nav .site-header__search-form {
  margin-bottom: 20px;
}
.mobile-nav .site-header__search-input {
  font-size: 1.375rem;
}
.site-utility {
  padding: 15px 10px;
  background-color: #05263a;
  color: #ffffff;
  font-size: 0.875rem;
  display: none;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width:980px) {
  .site-utility {
    display: block;
  }
}
.site-utility__nav {
  margin: 0 -10px;
}
.site-utility__nav .nav-link {
  color: inherit;
}
.site-utility__nav .nav-link:hover {
  color: #22A08F;
}
.site-utility__nav .dropdown-menu .nav-link:hover, .site-utility__nav .dropdown-menu .nav-link:focus {
  color: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #DDEBF4;
  margin-top: 40px;
  margin-bottom: 40px;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.compat-object-fit img {
  opacity: 0;
}

.wp-block-quote {
  margin-bottom: 0px;
}
.wp-block-quote p, .wp-block-quote .gform_description {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  color: #4582A8;
}

.archive .banner-wrapper .page-banner {
  margin-bottom: 60px;
}

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.page-template-_thank-you .site-main {
  text-align: center;
}
.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center;
}

.error404 .column-center {
  text-align: center;
}

.no-results {
  padding: 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-results form {
  position: relative;
  max-width: 250px;
}
.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #4582A8;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #4582A8;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #4582A8;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #4582A8;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #4582A8;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #4582A8;
  opacity: 1;
}
.no-results button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.no-results button i {
  font-weight: 300;
  color: #4582A8;
}
.no-results button:hover {
  cursor: pointer;
}

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */
.footer-cta {
  background-image: linear-gradient(to top, #0B1922 150px, transparent 151px);
  padding-left: 5px;
  padding-right: 5px;
}
.footer-cta--no-bg {
  background: transparent;
}
@media screen and (min-width:768px) {
  .footer-cta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-cta__column {
  padding: 5px;
}
@media screen and (min-width:768px) {
  .footer-cta__column {
    flex: 1 1 50%;
  }
}
.footer-cta__content {
  padding: 70px 50px 40px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .footer-cta__content {
    padding: 70px 100px 100px;
    min-height: 500px;
  }
}
.footer-cta__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.footer-cta__content--overlay {
  z-index: 0;
  position: relative;
}
.footer-cta__content--overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 38, 58, 0.7);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.footer-cta__content .content-column {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer-cta__content .content-column .button, .footer-cta__content .content-column input[type=submit],
.footer-cta__content .content-column input[type=button] {
  justify-content: center;
}
.footer-cta__content--newsletter {
  z-index: 0;
  position: relative;
}
.footer-cta__content--newsletter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05263a;
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.footer-cta__content--newsletter .content-column {
  text-align: left;
}

.footer-newsletter {
  padding: 60px 10px 10px;
  background-color: #0B1922;
}
.footer-newsletter .heading-row {
  display: flex;
}
.footer-newsletter .heading-row h4 {
  color: white;
}
.footer-newsletter .heading-row p, .footer-newsletter .heading-row .gform_description {
  color: white;
}
.footer-newsletter form {
  display: flex;
}
.footer-newsletter form .ginput_container .large {
  font-size: 12px;
  font-style: italic;
}
.footer-newsletter form .gform_body {
  width: 74%;
}
.footer-newsletter form .gform_body ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-newsletter form .gform_body ul > * {
  width: 32%;
  max-width: 32%;
}
.footer-newsletter form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-newsletter form .gform_footer {
  width: 26%;
  justify-content: center;
}
.footer-newsletter form .gform_footer .button, .footer-newsletter form .gform_footer input[type=submit],
.footer-newsletter form .gform_footer input[type=button] {
  min-height: 50px;
  border-radius: 25px;
  border: 0px solid white;
  margin-top: 10px;
}
@media screen and (max-width:1199px) {
  .footer-newsletter form {
    flex-wrap: wrap;
  }
  .footer-newsletter .gform_body, .footer-newsletter .gform_footer {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .heading-row {
    display: block;
  }
  .footer-newsletter .heading-row h4, .footer-newsletter .heading-row .p-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter form ul {
    display: block !important;
  }
  .footer-newsletter form ul > * {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto 20px !important;
  }
}

.site-footer {
  background: #0B1922;
  padding-top: 59px;
  /*
  |----------------------------------------------------------------
  |  Footer Menu
  |----------------------------------------------------------------
  */
}
.site-footer .flex {
  justify-content: flex-end;
}
.site-footer .footer-logo-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
  color: white;
}
.site-footer .footer-logo-column img {
  margin-bottom: 15px;
  max-width: 80%;
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-grid {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.site-footer .footer-logo-grid .logo-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-logo-grid .logo-container img {
  max-height: 40px;
  max-width: 180px;
}
.site-footer .footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-menu li {
  padding-bottom: 10px;
}
.site-footer .footer-menu ul {
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}
.site-footer .footer-menu a, .site-footer .footer-menu p, .site-footer .footer-menu .gform_description {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 17px;
}
.site-footer .footer-menu a:hover {
  color: #22A08F;
}
.site-footer .contact-item-wrapper {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
}
.site-footer .contact-item-wrapper i {
  margin-right: 10px;
  width: 20px;
}
@media screen and (max-width:767px) {
  .site-footer .contact-item-wrapper {
    text-align: center;
  }
}
@media screen and (max-width:979px) {
  .site-footer .pb-5 {
    justify-content: space-between;
  }
}
.site-footer .row--middle .columns-12 .button:hover, .site-footer .row--middle .columns-12 input[type=submit]:hover,
.site-footer .row--middle .columns-12 input[type=button]:hover {
  border: 1px solid #4582A8;
}

.footer-menu-wrapper h5 {
  color: #4582A8;
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: 10px;
}
.footer-copyright p, .footer-copyright .gform_description,
.footer-copyright a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
}

.site-copyright {
  display: inline-block;
}

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.privacy-menu li {
  display: inline-block;
}
.privacy-menu a {
  border-bottom: unset;
}

.designby-column {
  text-align: right;
}

.site-credit {
  padding-top: 3px;
  padding-left: 20px;
}

@media screen and (max-width:1199px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-column,
.site-footer .footer-menu-wrapper {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .site-footer .footer-logo-column .address-column,
.site-footer .footer-menu-wrapper .address-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-footer .footer-copyright .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.page-template-_contact .accordion-block__item .column-block i {
  margin-right: 10px;
  color: #4582A8;
}

.home .home-upcoming-events .d-flex {
  align-items: inherit;
}

.faq-postings {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .faq-postings {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px;
}

.accordion-controls {
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-entry {
  margin-bottom: 20px;
}

.accordion-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.accordion-label .p-wrapper {
  min-width: 100px;
  padding: 0px;
  margin-right: 25px;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label h6 {
  padding: 0 15px 0px 0px;
  width: 70%;
}
.accordion-label:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "";
  font-size: 17px;
  right: 7px;
  top: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  color: inherit;
  transform: rotateX(180deg);
  transform-origin: center;
}
[data-status=opened] .accordion-label:after {
  content: "";
  transform: rotateX(0deg);
  border: unset;
}
.accordion-label span {
  margin-left: 15px;
}

.accordion-content {
  padding: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:979px) {
  .accordion-holder h5 {
    width: 70%;
  }
}
/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.banner-wrapper {
  position: relative;
  /* cta */
}
.banner-wrapper .homepage-banner {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (min-width:980px) {
  .banner-wrapper .homepage-banner {
    min-height: 640px;
    padding-top: 92px;
    padding-bottom: 202px;
  }
}
.banner-wrapper .homepage-banner__row {
  flex-grow: 1;
}
.banner-wrapper--homepage-slider {
  margin-bottom: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320));
  /* force matching height in slick */
}
@media screen and (min-width: 1200px) {
  .banner-wrapper--homepage-slider {
    margin-bottom: 80px;
  }
}
.banner-wrapper--homepage-slider .content-container {
  position: relative;
  z-index: 2;
}
.banner-wrapper--homepage-slider .banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-wrapper--homepage-slider .banner-slider.slick-initialized .slick-list,
.banner-wrapper--homepage-slider .banner-slider.slick-initialized .slick-track,
.banner-wrapper--homepage-slider .banner-slider.slick-initialized .slick-slide {
  height: 100%;
}
.banner-wrapper--homepage-slider .banner-slider__slide {
  position: relative;
  z-index: -1;
}
.banner-wrapper--homepage-slider .slick-arrow {
  position: absolute;
  height: 3.25rem;
  width: 3.25rem;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: calc(30px + (100 - 30) * (100vw - 320px) / (1200 - 320));
  margin-bottom: -0.5rem;
  z-index: 5;
  cursor: pointer;
  transition-property: color, background-color, box-shadow, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1200px) {
  .banner-wrapper--homepage-slider .slick-arrow {
    bottom: 100px;
  }
}
@media all and (min-width: 1350px) {
  .banner-wrapper--homepage-slider .slick-arrow {
    height: 3.75rem;
    width: 3.75rem;
    top: calc(50% - 1.875rem);
  }
}
.banner-wrapper--homepage-slider .slick-arrow.slick-prev {
  left: 1rem;
}
.banner-wrapper--homepage-slider .slick-arrow.slick-next {
  right: 1rem;
}
.banner-wrapper--homepage-slider .slick-arrow:hover {
  background-color: #ffffff;
  color: #4582A8;
  transform: translateY(-5px);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.banner-wrapper--homepage-slider .slick-arrow:focus {
  background-color: #ffffff;
  color: #4582A8;
  box-shadow: 0 0 0 4px rgba(69, 130, 168, 0.5);
}
.banner-wrapper--homepage-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: calc(30px + (100 - 30) * (100vw - 320px) / (1200 - 320));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .banner-wrapper--homepage-slider .slick-dots {
    bottom: 100px;
  }
}
.banner-wrapper--homepage-slider .slick-dots li {
  padding: 0 5px;
}
.banner-wrapper--homepage-slider .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: transparent;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ffffff 0px, #ffffff 2px);
  background-size: 100% 2px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}
.banner-wrapper--homepage-slider .slick-dots li button[aria-selected=true] {
  opacity: 0.75;
}
.banner-wrapper--homepage-slider .slick-dots li button:hover, .banner-wrapper--homepage-slider .slick-dots li button:focus {
  opacity: 0.95;
}
.banner-wrapper--homepage-slider .slick-initialized .slick-track {
  display: flex;
}
.banner-wrapper--homepage-slider .slick-initialized .slick-track .slick-slide {
  display: flex;
  flex-grow: 1;
  float: none;
  height: auto;
  flex-flow: column;
}
.banner-wrapper--homepage-slider .slick-initialized .slick-track .slick-slide > div {
  display: flex;
  flex-grow: 1;
}
.banner-wrapper--homepage-slider .slick-initialized .slick-track .slick-slide > div .homepage-banner {
  flex-grow: 1;
  margin-bottom: 0;
}

.page-banner {
  background-size: cover;
  background-position: center;
  padding-top: calc(90px + (150 - 90) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (105 - 80) * (100vw - 320px) / (1200 - 320));
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .page-banner {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner {
    padding-bottom: 105px;
  }
}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner .button, .page-banner input[type=submit],
.page-banner input[type=button] {
  margin-right: 20px;
}
.page-banner .content-container {
  z-index: 100;
  color: #ffffff;
}

@media screen and (max-width:480px) {
  .page-banner .content-container {
    margin: 0 auto;
  }
}
.banner-wrapper--single .single-page-banner {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: calc(300px + (550 - 300) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .banner-wrapper--single .single-page-banner {
    height: 550px;
  }
}
.banner-wrapper--single .single-page-banner::after {
  display: none;
}
.banner-wrapper--single .row {
  background-color: #EDF1F3;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: -40px;
}
@media screen and (min-width:768px) {
  .banner-wrapper--single .row {
    margin-top: -80px;
  }
}
@media screen and (min-width:980px) {
  .banner-wrapper--single .row {
    margin-top: -100px;
  }
}
@media screen and (min-width:1200px) {
  .banner-wrapper--single .row {
    margin-top: -120px;
  }
}
.banner-wrapper--single .content-container {
  position: relative;
  padding: 20px 20px 0;
}
.banner-wrapper--single .terms-container {
  padding: 15px 0;
  margin-bottom: 20px;
}
.banner-wrapper--single .term-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.banner-wrapper--single .post-meta p, .banner-wrapper--single .post-meta .gform_description {
  margin-bottom: 0;
}

.search-banner .page-banner {
  margin-bottom: 60px;
  z-index: 0;
  position: relative;
}
.search-banner .page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.search-banner .page-banner:after {
  z-index: 0;
}
.search-banner .page-banner .content-container {
  z-index: 1;
}

.banner-cta {
  margin-top: calc(-20px + (-80 - -20) * (100vw - 320px) / (1200 - 320));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .banner-cta {
    margin-top: -80px;
  }
}
.banner-cta__card {
  padding: 20px;
  background: #ffffff;
  border-radius: 2px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  transition-property: box-shadow, color, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: box-shadow, color, transform;
}
.banner-cta__card:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
@media screen and (min-width:768px) {
  .banner-cta__card {
    padding: 40px;
  }
}
.banner-cta__card .read-more {
  margin-top: auto;
}
.banner-cta__image {
  height: 54px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.artists-gallery-wrapper {
  padding-bottom: 60px;
}
.artists-gallery-wrapper .iframe {
  position: relative;
  margin-bottom: 20px;
}
.artists-gallery-wrapper .iframe:nth-child(odd) {
  bottom: 0px;
}

.grid-gallery {
  padding: 40px 10px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 140px;
  grid-gap: 10px;
}
.grid-gallery div {
  background-size: cover;
}
.grid-gallery div:nth-child(1) {
  grid-column: 1/8;
  grid-row: 1/6;
}
.grid-gallery div:nth-child(2) {
  grid-column: 8/11;
  grid-row: 1/4;
}
.grid-gallery div:nth-child(3) {
  grid-column: 8/11;
  grid-row: 4/6;
}
.grid-gallery div:nth-child(4) {
  grid-column: 1/6;
  grid-row: 6/9;
}
.grid-gallery div:nth-child(5) {
  grid-column: 6/11;
  grid-row: 6/9;
}
.grid-gallery div:nth-child(6) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(7) {
  grid-column: 4/9;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(8) {
  grid-column: 9/12;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(9) {
  grid-column: 1/4;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(10) {
  grid-column: 4/8;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(11) {
  grid-column: 8/12;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(12) {
  grid-column: 1/12;
  grid-row: 14/18;
}

.gallery_intro {
  padding-top: 40px;
}

.gallery {
  margin-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .gallery {
    margin-bottom: 60px;
  }
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  height: 80px;
  width: 80px;
  background: #4582A8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.gallery .slick-next {
  right: -40px;
}
.gallery .slick-prev {
  left: -40px;
}
.gallery .gallery-image {
  display: flex !important;
  justify-content: center;
  max-height: 700px;
  overflow: hidden;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px;
  }
}

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */
}
.slick-thumbnail-grid .gallery-nav-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 155px;
  overflow: hidden;
}
.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slick-thumbnail-grid .slick-slide {
  margin: 20px 10px;
}
.slick-thumbnail-grid .slick-list {
  margin: -10px 0;
}
@media screen and (max-width:480px) {
  .slick-thumbnail-grid .gallery-nav-image {
    max-height: 90px;
  }
}

.filter-section {
  z-index: 1;
  padding: 0 10px;
}
.filter-section .filter-col {
  padding: 10px;
}
.filter-section input:not([type=submit]),
.filter-section select {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  text-overflow: ellipsis;
  min-width: 120px;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: border-color;
  /* HIGHLIGHT THE SELECT HEADING TO DIFFERENTIATE IT FROM OTHER ACTUAL TERM SELECTIONS... */
}
.filter-section input:not([type=submit]):focus,
.filter-section select:focus {
  border-color: #4582A8;
}
.filter-section input:not([type=submit]) option[value=""],
.filter-section select option[value=""] {
  font-style: italic;
}
.filter-section__search-form {
  display: flex;
  margin: 0 -10px;
  align-items: stretch;
  flex-flow: column;
}
@media screen and (min-width:768px) {
  .filter-section__search-form {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.filter-section__filter-group {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  flex-flow: column;
}
@media screen and (min-width:768px) {
  .filter-section__filter-group {
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 900px;
  }
  .filter-section__filter-group .filter-col {
    flex: 1 1 250px;
    max-width: 400px;
    /* fix select content width causing weird flex behaviour. */
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.filter-section__label {
  padding: 0 10px;
}
.filter-section .read-more {
  font-weight: normal;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.filter-section__input-wrapper {
  position: relative;
}
.filter-section__input-wrapper i {
  position: absolute;
  color: #4582A8;
  font-weight: 100;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  right: 1rem;
  height: 1rem;
  width: 1rem;
  top: calc(50% - 0.5rem);
  font-size: 15px;
}
.filter-section__search-col {
  width: 100%;
}
.filter-section .filter-buttons {
  display: flex;
  align-items: center;
}
.filter-section__input {
  position: relative;
  z-index: 0;
  color: #000000;
}
.filter-section__input::-webkit-input-placeholder {
  opacity: 1;
}
.filter-section__input::-moz-placeholder {
  opacity: 1;
}
.filter-section__input:-ms-input-placeholder {
  opacity: 1;
}
.filter-section__input::-ms-input-placeholder {
  opacity: 1;
}
.filter-section__input::placeholder {
  opacity: 1;
}

.pagination-container {
  width: 100%;
  padding: 60px 0 30px;
}
.pagination-container .pagination-column {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .pagination-container .pagination-column {
    justify-content: center;
  }
}
@media screen and (max-width:480px) {
  .pagination-container .pagination-column {
    flex-flow: column;
  }
}
.pagination-container .pagination-column .pagination__prev .prev-disabled,
.pagination-container .pagination-column .pagination__prev .next-disabled,
.pagination-container .pagination-column .pagination__prev .pagination__link,
.pagination-container .pagination-column .pagination__next .prev-disabled,
.pagination-container .pagination-column .pagination__next .next-disabled,
.pagination-container .pagination-column .pagination__next .pagination__link {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: none;
}
.pagination-container .pagination-column .pagination__prev .prev-disabled i,
.pagination-container .pagination-column .pagination__prev .next-disabled i,
.pagination-container .pagination-column .pagination__prev .pagination__link i,
.pagination-container .pagination-column .pagination__next .prev-disabled i,
.pagination-container .pagination-column .pagination__next .next-disabled i,
.pagination-container .pagination-column .pagination__next .pagination__link i {
  color: #4582A8;
  margin: 0 5px;
  font-size: 1.125rem;
}
.pagination-container .pagination-column .pagination__prev .prev-disabled[disabled],
.pagination-container .pagination-column .pagination__prev .next-disabled[disabled],
.pagination-container .pagination-column .pagination__prev .pagination__link[disabled],
.pagination-container .pagination-column .pagination__next .prev-disabled[disabled],
.pagination-container .pagination-column .pagination__next .next-disabled[disabled],
.pagination-container .pagination-column .pagination__next .pagination__link[disabled] {
  opacity: 0.5;
}
.pagination-container .pagination-column .pagination__prev .pagination__link:not([disabled]):hover, .pagination-container .pagination-column .pagination__prev .pagination__link:not([disabled]):focus,
.pagination-container .pagination-column .pagination__next .pagination__link:not([disabled]):hover,
.pagination-container .pagination-column .pagination__next .pagination__link:not([disabled]):focus {
  color: #22A08F;
}
.pagination-container .pagination-column .pagination__prev .pagination__link:not([disabled]):hover i, .pagination-container .pagination-column .pagination__prev .pagination__link:not([disabled]):focus i,
.pagination-container .pagination-column .pagination__next .pagination__link:not([disabled]):hover i,
.pagination-container .pagination-column .pagination__next .pagination__link:not([disabled]):focus i {
  color: #22A08F;
}
.pagination-container .pagination-column .pagination__prev .prev-disabled,
.pagination-container .pagination-column .pagination__prev .next-disabled,
.pagination-container .pagination-column .pagination__next .prev-disabled,
.pagination-container .pagination-column .pagination__next .next-disabled {
  opacity: 0.5;
}
.pagination-container .page-lists {
  padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .page-lists {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .page-lists {
    padding-right: 100px;
  }
}
@media screen and (max-width:767px) {
  .pagination-container .page-lists {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.pagination-container .page-lists .page-link-wrapper {
  flex: 1 0 50px;
  padding: 0 8px;
  max-width: 60px;
  text-align: center;
}
.pagination-container .page-lists .page-numbers {
  border-radius: 5px;
  height: 2.25rem;
  width: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .page-lists .current {
  background-color: #4582A8;
  color: #ffffff;
}
.pagination-container .page-lists a,
.pagination-container .page-lists span {
  color: #000000;
}
.pagination-container .page-lists a {
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: background-color;
}
.pagination-container .page-lists a:hover, .pagination-container .page-lists a:focus {
  background-color: rgba(69, 130, 168, 0.25);
}

.slideout-container {
  width: 100%;
}

.slideout-item .loop-content {
  position: relative;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -22px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #0B1922;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content h4 {
  z-index: 1000;
  padding-bottom: 0px;
}
.slideout-item .loop-content h6 {
  text-transform: uppercase;
}
.slideout-item .loop-content .icon {
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-size: 25px;
}
.slideout-item .loop-content .minus:not(.show-icon) {
  display: none;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content.show-slideout::after {
  display: block;
}
.slideout-item .team-slideout-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.slideout-item .team-slideout-hidden {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    flex-direction: column;
  }
}
.slideout-item .team-slideout-hidden .row-gutter {
  display: block;
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 25px;
  background: #0B1922;
  color: #ffffff;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.slideout-item .loop-hidden h4 {
  color: inherit;
}
.slideout-item .loop-hidden .team-slideout-contact a i {
  border-radius: 15px;
  border: solid 2px white;
  padding: 6px;
  margin-top: 10px;
  margin-right: 5px;
}
.slideout-item .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.slideout-item .close:hover {
  cursor: pointer;
}
.slideout-item .close i {
  font-size: 25px;
}

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%;
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-4 .slideout-item .loop-hidden-big, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden, .slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:979px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden,
.slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
/*
using columns responsive,
for backwards compatibility
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
*/
@media screen and (min-width:768px) {
  .slideout-item.column-block.columns-md-6 .loop-hidden {
    width: calc(200% + (10px * 2));
  }
  .slideout-item.column-block.columns-md-6:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-item.column-block.columns-md-6:nth-child(even) .loop-hidden {
    left: calc(-100% - (10px * 2));
  }
}
@media screen and (min-width:980px) {
  .slideout-item.column-block.columns-lg-4 .loop-hidden {
    width: calc(300% + (10px * 4));
  }
  .slideout-item.column-block.columns-lg-4:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-item.column-block.columns-lg-4:nth-child(3n+2) .loop-hidden {
    left: calc(-100% - (10px * 2));
  }
  .slideout-item.column-block.columns-lg-4:nth-child(3n+3) .loop-hidden {
    left: calc(-200% - (10px * 4));
  }
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-4 .slideout-item .loop-hidden-big, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden, .slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:979px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden,
.slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #000000;
  font-size: 15px;
  top: 2%;
}
.page-nav .prev-column p, .page-nav .prev-column .gform_description,
.page-nav .next-column p,
.page-nav .next-column .gform_description {
  color: #000000;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #4582A8;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "";
}
.page-nav .next-column {
  display: flex;
  justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.double-map-wrapper {
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .double-map-wrapper {
    padding-bottom: 80px;
  }
}

.map-wrap {
  width: 100%;
  display: flex;
}
.map-wrap .map-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.map-wrap .map-content > * {
  flex-basis: 50%;
}
.map-wrap .map-content .location-title {
  flex-basis: 100%;
}

@media screen and (max-width:979px) {
  .map-wrap {
    flex-wrap: wrap;
  }
}
.get_in_touch_form .field_sublabel_below > div > span > label {
  display: none;
}
.get_in_touch_form > .row {
  align-items: center;
  flex-direction: column;
}
.get_in_touch_form > .row .contact-form-container {
  /* use responsive column class on field custom css class field */
}

.testimonial-slider {
  max-width: 1200px;
}

.featured-testimonials .content {
  padding: 0px 30px;
}
.featured-testimonials .p-wrapper {
  font-weight: 600;
}
.featured-testimonials .image {
  max-height: 170px;
  overflow: hidden;
}
.featured-testimonials .image img {
  height: 150px;
  width: 150px;
}
.featured-testimonials .testimonial-slider {
  display: flex;
}
.featured-testimonials .testimonial-slider .slick-arrow {
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #4582A8;
}
.featured-testimonials .testimonial-slider .slick-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .featured-testimonials img {
    margin-bottom: 20px;
  }
  .featured-testimonials p, .featured-testimonials .gform_description,
.featured-testimonials h5 {
    text-align: center;
  }
}

.banner-announcement {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background-color: #4582A8;
  color: #ffffff;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.banner-announcement__icon {
  margin-right: 10px;
}
.banner-announcement__content * {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.card-link {
  transition-property: border-color, box-shadow, transform, background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: border-color, box-shadow, transform, background-color, color;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  min-height: 100%;
  flex-flow: column;
}
.card-link__content {
  padding: 20px;
  border: 1px solid #DDEBF4;
  border-top: none;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex-grow: 1;
}
.card-link__title {
  margin-bottom: 20px;
}
.card-link__read-more {
  margin-top: auto;
  color: inherit;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: border-color;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 2px solid #22A08F;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card-link:hover, .card-link:focus {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
  background-color: #4582A8;
  color: #ffffff;
}
.card-link:hover .card-link__content, .card-link:focus .card-link__content {
  border-color: #4582A8;
}
.card-link:hover .card-link__read-more, .card-link:focus .card-link__read-more {
  border-color: #ffffff;
}
.card-link__thumbnail-wrapper {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
.card-link__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabbed-content__tab-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabbed-content__tab-pane {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition-property: visibility, opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: visibility, opacity, transform;
}
.tabbed-content__tab-pane.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: none;
}

.social-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row;
  margin: 0 -0.25rem;
  flex-wrap: wrap;
  font-size: 1.125rem;
}
.social-list li {
  padding: 0.25rem;
  flex-shrink: 0;
}
.social-list .pop {
  border: 1px solid currentColor;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4582A8;
}
.social-list .pop:hover, .social-list .pop:focus {
  color: #22A08F;
}
.social-list--white .pop {
  color: #ffffff;
}

/* reset */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  --anvil-table-bg: rgba(237, 241, 243, 0.75);
  --anvil-table-accent-bg: rgba(237, 241, 243, 0.75);
  --anvil-table-striped-color: #000000;
  --anvil-table-striped-bg: rgba(255, 255, 255, 0.75);
  --anvil-table-active-color: #000000;
  --anvil-table-active-bg: #ffffff;
  --anvil-table-hover-color: #000000;
  --anvil-table-hover-bg: #4fd9c7;
  width: 100%;
  margin-bottom: 10px;
  color: #000000;
  vertical-align: top;
  border-color: #DDEBF4;
}
.table > :not(caption) > * th {
  padding: 1rem 5px;
}
.table > :not(caption) > * > * {
  background-color: var(--anvil-table-bg);
  border-bottom-width: 1;
  box-shadow: inset 0 0 0 9999px var(--anvil-table-accent-bg);
}
.table > :not(caption) > * > *:not(th) {
  padding: 2rem 10px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > *:not(th) {
  padding: 1rem 10px;
}

.table-bordered > :not(caption) > * {
  border-width: 1 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --anvil-table-accent-bg: var(--anvil-table-striped-bg);
  color: var(--anvil-table-striped-color);
}

.table-active {
  --anvil-table-accent-bg: var(--anvil-table-active-bg);
  color: var(--anvil-table-active-color);
}

.table-hover > tbody > tr:hover {
  --anvil-table-accent-bg: var(--anvil-table-hover-bg);
  color: var(--anvil-table-hover-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*.table-responsive {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 70vh;
  background-image:
          !* Shadows *!
          linear-gradient(to bottom, $body-background-color, $body-background-color),
          linear-gradient(to top, $body-background-color, $body-background-color),
          !* Shadow covers *!
          linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba($body-background-color, 0)),
          linear-gradient(to top, rgba(0, 0, 0, 1), rgba($body-background-color, 0)),
          !* Shadows *!
          linear-gradient(to right, $body-background-color, $body-background-color),
          linear-gradient(to left, $body-background-color, $body-background-color),
          !* Shadow covers *!
          linear-gradient(to right, rgba(0, 0, 0, 1), rgba($body-background-color, 0)),
          linear-gradient(to left, rgba(0, 0, 0, 1), rgba($body-background-color, 0));

  background-position:
          top center, bottom center, top center, bottom center,
          left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size:
          100% 20px, 100% 20px, 100% 10px, 100% 10px,
          20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-clip: content-box;
  box-sizing: content-box;

  !* Opera doesn't support this in the shorthand *!
  background-attachment: local, local, scroll, scroll;
}*/
.single-post-cat-list {
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.single-post-cat-list .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #4582A8;
}
.single-post-cat-list .single-post-cat-link,
.single-post-cat-list .single-post-date {
  padding: 5px 0;
  color: #22A08F;
}
.single-post-cat-list .single-post-cat-link {
  padding-right: 1rem;
  text-transform: uppercase;
}
.single-post-cat-list .single-post-date {
  position: relative;
}
.single-post-cat-list .single-post-date::before {
  content: "|";
  position: absolute;
  left: -0.625rem;
}
.single-post-cat-list .single-post-date::after {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #22A08F;
}

.recent-post-selector .column-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#recent-events-selector-block_60d8bd439df30 .column-block:first-of-type {
  height: 100%;
}
@media screen and (max-width:767px) {
  #recent-events-selector-block_60d8bd439df30 .column-block:first-of-type {
    height: auto;
  }
}

.loop-post {
  transition-property: box-shadow, color, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: box-shadow, color, transform;
  border-radius: 2px;
  height: 100%;
}
.loop-post .wrapper {
  height: 100%;
}
.loop-post:not(.loop-post--no-hover):hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.loop-post__title-link {
  color: inherit;
}
.loop-post .content-column {
  padding: 20px;
}
.loop-post .content-column .read-more {
  margin-top: auto;
}
.loop-post .content-column__team-member-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loop-post .content-column__team-member-btn {
  color: #4582A8;
}
.loop-post--is-link {
  display: block;
  color: #000000;
}
.loop-post--is-link:hover, .loop-post--is-link:focus {
  color: #22A08F;
}
.loop-post--is-link:hover .content-column__team-member-btn, .loop-post--is-link:focus .content-column__team-member-btn {
  color: #22A08F;
}
.loop-post--is-link:focus:not(:hover) {
  box-shadow: 0 0 0 3px rgba(69, 130, 168, 0.65);
}
.loop-post .image-column {
  border-radius: 2px;
  overflow: hidden;
  max-height: 310px;
}
.loop-post .image-column .thumbnail-link {
  display: block;
}
.loop-post .image-column .thumbnail-link img {
  width: 100%;
  height: auto;
}
.loop-post .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
}

.related-posts {
  background-color: #ffffff;
  padding-bottom: 120px;
}

@supports (display: grid) {
  @media screen and (min-width:768px) {
    .donate-funds-posts .column-block {
      display: contents;
    }
    .donate-funds-posts .column-block .pb-4 {
      grid-row: 1;
    }
    .donate-funds-posts .column-block h3 {
      grid-row: 2;
    }
    .donate-funds-posts .column-block p, .donate-funds-posts .column-block .gform_description {
      grid-row: 3;
    }
    .donate-funds-posts .column-block .button, .donate-funds-posts .column-block input[type=submit],
.donate-funds-posts .column-block input[type=button] {
      grid-row: 4;
      margin-top: 0;
    }
    .donate-funds-posts .d-flex {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-gap: 20px;
      padding: 10px;
      justify-items: left;
    }
  }
}

/* this is the background image style loop... */
.event-block-loop {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  min-height: 100%;
  background-image: linear-gradient(45deg, rgba(69, 130, 168, 0), rgba(69, 130, 168, 0.5) 49%, rgba(255, 255, 255, 0.1) 50%);
  z-index: 0;
  position: relative;
}
.event-block-loop:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 38, 58, 0.7);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.loop-post .event-block-loop__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 140px 20px 40px;
}
.loop-post .event-block-loop__content .single-post-cat-list .single-post-cat-link,
.loop-post .event-block-loop__content .single-post-cat-list .single-post-date {
  color: #ffffff;
}
.event-block-loop__address {
  display: flex;
}
.event-block-loop__address .fal {
  margin-right: 10px;
}

.single-post-content {
  padding: 0 20px;
}

.single-tribe_events .tribe-events-event-image .size-full {
  height: auto;
  max-height: auto;
}

.team-member-detail__contact-row {
  padding: 1rem 2rem;
}
.team-member-detail__contact-row--even {
  background: #ffffff;
}
.team-member-detail__contact-field {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width:980px) {
  .team-member-detail__content {
    padding-left: 10px;
  }
}

.block-wrapper {
  background-image: linear-gradient(to left, rgba(237, 241, 243, 0), rgba(237, 241, 243, 0) 1500px, #edf1f3 1500px);
}

.accordion-block__item {
  margin: 5px 0;
  padding: 0 20px;
}
.accordion-block__item--open .accordion-block__item-toggle::after {
  transform: rotate(180deg);
}
.accordion-block__item-header {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.accordion-block__item-toggle {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.75rem 40px 0.75rem 20px;
  background-color: #EDF1F3;
  transition-property: box-shadow, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: box-shadow, background-color;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .accordion-block__item-toggle {
    padding: 0.75rem 40px;
  }
}
@media screen and (min-width:768px) {
  .accordion-block__item-toggle {
    padding: 0.75rem 74px 0.75rem 40px;
  }
}
.accordion-block__item-toggle::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.375rem);
  height: 1rem;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  font-weight: 400;
  display: inline-block;
  margin-left: auto;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: transform;
  color: #4582A8;
}
@media screen and (min-width:980px) {
  .accordion-block__item-toggle::after {
    right: 2.75rem;
  }
}
.accordion-block__item-toggle:focus {
  box-shadow: 0 0 0 3px rgba(69, 130, 168, 0.65);
}
.accordion-block__item-toggle:active {
  background-color: #b6d4e8;
}
.accordion-block__title {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  flex-grow: 5;
  display: inline-block;
  padding: 5px;
}
.accordion-block__description {
  min-width: 100px;
  font-weight: normal;
  display: inline-block;
  padding: 5px;
}
.accordion-block__item-content {
  display: none;
}
.accordion-block__item-body {
  padding: 20px;
}
@media screen and (min-width:980px) {
  .accordion-block__item-body {
    padding: 20px 40px;
  }
}
.accordion-block--contact .accordion-block__item-toggle {
  background-color: #05263a;
  color: #ffffff;
}

.centered-intro__content-container {
  text-align: center;
  margin: 0 auto;
}
.centered-intro .cta-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.left-aligned-intro .content-container {
  position: relative;
}
.left-aligned-intro .content-column {
  display: flex;
}
@media screen and (min-width:768px) {
  .left-aligned-intro .cta-container {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width:768px) {
  .split-intro .content-container {
    display: flex;
  }
  .split-intro .content-container .contents {
    padding-top: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .split-intro .content-container {
    text-align: center;
    margin: 0 auto;
  }
  .split-intro .content-container .cta-container {
    display: flex;
    justify-content: space-evenly;
  }
}

.split-intro h6, .split-intro h2, .left-aligned-intro h6, .left-aligned-intro h2, .centered-intro h6, .centered-intro h2 {
  margin: 0px;
}
.split-intro h2, .left-aligned-intro h2, .centered-intro h2 {
  padding-bottom: 20px;
}
.split-intro h6, .left-aligned-intro h6, .centered-intro h6 {
  padding-bottom: 10px;
}

.content-image .content-image-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .content-image .content-image-container .image-column {
    position: relative;
  }
  .content-image .content-image-container .image-column img {
    position: absolute;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width:979px) {
  .content-image .content-image-container .image-column img {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}
.content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-image .content-column {
  padding: 10px;
}
@media screen and (min-width:640px) {
  .content-image .content-column {
    padding: 20px;
  }
}
@media screen and (min-width:980px) {
  .content-image .content-column {
    padding: 40px;
  }
}
@media screen and (min-width:768px) {
  .content-image.right-image-content .content-column {
    padding-left: calc(10px + (120 - 10) * (100vw - 320px) / (1200 - 320));
  }
}
@media screen and (min-width:768px) and (min-width: 1200px) {
  .content-image.right-image-content .content-column {
    padding-left: 120px;
  }
}
.content-image.left-image-content .content-image-container {
  flex-direction: row-reverse;
}
@media screen and (min-width:768px) {
  .content-image.left-image-content .content-column {
    padding-right: calc(10px + (120 - 10) * (100vw - 320px) / (1200 - 320));
  }
}
@media screen and (min-width:768px) and (min-width: 1200px) {
  .content-image.left-image-content .content-column {
    padding-right: 120px;
  }
}

.donate-yourtime-block .content-column .cta-container .row-gutter {
  display: block;
}

.background-image-content {
  background-repeat: no-repeat;
}
.background-image-content .row .content-column {
  padding: 40px;
}

.icon-post {
  z-index: 10;
  background-color: #ffffff;
  border: 1px solid #DDEBF4;
  border-radius: 3px;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  bottom: 0px;
  transition: all 0.2s;
}
.icon-post:hover {
  bottom: 10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width:768px) {
  .icon-post {
    padding: 40px 30px;
  }
}
.icon-post__icon-wrapper {
  height: 100px;
  max-width: 100px;
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}
.icon-post .read-more {
  margin-top: auto;
  margin-bottom: 10px;
}
.icon-post .read-more i {
  margin-left: 10px;
}

.annual-reports-download .icon-post {
  align-items: center;
}

.highlight-post {
  z-index: 1;
  position: relative;
  display: flex;
}
.highlight-post__icon-wrapper {
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}
.highlight-post__content {
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .highlight-post {
    flex-direction: column;
    padding: 20px;
  }
  .highlight-post .highlight-post__content {
    padding-left: 0;
  }
  .highlight-post .highlight-post__icon-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}

.statistic {
  background-color: #ffffff;
  padding: 30px;
  min-height: 305px;
  height: 100%;
}
.statistic__icon-wrapper {
  margin-top: 30px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.statistic__stat-wrapper {
  color: #4582A8;
}

.pseudo-wrapper {
  position: relative;
}
.pseudo-wrapper:after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:1799px) {
  .pseudo-wrapper {
    overflow-x: hidden;
  }
}
.contact-form .contact-layout-wrapper {
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info {
  padding-right: 30px;
}
.contact-form .contact-layout-wrapper .social-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form .contact-layout-wrapper .social-list li {
  margin-right: 10px;
  border: 1px solid #22A08F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item {
  display: flex;
}
.contact-item p, .contact-item .gform_description,
.contact-item a {
  font-size: 16px;
}
.contact-item p, .contact-item .gform_description {
  margin: 5px 0;
}
.contact-item i {
  font-size: 22px;
  line-height: 2rem;
  margin-right: 20px;
  color: #4582A8;
}

.get_in_touch_form li,
.form-wrapper .gform_wrapper li {
  margin-bottom: 20px;
}
.get_in_touch_form label,
.form-wrapper .gform_wrapper label {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label,
.form-wrapper .gform_wrapper label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label,
.form-wrapper .gform_wrapper label {
    line-height: 18px;
  }
}
.get_in_touch_form input,
.get_in_touch_form textarea,
.get_in_touch_form select,
.form-wrapper .gform_wrapper input,
.form-wrapper .gform_wrapper textarea,
.form-wrapper .gform_wrapper select {
  border: unset;
}
.get_in_touch_form .gform_button,
.form-wrapper .gform_wrapper .gform_button {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.get_in_touch_form .gform_footer,
.form-wrapper .gform_wrapper .gform_footer {
  padding: 0px;
}
.get_in_touch_form .gform_footer .button, .get_in_touch_form .gform_footer input[type=submit],
.get_in_touch_form .gform_footer input[type=button],
.form-wrapper .gform_wrapper .gform_footer .button,
.form-wrapper .gform_wrapper .gform_footer input[type=submit],
.form-wrapper .gform_wrapper .gform_footer input[type=button] {
  margin: 0px;
}

.font-icon {
  height: 22px;
  width: auto;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

@media screen and (max-width:1199px) {
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:979px) {
  .contact-form .contact-layout-wrapper {
    display: block;
  }
  .contact-form .contact-layout-wrapper .contact-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:639px) {
  .contact-form .contact-layout-wrapper .gform_fields li {
    flex-basis: 100%;
  }
}
.map-block .single-map-wrapper {
  display: flex;
}

.single-map-wrapper {
  position: relative;
}

.single-map-widget {
  margin: 20px 20px 0;
  background-color: white;
  padding: 40px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .single-map-widget {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 500px;
  }
  .single-map-widget--contact-page {
    bottom: calc(50% - 200px);
    max-width: 480px;
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .single-map-widget-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    margin: auto;
  }
}

.logo-grid .logo-grid-post {
  padding-top: 10px;
}
.logo-grid .block-grid-4 img {
  height: 100px;
  width: auto;
}
.logo-grid .block-grid-3 img {
  height: 100px;
  width: auto;
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:979px) {
  .anvil-wyswyg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .anvil-wyswyg li {
    width: 100%;
  }
}
.video-embed {
  display: block;
  color: #000000;
}
.video-embed__thumb-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 400px;
  transition-property: transform, box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: transform, box-shadow;
}
.video-embed__thumb-wrapper::after {
  content: "";
  padding-top: 65%;
  display: block;
  background: rgba(5, 38, 58, 0.75);
  position: relative;
  z-index: 0;
}
.video-embed__thumb {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.video-embed__icon {
  z-index: 2;
  height: 60px;
  width: 60px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border-radius: 100%;
  background-color: rgba(69, 130, 168, 0.7);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  will-change: background-color, color;
}
.video-embed__content {
  padding: 20px;
  color: inherit;
}
.video-embed:hover .video-embed__thumb-wrapper, .video-embed:focus .video-embed__thumb-wrapper {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(5, 38, 58, 0.3);
}
.video-embed:hover .video-embed__icon, .video-embed:focus .video-embed__icon {
  background-color: white;
  color: #4582A8;
}

.team-member-table th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.team-member-table td[class^=columns-],
.team-member-table th[class^=columns-] {
  width: 100%;
}
.team-member-table .columns-3 {
  min-width: 260px;
}
.team-member-table .columns-2 {
  min-width: 140px;
}
.team-member-table .columns-4 {
  min-width: 360px;
}
@media screen and (min-width:768px) {
  .team-member-table .columns-3,
.team-member-table .columns-4 {
    padding-top: 40px;
  }
}
.team-member-table__small-pic {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}
.team-member-table .image-placeholder {
  padding-top: 0;
  float: right;
}

.coverage-table td {
  vertical-align: baseline;
}
.coverage-table th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.coverage-table td[class^=columns-],
.coverage-table th[class^=columns-] {
  width: 100%;
}
.coverage-table .columns-3 {
  min-width: 260px;
}
.coverage-table .columns-2 {
  min-width: 140px;
}
.coverage-table .columns-4 {
  min-width: 360px;
}

.background-callout {
  /* right. because all the blocks have a max width of 1600... */
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.background-callout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width:768px) {
  .background-callout::before {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .background-callout {
    color: #000000;
  }
}
.background-callout__content {
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .background-callout__content {
    background-color: #ffffff;
    padding: 60px 10px;
  }
  .background-callout__content--right {
    padding-left: 80px;
  }
  .background-callout__content--left {
    padding-right: 80px;
  }
}
@media screen and (min-width:980px) {
  .background-callout__content {
    padding: 80px 10px;
  }
  .background-callout__content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 50vw;
    z-index: -1;
  }
  .background-callout__content--right {
    padding-left: 120px;
  }
  .background-callout__content--right::after {
    left: 0;
  }
  .background-callout__content--left {
    padding-right: 120px;
  }
  .background-callout__content--left::after {
    right: 0;
  }
}

.contact-card .contactCard_email {
  margin-top: auto;
}

.wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) {
  .wp-block-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin-left: 0px;
  }
  .wp-block-columns .wp-block-column .alignleft, .wp-block-columns .wp-block-column .align-right {
    float: unset !important;
  }
}
