.fourcolumnpanel {
  padding-top: 75px;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel {
    padding-top: 110px;
  }
}
.fourcolumnpanel + .fourcolumnpanel {
  padding-top: 58px;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel + .fourcolumnpanel {
    padding-top: 102px;
  }
}
.fourcolumnpanel h2 {
  font-size: 30px;
  line-height: 51px;
  font-weight: 600;
  color: #012169;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel h2 {
    font-size: 48px;
    padding-bottom: 50px;
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 0px;
  }
}
.fourcolumnpanel .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel .navBox {
    display: block !important;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .fourcolumnpanel .navBox {
    display: block !important;
  }
}
.fourcolumnpanel .navBox .swiper-button-prev, .fourcolumnpanel .navBox .swiper-button-next {
  top: 45%;
}
@media screen and (min-width: 651px) and (max-width: 767px) {
  .fourcolumnpanel .navBox .swiper-button-prev, .fourcolumnpanel .navBox .swiper-button-next {
    top: 40%;
  }
}
.fourcolumnpanel .navBox .swiper-button-prev {
  left: -10px !important;
}
.fourcolumnpanel .navBox .swiper-button-prev::after {
  content: "" !important;
  background: url(/assets/images/settings/arrow-forward.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  right: 0%;
  position: absolute;
  height: 26px;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .navBox .swiper-button-prev::after {
    width: 27px;
    height: 40px;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .navBox .swiper-button-prev::after {
    width: 45px;
    height: 65px;
  }
}
.fourcolumnpanel .navBox .swiper-button-next {
  right: -5px !important;
}
.fourcolumnpanel .navBox .swiper-button-next::after {
  background: url(/assets/images/settings/arrow-forward.svg) no-repeat center;
  content: "" !important;
  background-size: contain;
  width: 18px;
  height: 26px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .navBox .swiper-button-next::after {
    width: 27px;
    height: 40px;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .navBox .swiper-button-next::after {
    width: 45px;
    height: 65px;
  }
}
.fourcolumnpanel .newspanel {
  min-width: 100%;
  max-width: 100%;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel .newspanel {
    max-width: 355px;
    min-width: 355px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.fourcolumnpanel .newspanel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 36px;
  height: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 80em) {
  .fourcolumnpanel .newspanel .swiper-slide {
    margin-bottom: 58px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock {
  padding: 0;
  margin: 0px;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.13);
  display: block !important;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock {
    max-width: 80%;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock::after {
  width: 43%;
  background-color: #6CA9DC;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .imgWrap {
  margin-bottom: 0;
  overflow: hidden;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .imgWrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-height: 300px;
  min-height: 186px;
  -o-object-position: top;
     object-position: top;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .imgWrap img {
    max-height: 216px;
    min-height: 134px;
  }
}
@media print, screen and (min-width: 64em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .imgWrap img {
    max-height: 216px;
    min-height: 134px;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .imgWrap img {
    max-height: 199.39px;
    min-height: 199.39px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection {
  padding: 0px 24px 35px 30px;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection {
    padding: 18px 18px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection {
    padding: 0px 13px 13px 13px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection a:hover {
  text-decoration: none;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title-sec {
  margin-bottom: 10px;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title-sec a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title-sec a {
    font-size: 18px;
    line-height: 20px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title-sec a:hover {
  color: #012169;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .contentblock {
  margin-bottom: 30px;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .contentblock p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .contentblock p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date {
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 7px;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date {
    line-height: 14px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date {
    padding-bottom: 10px;
    line-height: 19px;
    font-size: 16px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date p {
  color: #3E6F91;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 19px;
  font-size: 16px;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date p {
    line-height: 19px;
    font-size: 16px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .date p:hover {
  text-decoration: none;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title {
  padding-bottom: 5px;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title {
    padding-bottom: 5px;
    margin-top: 18px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title p, .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title a {
  line-height: 19px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000000;
  font-weight: 700;
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title p, .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title a {
    line-height: 24px;
    font-size: 20px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title p:hover, .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .col-title a:hover {
  text-decoration: none;
  color: #012169;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock {
  position: absolute;
  bottom: 28px;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock {
    bottom: 18px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock {
    bottom: 15px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock .learnmorecta {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock .learnmorecta:after {
  content: "";
  width: 100%;
  color: #000000;
  height: 100%;
  background: url(/assets/images/settings/arrow_learnmore.svg) no-repeat center;
  position: absolute;
  padding-left: 20px;
  background-size: contain;
  max-width: 20.54px;
  max-height: 20.63px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock .learnmorecta:after {
    max-width: 21.91px;
    max-height: 22px;
  }
}
.fourcolumnpanel .newspanel .swiper-slide .colblock .contentsection .ctablock .learnmorecta:hover {
  padding-left: 10px !important;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.fourcolumnpanel .viewallcta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel.newslistpanel h2, .fourcolumnpanel.newslistpanel h3, .fourcolumnpanel.newslandpanel h2, .fourcolumnpanel.newslandpanel h3 {
    line-height: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .fourcolumnpanel.newslistpanel h2, .fourcolumnpanel.newslistpanel h3, .fourcolumnpanel.newslandpanel h2, .fourcolumnpanel.newslandpanel h3 {
    text-align: left;
  }
}
@media screen and (min-width: 85em) {
  .fourcolumnpanel.newslistpanel h2, .fourcolumnpanel.newslistpanel h3, .fourcolumnpanel.newslandpanel h2, .fourcolumnpanel.newslandpanel h3 {
    padding-bottom: 56px;
  }
}
.fourcolumnpanel.newslandpanel .innerWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fourcolumnpanel.newslandpanel .innerWrap .swiper-slide {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 44px;
}
@media print, screen and (min-width: 48em) {
  .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide {
    width: 48.5%;
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide:nth-child(2n+2), .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide {
    width: 23.7%;
    margin-right: 1.7%;
    margin-bottom: 74px;
  }
  .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide:nth-child(4n+4), .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 80em) {
  .fourcolumnpanel.newslandpanel .innerWrap .swiper-slide {
    width: 22.223%;
    margin-right: 3.7%;
  }
}
.fourcolumnpanel.newslandpanel .innerWrap .colblock {
  max-width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .fourcolumnpanel.newslandpanel .innerWrap .colblock {
    max-width: 375px;
    margin: 0 auto;
  }
}

.newsfilterpanel {
  padding-top: 55px;
}
@media screen and (min-width: 85em) {
  .newsfilterpanel {
    padding-top: 84px;
  }
}
.newsfilterpanel + .rightwrap .firstcolumnpanel, .newsfilterpanel .fourcolumnpanel {
  padding-top: 65px;
}
@media screen and (min-width: 85em) {
  .newsfilterpanel + .rightwrap .firstcolumnpanel, .newsfilterpanel .fourcolumnpanel {
    padding-top: 54px;
  }
}
.newsfilterpanel .filtersection {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .newsfilterpanel .filtersection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsfilterpanel .filtersection .selectbox {
  width: 344px;
}
.newsfilterpanel .filtersection .selectbox:first-child {
  width: 344px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 48em) {
  .newsfilterpanel .filtersection .selectbox:first-child {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .newsfilterpanel .filtersection .selectbox {
    width: 238px;
  }
}
.newsfilterpanel .filtersection .selectbox.relavantbox {
  width: 238px;
  margin-bottom: 0;
}
.newsfilterpanel .filtersection .Ctabox {
  margin-left: 0px;
  width: 100%;
  margin-top: 24px;
}
.newsfilterpanel .filtersection .Ctabox .ctabtn {
  padding: 14px 38px;
  text-align: center;
  border-radius: 50px;
}
@media print, screen and (min-width: 64em) {
  .newsfilterpanel .filtersection .Ctabox {
    width: auto;
    margin-left: 25px;
    margin-top: 0px;
  }
}

#news-type-menu, #news-relevance-menu {
  height: auto;
}

.paginationpanels ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paginationpanels ul li {
  margin: 0 7px;
}
@media print, screen and (max-width: 47.99875em) {
  .paginationpanels ul li {
    margin: 0 3px;
  }
}
.paginationpanels ul li.prev, .paginationpanels ul li.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginationpanels ul li.prev a, .paginationpanels ul li.next a {
  margin-left: 0;
  height: 50px;
  width: 50px;
  background: url("../../images//settings/arrow_learnmore.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media print, screen and (max-width: 47.99875em) {
  .paginationpanels ul li.prev a, .paginationpanels ul li.next a {
    height: 32px;
    width: 32px;
  }
}
.paginationpanels ul li.prev a:hover, .paginationpanels ul li.next a:hover {
  height: 50px;
  width: 50px;
  background: url("../../images//settings/arrow_learnmore.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media print, screen and (max-width: 47.99875em) {
  .paginationpanels ul li.prev a:hover, .paginationpanels ul li.next a:hover {
    height: 32px;
    width: 32px;
  }
}
.paginationpanels ul li.prev a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paginationpanels ul li.prev a:hover {
  -webkit-transform: rotate(180deg) scale(1.03);
          transform: rotate(180deg) scale(1.03);
}
.paginationpanels ul li.next {
  margin-left: 7px;
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .paginationpanels ul li.next {
    margin-left: 3px;
  }
}
.paginationpanels ul li.next a {
  background: url("../../images//settings/arrow_learnmore.svg") no-repeat;
  background-size: contain;
}
.paginationpanels ul li.active a {
  background: #012169;
}
.paginationpanels ul li a {
  background: #7E92B4;
  padding: 13px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 47.99875em) {
  .paginationpanels ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 7px;
    width: 32px;
  }
}
.paginationpanels ul li a:hover {
  background: #012169;
}
/*# sourceMappingURL=fourcolumnpanel.css.map */
