@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.text-blue {
  color: #1F4279 !important;
}

.text-green {
  color: #4C7565 !important;
}

.text-grey {
  color: #666666 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-background-tint {
  color: #F7F7F7 !important;
}

.fill-blue {
  background-color: #1F4279 !important;
}

.fill-green {
  background-color: #4C7565 !important;
}

.fill-grey {
  background-color: #666666 !important;
}

.fill-black {
  background-color: #000000 !important;
}

.fill-white {
  background-color: #ffffff !important;
}

.fill-background-tint {
  background-color: #F7F7F7 !important;
}

.text-size-1 {
  font-size: 3.5rem;
}

.text-size-2 {
  font-size: 2.5rem;
}

.text-size-3 {
  font-size: 2rem;
}

.text-size-4 {
  font-size: 1.5rem;
}

.text-size-5 {
  font-size: 1.25rem;
}

.text-size-6 {
  font-size: 1rem;
}

.text-size-7 {
  font-size: 0.8rem;
}

.text-size-8 {
  font-size: 0.7rem;
}

.text-style-heading {
  line-height: 110%;
}

.text-style-heading {
  font-family: "Raleway", sans-serif;
}

.text-style-body {
  font-family: "Raleway", sans-serif;
}

.text-align-centered {
  text-align: center;
}

.text-align-justified {
  text-align: justify;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.is-capitalized {
  text-transform: capitalize;
}

.is-lowercase {
  text-transform: lowercase;
}

.is-uppercase {
  text-transform: uppercase;
}

.is-italic {
  font-style: italic;
}

.is-style-normal {
  font-style: normal;
}

.is-underlined {
  text-decoration: underline;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-600 {
  font-weight: 600;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-wide {
  margin: 100px !important;
}

.mt-wide {
  margin-top: 100px !important;
}

.mr-wide {
  margin-right: 100px !important;
}

.mb-wide {
  margin-bottom: 100px !important;
}

.ml-wide {
  margin-left: 100px !important;
}

.mx-wide {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-wide {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.p-wide {
  padding: 100px !important;
}

.pt-wide {
  padding-top: 100px !important;
}

.pr-wide {
  padding-right: 100px !important;
}

.pb-wide {
  padding-bottom: 100px !important;
}

.pl-wide {
  padding-left: 100px !important;
}

.px-wide {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-wide {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

:root {
  --c-blue: #1F4279;
  --c-green: #4C7565;
  --c-grey: #666666;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-background-tint: #F7F7F7;
  --size-1: 3.5rem;
  --size-2: 2.5rem;
  --size-3: 2rem;
  --size-4: 1.5rem;
  --size-5: 1.25rem;
  --size-6: 1rem;
  --size-7: 0.8rem;
  --size-8: 0.7rem;
  --font-body: Raleway, sans-serif;
  --font-heading: Raleway, sans-serif;
  --max-width: 1600px ;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.1rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 165%;
}

.page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-fill {
  flex: 1;
}

h2, h3, h4 {
  color: var(--c-blue);
}

a {
  color: var(--c-blue);
  font-weight: 600;
  text-decoration: none;
}

.row {
  max-width: var(--max-width);
  width: 90%;
  margin: 0 auto;
}
.row--slim {
  max-width: calc(var(--max-width) - 400px);
}
.row--split {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (min-width: 768px), print {
  .row--split {
    flex-direction: row;
    gap: 80px;
  }
  .row--split > *:nth-child(1) {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.row .center-image {
  flex: 1 0 auto;
}
.row .center-image img {
  margin: 0 auto;
}
.row .vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

hr {
  border-top: 0;
  border-bottom: 1px solid var(--c-grey);
  margin: 2rem 0;
}

.logo {
  display: flex;
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.header h1 {
  flex: 1;
  text-align: center;
  color: var(--c-white);
  font-weight: 300;
  line-height: 150%;
  padding: 0 1rem;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.header img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header a {
  position: absolute;
  line-height: 50px;
  padding: 0 30px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--c-green);
  color: var(--c-white);
  align-self: center;
  text-align: center;
  flex: auto;
  text-transform: uppercase;
  font-weight: 300;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 80%;
}
@media screen and (min-width: 1024px) {
  nav ul {
    flex-direction: row;
  }
  nav ul > * + * {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .row-text--divider {
    position: relative;
  }
  .row-text--divider:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -40px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.row-text > * + * {
  margin-top: 1rem;
}
.row-text h2 + * {
  margin-top: 0.5rem;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.list a {
  color: var(--c-black);
  font-weight: 300;
}
.list > * + * {
  margin-top: 8px;
}

footer a {
  color: var(--c-white);
}

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  cursor: pointer;
  color: var(--c-green);
}
summary::marker {
  color: var(--c-green);
}
summary:hover {
  background-color: var(--c-green);
  color: var(--c-white);
}
summary:hover:hover::marker {
  color: var(--c-white);
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
  background-color: var(--c-green);
  color: var(--c-white);
}
details[open] summary::marker {
  color: var(--c-white);
}

.buckover h2, .buckover h3, .buckover h4 {
  color: var(--c-green);
}
.buckover main a {
  color: var(--c-green);
}
.buckover .fill-green a {
  color: var(--c-white);
}
.buckover .fill-green hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tiles li {
  background-color: var(--c-blue);
  color: var(--c-white);
  aspect-ratio: 1/1;
  padding: 1rem;
  align-content: center;
  text-align: center;
}
.tiles strong {
  display: block;
  font-size: 140%;
}

@media screen and (min-width: 1024px) {
  .text-cols {
    columns: 2;
    column-gap: 60px;
  }
}
.button {
  background-color: #1F4279;
  padding: 7px 14px;
  color: white;
}

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