body {
  background-color: #EFEFEF;
  font-family: "Gentium Plus", serif;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

p, .content {
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
  font-size: 16px;
  color: #334;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gentium Plus", serif;
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  color: #242424;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 0.5em;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #FAFAFA;
}

.dark p, .dark .content {
  color: #FAFAFA;
}

h2, .heading-md {
  font-size: 48px;
}

h3, .heading-sm {
  font-size: 24px;
}

.btn {
  font-family: "Gentium Plus", serif;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.54px;
  font-family: "Gentium Plus", serif;
  padding: 5px 15px;
  color: white;
  position: relative;
  margin-top: 20px;
}

.btn-secondary {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.54px;
  font-family: "Gentium Plus", serif;
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #242424;
  position: relative;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 3px;
  background-color: #0091CF;
  transition: width 0.25s;
}

.btn-secondary:hover {
  color: #242424;
}
.btn-secondary:hover:before {
  width: 51px;
}

.btn-primary {
  background-color: #0091CF;
  border-color: #0091CF;
  color: white;
  position: relative;
}
.btn-primary:hover {
  background-color: #03b4ff;
  border-color: #03b4ff;
}

.supertitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 2px;
  font-family: "Gentium Plus", serif;
  text-transform: uppercase;
  color: #0091CF;
  margin-bottom: -0.1em;
}

#offerings {
  position: relative;
}
#offerings h2.heading-md {
  margin-bottom: 0px;
}
#offerings .pane-wrapper {
  display: flex;
  position: relative;
}
#offerings .pane-wrapper .pane {
  display: flex;
  flex: 0 0 25%;
  flex-basis: 25%;
  transition: flex-basis 0.3s;
  overflow: hidden;
  position: relative;
  background-color: #EFEFEF;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-left: 10px;
  margin-right: 10px;
}
#offerings .pane-wrapper .pane h3 {
  font-size: 24px;
  text-align: left;
}
#offerings .pane-wrapper .pane p {
  font-size: 90%;
}
#offerings .pane-wrapper .pane .content {
  padding: 35px 24px;
  width: 100%;
  transition: width 0.3s;
}
#offerings .pane-wrapper .pane::before {
  position: absolute;
  background-color: #0091CF;
  width: 70px;
  height: 5px;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
}
#offerings .pane-wrapper .pane .drawer {
  overflow: hidden;
  width: 0%;
}
#offerings .pane-wrapper .pane .drawer img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#offerings .pane-wrapper .pane.open {
  flex: 0 0 50%;
  flex-basis: 50%;
}
#offerings .pane-wrapper .pane.open .content {
  width: 50%;
}
#offerings .pane-wrapper .pane.open .drawer {
  width: 50%;
}

.offering-parallax {
  position: absolute;
  background: url(/images/grass-background.png);
  height: 420px;
  width: 100%;
  left: 0px;
  top: 375px;
}

.section-head {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.section-head .section-in {
  position: relative;
  z-index: 1;
}
.section-head h1 {
  color: #0091CF;
}
.section-head h1 .banner-text {
  color: white;
}
.section-head .paragraph p {
  color: white;
  text-align: center;
}

.section-head::before {
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  z-index: 0;
}

#map {
  height: 500px;
  border-radius: 20px;
  border: 1px solid #0091CF;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-sidebar {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 350px;
  height: 100%;
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: 1000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  padding: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.map-sidebar .location-in {
  padding: 20px;
}
.map-sidebar .location-extra {
  margin-bottom: 3px;
}
.map-sidebar .location-extra strong {
  color: #0091CF;
}
.map-sidebar h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.map-sidebar p {
  font-size: 14px;
  line-height: 1.25;
}
.map-sidebar .bg-image {
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.section-login .login-form {
  background-color: #1D1D1D;
  width: 100%;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
}
.section-login .login-form::before {
  position: absolute;
  background-color: #0091CF;
  opacity: 1;
  width: 100%;
  height: 8px;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  z-index: 0;
}
.section-login .login-form .error {
  color: #0091CF;
}
.section-login .login-form .heading-md {
  margin-bottom: 0.5em;
}
.section-login .login-form .input-wrapper {
  padding: 10px 0px;
}
.section-login .login-form .input-wrapper label {
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.54px;
  padding-right: 30px;
}
.section-login .login-form .input-wrapper input {
  width: 100%;
}

nav, .nav {
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
nav .nav-link, nav .nav-item, .nav .nav-link, .nav .nav-item {
  color: black;
  text-align: center;
  padding: 0px 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: Arimo;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
nav .nav-link:before, nav .nav-item:before, .nav .nav-link:before, .nav .nav-item:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 0px;
  height: 3px;
  border-radius: 2px;
  background-color: #0091CF;
  transition: width 0.25s;
}
nav .nav-link.active:before, nav .nav-item.active:before, .nav .nav-link.active:before, .nav .nav-item.active:before {
  width: 30px;
}
nav .nav-link:hover:before, nav .nav-item:hover:before, .nav .nav-link:hover:before, .nav .nav-item:hover:before {
  width: 40px;
}
nav.sticky, .nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
nav .far-right, .nav .far-right {
  position: absolute;
  right: 20px;
}

body.nav-padding {
  padding-top: 72px;
}

.data-table {
  border-radius: 12px;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.data-table thead {
  background-color: #171717;
  color: white;
}
.data-table thead th {
  padding: 5px 10px;
}
.data-table tbody tr td {
  padding: 10px 5px;
}
.data-table tbody .btn {
  font-size: 12px;
  padding: 0px 12px;
  margin-top: 0px;
}
.data-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.subtab-nav-item {
  color: black;
  text-align: center;
  padding: 0px 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: Arimo;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
  display: block;
  border: none;
  padding-left: 0px;
  margin-left: 0px;
}
.subtab-nav-item:hover {
  color: #0091CF;
}

.add-user input {
  margin: 5px 0px;
}
.add-user .btn {
  font-size: 14px;
  padding: 0px 12px;
}

#popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  z-index: 9999;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  cursor: pointer;
}
#popup p {
  color: white;
}
#popup.error {
  background-color: rgb(125, 0, 0);
}
#popup:not(.error) {
  background-color: rgb(0, 79, 0);
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
}

.fadeInDownShort {
  animation-name: fadeInDownShort;
}

.fadeInRightShort {
  animation-name: fadeInRightShort;
}

.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}

.fadeInDownShort, .fadeInUpShort, .fadeInRightShort, .fadeInLeftShort {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.section-footer {
  position: relative;
  background-color: #1D1D1D;
  color: footer-color;
}
.section-footer:before {
  position: absolute;
  background-color: #0091CF;
  opacity: 1;
  width: 100%;
  height: 18px;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  z-index: 0;
}

#calendar {
  cursor: pointer;
}
#calendar .traditional-event {
  background-color: #111139;
  border-color: #111139;
  color: #FAFAFA;
}
#calendar .societas-event {
  background-color: #0091CF;
  border-color: #0091CF;
  color: #FAFAFA;
}

.calendar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  cursor: pointer;
}
.calendar-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 20px;
  padding-top: 30px;
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  text-align: center;
  cursor: default;
}
.calendar-popup .popup-content h3 {
  font-size: 20px;
}
.calendar-popup .popup-content .close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
  color: #111139;
}/*# sourceMappingURL=main.css.map */