/*
Theme Name: Bergman Fysio & Podo Praktijk
Theme URI: https://bergmanpodopraktijk.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: bergman
*/
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.25vw, 26px);
  color: #b6c8ca;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #024049;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

::selection {
  color: white;
  background: #50af31;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2em 2em;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8em;
  left: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* MAIN */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* BG COLORS */
.bg-beige {
  background-color: #f6f6f2;
}

.bg-darker-blue {
  background-color: #02373f;
}

/* BUTTONS */
.btn {
  padding: 0.75em 2em;
  font-size: 1em;
  border-radius: 2em;
}
.btn.btn-primary {
  color: white;
  border-color: #50af31;
  background-color: #50af31;
}
.btn.btn-primary:hover {
  color: white;
  border-color: #02373f;
  background-color: #02373f;
}
.btn.btn-outline-primary {
  color: white;
  border-color: white;
  background-color: transparent;
}
.btn.btn-outline-primary:hover {
  color: #024049;
  border-color: white;
  background-color: white;
}
.btn.btn-light {
  color: #024049;
  border-color: white;
  background-color: white;
}
.btn.btn-light:hover {
  color: white;
  border-color: #50af31;
  background-color: #50af31;
}
.btn.btn-secondary {
  color: white;
  background-color: #024049;
}
.btn.btn-secondary:hover {
  border-color: #50af31;
  background-color: #50af31;
}
.btn.btn-arrow {
  display: inline-flex;
  gap: 0.2em;
}
.btn.btn-arrow span {
  font-size: 1.5em;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.btn.btn-arrow:hover span {
  transform: translateX(0.2em);
}

/* TYPOGRAPHY */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  color: white;
}

h1 {
  margin: 0 0 0.5em 0;
  font-size: 3em;
  line-height: 1.35;
}
h1 small {
  margin: 0 0 0.5em 0;
  display: block;
  font-size: 0.3em;
  color: #50af31;
}

h2,
.h2 {
  margin: 0 0 0.9em 0;
  font-size: 2.3em;
  line-height: 1.45;
}

h3,
.h3 {
  margin: 0 0 0.4em 0;
  font-size: 1.4em;
}

p {
  line-height: 1.75;
}

p,
ul,
ol {
  margin-bottom: 1.4em;
}

a {
  color: inherit;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
  transition-property: color;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.intro {
  font-size: 1.1em;
  font-weight: 300;
  color: white;
}

.page-content h2 {
  margin: 0 0 0.6em 0;
  font-size: 1.3em;
}
.page-content h3 {
  margin: 0 0 0.6em 0;
  font-size: 1.1em;
}
.page-content p,
.page-content ul,
.page-content ol {
  margin-bottom: 2em;
  line-height: 1.75;
}
.page-content a:hover {
  color: white;
}
.page-content ul {
  list-style-type: none;
}
.page-content ul li {
  padding: 0 0 0 1.3em;
  position: relative;
}
.page-content ul li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0.58em;
  left: 0.1em;
  display: block;
  border-radius: 50%;
  background-color: #50af31;
}
.page-content figure {
  margin: 2.5em 0;
}
.page-content figure figcaption {
  margin: 0.8em 0 0 0;
  font-size: 0.8em;
  font-style: italic;
}
.page-content figure img {
  max-width: 100%;
}
.page-content figure.wp-block-image:first-child {
  margin-top: 0;
}
.page-content .wp-block-table {
  padding: clamp(1em, 4vw, 1.5em);
  border: 0.06em solid #305f65;
  border-radius: clamp(1em, 1.5vw, 1.5em);
}
.page-content table thead {
  border: 0;
}
.page-content table thead tr th {
  padding: 0 0.6em 1.2em 0.6em;
  font-weight: 400;
  color: white;
  border: 0;
}
.page-content table tbody tr td {
  padding: 0.9em 0.8em;
  border: 0;
}
.page-content table tbody tr:nth-child(odd) {
  background-color: #0b464f;
}
.page-content img {
  border-radius: clamp(1em, 1.5vw, 1.5em);
}

/* CONTAINER */
.container {
  margin: 0 auto;
  padding-left: min(10vw, 10em);
  padding-right: min(10vw, 10em);
  max-width: 100em;
}
.container.large {
  padding-left: clamp(1.5em, 4vw, 2.2em);
  padding-right: clamp(1.5em, 4vw, 2.2em);
}
.container.medium {
  padding-left: calc(min(10vw, 10em) * 1.75);
  padding-right: calc(min(10vw, 10em) * 1.75);
}
.container.small {
  padding-left: calc(min(10vw, 10em) * 2.5);
  padding-right: calc(min(10vw, 10em) * 2.5);
}
.container.no-padding {
  padding-left: unset;
  padding-right: unset;
}

/* SECTIONS */
section {
  padding: min(12vh, 12em) 0;
  position: relative;
}
section.first-section {
  padding: min(9vh, 9em) 0 3.5em 0;
}
section.section-large {
  padding: min(16vh, 16em) 0;
}

.section-divider {
  margin: clamp(2.5em, 4vw, 4em) 0;
  position: relative;
  left: calc(clamp(1.5em, 4vw, 2.2em) * -1);
  width: calc(100% + clamp(1.5em, 4vw, 2.2em) * 2);
  border-top: 0.06em solid #305f65;
  opacity: 1;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0 0 1.2em 0;
  display: flex;
  gap: 0.5em;
  font-size: 0.7em;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #50af31;
}
.breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs span:last-child {
  overflow: hidden;
}
.breadcrumbs span:last-child span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* BLOCKS */
.block {
  padding: clamp(1.5em, 4vw, 2.2em);
  border-radius: clamp(1em, 1.5vw, 1.5em);
  background-color: #0b464f;
}

/* HEADER */
.navbar {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.navbar:before {
  content: "";
  height: 0.06em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 100%);
}
.navbar .container {
  max-width: unset;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  top: 1.2em;
  left: clamp(1em, 4vw, 2.5em);
  position: absolute;
  font-size: unset;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand {
    top: 1.5em;
  }
}
.navbar .navbar-brand img {
  width: clamp(5.3em, 10vw, 6.2em);
  position: relative;
  z-index: 1;
}
.navbar .hamburger {
  margin-left: auto;
  padding: 1.5em 0;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.navbar .hamburger.is-active .hamburger-inner,
.navbar .hamburger.is-active .hamburger-inner::before,
.navbar .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.navbar .hamburger-box {
  width: 1.5em;
  height: 1.2em;
  display: inline-block;
  position: relative;
}
.navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1em;
}
.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  width: 1.5em;
  height: 0.15em;
  background-color: white;
  border-radius: 0.2em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  content: "";
  display: block;
}
.navbar .hamburger-inner::before {
  top: -0.5em;
}
.navbar .hamburger-inner::after {
  bottom: -0.5em;
}
.navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar-nav {
  padding-top: 3.7em;
  gap: 0 2.4em;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav {
    padding-top: 0;
    padding-right: 0.5em;
  }
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  border-bottom: 0.06em solid #305f65;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown:not(.position-static) {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1.5em 0;
  position: relative;
  color: white;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 3.2em 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 0.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
    background-color: #50af31;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link.show {
  color: #50af31;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link.active:before, .navbar .navbar-nav .nav-item .nav-link.show:before {
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle:after, .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle:after, .navbar .navbar-nav .nav-item .nav-link.show.dropdown-toggle:after {
  transform: rotate(180deg);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 1.3em;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "keyboard_arrow_down";
  margin-left: 0.1em;
  position: absolute;
  right: 0;
  font-family: "Material Symbols Outlined";
  font-size: 1.3em;
  line-height: 1.3;
  border: 0;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    right: unset;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0 !important;
  padding: 0;
  font-size: 1em;
  border: 0;
  border-top: 0.06em solid #305f65;
  border-radius: 0 0 clamp(1em, 1.5vw, 1.5em) clamp(1em, 1.5vw, 1.5em);
  background-color: #02373f;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(1rem);
    transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
    pointer-events: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .small-menu {
  min-width: 250px;
  padding: clamp(1em, 4vw, 1.5em) !important;
  background-color: #02373f;
  border-radius: clamp(1em, 1.5vw, 1.5em);
  border: 1px solid #305f65;
}
.navbar .navbar-nav .nav-item .dropdown-menu .small-menu .dropdown-item {
  padding: 0.6em 0.8em;
  border-radius: 0.5em;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
  white-space: nowrap !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .small-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #50af31 !important;
  padding-left: 1em;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .small-menu {
    min-width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0 1em 1em 1em !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .small-menu .dropdown-item {
    white-space: normal !important;
    padding: 0.6em 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .small-menu .dropdown-item:hover {
    background-color: transparent;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .mega-menu-inner {
    max-width: unset;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .mega-menu .row {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .mega-menu [class*=col-] {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .mega-menu-heading {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.3;
}
.navbar .navbar-nav .nav-item .dropdown-menu .mega-menu-heading.h3 {
  font-size: 1.15em;
}
.navbar .navbar-nav .nav-item .dropdown-menu .mega-menu-heading:hover {
  color: #50af31 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item-sub {
  display: block;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 0.85em;
  line-height: 1.5;
  color: #b6c8ca;
  background-color: transparent;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-word;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: white !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #50af31;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0;
    padding: 0 1em 1em 1em;
    background-color: transparent;
    box-shadow: none;
    border-top: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .mega-menu-heading {
    font-size: 1.05em;
    margin-top: 1.5em;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0.5em 0;
  }
}

/* HERO */
.hero .btn {
  margin-top: 1em;
}
.hero svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(5em, 7vw, 12em);
  height: calc(100% + 3em);
  opacity: 0.015;
}
.hero svg path {
  fill: white;
}

.frontpage-image {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 992px) {
  .frontpage-image {
    aspect-ratio: 2/1;
  }
}
.frontpage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.page-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  text-decoration: none;
  border-radius: 1em;
  overflow: hidden;
  background: #0b464f;
}
.page-block figure {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-block figure img {
  width: 100%;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.page-block .page-block-content {
  padding: clamp(1.5em, 4vw, 2.2em);
  color: #b6c8ca;
}
.page-block .page-block-button {
  margin-top: auto;
  padding: 0 clamp(1.5em, 4vw, 2.2em) clamp(1.5em, 4vw, 2.2em) clamp(1.5em, 4vw, 2.2em);
}
.page-block .btn:before {
  content: "";
  position: absolute;
  inset: 0;
}
.page-block:hover img {
  opacity: 0.8;
}

.pages-list {
  margin: 0;
  list-style-type: none;
}
.pages-list li {
  position: relative;
}
.pages-list li:before, .pages-list li:after {
  content: "";
  width: calc(100% + clamp(1.5em, 4vw, 2.2em) * 2);
  height: 0.06em;
  position: absolute;
  left: calc(clamp(1.5em, 4vw, 2.2em) * -1);
  background-color: #305f65;
}
.pages-list li:before {
  top: 0;
}
.pages-list liafter {
  content: unset;
}
.pages-list li:last-child:after {
  bottom: 0;
}
.pages-list li a {
  padding: 2.2em 5em 2.2em 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.pages-list li a .arrow {
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  background-color: #50af31;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
  transition-property: transform;
}
.pages-list li a .arrow span {
  font-size: 1.12em;
}
.pages-list li a:hover {
  color: white;
}
.pages-list li a:hover .arrow {
  transform: translateY(-50%) scale(1.1);
}

/* TEAM */
.team {
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.team .team-member {
  position: relative;
  padding: clamp(2.5em, 4vw, 4em) 0;
  display: grid;
  gap: clamp(2.5em, 4vw, 4em);
}
@media screen and (min-width: 992px) {
  .team .team-member {
    grid-template-columns: 1fr 2fr;
  }
}
.team .team-member:first-child {
  padding-top: 0;
}
.team .team-member:before {
  content: "";
  width: calc(100% + clamp(1.5em, 4vw, 2.2em) * 2);
  height: 0.06em;
  position: absolute;
  bottom: 0;
  left: calc(clamp(1.5em, 4vw, 2.2em) * -1);
  background-color: #305f65;
}
.team .team-member .team-member-name {
  font-size: 1.9em;
}
.team .team-member img {
  aspect-ratio: 16/13;
  object-fit: cover;
  border-radius: clamp(1em, 1.5vw, 1.5em);
}

.sidebar-contact .sidebar-contact-info {
  margin: 0 0 clamp(1em, 4vw, 1.5em) 0;
  padding: 0 0 clamp(1em, 4vw, 1.5em) 0;
  display: flex;
  align-items: center;
  gap: 1.2em;
  border-bottom: 0.06em solid #305f65;
}
.sidebar-contact .sidebar-contact-info figure {
  width: 2.5em;
  aspect-ratio: 3/4;
  margin: 0;
  flex-shrink: 0;
}
.sidebar-contact .sidebar-contact-info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-contact .sidebar-contact-info span {
  display: block;
}
.sidebar-contact .sidebar-contact-info span.name {
  color: white;
}
.sidebar-contact .sidebar-contact-info span.function {
  font-size: 0.8em;
}
.sidebar-contact p {
  margin: 0 0 1.5em 0;
}
.sidebar-contact a {
  text-decoration: none;
}
.sidebar-contact .sidebar-contact-cta-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  line-height: 1.5;
}
.sidebar-contact .sidebar-contact-cta-list li {
  padding: 0 0 0 1.8em;
  position: relative;
}
.sidebar-contact .sidebar-contact-cta-list li span {
  position: absolute;
  top: 0.09em;
  left: 0;
  font-size: 1.25em;
  color: white;
}
.sidebar-contact .sidebar-contact-cta-list li:before {
  content: unset;
}

/* CONTACT PAGE */
.contact-info ul li {
  padding: 0;
}
.contact-info ul li:before {
  content: unset;
}
.contact-info a {
  text-decoration: none;
}

#map {
  aspect-ratio: 4/3;
  margin: 5.5em 0 0 0;
  border-radius: clamp(1em, 1.5vw, 1.5em);
}
@media screen and (min-width: 992px) {
  #map {
    aspect-ratio: 16/6;
  }
}

/* NINJA FORMS */
.nf-form-fields-required {
  display: none;
}

.nf-error-msg {
  font-size: 0.8em;
}
@media screen and (min-width: 576px) {
  .nf-error-msg {
    font-size: 0.6em;
  }
}

.nf-error .nf-error-msg,
.nf-error-msg,
.ninja-forms-req-symbol {
  color: #cf7979 !important;
}

.nf-error .ninja-forms-field {
  border: 0 !important;
  border-color: #cf7979 !important;
}

.nf-response-msg h2 {
  margin-bottom: 1.1em;
}
.nf-response-msg h2 p:not(:last-child) {
  margin-bottom: 1.5em;
}

.nf-error.field-wrap .nf-field-element::after {
  width: 3em !important;
  height: 100% !important;
  font-size: 1em !important;
  line-height: 2.6 !important;
  color: #cf7979 !important;
  background-color: unset !important;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-field-container {
  margin-bottom: 1.5em !important;
}

.nf-form-title h2 {
  margin: 0 0 1em 0;
}

.nf-field-label label {
  font-size: 1em !important;
  font-weight: 400 !important;
}

input[type=text],
input[type=email],
input[type=tel] {
  height: auto !important;
  padding: 0.18em 0;
  font-size: 1em !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0;
  background-color: #0b464f !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #676767;
  opacity: 1;
}

textarea {
  padding: 0;
  font-size: 1em !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0;
  background-color: #0b464f !important;
}

input[type=submit] {
  height: auto !important;
  padding: 0.75em 2em !important;
  font-size: 1em !important;
  font-weight: 400;
  border-radius: 2em !important;
  background-color: #50af31 !important;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1) !important;
}
input[type=submit]:hover {
  color: white !important;
  background-color: #02373f !important;
}

.submit-wrap {
  margin-top: 1.7em;
}

/* FOOTER */
footer {
  padding: 5em 0;
  position: relative;
  line-height: 1.9;
  border-radius: 3em 3em 0 0;
  background-color: #02373f;
}
footer .footer-title {
  margin: 0 0 0.2em 0;
  display: block;
  font-weight: 400;
  color: white;
}
footer ul {
  padding: 0;
  list-style-type: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #50af31;
}

.footerbar {
  padding: 2.5em 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: #02373f;
}
.footerbar .footerbar-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  font-size: 0.8em;
}
.footerbar .footerbar-inner a {
  text-decoration: none;
}
.footerbar .footerbar-inner a:hover {
  text-decoration: underline;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

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