@media (max-width: 991.98px) {
  #home.main {
    margin-bottom: 1rem;
  }
}
#home .hero {
  padding-top: calc(1rem + 72px);
  padding-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #home .hero {
    padding-top: calc(5rem + 72px);
  }
}
@media (min-width: 992px) {
  #home .hero {
    padding-top: calc(8rem + 72px);
  }
}
@media (min-width: 1200px) {
  #home .hero {
    padding-top: calc(12rem + 72px);
  }
}
/* START: changes and additions July 2023 by Accuraty */
.home2023 .hero-content {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home2023 .hero {
  border-bottom: 3px solid red;
}
/* END: changes and additions July 2023 by Accuraty */
#home .section-breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  #home .section-breadcrumb {
    display: block;
    padding-bottom: 1rem;
    z-index: -1;
  }
}
#home .pane-content .DnnModule {
  opacity: 0;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%);
}
#home .pane-content .DnnModule.visible {
  -webkit-animation-name: moduleFadeDirectionUp;
  animation-name: moduleFadeDirectionUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#curtain {
  background-color: #fff;
  height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-animation-name: dropCurtain;
  animation-name: dropCurtain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes dropCurtain {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes dropCurtain {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes moduleFadeDirectionUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes moduleFadeDirectionUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes textFadeDirectionUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes textFadeDirectionUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-banner {
  background-color: #669999;
  color: #fff;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .hero-banner {
    padding: 2rem;
    width: 60%;
    max-width: 540px;
  }
}
.hero-banner-title {
  color: #fff;
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .hero-banner-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hero-banner-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-banner-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .hero-banner-title .line-one,
  .hero-banner-title .line-two {
    display: block;
    overflow: hidden;
  }
  .hero-banner-title .line-one > span,
  .hero-banner-title .line-two > span {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-name: textFadeDirectionUp;
    animation-name: textFadeDirectionUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .hero-banner-title .line-one > span {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  .hero-banner-title .line-two > span {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}
.hero-banner-text {
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  opacity: 0;
}
.hero-banner-text p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hero-banner-text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .hero-banner-text p {
    font-size: 1.25rem;
  }
}
.hero-banner-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
.hero-banner-link,
.hero-banner-link:visited {
  color: #fff;
}
.hero-banner-link:focus,
.hero-banner-link:hover {
  border-bottom-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.cta-icons {
  margin: 2rem 0 1rem;
}
@media (min-width: 768px) {
  .cta-icons {
    margin: 4rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .cta-icons {
    margin: 5rem 0 6rem;
  }
}
@media (min-width: 1200px) {
  .cta-icons {
    margin: 6rem 0 7rem;
  }
}
.cta-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .cta-item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
a.cta-item {
  color: #998e70;
}
a.cta-item:focus,
a.cta-item:hover {
  color: #669999;
}
a.cta-item:focus .cta-icon,
a.cta-item:hover .cta-icon {
  background-color: #669999;
}
.cta-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #998e70;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  -webkit-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  width: 80px;
  height: 80px;
}
@media (min-width: 576px) {
  .cta-icon {
    padding: 1rem;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .cta-icon {
    padding: 2rem;
    width: 210px;
    height: 210px;
  }
}
@media (min-width: 992px) {
  .cta-icon {
    padding: 3rem;
    width: 250px;
    height: 250px;
  }
}
.cta-icon .svg {
  fill: #fff;
}
.cta-title {
  color: inherit;
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0 1rem !important;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .cta-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cta-title {
    font-size: 1.75rem;
    margin: 1rem 0 0 !important;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cta-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .cta-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .cta-title > span {
    display: block;
  }
}
.events-list-wrapper {
  background-color: #f2ebd2;
  padding: 1rem;
}
@media (min-width: 768px) {
  .events-list-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .events-list-wrapper {
    margin-top: -5rem;
    margin-left: auto;
    padding-top: 6rem;
    width: 90%;
  }
}
.event-listing {
  text-align: left;
}
.event-title {
  font-size: 1.25rem;
}
.event-location {
  color: #534741;
}
.event-venue {
  display: none;
}
.promo {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .promo {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .promo {
    margin: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .promo {
    margin: 6rem 0;
  }
}
.promo-content {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 1rem 0;
  padding: 1.5rem;
  min-height: inherit;
}
@media (min-width: 768px) {
  .promo-content {
    margin: 2rem 0;
    padding: 2rem;
  }
}
.promo-title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .promo-title {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=Home.css.map */
