html {
  margin-top: 0 !important;
}
body {
  background-color: black;
  margin: 0 !important;
  padding: 0 !important;
}


#back-to-top {
  display: none;
  color: #ffffff;
  background-color: #7a1717;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 800;
}

#back-to-top i {
  font-size: 35px;
  line-height: 1.35;
}



#subscribe-popup {
  z-index: 10000;
  background-color: white;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-310px, -50%);
  width: 620px;
  padding: 30px;

  color: #222222;
  font-family: var(--bodyfontfamily), Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 24px;
  display: none;

}

#subscribe-form-row {
  margin: 24px 0 12px 0;
}
#subscribe-popup-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
#subscribe-form-name-holder {
  width: 49%;
  display: inline-block;
}

#subscribe-form-email-holder {
  width: 49%;
  display: inline-block;
  float: right;
}

#subscribe-popup-close {
  font-size: 24px;
  color: #c4c4c4;
}

#subscribe-popup-close:hover {
  font-size: 24px;
  color: #c4c4c4;
}

#subscribe-popup input {
  width: 100%;
  height: 53px;
  background-color: #f3f3f3;
  border: 0;
  padding-left: 24px;
}

#subscribe-popup button,
#subscribe-popup input[type="submit"] {
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7a1717;
  height: 53px;
  color: white;
  font-weight: bold;
  border: 0;


  color: #FFFFFF;
  font-family: var(--bodyfontfamily), Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.34px;
  line-height: 21px;
  text-align: center;
}

#side-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #7a1717;
  color: white;
}

.side-menu-header {
  padding: 32px 32px 0 32px;
  text-align: right;
}

.side-menu-header i {
  font-size: 40px;
  color: white;
  opacity: 0.2;
}

.side-menu-header a:hover {
  text-decoration: none;
}

.side-menu-item a {
  color: white;
  text-decoration: none;
}

.side-menu-item a:hover {
  color: white;
  text-decoration: none;
}


.side-menu-item-icon {
  display: inline-block;
  width: 36px;
}
.side-menu-item-icon i {
  color: white;
  opacity: 0.2;
}

.side-menu-item-text {
  display: inline-block;
  font-weight: bold;
}

.side-menu-item a:hover {
  text-decoration: none;
}

#side-menu-header {
  text-align: right;
}

.side-menu-holder {
  padding: 0 77px 0 146px;
}
.side-menu-item {
  padding: 32px 0 32px 15px;
}
.side-menu-item-border {
  opacity: 0.2;
  border-bottom: 1px solid white;
}

.side-menu-subitems {
  padding-top: 25px;
  padding-left: 15px;
}

.side-menu-subitems a {
  color: white;
}

.side-menu-subitems a:hover {
  color: white;
  text-decoration: none;
}

.side-menu-subitem {
  padding: 15px 0;
}

#page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
  z-index: 9000;
  opacity: 0;
}





#header {
  background-color: #7a1717;
  padding: 20px 0;
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;

  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .menu-icon-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#header a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#header a:hover {
  text-decoration: none;
}

#header .menu-icon-holder i {
  font-size: 32px;
  margin-right: 10px;
}

#header .print-icon-holder i {
  font-size: 32px;
}

#header .logo-holder {
  text-align: center;
}

#header img {
  height: 80px;
	object-fit: contain;
}

#header .print-icon-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header a {
  color: #FFFFFF;

}



.banner {
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: min(568px, 66%);
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.banner-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  z-index: 100;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='16' viewBox='0 0 40 16'%3E%3Cpath d='M 0 8 C 5 3 15 3 20 8 C 25 13 35 13 40 8 L 40 16 L 0 16 Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 40px 16px;
}

.banner-content {
  position: absolute;
  /*top: 0; */
  left: 0;
  right:0;
  bottom: 200px;
  z-index: 101;
}

.banner-content h1 {
  font-family: var(--headingsfontfamily), serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  /* or 64px */
  color: #FFFFFF;
  margin: 0;
}

.banner-content h2 {
  font-family: var(--headingsfontfamily), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  /* or 43px */
  color: #FFFFFF;
  margin: 0;
}

.main-content-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */

  color: #7a1717;
}


.menu-item-row {
  flex-wrap: nowrap !important;
}
.menu-item {
  background-color: #f7eeee;
  margin: 1px;
}

.menu-item-text {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #7a1717;


}

.menu-item a {
  text-decoration: none;
  font-weight: 500;
  color: #7a1717;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125px;
}

.menu-item a:hover {
  text-decoration: none;
  color: #7a1717;
}


.menu-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-item-inner i {
  font-size: 36px;

}

.content-block {
  margin-bottom: 40px;
}

.content-block h2 {
  font-family: var(--headingsfontfamily), serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #641717;
  margin: 0;
  margin-bottom: 30px;
}

.content-block .date {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #7a1717;
}

.content-block .image {
  width: 100%;
  margin-bottom: 40px;
}

.content-block .content {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  /* or 32px */
  color: #434343;
}

.content-block .read-more {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;

  color: #FFFFFF;
  text-decoration: none;
  background-color: #7a1717;
  width: 172px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-block .read-more:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.table-of-contents-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #7a1717;
  margin-top: 32px;
  margin-bottom: 17px;
}

.table-of-contents-item {
  margin: 20px 0;
}
.table-of-contents-item a {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  /* or 45px */
  color: #333333;
}

.events-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #7a1717;
  margin: 40px 0 20px 0;
}

.event-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
}

.event-date {
  background-color: #7a1717;
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 126%;
  /* identical to box height, or 18px */
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 11px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  min-width: 76px;
  font-weight: 500;
}
.event-title {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */
  color: #333333;
  margin-bottom: 8px;
}

.event-description {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  color: #434343;
}

.event-add-to-calendar i {
  font-size: 16px;
  margin-right: 6px;
}

.event-add-to-calendar a {
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  /* identical to box height, or 21px */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a1717;
  display: flex;
  align-items: center;
}

.event-add-to-calendar a:hover {
  color: #7a1717;
  text-decoration: none;
}

.events-all-link a, .events-all-link a:hover {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a1717;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.events-all-link a img {
  margin-left: 6px;
}
.important-dates {
  background: #7a1717;
  padding: 30px 31px 48px 31px;
  position:relative;
  margin-top: 40px;
}

.important-dates-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.important-date-name {
  margin-top: 0;

}

.important-dates-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 16px;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='16' viewBox='0 0 40 16'%3E%3Cpath d='M 0 8 C 5 3 15 3 20 8 C 25 13 35 13 40 8 L 40 16 L 0 16 Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 40px 16px;
}

.important-date-name {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */
  color: #FFFFFF;
}

.important-date-date {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */

  color: #FFFFFF;
	margin-top: 10px;
}


.side-item {
  margin-top: 40px;
}

.side-item img {
  margin-bottom: 20px
}

.side-item-title {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */
  color: #333333;
  margin-bottom: 8px;

}

.side-item-link, .side-item-link:hover {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #7a1717;
  text-transform: uppercase;

  margin-top: 16px;
  margin-bottom: 28px;
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a1717;
  display: flex;
  align-items: center;

}

.side-item-link img {
  margin: 0;

}
.footer {
  background-size: cover;
  background-position: center;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-content {
	max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-heading {
  font-family: var(--headingsfontfamily), serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 120%;
  /* or 55px */

  text-align: center;

  color: #FFFFFF;
}

.footer-text {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */

  text-align: center;

  color: #FFFFFF !important;
  margin: 24px 0;
}

.footer-link, .footer-link:hover {
  width: 181px;
  height: 50px;
  background: #7a1717;
  border: 1px solid #7a1717;
  box-sizing: border-box;
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}


#media-holder {
  margin-top: 40px;
  background-color: #f7eeee;

}

.media-content {
  padding: 20px;
}

.media-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */


  color: #7a1717;
}

.media-description {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  color: #434343;
}

.media-see-more {
  margin-top: 16px;
  margin-bottom: 16px;
}
.media-see-more a {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;

  color: #7a1717;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.media-see-more a:hover {
  text-decoration: none;
  color: #7a1717;
}


.media-share-holder {
  display:flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.media-share-text {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;

  color: #7a1717;
  text-transform: uppercase;
}

.media-share-holder a, .media-share-holder a:hover {
  color: #7a1717;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 18px;
}

.media-share-holder i {

  font-size: 24px;
}

.social-icons-holder {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.social-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #7a1717;
}

.social-icons-holder a,  .social-icons-holder a:hover {

  color: #7a1717;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 18px;
  font-size: 24px;
}

#social-holder {
  margin-top: 40px;
}

.mobile-menu {
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) {
  .desktop-hidden {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }

}

@media only screen and (max-width: 771px) {
  .banner-content {
    bottom: 100px;
  }
  .banner-content h1 {
    font-size: 58px;
  }

  #header img {
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {

	.side-menu-holder {
  	padding: 0;
	}

	#subscribe-popup {
		left: 0;
    transform: translateY(-50%);
    width: 100%;
	}

	#subscribe-form-name-holder,
	#subscribe-form-email-holder {
    width: 100%;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 578px) {
  .banner-content h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 578px) {
  .banner-content h1 {
    font-size: 38px;
  }
  .banner-content {
    bottom: 70px;
  }

}
.important-dates-print, .events-print {
  margin-bottom: 44px;
}

.events-print-heading, .important-dates-print-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #7a1717;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.event-print-title, .important-dates-print .important-date-name {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */


  color: #000000;

}

.event-print-date, .important-dates-print .important-date-date {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */

  color: #000000;
  margin-bottom:20px;
}

.tri-block-holder {
  background-color: #7a1717;
  padding: 40px 20px;
  margin-top: 30px;

}

.tri-block-holder a, .tri-block-holder a:hover {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
}
.tri-block-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

.tri-block-heading {
  font-family: var(--bodyfontfamily), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */

  display: flex;
  align-items: flex-end;

  color: #FFFFFF;

  margin-top: 20px;

}

@media only screen and (max-width: 771px) {
  .tri-block-holder a {
    margin-bottom: 30px;
  }
}
