/*!
Theme Name: Stream Team
Theme URI: http://underscores.me/
Author: JayRay
Author URI: http://www.jayray.com
Description: Custom WordPress theme for the Stream Team Website
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stream-team
Tags: custom-menu, featured-images, threaded-comments, translation-ready, acf, bootstrap, modular

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Stream Team is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #15396c;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #15396c;
}

p {
  margin-bottom: 1.5em;
}

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: 18.75px;
  font-size: 1.171875rem;
  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: 18.75px;
  font-size: 1.171875rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 1em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.threecol-list {
  list-style: none;
  columns: 3;
  text-align: center;
}
@media (max-width: 767.98px) {
  ul.threecol-list {
    columns: 1;
  }
}
ul.threecol-list li {
  margin-bottom: 1em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0 0 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

p + ul {
  margin-top: -1em;
}

.module-intro_headline + .module-custom_content {
  margin-top: -4em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.btn-primary,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: #15396c;
  border-radius: 6px;
  background: #15396c;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 10px 28px;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.button:visited, .button:link,
.btn-primary:visited,
.btn-primary:link,
button:visited,
button:link,
input[type=button]:visited,
input[type=button]:link,
input[type=reset]:visited,
input[type=reset]:link,
input[type=submit]:visited,
input[type=submit]:link {
  color: white;
}
.entry-content .button,
.entry-content .btn-primary,
.entry-content button,
.entry-content input[type=button],
.entry-content input[type=reset],
.entry-content input[type=submit] {
  text-decoration: none;
  text-align: center;
}
.button:hover, .button:focus,
.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: #234b85;
  color: white;
  background-color: #234b85;
  text-decoration: none;
}
.button:active, .button:focus,
.btn-primary:active,
.btn-primary:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #234b85;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #dbdee7;
  border-radius: 10px;
  padding: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}

select {
  border: 1px solid #dbdee7;
}

textarea {
  width: 100%;
}

form.sign-up-form {
  width: 100%;
}
form.sign-up-form input[type=text] {
  width: 100%;
}
form.sign-up-form input[type=submit] {
  float: right;
  margin-top: 1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #15396c;
  font-style: normal;
  text-decoration: underline;
}
a:visited {
  color: #15396c;
}
a:hover, a:focus, a:active {
  color: #2a7f8e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:hover img {
  opacity: 0.9;
}

/*--------------------------------------------------------------
## Top
--------------------------------------------------------------*/
.top {
  background-color: #5d6e96;
  color: white;
  padding: 0.35em 0;
  font-family: "Nunito Sans", sans-serif;
}
.top .row {
  flex-wrap: wrap;
  row-gap: 0.4em;
}
.top .row > div {
  margin: 0 8px;
}
.top .top-menu-nav ul {
  margin: 0;
}
.top .top-menu-nav ul a {
  padding: 0 0.6em;
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.top .top-menu-nav ul a:hover, .top .top-menu-nav ul a:focus {
  color: white;
  text-decoration: underline;
}
.top .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top .social li {
  margin: 0 0.35em;
  font-size: 20px;
  font-size: 1.25rem;
}
.top .social a {
  color: white;
}
.top .social a:hover {
  color: white;
  opacity: 0.8;
}
.top form label {
  margin-bottom: 0;
  position: relative;
  display: block;
}
.top form label input {
  z-index: 1;
  border: 0;
  border-radius: 3px;
  padding: 3px 28px 3px 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 220px;
}
@media (max-width: 767.98px) {
  .top form label input {
    width: 150px;
  }
}
.top form label input::placeholder {
  text-transform: none;
}
.top form label::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #15396c;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
.top form input[type=submit] {
  display: none;
}

/*--------------------------------------------------------------
## GTranslate switcher in the top bar
--------------------------------------------------------------*/
.top .top-translate {
  margin: 0 8px;
}
@media (max-width: 767.98px) {
  .top .top-translate {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.top .top-translate .gtranslate_wrapper {
  display: inline-block;
}
.top .top-translate .gt_switcher_wrapper,
.top .top-translate .gt_switcher {
  position: static !important;
  font-family: "Nunito Sans", sans-serif !important;
  width: auto !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4 !important;
}
.top .top-translate .gt_switcher .gt_selected {
  background: transparent !important;
}
.top .top-translate .gt_switcher .gt_selected a {
  border: 0 !important;
  color: white !important;
  font-weight: 600;
  padding: 0 22px 0 0 !important;
  width: auto !important;
  font-size: inherit !important;
}
.top .top-translate .gt_switcher .gt_selected a:after {
  right: 0 !important;
  height: 18px !important;
}
.top .top-translate .gt_switcher .gt_option {
  width: 200px !important;
  border: 0 !important;
  border-radius: 0 0 4px 4px;
  background: white !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.top .top-translate .gt_switcher .gt_option a {
  color: #15396c !important;
  font-size: inherit !important;
}
.top .top-translate .gt_switcher .gt_option a:hover, .top .top-translate .gt_switcher .gt_option a.selected {
  background: #dbdee7 !important;
}

.top .top-translate select.gt_selector,
.top .top-translate select {
  background: transparent;
  color: white;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 18px 0 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}
.top .top-translate select.gt_selector option,
.top .top-translate select option {
  color: #15396c;
  background: white;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Interior page header (image + teal title band)
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: flow-root;
  margin-bottom: 3.5em;
  font-family: "Nunito Sans", sans-serif;
}
.page-header .page-header-image {
  height: 430px;
  overflow: hidden;
  background: #5d6e96;
}
.page-header .page-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .page-header .page-header-image {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-header-image {
    height: 220px;
  }
}
.page-header .page-header-band-wrap {
  padding: 0 15px;
}
.page-header .page-header-band {
  background: #2a7f8e;
  border-radius: 8px;
  max-width: 1190px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-header .page-header-band {
    min-height: 0;
    padding: 1.25rem 1rem;
    border-radius: 6px;
  }
}
.page-header .page-title {
  color: white;
  font-weight: 800;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.1;
  margin: 0;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .page-header .page-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-header.page-header-has-image .page-header-band-wrap {
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .page-header.page-header-has-image .page-header-band-wrap {
    margin-top: -40px;
  }
}
.page-header.page-header-no-image {
  background: #15396c;
  padding: 3em 0 0;
}
.page-header.page-header-no-image .page-header-band-wrap {
  margin-bottom: -75px;
  position: relative;
  z-index: 2;
}
.page-header.page-header-no-image {
  margin-bottom: 131px;
}
@media (max-width: 767.98px) {
  .page-header.page-header-no-image {
    padding-top: 1.5em;
  }
  .page-header.page-header-no-image .page-header-band-wrap {
    margin-bottom: -40px;
  }
  .page-header.page-header-no-image {
    margin-bottom: 80px;
  }
}
.search .page-header .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  word-break: break-word;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.nav li a {
  font-style: normal;
  color: #15396c;
  text-decoration: none;
}
ul.nav li a:hover, ul.nav li a.active {
  color: #234b85;
}

.navbar {
  padding: 0.75em 1em;
  background: white;
}
.navbar .container {
  align-items: center;
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  max-width: 140px;
}
.navbar .navbar-toggler {
  border: 0;
  padding: 0;
  background: none;
}
.navbar .navbar-toggler img {
  width: 32px;
  height: auto;
}
.navbar .navbar-toggler .icon-close {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] .icon-open {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] .icon-close {
  display: inline;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .navbar-nav .current-menu-item > a {
  color: #15396c !important;
  text-decoration: underline;
}
.navbar .navbar-nav .menu-button.current-menu-item > a {
  color: white !important;
  text-decoration: none;
}
.navbar .navbar-nav a.nav-link {
  color: #15396c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0.6em;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav a.nav-link {
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #dbdee7;
  }
}
.navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link.active {
  color: #234b85;
  text-decoration: underline;
}
.navbar .navbar-nav a.nav-link.dropdown-toggle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border: 0;
  vertical-align: middle;
  margin-left: 0.4em;
  font-size: 12px;
  font-size: 0.75rem;
}
.navbar .navbar-nav .menu-button {
  order: 99;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .menu-button {
    margin-left: 0.6em;
  }
}
.navbar .navbar-nav .menu-button > a.nav-link {
  display: inline-block;
  background: #15396c;
  border: 2px solid #15396c;
  border-radius: 6px;
  color: white;
  padding: 0.45em 1.2em;
  margin: 0;
}
.navbar .navbar-nav .menu-button > a.nav-link:hover, .navbar .navbar-nav .menu-button > a.nav-link:focus, .navbar .navbar-nav .menu-button > a.nav-link.active {
  background: #234b85;
  border-color: #234b85;
  color: white;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .menu-button > a.nav-link {
    display: block;
    text-align: center;
    margin-top: 0.75em;
    border-bottom: 2px solid #15396c;
  }
}
.navbar .dropdown-menu {
  border-radius: 0;
  border-color: #dbdee7;
}
.navbar .dropdown-menu a.dropdown-item {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #15396c;
  font-weight: 600;
}
.navbar .dropdown-menu a.dropdown-item:hover, .navbar .dropdown-menu a.dropdown-item:focus, .navbar .dropdown-menu a.dropdown-item:active {
  background: none;
  color: #2a7f8e;
}

@media (max-width: 767.98px) {
  .navigation-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
## Full-screen mobile menu
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .top {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    display: flex;
  }
  body.menu-open .navbar > .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
    max-width: none;
  }
  .navbar .navbar-collapse {
    flex: 1 1 auto;
    min-height: 0;
  }
  .navbar .navbar-collapse.collapsing {
    transition: none;
  }
  .navbar .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .mobile-menu-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1em 1em 1.5em;
  }
  .navbar .navbar-nav {
    flex-direction: column;
  }
  .navbar .navbar-nav .nav-item {
    margin-bottom: 0.4em;
  }
  .navbar .navbar-nav a.nav-link {
    display: block;
    margin: 0;
    padding: 0.2em 0;
    border-bottom: 0;
    font-weight: 700;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2;
  }
  .navbar .navbar-nav .dropdown > a.dropdown-toggle {
    pointer-events: none;
  }
  .navbar .navbar-nav .dropdown > a.dropdown-toggle::after {
    display: none;
  }
  .navbar .navbar-nav .menu-button {
    margin-top: 0.5em;
  }
  .navbar .navbar-nav .menu-button > a.nav-link {
    display: inline-block;
    margin: 0;
    padding: 0.45em 1.2em;
    border-bottom: 2px solid #15396c;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .navbar .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    margin: 0;
    padding: 0.1em 0 0;
    border: 0;
    background: transparent;
  }
  .navbar .dropdown-menu a.dropdown-item {
    padding: 0.25em 0;
    white-space: normal;
    color: #333;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
  .mobile-menu-footer {
    flex-shrink: 0;
    background: #5d6e96;
    color: white;
    padding: 1em;
    margin: 0 -1em -0.75em;
    font-family: "Nunito Sans", sans-serif;
  }
  .mobile-menu-footer .top-menu-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 0.75em;
    padding: 0;
  }
  .mobile-menu-footer .top-menu-nav ul a {
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .mobile-menu-footer .top-menu-nav ul a:hover, .mobile-menu-footer .top-menu-nav ul a:focus {
    color: white;
    text-decoration: underline;
  }
  .mobile-menu-footer .mobile-menu-footer-row {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .mobile-menu-footer .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-footer .social li {
    margin: 0 0.75em 0 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
  }
  .mobile-menu-footer .social a {
    color: white;
  }
  .mobile-menu-footer .social a:hover {
    color: white;
    opacity: 0.8;
  }
  .mobile-menu-footer .search-box {
    flex: 1 1 auto;
    min-width: 0;
  }
  .mobile-menu-footer .search-box form label {
    position: relative;
    display: block;
    margin: 0;
  }
  .mobile-menu-footer .search-box form label input {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 5px 36px 5px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mobile-menu-footer .search-box form label input::placeholder {
    text-transform: none;
  }
  .mobile-menu-footer .search-box form label::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #15396c;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mobile-menu-footer .search-box input[type=submit] {
    display: none;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.main-footer {
  padding: 3em 0 4em;
  background: white;
  font-family: "Nunito Sans", sans-serif;
}
.main-footer a {
  color: #15396c;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
  color: #2a7f8e;
}
@media (max-width: 767.98px) {
  .main-footer .footer-col {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.main-footer .footer-col-social {
  text-align: center;
}
.main-footer .footer-col-logo {
  text-align: right;
}
@media (max-width: 767.98px) {
  .main-footer .footer-col-logo {
    text-align: center;
  }
}
.main-footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .social li {
  margin: 0 0.5em;
}
.main-footer .social a {
  color: #15396c;
  font-size: 26px;
  font-size: 1.625rem;
}
.main-footer .social a:hover {
  color: #2a7f8e;
}

.footer-logo img {
  max-width: 220px;
}

.footer-menu-nav ul.nav {
  margin: 0;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .footer-menu-nav ul.nav {
    align-items: center;
  }
}
.footer-menu-nav ul.nav a {
  text-transform: none;
  color: #15396c;
  font-weight: 600;
  margin: 0;
  padding: 0.15em 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  text-align: center;
  margin: 2.5em auto 0;
  max-width: 900px;
}

.action-cards {
  position: relative;
  background-image: url("img/footer-action-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.5em 0;
}
.action-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.action-cards .container {
  position: relative;
}

.action-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em 0.5em;
}
@media (max-width: 767.98px) {
  .action-cards-row {
    gap: 1.25em 1em;
  }
}

.action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  color: white;
  width: 136px;
}
@media (max-width: 767.98px) {
  .action-card {
    width: 120px;
  }
}
.action-card .action-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
}
@media (max-width: 767.98px) {
  .action-card .action-card-image {
    width: 72px;
  }
}
.action-card .action-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.action-card .action-card-label {
  display: block;
  margin-top: 0.4em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: 26px;
  white-space: normal;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .action-card .action-card-label {
    font-size: 18px;
  }
}

.back-to-top {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 1000;
  background: #15396c;
  color: white !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none !important;
  font-style: normal;
  border-radius: 8px;
  padding: 0.6em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
.back-to-top i {
  margin-bottom: 0.2em;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.back-to-top:hover {
  background: #234b85;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social ul li {
  font-size: 20px;
  font-size: 1.25rem;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #15396c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    height: 360px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hero .hero-content {
  position: relative;
  padding-bottom: 60px;
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.hero .hero-headline {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .hero .hero-headline {
    white-space: normal;
  }
}
.hero .hero-headline {
  text-align: center;
  margin: 0;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991.98px) {
  .hero .hero-headline {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-headline {
    font-size: 36px;
  }
}

.module-image_blocks {
  background: #dbdee7;
  padding: 0 0 30px;
}
.module-image_blocks:last-child {
  padding-bottom: 60px;
}

.module-hero + .module-image_blocks {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0, transparent 90px, #dbdee7 90px);
}
@media (max-width: 767.98px) {
  .module-hero + .module-image_blocks {
    margin-top: -60px;
    background: linear-gradient(to bottom, transparent 0, transparent 10px, #dbdee7 10px);
  }
}

.image-blocks {
  padding: 0;
}
.image-blocks .row {
  margin-left: -15px;
  margin-right: -15px;
}

.image-block {
  padding: 15px;
  display: flex;
}
.image-block .image-block-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(21, 57, 108, 0.12);
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.image-block .image-block-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.image-block .image-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-block .image-caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}
.image-block .caption-headline {
  color: #15396c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 0.6em;
}
.image-block .caption-body {
  font-size: 15px;
  line-height: 1.5;
  flex: 1;
}
.image-block .caption-body p {
  margin: 0 0 1em;
  font-size: 15px;
  text-align: center;
}
.image-block .caption-body p:last-child {
  margin-bottom: 0;
}
.image-block .image-block-button {
  margin-top: 1.25em;
  min-width: 140px;
}

.highlighted-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.highlighted-content a:link {
  text-transform: none;
}
@media (max-width: 1199.98px) {
  .highlighted-content > .container > .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .highlighted-content > .container > .row > .col.image-column {
    min-height: 350px;
  }
  .highlighted-content > .container > .row > .col.image-column .full-image {
    background-position: center;
  }
}
@media (max-width: 767.98px) {
  .highlighted-content > .container > .row > .col.image-column .full-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .highlighted-content > .container > .row > .col:not(.offset-md-2) {
    max-width: 50%;
  }
}
.highlighted-content.text-blue {
  color: #15396c;
}
.highlighted-content.bg-grey {
  background-color: #dbdee7;
}
.highlighted-content.bg-grey button,
.highlighted-content.bg-grey .button,
.highlighted-content.bg-grey input[type=submit] {
  background: #64a70b;
  border-color: #64a70b;
  color: white;
}
.highlighted-content.bg-grey button:hover,
.highlighted-content.bg-grey .button:hover,
.highlighted-content.bg-grey input[type=submit]:hover {
  background-color: #71c500;
  border-color: #71c500;
}
.highlighted-content.bg-grey h1,
.highlighted-content.bg-grey h2,
.highlighted-content.bg-grey h3,
.highlighted-content.bg-grey h4,
.highlighted-content.bg-grey h5,
.highlighted-content.bg-grey h6 {
  color: #15396c;
}
.highlighted-content.bg-green {
  background-color: #64a70b;
  color: white;
}
.highlighted-content.bg-green h1,
.highlighted-content.bg-green h2,
.highlighted-content.bg-green h3,
.highlighted-content.bg-green h4,
.highlighted-content.bg-green h5,
.highlighted-content.bg-green h6 {
  color: white;
}
.highlighted-content .content-column {
  padding: 2.5em 30px;
}
.highlighted-content .content-column + .image-column {
  width: 50%;
}
.highlighted-content .image-column .full-image {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.highlighted-content .image-column:first-child > .full-image {
  left: inherit;
}
.highlighted-content .row > .content-column:only-child {
  width: 100%;
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .home .content-column h4 img {
    margin-bottom: 0.5em;
  }
}

.intro-headline {
  text-align: center;
  padding: 4em 0;
}
.intro-headline .intro-head {
  color: #64a70b;
  font-size: 44px;
  font-size: 2.75rem;
  margin: 0 0 0.25em;
}
.intro-headline .intro-sub-head {
  color: #15396c;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}
.intro-headline .cta-button {
  background: #64a70b;
  border-radius: 10px;
}
.intro-headline .cta-button .cta-link {
  display: block;
  color: white;
  padding: 1.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.intro-headline .cta-button .cta-link:visited {
  color: white;
}
.intro-headline .cta-button .cta-link:hover {
  background-color: #ffc72c;
}

.newsletter {
  padding: 4em 0;
  background: #fff;
}
.newsletter .newsletter-cover-col {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .newsletter .newsletter-cover-col {
    margin-bottom: 0;
  }
}
.newsletter .newsletter-cover {
  display: block;
  width: 100%;
  max-width: 420px;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.newsletter .newsletter-cover img {
  width: 100%;
  height: auto;
  display: block;
}
.newsletter .newsletter-heading {
  color: #15396c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 0.75em;
}
.newsletter .newsletter-label {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 0.5em;
}
.newsletter .newsletter-items {
  font-size: 15px;
}
.newsletter .newsletter-items ul {
  margin: 0 0 1.5em;
  padding-left: 1.1em;
}
.newsletter .newsletter-items li {
  margin-bottom: 0.4em;
}
.newsletter .newsletter-items p {
  margin: 0;
}
.newsletter .newsletter-button {
  margin-bottom: 1.5em;
}
.newsletter .newsletter-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsletter .newsletter-links li {
  margin-bottom: 0.4em;
  font-size: 15px;
}
.newsletter .newsletter-links a {
  color: #333;
  text-decoration: underline;
}
.newsletter .newsletter-links a:hover {
  color: #15396c;
}
@media (max-width: 767.98px) {
  .newsletter {
    padding: 3em 0;
  }
  .newsletter .newsletter-content {
    text-align: center;
  }
  .newsletter .newsletter-items ul {
    text-align: left;
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.border-box {
  padding: 1em;
  max-width: 300px;
  border: 1px dashed grey;
  margin-left: 1em;
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}
.border-box h1,
.border-box h2,
.border-box h3,
.border-box h4,
.border-box h5,
.border-box h6 {
  margin-bottom: 0.5em;
}
.border-box .button {
  display: inline-block;
  color: #414042;
  text-decoration: none;
  font-style: normal;
}
.border-box .button:hover {
  color: white;
}
.border-box p:last-child {
  margin-bottom: 0;
}
.border-box p:empty {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-id-45 .highlighted-content.bg-green .content-column {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .page-id-45 .highlighted-content.bg-green .content-column img {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 0.5em;
  }
}
.page-id-45 .highlighted-content.bg-green .content-column + .content-column h2 {
  display: none;
}

@media (max-width: 767.98px) {
  .page-id-25 .highlighted-content.bg-grey .wp-image-380 {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  .page-id-113 .custom-content img.wp-image-433 {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767.98px) {
  .page-id-113 .custom-content figure {
    width: 100%;
    float: none;
  }
  .page-id-113 .custom-content figure img {
    width: 100%;
    height: auto;
  }
}

.home #gform_wrapper_1 .gform_footer input[type=submit] {
  float: right;
}

.past-issues-column p:first-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Interior pages: content column, entry-content styling, back link
--------------------------------------------------------------*/
body:not(.home) .module-custom_content .custom-content .container,
.interior-content .entry-content,
.interior-content .entry-header,
.interior-content .entry-footer,
.interior-content .entry-summary,
.interior-content .page-content,
.interior-content .post-navigation,
.interior-content .comments-area {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.interior-content {
  padding-bottom: 3em;
  font-family: "Nunito Sans", sans-serif;
}
.interior-content .entry-title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.interior-content .entry-title a {
  text-decoration: none;
}
.interior-content .entry-meta {
  color: #5d6e96;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.interior-content article {
  margin-bottom: 2.5em;
}
.interior-content .search-form label {
  display: inline-block;
}
.interior-content .search-form label input {
  border: 1px solid #dbdee7;
  border-radius: 4px;
  padding: 8px 12px;
}

body:not(.home) .entry-content,
.interior-content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #333;
}
body:not(.home) .entry-content p,
.interior-content p {
  margin-bottom: 1.25em;
}
body:not(.home) .entry-content p > strong:only-child,
body:not(.home) .entry-content p > b:only-child,
body:not(.home) .entry-content .intro,
.interior-content p > strong:only-child,
.interior-content p > b:only-child,
.interior-content .intro {
  color: #15396c;
}
body:not(.home) .entry-content a:not(.button):not(.maxbutton):not(.btn),
.interior-content a:not(.button):not(.maxbutton):not(.btn) {
  color: #15396c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body:not(.home) .entry-content a:not(.button):not(.maxbutton):not(.btn):hover, body:not(.home) .entry-content a:not(.button):not(.maxbutton):not(.btn):focus,
.interior-content a:not(.button):not(.maxbutton):not(.btn):hover,
.interior-content a:not(.button):not(.maxbutton):not(.btn):focus {
  color: #2a7f8e;
}
body:not(.home) .entry-content h1, body:not(.home) .entry-content h2, body:not(.home) .entry-content h3, body:not(.home) .entry-content h4, body:not(.home) .entry-content h5, body:not(.home) .entry-content h6,
.interior-content h1,
.interior-content h2,
.interior-content h3,
.interior-content h4,
.interior-content h5,
.interior-content h6 {
  color: #15396c;
  font-weight: 800;
  margin: 1.25em 0 0.5em;
  line-height: 1.15;
}
body:not(.home) .entry-content h1:first-child, body:not(.home) .entry-content h2:first-child, body:not(.home) .entry-content h3:first-child, body:not(.home) .entry-content h4:first-child, body:not(.home) .entry-content h5:first-child, body:not(.home) .entry-content h6:first-child,
.interior-content h1:first-child,
.interior-content h2:first-child,
.interior-content h3:first-child,
.interior-content h4:first-child,
.interior-content h5:first-child,
.interior-content h6:first-child {
  margin-top: 0;
}
body:not(.home) .entry-content h1,
.interior-content h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
body:not(.home) .entry-content h2,
.interior-content h2 {
  font-size: 32px;
  font-size: 2rem;
}
body:not(.home) .entry-content h3,
.interior-content h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
body:not(.home) .entry-content h4,
.interior-content h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
body:not(.home) .entry-content h5, body:not(.home) .entry-content h6,
.interior-content h5,
.interior-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
body:not(.home) .entry-content ul, body:not(.home) .entry-content ol,
.interior-content ul,
.interior-content ol {
  margin: 0 0 1.25em;
  padding-left: 1.4em;
}
body:not(.home) .entry-content ul li, body:not(.home) .entry-content ol li,
.interior-content ul li,
.interior-content ol li {
  margin-bottom: 0.4em;
}
body:not(.home) .entry-content ul li::marker, body:not(.home) .entry-content ol li::marker,
.interior-content ul li::marker,
.interior-content ol li::marker {
  color: #2a7f8e;
}
body:not(.home) .entry-content ul ul, body:not(.home) .entry-content ol ol, body:not(.home) .entry-content ul ol, body:not(.home) .entry-content ol ul,
.interior-content ul ul,
.interior-content ol ol,
.interior-content ul ol,
.interior-content ol ul {
  margin-top: 0.4em;
  margin-bottom: 0;
}
body:not(.home) .entry-content blockquote,
.interior-content blockquote {
  margin: 0 0 1.5em;
  padding: 0.75em 1.25em;
  border-left: 5px solid #2a7f8e;
  background: rgba(219, 222, 231, 0.4);
  color: #15396c;
  font-style: italic;
  border-radius: 0 6px 6px 0;
}
body:not(.home) .entry-content blockquote p:last-child,
.interior-content blockquote p:last-child {
  margin-bottom: 0;
}
body:not(.home) .entry-content hr,
.interior-content hr {
  background: #dbdee7;
  height: 2px;
  margin: 2em 0;
}
body:not(.home) .entry-content table,
.interior-content table {
  width: 100%;
  margin: 0 0 1.5em;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
}
body:not(.home) .entry-content table th, body:not(.home) .entry-content table td,
.interior-content table th,
.interior-content table td {
  padding: 0.6em 0.8em;
  border: 1px solid #dbdee7;
  vertical-align: top;
  text-align: left;
}
body:not(.home) .entry-content table th, body:not(.home) .entry-content table thead td,
.interior-content table th,
.interior-content table thead td {
  background: #15396c;
  color: white;
  font-weight: 700;
  border-color: #15396c;
}
body:not(.home) .entry-content table tbody tr:nth-child(even) td,
.interior-content table tbody tr:nth-child(even) td {
  background: rgba(219, 222, 231, 0.35);
}
body:not(.home) .entry-content img,
.interior-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
body:not(.home) .entry-content .wp-caption,
body:not(.home) .entry-content figure,
.interior-content .wp-caption,
.interior-content figure {
  max-width: 100%;
}
body:not(.home) .entry-content .wp-caption-text,
body:not(.home) .entry-content figcaption,
.interior-content .wp-caption-text,
.interior-content figcaption {
  color: #5d6e96;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 0.4em;
}
body:not(.home) .entry-content .alignleft,
.interior-content .alignleft {
  float: left;
  margin: 0.3em 1.25em 1em 0;
  max-width: 45%;
}
body:not(.home) .entry-content .alignright,
.interior-content .alignright {
  float: right;
  margin: 0.3em 0 1em 1.25em;
  max-width: 45%;
}
body:not(.home) .entry-content .aligncenter,
.interior-content .aligncenter {
  display: block;
  margin: 0 auto 1.25em;
}
@media (max-width: 575.98px) {
  body:not(.home) .entry-content .alignleft, body:not(.home) .entry-content .alignright,
  .interior-content .alignleft,
  .interior-content .alignright {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}
body:not(.home) .entry-content .button,
body:not(.home) .entry-content .maxbutton,
body:not(.home) .entry-content .maxbutton-1,
body:not(.home) .entry-content a.maxbutton,
body:not(.home) .entry-content .gform_wrapper .gform_button,
body:not(.home) .entry-content .gform_wrapper input[type=submit],
.interior-content .button,
.interior-content .maxbutton,
.interior-content .maxbutton-1,
.interior-content a.maxbutton,
.interior-content .gform_wrapper .gform_button,
.interior-content .gform_wrapper input[type=submit] {
  display: inline-block;
  background: #15396c !important;
  border: 2px solid #15396c !important;
  border-radius: 6px !important;
  color: white !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 10px 28px;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
}
body:not(.home) .entry-content .button:hover, body:not(.home) .entry-content .button:focus,
body:not(.home) .entry-content .maxbutton:hover,
body:not(.home) .entry-content .maxbutton:focus,
body:not(.home) .entry-content .maxbutton-1:hover,
body:not(.home) .entry-content .maxbutton-1:focus,
body:not(.home) .entry-content a.maxbutton:hover,
body:not(.home) .entry-content a.maxbutton:focus,
body:not(.home) .entry-content .gform_wrapper .gform_button:hover,
body:not(.home) .entry-content .gform_wrapper .gform_button:focus,
body:not(.home) .entry-content .gform_wrapper input[type=submit]:hover,
body:not(.home) .entry-content .gform_wrapper input[type=submit]:focus,
.interior-content .button:hover,
.interior-content .button:focus,
.interior-content .maxbutton:hover,
.interior-content .maxbutton:focus,
.interior-content .maxbutton-1:hover,
.interior-content .maxbutton-1:focus,
.interior-content a.maxbutton:hover,
.interior-content a.maxbutton:focus,
.interior-content .gform_wrapper .gform_button:hover,
.interior-content .gform_wrapper .gform_button:focus,
.interior-content .gform_wrapper input[type=submit]:hover,
.interior-content .gform_wrapper input[type=submit]:focus {
  background: #234b85 !important;
  border-color: #234b85 !important;
  color: white !important;
}
body:not(.home) .entry-content .button .mb-text,
body:not(.home) .entry-content .maxbutton .mb-text,
body:not(.home) .entry-content .maxbutton-1 .mb-text,
body:not(.home) .entry-content a.maxbutton .mb-text,
body:not(.home) .entry-content .gform_wrapper .gform_button .mb-text,
body:not(.home) .entry-content .gform_wrapper input[type=submit] .mb-text,
.interior-content .button .mb-text,
.interior-content .maxbutton .mb-text,
.interior-content .maxbutton-1 .mb-text,
.interior-content a.maxbutton .mb-text,
.interior-content .gform_wrapper .gform_button .mb-text,
.interior-content .gform_wrapper input[type=submit] .mb-text {
  color: white !important;
  font-family: "Nunito Sans", sans-serif !important;
}
body:not(.home) .entry-content .gform_wrapper label,
body:not(.home) .entry-content .gform_wrapper .gfield_label,
.interior-content .gform_wrapper label,
.interior-content .gform_wrapper .gfield_label {
  color: #15396c;
  font-weight: 700;
}
body:not(.home) .entry-content .gform_wrapper input[type=text],
body:not(.home) .entry-content .gform_wrapper input[type=email],
body:not(.home) .entry-content .gform_wrapper input[type=tel],
body:not(.home) .entry-content .gform_wrapper input[type=url],
body:not(.home) .entry-content .gform_wrapper input[type=number],
body:not(.home) .entry-content .gform_wrapper textarea,
body:not(.home) .entry-content .gform_wrapper select,
.interior-content .gform_wrapper input[type=text],
.interior-content .gform_wrapper input[type=email],
.interior-content .gform_wrapper input[type=tel],
.interior-content .gform_wrapper input[type=url],
.interior-content .gform_wrapper input[type=number],
.interior-content .gform_wrapper textarea,
.interior-content .gform_wrapper select {
  border: 1px solid #dbdee7;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}
body:not(.home) .entry-content .gform_wrapper input[type=text]:focus,
body:not(.home) .entry-content .gform_wrapper input[type=email]:focus,
body:not(.home) .entry-content .gform_wrapper input[type=tel]:focus,
body:not(.home) .entry-content .gform_wrapper input[type=url]:focus,
body:not(.home) .entry-content .gform_wrapper input[type=number]:focus,
body:not(.home) .entry-content .gform_wrapper textarea:focus,
body:not(.home) .entry-content .gform_wrapper select:focus,
.interior-content .gform_wrapper input[type=text]:focus,
.interior-content .gform_wrapper input[type=email]:focus,
.interior-content .gform_wrapper input[type=tel]:focus,
.interior-content .gform_wrapper input[type=url]:focus,
.interior-content .gform_wrapper input[type=number]:focus,
.interior-content .gform_wrapper textarea:focus,
.interior-content .gform_wrapper select:focus {
  border-color: #5d6e96;
  outline: none;
}
body:not(.home) .entry-content .text-center,
.interior-content .text-center {
  text-align: center;
}

body:not(.home) .module-custom_content .custom-content > .container > p:first-child > strong,
body:not(.home) .module-custom_content .custom-content > .container > p:first-child > b {
  color: #15396c;
}

body:not(.home) .module-custom_content .custom-content {
  padding-top: 0 !important;
  padding-bottom: 3.5rem !important;
}

/*--------------------------------------------------------------
## "Back to Parent" band
--------------------------------------------------------------*/
.back-link-band {
  background: #dbdee7;
  padding: 3.25em 0;
  font-family: "Nunito Sans", sans-serif;
}
.back-link-band .back-link {
  color: #15396c;
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1.2;
}
.back-link-band .back-link i {
  font-size: 22px;
  font-size: 1.375rem;
}
.back-link-band .back-link:hover, .back-link-band .back-link:focus {
  color: #2a7f8e;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .back-link-band {
    padding: 2em 0;
  }
  .back-link-band .back-link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.interior-content .entry-title a {
  text-decoration: none !important;
}
.interior-content .entry-title a:hover {
  text-decoration: underline !important;
}

.interior-content .posts-navigation {
  max-width: 680px;
  margin: 1em auto 0;
}
.interior-content .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.interior-content .posts-navigation a {
  font-weight: 700;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.image-shadow {
  -webkit-box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
  -moz-box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
  box-shadow: 8px 8px 25px 0px rgba(33, 33, 33, 0.47);
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  font-style: italic;
}

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