.mNewButton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.5rem 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 350px;
}
.mNewButton a {
  width: 95%;
  margin: 0 auto;
  font-weight: 600 !important;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  display: flex;
  font-family: "gill-sans-nova", sans-serif;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
}

.module_theme--theme-black {
  background: #09213f;
}
.module_theme--theme-black h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-black p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-black a {
  color: #fdfdfd;
  font-weight: 600 !important;
}
.module_theme--theme-black a:hover {
  color: #fdfdfd;
}
.module_theme--theme-black span {
  color: #fdfdfd;
}
.module_theme--theme-blue {
  background: #2b5c99;
}
.module_theme--theme-blue h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-blue p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-blue a {
  color: #fdfdfd;
  font-weight: 600 !important;
}
.module_theme--theme-blue a:hover {
  color: #fdfdfd;
}
.module_theme--theme-blue span {
  color: #fdfdfd;
}
.module_theme--theme-light-blue {
  background-color: #6487b4;
}
.module_theme--theme-light-blue h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-light-blue h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 30px;
}
.module_theme--theme-light-blue h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-light-blue h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-light-blue p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-light-blue a {
  color: #2b5c99;
  font-weight: 600 !important;
}
.module_theme--theme-light-blue a:hover {
  color: #fdfdfd;
}
.module_theme--theme-light-blue span {
  color: #2b5c99;
}
.module_theme--theme-lighter-blue {
  background-color: #e9eef5;
}
.module_theme--theme-lighter-blue h1 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h2 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h3 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h4 {
  color: #2b5c99;
  font-size: 1.125rem;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue p {
  color: #2b5c99;
  font-weight: 400 !important;
}
.module_theme--theme-lighter-blue a {
  color: #2b5c99;
  font-size: 1rem;
  font-weight: 600 !important;
}
.module_theme--theme-lighter-blue a:hover {
  color: #09213f;
}
.module_theme--theme-lighter-blue span {
  color: #2b5c99;
}
.module_theme--theme-lighter-blue .moduleTitle__title h2 {
  color: #2b5c99;
}
.module_theme--theme-white {
  background-color: #fdfdfd;
}
.module_theme--theme-white h1 {
  color: #09213f;
  font-weight: 700 !important;
}
.module_theme--theme-white h2 {
  color: #09213f;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 30px;
}
.module_theme--theme-white h3 {
  color: #09213f;
  font-weight: 700 !important;
  line-height: 40px;
}
.module_theme--theme-white h4 {
  color: #09213f;
  font-weight: 400 !important;
}
.module_theme--theme-white p {
  color: #09213f;
  font-weight: 400 !important;
}
.module_theme--theme-white a {
  color: #2b5c99;
  font-weight: 600 !important;
}
.module_theme--theme-white a:hover {
  color: #09213f;
}
.module_theme--theme-white span {
  color: #2b5c99;
}

.lgr-pad-top,
.lg-pad-top,
.md-pad-top,
.sm-pad-top,
.smr-pad-top,
.top-nopad {
  padding-top: 0 !important;
}

.lgr-pad-bot,
.lg-pad-bot,
.md-pad-bot,
.sm-pad-bot,
.smr-pad-bot,
.bot-nopad {
  padding-bottom: 0 !important;
}

.lgr-pad-left,
.lg-pad-left,
.md-pad-left,
.sm-pad-left,
.smr-pad-left {
  padding-left: 1rem !important;
}

.left-nopad {
  padding-left: 0 !important;
}

.lgr-pad-right,
.lg-pad-right,
.md-pad-right,
.sm-pad-right,
.smr-pad-right {
  padding-right: 1rem !important;
}

.right-nopad {
  padding-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .lgr-pad-top {
    padding-top: 100px !important;
  }
  .lg-pad-top {
    padding-top: 80px !important;
  }
  .md-pad-top {
    padding-top: 60px !important;
  }
  .sm-pad-top {
    padding-top: 40px !important;
  }
  .smr-pad-top {
    padding-top: 20px !important;
  }
  .top-nopad {
    padding-top: 0 !important;
  }
  .lgr-pad-bot {
    padding-bottom: 100px !important;
  }
  .lg-pad-bot {
    padding-bottom: 80px !important;
  }
  .md-pad-bot {
    padding-bottom: 60px !important;
  }
  .sm-pad-bot {
    padding-bottom: 40px !important;
  }
  .smr-pad-bot {
    padding-bottom: 20px !important;
  }
  .bot-nopad {
    padding-bottom: 0 !important;
  }
  .lgr-pad-left {
    padding-left: 100px !important;
  }
  .lg-pad-left {
    padding-left: 80px !important;
  }
  .md-pad-left {
    padding-left: 60px !important;
  }
  .sm-pad-left {
    padding-left: 40px !important;
  }
  .smr-pad-left {
    padding-left: 20px !important;
  }
  .left-nopad {
    padding-left: 0 !important;
  }
  .lgr-pad-right {
    padding-right: 100px !important;
  }
  .lg-pad-right {
    padding-right: 80px !important;
  }
  .md-pad-right {
    padding-right: 60px !important;
  }
  .sm-pad-right {
    padding-right: 40px !important;
  }
  .smr-pad-right {
    padding-right: 20px !important;
  }
  .right-nopad {
    padding-right: 0 !important;
  }
}
.lgr-marg-top,
.lg-marg-top,
.md-marg-top,
.sm-marg-top,
.smr-marg-top,
.top-nomarg {
  margin-top: 0 !important;
}

.lgr-marg-bot,
.lg-marg-bot,
.md-marg-bot,
.sm-marg-bot,
.smr-marg-bot,
.bot-nomarg {
  margin-bottom: 0 !important;
}

.lgr-marg-left,
.lg-marg-left,
.md-marg-left,
.sm-marg-left,
.smr-marg-left,
.left-nomarg {
  margin-left: auto !important;
}

.lgr-marg-right,
.lg-marg-right,
.md-marg-right,
.sm-marg-right,
.smr-marg-right,
.right-nomarg {
  margin-right: auto !important;
}

@media screen and (min-width: 1024px) {
  .lgr-marg-top {
    margin-top: 100px !important;
  }
  .lg-marg-top {
    margin-top: 80px !important;
  }
  .md-marg-top {
    margin-top: 60px !important;
  }
  .sm-marg-top {
    margin-top: 40px !important;
  }
  .smr-marg-top {
    margin-top: 20px !important;
  }
  .top-nomarg {
    margin-top: 0 !important;
  }
  .lgr-marg-bot {
    margin-bottom: 100px !important;
  }
  .lg-marg-bot {
    margin-bottom: 80px !important;
  }
  .md-marg-bot {
    margin-bottom: 60px !important;
  }
  .sm-marg-bot {
    margin-bottom: 40px !important;
  }
  .smr-marg-bot {
    margin-bottom: 20px !important;
  }
  .bot-nomarg {
    margin-bottom: 0 !important;
  }
  .lgr-marg-left {
    margin-left: 100px !important;
  }
  .lg-marg-left {
    margin-left: 80px !important;
  }
  .md-marg-left {
    margin-left: 60px !important;
  }
  .sm-marg-left {
    margin-left: 40px !important;
  }
  .smr-marg-left {
    margin-left: 20px !important;
  }
  .left-nomarg {
    margin-left: auto !important;
  }
  .lgr-marg-right {
    margin-right: 100px !important;
  }
  .lg-marg-right {
    margin-right: 80px !important;
  }
  .md-marg-right {
    margin-right: 60px !important;
  }
  .sm-marg-right {
    margin-right: 40px !important;
  }
  .smr-marg-right {
    margin-right: 20px !important;
  }
  .right-nomarg {
    margin-right: auto !important;
  }
}
.blk-lgr-pad-left,
.blk-lg-pad-left,
.blk-md-pad-left,
.blk-sm-pad-left,
.blk-smr-pad-left,
.blk-left-nopad {
  padding-left: 0 !important;
}

.blk-lgr-pad-right,
.blk-lg-pad-right,
.blk-md-pad-right,
.blk-sm-pad-right,
.blk-smr-pad-right,
.blk-right-nopad {
  padding-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .blk-lgr-pad-left {
    padding-left: 100px !important;
  }
  .blk-lg-pad-left {
    padding-left: 80px !important;
  }
  .blk-md-pad-left {
    padding-left: 60px !important;
  }
  .blk-sm-pad-left {
    padding-left: 40px !important;
  }
  .blk-smr-pad-left {
    padding-left: 20px !important;
  }
  .blk-left-nopad {
    padding-left: 0 !important;
  }
  .blk-lgr-pad-right {
    padding-right: 100px !important;
  }
  .blk-lg-pad-right {
    padding-right: 80px !important;
  }
  .blk-md-pad-right {
    padding-right: 60px !important;
  }
  .blk-sm-pad-right {
    padding-right: 40px !important;
  }
  .blk-smr-pad-right {
    padding-right: 20px !important;
  }
  .blk-right-nopad {
    padding-right: 0 !important;
  }
}
.articles {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .articles {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .articles .moduleTitle__title {
    padding: 0.5rem 2.5rem;
  }
}
.articles__cards {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .articles__cards {
    padding: 0.5rem 2.5rem;
  }
}
.articles__cards__card {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 2rem auto;
  background-color: #ffffff;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .articles__cards__card {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .articles__cards__card {
    width: 31%;
    max-width: 487px;
  }
}
.articles__cards__card__image {
  min-height: 200px;
}
@media screen and (min-width: 430px) {
  .articles__cards__card__image {
    min-height: 200px;
  }
}
@media screen and (min-width: 500px) {
  .articles__cards__card__image {
    min-height: 225px;
  }
}
@media screen and (min-width: 768px) {
  .articles__cards__card__image {
    min-height: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .articles__cards__card__image {
    min-height: 275px;
  }
}
.articles__cards__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  padding: 1rem;
}
.articles__cards__card__content h4 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 24px;
  color: #606060;
}
.articles__cards__card__content p {
  color: #09213f;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.articles__cards__card__content span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.5rem 3rem;
  color: #ffffff;
  background-color: #2b5c99;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  border: 1px solid #ffffff;
  border-radius: 25px;
}
.articles__cards__card__content span span {
  font-weight: 700 !important;
  color: #ffffff;
}
.articles__cards__card__content span span:after {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .articles__cards__card__content span {
    padding: 0.75rem 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .articles__cards__card__content span {
    padding: 0.75rem 3.5rem;
    font-size: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.articles__cards__card__content span:hover {
  background: #ffffff;
  text-decoration: none;
  color: #2b5c99;
  border: 1px solid #2b5c99;
}
.articles__cards__card__content span:hover span {
  color: #2b5c99;
  font-weight: 700 !important;
}
.articles__cards__card__content .chevron::after {
  border-style: solid;
  border-width: 0.16em 0.16em 0 0;
  content: "";
  display: inline-block;
  height: 0.7em;
  left: 15px;
  position: relative;
  top: 0.35em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.7em;
}
@media screen and (min-width: 1024px) {
  .articles__cards__card__content .chevron::after {
    border-width: 0.15em 0.15em 0 0;
  }
}
.articles__cards__card__content .chevron.right:after {
  top: 0;
  transform: rotate(45deg);
  margin-top: 1px;
}
@media screen and (min-width: 1024px) {
  .articles__cards__card__content .chevron.right:after {
    margin-top: 4px;
  }
}
.articles__cards__card a {
  text-decoration: none;
}

.pagination_blog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pagination_blog__list {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 50px;
}
.pagination_blog__list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.5rem;
}
.pagination_blog__list__item__link {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  width: 48px;
  height: 48px;
  line-height: 46px;
  margin: 0 5px;
  border-radius: 50%;
  color: #09213f;
  background-color: #ffffff;
  border: 1px solid #868686;
  text-align: center;
  font-family: "gill-sans-nova", sans-serif;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700 !important;
}
.pagination_blog__list__item__link--ellipsis {
  border: unset !important;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  text-decoration: none;
  font-weight: 700 !important;
  color: #606060;
}
.pagination_blog__list__item__link--ellipsis:hover {
  text-decoration: none;
  color: #606060;
}
.pagination_blog__list__item__link--current {
  color: #ffffff !important;
  background-color: #2b5c99;
  cursor: default;
  font-weight: 700 !important;
}
.pagination_blog__list__item__link--current:hover {
  color: #ffffff;
  background: #2b5c99 !important;
  cursor: default;
  text-decoration: none;
}
.pagination_blog__list__item__link:hover {
  color: #ffffff !important;
  background-color: #6487b4;
  cursor: pointer;
  text-decoration: none;
}
.pagination_blog__list__item__link:hover span:before {
  color: #ffffff;
}
.pagination_blog__list__item__link__chevron:hover {
  color: #ffffff !important;
  background-color: #6487b4;
}
.pagination_blog__chevron:before {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: "";
  display: inline-block;
  height: 0.7rem;
  left: 0.15em;
  position: relative;
  top: 1.1rem;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.7rem;
  color: #09213f;
}
.pagination_blog__chevron__right:before {
  left: -0.1rem;
  transform: rotate(45deg);
}
.pagination_blog__chevron__left:before {
  left: 0.2rem;
  transform: rotate(-135deg);
}/*# sourceMappingURL=articles.css.map */