html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-text-size-adjust: 100%;
}

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

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

iframe,
fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.hidden,
[hidden] {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.nobreak {
  white-space: nowrap;
}

/* Prevent `sub` and `sup` elements from affecting the line height in
all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Show the overflow in IE.
Show the overflow in Edge. */
button,
input {
  overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
Remove the inheritance of text transform in Firefox. */
button,
select {
  text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Correct the odd appearance in Chrome and Safari.
Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Correct the inability to style clickable types in iOS and Safari.
Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* "For Print" Styles
Hides printable textarea content on screens */
@media screen {
  .forprint {
    display: none !important;
  }
}
/* cal-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Cal Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cal-sans-v2-latin-regular.woff2") format("woff2");
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/urbanist-v18-latin-regular.woff2") format("woff2");
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/urbanist-v18-latin-600.woff2") format("woff2");
}
/* urbanist-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/urbanist-v18-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Material Icons Outlined";
  font-style: normal;
  src: url("fonts/MaterialIconsOutlined-Regular.woff2") format("woff2");
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > * {
  flex-shrink: 0;
}

.page-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

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

.center,
.wrapper {
  width: 90%;
  max-width: 75rem;
  margin: auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex-shrink: 0;
}

.page-main {
  flex-grow: 1;
}

.page-header {
  position: sticky;
  background-color: #003e5c;
  width: 100%;
  box-shadow: 0 0.125rem 0.5rem rgba(68, 74, 78, 0.25);
  top: 0;
  z-index: 50;
}
.page-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
  margin: 0 auto;
}
@media (min-width: 37.5rem) {
  .page-header .wrapper {
    justify-content: space-between;
  }
}
.page-header .wrapper nav .nav-links {
  display: flex;
  gap: 1.125rem;
  align-items: center;
  list-style: none;
  margin: 0;
  box-shadow: 0px 0.5rem 1rem #444a4e;
}
@media (min-width: 37.5rem) {
  .page-header .wrapper nav .nav-links {
    box-shadow: none;
  }
}
.page-header .wrapper nav .nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 0.625rem;
  font-family: "Cal Sans", "Gill Sans", sans-serif;
  font-weight: 100;
}
.page-header .wrapper nav .nav-links a:hover, .page-header .wrapper nav .nav-links a:focus {
  color: #00c7b7;
}

/* Hamburger using checkbox hack */
#nav-toggle {
  display: none;
}

.hamburger {
  display: flex;
  padding: 1rem;
  position: absolute;
  right: 1rem;
}
@media (min-width: 37.5rem) {
  .hamburger {
    position: relative;
    right: 0;
    display: none; /* hidden on desktop */
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    padding: 0;
  }
}
.hamburger .bar {
  width: 1.125rem;
  height: 0.125rem;
  background: #fff;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.hamburger .bar:before, .hamburger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.125rem;
  height: 0.125rem;
  background: #000;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.hamburger .bar:before {
  transform: translateY(-6px);
  background: #fff;
}
.hamburger .bar:after {
  transform: translateY(6px);
  background: #fff;
}

/* Mobile styles */
@media (max-width: 37.5rem) {
  .nav-links {
    position: fixed;
    top: 4rem;
    right: 0;
    left: 0;
    background: #003e5c;
    flex-direction: column;
    padding: 1rem;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }
  .nav-links a {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
  }
  /* When checkbox is checked, show menu */
  #nav-toggle:checked + .wrapper .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  /* animate hamburger into X */
  #nav-toggle:checked + .wrapper .hamburger .bar {
    background: transparent;
  }
  #nav-toggle:checked + .wrapper .hamburger .bar:before {
    transform: rotate(45deg);
  }
  #nav-toggle:checked + .wrapper .hamburger .bar:after {
    transform: rotate(-45deg);
  }
}
/* small polish */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
.logo {
  font-size: 0;
}
.logo:before {
  content: url("img/logo.svg");
  position: relative;
  display: block;
  width: 8rem;
  margin: 0;
}
@media (min-width: 37.5rem) {
  .logo:before {
    width: 9rem;
  }
}
@media (min-width: 56.25rem) {
  .logo:before {
    width: 10rem;
  }
}

.category {
  font-family: "Cal Sans", "Gill Sans", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e9eef1;
}
@media (min-width: 37.5rem) {
  .hero {
    flex-direction: row;
    height: clamp(18rem, 27rem, 36vh);
  }
}
@media (min-width: 56.25rem) {
  .hero {
    height: clamp(36rem, 36vh, 50vh);
  }
}
.hero .wrapper {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .hero .wrapper {
    margin: 2rem auto;
    align-items: flex-start;
    z-index: 1;
  }
}
.hero .wrapper .category {
  color: #444a4e;
}
@media (min-width: 37.5rem) {
  .hero .wrapper .category {
    color: #ffd85c;
    text-shadow: 0.125rem 0.125rem 0.25rem #003e5c;
  }
}
.hero .wrapper h2 {
  text-align: center;
  color: #003e5c;
}
@media (min-width: 37.5rem) {
  .hero .wrapper h2 {
    color: #fff;
    text-shadow: 0.125rem 0.125rem 0.25rem #003e5c;
  }
}
.hero .wrapper p {
  width: 80vw;
  margin: 0;
  text-align: center;
  color: #003e5c;
  font-weight: 600;
}
@media (min-width: 37.5rem) {
  .hero .wrapper p {
    color: #fff;
    text-align: left;
    text-shadow: 0.125rem 0.125rem 0.25rem #003e5c;
  }
}
.hero .wrapper p:last-of-type {
  margin: 0 0 1rem 0;
}
.hero picture {
  position: relative;
  width: 100%;
  height: auto;
  order: 1;
}
@media (min-width: 37.5rem) {
  .hero picture {
    position: absolute;
    height: clamp(18rem, 27rem, 36vh);
    z-index: 0;
  }
}
@media (min-width: 56.25rem) {
  .hero picture {
    height: clamp(36rem, 36vh, 50vh);
  }
}
.hero picture:before {
  display: none;
}
@media (min-width: 37.5rem) {
  .hero picture:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 62, 92, 0.9), rgba(0, 62, 92, 0.125) 75%);
  }
}
.hero picture img {
  width: 100%;
  height: auto;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 37.5rem) {
  .hero picture img {
    height: 100%;
  }
}

.about {
  background-color: #e6f3f9;
  text-align: center;
}
.about .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem auto;
}
@media (min-width: 56.25rem) {
  .about .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem auto;
  }
}
.about .wrapper .about-text {
  color: #003e5c;
}
@media (min-width: 56.25rem) {
  .about .wrapper .about-text {
    flex: 1 0 100%;
  }
}
.about .wrapper .about-text .category {
  color: #0074a8;
}
.about .wrapper .about-text h3 {
  margin: 0 0 1rem 0;
}
.about .wrapper .about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #003e5c;
  border-radius: 0.25rem;
  padding: 1rem;
}
@media (min-width: 56.25rem) {
  .about .wrapper .about-card {
    padding: 2rem;
  }
}
.about .wrapper .about-card ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.about .wrapper .about-card ul li {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
}
.about .wrapper .about-card ul li:before {
  content: "\e834";
  display: block;
  position: relative;
  font-family: "Material Icons Outlined";
  font-size: 1.5rem;
  color: #00c7b7;
  margin: 0 0.5rem 0 0;
}
.about .wrapper .mission {
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .about .wrapper .mission {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.about .wrapper .mission p {
  flex: 1 0 auto;
  text-align: left;
}
@media (min-width: 37.5rem) {
  .about .wrapper .mission p {
    text-align: center;
  }
}
.about .wrapper .vision {
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .about .wrapper .vision {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.about .wrapper .vision p {
  text-align: left;
}
@media (min-width: 37.5rem) {
  .about .wrapper .vision p {
    text-align: center;
  }
}
@media (min-width: 56.25rem) {
  .about .wrapper .approach {
    flex: 1 0 auto;
  }
}
.about .wrapper .approach p {
  max-width: 42rem;
  text-align: left;
}
@media (min-width: 37.5rem) {
  .about .wrapper .approach p {
    text-align: center;
  }
}/*# sourceMappingURL=critical.css.map */