/* Global Mobile Breakpoints */
/* Site Specific Colors */
html body {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.6;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  /** test commit 4/2/2025 **/
  /* Removes order from .order-last. This was causing formatting issues on the news page */
  /* Interior Styles */
}
html body .order-last {
  order: initial !important;
}
html body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
html body.user-logged-in {
  padding-top: 87px;
}
@media screen and (max-width: 600px) {
  html body.user-logged-in {
    padding-top: 0;
  }
}
html body h1,
html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h4,
html body h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
html body h1 {
  font-size: 2.3rem;
  color: #35822b;
}
html body h2 {
  font-size: 1.8rem;
  color: #1e8aac;
  scroll-margin-top: 8em;
}
html body h3 {
  font-size: 1.5rem;
  color: #35822b;
  scroll-margin-top: 8em;
}
html body h4 {
  font-size: 1.3rem;
  color: #1e8aac;
}
html body li {
  line-height: 1.3;
  padding-bottom: 8px;
}
html body a {
  text-decoration: none;
}
html body .field__label {
  font-weight: bold;
}
html body .btn-primary {
  background-color: #187794;
  border-color: #187794;
}
html body .btn-primary:hover {
  background-color: #0a5a73;
}
html body .extlink {
  margin-left: 0.5rem;
}
html body .extlink .fa {
  font-weight: 500;
  font-size: 0.8rem;
  vertical-align: middle;
}
html body section#block-printbutton {
  float: right;
}
html body section#block-printbutton .btn-primary {
  border-radius: 4px;
  padding: 3px 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}
html body .iframe-wrapper {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-family: arial;
  font-size: 10px;
  color: #6e6e6e;
  background-color: #000;
}
html body .iframe-wrapper iframe {
  width: 100%;
  background-color: #fff;
}
html body header {
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  html body header {
    background: #fff;
  }
}
html body header .logo-container {
  max-width: 1620px;
  width: 100%;
  margin: 12px auto;
  position: relative;
}
html body header .logo-container .region-header {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
html body header .logo-container #block-utilitylinks {
  text-align: right;
  flex: 1 1 auto;
}
html body header .logo-container #block-utilitylinks ul {
  display: flex;
  margin: 0;
  color: #333;
  justify-content: end;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  html body header .logo-container #block-utilitylinks ul {
    justify-content: center;
    margin-top: 15px;
    padding: 0;
  }
}
html body header .logo-container #block-utilitylinks ul li {
  list-style-type: none;
  margin: 8px 16px;
}
html body header .logo-container #block-utilitylinks a,
html body header .logo-container #block-utilitylinks a:visited {
  color: #187794;
  font-weight: 700;
}
html body header .logo-container #block-utilitylinks a:hover,
html body header .logo-container #block-utilitylinks a:visited:hover,
html body header .logo-container #block-utilitylinks a:focus,
html body header .logo-container #block-utilitylinks a:visited:focus {
  color: #1e8aac;
  text-decoration: underline;
}
html body .main-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 20px auto;
}
html body .main-container .region {
  padding-left: 15px;
  padding-right: 15px;
}
html body .main-container .title {
  padding-bottom: 9px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eeeeee;
}
html body .main-container .powerbi iframe {
  width: 100%;
  height: 500px;
}
html body .main-container .row,
html body .main-container .grid {
  display: flex;
  flex-wrap: wrap;
}
html body .main-container .row a,
html body .main-container .grid a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
html body .main-container .row a:hover,
html body .main-container .grid a:hover {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  html body .main-container .row aside,
  html body .main-container .grid aside {
    order: 2;
    float: none;
    clear: both;
    padding-bottom: 15px;
  }
}
html body .main-container .row aside .region-sidebar-left,
html body .main-container .grid aside .region-sidebar-left {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section,
  html body .main-container .grid section {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content-top ol.breadcrumb li a,
html body .main-container .grid section .region-content-top ol.breadcrumb li a {
  border-bottom: none;
}
html body .main-container .row section .region-content,
html body .main-container .grid section .region-content {
  margin-bottom: 20px;
}
html body .main-container .row section .region-content .content figure.align-right,
html body .main-container .grid section .region-content .content figure.align-right {
  margin-left: 1rem;
}
html body .main-container .row section .region-content .content figure.align-left,
html body .main-container .grid section .region-content .content figure.align-left {
  margin-right: 1rem;
}
html body .main-container .row section .region-content .content figure figcaption,
html body .main-container .grid section .region-content .content figure figcaption {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2;
  padding-top: 5px;
}
html body .main-container .row section .region-content .content ol > li > ol,
html body .main-container .grid section .region-content .content ol > li > ol {
  margin-top: 7px;
  list-style-type: lower-alpha;
}
html body .main-container .row section .region-content .content ul > li > ul,
html body .main-container .grid section .region-content .content ul > li > ul {
  margin-top: 7px;
}
html body .main-container .row section .region-content .content .align-center .field--name-field-media-oembed-video,
html body .main-container .grid section .region-content .content .align-center .field--name-field-media-oembed-video {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section,
  html body .main-container .grid section .region-content .content .field--name-field-page-section {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout {
  width: 30%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #187794;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout,
  html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
  font-size: 1.3rem;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #187794;
  color: #fff;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2,
  html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout p,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout p {
  margin-bottom: 5px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout ul,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout ul {
  padding-left: 1rem;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout ul li,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout .field--name-field-body,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--callout .field--name-field-body {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.9rem;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 10px;
  background: #f8fbfc;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information,
  html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
    width: 100%;
    float: none;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
  font-size: 1.3rem;
  background: #ddf5fe;
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2,
  html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label {
  padding-left: 15px;
  display: inline;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label:after,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label:after {
  content: ": ";
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--item,
html body .main-container .grid section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--item {
  display: inline;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-body,
  html body .main-container .grid section .region-content .content .field--name-body {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .footer {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  background: #187794;
  padding: 2.4rem 0;
  margin-top: 0;
}
html body .footer .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer .container .region-footer .block h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.3rem;
}
html body .footer .container .region-footer .block h2 a {
  color: #fff;
}
html body .footer .container .region-footer .block ul {
  padding-left: 0;
}
html body .footer .container .region-footer .block ul li {
  list-style-type: none;
  display: block;
  padding-right: 8px;
  padding-left: 3px;
}
html body .footer .container .region-footer .block ul li:last-child {
  border-right: none;
}
html body .footer .container .region-footer .block ul li a {
  border-bottom: 0.5pt dotted #5b9abe;
}
html body .footer .container .region-footer .block ul li a:hover {
  color: #f9f9a5;
  border-bottom: none;
  text-decoration: none;
}
html body .footer .container .region-footer .block p {
  margin-bottom: 0.3rem;
}
html body .footer .container .region-footer .subscribe {
  text-align: center;
}
html body .footer .container .region-footer .subscribe p {
  margin-bottom: 1rem;
}
html body .footer .btn-primary {
  background-color: #7bddfc;
  border: 1px solid #0a5a73;
  color: #0a5a73;
  padding: 4px 48px;
  font-size: 1.2em;
  font-weight: 500;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
}
html body .footer .btn-primary:hover,
html body .footer .btn-primary:focus {
  background-color: #fff;
}
html body .footer-bottom {
  background: #0a5a73;
  padding: 1rem;
}
html body .footer-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer-bottom .container .region-footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
html body .footer-bottom .container .region-footer-bottom p {
  margin-bottom: 0;
}
html body .footer-bottom .container .region-footer-bottom a {
  color: #fff;
  text-decoration: none;
}
html body .footer-bottom .container .region-footer-bottom a:hover {
  text-decoration: underline;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright {
  border-right: none;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body a {
  color: #fff;
  border-bottom: 0.5pt dotted #5b9abe;
  font-size: 1rem;
  font-weight: 300;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body a:hover {
  color: #f9f9a5;
  border-bottom: none;
  text-decoration: none;
}
html body.path-frontpage section .page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
html body .wrapper-content-middle {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #a2c69e;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #a2c69e 20%, #a2c69e 80%, #fff 80%, #fff 100%);
}
html body .wrapper-content-middle .container {
  width: 100%;
  margin: auto;
  max-width: 1260px;
}
html body .wrapper-content-middle .container .region-content-middle {
  gap: 15px;
  flex-wrap: nowrap;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  html body .wrapper-content-middle .container .region-content-middle {
    flex-wrap: wrap;
  }
}
html body .wrapper-content-bottom {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #97cad9;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #97cad9 20%, #97cad9 80%, #fff 80%, #fff 100%);
}
html body .wrapper-content-bottom .container {
  margin: auto;
  max-width: 1260px;
}
html body .wrapper-content-bottom .container .region-content-bottom {
  gap: 15px;
  flex-wrap: nowrap;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .wrapper-content-bottom .container .region-content-bottom {
    flex-wrap: wrap;
  }
}
html body .card {
  flex: 1;
  border-radius: 1.2rem;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 1rem 1rem 0 1rem;
}
@media screen and (max-width: 767px) {
  html body .card {
    flex: none;
  }
}
html body .card .fontawesome-icon {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
html body .card h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
html body .card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
html body .card ul {
  color: #187794;
  list-style-type: circle;
  padding: 0 10px 0 20px;
}
html body .card ul li {
  padding-bottom: 1.2rem;
}
html body .card.card-green .fontawesome-icon {
  color: #35822b;
}
html body .card.card-green h2 {
  color: #1e8aac;
}
html body .card.card-green h3 {
  color: #35822b;
}
html body .card.card-blue .fontawesome-icon {
  color: #1e8aac;
}
html body .card.card-blue h2 {
  color: #35822b;
}
html body .card.card-blue h3 {
  color: #1e8aac;
}
html body:not(.path-frontpage) .page-header {
  background: #385c34;
  margin-top: 1px;
  padding-top: 20px;
  margin-bottom: 20px;
}
html body:not(.path-frontpage) .page-header .region-content-top {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body:not(.path-frontpage) .page-header .region-content-top {
    max-height: initial;
  }
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs {
  flex: 0 0 auto;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content .breadcrumb {
  margin-bottom: 0;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 500;
  border-bottom: none;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content .breadcrumb .breadcrumb-item a:hover {
  color: #f4fc7a;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-drupalbase-custom-breadcrumbs .content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top .h1-page-title {
  flex: 0 0 auto;
  padding-top: 2.5%;
}
html body:not(.path-frontpage) .page-header .region-content-top .h1-page-title h1 {
  color: #fff;
  padding: 0;
  border: 0;
  font-weight: 500;
}
html body:not(.path-frontpage) .page-header .region-content-top .h1-page-title h1 a {
  border: 0;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 {
  order: 1;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .view-content {
  background-color: #14400e;
  background: -moz-linear-gradient(left, #14400e 0%, rgba(20, 64, 14, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #14400e 0%, rgba(20, 64, 14, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #14400e 0%, rgba(20, 64, 14, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14400e', endColorstr='#0014400e', GradientType=1);
  /* IE6-9 */
  border-left: 1pt solid #fff;
  flex: 0 0 100%;
  font-size: 1rem;
  padding: 1rem 1rem 0 1rem;
  min-height: 175px;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts h2 {
  font-weight: 500;
  margin-top: 0;
  line-height: 0.8;
  padding-bottom: 5px;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts h2 a {
  font-size: 1.1rem;
  border-bottom: none;
  color: #f4fc7a;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts h2 a:hover {
  color: #a4e5f9;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts p {
  font-size: 0.9rem;
  color: #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts a {
  font-size: 0.9rem;
  color: #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts a.views-more-link {
  color: #f4fc7a;
  border-bottom: none;
  padding-top: 15px;
  padding-left: 5px;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts a.views-more-link:hover {
  color: #a4e5f9;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 .alerts .views-field-view-node {
  padding-bottom: 5px;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav {
  float: right;
  margin-top: -32px;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination {
  margin-bottom: 0;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .page-item {
  padding: 6px;
  font-size: 0.8rem;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .page-item.active .page-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .page-item .page-link {
  border: none;
  font-size: 0.8rem;
  padding: 0;
  color: #f4fc7a;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .pager__item--first,
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .pager__item--prev,
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .pager__item--next,
html body:not(.path-frontpage) .page-header .region-content-top #block-views-block-alert-header-block-1 nav .pagination .pager__item--last {
  display: none;
}
