:root {
    --white: #fff;
    --lightgrey: #fafafa;
    --indigo: indigo;
}
html {
  scroll-behavior: smooth;
}
body {
    color: #2c1e4a;
}
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: #aecdd7;
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
    color: #e33638;
}
.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: #aecdd7;
    color: #fff;
    padding: .2rem .6rem;
}
.widget_calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: bold;
    color: #aecdd7;
    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: #aecdd7;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.688rem;
}
.widget_calendar tbody td a:hover {
    background-color: #aecdd7;
    text-decoration: none;
}
/* Article */
article header p {
    margin-bottom: 0.5rem;
}
article time {
    font-weight: 600;
}
/* Footer */
.preheader {
    color: var(--white);
    background-color: #aecdd7;
}
.preheader a {
    color: var(--white);
}
footer.footer {
    background-color: #aecdd7;
}
.reveal {
    text-align: center;
}
.reveal h2 {
    display: inline-block;
    position: relative;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    padding-bottom: 1rem;
}
.reveal h2::before,
.reveal h2::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 2rem;
    width: 85px;
    height: 48px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.9 98.2'%3E%3Cpath fill='%23aecdd7' d='M0 98.2h41.4L70 32.4c2.1-4.8 6.8-7.8 12-7.8h90.9v-2c0-12.4-10.1-22.6-22.5-22.6H52.8C47.7 0 43 3 40.9 7.7L0 98.2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100px auto;
    background-size: contain;
}
.reveal h2::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.9 98.2'%3E%3Cpath fill='%23e33638' d='M172.9 0h-41.4l-28.6 65.8c-2.1 4.8-6.8 7.8-12 7.8H0v2C0 88 10.1 98.1 22.5 98.1h97.6c5.1 0 9.8-3 11.9-7.7L172.9 0Z'/%3E%3C/svg%3E");
}
.iscounter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.9 98.2'%3E%3Cpath fill='%23e33638' d='M0 98.2h41.4L70 32.4c2.1-4.8 6.8-7.8 12-7.8h90.9v-2c0-12.4-10.1-22.6-22.5-22.6H52.8C47.7 0 43 3 40.9 7.7L0 98.2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 85px auto;
}
.iscounter > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.9 98.2'%3E%3Cpath fill='%23e33638' d='M172.9 0h-41.4l-28.6 65.8c-2.1 4.8-6.8 7.8-12 7.8H0v2C0 88 10.1 98.1 22.5 98.1h97.6c5.1 0 9.8-3 11.9-7.7L172.9 0Z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 85px auto;
}
.iscounter > div > p:first-child {
    padding: 1.5rem 2.5rem 0 2.5rem;
}
.iscounter > div > p:last-child {
    padding: 0 2.5rem 1.5rem 2.5rem;
}
.iscounter em {
    font-style: normal;
}
.iscounter strong {
    font-weight: 500;
}
.iscounter .h1-xl {
    line-height: 1;
    font-size: 2rem;
}
/* Color validator fix */
#totop{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #aecdd7;
    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: 18px;
    border-width: 0;
    border-radius: 3px;
    font-weight: 600;
}
a.wp-block-button__link {
    background-color: #aecdd7;
    color: var(--white);
}
.wp-block-button__link:hover {
    color: var(--white);
    background-color: #aecdd7;
}
.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;
}
/**/
body {
    font-size: 18px;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}
a {
    color: #e33638;
}
.navbar-brand img {
    width: 300px;
}
#wrapper-navbar {
	background-color: #2c1e4a;
	margin-bottom: 1rem;
}
body.home #wrapper-navbar {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
	background-color: transparent;
	margin-bottom: 0;
}
body.home.admin-bar #wrapper-navbar {
    top: 32px;
}
mark, .mark {
    padding: 0;
}
.h1-xl {
    font-weight: bold;
}
.h1-xl strong {
    font-size: 170%;
    font-weight: bold;
}
.fw-light strong {
    font-weight: bold;
}
.maxwdt {
    max-width: 1100px;
}
.mtopneg {
    padding: 15rem 2.5rem 2rem 2.5rem;
    margin-top: -10rem;
    box-shadow: 0px 4px 5px rgba(0,0,0, .5);
}
.boxshadow {
    box-shadow: 0px 4px 5px rgba(0,0,0, .5);
}
.notes {
    position: relative;
    margin-left: 3rem;
    padding-left: 7rem !important;
}
.notes figure {
    position: absolute;
    left: -3rem;
    top: -1.125rem;
}
.smallbig, .smallbig strong {
    font-weight: bold;
}
.smallbig strong {
    font-size: 130%;
}
.baffo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 175.5 100.1'%3E%3Cpath fill='none' stroke='%23a7cfd8' stroke-miterlimit='10' stroke-width='2' d='M173.9 1h-41.4l-28.6 65.8c-2.1 4.8-6.8 7.8-12 7.8H1v2C1 89 11.1 99.1 23.5 99.1h97.6c5.1 0 9.8-3 11.9-7.7L173.9 1Z'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.centerdot {
  list-style-position: inside;
  padding: 0;
  margin: 0 auto;
}
.paxlist img {
    border-radius: 50%;
}
.paxlist .wp-block-media-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.paxlist .wp-block-media-text p {
    margin-bottom: 0;
}
.pborder p {
    border: 1px solid #e33638;
    padding: 1rem 1.5rem;
    display: flex;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.pborder p + p {
    margin-top: 1rem;
}
.pborder p strong {
    font-weight: normal;
}
.navbar .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.325rem;
    font-weight: 300;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border-color: transparent;
}
 .rotateleft {
    color: #e33638;
    font-weight: bold;
}
.ohidden {
    overflow: hidden;
}
.breadcrumb {
    font-size: 85%;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
    .reveal h2::before, .reveal h2::after {
        width: 60px;
    }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {
    .navbar-brand img {
      width: 240px;
    }
    .baffo {
        background-size: 150px auto;
    }
}
@media (min-width: 768px) {
    .h1-xl {
        font-size: 2.5rem;
    }
}
@media (max-width: 991.98px) {
    .nav-link {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    #main-menu > li {
        position: relative;
    }
    #main-menu > li::before {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        top: .5rem;
        bottom: .5rem;
        right: -1.5px;
        background: #aecdd7;
    }
    #main-menu > li:last-child::before {
        content: none;
    }
    .rotaterow {
        align-items: end;
    }
    .rotatewrap {
      width: 180px;
    }
    .rotatewrap + div {
      width: calc(100% - 180px - 1rem);
    }
    .rotateleft {
      bottom: 0;
      left: 0;
      transform: rotate(-90deg) translateY(100%);
      transform-origin: bottom left;
    }
}
@media (max-width: 1199.98px) {

}
@media (min-width: 1200px) {
  .h1-xl {
        font-size: 2.75rem;
  }
  .smallbig {
    font-size: 2.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
