* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.231;
  font-family: "Arial", Helvetica, sans-serif;
}

.index-wrapper {
  margin-top: -50px;
}

/*header*/
.en-public-header-school-logo.mobile-header {
  display: none;
}

.en-public-header {
  width: 100%;
  position: relative;
}

.header-wrapper {
  width: 100%;
  position: relative;
  background: #fff;
}

.wrapper-inside {
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 124px;
  box-sizing: border-box;
  position: relative;
}

.header-logos {
  display: flex;
  align-items: center;
  position: relative;
  right: 1px;
}

.header-logo {
  width: clamp(80px, 11.5454545455vw, 127px);
  height: clamp(69px, 9.90909090909vw, 109px);
  background: url('/pics/header-logo.png') no-repeat center top;
  position: relative;
  background-size: contain;
  text-indent: -9999px;
  color: #000 !important;
  bottom: clamp(10px, 2vw, 22px);
}

.header-name {
  background: url('/pics/header-name.png') no-repeat center top;
  width: clamp(165px, 24.7272727273vw, 272px);
  height: clamp(65px, 9.81818181818vw, 108px);
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #000 !important;
  top: 2px;
}

.header-top {
  width: 100%;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dadcde;
}

.header-top-inner {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  height: 36px;
}

.header-top-left {
  position: relative;
  margin-right: 19px;
}

.en-marquee-module {
  width: clamp(340px, 66vw, 710px) !important;
  position: relative;
  height: 23px !important;
  box-sizing: border-box !important;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  color: #191c2f !important;
  background: #fff !important;
}

.en-marquee-module .en-marquee-module-content {
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  color: #191c2f !important;
  font-weight: 400 !important;
  animation-duration: 27s !important;
  top: 13px;
}

.en-marquee-module:before {
  content: '';
  width: 40px;
  height: 23px;
  background: url("/pics/whiteFadeLeft.png");
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}

.en-marquee-module:after {
  content: '';
  width: 40px;
  height: 23px;
  background: url("/pics/whiteFadeRight.png");
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #ae222a !important;
  background: transparent !important;

}

.en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-top-color: #ae222a !important;
  border-bottom-color: transparent !important;
  background: transparent !important;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background: #ae222a !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 10px !important;
}


.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #191c2f !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 15px;
  cursor: pointer !important;
  padding: 5px 10px !important;
  font-family: 'Overpass', sans-serif;
  border-radius: 3px;
}

.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"],
.en-marquee-module .en-marquee-tooltip-buttons button:hover,
.en-marquee-module .en-marquee-tooltip-buttons button:focus {
  background: #fff !important;
  color: #191c2f !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-family: 'Overpass', sans-serif;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}


.header-top-right {
  display: flex;
  align-items: center;
  position: relative;
}

.translate-header {
  text-align: right;
  text-transform: uppercase !important;
  font-family: 'Overpass', sans-serif !important;
  font-size: clamp(13px, 1.27272727273vw, 14px) !important;
  color: #564f4f !important;
  font-weight: 700 !important;
  letter-spacing: .85px !important;
  margin-right: 24.5px;
  background: url('/pics/translate.png') no-repeat left top;
  padding-left: 25px;
  background-position-y: -1px;
}

a.search-wrapper {
  cursor: pointer;
  font-family: 'Overpass', sans-serif;
  font-size: clamp(13px, 1.27272727273vw, 14px) !important;
  color: #564f4f;
  font-weight: 700;
  letter-spacing: .85px;
  text-transform: uppercase;
  display: flex !important;
  gap: 8.5px;
  position: relative;
  left: 2px;
}

.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #b6383f !important;
  box-shadow: 0 0 20px 0px #fff;
}

.en-popup-close-img {
  background-color: #000 !important;
  border-radius: 50%;
}

.en-header-popup-body {
  padding-top: 26px !important;
}

@media screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80vw !important;
  }
}


.wrapper-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  top: 4px;
  left: 1px;
}

.header-social {
  position: relative;
  right: 24px;
  bottom: 5px;
}

.header-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 6px;
}

.header-social li:last-child {
  margin-right: 0;
}

.header-social li a {
  display: block;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  text-indent: -9999px;
}

.header-social li a:hover,
.header-social li a:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.header-social li a.facebook {
  background: url('/pics/facebook.png') no-repeat center top;
}

.header-social li a.twitter {
  background: url('/pics/x-logo.png') no-repeat center top;
}

.header-social li a.instagram {
  background: url('/pics/instagram.png') no-repeat center top;
}

.header-social li a.youtube {
  background: url('/pics/youtube.png') no-repeat center top;
}

.header-social li a.linkedin {
  background: url('/pics/linkedIn.png') no-repeat center top;
}

.header-links {
  position: relative;
  gap: 36.3px;
}

.header-links li {
  list-style-type: none;
  display: inline-block;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: clamp(11px, 1.36363636364vw, 15px);
  color: #231f20 !important;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .85px;
  transition: all .5s ease;
  background: #fff;
}

.header-links li a:before {
  content: "";
  background: url('/pics/header-links-arrow.png') no-repeat center top;
  width: 9px;
  height: 11px;
  position: absolute;
  left: -14px;
  top: 3px;
}

.header-links li a:hover,
.header-links li a:focus {
  margin-top: -3px;
}

.header-links li:first-child a:hover,
.header-links li:first-child a:focus {
  margin-top: -6px;
}


.wwu {
  display: none !important;
}

.wrapper-right-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .wrapper-right {
    top: 0;
    left: 0;
  }

  .header-logos {
    right: 0;
  }

  .header-top-inner {
    justify-content: space-between;
  }

  ul.header-links {
    flex-wrap: wrap;
    justify-content: flex-end !important;
    column-gap: 30px;
    row-gap: 5px;
    padding-left: 70px !important;
  }

  .header-links li {
    margin: 0;
  }

  .wwu {
    display: flex !important;
  }

  ul.header-links.header-link-work {
    display: none;
  }

  .wrapper-inside {
    height: max-content;
    padding: 20px 0;
  }

  ul.header-social {
    right: 0;
    bottom: 0;
  }
}


@media only screen and (max-width: 800px) {
  .index-wrapper {
    z-index: 0;
    margin-top: 0;
  }

  nav.en-nav ul#nav_items_0 {
    height: 95vh;
  }

  .en-public-header .en-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    height: 100% !important;
    width: min-content;
    overflow: hidden;
    z-index: 9999 !important;
    border: none !important;
  }

  .en-header-school-logo {
    right: 0;
    display: flex;
    width: 100%;
    position: relative;
    gap: 0;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .en-public-header-school-logo.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    box-sizing: border-box;
    padding: 5px;
    padding-bottom: 10px;
  }

  .en-public-header,
  .header-wrapper {
    background: #fff;
    border-bottom: 2px solid #dadcde;
  }

  a.header-logo {
    bottom: 0;
  }

  a.header-name {
    top: 0;
  }

  .header-top {
    display: flex;
    order: 3;
    border-top: 2px solid #dadcde;
    border-bottom: 0;
  }

  .wrapper-right {
    display: none;
  }


  .header-top-inner {
    height: max-content !important;
    display: grid;
    padding: 10px 0;
    row-gap: 5px;
  }

  .wrapper-inside {
    padding: 0;
  }

  .header-top-left {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
  }

  .header-top-right {
    grid-area: 1 / 2 / 2 / 3;
  }

  .wrapper-right.wrapper-right-mobile {
    display: flex;
    grid-area: 2 / 1 / 3 / 3;
    gap: 10px;
    padding: 5px 0;
    background: #fff;
    justify-content: center;
  }

  ul.header-links.header-link-work {
    display: none !important;
  }

  ul.header-links {
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  .wrapper-right.wrapper-right-mobile li {
    border: none !important;
  }

  .en-marquee-module {
    width: clamp(340px, 61vw, 710px) !important;
  }

  .header-links li a:before {
    content: none;
  }

  .header-links li a {
    background: url('/pics/header-links-arrow.png') no-repeat center top;
    background-position-x: left;
    padding-left: 15px;
    background-position-y: 2px;
  }

  ul.header-social {
    overflow: hidden !important;
    padding: 5px 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  ul.header-links {
    width: 78%;
  }
}

@media only screen and (max-width: 600px) {
  .header-top-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .header-top-left,
  .en-marquee-module {
    width: 100% !important;
  }

  ul.header-links {
    width: 95%;
  }
}

/*index-top*/



.index-top {
  width: 100%;
  position: relative;
}

.index-top #ir6780 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 650px;
}

.index-top #ir6780-ir6780-slider {
  width: 100% !important;
  margin-left: 0 !important;
  overflow: hidden !important;
  display: flex;
  align-items: flex-end;
}


@media only screen and (max-width: 1400px) {
  .index-top {
    height: max-content;
  }

  .index-top #ir6780-ir6780-slider {
    height: max-content !important;
    aspect-ratio: 1400 / 650;
  }

  .index-top #ir6780 {
    height: max-content !important;
    position: relative;
  }

  .nivo-slice {
    width: 100% !important;
    background-size: contain !important;
  }

  .nivo-box {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100% !important;
    height: auto !important;
  }
}


/*index-top*/


/*first-row*/
.first-row {
  width: 100%;
  position: relative;
  background: #fff;
}

.first-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  padding: clamp(20px, 3.54545454545vw, 39px) 0 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.first-row-inner h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 5.45454545455vw, 60px);
  color: #231f20;
  font-weight: 400;
  line-height: 0.83333333333;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 41px;
  padding-left: clamp(30px, 5.41666666667vw, 65px);
  margin-top: 40px;
}

.first-row-inner h2 span {
  font-size: clamp(35px, 5vw, 55px);
}

.first-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.first-box::after {
  content: "";
  background: url('/pics/joinUs_border1.png') no-repeat;
  width: 808px;
  height: 176px;
  position: absolute;
  right: -100px;
  top: -67px;
}

.first-box::before {
  content: "";
  background: url('/pics/virUpdts_border2.png') no-repeat;
  width: 103px;
  height: 176px;
  position: absolute;
  left: -60px;
  top: -67px;
}

.first-left {
  width: 65%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 18px;
  gap: 36px;
  z-index: 9;
}

.first-left p {
  font-size: clamp(16px, 1.6363vw, 18px);
}

.first-left .abt-us-lnk {
  color: white;
  font-size: 14px;
  background-color: #000000;
  padding: 17px;
  text-decoration: none;
  position: relative;
  width: max-content;
}

.events-box {
  width: 340px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 34px;
  padding-bottom: 40px;
  height: max-content;
}

a.events-main-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(24px, 2.72727272727vw, 30px);
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block !important;
  letter-spacing: .65px;
  margin-bottom: 13px !important;
  text-decoration: underline;
  position: relative;
  z-index: 21;
}

.container {
  position: relative;
  margin-top: 0;
  padding: 10px 0;
}

a.events-main-title:hover {
  color: #66242A !important;
  letter-spacing: .75px;
  text-decoration: underline;
}

#hp-events .v3 .dayInfoWrap {
  background: url('/pics/date-bg.png') no-repeat center top;
  width: 66px;
  height: 62px;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
}

#hp-events .v3 span.month {
  font-family: 'Overpass', sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .8px;
}

#hp-events .v3 span.day {
  font-family: 'Cinzel', serif;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 29px;
}

#hp-events .v3 ul {
  padding-left: 81px !important;
  position: relative;
  top: -1px;
  margin-bottom: 22px;
}

#hp-events ul li.event div {
  font-family: 'Overpass', sans-serif;
  font-size: clamp(16px, 1.54545454545vw, 17px);
  color: #000;
  font-weight: 400;
  margin-bottom: 1px;
}

#hp-events ul li.event div a {
  font-family: 'Overpass', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #000 !important;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  transition: all .5s ease;
  letter-spacing: -.05px;
  top: 1px;
  position: relative;
}

#hp-events ul li.event div a:hover,
#third-row #hp-events ul li.event div a:focus {
  letter-spacing: .2px;
}

#hp-events .hpeventlinks {
  margin-top: 55px !important;
}

#hp-events .hpeventlinks div a {
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  position: relative;
  text-decoration: none;
  padding-left: 16px;
  letter-spacing: .9px;
  transition: all .5s ease;
}


#hp-events .hpeventlinks div:first-child {
  width: 204px;
  float: left;
}

#hp-events .hpeventlinks div:last-child {
  margin-top: 0 !important;
  float: left;
}

#hp-events .hpeventlinks div a:before {
  content: "";
  background: url('/pics/events-show-links-icon.png') no-repeat center top;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -4px;
  top: 4px;
}

@media only screen and (max-width: 1350px) {
  .first-box::after {
    content: "";
    background: url('/pics/joinUs_border1.png') no-repeat;
    width: clamp(200px, 63vw, 808px);
    height: 176px;
    position: absolute;
    right: 0;
    background-position: right;
    top: calc(clamp(58px, 7vw, 67px)* -1);
  }

  .first-box::before {
    content: "";
    background: url('/pics/virUpdts_border2.png') no-repeat;
    width: clamp(10px, 4vw, 103px);
    height: 176px;
    position: absolute;
    left: 0;
    top: calc(clamp(58px, 7vw, 67px)* -1);
  }

  .first-box {
    padding: 0 clamp(20px, 3.63636363636vw, 40px);
    gap: 20px;
  }

  .first-row-inner h2 span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .first-left {
    width: 100%;
    padding: 0;
    gap: 30px;
  }

  .first-box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

/*first-row*/

/*second-row*/
.second-row {
  width: 100%;
  position: relative;
  background: #fff;
}

.second-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  padding-bottom: clamp(20px, 5.45454545455vw, 60px);
  padding-top: clamp(20px, 2.63636363636vw, 29px);
}

.second-row-inner h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 5.45454545455vw, 60px);
  color: #231f20;
  font-weight: 400;
  line-height: 0.83333333333;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 40.5px;
  padding-left: clamp(30px, 7.45454545455vw, 82px);
  margin-top: 40px;
  width: max-content;
  padding-right: 40px;
  background: #ffff;
  z-index: 3;
}

.second-row-inner h2 span {
  font-size: clamp(35px, 5vw, 55px);
}

.second-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.second-box a {
  width: 30%;
  z-index: 9;
  position: relative;
}

.second-box a img {
  width: 100%;
  transition: all .25s ease;
}

.second-box a:hover img,
.second-box a:focus img {
  opacity: .7;
}

.second-box::after {
  content: "";
  background: url('/pics/joinUs_border1.png') no-repeat;
  width: 808px;
  height: 176px;
  position: absolute;
  right: -60px;
  top: 103px;
  z-index: 3;
}

.second-box::before {
  content: "";
  background: url('/pics/virUpdts_border2.png') no-repeat;
  width: 103px;
  height: 176px;
  position: absolute;
  left: -60px;
  top: 103px;
  z-index: 3;
}


@media only screen and (max-width: 1350px) {
  .second-box::after {
    content: "";
    background: url('/pics/joinUs_border1.png') no-repeat;
    width: clamp(200px, 63vw, 808px);
    height: 176px;
    position: absolute;
    right: 0;
    background-position: right;
    top: clamp(85px, 9.36363636364vw, 103px);
  }

  .second-box::before {
    content: "";
    background: url('/pics/virUpdts_border2.png') no-repeat;
    width: clamp(10px, 4vw, 103px);
    height: 176px;
    position: absolute;
    left: 0;
    top: clamp(85px, 9.36363636364vw, 103px);
    z-index: 4;
  }

  .second-row-inner h2 span:last-child {
    background: #fff;
    z-index: -1;
    position: relative;
    padding-right: 20px;
    position: relative;
  }

  .second-row-inner h2 span:last-child::after {
    content: '';
    position: absolute;
    left: -33px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: -1;
  }

  .second-row-inner h2 {
    padding-right: 0;
    z-index: 4;
  }
}

@media only screen and (max-width: 767px) {
  .second-box a {
    max-width: 300px;
    width: 47%;
  }

  .second-box a:first-child {
    order: 1;
  }
}

/*second-row*/

/*third-row*/
.third-row {
  width: 100%;
  position: relative;
  background: #fff;
}

.third-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  padding: clamp(20px, 5.09090909091vw, 56px) 0;
  padding-bottom: clamp(20px, 2.72727272727vw, 30px);
}

.third-row-inner h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 5.45454545455vw, 60px);
  color: #231f20;
  font-weight: 400;
  line-height: 0.83333333333;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  right: -3px;
}

.third-box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-top: 28px;
  position: relative;
  z-index: 9;
}

.third-left {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.third-left p {
  font-family: 'Overpass', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #000;
  font-weight: 600;
  line-height: 1.31578947368;
  display: inline-block;
  letter-spacing: .36px;
}

.third-left a {
  color: white;
  font-size: 14px;
  background-color: #000000;
  padding: 17px;
  text-decoration: none;
  position: relative;
  width: max-content;
  right: 33.5px;
  bottom: 21px;
}

.text-box {
  display: flex;
  gap: 16px;
}

.third-right {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  right: 8px;
  top: 2px;
}

.third-right .text-box h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(60px, 7.27272727273vw, 80px);
  font-weight: 400;
  line-height: 0.875;
  display: inline-block;
  position: relative;
}

.third-right .text-box p {
  margin: 0;
  font-family: 'Overpass', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #000;
  font-weight: 600;
  line-height: 1.31578947368;
  display: inline-block;
  letter-spacing: .36px;
  position: relative;
}

.third-right .sub-box05 h1 {
  letter-spacing: .7px;
}

.third-right .sub-box05 p {
  letter-spacing: .3px;
}

.third-right .sub-box03 h1 {
  letter-spacing: .6px;
  left: 1.25px;
}

.third-right .sub-box03 p {
  top: 8px;
  left: 1.5px;
}

.sub-box01.text-box {
  position: relative;
  top: 5px;
  right: 1px;
}

.third-right .sub-box01 p {
  right: 4px;
}

.third-box:before {
  content: "";
  background: url('/pics/border01.png') no-repeat center top;
  width: 283px;
  height: 114px;
  position: absolute;
  left: -61px;
  top: -22px;
  z-index: -1;
}

.third-box:after {
  content: "";
  background: #d2232a;
  width: 2px;
  height: 290px;
  position: absolute;
  right: -60px;
  top: -10px;
}

@media only screen and (max-width: 1350px) {
  .third-box:before {
    left: 0;
  }

  .third-right {
    right: 0;
    top: 0;
  }

  .third-box {
    padding: 30px;
  }

  .third-box:after {
    right: 0;
    top: 10px;
  }

  .third-left {
    max-width: max-content;
    width: 65%;
  }

  .third-row-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .third-row-inner h2 {
    width: max-content;
    right: 0;
    padding: 0 40px;
    background: #fff;
    z-index: 14;
  }
}

@media only screen and (max-width: 1100px) {
  .third-left {
    width: 55%;
  }

  .third-left a {
    right: 0;
    bottom: 0;
  }

  .third-right .sub-box03 h1 {
    left: 0;
  }

  .third-right .sub-box03 p {
    top: 0;
    left: 0;
  }

  .sub-box01.text-box {
    top: 0;
    right: 0;
  }

  .third-right .sub-box01 p {
    right: 0;
  }

  .text-box {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .third-box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .third-left {
    width: 100%;
  }

  .third-row-inner h2 {
    padding: 0 20px;
  }
}


@media only screen and (max-width: 650px) {
  .third-row-inner h2 {
    width: 77%;
  }

  .third-box:before {
    top: -40px;
  }
}

/*third-row*/

/*fourth-row*/

.fourth-row #carousel1947Div h2,
.fourth-row #carousel1947Div span {
  background-color: rgba(255, 255, 255, 0.1);
}

.fourth-row {
  width: 100%;
  position: relative;
  background: url('/pics/IMG_1926_w3000.jpg') no-repeat top center #000;
  background-size: cover;
}

.fourth-row:after {
  content: "";
  background: url('/pics/sixth-row-bottom-overlay-white.png') repeat center top;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fourth-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  padding: 27px 50px;
  box-sizing: border-box;
  padding-bottom: 78px;
}

.fourth-row .simple,
.fourth-row .simple .infowrap,
.fourth-row .simple .overlaycontainer {
  width: 100% !important;
  padding-bottom: 40px;
  height: clamp(200px, 23.1818181818vw, 255px) !important;
}

.fourth-row .carouselwrap {
  display: none !important;
}

.fourth-row .carouselInfo {
  height: 220px !important;
  top: clamp(15px, 4.81818181818vw, 53px);
}

.fourth-row .carouselInfo:before {
  content: "";
  background: url('/pics/quotes-left-opaque.png') no-repeat center top;
  width: 103px;
  height: 75px;
  position: absolute;
  left: -61px;
  top: 15px;
}

.fourth-row .carouselInfo:after {
  content: "";
  background: url('/pics/quotes-right-opaque.png') no-repeat center top;
  width: 103px;
  height: 75px;
  position: absolute;
  right: -61px;
  bottom: 39px;
}

.fourth-row .simple>h2 {
  width: auto;
  height: 35px;
  display: block;
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 2.90909090909vw, 32px);
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .65px;
  line-height: 1.09375;
  bottom: 2px;
}

.fourth-row .simple p {
  height: auto;
  width: 100%;
  bottom: clamp(40px, 5.45454545455vw, 60px);
}

.fourth-row .simple p span {
  font-family: 'Overpass', sans-serif;
  font-size: clamp(14px, 1.72727272727vw, 19px);
  color: #757575;
  font-weight: 600;
  line-height: 1.31578947368;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.fourth-row .simple div h3 {
  font-family: 'Overpass', sans-serif;
  font-size: clamp(16px, 2.18181818182vw, 24px);
  color: #000000;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-shadow: none;
  background: none;
  clear: left;
  top: clamp(5px, 4.18181818182vw, 46px);
  bottom: auto;
}

.fourth-row .simple div h3 span {
  height: auto;
  padding: 0;
  overflow: visible;
}

.fourth-btn {
  color: white !important;
  font-size: 14px;
  background-color: #000000;
  padding: 17px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  float: left;
  bottom: 3px;
  z-index: 66;
}

@media only screen and (max-width: 1100px) {
  .fourth-row .carouselInfo:before {
    content: "";
    background: url('/pics/quotes-left-opaque.png') no-repeat center top;
    width: clamp(40px, 9.36363636364vw, 103px);
    height: clamp(30px, 6.81818181818vw, 75px);
    position: absolute;
    left: -61px;
    top: 15px;
    background-size: contain;
  }

  .fourth-row .carouselInfo:after {
    content: "";
    background: url('/pics/quotes-right-opaque.png') no-repeat center top;
    width: clamp(40px, 9.36363636364vw, 103px);
    height: clamp(30px, 6.81818181818vw, 75px);
    position: absolute;
    right: -61px;
    bottom: 35px;
    background-size: contain;
  }

}

@media only screen and (max-width: 767px) {
  .fourth-row-inner {
    padding-right: 0;
    padding-left: 0;
  }

  .fourth-row .carouselInfo:after {
    right: 0;
    z-index: -1;
    bottom: 15px;
  }

  .fourth-row .carouselInfo:before {
    left: 0;
    z-index: -1;
    top: -15px;
  }

  .fourth-btn {
    bottom: 0;
  }

  .fourth-row .simple>h2 {
    bottom: 0;
  }


}

/*fourth-row*/

/*fifth-row*/
.fifth-row {
  width: 100%;
  position: relative;
  background: url('/pics/sixth-row-bg.jpg') no-repeat center center #000;
  background-size: cover;
}

.fifth-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 116.23px;
}

.fifth-row-inner a {
  text-decoration: none;
}

.fifth-row-inner h2 {
  color: white;
  text-align: center;
  font-size: clamp(23px, 2.18181818182vw, 24px);
  background-color: #00000044;
  padding: 15px;
  font-family: cinzel, sans-serif;
  margin-bottom: 24px;
}

.fifth-row-inner p {
  color: white;
  font-size: clamp(16px, 2.18181818182vw, 24px);
  background-color: #00000055;
  padding: 15px;
  text-align: left;
  margin-bottom: 14px;
}

.fifth-row-inner .fifth-btn {
  color: white;
  font-size: 14px;
  background-color: #00000055;
  padding: 10px;
  text-decoration: none;
  float: left;
  height: 36px;
  box-sizing: border-box;
}

/*fifth-row*/

/*footer*/

.footer {
  width: 100%;
  position: relative;
  background: url('/pics/footer_vpr_bg_1192x387.png') #f0efed no-repeat top center;
  display: grid;
  grid-template-rows: 360px 27px;
}

.footer-top {
  width: 100%;
  position: relative;
}

.footer-top-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 360px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 21px;
}

.footer-name {
  background: url('/pics/footer_logo_3.jpg') no-repeat center top;
  width: 252px;
  height: 211px;
  text-indent: -9999px;
  position: relative;
  background-size: contain;
  color: #000 !important;
  right: 4px;
  bottom: 1px;
}

.footer_social {
  display: flex;
  gap: 9px;
  position: relative;
  left: 2px;
}

.fb {
  background: url(/pics/footer_social_media/Facebook_Icon.png) no-repeat;
}

.insta {
  background: url(/pics/footer_social_media/Instagram_icon.png) no-repeat;
}

.tweet {
  background: url(/pics/footer_social_media/twitter_icon_2.png) no-repeat;
}

.linkdin {
  background: url(/pics/footer_social_media/Linkedin_icon.png) no-repeat;
}

.youtube {
  background: url(/pics/footer_social_media/YouTube_icon.png) no-repeat;
}

.footer_social a {
  width: 44px;
  height: 41px;
  position: relative;
  transition: 0.5s all ease-in-out;
  background-position: center;
  background-color: #a69c97;
  border-radius: 50px;
  text-indent: -9999px;
}

.footer_social a:hover,
.footer_social a:focus {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
  transform: scale(1.08);
  background-color: #262322;
}

.footer-center {
  display: flex;
  position: relative;
  left: clamp(10px, 4vw, 10px);
  bottom: 0px;
}

.footer-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: clamp(20px, 8.27272727273vw, 40px);
}

.address,
.contact {
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: clamp(15px, 1.54545454545vw, 17px);
  color: #757576 !important;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  text-align: left;
}

.address {
  letter-spacing: -.01px;
  top: 5px;
  right: 1px;
  background: #f0efed;
}

.address span {
  line-height: 1;
}

.address strong,
.contact strong {
  padding-bottom: 9px !important;
}

.footer strong {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px;
}

a.contact {
  top: 60px;
  right: 1px;
}

.contact span {
  margin-right: 5px;
  line-height: 1;
}

.contact span:last-child {
  margin-right: 7px;
}

ul.important-links {
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  color: #757576 !important;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  list-style-type: none;
  text-align: left;
}

ul.important-links a {
  text-decoration: none;
  color: #757576;
}

.footer-right {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 70px;
  left: 2px;
  gap: 7px;
}

.district-logo {
  width: clamp(150px, 22.0909090909vw, 243px);
  height: clamp(32px, 6.27272727273vw, 69px);
  background: url('/pics/cristo-rey-networks_trans.png') no-repeat center top;
  text-indent: -9999px;
  position: relative;
  background-size: contain;
  color: #000 !important;
}

.lasallian {
  background: url('/pics/lasallian.png') no-repeat center top;
  width: clamp(150px, 21.6363636364vw, 238px);
  height: clamp(47px, 6.72727272727vw, 74px);
  text-indent: -9999px;
  position: relative;
  background-size: contain;
  color: #000 !important;
  left: 3px;
}

.footer-bottom {
  width: 100%;
  position: relative;
}

.footer-bottom-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
}

.collect {width:300px;}

.edunet {
  width: 184px;
  height: 25px;
  background: url('/pics/edunet-black.png') no-repeat center top;
  text-indent: -9999px;
  position: relative;
  background-size: contain;
  color: #000 !important;
  bottom: 9px;
  left: 1px;
}

@media only screen and (max-width: 1100px) {
  .footer {
    background-position: right;
    background-size: contain;
  }
}

@media only screen and (max-width: 950px) {
  .footer-address {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .footer-center {
    left: 0;
  }
}

@media only screen and (max-width: 850px) {
  .footer {
    grid-template-rows: max-content max-content;
    background-position-y: top;
  }

  .footer-top-inner {
    flex-direction: column;
    height: max-content;
    padding: 20px 0;
    gap: 20px;
  }

  .footer-left {
    gap: 20px;
  }

  a.footer-name {
    right: 0;
    bottom: 0;
  }

  .footer_social {
    gap: 10px;
    left: 0;
  }

  .footer-center {
    bottom: 0;
    gap: 20px;
  }

  .footer-address {
    margin: 0;
    flex-direction: row;
    gap: 20px;
  }

  a.address {
    top: 0;
    right: 0;
  }

  a.contact {
    top: 0;
    right: 0;
  }

  a.contact br:first-child {
    display: none;
  }

  .footer-right {
    top: 0;
    left: 0;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  a.lasallian {
    left: 0;
  }

  .footer-bottom-inner {
    height: max-content;
    padding: 10px 0;
  }

  a.edunet {
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer-address {
    flex-direction: column;
  }

  .footer-center {
    align-items: center;
  }
}

@media only screen and (max-width: 500px) {
  footer.footer {
    background-position-y: bottom;
    background-size: 105%;
  }
}

/*footer*/


/*inner-pages*/

:root {
  --font-size-inner: clamp(15px, 1.54545454545vw, 17px);
  --color-neutral: #231f20;
  --color-dark: #fff;
  --color-light: #231f20;
}


body.inner-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  height: 100% !important;
  background: #fff;
}

body.inner-page .header-top-inner {
  height: 35px;
}

.inner-page .footer {
  margin-top: auto;
}

.en-pages-wrapper {
  width: 100%;
  position: relative;
}

.en-pages-inner-wrapper {
  max-width: 1100px;
  width: 96%;
  min-height: 400px;
  height: auto !important;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 20px 0;
  padding-bottom: 38px;
}

.en-pages-inner-wrapper,
.en-pages-inner-wrapper .neutral,
.en-pages-inner-wrapper table {
  color: var(--color-neutral);
  font-size: var(--font-size-inner);
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.en-pages-inner-wrapper a:hover {
  font-weight: 600;
  color: #892329;
  text-decoration: none;
}

.en-pages-inner-wrapper h1,
.en-pages-inner-wrapper h2,
.en-pages-inner-wrapper h3,
.en-pages-inner-wrapper h4,
.en-pages-inner-wrapper h5,
.en-pages-inner-wrapper h6 {
  font-family: 'Cinzel', serif;
  padding: 0;
  margin: 0;
}

.pageTitle {
  width: auto;
  display: flex;
  margin: 14px 35px 35px 35px !important;
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 2.90909090909vw, 32px);
  color: #231f20;
  font-weight: 700;
  text-transform: uppercase;
  left: -1px;
  letter-spacing: .65px;
  line-height: 1.09375;
}

.light {
  font-size: clamp(15px, 1.54545454545vw, 17px) !important;
  color: #555556 !important;
  background-color: #fdfafa !important;
  font-family: 'Overpass', sans-serif !important;
  font-weight: 400 !important;
}


.dark {
  font-size: clamp(15px, 1.54545454545vw, 17px) !important;
  color: #fff !important;
  background-color: #95262d !important;
  font-family: 'Overpass', sans-serif !important;
}

.darkBorderTop {
  padding: 3px;
}

td.dark.darkBorderBottom {
  padding: 3px;
}

thead.dark th {
  padding: 4px;
}

td.light.lightBorderBottom {
  padding: 5px;
}

.lightBorderBottom,
tbody.light td {
  padding: 4px;
}

.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}

.en-pages-inner-wrapper #albumsWrapper {
  overflow: visible !important;
}

#pageAsideWrapper #pageNav {
  width: 300px !important;
}

/* Page navigation */
#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: url('/pics/pagenav-bg.jpg') repeat-y center center #d6d7d8;
  margin-left: 20px;
}

#pageNav ul,
#pageNav ul li {
  list-style: none;
  line-height: 16px;
}

#pageNav ul {
  padding: 8px 0 67px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}

#pageNav ul li {
  padding: 0 !important;
  margin: 0 !important;
  zoom: 1;
  /* important for IE6 */
}

#pageNav td img {
  display: none;
}

#pageNav ul li a,
#pageNav ul li b {
  min-height: 42px;
  text-decoration: none;
  padding: 12px 15px 9px 25px;
  margin: 0;
  display: block;
  text-align: left;
  position: relative;
  z-index: 0;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  color: #231f20;
  font-weight: 600;
  line-height: 21px;
  box-sizing: border-box;
  transition: all .5s ease;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li a:focus {
  background: #b6383f;
  color: #ffffff !important;
  letter-spacing: .2px;
  font-weight: 600;
}




#bbm-wrapper .bbm-text {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.en-other-maillists .mloptions.subscribe input[type='button'] {
  background: url(/apps/maillist/images/subscribe.png) no-repeat;
  width: 86px !important;
  height: 21px !important;
  padding: 0 !important;
  text-indent: -999em !important;
  border: 0 !important;
  border-radius: 4px !important;
}

.en-pages-inner-wrapper ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.en-pages-inner-wrapper p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.en-pages-inner-wrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.en-pages-inner-wrapper dl dd {
  padding: 5px;
}

.en-pages-inner-wrapper dd {
  display: block;
  margin-inline-start: 40px;
}

.en-pages-inner-wrapper dl {
  padding: 5px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.en-pages-inner-wrapper blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}


.en-pages-inner-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.en-pages-inner-wrapper img {
  vertical-align: middle;
}

#pageAsideWrapper.pageAsideLeftWrapper {
  margin-right: 20px;
}

#pageAsideWrapper #pageNav {
  margin: 0 !important;
  right: 0 !important;
}

.en-pages-inner-wrapper .newsImages .newsImage.sub {
  margin-left: 30px;
}

.en-pages-inner-wrapper img.sub {
  margin-left: 20px;
}

div.newsItem p.summary {
  margin-top: 20px;
}

.light.pale.lightBorderBottom {
  padding: 8px;
}

.en-hp-alert-box {
  max-width: 600px !important;
  width: 95% !important;
}

.en-hp-alert-box .alert-box-header h1 {
  font-size: clamp(14px, 1.6363vw, 18px) !important;
  line-height: 2 !important;
}

#news0wrapper img.sub {
  border: none;
}

@media screen and (max-width: 600px) {
  .en-pages-inner-wrapper blockquote {
    margin: 10px !important;
  }
}


#events-page div#infobar.stick #infobarwrap {
  z-index: 99999999999999999999;
}

@media only screen and (max-width: 1000px) {
  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember {
    min-width: 300px;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dd {
    white-space: normal;
  }
}

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

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

.DB_dialog {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  padding-left: 0px !important;
  background-color: transparent !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50% !important;
}

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

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

.DB_dialog #PV_imageDiv img:nth-child(2) {
  width: auto !important;
  height: auto !important;
  max-height: 80vh;
  max-width: 90vw;
  padding: 5px !important;
}

@media screen and (max-height: 414px) and (max-width: 850px) {
  .DB_dialog {
    position: fixed !important;
    width: auto !important;
    height: auto !important;
    max-height: 90vh;
    padding-left: 0px !important;
    background-color: transparent !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }

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

#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  font-size: 12px;
}

.bell-title a {
  text-decoration: none !important;
}

.bootstrap input[type='text'] {
  height: 15px !important;
}

/*staff page*/
@media only screen and (max-width: 1000px) {
  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember {
    min-width: 300px;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dd {
    white-space: normal;
  }

  .en-pages-inner-wrapper .inside1,
  .en-pages-inner-wrapper .inside2 {
    height: max-content !important;
  }
}

/* Album titles mobile */
@media only screen and (max-width: 729px) {
  #albumNavToggle {
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, serif;
    font-size: 10pt;
    height: 26px;
    max-width: 290px;
    padding: 0 17px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: url(/pics/dropdown_white.png);
    font-weight: normal;
    outline: 0 none;
    padding-right: 27px !important;
    vertical-align: middle;
    z-index: 2 !important;
    outline: none;
  }

  #albumNavToggle:hover {
    font-weight: inherit !important;
    color: inherit !important;
  }

  #albumNavToggle span {
    background-image: url(/pics/dropdown_white.png);
    padding-left: 9px !important;
    padding-right: 2px !important;
    outline: none;
  }

  #albumsWrapper.narrow #albums {
    width: 90% !important;
  }
}

.button3demboss {
  width: max-content !important;
  padding: 0 9.6px !important;
  background: #e2e2e2 -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
  border: 1px solid #aeafb3 !important;
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}

.button3demboss:hover {
  border-color: #818285 !important;
}

#pageContentWrapper .video-list-top #searchbox2.has-btn,
.searchbox2.has-btn {
  border-right: none !important;
  padding: 4px 3px !important;
  height: 25px !important;
  box-sizing: border-box !important;
}

#staff-search-comp {
  display: block;
  text-align: right;
}

#staff-search span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
}

#staff-search input {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-shadow: 2px 2px 3px -1px rgb(0 0 0 / 20%) inset;
  font-size: 11px;
  padding: 4px 5px 3px 10px;
  -webkit-appearance: none;
  width: 200px;
  outline: 0;
  background-color: #fff !important;
}

#index-page #edunet_webform textarea {
  max-width: 330px;
}

#more-videos-list li a.playing {
  font-weight: 400 !important;
}

/* inner-page event */
#events-page #infobar #curmonth {
  font-size: clamp(16px, 2vw, 22px) !important;
}

/* form contact */
#en-cms-contact-form table {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}

#en-cms-contact-form table .en-contactus-form-firsthf td {
  padding: 5px;
}

.en-contactus-form-secondhf td {
  padding: 5px;
}

#en-cms-contact-form .g-recaptcha {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#en-cms-contact-form tr.en-contactus-form-send-btn {
  position: relative;
  left: 5px;
}

#en-cms-contact-form table tr td #inputName,
#en-cms-contact-form table tr td #inputEmail,
#en-cms-contact-form table tr td #inputMessage {
  border: 1px solid #aaaabb !important;
  border-radius: 0 !important;
  font-family: Arial, Verdana, sans-serif !important;
  font-size: 9.5pt !important;
  padding: 2px !important;
  width: 350px !important;
}

@media (max-width: 500px) {

  #en-cms-contact-form table tr td #inputName,
  #en-cms-contact-form table tr td #inputEmail,
  #en-cms-contact-form table tr td #inputMessage {
    width: 100% !important;
  }

  #en-cms-contact-form.en-contactus-form tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #en-cms-contact-form.en-contactus-form tr td {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
}

@media (max-width: 450px) {
  #events-page #infobar #calicon {
    left: 82px !important;
  }

  #events-page #infobar #nav a {
    padding: 0 !important;
  }
}

/* inner pages photos -- responsive -- */
@media only screen and (max-width: 1100px) {

  .en-pages-inner-wrapper,
  .en-pages-inner-wrapper .neutral,
  .en-pages-inner-wrapper table {
    line-height: 1.36842105263;
  }

  #staff.staffR1 *,
  #staff.staffR1.staff-v-1 td a,
  #staff.staffR1.staff-v-1 td b,
  #staff.staffR1.staff-v-1 td span {
    box-sizing: border-box;
    white-space: normal !important;
  }

  #pageContentWrapper img {
    max-width: 100% !important;
    object-fit: cover;
    object-position: unset !important;
  }

  #pageContentWrapper .img {
    align-items: center;
    display: flex;
    width: 100% !important;
    height: auto !important;
    justify-content: center;
  }

  .en-pages-inner-wrapper a:not(#pageNav a) {
    word-break: break-word;
  }

  a#hd-link {
    word-break: normal !important;
  }

  #albumsWrapper {
    width: 98% !important;
  }

  #hd-link .hd-logo {
    width: 26px !important;
  }

}


@media only screen and (max-width: 650px) {
  #alert-box {
    width: 92% !important;
  }

  .alert-box .alert-box-body img {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80vw !important;
  }
}


@media only screen and (max-width: 460px) {
  .en-pages-inner-wrapper .dayeventwrap .finaleventofday {
    margin-bottom: 73px !important;
  }

  .event.diffday.finaleventofday {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .en-pages-wrapper #albumsWrapper.narrow #albums {
    width: 100%;
  }
}

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

  .en-pages-wrapper {
    margin-top: 0;
  }

  .en-pages-inner-wrapper .inside1,
  .en-pages-inner-wrapper .inside2 {
    height: max-content !important;
    width: 100%;
    box-sizing: border-box;
  }

  .en-pages-inner-wrapper #events-page #events.v1 ul li {
    margin-bottom: 30px;
  }
}

#events-page #events.v1 .event .time {
  white-space: nowrap;
}

#events-page div#infobar.stick {
  z-index: 999999999999999 !important;
}

@media only screen and (min-width: 576px) {
  .newsContent {
    padding: 0 !important;
  }
}

div.bell-schedule {
  width: 70% !important;
  margin: 0 auto 57px auto !important;
  border-collapse: collapse !important;
  max-width: inherit;
}

div.bell-schedule .dark {
  padding: 0 8px 9.6px !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid #888888;
}

.en-bell-schedules-data-header {
  font-size: inherit !important;
}

.bell-schedule div.dark.bell-title {
  padding: 8px 8px 6px !important;
  font-size: inherit !important;
  border: 0;
  justify-content: center;
}

.bell-schedule .lightBorderBottom.flex.real-headers.en-bell-schedules-data-header {
  border-bottom: none !important;
  padding: 0;
}

.bell-schedule .lightBorderBottom.flex.real-headers.en-bell-schedules-data-header div {
  color: var(--color-neutral) !important;
}

@media only screen and (max-width: 990px) {
  div.bell-schedule {
    width: 95% !important;
  }
}

@media only screen and (max-width: 700px) {
  #emailForm td .waInputText {
    width: 96% !important;
    margin: 0 auto;
  }

  #contactStaff form table tbody tr:nth-child(6) td table tr td:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #contactStaff form table tbody tr:nth-child(6) td table tr td {
    width: 96% !important;
    gap: 3px;
  }

  #emailForm>table>tbody>tr:nth-child(1)>td {
    flex-wrap: wrap;
    gap: 10px;
  }

  #staff.staffR1 #staff-search input {
    box-sizing: border-box !important;
  }

}

.en-pages-inner-wrapper .waInputText {
  border: 1px solid #aaaabb;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  padding: 2px;
  width: 372px !important;
  border-radius: 0 !important;
}

#signInHeaderRow .darkBorderBottom {
  padding: 4px;
}

#emailForm tr td {
  padding: 5px !important;
}

#emailForm tr:last-child td input {
  width: max-content;
  white-space: pre;
  background-color: buttonface;
  color: buttontext;
  border: 1px solid #000;
  padding: 2px 6px;
}

#emailForm tr:last-child td input:hover {
  background-color: #cccccc75;
}

#emailForm table {
  margin: 0 auto;
}

.en-pages-inner-wrapper ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#video-list-container #video-list-controls #featured-next.button3demboss {
  border-radius: 4px !important;
}

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

  #accessibility-complaintFormPage-form dl#accessibility-complaintFormPage-desc-of-problem-prompt dt.no-select,
  #accessibility-complaintFormPage-form dl#accessibility-complaintFormPage-additional-info-prompt dt.no-select {
    margin: 0 !important;
  }
}

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

  #events-page #events.v1 .event .time {
    width: 20% !important;
    margin-right: 5px;
    white-space: normal !important;
  }

  #events-page #events.v1 .event .info {
    width: 50%;
  }

  div.en-editable-block-wrapper div.text-banner-01 div.text-banner-text {
    width: 100% !important;
  }
}

@media only screen and (max-width: 750px) {
  #accessibility-complaintFormPage-form.en-accessibility-complaint-form {
    width: 100% !important;
  }
}

@media only screen and (max-width: 700px) {
  .en-modal-header-title {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .en-pageNav-wrapper-combo {
    margin: 20px 0;
  }

  .light.pale.lightBorderBottom {
    box-sizing: border-box;
  }

  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 1;
  }

  .contactStaffMember #contactStaff table tr td {
    box-sizing: border-box;
  }
}

#alert-box-overlay {
  z-index: 9999999999 !important;
}

.alert-box {
  z-index: 999999999999 !important;
}

#events-page #events.v1 ul {
  min-height: 46px !important;
}

@media only screen and (max-width: 500px) {
  #staff.staffR1 div.staff-header {
    height: max-content !important;
  }

  #staff.staffR1.staff-v1 .staff-categoryStaffMember dl {
    width: max-content !important;
  }
}

#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}

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

  /* video innerpage */
  #big-video {
    width: 100% !important;
  }

  .below1 #video_player {
    width: 100% !important;
    height: max-content !important;
  }

  .below1 #video_player #video_placeholder {
    width: 100% !important;
    height: 100% !important;
  }
}

/* apps/video/list.jsp */
.en-pages-inner-wrapper form #searchbox {
  height: 25px !important;
  border-radius: 0 !important;
  padding-left: 2px !important;
  box-sizing: border-box !important;
}

.button3demboss.search {
  width: max-content !important;
  padding: 0 8px !important;
  height: 25px !important;
  background: #e2e2e2 -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  line-height: 1.2em !important;
}

#sort-controls select,
.alumni-value select {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-radius: 0px;
  width: max-content !important;
  font-size: 13.333px !important;
  height: 19px !important;
  padding: 0 !important;
}

@media screen and (max-width: 1000px) {
  #controls {
    box-sizing: border-box !important;
  }
}

#listing-bottom #pagination li.prev a.button3demboss.left-side {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  left: 1px;
}

#listing-bottom #pagination li.next a.button3demboss.right-side img,
#listing-bottom #pagination li.prev a.button3demboss.left-side img {
  top: -1px;
  position: relative;
}

#video-list-container .video-list-top .controls #searchbox2.has-btn.placeholder {
  border-right: 0;
}

/* inner login start */
.waWarning {
  font-family: Arial, Verdana, sans-serif;
  font: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  background-color: #fff0a8;
  color: #000000;
  padding: 5px;
  text-align: center;
  border: 1px solid #888888;
}

#passwordRow input {
  border: 1px solid #aaaabb !important;
  border-radius: 0 !important;
  font-family: Arial, Verdana, sans-serif !important;
  font-size: 9.5pt !important;
  padding: 2px !important;
}

.inner-page .en-public-login-table tr td:last-child {
  max-width: 300px !important;
}

.darkBorderBottom,
thead.dark th {
  border-bottom: 1px solid #888888;
}

#usernameRow input,
#passwordRow input {
  width: 88% !important;
}

.inner-page #usernameRow td:first-child,
.inner-page #passwordRow td:first-child {
  padding: 5px 9px 5px 5px;
}

.inner-page .en-public-login-table tr td:last-child {
  max-width: 330px !important;
}

.inner-page .en-gray-button-small {
  max-width: 58.5px !important;
  padding: 2px 6px !important;
  margin: 7px 2px 5px !important;
  max-height: 21px !important;
  white-space: nowrap !important;
  background-color: rgb(240, 240, 240) !important;
  color: #000;
}

.inner-page .en-public-login-table .en-gray-button-small {
  margin: 6px 0px 6px !important;
}

#signInHeaderRow .dark.darkBorderBottom {
  padding: 5px;
}

.inner-page .en-public-login-table>tbody>tr>td:nth-child(2) {
  padding: 0 !important;
}

@media only screen and (max-width: 500px) {
  .en-public-login-sign-table #usernameRow label {
    margin-right: 0 !important;
  }

  #usernameRow input,
  #passwordRow input {
    width: 97% !important;
    box-sizing: border-box;
  }

}

@media only screen and (max-width: 760px) {
  .en-login-page-create-acct.dark.darkBox {
    padding: 20px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .inner-page .en-public-login-table tr td:last-child {
    max-width: inherit !important;
    padding: 5px 0px !important;
  }

  .inner-page .en-public-login-table tr td:last-child {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .en-login-page-create-acct,
  .en-public-login-sign-table {
    padding: 0 !important;
  }

  #usernameRow input,
  #passwordRow input {
    left: 4px;
    position: relative;
  }

  .inner-page #passwordRow td:first-child,
  .inner-page #usernameRow td:first-child {
    text-align: left;
  }
}

#create-account-btn {
  width: 121px;
  box-sizing: content-box;
  border: 2px solid #000;
  text-align: center;
  padding: 4px 6px;
  color: #000 !important;
  background: #eee;
  margin: 0 auto !important;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  -webkit-border-radius: 4px;
}

#create-account-btn:hover {
  color: #fff !important;
  background: #0b63e7;
}

div.en_profile_flex {
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 700px) and (max-width:851px) {

  #contactStaff #emailForm input#emailForm_name,
  #contactStaff #emailForm input#emailForm_email,
  #contactStaff #emailForm input#emailForm_subject,
  #contactStaff #emailForm input#emailForm_message {
    width: 285px !important;
    min-width: 285px !important;
  }
}

@media only screen and (min-width: 600px) {
  div.en_profile_flex .en_profile_left_div {
    width: 188px;
    margin: 0 17px 0 0;
    line-height: 28px;
    text-align: right;
  }

  div.en_profile_flex .en_profile_right_div input {
    background: none;
    border: 1px solid #e5e5e5;
    z-index: 10;
    box-shadow: inset 0px 0px 4px 1px #e5e5e5;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    font-style: italic;
    color: #666;
    font-family: Arial;
    width: 191px;
    position: relative;
  }

  #community-prompt {
    display: flex;
    justify-content: center;
  }

  #community-prompt .en_profile_left_div {
    width: 226px;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    margin: 0 17px 0 0;
    line-height: 28px;
  }

  #community-prompt .en_profile_community_div {
    padding: 0 15px 0 8px;
  }
}

.en-help-form input.waInputText {
  width: 155px !important;
}

.en-help-form a {
  outline: 0 !important;
  width: max-content !important;
}

.en-help-form a input[type='button'] {
  background: url(/apps/pics/b/continue_p18.png) no-repeat;
  width: 65px;
  height: 18px;
  border: 0;
  text-indent: -999em;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 550px) {
  .en-help-form {
    gap: 6px;
  }
}

/* inner login end */
/* lunch start */
.days-of-week,
.en-food-menu-month-table {
  border: none !important;
}

.dark.darkBorderBottom.lightBorderRight.name-of-day {
  border-right: 1px solid #888888 !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  line-height: 25px !important;
}

.days-of-week .dark {
  padding: 3px !important;
}

.week .light {
  padding: 3px !important;
  min-height: 100px;
  display: flex;
}

.en-print-days {
  margin: 0 !important;
  width: max-content !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  line-height: 25px !important;
}

.en-class-printer-opt {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: center !important;
}

.en-food-menu-week-print-wp {
  flex-direction: row-reverse !important;
  gap: 15px !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  font-weight: 700 !important;
}

.en-food-menu-year-dt {
  font-size: clamp(14px, 1.55vw, 17px) !important;
}

@media screen and (max-width: 700px) {
  .en-print-days {
    font-size: 15px !important;
  }

  .week .light {
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    padding: 0 !important;
  }

  .name-of-day {
    box-sizing: border-box;
  }
}

/* lunch end */
@media screen and (max-width: 850px) {
  .en-pages-inner-wrapper .contactStaffMember #contactStaff #emailForm .waInputText {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .pageTitle {
    margin: 20px !important;
    margin-left: 0 !important;
  }

  div#persons-page-public ul li div.image,
  #pageContentWrapper figure.img.img-right,
  #pageContentWrapper figure.img.img-left {
    float: initial !important;
    margin: 0 auto 15px !important;
  }

  #events-page div#infobar.stick #infobarwrap #curmonth {
    position: relative;
    top: 3px;
    right: 5px;
  }
}

@media screen and (max-width: 700px) {
  .afternav_contactus {
    left: 0;
    margin: 0 auto;
  }

  .en-modal-header {
    display: flex !important;
    align-items: center !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    font-weight: 600;
  }

  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 1.2 !important;
  }

  #pageWrapperTable tr td,
  #staff .staff-categoryStaffMembers {
    justify-content: center !important;
  }

  div#persons-page-public ul li p {
    margin-left: 0 !important;
  }

  #pageInnerText {
    border-radius: 5px !important;
  }

  .staffPageContactInfo .light.pale.lightBorderBottom {
    flex-direction: column !important;
  }

  #pageNav ul {
    width: 250px !important;
    padding: 10px 0 40px !important;
  }

  #pageAsideWrapper #pageNav {
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .en-bell-schedules-data-header div {
    height: 42px !important;
  }

  .en-pages-inner-wrapper.login-form table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .en-pages-inner-wrapper.login-form table tbody tr td:last-child table tbody tr {
    display: table-header-group;
  }
}

@media screen and (max-width: 400px) {
  .en-modal-header-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  #pageNav ul li b,
  #pageNav ul li a,
  #pageNav ul li strong {
    font-size: clamp(15px, 2.5vw, 21px) !important;
  }
}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] {
  display: flex;
  align-items: center;
}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] #searchbox2.has-btn {
  margin: 0;
}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] .button3demboss.search {
  height: 25px !important;
}

@media screen and (max-width: 650px) {
  .staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] #searchbox2.has-btn {
    width: 150px !important;
  }

  div#persons-page-public div#right-controls {
    float: initial !important;
  }
}

#staff-search-comp {
  font-size: 12px;
}

#staff-search-comp #staff-search span {
  margin-right: 2px;
}

#en-cms-contact-form iframe[sandbox='allow-scripts'],
#contactStaff #emailForm iframe[sandbox='allow-scripts'] {
  min-height: 22px;
}



@media screen and (min-width: 700px) {
  #STAFF_SINGLE_PAGE_WO_ASIDE.staffPageSquarePhoto .staffOverviewWrapper {
    left: 40px !important;
  }

}

@media screen and (max-width: 700px) {
  .staffOverviewWrapper {
    left: 0px !important;
  }

  #pageNav ul li a,
  #pageNav ul li b,
  #pageNav ul li strong {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }

  #enEditableDiv1[en-page-rec-id="863093"] table.MsoTableGrid {
    margin: 0 !important;
  }

  #enEditableDiv1[en-page-rec-id="863093"] table.MsoTableGrid tr td {
    display: table-cell;
  }
}

@media screen and (max-width: 1200px) {
  .nivo-slice {
    width: 100% !important;
    background-size: contain !important;
  }

  #staff.staffR1.staff-v4 .staff-categoryStaffMember dl,
  #staff.staffR1.staff-v2 .staff-categoryStaffMember dl {
    width: 100% !important;
    white-space: normal !important;
    max-width: clamp(210px, 23.3vw, 280px) !important;
  }

  .newsContent div,
  .newsContent iframe,
  .newsContent object {
    max-width: 100%;
    width: 100%;
  }

  .newsContent div a,
  .newsContent div img {
    max-width: 100%;
  }

}

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

  #share_box input,
  #share_box textarea {
    width: max-content !important;
  }

  #pageNav {
    margin-left: 0;
  }

}

#mobileapp-smart-banner {
  z-index: 999999999999 !important;
}

#albumName {
  outline: 0 !important;
}

#video_page.single-video.user.below1 #video-list-container .video-list-top .controls form,
#video_page.single-video.user.below1+#video-list-container .video-list-top .controls form {
  display: flex;
}

#video_page.single-video.user.below1 #video-list-container .video-list-top .controls form .has-btn.searchbox2,
#video_page.single-video.user.below1+#video-list-container .video-list-top .controls form .has-btn.searchbox2 {
  margin: 0;
}

@media only screen and (max-width: 1130px) {
  #enEditableDiv1[en-page-rec-id="979319"] iframe {
    width: -webkit-fill-available !important;
  }

  .inner-page #pageContentWrapper iframe {
    overflow: auto;
    width: -webkit-fill-available;
  }
}

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

  #video_page.single-video.user.below1 #video-list-container .video-list-top,
  #video_page.single-video.user.below1+#video-list-container .video-list-top {
    height: auto;
  }
}

.single-video #video-feature-area #big-video .top-video-info .top_title {
  word-break: break-word;
}

.single-video #video-feature-area #big-video-info #hd-link .hd-logo {
  width: 26px;
}

.staffPageContactInfo #myModal table#pageNav #section_nav {
  font-size: var(--font-size-inner) !important;
}

@media only screen and (max-width: 1100px) {
  .en-pages-wrapper #pageContentWrapper img {
    max-width: 100%;
    height: auto !important;
  }

  /* .en-pages-wrapper #pageContentWrapper div[is='en-responsive-div'] img {
    max-width: unset !important;
   width: 100% !important; 
  } */
}

.newsImages .newsImage.sub {
  width: 300px;
  border: none;
}

#more-videos-list li a.playing {
  background-color: #d0d0d0 !important;
  border-top: 1px solid #777 !important;
  border-bottom: 1px solid #777 !important;
}

#share_box input,
#share_box textarea {
  outline: 0 !important;
}

.en-contactus-form-last-td table td {
  padding: 5px;
}

.g-recaptcha iframe[title='reCAPTCHA'] {
  min-height: 81px;
}

.g-recaptcha div {
  height: auto !important;
}

@media (max-width: 575px) {
  .en-pages-inner-wrapper .newsImages .newsImage.sub {
    margin-left: 0;
  }

  .newsImages .newsImage.sub {
    margin-left: 0;
  }

  .newsImages div {
    margin-bottom: 15px;
  }

  .newsContent {
    width: 100%;
  }
}

form[name='linkSectionForm'] input[type='submit'] {
  width: auto;
  padding: 2px 7px;
  background: #f0f0f0;
}

form[name='linkSectionForm'] input[type='submit']:hover {
  background-color: #eeeded;
}

.en-inner-pages-links-module-linkUrl a {
  font-weight: normal !important;
  text-decoration: underline !important;
}

.en-inner-pages-links-module-linkDesc {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1050px) {
  #pageContentWrapper:has(.givng-img-inner) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}


.alumni-header.dark.darkBorderBottom.darkBorderTop {
  padding: 5px;
}

.alumni-row input[type='text'],
.alumni-row input[type='email'],
.alumni-row input[type='password'] {
  padding: 2px 2px;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 2px;
  width: auto;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  outline-offset: 1px !important;
}

a:focus,
a:active,
input:focus:not([readonly]),
input:active:not([readonly]),
select:focus,
select:active {
  outline: unset !important;
}

#albumName:focus,
#albumName:hover {
  outline: none !important;
}

div.alumni-row {
  padding: 5px !important;
}

.alumni-row .alumni-value.alumni-actions {
  padding: 0 !important;
  gap: 0 !important;
}

.en-directory-main-tbl div.alumni-row .alumni-label {
  width: 37% !important;
}

.alumni-footer p {
  margin: 0 !important;
  padding: 5px !important;
}

@media screen and (max-width: 750px) {
  body.stf-lgn-frm>div.en-pages-wrapper>div>table>tbody>tr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table tr td,
  #staff .staff-categoryStaffMembers {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
}

.gov-button {
  padding: 20px 40px;
  background-color: #66090A;
  color: #fff !important;
  display: inline-block;
  width: 135px;
  text-align: center;
  text-transform: uppercase;
}

a.gov-button {
  text-decoration: none;
}


.career-btn {
  padding: 20px;
  color: #fff !important;
  background-color: #66090A;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}


#goog-gt-tt .top .title {
  color: #000 !important;
}

.DatePickerNT div.arrow {
  color: #595959 !important;
}

@media screen and (max-width: 500px) {
  a.career-btn {
    margin: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.inner-page .en-hp-module-item.en-hp-module-news-item {
  display: flow-root;
}

div#news4wrapper {
  padding-left: 24px;
}

div#news4wrapper .bullet.tableLeft {
  display: none;
}

@media screen and (max-width: 1100px) {
  .en-pages-wrapper #pageContentWrapper #news4wrapper .height75 {
    height: 75px !important;
  }

  div#news4wrapper {
    padding-left: 0;
  }
}
