﻿/* Font and Typeface Styles */
html {
  font-size: 100%;
  font-family: "Segoe UI", Arial, sans-serif;
}
body {
  font-size: 1rem;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #0377B5;
}
.bg-lblue a:not(.btn) {
  color: #004a64;
}
a:not(.btn) {
  text-decoration: underline;
}
.social-media-links a {
  text-decoration: none;
}
a:hover {
  color: #004a64;
}
h1,
.h1 {
  font-size: 3rem;
}
h1.title-heading,
.h1.title-heading {
  color: #004a64;
  font-size: 2.25rem;
  font-weight: bold;
}
h2,
.h2,
h3,
.h3 {
  font-size: 2.25rem;
  font-weight: bold;
}
.container:not(.text-light) h2,
.container:not(.text-light) .h2,
.container:not(.text-light) h3,
.container:not(.text-light) .h3 {
  color: #004a64;
}
h3,
.featured {
  text-align: center;
}
*:not(a) > h3:after,
*:not(a) > .featured:after {
  content: ' ';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 4vh;
  width: 70px;
  border: 2px solid #0377B5;
  background-color: #0377B5;
}
h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.container:not(.text-light) h4,
.container:not(.text-light) .h4,
.container:not(.text-light) h4 a,
.container:not(.text-light) .h4 a {
  color: #00853f;
}
h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
}
.container:not(.text-light) h5,
.container:not(.text-light) .h5 {
  color: #0377B5;
}
.bg-lblue .container:not(.text-light) h5,
.bg-lblue .container:not(.text-light) .h5 {
  color: black;
}
.container:not(.text-light) h5.alternate,
.container:not(.text-light) .h5.alternate {
  color: #004a64;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 0.875rem;
}
p,
li {
  font-size: 0.9375rem;
}
.display-4 {
  font-size: 2.5rem;
}
.display-3 {
  font-size: 3.5em;
}
legend {
  font-size: 0.9em;
  color: #666666;
  padding-top: 1vh;
}
/* Large devices (desktops, 62em and up) (62em @ 16px parent font = 992px) */
@media (min-width: 62em) {
  h1,
  .h1 {
    font-size: 3em;
  }
  h1.title-heading,
  .h1.title-heading {
    font-size: 2.2em;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 2.2em;
    font-weight: bold;
  }
  h4,
  .h4 {
    font-size: 1.5em;
    font-weight: 500;
    padding-bottom: 0.5em;
  }
  h5,
  .h5 {
    font-size: 1em;
    font-weight: 600;
  }
  h6 {
    font-size: 0.95em;
  }
  h7 {
    font-size: 0.79em;
  }
  p,
  li {
    font-size: 0.95em;
  }
  li p {
    font-size: 1em;
  }
  li a {
    display: inline-block;
    min-height: 24px;
  }
  .display-3 {
    font-size: 3.5em;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .lead {
    font-size: 1.2em;
  }
}
body {
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
  background: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
}
[class^="icon-"].icomoon,
[class*=" icon-"].icomoon {
  font-size: 1.5rem;
}
p,
li {
  font-weight: 400;
}
:not(.container.text-light) p,
:not(.container.text-light) li {
  color: #333333;
}
.site-footer li {
  font-weight: 500;
}
p.counter-count {
  font-size: 3em !important;
  font-weight: 700;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
section .card-body a:not(.btn):hover {
  color: #00853f !important;
}
.text-secondary {
  color: #00853f !important;
}
.event-info > div > p > a:hover {
  color: #004064 !important;
}
table thead tr th {
  background-color: #004a64;
  color: white;
}
table tbody tr td {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-weight: normal;
}
.dx-scheduler-header-panel-cell {
  background-color: #004a64;
  color: white;
}
.text-light p {
  color: #f8f9fa !important;
}
.text-white,
.text-white * {
  color: white !important;
}
*.text-danger,
*.text-danger * {
  color: #df2316 !important;
  font-weight: 500;
  font-size: 100%;
}
/* Global Three Button Styles */
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #004a64 !important;
}
.btn {
  border-radius: 0;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
section .btn {
  margin-bottom: 1rem;
}
#headerbuttons .btn,
#news .btn,
#projects .btn {
  margin-bottom: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #0377B5;
  border-width: 4px;
  border-style: solid;
}
/* Dark Navy Button Styles */
.btn-primary {
  background-color: #004a64;
  border: 0;
}
.bg-primary .btn-primary,
.static-bg1 .btn-primary {
  background-color: white;
  color: #004a64;
}
.btn-primary.disabled {
  background-color: #004a64;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover {
  background-color: #003a64;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:hover {
  background-color: #003a64;
  color: white;
  box-shadow: none;
  letter-spacing: 2px;
  font-weight: 600;
}
.bg-primary .btn-primary:hover,
.bg-primary .btn-primary:focus,
.bg-primary .btn-primary:not(:disabled):not(.disabled):active,
.bg-primary .btn-primary:not(:disabled):not(.disabled).active,
.bg-primary .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-primary .btn-primary:not(:disabled):not(.disabled).active:focus,
.bg-primary .btn-primary:active:hover,
.bg-primary .btn-primary.active:hover,
.bg-primary .show > .btn-primary.dropdown-toggle,
.bg-primary .show > .btn-primary.dropdown-toggle:focus,
.bg-primary .show > .btn-primary.dropdown-toggle:hover,
.static-bg1 .btn-primary:hover,
.static-bg1 .btn-primary:focus,
.static-bg1 .btn-primary:not(:disabled):not(.disabled):active,
.static-bg1 .btn-primary:not(:disabled):not(.disabled).active,
.static-bg1 .btn-primary:not(:disabled):not(.disabled):active:focus,
.static-bg1 .btn-primary:not(:disabled):not(.disabled).active:focus,
.static-bg1 .btn-primary:active:hover,
.static-bg1 .btn-primary.active:hover,
.static-bg1 .show > .btn-primary.dropdown-toggle,
.static-bg1 .show > .btn-primary.dropdown-toggle:focus,
.static-bg1 .show > .btn-primary.dropdown-toggle:hover {
  background-color: white;
  color: #004a64;
  font-weight: bold;
}
.btn-primary:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
/* Green Button Styles */
.btn-success,
form input[type=submit]:not(.btn) {
  background-color: #00853f;
  color: white;
  letter-spacing: 2px;
  font-weight: 600;
  border: 0px;
}
a:hover.btn-success,
a:hoverform input[type=submit]:not(.btn) {
  color: #FFFFFF;
}
form input[type=submit]:not(.btn) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.show > .btn-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:hover {
  background-color: #006530;
  color: white;
  box-shadow: none;
  letter-spacing: 2px;
  font-weight: 600;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success:disabled,
.btn-success:disabled:hover,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:active,
.btn-success:disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #00853f;
  border: 0px;
}
.btn-success:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.55);
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 1rem !important;
}
.btn {
  letter-spacing: 2px;
  font-weight: 600;
}
/* White Border Button Styles */
.btn-outline-light:hover {
  color: #004a64;
}
.bg-primary .btn-outline-light:hover,
.bg-primary .btn-outline-light:focus,
.bg-primary .btn-outline-light:active:not(:disabled):not(.disabled) {
  background-color: #003a64;
  border-color: #ffffff;
}
/* Dark Navy Button Border Button Styles */
.btn-outline-primary {
  color: #004a64;
  background-color: transparent;
  background-image: none;
  border-color: #004a64;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #004a64;
  background-image: none;
  border-color: #004a64;
}
figure img {
  max-width: 100%;
}
.figure-caption {
  font-size: 90%;
  color: black;
  font-weight: 400;
}
figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  font-style: italic;
}
.account-header {
  text-align: center;
}
.account-header .secondary-header #accountEntity {
  width: 400px;
  max-width: 100%;
}
.account-header .account-menu .account {
  min-width: 185px;
  text-align: right;
}
.account-body section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .account-header {
    text-align: left;
    position: relative;
    min-height: 45px;
  }
  .account-header .account-menu {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .account-header .account-menu:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
  }
  .account-header .account-menu .account {
    display: inline-block;
    vertical-align: middle;
  }
  .account-header .secondary-header {
    display: inline-block;
  }
}
.acccountDocument {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
}
.acccountDocument a {
  display: inline-block;
  min-height: 24px;
}
.acccountDocument:last-of-type {
  border-bottom-style: none;
}
.transfer-details-popup {
  font-weight: 400;
}
.transfer-details-popup .label {
  font-weight: 500;
}
.dx-textbox {
  display: inline-block;
}
.contact-info-form__lookup {
  width: 100%;
  height: calc(2.375rem + 2px);
  border-radius: 0 !important;
  font-size: 1rem;
}
.contact-info-form__lookup .dx-lookup-field-wrapper {
  padding: 2px;
}
.contact-info-form__lookup.dx-state-disabled {
  background-color: #e9ecef !important;
}
.grid-column__button {
  text-align: center;
}
.dx-freespace-row {
  display: none !important;
}
.info-banner {
  background-color: #0076BD;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 5px;
}
.info-banner i {
  margin-right: 0.75rem;
}
.section-heading {
  font-size: 1.5rem;
}
.dx-datagrid .dx-master-detail-cell h2 {
  font-size: 1.5rem;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: middle;
}
.grid-column-link {
  text-decoration: none !important;
  font-size: 1.5rem;
}
.eventTypeFilters {
  margin-bottom: 5px;
}
.eventTypeFilters .eventTypeFilter {
  display: inline-block;
  margin-right: 7px;
  line-height: 30px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  padding: 2px;
}
.eventTypeFilters .eventTypeFilter:focus-within {
  border-color: black;
}
.eventTypeFilters .eventTypeFilter input[type="checkbox"] {
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 100;
}
.eventTypeFilters .eventTypeFilter input[type="checkbox"]:checked ~ .eventTypeControl:after {
  visibility: visible;
}
.eventTypeFilters .eventTypeFilter .eventTypeControl {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.eventTypeFilters .eventTypeFilter .eventTypeControl:before,
.eventTypeFilters .eventTypeFilter .eventTypeControl:after {
  content: '';
  box-sizing: border-box;
  display: block;
}
.eventTypeFilters .eventTypeFilter .eventTypeControl:before {
  background-color: white;
  position: absolute;
  border-radius: 12.5px;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.eventTypeFilters .eventTypeFilter .eventTypeControl:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  transform: rotate(-45deg) scale(1);
  transition: transform ease 0.25s;
  visibility: hidden;
  height: 33%;
  width: 50%;
  margin-top: 20%;
  display: inline-block;
  position: relative;
  top: -2px;
}
.eventTypeFilters .eventTypeFilter .eventTypeControlLabel {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.dx-scheduler .dx-scheduler-date-table-cell-text {
  color: black;
}
.dx-scheduler .dx-scheduler-view-switcher .dx-buttongroup:focus-within {
  border-style: solid;
  border-width: 2px;
  border-color: black;
}
.dx-scheduler .dx-scheduler-appointment.dx-state-focused {
  border-style: solid;
  border-width: 2px;
  border-color: black;
}
.dx-scheduler .dx-scheduler-appointment .dx-scheduler-appointment-title {
  font-size: 1rem;
}
.dx-scheduler .dx-scheduler-header-panel-cell {
  overflow: visible;
}
.dx-scheduler .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: white;
}
.dx-scheduler .dx-scheduler-appointment-collector,
.dx-scheduler .dx-scheduler-appointment-collector .dx-button-content.dx-scheduler-appointment-collector-content {
  overflow: visible;
}
.dx-scheduler .dx-scheduler-date-table-cell.dx-scheduler-date-table-other-month {
  background-color: #F6F6F6;
  color: black;
  opacity: 1;
}
.event-group {
  margin-top: 1em;
}
.event-group .sidebar-heading {
  text-transform: none;
}
.dx-calendar-navigator .dx-button.dx-state-focused,
.dx-scheduler-navigator .dx-button.dx-state-focused {
  background-color: white;
  outline-width: 2px;
  outline-style: solid;
  outline-color: black;
  z-index: 1;
}
@media (min-width: 992px) {
  .event-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 34%;
    margin-top: 0;
  }
}
.dx-calendar {
  width: 18rem;
  height: 18rem;
}
.dx-calendar-cell {
  font-size: 1rem;
}
.dx-calendar-body thead th {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .dx-calendar {
    width: min(19rem, 85vw);
    height: 19rem;
  }
  .dx-popup-fullscreen-width .dx-calendar {
    width: unset;
    height: 19rem;
  }
}
.youtubeContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
}
.newsCardList .youtubeContainer {
  margin-bottom: 0;
}
.article-media .youtubeContainer {
  margin-bottom: 0;
}
.youtubeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card1container .card .cardImage {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.card1container .card .cardInfoBar {
  opacity: 1;
  text-decoration: none;
}
.card1container .card .cardInfoBar span.h5 {
  text-decoration: underline;
}
.card1container .card .cardInfoBar span.h5,
.card1container .card .cardInfoBar p {
  vertical-align: middle;
}
.card1container .card .cardInfoBar span.h5:after,
.card1container .card .cardInfoBar p:after {
  content: '';
  height: 100%;
  vertical-align: middle;
}
.card1container .card .cardInfoBar p {
  margin-bottom: 0;
}
.newsCardList {
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.newsCardList * {
  box-sizing: border-box;
}
.newsCardList figure {
  margin-bottom: 0;
}
.newsCardList .card a h3 {
  font-size: 1rem;
  text-align: left;
  font-weight: 500;
}
.newsCardList .card a h3:hover {
  color: #00853f;
}
div.divider.line {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 30px;
  margin-bottom: 30px;
}
div.divider.small {
  height: 25px;
}
div.divider.medium {
  height: 50px;
}
div.divider.large {
  height: 100px;
}
.searchResultList .dx-datagrid td {
  padding-top: 0;
  padding-bottom: 0;
}
.searchResultList .dx-freespace-row {
  display: unset;
}
.searchResultList .search-result {
  margin-left: 0;
  margin-right: 0;
}
.searchResultList .search-result .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.searchResultList .dx-datagrid-nodata {
  opacity: 1;
  font-weight: 600;
}
.supporter-document-container .supporter-document {
  padding: 0.25rem;
  /*text-align: center;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: content-box;
        white-space: nowrap;
        padding: .25rem;

        &:before {
            content: '';
            height: 100%;
            width: 0px;
            display: inline-block;
            vertical-align: middle;
        }*/
}
.supporter-document-container .supporter-document a {
  margin: 4rem;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  white-space: normal;
  padding: 0.5rem;
}
.supporter-document-container .supporter-document .inner-container {
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  white-space: nowrap;
  height: 100%;
}
.supporter-document-container .supporter-document .inner-container:before {
  content: '';
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.supporter-document-container .supporter-document .inner-container a {
  margin: 4rem;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  white-space: normal;
  padding: 0.5rem;
}
.dx-datagrid .dx-datagrid-header-panel,
.dx-datagrid .dx-header-row,
.dx-datagrid .dx-toolbar,
.dx-datagrid .dx-datagrid-pager {
  background-color: #f5f5f5;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
}
.dx-datagrid .dx-datagrid-headers {
  color: black;
}
.dx-datagrid .dx-datagrid-header-panel {
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container {
  margin-top: 10px;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container .dx-toolbar-before {
  padding-left: 10px;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container .dx-toolbar-before .dx-toolbar-item {
  padding-right: 10px;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container .dx-toolbar-before .dx-datagrid-search-panel {
  margin-left: 0;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container .dx-toolbar-after {
  padding-right: 10px;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar-items-container .dx-toolbar-item .dx-texteditor-with-label {
  margin-top: 0;
}
.dx-overlay-wrapper {
  font-size: inherit;
}
.dx-overlay-wrapper .dx-overlay-content.dx-state-focused {
  border-color: #dddddd;
}
.dx-overlay-wrapper .dx-overlay-content .dx-popup-title {
  background-color: #f5f5f5;
}
.dx-calendar-body thead th {
  color: white;
  text-align: center;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-empty-cell) {
  background-color: #B1B1B1;
  color: black;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-empty-cell).dx-state-hover span {
  color: black;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-empty-cell {
  color: black;
  pointer-events: none;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-empty-cell.dx-calendar-other-view span {
  visibility: hidden;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-other-view)::before,
.dx-calendar-body .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-other-view)::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  content: '';
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-other-view)::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/** 
* dx-switch Customizations based on "Material Light" theme
* Generated by the DevExpress ThemeBuilder
* Version: 24.2.6
* http://js.devexpress.com/ThemeBuilder/
*/
.dx-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-switch .dx-switch-wrapper {
  display: inline-block;
  text-align: left;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
  inset-inline-start: -10px;
  top: -10px;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: content-box;
}
.dx-switch .dx-switch-wrapper::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-switch-inner {
  display: flex;
  transform: translateX(-50%);
}
.dx-switch-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 20px;
  overflow: visible;
  position: relative;
  padding: 0;
  border: none;
  border-radius: unset;
  background: revert;
}
.dx-state-disabled .dx-switch,
.dx-state-disabled.dx-switch {
  cursor: default;
}
.dx-switch-handle,
.dx-switch-on-value .dx-switch-inner {
  transform: translateX(0);
}
.dx-switch-on-value .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl .dx-switch-wrapper,
.dx-rtl.dx-switch-wrapper {
  text-align: right;
}
.dx-rtl .dx-switch-inner {
  transform: translateX(50%);
}
.dx-rtl .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl.dx-switch-on-value .dx-switch-handle {
  transform: translateX(0);
}
.dx-switch {
  width: 36px;
  height: 20px;
  line-height: 1.2857;
}
.dx-switch-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  border-radius: 500px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #9e9e9e;
}
.dx-switch-inner {
  width: 200%;
  height: 100%;
}
.dx-switch-off,
.dx-switch-on {
  flex-shrink: 0;
  float: left;
  padding: 4px 0;
  width: 50%;
  height: 20px;
  color: transparent;
  text-align: center;
  line-height: 100%;
}
.dx-switch-on {
  background: 0 0;
}
.dx-switch-off {
  display: none;
  padding-bottom: 10px;
  background-color: transparent;
}
.dx-switch-handle {
  flex-basis: 20px;
  flex-shrink: 0;
  position: relative;
  float: left;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fafafa;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.dx-switch-handle::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fafafa;
}
.dx-switch.dx-state-disabled .dx-switch-handle::before,
.dx-switch.dx-state-readonly .dx-switch-handle::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.dx-switch.dx-state-disabled .dx-switch-container::before,
.dx-switch.dx-state-readonly .dx-switch-container::before {
  background-color: #bdbdbd;
}
.dx-switch.dx-state-active .dx-switch-handle::before,
.dx-switch.dx-state-focused .dx-switch-handle::before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.dx-switch-on-value.dx-state-readonly.dx-state-focused .dx-switch-handle::before,
.dx-switch.dx-state-readonly.dx-state-focused .dx-switch-handle::before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.dx-switch-on-value .dx-switch-container::before {
  background-color: rgba(51, 122, 183, 0.5);
}
.dx-switch-on-value .dx-switch-handle::before {
  background-color: #337ab7;
}
.dx-switch-on-value.dx-state-active .dx-switch-handle::before,
.dx-switch-on-value.dx-state-focused .dx-switch-handle::before {
  box-shadow: 0 0 0 10px rgba(51, 122, 183, 0.1);
  border-radius: 50%;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
  margin-left: 0;
}
.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
  float: right;
  margin-left: 0;
  margin-right: -20px;
}
.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
  margin: 0 0 0 -6px;
}
.dx-invalid.dx-switch .dx-switch-container::before {
  background-color: rgba(244, 67, 54, 0.5);
}
.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled) .dx-switch-container .dx-switch-handle::before {
  background-color: #f44336;
}
.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-active .dx-switch-container .dx-switch-handle::before,
.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-focused .dx-switch-container .dx-switch-handle::before {
  box-shadow: 0 0 0 10px rgba(244, 67, 54, 0.1);
}
.dx-switch:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-hover .dx-switch-handle::before {
  background-color: revert;
}
.dx-switch.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-hover .dx-switch-handle::before {
  background-color: #337ab7;
}
.dx-switch:not(.dx-switch-on-value).dx-state-focused .dx-switch-handle::before {
  background-color: revert;
}
.carousel-caption h1,
.carousel-caption p {
  text-shadow: 2px 2px black;
}
.carousel-caption .btn-outline-light {
  color: #004a64;
  background-color: white;
  text-shadow: none;
}
/* Mobile Responsive Styles */
.nav-tabs .nav-link:focus-within > .tab-content > .tab-pane {
  display: block !important;
}
.site-navbar .site-navigation .site-menu .has-children:focus-within > .dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}
.navbar-brand {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.navbar-brand img {
  height: 65px;
}
.site-header__search .form-group,
#collapseSearch .form-group {
  margin: 0;
}
@media only screen and (max-width: 1020px) {
  .carousel-caption {
    bottom: 20%;
    top: 35%;
    right: 2%;
    left: 2%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  section {
    background-attachment: initial !important;
  }
}
@media only screen and (max-width: 680px) {
  .bg-cover {
    max-height: 380px !important;
  }
  .heading-img {
    padding-bottom: 15vh;
    padding-top: 25vh !important;
  }
  #menu-toggle a .event {
    border-radius: 50%;
    width: 10%;
  }
  .form-row > .col,
  .form-row > [class*=col-] {
    max-height: 400px !important;
  }
  .timeline-vertical li {
    width: 50%;
    margin-left: 50%;
  }
  .carousel-caption {
    font-size: 89%;
    bottom: 20%;
    top: 35%;
    right: 2%;
    left: 2%;
    margin: 0;
    padding: 0;
  }
  .heading-center h1 {
    font-size: 3.25em;
  }
  .heading-center p {
    font-size: 1.25rem;
  }
  header .carousel-item {
    height: auto;
    min-height: 650px;
  }
  #callout img {
    width: 100px;
    height: 100px;
  }
  .carousel-item {
    background-attachment: initial !important;
  }
  .timeline-body .timeline-caption {
    bottom: -46% !important;
    position: relative;
  }
  .news-article .timeline-caption {
    bottom: -47% !important;
    position: relative;
  }
  .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .navbar-brand img {
    height: 40px;
  }
}
/* Only Internet Explorer Styles */
html[data-useragent*='MSIE 10.0'] .card {
  width: 100% !important;
}
.ms-webpart-cell-vertical {
  table-layout: fixed;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .card {
    width: 100% !important;
    display: block;
  }
  .card a {
    width: 100%;
    height: 100% !important;
  }
  .site-navbar .site-navigation .site-menu .has-children > a:after {
    top: 7px !important;
  }
  header .wave {
    height: 33px;
  }
  #projects .card {
    width: 100%;
  }
  #projects .card-stretch {
    width: 100%;
  }
}
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}
.card-header button {
  color: #004a64 !important;
}
.card-header {
  background-color: white !important;
}
.director .card-header {
  font-size: 16px;
}
.card {
  border: 1px solid #DFF0F7;
}
.animated-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 5s;
  animation-duration: 3s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 5s;
  animation-duration: 3s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 5s;
  animation-duration: 3s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-hide {
  display: none;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #004a64;
  text-decoration: none;
  background-color: #DFF0F7;
}
.border-primary {
  border-color: #004a64 !important;
}
.site-header {
  background-color: white;
  z-index: 30;
  width: 100%;
}
.site-header .uppermenu {
  background-color: white;
}
@media (max-width: 991.98px) {
  .site-header .uppermenu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #004a64;
  }
}
html,
body {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
div .white-menu {
  position: relative;
}
/* Background Colors and Tints */
.bg-light {
  background-color: white !important;
}
.bg-black {
  background: #000;
}
.bg-primary {
  background-color: #004a64 !important;
}
.bg-primary-overlay {
  background-color: #004a64 !important;
}
.text-primary {
  color: #004a64 !important;
}
.bg-lblue {
  background-color: #DFF0F7;
}
.bg-lblue .text-muted {
  color: #474F52 !important;
}
.bg-info {
  background-color: #0081c6 !important;
}
.black-tint {
  box-shadow: inset 0 0 0 100vh rgba(33, 37, 41, 0.4) !important;
}
/**/
.custom-control-label:before {
  background-color: white;
}
.input-group-text {
  background-color: white;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.custom-select {
  display: block;
  width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.4375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dx-textbox {
  border-color: transparent;
}
.form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.4375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="checkbox"].form-control {
  width: 43px;
}
.form-control.dx-textbox .dx-texteditor-input {
  border-color: #ced4da;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.form-control:not(.dx-textbox):active,
.form-control.dx-textbox .dx-texteditor-input:active,
.form-control:not(.dx-textbox):focus,
.form-control.dx-textbox .dx-texteditor-input:focus {
  border-color: #004A64;
}
.form-control:not(.dx-textbox):active,
.form-control.dx-textbox .dx-texteditor-input:active,
.form-control:not(.dx-textbox):focus,
.form-control.dx-textbox .dx-texteditor-input:focus,
.form-control:not(.dx-textbox):hover,
.form-control.dx-textbox .dx-texteditor-input:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control.dx-textbox {
  border-width: 0;
  padding: 0;
}
.form-control.dx-checkbox {
  border-color: transparent;
}
input.form-control {
  border: 1px solid #8F8F8F;
  border-radius: 0rem;
}
.radio-button-container input[type=radio] {
  margin-left: 10px;
  margin-right: 5px;
}
.radio-button-container input[type=radio]:first-of-type {
  margin-left: 0;
}
.search-form-wrap {
  margin-bottom: 5em;
  display: block;
}
.search-form .form-group {
  position: relative;
}
.search-form .form-group #s {
  padding-right: 50px;
  background: #f7f7f7;
  padding: 15px 15px;
  border: none;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-top .search-top-form {
  position: relative;
  float: right;
}
.search-top .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #fff;
}
.search-top input {
  color: #fff;
  background: #212121;
  background: #046df4;
  width: inherit;
  min-width: 300px;
  border: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 30px 4px 15px;
  font-size: 16px;
}
.search-top input::-webkit-input-placeholder {
  color: #fff;
}
.search-top input:-ms-input-placeholder {
  color: #fff;
}
.search-top input::-ms-input-placeholder {
  color: #fff;
}
.search-top input::placeholder {
  color: #fff;
}
@media (max-width: 767.98px) {
  .search-top input {
    width: 150px;
    min-width: 150px;
  }
}
.search-top input:active,
.search-top input:focus {
  background: #0357c2;
  outline: none;
}
/**/
/* Homepage Template Project Section Carousel */
#projects .carousel-slides {
  position: relative;
}
@media (max-width: 991.98px) {
  #projects .container {
    padding: 0;
  }
  #projects .container .carousel-slides .carousel-item .form-row,
  #projects .container .carousel-slides .carousel-item .form-row * {
    max-height: none !important;
  }
  #projects .container .carousel-slides .carousel-item .form-row p {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  #projects .carousel .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
  }
}
#projects .carousel-control-next:active {
  opacity: 1;
  width: 8%;
  max-height: 450px;
}
#projects .carousel-control-prev:active {
  opacity: 1;
  width: 8%;
  max-height: 450px;
}
#projects .carousel-control-next {
  opacity: 1;
  width: 8%;
}
#projects .carousel-control-prev {
  opacity: 1;
  width: 8%;
}
#projects .carousel-indicators li {
  text-indent: 0;
  margin: 0 2px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  text-align: center;
  border: none;
  border-radius: 0%;
  line-height: 30px;
  color: #004a64;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.25s ease;
}
#projects .carousel-indicators .active {
  color: white;
}
#projects .carousel-indicators .active,
#projects .carousel-indicators .active div {
  background-color: #004a64 !important;
}
#projects .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/**/
/* Cards */
.card-shadow {
  border: 1px solid #cce7f4;
  border-radius: 0.25rem;
}
.card-shadow:hover {
  border: 1px solid #cce7f4;
  border-radius: 0.25rem;
  box-shadow: 0.3rem 0.3rem 0 rgba(233, 236, 239, 0.5);
}
.card-article-wide .card-img-top {
  height: 100%;
  object-fit: cover;
}
#callout .card-img-top {
  width: 150px;
  height: 150px;
}
/* Water Project Cards*/
.card-img-overlay {
  position: relative;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
  padding: 1.25rem;
}
/**/
/* Styling for Water Account tabs */
.water-account .nav-tabs .nav-link {
  color: white !important;
}
.water-account .nav-tabs {
  border-color: #004a64;
}
.water-account .nav-link:hover {
  border-color: #004a64 !important;
}
.water-account .nav-tabs .nav-link.active {
  color: white !important;
  background-color: #004a64;
  border-color: #004a64;
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/**/
/**/
/* Homepage Template Call Out Icon Sections */
.circle {
  border-radius: 50%;
}
#callout .card {
  border: none;
}
#callout img {
  opacity: 0.8;
}
#callout img:hover {
  opacity: 1;
}
#callout .active img {
  opacity: 1;
}
#callout svg {
  width: 30%;
  max-width: 150px;
}
/**/
/* Homepage Template Proposed Projects*/
#projects .card-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}
#projects .card-stretch .card-body {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#projects .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project {
  position: relative;
  left: 15%;
}
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  max-height: 450px;
}
#news a h4:hover {
  color: #00853f;
}
/* History Template Timeline Styling */
.nav-tabs .nav-link.active {
  color: #004a64 !important;
  background-color: rgba(244, 244, 244, 0.9);
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav.nav-tabs > li:last-child a {
  padding-right: 15px;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel-container {
  width: 50%;
  float: left;
}
.timeline > li > .timeline-panel-container .timeline-panel {
  position: relative;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  margin-right: 43px;
}
.timeline > li > .timeline-panel-container .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel-container .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel-container {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel-container .timeline-panel {
  margin-right: 0;
  margin-left: 43px;
}
.timeline > li.timeline-inverted > .timeline-panel-container .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel-container .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 1.25em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -27.5px;
  background-color: #999999;
  border-top-right-radius: 0%;
  border-top-left-radius: 0%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
}
.timeline > li > .timeline-badge > span {
  color: #fff;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
.timeline-badge h3,
.timeline-badge h4 {
  margin-top: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 1.25em;
  color: #004a64;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-circle {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 129, 198, 0.5) !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.timeline-vertical li:nth-child(even) .timeline-circle {
  margin-right: -1.5rem;
  margin-left: 1.5rem;
}
.timeline-vertical li:nth-child(odd) .timeline-circle {
  margin-right: 1.5rem;
  margin-left: -1.5rem;
}
.timeline-vertical {
  padding: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.timeline-vertical li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.timeline-vertical li:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: 0;
  margin-right: 50%;
}
.timeline-vertical li .process-circle {
  margin-right: 1.5rem;
}
.timeline-vertical li:not(:last-child) {
  position: relative;
  margin-bottom: 4.5rem;
}
.timeline-circle::after {
  content: "\f111";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 0.5rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #0081c6 !important;
  opacity: 1;
  border-radius: 50%;
}
.timeline-vertical li:not(:last-child):after {
  content: '';
  display: block;
  width: 2px;
  height: 3rem;
  background: #0377B5;
  position: absolute;
  top: 4.125rem;
}
.timeline-vertical li {
  width: 40%;
  margin-left: 40%;
}
.timeline-caption {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* Timeline Mobile Responsiveness */
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel-container {
    width: auto;
    margin-left: 85px;
    float: none;
  }
  ul.timeline > li > .timeline-panel-container .timeline-panel {
    float: none;
    margin-right: 20px;
  }
  ul.timeline > li > .timeline-panel-container .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel-container .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  ul.timeline > li.timeline-inverted > .timeline-panel-container {
    float: none;
  }
  ul.timeline > li.timeline-inverted > .timeline-panel-container > .timeline-panel {
    margin-left: 0;
    margin-right: 20px;
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
}
@media (max-width: 992px) {
  .display-4 {
    font-size: 1.5rem;
  }
  .day h5 {
    background-color: #004a64;
    padding: 3px 5px 5px;
    margin: -8px -8px 8px -8px;
  }
  .date {
    padding-left: 4px;
  }
}
@media (min-width: 992px) {
  .day {
    height: 150px;
  }
}
/* Top Alert Styling currently */
.alert {
  z-index: 30 !important;
  margin: 0;
  border: none;
  border-radius: 0;
}
.alert .alert-primary .navlink:before {
  content: '/f071';
}
.alert-dark {
  background-color: black;
}
.blink {
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/**/
/* Calendar Template Styling */
.day {
  min-height: 100px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar .btn + .btn {
  margin-top: 5px;
}
@media (min-width: 992px) {
  a.bg-success:hover {
    color: white !important;
    background-color: #004a64 !important;
  }
}
.btn-cal {
  background-color: white;
  color: #004a64;
}
@media (max-width: 992px) {
  .cal.d-flex {
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .date {
    color: white !important;
    padding: 5px;
  }
  div .day {
    font-size: 11px;
    max-width: 14.28%;
    min-height: 80px !important;
  }
  .event-group {
    width: 100%;
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100% !important;
  }
  .lgall {
    position: relative;
    font-size: 11px;
    float: right;
    right: 0%;
    left: 0%;
    text-transform: uppercase;
  }
  a.bg-success:hover {
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    color: #004064 !important;
    background-color: #004064 !important;
  }
}
/**/
/* Homepage Template Top Wave Dividers */
header .wave {
  position: absolute;
  bottom: -3px;
  width: 100vw;
  left: 0;
}
/**/
/* Homepage Template Heading Carousel */
.heading-center {
  display: inherit;
  flex-direction: inherit;
  justify-content: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43);
}
cite .location-icon {
  padding-top: 5vh;
  padding-right: 10px;
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0%;
  top: 45%;
  margin: 0;
  padding: 0;
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-carousel {
  min-height: 70vh;
  position: relative;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block !important;
}
#myCarousel .play-pause-control-container {
  position: absolute;
  top: 10px;
  left: 15%;
  z-index: 20;
  color: white;
}
#myCarousel .play-pause-control-container .play {
  display: none;
}
#myCarousel .play-pause-control-container button {
  color: white;
  text-decoration: none;
  border-style: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 30px;
  background-color: transparent;
  padding: 0;
}
#myCarousel.paused .play-pause-control-container .play {
  display: initial;
}
#myCarousel.paused .play-pause-control-container .pause {
  display: none;
}
#myCarousel .carousel-navigation-control-container {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
#myCarousel .carousel-navigation-control {
  color: white;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 30px;
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
}
#myCarousel .carousel-navigation-control .carousel-control-next {
  right: 0;
}
#myCarousel .carousel-item,
#myCarousel .wave {
  z-index: 10;
}
.carousel-caption p {
  font-size: 1.25em;
}
header .carousel-item {
  height: auto;
  min-height: 550px;
  box-shadow: inset 0 0 0 100vh rgba(0, 0, 0, 0.4) !important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: center;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
/**/
/* Homepage Template Top Buttons Spacing */
#headerbuttons .container {
  padding-top: 1vh;
  padding-bottom: 1vh;
}
/**/
/* Footer */
.site-footer {
  padding: 2em 0;
  background: #333333;
}
.site-footer a:hover {
  color: white !important;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 2em 0;
  }
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: white !important;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 1.15em;
  color: #fff;
  line-height: 1.5;
}
.site-footer .btn:focus,
.site-footer .btn:hover {
  border-color: #FFFFFF;
}
.form-footer-subscribe {
  width: 100%;
}
footer .nav-link {
  color: white;
}
footer a {
  color: white;
}
/**/
/* Base */
.border-2 {
  border-width: 2px;
}
.text-black {
  color: #333333 !important;
}
.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}
.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}
.site-wrap:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-menu .site-wrap {
  position: absolute;
  height: 500vh;
  width: 100vw;
  z-index: 2;
  overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}
.line-height-1 {
  line-height: 1 !important;
}
.border-top {
  border-top: 1px solid #edf0f5 !important;
}
.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}
.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}
.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}
.text-light .breadcrumb-item.active {
  color: white;
}
.heading-img {
  padding-bottom: 15vh;
  padding-top: 20vw;
}
.dt-body-nowrap {
  white-space: nowrap;
}
.skip-to-content-link {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid;
  padding: 0.5rem;
  background-color: white;
  color: black;
  font-size: 1.25rem;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
a.skip-to-content-link {
  text-decoration: none;
}
.skip-to-content-link:focus {
  box-shadow: 0 0 4px 2px black;
  opacity: 1;
  z-index: 50;
}
/* Blocks */
.container {
  max-width: 1200px;
}
section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
section.hero {
  padding-top: 20vh;
  padding-bottom: 0;
}
section.hero .hero-title {
  background-color: #004a64;
}
section.hero .hero-title h1 {
  font-size: 2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  vertical-align: middle;
}
section.hero .hero-title h1:after {
  content: '';
  height: 100%;
  vertical-align: middle;
}
section.standard + section.standard {
  padding-top: 0;
}
section.bg-lblue + section.bg-lblue {
  padding-top: 0;
}
section.bg-primary:not(.hero) + section.bg-primary {
  padding-top: 0;
}
section #headerbuttons {
  padding-top: 0vh !important;
  padding-bottom: 0vh !important;
}
.muted,
.entry2 p {
  color: #666666;
}
.post-entry-sidebar .post-meta {
  font-size: 14px;
  color: #b3b3b3;
}
.post-entry-sidebar ul {
  padding: 0;
  margin: 0;
}
.post-entry-sidebar ul li {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.post-entry-sidebar ul li a {
  display: table;
}
.post-entry-sidebar ul li a img {
  width: 90px;
}
.post-entry-sidebar ul li a img,
.post-entry-sidebar ul li a .text {
  display: table-cell;
  vertical-align: middle;
}
.post-entry-sidebar ul li a .text h4 {
  font-size: 18px;
}
.bio img {
  max-width: 150px;
  border-radius: 50%;
}
.description,
.card-description,
.footer-big p {
  color: #014A64;
  font-weight: 300;
}
.category {
  text-transform: capitalize;
  font-weight: 700;
  color: #014A64;
}
.blockquote {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 2.5px solid #0081c6;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  max-height: 450px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.square {
  position: relative;
  padding-bottom: 100%;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white;
  background-color: #495057;
  border: 1px solid #dee2e6;
}
.nospace-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
/* News Template Pagination */
.custom-pagination span,
.custom-pagination a {
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.custom-pagination a {
  background: #2f89fc;
  color: #fff;
}
.custom-pagination a:hover {
  background: #2f89fc;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.3125rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3755BE;
  border-color: #3755BE;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004a64;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/**/
/* Content Page Template Carousel Number Mobile Slider */
.counter-nav.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%98hgff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#carouselCounter .carousel-indicators li {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgba(0, 133, 63, 0.5);
}
#carouselCounter .carousel-indicators .active {
  background-color: #00853f;
}
#carouselCounter .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* */
/* Sticky Navigation with Animation Styling*/
.site-navbar.is-fixed {
  position: fixed;
  top: 0;
  /* animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s; */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
form .validation-summary-errors {
  text-align: center;
}
form .validation-summary-errors ul {
  list-style: none;
  padding: 0;
}
.alignCenter {
  text-align: center;
}
.article-main-content > section:first-of-type,
.article-main-content .ktc-editable-area div:nth-of-type(3) section {
  padding-top: 0.75rem;
}
form .form-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
form .form-field .control-label {
  color: #004a64;
}
.sticky-wrapper.is-sticky > .mobileUpperMenu {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: initial !important;
}
h5 div {
  margin-bottom: 0.5rem;
}
.google-map-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30%;
  overflow: hidden;
}
.google-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nw-hidden {
  display: none !important;
}
/* Navbar and Navigation */
.site-navbar {
  position: absolute;
  left: 0;
  margin-bottom: 0px;
  z-index: 30;
  width: 100%;
  background: #fff;
}
.sub-menu {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .sub-menu--lvl-1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .sub-menu--lvl-1.with-image {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .sub-menu--lvl-1.Use4Columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .sub-menu--lvl-1.Use4Columns.with-image {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.sub-menu li *,
li.sub-menu * {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.938rem;
}
.sub-menu a {
  display: block;
}
.sub-menu li.sub-menu--lvl-2 a,
.site-mobile-menu .site-nav-wrap .sub-menu li.sub-menu--lvl-2 a {
  color: #00853f;
}
.sub-menu li.sub-menu--lvl-2 ul.sub-menu--lvl-3 li a,
.site-mobile-menu .site-nav-wrap .sub-menu li.sub-menu--lvl-2 ul.sub-menu--lvl-3 li a {
  color: #004a64;
  padding-left: 1em;
  font-weight: 400;
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
  color: white !important;
}
.site-navbar .site-navigation .site-menu > li > a {
  color: white;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 40px 10px 0px;
}
.site-navbar .site-navigation .site-menu > li.has-children {
  padding-right: 34px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0px;
}
.site-navbar .site-navigation .site-menu > li > a,
.site-navbar .site-navigation .site-menu > li > button {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  text-decoration: none !important;
  background-color: transparent;
  border-style: none;
}
.site-navbar .site-navigation .site-menu > li > button[aria-expanded="false"] i.fa-angle-up {
  display: none;
}
.site-navbar .site-navigation .site-menu > li > button[aria-expanded="true"] i.fa-angle-down {
  display: none;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: white !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: static;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: static;
  padding-right: 2px;
}
.site-mobile-menu .site-nav-wrap .has-children .dropdown {
  display: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  display: none;
  width: 100vw;
  top: 100%;
  padding: 10px;
  position: absolute;
  left: 0vw;
  right: 0vw;
  text-align: left;
  border-top: 2px solid #0377B5;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: -5px;
  background-color: white !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active .col > a {
  color: #004a64 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > li {
  list-style: none;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  padding: 0;
  margin: 0;
  min-width: 220px;
}
@media screen and (min-width: 990px) {
  .site-navbar .site-navigation .site-menu .has-children .dropdown .col > li {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-left: 3rem;
    min-width: none;
  }
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > li.menu-item:not(.sub-menu) > a {
  border-bottom: 1px solid #0377B5;
  padding: 9px 20px 5px 0px;
  display: block;
  color: #004a64 !important;
  font-size: 1.1rem;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > li > a:hover {
  background: #DFF0F7;
  color: #004a64 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > div .col > li {
  list-style-type: disc !important;
  padding: 0px 0px 0px 0px;
  margin: 0;
  min-width: 400px;
  color: #004a64;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > li > a {
  background: white;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #0377B5;
  display: block;
  color: black;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li > a:hover {
  color: #00853f !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li:hover {
  transform: translateX(2px);
  transition: transform 0.5s linear;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li > a {
  color: #00853f !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul {
  color: #00853f;
  list-style: none;
  padding: 5px 0px 0px 0px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col div > li.has-children > a:before {
  content: "\e315";
  right: 0px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col div > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col div > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #004a64;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: white !important;
  border-bottom: 0px solid #0377B5;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li > ul {
  color: #004a64 !important;
  padding: 5px 0px 0px 10px;
  list-style: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li > ul > li > a {
  color: #004a64 !important;
  list-style: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .col > .row > div > ul > li > ul > li > a:hover {
  color: #004a64 !important;
  list-style: none;
  transform: translateX(2px);
  transition: transform 0.5s linear;
}
.site-navbar .site-navigation .arrow-collapse-3 {
  display: inline;
  display: none;
  -webkit-appearance: none !important;
  border-color: white !important;
  border-width: 0px;
  border-style: solid;
  position: relative;
  background-color: white;
  padding: 0px;
  left: 20px;
  top: -3px;
  z-index: 1;
  width: 0px;
  height: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-navbar .site-navigation .arrow-collapse-3:hover {
  color: #00853f;
}
button .arrow-collapse-3 .collapsed .active {
  display: inline !important;
}
.site-navbar .site-navigation .arrow-collapse-3:before {
  font-size: 13px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 20;
  background-color: rgba(0, 133, 63, 0.8);
  color: white;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-navbar .site-navigation .arrow-collapse-3.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-menu:hover {
  color: #004a64;
}
button .arrow-collapse-3 .collapsed .active {
  display: inline !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse-3 {
  position: absolute;
  left: 65vw;
  background-color: white;
  display: none;
  bottom: 0px;
  display: inline;
  border-width: 0px;
  border-style: solid;
  border-color: none;
  padding: 0px;
  top: 16px;
  width: 16px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse-3:hover {
  color: white;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse-3:before {
  font-size: 13px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 133, 63, 0.8);
  color: white;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse-3.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu {
  position: absolute;
  height: calc(100% + 1px);
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  padding-top: 0px;
  background-color: white !important;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  overflow-x: hidden;
}
.site-mobile-menu * {
  z-index: 50;
}
.site-mobile-menu .arrow-collapse {
  z-index: 60;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offcanvas-menu .site-mobile-menu {
  position: fixed;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
  overflow: hidden;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  background-color: #004a64;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 2rem;
  color: white;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: white;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  background-color: #004a64;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: 100%;
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  background-color: #004a64;
  list-style: none;
  position: relative;
}
.site-mobile-menu .sub-menu {
  max-width: none;
}
.site-mobile-menu .sub-menu--lvl-1 {
  padding-left: 1em !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  margin-top: 0px !important;
  background-color: white;
}
.site-mobile-menu .site-nav-wrap > li > ul > .col:hover {
  padding-left: 1em !important;
  background-color: white;
}
.site-mobile-menu .site-nav-wrap .row a {
  margin: 0;
  font-weight: 400;
  border-bottom: 0px;
  list-style: none;
  background-color: white;
  color: #00853f;
  position: relative;
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap .row li {
  border-bottom: 0px !important;
}
.site-mobile-menu .site-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  align-items: flex-start;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-mobile-menu .site-nav-wrap a {
  display: inline-block;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.site-mobile-menu .site-nav-wrap a .site-navbar__root-item > a {
  font-weight: 700;
  color: white;
}
.site-mobile-menu .site-nav-wrap a .site-navbar__root-item > button {
  background-color: transparent;
}
.site-mobile-menu .site-nav-wrap a:hover {
  background: #DFF0F7;
  color: #004a64 !important;
}
.site-mobile-menu .site-nav-wrap li.menu-item:not(.sub-menu) a {
  border-bottom: 1px solid #0377B5;
}
.site-mobile-menu .site-nav-wrap .sub-menu li {
  display: block;
  color: #004a64 !important;
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap .sub-menu li a {
  color: #004a64;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-mobile-menu .site-nav-wrap .sub-menu li.active > a {
  color: #004a64 !important;
}
.site-mobile-menu .site-nav-wrap .sub-menu li .collapse a {
  font-size: 14px;
  padding-bottom: 3px;
  color: #004a64 !important;
}
.site-mobile-menu .site-nav-wrap .sub-menu--lvl-1 > li > a {
  font-weight: bold;
}
.site-mobile-menu .site-nav-wrap .has-children > button[aria-expanded="false"] i.fa-angle-up {
  display: none;
}
.site-mobile-menu .site-nav-wrap .has-children > button[aria-expanded="true"] i.fa-angle-down {
  display: none;
}
.site-mobile-menu .site-nav-wrap a > col > ul > li > a:hover {
  background: #DFF0F7;
  color: #004a64 !important;
}
.site-mobile-menu .site-nav-wrap .row ul {
  font-size: 0.875rem;
  padding-left: 10px;
  padding-top: 5px;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  color: #004a64;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  color: white;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  position: relative;
  width: 100%;
  color: white;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
}
.site-mobile-menu .site-nav-wrap > li > a:hover {
  background-color: #004a64;
  color: white !important;
}
.site-mobile-menu .site-nav-wrap > li > .dropdown {
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
  padding: 5px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 18px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  background: white;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 15px;
  padding-left: 70px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}
.sub-link {
  display: -webkit-inline-box;
  text-decoration: none;
  list-style: none;
  padding: 0px 10px;
}
.sub-link a {
  padding-left: 10px;
  text-decoration: none;
  list-style: none;
}
/* */
.offcanvas-menu .site-wrap {
  max-height: 100%;
  overflow: hidden;
}
.site-header__search {
  width: 100%;
}
.site-header__search .form-control {
  flex: 1;
  width: 100px;
}
.account-menu .has-children {
  position: relative;
  cursor: pointer;
}
.account-menu .has-children:after {
  position: relative;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}
.account-menu .has-children.js-hover > .dropdown,
.account-menu .has-children:hover > .dropdown,
.account-menu .has-children:focus > .dropdown,
.account-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.account-menu .dropdown {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border-top: 2px solid #0377B5;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  padding: 0px 0;
  margin-left: -5px;
  background-color: white !important;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  width: 100%;
  z-index: 10;
}
.account-menu .dropdown ul {
  padding-left: 0;
  margin-bottom: 0;
}
.account-menu .dropdown ul li {
  list-style: none;
}
.account-menu .dropdown ul li a,
.account-menu .dropdown ul li button {
  color: black;
}
.site-navigation.bg-primary {
  background-color: #00853f !important;
}
.site-header .uppermenu {
  border-bottom-color: #00853f;
}
.site-header .site-menu-toggle .h5.alternate {
  color: #00853f !important;
}
.site-mobile-menu .site-mobile-menu-header,
.site-mobile-menu .site-mobile-menu-body {
  background-color: #00853f;
}