.wf-loading, .wf-loading body {visibility:hidden}
.wf-active body .wf-inactive body {visibility:visible}


.no-js [data-responsive-toggle], .no-js .top-bar, .no-js{ display: none!important; }

[data-responsive-menu] ul { display: none; }



/***  Theme Breakpoints
small:   0      - 639px
medium:  640    - 823px
large:   824    - 1023px
xlarge:  1024px - 1439px
xxlarge: 1440px
*/

:root {
  --color-primary: #00008c;
  --color-secondary: #ff8526;
  --color-1: #fcf2ff;
  --color-2: #f1e9db;
  --color-3: #809bce;
  --color-dark: #2a363f;
  --color-light: #f2f2f9;
  --bg-light: #f2f2f9;
  --bg-color-1: #f1e9db;

  --font-heading: 'Bai Jamjuree', Arial, sans-serif;
  --font: 'Bai Jamjuree', Arial, sans-serif;
  /* Light: 300 */
  /* Regular: 400 */
  /* Medium: 500 */
  /* SemiBold: 600 */
  /* Bold: 700 */

  --transition: all .25s ease-out;

  /* default nav heights */
  --default-admin-bar: 32px;
  --default-menu-height: 100px;
  --default-secondary-menu-height: 40px;
  --default-mobile-menu-height: 50px;

  /* do not change, adjust the "default" heights */
  --admin-bar: 0px;
  --menu-height: 0px;
  --secondary-menu-height: 0px;
  --mobile-menu-height: 0px;

  --header-height: calc(var(--secondary-menu-height) + var(--menu-height));

}

.admin-bar {
  --admin-bar: 32px;
}

.secondary-menu-row.hidden + .primary-menu-row {
  --secondary-menu-height: 0px;
}

@media (max-width: 1439px) {
  :root {
    --default-menu-height: 80px;
  }
}

@media (max-width: 1199px) {
  :root {
    --default-menu-height: 60px;
    --default-secondary-menu-height: 0px;
  }
}

@media (max-width: 782px) {
  .admin-bar {
    --admin-bar: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar {
    --admin-bar: 32px;
    --header-height: calc(var(--admin-bar) + var(--secondary-menu-height) + var(--menu-height));
  }
}


.admin-bar header#masthead {
  margin-top: var(--admin-bar);
  transition: var(--transition);
}
body:not(.admin-bar) {
  --admin-bar: 0px;
}

body:not(.scroll-top) header#masthead {
  background-color: #e6e6f4;
  margin-top: calc(var(--admin-bar) - var(--secondary-menu-height));
  --header-height: calc(var(--admin-bar) + var(--menu-height));
}
body:not(.scroll-hero).scroll-down header#masthead {
  margin-top: calc(var(--admin-bar) - var(--secondary-menu-height) - var(--menu-height));
  --header-height: calc(var(--admin-bar));
}





/* Colors */

.text-light { color: #fff; }
.text-dark { color: var(--color-dark); }

.bg-white { background-color: #fff; }
.bg-light { background-color: var(--bg-light); }
.bg-color-1 { background-color: var(--bg-color-1); }




/* Fontit (ks. graafinen ohjeisto) */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common Styles */

::selection {
  background: #ffdabe;
  color: var(--color-dark);
}

html, body {
  font-family: var(--font);
  overflow-x: hidden;
}


.admin-bar .nav-sub-second-mega ul.nav-sub-second {
  margin: 32px 0 0 0;
}


body,input,select,optgroup,textarea {
  font-family: var(--font);
  font-size: 16px;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  color: var(--main-dark-grey);
}
a {
  font-style: normal;
  color: inherit;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

a:focus, a:active, a:visited {
  color: inherit;
}
a:hover {
  color: unset;
}
a:visited {
  color: unset;
}

body, input, select, optgroup, textarea {
    --color: #fff;
}

ul, ol {
  margin: 0 0 1.5rem 1.5rem;
}

ul li {
  margin-bottom: .75rem;
}

ol li {
  margin-bottom: 1.5rem;
}
ol li li:not(:last-child) {
  margin-bottom: .5rem;
}

svg {
  display: block;
}


/**  General **/

.admin-bar .nav-root { top: 32px; }
.admin-bar li.cell > ul.nav-subroot { top: 112px; }
:focus { outline: none; }


/**  Accessibility  **/
a:focus-visible {
  outline: 2px solid var(--color-secondary);
}



/***  Typography  ***/

h1,h2,h3,h4,h5,h6 {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
}
p,strong,em,li,th,td {
  font-family: var(--font);
}
p, span, li, div {
  line-height: 1.65;
}
#wpadminbar p, #wpadminbar span, #wpadminbar li, #wpadminbar div, #wpadminbar :before, #wpadminbar :after {
  line-height: 1;
}


/* Headings */
h1 {
  font-size: clamp(2.25rem, 4vw, 3.125rem);
  font-style: normal;
  margin-bottom: 2rem;
}
h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-style: normal;
  margin-bottom: 1.5rem;
}
h3 { 
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-style: normal;
  margin-bottom: 1.5rem;
}
h4 { 
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-style: normal;
  margin-bottom: 1rem;
}
h5, h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-style: normal;
  margin-bottom: .5rem;
}

h1:not(:first-child),
h2:not(:first-child) {
  margin-top: 5rem;
}
h3:not(:first-child),
h4:not(:first-child) {
  margin-top: 3rem;
}
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 2rem;
}

@media (max-width: 823px) {
  h2 { margin-bottom: 1rem; }
  h3 { margin-bottom: 1rem; }
  h4 { margin-bottom: .5rem; }
}



thead th {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}
tbody td {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
p:not(:last-child) {
  margin-bottom: 1.5rem;
}
p, li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
b, strong {
  font-style: normal;
  font-weight: 600;
}

blockquote {
  position: relative;
  border: 0;
  margin: 1rem 0;
  padding: 1rem 1.5rem;
}
blockquote:before {
  content: '”';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 250%;
}
blockquote, blockquote p {
  color: inherit;
  font-size: 110%;
}


/**********     1200px     **********/
@media (max-width: 1199px) {
  p, li {
    font-size: .9375rem;
  }

  thead th {
    font-size: 1.25rem;
  }
  tbody td {
    font-size: 1rem;
  }
}



/******* GENERAL BLOCKS STYLES *******/

.page-block {
  position: relative;

  a:not(.btn) {
    text-decoration: underline;
  }
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}


/* Block Paddings */

.top-padding-none {
  padding-top: 0;
}
.top-padding-narrow {
  padding-top: 4rem;
}
.top-padding-wide {
  padding-top: 8rem;
}
.bottom-padding-none {
  padding-bottom: 0;
}
.bottom-padding-narrow {
  padding-bottom: 4rem;
}
.bottom-padding-wide {
  padding-bottom: 8rem;
}
@media all and (max-width: 1200px) {
  .top-padding-narrow {
    padding-top: 2rem;
  }
  .top-padding-wide {
    padding-top: 4rem;
  }
  .bottom-padding-narrow {
    padding-bottom: 2rem;
  }
  .bottom-padding-wide {
    padding-bottom: 4rem;
  }
}


/* Block Margins */

.no-margin {
  margin: 0 auto;
}
.small-margin {
  margin: 4rem auto;
}
.big-margin {
  margin: 8rem auto;
}



/* Foundation Alterations */

.grid-margin-x-custom {
    margin-left: 8rem;
    margin-right: 8rem;
}



.post, .page {
  margin: 0;
}
main#primary {
  /* margin-top: calc(var(--menu-height) + var(--secondary-menu-height)); */
  -webkit-transition: margin-top .1s ease-in-out;
  transition: margin-top .1s ease-in-out;
}
.menu.align-center li a {
  font-size: 18px;
}
.secondary-menu {
  padding-left: 2rem;
}





/* Widths */

.width-narrow {
  max-width: 55rem;
  margin: 0 auto;
}
.hero-width-narrow {
  max-width: 55rem;
}
  .text-center .hero-width-narrow {
    margin: 0 auto;
  }
.hero-width-content {
  max-width: 65rem;
}
  .text-center .hero-width-content {
    margin-left: auto;
    margin-right: auto;
  }
.width-narrow-content {
  max-width: 70rem;
  margin: 0 auto;
}
.width-content {
  max-width: 87.5rem;
  margin: 0 auto;
}
.width-100 {
  max-width: 100rem;
  margin: 0 auto;
}
.width-max-content {
  max-width: max-content;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .width-content {
    margin: 0 4rem;
  }
}
@media (max-width: 1199px) {
  .width-content {
    margin: 0 3rem;
  }
  .width-narrow-content {
    max-width: 100%;
    margin: 0 3rem;
  }
  .width-narrow {
    max-width: 45rem;
  }
}
@media (max-width: 1023px) {
  .width-content,
  .width-narrow-content {
    margin: 0 2rem;
  }
  .width-narrow {
    max-width: 100%;
    margin: 0 2rem;
  }
}
@media (max-width: 639px) {
  .width-content,
  .width-narrow-content,
  .width-narrow {
    margin: 0 1rem;
  }
}






/* Header */

.nav-menu-1, .nav-menu-2, .nav-menu-logo {
  padding-left: 0rem;
  padding-right: 0rem;
}


/* Hero */

header {
  position: relative;
}
header.entry-header:not(.no-image) {
  min-height: 600px;
}
header.height-half {
  height: 50vh;
}
header.height-normal {
  height: 70vh;
}
header.height-full {
  height: calc(100vh - var(--header-height));
  max-height: 1200px;
}
.height-full-flow {
  height: 150vh;
  max-height: 1300px;
}
.hero-title {
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
  position: relative;
}

.bg-mask {
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hero-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
  .hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
.hero-title-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
  z-index: 10;
}
header.text-left .hero-title-wrapper {
  justify-content: flex-start;
}
.height-full-flow .hero-title-wrapper {
  height: calc(100vh - 144px);
  position: relative;
  max-height: 950px;
}

header.entry-header .entry-title {
  color: white;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  margin-bottom: 0;
}
header.entry-header.no-image {
  background-color: white;
  padding: 10rem 0 5rem;
  text-align: center;

  .entry-title {
    color: var(--color-primary);
  }
}


header.entry-header .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
header.text-left .buttons {
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  header.text-bottom .hero-title-wrapper {
    align-items: flex-end;
  }
  header.text-top .hero-title-wrapper {
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .hero-title-wrapper {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}





/* Buttons (Painikkeet) */

.btn {
  border-radius: .625rem;
  border-width: 2px;
  border-style: solid;
  display: flex;
    align-items: center;
    justify-content: center;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 700;
  padding: .5rem 3.125rem .5625rem;
  width: fit-content;
  min-width: 18rem;
}
.arrow-svg {
  margin-left: 1.125rem;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: .5625rem;
}
    .btn:hover .arrow-svg {
      transform: translatex(.3125rem);
    }


/* Button Styles */
/*
btn-primary : Tummansininen
btn-secondary : Oranssi
btn-alternate : Ääriviivallinen
*/


/* Primary Button */
.btn-primary, a.btn-primary,
.btn-primary:visited, a.btn-primary:visited {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
  .btn-primary:hover,
  .btn-primary:visited:hover,
  .btn-primary:active,
  .btn-primary:focus {
    background: var(--color-secondary);
    color: var(--color-primary);
    border-color: var(--color-secondary);
  }
.btn-primary .arrow-svg {
  fill: #fff;
}

/* Secondary Button */
.btn-secondary,
.btn-secondary:visited {
  background: var(--color-secondary);
  color: var(--color-primary);
  border-color: var(--color-secondary);
}
  .btn-secondary:hover,
  .btn-secondary:visited:hover,
  .btn-secondary:active,
  .btn-secondary:focus {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
  }
.btn-secondary .arrow-svg {
  fill: #fff;
}
  .btn-secondary:hover .arrow-svg {
    fill: var(--color-dark);
  }

/* Alternate Button */
.btn-alternate,
.btn-alternate:visited {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
  .btn-alternate:hover,
  .btn-alternate:visited:hover,
  .btn-alternate:active,
  .btn-alternate:focus {
    background: transparent;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
.btn-alternate .arrow-svg {
  fill: var(--color-dark);
}
  .btn-alternate:hover .arrow-svg {
    fill: var(--color-dark);
  }


/* Exceptions */

.btn.btn-small {
  font-size: 1.125rem;
  font-weight: 600;
  min-width: fit-content;
  padding: .25rem 1.825rem;
  white-space: nowrap;
}
.btn.btn-header svg {
  margin-left: 1.125rem;
  width: 9px;
}

.text-center .btn { 
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero-title-wrapper a.btn { 
  position: relative;
}

.post-item-link .btn {
  width: 100%;
}


.wpcf7-form {
  position: relative;
}
.wpcf7-submit {
  background: var(--color-primary);
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: fit-content;
}
.wpcf7-submit:hover {
  background: var(--color-secondary);
}
form .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 100%;
}


@media (max-width: 1199px) {
  .btn {
    font-size: 1rem;
    padding: .8rem 1.125rem .7rem 1.625rem;
  }
  .arrow-svg {
    width: .5rem;
  }
  .btn.btn-header {
    font-size: 1rem;
    padding: .3125rem .875rem .3125rem .9375rem;
  }
  .btn.btn-header svg {
    margin-left: .875rem;
    width: 7px;
  }
}

@media (max-width: 823px) {
  .btn.btn-header {
    font-size: .875rem;
    padding: .1875rem .75rem .1875rem .75rem;
  }
  .btn.btn-header svg {
    display: none;
  }
}




/** Breadcrumbs */

.page-breadcrumb {
  margin: 4rem auto;
  text-align: center;
}
.page-ul-breadcrumb {
  list-style: none;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-breadcrumb li {
  font-family: var(--font);
  font-size: 1.125em;
  white-space: nowrap;
}
.page-breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-breadcrumb li.seperator {
  font-size: 1em;
}
.page-breadcrumb li a {
  font-family: inherit;
  padding: 0;
  margin: 0;
} 
.page-breadcrumb li.item a {
  color: #BFC3C9;
}
.page-breadcrumb li.item a:hover {
  color: #134851;
}
.page-breadcrumb li.item-current.item {
  color: #134851;
}
.page-breadcrumb .seperator .arrow-svg {
  width: 30px;
  margin: 0rem 0.5rem;
  height: auto;
}
.page-breadcrumb .seperator .arrow-svg svg {
  max-height: 16px;
}



/* Forms */

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  background-color: #fff;
  border: 0;
  box-shadow: none;

  animation-name: focus-on-input;
  animation-duration: .4s;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: 0;
  box-shadow: none;
}

[type=email]:focus, [type=tel]:focus, [type=text]:focus, textarea:focus {
  background-color: #ffffffaa;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 1px solid var(--color-secondary);
  border-radius: 0;
  color: #000;
  display: grid;
  float: inline-start;
  font: inherit;
  height: 1.5rem;
  margin: 0 .5rem 0 0;
  place-content: center;
  width: 1.5rem;
}
input[type=checkbox]:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.7'%3E%3Cpath d='M19.4,0.6c-0.8-0.8-2-0.8-2.8,0L7.3,9.8L3.4,5.9c-0.8-0.8-2-0.8-2.8,0c-0.8,0.8-0.8,2,0,2.8l5.3,5.3 c0.4,0.4,0.9,0.6,1.4,0.6s1-0.2,1.4-0.6L19.4,3.4C20.2,2.6,20.2,1.4,19.4,0.6z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 1.25rem 1.25rem;
  content: "";
  height: 1.25rem;
  transform: scale(0.75);
  transition: transform .2s;
  width: 1.25rem;
}


.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: .6875rem;
  font-weight: 500;
  position: absolute;
  top: 100%;
}

.wpcf7-form a {
  text-decoration: underline;
}
.wpcf7-form a:hover {
  color: var(--color-secondary);
}





/************************/
/***** Page Blocks ******/
/************************/


/* Block General */

.page-block .block-title {
  margin-top: 0;
}

.text-block-lead a, .text-block-text a {
  text-decoration: underline;
}

.entry-content {
  margin: 0 auto;
}

.single .post-navigation {
  padding-bottom: 4rem;
}



/****** Media Queryt ******/

@media screen and (max-width: 93.750em) { /* < 1500px */

  .page-breadcrumb {
    margin: 4rem;
  }
  .page-block.bg-gray {
    margin: 0;
  }
}

@media screen and (max-width: 68.750em) { /* < 1100px */
  .arrow-svg svg {
    max-height: 23px;
  }
  .person-name {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 62.5em) { /* < 1000px */
  .text-block-lead, .font-size-lead.text-block-link a  {
    font-size: 1.5em;
  }

  .page-breadcrumb li, .page-breadcrumb li a {
    font-size: 1em;
  }
  .person-description {
    font-size: 1rem;
  }
}



/* HAKUTULOKSET */
.search-results #primary {
  background: var(--bg-light);
}
.search-results .search-results-container {
  position: relative;
  padding: 3rem 0;
}
.search-results .page-header {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.search-results .posts-navigation {
  margin-top: 3rem;
}

.search-results .search-form {
  align-items: center;
  display: flex;
  background: #fff;
  border: 2px solid var(--color-secondary);
  border-radius: .75rem;
  gap: 1rem;
  padding: 1.25rem 1.5rem 1.25rem 1.875rem;
}
.search-results .search-form svg {
  height: auto;
  width: 3.125rem;
}
.search-results .search-form label,
.search-results .search-form .search-field {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-results .search-form .search-field::placeholder {
  color: #58556380;
}
.search-results .search-form .search-submit {
  background: var(--color-primary);
  border: 0;
  border-radius: .5rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem;
}
.search-results .search-form .search-submit:hover {
  background: #393741;
}

.search-results .search-results-count {
  color: var(--color-light);
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  padding: 1rem 0;
}

.search-results article {
  display: flex;
  flex-flow: column wrap;
  padding: 1rem 0 1.5rem;
  position: relative;
}
.search-results article:not(:last-of-type) {
  border-bottom: solid 1px var(--color-secondary);
}

.search-results .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
.search-results .post-type {
  color: var(--color-secondary);
  font-size: .75rem;
  margin-bottom: .5rem;
}

.search-results .entry-summary,
.search-results .entry-summary p {
  font-weight: 300;
}
.search-results .entry-summary p:last-child {
  margin-bottom: 0;
}



/* YKSITTÄINEN ARTIKKELINÄKYMÄ */

.single .entry-meta {
  color: #fff;
  font-size: 1.6rem;
  font-family: var(--font);
  padding-top: 1rem;
  text-align: center;
}

.hero-single {
  height: 50vh;
  min-height: 500px;
  max-height: 1000px;
}
.single-post-mask {
  opacity: 20%;
  background: #134851;
  position: absolute;
}
.hero-single .entry-title {
  color: #fff;
  text-align: center;
}



/* Pagination */

.nav-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.nav-links .nav-name {
  opacity: 0.35;
}
.nav-links .nav-title {
  position: relative;
}
.nav-links .nav-previous {
  max-width: 50%;
}
.nav-links .nav-next {
  max-width: 50%;
  text-align: right;
}
.nav-links .nav-title .arrow-svg {
  position: absolute;
  top: 5px;
  display: inline;
  width: auto;
  height: 16px;
  margin: 0;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
}
    .nav-links .nav-previous .nav-title .arrow-svg {
      left: -30px;
      transform: rotate(180deg);
    }
    .nav-links .nav-next .nav-title .arrow-svg {
      right: -30px;
    }




/* Password Protected */

.password-container {
  margin: 12rem 1rem;
  display: flex;
  justify-content: center;
}
.password-container form {
  max-width: 40rem;
}




/* ARTIKKELIEN ARKISTONÄKYMÄ */

.featured-post {
  position: relative;
}
.featured-post-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  z-index: 3;
}
.featured-post .bg-mask {
  position: absolute;
  top: 0;
  background: #00000024;
  z-index: 2;
}
.featured-post-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-post-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.featured-post-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.featured-post-excerpt, .featured-post-excerpt p {
  font-size: 1.5rem;
}
.featured-post-excerpt p:last-child {
  margin-bottom: 0;
}
.featured-post-link {
  margin-top: 3rem;
}

.posts-archive {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.posts-archive .posts-list .post-item {
  display: flex;
  flex-flow: wrap column;
  justify-content: space-between;
  margin-top: 5rem;
}
.posts-archive .posts-list .post-item-image {
  position: relative;
}
.posts-archive .posts-list .post-item-image .featured-image {
  position: relative;
  width: 100%;
  height: 15vw;
  overflow: hidden;
}
.posts-archive .posts-list .post-item-image .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.posts-archive .posts-list .post-item-content .post-meta {
  margin: 0.5rem 0;
}
.posts-archive .posts-list .post-item-content .post-title {
  font-size: 1.5rem;
  margin-top: 0;
}
