/* imports and fonts imports */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700;900&display=swap');

@font-face {
  font-family: 'Tiempos Headline';
  src: url('/shared/fonts/TiemposHeadline-Black.eot');
  src: url('/shared/fonts/TiemposHeadline-Black.eot?#iefix') format('embedded-opentype'),
      url('/shared/fonts/TiemposHeadline-Black.woff2') format('woff2'),
      url('/shared/fonts/TiemposHeadline-Black.woff') format('woff'),
      url('/shared/fonts/TiemposHeadline-Black.ttf') format('truetype'),
      url('/shared/fonts/TiemposHeadline-Black.svg#TiemposHeadline-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('/shared/fonts/TiemposHeadline-Medium.eot');
  src: url('/shared/fonts/TiemposHeadline-Medium.eot?#iefix') format('embedded-opentype'),
      url('/shared/fonts/TiemposHeadline-Medium.woff2') format('woff2'),
      url('/shared/fonts/TiemposHeadline-Medium.woff') format('woff'),
      url('/shared/fonts/TiemposHeadline-Medium.ttf') format('truetype'),
      url('/shared/fonts/TiemposHeadline-Medium.svg#TiemposHeadline-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('/shared/fonts/TiemposHeadline-Bold.eot');
  src: url('/shared/fonts/TiemposHeadline-Bold.eot?#iefix') format('embedded-opentype'),
      url('/shared/fonts/TiemposHeadline-Bold.woff2') format('woff2'),
      url('/shared/fonts/TiemposHeadline-Bold.woff') format('woff'),
      url('/shared/fonts/TiemposHeadline-Bold.ttf') format('truetype'),
      url('/shared/fonts/TiemposHeadline-Bold.svg#TiemposHeadline-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('/shared/fonts/TiemposHeadline-Semibold.eot');
  src: url('/shared/fonts/TiemposHeadline-Semibold.eot?#iefix') format('embedded-opentype'),
      url('/shared/fonts/TiemposHeadline-Semibold.woff2') format('woff2'),
      url('/shared/fonts/TiemposHeadline-Semibold.woff') format('woff'),
      url('/shared/fonts/TiemposHeadline-Semibold.ttf') format('truetype'),
      url('/shared/fonts/TiemposHeadline-Semibold.svg#TiemposHeadline-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('/shared/fonts/TiemposHeadline-Regular.eot');
  src: url('/shared/fonts/TiemposHeadline-Regular.eot?#iefix') format('embedded-opentype'),
      url('/shared/fonts/TiemposHeadline-Regular.woff2') format('woff2'),
      url('/shared/fonts/TiemposHeadline-Regular.woff') format('woff'),
      url('/shared/fonts/TiemposHeadline-Regular.ttf') format('truetype'),
      url('/shared/fonts/TiemposHeadline-Regular.svg#TiemposHeadline-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.DB_mask {
  z-index: 99999 !important;
}

.DB_dialog {
  z-index: 99999 !important;
}

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

a,
a:active {
  color: #033b73;
}

a:hover,
a:active {
  outline: 0;
  color: #004aad;
}

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-color: #000;
}
#index-top {
  position: relative;
  max-height: 685px;
  overflow: hidden;
  margin: 0px;
}
#index-top .en-widescreen-video {
	position: relative;
  margin: 0 auto;
  width: 100%;
}
.en-widescreen-video video{
  max-height:685px;
}
.en-widescreen-video video {
  height: 100%;
}
.en-widescreen-video .en-video-controls {
	left: 20px!important;
  bottom:20px !important;
	right: auto !important;
  z-index: 20;
}
.en-widescreen-video button {
  background-color: #ff8700 !important;
  border: none;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
}
.en-widescreen-video button:hover, 
.en-widescreen-video button:focus {
	background-color: #fff !important;
	color: #000 !important;
}


@media only screen and (max-width:990px) {
  .en-widescreen-video .en-video-controls {
    z-index: 2;
  }
}

/* Tagline */
#tagline-container{
  position: absolute;
  bottom: -14px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
#tagline-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
#tagline{
  width: 100%;
  max-width: 880px;
  margin: 0;
  font-family: 'Tiempos Headline';
  font-size: 84px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0;
}
#tagline span{
  color: #ff8700;
}

@media screen and (max-width: 1440px) {
  #tagline{
    font-size: clamp(32px, 5.83vw, 84px);
    line-height: clamp(34px, 5.28vw, 76px);
    text-align: center;
  }
  #tagline-inner {
    display: flex;
    justify-content: center;
  }
  #tagline-container {
    bottom: clamp(-7px, 0.97vw, -14px);
  }
}

@media screen and (max-width: 1260px) {
  #tagline {
    padding:0 15px;
    box-sizing: border-box;
    max-width: unset;
    text-align: center;
  }
  .en-widescreen-video .en-video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px !important;
  }
}

@media screen and (max-width:480px) {
  #tagline-container {
    bottom: 0;
    position: relative;
    padding: 14px 0px 10px 0px;
    box-sizing: border-box;
  }
}


/* sidelinks */
#sidelinks {
  position: fixed;
  right: 0px;
  top: 299px;
  z-index: 999999;
  width: 126px;
}
#sidelinks ul {
  padding: 0;
  margin: 0;
}
#sidelinks li {
  list-style-type: none;
  display: flex;
  position: relative;
  float: right;
  right: 0px;
  margin:0 0px 13px 0;
  transition: all 0.5s ease-in-out;
}

#sidelinks a {
  width: 116px;
  min-height: 76px;
  padding: 10px 5px 10px 25px;
  text-decoration: none;
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  right: 0;
  background-color: #000000;
  text-align: left;
  transition: all 0.5s ease-in-out;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height:20px;
  letter-spacing: 0.18px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  box-sizing: border-box;
  overflow: hidden;
}
#sidelinks a span{
  position: relative;
  z-index: 2;
}
#sidelinks a::before{
  content: '';
  position:absolute;
  bottom: 0;
  left: -80px;
  width: 75px;
  height:65px;
  background:url(/pics/links-hover.png) no-repeat;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

#sidelinks li:hover a,
#sidelinks li:focus a {
  width: 126px;
  color: #000000;
  box-shadow: 200px 0px 0 0 #ff8700 inset;
}
#sidelinks li:hover a::before,
#sidelinks li:focus a::before{
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1520px) {
  #sidelinks {
    position: absolute;
    right: 0px;
    top: 450px;
  }
}

@media screen and (max-width: 1480px) {
  #sidelinks {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    padding:35px 15px 30px 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #sidelinks ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #sidelinks li {
    position: relative;
    float: left;
    margin: 0 5px 10px 5px;
    width: calc(25% - 21px);
    box-shadow: none;
  }
  #sidelinks li a {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding:5px 10px 5px 10px;
  }
  #sidelinks li a br {
    display: none;
  }
  #sidelinks li:hover a, #sidelinks li:focus a {
    width: 100%;
    margin-right: 0;
    box-shadow: inset 300px 0  0em 0em #ff8700, inset -300px 0 0em 0em #ff8700;
  }
}

@media screen and (max-width: 1198px) {
  #sidelinks li {
    width: calc(33.33% - 10px);
  }
}

@media screen and (max-width: 740px) {
  #sidelinks {
    padding:25px 15px 45px;
  }
  #sidelinks li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 450px) {
  #sidelinks li {
    width: calc(100% - 0px);
  }
}

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

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

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

.display_change{
  display: block !important;
}


/* First Row :- Mission Section */
#first-row{ 
  background:url(/pics/mission-bg.png) no-repeat top center #ff8700;
}

#first-row-inner {
  padding:75px 0 56px 0;
  box-sizing: border-box;
  position: relative;
  grid-template-columns: 600px 496px;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

#first-row-inner p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #010101;
  padding: 0;
  margin: 45px 0 0 0;
}

#mission-slider{
  width: 100%;
  max-width: 496px;
  height: 347px;
  background:url(/pics/vission-img.jpg)no-repeat center #fff;
  background-size:cover;
  position: relative;
}
#mission-slider::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:rgb(255, 255, 255, 0.7);
}

/* Word change animation */
.vission {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: unset;
  min-width: unset;
  height: 100%;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  text-transform: capitalize;
  width: 100%;
}
.vission .vission__words{
  height: 100%;
}
.vission .vission__words .change {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: changeword 8s linear infinite;
  animation-delay: 0s;
  font-family: 'Tiempos Headline';
  font-size: 44px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000;
  padding: 23px 48px;
  box-sizing: border-box;
  text-transform: initial;
}
.vission .vission__words .change span{
  display: inline-block;
  margin: 0 0 0 6px;
}
.vission .vission__words .change:nth-child(1) {
  animation-delay: 0s;
}
.vission .vission__words .change:nth-child(2) {
  animation-delay: 2s;
}
.vission .vission__words .change:nth-child(3) {
  animation-delay: 4s;
}
.vission .vission__words .change:nth-child(4) {
  animation-delay: 6s;
}
@keyframes changeword {
  0% {
    transform: translateY(-50px);
    opacity: 0;
 }
  5% {
    opacity: 1;
    transform: translateY(0);
 }
  20% {
    opacity: 1;
    transform: translateY(0);
 }
  30% {
    opacity: 0;
    transform: translateY(50px);
 }
  80% {
    opacity: 0;
    transform: translateY(50px);
 }
}

#scroll-btn,#scroll-btn1{
  position: absolute;
  z-index: 9;
  bottom: -41px;
  right: 1px;
  width: 22px;
  min-height: 22px;
  margin: 0 !important;
}
#js-toggle1{
  max-width: 160px;
  border: 0;
  border-radius: 50%;
  font-size: 10px !important;
  background: #fff;
  color: #000000;
  padding: 0px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
span#sr-text{
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px !important;
  overflow: hidden;
  background: transparent !important;
  clip: rect(0 0 0 0);
  border: 0;
}

#scroll-btn{
  position: absolute;
  bottom: 0px;
  left: 49px;
}


#js-toggle:hover,#js-toggle:focus,#js-toggle1:hover,#js-toggle1:focus{
  background: #000;
  color: #fff;
  font-size: 12px;
}

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

.fa-circle-play::before, .fa-play-circle::before {
  content: "\f28b";
  font-size: 12px;
  box-sizing: border-box;
}

.fa-circle-pause::before, .fa-pause-circle::before {
  content: "\f04c" !important;
  font-size: 12px;
  box-sizing: border-box;
}

.fa-play-circle::before {
  content: "\f04b" !important;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  left: 1px;
}

@media screen and (max-width:1260px) {
  #first-row {
    background: url(/pics/mission-bg.png) no-repeat top center #ff8700;
    background-size: cover;
  }
  #first-row-inner p{
    margin: 25px 0 0 0;
    padding: 0 35px 0 0;
    box-sizing: border-box;
    font-size: clamp(22px, 2.22vw, 28px);
    line-height: clamp(34px, 3.17vw, 40px);
  }
  .vission .vission__words .change{
    font-size: clamp(32px, 3.49vw, 44px);
    line-height: clamp(36px, 3.33vw, 42px);
  }
}

@media screen and (max-width:1180px) {
  #first-row-inner{
    padding: 60px 0 80px 0;
    grid-template-columns: auto;
  }
  #first-row-inner p {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #mission-slider{
    margin: 50px auto 0 auto;
  }
  .vission .vission__words .change{
    padding: 20px 30px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:990px) {
  .vission .vission__words .change {
    padding: 15px 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:400px) {
  #mission-slider{
    height: 247px;
  }
}


/* Second Row: Parallax Section */
#second-row{ 
  background: #000;
}

#second-row-inner {
  padding: 0;
  box-sizing: border-box;
}
#second-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: 379px;
}
#second-row.parallax-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image:linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8)80%);
  z-index: 1;
}



/* Third Row :- Academies Sections */
#third-row{
  background:#000000;
  position: relative;
}
#third-row-inner {
  box-sizing: border-box;
  padding:0px 0 48px 0;
  z-index: 3;
}
#third-row-inner h2{
  font-family: 'Tiempos Headline';
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 1.35px;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 100%;
  max-width: 636px;
  margin: 32px auto 0 auto;
  position: relative;
  left: -2px;
}
#third-row-inner h2::before{
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 79px;
  height: 4px;
  background-color: #ff8700;
}

#third-row-inner h2::after{
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 79px;
  height: 4px;
  background-color: #ff8700;
}

#academies{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 29px;
  column-gap: 29px;
  margin:-86px 0 0 -0.5px;
}

#academies a{
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
#academies a:nth-child(3){
  top: 0;
  left: -1px;
}
#academies a:nth-child(4){
  top: 1px;
  left: -1px;
}
#academies a:nth-child(5){
  top: 1px;
  left: -1px;
}
#academies a:nth-child(6){
  top: 0;
  left: 0;
}

#academies a img{
  width: 100%;
}

#academies a .academie-content{
  width: 210px;
  height: 210px;
  border: solid 5px #fff;
  background-color: #ff8700;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Tiempos Headline';
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  padding: 30px 25px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#academies a:hover .academie-content, #academies a:focus .academie-content{
  opacity: 1;
  display: flex;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width:1260px){
  #third-row-inner h2 {
    font-size: clamp(38px, 4.29vw, 54px);
    line-height: clamp(48px, 4.44vw, 56px);
  }
}

@media screen and (max-width:480px){
  #academies {
    row-gap: 20px;
    column-gap: 20px;
  }
  #academies a .academie-content {
    width: 180px;
    height: 180px;
    font-size: 16px;
    line-height: 20px;
    left: 0;
    padding: 20px 15px;
  }
  #third-row-inner h2::before, #third-row-inner h2::after{
    width:clamp(10px, 3.5vw, 60px);
  }
}


/* Fourth Row :- News Section */
#fourth-row {
  width: 100%;
  background: #fff;
}
#fourth-row-inner {
  box-sizing: border-box;
  padding:114px 0 50px 0;
}

/* NEWS SECTION */
.display_change {
  display: block !important;
}
.news_box{
  position: relative;
}
#hp-news {
  width: 100%;
  max-width:901px;
  margin: 0px 0 0 auto;
  padding:0px 0 0 0;
  box-sizing: border-box;
  position: relative;
}

#hp-news > div.en-news-slider {
  --min-card-gap: 10px;
  --image-width: 280px;
  --image-height:334px;
  --line-height: 25px;
  --font-size: 21px;
  --max-lines-subject: 2;
  --max-lines-summary: 9;
  font-family: inherit;
}

#hp-news .en-card-slider-outer-container{
  position: relative;
  z-index: 5;
}
#hp-news h2.en-news-section-title {
  display: none;
}
.news_box h2{
  font-family: 'Tiempos Headline';
  font-size: 48px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1.92px;
  text-align: left;
  color: #010101;
  margin:0 0 0 -1px;
  overflow: hidden;
  padding: 0px 0 0 0;
  box-sizing: border-box;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.news_box h2 a{
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.news_box h2 span{
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 1.35px;
  position: relative;
  top: -1px;
}

#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:0 0 0px 0;
  background:#fff !important;
  z-index: 5;
}


div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container{
  position: relative;
  z-index: 1;
  background: #f2f5f6 !important;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::after{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 4px;
  background-color: #ff8700;
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in-out;
}
div.en-news-slider div.en-card-slider-inner-container > a:hover > .en-news-slider-image-container::after, div.en-news-slider div.en-card-slider-inner-container > a:focus > .en-news-slider-image-container::after{
  width: calc(100% - 0px);
  transition: all 0.5s ease-in-out;
}

#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.21px;
  text-align: center;
  color: #000;
  margin: 0px 0 0px 0px !important;
  padding:33px 19px 2px 16px;
  display: flex;
  justify-content: flex-start !important;
}

#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title span{
  display: block;
  -webkit-line-clamp: var(--max-lines-subject);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 55px;
  overflow: hidden;
}

#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin: 0px 0 0 0px !important;
  padding:44px 38px 25px 37px;
  display: none;
  background: #000;
  box-sizing: border-box;
  min-height: 334px;
  z-index: 2;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary span{
  -webkit-line-clamp: var(--max-lines-summary);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
#hp-news div.en-card-slider-inner-container > a:hover > div.en-news-slider-summary, #hp-news div.en-card-slider-inner-container > a:focus > div.en-news-slider-summary{
  display: block;
  position: absolute;
  bottom:85px;
}

div.en-news-slider > div.en-news-slider-footer {
}
#hp-news div.en-news-show-all{
  display: block;
}
#hp-news div.en-news-show-all{
  position: absolute;
  bottom: 94px;
  left: -298px;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  border: 0;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
#hp-news div.en-news-show-all a{
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  border: 0;
  background-color: #ff8700;
  display: inline-block;
  min-height: 49px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 6px 30px 5px 30px;
  max-width: 134px;
  box-sizing: border-box;
}
#hp-news div.en-news-show-all a:hover, #hp-news div.en-news-show-all a:focus{
  box-shadow: inset 250px 0 0em 0em #010101, inset -250px 0 0em 0em #010101;
  background-color: #010101;
  color: #ff8700;
  transition: all 0.5s ease-in-out;
}

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

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

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

#hp-news div.en-news-slider-buttons button.en-news-next {
  right:-46px;
  top: 154px;
  border-radius: 0;
  text-indent: -9999px;
  width: 18px; 
  height: 27px;
  background: url('/pics/slide-arrow.png') -124px -10px;
}

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

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

#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  left: -53px;
  top: 151px;
  width: 26px; 
  height: 35px;
  background: url('/pics/slide-arrow.png') -162px -10px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  right: -50px;
  top: 151px;
  width: 26px; 
  height: 35px;
  background: url('/pics/slide-arrow.png') -208px -10px;
}

@media screen and (max-width:1360px) {
  #hp-news div.en-news-slider-buttons button.en-news-next {
    right: -25px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev {
    left: -30px;
  }
  #hp-news {
    left: -20px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next:focus {
    right: -29px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev:focus {
    left: -34px;
  }
  #hp-news div.en-news-show-all {
    left: -280px;
  }
}

@media screen and (max-width:1260px) {
  #fourth-row-inner {
    padding: 60px 0 60px 0;
  }
  
  .news_box h2{
    font-size: clamp(38px, 3.81vw, 48px);
    line-height: clamp(38px, 3.33vw, 42px);
    text-align: center;
    margin: 0 0 25px 0;
    overflow: hidden;
    padding: 0px 0 0 0;
    position: relative;
    width: 100%;
  }
  .news_box h2 span {
    font-size: clamp(44px, 4.29vw, 54px);
  }
  #hp-news{
    margin: 0 auto;
    padding: 0px 0 0 0;
    left: 0;
  }
  #hp-news div.en-news-show-all {
    left: 20px;
    position: relative;
    bottom: 0;
    margin: 35px auto 0 auto;
  }
  #hp-news div.en-card-slider-inner-container > a {
    left: 0px;
  }
}
@media screen and (max-width:1080px) {
  #hp-news div.en-news-slider-buttons button.en-news-prev{
    left: 0;
    top: unset;
    bottom: 12px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next{
    right: 0;
    top: unset;
    bottom:12px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev:focus{
    left: -4px;
    top: unset;
    bottom: 7px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next:focus{
    right: -4px;
    top: unset;
    bottom: 7px;
  }
}

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




/* Fifth Row :-  Events Section */
#fifth-row {
  overflow: hidden;
  background:url(/pics/events-bg.png)no-repeat top 25px center #fff;
}

#fifth-row-inner {
  padding: 25px 0 0px 0;
  box-sizing: border-box;
  position: relative;
  grid-template-columns: 627px 550px;
  align-items: flex-start;
  justify-content: space-between;
}

#slider-box{
  width: 100%;
  max-width: 627px;
  position: relative;
  z-index: 1;
  left: -100px;
  background-color: #000;
  margin: 0 0 63px 0;
}
#slider-box h2{
  font-family: 'Tiempos Headline';
  font-size: 100px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 2.9px; 
  text-align: right;
  color: #fff;
  padding: 0;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: 3;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.2);
}
#slider-box h2::before{
  content: '';
  position: absolute;
  bottom: -36px;
  right: 5px;
  width: 99px;
  height: 4px;
  background-color: #ff8700;
  z-index: 1;
}
#slider-box h2 span{
  font-weight: 700;
  position: relative;
  bottom: 1px;
}
#slider-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
#slider-box img, #slider-box .nivoSlider, #slider-box .nivo-slice {
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#slider-box br{
  display: none;
}

/* Events */
#events{
	width: 100%;
	float: none;
	padding:0;
	box-sizing: border-box;
	position: relative;
	margin:3px 0 0px -39px;
}

#events-page #events {
	width: 100%;
}
#events-page #events::before {
	display: none !important;
}
#events #hp-events #events {
	margin: 0 0 0px 0;
	padding: 0 0px 0 0;
	box-sizing: border-box;
}
#hp-events {
	padding:25px 0 0;
	position: relative;
	z-index: 3;
  overflow: unset !important;
}
.dayeventwrap{
	position: relative;
}
#events ul li {
	margin:0 2px 16px 0 !important;
	position: relative;
	top: 0px;
	list-style: none;
}
#events h2 {
	margin:0px;
	position: relative;
	z-index: 3;
}
#events h2 a {
  font-family:'Tiempos Headline';
  font-size: 48px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 1.44px;
  text-align: left;
  color: #010101;
	text-decoration: none;
	margin:0px 0 0px 0px;
	text-transform: initial;
}
#events h2 a span{
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 1.35px;
  display:inline-block;
}
#events #hp-events .v3 .dayInfoWrap {
	width: 65px;
  height: auto;
	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: 0px 0 0 0;
	background:transparent;
	border-radius: 0 !important;
	float: left;
	align-items: flex-end;
  position: relative;
}
#events #hp-events .v3 .dayInfoWrap::before{
  content: '';
  position: absolute;
  top: -13px;
  left: -3px;
  right: 0;
  width: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f2f5f6;
}
#events #hp-events .dayeventwrap:hover .dayInfoWrap::before, #events #hp-events .dayeventwrap:focus .dayInfoWrap::before{
  background-color: #ff8700;
}
#hp-events .hpeventlinks div {
	margin: 0 !important;
}
#events #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: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #010101;
  margin: 3px 0px 0px 0px;
  text-transform: uppercase;
  top: 0;
  position: relative;
  width: 100%;
  left: -11px;
}
#events #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: 'Tiempos Headline';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.35px;
  text-align: center;
  color: #010101;
  margin: 2px 0 0 0;
  position: relative;
  top: 0px;
  width: 100%;
  left: -9px;
}
#events #hp-events .v3 ul {
	padding-left: 84px;
  margin-bottom: 15px;
  top: 0px;
  position: relative;
  min-height: 90px !important;
  margin-top: 0;
}
#events #hp-events ul li.event div {
	font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height:24px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
	margin-bottom: 0 !important;
	position: relative;
	top:0px;
}
#events #hp-events ul li.event div a {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height:25px;
  letter-spacing: 0.21px;
  text-align: left;
  color: #000;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
	display: inline-block;
	margin:0px 0 5px 0px;
}
#events #hp-events .dayeventwrap:hover ul li.event div a,
#events #hp-events .dayeventwrap:focus ul li.event div a {
	text-decoration: underline;
}
#hp-events ul li.event div.title {
	margin-bottom: 0px !important;
}
#events-page #events.v1 .event .location {
	top: 0px;
}
#events-page #events .event .title a,
#events-page #events.v1 .event span.location {
	float: left;
}
#events-page #events.v1 .dayeventwrap {
padding: 0 0 15px;
}
#events-page #events .dayeventwrap:nth-child(3){
	top: -4px;
}
#events .time span:first-child,
#events .location span:first-child {
	display: none;
}
#hp-events .hpeventlinks {
	margin-left: 0 !important;
  position: relative;
  bottom: -2px;
  left: 2px;
	width: 100%;
	display: flex;
	margin:0px 0 0 0;
	justify-content: flex-start;
}
#events #hp-events .hpeventlinks div{
	display: inline-block;
}
#events #hp-events .hpeventlinks div a{
	text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  border: 0;
  background-color: #ff8700;
  display: inline-block;
  min-height: 49px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 6px 25px 5px 25px;
  width: 134px;
}
#hp-events .hpeventlinks [title^='Show calendar view for  Main']{
	margin:0 14px 0 0px !important;
  padding: 6px 25px 5px 25px;
	width: 184px !important;
}

#events #hp-events .hpeventlinks div a:hover,
#events #hp-events .hpeventlinks div a:focus{
	box-shadow: inset 250px 0 0em 0em #010101, inset -250px 0 0em 0em #010101;
  background-color: #010101;
  color: #ff8700;
  transition: all 0.5s ease-in-out;
}
#sd-arrow{
	background: #000 !important;
}

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

#athletics-btn{
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  border: 0;
  background-color: #ff8700;
  display: inline-block;
  min-height: 49px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 6px 25px 5px 25px;
  width: 224px;
  margin: 16px 0 0 2px;
}
#athletics-btn:hover, #athletics-btn:focus{
  box-shadow: inset 250px 0 0em 0em #010101, inset -250px 0 0em 0em #010101;
  background-color: #010101;
  color: #ff8700;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width:1260px) {
  #fifth-row-inner{
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
  }
  #events {
    margin: 3px 0 0px 0px;
  }
  #events h2 a{
    font-size: clamp(38px, 3.81vw, 48px);
    line-height: clamp(38px, 3.33vw, 42px);
  }
  #events h2 a span {
    font-size: clamp(44px, 4.29vw, 54px);
  }
  #slider-box h2 {
    font-size: clamp(40px, 7.94vw, 100px);
    line-height:clamp(22px, 4.44vw, 56px);
  }
}

@media screen and (max-width:1099px) {
  #fifth-row-inner {
    display: block;
  }
  #slider-box {
    width: 100%;
    margin: 0 auto 60px auto;
    left: 0;
  }
  #events {
    margin: 0 auto;
    width: 80%;
  }
  #events h2 {
    text-align: center;
  }
  #hp-events .hpeventlinks {
    bottom: 0;
    left: 0;
    margin: 0px 0 0 0;
    justify-content: center;
  }
  #athletics-btn{
    margin: 20px auto 0 auto;
  }
  #slider-box img, #slider-box .nivoSlider, #slider-box .nivo-slice{
    max-height: 100vw;
  }
  #events #hp-events .v3 span.day{
    font-size: clamp(42px, 4.29vw, 54px);
    line-height: clamp(40px, 3.97vw, 50px);
  }
  #events #hp-events ul li.event div a {
    font-size: clamp(18px, 1.67vw, 21px);
    line-height: clamp(21px, 1.98vw, 25px)x;
  }
  #events #hp-events ul li.event div {
    font-size: clamp(18px, 1.59vw, 20px);
    word-break: break-all;
  }
}

@media screen and (max-width: 700px) {
  #events {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 0 5px !important;
    box-sizing: border-box;
  }
  #hp-events .hpeventlinks [title^="Show calendar view for Main"] {
    margin: 0 10px 0 0px !important;
  }
  #slider-box h2::before {
    bottom: -16px;
  }
}


/* Sixth Row :-  Instagram Section */
#sixth-row {
  background:#fff;
}
#sixth-row-inner {
  padding:22px 0 21px;
  box-sizing: border-box;
  justify-content: flex-end;
}

#insta-heading{
  width: 100%;
  padding: 34px 0 0 0;
  box-sizing: border-box;
}
#insta-heading h2{
  width: 100%;
  max-width: 1200px;
  font-family:'Tiempos Headline';
  font-size: 48px;
  font-weight:700;
  line-height: 50px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #010101;
  padding: 0;
  margin: 0 auto 14px auto;
  position: relative;
  left: -1px;
}
#insta-heading h2 a{
  display: inline;
  text-decoration: none;
  color: inherit;
}
#insta-heading h2 span{
  display: inline-block;
  color: #ff8700;
  position: relative;
  left: 1px;
  margin: 0 4px 0 0;
}
#insta-heading h2:hover a, #insta-heading h2:focus a{
  text-decoration: underline;
}

#insta-box{
  width: 100%;
  height: 100%;
  max-height: 331px;
  overflow: hidden;
  background-color: #fff;
}
#en-insta-feed-div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#en-insta-feed-div ul li {
  list-style: none;
  float: left;
  flex-basis: 340px !important;
  max-width: 340px !important;
  width: 340px !important;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 331px;
  max-height: 331px;
}
#en-insta-feed-div ul li a{
  height: 100%;
  min-height: 331px;
  max-height: 331px;
}
#en-insta-feed-div ul li a div img {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}

#social-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 11px;
  row-gap: 11px;
}
#social-box a{
  display: block;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#social-box a img{
  width: 100%;
  max-width: 56px;
}
#social-box h2{
  width: 100%;
  max-width: 56px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #000;
  margin: 0 2px 0 0;
  padding: 0;
  text-transform: uppercase;
  min-width: 100px;
  position: relative;
  right: 2px;
}
#social-box a:hover, #social-box a:focus{
  transform: scale(0.80);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1260px){
  #insta-heading {
    width: 100%;
    padding: 60px 15px 0 15px;
    box-sizing: border-box;
  }
  #insta-heading h2{
    font-size: clamp(32px, 3.81vw, 48px);
    line-height: clamp(32px, 3.33vw, 42px);
    text-align: center;
  }
  #sixth-row-inner {
    padding: 25px 0;
    box-sizing: border-box;
    justify-content: center;
  }
}

@media screen and (max-width:420px){
  #social-box h2{
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  #social-box {
    justify-content: center;
    column-gap: 10px;
  }
}


/* Seventh Row :-  Video Section */
#seventh-row {
  background:#000;
  max-height: 408px;
  overflow: hidden;
}

#seventh-row .en-widescreen-video {
	position: relative;
  margin: 0 auto;
  width: 100%;
}
#seventh-row .en-widescreen-video video{
  max-height:408px;
}
#seventh-row .en-widescreen-video video {
  height: 100%;
}
#seventh-row .en-widescreen-video .en-video-controls {
	left: 20px!important;
  bottom:20px !important;
	right: auto !important;
  z-index: 20;
}
#seventh-row .en-widescreen-video button {
  background-color: #ff8700 !important;
  border: none;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
}
#seventh-row .en-widescreen-video button:hover, 
#seventh-row .en-widescreen-video button:focus {
	background-color: #fff !important;
	color: #000 !important;
}

@media only screen and (max-width:990px) {
  #seventh-row .en-widescreen-video .en-video-controls {
    z-index: 2;
  }
}


/* Eighth Row :-  Glance Section */
#eighth-row {
  background:url(/pics/glance-bg.png) no-repeat bottom center #fff;
}
#eighth-row-inner {
  padding:101px 0 94px 0;
  box-sizing: border-box;
}


#glance-block{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}

#glance-block .glance-col.gl-col-1{
  width: 100%;
  max-width: 898px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.glance-row.gl-row-1{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 19px;
}

.glance-row.gl-row-1 .glance-box.gl-box-1{
  width:100%;
  max-width: 419px;
  min-height: 197px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glance-row.gl-row-1 .glance-box.gl-box-1 img{
  width: 113px;
  position: relative;
  top: -2px;
  left: -11px;
}
.glance-row.gl-row-1 .glance-box.gl-box-1 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #010101;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 12px;
}

.glance-row.gl-row-1 .glance-box.gl-box-2{
  width: 100%;
  max-width: 276px;
  min-height: 197px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.glance-row.gl-row-1 .glance-box.gl-box-2 img{
  width: 100px;
  position: relative;
  top: 85px;
  left: -13px;
}
.glance-row.gl-row-1 .glance-box.gl-box-2 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  padding: 0;
  margin:15px 0 0 15px;
  position: relative;
  top: 0;
  left:0px;
}


.glance-row.gl-row-2{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
}

.glance-row.gl-row-2 .glance-box.gl-box-3{
  width: 100%;
  max-width: 280px;
  min-height: 197px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.glance-row.gl-row-2 .glance-box.gl-box-3 img{
  width: 120px;
  position: relative;
  top: 0;
  left: -20px;
  margin: 15px 0 0 auto;
}
.glance-row.gl-row-2 .glance-box.gl-box-3 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.glance-row.gl-row-2 .glance-box.gl-box-4{
  width: 100%;
  max-width: 599px;
  min-height: 197px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.glanceWords {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 7px;
  transform: unset;
  min-width: unset;
  height: 100%;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  text-transform: capitalize;
  width: 100%;
}
.glanceWords .glanceWord__alone {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.51);
  width: 100%;
  margin:37px 0 0 0px;
  text-transform: initial;
}
.glanceWord__words{
  min-height: 60px;
}
.glanceWords .glanceWord__words .changes {
  display: block;
  position: absolute;
  bottom: 21px;
  left: -2px;
  opacity: 0;
  animation: changewords 8s linear infinite;
  animation-delay: 0s;
  font-family: 'Tiempos Headline';
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 1.65px;
  text-align: center;
  color: #000;
  width: 100%;
  z-index: 3;
  padding: 0 0 5px 0;
  box-sizing: border-box;
}
.glanceWords .glanceWord__words .changes div.dot{
  color: #ff8700;
  display: inline;
  position: relative;
  top: 12px;
  left: 2px;
}
.glanceWords .glanceWord__words .changes:nth-child(1) {
  animation-delay: 0s;
}
.glanceWords .glanceWord__words .changes:nth-child(2) {
  animation-delay: 2s;
}
.glanceWords .glanceWord__words .changes:nth-child(3) {
  animation-delay: 4s;
}
@keyframes changewords {
  0% {
    transform: translateY(-50px);
    opacity: 0;
 }
  5% {
    opacity: 1;
    transform: translateY(0);
 }
  20% {
    opacity: 1;
    transform: translateY(0);
 }
  30% {
    opacity: 0;
    transform: translateY(50px);
 }
  80% {
    opacity: 0;
    transform: translateY(50px);
 }
}

#scroll-btn2, #scroll-btn3{
  position: absolute;
  z-index: 9;
  bottom: 5px;
  right: 21px;
  width: 22px;
  min-height: 22px;
  margin: 0 !important;
}
#js-toggle2, #js-toggle3{
  max-width: 160px;
  border: 0;
  border-radius: 50%;
  font-size: 10px !important;
  background: #f2f5f6;
  color: #000000;
  padding: 0px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
span#sr-text2, span#sr-text3{
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px !important;
  overflow: hidden;
  background: transparent !important;
  clip: rect(0 0 0 0);
  border: 0;
}



#js-toggle2:hover,#js-toggle2:focus, #js-toggle3:hover,#js-toggle3:focus{
  background: #000;
  color: #f2f5f6;
  font-size: 12px;
}

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

.glance-box .fa-circle-play::before, .fa-play-circle::before {
  content: "\f28b";
  font-size: 12px;
  box-sizing: border-box;
}

.glance-box .fa-circle-pause::before, .fa-pause-circle::before {
  content: "\f04c" !important;
  font-size: 12px;
  box-sizing: border-box;
}

.glance-box .fa-play-circle::before {
  content: "\f04b" !important;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  left: 1px;
}

.glance-text-box{
  display: none !important;
}


.glance-row.gl-row-3{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 21px;
}

.glance-row.gl-row-3 .glance-box.gl-box-5{
  width:100%;
  max-width: 489px;
  min-height: 197px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glance-row.gl-row-3 .glance-box.gl-box-5 img{
  width: 134px;
  position: relative;
  top: -3px;
  left: -13px;
}
.glance-row.gl-row-3 .glance-box.gl-box-5 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #010101;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 9px;
}

.glance-row.gl-row-3 .glance-box.gl-box-6{
  width: 100%;
  max-width: 388px;
  min-height: 197px;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.glance-row.gl-row-3 .glance-box.gl-box-6 img{
  width: 111px;
  position: relative;
  top: 0;
  left: 15px;
}
.glance-row.gl-row-3 .glance-box.gl-box-6 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: right;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
}


#glance-block .glance-col.gl-col-2{
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

#glance-block .glance-col.gl-col-2 .glance-box.gl-box-7{
  width:100%;
  max-width: 280px;
  min-height: 237px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#glance-block .glance-col.gl-col-2 .glance-box.gl-box-7 img{
  width: 153px;
  position: relative;
  top: -10px;
  left: 0px;
}
#glance-block .glance-col.gl-col-2 .glance-box.gl-box-7 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #010101;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  left: -23px;
}

#glance-block .glance-col.gl-col-2 .glance-box.gl-box-8{
  width: 100%;
  max-width: 279px;
  min-height: 217px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 1px;
}

#glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 img{
  width: 104px;
  position: relative;
  top:0px;
  left: 62px;
}
#glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 p{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  top: 4px;
  left: -27px;
}

@media only screen and (max-width:1260px) {
  #eighth-row-inner {
    padding: 60px 0 60px 0;
  }
  #glance-block {
    row-gap: 20px;
  }
  #glance-block .glance-col.gl-col-2 {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }
  .glance-row .glance-box p, #glance-block .glance-col .glance-box p{
    font-size: clamp(20px, 1.90vw, 24px) !important;
    line-height: clamp(24px, 2.22vw, 28px) !important;
  }
}
@media only screen and (max-width:967px) {
  #eighth-row-inner {
    padding:70px 0 60px 0;
  }
  .glance-row.gl-row-2 .glance-box.gl-box-4 {
    display: none;
  }
  .glance-row.gl-row-1{
    justify-content: center;
    row-gap: 20px;
  }
  .glance-row.gl-row-2 {
    justify-content: center;
  }
  .glance-row.gl-row-3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  .glance-text-box {
    display: block !important;
    width: 100%;
    height: clamp(125px, 20.37vw, 197px);
    overflow: hidden;
    position: relative;
    max-width: 710px;
    margin: 0 auto;
  }
  .glanceWords .glanceWord__words .changes{
    font-size: clamp(32px, 6.83vw, 66px);
    line-height: clamp(44px, 6.83vw, 66px);
    bottom: unset;
    left: 0;
    margin: 6px 0 0 0;
  }
  .glanceWords .glanceWord__alone {
    font-size: clamp(36px, 7.03vw, 68px);
    line-height: clamp(30px, 6.20vw, 60px);
    margin: 0;
  }
  .glanceWord__words {
    min-height: unset;
  }
  #scroll-btn2 {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    right: 0;
    width: 22px;
    min-height: 22px;
    margin: 0 auto !important;
    left: 0;
  }
  .glanceWords .glanceWord__words .changes div.dot {
    top: 5px;
  }
  .glanceWords .glanceWord__words .changes div.dot img{
    width: clamp(8px, 1.45vw, 14px);
  }
}

@media only screen and (max-width:580px) {
  #glance-block .glance-col.gl-col-2 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .glance-row .glance-box, #glance-block .glance-col .glance-box{
    padding: 10px !important;
    box-sizing: border-box;
  }
  .glance-row .glance-box img{
    width:clamp(90px, 17.93vw, 104px) !important;
  }
  .glance-row .glance-box p{
    width: 100%;
    max-width: 200px;
  }
  .glance-row .glance-box p br{
    display: none !important;
  }
  .glance-row.gl-row-1 .glance-box.gl-box-1 img {
    top: 0;
    left: 0;
  }
  .glance-row.gl-row-1 .glance-box.gl-box-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .glance-row.gl-row-1 .glance-box.gl-box-2 p{
    margin: 0px 0 5px 0;
    text-align: center;
  }
  .glance-row.gl-row-1 .glance-box.gl-box-2 img {
    top: 10px;
    left: 0;
  }
  .glance-row.gl-row-2 .glance-box.gl-box-3 {
    flex-direction: column;
  }
  .glance-row.gl-row-2 .glance-box.gl-box-3 p {
    text-align: center;
    margin: 0 0 5px 0;
    top: 0;
    left: 0;
  }
  .glance-row.gl-row-2 .glance-box.gl-box-3 img {
    top: 10px;
    left: 0;
  }
  .glance-row.gl-row-3 .glance-box.gl-box-5 img {
    top: 0;
    left: 0;
  }
  .glance-row.gl-row-3 .glance-box.gl-box-6 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .glance-row.gl-row-3 .glance-box.gl-box-6 p {
    text-align: center;
    padding: 0;
    margin: 0;
    top: 10px;
    left: 0;
  }
  .glance-row.gl-row-3 .glance-box.gl-box-6 img {
    top: 0;
    left: 0;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-7 img {
    top: 0;
    left: 0px;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-7 p br{
    display: none !important;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-7 p{
    text-align: center;
    top: 10px;
    left: 0;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 {
    flex-direction: column-reverse;
    position: relative;
    left: 0;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 img {
    top: 0;
    left: 0;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 p{
    text-align: center;
    top: 10px;
    left: 0;
  }
  #glance-block .glance-col.gl-col-2 .glance-box.gl-box-8 p br{
    display: none !important;
  }
}


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

.events-thumbnail{
  margin: 10px 0 0 0;
}
.events-thumbnail img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
	.translated-rtl header.enh1 nav.en-mobnav-show,
	.translated-ltr header.enh1 nav.en-mobnav-show {
		height: calc(100% - 40px);
		margin: 40px auto 0 auto;
	}
}








