.container {
   padding: 0 1rem;
}

.visually-hidden {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

.highlighted {
   margin: 0 auto;
   padding: 0 1rem;
   max-width: 1170px;
}

/*----- HEADER - Open -----*/
.header-top {
   background-color: var(--aero-darker);
}
.header-wrapper {
   background-color: var(--aero-dark);
}
.header-top-full,
.header-bottom-full {
   background-color: var(--aero-darker);
}
.homepage .header-wrapper {
   background: none;
}
/* #aero-10 .site-logo img {
  display: block;
  width: 180px;
} */
/*----- HEADER - Close -----*/

/*----- FOCUS - Open -----*/
#page a:focus-visible {
   outline: 2px dashed #000000;
   border-radius: 4px;
   outline-offset: 2px;
   transition: none !important;
}

/* #page header a:focus-visible,
#page .we-mega-menu-ul a:focus-visible {
  outline: 2px dashed #000000;
  outline-offset: 1px;
} */

/* #page .we-mega-menu-ul .we-mega-menu-submenu a:focus-visible {
  outline: 2px dashed #000000;
  outline-offset: 1px;
} */

#page header li.search-opener:focus-visible {
   outline: 2px dashed #fff;
   border-radius: 4px;
   transition: none !important;
}

#page header .search-box-content :focus-visible {
   outline-offset: 1px;
   outline: 2px dashed #fff;
}

#page header .header-top a:focus-visible {
   outline: 2px dashed #fff;
}

#page header .header-top .we-mega-menu-ul .we-mega-menu-submenu a:focus-visible {
   outline: 2px dashed #000000;
}

#page footer .footer-blocks a:focus-visible {
   outline: 2px dashed #fff;
}

a.visually-hidden.focusable:focus {
   background: #ffffff !important;
   border-radius: var(--border-radius);
   color: #000000 !important;
   display: block;
   font-size: 1rem;
   font-weight: 500;
   left: 50%;
   outline-offset: -4px;
   outline: 2px dashed var(--color-primary);
   padding: 0.5rem 1rem;
   position: absolute !important;
   top: 0.5rem;
   transform: translateX(-50%);
   transition: none !important;
   z-index: 999;

   -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
   -moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
   box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
}
/*----- FOCUS - Close -----*/

/* Figure - Open */

body .mfp-content .columns-grid figure,
#page .columns-grid figure {
   margin: 0;
}

body .mfp-content figure,
#page figure {
   overflow: hidden;
   display: table;
}

body .mfp-content figure.caption,
#page figure.caption {
   margin-bottom: 12px;
}

body .mfp-content figure img,
#page figure img {
   border-radius: 8px;
   margin: 0 0 8px 0 !important;
}

body .mfp-content figure figcaption,
#page figure figcaption {
   display: table-caption;
   caption-side: bottom;
   background-color: #e8edf8;
   font-size: 14px;
   text-align: center;
   padding: 12px;
   border-radius: 8px;
   font-weight: 500;
}

/* Figure - Close */

/*----- FORM - Open -----*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
   border: 1px solid #cdcdcd;
   border-radius: 8px;
   font-size: 1rem;
   font-family: var(--secondary-font-family);
   font-weight: 400;
   padding: 14px 20px 14px 20px;
}

select {
   appearance: none;
   background-image: url("/themes/custom/aero10/images/chevron-down.svg");
   background-repeat: no-repeat;
   background-position: right 10px center;
   background-size: 14px 14px;
   padding-right: 40px;
}

input[type="radio"] {
   margin: 0;
   width: 28px;
   height: 28px;
   accent-color: #277145;
}

input[type="checkbox"] {
   margin: 0;
   width: 28px;
   height: 28px;
   accent-color: #277145;
}

.form-item.form-type-checkbox,
.form-item.form-type-radio {
   display: flex;
   align-items: center;
   gap: 12px;
}

.form-item.form-type-checkbox,
.form-item.form-type-radio label {
   margin: 0;
}

input::placeholder {
   color: #757575;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
   /* outline: none;
  border: 2px solid var(--color-secondary); */
   outline: 2px solid var(--color-secondary);
}

.form-item label {
   color: #000;
   font-family: var(--primary-font-family);
   font-size: 1rem;
   font-style: normal;
   font-weight: 500;
   line-height: 160%;
}

label.option {
   font-weight: 400;
   line-height: normal;
}

form legend {
   color: #000;
   font-family: var(--primary-font-family);
   font-size: 1rem;
   font-style: normal;
   font-weight: 500;
   line-height: 160%;
   border-bottom: none;
   margin-bottom: 5px;
}

input[type="submit"] {
   border: none;
   border-radius: var(--border-radius-buttons);
   font-family: var(--secondary-font-family);
   font-size: 1rem;
   font-weight: 700;
   line-height: 160%;
   margin: 0 0.1rem 0.25rem 0;
   padding: 0.5rem 0.75rem;
   position: relative;
   background-color: var(--color-secondary);
}

input[type="submit"]:hover {
   color: #fff;
   background-color: var(--color-primary);
}
/*----- FORM - Close -----*/

/* Accept cookies popup - Open */

div#sliding-popup {
   background-color: #fff;
   background-position: top center;
   background-repeat: repeat;
   border-radius: 0 8px 0 0;
   padding: 1.5rem;
   box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
}

#sliding-popup .popup-content #popup-text h2 {
   margin-bottom: 1rem;
   display: flex;
   align-items: start;
   gap: 8px;
   color: var(--color-dark);
}

#sliding-popup .popup-content #popup-text h2::before {
   color: var(--color-teal-500);
   content: "\f564";
   display: block !important;
   font-family: "Font Awesome 6 Pro";
   font-size: 24px;
   font-weight: 700;
   line-height: 100%;
}

#sliding-popup .popup-content #popup-text button {
   display: flex;
   align-items: center;
   gap: 8px;
   font-weight: 500;
   color: var(--color-blue-600);
   text-decoration: none;
}

#sliding-popup .popup-content #popup-text button::after {
   content: "\f061";
   display: block !important;
   font-family: "Font Awesome 6 Pro";
   font-size: 15px;
   font-weight: 700;
   line-height: 100%;
}

#sliding-popup .popup-content #popup-text button:hover {
   color: var(--color-teal-500);
}

#sliding-popup .popup-content #popup-buttons button {
   border: none;
   border-radius: var(--border-radius-buttons);
   display: inline-flex;
   font-family: var(--secondary-font-family);
   font-size: 1.125rem;
   font-weight: 500;
   line-height: 100%;
   margin: 0 0.1rem 0.25rem 0;
   outline: none !important;
   padding: 0.625rem 1rem 0.75rem 1rem;
   position: relative;
   text-decoration: none !important;

   background: var(--color-teal-500);
   color: var(--color-white) !important;
}

#sliding-popup .popup-content #popup-buttons button:hover {
   background: var(--color-teal-400);
   color: var(--color-white) !important;
}

#sliding-popup .popup-content #popup-buttons button.agree-button {
   background: var(--color-orange-500);
   color: var(--color-black) !important;
}

#sliding-popup .popup-content #popup-buttons button.agree-button:hover {
   background: var(--color-orange-400);
   color: var(--color-black) !important;
}

/* Accept cookies popup - Close */

/* Mega Menu - Open */

@media screen and (max-width: 991px) {
   #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li > a {
      border-top: none;
   }

   #page #mega-menu .we-mega-menu-li[data-level="1"] a.we-megamenu-nolink,
   #page #mega-menu .we-mega-menu-li[data-level="1"] a {
      border-bottom: 1px solid var(--aero-mm-lv1-resp-border-color) !important;
   }

   #page #mega-menu .we-mega-menu-ul .we-mega-menu-li[data-level="1"] > a::before {
      background-color: var(--aero-mm-lv1-resp-border-color-hover);
   }

   #page #mega-menu .we-mega-menu-ul .we-mega-menu-li[data-level="1"].active > a::before {
      background-color: var(--aero-mm-lv1-resp-border-color-hover);
   }

   #header .header-wrapper {
      /* #header .header-inner { */
      min-height: 80px;
      background: #fff;
      box-shadow: 0 0 0.125rem 0.125rem rgba(26, 36, 58, 0.16);
   }
}

@media screen and (min-width: 992px) {
   .scrolled #header .site-brand .site-branding .site-logo a img {
      transform: scale(0.66);
   }
}

/* Mega Menu - Close */
