:root {
    --white: #fff;
    --lightgrey: #fafafa;
    --darkblue: #003B5B;
    --cyan: #009FE3;
    --lightcyan: #e0f1f5;
    --darkgrey: #3C3C3B;
    --lightgrey: #ECECEC;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "muli", sans-serif;
}
.opensans {
    font-family: "open-sans", sans-serif;
}
body.admin-bar .fixed-top {
    top: 32px;
}
article h1,
article h2,
article h3,
article h4 {
    margin-top: 1.4rem;
    margin-bottom: .7rem;
}
/* Helpers */
.alignleft {
    float: left;
    margin-right: 1.5rem;
}
.alignright {
    float: right;
    margin-left: 1.5rem;
}
.aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
}
a, .btn-link, .page-link {
    color: var(--darkblue);
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
    color: var(--darkblue);
}
.textwidget img,
article img {
    max-width: 100%;
    height: auto;
}
.bgcover {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
}
/* video embed */
.embed-youtube,
.embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.embed-youtube iframe,
.embed-vimeo iframe  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe, 
object, 
embed {
  max-width: 100%;
}
/* calendar */
.widget_calendar .widget-title,
.widget_websoupevents_calendar .widget-title {
    background-color: var(--darkblue);
    color: #fff;
    padding: .2rem .6rem;
}
.widget_calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: bold;
    color: var(--darkblue);
    padding-top: 0.125rem;
}
.widget_calendar table {
    width: 100%;
    position: relative;
}
.widget_calendar tbody td, .widget_calendar thead th {
    border-top: 1px solid #dee2e6;
    padding: .3rem;
}
.widget_calendar tfoot #prev {
    position: absolute;
    top: 0;
    left: 0;
}
.widget_calendar tfoot #next {
    position: absolute;
    top: 0;
    right: 0;
}
.widget_calendar tfoot .pad {
    display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
    text-align: center;
}
.widget_calendar tbody a {
    background-color: var(--darkblue);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.688rem;
}
.widget_calendar tbody td a:hover {
    background-color: var(--darkblue);
    text-decoration: none;
}
/* Article */
article header p {
    margin-bottom: 0.5rem;
}
article time {
    font-weight: 600;
}
/* Footer */
.preheader {
    color: var(--white);
    background-color: var(--darkblue);
}
.preheader p {
    margin-bottom: 0;
}
.preheader a {
    color: var(--white);
}
footer.footer {
    color: var(--white);
    background-color: var(--darkblue);
}
footer.footer a {
    color: var(--white);
    text-decoration: none;
}
/* Color validator fix */
#totop{
    width: 30px;
    height: 30px;
    text-align: center;
    background: var(--darkblue);
    color: #ffffff;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    line-height: 30px;
    z-index: 900;
    box-sizing: content-box;
}
.gallery .gallery-icon {
    text-align: center;
}
div[class*="gallery-columns-"] {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.gallery > figure {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
}
.gallery-columns-1 > figure {
    width: 100%;
}
.gallery-columns-2 > figure {
    width: 50%;
}
.gallery-columns-3 > figure {
    width: 33.33%
}
.gallery-columns-4 > figure {
    width: 25%;
}
.gallery-columns-5 > figure {
    width: 20%;
}
.gallery-columns-6 > figure {
    width: 16.66%
}
.gallery-columns-7 > figure {
    width: 14.28%
}
.gallery-columns-8 > figure {
    width: 12.5%;
}
.gallery-columns-9 > figure {
    width: 11.11%;
}
.admin-bar .navbar-main.fixed-top {
    top: 32px !important;
}
/**/
.bglightgrey {
    background-color: var(--lightgrey);
}
.bgwhite {
    background-color: var(--white);
}
.wp-block-button__link,
.btn {
    padding: 10px 24px;
    text-decoration: none;
    line-height: var(--bs-btn-line-height);
    font-size: 1;
    border-width: 0;
    border-radius: 0;
    font-weight: normal;
    background-color: var(--cyan);
    color: var(--white);
    text-transform: uppercase;
}
a.wp-block-button__link {
    background-color: var(--cyan);
    color: var(--white);
}
.wp-block-button__link:hover {
    color: var(--white);
    background-color: var(--darkblue);
}
.wpcf7-form-control-wrap {
    display: block;
}
.radioblock .wpcf7-list-item {
    display: block;
}
#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
    box-shadow: none !important;
}
/**/
.roundimg > * {
    border-radius: 1rem;
    overflow: hidden;
    width: 550px;
    max-width: 100%;
}
.wp-block-columns {
    width: 100%;
}
.navbar-brand img {
    width: 280px;
}
.cyan {
    color: var(--cyan);
}
.nav-link {
    text-transform: uppercase;
    font-family: "open-sans", sans-serif;
    font-weight: bold;
    color: var(--darkblue);
}
.dropdown-menu {
    padding: 1px 0;
    border-radius: 0;
    background: var(--lightgrey);
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--white);
  background-color: var(--cyan);
}
.novita span {
    position: relative;
    display: inline-block;
}
.novita span::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: -4px;
    width: 60px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 226.2 88.7' xml:space='preserve'%3E%3Cpath fill='%23CD2136' d='M219.9 0 27.6 35.5 0 40.6l28.5 19.6L8.9 88.7l27.6-5.1 164.7-30.5 27.6-5-28.5-19.6L219.9 0z'/%3E%3Cpath fill='%23FFF' d='m73.8 35.5 3.3 31.7-6.1 1.1-16-15L56.8 71l-7.6 1.4-3.3-31.7 6-1.1 16 15.1L66.1 37l7.7-1.5zm13.9 28.7c-2-.6-3.7-1.6-4.9-3.1-1.3-1.5-2.1-3.3-2.5-5.6-.5-2.5-.4-4.8.3-6.8s1.9-3.7 3.5-5c1.7-1.3 3.7-2.2 6.2-2.7s4.7-.4 6.7.2c2 .6 3.6 1.6 4.9 3.1s2.1 3.3 2.5 5.5c.5 2.5.4 4.8-.3 6.8s-1.8 3.7-3.5 5-3.7 2.2-6.2 2.6c-2.5.6-4.7.6-6.7 0zm8.6-8.2c.5-1.3.6-3 .2-4.9-.3-1.7-.9-2.8-1.7-3.5-.8-.7-2-.9-3.4-.6-1.6.3-2.7 1.1-3.2 2.4-.5 1.3-.6 2.9-.2 4.8.3 1.7.9 2.9 1.7 3.6.8.7 2 .9 3.4.6 1.7-.2 2.7-1 3.2-2.4zm33.4-21.5L122 58.9l-6.6 1.2-12.1-20.8 8-1.5 6.5 11.8 3.8-13.7 8.1-1.4zm8.3-12.9.8 7.2-8.3 1.5-.8-7.2 8.3-1.5zm-6.9 12.6 7.9-1.5 2.4 22.6-7.9 1.5-2.4-22.6zm23.9 9c.1 1.1.5 1.8 1.2 2.2s1.5.6 2.4.4c.6-.1 1.3-.3 2.1-.7l.6 6.1c-1 .6-2.4 1.1-4.1 1.4-2.8.5-5 .2-6.7-1s-2.8-3.1-3.3-5.8c-.1-.5-.2-.9-.2-1.2l-.8-7.3-4.2.8-.6-6 4.2-.8-.5-5.1 7.7-4 .8 7.7 5.3-1 .6 6-5.4 1 .9 7.3zm30.4-19 2.4 22.6-7.8 1.4-.2-2.5c-.5 1-1.3 1.9-2.3 2.6s-2.2 1.2-3.6 1.4c-1.9.3-3.6.2-5.2-.4-1.6-.6-2.9-1.6-4-3.1s-1.9-3.3-2.3-5.5c-.4-2.4-.4-4.7.2-6.7.6-2.1 1.5-3.8 3-5.1 1.4-1.4 3.2-2.2 5.2-2.6 2.9-.5 5.3.1 7.2 1.9l-.2-2.5 7.6-1.5zm-22.2-8.3 7.1-1.3 5.5 8.4-4.8.9-7.8-8zm15.1 25.2c.6-1.2.7-2.7.4-4.5s-1-3.2-1.9-3.9c-.9-.8-2-1.1-3.4-.8-1.4.3-2.4 1-3 2.2s-.8 2.8-.4 4.7c.3 1.7 1 3 1.9 3.8s2.1 1 3.5.8c1.4-.3 2.4-1.1 2.9-2.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.linkgrid {
    font-size: 1.25rem;
    font-weight: bold;
    gap: 0;
}
.linkgrid a {
    text-decoration: none;
    color: var(--darkblue);
}
.linkgrid > div {
    border-right: 1px solid var(--lightgrey);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}
.linkgrid > div:last-child {
    border: 0;
}
.linkgrid p {
    margin: 0;
    line-height: 1.2;
}
.iconlist {
    font-weight: bold;
    font-size: 1.25rem;
}
.iconlist figure {
    border: 1px solid var(--lightgrey);
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: .5rem;
}
.iconlist a {
    text-decoration: none;
}
ul.check {
    list-style-type: none;
    padding-left: 0;
}
ul.check > li {
    padding-left: 2rem;
    position: relative;
}
ul.check > li::before {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f00c';
    color: var(--cyan);
}
.mark, mark {
    padding: 0;
}
.bgtitle {
    display: inline-block;
    background-color: var(--lightcyan);
    color: var(--cyan);
    padding: .125rem .5rem 0 .5rem;
    margin-bottom: 1rem;
}
.bgtitle a {
    text-decoration: none;
    color: var(--cyan);
}
.navbar-toggler {
    border: 0;
}
#colophon p {
    display: inline;
    margin-bottom: 0;
}
body.home .carousel {
    background-color: var(--cyan);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 250px;
    }
    body.home .carousel .wp-block-cover .wp-block-cover__image-background {
        height: 200px;
    }
    body.home .carousel .wp-block-cover {
      align-items: flex-end;
      justify-content: center;
    }
    body.home .carousel .wp-block-columns {
        margin-bottom: 0;
    }
    body.home .carousel .h1 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    body.home .carousel .lead {
        font-size: 1rem !important;
    }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {
    .preheader {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #colophon {
        padding-bottom: 4rem !important;
    }
}
@media (min-width: 768px) {
  
}
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu.show {
        margin-bottom: 1rem;
    }
    .navbar-nav .dropdown-item {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
}
@media (max-width: 1199.98px) {

}
@media (min-width: 1200px) {
  
}