/*-- -------------------------- -->
<---         Timeline           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .news p {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.45;
    margin-bottom: 1.1em;
  }
  .news {
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    font-family: "jubilat", serif;
    font-weight: 400;
  }
  .news strong {
    font-weight: 600;
  }
  .news strong::before {
    display: none;
  }
  #sidebyside .content strong::before {
    display: none;
  }
  #sidebyside .content strong {
    font-weight: 600;
  }
  .section-break {
    margin-top: 1.5em;
  }
  #footer .left-section p a {
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
  }
  #footer .left-section {
    text-align: center;
  }
  #footer .left-section .logo {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .left-section p {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .left-section .logo {
    text-align: center;
  }
  .news .inline-link {
    color: #161943;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.15em;
  }
  #timeline {
    padding: 50px 0;
    background: #f7f3e6;
  }
  #timeline .timeline-card h3 {
    font-size: 1em;
  }
  #timeline .timeline-header {
    margin: 0 0 1em;
    max-width: none;
    text-align: left;
  }
  #timeline .timeline-header h2 {
    font-size: 2.5em;
    margin-bottom: 0.2em;
  }
  #timeline .timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #timeline .timeline-item {
    border-left: none;
    padding-left: 0;
    margin-bottom: 1.5em;
    position: relative;
  }
  #timeline .timeline-date {
    font-weight: 700;
    color: #161943;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
  }
  #timeline .timeline-card {
    background: #fff;
    border: 2px solid #161943;
    padding: 1.25em 1.5em 1.25em;
    box-shadow: 6px 6px 0 var(--primaryShade);
  }
  #timeline .timeline-meta {
    display: flex;
    align-items: baseline;
    gap: 0.75em;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
  }
  #timeline .timeline-card h3 {
    font-size: 1.1em;
    font-weight: 500;
    font-family: "jubilat", serif;
    margin-bottom: 0.5em;
  }
  #timeline .timeline-card > *:last-child {
    margin-bottom: 0;
  }
  #timeline .timeline-card a {
    color: #161943;
    text-decoration: none;
  }
  #timeline .timeline-card a:hover {
    text-decoration: underline;
  }
  #timeline .timeline-source {
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #timeline .timeline-card h3 {
    font-size: 1.25em;
  }
  #timeline .timeline-list {
    position: relative;
  }
  #timeline .timeline-item {
    border-left: none;
    display: block;
    padding-left: 0;
  }
}
/* Homepage blurb layout (custom, no framework styles) */
@media only screen and (min-width: 0em) {
  #blurb-split {
    padding: 2em 0 2.75em;
  }
  #blurb-split .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
  #blurb-split .blurb-text {
    width: 100%;
  }
  #blurb-split .blurb-image {
    flex: 0 0 auto;
    width: 180px !important;
    max-width: 180px !important;
  }
  #blurb-split .blurb-figure {
    margin: 0;
    text-align: center;
  }
  #blurb-split figcaption {
    margin-top: 0.75em;
    font-size: 0.95em;
    color: #5a5a5a;
  }
  #sidebyside .caption {
    margin-top: 0.75em;
    font-size: 1.05em;
    color: #5a5a5a;
    text-align: center;
  }
  #sidebyside .caption-link {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    padding: 0.8em 1.6em;
    border: 3px solid #161943;
    border-radius: 0;
    color: #161943;
    text-decoration: none;
    font-size: 1.3em;
    text-align: center;
    background: #fff;
    box-shadow: 6px 6px 0 var(--primaryShade);
  }
  #sidebyside .blurb-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .caption-link:hover {
    background: #161943;
    color: #fff;
  }
  #blurb-split .blurb-image img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 0.75em;
  }
}
@media only screen and (min-width: 64em) {
  #blurb-split .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #blurb-split .blurb-text {
    width: 62%;
  }
  #blurb-split .blurb-image {
    flex: 0 0 auto;
    width: 200px !important;
    max-width: 200px !important;
    margin-left: 2em;
  }
  #blurb-split .blurb-figure {
    text-align: left;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .image-box-home {
    height: 75em;
  }
  #sidebyside {
    padding: 50px 0;
  }
  #sidebyside .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 3em;
    margin-bottom: 0.375em;
  }
  #sidebyside .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #cde49d;
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside {
    padding: 9.375em 0;
  }
  #sidebyside .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 10.625em;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reverse {
    padding: 50px 0;
  }
  #sidebyside-reverse .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside-reverse .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside-reverse .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside-reverse .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside-reverse .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside-reverse .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside-reverse .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside-reverse .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-reverse .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside-reverse .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside-reverse .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reverse {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reverse {
    padding: 9.375em 0;
  }
  #sidebyside-reverse .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside-reverse .content {
    margin: 0;
    width: 60%;
    order: 1;
  }
  #sidebyside-reverse .image-box {
    margin: 0;
    margin-left: 10.625em;
    order: 2;
  }
  #sidebyside-reverse .image-box:before {
    left: auto;
    right: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    right: auto;
    left: -6.8125em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
.image-box-home {
  height: 25em;
}
