@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://use.typekit.net/cua5zfr.css");

:root {
  --en-website-width: 1200px;
}

/* 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;
}

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

/* imdex */
#index-top {
  position: relative;
  margin: 0;
  background: #000;
}
#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;
}

#slideshow {
  position: relative;
}

@media only screen and (max-width: 991px) {
  #wrapper-index #slideshow img,
  #wrapper-index #slideshow .nivoSlider,
  #wrapper-index #slideshow .nivo-slice {
    max-height: 58vw;
  }
}

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

.en-widescreen-video button:hover {
  background: #000;
  color: #d4b038;
}

.en-widescreen-video .en-video-controls {
  left: 20px;
  bottom: 25px !important;
}

@media only screen and (max-width: 991px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    height: 400px;
  }
}

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

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

#index-bottom {
  background: rgba(87, 89, 91, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
#index-bottom .rows-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#index-bottom a:is(:hover, :focus) {
  color: #050505;
}
#index-bottom a:is(:hover, :focus)::after {
  background: #d4b038;
  height: 100%;
}
#index-bottom a::after {
  content: "";
  position: absolute;
  background: #e4e5ec;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: -1;
  transition: 0.4s all ease;
}
#index-bottom a {
  font-family: "alfabet";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  max-width: 224px;
  width: 100%;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 25px 17px 28px;
  box-sizing: border-box;
  transition: 0.4s all ease;
}
#index-bottom a#scribbles {
    padding-block: 0;
}
@-moz-document url-prefix() {
  #index-bottom a {
    padding: 17px 25px 12px 28px;
  }
}

@media only screen and (max-width: 1240px) {
  #index-bottom a {
    padding: 17px 15px 12px;
    max-width: clamp(170px, 17.48vw, 224px);
  }
}

@media only screen and (max-width: 991px) {
  #index-bottom a {
    max-width: clamp(115px, 17.48vw, 224px);
  }
  #index-bottom .rows-inner {
    gap: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #index-bottom {
    position: relative;
    background: rgb(87, 89, 91);
  }
  #index-bottom a {
    max-width: clamp(150px, 17.48vw, 224px);
  }
  #index-bottom .rows-inner {
    gap: 20px;
  }
}

/*-----------first-row----------*/
#first-row {
  background: url(/pics/firstrow_bg.png) no-repeat center bottom 1px #050505;
}
#first-row-inner h2 {
  font-family: "eds-market-regular";
  font-size: clamp(35px, 4.2vw, 60px);
  line-height: clamp(49px, 5.5vw, 78px);
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05px;
  margin: 0 3px 23px 0;
}
#first-row-inner {
  z-index: 1;
  padding: 71.5px 0 78.5px;
}
#first-row-inner p {
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 1.5vw, 20px);
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 78px;
  letter-spacing: 0.03px;
  z-index: 1;
}
#first-row-inner::after {
  content: "";
  position: absolute;
  background: url(/pics/panther.png) no-repeat right bottom;
  width: 461px;
  height: 307px;
  right: -64px;
  bottom: -44px;
  background-size: contain;
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 1290px) {
  #first-row-inner::after {
    right: 0;
  }
}

@media only screen and (max-width: 1099px) {
  #first-row-inner p {
    padding: 0;
  }
}

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

/*------------second-row---------*/
#second-row-inner {
  grid-template-columns: 720px auto;
  padding: 77.5px 0 69px;
  gap: 60px;
}
#second-row-inner::before {
  content: "";
  position: absolute;
  background: url(/pics/news_splash.png) no-repeat left top;
  width: 222px;
  height: 222px;
  left: -100px;
  top: 0;
}
#second-row {
  background: url(/pics/newsrow_bg.jpg) repeat-y center top,
    linear-gradient(
      to right,
      rgb(248, 244, 233) 0%,
      rgb(247, 243, 231) 50%,
      rgb(255, 255, 255) 50%,
      rgb(255, 255, 255) 100%
    );
}
.news-main-title a,
#events h2 a {
  font-family: "alfabet";
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(33px, 3.5vw, 40px);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-grid;
}
/*------------news-row---------*/
#wrapper-index .homepage-news.layout-0 > h2 {
  display: none;
}

#news_main {
  position: relative;
  padding: 0 45px 0 0;
}
#events.events_hp h2 {
  margin: 1px 0 20px;
}
/*---------news---------*/
#news_main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-main-title {
  margin: 0 0 22px 0;
}
#news_main .news-wrap .news-title {
  margin: 5px 0 6px;
  padding: 0;
}
#news_main ul li {
  display: grid;
  grid-template-columns: 160px auto;
  align-items: flex-start;
  grid-gap: 30px;
}
#news_main ul li:not(:last-child) {
  margin: 0 0 20px;
}
#news_main ul li img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: #d4b038;
}
#news_main .news-showAll {
  margin: 42.5px 0 0 0;
  position: relative;
  top: 0;
}
#news_main .news-showAll a {
  position: relative;
  font-family: "eds-market-regular";
  font-size: 18px;
  line-height: 20px;
  color: #050505;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 5px 8.6px 3px;
  transition: 0.3s all ease;
  text-transform: uppercase;
  letter-spacing: 0;
  z-index: 1;
}
#news_main .news-showAll a:is(:hover, :focus) {
  color: #050505;
}
#news_main .news-showAll a::after {
  content: "";
  position: absolute;
  background: #aeafb3;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
  z-index: -1;
  transition: 0.4s all ease;
}
#news_main .news-showAll a:is(:hover, :focus)::after {
  height: 100%;
  background: #d4b038;
  bottom: -0.5px;
}
#news_main .news-link {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.54vw, 18px);
  line-height: 24px;
  color: #050505;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all ease;
  letter-spacing: 0.1px;
}
#news_main .news-link:is(:hover, :focus) {
  text-decoration: underline;
}
#news_main .news-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #050505;
  font-weight: 400;
  letter-spacing: 0.03px;
}
#news_main ul li .news-thumb a {
  display: inline-block;
}

#news_main ul li .news-thumb,
#news_main ul li .news-thumb a {
  max-height: 160px;
  height: 100%;
  position: relative;
}
#news_main ul li .news-thumb a::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  box-sizing: border-box;
  border: 1px solid #dbe0e3;
}
/*------events----------*/
#hp-events,
#hp-events .dayeventwrap {
  position: relative;
}
#hp-events .hpeventlinks div a {
  position: relative;
  font-family: "eds-market-regular";
  font-size: 18px;
  line-height: 20px;
  color: #050505;
  font-weight: 400 !important;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 5px 9.1px 3px;
  text-transform: uppercase;
  letter-spacing: 0;
  z-index: 1;
}

#hp-events .hpeventlinks div a::after {
  content: "";
  position: absolute;
  background: #aeafb3;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
  z-index: -1;
  transition: 0.4s all ease;
}
#hp-events .hpeventlinks div a:is(:hover, :focus)::after {
  height: 100%;
  bottom: -0.5px;
  background: #d4b038;
}
#hp-events .hpeventlinks div a:is(:hover, :focus) {
  color: #050505;
  padding: 5px 9.1px 3px;
}
#hp-events #events .dayInfoWrap {
  width: 90px;
  height: 72px;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  background: url(/pics/date_bg.png) no-repeat center top;
  align-items: flex-start;
}
#hp-events #events .dayInfoWrap .month {
  font-family: "alfabet";
  font-size: 18px;
  line-height: 20px;
  color: #28282a;
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  margin: 12.5px 0 0 39.5px;
  text-transform: capitalize;
}
#hp-events #events .dayInfoWrap .day {
  font-family: "eds-market-regular";
  font-size: 40px;
  line-height: 40px;
  color: #050505;
  font-weight: 400;
  margin: -0.5px 0 0 38.5px;
  letter-spacing: 0;
  position: relative;
}
#hp-events #events ul li a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #050505;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease;
  letter-spacing: 0;
  margin: 0 0 0.5px;
  display: inline-block;
}
#hp-events #events ul li a:is(:hover, :focus) {
  text-decoration: underline;
}
#hp-events #events ul li.event div {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #050505;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  margin: 0;
  top: 0.5px;
  letter-spacing: -0.1px;
}
#wrapper-index #events .time span:first-child,
#wrapper-index #events .location span:first-child {
  display: none;
}
#hp-events #events ul {
  min-height: 80px;
  padding: 0 0 0 109px;
  margin: 0 0 12px;
}
#hp-events .hpeventlinks div {
  margin: 0 !important;
}
#hp-events .hpeventlinks {
  margin: 64.5px 0 0 9px !important;
  display: flex;
  gap: 19px;
  flex-direction: row-reverse;
  position: relative;
  top: 0;
  justify-content: flex-end;
  align-items: flex-end;
}
#events.events_hp ul li {
  margin: 3px 0 0 0;
}
#wrapper-index #hp-events {
  overflow: visible;
  left: -9px;
}
#hp-events .hpeventlinks div:last-child a::after {
  max-width: 99%;
  left: -1px;
}
#wrapper-index #events .time span:first-child,
#wrapper-index #events .location span:first-child {
  display: none;
}
@media only screen and (max-width: 1240px) {
  #second-row-inner {
    grid-template-columns: 55% 45%;
    gap: 40px;
    justify-content: space-between;
  }
  #second-row {
    background: linear-gradient(
      to right,
      rgb(248, 244, 233) 0%,
      rgb(247, 243, 231) 55%,
      rgb(255, 255, 255) 55%,
      rgb(255, 255, 255) 100%
    );
  }
  #news_main {
    padding: 0 20px 0 0;
  }
  #second-row-inner::before {
    left: 0;
    background-size: contain;
    height: 180px;
    width: 180px;
    background-position: 0 -70px;
  }
}

@media only screen and (max-width: 768px) {
  #second-row-inner {
    grid-template-columns: 100%;
    gap: 65px;
    justify-content: flex-start;
    padding: 0 0 65px !important;
  }
  #second-row {
    background: #fff;
  }
  #news_main {
    padding: 65px 20px;
    background: #f7f4e8;
  }
  #news_main .news-showAll,
  #second-row-inner h2 {
    text-align: center;
  }
  #hp-events .hpeventlinks {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  #events.events_hp h2,
  .news-main-title {
    margin: 0 0 35px !important;
  }
  #second-row-inner #events.events_hp {
    padding: 0 20px;
  }
  .news-main-title a br,
  #events h2 a br {
    display: none;
  }
  #second-row-inner::before {
    content: none;
  }
}
@media only screen and (max-width: 500px) {
  #news_main ul li {
    grid-template-columns: 135px auto;
    grid-gap: 18px;
  }
  #news_main {
    padding: 65px 15px;
  }
  #news_main ul li img,#news_main ul li .news-thumb, #news_main ul li .news-thumb a {
    width: 135px;
    height: 135px;
  }
  #hp-events .hpeventlinks {
    margin: 64.5px 0 0 0 !important;
  }
}

@media only screen and (max-width: 355px) {
  #news_main ul li {
    grid-template-columns: 100px auto;
  }
  #news_main ul li img {
    width: 100px;
    height: 100px;
  }
  #hp-events .hpeventlinks {
    gap: 18px;
  }
}

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

/*---------Third-row--------*/
#third-row {
  background: #050505;
}
#third-row-inner {
  padding: 80px 0;
}
#third-row-inner::before {
  content: "";
  position: absolute;
  background: url(/pics/links_bg.png) no-repeat left top;
  width: 715px;
  height: 535px;
  left: -182px;
  top: 0;
  background-size: contain;
}
/* links */
#quick_link a {
  font-family: "alfabet";
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(35px, 3.5vw, 40px);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-grid;
}
#quick_link {
  margin: 28.5px 0 0 -2px;
}
#links .HPLinks tbody {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}
#wrapper-index table.HPLinks tr {
  width: 300px;
  box-sizing: border-box;
  margin: 0;
}
#wrapper-index table.HPLinks #l,
#wrapper-index table.HPLinks .tableLeft {
  display: none;
}
#wrapper-index table.HPLinks #r,
#wrapper-index table.HPLinks .tableRight {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  min-height: 90px;
}
#wrapper-index section table.HPLinks a {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "alfabet";
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 13px 40px 8px 30px;
  box-sizing: border-box;
  transition: 0.3s all ease;
  letter-spacing: 0;
  text-align: center;
  background: rgba(108, 109, 113, 0.8);
  text-decoration: none;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus) {
  color: #050505;
}
#wrapper-index section table.HPLinks a::after {
  content: "";
  position: absolute;
  background: #d4b038;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.4s all ease;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus):after {
  height: 100%;
}
#wrapper-index table.HPLinks #showAll-hplinks {
  width: fit-content;
  min-height: auto;
  position: absolute;
  left: -285px;
  margin: 0;
  top: 133.5px;
}
#showAll-hplinks .tableRight {
  min-height: auto !important;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a {
  position: relative;
  font-family: "eds-market-regular";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400 !important;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 5px 9px 3px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  background: none;
  z-index: 1;
  transition: unset;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::before {
  content: "";
  position: absolute;
  background: rgba(108, 109, 113, 0.5);
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
  z-index: -1;
  transition: 0.4s all ease;
}
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:is(:hover, :focus):before {
  height: 100%;
  background: #d4b038;
  bottom: -0.5px;
}
#wrapper-index table.HPLinks {
  width: 100%;
  padding: 0;
  margin: 0;
}
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:is(:hover, :focus) {
  color: #050505;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::after {
  content: none;
}
section#links {
  display: grid;
  grid-template-columns: auto 920px;
}
section#links .container {
  max-width: 920px;
  margin: 0 0 0 auto;
  width: 100%;
  position: relative;
  left: 5px;
}
@media only screen and (max-width: 1240px) {
  #wrapper-index table.HPLinks tr {
    width: clamp(155px, 22.5vw, 300px);
  }
  section#links {
    grid-template-columns: auto 75%;
  }
}

@media only screen and (max-width: 1099px) {
  section#links {
    grid-template-columns: auto;
  }
  #quick_link a br {
    display: none;
  }
  #quick_link {
    margin: 0 0 35px;
    text-align: center;
  }
  #wrapper-index table.HPLinks #showAll-hplinks {
    top: auto;
    bottom: -70px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #third-row-inner {
    padding: 65px 0 140px;
  }
  section#links .container {
    max-width: 100%;
    left: 0;
  }
  #wrapper-index section table.HPLinks a {
    font-size: 17px;
    padding: 15px 10px 10px;
    line-height: 23px;
  }
}

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

/*-------fourth-row------*/
#fourth-row {
  padding: 80px 0;
}
#fourth-row-inner > h2 {
  font-family: "alfabet";
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(33px, 3.5vw, 40px);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 7.5px 0 0 5.5px;
  display: inline-grid;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-items: center;
}
#fourth-row-inner {
  padding: 50px 0;
  grid-template-columns: auto 1050px;
  align-items: flex-start;
  background: url(/pics/media_bg.jpg) no-repeat center top #d4b038;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
/* Featured Photo Album */
#album-sec {
  position: relative;
  margin: 0;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
#album-sec 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;
  box-shadow: none;
  background: none;
  overflow: visible;
  position: relative;
  left: 0;
  height: auto !important;
}
#album-sec .HPFeaturedAlbums ul li:not(:last-child) {
  margin: 0 0 50px;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  text-align: left;
  top: auto;
  bottom: 0;
  margin: 21px 0 0 0;
  left: 0;
  right: 0;
  position: relative;
  background: none;
  min-height: 60px;
  padding: 7px 60px 7px 28px;
  box-sizing: border-box;
  border-left: 6px solid #6c6d71;
  width: auto;
  display: grid;
  justify-content: flex-start;
  align-items: center;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  width: auto !important;
  height: auto;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  color: #050505;
  margin: 0;
  text-decoration: none;
  line-height: 23px;
  position: relative;
  padding: 0;
  text-transform: none;
  display: inline;
  top: 2px;
}

/*-----------*/
#video-sec {
  max-width: 630px;
  margin: 0 0 0 auto;
}
#media_wrapper {
  display: grid;
  grid-template-columns: 355px auto;
}

@media only screen and (max-width: 1200px) {
  #media_wrapper {
    justify-content: center;
    gap: 15px;
  }
}

@media only screen and (max-width: 1099px) {
  #fourth-row-inner {
    padding: 65px 0;
    grid-template-columns: auto;
  }
  #fourth-row-inner > h2 {
    transform: none;
    writing-mode: unset;
    text-align: center;
    margin: 0 0 35px;
  }
  #media_wrapper {
    grid-template-columns: 100%;
    place-items: center;
    row-gap: 50px;
  }
  #album-sec {
    width: 100%;
  }
  #album-sec .HPFeaturedAlbums ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    row-gap: 0;
  }
  #video-sec {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  #video-sec iframe {
    width: clamp(320px, 83.5vw, 630px);
  }
}

@media only screen and (max-width: 400px) {
  #album-sec .HPFeaturedAlbums ul li img {
    width: clamp(275px, 88.5vw, 355px) !important;
    height: clamp(275px, 88.5vw, 355px) !important;
    object-fit: cover;
  }
  #album-sec .HPFeaturedAlbums ul li {
    width: clamp(275px, 88.5vw, 355px) !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 335px) {
  #video-sec iframe {
    width: clamp(275px, 85.5vw, 630px);
  }
}

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

/*-------fifth-row------*/
#fifth-row {
  background: linear-gradient(
    to right,
    rgb(248, 244, 233) 0%,
    rgb(248, 244, 233) 50%,
    rgb(108, 109, 113) 50%,
    rgb(108, 109, 113) 100%
  );
  margin: 0 0 80px;
}
#fifth-row-inner {
  grid-template-columns: 50% 50%;
  align-items: flex-start;
  padding: 40px 0;
}
#principal h2 {
  margin: 7px 0 0;
}
#principal a {
  font-family: "alfabet";
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(33px, 3.5vw, 40px);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline;
}
#principal a span {
  font-family: "eds-market-regular";
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 0 0 0 2px;
  letter-spacing: -0.03px;
  padding: 0 47.5px 0 0;
}
#principal a span::after {
  content: "";
  position: absolute;
  background: url(/pics/prin_icon.png) no-repeat left center;
  width: 27px;
  height: 25px;
  right: 0;
  top: -4px;
  transition: 0.4s all ease;
}
#principal img {
  background: #d4b038;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  max-width: 220px;
}
#principal {
  display: grid;
  grid-template-columns: 220px auto;
  align-items: center;
  position: relative;
  gap: 48px;
  z-index: 1;
}
#principal::after {
  content: "";
  position: absolute;
  background: url(/pics/prin_splash.png) no-repeat right top;
  width: 150px;
  height: 300px;
  right: -1px;
  top: -40px;
  z-index: -1;
}
#principal a span:is(:hover, :focus)::after {
  background-position: right center;
}
#principal a span:is(:hover, :focus) {
  text-decoration: underline;
}
#principal a:is(:hover, :focus) {
  text-decoration: underline;
}
/*----------bulletin-board--------*/
#bulletin_board {
  position: relative;
  padding: 31px 0 0 68.5px;
}
#bulletin_board h2 {
  margin: 0 0 13px 0.5px;
}
#bulletin_board h2 a {
  font-family: "alfabet";
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(35px, 3.5vw, 40px);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-grid;
}
#hp-bulletin .tableLeft {
  display: none;
}
#hp-bulletin .tableRight a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all ease;
  box-sizing: border-box;
  padding: 9.5px 12px 9.5px 1.5px;
  margin: 0;
  z-index: 1;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
}
#hp-bulletin .tableRight a:is(:hover, :focus):before {
  background: #d4b038;
  height: 100%;
}
#hp-bulletin .tableRight a::before {
  content: "";
  position: absolute;
  background: #a08f54;
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  z-index: -1;
  bottom: 0;
}
#hp-bulletin .tableRight a:is(:hover, :focus) {
  width: 100%;
  color: #050505;
  padding-left: 12px;
  background: #d4b038;
}
#hp-bulletin #showAll-hpbbmessages .tableRight a::before {
  content: none;
}
#hp-bulletin .tableRight {
  padding: 0;
  margin: -3px 0 0;
}
#hp-bulletin #showAll-hpbbmessages .tableRight a {
  position: relative;
  font-family: "eds-market-regular";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400 !important;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 5px 9px 3px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  background: none;
  z-index: 1;
  transition: unset;
}
#hp-bulletin #showAll-hpbbmessages .tableRight a::after {
  content: "";
  position: absolute;
  background: #050505;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.5px;
  z-index: -1;
  transition: 0.4s all ease;
}
#hp-bulletin #showAll-hpbbmessages .tableRight a:is(:hover, :focus)::after {
  height: 100%;
  background: #d4b038;
  bottom: -0.5px;
}
#hp-bulletin #showAll-hpbbmessages {
  margin: 0;
  display: table;
  width: auto;
  position: absolute;
  right: 0;
  top: 34.5px;
}
#hp-bulletin,
#hp-bulletin tr {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#hp-bulletin #showAll-hpbbmessages .tableRight a:is(:hover, :focus) {
  color: #050505;
}
#hp-bulletin tr:nth-last-child(2) a::before {
  opacity: 0;
}
@media only screen and (max-width: 1099px) {
  #principal img {
    width: 100%;
  }
  #principal {
    grid-template-columns: 32% auto;
    gap: 20px;
    overflow: hidden;
  }
  #principal::after {
    height: 100%;
    top: 0;
    background-size: contain;
  }
  #bulletin_board {
    padding: 0 0 0 35px;
  }
  #bulletin_board h2 {
    margin: 0 0 25px 0;
  }
  #hp-bulletin #showAll-hpbbmessages {
    position: relative;
    top: 0;
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #fifth-row-inner {
    grid-template-columns: 100%;
    padding: 0 !important;
  }
  #principal {
    padding: 50px 20px 45px;
    background: #f8f4e9;
    place-items: center;
    justify-content: center;
    grid-template-columns: auto;
    overflow: visible;
    text-align: center;
  }
  #bulletin_board h2 {
    margin: 0 0 35px 0;
    text-align: center;
  }
  #bulletin_board {
    background: #6c6d71;
    padding: 50px 20px;
  }
  #fifth-row {
    background: none;
  }
  #principal::after {
    content: none;
  }
  #hp-bulletin #showAll-hpbbmessages {
    margin: 25px auto 0;
  }
  #principal img {
    max-width: 175px;
  }
}

/*-------fifth-row-end------*/

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

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

/* bell schdules */

.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;
}

#bell-schedule-print-link {
  margin: 0 0 0 auto !important;
}

#wrapper #albumsWrapper {
  width: auto !important;
}

#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;
  }
}

@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: #6b6b6b !important;
  position: relative;
  top: -1px;
}
.single-video #big-video #hd-link,
.single-video #big-video #sd-link {
  left: -4px;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 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: 991px) {
  .translated-ltr header.enh1 nav.en-nav,
  .translated-rtl header.enh1 nav.en-nav {
    height: calc(100% - 40px);
    margin-top: 40px;
  }
  #index_bottom .cursor {
    background-color: #000;
  }
}

#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;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate {
  z-index: 99999999999999999999999999999999;
}

#emailForm table tr table td:last-child iframe {
  margin: 0px 0 0 0px;
  height: 23px !important;
  width: 71px !important;
}

@media only screen and (max-width: 739px) {
  #albumNavToggle span,
  #albumNavToggle {
    background-image: url(/pics/albumdropdown.png);
    outline: none;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

#first-row-inner.animateRow::after {
  opacity: 1;
  animation: fadeInUp 2s forwards ease;
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@media only screen and (max-width: 700px) {
  #wrapper #events-page #events .event {
    grid-template-columns: 135px auto !important;
  }
}

#news_main ul li .news-thumb::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border: 1px solid #dbe0e3;
  box-sizing: border-box;
  opacity: 0;
}

#news_main ul li .news-thumb:is(:hover, :focus)::before {
  border: 3px solid #050505;
}

@media only screen and (min-width: 601px) {
  .en-widescreen-video, .en-widescreen-video video {
  
  min-height: 400px;
}
}

@media only screen and (max-width: 768px) {
#first-row-inner.animateRow::after{
  content: none;
}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
#first-row-inner p {
padding: 0 100px;}
}


input[type="button"], input[type="submit"] {
 
  color: #050505;
}

.model-open #video_text, .model-open .en-widescreen-video, .model-open .en-widescreen-video video {
  z-index: 0;
}

