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

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

/* General */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}

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

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

/* imdex */
#index-top {
  position: relative;
  background: #000;
}
#slideshow {
  z-index: 1;
  position: relative;
}
#slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
  max-height: 45.5vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}

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

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

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

@media only screen and (max-width: 991px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    height: clamp(250px, 58.86vw, 636px);
  }
  .en-widescreen-video::after {
    content: none;
  }
}

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

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

/* Schools Selection Button */
@keyframes slide_top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.dropdown_main {
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  grid-row: 1;
}
.dropdown_main:is(:hover, :focus) .findSchool {
  background: #fff;
}
.dropdown_main .findSchool {
  font-family: "politica";
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  position: relative;
  transition: 0.4s all ease;
  padding: 0 7.5px 0 6px;
  cursor: default;
  letter-spacing: 0.8px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 131px;
  background: #0085bb;
  color: #000;
  text-transform: uppercase;
  max-height: 33px;
  top: 6px;
  right: 2px;
  display: flex;
  cursor: pointer;
}
.schools_dropdown {
  display: none;
}
.dropdown_inner a {
  font-family: "proxima-nova";
  font-weight: 600;
  color: #000;
  font-size: clamp(17px, 1.5vw, 18px);
  text-align: left;
  padding: 0;
  z-index: 2;
  position: relative;
  transition: 0.4s all ease;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: clamp(24px, 3.2vw, 28px);
  margin: 0 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  display: flex !important;
  align-items: flex-start;
}

.dropdown_inner a:is(:hover, :focus) {
  color: #0977a4;
  text-decoration: none !important;
}
.dropdown_inner h3 {
  font-family: "proxima-nova";
  color: #0b6990;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
}
.dropdown_inner h3.dropdown_title {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .dropdown_main:hover .schools_dropdown {
    display: block;
    position: absolute;
    right: 2px;
    top: 39px;
    z-index: 99;
    background: #fff;
    animation: fadeInUp 0.18s forwards ease;
    width: 825px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .dropdown_main:hover .schools_dropdown .dropdown_inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 45%));
    gap: 25px;
    row-gap: 25px;
    box-sizing: border-box;
    row-gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 15px;
    padding: 40px 40px 30px;
  }
  #close_btn {
    display: none;
  }
  .dropdown_main .findSchool {
    z-index: 99;
  }
}

@media only screen and (min-width: 769px) and (max-width: 925px) {
  .dropdown_main:hover .schools_dropdown {
    width: 745px;
  }
}

@media only screen and (max-width: 768px) {
  .dropdown_main .schools_dropdown.active {
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s all ease;
    z-index: 9;
    background: #fff;
    padding: 50px 25px;
    margin: 0;
    max-width: 991px;
    display: block;
    width: 100% !important;
    overflow-y: scroll;
    height: 100%;
    box-sizing: border-box;
    opacity: 1;
    animation: 0.5s slide_top forwards;
  }
  .dropdown_main .findSchool {
    max-width: 300px;
    max-height: unset;
    top: 0;
    right: 0;
    padding: 12px 10px;
  }
  .dropdown_main {
    width: 100%;
    top: -3px;
    display: flex;
    justify-content: center;
  }
  #close_btn {
    background: #0085bb;
    cursor: pointer;
    position: sticky;
    color: #fff;
    top: 0;
    right: 0;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 4;
    margin: -50px 0 0;
  }
  #close_btn img {
    width: 25px;
    padding: 9px;
    background: #0085bb;
    position: relative;
    z-index: 1;
    margin: -57px -25px 0 0;
  }
  .dropdown_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    justify-content: center;
  }

  #index-top {
    z-index: 0;
  }
  .dropdown_inner a {
    text-align: center;
    justify-content: center;
    place-items: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  height: auto;
}
.rows {
  position: relative;
  background-color: #fff;
}

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

/*-----------first-row----------*/
#first-row {
  margin: -83px 0 0;
  background-color: transparent;
  z-index: 2;
}
#first-row::before {
  content: "";
  position: absolute;
  background: #f0f1f5;
  width: 100%;
  height: 90px;
  left: 0;
  right: 0;
  top: 83px;
  margin: 0 auto;
}
#first-row-inner a {
  width: 267px;
  height: 273px;
  position: relative;
  display: flex;
  font-family: "proxima-nova";
  font-size: clamp(23px, 3.25vw, 27px);
  line-height: 26px;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  background-position: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#quicklink1 {
  left: -2.2px;
  background: url(/_MASTER/common_pics/quicklink1.jpg);
}
#quicklink2 {
  background: url(/_MASTER/common_pics/quicklink2.jpg);
}
#first-row-inner #quicklink3 span,
#first-row-inner #quicklink2 span {
  padding: 13px 15px 18px 13px;
  letter-spacing: 0.15px;
}
#first-row-inner #quicklink3 {
  left: -1px;
  background-position: center bottom -51px !important;
  background: url(/_MASTER/common_pics/quicklink3.jpg);
}
#first-row-inner #quicklink3:is(:hover, :focus) {
  background-position: center !important;
}
#first-row-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 858px;
  gap: 28px;
  left: -6.5px;
}
#first-row-inner a span {
  background: #0085bb;
  width: 100%;
  min-height: 83px;
  padding: 26px 15px 31px 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#first-row-inner a span::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
}
#first-row-inner a:is(:hover, :focus) span {
  background: transparent;
  padding: 0 !important;
  height: auto;
  top: 1px;
  left: -1px;
  letter-spacing: 0.4px !important;
}
#first-row-inner a:is(:hover, :focus) {
  align-items: center;
  color: #fff;
  background-position: center;
  padding: 35px 45px;
  font-weight: 700;
  letter-spacing: 0.85px;
  line-height: 30px;
}
#first-row-inner a:is(:hover, :focus) span::after {
  content: none;
}
#first-row-inner a::before {
  content: "";
  position: absolute;
  background: rgba(0, 9, 44, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  transition: 0.4s all ease;
}
#first-row-inner a:is(:hover, :focus):before {
  opacity: 1;
}
#first-row-inner a::after {
  content: none;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  border: 3px solid #0085bb;
  box-sizing: border-box;
  max-width: 253px;
  max-height: 259px;
  opacity: 0;
  transition: 0.4s all ease;
}
#first-row-inner a:is(:hover, :focus)::after {
  opacity: 1;
  content: "";
}

@media only screen and (max-width: 768px) {
  #first-row {
    margin: 0;
  }
  #first-row::before {
    content: none;
  }
  #first-row-inner {
    padding: 50px 20px 0;
  }
}

/*---------first-row-end--------*/
#parallax {
  background: url(/_MASTER/common_pics/parallax.jpg) no-repeat center;
  height: 329px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin: 82px 0 0;
}
@media only screen and (max-width: 768px) {
  #parallax {
    height: clamp(250px, 42.25vw, 329px) !important;
    background-attachment: unset;
    background-position: center !important;
  }
}
/*------------second-row---------*/
.second-row {
  margin-top: 92px;
  background: #143055;
}
.second-row #second-row-inner {
  background: #eff1f5;
  z-index: 1;
  left: -1px;
  max-width: 1198px;
  padding: 50px 50px 49px 50px;
  gap: 49px;
  box-sizing: border-box;
  grid-template-columns: 398px auto;
}
#secondrow_quicklinks {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  align-items: flex-start;
  height: fit-content;
}
#secondrow_quicklinks a {
  width: clamp(139px, 43vw, 198px);
  min-height: 139px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background: #fff;
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 26px;
  color: #000b2e;
  font-weight: 400;
  flex-direction: column;
  transition: 0.4s all ease;
  box-sizing: border-box;
  padding: 10px 10px 9.5px;
}
.second-row::before,
.second-row::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.second-row::before {
  top: 0;
}
.second-row::after {
  bottom: 0;
}
#secondrow_quicklinks a img {
  position: relative;
}
#ql1 img {
  left: 1.5px;
  top: 1.5px;
}
#secondrow_quicklinks #ql2,
#secondrow_quicklinks #ql4 {
  padding: 15px 10px 9.5px;
}
#ql2 img {
  top: -3.5px;
  left: 0.5px;
}
#secondrow_quicklinks #ql3 {
  padding: 12px 10px 9.5px;
}
#ql3 img {
  left: 2px;
  top: -0.5px;
}
#ql4 img {
  top: -3.5px;
  left: 0.5px;
}
#secondrow_quicklinks #ql5 {
  padding: 12px 10px 9.5px;
  letter-spacing: 0.2px;
}
#ql5 img {
  top: -3px;
  left: 1.5px;
}
#secondrow_quicklinks a:is(:hover, :focus) {
  color: #fff;
  background: #000b2e;
}
#secondrow_quicklinks #ql6 {
  padding: 14px 10px 9.5px;
  letter-spacing: 0.6px;
}
#ql6 img {
  top: -4px;
  left: 0.5px;
}
#secondrow_quicklinks #ql7 {
  padding: 14px 10px 9.5px;
}
#ql7 img {
  top: -3px;
  left: 1.5px;
}
#secondrow_quicklinks #ql8 {
  padding: 13px 10px 9.5px;
}
#ql8 img {
  top: -2.5px;
  left: 0.5px;
}
#secondrow_quicklinks #ql9 {
  padding: 14px 10px 9.5px;
  letter-spacing: 0.2px;
}
#ql9 img {
  top: -3px;
  left: 1.5px;
}
#secondrow_quicklinks #ql10 {
  padding: 15px 10px 9.5px;
}
#ql10 img {
  top: -3.5px;
  left: 0.5px;
}

/*---------news---------*/
#wrapper-index .homepage-news.layout-0 > h2 {
  display: none;
}
#news_main {
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
#news_main::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#news_main .homepage-news {
  position: relative;
}
.news-main-title a {
  position: relative;
  font-family: "proxima-nova";
  font-size: clamp(35px, 4.1vw, 48px);
  line-height: clamp(35px, 4.1vw, 50px);
  font-weight: 700;
  color: #000b2e;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
}
#news_main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-main-title {
  margin: -11px 0 9.5px 47px;
}
#news_main .news-wrap .news-title {
  margin: 0 0 7px;
  padding: 0;
}
#news_main ul li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background: #eff1f5;
  gap: 55px;
  padding: 10px 0 10px 48px;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}

#news_main ul li .news-thumb {
  margin: 0;
}
#news_main ul li:is(:hover, :focus) {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(28, 33, 128, 0.1);
}
#news_main ul li:not(:last-child) {
  margin-bottom: 17px;
}
#news_main ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  max-height: 158px;
  max-width: 198px;
}
#news_main .news-showAll {
  margin: 32.5px 0 0 13px;
  position: relative;
  top: 13px;
  display: flex;
  justify-content: center;
}
#news_main .news-showAll a {
  position: relative;
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 34px;
  color: #000b2e;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 8px 31.5px;
  transition: 0.3s all ease;
  letter-spacing: 0.95px;
  background: #eff1f5;
  box-sizing: border-box;
  border: 2px solid #0085bb;
}
#news_main .news-showAll a:is(:hover, :focus) {
  color: #fff;
  background: #143055;
  border-color: #143055;
}
#news_main .news-showAll a::after {
  content: "News";
}
#news_main .news-wrap a {
  font-family: "proxima-nova";
  font-size: clamp(19px, 1.54vw, 21px);
  line-height: 24px;
  color: #000b2e;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s all ease;
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_main .news-text {
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#news_main .news-text br {
  display: none;
}
#news_main ul li .news-thumb a {
  display: inline-block;
}

#news_main ul li .news-thumb,
#news_main ul li .news-thumb a {
  max-height: 158px;
  height: 100%;
  position: relative;
  max-width: 198px;
  width: 198px;
}

#news_main .news-link::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
  #news_main ul li img {
    width: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .second-row #second-row-inner {
    grid-template-columns: auto;
  }
  .news-main-title {
    margin: 35px 0;
    text-align: center;
  }
  #news_main::before {
    width: 100%;
    height: 3px;
  }
  #news_main ul li {
    padding: 30px 20px;
  }
  #news_main .news-showAll {
    margin: 35px 0 0 0;
    top: 0;
  }
  .second-row {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 600px) {
  #news_main ul li .news-thumb,
  #news_main ul li .news-thumb a,
  #news_main ul li img {
    width: clamp(80px, 22vw, 198px);
    height: clamp(80px, 18vw, 158px);
  }
  #news_main ul li {
    gap: 15px;
    padding: 30px 15px;
    align-items: flex-start;
  }
  #news_main .news-text {
    font-size: 18px;
  }
  #news_main .news-text br {
    display: none;
  }
}

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

/*---------Third-row--------*/
.third-row #third-row-inner {
  grid-template-columns: 230px auto;
  align-items: flex-start;
  padding: 108px 0 66px;
}
/* events */
#hp-events {
  position: relative;
  max-width: 877px;
  margin: 0 auto;
  padding: 0;
  left: -29.5px;
}
#hp-events .en-events-slider {
  --min-card-gap: 0;
  --card-width: 270px;
  --card-height: auto;
  color: #080035;
}

@media only screen and (min-width: 500px) {
  #hp-events .en-events-slider {
    --card-width: 360px;
  }
}

.third-row #third-row-inner > h2 a {
  position: relative;
  font-family: "proxima-nova";
  font-size: clamp(35px, 4.1vw, 48px);
  line-height: clamp(35px, 3.8vw, 44px);
  font-weight: 700;
  color: #000b2e;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.05px;
  text-align: center;
}

.third-row #third-row-inner > h2 {
  position: relative;
  text-align: left;
  margin: 15px 0 0 -2px;
  padding: 0;
}

#hp-events .en-events-slider-day {
  background: none;
  border: none;
  position: relative;
  height: auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
#hp-events .en-events-slider-date-month {
  font-family: "proxima-nova";
  font-size: clamp(17px, 21vw/12, 21px);
  line-height: clamp(17px, 21vw/12, 21px);
  color: #000b2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 16px 0 0 11px;
  padding: 0;
  font-weight: 800;
}
#hp-events .en-events-slider-date-day {
  font-family: "proxima-nova";
font-size: clamp(50px, 68vw/12, 68px);
  line-height: clamp(44px, 62vw/12, 62px);
  color: #000b2e;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
#hp-events .en-events-slider-date {
  width: 100%;
  height: 120px;
  background: url(/_MASTER/common_pics/date_bg.png) no-repeat;
  margin: 0;
  border-radius: 0;
  max-width: 151px;
  align-items: flex-start;
  background-position: 11px 0;
}
#hp-events .en-event-slider-li-title a {
  font-family: "proxima-nova";
  color: #000b2e;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 6px;
  padding: 0;
  position: relative;
  letter-spacing: 0.2px;
  font-weight: 700;
  text-align: left;
  transition: 0.5s all ease;
}
#hp-events .en-event-slider-li-title a:is(:hover, :focus) {
  color: #0b6990;
  text-decoration: underline;
}
#hp-events .en-events-slider-detail {
  padding: 0;
  margin: 15px 0 0 -55px;
  overflow: unset;
  width: 100%;
}
div.en-events-slider > div.en-card-slider-inner-container {
  min-height: auto !important;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li {
  margin: 0 0 15px;
  align-items: flex-start;
  text-align: left;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li:last-child {
  margin: 0;
}
#hp-events .events-thumbnail {
  margin: 15px 0;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li:last-child
  .events-thumbnail {
  margin: 15px 0 0;
}
.en-event-slider-li-title {
  margin: 0;
}
#hp-events .en-event-slider-li-time span,
#hp-events .en-event-slider-li-location {
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 25px;
  color: #000;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  font-weight: 400;
}
#hp-events .en-events-show-all-calendar a {
  position: relative;
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 34px;
  color: #000b2e;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 7px 30px 9px 31px;
  transition: 0.3s all ease;
  letter-spacing: 0.95px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #0085bb;
}
#hp-events
  .en-events-show-all-calendar
  a.en-events-show-all.en-page-comp-button {
  padding: 7px 28.5px 9px 30.5px;
}
#hp-events .en-events-show-all-calendar a:is(:hover, :focus) {
  color: #fff;
  background: #143055;
  border-color: #143055;
}

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

#hp-events .en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
background-color: rgba(20,48,85,0.6) !important;
}

#hp-events .en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 48px;
  height: 52px;
  background: url("/_MASTER/common_pics/rightArrow1.png");
  padding: 0;
  right: 0;
  background-position: 0;
}
#hp-events .en-events-prev {
  padding: 0;
  text-indent: -9999px;
  width: 48px;
  height: 52px;
  background: url("/_MASTER/common_pics/leftArrow1.png");
  left: 0;
  background-position: -2px -4px;
}
#hp-events .events-thumbnail a {
  display: inline-grid;
}

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

#hp-events .en-events-prev:hover {
  background-position: -48px;
}
#hp-events .en-events-next:focus {
  background-position: 57px 0;
  right: -6px;
  top: -4px;
}
#hp-events .en-events-prev:focus {
  background-position: 57px 0;
  left: -7px;
  top: -4px;
  z-index: 1;
}
#hp-events .en-events-prev:focus,
#hp-events .en-events-next:focus {
  width: 59px;
  height: 60px;
  background-color: transparent !important;
}
#hp-events .en-events-slider-footer {
  width: 764px;
  margin: 51px auto 0;
  justify-content: flex-start;
}
#hp-events .en-events-slider-buttons {
  position: absolute;
  width: 96px;
  right: -74px;
  margin: 0;
  top: 35px;
}
#hp-events button {
  position: absolute;
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: #143055 !important;
}
#hp-events button:is(:hover) {
  background-color: #0085bb !important;
}
#hp-events .en-events-show-all-calendar {
  position: relative;
  gap: 11px;
  flex-wrap: wrap;
  top: 0;
  margin: 0 0 0 112.5px;
  left: 0;
}
#hp-events .en-events-section-title {
  display: none;
}
#hp-events .events-thumbnail img {
  object-fit: contain;
  width: 100%;
}

@media only screen and (max-width: 1230px) {
  #hp-events {
    left: -30px;
    max-width: 730px;
  }
  .third-row #third-row-inner {
    grid-template-columns: 210px auto;
  }
  #hp-events .en-events-slider-footer {
    width: 730px;
  }
  #hp-events .en-events-slider-buttons {
    right: -100px;
  }
}

@media only screen and (max-width: 1099px) {
  .third-row #third-row-inner {
    grid-template-columns: auto;
  }
  .third-row #third-row-inner > h2 {
    text-align: center;
    margin: 0 auto 35px;
  }
  .third-row #third-row-inner > h2 a br {
    display: none;
  }
  #hp-events .en-events-show-all-calendar {
    margin: 0 auto;
  }
  #hp-events .en-events-slider-buttons {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -45px;
    width: 270px;
  }
  #hp-events {
    left: 0;
    max-width: 870px;
  }
  #hp-events .en-events-slider-footer {
    width: 870px;
  }
  .third-row #third-row-inner {
    padding: 60px 0 150px;
  }
}

@media only screen and (max-width: 910px) {
  #hp-events .en-events-slider {
    --card-width: 300px;
  }
  #hp-events {
    max-width: 730px;
  }
  #hp-events .en-events-slider-footer {
    width: 730px;
  }
}

@media only screen and (max-width: 768px) {
  #hp-events {
    max-width: 300px;
  }
  #hp-events .en-events-slider-footer {
    width: 300px;
    margin: 30px auto 0;
  }
  #hp-events .en-events-show-all-calendar {
    justify-content: center;
    flex-direction: column-reverse;
    place-items: center;
  }
}

@media only screen and (max-width: 355px) {
  #hp-events {
    max-width: 270px;
  }
  #hp-events .en-events-slider-footer {
    width: 270px;
  }
  #hp-events .en-events-slider {
    --card-width: 270px;
  }
}

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

/*---------fourth-row--------*/
.sixth-row {
  background: transparent;
}
.sixth-row #sixth-row-inner section#links {
  display: grid;
  grid-template-columns: 220px auto;
  align-items: flex-start;
  gap: 66px;
}
.sixth-row #sixth-row-inner {
  margin: -5px auto 0;
  padding: 0 0 94px;
  min-height: 280px;
  box-sizing: border-box;
}
/* links */
#quick_link a {
  position: relative;
  font-family: "proxima-nova";
  font-size: clamp(35px, 4.1vw, 48px);
  line-height: clamp(35px, 5vw, 46px);
  font-weight: 700;
  color: #000b2e;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.05px;
  text-align: center;
}
#quick_link {
  margin: -7px 0 0 -2px;
}
#links .HPLinks tbody {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  max-width: 833px;
}
#wrapper-index table.HPLinks tr {
  width: 267px;
  box-sizing: border-box;
  margin: 0;
}
#wrapper-index table.HPLinks #l,
#wrapper-index table.HPLinks .tableLeft {
  display: none;
}
#wrapper-index table.HPLinks #r,
#wrapper-index table.HPLinks .tableRight {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  min-height: 85px;
}
#wrapper-index section table.HPLinks a {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "proxima-nova";
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 13px 20px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  text-align: center;
  background: #143055;
  text-decoration: none;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus)::before {
  background: linear-gradient(
    to right,
    rgb(20, 48, 85) 0%,
    rgb(20, 48, 85) 14%,
    rgb(20, 48, 85) 29%,
    rgb(255, 255, 255) 43%,
    rgb(255, 255, 255) 100%
  );
}
#wrapper-index section table.HPLinks a::after {
  content: "";
  position: absolute;
  background: #0085bb;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.4s all ease;
}
#wrapper-index section table.HPLinks a::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(0, 133, 189, 1) 0%,
    rgba(0, 133, 186, 1) 14%,
    rgba(0, 132, 188, 1) 29%,
    rgba(255, 255, 255, 1) 43%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s all ease;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus) {
  color: #000;
  text-shadow: 0 0 1px #000, 0px 0px 1px #000, 0 0 1px #000;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus):after {
  height: 100%;
}
#wrapper-index table.HPLinks #showAll-hplinks {
  width: fit-content;
  min-height: auto;
  position: absolute;
  left: -253px;
  margin: 0;
  top: 131px;
}
#showAll-hplinks .tableRight {
  min-height: auto !important;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a {
  position: relative;
  font-family: "proxima-nova";
  font-size: 19px;
  line-height: 34px;
  color: #000b2e;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 7px 28.5px 9px 30.5px;
  transition: 0.3s all ease;
  letter-spacing: 0.95px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #0085bb;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 23px;
  background: url(/pics/showall_icon.png) no-repeat left top;
  left: 0.5px;
  top: -3.5px;
  z-index: -1;
  margin: 0;
  transition: 0.35s all ease-in-out;
}
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:hover:before,
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:focus:before {
  background-position: left bottom;
  transform: rotate(-365deg);
}
#wrapper-index table.HPLinks {
  width: 100%;
  padding: 0;
  margin: 0;
}
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:is(:hover, :focus) {
  color: #fff;
  background: #143055;
  border-color: #143055;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::after {
  content: none;
}

@media only screen and (max-width: 1160px) {
  #wrapper-index table.HPLinks tr {
    width: 31%;
  }
}

@media only screen and (max-width: 991px) {
  .sixth-row #sixth-row-inner section#links {
    grid-template-columns: 100%;
    gap: 35px;
    justify-content: center;
   
  }
#links .HPLinks tbody,#quick_link {
  margin: 0 auto;
}
  #quick_link a br {
    display: none;
  }
  #wrapper-index table.HPLinks tr {
    width: 31%;
  }
  #fifth-row.fifth-row {
    margin: 0 auto 40px;
  }
  .sixth-row #sixth-row-inner {
    margin: 0 auto 0;
    padding: 0 0 70px;
  }
  #wrapper-index table.HPLinks #showAll-hplinks {
    position: relative;
    top: 0;
    left: 0;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 650px) {
  #wrapper-index table.HPLinks tr {
    width: 47%;
  }
}

@media only screen and (max-width: 355px) {
  #wrapper-index table.HPLinks tr {
    width: 90%;
  }
}

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

/*---------fifth-row--------*/
#fifth-row-inner {
  padding: 91px 175px 89px 199px !important;
  grid-template-columns: 245px auto;
  box-sizing: border-box;
  align-items: center;
}
#fifth-row::before,
#fifth-row::after {
  content: "";
  position: absolute;
  background: url(/_MASTER/common_pics/fifthrow_bg.png) repeat-y center top,
    linear-gradient(
      to left,
      transparent 0%,
      transparent 50%,
      #0087bc 50%,
      #0087bc 100%
    );
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#fifth-row::before {
  height: 91px;
  top: 0;
  z-index: 1;
}
#fifth-row::after {
  height: 89px;
  bottom: 0;
}
#fifth-row {
  background: url(/_MASTER/common_pics/fifthrow_inner_bg.png) repeat-y center
      top,
    linear-gradient(
      to left,
      transparent 0%,
      transparent 50%,
      #fff 50%,
      #fff 100%
    );
  margin: 0 auto 113px;
}
#fifth-row-inner h2 {
  font-family: "proxima-nova";
  font-size: clamp(35px, 6.25vw, 48px);
  line-height: clamp(40px, 6.25vw, 44px);
  color: #000b2e;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 39px 1px;
}
#fifth-row-inner::before {
  content: "";
  position: absolute;
  background: url(/_MASTER/common_pics/feed_b_icon.png) no-repeat left bottom;
  width: 490px;
  height: 457px;
  left: -327px;
  bottom: 89px;
}
#bridgeprep_text {
  position: relative;
  padding: 100px 0 105.5px;
}
#bridgeprep_text.bridgeprep_text {
  padding: 100px 0 92.5px;
}
#bridgeprep_text::after {
  content: "";
  position: absolute;
  background: url(/_MASTER/common_pics/bridgeprep_text.png) no-repeat right top;
  width: 100%;
  height: 100%;
  right: 0;
  margin: 0 auto;
  max-width: 1412px;
  top: -1px;
  left: 0;
  z-index: -1;
}
#bridgeprep_text.bridgeprep_text::after {
  background: url(/_MASTER/common_pics/bridgeprep_text1.png) no-repeat right top;
}
/* tabs */
.tabcontent.active {
  display: block;
}
.tabcontent {
  display: none;
  min-height: 343px;
}
#tabs_hp button {
  position: relative;
  margin: 0;
  width: 62px;
  cursor: pointer;
  background: #f0f1f5;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50px;
  transition: 0.35s all ease-in-out;
}
#tabs_wrapper {
  max-width: 521px;
  margin: 0 12px 0 auto;
  width: 100%;
  padding: 12px 0;
  min-height: 343px;
  box-sizing: border-box;
}
#tabs_hp {
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  top: -3px;
  left: -0.5px;
}
#tabs_hp button:nth-child(1),
#tabs_hp button:nth-child(3) {
  left: 1px;
}
#tabs_hp .tablinks.active,
#tabs_hp button:is(:hover, :focus) {
  background-color: #143055 !important;
  opacity: 1;
}
#tabs_hp button.active img,
#tabs_hp button:is(:hover, :focus) img {
  opacity: 0;
}
#tabs_hp button.active:nth-child(3),
#tabs_hp button:nth-child(3):is(:hover, :focus) {
  background: url(/_MASTER/common_pics/instatab_hover.png) no-repeat center;
}

#tabs_hp button:nth-child(2):is(:hover, :focus) a {
  background: url(/_MASTER/common_pics/xtab_hover.png) no-repeat center;
}
#tabs_hp button.active:nth-child(1),
#tabs_hp button:nth-child(1):is(:hover, :focus) {
  background: url(/_MASTER/common_pics/fbtab_hover.png) no-repeat center;
}
#tabs_hp button a {
  display: inline-grid;
  border-radius: 50px;
}
/* tabs end*/

/*--------insta-------*/
#tabthree #en-insta-feed-div {
  max-width: 521px;
  overflow: hidden;
}
#tabthree #en-insta-feed-div ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 168px));
  gap: 8px;
  max-height: 343px;
}
#tabthree #en-insta-feed-div ul li a {
  max-height: 168px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#tabthree #en-insta-feed-div ul li {
  max-width: 100%;
  width: 100%;
  max-height: 168px;
  height: 100%;
  margin: 0;
}
#tabthree #en-insta-feed-div ul li a div img {
  position: relative;
  height: clamp(95px, 28.5vw, 168px);
}
#tabthree #en-insta-feed-div ul li a div::after {
  padding-bottom: 0;
}

@media only screen and (max-width: 1099px) {
  #tabthree {
    height: auto;
    max-height: unset;
  }
  #tabthree #en-insta-feed-div {
    margin: 0 auto;
  }
  #tabthree {
    min-height: unset;
  }
}

@media only screen and (max-width: 600px) {
  #tabthree #en-insta-feed-div ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 31.5%));
  }
  #tabthree #en-insta-feed-div ul li a div img {
      /* height: clamp(95px, 28vw, 168px); */

  }
}

/*--------insta-------*/

@media only screen and (max-width: 1175px) {
  #fifth-row-inner {
    padding: 91px 0 89px 0 !important;
    max-width: 820px;
  }
  #tabs_wrapper {
    margin: 0 0 0 auto;
  }
  #fifth-row-inner::before {
    left: -490px;
  }
}

@media only screen and (max-width: 991px) {
  #fifth-row-inner::before,
  #bridgeprep_text::after {
    content: none;
  }
  #bridgeprep_text {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 900px) {
  #tabs_wrapper {
    margin: 0 auto;
    padding: 0;
  }
  #fifth-row-inner {
    grid-template-columns: 100%;
    justify-content: center;
    background: #fff;
    margin: 0 20px;
    padding: 100px 10px !important;
  }
  #fifth-row {
    background: #0087bc;
  }
  #fifth-row::before,
  #fifth-row::after {
    height: 60px;
  }
  #tabs_hp {
    top: 0;
    left: 0;
    margin: 0 0 20px;
  }
  #tabthree #en-insta-feed-div ul {
    max-height: none;
  }
}

@media only screen and (max-width: 350px) {
  #tabthree #en-insta-feed-div ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 31%));
  }
}

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

/*---------seventh-row---------*/
.seventh-row #seventh-row-inner {
  grid-template-columns: auto 200px;
  padding: 80px 0 0;
  align-items: flex-start;
}
.seventh-row #seventh-row-inner #media_inner {
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: flex-start;
  max-width: 948px;
  margin: 0;
  position: relative;
}
.seventh-row {
  background: transparent;
}
.seventh-row::before {
  content: "";
  position: absolute;
  background: url(/_MASTER/common_pics/media_rowbg.jpg) repeat-y center top,
    linear-gradient(
      to left,
      transparent 0%,
      transparent 50%,
      #f0f1f5 50%,
      #f0f1f5 100%
    );
  width: 100%;
  height: 270px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: 0 auto;
}
.seventh-row #seventh-row-inner > h2 {
  position: relative;
  font-family: "proxima-nova";
  font-size: clamp(35px, 4.1vw, 48px);
  line-height: clamp(35px, 5vw, 44px);
  font-weight: 700;
  color: #000b2e;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.05px;
  text-align: left;
  left: -12px;
  top: -7px;
}
/* Featured Video */
.HPVideo {
  margin-bottom: 0px;
  position: relative;
}
.HPVideo .videowrapper {
  position: relative;
  margin: 0;
}
.HPVideo p {
  position: relative;
  text-align: center;
  padding: 0;
  border-top: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 95.8%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HPVideo p a {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 19px;
  color: #000;
  margin: 0;
  text-decoration: none;
  line-height: 23px;
  position: relative;
  padding: 0;
  letter-spacing: 0.5px;
  top: -1px;
  left: 15.5px;
}
#video_player1 {
  position: relative;  z-index: 1;
  margin: 0 !important;
  box-sizing: border-box;
  background-color: #143055;
}
.HPVideo {
  margin-bottom: 0;
  position: relative;
}

.HPVideo h2 {
  display: none;
}

/* Featured Photo Album */
#album-sec {
  position: relative;
  margin: 0;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
#album-sec h2 {
  display: none;
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin: 0;
  text-align: center;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
    display: flex;
    gap: 35px 20px;
    flex-wrap: wrap;
    justify-content: center;
}
#album-sec .HPFeaturedAlbums ul li {
  margin: 0px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: transparent;
  overflow: visible;
  position: relative;
  left: 0;
  height: auto !important;
}
#album-sec .HPFeaturedAlbums ul li:not(:last-child) {
  margin: 0;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  text-align: center;
  top: auto;
  bottom: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 92%;
}
#album-sec .HPFeaturedAlbums ul li img {
  box-sizing: border-box;
  max-height: 359px;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  width: auto !important;
  height: auto;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #000;
  margin: 0;
  text-decoration: none;
  line-height: 23px;
  position: relative;
  padding: 0;
  top: -1px;
  left: 0;
}
#album-sec .HPFeaturedAlbums ul li h3,
.HPVideo p {
  background: #fff;
  min-height: 69px;
  padding: 15px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(28, 33, 128, 0.1);
}

@media only screen and (max-width: 1232px) {
  #seventh-row-inner {
    grid-template-columns: auto;
    place-items: center;
    justify-content: center;
  }
  #seventh-row-inner h2 {
    top: 0;
    text-align: center;
    margin: 0 0 40px;
  }
  #seventh-row-inner #media_inner {
    max-width: 100%;
  }
  #seventh-row-inner #media_inner {
    margin: 0 auto;
  }
  .seventh-row #seventh-row-inner {
    grid-template-columns: auto auto;
  }
  .seventh-row #seventh-row-inner #media_inner {
    gap: 10px;
  }
  .seventh-row #seventh-row-inner > h2 {
    left: 6px;
  }
}

@media only screen and (max-width: 1099px) {
  #video-sec .video_player,
  #video-sec .video_player video {
    width: 100% !important;
  }
  .seventh-row #seventh-row-inner {
    display: flex;
    padding: 60px 0 0;
    flex-direction: column-reverse;
    justify-content: center;
    place-items: center;
  }
  .seventh-row #seventh-row-inner #media_inner {
    gap: 50px;
  }
  .seventh-row::before {
    background: linear-gradient(
      to left,
      transparent 0%,
      transparent 30%,
      #f0f1f5 30%,
      #f0f1f5 100%
    );
  }
  .seventh-row #seventh-row-inner > h2 {
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 991px) {
  #bridgeprep_text.bridgeprep_text {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 768px) {
  .seventh-row #seventh-row-inner #media_inner {
    flex-direction: column;
  }
  #album-sec {
    margin: 0 auto;
    text-align: center;
  }
  .HPVideo h2 {
    text-align: center;
  }
  .seventh-row::before {
    content: none;
  }
  .seventh-row #seventh-row-inner {
    padding: 0;
  }
}

@media only screen and (max-width: 420px) {
  #album-sec .HPFeaturedAlbums ul li img {
    width: clamp(275px, 88.5vw, 340px) !important;
    height: clamp(275px, 88.5vw, 340px) !important;
    object-fit: cover;
  }
  #album-sec .HPFeaturedAlbums ul li {
    width: clamp(275px, 88.5vw, 340px) !important;
    height: auto !important;
  }
}
/*---------seventh-row-end--------*/

/* bell schdules */

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

#bell-schedule-intro-text,
#bell-schedule-print-link {
  max-width: 750px;
}

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

#wrapper #albumsWrapper.noNav #album {
  min-height: 185px !important;
}
@media only screen and (max-width: 768px) {
  div.en-editable-block-wrapper div.img {
    height: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .bell-schedule {
    padding: 0 !important;
  }
}

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

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

.VIpgJd-yAWNEb-r4nke {
  color: #000;
}
.VIpgJd-yAWNEb-mrxPge,
#sd-arrow {
  background: #000;
}
#events-page #events.v1 .event span.location {
  color: #6b6b6b !important;
  position: relative;
  top: -1px;
}
.single-video #big-video #hd-link,
.single-video #big-video #sd-link {
  left: -4px;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@media only screen and (max-width: 991px) {
  .translated-ltr header.enh1 nav.en-nav,
  .translated-rtl header.enh1 nav.en-nav {
    height: calc(100% - 40px);
    margin-top: 40px;
  }
  #index_bottom .cursor {
    background-color: #000;
  }
}

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

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

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

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

@media only screen and (min-width: 601px) {
  #news_main ul li .news-thumb {
    height: 158px !important;
  }
}

header.enh1 div.enh1-social a:nth-child(2),
#tabs_hp button:nth-child(2),
#footer_social a:nth-child(2) {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  header#enheader2 {
    z-index: 11;
  }
}

@media only screen and (min-width: 1100px) {
  #hp-events {
    width: 100%;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1220px) {
  .second-row #second-row-inner {
    max-width: 97.5%;
  }
}

@media only screen and (max-width: 1099px) {
  .second-row #second-row-inner {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #hp-events .en-events-slider-buttons {
    left: -22px;
    bottom: 85px;
    width: 345px;
  }
  .third-row #third-row-inner {
    padding: 35px 0 50px;
  }
}

@media only screen and (max-width: 355px) {
  #hp-events .en-events-slider-buttons {
    left: -20px;
    width: 311px;
  }
}

@media only screen and (max-width: 700px) {
  .width100percent.noBorder tr.light,
  .width100percent.noBorder tr.dark {
    display: revert;
  }
  #wrapper #staff.staffR1 #staff-search input {
    width: 96% !important;
  }
}


#first-row-inner #quicklink3 {
  display: none;
}


@media only screen and (max-width: 991px) {
#wrapper-index table.HPLinks #showAll-hplinks {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: -90px;
}
.sixth-row #sixth-row-inner {
  padding: 0 0 130px;

}
}

@media only screen and (max-width: 900px) {
#tabs_wrapper {
  min-height: auto;
}
}


#en-insta-feed-div ul li a div:hover .overlay {
  content: "";
  background: url("/_MASTER/common_pics/instatab_hover.png") no-repeat center rgba(20, 48, 85, 0.75);
  height: 100%;
  line-height: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  opacity: 1;
  z-index: 2;
}
#en-insta-feed-div ul li a div .overlay {
  position: absolute;
}
#tabthree #en-insta-feed-div ul li, #tabthree #en-insta-feed-div ul li a, #en-insta-feed-div ul li a div .overlay, #en-insta-feed-div ul li a div {
  max-height: clamp(95px, 28.5vw, 168px);
}






@media only screen and (max-width: 768px) {
#first-row,#wrapper-index section table.HPLinks a {
  z-index: 1;
}

}




@media only screen and (min-width: 320px) and (max-width: 360px) {
  .en-header-popup-wrapper {
    max-width: 75% important;
  }

  html body #en-hp-alert-box.en-hp-alert-box {
    width: 95% !important;
  }
}

@media only screen and (max-width: 1250px) {
#video_placeholder1 {
  aspect-ratio: unset !important;
}

}

@media only screen and (max-width: 1300px) {
#wrapper-index {
  overflow: hidden;
}
}
