html {
  overflow-x: hidden;
}

.home body {
  background-color: #96B78A;
}

body {
  color: #000000;
  font-family: "Manrope", "sans-serif";
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #000000;
}

b {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", "serif";
}

h2 {
  font-size: 1.3em;
}

*:focus {
  outline: none;
}

a:focus, button:focus {
  background-color: rgba(150, 183, 138, 0.5);
}

.force-full-height {
  min-height: 100vh;
  margin-bottom: -36px;
}

fieldset {
  padding: 0;
  border: none;
  outline: none;
}

.small {
  font-size: 80%;
}

.navigation {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 5px 5px 50px 5px;
}
.navigation .logo {
  flex-shrink: 0;
}
.navigation .logo h1 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
}
.navigation a {
  color: #000000;
  text-decoration: none;
}
.navigation .links {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  text-transform: uppercase;
}
.navigation .links a {
  font-size: 0.85em;
  padding: 0 5px;
}
.navigation .links .internal-links {
  display: flex;
}
.navigation .links .separated {
  border-right: 1px solid #CCCCCC;
  padding: 0 5px;
}
.navigation .internal-links, .navigation .external-links {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.navigation .navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.navigation .navigation-wrapper #expand-navigation-toggle {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.navigation .navigation-wrapper #expand-navigation-toggle i {
  font-size: 1.2em;
}
.navigation .navigation-wrapper #expand-navigation-toggle i.fa-times {
  font-size: 1em;
}

.home .navigation {
  padding: 5px 5px 5px 5px;
}
.home .navigation .navigation-wrapper {
  justify-content: flex-end;
}

.home .content-box {
  max-width: 1000px;
}

.content-box {
  max-width: 800px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 0 auto 50px auto;
}

.in-text-image {
  margin: 10px 0;
  text-align: center;
}
.in-text-image img {
  width: 100%;
  max-width: 500px;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.copyright-footer {
  height: 36px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 0.7em;
}
.copyright-footer img {
  margin: 0;
  display: inline;
}

.resume h3 {
  margin: 0 0 5px 0;
}

.resume-block {
  margin-bottom: 30px;
}

.resume-sub-block {
  margin-bottom: 15px;
}

dl {
  font-size: 0.85em;
  margin: 5px 0 0 15px;
}

dt {
  font-weight: 400;
}

dd dt {
  margin-top: 10px;
  margin-inline-start: 20px;
}

.line-with-year {
  display: flex;
  justify-content: space-between;
}

.normal-weight {
  font-weight: 300;
}

.year {
  font-style: italic;
}

.faq-question {
  display: inline-block;
  margin: 0;
}
.faq-question .active {
  background-color: rgba(150, 183, 138, 0.5);
}

.faq-link {
  padding-right: 5px;
  color: #96B78A;
}

.faq-answer {
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}

.faq-accordions {
  margin: 20px;
}

.accordion {
  margin: 10px 0;
}
.accordion .fa-angle-right {
  padding-right: 5px;
}
.accordion:hover {
  cursor: pointer;
  text-decoration: underline;
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.projects .content-box {
  max-width: 1000px;
  padding-bottom: 100px;
}
.projects .project {
  margin-top: 50px;
}
.projects .project h3 {
  margin: 0;
}
.projects .project .metadata, .projects .project .link {
  font-size: 0.8em;
}
.projects .project .contents-block {
  display: flex;
  margin-top: 10px;
}
.projects .project .contents-block .contents {
  flex: 1;
  padding-right: 20px;
}
.projects .project .contents-block .image, .projects .project .contents-block .image img {
  max-width: 400px;
}
.projects .project .contents-block ul {
  margin: 0;
}

.linktree {
  width: 100%;
  height: 100%;
}
.linktree * {
  box-sizing: border-box;
}
.linktree body {
  width: 100%;
  height: 100%;
  background-color: #96B78A;
}
.linktree .linktree-content {
  max-width: 680px;
  margin: 100px auto 0 auto;
  width: 100%;
  height: 100%;
  padding: 24px 12px;
}
.linktree .linktree-content .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.linktree .linktree-content .wrapper a.linktree-link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  padding: 5px;
}
.linktree .linktree-content .wrapper a.linktree-link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.linktree .linktree-content .wrapper .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.linktree .linktree-content .wrapper .social-links a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 10px;
  font-size: 120%;
}

.ftx-contagion .content-box {
  margin: 0 auto;
  max-width: 1600px;
}
.ftx-contagion .content-box .graphics-wrapper {
  margin-bottom: 50px;
}
.ftx-contagion .content-box .legend {
  width: 250px;
}
.ftx-contagion .content-box .legend img {
  width: 100%;
}
.ftx-contagion .content-box .contagion {
  min-width: 1000px;
}
@media screen and (min-width: 1201px) {
  .ftx-contagion .content-box .graphics-wrapper {
    position: relative;
  }
  .ftx-contagion .content-box .graphics-wrapper .legend {
    position: absolute;
    right: 0;
    top: 0;
  }
  .ftx-contagion .content-box .graphics-wrapper .contagion {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .ftx-contagion .content-box .graphics-wrapper {
    display: flex;
    flex-direction: column;
  }
  .ftx-contagion .content-box .graphics-wrapper .legend {
    width: 200px;
  }
  .ftx-contagion .content-box .graphics-wrapper .contagion {
    flex: 1;
  }
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 2em;
  }

  .navigation {
    padding: 5px 5px 0px 5px;
    line-height: 24px;
  }
  .navigation .navigation-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .navigation a {
    font-size: 1em;
  }
  .navigation .links {
    flex-direction: column;
    align-items: center;
  }
  .navigation .links .separated {
    padding: 0;
    border: none;
  }

  .home .navigation .navigation-wrapper {
    justify-content: center;
  }

  .content-box {
    padding: 20px;
  }

  .line-with-year {
    flex-direction: column;
  }

  .faq-answer {
    padding-left: 10px;
  }

  .faq-accordions {
    margin: 10px 0;
  }

  .projects .project .contents-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .internal-links {
    width: 300px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-weight: 400;
  }

  .navigation {
    min-height: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBEBEB;
  }
  .navigation.expanded .links {
    max-height: 20em;
  }
  .navigation .navigation-wrapper #expand-navigation-toggle {
    display: block;
  }
  .navigation .links {
    position: absolute;
    top: 40px;
    background-color: #FFFFFF;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
    width: 100%;
  }
  .navigation .links .internal-links {
    flex-direction: column;
    width: 100%;
  }
  .navigation .links .internal-links a {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
  .navigation .links .external-links {
    text-align: center;
    padding: 10px 0;
  }
  .navigation .links .external-links a {
    padding: 0 15px;
  }

  .projects .project .contents-block .image, .projects .project .contents-block .image img {
    max-width: 100%;
  }

  .linktree .linktree-content {
    margin: 0 auto;
  }
}
.no-js #expand-navigation-toggle {
  display: none;
}
@media screen and (max-width: 480px) {
  .no-js .navigation .links {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
