@import "boostrap.min.css";
.cms-structure-mode-content body {
  min-height: calc(100vh - 46px);
}
.cms-structure-mode-structure body {
  min-height: calc(100vh - 46px);
}
.cms-structure-mode-structure body > section,
.cms-structure-mode-structure body > nav {
  max-width: calc(100vw - 416px);
}
.cms-structure-mode-structure .fix_cms_width {
  max-width: calc(100vw - 416px);
  margin-left: 0;
}
textarea {
  max-height: none !important;
}
.cms-dragitem-success.cms-plugin-overlay-see-through {
  border: 3px solid green !important;
  transform: translateY(-46px);
}
div.cms .cms-structure .cms-structure-content {
  padding-top: 1em !important;
}
.cms-structure-mode-structure div.cms .cms-modal-open,
div.cms .cms-modal-open {
  transform: translate3d(0, calc(-50vh + 50%), 0px) !important;
}
* {
  box-sizing: border-box;
}
:root {
  --primary-fg: #006;
  --highlighted-text: #05c0df;
  --footer-bg: #006;
}
:root .btn-primary {
  --bs-btn-bg: #006;
  --bs-btn-hover-bg: #2e2e94;
  --bs-btn-border-color: #14147c;
}
html,
body {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: 100dvh;
  flex-direction: column;
  background: white;
}
body {
  font-size: 1.3rem;
}
p {
  margin-bottom: 1rem;
}
h1 {
  font-size: clamp(1em, 6vw, 4em);
  margin-bottom: 1rem;
}
:where(h1),
:where(h2),
:where(h3),
:where(h4),
:where(h5),
:where(strong) {
  color: var(--primary-fg);
}
h2 {
  font-size: clamp(1em, 6vw, 3em);
  text-shadow: none;
  margin-bottom: 1rem;
}
h3 {
  font-size: 2em;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
strong {
  font-weight: 900;
}
section.body {
  container-type: inline-size;
}
section.body .body_wrapper ul > li + li:not(.nav-item) {
  margin-top: 1rem;
}
section.body .body_wrapper ol > li + li {
  margin-top: 1rem;
}
section.body .bulleted_list {
  margin: 1rem 2rem;
}
section.body .bulleted_list ul {
  margin-top: 0.5rem;
}
section.body .bulleted_list ul li + li {
  margin-top: 0.5rem;
}
header {
  background: white;
  border-bottom: 1px solid gray;
  position: sticky;
  top: 0;
  z-index: 999;
}
header #header_contact_info {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 2em;
  border-bottom: 1px solid #0003;
  font-size: 0.8em;
  margin: 0;
  line-height: 3em;
  color: #006;
}
header #header_contact_info a {
  color: #006;
  text-decoration: none;
  border-left: 1px solid #0003;
  padding-left: 2em;
  margin-left: 2em;
}
header .menu_top_bar {
  display: flex;
  flex-direction: row;
  height: 5em;
  align-items: center;
}
header .menu_top_bar .brand-logo {
  flex: 1;
  white-space: pre;
  margin-left: 0em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #05c0df !important;
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #00000014;
  font-size: clamp(1rem, 5vw, 3em) !important;
  font-family: "Muller", "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  text-decoration: none;
}
header .menu_top_bar .brand-logo img {
  height: 1em;
}
header .menu_top_bar .menu_items {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
}
header .menu_top_bar .menu_items li {
  display: block;
}
header .menu_top_bar .menu_items li a {
  display: block;
  color: var(--primary-fg);
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  padding: 1em 1.3em;
}
header .menu_top_bar .menu_items li a:hover {
  background: #0003;
}
header #show_menu {
  display: none;
}
section.body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.body_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
footer {
  container-type: inline-size;
  background: var(--footer-bg);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 2em;
}
footer #footer_links {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-around;
  margin: 0 auto 3em;
}
footer #footer_links a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
@container (max-width: 1600px) {
  header {
    position: relative !important;
    margin-bottom: 0;
  }
  header .brand-logo {
    text-align: center;
    margin: auto;
    display: block !important;
  }
  header #show_menu {
    display: flex;
    flex-direction: column;
    width: 3em;
    gap: 0.3em;
    border: 0;
    background: transparent;
    transition: 0.3s ease-in-out background-color;
    padding: 1em 0.9em;
  }
  header #show_menu:hover {
    background: #0003;
  }
  header #show_menu div {
    border-bottom: 2px solid black;
    height: 1px;
    width: 100%;
  }
  header .menu_top_bar_shade {
    display: none;
  }
  header .menu_top_bar_shade {
    content: '';
    display: none;
    position: absolute;
    z-index: 100;
    background: #0003;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
  }
  header .menu_items {
    display: flex;
    flex-direction: column !important;
    width: 20em;
    background: white;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    min-height: 100dvh;
    height: 100dvh;
    box-shadow: 0 0 1rem black;
  }
  #header_contact_info {
    display: none !important;
  }
  .show-menu .menu_top_bar_shade {
    content: '';
    display: block;
  }
  section.body {
    margin-top: 8em;
  }
  #footer_links {
    flex-direction: column !important;
    gap: 2em;
    text-align: center;
  }
}
@container (max-width: 767px) {
  .buttons_listing {
    flex-direction: column !important;
  }
}
.block_area {
  min-height: 100dvh;
  padding: 4em 1em;
  background-size: cover;
  background-position: center;
  position: relative;
}
.block_area .centered-column {
  max-width: 60em;
  margin: auto;
}
.block_area .full_width {
  margin: auto -1em;
  width: calc(100% + 2em);
}
.block_area h1 {
  color: var(--primary-fg);
  font-weight: 900;
}
.block_area .marker {
  color: var(--highlighted-text);
}
.block_area .buttons_listing {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin-top: 2em;
}
.title_tag {
  display: block;
  background: #6e9cf240;
  border: 1px solid gray;
  padding: 1em;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.cms-structure-mode-structure  .title_tag {
  display: block;
}
.parallax {
  position: relative;
  display: flex;
  /* Set a specific height */
  min-height: 500px;
  padding: 2em;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .full_width {
  margin: auto -2em;
  width: calc(100% + 4em);
}
.parallax .centered-column {
  max-width: 60em;
  margin: auto;
  display: flex;
  align-items: center;
}
@container (max-width: 767 px) {
  body .white_background_on_small {
    background: #fff6;
    padding: 1em;
  }
}
@container (max-width: 767 px) {
  body .not-mobile {
    display: none;
  }
}
.single_column {
  max-width: 40em;
  margin: auto;
}
/*# sourceMappingURL=main.css.map */