.index-wrapper {
  position: relative;
  flex: 1;
  background: #f6fafb;
}
.main-row {
  position: relative;
  width: 100%;
}
.main-row-inner {
  width: min(100%, var(--en-website-width));
  padding-inline: clamp(0px, calc(1230px - 100vw), 10px) !important;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-row h2 a {
  font-size: var(--en-website-font-1);
  font-family: var(--en-website-module-title-font-family);
  color: var(--module-title-color);
  text-decoration: none;
  margin: 0 0 76px -1.5px;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  word-spacing: 4px;
}
.container {
  position: relative;
  margin-top: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #2d95bf;
  padding: 25px 13px;
}
/* slider start */
.slide-show {
  width: 100%;
  height: 500px;
  border-bottom: clamp(20px, 7.2vw, 80px) solid #e45d50;
  background: #36499b !important;
}
.simple {
  background-color: #fff !important;
}
.slide-show #ir5021 {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.slide-show .nivoSlider {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.nivo-slice {
  width: 100% !important;
}
/* slider end */
/* first row start */
.main-first-row {
  margin: -50px 0 0;
  z-index: 5;
}
.main-first-row .main-row-inner {
  overflow: hidden;
  padding: 0 0 51px;
}
/* quicklinks */
#quicklinks {
  position: relative;
  width: 100%;
  margin: 0 0 0 12.5px;
}
#quicklinks ul {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  width: max-content;
  justify-content: center;
  gap: 25px;
  justify-self: center;
  left: -6px;
}
#quicklinks li {
  padding: 0;
  list-style: none;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition-duration: 1s;
  width: clamp(200px, 21vw, 246px);
  /* aspect-ratio: 246/310; */
  height: 310px;
}
#quicklinks a {
  text-decoration: none;
  margin: 0;
  display: block;
  color: #fff;
  font-size: clamp(14px, 1.45vw, 16px);
  text-align: left;
  position: relative;
  z-index: 0;

  /* aspect-ratio: 246/310; */
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  background: none;
  /* background-size: cover !important; */
}

#ql1 {
  background: url('/_MASTER/common_pics/ql1.jpg') no-repeat center bottom;
}
#ql2 {
  background: url('/_MASTER/common_pics/ql2.jpg') no-repeat center bottom;
}
#ql3 {
  background: url('/_MASTER/common_pics/ql3.jpg') no-repeat center bottom;
}
#ql5 {
  background: url('/_MASTER/common_pics/ql5.jpg') no-repeat center bottom;
}
#quicklinks a .left-text {
  text-transform: uppercase;
  color: #363945;
  font-size: clamp(18px, 2.6vw, 30px);
  font-weight: 400;
  font-family: 'BEBAS', cursive;
  line-height: 1.07;
  display: block;
  padding: 10px clamp(10px, 2.1vw, 24.5px) 16px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  word-spacing: 3px;
}
#quicklinks a .left-text span {
  color: #5c637e;
}
#quicklinks li#ql3 a .left-text {
  font-size: clamp(20px, 3.6vw, 40px);
  padding: 21.5px 23.5px 25.7px;
}
#quicklinks li#ql5 a .left-text {
  font-size: clamp(20px, 3.6vw, 40px);
  padding: 21.5px 23.5px 25.7px;
}
#aply {
  font-size: clamp(15px, 2vw, 21px);
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  top: -12px;
  position: relative;
  margin: 0 0 -4px 0px;
  word-spacing: 0px !important;
}

#join {
  font-size: clamp(15px, 2vw, 21px);
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  top: -12px;
  position: relative;
  margin: 0 0 -4px 0px;
  word-spacing: 0px !important;
}

#quicklinks li:hover a,
#quicklinks li:focus a {
  background: rgba(228, 93, 80, 0.2);
}
#quicklinks li:hover a .left-text,
#quicklinks li:focus a .left-text {
  background: #36499b;
  color: #fff;
  padding: 10px 9.5px 16px 40px;
}
#quicklinks li:hover a .left-text span,
#quicklinks li:focus a .left-text span {
  color: #fff;
}
#quicklinks li a .left-text:before {
  background: #ffbe5b;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 25px;
  bottom: 0;
  content: '';
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#quicklinks li:hover a .left-text:before,
#quicklinks li:focus a .left-text:before {
  height: 90%;
}
#quicklinks li#ql3:hover a .left-text,
#quicklinks li#ql3:focus a .left-text {
  padding: 21.5px 23.5px 25.7px 39.5px;
}
#quicklinks li#ql5:hover a .left-text,
#quicklinks li#ql5:focus a .left-text {
  padding: 21.5px 2.5px 25.7px 39.5px;
}

#ql4 {
  background: url(/_MASTER/common_pics/donate_btn.jpg) no-repeat center bottom;
}
#ql4 span span {
  font-size: clamp(14px, 1.72vw, 19px);
  font-family: Karla, sans-serif;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  position: relative;
  margin: 7px 0px -4px 0px;
  word-spacing: 0 !important;
}
/* first row end */
/* second row start */
.main-second-row {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s; /*background: url('/_MASTER/common_pics/second_row_bg.png') no-repeat center top*/
  margin: -186px 0 0;
  background: url('/_MASTER/common_pics/second_row_bg.png') no-repeat center top 68px;
  overflow: hidden;
}
.main-second-row .main-row-inner {
  padding: 174.5px 0 90px;
  flex-direction: column;
}
#event-slider2 {
  width: 100%;
}
div.en-events-slider div.en-events-show-all-calendar {
  margin-top: 49.5px;
}
.main-second-row .events-box h2.en-events-section-title {
  text-align: center;
}
.main-second-row .events-box h2.en-events-section-title a {
  color: #36499b;
  font-size: clamp(30px, 4.5vw, 50px);
  font-family: 'BEBAS', cursive;
  font-weight: 400;
  word-spacing: 4.5px;
  margin: 0 0 43.5px;
  text-decoration: none;
  display: inline-block;
}
#clndr,
a#clndr {
  font-size: clamp(18px, 2.7vw, 30px);
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 0 0 27px;
  text-align: center;
  color: #003057;
  text-decoration: none;
  display: block;
}
.events-box div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day {
  background: none;
  border: 0;
  display: grid;
  grid-template-rows: 80px auto;
  height: auto;
  box-sizing: border-box;
  min-height: 196px;
  width: 230px;
}
div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day > .en-events-slider-detail .en-events-slider-detail-li,
div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-time,
div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-location {
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  color: #5c637e;
  font-size: clamp(14px, 1.64vw, 18px) !important;
  margin: 3px 0 0 11px;
}
div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day img {
  max-width: 100%;
  margin-top: 10px;
}
.events-box div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date {
  border: 0 !important;
  background: none !important;
  margin: 0;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.events-box div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date .en-events-slider-date-month {
  padding: 0;
  color: #36499b;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 1.4px;
  position: relative;
  top: -4px;
}
.events-box div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date .en-events-slider-date-day {
  color: #e45d50;
  font-weight: 400;
  font-family: 'Mali', cursive;
  font-size: clamp(35px, 5vw, 56px);
  position: relative;
}
.events-box div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day > .en-events-slider-detail {
  margin: 11px 10px 10px 10px;
}
.events-box
  div.en-events-slider
  div.en-card-slider-inner-container
  .en-events-slider-day
  > .en-events-slider-detail
  .en-event-slider-li-title
  a:any-link {
  color: #363945;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  line-height: 1.28;
  letter-spacing: -0.1px;
}
.events-box
  div.en-events-slider
  div.en-card-slider-inner-container
  .en-events-slider-day
  > .en-events-slider-detail
  .en-event-slider-li-title
  a:any-link:hover,
.events-box
  div.en-events-slider
  div.en-card-slider-inner-container
  .en-events-slider-day
  > .en-events-slider-detail
  .en-event-slider-li-title
  a:any-link:focus {
  text-decoration: none;
  letter-spacing: 0.3px;
}
.events-box .en-components-show-all a {
  border: 2px solid #e45d50;
  width: clamp(160px, 21vw, 250px);
  min-height: clamp(20px, 5vw, 50px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #363945;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(14px, 1.64vw, 18px);
  padding: 10.5px 8.5px 9.5px 11.5px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 1.8px;
  float: left;
  margin: 0 clamp(15px, 2.7vw, 30px) 0 0;
  left: 15px;
}

.events-box .en-components-show-all a:hover,
.events-box .en-components-show-all a:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #e45d50;
  letter-spacing: 0.6px;
  color: #fff;
  letter-spacing: 2.2px;
}

.events-box .en-components-show-all a::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.events-box .en-components-show-all a:hover::after,
.events-box .en-components-show-all a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.events-box .en-events-slider-buttons {
  position: relative;
}
.events-box .en-events-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: none !important;
  text-indent: -999999em;
  outline: none !important;
  margin-top: 0px !important;
  background-color: transparent !important;
  font-size: 0;
  color: #000000 !important;
  width: 28px;
  height: 38px;
  top: -48px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.events-box .en-events-prev {
  background-image: url('/_MASTER/common_pics/leftArrow.png');
  left: 213px;
}
.events-box .en-events-next {
  background-image: url('/_MASTER/common_pics/rightArrow.png');
  right: 213px;
}
.events-box .en-events-slider-buttons button:not(.en-card-slider-button-disabled):hover {
  background-position: left -29px center;
}
@media only screen and (min-width: 951px) {
  .events-box .en-events-slider-buttons button:not(.en-card-slider-button-disabled):focus {
    background-position: right center !important;
    width: 39px !important;
    top: -45px !important;
  }
  .events-box .en-events-slider-buttons button.en-events-prev:not(.en-card-slider-button-disabled):focus {
    left: 207px !important;
  }
  .events-box .en-events-slider-buttons button.en-events-next:not(.en-card-slider-button-disabled):focus {
    right: 208px !important;
  }
}
/* second row end */
/* third row start */
.main-third-row {
  background-image: url('/_MASTER/common_pics/parallax1.jpg');
  background-size: cover;
  overflow: hidden;
}
.main-third-row .main-row-inner {
  padding: 60px 0;
}
/* third row end */
/* fourth row start */
.main-fourth-row {
  background: #f6fafb;
  overflow: hidden;
  transition-duration: 1s;
}
.main-fourth-row .main-row-inner {
  padding: 88px 0 86.5px;
  flex-direction: column;
  align-items: center;
}
#stats h2 {
  text-align: center;
  color: #36499b;
  font-size: clamp(30px, 4.5vw, 50px);
  font-family: 'BEBAS', cursive;
  font-weight: 400;
  word-spacing: 4.5px;
  margin: 0 0 64.5px;
}
#stats h2 span {
  word-spacing: 0px;
}
#stats ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  left: -25px;
}
#stats ul li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: clamp(130px, 18vw, 217px);
}

#stats .icn {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  background-size: contain !important;
}
#icn1 {
  background: url('/_MASTER/common_pics/icon1.png') no-repeat center;
  width: clamp(60px, 8.096vw, 97px);
  aspect-ratio: 97/102;
  top: -15px;
  left: 0.5px;
}
#icn2 {
  background: url('/_MASTER/common_pics/icon2.png') no-repeat center;
  width: clamp(40px, 5.96vw, 71px);
  aspect-ratio: 71/102;
  top: -15px;
  left: -2px;
}
#icn3 {
  background: url('/_MASTER/common_pics/icon3.png') no-repeat center;
  width: clamp(70px, 9.66vw, 116px);
  aspect-ratio: 116/102;
  left: -1px;
  top: -13px;
}
#icn4 {
  background: url('/_MASTER/common_pics/icon4.png') no-repeat center;
  width: clamp(80px, 12.5vw, 151px);
  aspect-ratio: 151/96;
  top: -8px;
  left: -2px;
}
#icn5 {
  background: url('/_MASTER/common_pics/icon5.png') no-repeat center;
  aspect-ratio: 100/102;
  width: clamp(65px, 8.096vw, 100px);
  top: -14px;
}

#stats ul li h3 {
  text-align: center;
  color: #36499b;
  font-size: clamp(24px, 5vw, 56px);
  font-weight: 400;
  font-family: 'Mali', cursive;
  margin: clamp(70px, 10.6vw, 117px) 0 7.5px;
}
#stats ul li .txt {
  text-align: center;
  color: #363945;
  font-size: clamp(16px, 2.3vw, 26px);
  font-weight: 700;
  font-family: 'Karla', cursive;
  display: block;
  margin: 0 0 0 2px;
  line-height: 1.08;
}
#stats ul li#lnk1 {
  margin: 0 0 0 -16px;
}
#stats ul li#lnk2 {
  margin: 0 0 0 36.5px;
}
#stats ul li#lnk3 {
  margin: 0 0 0 55px;
}
#stats ul li#lnk4 {
  margin: 0 0 0 50px;
}
#stats ul li#lnk5 {
  margin: 0 0 0 39px;
}

/* fourth row end */
/* seventh row start */
.main-seventh-row {
  background: #fff;
  padding: 80px 0 0;
  overflow: hidden;
  transition-duration: 1.5s;
}
#seventh-row-wrap {
  background: url('/_MASTER/common_pics/side_image1.png') no-repeat center top;
}
.main-seventh-row .main-row-inner {
  padding: 19px 0 100px;
  justify-content: flex-end;
}
#msa {
  position: relative;
  max-width: clamp(300px, 40vw, 480px);
  display: flex;
  flex-direction: column;
  margin: 0 70px 0 0;
}
#msa h2 {
  color: #36499b;
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 400;
  font-family: 'BEBAS', cursive;
  line-height: 1.27;
  margin: 0 0 26.5px;
}
#msa h6 {
  color: #5c637e;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  line-height: 1.34;
  margin: 0 0 40px;
}

#msa #lrn-mre {
  border: 2px solid #e45d50;
  width: clamp(130px, 20vw, 226px);
  min-height: clamp(20px, 2.1vw, 26px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #363945;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(14px, 1.64vw, 18px);
  padding: 10.5px 8.5px 9.5px 11.5px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 1.8px;
}
#msa #lrn-mre:hover,
#msa #lrn-mre:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #e45d50;
  letter-spacing: 0.6px;
  color: #fff;
  letter-spacing: 2.2px;
}

#msa #lrn-mre::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
#msa #lrn-mre:hover::after,
#msa #lrn-mre:focus::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* seventh row end */
/* eighth row start */
.main-eighth-row {
  background: #f6fafb;
  padding: 80px 0 0;
  overflow: hidden;
  transition-duration: 1s;
}
#eighth-row-wrap {
  background: url('/_MASTER/common_pics/side_image2.png') no-repeat center top;
}
.main-eighth-row .main-row-inner {
  padding: 19px 0 89px;
}
#all {
  position: relative;
  max-width: clamp(300px, 44.1vw, 530px);
  margin: 0 0 0 50px;
}
#all h2 {
  color: #36499b;
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 400;
  font-family: 'BEBAS', cursive;
  line-height: 1.27;
  margin: 0 0 27.5px;
}
#all h6 {
  color: #5c637e;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  line-height: 1.34;
  margin: 0 0 35px;
}

#all #lrn-mre {
  border: 2px solid #e45d50;
  width: clamp(130px, 20vw, 226px);
  min-height: clamp(20px, 2.1vw, 26px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #363945;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(14px, 1.64vw, 18px);
  padding: 10.5px 8.5px 9.5px 11.5px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 1.8px;
}
#all #lrn-mre:hover,
#all #lrn-mre:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #e45d50;
  letter-spacing: 0.6px;
  color: #fff;
  letter-spacing: 2.2px;
}

#all #lrn-mre::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
#all #lrn-mre:hover::after,
#all #lrn-mre:focus::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* eighth row end */
/* ninth row start */
.main-ninth-row {
  background: url('/_MASTER/common_pics/center_bg.png') no-repeat center top, #36499b;
  transition-duration: 1s;
}
.main-ninth-row .main-row-inner {
  padding: 60px 0 98.8px;
}

#left-column {
  width: 430px;
  margin: 0 14px 0 1px;
  position: relative;
}
.hp-news #left-column {
  padding: 41px 50px 82px;
  background: url('/_MASTER/common_pics/news_bg.png') repeat;
}
#center-column {
  width: 430px;
  margin: 0 15px 0 15px;
  position: relative;
}
#right-column {
  width: 280px;
  margin: 130px 0 0 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.hp-news .en-news-section-title {
  display: none;
}
.hp-news .news-title {
  width: auto;
  height: auto;
  font-size: clamp(30px, 4.5vw, 50px);
  text-decoration: none;
  margin: 0 0 28px 0px;
  padding: 0;
  color: #36499b;
  display: inline-block;
  font-family: 'BEBAS', cursive;
  font-weight: 400;
  word-spacing: 5px;
}
.hp-news div.en-news-slider div.en-news-show-all {
  padding: 0;
  border: 0;
}
.news-content .en-news-slider .en-news-show-all a {
  border: 2px solid #e45d50;
  width: clamp(130px, 20vw, 226px);
  min-height: clamp(20px, 2.1vw, 26px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #363945;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(14px, 1.64vw, 18px);
  padding: 10.5px 8.5px 9.5px 11.5px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 1.8px;
  margin: 0 auto;
  top: 29px;
  position: relative;
  left: -1px;
}
.news-content .en-news-slider .en-news-show-all a span {
  padding-right: 6px;
}
.news-content .en-news-slider .en-news-show-all a:hover,
.news-content .en-news-slider .en-news-show-all a:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #e45d50;
  letter-spacing: 0.6px;
  letter-spacing: 2.2px;
}
.news-content .en-news-slider .en-news-show-all a::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.news-content .en-news-slider .en-news-show-all a:hover::before,
.news-content .en-news-slider .en-news-show-all a:focus::before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news-content .en-news-slider .en-news-show-all a::after {
  content: ' News';
}
.hp-news .news-content {
  width: 100%;
  position: relative;
  padding: 0 0 35.5px;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
  grid-template-rows: repeat(3, max-content) !important;
  position: relative;
  box-sizing: border-box;
  width: 350px !important;
  min-height: 431px !important;
  background: none !important;
  border: 0 !important;
  background: none !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
  overflow: hidden;
  color: #fff;
  text-align: center;
  width: auto;
  vertical-align: middle;
  height: 221px !important;
  box-sizing: border-box;
  position: relative;
  display: flex;
  background: #2d95bf !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  max-width: 100%;
  display: block;
  width: auto !important;
  height: 100% !important;
  text-align: center;
  margin: 0 auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img:hover,
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img:focus {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
  margin: 28px 0px 5px !important;
  padding: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  height: max-content !important;
  font-size: clamp(17px, 2vw, 22px);
  color: #363945;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  line-height: 1.28;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover,
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:focus {
  letter-spacing: 0.4px;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-summary {
  margin: 0px 0px 0px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  height: max-content !important;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  color: #5c637e;
  font-size: clamp(14px, 1.64vw, 18px);
  line-height: 1.34;
}
.hp-news div.en-news-slider > div.en-news-slider-footer {
  position: relative;
  justify-content: center;
}
.hp-news .news-content .en-news-slider-buttons {
  position: absolute;
}
.hp-news .news-content .en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: none !important;
  text-indent: -999999em;
  outline: none !important;
  margin-top: 0px !important;
  background-color: transparent !important;
  font-size: 0;
  color: #000000 !important;
  width: 28px;
  height: 38px;
  top: 6px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hp-news .news-content .en-news-prev {
  background-image: url('/_MASTER/common_pics/leftArrow.png');
  left: -183px;
}
.hp-news .news-content .en-news-next {
  background-image: url('/_MASTER/common_pics/rightArrow.png');
  right: -181px;
}
.hp-news .news-content .en-news-slider-buttons button:not(.en-card-slider-button-disabled):hover {
  background-position: left -29px center;
}
@media only screen and (min-width: 769px) {
  #quicklinks a {
    height: 310px;
  }
  .hp-news .news-content .en-news-slider-buttons button:not(.en-card-slider-button-disabled):focus {
    background-position: right center !important;
    width: 39px !important;
    top: 9px !important;
  }
  .hp-news .news-content .en-news-slider-buttons button.en-news-prev:not(.en-card-slider-button-disabled):focus {
    left: -189px !important;
  }
  .hp-news .news-content .en-news-slider-buttons button.en-news-next:not(.en-card-slider-button-disabled):focus {
    right: -186px !important;
  }
}
/* Social Embed */
#social-embed {
  width: 100%;
  height: 374px;
}
#social-embed h2 {
  font-size: clamp(20px, 4vw, 44px);
  margin: 0 0 17px -1.5px;
  padding: 0;
  color: #fff;
  display: inline-block;
  font-family: 'BEBAS', cursive;
  font-weight: 400;
}
#buttons {
  width: 100%;
  position: relative;
  height: 60px;
  z-index: 2;
}

#buttons ul {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  gap: 10px;
}

#buttons li {
  position: relative;
  display: block;
  padding: 0;
  list-style: none;
  display: inline;
  padding-top: 0px;
}

#buttons a {
  position: relative;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  display: block;
  text-decoration: none;
  border: 0;
  position: relative;
}
#buttons a span {
  display: none;
}
#social-column .panel {
  width: 100%;
}
#social-column {
  border: 1px solid #2d95bf;
  height: 448px;
  float: left;
  background: #fff;
  width: clamp(330px, 35.6vw, 428px);
  top: -1px;
  position: relative;
  left: -1px;
}
#tab_content_2 {
  display: none;
}
#tab_content_3 {
  display: none;
}
#tab_content_4 {
  display: none;
}
#tab_content_5 {
  display: none;
}
#buttons li#b-1[aria-selected='false'] a {
  background-color: #2d95bf !important;
  background-position: top -18px left 18px;
  background-repeat: no-repeat;
  background-image: url('/_MASTER/common_pics/tweet_embed_icon.png');
}
#buttons li#b-2[aria-selected='false'] a {
  background-color: #2d95bf !important;
  background-position: top 18px left 19px;
  background-repeat: no-repeat;
  background-image: url('/_MASTER/common_pics/fb_embed_icon.png');
}
#buttons li#b-3[aria-selected='false'] a {
  background-color: #2d95bf !important;
  background-position: top 18px left 19px;
  background-repeat: no-repeat;
  background-image: url('/_MASTER/common_pics/instagram_icon.png');
}
#buttons li#b-4[aria-selected='false'] a {
  background-color: #2d95bf !important;
  background-position: top 18px left 19px;
  background-repeat: no-repeat;
  background-image: url('/_MASTER/common_pics/insta_embed_icon.png');
}
#buttons li#b-5[aria-selected='false'] a {
  background-color: #2d95bf !important;
  background-position: top 18px left 19px;
  background-repeat: no-repeat;
  background-image: url('/_MASTER/common_pics/newsletter_icon.png');
}
#buttons li#b-1:hover a,
#buttons li#b-1:focus a,
#buttons li[aria-selected='true'] a,
#buttons li#b-2:hover a,
#buttons li#b-2:focus a,
#buttons li#b-3:hover a,
#buttons li#b-3:focus a,
#buttons li#b-4:hover a,
#buttons li#b-4:focus a,
#buttons li#b-5:hover a,
#buttons li#b-5:focus a {
  background-color: #ffbe5b !important;
}
#buttons li#b-1:hover a,
#buttons li#b-1:focus a,
#buttons li#b-1[aria-selected='true'] a {
  background-position: top 21px left 18px !important;
  background-image: url('/_MASTER/common_pics/tweet_embed_icon.png');
  background-repeat: no-repeat;
}
#buttons li#b-2:hover a,
#buttons li#b-2:focus a,
#buttons li#b-2[aria-selected='true'] a {
  background-position: top 18px left 19px !important;
  background-image: url('/_MASTER/common_pics/fb_embed_icon.png');
  background-repeat: no-repeat;
}
#buttons li#b-3:hover a,
#buttons li#b-3:focus a,
#buttons li#b-3[aria-selected='true'] a {
  background-position: top 18px left 19px !important;
  background-image: url('/_MASTER/common_pics/instagram_icon.png');
  background-repeat: no-repeat;
}
#buttons li#b-4:hover a,
#buttons li#b-4:focus a,
#buttons li#b-4[aria-selected='true'] a {
  background-position: top 18px left 19px !important;
  background-image: url('/_MASTER/common_pics/insta_embed_icon.png');
  background-repeat: no-repeat;
}
#buttons li#b-5:hover a,
#buttons li#b-5:focus a,
#buttons li#b-5[aria-selected='true'] a {
  background-position: top 18px left 19px !important;
  background-image: url('/_MASTER/common_pics/newsletter_icon.png');
  background-repeat: no-repeat;
}
#buttons li a:hover::before,
#buttons li[aria-selected='true'] a::before,
#buttons li a:focus::before {
  border-bottom: 30px solid transparent;
  border-left: 0px solid transparent;
  border-right: 30px solid #ffbe5b;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 1;
}
#buttons li:hover::before,
#buttons li:focus::before {
  right: -7px;
}
.hidden {
  display: none;
}
.magnoliaca-img img {
  width: clamp(200px, 23.3vw, 280px);
}
/* ninth row end */
/* tenth row start */
.main-tenth-row {
  background: #e45d50;
  min-height: 118px;
  overflow: hidden;
  transition-duration: 1s;
}
.main-tenth-row .main-row-inner {
  padding: 30px 0 0;
  align-items: center;
  max-width: 833px;
}
#sign-up-btn {
  width: clamp(140px, 20vw, 230px);
  min-height: clamp(26px, 4vw, 40px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #1d1e25;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(16px, 2.1vw, 24px);
  padding: 10.5px 9.5px 9.5px 10.5px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 2.4px;
  background: #ffbd00;
  margin: 0 30px 0 0;
}
#sign-up-btn:hover,
#sign-up-btn:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #36499b;
  letter-spacing: 0.6px;
  letter-spacing: 2.8px;
  color: #fff;
}

#sign-up-btn::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
#sign-up-btn:hover::after,
#sign-up-btn:focus::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#sign-up h6 {
  color: #1d1e25;
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  position: relative;
  margin: 0.5px 1px 0 0px;
}

/* tenth row end */
.main-row table {
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main-row table a {
  color: #363945;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(15px, 1.82vw, 20px);
  font-family: 'Karla', sans-serif;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.main-row table a:hover,
.main-row table a:focus {
  color: #36499b;
  letter-spacing: 0.2px;
}
.main-row table #l {
  padding: 17px 0 0;
  margin: 0 0 0 -18px;
  display: block;
} /* Put Display None if you want to hide bullet */
.main-row table #r {
  border-bottom: 0px;
  padding: 9px 15px 5px 21px;
  line-height: 1.3;
}
.main-row table #r b a {
  border: 2px solid #e45d50;
  width: clamp(110px, 19vw, 226px);
  min-height: clamp(20px, 2.1vw, 26px);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  color: #363945;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(14px, 1.64vw, 18px);
  padding: 10.5px 8.5px 9.5px 11.5px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  letter-spacing: 1.8px;
  margin: 15px 0 0 21px;
}
.main-row table #r b a:hover,
.main-row table #r b a:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #e45d50;
  letter-spacing: 0.6px;
  color: #fff;
  letter-spacing: 2.2px;
}

.main-row table #r b a::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  letter-spacing: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.main-row table #r b a:hover::after,
.main-row table #r b a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.autoCalendarLinks td,
#showAll-0,
#showAll-hpbbmessages #r,
#showAll-hplinks #r,
#showAll-0 #r {
  border-bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 2px !important;
}

.main-row table tr:first-child td,
.autoCalendarLinks,
#showAll-0,
#showAll-hplinks #r,
#showAll-0 #r {
  border-left: 0 !important;
}

.main-row table tr:last-child td {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 1230px) {
  .slide-show {
    height: max-content;
  }
  .slide-show .nivoSlider {
    aspect-ratio: 1200/538 !important;
    background-size: contain !important;
  }
  #stats ul {
    gap: 15px;
    left: 0;
  }
  #stats ul li {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1230px) {
  #social-column,
  #social-column .panel {
    width: clamp(300px, 29.6vw, 428px) !important;
    display: block;
  }
  .hidden {
    visibility: hidden;
  }
  #msa,
  #all {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
    width: 300px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #quicklinks a .left-text {
    height: 70px;
  }
  .main-tenth-row .main-row-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 950px) {
  .events-box div.en-events-slider div.en-card-slider-inner-container .en-events-slider-day > .en-events-slider-detail {
    padding-top: 0;
  }
  div.en-events-slider div.en-events-show-all-calendar {
    margin-top: 20.5px;
  }
  .events-box .en-events-slider-buttons {
    margin-top: -40px;
    display: flex;
    gap: 10px;
    justify-self: flex-end;
    width: max-content;
  }
  .events-box div.en-events-slider div.en-events-show-all-calendar {
    justify-content: flex-start;
  }
  .events-box .en-events-slider-buttons button {
    position: static;
  }
  .events-box .en-components-show-all a {
    padding: 6.5px 4.5px;
  }
}
@media only screen and (max-width: 900px) {
  #eighth-row-wrap {
    background-position-x: 56%;
  }
  #seventh-row-wrap {
    background-position-x: 46%;
  }
  #join {
    top: 0;
  }
  .main-fourth-row .main-row-inner {
    padding: 30px 0;
  }
  #stats ul {
    flex-wrap: wrap;
    max-width: clamp(400px, 66vw, 530px);
    justify-content: center;
  }
  #stats .icn {
    top: 0 !important;
  }
  #stats h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .news-content .en-news-slider .en-news-show-all a {
    padding: 6.5px 7.5px;
  }
  .main-row h2 a {
    margin: 0 0 30px 0px;
  }
  #sign-up-btn {
    padding: 6.5px 6.5px;
    margin: 0;
  }
  .main-tenth-row .main-row-inner {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 20px 0;
  }
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
    min-height: 380px !important;
  }
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
    margin: 15px 0px 5px !important;
  }
  .hp-news .news-content .en-news-prev {
    left: -133px;
  }
  .hp-news .news-content .en-news-next {
    right: -131px;
  }
  .main-seventh-row,
  .main-eighth-row {
    padding: 0;
  }
  .main-seventh-row .main-row-inner,
  .main-eighth-row .main-row-inner {
    padding: 30px 0;
    justify-content: center;
  }
  #msa,
  #all {
    max-width: 100%;
  }
  #msa h2,
  #all h2 {
    margin: 0 0 16.5px;
  }
  #msa h6,
  #all h6 {
    margin: 0 0 25px;
  }
  #msa #lrn-mre,
  #all #lrn-mre {
    padding: 6.5px 5.5px;
  }
  .seventh-row-bg {
    position: static;
    background: url(/pics/seventh-row-mob.png) no-repeat;
    background-size: cover;
    height: auto;
    aspect-ratio: 676/336;
    width: 100%;
  }
  .eighth-row-bg {
    position: static;
    background: url(/pics/eighth-row-mob.png) no-repeat;
    background-size: cover;
    height: auto;
    aspect-ratio: 678/386;
    width: 100%;
  }

  #eighth-row-wrap,
  #seventh-row-wrap {
    background: none;
  }
  #quicklinks ul {
    flex-wrap: wrap;
    left: 0;
    gap: 20px;
    width: 100%;
  }
  .main-first-row {
    margin: -10px 0 0;
  }
  #quicklinks {
    margin: 0 auto;
  }
  #quicklinks a .left-text {
    height: 50px;
    display: flex;
    flex-direction: column;
  }
  #quicklinks li {
    height: 290px;
  }
  .main-first-row .main-row-inner {
    padding: 0 0 30px;
  }
  .main-second-row .main-row-inner {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .events-box .en-events-slider-buttons {
    margin-top: 10px;
    justify-self: center;
  }

  .events-box div.en-events-slider div.en-events-show-all-calendar {
    justify-content: center;
    gap: 10px;
  }
  .main-second-row .events-box h2.en-events-section-title a {
    margin-bottom: 30px;
  }
  .events-box .en-components-show-all a {
    left: 0;
    margin: 0;
  }
}
