﻿@font-face {
  font-family: "Barlow";
  src: url("/Fonts/Barlow-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Barlow";
  src: url("/Fonts/Barlow-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow";
  src: url("/Fonts/Barlow-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow";
  src: url("/Fonts/Barlow-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("/Fonts/Barlow-Bold.woff2") format("woff2");
  font-weight: 700;
}
body {
  font-family: Barlow, Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}

h1 {
  font-weight: 500;
  font-size: 48px;
}

h2 {
  font-weight: 500;
  font-size: 26px;
}

h4 {
  font-weight: 400;
  font-size: 18px;
}

header .header-wrapper {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
}
header .header-wrapper img {
  height: 30px;
  margin-right: 50px;
}
header .header-wrapper .header-sections a {
  color: #738294;
  text-decoration: none;
  margin: 0 6px;
  font-size: 14px;
}
header .header-wrapper .header-sections a:hover {
  color: #000;
}
header .hero {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  background: center center no-repeat;
  background-size: cover;
}
header .hero .container, header .hero .row, header .hero .col-12 {
  height: 100%;
}
header .hero .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}
header .hero .hero-content h1 {
  border-top: 4px #6b04a8 solid;
  color: #fff;
  flex: 0 0 100px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  padding: 20px 0;
}

.sections-wrapper {
  box-sizing: border-box;
  margin-bottom: 50px;
}
.sections-wrapper .section-heading {
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #3d1152;
  margin: 24px 0;
  color: #fff;
}
.sections-wrapper .section-heading h4 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
}
.sections-wrapper .section-content {
  box-sizing: border-box;
  padding: 20px 0;
}
.sections-wrapper .section-items {
  display: flex;
  justify-content: flex-start;
  gap: 30px 30px;
  flex-wrap: wrap;
}
.sections-wrapper .section-items .section-item-wrapper {
  flex: 0 0 30%;
  border: 2px #beccd6 solid;
  box-shadow: 0px 0px 28px 1px rgb(190, 204, 214);
}
.sections-wrapper .section-items .section-item-wrapper .item-image {
  width: 100%;
}
.sections-wrapper .section-items .section-item-wrapper .item-image img {
  width: 100%;
}
.sections-wrapper .section-items .section-item-wrapper .item-content {
  box-sizing: border-box;
  padding: 10px 10px;
}
.sections-wrapper .section-items .section-item-wrapper .item-content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sections-wrapper .section-items .section-item-wrapper .item-content .buttons-container a {
  margin: 6px 6px;
  color: #000;
  box-sizing: border-box;
  padding: 7px 14px;
  text-decoration: none;
  display: inline-block;
  border: 2px #738294 solid;
}
.sections-wrapper .section-items .section-item-wrapper .item-content .buttons-container a:hover {
  background-color: #738294;
  color: #fff;
}
.sections-wrapper .section-items .section-item-wrapper .event-item .event-detail-item {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.sections-wrapper .section-items .section-item-wrapper .event-item .event-detail-item:last-of-type {
  margin-bottom: 0;
}
.sections-wrapper .section-items .section-item-wrapper .event-item .event-detail-item i {
  margin-right: 10px;
}
.sections-wrapper .section-items .section-item-wrapper .event-item .event-detail-item a {
  color: #000;
  text-decoration: none;
}
.sections-wrapper .section-items .section-item-wrapper .event-item .event-detail-item a:hover {
  text-decoration: underline;
}

.staff-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 60px;
  justify-content: flex-start;
}
.staff-wrapper .staff-item {
  width: 200px;
}
.staff-wrapper .staff-item .staff-image {
  width: 100%;
}
.staff-wrapper .staff-item .staff-image img {
  width: 100%;
}
.staff-wrapper .staff-item .staff-content {
  box-sizing: border-box;
  padding: 10px 10px;
}
.staff-wrapper .staff-item .staff-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.staff-wrapper .staff-item .staff-content p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.staff-wrapper .staff-item .staff-content a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.staff-wrapper .staff-item .staff-content a:hover {
  text-decoration: underline;
}

.filters-wrapper {
  padding: 40px 0 20px 0;
}
.filters-wrapper .filters-container {
  display: flex;
  justify-content: center;
}
.filters-wrapper .filters-container .filter-item {
  margin-right: 40px;
}
.filters-wrapper .filters-container .filter-item label {
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
}
.filters-wrapper .filters-container .filter-item select {
  font-size: 18px;
  padding: 6px 60px 6px 10px;
  appearance: none;
  background: url("/Images/icn-dropdown.svg") no-repeat center right 10px;
  background-size: 20px;
}

footer {
  background-color: #6b04a8;
  padding: 50px 0;
}
footer .footer-items {
  display: flex;
}
footer .footer-items .footer-logo {
  flex: 0 0 50%;
}
footer .footer-items .footer-logo img {
  height: 80px;
}
footer .footer-items .footer-content {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-items .footer-content h4, footer .footer-items .footer-content a {
  margin: 0;
}
footer .footer-items .footer-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-right: 30px;
}
footer .footer-items .footer-content a {
  border: 1px #fff solid;
  background-color: #fff;
  color: #000;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
footer .footer-items .footer-content a:hover {
  background-color: #e5a2ff;
  border-color: #e5a2ff;
}

.debug-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 2px #000 solid;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 10px 30px;
  font-size: 12px;
}

#ajaxLoading {
  display: none;
  color: #000;
  font-weight: normal;
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: 2px #000 solid;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  border-top-right-radius: 20px;
}
#ajaxLoading #ajaxMessage {
  padding-left: 20px;
}

.spinner {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #000;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  header .header-wrapper img {
    margin: 0 auto;
  }
  header .header-wrapper .header-sections {
    display: none;
  }
  header .hero {
    background-image: none !important;
    background-color: #738294;
    height: initial;
    max-height: initial;
    min-height: initial;
  }
  header .hero .hero-content {
    display: block;
  }
  header .hero .hero-content h1 {
    display: block;
    width: 70%;
    margin: 40px auto;
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
    line-height: 46px;
  }
  .filters-wrapper {
    padding: 20px 0 0px 0;
  }
  .filters-wrapper .filters-container {
    display: block;
  }
  .filters-wrapper .filters-container .filter-item {
    padding-bottom: 2px;
    text-align: center;
    margin-bottom: 10px;
  }
  .filters-wrapper .filters-container .filter-item:last-of-type {
    margin-bottom: 0;
  }
  .filters-wrapper .filters-container .filter-item label {
    font-size: 16px;
  }
  .filters-wrapper .filters-container .filter-item select {
    padding: 3px 30px 3px 12px;
  }
  .sections-wrapper {
    margin-bottom: 0;
  }
  .sections-wrapper .section-items {
    display: block;
  }
  .sections-wrapper .section-items .section-item-wrapper {
    margin-bottom: 20px;
  }
  .staff-wrapper {
    gap: 20px 20px;
  }
  .staff-wrapper .staff-item {
    width: 150px;
  }
  .staff-wrapper .staff-item .staff-content {
    padding: 5px 5px;
  }
  .staff-wrapper .staff-item .staff-content h3 {
    font-size: 20px;
  }
  .staff-wrapper .staff-item .staff-content p {
    font-size: 14px;
  }
  .staff-wrapper .staff-item .staff-content a {
    font-size: 12px;
  }
  footer {
    padding: 10px 20px;
  }
  footer .footer-items {
    display: block;
  }
  footer .footer-items .footer-logo {
    text-align: center;
  }
  footer .footer-items .footer-logo img {
    height: 60px;
  }
  footer .footer-items .footer-content {
    display: block;
  }
  footer .footer-items .footer-content h4 {
    text-align: center;
    margin-right: 0;
  }
  footer .footer-items .footer-content .contact-container {
    text-align: center;
  }
  footer .footer-items .footer-content .contact-container a {
    display: inline-block;
    margin: 20px auto;
    text-align: center;
  }
  .debug-wrapper {
    font-size: 10px;
    padding: 3px 3px;
    border-width: 1px;
  }
}
