/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./source/styles/theme/theme-styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Import all front-end SASS partials.
 * Compiles to assets/styles/theme-styles
 */
/**
 * Custom Breakpoints
 * 
 * Use: @include breakpoint() {}
 *
 */
/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

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

/**
 * Default WordPress gallery styles.
 */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Default WordPress media styles.
 */
video, object {
  max-width: 100%;
  height: auto;
}

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Default WordPress typography styles.
 */
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

body {
  font-family: "Arial";
  font-size: 18px;
  overflow-x: hidden;
  color: #40434B;
}

a {
  color: #003461;
}

.breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #65666C;
  font-size: 0.875rem;
}
.breadcrumbs a {
  color: #008170;
}
.breadcrumbs a span {
  opacity: 1 !important;
}
.breadcrumbs span span {
  opacity: 0.75;
}

.article-header .topics {
  border-top: 1px solid #b6d9d2;
  border-bottom: 1px solid #b6d9d2;
}
.article-header .topics span {
  color: #003461;
  font-weight: bold;
}
.article-header .topics a {
  color: #008170;
}
.article-header .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b6d9d2;
  border-bottom: 1px solid #b6d9d2;
  padding: 1rem 0;
  margin-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .article-header .post-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-header .post-meta .meta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .article-header .post-meta .meta-block {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.article-header .post-meta .meta-block .meta-block-title {
  color: #008170;
  margin: 0;
  margin-bottom: -0.25rem;
  font-weight: bold;
}
.article-header .post-meta .meta-block p {
  margin: 0;
}

.hide-on-small {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .hide-on-small {
    display: inherit !important;
  }
}

.button,
button,
.gform_wrapper .gform_footer .gform_button.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #008170;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
.button:hover,
button:hover,
.gform_wrapper .gform_footer .gform_button.button:hover {
  background: #004e44;
}
.button.large,
button.large,
.gform_wrapper .gform_footer .gform_button.button.large {
  padding: 1rem;
}
.button.full,
button.full,
.gform_wrapper .gform_footer .gform_button.button.full {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  text-align: center;
}
.footer .top-footer {
  color: #fff;
  background: #175676;
  position: relative;
}
.footer .top-footer .container {
  overflow-x: hidden;
}
@media screen and (min-width: 62em) {
  .footer .top-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: visible;
  }
}
.footer .top-footer .top-footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 2rem;
  overflow: hidden;
}
.footer .top-footer .top-footer-left {
  background: #003461;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 62em) {
  .footer .top-footer .top-footer-left {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
.footer .top-footer .top-footer-left:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  width: 50%;
  height: 100%;
  background: #003461;
  left: 0;
  top: 0;
}
.footer .top-footer .top-footer-left label {
  color: #fff;
  padding-left: 1.25rem;
}
.footer .top-footer .top-footer-left input {
  height: 50px;
  border-radius: 25px;
  text-align: left;
  padding-left: 1rem;
}
.footer .top-footer .top-footer-left .gform_fields {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 1rem;
}
.footer .top-footer .top-footer-left .gform_fields .gform-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 25px !important;
  font-weight: bold !important;
  border: 2px solid #abc1ce !important;
  background: transparent !important;
  height: 50px !important;
  text-transform: uppercase !important;
}
.footer .top-footer .top-footer-left .gform_validation_errors {
  background: #c02b0a !important;
}
.footer .top-footer .top-footer-left .gform_validation_errors h2 {
  font-size: 1rem !important;
  color: #fff !important;
}
.footer .top-footer .top-footer-left h2 {
  margin-top: 0;
}
.footer .top-footer .top-footer-left .gform_validation_error {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top-footer .top-footer-left .gform_validation_error .gform_fields {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top-footer .top-footer-left .validation_message {
  color: #fff !important;
  font-style: italic !important;
}
.footer .top-footer .top-footer-left .gform-loader {
  display: none !important;
}
@media screen and (min-width: 62em) {
  .footer .top-footer .top-footer-right {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .top-footer .top-footer-right .contact {
  margin-top: 1rem;
}
.footer .top-footer .top-footer-right .address p,
.footer .top-footer .top-footer-right .contact p {
  margin: 0;
}
.footer .top-footer .top-footer-right .footer-links {
  margin-top: 2rem;
}
@media screen and (min-width: 62em) {
  .footer .top-footer .top-footer-right .footer-links {
    margin-top: 0;
    text-align: right;
  }
}
.footer .top-footer .top-footer-right .footer-links nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .top-footer .top-footer-right .footer-links nav ul li {
  margin-bottom: 1rem;
}
.footer .top-footer .top-footer-right .footer-links nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .top-footer .top-footer-right .footer-links .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .top-footer .top-footer-right .footer-links .social-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #608ba3;
  padding: 1rem;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.footer .top-footer .top-footer-right .footer-links .social-icons .icon:hover {
  background: #74b6a9;
}
@media screen and (min-width: 48em) {
  .footer .top-footer .top-footer-right .footer-links .social-icons .icon {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.footer .bottom-footer {
  padding: 3rem 2rem;
}
@media screen and (min-width: 48em) {
  .footer .bottom-footer {
    padding: 3rem 10rem;
  }
}
.footer .bottom-footer .footer-text {
  margin-bottom: 2rem;
  font-style: italic;
}

select {
  display: block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/icon-carat.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 40%, 0 0;
  background-size: 0.95rem auto, 100%;
}

.gform_wrapper .gform_footer .gform_button.button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #008170 !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  text-decoration: none !important;
  border-radius: 25px !important;
  font-weight: bold !important;
  border: 0 !important;
  cursor: pointer !important;
}
.gform_wrapper .gform_footer .gform_button.button:hover {
  background: #004e44 !important;
}

.gov-notice {
  background: #D6E6EE;
  padding: 0.25rem 0;
  color: #003461;
}
.gov-notice .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gov-notice .top-bar p {
  margin: 0;
  line-height: 1.2;
}
.gov-notice .top-bar .usa-logo-container img {
  min-width: 18px;
}
.gov-notice .top-bar .notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
}
.gov-notice .top-bar .notice-content button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: #003461;
}
.gov-notice .top-bar .notice-content .usa-header {
  font-size: 0.875rem;
  padding-top: 3px;
}
.gov-notice .top-bar-dropdown {
  display: none;
}
.gov-notice .top-bar-dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gov-notice .top-bar-dropdown .usa-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .gov-notice .top-bar-dropdown .usa-banner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gov-notice .top-bar-dropdown .usa-banner-content p {
  margin: 0;
}
.gov-notice .top-bar-dropdown .usa-banner-content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 48em) {
  .gov-notice .top-bar-dropdown .usa-banner-content .column {
    max-width: 45%;
  }
}
.gov-notice .top-bar-dropdown .usa-banner-content .column img {
  margin-right: 1rem;
  width: 40px;
  height: 40px;
}

/**
 * Main navigation styles.
 * 
 */
body.no-scroll {
  overflow: hidden;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003461;
  color: #fff;
  padding: 1rem 0;
}
.header a {
  color: #fff;
}
.header .mobile-nav-button {
  height: 100%;
}
.header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .inner-header .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner-header .menu-wrapper .button, .header .inner-header .menu-wrapper button {
  margin-left: 0.5rem;
  background: #b6d9d2;
  color: #003461;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  height: 50px;
  line-height: 1;
}
.header .inner-header .menu-wrapper .button svg, .header .inner-header .menu-wrapper button svg {
  margin-left: 0.5rem;
  width: 20px;
}
.header .inner-header .menu-wrapper .button .close-icon, .header .inner-header .menu-wrapper button .close-icon {
  display: none;
}
.header .inner-header .menu-wrapper .header-search {
  display: none;
}
.header .inner-header .menu-wrapper .header-search.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.header .inner-header .menu-wrapper .header-search.mobile form {
  width: 100%;
}
.header .inner-header .menu-wrapper .header-search.mobile form input {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .header .inner-header .menu-wrapper .header-search.mobile {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .header .inner-header .menu-wrapper .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner-header .menu-wrapper .header-search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner-header .menu-wrapper .header-search button {
  position: absolute;
  right: 0;
}
.header .inner-header .menu-wrapper .header-search button svg {
  margin-left: 0;
}
.header .inner-header .menu-wrapper .header-search input {
  height: 50px;
  padding-right: 4rem;
  padding-left: 1rem;
  border-radius: 50px;
  border: 0;
  width: 325px;
}
.header .inner-header .main-navigation-wrapper {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  background: #003461;
  z-index: 9999;
  padding: 4rem 2rem;
}
@media screen and (min-width: 48em) {
  .header .inner-header .main-navigation-wrapper {
    top: 92px;
  }
}
.header .inner-header .main-navigation-wrapper.open {
  display: block;
}
.header .inner-header .main-navigation-wrapper .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 90em;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation li {
  list-style: none;
  font-size: 1.25rem;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation a {
  text-decoration: none;
  padding: 1rem 0;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-transform: none;
    padding: 0.75rem;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children > a:after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -2px;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu {
  display: none;
  padding: 0;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 99;
    background: #003461;
    padding: 2rem 0;
    border-top: 1px solid #D6E6EE;
  }
  .header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu:after {
    content: "";
    position: absolute;
    display: block;
    background: #003461;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-left: calc(50% - 50vw);
    z-index: -1;
  }
  .header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu:before {
    content: "";
    position: absolute;
    display: block;
    background: #003461;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-right: calc(50% - 100vw);
    z-index: -1;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2rem;
  margin: 0;
  border: none;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li {
    position: relative;
    width: 33%;
    padding-left: 1.25rem;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a {
  display: block;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 0rem;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: normal;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a:hover {
  background: #003461;
  color: #fff;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children.open > a {
  color: #D6E6EE;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children.open > a:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 3px;
  border-color: #D6E6EE !important;
}
.header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children.open > .sub-menu {
  display: block;
}
@media screen and (min-width: 75em) {
  .header .inner-header .main-navigation-wrapper .main-navigation .menu-item-has-children.open > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header .inner-header .main-navigation-wrapper .main-navigation button {
  background: transparent;
  border: 0;
}
.header .inner-header .top-navigation {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 75em) {
  .header .inner-header .top-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner-header .top-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  background: #b6d9d2;
  color: #003461;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  height: 50px;
  line-height: 1;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  border: 0;
}
.header .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .site-title .custom-logo-link {
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .site-title span {
  font-size: 1rem;
  margin-left: 1.25rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .header .site-title span {
    display: block;
    max-width: 220px;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    margin-left: 1.125rem;
  }
}
.header .site-title img {
  width: 150px;
}
@media screen and (min-width: 48em) {
  .header .site-title img {
    border-right: 1px solid #b6d9d2;
    padding-right: 1.25rem;
    width: 250px;
  }
}

.meetings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
.meetings-wrapper .meeting-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .meetings-wrapper .meeting-card {
    width: 45%;
  }
}
.meetings-wrapper .meeting-card .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #D6E6EE;
  color: #003461;
  font-weight: bold;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.meetings-wrapper .meeting-card .date .month, .meetings-wrapper .meeting-card .date .year {
  font-size: 0.875rem;
  line-height: 1;
}
.meetings-wrapper .meeting-card .date .day {
  font-size: 2.25rem;
  line-height: 1;
}
.meetings-wrapper .meeting-card .date h3 {
  margin: 0;
}
.meetings-wrapper .meeting-card .meeting-details p {
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.meetings-wrapper .meeting-card .meeting-details .meeting-title {
  color: #175676;
  font-weight: normal;
  font-size: 1.5rem;
}

.page-navigation {
  margin: 2rem auto;
}
.page-navigation .pagination {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.page-navigation .pagination a {
  display: block;
  margin: 0 0.3125rem;
  color: #008170;
  border: 1px solid #B6D9D2;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.25rem;
  text-decoration: none;
  border-radius: 2.5rem;
}
.page-navigation .pagination .current {
  background-color: #B6D9D2;
  display: block;
  margin: 0 0.3125rem;
  border: 1px solid #B6D9D2;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.25rem;
  border-radius: 2.5rem;
}

.publication-archive-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .publication-archive-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.publication-archive-container .publication-archive-filter {
  min-width: 21rem;
  padding: 2rem 0.5rem;
}
.publication-archive-container .publication-archive-filter .publication-archive-filter-form .publication-archive-filter-form-header {
  padding: 0.4rem 0 1.4rem 0;
  border-bottom: 1px solid #608ba3;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.publication-archive-container .publication-archive-filter .publication-archive-filter-form .publication-archive-filter-label {
  display: block;
  padding-bottom: 1.875rem;
  font-style: normal;
  font-weight: bold;
}
.publication-archive-container .publication-archive-filter .publication-archive-filter-form .publication-archive-filter-label .publication-archive-filter-label-hidden {
  display: none;
}
.publication-archive-container .publication-archive-filter .publication-archive-filter-form .publication-archive-filter-input[type=date] {
  width: 47%;
  min-width: 7.75rem;
}
.publication-archive-container .publication-archive-filter .publication-archive-filter-form .publication-archive-filter-input {
  margin-top: 0.625rem;
  width: 100%;
  border: 1px solid #B3BDCB;
  padding: 0.625rem;
  border-radius: 20px;
  color: #B3BDCB;
}
.publication-archive-container .publication-archive-loop {
  padding: 2rem;
}
.publication-archive-container .publication-archive-loop .posts-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* allows items to wrap onto the next line */
  gap: 20px;
}
.publication-archive-container .publication-archive-loop .posts-flex article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  -ms-flex: 1 1 48%;
      flex: 1 1 48%; /* each post takes up nearly half the container width, allowing for two columns */
}
.publication-archive-container .publication-archive-loop .posts-flex article .article-main {
  height: 14rem;
  background: #003461;
  color: #E8F1F5;
  padding: 1rem;
}
.publication-archive-container .publication-archive-loop .posts-flex article .article-main a {
  color: #E8F1F5;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  text-decoration: none;
}
.publication-archive-container .publication-archive-loop .posts-flex article .article-footer {
  background: #D6E6EE;
  color: #175676;
  padding: 1rem;
}
.publication-archive-container .publication-archive-loop .posts-flex article .article-footer p {
  padding: 0;
  margin: 0;
}
.publication-archive-container .publication-archive-loop .publication-archive-loop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #608ba3;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publication-archive-container .publication-archive-loop .publication-archive-loop-header .publication-archive-loop-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publication-archive-container .publication-archive-loop .publication-archive-loop-header .publication-archive-loop-sort p {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}
.publication-archive-container .publication-archive-loop .publication-archive-loop-header .publication-archive-loop-sort .publication-archive-filter-input {
  height: 36px;
  min-width: 180px;
  border-radius: 20px;
  padding: 0 20px;
  -webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  color: #B3BDCB;
  border-color: #B3BDCB;
}

.search-archive-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .search-archive-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-archive-container .search-archive-filter {
  min-width: 21rem;
  padding: 2rem 0.5rem;
  color: #003461;
}
.search-archive-container .search-archive-filter .search-archive-filter-form {
  margin-right: 2rem;
}
.search-archive-container .search-archive-filter .search-archive-filter-form .search-archive-filter-form-header {
  padding: 0.4rem 0 1.4rem 0;
  border-bottom: 1px solid #608ba3;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.search-archive-container .search-archive-filter .search-archive-filter-form .search-archive-filter-label {
  display: block;
  padding-bottom: 1.875rem;
  font-style: normal;
  font-weight: bold;
}
.search-archive-container .search-archive-filter .search-archive-filter-form .search-archive-filter-label .search-archive-filter-label-hidden {
  display: none;
}
.search-archive-container .search-archive-filter .search-archive-filter-form .search-archive-filter-input[type=date] {
  width: 47%;
  min-width: 7.75rem;
}
.search-archive-container .search-archive-filter .search-archive-filter-form .search-archive-filter-input {
  margin-top: 0.625rem;
  width: 100%;
  border: 1px solid #b3bdcb;
  padding: 0.625rem;
  border-radius: 20px;
  color: #b3bdcb;
}

.list-archive-loop {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.list-archive-loop article {
  padding: 2rem 0;
  border-bottom: 1px dotted #608ba3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-archive-loop article .arrow-wrapper {
  min-width: 100px;
  margin-left: 2rem;
}
@media screen and (min-width: 62em) {
  .list-archive-loop article .arrow-wrapper {
    margin-left: 4rem;
  }
}
.list-archive-loop article .arrow-wrapper svg {
  height: 52px;
  width: 45px;
}
.list-archive-loop article .arrow-wrapper svg path {
  fill: #2e9383;
}
.list-archive-loop article .arrow-wrapper svg circle {
  stroke: #2e9383;
}
.list-archive-loop article header a {
  color: #003461;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.list-archive-loop article section {
  padding-top: 1rem;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: normal;
}
.list-archive-loop article section a {
  color: #008170;
  text-decoration: none;
}
.list-archive-loop article .article-footer {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #40434B;
}
.list-archive-loop .search-archive-loop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #608ba3;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.list-archive-loop .search-archive-loop-header .search-archive-loop-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-archive-loop .search-archive-loop-header .search-archive-loop-sort p {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}
.list-archive-loop .search-archive-loop-header .search-archive-loop-sort .search-archive-filter-input {
  height: 36px;
  min-width: 180px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 1rem;
  color: #b3bdcb;
  border-color: #b3bdcb;
}
.list-archive-loop .search-archive-loop-header-title {
  color: #003461;
}

@media screen and (min-width: 48em) {
  .sidebar {
    margin-top: 4rem;
    margin-left: 4rem;
    min-width: 25%;
    width: 25%;
  }
}
.sidebar.publications .button {
  margin-bottom: 0.5rem;
}
.sidebar .widget {
  margin-bottom: 4rem;
}
.sidebar .widget.widget_nav_menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.sidebar .widget.widget_nav_menu ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(64, 67, 75, 0.2);
  padding-bottom: 1rem;
}
.sidebar .widgettitle {
  font-size: 1.5rem;
  font-weight: normal;
  color: #40434B;
}

.container {
  max-width: 90em;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.container .container {
  padding: 0;
}
.container .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
@media screen and (min-width: 48em) {
  .container .inner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.container .main {
  width: 100%;
}

.page-banner {
  padding: 3rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #003461;
}
.page-banner h1 {
  margin: 0;
  color: #fff;
}

p {
  line-height: 1.75;
}

h1 {
  color: #003461;
  margin-top: 3rem;
}

h2, .h2 {
  font-size: 2rem !important;
  font-weight: bold !important;
}

article h2 {
  font-size: 1.5rem !important;
}

ul li, ol li {
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.entry-title {
  color: #175676;
  font-size: 2.5rem;
  font-weight: normal;
}

.intro-text {
  font-size: 1.5rem;
}

.column-sidebar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .column-sidebar .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .column-sidebar .content-wrapper .main-column {
    width: 75%;
    margin-right: 4rem;
  }
}
.column-sidebar .content-wrapper .button {
  display: block;
}

.accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.accordion .accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.accordion .accordion-wrapper .accordion-title {
  padding: 0.5rem;
  border: 1px solid #175676;
  color: #175676;
  border-radius: 50px;
}
.accordion .accordion-wrapper .accordion-title h3 {
  font-size: 1.25rem;
  padding-right: 4rem;
}
.accordion .accordion-wrapper .accordion-title:hover {
  background: #175676;
  color: #fff;
}
.accordion .accordion-wrapper .accordion-title:hover .accordion-button:before {
  border-right: 2px solid #fff; /* Adjust color and size as necessary */
  border-bottom: 2px solid #fff; /* Adjust color and size as necessary */
}
.accordion .accordion-wrapper .accordion-title .accordion-button {
  white-space: initial;
}
.accordion .accordion-wrapper .accordion-content {
  display: none;
  padding: 1rem 1.5rem;
}
.accordion .accordion-wrapper .accordion-button {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background: none;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  border: 0px;
  margin: 0;
}
.accordion .accordion-wrapper .accordion-button:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 43%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #175676;
  border-bottom: 2px solid #175676;
  width: 15px;
  height: 15px;
}
.accordion .accordion-wrapper.open-accordion .accordion-title {
  background: #175676;
  color: #fff;
}
.accordion .accordion-wrapper.open-accordion .accordion-content {
  display: block;
  border-top: 0px;
}
.accordion .accordion-wrapper.open-accordion .accordion-button:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 60%;
}

.call-to-action {
  text-align: center;
  padding: 5rem 2rem;
}
.call-to-action.primary {
  background: #003461;
  color: #fff;
}
.call-to-action.primary .button {
  background: #008170;
}
.call-to-action.primary h2 {
  color: #fff;
}
.call-to-action.light {
  color: #000;
  background: #b6d9d2;
}
.call-to-action.light .button {
  background: #2e9383 !important;
  color: #fff;
}
.call-to-action.light .button:hover {
  background: #226c60 !important;
}
.call-to-action h2 {
  font-size: 2.75rem !important;
  margin: 0 0 1rem 0 !important;
}
.call-to-action .subheading {
  font-size: 1.25rem;
}
.call-to-action p {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .call-to-action p {
    max-width: 75%;
    margin: 0 auto;
  }
}
.call-to-action .button {
  display: inline-block;
  margin-top: 1rem;
  text-transform: uppercase;
  background: #b6d9d2 !important;
  color: #003461;
  font-size: 1rem;
  padding: 1rem 2.5rem;
}
.call-to-action .button:hover {
  background: #94c8bd !important;
}
.call-to-action .gform-body {
  margin-top: 2rem;
}
.call-to-action .gform-body .gfield {
  text-align: left;
}
.call-to-action .gform-body label {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 1rem !important;
}
.call-to-action .gform-body input {
  text-align: left;
  height: 45px !important;
  border: 0;
}
.call-to-action .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-posts {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #F4F4F4;
}
.featured-posts .section-title {
  color: #608ba3;
}
@media screen and (min-width: 48em) {
  .featured-posts .post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.featured-posts .post-wrapper .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 2rem;
}
.featured-posts .post-wrapper .post-card .content-wrapper {
  background: #003461;
  color: #E8F1F5;
  padding: 1.5rem;
  height: 100%;
}
.featured-posts .post-wrapper .post-card .topics {
  background: #D6E6EE;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 48em) {
  .featured-posts .post-wrapper .post-card {
    width: 32%;
  }
}
.featured-posts .post-wrapper .post-card h3 {
  color: #E8F1F5 !important;
  font-weight: normal !important;
}
.featured-posts .post-wrapper .post-card .featured-image {
  max-height: 260px;
  height: 260px;
}
.featured-posts .post-wrapper .post-card .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.featured-posts .post-wrapper .post-card h3 {
  color: #003461;
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.featured-posts .post-wrapper .post-card .byline {
  margin: 0;
  text-transform: uppercase;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.hero-slider .hero-slide {
  background: #003461;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-slider .hero-slide .slide-image {
  height: 300px;
}
@media screen and (min-width: 48em) {
  .hero-slider .hero-slide .slide-image {
    height: 650px;
  }
}
.hero-slider .hero-slide .slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-slide .content-box {
  position: relative;
  color: #fff;
  background: rgba(0, 52, 97, 0.85);
  padding: 2rem 0;
}
@media screen and (min-width: 48em) {
  .hero-slider .hero-slide .content-box {
    width: 600px;
    position: absolute;
    bottom: 6rem;
    padding: 2rem;
  }
}
.hero-slider .hero-slide .content-box .sub-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.hero-slider .hero-slide .content-box h2 {
  margin: 0;
}
.hero-slider .hero-slide .content-box a {
  color: #fff;
  text-decoration: none;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-arrows {
  position: absolute;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ADD0DF;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-arrows .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  background: none;
  border-radius: 0;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-arrows .arrow.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.hero-slider .hero-slide .content-box .slide-controls .slide-arrows .arrow.swiper-button-disabled svg {
  opacity: 0.25 !important;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-pagination .dot {
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50% !important;
  display: inline-block;
  position: relative;
  border: 2px solid #ADD0DF;
  padding: 0;
  background: transparent;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-pagination .dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  top: 0;
  left: 0;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-pagination .dot[aria-label] {
  text-indent: -9999px;
}
.hero-slider .hero-slide .content-box .slide-controls .slide-pagination .dot.active {
  background-color: #ADD0DF;
}
.hero-slider .hero-slide .content-box .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
}
.hero-slider .hero-slide .content-box .read-more svg {
  margin-left: 0.5rem;
}

.slider-cta {
  background: rgba(182, 217, 210, 0.5);
  padding: 2rem 0;
  text-align: center;
}
.slider-cta h2 {
  font-size: 2.5rem !important;
  color: #003461;
  font-style: italic;
  font-weight: normal !important;
  margin: 0;
  padding: 1rem;
}
.slider-cta .cta-read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008170;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
}
.slider-cta .cta-read-more svg {
  margin-left: 0.5rem;
  width: 20px;
}
.slider-cta .cta-read-more svg path {
  fill: #008170;
}
.slider-cta .cta-read-more svg circle {
  stroke: #008170;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .hero {
    height: 500px;
  }
}
.hero img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 48em) {
  .hero img {
    height: 100%;
  }
}
.hero .hero-content {
  position: relative;
  padding-bottom: 2rem;
  z-index: 99;
  background: #003461;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero .hero-content {
    position: absolute;
    bottom: 0.5rem;
    background: none;
    width: 100%;
  }
}
.hero .hero-content h1 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .hero .hero-content h1 {
    font-size: 3.75rem;
  }
}

.highlight-block {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: rgba(182, 217, 210, 0.5);
}
.highlight-block h2 {
  color: #008170;
}
@media screen and (min-width: 48em) {
  .highlight-block .highlight-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.highlight-block .highlight-wrapper .highlight {
  display: block;
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .highlight-block .highlight-wrapper .highlight {
    min-width: 45%;
    margin-right: 2%;
  }
  .highlight-block .highlight-wrapper .highlight:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62em) {
  .highlight-block .highlight-wrapper .highlight {
    min-width: 23%;
    margin-right: 2%;
  }
  .highlight-block .highlight-wrapper .highlight:last-child {
    margin-right: 0;
  }
}
.highlight-block .highlight-wrapper .highlight h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.highlight-block .highlight-wrapper .highlight p {
  color: #40434B;
}
.highlight-block .highlight-wrapper .highlight .button {
  display: inline-block;
}

.quote {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.quote .large-text {
  font-size: 2.5rem;
  line-height: 1.25;
  font-style: italic;
  color: #608ba3;
}
@media screen and (min-width: 48em) {
  .quote .large-text {
    max-width: 75%;
    margin: 0 auto;
  }
}
.quote img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: 2rem;
}
.quote .name {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
  color: #003461;
  line-height: 1;
}
.quote .position {
  margin: 0;
  color: #003461;
}

.side-by-side {
  margin: 2rem 0;
}
.side-by-side .side-by-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 48em) {
  .side-by-side .side-by-side-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.side-by-side .image,
.side-by-side .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .side-by-side .image,
  .side-by-side .content {
    max-width: 50%;
  }
}
.side-by-side .image {
  position: relative;
  min-height: 300px;
}
.side-by-side .image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.side-by-side .content {
  padding: 2rem;
}
.side-by-side .content.light-blue {
  background: #D6E6EE;
}
.side-by-side .content h3 {
  color: #003461;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 48em) {
  .side-by-side.text-image .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tabs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tabs [role=tab] {
  color: #2e9383;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 1rem;
  border-bottom: 2px solid #2e9383;
}
.tabs [role=tab][aria-selected=true] {
  color: #003461;
  font-weight: bold;
  border-bottom: none;
}
.tabs [role=tabpanel] {
  border-top: 1px solid #2e9383;
  margin-top: 1rem;
}
.tabs [role=tabpanel].is-hidden {
  display: none;
}

@media screen and (min-width: 48em) {
  .wysiwyg.wysiwyg-three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .wysiwyg.wysiwyg-three-columns .column {
    width: 31%;
  }
}

@media screen and (min-width: 48em) {
  .wysiwyg.wysiwyg-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .wysiwyg.wysiwyg-two-columns .column {
    width: 48%;
  }
}

.wysiwyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*# sourceMappingURL=theme-styles.css.map*/