/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./adage-static/sass/blogPageHome.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.top-filter .filter-menu-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.top-filter .filter-menu-button:not(:focus) {
  outline: none;
}

[data-epi-property-name] {
  min-height: auto !important;
}

.epi-pinnableContentWrapper *, .epi-pinnableContentWrapper *:before, .epi-pinnableContentWrapper *:after {
  box-sizing: initial;
}

.home-page-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-page-content .first-column {
  width: calc((100% - 2rem) / 3 * 2);
}
@media (max-width: 40em) {
  .home-page-content .first-column {
    width: 100%;
  }
}
.home-page-content .second-column {
  width: calc((100% - 2rem) / 3);
}
@media (max-width: 40em) {
  .home-page-content .second-column {
    width: 100%;
  }
}
@media (max-width: 40em) {
  .home-page-content {
    flex-direction: column;
  }
}

.top-filter {
  background: #024c7b;
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 64em) {
  .top-filter {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-filter {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 40em) {
  .top-filter {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.top-filter .top-filter-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 40em) {
  .top-filter .top-filter-container {
    padding-top: 1.6rem;
  }
}
.top-filter .filter-title-link {
  color: #ffffff;
  text-decoration: none;
  margin-right: 5.6rem;
}
@media (max-width: 40em) {
  .top-filter .filter-title-link {
    width: 100%;
    margin-right: 0;
  }
}
.top-filter .top-filter-title {
  margin: 0;
}
@media (max-width: 40em) {
  .top-filter .top-filter-title {
    width: 100%;
  }
}
.top-filter .filter-item,
.top-filter .filter-menu-button {
  text-transform: uppercase;
  transition: 0.2s;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.top-filter .filter-item:not(.filter-menu),
.top-filter .filter-menu-button {
  cursor: pointer;
}
.top-filter .filter-item:not(.filter-menu),
.top-filter .filter-menu-button {
  padding: 2.8rem 0 2.4rem 0;
}
.top-filter .filter-item:not(.filter-menu)::before,
.top-filter .filter-menu-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  width: calc(100% + 3.2rem);
  height: 0.8rem;
  background: #92d0dd;
  opacity: 0;
}
@media (max-width: 40em) {
  .top-filter .filter-item:not(.filter-menu)::before,
  .top-filter .filter-menu-button::before {
    height: 0.6rem;
  }
}
.top-filter .filter-item:not(.filter-menu):active::before, .top-filter .filter-item:not(.filter-menu):hover::before,
.top-filter .filter-menu-button:active::before,
.top-filter .filter-menu-button:hover::before {
  opacity: 1;
}
.top-filter .filter-item:not(.filter-menu):focus::after,
.top-filter .filter-menu-button:focus::after {
  height: calc(100% + -5.6rem);
  top: 3.1rem;
  width: calc(100% + 0.4rem);
  left: -0.2rem;
}
@media (max-width: 40em) {
  .top-filter .filter-item:not(.filter-menu),
  .top-filter .filter-menu-button {
    padding: 1.6rem 0;
  }
  .top-filter .filter-item:not(.filter-menu):focus::after,
  .top-filter .filter-menu-button:focus::after {
    height: calc(100% + -3.2rem);
    top: 1.6rem;
    width: calc(100% + 0.4rem);
    left: -0.2rem;
  }
}
.top-filter .filter-item:not(:last-child) {
  margin-right: 3.6rem;
}
@media (max-width: 40em) {
  .top-filter .filter-item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 40em) {
  .top-filter .filter-item:not(:last-child) {
    margin-right: auto;
  }
}
.top-filter .filter-menu {
  position: relative;
  display: flex;
}
@media (max-width: 40em) {
  .top-filter .filter-menu {
    position: static;
  }
  .top-filter .top-filter-container {
    position: relative;
  }
}
.top-filter .filter-menu-button {
  background: transparent;
}
.top-filter .filter-menu:focus-within .filter-menu-navigation,
.top-filter .filter-menu-button.open ~ .filter-menu-navigation,
.top-filter .filter-menu-button:focus ~ .filter-menu-navigation {
  visibility: visible;
  pointer-events: auto;
  height: auto;
  padding: 2.4rem 1.6rem;
}
@media (hover: hover) {
  .top-filter .filter-menu:hover .filter-menu-navigation {
    visibility: visible;
    pointer-events: auto;
    height: auto;
    padding: 2.4rem 1.6rem;
  }
  .top-filter .filter-menu-button:active {
    pointer-events: none;
  }
}
.top-filter .filter-menu-navigation {
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  min-width: 28.8rem;
  transform: translateY(100%);
  background: #92d0dd;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  padding: 0 1.6rem;
  will-change: padding, height, width;
}
@media (max-width: 47.9375em) {
  .top-filter .filter-menu-navigation {
    min-width: 19rem;
  }
}
@media (max-width: 40em) {
  .top-filter .filter-menu-navigation {
    left: initial;
    right: 0;
    min-width: 0;
    width: 100vw;
    width: calc(100vw - var(--scrollbar-width));
    transform: translate(1.6rem, 100%);
  }
}
.top-filter .category-item {
  display: block;
}
.top-filter .category-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.top-filter .category-link {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.top-filter .category-link::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1.6rem;
  width: calc(100% + 3.2rem);
  height: calc(100% + 2.2rem);
  background: #024c7b;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease;
  will-change: opacity, visibility;
  visibility: hidden;
  opacity: 0;
}
.top-filter .category-link:hover {
  color: #ffffff;
}
.top-filter .category-link:hover::before {
  visibility: visible;
  opacity: 1;
}

.blog-home-page {
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 64em) {
  .blog-home-page {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog-home-page {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 40em) {
  .blog-home-page {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.home-page-content {
  padding: 4rem 0;
}

.home-hero-image {
  width: 100%;
  max-height: 37.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4.8rem;
}
@media (max-width: 40em) {
  .home-hero-image {
    margin-bottom: 3.2rem;
    display: none;
    visibility: hidden;
  }
}
.home-hero-image.mobile-image {
  display: none;
  visibility: hidden;
}
@media (max-width: 40em) {
  .home-hero-image.mobile-image {
    display: inline-block;
    visibility: visible;
  }
}

.home-about {
  padding: 4.8rem 0;
  border-top: 1px solid #bebbba;
}
@media (max-width: 40em) {
  .home-about {
    padding: 3.2rem 0;
  }
}

.home-about-title {
  margin-bottom: 4rem;
}
@media (max-width: 40em) {
  .home-about-title {
    margin-bottom: 3.2rem;
  }
}

.home-about-description p {
  margin: 0;
  padding-bottom: 1.6rem;
}
.home-about-description ul,
.home-about-description ol {
  list-style-position: outside;
  padding-bottom: 1.6rem;
  padding-left: 2.4rem;
}
.home-about-description ul {
  list-style-type: disc;
}
.home-about-description ol {
  list-style-type: decimal;
}
.home-about-description ol > ol {
  list-style-type: upper-roman;
  padding-bottom: 0;
  padding-left: 0;
}
.home-about-description iframe {
  max-width: 100%;
  overflow: hidden;
}

.article-list-title {
  border-bottom: 0.1rem solid #bebbba;
  padding-bottom: 3.2rem;
}

.article-list {
  padding: 2.4rem 0;
}
@media (max-width: 40em) {
  .article-list {
    padding-top: 0.8rem;
    padding-bottom: 0;
    min-height: 16rem;
  }
}

.article-item {
  padding: 2.4rem 0;
}

.article-link {
  margin-bottom: 1.6rem;
  display: inline-block;
  text-decoration: none;
  color: #024c7b;
}
.article-link:hover {
  text-decoration: underline;
}
.article-link:hover, .article-link:active, .article-link:visited {
  color: #006434;
}
.article-link:focus:not(:hover) {
  color: #024c7b;
}

.article-meta {
  margin-bottom: 1.6rem;
}

.article-meta-item {
  display: inline;
}
.article-meta-item:not(:first-child):before {
  content: "|";
}

.article-is-restricted {
  display: inline-flex;
  align-items: center;
}
.article-is-restricted span {
  display: inline-flex;
}
.article-is-restricted svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.4rem;
  fill: currentColor;
  color: inherit;
}
.article-is-restricted svg .st0 {
  fill: #fff;
}

.article-summary {
  margin-bottom: 2.4rem;
}
@media (max-width: 40em) {
  .article-summary {
    margin-bottom: 1.6rem;
  }
}

.article-tags {
  margin: -0.8rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-tags-label {
  text-transform: uppercase;
  margin-right: 1.6rem;
}

.tag {
  display: inline-block;
  padding: 0.8rem 0;
}
.tag:not(:last-child) {
  margin-right: 1.6rem;
}

.tag-link {
  display: inline-block;
  text-decoration: none;
}

.article-list-pagination {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 40em) {
  .article-list-pagination {
    margin-bottom: 6.4rem;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem;
}
.pagination .pagination-item {
  padding: 0.4rem;
}
@media (max-width: 40em) {
  .pagination {
    margin: -0.2rem;
  }
  .pagination .pagination-item {
    padding: 0.2rem;
  }
}

.pagination-item {
  color: #92d0dd;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
@media (max-width: 64em) {
  .pagination-item.tablet-hidden {
    display: none;
  }
}
@media (max-width: 40em) {
  .pagination-item.mobile-hidden {
    display: none;
  }
}
.pagination-item.previous-link svg, .pagination-item.next-link svg {
  width: 1.2rem;
  height: 2rem;
  fill: #024c7b;
  transition: 0.2s;
  will-change: fill;
}
.pagination-item.previous-link .pagination-link:hover svg, .pagination-item.previous-link .pagination-link:active svg, .pagination-item.previous-link .pagination-link:focus svg, .pagination-item.next-link .pagination-link:hover svg, .pagination-item.next-link .pagination-link:active svg, .pagination-item.next-link .pagination-link:focus svg {
  fill: #000000;
}
.pagination-item.previous-link svg {
  transform: rotate(180deg);
}
.pagination-item.active-page {
  pointer-events: none;
}
.pagination-item.active-page .pagination-link {
  background: #bccc5c;
  border-color: #bccc5c;
  color: #000000;
}

.pagination-link {
  min-height: 4.8rem;
  min-width: 4.8rem;
  text-decoration: none;
  border: 1px solid #92d0dd;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  will-change: color, background-color;
  background: #ffffff;
  border-radius: 0;
  color: #024c7b;
}
.pagination-link::after {
  animation: fadeIn 0.2s;
}
.pagination-link:hover, .pagination-link:focus {
  background: #92d0dd;
  color: #000000;
}
.pagination-link:hover::after, .pagination-link:focus::after {
  color: #92d0dd;
}
.pagination-link:active {
  background: #bccc5c;
  color: #000000;
}
.pagination-link:active::after {
  color: #bccc5c;
}
.pagination-link:focus::after {
  content: "";
  position: absolute;
  border-radius: 0;
  border: 1px solid;
  height: calc(100% + 0.8rem);
  top: -0.4rem;
  width: calc(100% + 0.8rem);
  left: -0.4rem;
}

.topic-block {
  border-top: 1px solid #bebbba;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem 0;
}
.topic-block .topic-block-title {
  width: 100%;
  padding: 0.8rem 0;
  margin-bottom: 2.2rem;
}
@media (max-width: 40em) {
  .topic-block {
    padding: 2.4rem 0;
  }
  .topic-block .topic-block-title {
    margin-bottom: 1.6rem;
  }
}
.topic-block .topic-block-title, .topic-block .topic-item {
  padding: 0.8rem 0;
}
.topic-block .topic-item {
  display: inline-block;
}
.topic-block .topic-item:not(:last-child) {
  margin-right: 1.6rem;
}
.topic-block .topic-link {
  display: inline-block;
  text-decoration: none;
}

/*# sourceMappingURL=blogPageHome.css.map*/