@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;600;700&family=Noto+Sans:wght@200;300;400;600;700&display=swap");
@import url("https://use.typekit.net/jgb3evx.css");

@font-face {
  font-family: "RiftBold";
  src: url("/shared/fonts/RiftBold.eot");
  src: url("/shared/fonts/RiftBold.eot?#iefix") format("embedded-opentype"),
    url("/shared/fonts/RiftBold.woff") format("woff2"),
    url("/shared/fonts/RiftBold.woff2") format("woff"),
    url("/shared/fonts/RiftBold.ttf") format("truetype"),
    url("/shared/fonts/RiftBold.otf") format("opentype"),
    url("/shared/fonts/RiftBold.svg#svgFontName") format("svg");
}

:root {
  --en-website-width: 1200px;
  --NotoSans: "Noto Sans", sans-serif;
  --dark-color: #000;
}

/* General */
body {
  margin: 0;
  padding: 0;
}

.DB_mask {
  z-index: 9999999999 !important;
}
.DB_dialog {
  z-index: 99999999999 !important;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/* imdex */
#index-top {
  position: relative;
  margin: 0;
}
#wrapper-index #slideshow img,
#wrapper-index #slideshow .nivoSlider,
#wrapper-index #slideshow .nivo-slice {
  max-height: 55.5vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#wrapper-index {
  overflow: hidden;
}

/* video */
.en-widescreen-video,
.en-widescreen-video video {
  max-height: 833px;
  height: 100%;
}
.en-widescreen-video button {
  z-index: 2;
  cursor: pointer;
  background: #000;
  border: none;
  color: #fff;
}

.en-widescreen-video button:hover,.en-widescreen-video button:focus {
  background: #b7000c;
}

.en-widescreen-video .en-video-controls {
  left: 20px;
}

/* Sidelinks */
.en-sidelinks-module {
  gap: 10px;
  top: 386px;
  transform: none;
  z-index: 8;
}
.en-sidelinks-module a {
  width: 185px;
  background: #b7000c;
  min-height: 50px;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  z-index: 1;
  padding: 15px 5px 15px 15px;
  position: relative;
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.en-sidelinks-module a:hover,
.en-sidelinks-module a:focus {
  transform: none;
  color: #000;
  width: 197px;
  padding: 15px 5px 15px 27px;
}
.en-sidelinks-module a:hover::after,
.en-sidelinks-module a:focus::after {
  left: -25px;
  width: 44px !important;
}
.en-sidelinks-module a::after {
  content: "";
  position: absolute;
  background: url(/pics/sidelink_icon.png) no-repeat center left transparent !important;
  width: 0 !important;
  height: 43px !important;
  left: 0;
  top: auto !important;
  transform: none !important;
  bottom: 0;
  transition: 0.4s all;
  right: auto !important;
}
.en-sidelinks-module a:hover::before,
.en-sidelinks-module a:focus::before {
  transform-origin: left;
  transform: scaleX(1) !important;
}
.en-sidelinks-module a::before {
  content: "";
  position: absolute;
  background: #fff !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: -1;
  transform-origin: right;
  transition: transform 0.5s !important;
  transform: scaleX(0) !important;
}

@media only screen and (max-width: 1630px) {
  .en-sidelinks-module {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .en-sidelinks-module {
    top: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .en-sidelinks-module {
    display: flex;
    align-items: center;
    padding: 50px 15px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    transform: none;
    position: relative;
    gap: 35px;
    margin: 0;
    background: #fff;
  }
  .en-sidelinks-module a:hover,
  .en-sidelinks-module a:focus {
    width: 200px;
  }
  .en-sidelinks-module a {
    width: 200px;
  }
  .en-sidelinks-module a::before {
    background: #000 !important;
  }
  .en-sidelinks-module a:hover,
  .en-sidelinks-module a:focus {
    color: #fff;
  }
}

@media only screen and (max-width: 485px) {
  .en-sidelinks-module a,
  .en-sidelinks-module a:hover,
  .en-sidelinks-module a:focus {
    width: 90%;
  }
  .en-sidelinks-module {
    gap: 18px;
  }
}

/*-----------index rows----------*/

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  height: auto;
}
.rows {
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  .rows-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*-----------first-row----------*/
#first-row {
  background: url(/pics/firstrow_bg.png) no-repeat center top -1px #000;
}
#firstrow_top h2 {
  font-family: "RiftBold";
  font-size: clamp(40px, 7.08vw, 92px);
  line-height: clamp(40px, 5.54vw, 72px);
  color: #fff;
  font-weight: normal;
  letter-spacing: -1.8px;
}
#firstrow_top p {
  font-family: var(--NotoSans);
  font-size: clamp(17.5px, 1.62vw, 21px);
  line-height: clamp(32px, 3.08vw, 40px);
  font-weight: 400;
  color: #fff;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  letter-spacing: -0.4px;
}
#firstrow_top h2 span {
  color: #baa308;
}
#firstrow_top {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: flex-start;
  position: relative;
  left: -3px;
  grid-gap: 114px;
}
#firstrow_bottom a {
  font-family: var(--NotoSans);
  font-size: clamp(18px, 1.85vw, 24px);
  line-height: clamp(26px, 2.31vw, 30px);
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s all ease;
  box-sizing: border-box;
  padding: 26.5px 35px 28.5px 29px;
  display: flex;
  align-items: center;
  z-index: 1;
  letter-spacing: 0.1px;
}
#firstrow_bottom a::after {
  content: "";
  position: absolute;
  background: #b7000c;
  width: 36px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.4s all ease;
}
#firstrow_bottom a:hover::after,
#firstrow_bottom a:focus::after {
  width: 100%;
}
#firstrow_bottom a:hover,
#firstrow_bottom a:focus {
  color: #fff;
}
#firstrow_bottom a::before {
  content: "";
  position: absolute;
  background: url(/pics/links_icon.png) no-repeat center;
  width: 12px;
  height: 21px;
  right: 12px;
  transition: 0.4s all ease;
  margin: 0.8px 0 0;
}
#firstrow_bottom a:hover::before,
#firstrow_bottom a:focus::before {
  transform: rotate(180deg);
}
#firstrow_bottom a:first-child {
  left: -0.5px;
}
#first-row-inner {
  padding: 68px 0 49px;
  list-style-type: none;
  max-width: 1199px;
}
#firstrow_bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 376px));
  grid-gap: 35px;
  margin: 75px 0 0;
  justify-content: center;
}
#firstrow_top p::before {
  content: "";
  position: absolute;
  background: #b7000c;
  width: 5px;
  height: 109.8%;
  left: -49.5px;
  top: -10px;
}
@media only screen and (max-width: 1300px) {
  #firstrow_top p::before {
    height: 100%;
    top: 0;
  }
}

@media only screen and (max-width: 1240px) {
  #firstrow_bottom {
    grid-template-columns: repeat(auto-fit, minmax(0, 30%));
    justify-content: center;
  }
}

@media only screen and (max-width: 1099px) {
  #firstrow_top {
    grid-template-columns: 30% auto;
    align-items: center;
    left: 0;
    grid-gap: 75px;
  }
}

@media only screen and (max-width: 990px) {
  #firstrow_bottom {
    grid-template-columns: repeat(auto-fit, minmax(0, 45%));
  }
  #first-row-inner {
    padding: 68px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  #firstrow_top {
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
    grid-gap: 25px;
  }
  #firstrow_top p::before {
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #firstrow_top p {
    padding: 25px 0 0;
  }
}

@media only screen and (max-width: 670px) {
  #firstrow_bottom a {
    padding: 26.5px 60px 28.5px 29px;
  }
}

@media only screen and (max-width: 500px) {
  #firstrow_bottom {
    grid-template-columns: repeat(auto-fit, minmax(0, 100%));
  }
}

/*---------first-row-end--------*/

/*------------second-row---------*/
#second-row-inner {
  grid-template-columns: 873px auto;
  grid-gap: 45px;
  padding: 70px 0 67px;
  align-items: flex-start;
}
#second-row {
  background: url(/pics/news_bg.png) repeat-y center top;
}
/* news row */
.news_section h2 a {
  font-family: "RiftBold";
  font-size: clamp(36px, 3.76vw, 44px);
  line-height: clamp(35px, 3.68vw, 35px);
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1.25px;
  margin: 0;
  position: relative;
  text-decoration: none;
}
.news_section h2 a span {
  color: #b7000c;
}
.news_section h2 {
  margin: 0 0 23.5px -3px;
  float: left;
  max-width: 260px;
  position: relative;
}
#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
#hp-news {
  position: relative;
  max-width: 873px;
  margin: 0 auto;
  clear: both;
}
#hp-news > div.en-news-slider {
  --min-card-gap: 15px;
  --image-width: 281px;
  --image-height: 281px;
  --line-height: 1.35;
  --font-size: 19px;
  --max-lines-subject: auto;
  --max-lines-summary: auto;
}

#hp-news .en-card-slider-inner-container {
  align-items: flex-start;
}

#hp-news h2.en-news-section-title {
  display: none;
}

#hp-news div.en-card-slider-inner-container > a {
  border: 0 !important;
  position: relative;
  padding: 0;
  z-index: 1;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#hp-news div.en-card-slider-inner-container > a:hover::before,
#hp-news div.en-card-slider-inner-container > a:focus::before {
  border-color: transparent;
}
#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title {
  font-family: var(--NotoSans);
  font-weight: 700;
  text-align: left;
  color: #000;
  margin: 32px 0 0 3px;
  letter-spacing: -0.1px;
  font-size: clamp(19px, 1.62vw, 21px);
  line-height: clamp(27px, 2.31vw, 30px);
  z-index: 2;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#hp-news div.en-card-slider-inner-container > a:hover h3,
#hp-news div.en-card-slider-inner-container > a:focus h3 {
  text-decoration: none;
  color: #b8000c;
}
#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary {
  font-family: var(--NotoSans);
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 9px 0 0 3px;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  padding: 0;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.en-news-slider-image-container {
  position: relative;
  background: #b8000c !important;
  max-height: 281px;
}
.en-news-slider-image-container img {
  max-height: 281px;
}
.en-news-slider-image-container::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
div.en-news-slider > div.en-news-slider-footer {
  position: absolute;
  right: -4px;
  top: -60px;
  width: 873px;
  margin: 0;
}
#hp-news div.en-news-show-all {
  border: 0;
  padding: 0;
  position: absolute;
  right: 82px;
  top: 4.5px;
}
#hp-news div.en-news-show-all a,
#featured_showall {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  padding: 4px 0 5px 31px;
  transition: 0.5s all ease;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: url(/pics/showall_icon.png) no-repeat center left;
}
#hp-news div.en-news-slider-buttons {
  position: absolute;
  width: 62px;
  right: 2px;
  top: 0;
}
div.en-news-slider
  > div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container {
  background: #d22432 !important;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#hp-news div.en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: 0;
}
#hp-news div.en-news-slider-buttons button.en-news-prev {
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 32px;
  background: url("/pics/leftArrow.png");
  left: 0;
  background-position: -4px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 20px;
  height: 32px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 0;
  background-position: -4px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:hover {
  background-position: -32px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:hover {
  background-position: -32px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: 26px 0;
  left: -4px;
  top: -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus,
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  width: 28px;
  height: 37.5px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  background-position: 26px 0;
  right: -4px;
  top: -4px;
}
#hp-news div.en-news-show-all a:hover,
#hp-news div.en-news-show-all a:focus,
#featured_showall:hover,
#featured_showall:focus {
  color: #b8000c;
  padding: 4px 31px 5px 0;
  background-position: center right;
}

/* feature news */
#secondrow_right div.en-news-slider > div.en-news-slider-footer {
  display: none;
}
#secondrow_right #hp-news {
  max-width: 281px;
  width: 281px;
  margin: 0;
}
#secondrow_right {
  max-width: 281px;
}
#secondrow_right #hp-news > div.en-news-slider {
  --max-lines-subject: 1;
  --max-lines-summary: 4;
}
.news_section #secondrow_right h2 a {
  letter-spacing: -1px;
}
.news_section #secondrow_right h2 {
  margin: 0 0 23.5px 3px;
}
#secondrow_right
  #hp-news
  div.en-card-slider-inner-container
  > a
  > h3.en-news-slider-title {
  margin: 32px 0 0 1px;
}
#secondrow_right
  #hp-news
  div.en-card-slider-inner-container
  > a
  > div.en-news-slider-summary {
  padding: 2px 7px 11px 1px;
}
#featured_showall {
  margin: 11px 0 0 -1px;
  display: inline-block;
  padding: 4px 0 4px 31px;
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 1240px) {
  #second-row-inner {
    grid-template-columns: 592px auto;
    justify-content: space-around;
  }
  #second-row {
    background: linear-gradient(
        to left,
        transparent 0%,
        transparent 34%,
        #fff 34%,
        #fff 100%
      ),
      linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        #f0f0f0 20%,
        #f0f0f0 100%
      );
  }
}

@media only screen and (max-width: 950px) {
  #second-row-inner {
    grid-template-columns: 281px auto;
  }
  #second-row {
    background: linear-gradient(
        to left,
        transparent 0%,
        transparent 50%,
        #fff 50%,
        #fff 100%
      ),
      linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        #f0f0f0 20%,
        #f0f0f0 100%
      );
  }
  div.en-news-slider > div.en-news-slider-footer {
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 281px;
  }
  #second-row-inner {
    padding: 70px 0 100px;
  }
  #hp-news div.en-news-show-all {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .news_section h2 br {
    display: none;
  }
  .news_section #secondrow_right h2,
  .news_section h2 {
    text-align: center;
    float: none;
    margin: 0 auto 25px;
  }
  #second-row-inner {
    grid-template-columns: 100%;
    grid-gap: 115px;
    padding: 70px 0 0 0 !important;
  }
  #second-row {
    background: transparent;
  }
  #hp-news {
    max-width: 281px;
  }
  #secondrow_right {
    background: #f0f0f0;
    padding: 60px 0 70px;
  }
  div.en-news-slider > div.en-news-slider-footer {
    bottom: -20px;
  }
  #secondrow_right {
    max-width: 100%;
  }
  #secondrow_right #hp-news {
    margin: 0 auto;
  }
}

/*---------second-row-end--------*/

/*---------Third-row--------*/
#third-row.en-parallax {
  position: relative;
  background-image: url(/pics/parallex.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  width: 100%;
  height: 100%;
  padding: 85px 0 84px;
  background-color: #000;
}
#third-row-inner {
  display: block;
  box-sizing: border-box;
  max-width: 1199px;
  background: rgba(0, 0, 0, 0.8);
  padding: 76px 0 60px;
}
#third-row.en-parallax::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
/* events */
#hp-events {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

#hp-events .en-events-slider {
  --min-card-gap: 0;
  --card-width: 275px;
  --card-height: auto;
  color: #fff;
}

#third-row-inner > h2 a {
  font-family: "RiftBold";
  font-size: clamp(36px, 3.76vw, 44px);
  line-height: clamp(35px, 3.68vw, 35px);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1.25px;
  margin: 0;
  position: relative;
  text-decoration: none;
}

#third-row-inner > h2 {
  position: relative;
  top: 1px;
  text-align: left;
  margin: 0 0 47px 43px;
  padding: 0;
}

#hp-events .en-events-slider-day {
  background: none;
  border: none;
  position: relative;
  height: auto;
  grid-template-rows: 110px auto;
  padding: 0 0 20px;
}
#hp-events .en-events-slider-date-month {
  font-family: "RiftBold";
  font-size: 23px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: -4px 0 0;
  padding: 0;
  font-weight: normal;
  order: 2;
}
#hp-events .en-events-slider-date-day {
  font-family: "RiftBold";
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
  margin: -6px 0 0 -2px;
  padding: 0;
  letter-spacing: -1px;
}
#hp-events .en-events-slider-date {
  width: 127px;
  height: 100%;
  border-radius: 0;
  background: url(/pics/date_bg.png) no-repeat center top;
  margin: 0;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#hp-events .en-event-slider-li-title a {
  font-family: var(--NotoSans);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0 32px 6px;
  padding: 0;
  position: relative;
  letter-spacing: -0.1px;
  font-weight: 700;
  transition: 0.5s all ease;
}
#hp-events .en-event-slider-li-title a:hover,
#hp-events .en-event-slider-li-title a:focus {
  text-decoration: underline;
  color: #bea817;
}
#hp-events .en-events-slider-detail {
  padding: 0;
  margin: 8px 0 0;
  overflow: unset;
}
.en-event-slider-li-title {
  margin: 0 0 1px;
}
#hp-events .en-event-slider-li-time span,
#hp-events .en-event-slider-li-location {
  font-family: var(--NotoSans);
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
#hp-events .en-events-show-all-calendar a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  padding: 4px 0 5px 31px;
  transition: 0.5s all ease;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: url(/pics/showall_icon.png) no-repeat center left;
}

#hp-events .en-events-show-all-calendar a:hover,
#hp-events .en-events-show-all-calendar a:focus {
  padding: 4px 31px 5px 0;
  background-position: center right;
}

.en-event-slider-li-time {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 1px 0 0;
}

#hp-events .en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
}

#hp-events .en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 20px;
  height: 32px;
  background: url("/pics/rightArrow2.png");
  padding: 0;
  right: 0;
  background-position: -4px -4px;
}
#hp-events .en-events-prev {
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 32px;
  background: url("/pics/leftArrow2.png");
  left: 0;
  background-position: -4px -4px;
}

#hp-events .en-events-next:hover {
  background-position: -32px -4px;
}

#hp-events .en-events-prev:hover {
  background-position: -32px -4px;
}

#hp-events .en-events-next:focus {
  background-position: 26px 0;
  right: -4px;
  top: -4px;
}

#hp-events .en-events-prev:focus {
  background-position: 26px 0;
  left: -4px;
  top: -4px;
}

#hp-events .en-events-prev:focus,
#hp-events .en-events-next:focus {
  width: 28px;
  height: 37.5px;
}
#hp-events .en-events-slider-footer {
  width: 1119px;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
#hp-events .en-events-slider-buttons {
  position: absolute;
  width: 62px;
  right: 45.5px;
  margin: 0;
  top: -83px;
}
#hp-events button {
  position: absolute;
  cursor: pointer;
  border: 0;
}
#hp-events .en-events-show-all-calendar {
  position: absolute;
  right: 130px;
  top: -82.5px;
  gap: 20px;
  flex-wrap: wrap;
}
#hp-events .en-events-section-title {
  display: none;
}
#hp-events .events-thumbnail img {
  object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  #hp-events {
    max-width: 825px;
  }
  #third-row-inner {
    max-width: 900px;
  }
}

@media only screen and (max-width: 950px) {
  #hp-events {
    max-width: 550px;
  }
  #third-row-inner {
    max-width: 725px;
  }
  #hp-events .en-events-show-all-calendar {
    top: auto;
    bottom: -65px;
  }
  #third-row-inner {
    padding: 76px 0 120px;
  }
}

@media only screen and (max-width: 768px) {
  #hp-events {
    max-width: 275px;
  }
  #third-row-inner {
    max-width: 500px;
    padding: 50px 0 200px !important;
  }
  #third-row-inner > h2 {
    text-align: center;
    margin: 0 0 47px 0;
  }
  #hp-events .en-events-slider-footer {
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 275px;
  }
  #hp-events .en-events-show-all-calendar {
    left: 0;
    top: auto;
    right: auto;
    bottom: -135px;
    justify-content: center;
  }
  #hp-events .en-events-slider-buttons {
    right: 0;
    top: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 535px) {
  #third-row-inner {
    max-width: 335px;
  }
}

/*-------Third-row-end------*/

/*-------fourth-row------*/
#fourth-row-inner {
  padding: 87px 0 28px;
}
#fourth-row-inner::after {
  content: "";
  position: absolute;
  background: url(/pics/glance_icon.png) no-repeat right bottom;
  width: 385px;
  height: 310px;
  right: -248px;
  bottom: 0;
  background-size: contain;
}
#fourth-row-inner h2 {
  font-family: "RiftBold";
  font-size: clamp(40px, 8.08vw, 80px);
  line-height: clamp(40px, 7.08vw, 80px);
  color: #000;
  font-weight: normal;
  letter-spacing: -1.3px;
  text-align: center;
  margin: 0 0 46px -1px;
}
#fourth-row-inner h2 span {
  color: #b7000c;
}
#glance_wrapper li:first-child {
  max-width: 485px;
  margin: 57.8px 0 0;
}
#glance_wrapper li:nth-child(2) {
  max-width: 383px;
}
#glance_wrapper li:last-child {
  max-width: 281px;
  margin: 50px 0 0;
}
#glance_wrapper li {
  position: relative;
  left: -0.5px;
}
#glance_wrapper {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
#glance1 {
  background: url(/pics/glance1.jpg) no-repeat;
  width: 485px;
  height: 283px;
}
#glance2 {
  background: url(/pics/glance2.jpg) no-repeat;
  width: 408px;
  height: 280px;
  margin: -2px 0 0 auto;
}
#glance3 {
  background: url(/pics/glance3.jpg) no-repeat;
  width: 383px;
  height: 282px;
}
#glance4 {
  background: url(/pics/glance4.jpg) no-repeat;
  width: 383px;
  height: 282px;
}
#glance5 {
  background: url(/pics/glance5.jpg) no-repeat;
  width: 281px;
  height: 578px;
}
#glance_wrapper li div {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 25px 25px 27.5px 28px;
  background-size: cover;
  background-position: center;
  background-color: #000;
}
#glance_wrapper li div::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 35%,
    transparent 50%,
    #000 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
#glance_wrapper li span {
  font-family: "RiftBold";
  font-weight: normal;
  position: relative;
  color: #fff;
}
.glance_text {
  font-size: clamp(22px, 2.85vw, 24px);
  line-height: clamp(22px, 2.85vw, 24px);
  letter-spacing: -0.12px;
}
.glance_number {
  font-size: clamp(70px, 7.08vw, 80px);
  line-height: clamp(70px, 7.08vw, 80px);
  top: 2px;
  letter-spacing: -2.1px;
}
#glance_wrapper li #glance4 {
  padding: 25px 25px 27.5px 29px;
}
#glance1 .glance_number {
  letter-spacing: -0.5px;
}
#glance_wrapper li #glance2 {
  padding: 25px 25px 22.5px 25px;
}
#glance2 .glance_number {
  letter-spacing: -2.5px;
}
#glance2 .glance_text {
  top: 7px;
}
#glance_wrapper li #glance2::after {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    transparent 0%,
    #000 90%
  );
}

@media only screen and (max-width: 1238px) {
  #glance_wrapper li:last-child {
    margin: -25px 0 0;
  }
  #fourth-row-inner::after {
    width: clamp(300px, 31.05vw, 385px);
    right: 0;
  }
}

@media only screen and (max-width: 932px) {
  #glance_wrapper li:first-child {
    margin: 0 0 0;
  }
  #glance_wrapper li {
    left: 0;
  }
}

@media only screen and (max-width: 728px) {
  #glance2 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 525px) {
  #glance_wrapper li div {
    width: clamp(280px, 88.19vw, 385px);
  }
  #glance_wrapper li:last-child {
    max-width: 100%;
  }
  #glance_wrapper li #glance2 {
    margin-bottom: 0;
  }
  #fourth-row-inner::after {
    bottom: -30px;
  }
}

/*-------fourth-row-end------*/

/*-------fifth-row-end------*/
#fifth-row-inner {
  max-width: 1275px;
  padding: 49px 0 94px;
}
.en-infinite-carousel {
  position: relative;
}
.en-infinite-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #fff 0%,
    transparent 15%,
    transparent 85%,
    #fff 100%
  );
}
.en-infinite-carousel .en-infinite-carousel-track > div {
  margin: 0 60px 0 0;
}
#fifth-row-inner h2 {
  font-family: "RiftBold";
  font-size: clamp(36px, 3.76vw, 44px);
  line-height: clamp(37px, 3.68vw, 35px);
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 49px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
#fifth-row-inner h2 span {
  color: #b7000c;
}
#fifth-row-inner .en-infinite-carousel > .en-infinite-carousel-track{animation-duration: 60s !important;}
/*-------fifth-row-end------*/

/*-------sixth-row------*/
#sixth-row {
  background: #f0f0f0;
}
#sixth-row-inner {
  grid-template-columns: 484px auto;
  grid-gap: 27px;
  padding: 51px 0 122px;
  left: 1px;
}
#album-sec > h2 {
  font-family: "RiftBold";
  font-size: clamp(36px, 3.76vw, 44px);
  line-height: clamp(35px, 3.68vw, 35px);
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.02px;
  margin: 0 0 23px 0.5px;
  position: relative;
  text-decoration: none;
  text-align: left;
}
/* Featured Video */
#video-sec {
  margin: 58px 0 0;
  position: relative;
  left: -2px;
}
.HPVideo {
  margin-bottom: 0px;
  position: relative;
}
.HPVideo .videowrapper {
  position: relative;
  margin: 0;
}
.HPVideo p {
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 10px 15px;
  border-top: none;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HPVideo p a {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: clamp(19px, 2.32vw, 21px);
  letter-spacing: -0.1px;
  color: #000;
  margin: 0;
  text-decoration: none;
  line-height: 32px;
  position: relative;
  top: -1px;
  left: 0;
  padding: 0;
}
#video_player1 {
  position: relative;
  margin: 0 !important;
  box-sizing: border-box;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}
.HPVideo {
  margin-bottom: 0;
  position: relative;
}

.HPVideo h2 {
  display: none;
}

/* Featured Photo Album */
#album-sec {
  position: relative;
  text-align: center;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
.HPFeaturedAlbums h2 {
  display: none;
}

#album-sec .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin: 0;
  text-align: center;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
}
#album-sec .HPFeaturedAlbums ul li {
  margin: 0px;
  border: 0;
  background: #fff;
  overflow: visible;
  position: relative;
  left: 0;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}
#album-sec .HPFeaturedAlbums ul li:not(:last-child) {
  margin: 0 0 100px;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  text-align: center;
  top: auto;
  bottom: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  width: auto !important;
  color: #000;
  text-align: center;
  height: auto;
  font-size: clamp(19px, 2.32vw, 21px);
  font-weight: 700;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: var(--NotoSans);
  max-width: 100%;
  position: absolute;
  left: 1px;
  right: 0;
  background: none;
  bottom: 1px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 15px;
}
#album-sec .HPFeaturedAlbums ul li h3,
.HPVideo p {
  background: #fff;
  min-height: 60px;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}
#media_inner.rows-inner {
  padding: 0 !important;
}

@media only screen and (max-width: 1760px) {
  #sixth-row-inner {
    padding: 51px 0 200px;
    left: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .HPVideo .video_player,
  .HPVideo .video_player video {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1099px) {
  #sixth-row-inner {
    grid-template-columns: auto auto;
  }
  #album-sec .HPFeaturedAlbums ul li,
  #album-sec .HPFeaturedAlbums ul li img {
    width: clamp(300px, 36.4vw, 400px) !important;
    height: clamp(300px, 55.08vw, 372px) !important;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  #sixth-row-inner {
    grid-template-columns: auto;
    justify-content: center;
    grid-gap: 125px;
  }
  #album-sec,
  #video-sec {
    margin: 0 auto;
    left: 0;
  }
  #album-sec > h2 {
    text-align: center;
  }
  #sixth-row-inner {
    padding: 75px 0;
  }
  #album-sec .HPFeaturedAlbums ul li,
  #album-sec .HPFeaturedAlbums ul li img {
    width: clamp(300px, 75.04vw, 484px) !important;
    height: clamp(300px, 55.08vw, 372px) !important;
  }
}

/*-------sixth-row-end------*/

/* bell schdules */

.bell-schedule .col4 {
  display: none;
}
.bell-schedule .col3,
.bell-schedule .col2 {
  width: 27% !important;
  display: flex;
  justify-content: center;
}
.bell-schedule .col1 {
  width: 43%;
}
.bell-schedule {
  max-width: 100% !important;
}

#wrapper #albumsWrapper {
  width: auto !important;
z-index: 1;
position: relative;
}

#wrapper #albumsWrapper.noNav #album {
  min-height: 185px !important;
}

@media only screen and (max-width: 768px) {
  div.en-editable-block-wrapper div.img {
    height: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .bell-schedule {
    padding: 0 !important;
  }
  .en-aos-init {
    transition-duration: 0s !important;
    transition-timing-function: unset;
    transform: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .bell-schedule .col3,
  .bell-schedule .col2 {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .en-bell-schedules-data-header div {
    height: auto !important;
  }
  .en-bell-schedules-data {
    font-size: clamp(16px, 1.3vw, 19px) !important;
  }
}

.VIpgJd-yAWNEb-r4nke {
  color: #000;
}
.VIpgJd-yAWNEb-mrxPge,
#sd-arrow {
  background: #000;
}
#events-page #events.v1 .event span.location {
  color: #757575 !important;
  position: relative;
  top: -1px;
}

#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a:hover,
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a:focus,
#news_read_more:hover,
#news_read_more:focus,
#hp-events .hpeventlinks div a:hover,
#hp-events .hpeventlinks div a:focus,
#news_main .news-showAll a:hover,
#news_main .news-showAll a:focus,
#hp-bulletin #showAll-hpbbmessages .tableRight a:hover,
#hp-bulletin #showAll-hpbbmessages .tableRight a:focus {
  padding: 0 0 0 24px;
  background-position: left top;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 25px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@media only screen and (max-width: 700px) {
  #wrapper #contactStaff #emailForm td {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .translated-ltr nav.en-nav,
  .translated-ltr #wrapper-index,
  .translated-ltr #wrapper,
  .translated-rtl nav.en-nav,
  .translated-rtl #wrapper-index,
  .translated-rtl #wrapper {
    margin-top: 40px !important;
  }
}

#wrapper .top-video-info .top_title {
  line-height: 35px;
}
#wrapper .top-video-info {
  padding: 0 0 1em 0;
}
#wrapper .video-list-top .more-link {
  margin: 0.5px 0 0 8px;
}
#wrapper .video-list li {
  padding: 1.2em 0;
}
#wrapper .top-video-info .info-line2,
#wrapper .top-video-info .info-line2 a {
  color: #757575;
}
#change-dimensions-link {
  color: #5c5c5c !important;
}
.skiptranslate iframe {
  z-index: 99999999999;
}

#scroll-btn{
  margin: 0;
  position: relative;
}

#js-toggle{
  max-width: 160px;
  border: 0;
  border-radius: 5px;
  background: #000;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  
}

#js-toggle:hover,#js-toggle:focus{
  background: #b7000c;
}

.fa-regular, .far {
  font-weight: 400;
  font-family: "Font Awesome 5 Free", serif;
  font-size: clamp(14px, 1.818181vw, 20px);
}

.fa-circle-play::before, .fa-play-circle::before {
  content: "\f28b";
}

.fa-circle-pause::before, .fa-pause-circle::before {
  content: "\f144";
}





