@charset "UTF-8";
.breadcrumbs, blockquote cite {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.half-grid .column, h1,
h2,
h3,
summary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #45586e;
  background-color: #202933;
  font-family: "Inria Serif", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

main {
  font-size: 1.15rem;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

main > .container {
  background: white;
  min-height: 100vh;
}

article > * + * {
  margin-top: 1.5rem;
}

.hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

strong {
  font-weight: 700;
}

svg {
  fill: currentColor;
}

figure {
  margin: 0;
  position: relative;
}

ul,
ol {
  padding-left: 1.25em;
  margin-top: 0;
}

a {
  background: transparent;
  text-decoration: none;
  transition: color 0.2s ease;
  color: #AB915B;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  outline: 0;
  color: #202933;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
  text-rendering: optimizeLegibility;
}

.alpha,
h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.beta,
h2 {
  font-size: 2rem;
  margin-top: 3rem;
  letter-spacing: -0.025em;
}

.gama,
h3 {
  font-size: 1.45rem;
  line-height: 1.3;
}

.delta,
h4 {
  font-size: 1.25rem;
}

hr {
  border: solid #AB915B;
  border-width: 3px 0 0;
  clear: both;
  margin: 2.5em auto;
  width: 10em;
  height: 0;
}
.section--secondary hr {
  border-color: inherit;
  border-width: 2px 0 0;
  width: 25%;
}

blockquote {
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 2em;
}

blockquote cite {
  display: block;
  font-size: 0.9rem;
  font-style: normal;
}
blockquote cite::before {
  content: "—";
}

small {
  font-size: 0.8em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
img a {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

embed,
img,
object {
  max-width: 100%;
  height: auto;
}

button {
  display: inline-block;
  border: none;
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container {
  margin: 0 auto;
  padding: 1.25em;
}
@media (min-width: 1000px) {
  .container {
    padding: 2em;
  }
}

.island {
  padding: 2em 0;
}

.btn {
  background-color: #AB915B;
  padding: 0.5em 1em;
  transition: 0.3s all;
  color: white;
  display: inline-block;
}
.btn:hover {
  background-color: #A4E6EC;
}

.round-image {
  border-radius: 50%;
}

.rounded-image {
  border-radius: 8px;
}

.push-top-small {
  margin-top: 1em !important;
}

.push-down-small {
  margin-bottom: 1em;
}

.right {
  float: right;
}

.left {
  float: left;
}

.align_left {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 620px) {
  .align_left {
    float: left;
    margin-right: 1rem;
    max-width: 50%;
  }
}

.centered {
  display: block !important;
  float: none;
  margin: 2em auto;
}

.image-hero {
  margin-left: -1.25em;
  margin-right: -1.25em;
  margin-bottom: -1.25em;
}
@media (min-width: 1000px) {
  .image-hero {
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: -2em;
  }
}

.embed-container {
  display: none;
}
@media (min-width: 1000px) {
  .embed-container {
    display: block;
    position: relative;
    padding-bottom: 135%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.no-js .menu-toggle {
  display: none;
}

.site-header {
  background-color: #3E6990;
  border-left: 2px solid #4e83b3;
}

button {
  margin: 1em;
  background-color: #A4E6EC;
  padding: 0.3em 0.6em;
  color: #1D1F20;
  display: inline-block;
  font-size: 0.9em;
  transition: 0.3s all;
}

[aria-controls=main-nav-list] {
  /* toggle menu button */
  display: none;
  padding: 0.5em 1em;
  font-size: 1rem;
  font-weight: bold;
  font-family: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  float: right;
}

[aria-controls=main-nav-list]::before {
  display: inline-block;
  margin-right: 0.25em;
}

[aria-controls=main-nav-list][aria-expanded=true]::before {
  content: "↑";
}

[aria-controls=main-nav-list][aria-expanded=false]::before {
  content: "↓";
}

@media (max-width: 767px) {
  [aria-controls=main-nav-list] {
    display: inline;
  }

  .site-nav [aria-controls=main-nav-list][aria-expanded=false] + ul {
    visibility: hidden;
    margin: 0;
    padding: 0;
  }

  .site-nav [aria-controls=main-nav-list][aria-expanded=false] + ul li {
    display: none;
  }
}
.site-nav ul {
  list-style: none;
  padding: 1em;
  margin-bottom: 0;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.1rem;
  font-weight: 400;
}

.site-nav li {
  margin: 0 1em;
}

.site-nav a {
  color: #A4E6EC;
}

.site-nav [aria-current] a,
.site-nav a:hover {
  color: #202933;
}

.site-nav [aria-current] a:after {
  content: " →";
}

@media (min-width: 768px) {
  .site-nav ul {
    position: fixed;
    top: 50%;
    margin-top: -230px;
  }
}
body {
  max-width: 1200px;
  margin: 0 auto;
}

h1 small {
  display: block;
  font-style: italic;
  color: #AB915B;
  text-transform: none;
  font-size: 2rem;
}

blockquote {
  color: #4E6263;
  background: #A4E6EC;
  margin-left: -1.25em;
  margin-right: -1.25em;
}
@media (min-width: 1000px) {
  blockquote {
    margin-left: -2em;
    margin-right: -2em;
  }
}

blockquote p {
  font-size: 1.5rem;
  line-height: 1.4;
  text-indent: -0.75em;
  quotes: "“" "”" "‹" "›";
  margin-bottom: 0.25em;
}

blockquote p:before {
  content: open-quote;
  padding-right: 0.25em;
}

blockquote p:after {
  content: close-quote;
  padding-left: 0.25em;
}

@media (min-width: 768px) {
  html {
    background: linear-gradient(90deg, #202933 50%, #45586e 50%);
  }

  body {
    display: flex;
    flex-direction: row;
  }

  h1 {
    font-size: 4rem;
  }

  .site-header {
    flex-basis: 260px;
    flex-shrink: 0;
  }

  main {
    flex-grow: 1;
  }
}
.site-footer {
  background: #f9f7f3;
  font-size: 1rem;
}
.site-footer p {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  align-items: center;
}
.site-footer a {
  display: inline-flex;
  align-items: center;
}
.site-footer svg {
  margin: 0 0.25em;
}

.half-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25em;
  margin-right: -0.25em;
  place-content: center;
}
.half-grid a::after {
  content: "→";
  font-style: normal;
  margin-left: 0.5em;
  font-weight: normal;
}

.half-grid .column {
  border: 1px solid rgba(171, 145, 91, 0.2);
  background: rgba(171, 145, 91, 0.1);
  flex-grow: 1;
  margin: 0.25em;
  padding: 4%;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  flex-basis: calc(50% - .5em);
  min-width: 250px;
}
@media (min-width: 768px) {
  .half-grid .column {
    font-size: 1.25rem;
  }
}

@media (hover: hover) {
  .half-grid .column {
    transition: all 0.3s ease;
  }

  .half-grid a:hover {
    background: rgba(164, 230, 236, 0.5);
  }
}
.checkmarks {
  list-style-type: none;
  padding-left: 2em;
}
.checkmarks li {
  margin-bottom: 0.25em;
  position: relative;
}
.checkmarks li::before {
  content: "+";
  font-size: 1.2em;
  color: #AB915B;
  margin-right: 1em;
  margin-left: -1.5em;
}

.poem {
  background: #f9f7f3;
  padding: 0.25em 1em;
  border-left: 5px solid #e7e0d1;
}

.featured-list {
  counter-reset: fancylist;
}
.featured-list a {
  display: flex;
  align-items: baseline;
}

.featured-list a::before {
  content: counter(fancylist);
  counter-increment: fancylist;
  content: counter(fancylist, decimal-leading-zero) ".";
  margin-right: 0.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 0.25rem;
  color: #45586e;
}

.breadcrumbs {
  font-size: 0.85rem;
  margin-bottom: 3em;
  color: #AB915B;
}