@media only screen and (min-resolution: 120dpi) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-resolution: 200dpi) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .container-sm-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    overflow: hidden;
  }
}

.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    border-radius: 7px;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
}

#main-menu {
  position: relative;
}

@media (min-width: 992px) {
  #main-menu {
    right: auto !important;
  }
}

#main-nav .header-search-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-left: 1rem;
}

#main-nav .header-search-box .form-control {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}

#main-nav .header-search-box button {
  background: #fff;
  color: #07294d;
  border: none;
}

#main-nav .header-search-box button:hover {
  color: #ffc600;
}

#main-nav .search-trigger {
  color: #07294d;
}

#user-menu .dropdown-toggle {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  #user-menu .dropdown-toggle {
    max-width: 290px;
  }
}

@media (max-width: 991.98px) {
  #user-menu .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 7px;
    max-width: 300px;
  }
  #user-menu .dropdown-menu {
    position: absolute;
  }
  #main-menu.collapsing, #main-menu.show {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(216, 223, 38, 0.95);
  }
  #main-menu.collapsing .navbar-nav, #main-menu.show .navbar-nav {
    text-align: center;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }
  #main-menu.collapsing .navbar-nav .nav-item, #main-menu.show .navbar-nav .nav-item {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
  }
  #main-menu.collapsing .navbar-toggler, #main-menu.show .navbar-toggler {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    border: none;
    background-color: #e0e652;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
  }
  #main-menu.collapsing .nav-item .dropdown-menu, #main-menu.show .nav-item .dropdown-menu {
    background: transparent;
    border-left: 0;
    border-right: 0;
    text-align: center;
  }
  #main-menu.collapsing .nav-item .dropdown-menu a, #main-menu.show .nav-item .dropdown-menu a {
    background: transparent;
    font-weight: 900;
    font-size: 1.5rem;
    color: #000;
  }
}

footer a {
  color: #c0e5f5;
}

footer a:hover {
  color: #fff;
}

@media (max-width: 575.98px) {
  footer a {
    font-size: 1.15rem;
  }
}

footer .btn-newsletter-subscribe {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-weight: bold;
}

footer .newsletter-success {
  position: absolute;
  top: 0;
  color: #fff;
}

.form-control-fake-lg {
  height: calc(2.875rem + 2px);
  line-height: 1.5;
  border-radius: 25px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #f8f9fa;
}

.form-control-fake-lg::placeholder {
  text-transform: uppercase;
}

.form-control-fake-lg.newsletter-input {
  padding: 0.5rem 1rem !important;
}

textarea.form-control-fake-lg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.form-group {
  position: relative;
}

.form-group [required] {
  background-repeat: no-repeat;
  background-position: center right calc(3.25rem / 4);
  background-size: 0.75rem 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.1564 1.2701 5.3484 5.4574' fill='none' stroke='%232ba8df' stroke-width='1px'/%3E%3Cpath d='m1.1569 6.7349 5.3549-5.4648' fill='none' stroke='%232ba8df' stroke-width='1px'/%3E%3Cpath d='m3.8215 0.38863 0.0094787 7.09' fill='none' stroke='%232ba8df' stroke-width='1px'/%3E%3Cpath d='m7.4592 3.9939-7.09 0.00948' fill='none' stroke='%232ba8df' stroke-width='1px'/%3E%3C/svg%3E");
}

.form-group textarea[required] {
  background-position: top 1em right calc(3.25rem / 4);
}

.btn.btn-lg {
  font-weight: 900;
}

@media (min-width: 576px) {
  .btn.btn-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 575.98px) {
  .btn-lg {
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.5rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px) {
  .btn-lg {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.305rem + 0.66vw) ;
  }
}

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2825rem + 0.39vw) ;
  }
}

@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.26rem + 0.12vw) ;
  }
}

.font-weight-super-bold {
  font-weight: 900;
}

.larger, .rte p {
  font-size: 1.25rem;
  color: #6c757d;
}

@media (max-width: 575.98px) {
  .larger, .rte p {
    font-size: 1.15rem !important;
  }
  .larger.xs-not-larger, .rte p.xs-not-larger {
    font-size: 1rem;
  }
}

.rte {
  font-size: 1.25rem;
  color: #6c757d;
}

.rte strong, .rte b {
  font-weight: 900;
}

.rte h1 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte h2 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte h3 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte h4 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte h5 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte h6 {
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.rte ul, .rte ol {
  list-style-type: none !important;
  padding: 0;
  border-bottom: 1px solid #07294d;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .rte ul, .rte ol {
    border-bottom: none;
  }
}

.rte ul li, .rte ol li {
  border-top: 1px solid #07294d;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .rte ul li, .rte ol li {
    margin-bottom: 0.5rem;
    padding-top: 0;
    position: relative;
    padding-left: 3rem;
    border-top: none;
    border-bottom: none;
  }
  .rte ul li::before, .rte ol li::before {
    content: "\2022";
    display: inline-block;
    color: #07294d;
    position: absolute;
    left: 1.5rem;
    font-size: 3rem;
    line-height: 2.1rem;
  }
}

.rte ul li > p, .rte ol li > p {
  margin-bottom: 0;
}

.rte.rte-smaller ul li {
  padding-left: 2rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .rte.rte-smaller ul li::before {
    content: "\2022";
    display: inline-block;
    color: #07294d;
    position: absolute;
    left: 1rem;
    font-size: 2rem;
    line-height: 1.9rem;
  }
}

.pagination .page-item {
  margin-right: 1rem;
}

.entity-gallery .gallery-item {
  display: block;
  width: 33.333%;
  position: relative;
}

.entity-gallery .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  color: #FFF;
  opacity: 0;
  display: flex;
}

.entity-gallery .gallery-item img {
  filter: grayscale(100%);
}

@media (max-width: 575.98px) {
  .entity-gallery .gallery-item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .entity-gallery .gallery-item {
    width: 50%;
  }
}

.entity-gallery .gallery-item:hover .overlay {
  opacity: 1;
}

.entity-gallery .gallery-item:hover img {
  filter: grayscale(0%);
}

#entity-gallery-modal {
  text-align: center;
}

#entity-gallery-modal .modal-dialog {
  display: inline-block;
}

#entity-gallery-modal .modal-dialog .modal-body {
  padding: 0;
}

@media (max-width: 575.98px) {
  .slider-item {
    text-align: center;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fluid-embed {
  position: relative;
  padding-bottom: 52.77%;
  height: 0;
  overflow: hidden;
}

.fluid-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Cookie banner */
.cookie-banner {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 32px;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 999999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner a {
  color: #fff;
  font-weight: 600;
}

.cookie-banner .cookie-close {
  margin-left: 32px;
  cursor: pointer;
}

body:not(.cookie-banner-active) {
  padding-bottom: 0 !important;
}

.event {
  border-left-width: 0.75rem !important;
}

.event.event-1 {
  border: 1px solid #07294d;
}

.event.event-1 .event-featured-image .overlay {
  background: rgba(7, 41, 77, 0.4);
}

.event.event-2 {
  border: 1px solid #00a59b;
}

.event.event-2 .event-featured-image .overlay {
  background: rgba(0, 165, 155, 0.4);
}

.event.event-3 {
  border: 1px solid #16b252;
}

.event.event-3 .event-featured-image .overlay {
  background: rgba(22, 178, 82, 0.4);
}

.event.event-4 {
  border: 1px solid #d8df26;
}

.event.event-4 .event-featured-image .overlay {
  background: rgba(216, 223, 38, 0.4);
}

.event .event-featured-image {
  position: relative;
  display: block;
}

.event .event-featured-image .overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 77, 0.8);
}

@media (max-width: 767.98px) {
  .event {
    border-left-width: 1px !important;
    border-top-width: 0.75rem !important;
  }
}

.social-wrapper {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #051d36;
  text-align: center;
}

.social-wrapper i {
  line-height: 35px;
}

/*# sourceMappingURL=styles.css.map */
