/* Base & Global Styles */
.container,
.container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

.subhead {
  color: #0c2740;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: .5px;
}

.section-title {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border: none !important;
  font-size: inherit !important;
  font-weight: 700;
}

.section-title a {
  color: #344e70;
  cursor: pointer;
  font-size: 24px;
}

.btn.btn-outline-dark {
  border: 1px solid #207fd4;
  border-radius: 2px;
}

/* --- Area Page Layout (ap-area) --- */
.ap-area__wrapper,
.ap-area__wrapper--4 {
  display: flex;
  flex-wrap: wrap;
}

.ap-area__sidebar {
  margin: 0 -1.5rem;
  padding: 1.5rem;
  background: #e9ecef;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1;
}

.ap-area__dropdown.subhead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
}

.ap-area__dropdown.subhead:after {
  content: "";
  display: inline-block;
  background: url(../img/sprite-all.svg?v0.1) no-repeat -150px -40px;
  width: 16px;
  height: 10px;
}

.ap-area__inner {
  opacity: 0;
  max-height: 0;
  overflow-y: scroll;
  transition: opacity 200ms linear, max-height 200ms linear;
}

.ap-area__inner--active {
  opacity: 1;
  max-height: 300px;
}

.ap-area__filter {
  width: 100%;
  margin-bottom: 1.5rem;
}

.ap-area__filter:first-child {
  margin-top: 1rem;
}

.ap-area__filter label,
.ap-area__filter p {
  display: inline-block;
  font-size: .875rem;
  margin-bottom: .25rem;
  color: #58585b;
}

.ap-area__filter input[type=radio] {
  vertical-align: middle;
  margin-right: .25rem;
}

.ap-area__filter input[type=radio]+label {
  color: #000;
  margin-bottom: 0;
}

.ap-area__filter--input,
.ap-area__filter--select {
  font-size: .875rem;
  width: 100%;
  padding: .5rem;
  border: 1px solid #ced4da;
}

.ap-area__button {
  padding: 1rem;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  background: #217fd4;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}

.ap-area__button:hover {
  background: #0c2740;
}

.ap-area__recommend {
  margin-top: 3rem;
  background: #fff;
  border-top: 4px solid #217fd4;
  padding: 1.5rem;
}

.ap-area__recommend ul {
  margin: 0;
  padding-bottom: 0;
  font-size: .875rem;
}

.ap-area__resources {
  width: 100%;
  padding: 3rem 0;
  background-color: #fff;
}

.ap-area__article {
  width: 100%;
  margin-bottom: 2rem;
}

.ap-area__article h3 {
  opacity: .5;
  margin-bottom: .5rem;
  letter-spacing: 1px;
}

.ap-area__article a>h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.ap-area__article img {
  width: 100%;
  height: auto;
}

.ap-area__article:hover img {
  transform: unset !important;
}

.ap-area__article a {
  display: block;
}

.ap-area__article p {
  font-size: .875rem;
  line-height: 1.6;
  margin-bottom: .5rem;
}

.ap-area__article ul {
  display: flex;
  margin: 0 0 .5rem;
  padding: 0;
  list-style: none;
  font-size: .75rem;
  color: #58585b;
  opacity: .75;
}

.ap-area__article ul li+li:before {
  content: "–";
  display: inline-block;
  margin: 0 .375rem;
}

/* --- Split Layout (s-layout) --- */
.s-layout {
  position: relative;
}

.s-layout:after,
.s-layout--left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #e9ecef;
  z-index: -1;
}

.s-layout--left:after {
  left: 0;
}

.s-layout .flex-wrapper,
.s-layout--left .flex-wrapper,
.s-layout__header {
  flex-direction: column;
}

.s-layout .flex-wrapper.flex--col-reverse,
.s-layout--left .flex-wrapper.flex--col-reverse {
  flex-direction: column-reverse;
}

.s-layout__header {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.s-layout__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: .875rem;
  font-weight: 700;
  color: #58585b;
  cursor: pointer;
}

.s-layout__button:after {
  content: "";
  display: inline-block;
  background: url(../img/sprite-all.svg?v0.1) no-repeat -150px -40px;
  width: 16px;
  height: 10px;
}

.s-layout__inner {
  opacity: 0;
  max-height: 0;
  padding-top: 1rem;
  overflow-y: scroll;
  transition: opacity 200ms linear, max-height 200ms linear;
}

.s-layout__inner--active {
  opacity: 1;
  max-height: 100%;
}

.s-layout__sidebar {
  margin: 0 -1.5rem;
  padding: 2rem 1.5rem 1rem;
  background: #e9ecef;
}

.s-layout--left .s-layout__sidebar {
  padding: 2rem 1.5rem 1rem;
}

.s-layout__main {
  width: 100%;
  padding: 2rem;
  background: #fff;
  line-height: 1.6;
}

.s-layout--left .s-layout__main {
  padding: 2rem;
}

.s-layout__main h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.s-layout__main p+h2 {
  margin-top: 4rem;
}

.s-layout__group {
  margin-top: 2rem;
}

.s-layout__group:first-child {
  margin-top: 0;
}

.s-layout__group h3 {
  font-size: .875rem;
  margin-bottom: .75rem;
}

/* --- Components (c-*) --- */
.c-cta {
  padding: 1.5rem;
  background: linear-gradient(135deg, #0c2740 0, #314d77 100%);
  border-radius: 2px;
  line-height: 1.6;
}

.c-cta,
.c-cta p a,
.card.feature-artcile .card-body:hover h4 a,
.card.feature-artcile .card-body:hover small {
  color: #fff;
}

.c-cta.cta-content {
  width: 270px;
  word-break: break-all;
}

.c-cta.cta-content .arrow-circle {
  height: 26px;
}

.c-cta p,
.c-list--arrow {
  margin-bottom: 1rem;
}

.c-list,
.c-accordion__more>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-list--arrow a,
.c-list--brochures a {
  color: #0c2740;
}

.c-list--arrow a:hover,
.c-list--brochures a:hover,
.c-list--arrow li:not(.active-item) a:hover {
  color: #217fd4;
}

.c-list--arrow li:before {
  content: "";
  display: inline-block;
  background: url(../img/sprite-all.svg?v0.1) no-repeat -109px -40px;
  width: 5px;
  height: 9px;
  margin-right: .5rem;
}

.c-list--arrow li.active-item {
  font-weight: 700;
}

.c-list--arrow li.active-item:before {
  background-image: url(../img/sprite-all.svg?v0.1);
  background-repeat: no-repeat;
  background-position: -104px -40px;
}

.c-list--arrow li{margin-bottom: 5px;}
.c-list--arrow li:not(.active-item) a {
  color: #58585b;
}

.c-list--brochures {
  padding: 0;
  margin-left: .25rem;
}
.c-list--brochures li:before {
  content: "";
  display: inline-block;
  background: url(../img/sprite-all.svg?v0.1) no-repeat -93px -40px;
  width: 11px;
  height: 15px;
  vertical-align: middle;
  margin-right: .75rem;
  transform: translateY(-2px) scale(1.15);
}

.c-link {
  color: #0c2740;
}

.c-link:hover,
.c-link--line:hover {
  color: #217fd4;
}

.c-link:after {
  content: "";
  display: inline-block;
  background: url(../img/sprite-all.svg?v0.1) no-repeat 0 -50px;
  width: 15px;
  height: 10px;
  margin-left: .5rem;
  vertical-align: middle;
}

/* Slider Component */
.c-slider--mini {
  background-color: #fff;
  border-radius: 2px;
}

.c-slider--mini .glide__slide {
  padding: 1.25rem;
  font-size: .875rem;
  line-height: 1.5;
}

.c-slider--mini h3 {
  opacity: .5;
  font-size: .75rem;
  margin-bottom: .5rem;
  color: #58585b;
}

.c-slider--mini a {
  display: block;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #58585b;
}

.c-slider--mini p {
  padding: 0;
  margin-bottom: 0;
  color: #58585b;
  line-height: 1.6;
}

.c-slider--mini .glide__bullets {
  display: inline-flex;
  width: 100%;
  padding: 1rem 1.25rem;
  border-top: 1px solid #ced4da;
}

.c-slider--mini .glide__bullet {
  width: .5rem;
  height: .5rem;
  margin: 0 .5rem 0 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .25);
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.c-slider--mini .glide__bullet--active {
  background-color: #58585b;
}

.c-slider--mini .glide__bullet:focus,
.c-slider--mini .glide__bullet:hover {
  border: 2px solid #58585b;
  background-color: rgba(255, 255, 255, .25);
}

.c-slider--mini .partner-card {
  margin-top: 16px;
}

.c-slider--mini .glide-next,
.c-slider--mini .glide-prev {
  top: 58.4%;
}

/* Accordion Component */
.c-accordion__item {
  border-bottom: 1px solid #ced4da;
}

.c-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
}

.c-accordion__title span:first-child {
  flex: auto;
}

.c-accordion__icon {
  background: url(../img/ac--plus.png) no-repeat top center;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.c-accordion__link:hover {
  color: #217fd4;
}

.c-accordion__title[aria-expanded=true] {
  font-weight: 700;
  color: #217fd4;
  background-color: transparent;
}

.c-accordion__title[aria-expanded=true] .c-accordion__icon {
  background: url(../img/acr-minus.png) no-repeat top center;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.c-accordion__title[aria-expanded=true]+.c-accordion__content {
  height: auto;
  max-height: 2000px;
  overflow: hidden;
  transition: max-height .5s ease-out;
}

.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  background: #f2f8fb;
  transition: max-height .5s ease-out;
}

.c-accordion__inner {
  padding: 1.25rem 1.5rem;
}

.c-accordion__inner .c-btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.c-accordion__more {
  margin-top: 1.5rem;
  padding: 1.5rem 0 1rem;
  border-top: 1px solid #ced4da;
}

.c-accordion__more h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.c-accordion__more>ul>li {
  margin-bottom: 1rem;
}

/* Accordion--office variant */
.c-accordion--office .c-accordion__title {
  justify-content: flex-start;
  transition: background-color .2s ease-out;
}

.c-accordion--office .c-accordion__title:hover {
  background-color: #e9ecef;
}

.c-accordion--office .c-accordion__title span:first-child {
  flex: none;
  background: url(../img/sprite-all.svg?v0.1) no-repeat -73px -40px;
  width: 10px;
  height: 6px;
  min-width: inherit;
  transform: translateY(-2px) scale(2) rotate(-90deg);
  transition: transform .2s ease-out;
}

.c-accordion--office .c-accordion__title span+span {
  margin-left: 1rem;
}

.c-accordion--office .c-accordion__title[aria-expanded=true] {
  color: #58585b;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
}

.c-accordion--office .c-accordion__title[aria-expanded=true] .c-accordion__icon {
  transform: translateY(-2px) scale(2) rotate(0);
  min-width: inherit;
}

.c-accordion--office .c-accordion__item {
  border-bottom: none;
}

.c-accordion--office .c-accordion__item.border-bottom {
  border-bottom: 1px solid #e9ecef;
}

.c-accordion--office .c-accordion__content,
.c-accordion--office .c-accordion__title[aria-expanded=true] {
  background-color: transparent;
}

/* Accordion--sidebar variant */
.c-accordion--sidebar .c-accordion__item:first-child .c-accordion__title {
  padding-top: 0;
}

.c-accordion--sidebar .c-accordion__title {
  padding: .75rem 0;
  font-size: .875rem;
}

.c-accordion--sidebar .c-accordion__icon {
  background: url(../img/sprite-all.svg?v0.1) no-repeat -176px -40px;
  width: 10px;
  height: 10px;
  min-width: inherit;
  transform: scale(1.6);
}

.c-accordion--sidebar .c-accordion__icon:hover {
  opacity: .5;
}

.c-accordion--sidebar .c-accordion__title[aria-expanded=true] {
  color: #000;
  border-bottom: 1px solid #217fd4;
}

.c-accordion--sidebar .c-accordion__title[aria-expanded=true] .c-accordion__icon {
  background-position: -166px -40px;
}

.c-accordion--sidebar .c-accordion__title[aria-expanded=true]+.c-accordion__content {
  opacity: 1;
  height: auto;
  transition: all .2s linear;
  will-change: opacity, height;
}

.c-accordion--sidebar .c-accordion__content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  transition: opacity .2s ease, height .2s linear;
  will-change: opacity, height;
}

.c-accordion--sidebar .c-accordion__inner {
  padding: 1rem 0;
}

.c-accordion--sidebar .c-accordion__inner .c-list--arrow {
  font-size: .875rem;
}

/* --- Media Queries --- */
@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  ul.navbar .dropdown-content li {
    text-align: left;
  }
  .cookies-modal {
    display: none;
  }
  .cookies-modal:checked+.cookie-modal-bar {
    transform: translateY(210px);
  }
}

@media (max-width: 992px) {
  .text-center-xs {
    text-align: center !important;
  }
  .close-cookies-modal {
    position: relative;
  }
  .cookie-modal-bar {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .ap-area__wrapper--4 .ap-area__article {
    max-width: calc(33.33% - 24px);
    margin-right: 36px;
  }
  .ap-area__wrapper--4 .ap-area__article:nth-child(2n) {
    margin-right: 36px;
  }
  .ap-area__wrapper--4 .ap-area__article:nth-child(3n) {
    margin-right: 0;
  }
  .ap-area__sidebar {
    position: relative;
    top: inherit;
    display: block;
    max-width: 30%;
    margin: 0;
    padding: 3rem 2.5rem 3rem 0;
    box-shadow: none;
  }
  .ap-area__dropdown.subhead {
    display: block;
    cursor: default;
  }
  .ap-area__dropdown.subhead:after {
    content: none;
  }
  .ap-area__inner,
  .ap-area__inner--active {
    opacity: 1;
    max-height: 100%;
  }
  .ap-area__inner {
    overflow-y: inherit;
  }
  .ap-area__resources {
    padding: 3rem 2.5rem;
    max-width: 70%;
  }
  .ap-area__article {
    max-width: calc(50% - 18px);
    margin-right: 36px;
  }
  .ap-area__article:nth-child(2n) {
    margin-right: 0;
  }
  .ap-area__article a>h2 {
    font-size: .875rem;
    min-height: 42px;
  }
  .ap-area__article figure {
    max-height: 170px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
  .ap-area__wrapper--4 .ap-area__article {
    max-width: calc(25% - 18px);
    margin-right: 24px;
  }
  .ap-area__wrapper--4 .ap-area__article:nth-child(2n),
  .ap-area__wrapper--4 .ap-area__article:nth-child(3n) {
    margin-right: 24px;
  }
  .ap-area__wrapper--4 .ap-area__article:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  .s-layout .flex-wrapper,
  .s-layout .flex-wrapper.flex--col-reverse {
    flex-direction: row;
  }
  .s-layout--left .flex-wrapper,
  .s-layout--left .flex-wrapper.flex--col-reverse {
    flex-direction: row-reverse;
  }
  .s-layout__header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .s-layout__button {
    display: none;
  }
  .s-layout__button:after {
    content: none;
  }
  .s-layout__inner,
  .s-layout__inner--active {
    opacity: 1;
    max-height: 100%;
  }
  .s-layout__inner {
    padding-top: 0;
    overflow-y: inherit;
  }
  .s-layout__sidebar {
    width: 100%;
    max-width: 33%;
    margin: 0;
    padding: 3rem 1.5rem 3rem 3rem;
  }
  .s-layout--left .s-layout__sidebar {
    padding: 3rem 3rem 3rem 3rem;
  }
  .s-layout__main {
    max-width: 70%;
    padding: 3rem 4rem 3rem 3rem;
  }
  .s-layout--left .s-layout__main {
    padding: 3rem 4rem 3rem 3rem;
  }
}

@media (min-width: 1140px) {
  .ap-area__sidebar {
    max-width: 20%;
  }
  .ap-area__resources {
    max-width: 80%;
  }
  .ap-area__article {
    max-width: calc(33.33% - 24px);
    margin-right: 36px;
  }
  .ap-area__article:nth-child(2n) {
    margin-right: 36px;
  }
  .ap-area__article:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

/* Asiamerger */
.s-layout a{color:#344e70;}
.leftbarContent .list{list-style: none;}

/* Pagination */
.pagination {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  /* float: right; */
}

.pagination li {
  display: inline-block;
  margin-bottom: 5px;
}

.pagination a {
  float: none;
  color: #316aa3;
  padding: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #316aa3;
  margin: 0 3px;
  font-weight: 700;
  font-size: 0.75rem;
}

.pagination a:hover:not(.active) {
  background-color: #316aa3;
  color: #fff;
}

.pagination li.active a,
.pagination .current {
  background-color: #316aa3;
  color: #fff;
  border-color: #316aa3;
  line-height: 24px;
}

.pagination .btn-secondary {
  color: #fff !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page,
.page-numbers {
  font-size: 12px;
}

.page {
  border-top: solid 1px #e6e7e8;
  margin-top: 20px;
  overflow: hidden;
  color: #939598;
  padding: 10px 15px 10px 10px;
  line-height: normal;
}

.page span {
  line-height: 28px;
}

.page-numbers {
  color: #1a2940;
  font-weight: 700;
  padding: 7px 12px;
}

.open-modal {
  font-weight: 700;
  background: #2981d1;
  color: var(--white);
  padding: 12px 28px;
  margin-bottom: 16px;
  border-radius: 2px;
}

/* Grid */
.grid {
    /* box-sizing: border-box;
    display: block; */
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0;
    margin: 0 auto;
    position: relative;
    /* letter-spacing: -.31em; */
    /* word-spacing: -.43em; */
    list-style-type: none;
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
    }
    .col-md-3 {
        width: 25%;
    }
}