/*
	Theme Name: Atlas Theme
	Author: FieldWrk
*/

:root {
  --chamfer: 60px; /* size of the bottom angle cut */
  --gap: -13px; /* black offset between content and red line */
  --stroke: 1px; /* red line thickness */
  --red: #e62128;
}

/* Login Screen */

.login {
  background: var(--color-dark-900);
}

#login {
  border: 0;
  margin: 0 auto;
  margin-top: 8%;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.login h1.admin-email__heading {
  font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
  margin-top: 8%;
}

#loginform {
  margin-bottom: 0;
}

.login h1 a {
  background-image: url(/wp-content/themes/atlas/images/logo.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  width: 100%;
  margin: 0;
  border: 0;
}

.login #login_error,
.login .message,
.login .success {
  background: var(--color-dark-800);
  color: var(--color-light-100-o65);
  text-align: center;
  border: unset;
  padding: 0;
  font-style: italic;
  margin: 0;
  padding: 2em;
  padding-bottom: 0;
  font-size: 0.7em;
}

.login form {
  background: var(--color-dark-800);
  box-shadow: unset;
  border: unset;
  margin-top: -1px;
  padding-bottom: 2em;
  padding-top: 2em;
}

.login label {
  color: var(--color-light-100-o65);
  font-weight: 200;
  font-family: "IBM Plex Sans", sans-serif;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  font-size: 1em !important;
  padding: 0.5em 1em !important;
  -webkit-appearance: none;
  font-weight: 200;
  width: 100%;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
  border-radius: 0;
  margin-bottom: 1em;
  font-family: "IBM Plex Sans", sans-serif;
}

.login .user-pass-wrap {
  margin-bottom: 1em;
}

#login form p.submit {
  text-align: center;
}

.wp-core-ui .button.button-large.button-primary,
.wp-core-ui .button.button-large {
  padding: 0.8em 1.5em;
  font-size: 1em;
  transition: 0.5s all;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background: var(--color-brand);
  color: var(--color-light-100);
  border: 1px solid var(--color-brand);
}

.wp-core-ui .button.button-large.button-primary:hover {
  text-decoration: none;
  color: var(--color-dark-900);
  background-color: var(--color-light-100);
  border: 1px solid var(--color-light-100);
}

.wp-core-ui .button.button-large {
  background: var(--color-dark-800);
  color: var(--color-light-100-o65);
}

.login #backtoblog a,
.login #nav a {
  color: var(--color-light-100-o65);
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: var(--color-light-100-o65);
}

.login form .forgetmenot {
  float: none;
}

.login #nav,
.login #backtoblog {
  background: var(--color-dark-800);
  margin-top: -1px;
}

.login #backtoblog {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
  display: none;
}

/* Global */

* {
  box-sizing: border-box;
}

html {
  font-size: var(--font-size-base);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wysiwyg {
  font-size: var(--font-size-lg);
}

html.fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-size: var(--font-size-base);
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--color-light-100-o65);
  background-color: var(--color-dark-800);
}

header {
  color: var(--color-white-2);
}

footer {
  background: var(--color-midnight-2);
  color: var(--color-white-2);
}

/* footer .social-media-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-light-100);
  transition: 0.4s all;
} */
.social-media-links a {
  border-radius: 999px;
  background: transparent;
  transition: 0.4s all;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-light-100);
}

.social-media-links.white a {
  background-color: var(--color-light-100);
}

.social-media-links.red a {
  background-color: var(--color-brand);
}

.social-media-links a img {
  transition: 0.4s;
}

.social-media-links a:hover img,
.social-media-links.white a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(78%) saturate(7012%)
    hue-rotate(357deg) brightness(103%) contrast(118%);
}

.social-media-links.red a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(14%)
    hue-rotate(212deg) brightness(104%) contrast(104%);
}

.contact-information-container .social-media-links svg path {
  fill: var(--color-brand);
}

/* .contact-information-container .social-media-links a:hover {
  background: var(--color-light-100);
} */

main {
  background-color: var(--color-dark-900);
  z-index: 1;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    60px 100%,
    0 calc(100% - 60px)
  );
}

/* Footer reveal */
#primary-footer {
  position: sticky;
  bottom: 0;
  transition: transform 0.55s ease;
  will-change: transform;
  z-index: 0;
  overflow: hidden;
}

/* EO Main Sections */

.container {
  width: 100%;
  max-width: 1250px;
}

.container.container-sm {
  max-width: 1140px;
}

.container-fluid {
  position: relative;
}

.container-fluid {
  z-index: 2;
}

.py-small {
  padding-top: 3em;
  padding-bottom: 3em;
}

.pt-small {
  padding-top: 3em;
}

.pb-small {
  padding-bottom: 3em;
}

.row .row {
  padding-top: 0;
  padding-bottom: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
}

.text-lg {
  font-size: var(--font-size-lg);
}

.wysiwyg {
  line-height: 150%;
}

.text-lg {
  font-size: var(--font-size-lg);
}

a {
  color: var(--color-light-100-o65);
  transition: 0.5s all;
}

a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

p:last-of-type {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #fff;
  opacity: 0.2;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}

b,
strong {
  font-weight: 900;
}

.large {
  font-size: 1.8em;
}

.text-shadow {
  text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

section.py-lg {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}

section.py-sm {
  padding-top: var(--section-padding-sm);
  padding-bottom: var(--section-padding-sm);
}

.btn-primary,
.btn-secondary {
  padding: 0.8em 1.5em;
  font-size: 1em;
  transition: 0.5s all;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
  text-decoration: none;
}

/* Social Media Instagram */
div#sb_instagram #sbi_load .sbi_load_btn,
div#sb_instagram .sbi_follow_btn a {
  padding: 0.8em 1.5em;
  font-size: 1em;
  transition: 0.5s all;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

div#sb_instagram #sbi_load .sbi_load_btn,
div#sb_instagram .sbi_follow_btn.sbi_custom {
  flex-basis: 50%;
  margin-top: 0;
  width: 100%;
}

#sb_instagram #sbi_load .sbi_load_btn:focus,
#sb_instagram #sbi_load .sbi_load_btn:hover {
  color: var(--color-dark-900) !important;
}

#sb_instagram .sbi_load_btn .sbi_btn_text.sbi_hidden {
  opacity: 1 !important;
}

#sb_instagram .sbi_load_btn .sbi_loader {
  opacity: 0 !important;
}

div#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}

div#sb_instagram #sbi_load .sbi_load_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  color: var(--color-light-100) !important;
  margin: 0;
  border: 1px solid var(--color-brand);
}

div#sb_instagram .sbi_follow_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-brand) !important;
  color: var(--color-light-100) !important;
  box-shadow: none !important;
}

div#sb_instagram .sbi_follow_btn a svg {
  display: none;
}

div#sb_instagram #sbi_load .sbi_load_btn:hover,
div#sb_instagram .sbi_follow_btn a:hover {
  color: var(--color-dark-900) !important;
  background: var(--color-light-100) !important;
  border-color: transparent !important;
  opacity: 1;
  border: 1px solid var(--color-light-100) !important;
}

.btn-primary img,
.btn-secondary img,
.btn-text img {
  width: 25px;
  height: 25px;
  left: 0px;
  position: relative;
  transition: 0.5s all;
  margin-left: 1em;
}

.btn-primary:hover img,
.btn-secondary:hover img,
.btn-text:hover img {
  left: 5px;
}

.btn-primary.small,
.btn-secondary.small {
  font-size: 0.8em;
}

.btn-primary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: transparent;
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
}

/* Use https://codepen.io/sosuke/pen/Pjoqqp to adjust the color of svgs */
.btn-primary:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(12%) saturate(4308%)
    hue-rotate(120deg) brightness(90%) contrast(101%);
}

.btn-secondary {
  background: #333333;
  color: #ffffff;
}

.btn-secondary:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
  border: 0;
}

.btn-text {
  font-family: "IBM Plex Sans", sans-serif;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: auto;
}

.btn-text:hover {
  text-decoration: none;
}

/* Helpers */

.separator-1 {
  height: 1em;
  display: block;
  clear: both;
  width: 100%;
}

.separator-2 {
  height: 2em;
  display: block;
  clear: both;
  width: 100%;
}

.separator-3 {
  height: 3em;
  display: block;
  clear: both;
  width: 100%;
}

.separator-4 {
  height: 4em;
  display: block;
  clear: both;
  width: 100%;
}

.separator-6 {
  height: 6em;
  display: block;
  clear: both;
  width: 100%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
}

.bg-image.h-auto {
  height: auto;
  overflow: visible;
}

.bg-image.h-auto .row {
  position: relative;
}

.bg-image.h-full,
.h-full {
  height: 100vh;
}

.bg-image.parallax {
  background-attachment: fixed;
}

.bg-image .container,
.h-full .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.bg-image .row,
.h-full .row {
  height: 100%;
}

.bg-image .bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-video {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bg-video .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s all;
}

.bg-video .bg-image.in {
  opacity: 1;
}

.bg-video .container {
  z-index: 4;
  position: relative;
}

.bg-video .container,
.bg-video .row {
  height: 100%;
}

.bg-video .video {
  height: 100%;
  width: calc(100% + 12px);
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  box-shadow: unset;
  opacity: 0;
  transition: 0.3s all;
}

.bg-video .video.in {
  opacity: 1;
}

.bg-video .video video {
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -25%;
  min-width: 115%;
  min-height: 100%;
  width: 100%;
}

.bg-video .overlay {
  z-index: 2;
}

.bg-video {
  z-index: 1;
}

.bg-video + .row {
  position: relative;
  z-index: 2;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(33, 53, 60, 0.8);
  pointer-events: none;
}

/* HTML Video */

.video {
  position: relative;
  overflow: hidden;
}

.video .container {
  position: absolute;
  height: 100%;
  z-index: 4;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.video .overlay {
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
}

.video .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* .video video {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  min-width: 105%;
  min-height: 100%;
} */

/* YouTube Embeds */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Images */

img {
  max-width: 100%;
}

/* Header */

header.container-fluid {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: var(--header-height-desktop);
  background: var(--color-dark-900-o20);
  transition: 0.5s background;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* for Safari */
}

.logged-in header.container-fluid {
  top: 32px;
}

header .container {
  height: 100%;
}

header .row {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  position: relative;
}

#logo {
  position: relative;
  z-index: 3;
  transition: 0s all;
  height: 100%;
}

#logo img {
  width: 100%;
  margin: 0;
  height: auto;
}

/* Header Navigation */

#navigation {
  position: relative;
  z-index: 2;
  height: 100%;
}

#menu-primary-navigation {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

#menu-primary-navigation li {
  list-style-type: none;
  text-transform: none;
  margin: 0;
  display: block;
  font-size: 1em;
  width: auto;
}

#menu-primary-navigation li {
  position: relative;
}

#menu-primary-navigation li:before {
  display: none;
}

#menu-primary-navigation a {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  transition: 0.5s background, 0.5s color;
  text-decoration: none;
  z-index: 2;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  justify-content: center;
  height: 100%;
}

#menu-primary-navigation .menu-item-has-children > a:after {
  content: "";
  background-size: cover;
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
  height: 10px;
  width: 14px;
  margin-left: 0.5em;
}

#menu-primary-navigation .menu-item-has-children > a {
  cursor: default;
}

#menu-primary-navigation .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
  z-index: 1;
  padding-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  left: 0;
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
  display: block;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  width: 100%;
  text-align: left;
  line-height: 1;
}

#menu-primary-navigation .sub-menu li a {
  padding: 0;
  display: flex;
  align-items: center;
  color: #000000;
  justify-content: flex-start;
}

#menu-primary-navigation .sub-menu a:hover {
  text-decoration: underline;
}

#nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: var(--color-brand);
  content: "";
  display: block;
  height: 2px;
  margin: 6px 0;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.nav-icon:before,
.nav-icon div,
.nav-icon:after {
  width: 100%;
  transition: 0.4s all var(--animation-timing);
  transform: translateY(0);
  margin: 0;
}

.nav-icon div {
  display: none;
}

.nav-icon:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}

.nav-icon:after {
  height: 2px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.nav-icon.close {
  transform: rotate(45deg);
  transform-origin: center;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover,
.nav-icon.close {
  opacity: 1;
}

/* Special Layouts */

#header {
  margin-top: 90px;
  height: 600px;
}

#header.h-auto {
  height: auto;
}

#header .container {
  z-index: 2;
  position: relative;
}

/* Slick */

button[aria-label="1 of 1"] {
  display: none !important;
}

.slide:focus {
  outline: none;
}

.slick-track {
  display: flex;
  /* align-items: center; */
}

.image-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev,
.slick-next {
  width: 100px;
  height: 100px;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: unset;
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
  transition: 0.5s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}

.slick-next {
  transform: rotate(180deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li {
  color: unset;
  width: unset;
  height: unset;
  width: unset;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
}

.slick-dots li:before {
  content: unset;
}

.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.74);
  opacity: 1;
  transition: 0.5s all;
}

.slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  content: unset;
}

.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.74);
  opacity: 1;
  height: 20px;
  width: 20px;
}

.slick-arrow.prev svg {
  transform: rotate(180deg);
  outline: 0;
  box-shadow: none;
}

/* Filter */

.filter,
.show-hide {
  width: auto;
  position: relative;
  /* font-size: 0.9em; */
  cursor: pointer;
  /* font-family: "Avenir"; */
}

.filter .active,
.show-hide .active {
  padding: 0.5em 1em;
  text-transform: uppercase;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
  background-size: 10px;
  background-position: 98% center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
  border: 1px solid #e4e4e4;
  padding-right: 2.5em;
  font-weight: 600;
}

.filter .dropdown,
.show-hide .dropdown {
  position: absolute;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index: 998;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.filter .dropdown .option,
.show-hide .dropdown .option {
  padding: 0.5em 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.filter .dropdown .option:hover,
.show-hide .dropdown .option:hover {
  background: #dddee1;
  color: #394053;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.1em;
  cursor: pointer;
}

.checkbox span {
  border: 1px solid #dde2e5;
  height: 30px;
  width: 30px;
  display: inline-flex;
  margin-right: 0.5em;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  background: #ffffff;
}

.checkbox.checked span:before {
  content: "";
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
  transform: rotate(45deg);
  background-size: cover;
  height: 24px;
  width: 25px;
  position: absolute;
}

/* Isotope */

.hidden-item {
  display: none;
}

.isotope,
.isotope-filter {
  padding-left: 15px;
  padding-right: 15px;
}

.isotope .row,
.isotope-filter .row {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -0.25px;
  margin-right: -0.25px;
  margin-bottom: 2.5rem;
}

.isotope-filter .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-item:last-of-type {
  margin-bottom: 0;
}

.grid-item .card-img {
  width: 100%;
}

/* Table */

table {
  width: 100%;
  font-size: 1em;
  line-height: 1;
}

thead {
  background: #f4f4f4;
}

th {
  padding: 1em;
}

th:last-of-type {
  padding-right: 4em;
}

td {
  border: 0;
  padding: 1em;
}

/* Accordion */

.accordion {
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.accordion li {
  list-style-type: none;
  margin: 0;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  border-bottom: 1px solid #bcbcbc;
  display: block;
  font-size: 1em;
}

.accordion li:before {
  display: none;
}

.accordion li.open {
  background: #ffffff;
  padding-bottom: 2em;
  border-bottom: 0;
}

.accordion h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0;
  transition: 0.5s all;
  line-height: 1.2;
  padding-bottom: 1em;
}

.accordion h5:hover {
  color: #272828;
}

.accordion h5 span {
  width: 80%;
}

.accordion .answer {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;

  /* display: none;  */
  /* TMP */
}

.accordion li.open h5 .icon {
  background-color: #ffc336;
  background-image: url(/wp-content/themes/atlas/images/ICON_NAME_HERE.svg);
}

.accordion-content .wysiwyg a {
  color: var(--color-white);
  text-decoration: underline !important;
}

/* Lists */

ul {
  padding: 0;
  margin-left: 2.5em;
}

ul li {
  list-style-type: none;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}

.wysiwyg ul li {
  list-style-type: disc;
}

ul.two-col {
  display: flex;
  flex-wrap: wrap;
}

ul.two-col li {
  width: 50%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Gravity Forms */

.gform_wrapper {
  position: relative;
  margin: 0;
  width: 100%;
}

.gform_wrapper.gravity-theme button.button:disabled {
  pointer-events: none;
}

.gform_wrapper ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  list-style-type: none;
  font-size: 1em;
  display: block;
}

.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none;
}

.gform_wrapper ul.gform_fields li.gfield:before {
  display: none;
}

.gfield_label {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.hidden_label label {
  display: none;
}

.submit-button .gfield_label {
  display: none !important;
}

.hidden_label select {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: red;
  font-weight: 300;
  font-size: 0.8em;
  font-style: italic;
  text-align: left;
  position: relative;
  top: -2em;
}

.gform_confirmation_wrapper {
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  margin-top: 3rem !important;
  margin-bottom: -2rem !important;
}

.gform_wrapper .instruction {
  display: none;
}

.gform_wrapper div.validation_error {
  color: red;
  font-style: italic;
  position: relative;
  top: -1em;
  font-size: 0.8em;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.gform_wrapper li.gfield_error textarea,
.gfield_error select {
  border: 1px solid #f26e24 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border-bottom: 1px solid #f26e24 !important;
}

.gform_validation_container {
  display: none;
}

.gform_button {
  border: 0;
}

.hsfc-Step__Content {
  padding: 0px;
}

.hsfc-TextInput,
.hsfc-TextareaInput,
.gform_wrapper textarea,
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper select,
.filter,
.team-filter-select {
  /* color: var(--color-light-100-o20) !important; */
  color: #fff !important;
  font-size: var(--font-size-lg) !important;
  font-weight: 400;
  background-color: var(--color-dark-800) !important;
  padding: 0.5rem 1rem !important;
  border: 0 !important;
  height: 45px;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  transition: 0.4s all;
}
.gform_wrapper select {
  color: var(--color-light-100-o20) !important;
}
.gform_wrapper select.has-value {
  color: #fff !important;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-light-100-o20);
}

.gform_wrapper textarea:focus,
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
.gform_wrapper select:focus,
.filter:focus,
.filter:hover,
.gform_wrapper textarea:hover,
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):hover,
.gform_wrapper select:hover {
  color: var(--color-light-100) !important;
}

.gform_wrapper textarea:focus,
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
.gform_wrapper select:focus {
  outline: none;
}

.gform_wrapper select,
.mobile-filter,
.filter {
  background-image: url(images/icon-white-carret.svg);
  background-size: 12px;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
}

.hsfc-TextareaInput,
.gform_wrapper textarea {
  height: 120px !important;
  resize: none !important;
  overflow: auto;
  padding: 1rem !important;
  font-size: var(--font-size-lg) !important;
}

input[type="checkbox"] {
  border: 1px solid #dde2e5;
  height: 20px;
  width: 20px;
  top: 3px;
  position: relative;
}

.gform_wrapper .gfield_required {
  color: #f26e24;
}

.gfield--type-html label {
  color: var(--color-light-100);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0.5rem;
  margin-bottom: -12px;
  display: block;
}

.hsfc-TextField,
div.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
  grid-column-gap: 15px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d9d9d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9d9d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d9d9d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9d9d9d;
}

.gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [type="file"]
  ) {
  line-height: 1 !important;
}

/* Footer */

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

#menu-footer-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#menu-footer-navigation li {
  list-style-type: none;
  margin: 0;
  position: relative;
  width: auto;
}

#menu-footer-navigation li:before {
  display: none;
}

#menu-footer-navigation li a {
  margin-left: 1em;
  margin-right: 1em;
}

#menu-footer-navigation li:last-child a {
  margin-right: 0;
}

#menu-footer-secondary-navigation {
  display: flex;
  justify-content: center;
  margin: 0;
}

#menu-footer-secondary-navigation li {
  width: auto;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

#menu-footer-secondary-navigation li:before {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open #main-navigation-container {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* =========================================
   @Elements:
   ========================================= */
.button {
  color: var(--color-white);
  background-color: var(--color-primary);
  /* Text/Nav */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: var(--font-size-small);
  font-weight: 600;
  letter-spacing: 0.7px;
  height: 35px;
  outline: none !important;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}

.button:hover,
.button:focus,
.button.button-primary:focus,
.button.button-secondary:focus,
button#gform_submit_button:hover {
  opacity: 1;
  text-decoration: none;
  color: var(--color-dark-900);
  background-color: var(--color-light-100);
  border-color: var(--color-light-100);
}

.button-group {
  display: flex;
  gap: 1rem;
}

.hsfc-Button,
.contact-form .gform_button {
  width: 100%;
  background-color: var(--color-brand);
  border: none;
  color: var(--color-light-100);
}
.hsfc-Button:not(:disabled):hover,
.contact-form .gform_button:not(:disabled):hover {
  width: 100%;
  background-color: var(--color-light-100) !important;
  border: none;
  color: var(--color-dark-900) !important;
}

.contact-form .gform_button:disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}

.contact-form .gform-ajax-loader,
.contact-form .gform-loader,
.contact-form .gform-ajax-spinner,
.contact-form .gform-spinner,
.contact-form .gform_ajax_spinner,
.contact-form .gform_spinner {
  display: none !important;
}
/* =========================================
   @Header:
   ========================================= */
#main-navigation-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-navigation-container .menu {
  margin: auto;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

#main-navigation-container .menu a {
  font-size: var(--font-size-lg);
  font-weight: 400;
  color: var(--color-light-100);
}

.menu-main-menu-container,
#main-navigation-container .menu > li {
  display: flex;
  align-items: center;
}

.menu-main-menu-container,
.menu-main-menu-container > .menu {
  height: 100%;
}

.container.w-100 {
  max-width: none;
}

#main-navigation-container {
  width: 100%;
}

#main-navigation-container .menu > li {
  width: auto;
  margin: 0;
  padding: 0;
}

#main-navigation-container .menu > li.menu-item-has-children {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
}

#main-navigation-container .menu > li.menu-item-has-children:after {
  content: "";
  background-image: url(images/icon-menu-arrow.svg);
  width: 12px;
  height: 6px;
  display: block;
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);
  transition: 0.4s all;
}

#main-navigation-container .menu > li.menu-item-has-children:hover:after {
  transform: none;
}

#main-navigation-container .menu a:hover {
  text-decoration: none;
}

#nav-icon {
  display: none;
}

/* Sub Menu */
#main-navigation-container .mega-menu {
  position: absolute;
  bottom: 0;
  left: -32px;
  padding: 32px;
  transform: translateY(calc(100% - 0.75rem));

  margin: 0;
  background-color: var(--color-dark-800);
  /* min-width: max-content; */
  min-width: 400px;
  transition: 0.4s all;
  opacity: 0;
  pointer-events: none;
}

#main-navigation-container li:hover .mega-menu {
  opacity: 1;
  transform: translateY(100%);
  pointer-events: auto;
}

#main-navigation-container .sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
}

#main-navigation-container .sub-menu li a {
  line-height: 1.2;
  padding: 1rem 1.5rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color-black-faded);
  transition: 0.4s all;
}

#main-navigation-container .sub-menu li a:hover {
  color: var(--color-primary);
}

/* Header Buttons */
#header-buttons-mobile {
  display: none;
}

#header-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: end;
  width: 100%;
  flex-direction: row-reverse;
}

/* Atlas */
#main-navigation-container .menu.hovered > li > a {
  color: var(--color-light-100-o60);
}

#main-navigation-container .menu.hovered > li:hover > a {
  color: var(--color-light-100);
}

/* Mega Menu */
#main-navigation-container li .mega-menu {
  display: flex;
  gap: 56px;
  width: 750px;
  pointer-events: none;
}

#main-navigation-container li .mega-menu .sub-menu {
  margin: 0;
  flex: 1;
}

#main-navigation-container li .mega-menu .image-container {
  height: 320px;
  width: 320px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
}

#main-navigation-container li .mega-menu .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-navigation-container li .mega-menu .sub-menu li a {
  border-bottom: 1px solid var(--color-light-100-o20);
}

#main-navigation-container li .mega-menu .sub-menu li:last-child a {
  border-bottom: none;
}

.mega-menu .image-container {
  position: relative;
  pointer-events: none;
}

.mega-menu .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  will-change: opacity;
  transition: 0.4s all;
}

.mega-menu .image-container img.active {
  opacity: 1;
}

.mega-menu .sub-menu li a {
  transition: 0.4s all;
}

#main-navigation-container .mega-menu .sub-menu li a:hover,
.mega-menu .sub-menu li.current-menu-item a {
  background-color: var(--color-brand);
  color: var(--color-light-100);
}

/* =========================================
   404:
   ========================================= */
.layout-404 {
  margin-bottom: 5rem;
}

.content-column-404 {
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
  transition: 1s;
}

.layout-404.loaded .content-column-404 {
  opacity: 1;
  transition: 1s opacity ease-in-out 1s, 1s transform ease-in-out 1s;
}

.title-404 {
  color: var(--color-white);

  font-family: "IBM Plex Sans", sans-serif;
  font-size: 232px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content-404 {
  max-width: 420px;
}

.headline-404.hero-header {
  color: var(--color-white);
  /* Headings/H2 */
  font-size: 112px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.content-404 {
  display: flex;
  gap: 58px;
  align-items: center;
  margin-bottom: 4rem;

  justify-content: center;
  text-align: center;
}

.copy-404 {
  font-size: 18px;
  font-weight: 400;
}

.buttons-404 {
  text-align: center;
}

/* =========================================
   Button:
   ========================================= */
.button {
  color: var(--color-brand-text);
  font-size: var(--font-size-lg);
  font-weight: 400;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  transition: 0.4s all;
  text-transform: uppercase;
}

.button.button-primary {
  background-color: var(--color-brand);
  border: none;
}

.button.button-primary:hover,
.button.button-secondary:hover {
  color: var(--color-dark-900);
  background-color: var(--color-light-100);
  border-color: var(--color-light-100);
  opacity: 1;
}

.button.button-primary.button-full-width {
  width: 100%;
}

.button.button-secondary {
  background-color: transparent;
  border: 1px solid var(--color-brand);
  color: var(--color-light-100);
}

#header-buttons .button,
.button-group .button {
  height: 37px;
}

.button-group {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.button-group .button {
  flex: 1;
}

/* =========================================
   Section:
   ========================================= */

.section-headline {
  text-transform: uppercase;
}

.section-offset {
  margin-right: -7rem;
}

section.bg-dark-800 {
  position: relative;
}

section.bg-dark-800:before,
section.bg-dark-800:after,
#primary-footer:before,
#primary-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--color-dark-800);
  width: 48px;
  height: 48px;
  transform: translateY(-100%);
  pointer-events: none;
}

section.bg-dark-800:before,
#primary-footer:before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

section.bg-dark-800:after,
#primary-footer:after {
  right: 0;
  left: auto;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* =========================================
   Footer:
   ========================================= */
footer {
  padding-top: 80px;
  background-color: var(--color-dark-800);
}

#footer-logo-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.footer-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.footer-contour {
  width: 100%;
}

.footer-contour-mobile {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Menu */
#footer-navigation-container {
  display: flex;
  gap: 128px;
}

#footer-navigation-container .menu > li {
  max-width: 196px;
  width: auto;
}

#footer-navigation-container .menu > li > a {
  pointer-events: none;
}

/* Footer */
.footer-bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

#footer-navigation-container .menu,
#footer-navigation-container li {
  margin: 0;
}

#footer-navigation-container .menu > li > a {
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  color: var(--color-light-100);
  font-weight: 500;
}

#footer-navigation-container .sub-menu-arrow {
  display: none;
}

#footer-navigation-container .menu > li,
#footer-navigation-container .menu .sub-menu {
  display: flex;
  flex-direction: column;
}

#footer-navigation-container .menu .sub-menu {
  gap: 1.25rem;
  margin-left: 1rem;
}

#footer-navigation-container .menu > li {
  gap: 2rem;
}

.fieldwrk-logo {
  transition: 0.4s all;
  text-align: right;
}

.fieldwrk-logo:hover {
  opacity: 0.7;
}

.footer-menu-content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  gap: 1.5rem;
}

.footer-menu-content a {
  color: var(--color-light-100-o65);
  text-transform: none;
}

.social-media-links {
  gap: 1rem;
  display: flex;
}

/* =========================================
   Hero (Home):
   ========================================= */
.layout-hero,
.layout-hero-home {
  height: calc(100vh - var(--header-height-desktop));
  min-height: 60vh;
  height: 90vh;
  /* overflow-x: hidden; */
  overflow: visible;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.layout-hero-home {
  padding-bottom: 1rem;
}

/* Home Border */
.hero-home-border-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.hero-home-border-container img {
  width: 100%;
}

/* Subpages Border */
.hero-subpages-border-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.hero-subpages-border-container img {
  width: 1407px;
  height: 912px;
}

/* Shaped Backgrounds */
/* .clipped-bottom .clipped-bottom-inner{
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    60px 100%,
    0 calc(100% - 60px)
  );
  position: absolute;
  isolation: isolate;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
} */

/* .clipped-bottom::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px));
} */
/* 
.clipped-bottom::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: red;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px));
} */

/* host */
.clipped-bottom {
  position: relative;
  overflow: visible; /* allow red to extend outside */
  isolation: isolate;
}

/* your media/content sits above the masks */
.clipped-bottom .clipped-bottom-inner {
  position: relative;
  z-index: 2;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    60px 100%,
    0 calc(100% - 60px)
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* INNER mask (black band) – covers almost all red below, leaving a 1px rim */
.hero-background-container-wrapper.clipped-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000; /* the black offset behind your media */
  inset: var(--gap);
}

/* OUTER ring (red) – expanded equally on all edges incl. chamfers */
.hero-background-container-wrapper.clipped-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--red);
  inset: calc(var(--gap) - var(--stroke));
}

.hero-background-container-wrapper.clipped-bottom::before,
.hero-background-container-wrapper.clipped-bottom::after {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 68px),
    calc(100% - 67px) 100%,
    67px 100%,
    0 calc(100% - 68px)
  );
}
.clipped-bottom-left {
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px)); */
}

/* your media/content sits above the masks */
.clipped-bottom-left .clipped-bottom-left-inner {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* INNER mask (black band) – covers almost all red below, leaving a 1px rim */
.clipped-bottom-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000; /* the black offset behind your media */
  top: 0;
  bottom: -13px;
  left: -13px;
  right: 0;
}

/* OUTER ring (red) – expanded equally on all edges incl. chamfers */
.clipped-bottom-left::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--red);
  top: 0;
  bottom: -14px;
  left: -14px;
  right: 0;
}

.clipped-bottom-left::before,
.clipped-bottom-left::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 67px 100%, 0 calc(100% - 67px));
}

.clipped-bottom-right {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0 100%,
    0 0
  );
}

.hero-home-inner-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  height: 100%;
}

/* .angled-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: red;
  z-index: 2;
  clip-path: polygon(0 0, 12px 100%, calc(100% - 12px) 100%, 100% 0);
} */

.hero-background-container-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  /* overflow: hidden; */
}

.hero-background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content-column {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.hero-content-column {
  color: var(--color-light-100);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.66);
  z-index: 1;
}

.hero-header {
  font-weight: 600;
  color: var(--color-light-100);
  text-transform: uppercase;
  letter-spacing: -3px;
  line-height: 1em;
}

.hero-header.single-project-title {
  font-size: 3.25rem;
}

.hero-copy {
  font-size: 1.3rem;
}

.hero-content-text {
  max-width: 75%;
}

.hero-title {
  font-size: 1rem;
  color: var(--color-white);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.hero-title a {
  font-size: 1rem;
  color: var(--color-white);
  font-weight: 500;
  text-decoration: underline;
}

.hero-title a:hover {
  opacity: 0.7;
}

.hero-video-container {
  height: 100%;
}

#hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================
   Hero (Subpages):
   ========================================= */
.layout-hero .hero-background-container-wrapper {
  right: 0;
  left: auto;
  /* transform: translate(155px, -50%); */
  transform: translate(155px, calc(-50% - 14px));
  max-width: 1750px;
  width: 80%;
}

.layout-hero .hero-content {
  display: flex;
  gap: 1rem;
}

.layout-hero .hero-content-text {
  flex: 1;
}

.layout-hero .hero-button {
  flex-basis: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  position: relative;
  bottom: 15px;
}

/* =========================================
   High Level Overview:
   ========================================= */
.high-level-overview-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.overview-column {
  flex: 1;
  max-width: 445px;
}

.high-level-overview-content.no-banner .overview-column:last-child {
  max-width: 540px;
}

.layout-high-level-overview .marquee-slider {
  margin-bottom: 5rem;
}

.marquee-slider {
  color: var(--color-brand);
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.marquee-slider-item {
  display: flex;
}

.marquee-slider-item:after {
  content: "•";
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* =========================================
   Services:
   ========================================= */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4.5rem;
}

.service-rows-container {
  display: flex;
  flex-direction: column;
}

.service-row {
  display: flex;
  gap: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-top: 1px solid var(--color-light-100-o20);
}

.service-row-link {
  display: block;
  text-decoration: none !important;
}

.service-row-image-inner {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
}

.service-row-image-inner img {
  transition: 0.4s all;
}

.service-row-link:hover .service-row-image-inner img {
  transform: scale(1.1);
}

.service-row:last-child {
  padding-bottom: 0;
}

.service-row-content {
  flex-basis: 350px;
}

.image-swap-image-container {
  flex: 1;
}

/* Sticky Sections */
.stuck {
  opacity: 0.5 !important;
}

.sticky-sections {
  padding: 0 !important;
}

.sticky-section {
  padding-top: var(--section-padding);
  position: sticky;
  height: auto;
  overflow: hidden;
  background-color: var(--color-dark-800);
}

.sticky-section:last-child {
  height: auto;
}

.sticky-section .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-top: 1px solid;
}

#sticky-1 {
  /* top: calc(var(--header-height-desktop) + 3em); */
  top: calc(var(--header-height-desktop));
}

#sticky-2 {
  /* top: calc(var(--header-height-desktop) + 70px + 10px); */
  top: calc(var(--header-height-desktop) + var(--sticky-section-padding));
}

#sticky-3 {
  /* top: calc(var(--header-height-desktop) + 70px + 35px); */
  top: calc(var(--header-height-desktop) + var(--sticky-section-padding) * 2);
}

#sticky-4 {
  /* top: calc(var(--header-height-desktop) + 70px + 35px + 30px); */
  top: calc(var(--header-height-desktop) + var(--sticky-section-padding) * 3);
}

#sticky-5 {
  /* top: calc(var(--header-height-desktop) + 70px + 35px + 35px + 35px); */
  top: calc(var(--header-height-desktop) + var(--sticky-section-padding) * 4);
}

/* =========================================
   Sticky Scroll Rows: (Services variation)
   ========================================= */
.layout-sticky-scroll-rows {
  padding-top: 42px;
  padding-bottom: 0;
}

.image-swap-container {
  margin-top: -7rem;
}

.sticky-scroll-rows-container {
  gap: 4.5rem;
}

.sticky-scroll-rows-container .service-row {
  gap: 125px;

  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}

.sticky-scroll-rows-container .service-row-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sticky-scroll-rows-container .service-row-content-inner {
  min-height: 562px;
}

.sticky-scroll-rows-container .service-row-image {
  flex: 1.1;
}

.sticky-scroll-rows-container .service-row-content-inner {
  margin-top: auto;
  margin-bottom: auto;
}

.image-swap-image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.image-swap-image-container img {
  width: 100%;
  object-fit: cover;
}

/*  */
.image-swap-row {
  display: flex;
  gap: 125px;
}

.image-swap-content {
  flex: 1;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.image-swap-content-inner {
  min-height: 504px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-swap-image-container {
  height: 100vh;
  position: sticky;
  top: var(--header-height-desktop);
  display: flex;
  align-items: center;
}

.image-swap-image-container .image-swap-image-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}

.image-swap-image-container .image-swap-image-wrapper.active {
  opacity: 1;
}

.image-pager-container {
  display: flex;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.image-pager-item {
  height: 4px;
  flex: 1;
  background-color: var(--color-dark-900-o65);
}

.image-pager-item.active {
  background-color: var(--color-brand);
}

.image-swap-image-container-inner {
  margin-top: auto;
  /* margin-top: 0; */
  margin-bottom: auto;
  height: 300px;
  width: 100%;
  position: relative;
}

.image-swap-content-mobile {
  margin-bottom: 2rem;
}

/* =========================================
   Featured Project:
   ========================================= */
.featured-project-image {
  margin-bottom: 3rem;
}

.featured-project-image img {
  max-height: 60vh;
  object-fit: cover;
}

.featured-project-content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}

.featured-project-excerpt {
  text-align: right;
}

.featured-project-title {
  font-size: 3rem;
  margin-top: -3px;
}

.featured-project-title,
.featured-project-excerpt {
  flex: 1;
}

.layout-featured-project .button-group {
  margin-top: 2.5rem;
}

/* =========================================
   Accordion:
   ========================================= */
.layout-accordion {
  padding-top: var(--section-padding-lg);
  padding-bottom: 0;
}

.accordion-header {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.accordion-title {
  margin-top: auto;
  margin-bottom: 0;
}

.accordion-section-copy {
  flex-basis: 540px;
}

/* Accordion Feature */
.accordion {
  display: flex;
  margin-top: 8rem;
  border-top: 1px solid var(--color-light-100-o20);
  border-bottom: 1px solid var(--color-light-100-o20);
}

.accordion-item {
  flex-basis: 220px;
  border-right: 1px solid var(--color-light-100-o20);
  padding: 3.75rem 3rem 1rem;
  transition: 0.4s all;
}

.accordion-header {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.accordion-icon-container {
  width: 75px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-light-100-o20);
  border-radius: 50%;
}

.accordion-icon {
  width: 40px;
  height: 40px;
}

/* Open Feature */
.accordion-item.open {
  flex: 1;
}

.accordion-section-header {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}

.accordion-section-headline {
  flex: 1;
  display: flex;
  align-items: end;
}

.accordion-section-headline h2 {
  line-height: 1;
}

.accordion-section-copy {
  flex-basis: 562px;
  font-size: 1.5rem;
  color: var(--color-light-100);
}

.accordion-item .wysiwyg {
  opacity: 0;
  height: 210px;
  overflow: hidden;
  transition: 0.4s all, 0.1s opacity;
}

.accordion-item.open .wysiwyg {
  opacity: 1;
  /* max-height: 310px; */
  transition: 0.1s all, 0.4s opacity 0.4s;
}

/* .accordion-item .answer {
  min-height: 300px;
  display: none;
} */

.accordion-item .accordion-icon-container svg path,
.accordion-item .accordion-icon-container svg {
  transition: 0.4s all ease;
  fill: #454545;
}

/* .accordion-item.open .accordion-icon-container svg,
.accordion-item:hover .accordion-icon-container svg {
  filter: invert(11%) sepia(90%) saturate(7500%) hue-rotate(12deg)
    brightness(95%) contrast(115%);
} */

.accordion-item.open .accordion-icon-container svg path,
.accordion-item:hover .accordion-icon-container svg path {
  fill: var(--red);
}

/* =========================================
   Testimonials:
   ========================================= */
.testimonial-icon {
  height: 70px;
  position: relative;
}

.quote {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.quote strong {
  font-weight: 500;
  color: var(--color-brand);
}

.testimonial-slider-container {
  width: 100%; /* ensures the slider fits its flex column */
}

.testimonial-slider .slick-track {
  display: flex !important; /* prevents slides from collapsing or overflowing */
}

.testimonial-slide-container {
  flex: 0 0 auto; /* prevents flex stretching slides */
}

.author-info {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.testimonial-slider-arrow.button-group {
  flex-direction: row;
  margin-top: 3.5rem;
}

/* =========================================
   Image/Text:
   ========================================= */
.image-text-container {
  display: flex;
  gap: 125px;
}

.image-text-image {
  flex: 1.1;
}

.image-text-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* =========================================
   Call to Action:
   ========================================= */
.layout-cta {
  background-color: var(--color-dark-800);
}

.cta-container {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.cta-container .container {
  /* max-width: 95%; */
}

.cta-overlay {
  background-color: var(--color-dark-800);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cta-button {
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0.8;
}

.cta-button a {
  display: flex;
  align-items: center;
  gap: 40px;
  /* justify-content: center; */
}

.cta-button a:hover {
  color: var(--color-light-100);
  text-decoration: none;
}

.cta-button img {
  transition: 0.4s all;
}

.cta-container.hovered .cta-button a img {
  transform: rotate(45deg);
}

.cta-alternate-image,
.cta-main-image,
.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.4s all;
}

/* .cta-alternate-image {
  opacity: 0;
  z-index: 1;
} */

.cta-container.hovered .cta-background {
  transform: scale(0.8);
}

/* .cta-container.hovered .cta-main-image {
  opacity: 0;
}

.cta-container.hovered .cta-alternate-image {
  opacity: 1;
} */

.cta-content {
  z-index: 2;
  position: relative;
}

/* =========================================
   Stats:
   ========================================= */
.layout-stats {
  position: relative;
}

.stats-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}

.stat-item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid var(--color-light-100-o20);
}

.stat-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.metric-label {
  max-width: 540px;
  margin: 0 auto 2.5rem;
}

.metric {
  font-size: 10rem;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 0;
}

.stats-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.stats-bg img {
  width: 100%;
}

.stats-contour-alt {
  display: none;
  position: relative;
  top: 10rem;
}

.layout-stats.bg-dark-900 .stats-contour-alt {
  display: block;
}

.layout-stats.bg-dark-900 .stats-contour-main {
  display: none;
}

/* =========================================
   Team:
   ========================================= */
.card-list {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  column-gap: 2rem;
  row-gap: 3rem;
}

.card {
  border: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.member-role {
  margin-bottom: 1.5rem;
}

.linked-in-url,
.member-role {
  font-size: var(--font-size-lg);
  font-weight: 400;
}

.linked-in-url:hover {
  text-decoration: none;
  color: var(--color-light-100);
}

.member-year {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  height: 24px;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  background-color: var(--color-brand);
  color: var(--color-light-100);

  position: absolute;
  top: 1rem;
  left: 1rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team-filter {
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 10px;
}

.team-filter a {
  opacity: 0.3;
  font-weight: 500;
  will-change: opacity;
  transition: 0.4s all;
}

.team-filter a:hover,
.team-filter a.active {
  color: var(--color-light-100);
  opacity: 1;
}

.team-filter-select {
  background-image: url(images/icon-white-carret.svg);
  background-size: 12px;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-color: var(--color-dark-900) !important;
  margin-bottom: 3rem;
  margin-top: 1rem;
  width: auto;
  color: var(--color-light-100) !important;
}

.category-team {
  cursor: pointer !important;
}

.category-team.checked {
  opacity: 1;
  color: var(--color-light-100) !important;
  text-decoration: underline !important;
}

.grid-item-team {
  margin-bottom: 3rem;
}

/* =========================================
   Text HTML:
   ========================================= */
.text-html-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.text-column {
  flex: 1;
  max-width: 445px;
}

/* =========================================
   Logo Slider:
   ========================================= */
.layout-logo-slider {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}

.logo-slide {
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-dark-900);
}

.logo-slide img {
  width: 205px;
  height: auto;
}

.logo-slider-headline {
  margin-bottom: 72px;
}

.logo-slide-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slider-arrow {
  margin-top: 2rem;
}

.slider-dots {
  margin-top: 3.5rem;
}

.slider-dots .slick-dots {
  position: static;
  width: 100%;
}

.slider-dots .slick-dots li {
  flex: 1;
}

.slider-dots .slick-dots li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.slider-dots .slick-dots li button {
  height: 1px;
  padding: 0;
  width: 100%;
  background-color: var(--color-light-100-o20);
}

.slider-dots .slick-dots li:before {
  content: "";
  height: 3px;
  background-color: var(--color-brand);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}

.slider-dots .slick-dots li.slick-active:before,
.slider-dots .slick-dots li:hover:before {
  opacity: 1;
}

/* =========================================
   Logo Slider:
   ========================================= */
.featured-project-header {
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid var(--color-light-100-o20);
  line-height: 1;
}

.filter-list {
  margin: 0;
}

.blog-filter {
  gap: 0.75rem;
  align-items: center;
}

.filter-item-title {
  margin-right: 0.75rem;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown-button {
  display: inline-flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid var(--color-light-100-o20);
  background-color: var(--color-dark-800);
  padding-left: 20px;
  padding-right: 20px;
  gap: 0.5rem;

  font-size: var(--font-size-lg);
  text-transform: uppercase;
  font-weight: 400;
}

.filter-list {
  position: absolute;
  left: 0;
  background-color: var(--color-dark-800);
  border: 1px solid var(--color-light-100-o20);
  max-width: 500px;
  width: max-content;
  min-width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 1rem));
  z-index: 3;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}

.filter-dropdown.active .filter-list {
  transform: translateY(calc(100% + 1rem));
  opacity: 1;
  pointer-events: auto;
}

.filter-list li {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-list a {
  width: 100%;
  padding: 0.5rem 1rem;
  display: block;
  transition: 0.4s all;
}

.filter-list a:hover,
.filter-list a.checked {
  background-color: var(--color-dark-900);
}

/* =========================================
   Projects With Filter:
   ========================================= */
.grid-content {
  padding: 2rem 1.5rem;
}

.project-grid-item {
  border: 1px solid var(--color-light-100-o20);
  border-radius: 0;
}

.project-link:hover {
  color: inherit;
  text-decoration: none;
}

.project-link:hover .grid-image-wrapper img {
  transform: scale(1.1);
}

.project-link .grid-image-wrapper img {
  transition: 0.4s all;
  transform-origin: center center;
}

.grid-image-wrapper {
  overflow: hidden;
}

.featured-project-row {
  margin-bottom: 30px;
}

.blog-filter {
  margin-bottom: 2.5rem;
}

#load-more {
  text-decoration: underline;
  font-size: var(--font-size-lg);
  color: var(--color-light-100);
  text-transform: uppercase;
}

#load-more:hover {
  text-decoration: none;
  color: var(--color-light-100);
}

select.filter {
  padding-right: 3rem !important;
  color: var(--color-light-100) !important;
  border-radius: 20px;
  border: 1px solid var(--color-light-100-o20) !important;
  padding-left: 20px !important;
}

/* =========================================
   Single Project:
   ========================================= */
.project-data-list {
  display: flex;
  flex-direction: column;
}

.project-data {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 1px solid var(--color-light-100-o20);

  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.project-data > div {
  flex: 1;
}

.project-data-label {
  font-weight: 500;
  color: var(--color-light-100);
  text-transform: uppercase;
}

.single-project-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* =========================================
   Single Project:
   ========================================= */
.layout-slider-project-gallery {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
}

.slide-project-gallery {
  padding-left: 15px;
  padding-right: 15px;
}

.slide-project-gallery img {
  /* width: auto;
  height: 406px; */
  object-fit: cover;
}

.single-project-title {
  font-size: var(--font-size-h2);
  position: relative;
  top: 6px;
}

.single-project-hero-content-text {
  flex: 1;
}

.layout-hero .single-project-hero-button {
  flex-basis: auto;
}

/* =========================================
   Single Project:
   ========================================= */
.contact-form-logo {
  margin-bottom: 56px;
  width: 373px;
}

.contact-data {
  color: var(--color-light-100);
}

/* =========================================
   Contact Form:
   ========================================= */
.contact-information-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.gform_wrapper.gravity-theme button.button:disabled {
  opacity: 0.3 !important;
}

/* .contact-information-container {
  position: relative;
  padding: 2rem 2.25rem;
  border: 1px solid var(--color-brand);
} */

.contact-information-container {
  position: relative;
  background: #000; /* black core */
  color: #fff;
  padding: 3rem 3rem;
  z-index: 1;
}

.contact-address .contact-data {
  text-decoration: underline;
}

.contact-address .contact-data:hover {
  text-decoration: none;
  color: var(--color-light-100);
}

/* red angled background behind */
.contact-information-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  inset: 1px;
  /* create the angled bottom using clip-path */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0 calc(100% - 40px)
  );
}

/* optional: add a little padding around the red layer if you want a red “border” effect */
.contact-information-container::after {
  content: "";
  position: absolute;
  inset: -1px; /* expand 1px all around */
  background: var(--color-brand, #e62128);
  z-index: -2;

  /* same angled shape so it stays aligned */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0 calc(100% - 40px)
  );
}

.contact-information-container .social-media-links {
  margin-top: 40px;
}

.gfield--type-html label .star {
  color: var(--color-brand);
}

#gform_submit_button {
  margin-top: 1rem;
}

.gfield-mb {
  margin-bottom: 0.5rem;
}

div.gform_wrapper.gravity-theme .gfield_validation_message,
div.gform_wrapper.gravity-theme .validation_message {
  background-color: var(--color-dark-800);
  color: var(--color-light-100);
}

.contact-information-item {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-information {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* =========================================
   Map:
========================================= */

.page-template-contact-php #footer-tail,
.error404 #footer-tail {
  display: none;
}

.layout-404.layout-404 {
  margin-bottom: 2rem;
}

.layout-map {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 800px;
}

#map-container {
  height: 400px;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 25px auto;
}

#map {
  height: 100%;
  min-height: 400px;
  width: 100%;
}

#legend {
  background: #fff;
  padding: 1em;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  height: 123px;
  margin-bottom: 2em;
  opacity: 0;
  margin-left: 10px;
}

#legend h5 {
  margin-bottom: 0.5em;
}

#legend img {
  height: 25px;
  width: 15px;
}

#legend .label {
  font-size: 1.2em;
}

.pin-header {
  margin-bottom: 0.5em;
  color: var(--color-black);
  font-size: var(--font-size-h4);
  font-weight: 700;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-black-faded);
}

.pin-content {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
.pin-content a {
  color: var(--color-white);
  text-decoration: underline;
}
.pin-content a:hover {
  color: var(--color-white-2);
}

.gm-style-iw-chr {
  height: 0;
}

.gm-style .gm-style-iw-d {
  font-size: 1.5em;
  padding: 2.5rem 2rem;
  overflow: hidden !important;
  width: 350px;
  max-height: none !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0;
  background-color: var(--color-dark-900);
  border-radius: 1rem;
  max-width: 350px !important;
}

.gm-style .gm-style-iw-c h5 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.gm-style .gm-style-iw-c button {
  top: 1em !important;
  right: 1em !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-c button img {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

button.gm-ui-hover-effect {
  outline: none !important;
}

/* Animations */

#map.fade-in {
  transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

#legend.fade-in {
  transition: 0.6s opacity ease-in-out 1s;
}

#legend.fade-in.in {
  top: auto;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .gm-style .gm-style-iw-c h5 {
    font-size: 1em;
  }

  .gm-style .gm-style-iw-d {
    font-size: 1.3em;
  }

  .gm-style .gm-style-iw-c {
    max-width: 400px !important;
  }
}

#map-container {
  /* padding: 1rem; */
  /* border: 1px solid var(--color-brand); */
}

.pin-header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.pin-content {
  text-align: center;
  font-weight: 400;
}

.gm-style div.gm-style-iw-tc::after {
  background-color: var(--color-dark-900);
}

.map-address-label {
  font-size: var(--font-size-lg);
  color: var(--color-light-100-o60);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
}

.gm-ui-hover-effect > span {
  background-color: var(--color-light-100);
}

/* =========================================
   Open Positions:
   ========================================= */
#BambooHR-ATS {
  font-family: "IBM Plex Sans", sans-serif !important;
}

#BambooHR h2 {
  display: none;
}

#BambooHR-ATS + div {
  display: none !important;
}

.BambooHR-ATS-board a {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  text-decoration: none;
  font-size: var(--font-size-h3);
}

.BambooHR-ATS-board a:hover {
  text-decoration: underline;
}

.BambooHR-ATS-Department-Header {
  font-size: 1rem;
  color: var(--color-light-100);
}

.BambooHR-ATS-Jobs-List {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 20px 20px 12px 20px !important;
}

.BambooHR-ATS-Department-List > li {
  border-bottom: 1px solid var(--color-light-100-o20) !important;
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
}

.BambooHR-ATS-board a {
  color: var(--color-light-100-o65) !important;
}

.BambooHR-ATS-Jobs-List {
  padding: 0 !important;
}

/* Social Media Instagram */
#sbi_load {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}

.BambooHR-ATS-Department-Header {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
  flex-direction: column;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.BambooHR-ATS-board {
  font-size: 1.3rem;
}
