.index-wrapper {
  position: relative;
  flex: 1;
}
.main-row {
  position: relative;
  width: 100%;
}
.main-row-inner {
  width: min(100%, var(--en-website-width));
  padding-inline: clamp(0px, calc(1130px - 100vw), 10px) !important;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-row h2 {
  display: block;
  position: relative;
  z-index: 99;
  padding-bottom: 11px;
  margin: 0;
  font-weight: 400;
}
.main-row h2 a {
  font-size: var(--en-website-font-1);
  font-family: var(--en-website-module-title-font-family);
  color: var(--module-title-color);
  text-decoration: none;
  width: auto;
  display: inline-block;
  position: relative;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-left: -2px;
}
.container {
  position: relative;
  margin-top: 0;
  padding: 0;
}
/* video start */
.en-widescreen-video {
  background-color: #000;
  height: 646px !important;
  position: relative;
}
.en-widescreen-video::before {
  content: '';
  width: 100%;
  height: clamp(30px, 10.90909vw, 120px);
  background-image: url(../../pics/main_shadow1.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 8;
}
.en-widescreen-video video {
  height: 100% !important;
  min-width: 100%;
  max-height: 750px;
}
.en-widescreen-video .en-video-controls {
  bottom: 10px !important;
  right: 10px !important;
}
.en-widescreen-video button {
  width: clamp(32px, 4vw, 47px) !important;
  height: clamp(32px, 4vw, 44px) !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: clamp(20px, 2vw, 23px) !important;
  padding: 12px 12px 10px !important;
  line-height: 1.1304347826;
  border-radius: 0.25rem;
  cursor: pointer;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 600;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
.en-video-controls button:hover,
.en-video-controls button:active,
.en-video-controls button:focus {
  color: rgba(43, 51, 63, 0.7) !important;
  background-color: #ffffff !important;
}
/* video end */
/* sidelinks start */
.sidelinks {
  position: fixed;
  top: 403px;
  right: 0;
  z-index: 999;
}
.sidelinks ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.sidelinks li {
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  background: url('../../pics/side_link.png') no-repeat center;
  width: clamp(160px, 17vw, 179px);
  text-align: center;
  color: var(--text-color);
}
.sidelinks a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(14px, 2vw, 22px);
  text-align: center;
  position: relative;
  z-index: 0;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  line-height: 0.6818181818;
  text-transform: capitalize;
  letter-spacing: -0.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 6vw, 61px);
}
.sidelinks a span {
  position: relative;
  background-color: #460200;
  left: 11px;
}
.sidelinks .link-one span {
  left: -13px;
}
.sidelinks .link-two span {
  left: 15px;
}
.sidelinks a:hover,
.sidelinks a:focus {
  letter-spacing: 0.5px;
  color: #ffd500;
}
.sidelinks a:focus {
  outline: 3px dashed #ff0000 !important;
}
/* sidelinks end */
/* first row start */
.main-first-row {
  position: static;
}
.main-first-row .main-row-inner {
  position: absolute;
  top: 0;
  z-index: 99;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 22%;
  justify-content: flex-end;
}
/* Events */
.main-first-row section.events-box h2 {
  padding-bottom: 11px;
}
section.events-box {
  position: absolute;
  right: 120px;
  width: clamp(250px, 26vw, 289px);
  z-index: 9;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 7px 7px 7px;
  height: 624px;
  overflow-y: auto;
}
section.events-box h2 a,
.princMsg h2 a {
  text-shadow: 0 1px #fff;
}
section.events-box #hp-events {
  margin: 0 auto;
  z-index: 999;
  position: relative;
  overflow: visible;
}
section.events-box h2:after {
  content: '';
  width: 59px;
  height: 2px;
  background: #ffd300;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.events-box #events {
  margin-top: 22px;
  position: relative;
}
section.events-box #hp-events .dayeventwrap {
  display: grid;
  grid-template-columns: 59px 1fr;
}
section.events-box #hp-events .dayInfoWrap {
  width: 59px;
  height: 59px;
  padding: 0px !important;
  background: url(../../pics/date_icon.png) no-repeat center;
  text-align: center;
  margin-top: 3px;
  border-radius: 0px !important;
}
section.events-box #hp-events span.month {
  text-transform: uppercase;
  display: block;
  color: #000;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  margin-top: 6px;
  margin-top: 8px;
  letter-spacing: -1px;
}
section.events-box #hp-events span.day {
  color: #000;
  font-family: 'SofiaRoughBlackOne';
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  display: block;
  margin-top: 0px;
  letter-spacing: -1px;
}
section.events-box #hp-events ul {
  padding-left: 10px;
  min-height: 56px;
  list-style: none;
  margin: 0 0 22px;
}
section.events-box #hp-events ul li.event div {
  color: var(--content-summary-color);
  font-size: var(--en-website-font-3);
  font-weight: 400;
  font-family: var(--en-website-content-summary-font-family);
  margin-bottom: 0px;
}
section.events-box #hp-events ul li.event div a {
  color: #007196;
  font-size: clamp(14px, 1.64vw, 18px);
  font-family: var(--en-website-content-title-font-family);
  font-weight: 400;
  text-decoration: none;
}
section.events-box #hp-events ul li.event div a:hover,
section.events-box #hp-events ul li.event div a:focus {
  letter-spacing: 0.3px;
}
section.events-box #hp-events .hpeventlinks {
  margin-left: 0px;
  top: -8px;
  position: relative;
}
section.events-box #hp-events .hpeventlinks div a {
  text-align: center;
  color: #a81b10 !important;
  font-size: clamp(13px, 1.3vw, 15px);
  text-decoration: none;
  line-height: 1.8666666667;
  font-family: var(--en-website-button-font-family);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
  box-sizing: border-box;
  border: 2px solid #ffd300;
  background: #fff;
  width: 96px;
  height: 32px;
  display: inline-block;
  position: relative;
}
section.events-box #hp-events .hpeventlinks div a[target] {
  margin-top: 15px;
  width: 140px;
}
section.events-box #hp-events .hpeventlinks div a:hover,
section.events-box #hp-events .hpeventlinks div a:focus {
  letter-spacing: 0.5px;
}
section.events-box #autoCalendar_2 #r a {
  font-size: 10pt !important;
}
#events-page .v1 .event span.location {
  padding-left: 3px;
  padding-top: 1px;
}
#events-page .event .title a,
#events-page .v1 .event span.location {
  float: left;
}
#events-page.v1 .dayeventwrap {
  padding-bottom: 15px;
}
section.events-box .time span:first-child,
section.events-box .location span:first-child {
  display: inline-block;
}
#events-page.time span:first-child {
  display: inline-block;
}
section.events-box .demo2 {
  color: #720c23;
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.leopard-image {
  width: clamp(130px, 21vw, 218px);
  position: absolute;
  bottom: -27px;
  right: clamp(30px, 8vw, 84px);
}
.princMsg h2 {
  padding-bottom: 21px;
}
.princMsg {
  position: absolute;
  width: clamp(340px, 35vw, 390px);
  z-index: 9;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 25px 7px 7px;
  height: 624px;
  left: -100px;
  color: var(--content-summary-color);
  font-size: var(--en-website-font-3);
  font-weight: 400;
  font-family: var(--en-website-content-summary-font-family);
  line-height: 23px;
}
.prinmessage {
  position: relative;
}
.prinmessage .principal_image {
  background: url('../../pics/princMesPic.png') no-repeat;
  margin: 0 10px 5px 0;
  float: left;
  width: 100px;
  height: 151px;
}
.prinmessage .prinname {
  color: #aa1e05;
  font-size: clamp(14px, 1.64vw, 18px);
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0px 0 10px;
  line-height: 1.5;
  display: block;
}
.prinmessage .msgText {
  height: 460px;
  overflow: auto;
  font-size: var(--en-website-font-3);
  text-shadow: 0 1px 0 #fff;
}
a.prinreadmore {
  text-align: center;
  color: var(--btn-text-color) !important;
  font-size: var(--en-website-font-4);
  text-decoration: none;
  line-height: 1.8666666667;
  font-family: var(--en-website-button-font-family);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
  box-sizing: border-box;
  border: 2px solid #ffd300;
  background: #fff;
  width: 96px;
  height: 32px;
  display: inline-block;
  padding-top: 1px;
  margin: 0 0 40px;
  letter-spacing: 0.3px;
}
a.prinreadmore:hover,
a.prinreadmore:focus {
  letter-spacing: 0.9px !important;
}
/* first row end */
/* second row start */
.main-second-row {
  background-image: url(../../pics/mission_bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #000;
}
.main-second-row .main-row-inner {
  min-height: 184px;
  align-items: center;
}
.main-second-row h2 {
  position: relative;
  font-size: clamp(25px, 4vw, 44px);
  color: #ffd300;
  font-weight: 700;
  font-family: var(--en-website-content-title-font-family);
  line-height: 0.7954545455;
  letter-spacing: 0.9px;
  top: 11px;
}
.main-second-row h2 span {
  display: block;
  font-size: clamp(13px, 1.55vw, 17px);
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 2.0588235294;
  text-align: center;
}
.main-second-row p {
  margin: 0;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.5882352941;
  font-size: clamp(13px, 1.55vw, 17px);
  font-family: var(--en-website-content-summary-font-family);
  text-shadow: 2px 2px 10px #000;
  top: 1px;
  left: -2px;
}
/* second row end */
/* third row start */
.main-third-row {
  padding: 55px 0px 103px 0px;
  background-image: url(../../pics/body_bg.png);
  background-repeat: repeat;
  background-color: #fff;
}
.main-third-row .main-row-inner {
  padding-bottom: 45px;
}
.hp-news .news-content {
  width: 100%;
  max-width: clamp(300px, 67vw, 745px);
  position: relative;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  box-sizing: border-box;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  top: 39px;
  padding-bottom: 47px;
}
.hp-news .en-news-section-title {
  position: absolute;
  padding-bottom: 0;
  top: -44px;
  left: -5px;
}
.hp-news .en-news-section-title .en-page-comp-title {
  color: var(--module-title-color);
  padding-bottom: 11px;
}
.hp-news .en-news-section-title .en-page-comp-title::before {
  content: '';
  width: 59px;
  height: 2px;
  background: #ffd300;
  position: absolute;
  left: 1px;
  bottom: 0;
}
.hp-news div.en-news-slider div.en-news-show-all {
  padding: 0;
  border: 0;
}
.news-content .en-news-slider .en-news-show-all a {
  text-align: center;
  font-size: var(--en-website-font-4);
  color: var(--btn-text-color);
  font-family: var(--en-website-button-font-family);
  text-decoration: none;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 2px solid #ffd300;
  background: #fff;
  width: 96px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  letter-spacing: 0.3px;
  display: none;
}
.news-content .en-news-slider .en-news-show-all a:hover,
.news-content .en-news-slider .en-news-show-all a:focus {
  letter-spacing: 0.9px !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
  grid-template-rows: repeat(3, max-content) !important;
  position: relative;
  box-sizing: border-box;
  width: 235px !important;
  min-height: 355px !important;
  background: none !important;
  border: 0 !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
  overflow: hidden;
  color: #fff;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  position: relative;
  border-bottom: 2px solid #ffd300;
  padding-bottom: 4px;
  background: #fff !important;
  border-top: 2px solid #ffd300;
  padding-top: 4px;
  height: 150px !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  max-width: 100%;
  display: block;
  width: auto !important;
  height: 100% !important;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s ease;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
  margin: 14px 0px 5px 0 !important;
  padding: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  height: max-content !important;
  font-size: var(--en-website-font-2);
  color: var(--content-title-color) !important;
  font-family: var(--en-website-content-title-font-family);
  letter-spacing: 0.2px;
  font-weight: 400;
  line-height: 1.1578947368;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover,
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:focus {
  letter-spacing: 0.5px !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-summary {
  margin: 0px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  height: max-content !important;
  color: var(--content-summary-color) !important;
  font-size: var(--en-website-font-3);
  font-family: var(--en-website-content-summary-font-family);
  font-weight: 400;
  line-height: 1.2941176471;
  letter-spacing: -0.2px;
}
.hp-news .news-content .en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: none !important;
  text-indent: -999999em;
  outline: none !important;
  margin-top: 0px !important;
  background-color: transparent !important;
  font-size: 0;
  color: rgb(0, 0, 0) !important;
  width: 44px;
  height: 38px;
  top: 95% !important;
}
.hp-news .news-content .en-news-prev {
  background: url('../../pics/prev_02.png') -44px 0 no-repeat;
  left: 0px;
}
.hp-news .news-content .en-news-next {
  background: url('../../pics/next_02.png') -44px 0 no-repeat;
  right: 0px;
}
.hp-news .news-content .en-news-slider-buttons button.en-news-prev:not(.en-card-slider-button-disabled):hover {
  background: url('../../pics/prev_02.png') -88px 0 no-repeat;
}
.hp-news .news-content .en-news-slider-buttons button.en-news-prev:not(.en-card-slider-button-disabled):focus {
  background: url('../../pics/prev_02.png') 0 0 no-repeat;
}
.hp-news .news-content .en-news-slider-buttons button.en-news-next:not(.en-card-slider-button-disabled):hover {
  background: url('../../pics/next_02.png') 0 no-repeat;
}
.hp-news .news-content .en-news-slider-buttons button.en-news-next:not(.en-card-slider-button-disabled):focus {
  background: url('../../pics/next_02.png') center right 1px no-repeat;
}
.quicklinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  top: 27px;
  padding: 0;
  left: -2px;
}
.quicklinks li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 99;
  padding: 10px;
  height: clamp(60px, 7.3vw, 73px);
  background: #fff;
  border: 1px solid #ffd200;
}
.quicklinks li:hover,
.quicklinks li:active {
  border: 1px solid #700c24;
}
.quicklinks li a {
  text-decoration: none;
  font-size: clamp(15px, 2vw, 21px);
  color: #aa1e05;
  font-family: 'SofiaRoughBlackTwo';
  line-height: 1.3333333333;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  width: clamp(180px, 24vw, 265px);
}
.quicklinks li a:hover,
.quicklinks li a:focus {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.quicklinks li a:hover span,
.quicklinks li a:focus span {
  letter-spacing: -0.3px;
  color: #700c24;
}
.quicklinks li a i {
  width: clamp(50px, 6vw, 68px);
  height: auto;
  aspect-ratio: 1;
  background-size: contain !important;
  border: none;
  position: relative;
  top: -3px;
  color: #000;
}
.quicklinks li a:hover i,
.quicklinks li a:focus i {
  border: none;
}
.quicklinks li a span {
  text-align: left;
  margin: 11px 0px 13px 50px;
  letter-spacing: -0.3px;
}
.quicklinks li.nulink-2 a i {
  background: url('../../pics/staffdirectory_icon.png') center center no-repeat;
  left: 20px;
}
.quicklinks li.nulink-3 a i {
  background: url('../../pics/powerschool-logo-vertical.jpg') center center no-repeat;
  left: 20px;
}
.quicklinks li.nulink-4 a i {
  background: url('../../pics/schoollunch_icon.png') center center no-repeat;
  width: clamp(55px, 7vw, 77px);
  left: 20px;
}
/* third row end */
/* fourth row start */
.main-fourth-row {
  background-image: url(../../pics/third_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #a81b10;
}
.main-fourth-row .main-row-inner {
  padding: 66px 0px 58px;
}
.album-box {
  position: relative;
  z-index: 9;
  text-align: center;
}
.album-box .album {
  position: relative;
}
.album-box .HPFeaturedAlbums ul {
  margin-top: 25px !important;
  display: flex;
  align-items: flex-start;
}
.HPFeaturedAlbums li {
  float: left;
  border: 0px !important;
  border-radius: 0px;
  background-color: #000 !important;
  overflow: visible !important;
  box-shadow: none !important;
  margin-right: 30px !important;
  margin-bottom: 0px !important;
  position: relative;
  width: auto !important;
  height: clamp(190px, 26vw, 306px) !important;
  aspect-ratio: 340/306;
}
.HPFeaturedAlbums li img {
  width: 100%;
}
.HPFeaturedAlbums li:before {
  content: '';
  width: 100%;
  max-width: 322px;
  height: 2px;
  background: #ffd300;
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.HPFeaturedAlbums li:after {
  content: '';
  width: 100%;
  max-width: 322px;
  height: 2px;
  background: #ffd300;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.album-box .HPFeaturedAlbums li h3 {
  font-family: 'Karla', sans-serif;
  font-size: clamp(14px, 1.64vw, 18px);
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-shadow: none;
  position: absolute;
  background-image: url(../../pics/album-shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 130px;
  bottom: 0;
  left: 0;
}
.album-box .HPFeaturedAlbums li h3 span {
  font-family: 'Karla', sans-serif;
  font-size: clamp(14px, 1.64vw, 18px);
  text-align: center !important;
  position: absolute;
  color: #fff;
  font-weight: 700;
  left: 0;
  right: 0;
  bottom: 5px;
  letter-spacing: -0.3px;
}
.album-box .HPFeaturedAlbums h2 {
  overflow: visible;
  width: auto;
  padding: 0px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: var(--en-website-font-1);
  font-family: var(--en-website-module-title-font-family);
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
  left: -15px;
  font-weight: 400;
  height: auto;
}
.spotlight-box {
  position: relative;
}
#spotlight8158 {
  margin: 0px 0 !important;
  background: #000 !important;
  width: max-content;
}
.spotlight-box h2 {
  overflow: visible;
  display: block;
  position: relative;
  z-index: 99;
  padding-bottom: 0px;
  margin-bottom: 23px;
  font-weight: 400;
}
.spotlight-box h2 a {
  width: auto;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: var(--en-website-font-1);
  font-family: var(--en-website-module-title-font-family);
  line-height: 0.8;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
  left: 2px;
}
.spotlight-box .imgWrapper {
  padding: 0px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  background: #000 !important;
  width: auto !important;
  height: clamp(190px, 26vw, 304px) !important;
  aspect-ratio: 340/304;
}
.spotlight-box .imgWrapper:before {
  content: '';
  max-width: 322px;
  width: 100%;
  height: 2px;
  background: #ffd300;
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.spotlight-box .imgWrapper:after {
  content: '';
  max-width: 322px;
  width: 100%;
  height: 2px;
  background: #ffd300;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.spotlight-box .imgWrapper img {
  height: 100% !important;
  width: 100% !important;
}
.spotlight-box a.first {
  text-decoration: none !important;
}
.spotlight-box h3 {
  color: #fff !important;
  font-family: 'Karla', sans-serif;
  font-size: clamp(14px, 1.64vw, 18px) !important;
  font-weight: 700;
  overflow: hidden;
  text-shadow: none;
  position: absolute;
  background-image: url(../../pics/album-shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100% !important;
  height: 130px;
  bottom: 0;
  left: 0px;
  margin: 0 !important;
  line-height: 220px;
  letter-spacing: -0.3px;
}
/* fourth row end */
/* fifth row start */
.main-fifth-row {
  background: #fff;
}
.main-fifth-row .main-row-inner {
  padding: 43px 0 78px;
  flex-direction: column;
  align-items: center;
}
.en-infinite-carousel {
  width: 100%;
}
.en-infinite-carousel .slide {
  margin: 0 5px;
}
.en-infinite-carousel .slide img {
  width: clamp(130px, 20vw, 200px);
}
.main-fifth-row .slider-head1 {
  color: #720c23;
  font-family: var(--en-website-module-title-font-family);
  font-size: var(--en-website-font-1);
  font-weight: 500;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px 0px;
  letter-spacing: -1.5px;
}
/* fifth row end */
/* sixth row start */
.main-sixth-row {
  padding: 55px 0px 0;
  background-color: #ffd500;
  color: #000;
}
.main-sixth-row .main-row-inner {
  align-items: center;
  justify-content: center;
}
.main-sixth-row .text-slideshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.text-slideshow h2 {
  display: block;
  font-size: var(--en-website-font-1);
  color: #720c23;
  position: relative;
  font-family: var(--en-website-module-title-font-family);
  line-height: 0.8;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-bottom: 13px;
  letter-spacing: -1.5px;
}
.text-slideshow .simple .infowrap .carouselInfo {
  max-width: 940px !important;
  width: 100% !important;
  margin: 0 auto;
}
.text-slideshow .carouselInfo:before {
  content: '';
  width: 26px;
  height: 19px;
  background-image: url(../../pics/left_quote.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: 0px;
  display: none;
}
.text-slideshow .carouselInfo:after {
  content: '';
  width: 27px;
  height: 19px;
  background-image: url(../../pics/right_quote.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 599px;
  bottom: 43px;
  display: none;
}
#carousel1662Div .simple {
  overflow: hidden !important;
  border: none !important;
}
.text-slideshow .simple {
  border: none !important;
  width: 100% !important;
  overflow: hidden;
}
.text-slideshow .simple .infowrap {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  height: 177px !important;
}
.text-slideshow .simple p {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: 0 auto;
  font-size: clamp(14px, 2.2vw, 25px);
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  border-bottom: none;
  display: block;
  width: 100%;
  height: auto;
  color: #aa1e05;
  text-align: center;
}
.text-slideshow .simple p span {
  margin: 0 auto;
  display: block;
  line-height: 1.28;
  padding: 15px 0px !important;
  letter-spacing: -0.6px;
}
.text-slideshow .simple div h3 {
  text-align: center !important;
  background: none !important;
  text-shadow: none !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
}
.text-slideshow .simple div h3 span {
  text-align: center !important;
  overflow: visible !important;
  padding: 0px;
  font-size: clamp(14px, 1.9vw, 20px) !important;
  font-family: 'Karla', sans-serif !important;
  font-weight: 700 !important;
  color: #720c23 !important;
  display: inline-block !important;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.3px;
  top: -4px;
  left: 6px;
}
.text-slideshow .simple div h3 span:after {
  content: '';
  width: 5px;
  height: 3px;
  background: #790c09;
  position: absolute;
  left: -12px;
  top: 11px;
}
#carousel1682Div-carouselwrap {
  display: none !important;
}
.text-slideshow .overlaycontainer {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  height: 126px !important;
}

/* sixth row end */
/* seventh row start */
.main-seventh-row {
  background-image: url(../../pics/second_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  text-align: center;
}
.main-seventh-row .main-row-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(230px, 28vw, 289px);
  padding-top: 22px;
}
.main-seventh-row::after {
  content: '';
  width: 100%;
  height: 96px;
  background-image: url(../../pics/b-shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-seventh-row span {
  color: #ffd300;
  font-size: clamp(15px, 2.7vw, 30px);
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin: 3px 0 4px;
  display: block;
  font-family: 'SofiaRoughBlackTwo';
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}
.main-seventh-row h3 {
  color: #fff;
  font-size: clamp(28px, 5.5vw, 60px);
  line-height: 0.8;
  font-family: 'SofiaRoughBlackTwo';
  font-weight: 400;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
  margin: 0px 0 0px 5px;
  letter-spacing: 2.5px;
}
.main-seventh-row h3 small {
  font-size: clamp(22px, 4.5vw, 50px);
  letter-spacing: 3.1px;
}
/* seventh row end */
.main-row table {
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main-row table a {
  color: #aa1e05;
  text-decoration: none;
  font-weight: 700;
}
.main-row table #l {
  padding-top: 8px;
}
.main-row table #r {
  padding: 10px 0 10px 0;
}
.main-row table #r b a {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.autoCalendarLinks td,
#showAll-0,
#showAll-hpbbmessages #r,
#showAll-hplinks #r,
#showAll-0 #r {
  border-bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 2px !important;
}
.main-row table tr:first-child td,
.autoCalendarLinks,
#showAll-0,
#showAll-hplinks #r,
#showAll-0 #r {
  border-left: 0 !important;
}
.main-row table tr:last-child td {
  border-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 1410px) {
  section.events-box,
  .princMsg {
    position: relative;
    left: 0;
    right: 0;
  }
  .main-first-row .main-row-inner {
    right: 0;
    left: 0;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: clamp(100px, 18vw, 260px);
  }
  .sidelinks {
    position: absolute;
    top: clamp(140px, 17vw, 192px);
  }
}
@media only screen and (max-width: 1100px) {
  .main-fourth-row .main-row-inner {
    justify-content: space-around;
  }
  .sidelinks li {
    background-size: cover;
  }
  .sidelinks {
    top: clamp(105px, 12vw, 192px);
  }
  .main-first-row .main-row-inner {
    position: static;
    padding: 30px 0;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .en-widescreen-video {
    height: max-content !important;
  }
  .en-widescreen-video video {
    aspect-ratio: 128/72 !important;
  }
  .en-widescreen-video::before {
    background-position-y: top;
    background-size: contain;
  }
}
@media only screen and (max-width: 910px) {
  .main-second-row p {
    width: 60%;
  }
  .main-second-row p br {
    display: none;
  }
  .main-second-row .main-row-inner {
    justify-content: space-around;
  }
  .quicklinks li a {
    width: clamp(170px, 23vw, 265px);
  }
}
@media only screen and (max-width: 768px) {
  .main-fifth-row .main-row-inner,
  .main-sixth-row {
    padding: 30px 0;
  }
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
    min-height: 300px !important;
  }
  .text-slideshow h2 {
    line-height: 1.231;
    margin-bottom: 0;
  }
  .album-box .HPFeaturedAlbums li {
    margin: 0 !important;
  }
  .text-slideshow .simple .infowrap {
    height: 130px !important;
  }
  .text-slideshow .simple div h3 span:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .text-slideshow .overlaycontainer {
    height: 100px !important;
  }
  .album-box .HPFeaturedAlbums ul {
    gap: 20px;
    margin-top: 18px !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .quicklinks li a span {
    margin-left: 30px;
  }
  .main-fourth-row .main-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 35px 0;
  }
  .HPFeaturedAlbums li,
  .spotlight-box .imgWrapper {
    height: clamp(220px, 31vw, 306px) !important;
  }
  .spotlight-box h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .album-box .HPFeaturedAlbums h2 {
    left: 0;
  }
  .main-third-row .main-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 70px 0 30px;
  }
  .main-third-row {
    padding: 0;
  }
  .hp-news .news-content {
    max-width: 96%;
  }
  .hp-news .news-content {
    top: 0;
  }
  .quicklinks {
    top: 0;
    left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  /* .hp-news .news-content .en-news-slider-buttons button {
    position: static;
  }
  .hp-news .news-content div.en-news-slider > div.en-news-slider-footer {
    justify-content: space-between !important;
  }
  .hp-news .news-content div.en-news-slider > div.en-news-slider-footer div.en-news-slider-buttons {
    display: flex;
    gap: 7px;
  } */
  .main-second-row .main-row-inner {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    text-align: center;
  }
  .main-second-row p {
    width: 90%;
  }
  .main-second-row {
    background-size: cover;
  }
  .princMsg {
    line-height: 1.3529411765;
  }
  .sidelinks {
    position: static;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
  }
  .sidelinks ul {
    flex-direction: row;
    justify-content: center;
    gap: clamp(10px, 2vw, 15px);
    flex-wrap: wrap;
    max-width: 530px;
    margin: 0 auto;
  }
  .sidelinks li {
    width: 160px !important;
    min-height: auto;
  }
  .sidelinks a {
    padding: 4px 10px !important;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }
  .sidelinks a span {
    left: 0 !important;
  }
  .main-first-row .main-row-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.events-box,
  .princMsg {
    width: 100%;
    box-sizing: border-box;
    max-width: 350px;
    height: auto;
  }
  section.events-box {
    max-height: 450px;
  }
  .leopard-image {
    right: 12px;
  }
  .prinmessage .msgText {
    height: auto;
  }
  a.prinreadmore {
    margin: 0 0 10px;
  }
}