@charset "UTF-8";
/**
 *  Colors
================================================= */
/**
 *  Text COlor
================================================= */
/**
 *  Text Sylte
================================================= */
/**
 *  Grid Settings
================================================= */
/**
 *  Media Query
================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
/* 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 {
  -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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full-row {
  max-width: none;
}

.max-row {
  max-width: 1800px;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[class*=columns-] {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.right-1 {
  margin-left: calc(1 / 12 * 100%);
}

.left-1 {
  margin-right: calc(1 / 12 * 100%);
}

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

.right-2 {
  margin-left: calc(2 / 12 * 100%);
}

.left-2 {
  margin-right: calc(2 / 12 * 100%);
}

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

.right-3 {
  margin-left: calc(3 / 12 * 100%);
}

.left-3 {
  margin-right: calc(3 / 12 * 100%);
}

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

.right-4 {
  margin-left: calc(4 / 12 * 100%);
}

.left-4 {
  margin-right: calc(4 / 12 * 100%);
}

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

.right-5 {
  margin-left: calc(5 / 12 * 100%);
}

.left-5 {
  margin-right: calc(5 / 12 * 100%);
}

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

.right-6 {
  margin-left: calc(6 / 12 * 100%);
}

.left-6 {
  margin-right: calc(6 / 12 * 100%);
}

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

.right-7 {
  margin-left: calc(7 / 12 * 100%);
}

.left-7 {
  margin-right: calc(7 / 12 * 100%);
}

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

.right-8 {
  margin-left: calc(8 / 12 * 100%);
}

.left-8 {
  margin-right: calc(8 / 12 * 100%);
}

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

.right-9 {
  margin-left: calc(9 / 12 * 100%);
}

.left-9 {
  margin-right: calc(9 / 12 * 100%);
}

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

.right-10 {
  margin-left: calc(10 / 12 * 100%);
}

.left-10 {
  margin-right: calc(10 / 12 * 100%);
}

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

.right-11 {
  margin-left: calc(11 / 12 * 100%);
}

.left-11 {
  margin-right: calc(11 / 12 * 100%);
}

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

.right-12 {
  margin-left: calc(12 / 12 * 100%);
}

.left-12 {
  margin-right: calc(12 / 12 * 100%);
}

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

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

.block-grid-1 > * {
  -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
          flex-basis: calc(1 / 1 * 100% - 0.1px);
  max-width: calc(1 / 1 * 100% - 0.1px);
}

.block-grid-2 > * {
  -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
          flex-basis: calc(1 / 2 * 100% - 0.1px);
  max-width: calc(1 / 2 * 100% - 0.1px);
}

.block-grid-3 > * {
  -webkit-flex-basis: calc(1 / 3 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 3 * 100% - 0.1px);
          flex-basis: calc(1 / 3 * 100% - 0.1px);
  max-width: calc(1 / 3 * 100% - 0.1px);
}

.block-grid-4 > * {
  -webkit-flex-basis: calc(1 / 4 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 4 * 100% - 0.1px);
          flex-basis: calc(1 / 4 * 100% - 0.1px);
  max-width: calc(1 / 4 * 100% - 0.1px);
}

.block-grid-5 > * {
  -webkit-flex-basis: calc(1 / 5 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 5 * 100% - 0.1px);
          flex-basis: calc(1 / 5 * 100% - 0.1px);
  max-width: calc(1 / 5 * 100% - 0.1px);
}

.block-grid-6 > * {
  -webkit-flex-basis: calc(1 / 6 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 6 * 100% - 0.1px);
          flex-basis: calc(1 / 6 * 100% - 0.1px);
  max-width: calc(1 / 6 * 100% - 0.1px);
}

[class*=block-grid-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 15px;
  padding-right: 15px;
}

.block-grid-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-grid-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-grid-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-grid-equal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.block-grid-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

.theme-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  overflow-x: hidden !important;
}

.section {
  padding-top: calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-bottom: 100px;
  }
}

.section-half {
  padding-top: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .section-half {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .section-half {
    padding-bottom: 70px;
  }
}

.section-intro {
  padding-top: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .section-intro {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .section-intro {
    padding-bottom: 70px;
  }
}
.section-intro p:last-of-type, .section-intro .gform_description:last-of-type {
  padding-bottom: 0;
}

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

.pos-relative {
  position: relative;
}

.overlay-cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.dark-overlay:after {
  background: rgba(21, 29, 37, 0.7);
}

.is-on-top {
  position: relative;
  z-index: 1;
}

.absolute-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle {
  border-radius: 50%;
}

.background-center {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg-section-wrap {
  background-image: url(../../images/shape_on_white_darker.png);
  background-position: -100% 100px;
  background-size: 72%;
  background-repeat: no-repeat !important;
}

.three-side-border {
  border: 1px solid #d7d7d7;
  border-top: none;
  border-radius: 5px;
  padding: 20px;
}

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

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

.is-block {
  display: block;
}

.partial-border-bottom {
  padding-bottom: 0;
}
.partial-border-bottom:after {
  content: "";
  display: block;
  border-top: 2px solid white;
  width: 70px;
}

.no-results-msg {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .no-results-msg {
    font-size: 20px;
  }
}

/*
 |----------------------------------------------------------------
 |  Leaf Backgrounds
 |----------------------------------------------------------------
 */
.special-bg,
.special-bg-2,
.green-leaves-overlay {
  background-image: url("../../images/leaves-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.special-bg > .row,
.special-bg-2 > .row,
.green-leaves-overlay > .row {
  position: relative;
  z-index: 2;
}

.special-bg-2 {
  background-image: url("../../images/leaves-bg2.jpg");
}

.green-leaves-overlay {
  background-image: url("../../images/leaves-bg.jpg");
}
.green-leaves-overlay:after {
  background-color: rgba(125, 186, 66, 0.85);
}

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
          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;
}

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

body {
  font-family: "ff-enzo-web", sans-serif;
  color: #262626;
}

::-moz-selection {
  background: #3b5f88;
  color: white;
}

::selection {
  background: #3b5f88;
  color: white;
}

::-moz-selection {
  background: #3b5f88;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 700;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
p + h1, .gform_description + h1, ul:not([class]) + h1, ol:not([class]) + h1, p + h2, .gform_description + h2, ul:not([class]) + h2, ol:not([class]) + h2, p + h3, .gform_description + h3, ul:not([class]) + h3, ol:not([class]) + h3, p + h4, .gform_description + h4, ul:not([class]) + h4, ol:not([class]) + h4, p + h5, .gform_description + h5, ul:not([class]) + h5, ol:not([class]) + h5, p + h6, .gform_description + h6, ul:not([class]) + h6, ol:not([class]) + h6 {
  padding-top: 25px;
}

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

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

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

h4 {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 14px;
  }
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  margin: 0;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
  color: inherit;
  font-weight: 600;
}
p:empty, .gform_description:empty {
  display: none;
}

.has-intro p, .has-intro .gform_description,
.intro {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .has-intro p, .has-intro .gform_description,
  .intro {
    font-size: 20px;
  }
}

.heading-underlined {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.heading-underlined:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 55px;
  background-color: #7dba42;
  bottom: 0px;
  left: 0px;
  -webkit-transform: skew(-50deg);
          transform: skew(-50deg);
}
.heading-underlined.under-white:after {
  background-color: #ffffff;
}
.heading-underlined.centre-underline:after {
  margin-left: calc(50% - 22.5px);
}

.limit-bottom-border {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  color: #019a37;
  font-weight: 700;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .limit-bottom-border {
    font-size: 16px;
  }
}
.limit-bottom-border:hover {
  opacity: 0.6;
}
.limit-bottom-border:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  background: #019a37;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #68bd23;
  width: 100%;
  margin: 10px auto 35px;
}

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal;
}

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code, pre {
  background-color: #ededed;
  font-family: "Consolas", monospace;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  code, pre {
    font-size: 14px;
  }
}

pre {
  padding: 25px 20px;
}

code {
  border-radius: 3px;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #3b5f88;
  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: "●";
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  top: calc(0px + (-3 - 0) * (100vw - 320px) / (1200 - 320));
  color: #3b5f88;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    top: -3px;
  }
}

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

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  color: #3b5f88;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, .gform_description a, ul:not([class]) a, ol:not([class]) a {
  border-bottom: 1px solid transparent;
}
p a:hover, .gform_description a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  border-color: #3b5f88;
}

.read-more {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
}
.read-more:hover {
  opacity: 0.7;
}

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

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

.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-top: 0;
}

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

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

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 15px !important;
  background: #68bd23;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe
 |----------------------------------------------------------------
 */
.flex-video {
  position: relative;
  height: calc(100vw * 1280 / 720 + 0px);
  max-height: calc(1800px * 1280 / 720 + 0px);
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #68bd23;
  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 {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  padding: 17px 25px;
  border-radius: 3px;
  min-width: 180px;
  cursor: pointer;
  position: relative;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  .button {
    font-size: 14px;
  }
}
.button.default {
  background-color: #3b5f88;
}
.button.default:hover {
  color: #3b5f88;
  border: 2px solid #3b5f88;
  background-color: transparent;
}
.button.lime {
  background-color: #7dba42;
  color: #ffffff;
  border-color: currentColor;
  border-color: transparent;
}
.button.lime:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.button.blue {
  background-color: #3b5f88;
  color: #ffffff;
  border-color: #3b5f88;
}
.button.blue:hover {
  background-color: transparent;
  border: 2px solid #3b5f88;
  color: #3b5f88;
}
.button.blue-bordered {
  background-color: transparent;
  color: #3b5f88;
  border-color: currentColor;
}
.button.blue-bordered:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #3b5f88;
}
.button.lime-bordered {
  background-color: transparent;
  color: #7dba42;
  border-color: currentColor;
}
.button.lime-bordered:hover {
  border: 2px solid #7dba42;
  color: #ffffff;
  background-color: #7dba42;
}
.button.transparent {
  background-color: rgba(81, 136, 59, 0.5);
  color: #ffffff;
}
.button.dark-green {
  background-color: #3b8a2e;
  color: #ffffff;
}
.button.dark-green:hover {
  border: 2px solid #019a37;
  color: #019a37;
  background-color: #ffffff;
}

/**
 *	Global Placeholder
================================================= */
/**
 *	Global Form Element
================================================= */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
  border: 1px solid #333;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  [type=text],
  [type=url],
  [type=email],
  [type=tel],
  [type=number],
  [type=password],
  [type=search],
  select,
  textarea {
    font-size: 17px;
  }
}
[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: #3b5f88;
}
[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: 290px;
  padding: 10px;
  resize: vertical;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-image: url("../../images/select-icon.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select[multiple] {
  height: auto;
}

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

[type=submit],
[type=button] {
  background-color: #3b5f88;
}

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

.gfield_required {
  position: relative;
  top: 3px;
  right: -2px;
}

.gform_footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
.gform_wrapper {
  overflow: hidden;
  margin-bottom: 35px;
}

/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.validation_error {
  background: rgba(237, 237, 237, 0.5);
  border-left: 3px solid #b0161d;
  margin: 0 0 25px;
  padding: 25px;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -15px;
  margin-right: -15px;
}

.gfield {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 30px;
}

.gfield_label {
  display: block;
  margin-bottom: 5px;
}

.gfield_required {
  vertical-align: super;
}

.ginput_container .large {
  width: 100%;
}
.ginput_container .medium {
  width: 66.6666666667%;
}
.ginput_container .small {
  width: 33.3333333333%;
}

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

.validation_message {
  margin-top: 5px;
  color: #b0161d;
  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 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

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

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

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

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -15px;
  margin-right: -15px;
}
.gf_list_inline .gfield_checkbox li,
.gf_list_inline .gfield_radio li {
  padding-left: 15px;
  padding-right: 15px;
}

/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit {
  color: #ffffff;
}
.gf_submit:not(.button) {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  padding: 17px 25px;
  border-radius: 3px;
  min-width: 180px;
  cursor: pointer;
  position: relative;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  .gf_submit:not(.button) {
    font-size: 14px;
  }
}

.gform_ajax_spinner {
  margin-left: 10px;
}

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

.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3b5f88;
}
.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
}
.ui-datepicker-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          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: #ededed;
}
.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: #3b5f88;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Homepage Banner
 |----------------------------------------------------------------
 */
.page-banner {
  position: relative;
}
.page-banner:after {
  content: "";
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(38, 38, 38, 0.95)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to right, rgba(38, 38, 38, 0.95) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.page-banner .banner-content {
  padding-top: calc(70px + (155 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(70px + (155 - 70) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
  max-width: 600px;
}
@media screen and (min-width: 1200px) {
  .page-banner .banner-content {
    padding-top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner .banner-content {
    padding-bottom: 155px;
  }
}
.page-banner .banner-content .banner-title {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-banner .banner-content .banner-title {
    font-size: 50px;
  }
}
.page-banner .banner-content p, .page-banner .banner-content .gform_description {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .page-banner .banner-content p, .page-banner .banner-content .gform_description {
    font-size: 22px;
  }
}

/*
 |----------------------------------------------------------------
 | Overlay Color Scheme
 |----------------------------------------------------------------
 */
.overlay-color-brown {
  position: relative;
}
.overlay-color-brown:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(142, 85, 57, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-brown:hover {
  position: relative;
}
.overlay-color-brown:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8e5539;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-light-red {
  position: relative;
}
.overlay-color-light-red:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 97, 92, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-light-red:hover {
  position: relative;
}
.overlay-color-light-red:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7615c;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-lime {
  position: relative;
}
.overlay-color-lime:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 186, 66, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-lime:hover {
  position: relative;
}
.overlay-color-lime:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7dba42;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-teal {
  position: relative;
}
.overlay-color-teal:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 179, 161, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-teal:hover {
  position: relative;
}
.overlay-color-teal:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #72b3a1;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-light-blue {
  position: relative;
}
.overlay-color-light-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 181, 204, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-light-blue:hover {
  position: relative;
}
.overlay-color-light-blue:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64b5cc;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-dark-blue {
  position: relative;
}
.overlay-color-dark-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 95, 136, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-dark-blue:hover {
  position: relative;
}
.overlay-color-dark-blue:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3b5f88;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-purple {
  position: relative;
}
.overlay-color-purple:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 94, 150, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-purple:hover {
  position: relative;
}
.overlay-color-purple:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bc5e96;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-yellow {
  position: relative;
}
.overlay-color-yellow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 192, 92, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-yellow:hover {
  position: relative;
}
.overlay-color-yellow:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0c05c;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

.overlay-color-orange {
  position: relative;
}
.overlay-color-orange:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 149, 90, 0.85);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.overlay-color-orange:hover {
  position: relative;
}
.overlay-color-orange:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6955a;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}

/*
 |----------------------------------------------------------------
 | Normal Card
 |----------------------------------------------------------------
 */
.card-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
}
.card-wrapper h1 {
  font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .card-wrapper h1 {
    font-size: 28px;
  }
}
.card-wrapper .card-featured-img img {
  border-radius: 5px 5px 0px 0px;
}

/*
 |----------------------------------------------------------------
 | Side Card
 |----------------------------------------------------------------
 */
.side-card-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
}
.side-card-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.side-card-wrapper h1 {
  font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .side-card-wrapper h1 {
    font-size: 28px;
  }
}
.side-card-wrapper .side-card-featured-img {
  border-radius: 5px 0px 0px 5px;
}

.social-share-wrap {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  border-top: 1px solid #c2c6ca;
  border-bottom: 1px solid #c2c6ca;
}
@media screen and (min-width: 1200px) {
  .social-share-wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .social-share-wrap {
    padding-bottom: 50px;
  }
}

.social-share-title {
  padding-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.social-share-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-share-list li {
  display: inline-block;
  font-size: 25px;
  margin-left: 15px;
}
.social-share-list li:first-of-type {
  margin-left: 0;
}
.social-share-list li a {
  color: #c2c6ca;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  position: relative;
}
.social-share-list li a:hover {
  color: #666666;
}

/*======================================================
Explore Programs
======================================================*/
.explore-cta {
  padding-top: calc(110px + (190 - 110) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(110px + (190 - 110) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .explore-cta {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .explore-cta {
    padding-bottom: 190px;
  }
}
.explore-cta .explore-msg {
  color: #ffffff;
  max-width: 785px;
  margin: 0 auto;
  padding-bottom: calc(25px + (40 - 25) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .explore-cta .explore-msg {
    padding-bottom: 40px;
  }
}

/*======================================================
Calendar
======================================================*/
.calendar-cta {
  padding-top: calc(100px + (225 - 100) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(100px + (225 - 100) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .calendar-cta {
    padding-top: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .calendar-cta {
    padding-bottom: 225px;
  }
}
.calendar-cta .cta-heading {
  max-width: 1005px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}

/*======================================================
Team Callout
======================================================*/
.team-callout .content-col {
  padding-left: calc(15px + (30 - 15) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-callout .content-col {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .team-callout .content-col {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .team-callout .content-col {
    padding-bottom: 20px;
  }
}
.team-callout .intro {
  max-width: 500px;
}

.page-to-page-nav {
  padding-top: calc(30px + (45 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (45 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-to-page-nav {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .page-to-page-nav {
    padding-bottom: 45px;
  }
}
.page-to-page-nav.grey-bg-nav {
  background: #f3f1f1;
}
.page-to-page-nav a {
  font-weight: 700;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1200 - 320));
  color: #019a37;
}
@media screen and (min-width: 1200px) {
  .page-to-page-nav a {
    font-size: 20px;
  }
}
.page-to-page-nav a:hover {
  color: #68bd23;
}
.page-to-page-nav a:hover .fa {
  background: #68bd23;
}
.page-to-page-nav .fa {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  background: #019a37;
  padding: 20px;
  border-radius: 50%;
  color: #ffffff;
  width: 60px;
  margin-right: 15px;
}
.page-to-page-nav .btn-right .fa {
  margin: 0 0 0 15px;
}

.program-partners {
  padding-top: calc(50px + (110 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-partners {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .program-partners {
    padding-bottom: 50px;
  }
}
.program-partners .text-intro {
  max-width: 650px;
  margin: 0 auto;
}
.program-partners .partner-loop-row {
  margin-top: calc(30px + (55 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-partners .partner-loop-row {
    margin-top: 55px;
  }
}
.program-partners .program-partners-loop {
  margin-bottom: 30px;
}
.program-partners .program-partners-loop .loop-inner-block {
  border-radius: 7px;
  border: 1px solid #d7d7d7;
}
.program-partners .program-partners-loop .loop-inner-block .image-block {
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.program-partners .program-partners-loop .loop-inner-block .heading:hover a {
  color: #7dba42;
}

.program-guide-cta {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-guide-cta {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .program-guide-cta {
    padding-bottom: 50px;
  }
}
.program-guide-cta .program-guide-heading {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-guide-cta .program-guide-heading {
    font-size: 22px;
  }
}

.shared-article-loop-style {
  background: #ffffff;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.shared-article-loop-style .image-block {
  height: 300px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.shared-article-loop-style .content {
  padding-top: calc(20px + (35 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .shared-article-loop-style .content {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .shared-article-loop-style .content {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .shared-article-loop-style .content {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .shared-article-loop-style .content {
    padding-left: 20px;
  }
}
.shared-article-loop-style .heading {
  color: #2d2d2d;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .shared-article-loop-style .heading {
    font-size: 28px;
  }
}
.shared-article-loop-style p, .shared-article-loop-style .gform_description {
  color: #2d2d2d;
  padding-bottom: 45px;
}

.program-loop-tax-article .limit-bottom-border {
  padding-bottom: 0;
  position: relative;
  bottom: 35px;
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-loop-tax-article .limit-bottom-border {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .program-loop-tax-article .limit-bottom-border {
    padding-left: 20px;
  }
}
.program-loop-tax-article .limit-bottom-border:after {
  left: 20px;
}
.program-loop-tax-article a:hover .heading {
  color: #019a37;
}
.program-loop-tax-article a:hover .limit-bottom-border {
  opacity: 0.7;
}

.quote-column {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (30 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .quote-column {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .quote-column {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .quote-column {
    padding-left: 30px;
  }
}
.quote-column img {
  border-radius: 50%;
}
.quote-column * {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
  color: #333;
}
@media screen and (min-width: 1200px) {
  .quote-column * {
    font-size: 20px;
  }
}
.quote-column .quote {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
  max-width: 505px;
  margin: 25px 0;
}
@media screen and (min-width: 1200px) {
  .quote-column .quote {
    font-size: 20px;
  }
}
.quote-column .quote-author {
  font-weight: 700;
}

.gallery-image-row .columns-12 {
  padding: 0;
}

.gallery-image-list {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 2px solid #ffffff;
}
.gallery-image-list > * {
  padding-right: 0;
  padding-left: 0;
}
.gallery-image-list .bg-img {
  height: 375px;
}
.gallery-image-list li:first-of-type .bg-img {
  border-right: 2px solid #ffffff;
}
.gallery-image-list li:last-of-type .bg-img {
  border-left: 2px solid #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Homepage Pre-Footer Newsletter
 |----------------------------------------------------------------
 */
.pre-footer-newsletter {
  padding: 60px 0;
}
.pre-footer-newsletter .heading-column h3 {
  color: #ffffff;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.pre-footer-newsletter .heading-column p, .pre-footer-newsletter .heading-column .gform_description {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 0;
}
.pre-footer-newsletter .gform_wrapper {
  margin: 0;
}
.pre-footer-newsletter .gfield_label {
  color: #ffffff;
}
.pre-footer-newsletter .button {
  min-width: 150px;
}
.pre-footer-newsletter .gform_validation_error .gform_footer {
  bottom: 18px !important;
}

#gform_8 {
  position: relative;
}
#gform_8 .gform_heading {
  display: none;
}
#gform_8 .gform_fields > * {
  -webkit-flex-basis: calc(1 / 4 * 100% - 0.1px);
      -ms-flex-preferred-size: calc(1 / 4 * 100% - 0.1px);
          flex-basis: calc(1 / 4 * 100% - 0.1px);
  max-width: calc(1 / 4 * 100% - 0.1px);
}
#gform_8 .gfield {
  margin-bottom: 0px;
  padding: 0 0 0 15px;
}
#gform_8 .gform_footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#gform_8 input {
  border: none;
}

/*======================================================
Calendar View
======================================================*/
.tribe-events-notices ul li:before {
  content: none;
}

#tribe-events-content {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  #tribe-events-content {
    padding-top: 50px;
  }
}
#tribe-events-content .tribe-events-calendar td {
  position: static;
}

.tribe-events-month .tribe-events-page-title {
  color: #3b5f88;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-events-month .tribe-events-page-title {
    font-size: 22px;
  }
}

.tribe-events-calendar {
  border: none !important;
  border-bottom: 1px solid !important;
  margin-top: 40px !important;
}
.tribe-events-calendar .tribe-day-abbrev {
  color: #3b5f88;
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .tribe-events-calendar .tribe-day-abbrev {
    font-size: 15px;
  }
}
.tribe-events-calendar tr td {
  border-color: #99a6ad !important;
}
.tribe-events-calendar tr td:first-of-type, .tribe-events-calendar tr td:last-of-type {
  background: #eaeff3 !important;
}
.tribe-events-calendar tr td div[id*=tribe-events-daynum-] {
  font-size: 15px;
  padding: 15px 15px 0 15px;
}
.tribe-events-calendar .tribe-events-month-event-title {
  line-height: 0.9 !important;
}
.tribe-events-calendar .tribe-events-month-event-title a {
  color: #3b5f88;
  font-size: 16px !important;
}

/*======================================================
Calendar hover tooltip
======================================================*/
.tribe-events-tooltip {
  display: none !important;
}

/*======================================================
Top-level event search
======================================================*/
.filter-events-btn {
  display: none;
}

.tribe-bar-geoloc-filter,
.tribe-bar-views-list,
#tribe-bar-collapse-toggle {
  display: none;
}

#tribe-events-bar {
  background: #f3f1f1;
}
#tribe-events-bar label {
  font-size: 15px;
  color: #333;
  font-weight: 700;
  display: block !important;
}

#tribe-bar-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  list-style: none;
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #tribe-bar-form {
    padding-top: 50px;
  }
}

.tribe-bar-filters-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tribe-bar-filters-inner > div:not(:last-of-type) {
  margin-right: 35px;
  width: 287px;
}
.tribe-bar-filters-inner .tribe-bar-submit {
  margin-top: 25px;
}

#tribe-bar-views {
  -webkit-flex-basis: 12%;
      -ms-flex-preferred-size: 12%;
          flex-basis: 12%;
  width: 12%;
  margin-left: auto;
}
#tribe-bar-views .tribe-bar-views-select {
  font-weight: 700;
}

/*======================================================
Bottom-level event search (Event bar paid plugin)
======================================================*/
.filter-bar-plugin {
  background: #f3f1f1;
}
.filter-bar-plugin .columns-12 {
  padding: 0;
}

#tribe_events_filters_wrapper {
  padding: 30px 17px !important;
  background: #e1e1e1 !important;
  margin: 0 0 50px !important;
}
#tribe_events_filters_wrapper * {
  font-size: 15px !important;
}
#tribe_events_filters_wrapper .tribe-events-filters-content {
  background: #e1e1e1 !important;
  border: none;
}

#tribe_events_filter_control a {
  color: #3b5f88 !important;
  text-transform: uppercase;
}
#tribe_events_filter_control a:first-of-type {
  border-right: 2px solid #979896;
}
#tribe_events_filter_control a:hover {
  color: #000 !important;
}

#tribe_events_filters_toggle {
  padding-right: 12px !important;
}

.tribe-filters-closed #tribe_events_filters_form {
  display: none !important;
}

#tribe_events_filters_form {
  padding-top: 20px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#tribe_events_filters_form .tribe_events_filter_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  background: #ffffff;
  border: 2px solid #3b5f88;
  border-radius: 5px;
}
#tribe_events_filters_form .tribe-events-filters-group-heading {
  display: block;
  height: auto !important;
  font-weight: 600;
  padding-left: 0 !important;
  position: relative;
}
#tribe_events_filters_form .tribe-events-filters-group-heading .horizontal-drop-indicator {
  margin: 0;
  position: absolute;
  top: -8%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#tribe_events_filters_form .tribe-events-filters-group-heading .horizontal-drop-indicator:before {
  border-width: 6px;
}

/*======================================================
Pagination Tribe Events
======================================================*/
.tribe-events-pagination-wrap {
  margin-top: calc(30px + (40 - 30) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(30px + (55 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-events-pagination-wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tribe-events-pagination-wrap {
    margin-bottom: 55px;
  }
}

.tribe-events-sub-nav .tribe-month-nav {
  position: absolute;
  top: 0;
  font-family: "ff-enzo-web", sans-serif;
  letter-spacing: 1px;
  font-size: calc(15px + (16 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .tribe-events-sub-nav .tribe-month-nav {
    font-size: 16px;
  }
}
.tribe-events-sub-nav .tribe-month-nav:after, .tribe-events-sub-nav .tribe-month-nav:before {
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
}
.tribe-events-sub-nav .tribe-month-nav:empty {
  display: none !important;
}
.tribe-events-sub-nav .tribe-month-nav.tribe-events-nav-previous {
  left: 15px;
}
.tribe-events-sub-nav .tribe-month-nav.tribe-events-nav-previous:before {
  content: "\f053";
}
.tribe-events-sub-nav .tribe-month-nav.tribe-events-nav-next {
  right: 15px;
}
.tribe-events-sub-nav .tribe-month-nav.tribe-events-nav-next:after {
  content: "\f054";
}
.tribe-events-sub-nav .tribe-month-nav span {
  display: none;
}
.tribe-events-sub-nav .tribe-month-nav a {
  color: #333;
  border-bottom: 1px solid transparent;
}
.tribe-events-sub-nav .tribe-month-nav a:hover {
  border-color: inherit;
}

.tribe-events-list-inner {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-events-list-inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .tribe-events-list-inner {
    padding-bottom: 50px;
  }
}

.tribe-list-month-year {
  padding-top: calc(20px + (25 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (40 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-list-month-year {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .tribe-list-month-year {
    padding-bottom: 40px;
  }
}

.tribe-events-list-separator-month span {
  font-size: 24px;
  font-weight: bold;
  color: #3b5f88;
}

.tribe-events-loop .event-wrap {
  margin-bottom: 30px;
}
.tribe-events-loop .event-date {
  font-size: calc(17px + (22 - 17) * (100vw - 320px) / (1200 - 320));
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  background: #3b5f88;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .tribe-events-loop .event-date {
    font-size: 22px;
  }
}
.tribe-events-loop .event-date span {
  font-size: calc(35px + (42 - 35) * (100vw - 320px) / (1200 - 320));
  display: block;
}
@media screen and (min-width: 1200px) {
  .tribe-events-loop .event-date span {
    font-size: 42px;
  }
}
.tribe-events-loop .event-img {
  height: 240px;
  position: relative;
}
.tribe-events-loop .event-body {
  width: 100%;
  padding: 20px 15px 35px;
  border: 1px solid #666666;
  border-top: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.tribe-events-loop .event-body .event-title {
  color: #333;
}
.tribe-events-loop .event-body .event-title:hover {
  color: #3b5f88;
}
.tribe-events-loop .event-body .event-date-full,
.tribe-events-loop .event-body .venue-name {
  color: #bc5e96;
  font-weight: 700;
  text-transform: uppercase;
}
.tribe-events-loop .event-body .event-date-full {
  padding-bottom: 10px;
}

/*======================================================
Details, organization, and venue block
======================================================*/
.single-event-details {
  padding-top: calc(30px + (40 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (40 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-event-details {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event-details {
    padding-bottom: 40px;
  }
}
.single-event-details .tribe-events-event-meta {
  border: none !important;
}
.single-event-details .tribe-events-event-meta dt {
  float: left !important;
  margin-right: 7px;
}
.single-event-details .tribe-events-event-meta dd a {
  white-space: nowrap;
  color: #68bd23;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}
.single-event-details .tribe-events-event-meta dd a:hover {
  border-color: #68bd23;
}
.single-event-details .tribe-events-event-meta dd, .single-event-details .tribe-events-event-meta dt {
  margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .single-event-details .tribe-events-event-meta dd, .single-event-details .tribe-events-event-meta dt {
    margin-bottom: 20px;
  }
}
.single-event-details .tribe-events-event-meta .tribe-organizer,
.single-event-details .tribe-events-event-meta .tribe-venue,
.single-event-details .tribe-events-event-meta .tribe-venue-location {
  margin-left: 0 !important;
}
.single-event-details .tribe-events-event-meta .tribe-street-address {
  display: block;
  margin-bottom: -10px;
}
.single-event-details .tribe-events-event-meta .tribe-events-gmap {
  display: block;
  margin-top: 5px;
}

.single-event-details abbr[title] {
  text-decoration: none !important;
}

.tribe-events-single-section-title {
  font-size: 14px;
  color: #2d2d2d;
  text-transform: uppercase;
}

/*======================================================
Google Calendar and iCal download buttons
======================================================*/
.tribe-export-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-export-options {
    margin-top: 50px;
  }
}
.tribe-export-options .tribe-events-cal-links {
  margin-bottom: 0;
}
.tribe-export-options .tribe-events-cal-links .button:hover {
  border-color: #7dba42;
  color: #7dba42;
}
.tribe-export-options .tribe-events-cal-links .button:first-of-type {
  margin-right: 30px;
}

/*======================================================
Google Map
======================================================*/
.event-single-map {
  border-bottom: 1px solid #c2c6ca;
}

.tribe-events-venue-map > div {
  height: 575px !important;
}

/*======================================================
EventBright Block
======================================================*/
.eventbrite-ticket-embed iframe {
  height: 500px !important;
}

/*======================================================
Related Event
======================================================*/
.related-events {
  padding-top: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .related-events {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .related-events {
    padding-bottom: 100px;
  }
}

.tribe-related-events-item {
  padding: 12px;
}

.tribe-related-event-info {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  padding: 20px;
}
.tribe-related-event-info .tribe-event-date-start {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.tribe-related-event-info .tribe-related-events-title {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  color: #7dba42;
  padding: 15px 0 !important;
}
@media screen and (min-width: 1200px) {
  .tribe-related-event-info .tribe-related-events-title {
    font-size: 28px;
  }
}
.tribe-related-event-info .tribe-related-events-title:hover a {
  color: #3b5f88;
}

.tribe-events-back a {
  font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1200 - 320));
  color: #7dba42;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .tribe-events-back a {
    font-size: 20px;
  }
}
.tribe-events-back a:hover {
  border-color: inherit;
}

/*======================================================
Single Organizer
======================================================*/
.tribe-events-organizer .tribe-organizer-name {
  font-size: calc(35px + (45 - 35) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-events-organizer .tribe-organizer-name {
    font-size: 45px;
  }
}
.tribe-events-organizer .organizer-address {
  margin-top: 20px;
  margin-bottom: calc(50px + (75 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .tribe-events-organizer .organizer-address {
    margin-bottom: 75px;
  }
}
.tribe-events-organizer .organizer-address span:not(.tribe-events-divider) {
  font-size: 17px;
  font-weight: 700;
  color: #3b5f88;
}
.tribe-events-organizer .organizer-address span:not(.tribe-events-divider) a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.tribe-events-organizer .organizer-address span:not(.tribe-events-divider) a:hover {
  border-color: #3b5f88;
}
.tribe-events-organizer .organizer-address .tribe-events-divider {
  margin: 0 6px;
}

/*======================================================
Single Venue
======================================================*/
.tribe-events-venue-header {
  padding: 0;
}
.tribe-events-venue-header .tribe-venue-name {
  margin-bottom: 40px;
}
.tribe-events-venue-header .venue-address {
  font-weight: 600;
  line-height: 1.35;
}
.tribe-events-venue-header .venue-address address {
  margin-bottom: 20px;
}
.tribe-events-venue-header .tribe-events-map-wrap {
  margin-top: 20px;
}
.tribe-events-venue-header .url,
.tribe-events-venue-header .tel,
.tribe-events-venue-header .tribe-events-gmap {
  padding: 0 10px;
}
.tribe-events-venue-header .tribe-events-gmap,
.tribe-events-venue-header .url a {
  color: #019a37;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.tribe-events-venue-header .tribe-events-gmap:hover,
.tribe-events-venue-header .url a:hover {
  border-color: #019a37;
}

.tribe-events-event-meta:first-child {
  border: none;
}

.tribe-events-venue-meta .tribe-events-back {
  margin: 0;
  padding: 35px 0 25px;
}

.tribe-events-list-inner {
  padding: 0;
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility {
  padding: 10px 0;
  background: #7dba42;
}

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.utility-menu li {
  display: inline-block;
}
.utility-menu li + li {
  margin-left: 15px;
}
.utility-menu a {
  opacity: 1;
  color: white;
}
.utility-menu a:hover {
  opacity: 0.7;
}

/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.site-header {
  padding: 10px 0;
}
.site-header.border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

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

.fs-burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 35px;
  position: relative;
  color: #3b5f88;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: currentColor;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
}
.menu-opened .fs-burger-menu:before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-opened .fs-burger-menu:after {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: #262626;
}
@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;
  background: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.menu-opened .burger-line:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.menu-opened .burger-line:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
.navigation-column {
  position: relative;
}

/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-menu > li + li {
  margin-left: 25px;
}
.main-menu > li > a {
  color: #262626;
  display: block;
  padding: 10px 0;
}
.main-menu > .current-menu-item > a {
  border-bottom: 2px solid currentColor;
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item-has-children li a {
  padding: 10px 15px;
  display: block;
  color: white;
  background: #ffffff;
}
@media screen and (max-width:767px) {
  .menu-item-has-children li a {
    background: #355478;
  }
}
.menu-item-has-children li a:hover {
  background: rgb(43.5692307692, 70.1538461538, 100.4307692308);
}

.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  color: #262626;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.mobile-submenu-trigger.opened {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (max-width:767px) {
  .mobile-submenu-trigger::after {
    content: "\f0d7";
    font-family: FontAwesome;
    text-rendering: auto;
    font-smoothing: antialiased;
    color: #3b5f88;
  }
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:768px) {
  .main-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-item-has-children > a:after {
    content: "\f0d7";
    margin-left: 5px;
    font-family: FontAwesome;
    text-rendering: auto;
    font-smoothing: antialiased;
    color: #3b5f88;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 200px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    -webkit-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .menu-item-has-children .sub-menu a:hover {
    color: #ffffff;
  }
  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:767px) {
  .utility-menu {
    margin-right: -15px;
  }
  .main-menu {
    position: absolute;
    right: 0;
    top: 20px;
    left: 0;
  }
  .main-menu > li {
    display: block;
  }
  .main-menu > li:first-of-type a {
    padding-top: 30px;
  }
  .main-menu > li:last-of-type a {
    padding-bottom: 30px;
  }
  .main-menu > li + li {
    margin-left: 0;
  }
  .main-menu > li > a {
    background: #3b5f88;
    color: #ffffff;
    padding: 15px;
  }
  .main-menu > li > a:hover {
    background: rgb(43.5692307692, 70.1538461538, 100.4307692308);
  }
  .main-menu > .current-menu-item > a {
    border-bottom: none;
  }
  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children .sub-menu a {
    padding-left: 35px;
  }
  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.default-wysiwyg .gform_wrapper {
  display: block !important;
}

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */
.footer-callout {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-bottom: 50px;
  }
}

/*
 |----------------------------------------------------------------
 | Footer
 |----------------------------------------------------------------
 */
.site-footer {
  padding-top: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
  background-color: rgba(237, 237, 237, 0.5);
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-bottom: 80px;
  }
}
.site-footer .columns-8 {
  color: #ffffff;
  padding-top: 10px;
}

.site-footer {
  background-color: #3b5f88;
}
.site-footer .row:first-of-type {
  border-bottom: 1px solid #355478;
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-footer .row:first-of-type {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .row:first-of-type {
    margin-bottom: 40px;
  }
}
.site-footer .footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
  margin-left: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
    font-size: 20px;
  }
}
.site-footer .footer-partners-grid li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-heading {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-heading {
    padding-bottom: 20px;
  }
}
.site-footer .footer-programs-menu-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-programs-menu-column ul li {
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-programs-menu-column ul li {
    padding-bottom: 15px;
  }
}
.site-footer .footer-programs-menu-column ul li a {
  color: #ffffff;
  font-weight: 600;
}
.site-footer .footer-menu-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .footer-menu-column ul li {
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: 0px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-menu-column ul li {
    padding-bottom: 15px;
  }
}
.site-footer .footer-menu-column ul li a {
  color: #ffffff;
  font-weight: 600;
}
.site-footer .footer-menu-column ul .footer-donate-button {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  background-color: #7dba42;
  border-radius: 5px;
  border: 2px solid #7dba42;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  width: 145px;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-menu-column ul .footer-donate-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-menu-column ul .footer-donate-button {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-menu-column ul .footer-donate-button {
    padding-top: 0px;
  }
}
.site-footer .footer-menu-column ul .footer-donate-button a {
  line-height: 30px;
}
.site-footer .footer-menu-column ul .footer-donate-button a:hover {
  opacity: 1;
}
.site-footer .footer-menu-column ul .footer-donate-button:hover {
  background-color: transparent;
  cursor: pointer;
  color: #019a37;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.site-footer .footer-visit-column .footer-heading {
  font-weight: 700;
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-visit-column .footer-heading {
    padding-bottom: 15px;
  }
}
.site-footer .footer-visit-column p, .site-footer .footer-visit-column .gform_description {
  color: #ffffff;
  font-weight: 600;
}
.site-footer .footer-visit-column p:nth-of-type(3), .site-footer .footer-visit-column .gform_description:nth-of-type(3), .site-footer .footer-visit-column p:nth-of-type(4), .site-footer .footer-visit-column .gform_description:nth-of-type(4) {
  padding-bottom: 0px;
}
.site-footer .footer-visit-column p strong, .site-footer .footer-visit-column .gform_description strong {
  padding-right: 5px;
}
.site-footer .footer-visit-column a {
  border: none;
  color: #ffffff;
}
.site-footer .footer-visit-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-visit-column li {
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  margin-top: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  margin-right: calc(10px + (10 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-visit-column li {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-visit-column li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-visit-column li {
    margin-right: 10px;
  }
}
.site-footer .footer-visit-column li a {
  background-color: #283c52;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  width: 35px;
  height: 35px;
}
.site-footer .footer-visit-column li a:hover {
  background-color: #2b425d;
}
.site-footer .footer-visit-column i {
  font-size: 24px;
}
.site-footer .footer-hours-column .footer-heading {
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-hours-column .footer-heading {
    padding-bottom: 15px;
  }
}
.site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
  padding-right: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
  font-weight: 600;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
    padding-bottom: 0px;
  }
}
.site-footer .footer-hours-column p strong, .site-footer .footer-hours-column .gform_description strong {
  margin-right: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-hours-column p strong, .site-footer .footer-hours-column .gform_description strong {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-hours-column p strong, .site-footer .footer-hours-column .gform_description strong {
    font-size: 16px;
  }
}

.footer-copyright {
  background-color: #2b425d;
  padding: 20px 0;
}
.footer-copyright p, .footer-copyright .gform_description {
  padding: 0;
}

.site-copyright {
  display: inline-block;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-copyright {
    font-size: 16px;
  }
}

.copyright-column {
  color: #ffffff;
}
.copyright-column p, .copyright-column .gform_description {
  font-weight: 600;
  margin-right: 15px;
}
.copyright-column ul li {
  margin-right: 15px;
}
.copyright-column ul li a {
  color: #0091e9;
  font-weight: 600;
}

.site-credit {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.site-credit a {
  border-bottom: none;
  color: #ffffff;
}

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.privacy-menu li {
  display: inline-block;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .privacy-menu li {
    font-size: 16px;
  }
}

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

.site-credit {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-credit {
    font-size: 16px;
  }
}

/*
 |----------------------------------------------------------------
 |  404 Page
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Header
 |----------------------------------------------------------------
 */
.site-utility {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.site-utility li a {
  text-transform: uppercase;
  font-weight: 600;
}
.site-utility .donate-button {
  background-color: #3b5f88;
  line-height: 50px;
}
.site-utility .donate-button a {
  padding-right: 20px;
  padding-left: 20px;
}

.site-header {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 4;
}

.main-menu li {
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu li:hover a {
  color: #262626;
}
.main-menu li a {
  color: #666666;
}
.main-menu > .current-menu-item > a {
  border-bottom: none;
  font-weight: 700;
}

/*
 |----------------------------------------------------------------
 |  All Homepage Sections
 |----------------------------------------------------------------
 */
.homepage-section {
  padding-top: calc(40px + (90 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (90 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-section {
    padding-bottom: 90px;
  }
}

/*
 |----------------------------------------------------------------
 |  Homepage Banner
 |----------------------------------------------------------------
 */
.homepage-banner .banner-content {
  padding-top: calc(70px + (200 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(70px + (200 - 70) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-banner .banner-content {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-banner .banner-content {
    padding-bottom: 200px;
  }
}

/*
 |----------------------------------------------------------------
 |  Homepage News
 |----------------------------------------------------------------
 */
.blog-button {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .blog-button {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-button {
    padding-bottom: 20px;
  }
}

.homepage-news .card-featured-img {
  height: 250px;
}
.homepage-news .latest-news-column {
  margin-top: 40px;
}

.homepage-news {
  padding-bottom: calc(130px + (130 - 130) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-news {
    padding-bottom: 130px;
  }
}
.homepage-news .heading-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-news .heading-column .heading-underlined {
  color: #333333;
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-news .heading-column .heading-underlined {
    margin-bottom: 40px;
  }
}
.homepage-news .heading-column .button {
  height: 50px;
}
.homepage-news .card-wrapper {
  height: 100%;
}
.homepage-news .card-wrapper,
.homepage-news .side-card-wrapper {
  position: relative;
}
.homepage-news .card-content-container,
.homepage-news .side-card-content-column {
  padding-left: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(35px + (35 - 35) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container,
  .homepage-news .side-card-content-column {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container,
  .homepage-news .side-card-content-column {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container,
  .homepage-news .side-card-content-column {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container,
  .homepage-news .side-card-content-column {
    padding-bottom: 35px;
  }
}
.homepage-news .card-content-container a:not(.limit-bottom-border),
.homepage-news .side-card-content-column a:not(.limit-bottom-border) {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: #bc5e96;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container a:not(.limit-bottom-border),
  .homepage-news .side-card-content-column a:not(.limit-bottom-border) {
    font-size: 14px;
  }
}
.homepage-news .card-content-container a:not(.limit-bottom-border):hover,
.homepage-news .side-card-content-column a:not(.limit-bottom-border):hover {
  color: rgb(145.1118421053, 60.3881578947, 110.8618421053);
}
.homepage-news .card-content-container .entry-title,
.homepage-news .side-card-content-column .entry-title {
  padding-top: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container .entry-title,
  .homepage-news .side-card-content-column .entry-title {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-news .card-content-container .entry-title,
  .homepage-news .side-card-content-column .entry-title {
    padding-bottom: 20px;
  }
}
.homepage-news .card-content-container p, .homepage-news .card-content-container .gform_description,
.homepage-news .side-card-content-column p,
.homepage-news .side-card-content-column .gform_description {
  font-weight: 600;
}
.homepage-news .latest-news-column .card-wrapper .read-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/*
 |----------------------------------------------------------------
 |  Homepage Services
 |----------------------------------------------------------------
 */
.homepage-services .heading-column {
  text-align: center;
}
.homepage-services .heading-column .heading-underlined {
  color: #333333;
}
.homepage-services .heading-column p, .homepage-services .heading-column .gform_description {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .homepage-services .heading-column p, .homepage-services .heading-column .gform_description {
    font-size: 16px;
  }
}
.homepage-services .heading-column a {
  margin-left: calc(10px + (10 - 10) * (100vw - 320px) / (1200 - 320));
  margin-right: calc(10px + (10 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services .heading-column a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-services .heading-column a {
    margin-right: 10px;
  }
}
.homepage-services .hp-services-grid {
  margin-top: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services .hp-services-grid {
    margin-top: 60px;
  }
}
.homepage-services li {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.homepage-services li:first-child:nth-last-child(7) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.homepage-services li:first-child:nth-last-child(7) div {
  height: 230px;
}
.homepage-services li:first-child:nth-last-child(8) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.homepage-services li:first-child:nth-last-child(8) div {
  height: 230px;
}
.homepage-services li:first-child:nth-last-child(9) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:first-child:nth-last-child(9) div {
  height: 160px;
}
.homepage-services li:first-child:nth-last-child(9) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:first-child:nth-last-child(9) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(2):nth-last-child(6) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.homepage-services li:nth-child(2):nth-last-child(6) div {
  height: 230px;
}
.homepage-services li:nth-child(2):nth-last-child(7) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.homepage-services li:nth-child(2):nth-last-child(7) div {
  height: 230px;
}
.homepage-services li:nth-child(2):nth-last-child(8) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:nth-child(2):nth-last-child(8) div {
  height: 160px;
}
.homepage-services li:nth-child(2):nth-last-child(8) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(2):nth-last-child(8) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(3):nth-last-child(5) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
  border-right: none;
}
.homepage-services li:nth-child(3):nth-last-child(5) div {
  height: 230px;
}
.homepage-services li:nth-child(3):nth-last-child(6) {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
  border-right: none;
}
.homepage-services li:nth-child(3):nth-last-child(6) div {
  height: 230px;
}
.homepage-services li:nth-child(3):nth-last-child(7) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:nth-child(3):nth-last-child(7) div {
  height: 160px;
}
.homepage-services li:nth-child(3):nth-last-child(7) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(3):nth-last-child(7) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(4):nth-last-child(4) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:nth-child(4):nth-last-child(4) div {
  height: 160px;
}
.homepage-services li:nth-child(4):nth-last-child(4) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(4):nth-last-child(4) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(4):nth-last-child(6) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  border-right: none;
}
.homepage-services li:nth-child(4):nth-last-child(6) div {
  height: 160px;
}
.homepage-services li:nth-child(4):nth-last-child(6) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(4):nth-last-child(6) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(5):nth-last-child(3) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  border-right: 3px solid #ffffff;
}
.homepage-services li:nth-child(5):nth-last-child(3) div {
  height: 160px;
}
.homepage-services li:nth-child(5):nth-last-child(3) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(5):nth-last-child(3) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(5):nth-last-child(5) {
  border-right: 3px solid #ffffff;
}
.homepage-services li:nth-child(6):nth-last-child(2) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:nth-child(6):nth-last-child(2) div {
  height: 160px;
}
.homepage-services li:nth-child(6):nth-last-child(2) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(6):nth-last-child(2) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(7):nth-last-child(1) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.homepage-services li:nth-child(7):nth-last-child(1) div {
  height: 160px;
}
.homepage-services li:nth-child(7):nth-last-child(1) div h2 {
  font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-services li:nth-child(7):nth-last-child(1) div h2 {
    font-size: 24px;
  }
}
.homepage-services li:nth-child(5), .homepage-services li:last-child {
  border-right: none;
}
.homepage-services .hp-featured-img {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homepage-services .hp-featured-img h2 {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 0px;
  position: relative;
  z-index: 3;
}

/*
 |----------------------------------------------------------------
 |  Homepage About
 |----------------------------------------------------------------
 */
.homepage-about {
  position: relative;
}
.homepage-about .about-heading {
  color: #333333;
}
.homepage-about:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(243, 241, 241, 0.5)), to(#f3f1f1));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(243, 241, 241, 0.5) 40%, #f3f1f1 100%);
}
.homepage-about .about-image-column {
  background-position: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.homepage-about .content-column {
  padding-left: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .homepage-about .content-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-about .content-column {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-about .content-column {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-about .content-column {
    padding-bottom: 70px;
  }
}
.homepage-about .content-column p, .homepage-about .content-column .gform_description {
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .homepage-about .content-column p, .homepage-about .content-column .gform_description {
    font-size: 20px;
  }
}
.homepage-about .content-column .button {
  min-width: 130px;
}

/*
 |----------------------------------------------------------------
 |  Homepage Community
 |----------------------------------------------------------------
 */
.homepage-community .heading-column {
  padding: 0 0 70px 0;
}
.homepage-community .heading-column h2 {
  color: #333333;
  padding-bottom: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-community .heading-column h2 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-community .heading-column h2 {
    margin-bottom: 30px;
  }
}
.homepage-community .social-lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homepage-community li {
  margin-right: calc(7.5px + (7.5 - 7.5) * (100vw - 320px) / (1200 - 320));
  margin-left: calc(7.5px + (7.5 - 7.5) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-community li {
    margin-right: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-community li {
    margin-left: 7.5px;
  }
}
.homepage-community li a {
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
}
.homepage-community li a i {
  font-size: calc(28px + (28 - 28) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-community li a i {
    font-size: 28px;
  }
}
.homepage-community li:nth-of-type(1) a {
  background-color: #3b5f88;
}
.homepage-community li:nth-of-type(1) a:hover {
  background-color: #283c52;
}
.homepage-community li:nth-of-type(2) a {
  background-color: #e1306c;
}
.homepage-community li:nth-of-type(2) a:hover {
  background-color: rgb(193.8987341772, 28.1012658228, 84.3037974684);
}
.homepage-community .get-involved-image-column {
  background-size: cover;
  height: 430px;
}
.homepage-community .content-column {
  padding-left: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .homepage-community .content-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-community .content-column {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-community .content-column {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-community .content-column {
    padding-bottom: 70px;
  }
}
.homepage-community .content-column h2 {
  color: #333333;
}
.homepage-community .content-column p, .homepage-community .content-column .gform_description {
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .homepage-community .content-column p, .homepage-community .content-column .gform_description {
    font-size: 20px;
  }
}
.homepage-community .content-column a {
  min-width: 160px;
}

/*======================================================
Who we are
======================================================*/
.about-us .row:not(:first-of-type) {
  min-height: 452px;
}
.about-us .even-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 70px;
}
.about-us .odd-row {
  margin-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .about-us .odd-row {
    margin-top: 50px;
  }
}
.about-us .odd-row .content-col .intro {
  margin-left: auto;
}
.about-us .content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 15px;
  line-height: 1.6;
}
.about-us .content-col .intro {
  max-width: 450px;
}
.about-us .double-img-col .wide-img {
  height: 365px;
}

/*======================================================
Callouts
======================================================*/
.about-callout .callout-0 {
  position: relative;
}
.about-callout .callout-0:after {
  background: rgba(63, 95, 132, 0.85);
}
.about-callout .callout-0 .content-constrain {
  float: right;
  margin-right: 5vw;
}
.about-callout .callout-1:after {
  background: rgba(83, 134, 34, 0.85);
  padding-left: 5vw;
}
.about-callout .content-constrain {
  color: #ffffff;
  max-width: 490px;
  padding-top: calc(40px + (150 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (150 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: 50px;
}
@media screen and (min-width: 1200px) {
  .about-callout .content-constrain {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .about-callout .content-constrain {
    padding-bottom: 150px;
  }
}
.about-callout .content-constrain .intro {
  padding-bottom: none;
}

/*======================================================
Callouts
======================================================*/
.objectives .h2-heading {
  margin-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .objectives .h2-heading {
    margin-bottom: 70px;
  }
}

.objective-list .ojective-item img {
  margin-bottom: 30px;
}

/*======================================================
Diversity
======================================================*/
.about-statement {
  background: #ffffff;
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(15px + (55 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (55 - 15) * (100vw - 320px) / (1200 - 320));
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .about-statement {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-statement {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-statement {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .about-statement {
    padding-left: 55px;
  }
}
.about-statement .pdf-icon {
  margin-top: 10px;
}
.about-statement .pdf-icon:before {
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f1c1";
  margin-right: 12px;
  color: inherit;
  font-size: inherit;
}

/*======================================================
Team
======================================================*/
.team-content {
  padding: 70px 35px;
}

.about-team .button:last-of-type {
  margin-left: 20px;
  background: #ffffff;
  border-color: #3b5f88;
  color: #3b5f88;
}
.about-team .button:last-of-type:hover {
  color: #ffffff;
  background: #3b5f88;
}

/*======================================================
Join Us CTA
======================================================*/
.join-us {
  padding-top: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .join-us {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .join-us {
    padding-bottom: 50px;
  }
}
.join-us .join-us-heading {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .join-us .join-us-heading {
    font-size: 22px;
  }
}
.join-us .button:last-of-type {
  margin-left: 20px;
}

/*======================================================
Partners
======================================================*/
.about-partners {
  padding-top: calc(70px + (120 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(70px + (120 - 70) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .about-partners {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .about-partners {
    padding-bottom: 120px;
  }
}
.about-partners .partners-into {
  max-width: 675px;
  margin: 0 auto;
}
.about-partners .about-partner-list {
  margin-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .about-partners .about-partner-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-partners .about-partner-list {
    margin-bottom: 50px;
  }
}
.about-partners .circle {
  position: relative;
  display: block;
  background: #c9eba9;
  overflow: visible;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.about-partners .circle .circle-content {
  padding-bottom: 0;
  color: #568e22;
  font-weight: 700;
  font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .about-partners .circle .circle-content {
    font-size: 40px;
  }
}
.about-partners .below-circle {
  padding-top: calc(8px + (20 - 8) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(0px + (30 - 0) * (100vw - 320px) / (1200 - 320));
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: 1.65;
}
@media screen and (min-width: 1200px) {
  .about-partners .below-circle {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about-partners .below-circle {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about-partners .below-circle {
    font-size: 20px;
  }
}

/*======================================================
Blog Categories
======================================================*/
.mobile-cat-nav {
  display: none;
}

.category-nav-bar {
  border-bottom: 1px solid #d7d7d7;
}

.blog-cat-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-cat-items .cat-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
}
.blog-cat-items .cat-item a {
  color: #111;
  padding: 40px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.blog-cat-items .cat-item a:hover {
  color: #68bd23;
  border-color: #68bd23;
}
.blog-cat-items .cat-item.current-menu-item a {
  color: #68bd23;
  border-color: #68bd23;
}

/*======================================================
Blog Loop
======================================================*/
.loop-content {
  padding: 0 15px;
}
.loop-content:not(:last-of-type) {
  margin-bottom: 40px;
}

.loop-post .content-column {
  padding: 50px 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border: 1px solid #e1e1e1;
  border-left: none;
}
.loop-post .blog-loop-category {
  font-weight: 700;
  color: #68bd23;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.loop-post .blog-loop-category a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.loop-post .blog-loop-category a:hover {
  border-color: #68bd23;
}
.loop-post .loop-title {
  padding-top: 0;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  color: #68bd23;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .loop-post .loop-title {
    font-size: 28px;
  }
}
.loop-post .loop-title:hover a {
  color: #333;
}

/*======================================================
Pagination
======================================================*/
.pagination {
  padding-top: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .pagination {
    padding-top: 70px;
  }
}
.pagination a,
.pagination .current {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px;
}
.pagination a:hover:not(.current),
.pagination .current:hover:not(.current) {
  color: #7dba42;
}
.pagination .current {
  padding: 8px 12px;
  background: #7dba42;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 5px;
}
.pagination .previouspostslink {
  margin-right: 10px;
}
.pagination .nextpostslink {
  margin-left: 10px;
}

/*======================================================
Aside
======================================================*/
.contact-aside * {
  color: #2d2d2d;
}
.contact-aside .aside-heading {
  text-transform: uppercase;
  font-size: 14px;
  color: #2d2d2d;
  padding-top: 0;
  font-size: 14px;
}
.contact-aside p, .contact-aside .gform_description {
  padding-bottom: 30px;
}
.contact-aside address {
  max-width: 175px;
  line-height: 1.75;
  padding-bottom: 30px;
  font-weight: 600;
}
.contact-aside .aside-hours {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-aside .aside-hours li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 110px;
}
.contact-aside .aside-hours li strong {
  margin-right: 7px;
  position: absolute;
  top: 0;
  left: 0;
}

/*======================================================
Contact Form
======================================================*/
.contact-form .gform_description {
  font-size: 20px;
  padding-right: calc(0px + (45 - 0) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .contact-form .gform_description {
    padding-right: 45px;
  }
}

/*======================================================
Map
======================================================*/
#contact-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*======================================================
Getting here
======================================================*/
.getting-here {
  padding-top: calc(60px + (175 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(60px + (175 - 60) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (40 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .getting-here {
    padding-top: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .getting-here {
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .getting-here {
    padding-left: 40px;
  }
}
.getting-here .fa {
  margin-left: 10px;
}

/*======================================================
Team Navigation
======================================================*/
.staff-navigation {
  border-bottom: 1px solid #d7d7d7;
}
.staff-navigation .nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staff-navigation p, .staff-navigation .gform_description {
  padding-bottom: 0;
  text-transform: uppercase;
  color: #666666;
  line-height: 1.4;
}
.staff-navigation .team-cateogry {
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  margin-left: 35px;
  padding-top: calc(25px + (50 - 25) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(25px + (50 - 25) * (100vw - 320px) / (1200 - 320));
  border-bottom: 2px solid transparent;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .staff-navigation .team-cateogry {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-navigation .team-cateogry {
    padding-bottom: 50px;
  }
}
.staff-navigation .team-cateogry.current {
  color: #68bd23;
  border-color: #68bd23;
}
.staff-navigation .team-cateogry:hover {
  color: #68bd23;
  border-color: #68bd23;
}

/*======================================================
Team Taxonomy Description
======================================================*/
.teams-tax-description {
  padding-top: calc(25px + (60 - 25) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .teams-tax-description {
    padding-top: 60px;
  }
}

/*======================================================
Team Grid
======================================================*/
.team-list {
  padding-bottom: calc(25px + (50 - 25) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-list {
    padding-bottom: 50px;
  }
}
.team-list .team-member {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-list .team-member {
    margin-bottom: 30px;
  }
}
.team-list .team-member:hover .team-name,
.team-list .team-member:hover .team-role {
  color: #333;
}
.team-list .id-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #6ebf2e;
  font-weight: 700;
}
.team-list .id-card .team-name,
.team-list .id-card .team-role {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
}

/*======================================================
Staff highlights (only on staff page)
======================================================*/
.staff-images .h2-heading {
  margin-bottom: 60px;
}

.staff-highlights {
  margin-bottom: 30px;
}
.staff-highlights .staff-img-block {
  height: 350px;
}
.staff-highlights .img-caption {
  background: #ffffff;
}

.programs-tax-list .program-row {
  margin-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .programs-tax-list .program-row {
    margin-bottom: 60px;
  }
}
.programs-tax-list .program-img {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.programs-tax-list .program-details {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #ffffff;
  padding-top: calc(30px + (65 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (65 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(10px + (25 - 10) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(10px + (25 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .programs-tax-list .program-details {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .programs-tax-list .program-details {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .programs-tax-list .program-details {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .programs-tax-list .program-details {
    padding-right: 25px;
  }
}
.programs-tax-list .program-details .program-heading {
  color: #333;
}
.programs-tax-list .program-details .context-tags {
  background: #f3f1f1;
  padding: 12px;
  border-radius: 7px;
}
.programs-tax-list .program-details .context-tags .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.programs-tax-list .program-details .context-tags .tag-list .tag {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.55;
  float: left;
}
.programs-tax-list .program-details .context-tags .tag-list .tag:not(:last-of-type) {
  border-right: 1px solid #666;
  padding-right: 10px;
  margin-right: 10px;
}
.programs-tax-list .program-details .program-intro {
  margin-top: 12px;
}

.team-program .content {
  padding-bottom: 12px;
}
.team-program .limit-bottom-border {
  pointer-events: none;
}

.program-group article {
  margin-bottom: 30px;
}

.ways-to-give .giving-column .button {
  margin-bottom: 45px;
}
.ways-to-give .form-column p a, .ways-to-give .form-column .gform_description a {
  font-weight: 700;
  color: #019a37;
}

/*======================================================
Volunteer Openings
======================================================*/
.volunteer-openeing-heading {
  margin: 50px 0 45px;
}

.volunteer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.volunteer-list .volunteer-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 7px;
}
.volunteer-list .volunteer-item * {
  color: #019a37;
}
.volunteer-list .volunteer-item .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.volunteer-list .volunteer-item .link-wrap:hover .volunteer-heading,
.volunteer-list .volunteer-item .link-wrap:hover .fa, .volunteer-list .volunteer-item .link-wrap:hover p, .volunteer-list .volunteer-item .link-wrap:hover .gform_description {
  color: #3b5f88;
}
.volunteer-list .volunteer-item .volunteer-heading {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0;
  width: 65%;
}
@media screen and (min-width: 1200px) {
  .volunteer-list .volunteer-item .volunteer-heading {
    font-size: 28px;
  }
}
.volunteer-list .volunteer-item p, .volunteer-list .volunteer-item .gform_description,
.volunteer-list .volunteer-item .fa {
  padding-bottom: 0;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.volunteer-list .volunteer-item .fa {
  margin-right: 10px;
}

/*======================================================
Volunteer Form
======================================================*/
.volunteer-form {
  border-top: 1px solid #e1e1e1;
}

.partners.partners-2 {
  padding-bottom: calc(50px + (70 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .partners.partners-2 {
    padding-bottom: 70px;
  }
}

.partner-list {
  margin-top: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.partner-item {
  margin-bottom: 30px;
  padding: 0 15px;
}
.partner-item .partner-img-conteiner,
.partner-item .partner-name {
  height: auto !important;
}
.partner-item a {
  display: block;
  height: 100%;
}
.partner-item .partner-inner {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px;
}
.partner-item .partner-img-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner-item img {
  height: auto;
  width: 100%;
}
.partner-item .partner-name {
  font-size: 16px;
  color: #019a37;
  margin-top: 25px;
  padding-bottom: 0;
}

.entry-content {
  /*======================================================
  Header
  ======================================================*/
  /*======================================================
  Feature Image
  ======================================================*/
}
.entry-content .entry-title {
  font-size: calc(32px + (50 - 32) * (100vw - 320px) / (1200 - 320));
  color: #333;
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .entry-content .entry-title {
    font-size: 50px;
  }
}
.entry-content .entry-category {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
  color: #68bd23;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .entry-content .entry-category {
    font-size: 22px;
  }
}
.entry-content .entry-category a {
  color: #68bd23;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.entry-content .entry-category a:hover {
  border-color: inherit;
}
.entry-content .entry-date {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .entry-content .entry-date {
    font-size: 22px;
  }
}
.entry-content .entry-featured_image {
  margin-top: calc(0px + (45 - 0) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(20px + (45 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .entry-content .entry-featured_image {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-content .entry-featured_image {
    margin-bottom: 45px;
  }
}

/*======================================================
WYSIWYG
======================================================*/
.default-wysiwyg h1, .default-wysiwyg h2 {
  font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .default-wysiwyg h1, .default-wysiwyg h2 {
    font-size: 32px;
  }
}
.default-wysiwyg h6 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .default-wysiwyg h6 {
    font-size: 18px;
  }
}
.default-wysiwyg .wp-caption p, .default-wysiwyg .wp-caption .gform_description {
  padding-bottom: 0;
}

/*======================================================
Related Content Callout
======================================================*/
.related-content-callout {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .related-content-callout {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .related-content-callout {
    padding-bottom: 50px;
  }
}
.related-content-callout .related-heading {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}
.related-content-callout .button {
  background: #327427;
  color: #ffffff;
}
.related-content-callout .button:hover {
  background: #20421b;
}

/*======================================================
Related Blog Articles
======================================================*/
.related-blog .h2-heading {
  margin-bottom: 55px;
}
.related-blog .image-column {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.related-blog.related-partners .article-wrap .row {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  padding-top: 20px;
}
.related-blog.related-partners .image-column {
  padding-top: 30px;
  height: 200px;
  background-size: 100% !important;
}
.related-blog.related-partners .content-column {
  padding-top: 15px;
  border: none;
}

/*======================================================
Name and contact information
======================================================*/
.team-bio .team-name {
  font-size: calc(35px + (50 - 35) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-bio .team-name {
    font-size: 50px;
  }
}
.team-bio .team-title {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .team-bio .team-title {
    font-size: 22px;
  }
}
.team-bio .fa {
  color: #c2c6ca;
  margin-right: 10px;
}
.team-bio .email-link {
  color: #019a37;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .team-bio .email-link {
    font-size: 22px;
  }
}
.team-bio .email-link:hover {
  color: #68bd23;
}
.team-bio .ph-ext {
  margin-left: 30px;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-bio .ph-ext {
    font-size: 22px;
  }
}

/*======================================================
Bio and Image
======================================================*/
.bio-row {
  margin-top: calc(60px + (100 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .bio-row {
    margin-top: 100px;
  }
}

.single-bio .team-single-heading {
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 25px;
}
.single-bio .languages {
  background: #f3f1f1;
  padding: 20px;
}
.single-bio .languages .team-single-heading {
  margin-top: 0;
}
.single-bio .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-bio .social .team-single-heading {
  padding-bottom: 0;
}
.single-bio .social .social-item a:hover .fa {
  color: #3b5f88;
}
.single-bio .social .social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.single-bio .social .social-icons .fa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 25px;
  margin: 0 0 0 20px;
}

/*======================================================
Program Coordinator
======================================================*/
.program-coordinator {
  padding-top: calc(35px + (45 - 35) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(35px + (45 - 35) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-coordinator {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .program-coordinator {
    padding-bottom: 45px;
  }
}
.program-coordinator .h2-heading {
  font-weight: 600;
  color: #ffffff;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-coordinator .h2-heading {
    font-size: 22px;
  }
}
.program-coordinator .btn-divide {
  font-size: 16px;
  margin: 0 15px;
  font-weight: 600;
  color: #ffffff;
}
.program-coordinator a {
  display: inline-block;
  background: #3b8a2e;
  padding: 20px 30px;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}
.program-coordinator a:hover {
  background: #019a37;
}
.program-coordinator a .fa {
  margin-right: 7px;
}

.program-notification {
  border: 2px solid #e6955a;
}

/*======================================================
Programs' Repeater
======================================================*/
.program-repeater {
  /*======================================================
  Waitlist/Enrollment Notification
  ======================================================*/
}
.program-repeater * {
  color: #2d2d2d;
}
.program-repeater .program-wrap {
  padding-right: calc(10px + (15 - 10) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(10px + (15 - 10) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap {
    padding-left: 15px;
  }
}
.program-repeater .program-wrap:nth-child(odd) {
  margin-left: calc(1 / 12 * 100%);
}
.program-repeater .program-wrap .program-inner {
  background: #ffffff;
  border-radius: 7px;
  padding-top: calc(20px + (35 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (25 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(15px + (25 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (25 - 15) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap .program-inner {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap .program-inner {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap .program-inner {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-wrap .program-inner {
    padding-left: 25px;
  }
}
.program-repeater .program-name {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-name {
    font-size: 28px;
  }
}
.program-repeater .description p a, .program-repeater .description .gform_description a {
  border-bottom: 1px solid #019a37;
}
.program-repeater .partnership {
  margin-top: 12px;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: uppercase;
}
.program-repeater .criteria {
  padding-top: 35px;
  padding-bottom: 0;
  font-weight: 600;
}
.program-repeater .content-divide {
  border-color: #c7c7c7;
  width: 100%;
  margin: 30px 0;
}
.program-repeater .program-p {
  padding-bottom: 10px;
  max-width: 400px;
  position: relative;
  padding-left: 30px;
}
.program-repeater .fa {
  color: #68bd23;
  margin-right: 10px;
  font-size: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.program-repeater .program-notification {
  padding-top: calc(20px + (35 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (35 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1200 - 320));
  background: #ffffff;
  border-radius: 7px;
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-notification {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-notification {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-notification {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-notification {
    padding-left: 20px;
  }
}
.program-repeater .program-notification h1, .program-repeater .program-notification h2, .program-repeater .program-notification h3, .program-repeater .program-notification h4 {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .program-repeater .program-notification h1, .program-repeater .program-notification h2, .program-repeater .program-notification h3, .program-repeater .program-notification h4 {
    font-size: 28px;
  }
}
.program-repeater .program-notification p, .program-repeater .program-notification .gform_description {
  max-width: 910px;
}

/*======================================================
Form
======================================================*/
.program-form {
  border-bottom: 1px solid #f3f1f1;
}
.program-form .gform_footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.volunteer-single .entry-title {
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .volunteer-single .entry-title {
    padding-bottom: 50px;
  }
}

.locations-wrapper {
  margin-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .locations-wrapper {
    margin-top: 40px;
  }
}

.location-grid {
  margin-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .location-grid {
    margin-top: 40px;
  }
}
.location-grid .map-location {
  margin-bottom: 30px;
}
.location-grid .location-content {
  border-radius: 4px;
  padding: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #ededed;
}
@media screen and (min-width: 1200px) {
  .location-grid .location-content {
    padding: 20px;
  }
}
.location-grid .location-content > a {
  font-weight: 600;
}
.location-grid .location-content.active {
  background-color: rgba(47, 155, 168, 0.2);
}

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   |  Homepage
   |----------------------------------------------------------------
   */
  .site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
    white-space: nowrap;
  }
  .site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
    padding-right: 0px;
  }
  .copyright-column {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .designby-column {
    -webkit-flex-basis: calc(4 / 12 * 100%);
        -ms-flex-preferred-size: calc(4 / 12 * 100%);
            flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  About Us
   |----------------------------------------------------------------
   */
  .about-us {
    padding-bottom: 0;
  }
  .about-us .even-row {
    margin-top: 0;
  }
  .about-us .row:not(:first-of-type) {
    min-height: auto;
  }
  .about-us .content-col {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .about-us .content-col .intro {
    padding-bottom: 0;
    max-width: 95%;
    margin: 0 auto;
  }
  .about-us .double-img-col {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    position: relative;
    padding: 0;
  }
  .about-callout .content-constrain {
    padding-left: calc(10px + (50 - 10) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(10px + (50 - 10) * (100vw - 320px) / (1200 - 320));
  }
  /*
   |----------------------------------------------------------------
   |  Gallery Row Component
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Program Partners
   |----------------------------------------------------------------
   */
}
@media screen and (max-width:1199px) and (min-width: 1200px) {
  .about-callout .content-constrain {
    padding-left: 50px;
  }
}
@media screen and (max-width:1199px) and (min-width: 1200px) {
  .about-callout .content-constrain {
    padding-right: 50px;
  }
}
@media screen and (max-width:1199px) {
  .about-callout .callout-0 .content-constrain {
    margin-right: 0;
    float: none;
  }
  .about-statement {
    -webkit-flex-basis: calc(9 / 12 * 100%);
        -ms-flex-preferred-size: calc(9 / 12 * 100%);
            flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .about-team {
    padding: 0;
  }
  .about-team .team-img {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    height: 43vw;
  }
  .about-team .team-content {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .program-partners .program-partners-loop .loop-inner-block .image-block {
    height: 210px;
  }
  .gallery-image-list .bg-img {
    height: 30vw;
  }
  .partner-list > * {
    -webkit-flex-basis: calc(1 / 5 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 5 * 100% - 0.1px);
            flex-basis: calc(1 / 5 * 100% - 0.1px);
    max-width: calc(1 / 5 * 100% - 0.1px);
  }
  .location-grid > * {
    -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
            flex-basis: calc(1 / 2 * 100% - 0.1px);
    max-width: calc(1 / 2 * 100% - 0.1px);
  }
  .pre-footer-newsletter .heading-column {
    margin-right: calc(0 / 12 * 100%);
  }
  .pre-footer-newsletter .heading-column p, .pre-footer-newsletter .heading-column .gform_description {
    white-space: normal;
  }
  .pre-footer-newsletter .form-column {
    -webkit-flex-basis: calc(9 / 12 * 100%);
        -ms-flex-preferred-size: calc(9 / 12 * 100%);
            flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
}
@media (max-width: 850px) {
  /*
   |----------------------------------------------------------------
   |  Programs & Services
   |----------------------------------------------------------------
   */
  .program-partners .program-partners-loop {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Team Callout
   |----------------------------------------------------------------
   */
  .team-callout {
    padding-top: 0;
  }
  .team-callout .img-col {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    height: 45vw;
  }
  .team-callout .content-col {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .team-callout .intro {
    max-width: none;
    margin-top: 35px;
  }
}
@media screen and (max-width:979px) {
  /*
   |----------------------------------------------------------------
   |  Enforce Column Stretching
   |----------------------------------------------------------------
   */
  .tablet-stretch {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .tablet-stretch._s {
    -webkit-flex-basis: 83.3333333333% !important;
        -ms-flex-preferred-size: 83.3333333333% !important;
            flex-basis: 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  /*
   |----------------------------------------------------------------
   |  Global
   |----------------------------------------------------------------
   */
  .section-intro .columns-8,
  .section-intro .columns-9 {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  /*
  |----------------------------------------------------------------
  |  Homepage
  |----------------------------------------------------------------
  */
  .hp-news-grid > * {
    -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
            flex-basis: calc(1 / 2 * 100% - 0.1px);
    max-width: calc(1 / 2 * 100% - 0.1px);
  }
  .hp-news-grid .grid-item {
    margin-bottom: 30px;
  }
  .homepage-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homepage-services .heading-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .homepage-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homepage-community {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homepage-community .heading-column {
    padding-bottom: 50px;
  }
  .pre-footer-newsletter .heading-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-right: 0;
    margin-bottom: 35px;
  }
  .pre-footer-newsletter .form-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .site-footer {
    padding-top: 50px;
  }
  .site-footer .row:first-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .footer-logo-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    margin-right: 0px;
  }
  .site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }
  .site-footer .footer-heading {
    font-size: 14px;
  }
  .site-footer .footer-menu-column ul li,
  .site-footer .footer-programs-menu-column ul li {
    font-size: 16px;
  }
  .site-footer .footer-menu-column ul .footer-donate-button,
  .site-footer .footer-programs-menu-column ul .footer-donate-button {
    font-size: 14px;
  }
  .site-footer .footer-menu-column ul .footer-donate-button a,
  .site-footer .footer-programs-menu-column ul .footer-donate-button a {
    line-height: 16px;
  }
  .site-footer .footer-visit-column p, .site-footer .footer-visit-column .gform_description {
    font-size: 16px;
  }
  .site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
    font-size: 14px;
  }
  .site-footer .footer-hours-column p strong, .site-footer .footer-hours-column .gform_description strong {
    font-size: 14px;
  }
  .site-credit {
    font-size: 14px;
  }
  /*
   |----------------------------------------------------------------
   |  Team landing page
   |----------------------------------------------------------------
   */
  .staff-highlights .staff-img-block {
    height: 32vw;
  }
  /*
   |----------------------------------------------------------------
   |  Single Team Bio
   |----------------------------------------------------------------
   */
  .bio-row .single-bio {
    margin-left: 0;
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .bio-row .profile-img {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Program taxonomy landing
   |----------------------------------------------------------------
   */
  .program-group .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Program CPT Single
   |----------------------------------------------------------------
   */
  .program-repeater .program-wrap {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    margin-left: 0 !important;
  }
  .program-form .form-description-col {
    -webkit-flex-basis: calc(9 / 12 * 100%);
        -ms-flex-preferred-size: calc(9 / 12 * 100%);
            flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .program-form .form-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Events FIlter Top-level event search bar
   |----------------------------------------------------------------
   */
  .tribe-bar-filters {
    width: 85%;
  }
  #tribe-bar-views {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
    width: 13%;
  }
  .tribe-bar-filters-inner > div:not(:last-of-type) {
    margin-right: 15px;
    width: 100%;
  }
  /*
   |----------------------------------------------------------------
   |  Events Filter Bottom-level event search (Event bar paid plugin)
   |----------------------------------------------------------------
   */
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    margin-bottom: 0 !important;
  }
  #tribe_events_filters_form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #tribe_events_filters_form .tribe_events_filter_item {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
    margin: 0 0 20px 0;
  }
  #tribe_events_filters_form .tribe_events_filter_item:not(:nth-child(3n+3)) {
    margin-right: 2% !important;
  }
  /*
   |----------------------------------------------------------------
   |  Events List
   |----------------------------------------------------------------
   */
  .tribe-events-loop .event-wrap {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Events Single
   |----------------------------------------------------------------
   */
  .tribe-events-single .columns-8 {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .single-event-details .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-event-details .tribe-events-event-meta dd,
  .single-event-details .tribe-events-event-meta dt {
    font-size: 14px;
  }
  .event-single-map {
    padding: 0;
  }
  .event-single-map .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 0;
  }
  .tribe-events-venue-map > div {
    height: 55vw !important;
  }
  /*
  |----------------------------------------------------------------
  |  Blog landing
  |----------------------------------------------------------------
  */
  .blog-cat-items .cat-item {
    padding: 0 20px;
  }
  /*
  |----------------------------------------------------------------
  |  Blog Single
  |----------------------------------------------------------------
  */
  .entry-content .default-wysiwyg {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .related-blog .loop-content {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .related-blog.related-partners .loop-content {
    padding-top: 0;
  }
  /*
  |----------------------------------------------------------------
  |  Get Involved Page
  |----------------------------------------------------------------
  */
  .volunteer-intro,
  .volunteer-opportunities {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .volunteer-opportunities .volunteer-heading {
    max-width: 460px;
  }
  .volunteer-form .columns-8,
  .volunteer-form .columns-6 {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  /*
  |----------------------------------------------------------------
  |  Donate Page
  |----------------------------------------------------------------
  */
  .donate-intro .columns-8 {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  /*
  |----------------------------------------------------------------
  |  Default Page
  |----------------------------------------------------------------
  */
  .kiwassa-default-page .default-wysiwyg {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Program Partners
   |----------------------------------------------------------------
   */
  .partner-list > * {
    -webkit-flex-basis: calc(1 / 4 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 4 * 100% - 0.1px);
            flex-basis: calc(1 / 4 * 100% - 0.1px);
    max-width: calc(1 / 4 * 100% - 0.1px);
  }
}
@media screen and (max-width:767px) {
  /*
   |----------------------------------------------------------------
   |  Navigation
   |----------------------------------------------------------------
   */
  .main-menu li a {
    color: #ffffff;
    position: relative;
    z-index: 3;
  }
  /*
   |----------------------------------------------------------------
   |  Header
   |----------------------------------------------------------------
   */
  .logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 0;
    padding-right: 0;
  }
  .navigation-column li:hover a {
    color: #ffffff;
  }
  /*
  |----------------------------------------------------------------
  |  Homepage
  |----------------------------------------------------------------
  */
  .homepage-banner {
    height: auto;
  }
  .homepage-banner .banner-content {
    padding-top: calc(80px + (110 - 80) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(80px + (110 - 80) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(15px + (120 - 15) * (100vw - 320px) / (1200 - 320));
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  /*
  |----------------------------------------------------------------
  |  About
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Team landing page
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Program taxonomy landing
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Program CPT Single
   |----------------------------------------------------------------
   */
  /*
  |----------------------------------------------------------------
  |  Events Filter Top-level event search bar
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Events Filter Bottom-level event search (Event bar paid plugin)
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Events Single
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Blog landing
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Gallery Row Component
   |----------------------------------------------------------------
   */
  /*
  |----------------------------------------------------------------
  |  Contact Page
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Program Partners
   |----------------------------------------------------------------
   */
}
@media screen and (max-width:767px) and (min-width: 1200px) {
  .homepage-banner .banner-content {
    padding-top: 110px;
  }
}
@media screen and (max-width:767px) and (min-width: 1200px) {
  .homepage-banner .banner-content {
    padding-bottom: 110px;
  }
}
@media screen and (max-width:767px) and (min-width: 1200px) {
  .homepage-banner .banner-content {
    padding-right: 120px;
  }
}
@media screen and (max-width:767px) {
  .homepage-about .about-image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    border-radius: 5px 5px 0 0;
  }
  .homepage-about .content-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .homepage-community .get-involved-image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .homepage-community .content-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }
  .pre-footer-newsletter .heading-column {
    text-align: center;
    margin-bottom: 25px;
  }
  .pre-footer-newsletter .heading-column p, .pre-footer-newsletter .heading-column .gform_description {
    white-space: normal;
  }
  .pre-footer-newsletter .button {
    min-width: 130px;
  }
  .site-footer .footer-programs-menu-column,
  .site-footer .footer-menu-column,
  .site-footer .footer-visit-column,
  .site-footer .footer-hours-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .site-footer .footer-visit-column {
    margin-right: 0px;
  }
  .site-footer .row:first-of-type {
    margin-bottom: 30px;
  }
  .site-footer .footer-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer .footer-visit-column p, .site-footer .footer-visit-column .gform_description {
    width: 60%;
  }
  .site-footer .footer-visit-column p.footer-heading, .site-footer .footer-visit-column .footer-heading.gform_description {
    width: 100%;
  }
  .footer-copyright .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright-column,
  .designby-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .about-statement {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .about-team .team-content {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .staff-highlights .staff-img-block {
    height: 35vw;
  }
  .program-loop-tax-article {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-loop-tax-article .image-block {
    height: 45vw;
  }
  .program-coordinator .btn-divide {
    display: none;
  }
  .program-coordinator a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .program-coordinator a:last-of-type {
    margin-top: 30px;
  }
  .tribe-bar-filters {
    width: 100%;
  }
  #tribe-bar-views {
    display: none;
  }
  .tribe-bar-date-filter {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  #tribe_events_filters_wrapper {
    background: #3b5f88 !important;
    padding: 15px !important;
  }
  #tribe_events_filters_wrapper a {
    background: transparent;
    color: #ffffff;
  }
  #tribe_events_filter_control #tribe_events_filters_toggle,
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    background: #3b5f88 !important;
    border: none !important;
  }
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    margin: 0 -15px;
  }
  #tribe_events_filter_control a {
    color: #ffffff !important;
  }
  #tribe_events_filter_control a:hover {
    color: #ffffff !important;
  }
  .tribe-events-filters-label {
    color: #ffffff;
  }
  #tribe_events_filters_form .tribe_events_filter_item {
    background: #3b5f88;
  }
  #tribe_events_filters_reset {
    background: #019a37 !important;
    border: none !important;
    margin: 10px 0 20px !important;
    border-radius: 7px !important;
  }
  #tribe_events_filters_form .tribe-events-filters-group-heading {
    padding-left: 20px !important;
    border-radius: 5px;
    font-weight: 700 !important;
  }
  #tribe_events_filters_form .tribe-events-filters-group-heading .horizontal-drop-indicator {
    top: 22%;
    right: 30px;
  }
  .tribe-events-meta-group,
  .events-map-wrap {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin-left: calc(1 / 12 * 100%);
  }
  .tribe-events-meta-group {
    margin-bottom: 30px;
  }
  .tribe-export-options {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-cat-nav {
    display: block;
    background: #019a37;
    border: none;
    width: 100%;
    color: #ffffff;
    padding: 20px 0;
    font-weight: 700;
    outline: 0;
    cursor: pointer;
  }
  .blog-cat-menu {
    background: #68bd23;
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  .blog-cat-menu .blog-cat-items {
    margin: 0;
    overflow: hidden;
    display: block;
  }
  .blog-cat-menu .blog-cat-items.show-nav-cat {
    display: block;
  }
  .blog-cat-menu .blog-cat-items .cat-item {
    display: block;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .blog-cat-menu .blog-cat-items .cat-item.current-menu-item a {
    color: #000;
    display: block;
  }
  .blog-cat-menu .blog-cat-items .cat-item.current-menu-item a:hover {
    color: #ffffff;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:first-of-type {
    -webkit-transition-delay: 0.27s;
            transition-delay: 0.27s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(2) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(3) {
    -webkit-transition-delay: 0.41s;
            transition-delay: 0.41s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(4) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(5) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(6) {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .blog-cat-menu .blog-cat-items .cat-item.li-open:nth-child(7) {
    -webkit-transition-delay: 0.69s;
            transition-delay: 0.69s;
  }
  .blog-cat-menu .blog-cat-items .cat-item a {
    color: #ffffff;
    display: block;
    padding: 20px 0;
  }
  .blog .loop-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .blog .loop-column .loop-content .image-column,
  .blog .loop-column .loop-content .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .blog .loop-column .loop-content .image-column {
    height: 45vw;
  }
  .pagination {
    position: relative;
    padding-top: 80px;
  }
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    position: absolute;
    top: 28px;
  }
  .pagination .previouspostslink {
    left: 15px;
  }
  .pagination .nextpostslink {
    right: 15px;
  }
  .loop-post .content-column {
    border-left: 1px solid #e1e1e1;
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
  }
  .volunteer-list .volunteer-item .link-wrap {
    display: block;
  }
  .volunteer-list .volunteer-item .volunteer-heading {
    width: 90%;
    margin-bottom: 10px;
  }
  .volunteer-list .volunteer-item .fa-chevron-right {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .gallery-image-list > * {
    -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
            flex-basis: calc(1 / 2 * 100% - 0.1px);
    max-width: calc(1 / 2 * 100% - 0.1px);
  }
  .gallery-image-list li:last-of-type {
    display: none;
  }
  .gallery-image-list .bg-img {
    height: 33vw;
  }
  .contact .contact-aside,
  .contact .contact-form {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .contact .contact-aside {
    margin-bottom: 40px;
  }
  .partner-list > * {
    -webkit-flex-basis: calc(1 / 3 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 3 * 100% - 0.1px);
            flex-basis: calc(1 / 3 * 100% - 0.1px);
    max-width: calc(1 / 3 * 100% - 0.1px);
  }
}
@media (min-width: 640px) {
  /*
  |----------------------------------------------------------------
  |  Events FIlter Top-level event search bar
  |----------------------------------------------------------------
  */
  #tribe-bar-form {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width:639px) {
  /*
   |----------------------------------------------------------------
   |  Global
   |----------------------------------------------------------------
   */
  .section-intro .columns-8,
  .section-intro .columns-9 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Homepage
   |----------------------------------------------------------------
   */
  .hp-news-grid > * {
    -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
            flex-basis: calc(1 / 1 * 100% - 0.1px);
    max-width: calc(1 / 1 * 100% - 0.1px);
  }
  .homepage-news .heading-column {
    display: block;
    margin-bottom: 25px;
  }
  .homepage-news .heading-column .button {
    margin-top: 20px;
  }
  .homepage-about .content-column p, .homepage-about .content-column .gform_description {
    font-size: 16px;
  }
  .homepage-services .heading-column a {
    width: 250px;
    max-width: 250px;
  }
  .homepage-services .heading-column a:last-of-type {
    margin-top: 20px;
  }
  .homepage-services .hp-services-grid {
    margin-top: 50px;
  }
  .homepage-services li:first-child:nth-last-child(7) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:first-child:nth-last-child(8) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:first-child:nth-last-child(9) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(2):nth-last-child(6) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    border-right: none;
  }
  .homepage-services li:nth-child(2):nth-last-child(7) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(2):nth-last-child(8) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(3):nth-last-child(5) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    border-right: 3px solid #ffffff;
  }
  .homepage-services li:nth-child(3):nth-last-child(6) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(3):nth-last-child(7) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(4):nth-last-child(4) {
    border-right: none;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .homepage-services li:nth-child(4):nth-last-child(4) div {
    height: 230px;
  }
  .homepage-services li:nth-child(4):nth-last-child(6) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    border-right: none;
  }
  .homepage-services li:nth-child(5):nth-last-child(3) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    border-right: 3px solid #ffffff;
  }
  .homepage-services li:nth-child(5):nth-last-child(3) div {
    height: 230px;
  }
  .homepage-services li:nth-child(5):nth-last-child(5) {
    border-right: 3px solid #ffffff;
  }
  .homepage-services li:nth-child(6):nth-last-child(2) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    border-right: none;
  }
  .homepage-services li:nth-child(6):nth-last-child(2) div {
    height: 230px;
  }
  .homepage-services li:nth-child(7):nth-last-child(1) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .homepage-services li:nth-child(7):nth-last-child(1) div {
    height: 230px;
  }
  .homepage-services li:nth-child(5), .homepage-services li:last-child {
    border-right: none;
  }
  .homepage-community .get-involved-image-column {
    height: 300px;
  }
  .homepage-community .content-column p, .homepage-community .content-column .gform_description {
    font-size: 16px;
  }
  .site-footer {
    padding-top: 20px;
  }
  .site-footer .row:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-partners-grid > * {
    -webkit-flex-basis: calc(1 / 3 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 3 * 100% - 0.1px);
            flex-basis: calc(1 / 3 * 100% - 0.1px);
    max-width: calc(1 / 3 * 100% - 0.1px);
  }
  .site-footer .footer-partners-grid li {
    margin-bottom: 20px;
  }
  .site-footer .footer-logo-column,
  .site-footer .footer-partners-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-top: 20px;
  }
  .site-footer .footer-logo-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
    margin-top: 20px;
    margin-left: 0px;
  }
  .site-footer .footer-visit-column p, .site-footer .footer-visit-column .gform_description {
    width: 100%;
  }
  .site-footer .footer-programs-menu-column,
  .site-footer .footer-menu-column,
  .site-footer .footer-hours-column,
  .site-footer .footer-visit-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .site-footer .footer-hours-column p, .site-footer .footer-hours-column .gform_description {
    width: 60%;
  }
  /*
   |----------------------------------------------------------------
   |  About Us
   |----------------------------------------------------------------
   */
  .about-us .content-col,
  .about-us .double-img-col {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .about-us .double-img-col {
    height: 55vw;
  }
  .about-us .content-col {
    padding: 7vw 15px;
  }
  .about-callout .callout {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .about-callout .content-constrain {
    margin: 0 auto !important;
  }
  .objective-list {
    padding-left: calc(15px + (40 - 15) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(15px + (40 - 15) * (100vw - 320px) / (1200 - 320));
  }
  .objective-list > * {
    -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
            flex-basis: calc(1 / 1 * 100% - 0.1px);
    max-width: calc(1 / 1 * 100% - 0.1px);
  }
  /*
   |----------------------------------------------------------------
   |  Programs & Services
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Team landing page
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Single Team Bio
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Team Callout
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Program CPT Single
   |----------------------------------------------------------------
   */
  /*
  |----------------------------------------------------------------
  |  Events FIlter Top-level event search bar
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Events Filter Bottom-level event search (Event bar paid plugin)
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Events List
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Events Single
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Events Single
   |----------------------------------------------------------------
   */
  /*
   |----------------------------------------------------------------
   |  Blog landing
   |----------------------------------------------------------------
   */
  /*
  |----------------------------------------------------------------
  |  Blog Single
  |----------------------------------------------------------------
  */
  /*
  |----------------------------------------------------------------
  |  Get Involved Page
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Gallery Row Component
   |----------------------------------------------------------------
   */
  /*
  |----------------------------------------------------------------
  |  Contact Page
  |----------------------------------------------------------------
  */
  /*
  |----------------------------------------------------------------
  |  Donate Page
  |----------------------------------------------------------------
  */
  /*
  |----------------------------------------------------------------
  |  Default Page
  |----------------------------------------------------------------
  */
  /*
   |----------------------------------------------------------------
   |  Program Partners
   |----------------------------------------------------------------
   */
}
@media screen and (max-width:639px) and (min-width: 1200px) {
  .objective-list {
    padding-left: 40px;
  }
}
@media screen and (max-width:639px) and (min-width: 1200px) {
  .objective-list {
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .objective-list .ojective-item {
    text-align: center;
  }
  .objective-list .ojective-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .objective-list .ojective-item img {
    margin-bottom: 20px;
  }
  .about-statement-wrap {
    padding-bottom: 0;
  }
  .about-statement {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .about-team .team-img {
    height: 50vw;
  }
  .about-team .team-content {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .about-team .button:last-of-type {
    margin-left: 10px;
  }
  .join-us .button {
    display: block;
    width: 230px;
    margin: 0 auto !important;
    min-height: auto;
    padding-top: 15;
    padding-bottom: 15;
  }
  .join-us .button:last-of-type {
    margin-top: 15px !important;
  }
  .programs-tax-list {
    padding-top: 0;
  }
  .programs-tax-list .program-img {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    height: 55vw;
  }
  .programs-tax-list .program-details {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-partners .program-partners-loop {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .program-partners .program-partners-loop .loop-inner-block .image-block {
    height: 50vw;
  }
  .shared-article-loop-style .content {
    padding-bottom: calc(28px + (38 - 28) * (100vw - 320px) / (1200 - 320));
  }
}
@media screen and (max-width:639px) and (min-width: 1200px) {
  .shared-article-loop-style .content {
    padding-bottom: 38px;
  }
}
@media screen and (max-width:639px) {
  .team-list .id-card .team-role {
    padding-top: 10px;
    line-height: 1.15;
  }
  .team-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .team-list > * {
    -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
            flex-basis: calc(1 / 2 * 100% - 0.1px);
    max-width: calc(1 / 2 * 100% - 0.1px);
  }
  .team-list > * {
    padding-right: 5px;
    padding-left: 5px;
  }
  .page-to-page-nav .fa {
    padding: 6px;
    width: 30px;
    margin-right: 5px;
  }
  .page-to-page-nav .btn-right .fa {
    margin: 0 0 0 5px;
  }
  .bio-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bio-row .single-bio {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin-left: calc(1 / 12 * 100%);
  }
  .bio-row .profile-img {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
    margin-left: calc(2 / 12 * 100%);
    margin-bottom: 35px;
  }
  .team-callout .img-col {
    height: 55vw;
  }
  .team-callout .content-col {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-repeater .program-wrap {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-notification-wrap {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-form .form-description-col,
  .program-form .form-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .filter-events-btn {
    display: block;
    width: 100%;
    color: #ffffff;
    border: none;
    background: #68bd23;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 19px;
    outline: 0;
  }
  #tribe-bar-form {
    display: none;
  }
  .tribe-bar-filters-inner {
    display: block;
  }
  .tribe-bar-filters-inner .tribe-bar-date-filter {
    width: 100%;
    max-width: none;
  }
  .tribe-bar-filters-inner .tribe-bar-date-filter:first-of-type {
    margin-bottom: 20px;
  }
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    margin: 0 -15px;
  }
  #tribe_events_filters_form {
    display: block !important;
  }
  #tribe_events_filters_form .tribe_events_filter_item {
    max-width: 100%;
    margin: 0 !important;
    background: #3b5f88;
  }
  #tribe_events_filters_form .tribe_events_filter_item:not(:nth-child(3n+3)) {
    margin-right: 0 !important;
  }
  .tribe-events-loop .event-img {
    height: 50vw;
  }
  .tribe-events-loop .event-wrap {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 0;
  }
  .tribe-events-single .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .tribe-events-meta-group,
  .events-map-wrap {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-left: calc(0 / 12 * 100%);
  }
  .tribe-events-venue-map > div {
    height: 65vw !important;
  }
  .tribe-related-events > * {
    -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
            flex-basis: calc(1 / 1 * 100% - 0.1px);
    max-width: calc(1 / 1 * 100% - 0.1px);
  }
  .blog .loop-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .entry-content .default-wysiwyg {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .related-blog .loop-content {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .related-blog .image-column,
  .related-blog .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .related-blog .image-column {
    height: 50vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .related-blog.related-partners .article-wrap {
    padding: 0 15px;
  }
  .related-blog.related-partners .image-column {
    padding-top: 40px;
  }
  .loop-content {
    padding: 0;
  }
  .volunteer-intro,
  .volunteer-opportunities {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .volunteer-quote-bg {
    display: none;
  }
  .volunteer-quote .quote-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .volunteer-form .columns-8,
  .volunteer-form .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .gallery-image-list .bg-img {
    height: 45vw;
  }
  .contact .contact-aside,
  .contact .contact-form {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .contact-location .map,
  .contact-location .getting-here {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .contact-location .map {
    height: 320px;
  }
  .donate-intro .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .ways-to-give .giving-column,
  .ways-to-give .form-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .ways-to-give .form-column {
    margin-top: 20px;
  }
  .kiwassa-default-page .default-wysiwyg {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .partner-list > * {
    -webkit-flex-basis: calc(1 / 2 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - 0.1px);
            flex-basis: calc(1 / 2 * 100% - 0.1px);
    max-width: calc(1 / 2 * 100% - 0.1px);
  }
  .partner-item .partner-inner {
    padding: 15px;
  }
  .partner-item .partner-name {
    margin-top: 16px;
  }
  #gform_8 .gform_fields > * {
    -webkit-flex-basis: calc(1 / 3 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 3 * 100% - 0.1px);
            flex-basis: calc(1 / 3 * 100% - 0.1px);
    max-width: calc(1 / 3 * 100% - 0.1px);
  }
  #gform_8 .gfield, #gform_8 .gform_footer {
    margin-bottom: 15px;
  }
  #gform_8 .gform_footer {
    position: inherit;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pre-footer-newsletter .button {
    min-width: 145px;
  }
  .pre-footer-newsletter .gform_validation_error .gform_footer {
    bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  /*
   |----------------------------------------------------------------
   |  Program CPT Single
   |----------------------------------------------------------------
   */
  .program-coordinator a {
    font-size: 12px;
  }
}
@media screen and (max-width:480px) {
  .main-menu {
    top: 20px;
  }
  /*
   |----------------------------------------------------------------
   |  Homepage
   |----------------------------------------------------------------
   */
  .site-footer .footer-visit-column p, .site-footer .footer-visit-column .gform_description {
    width: 60%;
  }
  .site-footer .footer-visit-column .footer-heading {
    width: 100%;
  }
  .site-footer .row:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .about-team .button:last-of-type {
    margin: 25px 0 0 0;
  }
  .about-partners .circle {
    width: 60px;
    height: 60px;
  }
  /*
   |----------------------------------------------------------------
   |  Programs & Services
   |----------------------------------------------------------------
   */
  .program-partners .program-partners-loop {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .location-grid > * {
    -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
            flex-basis: calc(1 / 1 * 100% - 0.1px);
    max-width: calc(1 / 1 * 100% - 0.1px);
  }
  /*
   |----------------------------------------------------------------
   |  Team landing page
   |----------------------------------------------------------------
   */
  .staff-highlights {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .staff-highlights .staff-img-block {
    height: 52vw;
  }
  .page-to-page-nav {
    padding-top: 65px;
  }
  .page-to-page-nav a {
    position: relative;
  }
  .page-to-page-nav .fa {
    position: absolute;
    top: -35px;
    padding: 6px 7px;
    width: 30px;
  }
  .page-to-page-nav .btn-left {
    padding-right: 5px;
  }
  .page-to-page-nav .btn-left .fa {
    left: 0;
  }
  .page-to-page-nav .btn-right {
    padding-left: 5px;
  }
  .page-to-page-nav .btn-right .fa {
    right: 0;
    margin: 0 0 0 5px;
  }
  /*
   |----------------------------------------------------------------
   |  Single Team Bio
   |----------------------------------------------------------------
   */
  .team-bio .ph-ext {
    display: block;
    margin: 15px 0 0 0;
  }
  .bio-row .single-bio {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-left: calc(0 / 12 * 100%);
  }
  .bio-row .profile-img {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-left: calc(0 / 12 * 100%);
  }
  /*
   |----------------------------------------------------------------
   |  Events Single
   |----------------------------------------------------------------
   */
  .tribe-export-options .tribe-events-cal-links .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    min-height: auto;
  }
  .tribe-export-options .tribe-events-cal-links .button:first-of-type {
    margin: 0 0 25px 0;
  }
  .social-share-list li {
    margin-left: 10px;
  }
  .gf_submit {
    display: block;
    margin: 0 auto;
  }
  #gform_8 .gform_fields > * {
    -webkit-flex-basis: calc(1 / 1 * 100% - 0.1px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - 0.1px);
            flex-basis: calc(1 / 1 * 100% - 0.1px);
    max-width: calc(1 / 1 * 100% - 0.1px);
  }
}
/*# sourceMappingURL=main-style.css.map */
