/*index-top*/
.index-top {
  width: 100%;
  position: relative;
  background: #000;
}

.index-top::after {
  background: url('/pics/slideshow-bottom-shadow.png') repeat-x center top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(130px, 17.0833333333vw, 205px);
  content: "";
  z-index: 10;
}

.index-top .simple .carouselwrap {
  display: none !important;
}

.index-top #carousel2037Div {
  width: 100%;
  position: relative;
  margin: 0 auto !important;
  height: 570px;
}

.index-top #carousel2037Div h2 {
  background-color: #fff !important;
}

.index-top #carousel2037Div-infowrap {
  width: 100% !important;
  margin-left: 0 !important;
  overflow: hidden !important;
  display: flex;
  align-items: flex-end;
}


@media only screen and (max-width: 1200px) {
  .index-top {
    height: max-content;
  }

  .index-top #carousel2037Div-infowrap,
  .index-top #carousel2037Div-infooverlaycontainer {
    width: 100% !important;
    height: max-content !important;
    aspect-ratio: 1199 / 570;
  }

  .index-top #carousel2037Div {
    width: 100% !important;
    height: max-content !important;
    position: relative;
  }

  .index-top .nivo-slice {
    width: 100% !important;
    background-size: contain !important;
  }

  .index-top .nivo-box {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100% !important;
    height: auto !important;
  }
}

/*index-top*/


/*index-wrapper*/
.index-wrapper {
  width: 100%;
  position: relative;
  text-align: left;
}

.row-inner {
  max-width: 1100px;
  width: 97%;
  position: relative;
  margin: 0 auto;
}

/*index-wrapper*/

/*Quicklinks*/
.quicklinks {
  position: fixed;
  right: 0;
  top: 263px;
  z-index: 10;
  max-width: 170px;
}

.quicklinks ul {
  padding: 0;
  margin: 0;
}

.quicklinks ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 7px;
  float: right;
}

.quicklinks ul li:last-child {
  margin-bottom: 0;
}

.quicklinks ul li a {
  display: flex;
  text-decoration: none;
  position: relative;
  transition: all .5s ease;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
  width: 159px;
  min-height: 60px;
  border-left: 2px solid #ffffff;
  background: url('/pics/quicklinks-bg.png') repeat;
  align-items: center;
  box-sizing: border-box;
  padding: 7px 15px 5px 20px;
  letter-spacing: .35px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.01);
}

.quicklinks ul li a:hover,
.quicklinks ul li a:focus {
  background: #214da6;
  width: 169px;
  color: #ffffff !important;
}

@media only screen and (max-width: 1400px) {
  .quicklinks {
    position: absolute;
    top: 104px;
  }
}

@media only screen and (max-width: 1000px) {
  .quicklinks {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }

  .quicklinks ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  .quicklinks ul li {
    margin: 0;
  }

  .quicklinks ul li a {
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*Quicklinks*/

/* first-row */

.first-row {
  background: url('/pics/first-row-bg.jpg') no-repeat center top #fff;
}

.first-row-inner {
  padding-bottom: 78px;
  padding-top: 69px;
  display: flex;
  align-items: flex-start;
  gap: clamp(5px, 2.08333333333vw, 25px);
}

.first-row .first-row-inner:before {
  content: "";
  background: url('/pics/first-row-top-shape.jpg') no-repeat center top;
  width: 100%;
  height: 38px;
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 999;
}

.mission-box {
  width: clamp(340px, 34.5454545455vw, 380px);
  float: left;
  position: relative;
  padding: 0 0 10px clamp(10px, 3.08333333333vw, 37px);
}

.button-box {
  width: 618px;
  float: left;
  position: relative;
  margin-top: 1px;
}

/*Mission*/
.mission-box h2 {
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 3.27272727273vw, 36px);
  color: #214da6;
  font-weight: 700;
  line-height: 1.08333333333;
  margin-bottom: 27px;
  letter-spacing: .7px;
}

.mission-box p {
  margin: 0 0 0 3px;
  font-family: 'Karla', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #262223;
  font-weight: 400;
  line-height: 1.47368421053;
  letter-spacing: -.2px;
}

.wasc {
  background: url('/pics/wasc.png') no-repeat center top;
  width: 111px;
  height: 111px;
  position: absolute;
  right: clamp(5px, 3.09090909091vw, 34px);
  bottom: -37px;
}

/*Buttons*/
.button-box ul {
  padding: 0;
  width: -moz-fit-content;
  margin: 0 auto;
  width: fit-content;
}

.button-box ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-right: 6px;
}

.button-box ul li:last-child {
  margin-right: 0;
}

.button-box ul li a {
  display: block;
  text-decoration: none;
  transition: all .5s ease;
  position: relative;
  border-radius: 4px;
  width: clamp(111px, 16.8333333333vw, 202px);
  height: clamp(220px, 23.3333333333vw, 280px);
  box-shadow: 0px 19px 46px 1px rgba(0, 0, 0, 0.21);
}

.button-box ul li a span {
  font-family: 'Karla', sans-serif;
  font-size: clamp(16px, 1.63vw, 18px);
  color: #0d0d0d !important;
  font-weight: 700;
  line-height: 1.11111111111;
  transition: all .5s ease;
  position: absolute;
  left: clamp(22px, 2.68181818182vw, 29.5px);
  top: clamp(25px, 3.18181818182vw, 35px);
  letter-spacing: -.2px;
}

.button-box ul li a:hover span,
.button-box ul li a:focus span {
  color: #ffffff !important;
}

.button-box ul li a span:after {
  content: "";
  background: url('/pics/button-hover-arrow.png') no-repeat left top;
  width: 0;
  height: 7px;
  transition: all .5s ease;
  position: absolute;
  bottom: calc(clamp(15px, 2.5vw, 32px)*-1);
  left: -.5px;
}

.button-box ul li a:hover span:after,
.button-box ul li a:focus span:after {
  width: 42px;
}

.button-box ul li a.vision {
  background: url('/pics/our-mission-bg.png') no-repeat center bottom, url('/pics/button-bg01.png') no-repeat center bottom #ffffff;
  z-index: 10;
}

.button-box ul li a.vision:hover,
.button-box ul li a:focus {
  background: url('/pics/our-mission-bg.png') no-repeat center bottom, url('/pics/button-bg01-hover.png') no-repeat center bottom #214da6;
}

.button-box ul li a.core-values {
  background: url('/pics/core-values-bg.png') no-repeat center bottom, url('/pics/button-bg01.png') no-repeat center bottom #ffffff;
  margin-top: 30px;
  z-index: 9;
}

.button-box ul li a.core-values:hover,
.button-box ul li a.core-values:focus {
  background: url('/pics/core-values-bg.png') no-repeat center bottom, url('/pics/button-bg01-hover.png') no-repeat center bottom #214da6;
}

.button-box ul li a.graduate-profile {
  background: url('/pics/Graduate-Profile.png') no-repeat center bottom, url('/pics/button-bg01.png') no-repeat center bottom #ffffff;
  margin-top: -30px;
}

.button-box ul li a.graduate-profile:hover,
.button-box ul li a.graduate-profile:focus {
  background: url('/pics/Graduate-Profile.png') no-repeat center bottom, url('/pics/button-bg01-hover.png') no-repeat center bottom #214da6;
}


@media only screen and (max-width: 1000px) {
  .first-row .first-row-inner:before {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .first-row {
    background: url('/pics/first-mb-bg.png') no-repeat #fff;
    background-size: contain;
    background-position-y: -20px;
  }

  .first-row-inner {
    flex-direction: column;
    align-items: center;
    gap: clamp(35px, 7.2vw, 80px);
    padding: clamp(30px, 3.63636363636vw, 40px) 0;
  }

  .mission-box {
    padding: 0;
  }

  .button-box {
    width: 100%;
    margin: 0;
  }

  .button-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .button-box ul li {
    margin: 0;
  }

  .button-box ul li a {
    background-size: contain !important;
    height: clamp(180px, 23.3333333333vw, 280px);
  }

  .wasc {
    width: 90px;
    height: 90px;
    background-size: contain;
    bottom: -15px;
  }
}

/* first-row */


/* second-row */

.second-row {
  background: #ededed;
}

.second-row-inner {
  padding: clamp(30px, 4.54545454545vw, 50px) 0;
  display: flex;
  justify-content: center;
}

.second-boxes {
  display: grid;
  gap: 6px;
}

.second-row-inner a {
  display: block;
  position: relative;
  text-decoration: none;
  width: clamp(165px, 28vw, 336px);
  height: 180px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff !important;
  transition: all .5s ease;
}

.second-row .second-row-inner a:hover,
.second-row .second-row-inner a:focus {
  background-color: #214da6 !important;
  box-shadow: 0px 27px 43px rgba(0, 0, 0, 0.20);
  z-index: 9;
}

.second-row .second-row-inner a span {
  font-family: 'Karla', sans-serif;
  font-size: clamp(16px, 1.83333333333vw, 22px);
  color: #0d0d0d !important;
  font-weight: 700;
  line-height: 1.13636363636;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 1px;
  margin: 0 auto;
  letter-spacing: -.2px;
  padding: 0 5px;
}

.second-row .second-row-inner a:hover span,
.second-row .second-row-inner a:focus span {
  color: #ffffff !important;
}

a.empty {
  opacity: 0;
  pointer-events: none;
}

.second-row-inner a.edmentum {
  background: url('/pics/edmentum_calvert.png') no-repeat 51px 34px;
  width: clamp(124px, 13.75vw, 165px);
  grid-area: 1 / 1 / 2 / 2;
}

.second-row-inner a.edmentum-2 {
  grid-area: 1 / 2 / 2 / 3;
}

.second-row-inner a.edmentum span {
  font-size: clamp(16px, 1.72727272727vw, 19px);
  bottom: 11px;
}

.second-row-inner a.edmentum2 {
  background: url('/pics/edmentum_courseware.png') no-repeat 125px 32px;
  grid-area: 1 / 3 / 2 / 4;
}

.second-row-inner a.class-dojo {
  background: url('/pics/Class-Dojo.png') no-repeat 125px 32px;
  grid-area: 1 / 4 / 2 / 5;
}

.second-row-inner a.infinite-campus {
  background: url('/pics/Infinite-Campus.png') no-repeat 89px 37px;
  grid-area: 2 / 1 / 3 / 3;
}

.second-row-inner a.infinite-campus:hover,
.second-row-inner a.infinite-campus:focus {
  background: url('/pics/Infinite-Campus-hover.png') no-repeat 89px 37px;
}

.second-row-inner a.iready {
  background: url('/pics/iReady.png') no-repeat 134px 31px;
  grid-area: 2 / 3 / 3 / 4;
}

.second-row-inner a.ixl {
  background: url('/pics/IXL.png') no-repeat 111px 39px;
  grid-area: 2 / 4 / 3 / 5;
}

.second-row-inner a.raz-kids {
  background: url('/pics/Raz-Kids.png') no-repeat 86px 35px;
}

.second-row-inner a.raz-kids:hover,
.second-row-inner a.raz-kids:focus {
  background: url('/pics/Raz-Kids-hover.png') no-repeat 86px 35px;
}

.second-row-inner a.mySundace {
  background: url('/pics/SunNewLibrary-img.jpg') no-repeat 86px 35px;
  grid-area: 3 / 1 / 4 / 3;
}

.second-row-inner a.mySundace:hover,
.second-row-inner a.mySundace:focus {
  background: url('/pics/SunNewLibrary-img.jpg') no-repeat 86px 35px;
}

@media only screen and (max-width: 1200px) {
  .second-row-inner a {
    background-position-x: center !important;
  }
}

@media only screen and (max-width: 900px) {
  .second-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .second-row-inner a.edmentum {
    width: clamp(165px, 28vw, 336px);
  }

  .second-row-inner a {
    height: clamp(165px, 15vw, 180px);
  }

  a.mySundace {
    background-size: 90% !important;
  }
}


/* second-row */

/* third-row */

.third-row {
  background: #214da6;
}

.third-row-inner {
  padding-bottom: 186px;
  padding-top: 73px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#hp-news {
  max-width: clamp(500px, 59vw, 710px);
  position: relative;
}

h2.en-news-section-title.en-page-components-title,
div.en-news-slider div.en-news-show-all {
  display: none;
}

.news-title-sec {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  margin-bottom: 13px;
}

.news-main-title {
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.90909090909vw, 32px);
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.0625;
  display: inline-block !important;
  position: relative;
  left: -2px;
  letter-spacing: .6px;
  text-decoration: none;
}

.news-show-all {
  position: relative;
  bottom: 16px;
}

span.news-show-all.news-show-all-mb {
  display: none;
}

.news-show-all a {
  transition: all .5s ease;
  width: 156px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #1a3e85;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 11px 10px 11px 11px;
  letter-spacing: 1.05px;
}

.news-show-all a:hover,
.news-show-all a:focus {
  background: #fff;
  color: #1a3e85 !important;
}

.third-row div.en-news-slider div.en-card-slider-inner-container a {
  grid-template-rows: repeat(3, max-content) !important;
  width: clamp(250px, 28.75vw, 345px) !important;
  box-sizing: border-box;
  position: relative;
  border: none !important;
  background: none !important;
}


.third-row .en-news-slider-image-container {
  background: #fafafa !important;
  height: 285px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.third-row .en-news-slider-image-container:after {
  content: "";
  background: url('/pics/news-image-shadow.png') repeat-x center top;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.third-row .news-title-wrapper {
  padding: 12px 29px 17px 29px;
  height: 106px;
  box-sizing: border-box;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.third-row .en-news-slider-title {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  bottom: 60px;
}

.third-row .en-news-slider-title .text {
  font-family: 'Karla', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.26315789474;
  text-decoration: none;
  letter-spacing: -.2px;
  transition: all .5s ease;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  background-color: rgba(23, 54, 115, 0.01);
}

.third-row .en-news-slider-title .text:hover,
.third-row .en-news-slider-title .text:focus,
.third-row .en-news-slider-title .text:active {
  color: #09b350 !important;
}

.third-row .en-news-slider-summary {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(15px, 1.55vw, 17px);
  color: #262223;
  font-weight: 400;
  line-height: 1.29411764706;
  background: #fff;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  word-break: break-word;
  bottom: 24px;
}

div.en-news-slider-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 199px;
  position: relative;
}

div.en-news-slider-buttons button {
  position: relative;
  width: 17px;
  height: 26px;
  font-size: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
}

div.en-news-slider-buttons button.en-news-next,
div.en-news-slider div.en-news-slider-buttons button.en-news-next.en-page-comp-arrow.en-card-slider-button-disabled {
  background: url('/pics/rightArrow.png');
  background-position: center left;
  background-repeat: no-repeat;
  bottom: 278px;
  left: 44px;
}

div.en-news-slider-buttons button.en-news-next:hover {
  background-position: center center;
}

div.en-news-slider-buttons button.en-news-prev,
div.en-news-slider div.en-news-slider-buttons button.en-news-prev.en-page-comp-arrow.en-card-slider-button-disabled {
  background: url('/pics/leftArrow.png');
  background-position: center left;
  background-repeat: no-repeat;
  bottom: 278px;
  right: 44px;
}

div.en-news-slider-buttons button.en-news-prev:hover {
  background-position: center center;
}

div.en-news-slider-buttons button.en-news-next:focus,
div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: center right;
}


.container {
  position: relative;
  margin-top: 0;
  padding: 10px 0;
  padding-top: 0;
}

.events-box {
  width: 324px;
  position: relative;
}

.events-main-title {
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.90909090909vw, 32px);
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.0625;
  display: inline-block !important;
  position: relative;
  left: 3px;
  letter-spacing: .5px;
  margin-bottom: 28px !important;
  text-decoration: none;
}

.third-row #hp-events #events {
  position: relative;
  overflow: auto;
  max-height: 321px;
  padding-right: 10px;
  padding-top: 10px;
}

.third-row #events.v3::-webkit-scrollbar {
  width: 0.5em;
}

.third-row #events.v3::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
}

.third-row #events.v3::-webkit-scrollbar-thumb {
  background-color: #09b350;
}


.third-row #hp-events {
  overflow: visible !important;
}

.third-row #hp-events .v3 .dayInfoWrap {
  background: url('/pics/date-bg.png') no-repeat center top;
  width: 77px;
  height: 56px;
  box-sizing: border-box;
  padding: 7px 0;
}

.third-row #hp-events .v3 span.month {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.third-row #hp-events .v3 span.day {
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 25px;
  line-height: 20px;
  letter-spacing: -.3px;
}

.third-row #hp-events .v3 ul {
  padding-left: 96px;
  position: relative;
  top: -9px;
  margin-bottom: 42px;
}

.third-row #hp-events ul li.event div {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(15px, 1.55vw, 17px);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.35294117647;
  margin-bottom: 4px;
  word-break: break-word;
}

.third-row #hp-events ul li.event div.time {
  margin-bottom: 0;
}

.third-row #hp-events .time span:first-child,
.third-row #hp-events .location span:first-child {
  display: none;
}

.third-row #hp-events ul li.event div a {
  font-family: 'Karla', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.15789473684;
  transition: all .5s ease;
  text-decoration: none;
  letter-spacing: -.2px;
}

.third-row #hp-events ul li.event div a:hover,
.third-row #hp-events ul li.event div a:focus {
  color: #09b350 !important;
}

.third-row #hp-events .hpeventlinks {}

.third-row #hp-events .hpeventlinks div a {
  transition: all .5s ease;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #1a3e85;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 11px 17px 11px 18px;
  letter-spacing: 1.05px;
  display: inline-block;
  float: left;
}

.third-row #hp-events .hpeventlinks div:first-child a {
  border-right: 0;
}

.third-row #hp-events .hpeventlinks div a:hover,
.third-row #hp-events .hpeventlinks div a:focus {
  background: #fff;
  color: #1a3e85 !important;
}

@media only screen and (max-width: 1300px) {

  div.en-news-slider-buttons button.en-news-prev,
  div.en-news-slider div.en-news-slider-buttons button.en-news-prev.en-page-comp-arrow.en-card-slider-button-disabled {
    right: 30px;
  }

  div.en-news-slider-buttons button.en-news-next,
  div.en-news-slider div.en-news-slider-buttons button.en-news-next.en-page-comp-arrow.en-card-slider-button-disabled {
    left: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  div.en-news-slider-buttons {
    justify-content: center;
    gap: 40px;
    margin: 30px 0 0;
  }

  div.en-news-slider-buttons button {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .third-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
  }

  div#hp-news {
    max-width: 100%;
  }

  .events-box {
    width: 340px;
  }

  .news-main-title {
    left: 0;
  }

  span.news-show-all {
    display: none;
  }

  span.news-show-all.news-show-all-mb {
    display: flex !important;
    bottom: 34px;
  }

  div.en-news-slider-buttons {
    justify-content: flex-end;
    padding-right: 20px;
  }

  div.en-news-slider-buttons button {
    z-index: 1;
  }

}

@media only screen and (max-width: 550px) {
  div#hp-news {
    max-width: 340px;
    width: 100%;
  }

  div.en-news-slider-buttons {
    padding-right: 0;
  }
}



/* third-row */


/* fourth-row */

.fourth-row {
  background: #fff;
}

.fourth-row-inner {
  padding-bottom: 60px;
  padding-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 66px;
}

.fourth-social {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.album-box {
  width: clamp(200px, 28vw, 340px);
  position: relative;
}

.fourth-row .HPFeaturedAlbums ul li {
  width: clamp(200px, 28vw, 340px) !important;
}

.social-box {
  position: relative;
}

.social-box-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.social-box>h2 {
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.54545454545vw, 28px);
  color: #214da6 !important;
  font-weight: 700;
  line-height: 1.10714285714;
  display: inline-block !important;
  position: relative;
  left: -1px;
  letter-spacing: .6px;
  margin-bottom: 20px !important;
  width: 100%;
}

.fourth-row .HPFeaturedAlbums {
  position: relative;
}

.fourth-row .HPFeaturedAlbums h2 {
  width: auto;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.54545454545vw, 28px);
  color: #214da6 !important;
  font-weight: 700;
  line-height: 1.10714285714;
  display: inline-block !important;
  padding-top: 0;
  height: auto;
  position: relative;
  left: -1px;
  letter-spacing: .65px;
  margin-bottom: 17px !important;
}

.fourth-row .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin-top: 0;
}

.fourth-row .HPFeaturedAlbums ul {
  margin-top: 0;
}

.fourth-row .HPFeaturedAlbums ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  background: #000;
}

.fourth-row .HPFeaturedAlbums ul li:before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.fourth-row .HPFeaturedAlbums ul li:after {
  content: "";
  background: url('/pics/album-bottom-shadow.png') repeat-x center top;
  width: 100%;
  height: 168px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fourth-row .HPFeaturedAlbums ul li h3 {
  background: none;
  text-shadow: none;
  top: auto;
  bottom: 27px;
  z-index: 9;
}

.fourth-row .HPFeaturedAlbums ul li h3 span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.15789473684;
  text-align: center;
  padding: 0;
  height: auto;
  letter-spacing: .9px;
}

/*Social*/
.instagram-box,
.facebook-box {
  width: clamp(200px, 28vw, 340px);
  height: 340px;
  position: relative;
}

.facebook-box {
  margin-right: 0;
}

.instagram-box .sub-box {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.instagram-box .sub-box h3 {
  font-family: 'Vesper Libre', serif;
  font-size: 23px;
  color: #214da6 !important;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-btn {
  background: url('/pics/instagram-button.png') no-repeat center top;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -19px;
  top: -20px;
  z-index: 999;
}

.facebook-btn {
  background: url('/pics/facebook-btn.png') no-repeat center top;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -19px;
  top: -20px;
  z-index: 999;
}

.instagram-btn,
.facebook-btn {
  -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;
}

.instagram-btn:hover,
.instagram-btn:focus,
.facebook-btn:hover,
.facebook-btn: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);
}

.fourth-video iframe {
  width: clamp(340px, 58.1818181818vw, 640px) !important;
  height: clamp(191px, 32.7272727273vw, 360px) !important;
}


@media only screen and (max-width: 900px) {

  .album-box,
  .fourth-row .HPFeaturedAlbums ul li,
  .instagram-box,
  .facebook-box {
    width: 340px !important;
  }

  .fourth-social {
    flex-direction: column;
    align-items: center;
  }

  .fourth-row-inner.row-inner {
    gap: 40px;
    padding: 40px 0;
  }

  .social-box-inner {
    justify-content: center;
    flex-direction: column-reverse;
  }

  .social-box {
    width: 340px;
  }
}

@media only screen and (max-width: 500px) {

  a.ir.facebook-btn,
  a.ir.instagram-btn {
    right: -5px;
  }
}


/* fourth-row */

/* parallax */

.en-parallax {
  background-image: url('/pics/parallax.jpg');
  width: 100%;
  height: clamp(200px, 31.8181818182vw, 350px);
  background-size: cover;
  position: relative;
  background-position-x: center;
}

/* parallax */

/* fifth-row */

.fifth-row {
  background: #fff;
}

.fifth-row-inner {
  padding: 79px 0;
  display: flex;
  justify-content: center;
}

.HPVideo {
  position: relative;
  border: 1px solid #e6e6e6;
}

.HPVideo h2 a {
  width: auto;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.90909090909vw, 32px);
  color: #214da6 !important;
  font-weight: 700;
  line-height: 1.0625;
  display: inline-block !important;
  position: absolute;
  left: clamp(20px, 5.3vw, 59px);
  top: 115px;
  letter-spacing: .3px;
  z-index: 9;
}

.HPVideo h2 a:after {
  content: "";
  background: #214da6;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: calc(clamp(15px, 2vw, 32px)*-1);
  left: 1px;
}

.HPVideo h2 a span {
  display: block;
  letter-spacing: .8px;
}

.HPVideo .videowrapper {
  position: relative;
  position: relative;
  width: clamp(800px, 92vw, 1020px);
  margin: 0 auto;
}


.HPVideo .videowrapper .video_player {
  float: right;
}

.HPVideo p {
  padding: 0;
  margin: 0;
  position: absolute;
  left: clamp(20px, 5.3vw, 59px);
  top: 250px;
  width: 200px;
}

.HPVideo p a {
  text-decoration: none;
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: clamp(15px, 1.72727272727vw, 19px);
  color: #262223 !important;
  font-weight: 700;
  line-height: 1.21052631579;
  letter-spacing: -.2px;
}

@media only screen and (max-width: 1100px) {

  .HPVideo h2 a,
  .HPVideo p {
    left: 15px;
  }

  .HPVideo p {
    width: 150px;
  }
}

@media only screen and (max-width: 1000px) {
  .HPVideo .videowrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .HPVideo p {
    width: 100%;
    position: relative;
    top: 0;
    box-sizing: border-box;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .HPVideo h2 a {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
  }

  .HPVideo h2 a:after {
    bottom: 15px;
    left: 20px;
  }

  .HPVideo #video_player1,
  .HPVideo #video_placeholder1 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 720 / 428;
    max-width: 720px;
  }

  .fifth-row-inner {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 550px) {
  .en-acc-readable-block.HPVideo {
    width: 340px;
  }
}

/* fifth-row */

/* sixth-row */

.sixth-row {
  background: #f4f4f4;
}

.sixth-row-inner {
  padding-bottom: 70px;
  padding-top: 69px;
  display: flex;
  justify-content: space-between;
}

.important-notice-main-title {
  width: auto;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: 'Vesper Libre', serif;
  font-size: clamp(27px, 2.90909090909vw, 32px);
  color: #214da6 !important;
  font-weight: 700;
  line-height: 1.0625;
  display: inline-block !important;
  letter-spacing: .6px;
  position: relative;
  left: -2px;
  top: -1px;
  text-decoration: none;
}

.bulletin-show-all {
  margin-top: 91px;
  display: block;
}

.bulletin-show-all a {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #214da6 !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .5s ease;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  width: 110px;
  height: 41px;
  display: block;
  padding: 11px 10px;
  text-align: center;
  letter-spacing: 1px;
}

.bulletin-show-all a:hover,
.bulletin-show-all a:focus {
  background: #214da6;
  color: #ffffff !important;
}

.sixth-row .sixth-row-inner .sixth-right-box .container {
  padding: 0;
}

.sixth-row .sixth-row-inner .sixth-right-box .container br {
  display: none !important;
}

.sixth-row .sixth-row-inner .sixth-right-box .container>a {
  display: none !important;
}

.sixth-row .sixth-row-inner .sixth-right-box #hp-bulletin tbody {
  width: 100%;
  display: flex;
  gap: clamp(10px, 1.81818181818vw, 20px);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.HPBBMessages tr {
  display: inline-block;
  width: clamp(165px, 22.5vw, 270px);
  height: 90px;
  box-sizing: border-box;
}

.HPBBMessages tr:nth-child(3n) {
  margin-right: 0;
}

.HPBBMessages tr #l {
  display: none;
}

.HPBBMessages tr #r {
  padding: 0 !important;
  height: 90px;
}

.HPBBMessages tr #r a {
  font-family: 'Karla', sans-serif;
  font-size: clamp(14px, 1.55vw, 17px);
  color: #3e3f3e !important;
  font-weight: 400;
  line-height: 1.17647058824;
  box-sizing: border-box;
  transition: all .5s ease;
  background: #ffffff;
  display: flex;
  height: 100%;
  border-radius: 4px;
  align-items: center;
  padding: 8px 28px 10px;
  letter-spacing: -.15px;
  position: relative;
  overflow: hidden;
  width: clamp(165px, 22.5vw, 270px);
  text-decoration: none;
}

.HPBBMessages tr #r a:hover,
.HPBBMessages tr #r a:focus {
  background: #214da6;
  color: #ffffff !important;
}

.HPBBMessages tr #r a:before {
  content: "";
  background: url('/pics/bulletin-bg.png') no-repeat center top;
  width: clamp(20px, 3vw, 33px);
  height: clamp(34px, 5.09090909091vw, 56px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-size: contain;
}

.HPBBMessages tr #r a:after {
  content: "";
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease;
  box-sizing: border-box;
}

.HPBBMessages tr #r a:hover:after,
.HPBBMessages tr #r a:focus:after {
  border-color: #214da6;
}

.HPBBMessages tr #r a:hover,
.HPBBMessages tr #r a:focus {
  background: #214da6;
  color: #fff !important;
  box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

@media only screen and (max-width: 950px) {
  .sixth-row-inner.row-inner {
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }

  .sixth-left-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  span.bulletin-show-all {
    margin: 0;
  }

  .important-notice-main-title {
    left: 0;
    top: 0;
  }

  .sixth-row .sixth-row-inner .sixth-right-box #hp-bulletin tbody {
    justify-content: center;
  }

  .HPBBMessages tr {
    height: 110px;
  }

  .HPBBMessages tr #r a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 110px;
    padding: 10px clamp(10px, 2.27272727273vw, 25px);
    text-align: center;
  }
}

/* sixth-row */


@media only screen and (max-width: 768px) {
  .index-wrapper {
    z-index: 0;
  }
}