/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
body:not(.wp-admin) {
  font-family: "Noto Sans";
  background-color: #F2F2F2;
}
body:not(.wp-admin) h1, body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6 {
  font-family: "Verdana";
}
@media print {
  body:not(.wp-admin) h1, body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6 {
    color: black;
  }
}
body:not(.wp-admin):not(.single-event) h1, body:not(.wp-admin):not(.single-event) h2, body:not(.wp-admin):not(.single-event) h3, body:not(.wp-admin):not(.single-event) h4, body:not(.wp-admin):not(.single-event) h5, body:not(.wp-admin):not(.single-event) h6 {
  color: #333333;
}
body:not(.wp-admin):not(.single-event) h1, body:not(.wp-admin):not(.single-event) h2, body:not(.wp-admin):not(.single-event) h3 {
  text-transform: uppercase;
}
body:not(.wp-admin) p, body:not(.wp-admin) a {
  color: #333333;
}
body:not(.wp-admin) p.wp-block-file__button, body:not(.wp-admin) a.wp-block-file__button {
  color: #FFFFFF;
}
body.page-id-3771 h1 {
  display: none;
}
body:is(#ct-controller-ui) p, body:is(#ct-controller-ui) a, body:is(#ct-controller-ui) h1, body:is(#ct-controller-ui) h2, body:is(#ct-controller-ui) h3, body:is(#ct-controller-ui) h4, body:is(#ct-controller-ui) h5, body:is(#ct-controller-ui) h6 {
  color: #FFFFFF;
}
footer .footer-info > .ct-section-inner-wrap {
  align-items: center;
  padding: 5.625rem 0 4.6875rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  text-align: center;
}
footer .footer-info > .ct-section-inner-wrap > div {
  align-items: center;
}
footer .footer-info__policy p {
  padding: 0 0 1rem 0;
  margin: 0;
  text-align: center;
}
footer .footer-info__socials {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}
footer .footer-info__socials a {
  border-radius: 5px;
  width: 3.125rem;
  height: 3.125rem;
}
footer .footer-info__socials a:hover {
  background-color: #082f47;
}
footer .footer-info__socials a:hover .ct-fancy-icon {
  color: #F2F2F2;
}
footer .footer-info__socials .ct-fancy-icon svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
footer .footer-bottom {
  border-top: 1px dashed #FFFFFF;
}
footer .footer-bottom > .ct-section-inner-wrap {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-bottom > .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}
footer .footer-bottom > .ct-section-inner-wrap a {
  text-decoration: none;
}
footer .footer-bottom > .ct-section-inner-wrap a:hover {
  text-decoration: underline;
}
footer .footer-bottom > .ct-section-inner-wrap p, footer .footer-bottom > .ct-section-inner-wrap a {
  color: #FFFFFF;
}
header.ct-section {
  min-height: 28.125rem;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  header.ct-section {
    height: 22.5rem;
    min-height: 22.5rem;
  }
}
header.ct-section .logo-print {
  display: none;
}
header.ct-section::after {
  width: 100%;
  height: 100%;
  background-color: #00000080;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}
header.ct-section .ct-section-inner-wrap {
  align-items: center;
  padding: 1.25rem 0 2.5rem 0;
}
@media (min-width: 768px) {
  header.ct-section .ct-section-inner-wrap {
    gap: 0;
  }
}
@media (min-width: 992px) {
  header.ct-section .ct-section-inner-wrap {
    position: relative;
  }
}
header.ct-section .header-heading {
  height: 100%;
  justify-content: center;
  z-index: 1;
  max-width: 45.6875rem;
  text-align: center;
  min-height: 20.8125rem;
}
@media (min-width: 768px) {
  header.ct-section .header-heading {
    min-height: unset;
  }
}
header.ct-section .header-heading__print-btn {
  position: absolute;
  right: 110px;
  bottom: -25px;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s all;
  display: none;
}
header.ct-section .header-heading__print-btn:hover {
  filter: brightness(1.3);
}
@media (min-width: 992px) {
  header.ct-section .header-heading__print-btn {
    display: initial;
  }
}
header.ct-section .header-heading h1 {
  color: #FFFFFF;
}
header.ct-section .header-nav {
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (min-width: 1048px) {
  header.ct-section .header-nav {
    padding: 0 2.5rem;
  }
}
header.ct-section .header-nav .oxy-site-navigation {
  display: none;
}
@media (min-width: 992px) {
  header.ct-section .header-nav .oxy-site-navigation {
    display: block;
  }
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item {
  background-color: transparent;
  border-radius: 5px;
  position: relative;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item.current-menu-item:not(.current-menu-ancestor .current-menu-item) {
  background-color: #E54A45;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.6875rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Verdana";
  font-weight: 700;
  line-height: 0.875rem;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item:hover {
  background-color: #E54A45;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item button {
  display: none;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item ul {
  background-color: #333333;
  border-radius: 5px;
  padding: 1.125rem;
  position: absolute;
  transform: translate(-50%, 0px);
  left: 50%;
  width: 120px;
  gap: 0.9375rem;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item ul li a {
  font-weight: 400;
  padding: 0;
  white-space: initial;
  text-align: center;
  text-transform: uppercase;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item ul li:hover {
  background-color: transparent;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item ul li:hover a {
  font-weight: 700;
}
header.ct-section .header-nav .oxy-site-navigation li.menu-item ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333333;
  border-width: 9px;
  margin-left: -9px;
}
header.ct-section .header-nav .oxy-site-navigation ul {
  gap: 0.625rem;
  margin: 0;
}
header.ct-section .header-nav .oxy-site-navigation > ul > li.current-menu-ancestor > a::before, header.ct-section .header-nav .oxy-site-navigation > ul > li.current-menu-item > a::before {
  content: none;
}
header.ct-section .mobile-nav-code {
  display: none;
}
@media (max-width: 992px) {
  header.ct-section .mobile-nav-code {
    display: block;
  }
}
header.ct-section #site-mobile-navigation {
  align-items: center;
  display: none;
}
@media (max-width: 992px) {
  header.ct-section #site-mobile-navigation.open {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    position: absolute;
    height: 100vh;
    min-height: 451px;
    top: 6.0625rem;
    left: 0px;
    z-index: 10;
    width: 100%;
    background-color: #FFFFFF;
    padding: 1.25rem;
  }
}
header.ct-section #site-mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.ct-section #site-mobile-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
}
header.ct-section #site-mobile-navigation li:not(.current-menu-item) a {
  color: #333333;
  display: flex;
}
@media (min-width: 1025px) {
  header.ct-section #site-mobile-navigation li:not(.current-menu-item) a {
    display: inline;
    color: #333333;
    font-size: 1.25rem;
  }
}
header.ct-section #site-mobile-navigation li:not(.current-menu-item) a:hover {
  color: #9B9B9B;
  background-color: transparent;
}
header.ct-section #site-mobile-navigation li.current-menu-item > a {
  color: #E54A45;
  display: flex;
}
@media (min-width: 1025px) {
  header.ct-section #site-mobile-navigation li.current-menu-item > a {
    font-size: 1.25rem;
  }
}
header.ct-section #site-mobile-navigation .sub-menu {
  padding: 0;
}
header.ct-section #site-mobile-navigation .sub-menu li {
  list-style: none;
  text-indent: 20px;
}
header.ct-section .mobile-menu .site-menu {
  width: 100%;
}
header.ct-section .mobile-menu .site-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: left;
  list-style: none;
  margin: 0;
  padding: 0px;
}
@media (min-width: 1025px) {
  header.ct-section .mobile-menu .site-menu .menu {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 0;
  }
}
header.ct-section .mobile-menu .menu-item a {
  text-decoration: none;
  padding: 0.625rem 1.375rem;
}
@media (min-width: 1025px) {
  header.ct-section .mobile-menu .menu-item a {
    padding: 0;
  }
}
header.ct-section #mobile-nav-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  margin: 0.875rem;
  margin-right: 0px;
}
@media (min-width: 1025px) {
  header.ct-section #mobile-nav-icon {
    display: none;
  }
}
header.ct-section #mobile-nav-icon span {
  display: block;
  position: absolute;
  height: 0.0625rem;
  width: 87.5%;
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header.ct-section #mobile-nav-icon span:nth-child(1) {
  top: 0.3125rem;
}
header.ct-section #mobile-nav-icon span:nth-child(2), header.ct-section #mobile-nav-icon span:nth-child(3) {
  top: 0.5625rem;
}
header.ct-section #mobile-nav-icon span:nth-child(4) {
  top: 0.8125rem;
}
header.ct-section #mobile-nav-icon.open span:nth-child(1) {
  display: none;
}
header.ct-section #mobile-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.ct-section #mobile-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.ct-section #mobile-nav-icon.open span:nth-child(4) {
  display: none;
}
.single-page, .wide-page {
  margin: auto;
}
.single-page h2, .single-page h3, .wide-page h2, .wide-page h3 {
  padding: 1.5rem 0;
}
.single-page h2.additional-padding, .single-page h3.additional-padding, .wide-page h2.additional-padding, .wide-page h3.additional-padding {
  padding: 4.6875rem 0;
}
.single-page blockquote.wp-block-quote, .wide-page blockquote.wp-block-quote {
  margin: 2.5rem 0;
}
.single-page blockquote.wp-block-quote p, .wide-page blockquote.wp-block-quote p {
  color: #70B38B;
  font-weight: 700;
  font-family: "Verdana";
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.5px;
}
.single-page p, .wide-page p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5%;
  margin: 2.5rem 0;
}
.single-page p:last-of-type, .wide-page p:last-of-type {
  margin-bottom: 0;
}
.single-page p:first-of-type, .wide-page p:first-of-type {
  margin-top: 0;
}
.single-page p a, .wide-page p a {
  color: #333333;
  border-bottom: 2px dotted #333333;
  text-decoration: none;
  word-wrap: break-word;
}
.single-page p a:hover, .wide-page p a:hover {
  border-bottom: none;
}
.single-page figure.wp-block-image, .wide-page figure.wp-block-image {
  margin: 0;
}
.single-page {
  max-width: 45rem;
}
.wide-page {
  padding: 5.4375rem 0 6.5625rem 0;
}
.wp-admin .wp-block-spacer {
  background-color: #9B9B9B;
}
.wp-block-group__inner-container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page.page-id-73 .header-heading__print-btn, body.page.page-id-3458 .header-heading__print-btn, body.page.error404 .header-heading__print-btn {
  display: none;
}
@media print {
  .header-heading__print-btn, header .ct-section-inner-wrap .header-nav {
    display: none;
  }
  header.ct-section {
    height: auto;
  }
  header.ct-section .header-heading {
    align-items: center;
  }
  header.ct-section .logo-print {
    display: block;
  }
  header.ct-section h1 {
    padding: 50px 0;
    font-size: 1.75rem;
  }
  header.ct-section h1 span {
    color: black;
  }
  div.wp-block-spacer {
    max-height: 10px;
  }
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }
  .button-primary {
    display: none !important;
  }
  .single-page {
    max-width: 100% !important;
  }
  body {
    margin: 5mm;
  }
}
@page {
  size: auto;
  margin: 0.5cm;
}
.single-post > .ct-inner-content {
  max-width: 45rem;
  margin: auto;
  margin-top: 3.4375rem;
  margin-bottom: 6.25rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .single-post > .ct-inner-content {
    padding: 0;
  }
}
.single-post > .ct-inner-content p {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.single-post > .ct-inner-content ul {
  align-items: center;
  max-width: 40.625rem;
  padding: 0.9375rem 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.single-post > .ct-inner-content ul li {
  width: 100%;
  padding: 1.5625rem 0rem 1.5625rem 2.1875rem;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  list-style-type: none;
  position: relative;
}
.single-post > .ct-inner-content ul li:not(:last-child) {
  border-bottom: 0.0625rem dashed #e6e6e6;
}
.single-post > .ct-inner-content ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23e94c48'%3E%3Cpath d='M8,0L6.6,1.4L12.2,7H0v2h12.2l-5.6,5.6L8,16l8-8L8,0z'/%3E%3C/svg%3E");
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-post > .ct-inner-content ul a {
  border-bottom: 2px dotted #333333;
  text-decoration: none;
  color: #082f47;
}
.single-post > .ct-inner-content ul a:hover {
  border-bottom: none;
}
