﻿/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.tiles-2 * + .end-link {
  text-align: center;
  width: 100%;
  margin-top: 3.75em;
}
.tiles-2 * + .end-link .block-link {
  border: 1px solid #0077B3;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5em 1em 0.75em !important;
  border-radius: 5px;
}

.tiles-2 .badge {
  background: white;
  border-radius: 0.5rem;
  display: flex;
  position: absolute;
  --badge-inset: 0.8rem;
  top: var(--badge-inset, 0.8rem);
  left: var(--badge-inset, 0.8rem);
  z-index: 2;
  font-size: 1.2rem;
  padding: 0.5rem 0.65rem;
  color: #405e7c;
  align-items: center;
}
.tiles-2 .badge svg {
  width: 1.1em;
}
.tiles-2 .readtime {
  color: #405e7c;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
  margin-top: 1.4rem;
}
.tiles-2 .tiles-2 .readtime {
  color: white;
}
.tiles-2 .readtime > span[aria-hidden] {
  padding-right: 2px;
}
.tiles-2 .readtime svg {
  margin-right: 0.5em;
  width: 1.3em;
}
.tiles-2 .readtime svg path {
  fill: currentColor;
}

.tiles-2:not(.condensed) .list-wrap {
  width: 100%;
}
.tiles-2:not(.condensed) .tile-list {
  --border: 1px solid #d1e2e5;
}
.tiles-2:not(.condensed) .tile-list > li + li {
  border-top: var(--border);
  padding-top: 1.65em;
  margin-top: 1.65em;
}
.tiles-2:not(.condensed) .tile-list .asset {
  position: relative;
}

@media only screen and (max-width: 780px) {
  .tiles-2:not(.condensed) {
    display: flex;
    flex-direction: column;
    min-height: 15em;
    max-width: unset;
    padding-left: clamp(2.4rem, 6%, 6rem);
    padding-right: clamp(2.4rem, 6%, 6rem);
    margin: 0px;
    margin-top: 3rem !important;
    padding-top: 3rem !important;
  }
  .tiles-2:not(.condensed) .tile-card {
    display: flex;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .tiles-2:not(.condensed) .tile-card .asset {
    position: relative;
    width: 9.6rem;
    aspect-ratio: 1;
  }
  .tiles-2:not(.condensed) .tile-card .asset img {
    border-radius: 0.8rem;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 9.6rem;
    object-fit: cover;
  }
  .tiles-2:not(.condensed) .tile-card .inner-content {
    position: relative;
    padding: 0 0.5em;
    color: #405e7c;
  }
  .asset + .tiles-2:not(.condensed) .tile-card .inner-content {
    padding-left: 1.15em;
  }
  .tiles-2:not(.condensed) .image {
    width: 50%;
  }
  .tiles-2:not(.condensed) .inner-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4em 1.2em;
    margin: 0em 2em;
  }
  .tiles-2:not(.condensed) .badge span {
    position: absolute;
    opacity: 0;
  }
}
@media only screen and (min-width: 780px) {
  .tiles-2 .badge {
    padding: 0.5rem 1.2rem;
  }
  .tiles-2 .badge span {
    font-size: 1em;
    line-height: 1.75;
    opacity: 1;
    padding-left: 0.65rem;
    position: relative;
  }
  .tiles-2:not(.condensed) .tile-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 1.6rem;
  }
  .tiles-2:not(.condensed) .tile-list > li + li {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .tiles-2:not(.condensed) .tile-list li {
    box-shadow: 0px 3px 30px rgba(10, 51, 96, 0.15);
    border-radius: 0.8em;
    transition: box-shadow 0.3s;
  }
  .tiles-2:not(.condensed) .tile-list li:hover {
    box-shadow: 0px 16px 40px rgba(10, 51, 96, 0.15);
  }
  .tiles-2:not(.condensed) .tile-list .asset {
    aspect-ratio: 278/188;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal) {
    --card-padding: 1.6rem;
    --card-padding-large: 2.4rem;
    display: block;
    background: white;
    border-radius: 0.8rem;
    padding: 0;
    flex-direction: column;
    height: 100%;
    justify-content: stretch;
    overflow: hidden;
    text-decoration: none;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal):hover .h4-style {
    text-decoration: underline;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal) img {
    border-radius: 0.8em 0.8em 0 0;
    aspect-ratio: 278/188;
    width: 100%;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal):has(> :only-child) {
    justify-content: flex-end;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal) .inner-content {
    justify-content: start;
    padding: 0.5em 1em 1.15em;
  }
  .asset + .tiles-2:not(.condensed) .tile-card:not(.horizontal) .inner-content {
    padding-top: 0.75em;
  }
  .tiles-2:not(.condensed) .tile-card:not(.horizontal) .inner-content > .title:first-child {
    margin-top: 0;
  }
  .tiles-2:not(.condensed).article-list {
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    grid-gap: 1.6rem;
  }
}
.tiles-2.condensed {
  border-radius: 0.8rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.tiles-2.condensed * {
  box-sizing: border-box;
}
.tiles-2.condensed img {
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #f4f9fa;
  height: 9.6rem;
  border-radius: 8px;
}
.tiles-2.condensed .tile-list {
  background-color: white;
  box-shadow: 0px 16px 40px rgba(10, 51, 96, 0.15);
}
.tiles-2.condensed .tile-list li:not(:first-child) {
  margin-top: 1.65em;
  border-top: 1px solid #d1e2e5;
}
.tiles-2.condensed .tile-list li {
  padding: 0px 24px;
  position: relative;
}
.tiles-2.condensed .tile-list li:hover .h4-style {
  text-decoration: underline;
}
.tiles-2.condensed .tile-list .tile-card {
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.tiles-2.condensed .tile-list .tile-card .asset {
  height: 100%;
  padding-top: 2.4rem;
  width: 9.6rem;
  min-height: 9.6rem;
}
.tiles-2.condensed .tile-list .tile-card .asset .badge {
  --badge-inset: 3.3rem;
  position: absolute;
  top: var(--badge-inset, 0.8rem);
  left: var(--badge-inset, 0.8rem);
  padding: 0.5rem;
}
.tiles-2.condensed .tile-list .tile-card .asset .badge .badge-text {
  position: absolute;
  opacity: 0;
}
.tiles-2.condensed .tile-list .tile-card .inner-content {
  position: relative;
  color: #405e7c;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4em 1.2em;
  justify-content: center;
  flex-basis: 66.666%;
}
.tiles-2.condensed .tile-list .tile-card .inner-content svg {
  height: 0.55em;
  display: inline-block;
  font-family: "96 Sans Icons";
  margin-left: 0.5em;
}
.asset + .tiles-2.condensed .tile-list .tile-card .inner-content {
  padding-left: 1.15em;
}
.tiles-2.condensed .tile-list .tile-card .p-style {
  color: #707070;
  margin-top: 1.1em;
}
.tiles-2.condensed .tile-list .tile-card .readtime {
  color: #405e7c;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
  margin-top: 1.4rem;
}
.tiles-2 .tiles-2.condensed .tile-list .tile-card .readtime {
  color: white;
}
.tiles-2.condensed .tile-list .tile-card .readtime svg {
  margin-right: 0.5em;
  width: 1.3em;
}
.tiles-2.condensed .tile-list .tile-card .readtime svg path {
  fill: currentColor;
}

@media only screen and (min-width: 780px) {
  .tiles-2.condensed .list-wrap {
    padding: 2rem;
    box-shadow: 0px 16px 40px rgba(10, 51, 96, 0.15);
    border-radius: 5px;
    background-color: white;
  }
  .tiles-2.condensed .tile-list {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(20rem, 1fr);
    box-shadow: none;
    overflow: hidden;
  }
  .tiles-2.condensed .tile-list li {
    border-top: none !important;
    margin-top: 0px !important;
  }
  .tiles-2.condensed .tile-list li::after, .tiles-2.condensed .tile-list li::before {
    content: "";
    background-color: #d1e2e5;
    position: absolute;
  }
  .tiles-2.condensed .tile-list li::after {
    width: 100vw;
    height: 1px;
    top: -1rem;
    left: 0;
  }
  .tiles-2.condensed .tile-list li::before {
    width: 1px;
    height: 100vh;
    left: -1rem;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tiles-2.condensed .tile-list {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 5px;
  }
}
