/* imports and fonts imports */
@import url('https://use.typekit.net/btx1cqs.css');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


:root {
    --en-website-width: 1200px;
}
/* General */
html{
	height: 100%;
}
body {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
  background-color: #fff;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

a,
a:active {
  color: #033b73;
}
a:hover,
a:active {
  outline: 0;
  color: #e42a11;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img.sub{
  border: 0;
}

/* Normalization of fonts */
b,
strong {
  font-weight: bold;
}
#goog-gt- h1{
  color: #000 !important;
}

.button {
  letter-spacing: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}
.button:hover {
  background-color: transparent !important;
}


/* PARAMETERS */
/* HEIGHT OF THE MIDDLE SECTION WHERE SCHOOL'S NAME IS LOCATED WILL BE AUTO-ADJUSTED */
:root {
	--en-website-width: 1200px;
}

/* Index properties:- Video Banner */
#index-wrapper{
  position: relative;
  background: #fff;
  margin-top:0px;
  z-index: 1;
}
#index-top {
	background: #fff;
  position: relative;
  max-height: 700px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  left: 4px;
}
#index-top .en-widescreen-video {
	position: relative;
}
.en-widescreen-video video{
  max-height: 700px;
  min-height: clamp(200px, 55.56vw, 700px);
}
.en-widescreen-video .en-video-controls {
	left: unset !important;
  right: 20px !important;
  z-index: 20;
}
.en-widescreen-video button {
  background-color: #ef3c24 !important;
  border: none;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}
.en-widescreen-video button:hover, 
.en-widescreen-video button:focus {
	background-color: #000 !important;
	color: #ef3c24 !important;
}
@media screen and (max-width:1440px){
  #index-top {
    left: 0px;
  }
}
@media screen and (max-width:768px){
  #index-wrapper {
    margin-top: 0;
  }
}


/* Rows WRapper */
#rows-wrapper,
.rows {
  position: relative;
  width: 100%;
}

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
}

.display_change{
  display: block !important;
}

@media screen and (max-width:1260px) {
  .rows-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media screen and (max-width:786px) {
  .rows-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width:767px) {
  .rows-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Quick links */
#quicklinks {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  z-index: 4;
  width: 100%;
  max-width:1300px;
  margin: 0 auto;
  padding: 0 0 0px 0;
  box-sizing: border-box;
}


#quicklinks ul{
  padding: 27px 0 0 50.5px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  width: 100%;
  max-width: 330px;
  position: relative;
  z-index: 4;
  background: #fff;
  box-sizing: border-box;
}
#quicklinks ul li{
  width: 100%;
  list-style: none;
  margin: 4px 0 0 0;
}
#quicklinks ul li a{
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "degular",sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #1c1d1e;
  padding: 0 0 3px 35px;
  box-sizing: border-box;
  position: relative;
  transition: all .5s ease-in-out;
}
#quicklinks ul li a::before{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 16px;
  background: url(/pics/orange-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
}
#quicklinks ul li:nth-child(2) a::before{
  background: url(/pics/blue-right-arrow.png) no-repeat;
}
#quicklinks ul li:nth-child(3) a::before{
  background: url(/pics/pink-right-arrow.png) no-repeat;
}
#quicklinks ul li:nth-child(4) a::before{
  background: url(/pics/green-right-arrow.png) no-repeat;
}
#quicklinks ul li a span{
  position: relative;
  z-index: 5;
}

#quicklinks ul li:hover a, #quicklinks ul li:focus a{
  font-weight: 700;
  padding: 0 35px 3px 0px;
  transition: all .5s ease-in-out;
}
#quicklinks ul li:hover a::before, #quicklinks ul li:focus a::before{
  left: unset;
  right: 36px;
  top: 5px;
  transform: rotate(45deg);
  transition: all .5s ease-in-out;
}

@media screen and (max-width:1260px) {
  #quicklinks {
    bottom: -1px;
  }
}

@media screen and (max-width:990px) {
  #quicklinks {
    position: relative;
  }
  #quicklinks ul {
    padding: 25px 15px;
    max-width: unset;
  }
  #quicklinks ul li{
    width: 100%;
    list-style: none;
    margin: 5px 5px;
    max-width: 290px;
  }
  #quicklinks ul li a{
    padding: 0 0 3px 28px;
  }
  #quicklinks ul li:hover a, #quicklinks ul li:focus a {
    padding: 0 28px 3px 0px;
  }
  #quicklinks ul li:hover a::before, #quicklinks ul li:focus a::before {
    right: 0;
  }
}

/* First Row :- Stream and Intro Section */
#first-row{
  background:#fff;
  overflow: hidden;
}
#first-row-inner{
  padding:90px 0 106px 0;
  box-sizing: border-box;
  grid-template-columns: 790px 350px;
  align-items: flex-start;
  justify-content: space-between;
}

#stream-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#stream-list a.stream-box{
  width: 250px;
  height: 100%;
  max-height: 450px;
  display: inline-block;
  text-decoration: none;
  background: #cacaca;
  position: relative;
}
#stream-list a.stream-box img{
  width: 100%;
}
#stream-list a.stream-box .stream-name{
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 0 19px 0 0;
  box-sizing: border-box;
  z-index: 2;
  transition: all .5s ease-in-out;
}
#stream-list a.stream-box img{
  width: 100%;
}
#stream-list a.stream-box:nth-child(2) .stream-name{
  padding: 0 8px 0 0;
}
#stream-list a.stream-box:nth-child(3) .stream-name{
  padding: 0 15px 0 0;
}
#stream-list a.stream-box .stream-name span{
  font-family:"Space Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #1c1d1e;
  text-transform: uppercase;
  position: relative;
  left: -4px;
  bottom: -7px;
  transition: all .5s ease-in-out;
}
#stream-list a.stream-box:hover , #stream-list a.stream-box:focus {
  overflow: hidden;
  transition: all .5s ease-in-out;
}
#stream-list a.stream-box:hover .stream-name, #stream-list a.stream-box:focus .stream-name{
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgb(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 6px !important;
  overflow: hidden;
}
#stream-list a.stream-box:hover .stream-name span, #stream-list a.stream-box:focus .stream-name span{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-weight: 700;
}
#stream-list a.stream-box:hover img, #stream-list a.stream-box:focus img{
  webkit-filter: blur(3px); /* Chrome, Safari, Opera */
  filter: blur(3px);
}


#intro-box{
  width: 100%;
  position: relative;
}
#intro-box::after{
  content: '';
  position: absolute;
  top: -44px;
  right: -77px;
  width: 155px;
  height: 280px;
  background:url(/pics/Flame.png) no-repeat;
}
#intro-box h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-transform: uppercase;
  padding: 0;
  margin: 6px 0 19px -1px;
}
#intro-box p{
  font-family: "degular",sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: normal;
  text-align: left;
  color: #1c1d1e;
  padding: 0;
  margin: 0 0 0 1px;
  width: 100%;
}

@media screen and (max-width:1260px) {
  #first-row-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    padding: 55px 0 100px 0;
  }
  #intro-box {
    margin: 0 0 40px 0;
  }
  #intro-box h2{
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 3;
    font-size: clamp(50px, 6.98vw, 88px);
    line-height: clamp(50px, 5.87vw, 74px);
  }
  #intro-box h2 br{
    display: none;
  }
  #intro-box p {
    font-size: clamp(20px, 1.75vw, 22px);
    line-height: clamp(23px, 1.98vw, 25px);
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #intro-box p br{
    display: none;
  }
  #intro-box::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 155px;
    height: 280px;
    background: url(/pics/Flame.png) no-repeat;
    left: 0;
    margin: 0 auto;
  }
  #stream-list {
    justify-content: center;
  }
  #stream-list a.stream-box .stream-name span {
    font-size: clamp(38px, 3.97vw, 50px);
    line-height: clamp(38px, 3.97vw, 50px);
  }
}

/* Second Row: News Section */
#second-row{
  background:#fff;
}
#second-row-inner {
  padding:0 0 115px 0;
  box-sizing: border-box;
}

/* NEWS SECTION */
.news_box{
  position: relative;
}
#hp-news {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0 auto;
  border-top: 1px solid #1c1d1e;
  padding: 44px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
#hp-news::before{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ef3c24;
  z-index: 2;
}

#hp-news > div.en-news-slider {
  --min-card-gap: 10px;
  --image-width: 285px;
  --image-height: 240px;
  --line-height: 23px;
  --font-size: 18px;
  --max-lines-subject: 2;
  --max-lines-summary: 4;
  font-family: inherit;
}

#hp-news .en-card-slider-outer-container{
  position: relative;
  left: 0px;
  z-index: 5;
}
#hp-news h2.en-news-section-title {
  display: none;
}
.news_box h2{
  font-family:"Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-align: left;
  color: #0c0c0c;
  padding: 0;
  margin:0px 0 15px 0px;
  overflow: hidden;
  padding: 0px 0 0 0;
  box-sizing: border-box;
  text-transform:uppercase;
  display: inline-block;
}
.news_box h2 a{
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#hp-news div.en-card-slider-inner-container {
  min-height: 100px;
}

#hp-news div.en-card-slider-inner-container > a {
  border: solid 0px rgba(249, 243, 227, 0.8) !important;
  position: relative;
  padding:0px 0 5px 0;
  background: #fff !important;
  z-index: 5;
  align-items: inherit;
  justify-content: flex-start;
}


div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container{
  position: relative;
  z-index: 5;
  background: #1c1d1e !important;
  min-height: 240px;
  display: flex;
  align-items: center;
  max-height: 240px;
  overflow: hidden;
}

#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title {
  font-family: "degular",sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  justify-content: flex-start !important;
  margin: 0px 0 0px 0px !important;
  padding:18px 0px 2px 0px;
  -webkit-line-clamp: var(--max-lines-subject);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height:50px;
}
#hp-news div.en-card-slider-inner-container > a:hover > h3.en-news-slider-title, #hp-news div.en-card-slider-inner-container > a:focus > h3.en-news-slider-title{
  text-decoration: underline;
}
#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary {
  font-family:"degular",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin:3px 0 0 0px !important;
  padding: 0px 0px 0 0px;
  -webkit-line-clamp: var(--max-lines-summary);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height:95px;
  overflow: hidden;
}

div.en-news-slider > div.en-news-slider-footer {
}
#hp-news div.en-news-show-all{
  border: 0;
  padding: 0;
  position: absolute;
  top: -40.5px;
  right: 0;
}
#hp-news div.en-news-show-all a{
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family:"degular",sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  text-align: right;
  color: #1c1d1e;
  padding:0 21px 0px 0;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
#hp-news div.en-news-show-all a::before, #hp-news div.en-news-show-all a::before{
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 13px;
  height: 12px;
  background: url(/pics/yellow-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
}
#hp-news div.en-news-show-all a:hover, #hp-news div.en-news-show-all a:focus{
  transition: all 0.5s ease-in-out;
}

#hp-news div.en-news-show-all a:hover::before, #hp-news div.en-news-show-all a:focus::before{
  transform: rotate(45deg);
  background: url(/pics/red-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
}

#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled {
 

opacity: 0.5 !important;
  cursor: auto;
  color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(255,255,255,0.5) !important;
}

/* News slider arrows */
#hp-news div.en-news-slider-buttons {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: min-content;
  padding: 7px 12px;
}

#hp-news div.en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: 0;
color: #000 !important;
  background-color: rgb(255, 255, 255);
}

#hp-news div.en-news-slider-buttons button.en-news-prev {
  left: -60px;
  top: 145px;
  border-radius: 0;
  text-indent: -9999px;
  width: 41px; 
  height: 39px;
  background: url('/pics/slide-arrow.png') -71px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-next {
  right: -60px;
  top: 145px;
  border-radius: 0;
  text-indent: -9999px;
  width: 41px; 
  height: 39px;
  background: url('/pics/slide-arrow.png') -193px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev:hover{
  background: url('/pics/slide-arrow.png') -132px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:hover{
  background: url('/pics/slide-arrow.png') -10px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  left: -63px;
  top: 142px;
  width: 49px;
  height: 46px;
  background: url('/pics/slide-arrow.png') -323px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  right: -65px;
  top: 142px;
  width: 49px;
  height: 46px;
  background: url('/pics/slide-arrow.png') -254px -10px;
}

@media only screen and (max-width: 1380px) {
  #fourth-row-inner {
    padding: 60px 0 80px;
  }
  #hp-news {
    width: 100%;
    box-sizing: border-box;
  }
  /*#hp-news > div.en-news-slider {
    --image-width: clamp(280px, 20.96vw, 285px);
    --image-height: clamp(280px, 20.96vw, 285px);
  }*/
  div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container img{
    object-fit: cover !important;
  }
  div.en-news-slider > div.en-news-slider-footer {
    margin:50px 0 0px 0;
  }
  #hp-news div.en-news-slider-buttons {
    justify-content: space-between !important;
    padding: 30px 10px 0 10px !important;
    position: absolute;
    width: 100% !important;
    min-height: 32px;
    box-sizing: border-box;
  }
  #hp-news div.en-news-slider-buttons button {
    position: absolute !important;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev {
    left: 0 !important;
    top: 0 !important;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next {
    right: 0 !important;
    top: 0 !important;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev:focus {
    left: -3px !important;
    top: -3px !important;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next:focus {
    right: -5px !important;
    top: -3px !important;
  }
}

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

  #hp-news .en-card-slider-outer-container{
    width: 100%;
    margin: 0 auto;
    left: 0;
    max-width: 916px;
  }
 
}

@media only screen and (max-width: 944px) {
  #hp-news .en-card-slider-outer-container {
    max-width: 600px;
  }
  #hp-news {
    padding: 35px 0 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .news_box h2 {
    width: 100%;
    text-align: center;
  }
  #hp-news div.en-news-show-all {
    border: 0;
    padding: 0;
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5;
  }
  #hp-news div.en-news-slider-buttons{
    padding: 35px 10px 0 10px !important;
  }
  #hp-news div.en-news-slider-buttons {
    padding: 30px 10px 0 10px !important;
    width: 92.5% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #hp-news::before {
    top: -2px;
    left: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 620px){
  #hp-news div.en-card-slider-inner-container > a{
    left: 0px !important;
  }
}

@media only screen and (max-width:480px){
  #hp-news div.en-card-slider-inner-container > a {
    left: 0px;
  }
}


/* Third Row :-  Events Sections */
#third-row{
  background:#fff;
  overflow: hidden;
}
#third-row-inner {
  padding:0px 0 150px 0;
  box-sizing: border-box;
}

#third-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 100px 0;
}

/* events */
#events-box{
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: 550px;
  padding: 36px 0 0 0;
  box-sizing: border-box;
}

#events-box #events-box::before{
  display: none;
}
#events-box-page #events-box {
  width: 100%;
}
#events-box-page #events-box::before {
  display: none !important;
}
#events-box #hp-events #events-box {
  margin: 0 0 0px 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
#hp-events {
  padding: 27px 0 0;
  position: relative;
  z-index: 3;
  min-height: 230px;
  overflow: visible !important;
}
.dayeventwrap{
  position: relative;
}
#events-box ul li {
  margin: 0 0 16px 0 !important;
  position: relative;
  top: 0px;
  list-style: none;
}
#events-box h2 {
  margin: 0 0 0 0px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #1c1d1e;
  padding: 0 0 18px 0;
  box-sizing: border-box;
}
#events-box h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ef3c24;
  z-index: 2;
}
#events-box h2 a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-align: left;
  color: #0c0c0c;
  text-decoration: none;
  margin: 0px 0 0 0px;
  display: inline-block;
  text-transform: uppercase;
}
#events-box #hp-events .v3 .dayInfoWrap {
  width: 91px;
  height: 70px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin:6px 0 0 0px;
  background: url(/pics/date-bg1.png) no-repeat top left;
  border-radius: 0 !important;
  align-items: center;
}
#events-box #hp-events .v3 .dayeventwrap:nth-child(even) .dayInfoWrap{
  background: url(/pics/date-bg2.png) no-repeat top right;
}

#events-box #hp-events .v3 span.month {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-family: "degular",sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #0c0c0c;
  margin: -2px 0 0 -2px;
  text-transform: uppercase;
  top: 0px;
  position: relative;
}
#events-box #hp-events .v3 .dayeventwrap:nth-child(even) span.month{
  margin:-1px 0 0 -2px;
}
#events-box #hp-events .v3 span.day {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-family: "Space Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height:60px;
  letter-spacing: normal;
  text-align: center;
  color: #1c1d1e;
  margin:-9px 0 0 -1px;
  position: relative;
  top: 0px;
  width: 100%;
}
#events-box #hp-events .v3 .dayeventwrap:nth-child(even) span.day{
  margin:-9px 0 0 -1px;
}
#events-box #hp-events .v3 ul {
  padding-left: 118px;
  margin-bottom: 2px;
  top: 0px;
  position: relative;
  min-height: 88px !important;
  margin-top: 0;
}
#events-box #hp-events ul li.event div {
  font-family: "degular",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0 !important;
  position: relative;
  top:0px;
}
#events-box #hp-events ul li.event div a {
  font-family: "degular",sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  display: inline-block;
  margin:0px 0 0px 0px;
}
#events-box #hp-events ul li.event div a:hover,
#events-box #hp-events ul li.event div a :focus {
  text-decoration: underline;
}
#hp-events ul li.event div.title {
  margin-bottom: 0px !important;
}
#events-box-page #events-box.v1 .event .location {
  top: 0px;
}
#events-box-page #events-box .event .title a,
#events-box-page #events-box.v1 .event span.location {
  float: left;
}
#events-box-page #events-box.v1 .dayeventwrap {
  padding: 0 0 15px;
}
#events-box-page #events-box .dayeventwrap:nth-child(3){
  top: -4px;
}
#events-box .time span:first-child,
#events-box .location span:first-child {
  display: none;
}
#hp-events .hpeventlinks {
  margin-left: 0 !important;
  position: absolute;
  top:-42px;
  right: 0px;
  width: auto;
  display: flex;
  margin: 0;
}
#hp-events .hpeventlinks div:nth-child(2) {
  margin:0px 0 0px 30px !important;
}

#events-box #hp-events .hpeventlinks div a{
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "degular",sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  text-align: right;
  color: #1c1d1e;
  padding: 0 21px 0px 0;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
}

#events-box #hp-events .hpeventlinks div a::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 13px;
  height: 12px;
  background: url(/pics/yellow-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
}

#events-box #hp-events .hpeventlinks div a:hover::before , #events-box #hp-events .hpeventlinks div a:focus::before {
  transform: rotate(45deg);
  background: url(/pics/red-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
}

#sd-arrow{
  background: #000 !important;
}

#events-box-page #events-box {
  width: 100% !important;
  max-width: unset !important;
  padding:0!important;
}

#student-slider{
  width: 100%;
  max-width: 700px;
  min-width: 700px;
  height: 100%;
  max-height: 550px;
  min-height: 550px;
  position: relative;
  z-index: 3;
}
#student-slider #slider-inner{
  position: absolute;
  top: 0;
  right:-100px;
  width: 100%;
  background: #000;
}
#student-slider #slider-inner h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #1c1d1e;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 170px;
  min-height: 80px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#student-slider #slider-inner h2 span{
  display: inline-block;
  position: relative;
  top: 4px;
  right: 0px;
}
#student-slider img,#student-slider .nivoSlider, #student-slider .nivo-slice {
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#student-slider br{
  display: none;
}


#video-block{
  width: 100%;
  margin:0 0 71px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#video-block::after{
  content: '';
  position: absolute;
  top: -205px;
  right: -282px;
  width: 571px;
  height: 570px;
  background: url(/pics/Minotaur-Lopez-Design.png) no-repeat top right;
  z-index: 1;
}
#video-block #video-box{
  width: 100%;
  max-width: 700px;
}
#video-block #video-box video{
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 3;
}
#video-block #video-content{
  width: 100%;
  max-width: 430px;
  position: relative;
  z-index: 3;
}
#video-block #video-content h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-transform: uppercase;
  margin: 56px 0 17px 0;
}
#video-block #video-content p{
  font-family: "Space Grotesk", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #e42a11;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0 1px;
}


/*#video-block #video-box{
  width: 100%;
  position: relative;
  z-index: 2;
}
#video-block #video-box .HPVideo{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 70px;
  position: relative;
}
#video-block #video-box .HPVideo h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-transform: uppercase;
  margin: 56px 0 0 0;
}
#video-block #video-box .HPVideo a{
  display: inline;
  color: inherit;
  text-decoration: none;
}

#video-block #video-box .HPVideo p{
  font-family: "Space Grotesk", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #e42a11;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 12px;
}
#video-block #video-box .HPVideo p a{
  display: inline;
  color: inherit;
  text-decoration: none;
}*/

#glance-block{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 20px;
}
#glance-block .glance-box{
  width: 385px;
  min-height: 200px;
  background-color: #0c0c0c;
  position: relative;
}
#glance-block .glance-box:nth-child(1){
  left: -0.5px;
}
#glance-block .glance-box:nth-child(2){
  left: 0;
}
#glance-block .glance-box:nth-child(3){
  left: 0;
}
#glance-block .glance-box:nth-child(4){
  left: -0.5px;
}
#glance-block .glance-box:nth-child(5){
  left: 0;
}
#glance-block .glance-box:nth-child(6){
  left: 0;
}
#glance-block .glance-box:nth-child(2),
#glance-block .glance-box:nth-child(5){
  top: 50px;
}
#glance-block .glance-box::before{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: calc(100% - 25px);
  height: 5px;
  margin: 0 auto;
  background-color: #f89521;
  z-index: 2;
}
#glance-block .glance-box:nth-child(2):before{
  background-color: #ef509d;
  left: 0;
}
#glance-block .glance-box:nth-child(3):before{
  background-color: #d6de2e;
  left: 0;
}
#glance-block .glance-box:nth-child(4):before{
  background-color: #00abe7;
  top: unset;
  bottom: -2px;
  left: 0;
}
#glance-block .glance-box:nth-child(5):before{
  background-color: #00a551;
  top: unset;
  bottom: -2px;
  left: 0;
}
#glance-block .glance-box:nth-child(6):before{
  background-color: #ef3c24;
  top: unset;
  bottom: -2px;
  left: 0;
}
#glance-block .glance-box .glance-info{
  font-family: "degular",sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#glance-block .glance-box .glance-info span{
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  position: relative;
}
#glance-block .glance-box:nth-child(1) .glance-info{
  margin: 0;
  column-gap: 34px;
}
#glance-block .glance-box:nth-child(1) .glance-info span{
  top: 1.5px;
  left: 1px;
}
#glance-block .glance-box:nth-child(2) .glance-info{
  margin: 0;
  text-align: center;
}
#glance-block .glance-box:nth-child(3) .glance-info{
  margin: 0;
  column-gap: 22.5px;
}
#glance-block .glance-box:nth-child(3) .glance-info span{
  top: 2px;
  left: 1.5px;
}
#glance-block .glance-box:nth-child(4) .glance-info{
  margin: 0;
  text-align: center;
}
#glance-block .glance-box:nth-child(5) .glance-info{
  margin: -2px 0 0 0;
  column-gap: 28px;
}
#glance-block .glance-box:nth-child(5) .glance-info span{
  top: 4px;
  left: 1px;
}
#glance-block .glance-box:nth-child(6) .glance-info{
  margin: 0;
  text-align: center;
}

#glance-block .glance-box:nth-child(3)::after{
  content: '';
  position: absolute;
  top: -76px;
  right: -54px;
  width: 151px;
  height: 281px;
  background: url(/pics/awards.png) no-repeat top right;
  z-index: 2;
}


@media only screen and (max-width:1260px){
  #third-row-inner {
    padding: 0px 0 90px 0;
  }
  #video-block #video-box .HPVideo {
    justify-content: center;
    align-items: flex-start;
    column-gap: 0;
    position: relative;
    flex-direction: column;
    row-gap: 0px;
  }
  #video-block #video-box .HPVideo h2 {
    font-size: clamp(50px, 6.98vw, 88px);
    line-height: clamp(50px, 5.87vw, 74px);
    text-align: center;
    margin: 0px 0 30px 0;
    width: 100%;
  }
  #video-block #video-box .HPVideo p {
    font-size: clamp(26px, 3.49vw, 44px);
    line-height: clamp(30px, 3.97vw, 50px);
    text-align: center;
    margin: 12px 0 0 0;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #video-block .videowrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
  #video-block .videowrapper .video_player{
    width: 100% !important;
    height: clamp(295px, 31.35vw, 395px) !important;
  }
  #video-block .videowrapper .video_player video{
    width: 100% !important;
    height: 100% !important;
  }
  #glance-block {
    column-gap: 20px;
    row-gap: 20px;
  }
  #glance-block .glance-box:nth-child(2), #glance-block .glance-box:nth-child(5) {
    top:0px !important;
  }
  #glance-block .glance-box {
    width: 100%;
    max-width: 385px;
    left: 0 !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: clamp(150px, 15.87vw, 200px);
  }
  #glance-block .glance-box:nth-child(3)::after {
    top: -29px;
    right: -24px;
    width: 70px;
    height: 281px;
    background: url(/pics/awards.png) no-repeat top right;
    z-index: 2;
    background-size: contain;
  }
  #glance-block .glance-box .glance-info {
    font-size: clamp(23px, 2.22vw, 28px);
    line-height: clamp(22px, 2.06vw, 26px);
    min-height: clamp(150px, 15.87vw, 200px);
  }
  #glance-block .glance-box .glance-info span {
    font-size: clamp(50px, 4.76vw, 60px);
  }
  #student-slider {
    min-width: unset;
  }
  #video-block {
    width: 100%;
    margin:0 0 75px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  #video-block #video-content {
    width: 100%;
    max-width: unset;
  }
  #video-block #video-content h2 {
    font-size: clamp(50px, 6.98vw, 88px);
    line-height: clamp(50px, 5.87vw, 74px);
    text-align: center;
    margin: 0px 0 20px 0;
  }
  #video-block #video-content p {
    font-size: clamp(30px, 3.49vw, 44px);
    line-height: clamp(32px, 3.97vw, 50px);
    text-align: center;
    margin: 0 0 25px 0;
  }
  #video-block #video-box {
    margin: 0 auto;
  }
  #video-block #video-box video {
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 395px;
  }
  #hp-events {
    min-height: 160px;
  }
}

@media only screen and (max-width:1099px){
  #third-list {
    display: block;
  }
  #events-box {
    width: 100%;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    max-width: unset;
  }
  #events-box h2 br{
    display: none;
  }
  #student-slider {
    max-height: unset;
    min-height: unset;
    position: relative;
    margin: 50px auto 0 auto;
    z-index: unset;
    height: auto;
  }
  #student-slider #slider-inner {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background: #000;
  }
  #student-slider img, #student-slider .nivoSlider, #student-slider .nivo-slice{
    max-height: 72vw;
  }
  #student-slider #slider-inner h2{
    padding: 17px 0 0 0;
    margin: 0;
    width: auto;
    max-width: 170px;
    min-height: auto;
  }
}
@media only screen and (max-width:700px){
  #hp-events .hpeventlinks {
    margin-left: 0 !important;
    position: relative;
    top: 0;
    right: 0px;
    width: auto;
    display: flex;
    margin: 20px auto 20px auto;
    justify-content: center;
  }
}


/* Fourth Row :- Parallax Section */
#fourth-row {
  background: #fff;
  z-index: 1;
}
#fourth-row.parallax-box {
	position: relative;
	background-image: url(/pics/parallax.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	width: 100%;
	color: #fff;
	background-color: #000;
	min-height:250px;
}
#fourth-row.parallax-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
}
#fourth-row-inner {
  padding: 0px 0 0px 0;
  box-sizing: border-box;
}



/* Fifth Row :- Section */
#fifth-row {
  overflow: hidden;
}

#fifth-row-inner {
  padding:100px 0 101px 0;
  box-sizing: border-box;
}

#media-block{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 86px 0;
  column-gap: 20px;
}


#album-sec{
	width: 100%;
}

/* Featured Photo Album */
#album-block{
  width: 100%;
  max-width: 620px;
}
#album-block h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-transform: uppercase;
  padding: 0;
  margin: 44px 0 7.5px -3px;
}

#album-block #project-btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-family: "degular",sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #1c1d1e;
  padding: 0 21px 0px 0;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  width: 151px;
  position: relative;
}
#album-block #project-btn::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 13px;
  height: 12px;
  background: url(/pics/yellow-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
}
#album-block #project-btn:hover::before, #album-block #project-btn:focus::before {
  transform: rotate(45deg);
  background: url(/pics/red-right-arrow.png) no-repeat;
  transition: all .5s ease-in-out;
}

#album-sec {
  position: relative;
  margin: 44px 0 0 0;
  bottom: 0px;
  width: 100%;
  max-width: unset;
}

#album-sec .HPFeaturedAlbums {
	margin-bottom: 0px;
	position: relative;
}
.HPFeaturedAlbums h2{
	display: none;
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
	position: relative;
	margin-top: 0px;
	left: 0px;
}
#album-sec .HPFeaturedAlbums ul {
	margin-top: 0;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
#album-sec .HPFeaturedAlbums ul li {
	margin-bottom: 0px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #cacaca;
	overflow: visible !important;
	margin: 0 0 50px 0;
	left: 0px;
}
#album-sec .HPFeaturedAlbums ul li:last-child{
  position: relative;
  right: 0;
  top: 146px;
  z-index: 3;
}
#album-sec .HPFeaturedAlbums ul li span{
	display: block;
	overflow: hidden;
}

.HPFeaturedAlbums li {
	position: relative;
}
#album-sec .HPFeaturedAlbums ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 0px solid rgba(0, 0, 0, 0.05);
}

#album-sec .HPFeaturedAlbums ul li h3 {
	text-shadow: none;
  position: relative;
  text-align: left;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  width: 100%;
  margin: 10px 0 0 0;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  background: transparent;
  border-left: 3px solid #1fabe1;
}
#album-sec .HPFeaturedAlbums ul li:nth-child(2) h3{
  border-left: 3px solid #ee3929;
}
#album-sec .HPFeaturedAlbums ul li:nth-child(3) h3{
  border-left: 3px solid #00a551;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  font-family: "degular",sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  text-transform: uppercase;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  max-height: 40px;
  margin: 0 0 0 0px;
  padding:7px 20px 0px 17px;
}


/* Featured Video */
#media-video{
  width: 100%;
  max-width: 560px;
}
#video-sec {
  position: relative;
  left: 0px;
  width: 100%;
  max-width: 560px;
}
#video-sec h2{
  display: none !important;
}
#video-sec .videowrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}
#video-sec #video_player1 {
  background: #000;
  position: relative;
  z-index: 2;
  margin: 0 !important;
}
#video-sec .HPVideo {
  margin-bottom: 0px;
  position: relative;
  margin: 0px 0px 0 0px;
}
#video-sec .videoTitle {
  padding: 0 10px 0 17px;
  position: relative;
  box-sizing: border-box;
  margin: 0px 0 10px 0;
  background: transparent;
  text-align: left;
  border-left: 3px solid #f89521;
  min-height: 40px;
}

#video-sec .videoTitle a {
  font-family: "degular",sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #0c0c0c;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 6px 0 0 0px;
  text-transform: uppercase;
}
#video-sec .video_player video {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}

#video-sec video {
  background-color: #000 !important;
}


#stream-types{
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  margin: 20px -1px 0 0;
}
#stream-text{
  font-family: "effra";
  font-size: 76px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 9px;
  text-align: right;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  right: -11px;
  top: -10px;
}
#stream-text span{
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  position: relative;
}
#stream-text span:nth-child(1){
  color: rgba(0, 171, 231, 0.3);
  left: -16px;
background-color: rgba(255, 255, 255, 0.3);
}
#stream-text span:nth-child(2){
  color: rgba(248, 149, 33, 0.3);
  left: -8px;
background-color: rgba(255, 255, 255, 0.3);
}
#stream-text span:nth-child(3){
  color: rgb(239, 80, 157);
  left: 0;
  opacity: 0.3;
background-color: rgba(255, 255, 255, 0.3);
}


#affiliations{
  width: 100%;
  margin:35px 0 0 0;
}
#affiliations h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-align: left;
  color: #0c0c0c;
  text-decoration: none;
  margin:0px 0 28px 0px;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #1c1d1e;
  padding:0 0 19px 0;
  box-sizing: border-box;
}
#affiliations h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ef3c24;
  z-index: 2;
}

#affiliation-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
#affiliation-list a{
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 224px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#affiliation-list a img{
  width: 100%;
}
#affiliation-list a:nth-child(4){
  top: -2px;
}
#affiliation-list a:hover, #affiliation-list a:focus{
  transform: scale(0.90);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:1260px){
  #fifth-row-inner {
    padding: 80px 0 70px 0;
  }
  #media-block {
    display: block;
    margin: 0 0 40px 0;
  }
  #album-block {
    width: 100%;
    max-width: unset;
  }
  #album-block h2{
    font-size: clamp(50px, 6.58vw, 70px);
    line-height: clamp(50px, 5.57vw, 62px);
    text-align: center;
    margin: 0px 0 10px 0px;
  }
  #album-block h2 br{
    display: none;
  }
  #album-block #project-btn{
    margin: 20px auto 20px auto;
  }
  #album-sec {
    margin: 40px 0 0 0;
  }
  #album-sec .HPFeaturedAlbums ul li:last-child {
    top: 0;
  }
  #album-sec .HPFeaturedAlbums ul {
    margin-top: 0;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #media-video {
    width: 100%;
    max-width: unset;
    margin: 30px auto 0 auto;
  }
  #video-sec .videowrapper {
    flex-direction: column;
  }
  #video-sec .videoTitle {
    margin: 10px 0 0px 0;
  }
  #stream-types {
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    margin: 0;
  }
  #stream-types img {
    display: block;
    rotate: 90deg;
    width: 100%;
    max-width: 221px;
    margin: 0 50px 0 0;
  }
  #video-sec {
    position: relative;
    left: 0px;
    width: 100%;
    max-width: 560px;
    margin: 50px auto 0 auto;
  }
  #affiliations h2{
    text-align: center;
  }
  #affiliations h2::before {
    margin: 0 auto;
  }
  #video-sec {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 0px auto;
  }
  #video-sec .video_player {
    width: 100% !important;
  }
  #affiliations {
    width: 100%;
    margin: 0px 0 0 0;
  }
  #affiliation-list {
    gap: 5px;
  }
  #stream-text{
    right: 0;
    top: 0;
  }
  #stream-text span {
    display: block;
    writing-mode: unset;
    transform: none;
    position: relative;
    left: 0 !important;
    margin: 0 clamp(4px, 1.19vw, 15px);
  }
  #stream-text {
    font-size: clamp(28px, 6.03vw, 76px);
    line-height: clamp(28px, 6.03vw, 76px);
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin:clamp(35px, 3.97vw, 50px) 0 30px 0;
  }

}

@media only screen and (max-width:700px){
  #affiliation-list a {
    max-width: 162px;
  }
}

/* Extra Styles */
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}
.disable-overflow header{
  z-index: var(--en-z-index-max);
}
.en-hp-alert-box {
  max-width:100% !important;
}

/**** image centre for DB dialog box ****/
.DB_mask {
  z-index: 99999999999999 !important;
}
.DB_dialog {
  z-index: 999999999999999 !important;
}
.DB_dialog {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  padding-left: 0px !important;
  background-color: transparent !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50% !important;
}

.DB_dialog #PV_imageDiv img:first-child {
  padding: 0px 3px 5px 8px !important;
}

.DB_dialog #PV_imageDiv img:last-child {
  width: auto !important; 
  height: auto !important;
  max-height: 90vh;
  max-width: 90vw;
  padding: 5px !important;
}

.DB_dialog #PV_imageDiv img:nth-child(2) {
   width: auto !important;
  height: auto !important;
  max-height: 80vh;
  max-width: 90vw;
  padding: 5px !important;
}
@media screen and (max-height: 414px) and (max-width: 991px) {
  .DB_dialog {
    position: fixed !important;
    width: auto !important;
    height: auto !important;
    max-height: 90vh;
    padding-left: 0px !important;
    background-color: transparent !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }
  .DB_dialog #PV_imageDiv img:last-child {
    width: auto !important;
    height: auto !important;
    max-height: 80vh;
    max-width: 90vw;
    padding: 5px !important;
  }
}

@media only screen and (max-width: 768px){
  .translated-ltr header.enh1 nav.en-nav,
  .translated-rtl header.enh1 nav.en-nav{ 
    height: calc(100% - 40px);
    margin-top:40px;
    z-index: 3;
  }
}































