@charset "UTF-8";
/* Honorable Order of the Blue Goose International */
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* DESTYLE */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* RESPONSIVE */
/* SWATCHES */
/* TYPOGRAPHY */
#region_header #region_navigation a.title, #region_header #region_navigation ul#navigation_primary a[aria-current=page], #region_header #region_navigation ul#navigation_primary button[aria-current=page], #region_main > section .content form button,
#region_main > section .content form input[type=submit],
#region_main > section .content form input[type=reset],
#region_main > section .dynamic form button,
#region_main > section .dynamic form input[type=submit],
#region_main > section .dynamic form input[type=reset], #region_main > section.events .dynamic table tbody tr td:last-child a, #region_main footer.page-navigation .dynamic a, #region_main > section.homepage-introduction .content .text p a, #region_main > section.homepage-ponds .content p a, #region_main > section.pond-directory .dynamic .region table tbody tr td:first-child, #region_main > section.pond-directory .dynamic .region table tbody tr td:last-child a, #region_main > section.event-header .content .info, #region_main > section.articles .dynamic ul li a, #region_main > section.dashboard .content .dashboard-header .profile .name a, #region_main > section.membership-dues .dynamic table tbody tr td:first-child, #region_main > section.membership-dues .dynamic table tbody tr td:last-child a, #region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
#region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
  font-weight: 700;
}

body, #region_main > section .content h4,
#region_main > section .dynamic h4, #region_main footer.page-navigation .dynamic h4, #region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
#region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#region_main > section .content h2,
#region_main > section .dynamic h2, #region_main footer.page-navigation .dynamic h2, #region_main #region_main-hero .content h1, #region_main > section.homepage-introduction .content .text h2, #region_main > section.homepage-ponds .content h2, #region_main > section .content h1,
#region_main > section .dynamic h1, #region_main footer.page-navigation .dynamic h1 {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

#region_main #region_main-hero .content h1, #region_main > section.homepage-introduction .content .text h2, #region_main > section.homepage-ponds .content h2, #region_main > section .content h1,
#region_main > section .dynamic h1, #region_main footer.page-navigation .dynamic h1 {
  margin: 0 0 0.5em 0;
  font-size: 3.5em;
  line-height: 0.9;
}
@media (max-width: 1280px) {
  #region_main #region_main-hero .content h1, #region_main > section.homepage-introduction .content .text h2, #region_main > section.homepage-ponds .content h2, #region_main > section .content h1,
  #region_main > section .dynamic h1, #region_main footer.page-navigation .dynamic h1 {
    font-size: 3em;
  }
}
@media (max-width: 960px) {
  #region_main #region_main-hero .content h1, #region_main > section.homepage-introduction .content .text h2, #region_main > section.homepage-ponds .content h2, #region_main > section .content h1,
  #region_main > section .dynamic h1, #region_main footer.page-navigation .dynamic h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 720px) {
  #region_main #region_main-hero .content h1, #region_main > section.homepage-introduction .content .text h2, #region_main > section.homepage-ponds .content h2, #region_main > section .content h1,
  #region_main > section .dynamic h1, #region_main footer.page-navigation .dynamic h1 {
    font-size: 2em;
  }
}

#region_main > section .content h2,
#region_main > section .dynamic h2, #region_main footer.page-navigation .dynamic h2 {
  margin: 0 0 0.5em 0;
  font-size: 2.25em;
  line-height: 0.9;
}
@media (max-width: 1280px) {
  #region_main > section .content h2,
  #region_main > section .dynamic h2, #region_main footer.page-navigation .dynamic h2 {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  #region_main > section .content h2,
  #region_main > section .dynamic h2, #region_main footer.page-navigation .dynamic h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 720px) {
  #region_main > section .content h2,
  #region_main > section .dynamic h2, #region_main footer.page-navigation .dynamic h2 {
    font-size: 1.5em;
  }
}
#region_main > section .content h2 em,
#region_main > section .dynamic h2 em, #region_main footer.page-navigation .dynamic h2 em {
  display: inline-block;
  font-style: normal;
  border-bottom: 0.15em solid;
  white-space: nowrap;
}

#region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
#region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.75em;
  line-height: 1;
}
@media (max-width: 1280px) {
  #region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
  #region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 960px) {
  #region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
  #region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
    font-size: 1.33em;
  }
}
@media (max-width: 720px) {
  #region_main > section.profile-list .dynamic ul li .profile-copy .name, #region_main > section.pond-directory .dynamic .region h2, #region_main > section .content h3,
  #region_main > section .dynamic h3, #region_main footer.page-navigation .dynamic h3 {
    font-size: 1.25em;
  }
}

#region_main > section .content h4,
#region_main > section .dynamic h4, #region_main footer.page-navigation .dynamic h4 {
  margin: 0 0 0.75em 0;
  font-size: 1.25em;
  line-height: 1;
}
@media (max-width: 960px) {
  #region_main > section .content h4,
  #region_main > section .dynamic h4, #region_main footer.page-navigation .dynamic h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 720px) {
  #region_main > section .content h4,
  #region_main > section .dynamic h4, #region_main footer.page-navigation .dynamic h4 {
    font-size: 1.1em;
  }
}

#region_main > section .content p,
#region_main > section .dynamic p, #region_main footer.page-navigation .dynamic p {
  margin: 0 0 1.5em 0;
  line-height: 1.5;
}
#region_main > section .content p a,
#region_main > section .dynamic p a, #region_main footer.page-navigation .dynamic p a {
  display: inline-block;
  padding: 0 0.25em;
  color: #00AEEF;
  text-decoration: underline;
}
#region_main > section .content p a:hover,
#region_main > section .dynamic p a:hover, #region_main footer.page-navigation .dynamic p a:hover {
  color: #253E66;
}
#region_main > section .content p a:focus,
#region_main > section .dynamic p a:focus, #region_main footer.page-navigation .dynamic p a:focus {
  outline: none;
  color: #253E66;
  background-color: #E3E95E;
  text-decoration: none;
}
#region_main > section .content hr,
#region_main > section .dynamic hr, #region_main footer.page-navigation .dynamic hr {
  width: 100%;
  height: 0.33em;
  display: block;
  margin: 2em 0;
  background-color: #F4F4F4;
  border: 0;
  outline: none;
}

#region_main > section .content ul,
#region_main > section .dynamic ul, #region_main footer.page-navigation .dynamic ul {
  margin: 0 0 0.75em 0;
}
#region_main > section .content ul li,
#region_main > section .dynamic ul li, #region_main footer.page-navigation .dynamic ul li {
  position: relative;
  padding: 0 0 0.75em 1.5em;
}
#region_main > section .content ul li::before,
#region_main > section .dynamic ul li::before, #region_main footer.page-navigation .dynamic ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #00AEEF;
  border-radius: 50%;
}
#region_main > section .content ul li a,
#region_main > section .dynamic ul li a, #region_main footer.page-navigation .dynamic ul li a {
  display: inline-block;
  padding: 0 0.25em;
  color: #00AEEF;
  text-decoration: underline;
}
#region_main > section .content ul li a:hover,
#region_main > section .dynamic ul li a:hover, #region_main footer.page-navigation .dynamic ul li a:hover {
  color: #253E66;
}
#region_main > section .content ul li a:focus,
#region_main > section .dynamic ul li a:focus, #region_main footer.page-navigation .dynamic ul li a:focus {
  outline: none;
  color: #253E66;
  background-color: #E3E95E;
  text-decoration: none;
}
#region_main > section .content ul li ul,
#region_main > section .dynamic ul li ul, #region_main footer.page-navigation .dynamic ul li ul {
  margin: 1em 0 0 0;
}
#region_main > section .content ul li ul li::before,
#region_main > section .dynamic ul li ul li::before, #region_main footer.page-navigation .dynamic ul li ul li::before {
  background-color: rgb(205.75, 205.75, 205.75);
}
#region_main > section .content ul li ol,
#region_main > section .dynamic ul li ol, #region_main footer.page-navigation .dynamic ul li ol {
  margin: 1em 0 0 0;
}
#region_main > section .content ul li ol li::before,
#region_main > section .dynamic ul li ol li::before, #region_main footer.page-navigation .dynamic ul li ol li::before {
  color: rgb(205.75, 205.75, 205.75);
}

#region_main > section .content ol,
#region_main > section .dynamic ol, #region_main footer.page-navigation .dynamic ol {
  margin: 0 0 0.625em 0;
  counter-reset: ol-counter;
}
#region_main > section .content ol li,
#region_main > section .dynamic ol li, #region_main footer.page-navigation .dynamic ol li {
  position: relative;
  padding: 0 0 0.625em 1.5em;
}
#region_main > section .content ol li::before,
#region_main > section .dynamic ol li::before, #region_main footer.page-navigation .dynamic ol li::before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  top: 0;
  left: 0.25em;
  color: #00AEEF;
  font-weight: 700;
  line-height: 1.25;
}
#region_main > section .content ol li a,
#region_main > section .dynamic ol li a, #region_main footer.page-navigation .dynamic ol li a {
  display: inline-block;
  padding: 0 0.25em;
  color: #00AEEF;
  text-decoration: underline;
}
#region_main > section .content ol li a:hover,
#region_main > section .dynamic ol li a:hover, #region_main footer.page-navigation .dynamic ol li a:hover {
  color: #253E66;
}
#region_main > section .content ol li a:focus,
#region_main > section .dynamic ol li a:focus, #region_main footer.page-navigation .dynamic ol li a:focus {
  outline: none;
  color: #253E66;
  background-color: #E3E95E;
  text-decoration: none;
}
#region_main > section .content ol li ol,
#region_main > section .dynamic ol li ol, #region_main footer.page-navigation .dynamic ol li ol {
  margin: 1em 0 0 0;
}
#region_main > section .content ol li ol li::before,
#region_main > section .dynamic ol li ol li::before, #region_main footer.page-navigation .dynamic ol li ol li::before {
  color: #00AEEF;
}
#region_main > section .content ol li ul,
#region_main > section .dynamic ol li ul, #region_main footer.page-navigation .dynamic ol li ul {
  margin: 1em 0 0 0;
}
#region_main > section .content ol li ul li::before,
#region_main > section .dynamic ol li ul li::before, #region_main footer.page-navigation .dynamic ol li ul li::before {
  background-color: #00AEEF;
}

#region_main > section .content table,
#region_main > section .dynamic table, #region_main footer.page-navigation .dynamic table {
  line-height: 1;
  margin-bottom: 4em;
  width: 100%;
}
#region_main > section .content table thead,
#region_main > section .dynamic table thead, #region_main footer.page-navigation .dynamic table thead {
  border: none !important;
}
#region_main > section .content table thead tr th,
#region_main > section .dynamic table thead tr th, #region_main footer.page-navigation .dynamic table thead tr th {
  font-weight: 700;
  color: rgb(205.75, 205.75, 205.75);
  border: none;
  padding: 1em;
}
@media (max-width: 720px) {
  #region_main > section .content table thead tr th,
  #region_main > section .dynamic table thead tr th, #region_main footer.page-navigation .dynamic table thead tr th {
    padding: 0.5em 1;
  }
}
#region_main > section .content table tbody tr:nth-child(odd) td,
#region_main > section .dynamic table tbody tr:nth-child(odd) td, #region_main footer.page-navigation .dynamic table tbody tr:nth-child(odd) td {
  background-color: #F4F4F4;
}
#region_main > section .content table tbody th,
#region_main > section .dynamic table tbody th, #region_main footer.page-navigation .dynamic table tbody th,
#region_main > section .content table tbody td,
#region_main > section .dynamic table tbody td,
#region_main footer.page-navigation .dynamic table tbody td {
  padding: 1em;
  border: none;
}
@media (max-width: 720px) {
  #region_main > section .content table tbody th,
  #region_main > section .dynamic table tbody th, #region_main footer.page-navigation .dynamic table tbody th,
  #region_main > section .content table tbody td,
  #region_main > section .dynamic table tbody td,
  #region_main footer.page-navigation .dynamic table tbody td {
    padding: 0.5em 1;
  }
}
#region_main > section .content table tbody th a,
#region_main > section .dynamic table tbody th a, #region_main footer.page-navigation .dynamic table tbody th a,
#region_main > section .content table tbody td a,
#region_main > section .dynamic table tbody td a,
#region_main footer.page-navigation .dynamic table tbody td a {
  display: inline-block;
  padding: 0 0.25em;
  color: #00AEEF;
  text-decoration: underline;
}
#region_main > section .content table tbody th a:hover,
#region_main > section .dynamic table tbody th a:hover, #region_main footer.page-navigation .dynamic table tbody th a:hover,
#region_main > section .content table tbody td a:hover,
#region_main > section .dynamic table tbody td a:hover,
#region_main footer.page-navigation .dynamic table tbody td a:hover {
  color: #253E66;
}
#region_main > section .content table tbody th a:focus,
#region_main > section .dynamic table tbody th a:focus, #region_main footer.page-navigation .dynamic table tbody th a:focus,
#region_main > section .content table tbody td a:focus,
#region_main > section .dynamic table tbody td a:focus,
#region_main footer.page-navigation .dynamic table tbody td a:focus {
  outline: none;
  color: #253E66;
  background-color: #E3E95E;
  text-decoration: none;
}
/* extend all typography styles - only add to section > .content elements */
#region_main > section .content p em,
#region_main > section .dynamic p em, #region_main footer.page-navigation .dynamic p em {
  display: inline-block;
  padding: 0.25em;
  font-weight: 600;
  background-color: #E3E95E;
}
#region_main > section .content p strong,
#region_main > section .dynamic p strong, #region_main footer.page-navigation .dynamic p strong {
  color: #00AEEF;
}
/* ------------------------------------- TRANSITIONS */
.transition {
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}
.transition.right {
  transform: translateX(-25vw);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.transition.right.visible {
  transform: translateX(0);
}
.transition.left {
  transform: translateX(25vw);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.transition.left.visible {
  transform: translateX(0);
}
.transition.up {
  transform: translateY(3em);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.transition.up.visible {
  transform: translateY(0);
}
.transition.down {
  transform: translateY(-3em);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.transition.down.visible {
  transform: translateY(0);
}
.transition.blur {
  filter: blur(10px);
  transition: opacity 1s ease 0.5s, filter 1s ease 0.5s;
}
.transition.blur.visible {
  filter: blur(0);
}
.transition.scale {
  transform: scale(0.5);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.transition.scale.visible {
  transform: scale(1);
}
.transition.delayed {
  transition-delay: 1.25s;
}
.transition.slow {
  transition-duration: 2s;
}
.transition > li {
  opacity: 0;
  transform: translateX(10vw);
  transition: opacity 0.5s ease 0.75s, transform 0.5s ease 0.75s;
}
.transition > li:nth-child(2) {
  transition-delay: 1s;
}
.transition > li:nth-child(3) {
  transition-delay: 1.25s;
}
.transition > li:nth-child(4) {
  transition-delay: 1.5s;
}
.transition > li:nth-child(5) {
  transition-delay: 1.75s;
}
.transition > li:nth-child(6) {
  transition-delay: 2s;
}
.transition > li:nth-child(7) {
  transition-delay: 2.25s;
}
.transition > li:nth-child(8) {
  transition-delay: 2.5s;
}
.transition > li:nth-child(9) {
  transition-delay: 2.75s;
}
.transition > li:nth-child(10) {
  transition-delay: 3s;
}
.transition > li:nth-child(11) {
  transition-delay: 3.25s;
}
.transition > li:nth-child(12) {
  transition-delay: 3.5s;
}
.transition.visible {
  opacity: 1;
}
.transition.visible > li {
  opacity: 1;
  transform: translateX(0);
}

#region_main > section .content form input[type=checkbox],
#region_main > section .content form input[type=radio],
#region_main > section .dynamic form input[type=checkbox],
#region_main > section .dynamic form input[type=radio], .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  background-color: white;
  color: #253E66;
}

body {
  width: 100%;
}
body #page_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: -moz-available;
  display: flex;
  flex-direction: column;
}
body #page_wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 62, 102, 0.9);
  backdrop-filter: blur(0);
  opacity: 0;
  transition: z-index 0.5s step-end, backdrop-filter 0.5s ease, opacity 0.5s ease;
  z-index: -1;
}
body #page_wrapper[inert]::before {
  backdrop-filter: blur(10px);
  opacity: 1;
  transition: z-index 0.5s step-start, backdrop-filter 0.5s ease, opacity 0.5s ease;
  z-index: 900;
}

/* -------------------------------------------------- REGION - HEADER */
#region_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 950;
}
#region_header #region_navigation {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 960px) {
  #region_header #region_navigation {
    justify-content: space-between;
    height: 60px;
    padding: 0 10px;
  }
}
#region_header #region_navigation a.skip-link {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  background-color: #00AEEF;
  color: white;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  transform: translateY(-120px);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 991;
}
#region_header #region_navigation a.skip-link:focus {
  outline: none;
  transform: translateY(0);
  opacity: 1;
}
#region_header #region_navigation a.title {
  margin-right: 1em;
  color: white;
  font-size: clamp(1.33em, 1.75vw, 2em);
  text-transform: uppercase;
}
#region_header #region_navigation #navigation_primary-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 60px;
  color: white;
}
@media (max-width: 960px) {
  #region_header #region_navigation #navigation_primary-toggle {
    display: block;
  }
}
#region_header #region_navigation #navigation_primary-toggle::before, #region_header #region_navigation #navigation_primary-toggle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-position: center center;
  background-repeat: none;
  background-size: 44px 44px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#region_header #region_navigation #navigation_primary-toggle::before {
  background-image: url("img/ui-nav-hamburger.png");
  transform: scale(1);
  opacity: 1;
}
#region_header #region_navigation #navigation_primary-toggle::after {
  background-image: url("img/ui-nav-close.png");
  transform: scale(0);
  opacity: 0;
}
#region_header #region_navigation #navigation_primary-toggle.open::before {
  transform: scale(0);
  opacity: 0;
}
#region_header #region_navigation #navigation_primary-toggle.open::after {
  transform: scale(1);
  opacity: 1;
}
#region_header #region_navigation #navigation_primary-toggle.open + ul {
  display: flex;
}
#region_header #region_navigation ul#navigation_primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  color: white;
  font-size: clamp(0.9em, 1.25vw, 1.25em);
}
@media (max-width: 960px) {
  #region_header #region_navigation ul#navigation_primary {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
    margin: 0;
    background-color: #253E66;
    font-size: clamp(1.25em, 4vw, 2em);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#region_header #region_navigation ul#navigation_primary a,
#region_header #region_navigation ul#navigation_primary button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 0.5em;
  margin: 0 3px;
  text-decoration: none;
  text-align: center;
  line-height: 0.9;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (max-width: 960px) {
  #region_header #region_navigation ul#navigation_primary a,
  #region_header #region_navigation ul#navigation_primary button {
    width: 100%;
    height: clamp(44px, 6vh, 60px);
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}
#region_header #region_navigation ul#navigation_primary a:hover,
#region_header #region_navigation ul#navigation_primary button:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_header #region_navigation ul#navigation_primary a:focus,
#region_header #region_navigation ul#navigation_primary button:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
@media (max-width: 960px) {
  #region_header #region_navigation ul#navigation_primary li {
    width: 100%;
  }
}
#region_header #region_navigation ul#navigation_primary > li {
  position: relative;
}
#region_header #region_navigation ul#navigation_primary > li button::after {
  content: "";
  display: inline-block;
  height: 1.25em;
  aspect-ratio: 1/1;
  margin-left: 0.25em;
  background-color: white;
  -webkit-mask-image: url("img/ui-nav-next.png");
          mask-image: url("img/ui-nav-next.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transform: rotate(90deg);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
#region_header #region_navigation ul#navigation_primary > li button:focus::after {
  background-color: #253E66;
}
#region_header #region_navigation ul#navigation_primary > li button + ul {
  position: absolute;
  top: 50px;
  left: 1px;
  width: 12em;
  padding: 6px 3px;
  border-radius: 0.5em;
  background-color: rgba(37, 62, 102, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}
@media (max-width: 960px) {
  #region_header #region_navigation ul#navigation_primary > li button + ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    margin: 0;
    background-color: rgb(30.2122302158, 50.6258992806, 83.2877697842);
    backdrop-filter: none;
    border-radius: 0;
  }
}
#region_header #region_navigation ul#navigation_primary > li button[aria-expanded=true] {
  background-color: white;
  color: #253E66;
}
#region_header #region_navigation ul#navigation_primary > li button[aria-expanded=true]::after {
  background-color: #253E66;
  transform: rotate(-90deg);
}
#region_header #region_navigation ul#navigation_primary > li button[aria-expanded=true] + ul {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 960px) {
  #region_header #region_navigation ul#navigation_primary > li button[aria-expanded=true] + ul {
    display: block;
    opacity: 1;
    filter: none;
  }
}

/* -------------------------------------------------- REGION - FOOTER */
#region_footer {
  background-color: #253E66;
  color: white;
}
#region_footer .content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  #region_footer .content {
    flex-direction: column;
    padding: 20px 10px;
  }
}
#region_footer .content p {
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 960px) {
  #region_footer .content p {
    font-size: 0.8em;
    text-align: center;
    margin: 10px 0;
  }
}
#region_footer .content p a {
  display: inline-block;
  padding: 5px 10px;
}
#region_footer .content p a:not(:last-of-type) {
  border-right: 1px solid white;
}
#region_footer .content p a:hover {
  color: #00AEEF;
}
#region_footer .content p a:focus {
  outline: none;
  background-color: white;
  color: #253E66;
}

/* -------------------------------------------------- REGION - MAIN */
#region_main {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  margin-top: 100px;
  scroll-margin-top: 100px;
  z-index: 1;
}
@media (max-width: 960px) {
  #region_main {
    margin-top: 60px;
    scroll-margin-top: 60px;
  }
}
#region_main::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  background-color: rgb(57.3633093525, 96.1223021583, 158.1366906475);
  box-shadow: 0 5px 0 #47B9C4, 0 10px 0 #8AD5AD, 0 15px 0 #E3E95E;
  z-index: 800;
}
@media (max-width: 960px) {
  #region_main::before {
    height: 60px;
  }
}
#region_main > section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
#region_main > section .content,
#region_main > section .dynamic {
  width: 100%;
  max-width: 960px;
  padding: 0 40px;
}
@media (max-width: 960px) {
  #region_main > section .content,
  #region_main > section .dynamic {
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  #region_main > section .content,
  #region_main > section .dynamic {
    padding: 0 10px;
  }
}
#region_main > section .content img,
#region_main > section .dynamic img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  -o-object-fit: contain;
     object-fit: contain;
}
#region_main > section .content form,
#region_main > section .dynamic form {
  width: 100%;
  padding: 3em 3em 1.5em 3em;
  background-color: #F4F4F4;
  border-radius: 0.5em;
}
@media (max-width: 960px) {
  #region_main > section .content form,
  #region_main > section .dynamic form {
    padding: 3em 2em 1.5em 2em;
  }
}
@media (max-width: 720px) {
  #region_main > section .content form,
  #region_main > section .dynamic form {
    padding: 2em 1em 1em 1em;
  }
}
#region_main > section .content form .row,
#region_main > section .dynamic form .row {
  display: flex;
  flex-direction: row;
}
#region_main > section .content form .row .form-element,
#region_main > section .dynamic form .row .form-element {
  flex-grow: 1;
}
#region_main > section .content form .row .form-element:not(:last-child),
#region_main > section .dynamic form .row .form-element:not(:last-child) {
  padding-right: 0.5em;
}
@media (max-width: 720px) {
  #region_main > section .content form .row,
  #region_main > section .dynamic form .row {
    flex-direction: column;
  }
  #region_main > section .content form .row .form-element:not(:last-child),
  #region_main > section .dynamic form .row .form-element:not(:last-child) {
    padding-right: 0;
  }
}
#region_main > section .content form .form-element,
#region_main > section .dynamic form .form-element {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0 1.5em 0;
}
@media (max-width: 720px) {
  #region_main > section .content form .form-element,
  #region_main > section .dynamic form .form-element {
    padding: 0 0 1em 0;
  }
}
#region_main > section .content form .form-element.conditional,
#region_main > section .dynamic form .form-element.conditional {
  width: 100%;
}
#region_main > section .content form .form-element.conditional input[type=checkbox] ~ input,
#region_main > section .dynamic form .form-element.conditional input[type=checkbox] ~ input {
  display: none;
  order: -1;
}
#region_main > section .content form .form-element.conditional input[type=checkbox]:checked ~ input,
#region_main > section .dynamic form .form-element.conditional input[type=checkbox]:checked ~ input {
  display: initial;
  margin-bottom: 0.5em;
}
#region_main > section .content form li.met,
#region_main > section .dynamic form li.met {
  color: #3ebb87;
}
#region_main > section .content form label,
#region_main > section .dynamic form label {
  display: block;
  margin: 0 0 0.5em 0;
  line-height: 1;
}
#region_main > section .content form input,
#region_main > section .content form select,
#region_main > section .content form textarea,
#region_main > section .content form button,
#region_main > section .dynamic form input,
#region_main > section .dynamic form select,
#region_main > section .dynamic form textarea,
#region_main > section .dynamic form button {
  width: 100%;
  font-size: 1.25em;
  border: 3px solid transparent;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (max-width: 720px) {
  #region_main > section .content form input,
  #region_main > section .content form select,
  #region_main > section .content form textarea,
  #region_main > section .content form button,
  #region_main > section .dynamic form input,
  #region_main > section .dynamic form select,
  #region_main > section .dynamic form textarea,
  #region_main > section .dynamic form button {
    font-size: 1em;
  }
}
#region_main > section .content form input:hover,
#region_main > section .content form select:hover,
#region_main > section .content form textarea:hover,
#region_main > section .content form button:hover,
#region_main > section .dynamic form input:hover,
#region_main > section .dynamic form select:hover,
#region_main > section .dynamic form textarea:hover,
#region_main > section .dynamic form button:hover {
  border-color: #253E66;
}
#region_main > section .content form input:focus,
#region_main > section .content form select:focus,
#region_main > section .content form textarea:focus,
#region_main > section .content form button:focus,
#region_main > section .dynamic form input:focus,
#region_main > section .dynamic form select:focus,
#region_main > section .dynamic form textarea:focus,
#region_main > section .dynamic form button:focus {
  outline: none;
  border-color: #253E66;
  box-shadow: none;
}
#region_main > section .content form input:required + label::after,
#region_main > section .content form select:required + label::after,
#region_main > section .content form textarea:required + label::after,
#region_main > section .content form button:required + label::after,
#region_main > section .dynamic form input:required + label::after,
#region_main > section .dynamic form select:required + label::after,
#region_main > section .dynamic form textarea:required + label::after,
#region_main > section .dynamic form button:required + label::after {
  content: "*";
}
#region_main > section .content form input,
#region_main > section .dynamic form input {
  display: flex;
  align-items: center;
  height: 3em;
  padding: 0 1em;
  background-color: white;
}
#region_main > section .content form button,
#region_main > section .content form input[type=submit],
#region_main > section .content form input[type=reset],
#region_main > section .dynamic form button,
#region_main > section .dynamic form input[type=submit],
#region_main > section .dynamic form input[type=reset] {
  height: 3em;
  justify-content: center;
  padding: 0 1em;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section .content form button:hover,
#region_main > section .content form input[type=submit]:hover,
#region_main > section .content form input[type=reset]:hover,
#region_main > section .dynamic form button:hover,
#region_main > section .dynamic form input[type=submit]:hover,
#region_main > section .dynamic form input[type=reset]:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section .content form button:focus,
#region_main > section .content form input[type=submit]:focus,
#region_main > section .content form input[type=reset]:focus,
#region_main > section .dynamic form button:focus,
#region_main > section .dynamic form input[type=submit]:focus,
#region_main > section .dynamic form input[type=reset]:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section .content form input[type=reset],
#region_main > section .dynamic form input[type=reset] {
  background-color: #E80000;
}
#region_main > section .content form input[type=file],
#region_main > section .dynamic form input[type=file] {
  padding: 0.6em 1em;
}
#region_main > section .content form input[type=checkbox] + label,
#region_main > section .content form input[type=radio] + label,
#region_main > section .dynamic form input[type=checkbox] + label,
#region_main > section .dynamic form input[type=radio] + label {
  position: relative;
  height: 3em;
  display: flex;
  align-items: center;
  padding: 0 2em 0 2.5em;
}
#region_main > section .content form input[type=checkbox] + label::before,
#region_main > section .content form input[type=radio] + label::before,
#region_main > section .dynamic form input[type=checkbox] + label::before,
#region_main > section .dynamic form input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 2em;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: white;
  border: 2px solid transparent;
}
#region_main > section .content form input[type=checkbox]:hover + label::before,
#region_main > section .content form input[type=radio]:hover + label::before,
#region_main > section .dynamic form input[type=checkbox]:hover + label::before,
#region_main > section .dynamic form input[type=radio]:hover + label::before {
  border-color: #253E66;
}
#region_main > section .content form input[type=checkbox]:focus + label::before,
#region_main > section .content form input[type=radio]:focus + label::before,
#region_main > section .dynamic form input[type=checkbox]:focus + label::before,
#region_main > section .dynamic form input[type=radio]:focus + label::before {
  border-color: #253E66;
}
#region_main > section .content form input[type=checkbox]:checked + label::before,
#region_main > section .content form input[type=radio]:checked + label::before,
#region_main > section .dynamic form input[type=checkbox]:checked + label::before,
#region_main > section .dynamic form input[type=radio]:checked + label::before {
  background-color: #253E66;
  box-shadow: inset 0 0 0 2px white;
}
#region_main > section .content form input[type=checkbox]:checked:hover + label::before,
#region_main > section .content form input[type=radio]:checked:hover + label::before,
#region_main > section .dynamic form input[type=checkbox]:checked:hover + label::before,
#region_main > section .dynamic form input[type=radio]:checked:hover + label::before {
  border-color: #253E66;
}
#region_main > section .content form input[type=checkbox]:checked:focus + label::before,
#region_main > section .content form input[type=radio]:checked:focus + label::before,
#region_main > section .dynamic form input[type=checkbox]:checked:focus + label::before,
#region_main > section .dynamic form input[type=radio]:checked:focus + label::before {
  border-color: #253E66;
}
#region_main > section .content form input[type=checkbox]:checked + label::before,
#region_main > section .dynamic form input[type=checkbox]:checked + label::before {
  content: "✔";
}
#region_main > section .content form input[type=radio] + label::before,
#region_main > section .dynamic form input[type=radio] + label::before {
  border-radius: 50%;
}
#region_main > section .content form textarea,
#region_main > section .dynamic form textarea {
  min-height: 8em;
  max-height: 80vh;
  padding: 1em;
  resize: vertical;
  background-color: white;
  border: 3px solid transparent;
}
#region_main > section .content form select,
#region_main > section .dynamic form select {
  display: flex;
  align-items: center;
  height: 3em;
  padding: 0 1em;
  background-color: rgb(218.5, 218.5, 218.5);
}
#region_main > section .content form fieldset,
#region_main > section .dynamic form fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#region_main > section .content form fieldset legend,
#region_main > section .dynamic form fieldset legend {
  margin: 0 0 0.5em 0;
}
#region_main > section .content form fieldset .row,
#region_main > section .dynamic form fieldset .row {
  width: 100%;
}
#region_main > section .content form fieldset.stacked,
#region_main > section .dynamic form fieldset.stacked {
  flex-direction: column;
  padding-bottom: 0.5em;
}
#region_main > section .content form fieldset.stacked .form-element,
#region_main > section .dynamic form fieldset.stacked .form-element {
  padding: 0;
}
#region_main > section .content h1,
#region_main > section .dynamic h1 {
  color: #00AEEF;
}

/* ------ REPEATERS */
#region_main > section.profile-list .dynamic {
  max-width: 1280px;
}
#region_main > section.profile-list .dynamic ul {
  display: flex;
  flex-wrap: wrap;
}
#region_main > section.profile-list .dynamic ul li {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding-left: 0;
}
@media (max-width: 720px) {
  #region_main > section.profile-list .dynamic ul li {
    flex-basis: 100%;
  }
}
#region_main > section.profile-list .dynamic ul li::before {
  display: none;
}
#region_main > section.profile-list .dynamic ul li .profile-pic {
  display: block;
  width: 10em;
  aspect-ratio: 1/1;
  margin-right: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  border: 5px solid #F4F4F4;
}
@media (max-width: 1280px) {
  #region_main > section.profile-list .dynamic ul li .profile-pic {
    width: 8em;
    border-width: 4px;
  }
}
@media (max-width: 960px) {
  #region_main > section.profile-list .dynamic ul li .profile-pic {
    width: 6em;
    border-width: 3px;
  }
}
@media (max-width: 720px) {
  #region_main > section.profile-list .dynamic ul li .profile-pic {
    width: 5em;
  }
}
#region_main > section.profile-list .dynamic ul li .profile-copy {
  padding-right: 1em;
}
#region_main > section.profile-list .dynamic ul li .profile-copy .name {
  display: block;
}
#region_main > section.profile-list .dynamic ul li .profile-copy .title {
  display: block;
}

#region_main > section .dynamic ul.contacts li,
#region_main > section .dynamic ul.links li,
#region_main > section .content ul.contacts li,
#region_main > section .content ul.links li {
  padding-left: 0;
}
#region_main > section .dynamic ul.contacts li::before,
#region_main > section .dynamic ul.links li::before,
#region_main > section .content ul.contacts li::before,
#region_main > section .content ul.links li::before {
  display: none;
}
#region_main > section .dynamic ul.contacts li a,
#region_main > section .dynamic ul.links li a,
#region_main > section .content ul.contacts li a,
#region_main > section .content ul.links li a {
  display: flex;
  align-items: center;
  padding: 0.25em;
  color: #253E66;
  text-decoration: none;
}
#region_main > section .dynamic ul.contacts li a:hover,
#region_main > section .dynamic ul.links li a:hover,
#region_main > section .content ul.contacts li a:hover,
#region_main > section .content ul.links li a:hover {
  color: #00AEEF;
  text-decoration: underline;
}
#region_main > section .dynamic ul.contacts li a:hover::before,
#region_main > section .dynamic ul.links li a:hover::before,
#region_main > section .content ul.contacts li a:hover::before,
#region_main > section .content ul.links li a:hover::before {
  background-color: #00AEEF;
}
#region_main > section .dynamic ul.contacts li a:focus::before,
#region_main > section .dynamic ul.links li a:focus::before,
#region_main > section .content ul.contacts li a:focus::before,
#region_main > section .content ul.links li a:focus::before {
  background-color: rgba(37, 62, 102, 0.9);
}
#region_main > section .dynamic ul.contacts li a::before,
#region_main > section .dynamic ul.links li a::before,
#region_main > section .content ul.contacts li a::before,
#region_main > section .content ul.links li a::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  background-color: rgb(218.5, 218.5, 218.5);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#region_main > section .dynamic ul.contacts li a.tel::before,
#region_main > section .dynamic ul.links li a.tel::before,
#region_main > section .content ul.contacts li a.tel::before,
#region_main > section .content ul.links li a.tel::before {
  background-image: url("img/ui-icons-tel.png");
}
#region_main > section .dynamic ul.contacts li a.mobile::before,
#region_main > section .dynamic ul.links li a.mobile::before,
#region_main > section .content ul.contacts li a.mobile::before,
#region_main > section .content ul.links li a.mobile::before {
  background-image: url("img/ui-icons-mobile.png");
}
#region_main > section .dynamic ul.contacts li a.email::before,
#region_main > section .dynamic ul.links li a.email::before,
#region_main > section .content ul.contacts li a.email::before,
#region_main > section .content ul.links li a.email::before {
  background-image: url("img/ui-icons-email.png");
}
#region_main > section .dynamic ul.contacts li a.website::before,
#region_main > section .dynamic ul.links li a.website::before,
#region_main > section .content ul.contacts li a.website::before,
#region_main > section .content ul.links li a.website::before {
  background-image: url("img/ui-icons-website.png");
}
#region_main > section .dynamic ul.contacts li a.facebook::before,
#region_main > section .dynamic ul.links li a.facebook::before,
#region_main > section .content ul.contacts li a.facebook::before,
#region_main > section .content ul.links li a.facebook::before {
  background-image: url("img/ui-icons-facebook.png");
}
#region_main > section .dynamic ul.contacts li a.linkedin::before,
#region_main > section .dynamic ul.links li a.linkedin::before,
#region_main > section .content ul.contacts li a.linkedin::before,
#region_main > section .content ul.links li a.linkedin::before {
  background-image: url("img/ui-icons-linkedin.png");
}
#region_main > section .dynamic ul.contacts li a.instagram::before,
#region_main > section .dynamic ul.links li a.instagram::before,
#region_main > section .content ul.contacts li a.instagram::before,
#region_main > section .content ul.links li a.instagram::before {
  background-image: url("img/ui-icons-instagram.png");
}
#region_main > section .dynamic ul.contacts li a.twitter-x::before,
#region_main > section .dynamic ul.links li a.twitter-x::before,
#region_main > section .content ul.contacts li a.twitter-x::before,
#region_main > section .content ul.links li a.twitter-x::before {
  background-image: url("img/ui-icons-twitter-x.png");
}
#region_main > section .dynamic ul.contacts.links,
#region_main > section .dynamic ul.links.links,
#region_main > section .content ul.contacts.links,
#region_main > section .content ul.links.links {
  display: flex;
}
#region_main > section .dynamic ul.contacts.links li a,
#region_main > section .dynamic ul.links.links li a,
#region_main > section .content ul.contacts.links li a,
#region_main > section .content ul.links.links li a {
  border-radius: 50%;
}
#region_main > section .dynamic ul.contacts.links li a::before,
#region_main > section .dynamic ul.links.links li a::before,
#region_main > section .content ul.contacts.links li a::before,
#region_main > section .content ul.links.links li a::before {
  height: 2em;
  margin-right: 0;
}

#region_main > section.events .dynamic {
  max-width: 1280px;
}
@media (max-width: 720px) {
  #region_main > section.events .dynamic table thead tr th:nth-child(3) {
    display: none;
  }
}
#region_main > section.events .dynamic table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 720px) {
  #region_main > section.events .dynamic table tbody tr td {
    font-size: 0.8em;
  }
}
@media (max-width: 720px) {
  #region_main > section.events .dynamic table tbody tr td:nth-child(3) {
    display: none;
  }
}
#region_main > section.events .dynamic table tbody tr td:last-child {
  width: 12em;
  text-align: right;
  font-size: 0.66em;
}
#region_main > section.events .dynamic table tbody tr td:last-child a {
  display: inline-block;
  padding: 1em;
  background-color: #253E66;
  text-align: center;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.events .dynamic table tbody tr td:last-child a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.events .dynamic table tbody tr td:last-child a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.events .dynamic table tbody tr td:last-child a:hover {
  background-color: #00AEEF;
}

#region_main footer.page-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 720px) {
  #region_main footer.page-navigation {
    padding: 40px 0;
  }
}
#region_main footer.page-navigation .dynamic {
  width: 100%;
  max-width: 960px;
  padding: 0 40px;
}
@media (max-width: 960px) {
  #region_main footer.page-navigation .dynamic {
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  #region_main footer.page-navigation .dynamic {
    padding: 0 10px;
  }
}
#region_main footer.page-navigation .dynamic {
  display: flex;
  align-items: center;
  justify-content: center;
}
#region_main footer.page-navigation .dynamic a {
  display: flex;
  align-items: center;
  margin: 0.5em;
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main footer.page-navigation .dynamic a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main footer.page-navigation .dynamic a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main footer.page-navigation .dynamic a.back {
  padding-left: 1em;
}
#region_main footer.page-navigation .dynamic a.back::before {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  background-image: url("img/ui-nav-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
#region_main footer.page-navigation .dynamic a.next {
  padding-right: 1em;
}
#region_main footer.page-navigation .dynamic a.next::after {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  background-image: url("img/ui-nav-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ------ HOMEPAGE */
#region_main #region_main-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 3/1;
}
@media (max-width: 960px) {
  #region_main #region_main-hero {
    aspect-ratio: 16/9;
  }
}
#region_main #region_main-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20vw;
  background: linear-gradient(to top, rgba(37, 62, 102, 0.75), transparent);
  z-index: 1;
}
#region_main #region_main-hero .content {
  position: relative;
  width: 100%;
  z-index: 2;
}
#region_main #region_main-hero .content h1 {
  color: white;
  font-size: 3.5vw;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 0 rgb(30.2122302158, 50.6258992806, 83.2877697842);
}
@media (max-width: 960px) {
  #region_main #region_main-hero .content h1 {
    font-size: 4vw;
  }
}
@media (max-width: 720px) {
  #region_main #region_main-hero .content h1 {
    font-size: 5vw;
  }
}
#region_main > section.homepage-introduction .content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
}
@media (max-width: 720px) {
  #region_main > section.homepage-introduction .content {
    flex-direction: column-reverse;
  }
}
#region_main > section.homepage-introduction .content .logo::before {
  content: "";
  display: block;
  width: 350px;
  aspect-ratio: 1/1;
  margin: 0 0 60px 60px;
  background-image: url("img/blue-goose-logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  #region_main > section.homepage-introduction .content .logo::before {
    width: 35vw;
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 720px) {
  #region_main > section.homepage-introduction .content .logo::before {
    width: 30vw;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 720px) {
  #region_main > section.homepage-introduction .content .text {
    text-align: center;
  }
}
#region_main > section.homepage-introduction .content .text h2 {
  color: #00AEEF;
}
#region_main > section.homepage-introduction .content .text p {
  font-size: 1.25em;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  #region_main > section.homepage-introduction .content .text p {
    font-size: 1em;
  }
}
#region_main > section.homepage-introduction .content .text p a {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.homepage-introduction .content .text p a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.homepage-introduction .content .text p a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.homepage-ponds {
  padding: 120px 0;
  background-color: #E3E95E;
  background-image: url("img/na-map.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#region_main > section.homepage-ponds .content {
  text-align: center;
}
#region_main > section.homepage-ponds .content h2 {
  line-height: 1.1;
}
#region_main > section.homepage-ponds .content p {
  font-size: 1.5em;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  #region_main > section.homepage-ponds .content p {
    font-size: 1.25em;
  }
}
#region_main > section.homepage-ponds .content p a {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.homepage-ponds .content p a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.homepage-ponds .content p a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.homepage-ponds .content p a.button {
  background-color: #253E66;
}
#region_main > section.homepage-ponds .content p a.button:hover {
  background-color: rgb(16.6366906475, 27.8776978417, 45.8633093525);
}
#region_main > section.homepage-ponds .content p a.button:focus {
  background-color: #00AEEF;
}

/* ------ SIGN IN */
#region_main > section.sign-in .content form a#sign-in-show-password {
  display: inline-block;
  align-self: flex-end;
  padding: 0.25em 0.5em;
  margin: 0.25em 0 0 0;
  color: #253E66;
  order: -1;
}
#region_main > section.sign-in .content form a#sign-in-show-password:hover {
  color: #00AEEF;
}
#region_main > section.sign-in .content form a#sign-in-show-password:focus {
  color: white;
  background-color: #253E66;
  outline: none;
}
#region_main > section.sign-in .content form input#sign-in-current-password[type=password] ~ a#sign-in-show-password::before {
  content: "show password";
}
#region_main > section.sign-in .content form input#sign-in-current-password[type=text] ~ a#sign-in-show-password::before {
  content: "hide password";
}
#region_main > section.sign-in .content .password-recover {
  margin-top: 1em;
  text-align: right;
}

/* ------ JOIN */
#region_main > section.application .content .policy {
  padding: 1em 0;
  font-size: 0.9em;
  text-align: center;
}

/* ------ POND DIRECTORY */
#region_main > section.pond-directory .dynamic {
  max-width: 1280px;
}
#region_main > section.pond-directory .dynamic .region {
  padding: 1em 0;
}
#region_main > section.pond-directory .dynamic .region h2 {
  text-align: center;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td {
  font-size: 0.8em;
  font-weight: 300;
  vertical-align: middle;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:first-child {
  width: 50%;
  font-size: 1em;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:first-child::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.5em 0 0;
  background-color: #00AEEF;
  border-radius: 50%;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:first-child.home-nest::before {
  background-color: #E80000;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:first-child.puddle::before {
  background-color: #E3E95E;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:first-child.drip::before {
  background-color: #8AD5AD;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:last-child {
  width: 12em;
  text-align: right;
  font-size: 0.66em;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:last-child a {
  display: inline-block;
  padding: 1em;
  background-color: #253E66;
  text-align: center;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:last-child a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:last-child a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.pond-directory .dynamic .region table tbody tr td:last-child a:hover {
  background-color: #00AEEF;
}

#region_main > section.pond-profile .content {
  max-width: 1280px;
}
#region_main > section.pond-profile .content .pond-header {
  display: flex;
}
@media (max-width: 960px) {
  #region_main > section.pond-profile .content .pond-header {
    flex-wrap: wrap;
  }
}
#region_main > section.pond-profile .content .pond-header .info {
  padding: 0 0 0 8em;
}
@media (max-width: 960px) {
  #region_main > section.pond-profile .content .pond-header .info {
    flex-grow: 1;
    padding: 2em 0 0 0;
  }
}
#region_main > section.pond-profile .content .pond-header .info p {
  margin-bottom: 0.5em;
}
#region_main > section.pond-profile .content .pond-header .info p strong {
  color: #253E66;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* ------ CONTACT PAGE */
#region_main > section.contact-form .dynamic {
  max-width: 1280px;
}
#region_main > section.contact-form .dynamic form {
  background-color: #E3E95E;
}

/* ----------- EVENTS */
#region_main > section.event-header .content .info {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
#region_main > section.event-header .content .info p {
  margin: 0 1em 0 0;
}

/* ----------- ARTICLES */
#region_main > section.articles .dynamic ul li {
  padding: 2em 2em 0.5em 2em;
  margin-bottom: 0.5em;
  background-color: #F4F4F4;
  border-radius: 0.5em;
}
#region_main > section.articles .dynamic ul li::before {
  display: none;
}
#region_main > section.articles .dynamic ul li a {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.articles .dynamic ul li a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.articles .dynamic ul li a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}

/* ----------- DASHBOARD */
#region_main > section.dashboard .content {
  max-width: 1280px;
}
#region_main > section.dashboard .content .dashboard-header {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  #region_main > section.dashboard .content .dashboard-header {
    flex-direction: column;
    align-items: center;
  }
}
#region_main > section.dashboard .content .dashboard-header .profile-pic {
  display: block;
  height: 320px;
  aspect-ratio: 1/1;
  margin-right: 4em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  border: 5px solid #F4F4F4;
}
@media (max-width: 1280px) {
  #region_main > section.dashboard .content .dashboard-header .profile-pic {
    height: 240px;
    margin-right: 3em;
    border-width: 4px;
  }
}
@media (max-width: 960px) {
  #region_main > section.dashboard .content .dashboard-header .profile-pic {
    height: 180px;
    margin-right: 0;
    margin-bottom: 2em;
    border-width: 3px;
  }
}
#region_main > section.dashboard .content .dashboard-header .profile {
  display: flex;
  flex-wrap: wrap;
}
#region_main > section.dashboard .content .dashboard-header .profile .name {
  position: relative;
  flex-basis: 100%;
  padding: 0 10em 0.5em 0;
}
#region_main > section.dashboard .content .dashboard-header .profile .name h2 {
  margin-bottom: 0.25em;
}
#region_main > section.dashboard .content .dashboard-header .profile .name h3::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.25em 0 0;
  background-color: #00AEEF;
  border-radius: 50%;
}
#region_main > section.dashboard .content .dashboard-header .profile .name h3.home-nest::before {
  background-color: #E80000;
}
#region_main > section.dashboard .content .dashboard-header .profile .name h3.puddle::before {
  background-color: #E3E95E;
}
#region_main > section.dashboard .content .dashboard-header .profile .name h3.drip::before {
  background-color: #8AD5AD;
}
#region_main > section.dashboard .content .dashboard-header .profile .name a {
  position: absolute;
  top: 0.25em;
  right: 0;
  background-color: rgb(218.5, 218.5, 218.5);
  font-size: 0.8em;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.dashboard .content .dashboard-header .profile .name a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.dashboard .content .dashboard-header .profile .name a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.dashboard .content .dashboard-header .profile .info {
  flex-grow: 1;
}
@media (max-width: 720px) {
  #region_main > section.dashboard .content .dashboard-header .profile .info {
    flex-basis: 100%;
    padding-bottom: 2em;
  }
}
#region_main > section.dashboard .content .dashboard-header .profile .info p {
  margin-bottom: 0.5em;
}
#region_main > section.dashboard .content .dashboard-header .profile .info p strong {
  color: #253E66;
  font-size: 0.8em;
  text-transform: uppercase;
}
#region_main > section.dashboard .content .dashboard-header .profile .info ul.contacts li {
  padding-bottom: 0;
}

#region_main > section.membership-dues .dynamic {
  max-width: 1280px;
}
#region_main > section.membership-dues .dynamic table tbody tr td {
  font-size: 0.8em;
  font-weight: 300;
  vertical-align: middle;
}
@media (max-width: 720px) {
  #region_main > section.membership-dues .dynamic table tbody tr td:nth-child(2), #region_main > section.membership-dues .dynamic table tbody tr td:nth-child(3) {
    display: none;
  }
}
#region_main > section.membership-dues .dynamic table tbody tr td:first-child {
  width: 40%;
  font-size: 1em;
}
#region_main > section.membership-dues .dynamic table tbody tr td:last-child {
  width: 14em;
  text-align: right;
  font-size: 0.66em;
}
#region_main > section.membership-dues .dynamic table tbody tr td:last-child a {
  display: inline-block;
  padding: 1em;
  background-color: #253E66;
  text-align: center;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #00AEEF;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
#region_main > section.membership-dues .dynamic table tbody tr td:last-child a:hover {
  background-color: #253E66;
  color: white;
  text-decoration: none;
}
#region_main > section.membership-dues .dynamic table tbody tr td:last-child a:focus {
  outline: none;
  background-color: #E3E95E;
  color: #253E66;
  box-shadow: 0 0 0 3px #253E66;
}
#region_main > section.membership-dues .dynamic table tbody tr td:last-child a:hover {
  background-color: #00AEEF;
}
#region_main > section.membership-dues .dynamic table.active {
  font-size: 1.2em;
}
#region_main > section.membership-dues .dynamic table.active tbody tr td {
  background-color: rgb(230.9016393443, 236.0655737705, 116.4344262295);
}
#region_main > section.membership-dues .dynamic table.active tbody tr:nth-child(odd) td {
  background-color: #E3E95E;
}/*# sourceMappingURL=style.css.map */