/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a, a svg {
  transition: all 0.1s ease-in-out; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
  a:hover {
    opacity: .7; }

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 10px; }

select {
  line-height: 48px;
  height: 48px; }

textarea {
  width: 100%; }

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1; }

::-ms-input-placeholder {
  color: #BDBDBD; }

::-webkit-input-placeholder {
  color: #BDBDBD; }

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 4px; }
    .search-form .search-submit svg {
      fill: #92DBEB;
      width: 24px;
      height: 24px; }

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

a {
  color: #92DBEB;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

code {
  padding: 2px 4px;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

cite {
  font-style: normal; }

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

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0; }
  p.large, p.has-large-font-size {
    font-size: 18px; }
    @media (min-width: 992px) {
      p.large, p.has-large-font-size {
        font-size: 20px; } }
  p.has-regular-font-size {
    font-size: 16px; }
  p.small, p.has-small-font-size {
    font-size: 12px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #000; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #92DBEB;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .is-style-full .wp-block-button__link, .wp-block-button__link.full {
    display: block;
    width: 100%; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #92DBEB; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #3cbfdb; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #92DBEB; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #3cbfdb; }
  .wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
    color: #58AD69; }
  .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
    background-color: #346b3f; }
  .wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
    color: #FFBC49; }
  .wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
    background-color: #e28f00; }
  .wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
    color: #E2574C; }
  .wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
    background-color: #ac261c; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #92DBEB;
    font-size: 24px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #92DBEB;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc( 2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #92DBEB;
    border-bottom: 8px solid #92DBEB;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative; }
  .wp-block-separator::before,
  hr::before {
    background: #E0E0E0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -.5px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%; }
  .wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid; }

/* Media And Text
--------------------------------------------- */
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr;
    grid-template-areas: "media-text-media" "media-text-content" !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      margin-bottom: 32px; } }

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #92DBEB; }

.has-blue-background-color {
  background-color: #92DBEB; }

.has-green-color {
  color: #58AD69; }

.has-green-background-color {
  background-color: #58AD69; }

.has-orange-color {
  color: #FFBC49; }

.has-orange-background-color {
  background-color: #FFBC49; }

.has-red-color {
  color: #E2574C; }

.has-red-background-color {
  background-color: #E2574C; }

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0; }
  @media (min-width: 768px) {
    div.wpforms-container .wpforms-title {
      font-size: 32px; } }

div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0; }

div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px; }

div.wpforms-container .wpforms-field-label {
  font-size: 16px; }

div.wpforms-container .wpforms-recaptcha-container {
  padding: 0; }
  @media (min-width: 768px) {
    div.wpforms-container .wpforms-recaptcha-container {
      margin-bottom: -78px; } }

div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right; }

div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left; }
    div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
      display: table-cell;
      padding-right: 16px;
      margin: 0; }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0; } }

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box; }

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1432px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.site-inner {
  padding: 0px 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 0px 0; } }
  .site-inner > .wrap {
    max-width: 952px; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none; } }

@media (min-width: 992px) {
  .sidebar-content .site-main,
  .content-sidebar .site-main {
    float: left;
    width: 65.75342%; }
  .sidebar-content .sidebar-primary,
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.68151%; }
  .sidebar-content .site-main {
    float: right; }
  .sidebar-content .sidebar-primary {
    float: left; } }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  background: #92DBEB;
  color: #fff;
  border-bottom: 15px solid #075867; padding-top: 85px; }
  .site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .site-header .wrap {
        flex-wrap: wrap; } }

@media (max-width: 992px) {
  .title-area {
    max-width: 50%; } }

.title-area h1.site-title,
.title-area p.site-title {
  margin: 0; }

.title-area .site-title a {
  display: block;
  text-indent: -9999em; }

/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px; } }

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important; } }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav-menu .menu-item {
  float: left;
  list-style: none;
  position: relative; }
  .nav-menu .menu-item:last-child a {
    border-right: none; }
  .nav-menu .menu-item a {
    border: none;
    border-right: 2px solid #075867;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    max-width: 220px; }
  .nav-menu .menu-item:hover > a {
    opacity: .7; }

/* Primary
--------------------------------------------- */
.nav-mobile {
  margin-left: auto; }

.nav-primary {
  flex: 100%; }
  @media (max-width: 992px) {
    .nav-primary {
      display: none;
      border-top: 15px solid #075867; }
      .nav-primary ul {
        flex-direction: column; }
      .nav-primary.active {
        background: #92DBEB;
        margin: 0 -16px;
        padding: 8px 16px;
        display: block; }
        .nav-primary.active .menu-item.search,
        .nav-primary.active .sub-menu {
          display: none; }
        .nav-primary.active .menu-item {
          float: none;
          width: 100%; }
          .nav-primary.active .menu-item > a {
            padding: 20px 0;
            width: 100%;
            padding: 10px 0;
            border: none;
            max-width: 100%; }
          .nav-primary.active .menu-item.menu-item-has-children {
            position: relative; }
            .nav-primary.active .menu-item.menu-item-has-children > a {
              padding-right: 32px; }
        .nav-primary.active .submenu-expand {
          position: absolute;
          right: 0;
          top: 0;
          width: 32px;
          height: 56px;
          text-align: center;
          line-height: 0;
          cursor: pointer;
          outline: none; }
          .nav-primary.active .submenu-expand.expanded {
            transform: rotate(180deg); }
            .nav-primary.active .submenu-expand.expanded + .sub-menu {
              display: block; }
          .nav-primary.active .submenu-expand svg {
            width: 16px;
            height: 16px;
            margin-top: calc( ( 56px - 16px ) / 2); }
          .nav-primary.active .submenu-expand:hover svg,
          .nav-primary.active .submenu-expand.expanded svg {
            fill: #92DBEB; } }
  @media (min-width: 993px) {
    .nav-primary {
      float: right;
      width: auto; }
      .nav-primary .menu-item > a {
        font-size: 16px;
        padding: 0px; }
      .nav-primary .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1; }
      .nav-primary .menu-item.menu-item-has-children > a {
        padding-right: 26px; }
      .nav-primary .menu > .menu-item:first-child {
        padding-left: 0; }
      .nav-primary .menu > .menu-item:last-child a {
        padding-right: 0; }
      .nav-primary .menu > .menu-item > a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px; }
      .nav-primary .submenu-expand {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -5px;
        line-height: 0; }
        .nav-primary .submenu-expand svg {
          width: 10px;
          height: 10px; }
      .nav-primary .sub-menu {
        background: #FAFAFA;
        left: -9999px;
        opacity: 0;
        padding: 7px;
        position: absolute;
        width: 180px;
        z-index: 99; }
        .nav-primary .sub-menu .menu-item {
          float: none; }
        .nav-primary .sub-menu .sub-menu {
          margin: -40px 0 0 170px; } }

/* Mobile
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto; }
  @media (min-width: 993px) {
    .nav-mobile {
      display: none; } }

.mobile-menu-toggle {
  border: none;
  display: block;
  padding: 12px;
  width: 100%; }
  .mobile-menu-toggle:focus, .mobile-menu-toggle.active {
    background: #92DBEB;
    color: #fff;
    outline: none; }
    .mobile-menu-toggle:focus svg, .mobile-menu-toggle.active svg {
      fill: #fff; }
  .mobile-menu-toggle svg {
    vertical-align: middle; }
  .mobile-menu-toggle .menu-close {
    display: none; }
  .mobile-menu-toggle.active .menu-close {
    display: inline; }
  .mobile-menu-toggle.active .menu-open {
    display: none; }

/* Archive
---------------------------------------------------------------------------------------------------- */
/* Entry Navigation
--------------------------------------------- */
.posts-navigation {
  border-top: 1px solid #EEEEEE;
  overflow: hidden;
  padding-top: 24px;
  text-align: center;
  width: 100%; }
  .posts-navigation .page-numbers {
    color: #000;
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    text-decoration: none; }
    .posts-navigation .page-numbers:not(.dots):hover, .posts-navigation .page-numbers.current, .posts-navigation .page-numbers.active {
      background: #92DBEB;
      color: #fff; }

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Clinic page
--------------------------------------------- */
.clinic-container {
    font-style: normal;
}

.home .get-help-table,
.page-template-page-clinics .get-help-table {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 10%;
}
@media screen and (min-width: 668px) {
  .home .get-help-table,
  .page-template-page-clinics .get-help-table {
    display: grid;
  }
}
.home .get-help-table,
.page-template-page-clinics .get-help-table {
	font-size: 18px;
}
.home .get-help-table .clinic-title,
.page-template-page-clinics .get-help-table h3.clinic-title {
	font-weight: 600;
	font-size: 1rem!important;
	margin: 0 0 8px 0!important;
}
.home .get-help-table > address,
.page-template-page-clinics .get-help-table > address {
  margin-bottom: 25px;
  word-break: break-word;
}
.home .wrap,
.page-template-page-clinics .wrap {
	margin: 0 auto;
}
.page:not(.home) h1.entry-title {
  font-size: 40px;
  color: #075867; }

.page:not(.home) .entry-content {
  color: #075867; }
  .page:not(.home) .entry-content h1, .page:not(.home) .entry-content h2, .page:not(.home) .entry-content h3, .page:not(.home) .entry-content h4, .page:not(.home) .entry-content h5, .page:not(.home) .entry-content h6 {
    color: #075867;
    font-family: "Montserrat", sans-serif; }
  .page:not(.home) .entry-content p {
    color: #075867; }
  .page:not(.home) .entry-content a {
    text-decoration: underline; }
  .page:not(.home) .entry-content h2 {
    font-size: 32px;
    margin: 20px 0; }
  .page:not(.home) .entry-content h3 {
    font-size: 28px;
    margin: 20px 0; }

.page:not(.home) .site-inner {
  margin-top: 60px;
  padding-bottom: 80px; }

.page:not(.home) .get-help-section {
  background: #fff; }
  .page:not(.home) .get-help-section .wrap {
    color: #075867;
    padding-top: 0px;
    padding-bottom: 75px; }
    .page:not(.home) .get-help-section .wrap h3 {
      margin-top: 0;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      font-weight: 600; }
    .page:not(.home) .get-help-section .wrap h4 {
      font-weight: 600;
      font-size: 30px;
      text-transform: uppercase;
      color: #075867;
      margin-bottom: 30px; }
    .page:not(.home) .get-help-section .wrap a {
      color: #92DBEB;
      text-decoration: underline; }
    .page:not(.home) .get-help-section .wrap .left-col {
      padding-right: 30px; }
    .page:not(.home) .get-help-section .wrap .right-col {
      padding-left: 30px; }
      .page:not(.home) .get-help-section .wrap .right-col .right-col-contain {
        margin-bottom: 75px; }
    .page:not(.home) .get-help-section .wrap .get-help-table {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .page:not(.home) .get-help-section .wrap .get-help-table {
          flex-direction: column; } }
      .page:not(.home) .get-help-section .wrap .get-help-table .clinic-container {
        margin-bottom: 40px; }
        .page:not(.home) .get-help-section .wrap .get-help-table .clinic-container .clinic-title {
          font-weight: 600; }
        .page:not(.home) .get-help-section .wrap .get-help-table .clinic-container .clinic-desc {
          margin: 5px 0; }
      @media (max-width: 767px) {
        .page:not(.home) .get-help-section .wrap .get-help-table .right-col {
          padding-left: 0; } }

/* Home
--------------------------------------------- */
.blue-bg {
  background: #92DBEB; }

.image-section {
  background-size: cover !important;
  min-height: 80vh;
  background-position: center center !important; }

.home .map-section .below-map-text {
  margin: 60px auto;
  text-align: center;
  max-width: 40em;
  padding-bottom: 2em; }
  .home .map-section .below-map-text a.cta {
    color: #075867;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600; }

.home .wpsl-search {
  background: none;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home .wpsl-search .wpsl-input label, .home .wpsl-search #wpsl-radius label {
    width: auto; line-height: 1.2; }

    @media (max-width: 825px) {
      #wpsl-search-wrap .wpsl-input label {
        margin-bottom: 8px;
      }
      .home .wpsl-search .wpsl-input label, .home .wpsl-search #wpsl-radius label {
        margin-bottom: 8px; }
    }



.home #wpsl-result-list {
  display: none; }

.home #wpsl-gmap {
  width: 100%; }

.home .entry-content {
  font-size: 18px; }
  .home .entry-content a {
    text-decoration: underline; }

.home .hero-section .wrap {
  min-height: 80vh;
  position: relative; }

.home .hero-section .credit_text {
  position: absolute;
  bottom: 20px;
  color: #fff; }

.home .hero-section .scroll_arrow {
  max-width: 60px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 0px; }

.home .below-hero-section .wrap {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 991px) {
    .home .below-hero-section .wrap {
      flex-direction: column; }
      .home .below-hero-section .wrap .below-hero-left {
        margin-bottom: 40px; }
      .home .below-hero-section .wrap .below-hero-right {
        padding-left: 0; } }
  .home .below-hero-section .wrap .below-hero-left {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    flex: 25%;
    padding-right: 30px; }
  .home .below-hero-section .wrap .below-hero-right {
    flex: 75%;
    padding-left: 30px;
    color: #075867; }
    @media (max-width: 991px) {
      .home .below-hero-section .wrap .below-hero-right {
        padding-left: 0; } }
    .home .below-hero-section .wrap .below-hero-right a {
      text-decoration: underline; }

.home .get-help-section .wrap {
  color: #075867;
  padding-top: 75px;
  padding-bottom: 75px; }
  .home .get-help-section .wrap h3 {
    margin-top: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600; }
  .home .get-help-section .wrap h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #075867;
    margin-bottom: 30px; }
  .home .get-help-section .wrap a {
    text-decoration: underline; }
  .home .get-help-section .wrap .left-col {
    padding-right: 30px; }
  .home .get-help-section .wrap .right-col {
    padding-left: 30px; }
    .home .get-help-section .wrap .right-col .right-col-contain {
      margin-bottom: 75px; }
  .home .get-help-section .wrap .get-help-table {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .home .get-help-section .wrap .get-help-table {
        flex-direction: column; } }
    .home .get-help-section .wrap .get-help-table .clinic-container {
      margin-bottom: 40px; }
      .home .get-help-section .wrap .get-help-table .clinic-container .clinic-title {
        font-weight: 600; }
      .home .get-help-section .wrap .get-help-table .clinic-container .clinic-desc {
        margin: 5px 0; }
    @media (max-width: 767px) {
      .home .get-help-section .wrap .get-help-table .right-col {
        padding-left: 0; } }

.home .below-hero-section.faq .below-hero-right .faq-contain {
  margin-bottom: 40px; }
  .home .below-hero-section.faq .below-hero-right .faq-contain:first-child .answer {
    display: block; }
  .home .below-hero-section.faq .below-hero-right .faq-contain .question {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.1;
    margin-bottom: 20px; }
    .home .below-hero-section.faq .below-hero-right .faq-contain .question i {
      font-size: 20px;
      margin-right: 10px; }
  .home .below-hero-section.faq .below-hero-right .faq-contain .answer {
    display: none; }

.home .reporting .wrap .below-hero-right a {
  color: #075867;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.home #gform_1 .ginput_complex label {
  display: none; }

.home #gform_1 .gform_footer {
  text-align: right; }
  .home #gform_1 .gform_footer input[type="submit"] {
    background: #075867;
    color: #92DBEB;
    border-radius: 0;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 100px; }

body #wpsl-search-btn {
  background: #075867;
  color: #92DBEB;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase !important;
  padding: 10px 50px;
  margin-left: 20px; }
  @media (max-width: 991px) {
    body #wpsl-search-btn {
      margin-top: 20px !important; } }

#wpsl-search-wrap form {
  display: flex;
  color: #075867; }
  @media (max-width: 991px) {
    #wpsl-search-wrap form {
      flex-direction: column; } }

#wpsl-search-wrap div,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-radius {
  display: flex !important;
  align-items: center;
  margin-bottom: 0; }

body .wpsl-dropdown {
  width: 120px; }

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem; }
  .entry-content ul li, .entry-content ol li {
    padding-bottom: .5rem; }
    .entry-content ul li:last-child, .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
      padding-top: .5rem; }
  .entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
    padding-left: 0; }
    .entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
      padding-bottom: 0; }

.entry-content > * {
  margin: 0;
  max-width: 100%; }
  .entry-content > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child {
    margin-bottom: 0; }
  .full-width-content .entry-content > *.alignwide {
    margin: calc( 2 * 20px) -16px;
    max-width: calc( 100% + 32px); }
    @media (min-width: 992px) {
      .full-width-content .entry-content > *.alignwide {
        margin: calc( 2 * 20px) calc(25% - 25vw);
        max-width: 100vw;
        width: auto; } }
  .full-width-content .entry-content > *.alignfull {
    margin: calc( 2 * 20px) -16px;
    max-width: calc( 100% + 32px); }
    @media (min-width: 992px) {
      .full-width-content .entry-content > *.alignfull {
        margin: calc( 2 * 20px) calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw; } }
  .entry-content > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 20px 20px 0; }
  .entry-content > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 20px 20px; }
  .entry-content > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .entry-content > *.aligncenter {
        margin-left: 0;
        margin-right: 0; } }

/* Single Post
--------------------------------------------- */
.page .entry-header, .single .entry-header {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .page .entry-header, .single .entry-header {
      margin-bottom: 16px; } }
  .page .entry-header *:last-child, .single .entry-header *:last-child {
    margin-bottom: 0; }

/* Donate page
--------------------------------------------- */
.donate-section {
  padding: 3rem 0;
  text-align: center;
}

.donate-section--button {
  background: #075867;
  color: #92DBEB;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 50px;
  text-decoration: none!important;
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px; }
  .entry-comments .comment-list li {
    list-style-type: none;
    border: 1px solid #EEEEEE; }
    .entry-comments .comment-list li article {
      padding: 16px; }
    .entry-comments .comment-list li.staff {
      border-color: #92DBEB;
      border-left-width: 4px; }
  .entry-comments .comment-list > li {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px; }
  .entry-comments .comment-list .comment-author {
    color: #616161;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0; }
    .entry-comments .comment-list .comment-author a {
      color: #616161;
      text-decoration: none; }
      .entry-comments .comment-list .comment-author a:hover {
        color: #92DBEB; }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 12px;
    margin-bottom: 12px;
    color: #9E9E9E; }
    .entry-comments .comment-list .comment-meta a {
      color: #9E9E9E;
      text-decoration: none; }
      .entry-comments .comment-list .comment-meta a:hover {
        color: #92DBEB; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .reply {
    font-weight: 700;
    margin-top: 12px; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children li {
      border-top: 1px solid #E0E0E0; }

.entry-comments .comment-respond label {
  display: block;
  margin-right: 12px;
  font-weight: 700; }
  .entry-comments .comment-respond label[for="subscribe"], .entry-comments .comment-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block; }

@media (min-width: 768px) {
  .entry-comments .comment-respond .comment-form-author,
  .entry-comments .comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px); }
  .entry-comments .comment-respond .comment-form-email {
    margin-left: 32px; }
  .entry-comments .comment-respond input[type="submit"] {
    width: auto; } }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #075867;
  color: #92DBEB;
  text-align: center;
  padding: 60px 0; }
  .site-footer .wrap {
    display: flex;
    justify-content: space-between; }
    .site-footer .wrap > div {
      flex-basis: 50%; }
      .site-footer .wrap > div:first-child p {
        max-width: 415px;
        text-align: left; }
      .site-footer .wrap > div a {
        text-decoration: underline; }
        .site-footer .wrap > div a:hover {
          opacity: .7; }
    .site-footer .wrap .footer-right {
      text-align: right; }

.site-footer p {
  margin-bottom: 0; }

/* Custom
---------------------------------------------------------------------------------------------------- */

  @media (max-width: 570px) {
    #wpsl-search-btn,
    #wpsl-search-wrap div {
      margin-right: 0;
      flex-direction: column;
    }
    #wpsl-radius, #wpsl-results {
        width: 100%;
        text-align: center;
    }
  }
  
  
section.escape-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.escape-bar img {
    width: 100%;
    position: fixed;
    z-index: 10;
}
section.escape-bar img:hover {
    cursor: pointer;
}
section.escape-bar p {
    margin: 0;
    font-size: .875rem;
    max-width: 800px;
    padding: 155px 16px 16px;
}
@media screen and (min-width: 668px) {
 section.escape-bar {
    flex-direction: row;
    gap: 2rem;
    padding: 0 16px;
    position: fixed;
    z-index: 1;
    background: white;
    width: 100%;
    height: 69px;
 }  
 section.escape-bar img {
    max-width: 200px;
    position: relative;
 }
 section.escape-bar p {
     padding: 0;
 }
}
