@font-face {
  font-family: Work Sans;
  src: url(./fonts/work-sans-v23-latin_latin-ext-700.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url(./fonts/work-sans-v23-latin_latin-ext-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url(./fonts/work-sans-v23-latin_latin-ext-300.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #a4b5b8;
  font-size: 14px;
}
::-moz-placeholder {
  color: #a4b5b8;
  font-size: 14px;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a4b5b8;
  font-size: 14px;
}
::-ms-input-placeholder {
  color: #a4b5b8;
  font-size: 14px;
}
::placeholder {
  color: #a4b5b8;
  font-size: 14px;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: Work Sans, sans-serif;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #073125;
  text-wrap: balance;
}
@media only screen and (min-width: 768px) {
  body,
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  body,
  html {
    font-size: 22px;
  }
}

a {
  display: inline-block;
  color: #b5c5c5;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover {
  opacity: 0.75;
}

.btn-primary {
  background-color: #D9A84E;
  border: 1px solid #0B4031;
  color: #0B4031;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    padding: 16px 32px;
    font-size: 18px;
  }
}

.section-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 1.363em;
  }
}

.container {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1300px;
  }
}

header.header {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#EBF3EB),
    to(#acbeb2)
  );
  background: linear-gradient(to bottom, #EBF3EB 0, #acbeb2 100%);
  /* padding-inline: 40px */
}
header.header .in {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;

  cite {
    font-weight: 700;;
  }

  .btn-primary {
    font-weight: 700;
    border-width: 2px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  header.header {
    .in {
      display: flex;
      align-items: flex-start;
      padding-top: 80px;
      padding-bottom: 40px;
      text-align: left;
    }

    .description {
      font-size: 20px;
      width: 70%;
    }
  }

}
@media only screen and (min-width: 1200px) {
  header.header {
    .in {
      padding-top: 140px;
      padding-bottom: 70px;
    }

    .description {
      width: 80%;
    }
  }

}
header.header .image {
  width: 250px;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 768px) {
  header.header .image {
    width: 30%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header.header .image {
    width: 40%;
  }
}
header.header .img {
  display: block;
  height: auto;
  width: 100%;
}
header.header .content {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  header.header .content {
    width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1200px) {
  header.header .content {
    width: 60%;
  }
}
header.header .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  header.header .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  header.header .title {
    font-size: 80px;
  }
}
header.header .author {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  header.header .author {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  header.header .author {
    font-size: 34px;
  }
}
header.header .description {
  margin-top: 16px;
  margin-bottom: 16px;
}

section.citations {
  background-color: #EBF3EB;
  padding-block: 50px;

  .in {
    display: block;
  }

  blockquote {
    background-color: #d9e3d9;
    padding: 16px;
    margin:0;
    margin-bottom: 16px;
  }

  .author {
    font-size:0.9em;
  }
}
@media (min-width: 768px) {
  section.citations {
    padding-block: 80px;

    .in {
      display: flex;
      justify-content: stretch;
      gap: 32px;
    }
  }
}

section.gallery {
  padding-block: 50px;
  background-color: #acbeb2;

  .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    text-align: center;
    max-width: 500px;
  }

  .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  figcaption {
    background-color: #c9d2c9;
    display: block;
    font-size: 16px;
    /* width: 60%; */
    height: 100%;
    padding: 8px 16px;
  }
}
@media (min-width: 400px) {
  section.gallery .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  section.gallery {
    padding-block: 80px;

    .container{
      grid-template-columns: repeat(4, 1fr);
      max-width: 1300px;
      /* gap: 0; */
    }

    figcaption {
      font-size: 18px;
      /* width: 62%; */
      /* padding: 26px; */
    }
  }

}

section.podcast {
  padding: 40px 0;
  background-color: #EBF3EB;
  text-align: center;
  line-height: 1.4em;

  img {
    width: 100%;
    max-width: 800px;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    white-space: nowrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cta-buttons .btn-primary {
    background-color: #0B4031;
    border: none;
    color: #e0b970;
  }
}
@media only screen and (min-width: 830px) {
  section.podcast {
    padding-block: 80px;
    line-height: 1.8em;

    img {
      margin-bottom: 40px;
    }

    .cta-buttons {
      flex-direction: row;
      justify-content: center;
      margin-top: 64px;
    }
  }
}

section.newsletter {
  padding-block: 50px;
  background-color: #0B4031;
  color: #fff;
  padding-inline: 40px;

  .btn-primary {
    border: none;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  section.newsletter {
    padding-block: 80px;

    .btn-primary {
      font-size: initial;
    }

    input::placeholder {
      font-size: 18px;
      padding-left: 18px;
    }
  }
}
section.newsletter .form-group {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto 10px auto;
}
section.newsletter .form-control {
  width: 70%;
  padding: 8px;
  border: 1px solid #fff;
}
section.newsletter .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  section.newsletter .checkbox {
    font-size: 18px;
  }
}
section.newsletter .checkbox label {
  margin-left: 10px;
}

section.publisher {
  padding-bottom: 32px;
  background-color: #0B4031;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.publisher {
    padding-bottom: 64px;
  }
}
section.publisher .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
}
section.publisher .social-icons a:hover {
  opacity: 1;
}
section.publisher .social-icons > * {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  section.publisher .social-icons > * {
    width: 40px;
    height: 40px;
  }
}
section.publisher .social-icons svg {
  fill: #fff;
  -webkit-transition: fill ease-in-out 0.2s;
  transition: fill ease-in-out 0.2s;
}

section.publisher .social-icons .facebook svg:hover {
  fill: #3b5998;
}

section.publisher .social-icons .instagram svg:hover {
  fill: #b130af;
}

section.publisher .social-icons .linkedin svg:hover {
  fill: #0a66c2;
}

section.publisher .brand {
  margin: 0;
}
section.publisher .brand img {
  width: 80%;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  section.publisher .brand img {
    max-width: 300px;
  }
}

footer.footer {
  background-color: #000;
}
footer.footer .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 16px;
  color: #b5c5c5;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  footer.footer .in {
    font-size: 14px;
  }
}
footer.footer a {
  display: inline-block;
  margin-right: 32px;
}
footer.footer span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

form button {
  white-space: nowrap;
}
