@font-face {
    font-family: TragicMarker;
    src: url("../fonts/TragicMarker.otf") format("opentype");
}

* {
    /* font-family: roboto-condensed, sans-serif; */
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
}

body { padding-right: 0 !important }

iframe {
    max-width: 100%;
}

html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

.view {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    color: white;
    z-index: 99;
}

.view::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/i-eye.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.35rem;
    left: -1.35rem;
}

.view2 {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    color: black;
    z-index: 99;
    font-size: 1rem;
}

.view2::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/i-eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.3rem;
    left: -1.25rem;
}

.news-content-upper > .view3 {
    margin-left: 1.5rem;
}

.view3 {
    position: relative;
    color: black;
    z-index: 99;
    margin-left: 2.5rem;
}

.view3::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/i-eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.25rem;
    left: -1.3rem;
}

.navbar-brand {
    position: absolute;
    top: 0;
    border-radius: 2rem;
    padding: 1rem;
}

.translate-group-desktop {
    margin-right: 1rem;
}

.translate-group-desktop > * {
    border: none;
    padding: 0;
    margin-right: 1rem;
    color: white;
    background: transparent;
}

.bg-green {
    background-color: #214134;
}

.navbar {
    padding-left: 5vw;
    padding-right: 5vw;
    z-index: 10;
}

.navbar-main {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.share-link > img {
    width: 1rem;
}

.nav-link.active {
    color: #57a979!important;
    font-weight: 700;
}

.breadcrumb-item > a {
    color: #57a979!important;
    text-decoration: none;
}

.breadcrumb-item {
    font-weight: bold!important;
}

.main-nav {
    gap: 2vw;
}

.main-nav > * {
    color: black!important;
}

.footer-cont {
    position: sticky;
    top: 100vh;
    /* background-color: #e3edf6!important; */
    background:url(../images/footer_bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-left {
    display: flex;
    flex-direction: column;
    width: fit-content;
    color: white;
    gap: 0.25rem;
}

.footer-left > span {
    font-size: 0.8rem;
}

.footer-middle > div > a {
    width: fit-content;
    padding: 0;
    border: none;
    background: transparent;
    color: white;
}

.footer-middle > div {
    gap: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 0.6rem
}

.footer-right > * {
    font-size: 0.8rem;
    color: white;
}

.footer-right > ul > li {
    background: transparent;
    border: none;
    padding: 0;
}

.footer-right > ul {
    gap: 1rem;
    margin-bottom: 1rem;
}


.footer-cont > footer > div:first-child {
    display: flex;
    justify-content: flex-end;
}

.footer-cont > footer > div {
    display: flex;
    justify-content: center;
}

.footer-cont > footer > div:last-child {
    display: flex;
    justify-content: flex-start;
}

.footer-cont > footer {
    padding: 7rem 0rem 3rem 0;
}

.h7-header {
    color: #214134;
    font-weight: bold;
    font-size: 1.1rem;
}

.h7-subheader {
    font-size: 1.1rem;
}

.h7-title {
    text-align: center;
    font-family: 'TragicMarker';
    color: #214134;
    margin-top: 0.75rem;
    line-height: 1.35rem;
    font-size: 1.15rem;
}

.h7-upper {
    align-items: center;
    justify-content: center;
    margin: 2vw 0;
    gap: 2rem;
}

.h7-logo, .h7-arrow {
    width: fit-content;
}

.h7-upper > div:first-child {
    display: flex;
    justify-content: flex-end;
}

.h7-upper > div:last-child {
    display: flex;
    justify-content: flex-start;
}

.h7-lower {
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
}

.h7-lower > .col {
    flex: 0 0 0%;
    width: fit-content;
}

.h7-images > img {
    width: fit-content;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.h7-images {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
}

.h7-images > img:hover {
    /* transform: scale(1.02); */
}

.img-page-cont > * > img {
    /* transition: all .2s ease-in-out; */
}

.img-page-cont > a {
    transition: transform .2s ease-in-out;
}

/* .img-page-cont:hover > * > img {
    transform: scale(1.05);
} */

.news-wrapper > .new-img-seemore {
    transition: all .2s ease-in-out;
}

.news-wrapper:hover > .new-img-seemore {
    transform: scale(1.05);
}

.news-wrapper > * > .news-img {
    transition: all .2s ease-in-out;
}

.news-wrapper:hover > * > .news-img {
    transform: scale(1.05);
} 

.img-page-cont:hover > a {
    transform: scale(1.05);
    border: #4288c4 1px solid;
    border-radius: 0.5rem;
    z-index: 99;
}

.img-page-cont.img-covid:hover > a {
    transform: scale(1.05);
    border: #f38a50 1px solid;
    border-radius: 0.5rem;
    z-index: 99;
}

.img-page-cont.img-page-news:hover {
    transform: scale(1);
    border: none;
    border-radius: 0.75rem;
    z-index: 99;
}

.book-left, .book-right {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.book-cont {
    /* position: absolute;
    top: 0; */
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5vw;
}

/* .page-back2, .page-next2 {
    width: fit-content;
} */
/* slider */

.left-pagination-cont, .right-pagination-cont {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 0.5rem;
    float: right;
    z-index: 99;
    margin-top: 3rem;
}

.swiper-pagination-bullets {
    text-align: center;
}

.swiper {
    margin-top: 3rem;
}

.left-pagination-cont > *  {
    width: fit-content;
}

.right-pagination-cont > *  {
    width: fit-content;
}

.page-cont {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
}

.bullet {
    background: #57a979!important;
    width: 0.75rem!important;
    height: 0.75rem!important;
    margin: 0 0.45rem!important;
}

.slider-header {
    font-size: 4rem;
    font-family: "TragicMarker"
}


.slider-subheader {
    font-size: 1.2rem;
}

.card-body {
    position: absolute;
    bottom: 0;
    color: white;
}

.card {
    transition: all .1s ease-in-out;
    border-radius: 0.75rem!important;
    width: 100%;
}

.card-title {
    font-weight: 100;
    margin-bottom: 0rem;
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}

.card:hover {
    transform: scale(1.15);
}

.card-red:hover {
    border: #f38a50 2px solid;
    border-radius: 0.75rem;
}

.card-blue:hover {
    border: #4288c4 2px solid;
    border-radius: 0.75rem;
}

.swiper-slide:hover {
    z-index: 1;
}

.swiper-slide > a {
    text-decoration: none!important;
}

.mySwiper > * > .swiper-wrapper, .mySwiper2 > * > .swiper-wrapper {
    margin: 5rem 0 4rem 0;
}

  .mySwiper > * > .swiper-slide {
    opacity: 0!important;
    visibility: hidden!important;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    border-radius: 0.5rem;
  }
  .mySwiper > * > .swiper-slide-active {
    opacity: 1!important;
    visibility: visible!important;
  }
  .mySwiper > * > .swiper-slide-active + .swiper-slide {
    opacity: 1!important;
    visibility: visible!important;
  }
  .mySwiper > * > .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0!important;
    visibility: visible!important;
  }
  .mySwiper > * > .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1!important;
    visibility: visible!important;
  }

  .mySwiper2 > * > .swiper-slide {
    opacity: 0!important;
    visibility: hidden!important;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    border-radius: 0.5rem;
  }
  .mySwiper2 > * > .swiper-slide-active {
    opacity: 1!important;
    visibility: visible!important;
  }
  .mySwiper2 > * > .swiper-slide-active + .swiper-slide {
    opacity: 1!important;
    visibility: visible!important;
  }
  .mySwiper2 > * > .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0!important;
    visibility: visible!important;
  }
  .mySwiper2 > * > .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1!important;
    visibility: visible!important;
  }

  .swiper.mySwiper2,  .swiper.mySwiper {
    overflow: visible!important;
  }

  .view-arrow-cont {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .view-arrow-cont > .view-arrow{
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
  }

  .view-arrow-cont > img {
    width: fit-content;
    max-width: 1.5rem;
  }

  .h7-section {
        margin: 5rem 0;
        position: relative;
  }

  .a2z-image {
    transform: translateY(-2vw);
  }

  .a2z-header {
      font-family: TragicMarker;
      font-size: 4rem;
      margin-bottom: 1rem;
  }

  .a2z-subheader {
    font-size: 1.25rem;
  }

  .a2z-section {
    position: relative;
  }
  
  .a2z-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    padding-left: 8vw;
  }

  .learn-button > img {
      width: fit-content;
  }

  .btn {
    background-color: #57a979;
    color: white;
    font-family: TragicMarker;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    margin-right: 1.2rem;
    padding: 0.5rem 1rem;
  }

  .a2z-bottom > div {
    margin-top: 2vw;
  }

  .a2z-bottom > div > button {
    margin-top: 2vw;
  }

  .learn-button {
    margin-top: 2vw;
    display: block;
  }

  .news-header {
    font-family: TragicMarker;
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .newsletter-header {
    font-family: TragicMarker;
    font-size: 4rem;
  }

  .news-subheader {
    width: 50%;
    font-size: 1.25rem;
    margin-bottom: 3vw;
  }

  .newsletter-subheader {
    font-size: 1.25rem;
    margin-bottom: 3vw;
  }

  .news-section {
      padding: 3.5vw 0 5vw 0;
  }

  .news-content-upper {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }

  .news-content-upper > a {
    display: flex!important;
    text-decoration: none!important;
    color: inherit!important;
  }

  .img-page-cont > a {
    position: relative;
    display: flex!important;
    text-decoration: none!important;
    color: inherit!important;
    flex-direction: column;
  }

  .news-divider {
    margin: 0 0.5rem;
  }

  .news-author {
    display: flex;
    gap: 0.5rem;
  }

  .news-author > .a {
    color: #57a979!important;
    text-decoration: none!important;
  }

  .news-content-bottom {
    position: relative;
    font-family: TragicMarker;
    font-size: 1.5rem;
  }

  .submit-txt {
    font-family: TragicMarker;
  }

  .newsletter-section {
      position: relative;
      padding-bottom: 3rem;
  }

  .newsletter-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    padding: 8vw;
  }

  .newsletter-cont > .row {
    align-items: center;
  }

  .newsletter-cont > .row > div:nth-child(2) {
    text-align: right;
  }

  .newsletter-logo {
    width: fit-content;
    /* margin-top: 4vw; */
    max-width: 350px;
    margin-right: 5rem;
  }

  .newsletter-btn > img {
    width: fit-content;
    margin-left: 0.5rem;
  }

  .newsletter-btn {
    padding: 0.375rem 1.5rem;
    border-radius: 0.5rem!important;
  }

  .upper-cont, .lower-cont {
    justify-content: center;
    align-items: center;
    margin: 2rem;
    /*gap: 2rem;*/
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
  }

  .upper-cont > .upper-side > img, .lower-cont > .lower-side > img {
    width: fit-content;
  }

  .upper-side, .lower-side {
    width: fit-content;
  }

  .upper-side > button {
      width: 150px;
  }

  .icon-section {
      /* padding: 5vw 0; */
  }

  .homepage-mobile {
      display: none;
  }

  .mySwiper3 {
      overflow: visible!important;
  }

  .mySwiper3 > .swiper-wrapper {
    justify-content: center;
  }

  .page-back3, .page-next3 {
      width: fit-content;
  }

  .rightpage-mobile, .leftpage-mobile {
      display: none;
  }

  .page-cont-mobile {
      display: none;
  }

  .newsletter-bg-mobile, .translate-group-mobile {
    display: none;
  }

  .toUp {
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .toUp > img {
    width: fit-content;
  }

  .messenger {
    position: fixed;
    right: 2vw;
    bottom: 5vh;
  }

  .messenger > img {
      width: 6rem;
      z-index: 999;
  }

  
  .toUp-mobile {
    display: none;
}

.footer-cont {
    z-index: 2;
}

.nav-cross {
    display: none;
}

  @media only screen and  (max-width: 575px) {

    .easyPaginateNav {
        padding-top: 35vh!important;
        padding-left: 0!important;
    }

    .easyPaginateNav > ul {
        padding: 0!important;
    }

    .top-btn3 {
        width: 100%!important;
        margin: auto;
    }

    .home-a-z {
        flex-direction: column;
    }

    .borderAz {
        border-bottom: none!important;
    }
    
    .borderAz:last-child {
        border: none;
    }

    .new-letter-row > div:first-child {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .new-letter-row {
        border-bottom: none!important;
    }

    .new-search-row > .col-lg-4 {
        text-align: center;
        border-bottom: 1px solid #ddd;
        justify-content: center;
    }

    .new-search-row {
        border-bottom: none!important;
    }
      
    #button-addon2 > .submit-txt {
        display: none;
    }

    .nav-cross {
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        width: 25px;
        margin: 1rem;
        right: 0;
    }

    .footer-right > ul {
        justify-content: center;
    }
      
    .img-page-news {
        padding: 0!important;
    }

    .left-pagination-cont, .right-pagination-cont {
        margin-top: 0rem!important;
    }

    .swiper {
        margin-top: 0!important;
    }

    #content-az {
        margin: 0;
    }

    #content-az > div:first-child {
        margin-top: 0!important;
    }

    #a2z-main-section {
        background: #fff9ec;
    }

    .dt-more-container > button{
        margin: 0!important;
    }

    .top-btn2 > .submit-txt {
        display: none!important;
    }

    .main {
        transform: translateY(0)!important;
        width: 100%!important;
        text-align: center!important;
        margin-top: 2rem;
    }

    .az-text {
        width: 100%!important;
    }

    .margin-m, .register-container {
        padding-top: 5rem!important;
    }

    .covid-cont {
        margin-top: 2rem;
    }

    .nav-wrapper {
        position: fixed;
        width: 100vw;
        top: 0;
        z-index: 3;
    }

    body {
        margin-top: 9rem;
    }

    .navbar-nav.main-nav {
        position: absolute!important;
        background: #57A979;
        width: 80%;
        top: 0px;
        display: flex;
        align-items: center;
        right: 0;
        height: calc(100vh - 9vh);
        justify-content: center;
    }

    .navbar-nav.main-nav > a {
        color: white!important;
    }

    .letter-ul {
        margin-top: 2rem;
    }

    .page-back3 {
        float: left;
        left: -3rem;
        position: absolute;
        top: 50%;
        /* left: 0%; */
        transform: translate(0%, -50%);
        padding: 0 1rem;
    }

    .page-next3 {
        float: right;
        right: -3rem;
        position: absolute;
        top: 50%;
        /* left: 0%; */
        transform: translate(0%, -50%);
        padding: 0 1rem;
    }

    .mySwiper3 {
         overflow: hidden!important; 
         /* padding-bottom: 3rem!important; */
    }

    .mySwiper3 > .swiper-wrapper {
        justify-content: initial;
    }

    .main-logo {
        margin: auto;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    
    .main-logo > img {
        max-width: 140px;
    }

    .nav-cont {
        /* justify-content: flex-end!important; */
    }

    .navbar-toggler {
        border: none!important;
    }

    .share-link > img {
        width: 1.25rem;
    }

    .homepage-desktop {
        display: none;
    }

    .homepage-mobile {
        display: block;
    }

    .sharelink-desktop {
        display: none;
    }

    .h7-arrow {
        display: none;
    }

    .h7-upper > div:first-child {
        justify-content: center;
    }

    .h7-header, .h7-subheader, .slider-header, .slider-subheader, .a2z-header, .a2z-subheader, .news-header, .news-subheader, .newsletter-header, .newsletter-subheader {
        text-align: center;
    }

    .news-subheader {
        width: 100%;
    }

    .h7-header {
        font-size: 1.5rem;
    }

    .newsletter-logo {
        width: 100%;
    }

    .h7-lower {
        position: relative;
    }

    .rightpage-mobile, .leftpage-mobile {
        display: block;
    }

    .rightpage-desktop, .leftpage-desktop {
        display: none;
    }

    .mySwiper, .mySwiper2 {
        padding: 2rem!important;
    }

    .left-pagination-cont, .right-pagination-cont {
        width: 100%;
    }

    .page-cont {
        justify-content: space-between;
    }

    .right-pagination-cont > *, .left-pagination-cont > * {
        width: 100%;
    }
    
    .right-pagination-cont, .left-pagination-cont {
        position: relative;
    }

    .page-cont {
        display: none;
    }

    .page-cont-mobile {
        display: flex;
    }

    .right-pagination-mobile, .left-pagination-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }

    .a2z-image {
        display: none;
    }

    .a2z-cont {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        padding: 0;
      }

      .book-section {
          overflow: hidden;
      }

      .a2z-section > .container{
          margin: 0;
      }

      .d-grid {
          margin: 3rem 0 1rem 0!important;
      }

      .d-grid > .btn {
        margin: 0rem 0 1rem 0;
      }

      .learn-button {
          display: none;
      }

      .a2z-section {
          padding-top: 5vh;
      }

      .news-bottom {
          padding: 0 1.5rem;
          margin-top: 3rem;
          gap: 3rem;
      }

      .newsletter-bg-desktop {
          display: none;
      }

      .newsletter-bg-mobile {
          display: block;
      }

      .news-section {
          margin: 3rem 0 15rem 0;
      }

      .newsletter-logo {
        margin-top: -20rem;
      }

      .newsletter-subheader {
          margin: 1rem 0 3rem 0;
      }

      .submit-txt {
          /* display: none; */
      }

      .newsletter-btn > img {
         /* margin-left: 0rem; */
      }

      .upper-cont,.newsletter-btn {
          margin: 0;
      }

      .upper-cont > .upper-side:first-child {
          margin-bottom: 3rem;
      }

      .upper-cont > .upper-side:nth-child(3),.upper-cont > .upper-side:nth-child(4) {
        margin-top: 3rem;
        width: 50%;
    }

    .upper-cont, .lower-cont {
        gap: 0!important;
      }

    .footer-cont {
        background: url(../images/footer_bg_mobile.png);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat!important;
    }

    .footer-cont > footer > div:first-child,.footer-cont > footer > div:last-child {
        justify-content: center;
    }

    .footer-left > span {
        text-align: center;
    }

    .footer-middle > div {
        align-items: center;
        gap: 1rem;
    }

    .footer-cont > .row {
        gap: 3rem;
    }

    .footer-right {
        text-align: center;
    }

    .translate-group-desktop {
        display: none;
    }

    .translate-group-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .translate-group-mobile > select {
        /* background: transparent; */
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-16 -10 42 36 '%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right transparent;
        border: none;
        border-bottom: 1px solid white;
        border-radius: 0;
        color: white;
    }

    .translate-group-mobile > div {
        color: white!important;
    }

    select > option {
        margin: 40px;
        background: #214134;
        color: #fff;
        /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); */
        border: none;
    }

    .toUp {
        display: none;
    }

    .toUp-mobile {
        display: block;
    }

    .toUp-mobile {
        width: fit-content;
        margin: auto;
    }

    .upper-side {
        text-align: center;
        width: 100%;
    }

    .lower-side {
        /* margin: 2rem 0.5rem; */
        padding: 0 0.5rem;
    }

    #easyPaginate {
        grid-template-columns: auto!important;
    }

    .imgPaginate-section {
        margin: 15vw 0!important;
    }

    #easyPaginate .img-page-news > img {
        width: 100%!important;
    }

    .news-footer-section {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translate(0, 15%)!important;
        pointer-events: none;
    }
    
    .news-imgPaginate-section {
        position: relative;
    }
    
    .news-imgPaginate-section > div > .easyPaginateNav {
        padding-top: 10vh!important;
        padding-bottom: 48vh!important;
    }
    
    .news-inner-section {
        margin: 65vw 0 15vw 0!important;
    }

    .campaign-row {
        flex-direction: column-reverse;
        margin-top: 3rem;
    }   

    .campaign-row > div > img {
        width: 65vw!important;
    }

    .campaign-row > div:nth-child(2) {
        text-align: center;
    }

    .campaign-header,.campaign-btn {
        text-align: center;
    }

    .campaign-subheader {
        text-align: center;
        margin: 3rem 0!important;
    }

    .campaign-btn > .btn {
        margin-right: 0!important;
    }
    
    .camp-img {
        text-align: center;
    }

    .camp-img > img {
        width: 80vw!important;
    }

    .campaign-lower-cont > div:first-child {
        flex-direction: column-reverse;
    }

    .campaign-lower-txt-cont {
        text-align: center;
        margin: 3rem 0;
    }

    .campaign-lower-header {
        font-size: 3rem!important;
        padding: 0 14vw;
    }

    .campaign-lower-subheader {
        margin: 3rem 0;
        font-size: 1.15rem;
    }

    .related-title,.download-title {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .download-title {
        margin: 1rem 0;
    }

    .download-link {
        margin-bottom: 0.5rem;
    }

    .download-link,.dl_icon {
        font-size: 1.2rem;
    }

    .register-container {
        padding: 0 2rem;
        margin-bottom: 15rem!important;
    }

    .input-group {
        margin-bottom: 2rem!important;
    }
    
    .camp-sub {
        display: inherit!important;
        margin-right: 0.5rem;
    }

    .camp-page-title {
        font-size: 2.5rem!important;
        line-height: 2.5rem!important;
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }

    .camp-sect {
        transform: translateY(-12%)!important;
    }

    .camp-landing-page {
        transform: translateY(-10%)!important;
    }

    .event-details-btn > .btn {
        display: none;
    }

    .event-btn-mobile {
        display: block!important;
    }

    .event-details-btn_mobile {
        position: absolute;
        bottom: 15%;
        justify-content: center;
        width: 100%;
    }

    .news-lower-cont > .row {
        flex-direction: column!important;
    }

    .news-detail-more {
        margin-top: 3rem;
    }

    .news-lower-cont > .row > div:nth-child(2) > .row  {
        gap: 2rem
    } 

    .part-row-2 > div:first-child {
        text-align: initial!important;
    }
    
    .part-row-2 > div:nth-child(2) {
        text-align: initial!important;
    }

    .part-row-1 {
        margin-bottom: 0!important;
        gap: 1rem;
    }

    .part-row-2 {
        gap: 1rem;
    }

    .noResult-inner-section {
        margin: 35vw 0 0 0!important;
    }

    .noResult-footer-section {
        position: relative!important;
        bottom: 0!important;
        width: 100%!important;
        transform: translate(0, 0)!important;
        pointer-events: none!important;
        padding: 0rem 2rem 0rem 2rem!important;
    }

    .goBack-btn {
        margin: 2rem auto 0rem auto!important;
    }

    .noResult-txt {
        display: flex;
    }

    .contact_us_bg {
        width: 100%!important;
    }

    .dl-col {
        width: 100%;
    }

    .resource-data {
        margin: 1rem 0;
    }

    .resource-header {
        margin-top: 1rem;
    }

    .section.imgPaginate-section.dlPaginate > div > #easyPaginate {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important;
      }

      .resources-mainHeader {
        line-height: 3.5rem;
        margin-top: 15rem;
    }

    .order-ss-first {
        order: -1!important;
    }

    .covid-header {
        line-height: 3.25rem;
        text-align: center;
        margin: 1.5rem 0;
    }

    .covid-subheader {
        text-align: center;
    }

    .covid-btn {
        text-align: center;
    }

    .covid-btn > button,.covid-lower-btn > button {
        font-size: 1.5rem;
        width: 80%;
    }

    .covid-btn > button:first-child, .covid-lower-btn > button:first-child {
        margin-bottom: 2rem;
    }

    .covid-landing-page {
        padding: 0 1rem;
    }

    .accordion {
        margin: 2rem 0!important;
    }

    .bread1 {
        display: none;
    }

    .bread2 {
        display: flex!important;
        justify-content: center!important;
        margin-top: 1rem;
    }

    .a2z-date {
        display: none;
    }

    .a2z-date2 {
        display: block!important;
        text-align: center!important;
        margin-top: 3rem!important;
    }

    .mySwiperAz > div > .swiper-slide {
        margin-right: 0!important;
        margin-top: 0!important;
    }

    .mySwiperAz {
        max-width: 100%!important;
    }

    .row.gall {
        padding: 1rem;
    }

    .gallery-title {
        font-size: 2rem!important;
    }

    
    .a2z-table {
        margin-top: 3rem!important;
    }

    .a2z-table.top {
        margin-top: 0rem!important;
    }

    .a2z-section {
        background: #fff9ec;
    }

    .a2z-select {
        background: #fff9ec;
        font-family: TragicMarker;
        color: black!important;
        font-size: 2.25rem;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-16 -20 50 50 '%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right transparent!important;
    }

    .a2z-select2 {
        width: 10rem;
    }

    .filter-vec {
        width: fit-content;
    }

    .filter-group {
        padding: 0 2rem;
    }

    .submit-txt {
        /* display: none; */
    }

    .top-btn {
        width: 20%;
    }

    .a2z-btn {
        display: none;
    }

    .a2z-select > option {
        font-size: 1rem;
    }

    .a2z-bg-color {
        background-color: #fff9ec;
    }

    .a2z-list {
        display: none!important;
    }

    .top-btn.active {
        width: 100%!important;
        margin: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .top-btn.active > .submit-txt {
        display: block!important;
    }

    .top-10-title {
        margin: 10rem 0 3rem 0!important;
    }   
    
    .table-section {
        padding: 0px 2rem!important;
    }

    .a2z-top-subheader {
        display: none;
    }

    .cols.start {
        position: relative!important;
        text-align: center!important;
        transform: translateX(0)!important;
    }

    .start+.end {
        margin-bottom: 0rem!important;
    }

    .h7-section .container {
        width: calc(100% - 3rem);
    }

  }

  .bread2 {
      display: none;
  }

  .event-details-btn > .event-btn-mobile {
      display: none;
  }

  .mySwiper4 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: transparent;
    height: 100px;
    width:100%; */
    /* Center slide text vertically */
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }

  /* Cosmetic only */

  .news-imgPaginate-section > div > div > #easyPaginate {
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(3, 0fr);
    margin-bottom: 15rem;
  }

  .section.imgPaginate-section.dlPaginate > div > div > #easyPaginate {
    grid-template-columns: 100%;
    max-width: initial;
  }

  .section.imgPaginate-section.dlPaginate > div > #easyPaginate {
    margin-top: 5rem;
  }

  .row.article-search.resource-page {
      display: flex;
  }

  #easyPaginate {
    display: grid;
    grid-template-columns: auto auto auto ;
    max-width: fit-content;
    margin: auto;
    gap: 1.5em;
  }

#easyPaginate img {
    display:block;
    /* min-width: 100%!important; */
    border-radius: 0.25rem!important;
}

.card-img-top {
    border-radius: 0.75rem!important;
}

.easyPaginateNav a {padding: 8px;
    color: green;}
.easyPaginateNav a > img{width: fit-content;}
.easyPaginateNav a.current, .active_page > a > span {font-weight:bold;text-decoration:underline;}

.imgPaginate-section {
    margin: 8vw 0;
}

.easyPaginateNav {
    text-align: center;
    margin: auto;
    padding-top: 5vh;
    width: 100%!important;
}

.easyPaginateNav > ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.prev, .next {
    margin: 0 1.5vw;
}

.img-page-cont {
    position: relative;
    /* padding: 1rem; */
    min-width: 100%!important;
    max-width: 291px;
}

.img-page-txt {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    padding: 0rem 1rem 3rem 1rem;
}

.news-inner-section {
    margin: 5vw 0;
    text-align: center;
}

.news-inner-header {
    font-family: TragicMarker;
    font-size: 3.5rem;
}

.news-inner-search-btn {
    max-width: 75%;
    margin: auto;
    margin-top: 3vw;
}

.news-input {
    height: 3.5rem;
}

.news-input > input {
    background: #f7f7f7;
    border-right:none;
}

.news-input > span {
    border-left: none;
    background: #f7f7f7;
}

.img-page-news {
    position: relative;
    padding: 1rem;
    min-width: 100%!important;
}

.news-footer-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translate(0, 50%);
    pointer-events: none;
}

.news-lower-cont > * > * > * > * > a, .news-wrapper > a  {
    text-decoration: none;
    color: inherit;
}

.news-imgPaginate-section {
    position: relative;
    min-height: 750px;
}

.news-imgPaginate-section > div > .easyPaginateNav {
    padding-top: 25vh;
    padding-bottom: 15vh;
}

div[color='yellow']:hover {
    background-color: rgba(251, 198, 70, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

div[color='yellow'].active {
    background-color: rgba(251, 198, 70, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='darkgreen']:hover {
    background-color: rgba(33, 65, 52, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='darkgreen'].active {
    background-color: rgba(33, 65, 52, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='green']:hover {
    background-color: rgba(87, 169, 121, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

div[color='green'].active {
    background-color: rgba(87, 169, 121, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='blue']:hover {
    background-color: rgba(66, 136, 196, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

div[color='blue'].active {
    background-color: rgba(66, 136, 196, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='red']:hover {
    background-color: rgba(215, 90, 94, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

div[color='red'].active {
    background-color: rgba(215, 90, 94, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='pink']:hover {
    background-color: rgba(241, 154, 186, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

div[color='pink'].active {
    background-color: rgba(241, 154, 186, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='orange']:hover {
    background-color: rgba(243, 138, 80, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}


div[color='orange'].active {
    background-color: rgba(243, 138, 80, 0.35);
    border-radius: 0.5rem;
    transition: all 0.2s ease-out;
}

.swiper-slide {
    /* margin: 1rem 0; */
}

.campaign-row > div > img {
    width: fit-content;
}

.camp-banner-section {
    position: relative;
}

.campaign-cont,.campaign-lower-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
}

.campaign-cont > .row {
    align-items: center;
}

.campaign-header, .register-title {
    font-family: TragicMarker;
    font-size: 4rem;
    line-height: 4rem;
}

.campaign-subheader {
    margin: 2rem 0;
}


.campaign-row > div:first-child {
    padding: 5vw;
}

.campaign-swiper {
    margin-top: 0;
}

.campaign-lower-header {
    font-family: TragicMarker;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.camp-img > img {
    /* width: fit-content; */
}

.campaign-video {
    width: 100%;
    max-height: 425px;
    margin: 5rem 0;
}

.related-cards > * > .card {
    max-width: 170px;
}

.related-cards > div {
    padding: 1rem 0.25rem;
}

.related-cards > * > *  > .card > * > .card-title {
    font-size: 1rem;
    margin-bottom: 0rem;
}

.card {
    background-color: transparent!important;
    border: 1px solid rgba(255, 255, 255, 0);
}

.dl_icon {
    width: 1rem;
    margin-right: 0.5rem;
}

.download-link {
    color: #57a979;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.register-title {
    text-align: center;
    margin-bottom: 5rem;
}

.input-group-text {
    background-color: #f3f3f3;
    border-right: none;
    border: none;
}

.form-control {
    border-left: none;
    background-color: #f3f3f3;
    border: none;
}

input[type="file"] {
    display: none;
}

.file-btn {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px dashed black!important;
    font-family: roboto-condensed, sans-serif;
    color: black;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-btn > img {
    width: 1rem;
    margin-right: 0.5rem;
}

.register-container {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.homepage-desktop.camp-landing{
    z-index: 1;
}

.camp-landing2 {
    z-index: 0;
}

.camp-sect {
    transform: translateY(-25%);
}

.homepage-desktop {
    position: relative;
}

.camp-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.camp-cont > .row:last-child > .swiper {
    margin-top: 0;
}

.camp-cont > .row:last-child {
    margin: 0;
}

.camp-page-title {
    font-family: TragicMarker;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
}

.camp-landing-page {
    transform: translateY(-15%);
    margin: 8vw 0 0 0;
}

.camp-landing-page > div > .easyPaginateNav {
    padding-top: 10vh;
}

.event-details-content > * > p, .event-details-content > * > span {
    padding: 0 2rem;
}

.event-details-title {
    font-family: TragicMarker;
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
    margin: 3rem 0 2rem 0;
}

.event-details-date,.event-details-btn {
    display: inline-flex;
}

.event-details-lower-title {
    text-align: center;
    margin-bottom: 2rem;
}

.event-details-btn > .btn {
    padding: 0.25rem 2.5rem;
}

.event-details-date {
    margin-right: 1rem;
}

.download-title {
    font-weight: bold;
}

.event-dl {
    margin-bottom: 1.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: black!important;
}

.back_vector {
    width: 1rem;
    margin-right: 0.5rem;
}

.breadcrumb {
    justify-content: center;
}

.news-detail-section {
    position: relative;
    transform: translateY(5%);
}

.news-details-content {
    margin-top: 3rem;
}

.news-details-seemore {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.new-img-seemore {
    overflow: hidden;
}

.news-detail-more {
    width: fit-content;
}

.news-detail-mores {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-title {
    font-family: TragicMarker;
    margin-top: 3rem;
    color: #214134;
    font-size: 1.25rem;
}

.part-row-1 {
    margin: 2rem 0;
}

.part-row-2 {
    margin-bottom: 5rem;
}

.part-row-1, .part-row-2
{
    justify-content: center;
    align-items: center;
}

.part-row-1 > div > img,.part-row-2 > div > img {
    width: fit-content;
    max-width: 100%;
}

.part-row-2 > div:first-child {
    text-align: right;
}

.part-row-2 > div:nth-child(2) {
    text-align: center;
}

.noResult-footer-section {
    position: absolute; 
    bottom: 0;
    width: fit-content;
    transform: translate(0, 75%);
    pointer-events: none;
}

.goBack-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  3rem auto;
}

.goBack-btn > img {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.noResult-inner-section {
    margin: 10vw 0;
    text-align: center;
}

.register-subtitle {
    margin-bottom: 1rem;
    text-align: center;
}

.contact-title {
    margin-bottom: 2rem;
}

.contact_us_bg {
    width: fit-content;
    position: absolute;
    transform: translateY(-85%);
}

.dl-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dl-btn > img {
    width: fit-content;
    min-width: 0!important;
}

.imgss {
    display: flex;
    gap: 1rem;
}

.dl-col {
    width: 25%;
}

.resource-data {
    color: #333333;
}

.resource-title {
    font-family: TragicMarker;
    margin-top: 0.25rem;
    color: #214134;
    font-size: 1.75rem;
    line-height: 1.75rem;
}

.resource-header {
    color: #57a979!important;
}

.resources-mainHeader {
    font-family: TragicMarker;
    margin-bottom: 1rem;
    color: #214134;
    font-size: 3.5rem;
    text-align: center;
}

.covid-header {
    font-family: TragicMarker;
    margin-bottom: 1rem;
    color: #214134;
    font-size: 3.25rem;
    /* text-align: center; */
}

.covid-subheader {
    margin-bottom: 3rem;
}

.covid-section {
    position: relative;
    margin-bottom: 2rem;
}

.covid-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.covid-logo {
    width: 100%;
}

.covid-page-title {
    font-family: TragicMarker;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.covid-page-subtitle {
    text-align: center;
    margin-bottom: 3rem;
}

.covid-banner-section {
    position: relative;
    background: url(../images/covid_lower_bg.png);
    background-size: cover;
    
}

.covid-lower-header {
    font-family: TragicMarker;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.covid-lower-subheader {
    margin-bottom: 3rem;
    text-align: center;
}

.covid-lower-btn {
    text-align: center;
}

.covid-icon {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.accordion-button {
    font-family: TragicMarker;
    font-size: 1.5rem;
    color: white;
    background-color: #57a979;
    border-radius: 0.5rem!important;
}

.accordion-button:focus,.accordion-button:not(.collapsed) {
    background-color: #57a979!important;
    color: white!important;
    border-radius: 0.5rem!important;
    border: none!important;
    outline: 0;
    box-shadow: 0 0 0 0!important;
}

.accordion-item {
    background-color: transparent!important;
    /* border: 1px solid rgba(0,0,0,1)!important; */
    border-radius: 0.5rem!important;
    margin-bottom: 1rem;
}

.accordion-item ~ .accordion-button.collapsed {
    border: none!important;
}

/* Custom style */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.covid-lower-cont > .row {
    padding: 15vw 0 10vw 0;
}

.accordion {
    margin-top: 5rem;
}

.a2z-detail-header {
    font-family: TragicMarker;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    /* margin-top: 3rem; */
    margin-bottom: 3rem;
}

.a2z-detail-subheader {
    text-align: center;
}

.gallery-title {
    font-family: TragicMarker;
    font-size: 1.5rem;
}

.a2z-date2 {
    display: none;
}

.a2z-date,.a2z-date2 {
    font-family: TragicMarker;
    font-size: 1.2rem;
    text-align: right;
}

.gallery-row > div{
    width: fit-content;
    margin-bottom: 1.5rem;
}

.gall {
    margin-bottom: 6rem;
}

.gall2 {
    padding: 0 2rem;
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: row!important;
}

.mySwiperAz > div > .swiper-slide{  
    margin-top: 30px;
    margin-right: 30px;
}

.mySwiperAz {
    max-width: 400px;
    margin-left: 0!important;
    margin-top: 0!important;
}

.page-back33,.page-next33 {
    margin: 0 1rem;
}

.a2z-btn > .btn {
    padding: 0.75rem 1.75rem;
}

.a2z-btn {
    text-align: center;
}

.a2z-landing-subheader {
    padding: 0 10vw;
    text-align: center;
    margin: 3.5rem 0 0 0;
}

.top-btn > img {
    width: 1rem;
}

.top-btn > .submit-txt {
    font-family: roboto-condensed, sans-serif;
    color: #a9a9a9;
    margin-left: 0.5rem;
}

.top-btn {
    background-color: #f3f3f3!important;
    border: none;
    border-radius: 0.25rem!important;
    font-size: 1rem;
}

.a2z-list {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    margin: auto;
    margin-bottom: 5rem;
}


.a2z-list > a {
    text-decoration: none;
    color: black;
}

.a2z-list > a.active {
    border-bottom: 2px solid green;
    color: green!important;
}

.dt-more-container {
    text-align: center;
    margin: 3rem 0;
}

table.a2z-table > thead {
    display: none;
}

.a2z-table {
    border: none!important;
}

table.dataTable tbody tr,table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1,table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent!important;
}

.table-section {
    background: #fff9ec;
    padding: 3rem;
}

table.a2z-table > tbody > tr > td:hover {
    color: #57a979!important;
    cursor: pointer;
}

.a2z-select {
    border-bottom: 1px solid black!important;
    color: black;
}

.top-btn.active {
    width: 70%;
    background-color: #f38a50!important;
}

.top-btn.active > .submit-txt {
    color: white!important
}

.top-btn.active > img {
    filter: brightness(100);
}

.top-10-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 3rem 0 2rem 0;
    text-align: center;
}

.a2z-top-subheader {
    margin: 3rem 0 0 0;
}

.letter-ul {
    list-style-type: none;
}

.letter-ul > li{
    padding: 1rem 0;
    border-top: 1px solid #ddd;
}

.letter-ul > li > a{
    color: black;
    text-decoration: none;
}

.letter-ul > li > a:hover{
    color: #57a979;
}

.letter-ul > li:first-child {
    border: none;
}

.letter-row {
    margin-top: 2rem;
}

.cols-wrapper {
    position: relative;
    margin-left: 1rem;
}
/* 
.cols.start {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% + -2rem));
    border-top: none;
} */

.img-main {
    visibility: hidden;
    height: 1rem;
}

.cols {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
}

.cols .start > img{
    width: 150px;
}

.cols > a {
    color: black;
    text-decoration: none;
}

.az-text:hover, .cols > a:hover{
    color: #57a979;
}

.nd {
    border-top: none;
}

#btn-example-load-more {
    margin: 0!important;
}

.start {
    align-self: flex-end;
}

.col-6 > a {
    display: block;
    margin: 1rem;
}

.main {
    transform: translateY(calc(100% - 3rem));
}

.translate-language.active {
    border-bottom: 1px solid white;
    background-color: transparent;
}

.az-text {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.main > img + .az-text {
    border: none;
}

.resource-page {
    max-width: 100%!important;
    margin: 5rem 0 0 0!important;
}

p > img {
    width: fit-content;
}

.img-page-cont.img-page-news {
    max-width: 100%!important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

    .new-letter-row > div:first-child {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .new-letter-row {
        border-bottom: none!important;
    }

    .new-search-row > .col-lg-4 {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .new-search-row {
        border-bottom: none!important;
    }
      

    .h7-upper > div:first-child {
        justify-content: center;
    }

    .news-section {
        padding: 12.5vw 0 5vw 0!important;
    }

    .newsletter-cont > .row > div:nth-child(2) {
        text-align: center;
    }

    .newsletter-bg-desktop {
        margin-top: 21rem;
    }

    .newsletter-logo {
        margin: 0;
    }

    .newsletter-header {
        font-size: 3rem;
    }

    .nav-cross {
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        width: 25px;
        margin: 1rem;
        right: 0;
    }

    .navbar-nav.main-nav {
        position: absolute!important;
        background: #57A979;
        width: 80%;
        top: 0px;
        display: flex;
        align-items: center;
        right: 0;
        height: calc(100vh - 5vh);
        justify-content: center;
    }

    .nav-wrapper {
        position: fixed;
        width: 100vw;
        top: 0;
        z-index: 3;
    }

    body {
        margin-top: 8rem;
    }

    .navbar-nav.main-nav > a {
        color: white!important;
        font-size: 1.5rem;
    }

    .sharelink-desktop > img {
        filter: brightness(10);
        width: 1.5rem;
    }

    .h7-section {
        margin: 3rem 0;
    }

    .camp-cont {
        transform: translate(-50%, -25%);
    }

    .camp-landing-page {
        transform: translateY(0);
        margin: 20vw 0 0 0;
        padding-bottom: 10rem;
    }

    .h7-lower {
        margin-top: 4rem!important;
    }

    .campaign-row > div > img {
        width: 15rem;
    }

    .campaign-header, .register-title {
        font-size: 2rem;
        line-height: 2rem;
    }
    
    .campaign-subheader {
        margin: 1rem 0;
    }

    .event-details-title {
        margin: 5rem 0 2rem 0;
    }

    .register-container {
        margin-top: 12rem;
        margin-bottom: 10rem;
    }

    .covid-btn {
        position: absolute;
    }

    .covid-subheader {
        margin-bottom: 2rem;
    }

    .covid-header {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    .a2z-detail-header {
        margin-bottom: 1rem;
        width: 65%;
        margin: 0 auto 1rem;
        font-size: 3rem;
        line-height: 3rem;
    }

    .row.gall {
        padding: 0 2rem;
    }

    .a2z-top-subheader {
        text-align: center;
    }

    .resources-mainHeader {
        margin-top: 10rem;
    }

    .mySwiper3 > .swiper-wrapper {
        justify-content: initial;
    }

    .mySwiper3 {
        overflow: hidden!important;
    }

    .swiper-wrapper {
        height: auto!important;
    }

    .page-back3 {
        float: left;
    }

    .page-next3 {
        float: right;
    }
}

.list-group-item {
    background-color: transparent!important;
    border: none!important;
    padding: 0;
}

#floatingSocialShare > div {
    /* transform: translateZ(0) translateX(-50px); */
    /* -webkit-transform: translateZ(0) translateX(-50px); */
    display: none;
}

#floatingSocialShare > div.moved {
    transform: translateZ(0) translateX(0px)!important;
    transition: all 1s ease-in;
}

.home-a-z {
    display: flex!important;
}


.translate-language.active {
    border-bottom: 2px solid white!important;
    border-radius: 0;
}

.top-search-btn, #basic-addon2 {
    cursor: pointer;
}

.back_vector.samp {
    margin-right: auto!important;
}

.input-group.mb-3.news-input.container {
    margin-bottom: 3.5rem!important;
}

.new-search-row {
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.new-search-row > .col-lg-4 {
    /* border-bottom: 1px solid #ddd; */
    padding: 1rem 0;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.borderAz {
    border-bottom: 1px solid #ddd;
}

.borderAz:last-child {
    border: none;
}

.new-letter-row {
    /* margin-bottom: 5rem; */
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #ddd; */
    padding: 2rem 0;
}

.col-lg-9 > .new-search-row:last-child {
    border: none;
}

.new-letter-row:last-child {
    border: none;
}

.new-letter-row > div:first-child {
    display: flex;
    align-items: center;
}

.new-search-row > div > a {
    color: black;
    text-decoration: none;
}


.new-search-row > div > a:hover {
    color: #57a979;
}

.more-info-coming {
    padding: 3rem 0 6rem;
    text-align: center;
}

.items#easyPaginate {
    position: relative;
    /*min-height: 750px;*/
}


.easyPaginateNav {
    text-align: center;
    margin: auto;
    padding-top: 5vh;
    width: 100%!important;
    position: relative;
}

.easyPaginateNav > ul {
    position: absolute;
    top: -8rem;
    width: 100%;
}

.easyPaginateNav.resNav > ul {
    top: 5rem;
}

.overlay {
    position: absolute;
    bottom: 0;
}

.main-logo > img {
    max-width: 250px;
}

.healthy-hab-section {
    background-color: #FFF9EC;
    padding-bottom: 5rem;
}

.btn-feedback {
    position: fixed;
    margin: 0;
    z-index: 99;
    width: 2.4rem;
    padding: 0.2rem;
    height: 10rem;
    top: 75%;
    right: 0;
    transform: translate(0%, -50%);
    border-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
    border: 1px solid white;
    border-right: none;
}

@media (hover: hover) {
    .swiper-slide > a:hover {
      background-color: black;
    }
  }

.btn-feedback > div {
    writing-mode: vertical-rl;
}

.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.csat-img {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 75px;
}
.csat-img .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.csat-img:hover .img-top {
    display: inline;
}

.form-check-input:checked[type=radio] ~ .csat-img > .img-top{
    display: inline;
}

.modal-feedback-options {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.form-select-2 {
    max-width: 300px;
    margin-right: 1rem;
    background-color: #f3f3f3!important;
    border: none;
    border-radius: 0.25rem!important;
    font-size: 1rem;
}