/*
	Theme Name: aoh Theme
	Author: FieldWrk
*/

/* Login Screen */

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

#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%;
}

.login h1 a {
  background-image: url(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-white);
  color: var(--color-primary);
  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-white);
  box-shadow: unset;
  border: unset;
  margin-top: -1px;
  padding-bottom: 2em;
  padding-top: 2em;
  margin-bottom: 0;
}

.login label {
  color: var(--color-primary);
  font-weight: 200;
  /* font-family: "Archivo"; */
}

.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 var(--color-primary);
  box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
  border-radius: 0;
  margin-bottom: 1em;
  font-family: "Inter";
  background-color: var(--color-white);
  color: var(--color-primary);
}

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

#login form p.submit {
  text-align: center;
  display: flex;
  margin-top: 2rem;
  justify-content: 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: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background: var(--color-brown);
  color: var(--color-black);
  border: none !important;

  min-width: 200px;
  font-family: "Inter", sans-serif;
  color: var(--color-light-taupe);
  background-color: var(--color-steel-blue);
  padding: 20px 1.5rem 0.925rem;
  border: none;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  text-decoration: none !important;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1;
  height: 56px;
}

.wp-core-ui .button.button-large.button-primary:hover {
  background: var(--color-brown-2);
  text-decoration: none;
  color: var(--color-white-2);
  border: none;

  color: var(--color-white);
  background-color: var(--color-blue-2);
  opacity: 1;
}

.wp-core-ui .button.button-large {
  background: #ffffff;
  color: #21353c;
}

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

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

.login form .forgetmenot {
  float: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.login #nav,
.login #backtoblog {
  background: var(--color-white);
  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;
}

input[type="checkbox"]::before {
  margin-left: 5px !important;
  transform: scale(0.75) !important;
  margin-bottom: 1px !important;
}

/* Global */

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

html.fixed {
  /* height: 100%;
  overflow: hidden; */
}

body {
  /* overflow-x: hidden;  */
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: var(--color-primary);
  position: relative;
  background: var(--color-sand);
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

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

.container-fluid,
footer {
  position: relative;
}

.container-fluid,
footer {
  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,
.h1 {
  font-family: "Saira", serif;
  font-size: var(--font-size-h1);
  font-weight: 800;
}

h2,
.h2 {
  font-family: "Saira", serif;
  font-size: var(--font-size-h2);
  font-weight: 800;
}

h3,
.h3 {
  font-family: "Saira", serif;
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-family: "Saira", serif;
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-family: "Saira", serif;
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-family: "Saira", serif;
  font-size: var(--font-size-base);
}

.font-inter {
  font-family: "Inter", serif;
}

.font-saira {
  font-family: "Saira", serif;
}

a {
  color: #000000;
  transition: 0.5s all;
}

a:hover {
  text-decoration: underline;
  opacity: 0.8;
  color: inherit;
}

/* a[href="#"] {
  pointer-events: none;
} */

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

hr {
  border-top: 1px solid var(--color-black);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  opacity: 0.12;
}

b,
strong {
  font-weight: 900;
}

.large {
  font-size: 1.8em;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

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

.small {
  font-size: 0.7em;
}

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

.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: "Inter";
  line-height: 1;
  text-decoration: none;
}

.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: "Inter";
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: auto;
}

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

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

/* Blue Button */
.button,
button#gform_submit_button {
  min-width: 200px;
  font-family: "Inter", sans-serif;
  color: var(--color-light-taupe);
  background-color: var(--color-steel-blue);
  padding: 20px 1.5rem 0.925rem;
  border: none;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  text-decoration: none !important;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1;
  height: 56px;
}

.button:hover,
button#gform_submit_button:hover {
  color: var(--color-white);
  background-color: var(--color-blue-2);
  opacity: 1;
}

.button.button-alt,
.button.button-alt-2,
.button-group .button:nth-child(even) {
  background-color: transparent;
  color: var(--color-primary);
}

.button.button-alt:hover,
.button.button-alt-2:hover,
.button-group .button:nth-child(even):hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.button.button-alt {
  border: 1px solid var(--color-primary-fade);
}

.button.button-alt-2,
.button-group .button:nth-child(even) {
  border: 1px solid rgba(43, 110, 169, 0.2);
  color: var(--color-steel-blue);
}

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

/* 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: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 90px;
  background: #ffffff;
  transition: 0.5s background;
  background: var(--color-sand);
  width: calc(100% + 2rem);
  margin-left: -1rem;
  height: var(--header-height-desktop);
  transition: 0.2s all;
}

header.container-fluid.scrolled {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

header .menu-overlay {
  transition: 0.4s;
  background-color: var(--color-black-2);
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  top: var(--header-height-desktop);
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.logged-in header .menu-overlay {
  top: calc(var(--header-wp-admin-bar) + var(--header-height-desktop));
}

header.open .menu-overlay {
  opacity: 0.8;
}

.logged-in header.container-fluid {
  top: var(--header-wp-admin-bar);
}

header .container {
  height: 100%;
}

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

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

#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";
  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(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: none;
  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: 30px;
}

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

.nav-icon:before,
.nav-icon div,
.nav-icon:after {
  width: 100%;
}

.nav-icon.close:before {
  transform: translateY(7px) rotate(135deg);
  width: 100%;
}

.nav-icon.close:after {
  transform: translateY(-11px) rotate(-135deg);
}

.nav-icon.close div {
  transform: scale(0);
}

.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(images/ICON_NAME_HERE.svg);
  transition: 0.5s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-image: url(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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  bottom: auto;
}

.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: 50%;
  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;
}

/* Filter */

.filter,
.show-hide {
  font-family: "Inter";
  color: var(--color-steel);
}

.filter .active,
.show-hide .active {
  padding: 0.5em 1em;
  text-transform: uppercase;
  background-color: #ffffff;
  background-image: url(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(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 {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  display: none;
}

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

/* Lists */

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

ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(images/ICON_NAME_HERE.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: -1.8em;
  top: 10px;
}

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

.wysiwyg p {
  margin-bottom: 2rem;
}

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

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

.wysiwyg ul {
  margin-bottom: 2rem;
}

.wysiwyg a {
  text-decoration: underline;
}

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 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";
  margin-bottom: 0;
}

.hidden_label label {
  display: none;
}

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

button#gform_submit_button {
  width: auto;
}

.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 {
  width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.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;
}

.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 {
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  box-shadow: none;
  margin-top: 0.5em;
  font-family: inherit;
  background-color: var(--color-sand);
  margin-bottom: 2em;
}

.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 {
  background-image: url(images/icon-select-dropdown-gray.svg);
  padding: 0.8em 1.5em;
  background-size: 10px;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  border: 1px solid #acb5bd;
  font-family: "Inter";
  color: #495057;
}

.gform_wrapper textarea {
  height: 200px;
  resize: vertical !important;
  overflow: auto;
  border: 1px solid #21353c;
  padding: 0.5em 1em;
  resize: none;
}

input[type="checkbox"] {
  border: 1px solid rgba(5, 19, 36, 0.12);
  height: 20px;
  width: 20px;
  /* top: 3px;
  position: relative; */
  border-radius: 4px;
  position: relative;
  /* appearance: none; 
  background-color: transparent; */
}

/* input[type="checkbox"]:checked {
  background-color: var(--color-white);
  border-color: var(--color-white);
}

input[type="checkbox"]::after {
  content: "✔"; 
  font-size: 14px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
} */

.gform_wrapper .gfield_required {
  color: #f26e24;
}

::-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;
}

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

/* Footer */

footer a {
  text-decoration: none;
}

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

.buildwitt-logo {
  text-align: right;
}

#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;
}

.footer-main-menu .menu > li > a {
  pointer-events: none;
}

.footer-primary-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

/*  */
#navigation .menu {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 100%;
}

#main-menu-navigation-container {
  height: 100%;
}

.menu-main-menu-container {
  width: 100%;
}

.mobile-menu-footer {
  display: none;
}

#navigation a {
  color: var(--color-black);
  text-decoration: none;
}

.menu-mobile-only {
  display: none;
}

/*  */
#navigation li {
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
}

#navigation li:hover a,
.single-post #navigation li.is-blog-menu-item a {
  color: var(--color-black);
}

#navigation .menu > li.current-menu-item > a,
#navigation .menu > li:hover > a,
#navigation .menu > li.current-menu-ancestor > a {
  color: var(--color-blue-2);
}

#navigation .sub-menu .current-menu-item a {
  text-decoration: underline;
}

#navigation li.current-menu-item a,
.single-post #navigation li.is-blog-menu-item a {
  font-weight: 600;
}

.single-post #navigation li.is-blog-menu-item a:hover,
#navigation li.current-menu-item a:hover {
  opacity: 1;
}

/* Menu */
#logo {
  margin-right: 3.125rem;
}

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

#navigation li.menu-item-has-children {
  position: relative;
}

#navigation .menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

#navigation .menu > li.menu-item-has-children > a:after {
  content: url(images/icon-arrow-down-primary.svg);
}

#navigation .menu > li,
#navigation .menu > li > a {
  height: 100%;
  display: flex;
  align-items: center;
}

#navigation ul.sub-menu ul {
  display: none !important;
}

/* Sub Menu */
ul.sub-menu,
ul.sub-menu li {
  margin: 0;
}

#navigation ul.sub-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 2rem));
  background-color: var(--color-white);
  box-shadow: 0px 0px 23px -11px rgba(0, 0, 0, 0.35);
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}

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

#navigation ul.sub-menu a {
  padding: 1.25rem 2rem;
  white-space: nowrap;
  display: flex;
  border-bottom: 1px solid #dddbd9;
  transition: 0.4s;
  gap: 0.75rem;
  align-items: center;
}

#navigation ul.sub-menu a:after {
  content: url(images/icon-sub-menu-arrow.svg);
  position: relative;
  top: 1px;
  opacity: 0.4;
}

#navigation ul.sub-menu a:hover {
  background-color: var(--color-sand);
}

/* =========================================
   Footer: 
   ========================================= */
footer {
  background-color: var(--color-primary);
  color: var(--color-sand-2);
  padding: 7.25rem 0 2.5rem;
}

.footer-logo {
  width: 416px;
  height: auto;
}

footer ul a {
  color: var(--color-sand-2);
  font-weight: 500;
}

#footer-navigation .menu {
  margin: 0;
  display: flex;
  justify-content: end;
  gap: 4rem;
  margin-right: 3rem;
}

#footer-navigation .menu li {
  max-width: 160px;
}

#footer-navigation .menu > li > a {
  margin-bottom: 2.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  opacity: 0.55;
  letter-spacing: 0.6%;
}

#footer-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#footer-navigation .current-menu-item a {
  text-decoration: underline;
}

footer .menu li {
  width: auto;
}

/* Secondary Footer */
.footer-secondary-row {
  justify-content: start;
  align-items: end;
  padding-left: 15px;
  padding-right: 15px;
}

#footer-secondary-navigation .menu {
  justify-content: end;
  display: flex;
  gap: 1.25rem;
  margin: 0;
}

#footer-secondary-navigation li {
  margin: 0;
}

.agc-logo {
  flex-basis: 40%;
}

.bw-logo {
  flex-basis: 20%;
}

.footer-secondary-menu {
  flex: 1;
}

.bw-logo {
  text-align: center;
}

/* =========================================
   General Styling
   ========================================= */
.layout-header {
  font-size: var(--font-size-h2);
  columns: var(--color-primary);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 114%;
  /* letter-spacing: -1.44px; */
}

.layout-copy {
  /* color: var(--color-steel); */
}

.layout-subheader {
  line-height: 114%; /* 27.36px */
  letter-spacing: -0.72px;
  font-family: "Inter";
  font-weight: 700;
  margin-bottom: 0;
}

.bg-blue-2 .layout-header {
  color: var(--color-sand-2);
}

/* =========================================
   Layout: Hero
   ========================================= */
.layout-hero-container {
  padding-bottom: var(--section-padding-half);
  padding-top: 0;
}

.layout-hero {
  min-height: 500px;
  position: relative;
  display: flex;
  background-color: var(--color-sand);
  padding-top: 0;
  padding-bottom: 0;
}

.layout-hero.none {
  min-height: 30vh;
}

.hero-background-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.hero-background-container.no-background {
  background-color: var(--color-white);
}

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

.hero-background-container.no-background .hero-header,
.layout-hero.none .hero-header {
  color: var(--color-black);
}

.layout-hero.none .hero-title {
  color: var(--color-black);
}

.layout-hero.video .overlay {
  background-color: var(--color-primary);
  opacity: 0.5;
  z-index: 2;
}

.hero-content-container {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  position: relative;
}

.hero-header {
  text-transform: uppercase;
  font-style: italic;
  font-size: var(--font-size-h2);
}

.hero-header .outline {
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  text-align: center;
  font-size: 3.25rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Saira", serif;
}

.hero-content {
  max-width: 805px;
}

/* Hero SM - For Subpages */
.hero-sm .hero-copy {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Saira", serif;
  max-width: 650px;
}

/* Hero LG - For Home Page */
.hero-lg .hero-header {
  font-size: var(--font-size-large-2);
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-lg.layout-hero {
  min-height: 90vh;
}

.hero-lg .hero-content {
  max-width: 100%;
}

.hero-lg .hero-header span {
  /* display: flex; */
}

.hero-lg .hero-header span div {
  flex: 1;
}

.hero-lg .hero-header span .spacer {
  padding: 0 0.7vw;
}

/* =========================================
   Layout: Hero
   ========================================= */
.layout-stats {
  padding-top: 1.25rem;
  padding-bottom: 4rem;
}

.stats-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.metrics {
  background-color: var(--color-light-taupe);
  padding: 2rem;
  display: flex;
  align-items: end;
  min-height: 445px;
}

.metrics > div {
  width: 100%;
}

.metric-value {
  /* color: var(--color-steel-blue); */
  color: var(--color-primary);
  font-size: 6rem;
  font-weight: 900;
  font-family: "Saira", serif;
  font-style: italic;
  margin-bottom: 0;
}

.metric-label {
  font-size: 1.25rem;
  color: var(--color-steel);
  transition: 0.4s;
}

/* =========================================
   Layout: Full width Image
   ========================================= */
.layout-full-width-image {
  height: 700px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.layout-full-width-image.enable-parallax {
  background-attachment: fixed;
}

.layout-full-width-image.enable-parallax:before {
  content: "";
  background: linear-gradient(to bottom, #3a393780 0%, #3a393700 50%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* =========================================
   Layout: Linking Cards
   ========================================= */
.linking-cards-header {
  margin-bottom: 9rem;
}

.card a,
.card a:hover {
  color: #ffffff;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
}

.card {
  /* justify-content: center; */
  border: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  position: relative;
}

.card-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.card-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.2rem 2rem 2rem;
  background-color: var(--color-steel-blue);
  /* transform: translateY(-95px); */
  transition: 0.6s cubic-bezier(0.71, 0, 0.26, 0.99);
}

.card-title {
  color: var(--color-sand-2);
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.card-copy {
  color: var(--color-white);
  line-height: 164%; /* 26.24px */
  /* letter-spacing: -0.48px; */
  opacity: 0;
  transition: 0.6s cubic-bezier(0.71, 0, 0.26, 0.99);
}

.card-copy .btn-container {
  margin-top: 1.5rem;
}

.card-copy .button {
  background-color: var(--color-blue);
}

.card .stairs-pattern:before {
  content: "";
  max-width: 143px;
  width: 100%;
  height: 37px;
  bottom: 26px;
  right: -1px;

  top: 1px;
  bottom: auto;
  transform: translateY(-100%);
}

.card .stairs-pattern:after {
  content: none;
}

/* Hover Effect */
.card:hover .card-copy {
  opacity: 1;
}

/* For Team */
.card.team .card-content {
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
}

/* =========================================
   Layout: Testimonials
   ========================================= */
.layout-testimonials {
  padding-bottom: var(--section-padding-half);
}

.testimonial-quote {
  line-height: 1;
}

.quote {
  margin-bottom: 1.25rem;
}

.author {
  opacity: 0.7;
  color: var(--color-light-taupe);
  margin-bottom: 5rem;
  font-family: "Inter";
}

.testimonial-slider-arrow {
  display: flex;
  gap: 1rem;
}

.btn.slick-arrow {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 92px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: 0.4s;
  background-color: transparent;
  box-shadow: none;
}

.btn.slick-arrow path {
  opacity: 0.5;
  transition: 0.4s;
}

.btn.slick-arrow:not(.slick-disabled) {
  background-color: var(--color-blue);
}

.btn.slick-arrow:not(.slick-disabled) path {
  opacity: 1;
}

.testimonial-img {
  margin-top: 1rem;
}

/* =========================================
   Layout: Featured Project Info
   ========================================= */
.layout-featured-project {
  padding-bottom: var(--section-padding-half);
}

.featured-project-headline {
  margin-bottom: 7rem;
}

.featured-project-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.featured-project-info {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%; */
}

.featured-project-category {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Inter";
  display: flex;
  gap: 0.75rem;
}

.category-divider {
  color: var(--color-apricot);
}

.featured-project-title {
  font-weight: 700;
  font-style: italic;
}

/* =========================================
   Layout: Image/Text
   ========================================= */
.layout-image-text {
  padding-top: var(--section-padding-half);
  padding-bottom: var(--section-padding-half);
}

.image-text-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.max-w-copy {
  max-width: 420px;
  font-weight: 500;
}

.image-text-buttons {
  margin-top: 2rem;
}

/* =========================================
   Layout: Members
   ========================================= */
.members .card-content {
  padding-bottom: 1rem;
}

.member-name {
  font-style: italic;
  margin-bottom: 1rem;
}

.member-title {
  font-style: normal;
  font-family: "Inter";
  font-size: 1.25rem;
}

/* =========================================
   Layout: Members
   ========================================= */
.layout-message {
  padding-top: var(--section-padding-half);
  padding-bottom: var(--section-padding-half);
}

/* =========================================
   Layout: Accordion
   ========================================= */
.layout-accordion {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.layout-accordion.py-reduce {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.accordion-content {
  border-top: 1px solid rgba(5, 19, 36, 0.12);
}

.accordion-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--color-primary);
  margin-bottom: 0;
  transition: 0.4s;
  position: relative;
  font-weight: 700;
  padding-right: 40px;
  font-family: "Inter";
}

.accordion-header span {
  /* opacity: 0.5;
  transition: 0.4s; */
}

.accordion-item.open .accordion-header span {
  opacity: 1;
}

.answer {
  margin-bottom: 1.25rem;
  padding-right: 40px;
  width: 80%;
}

.accordion-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}

.accordion-item .accordion-arrow *,
.accordion-arrow {
  transition: 0.4s;
}

.accordion-item.open .accordion-arrow {
  transform: translateY(100%);
}

.accordion-item.open .accordion-arrow .arrow-fill {
  fill: rgba(181, 161, 95, 0.3);
}

.accordion-item.open .accordion-arrow .arrow-path {
  stroke: var(--color-brown);
}

/* =========================================
   Layout: Content Cards
   ========================================= */
.content-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.content-card-image {
  height: 100%;
  min-height: 385px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-card-image .overlay {
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: 0.4s;
}

/* .content-card-image:hover .overlay {
  opacity: 0.9;
} */

.content-card-content {
  position: relative;
  padding: 3rem 2.75rem;
  z-index: 1;
}

.content-card-title {
  font-weight: 800;
  color: var(--color-sand-2);
  font-style: italic;
  text-transform: uppercase;
}

.content-card-copy {
  color: var(--color-white);
}

/* =========================================
   Layout: Logos
   ========================================= */

.logos-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

/* =========================================
   Layout: Call To Action
   ========================================= */
.layout-cta {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-cta .overlay {
  opacity: 0.8;
  background-color: var(--color-black);
}

.cta-header {
  font-size: var(--font-size-h2);
  color: var(--color-white-2);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.cta-background {
  display: flex;
  height: 100%;
  align-items: center;
}

/* =========================================
   Layout: Projects with Filter
   ========================================= */
.blog-entries .blog-grid-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-filter {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-filter label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0;
}

.blog-filter li {
  margin: 0;
  width: auto;
}

.blog-filter li a {
  color: var(
    --color-steel
  ) !important; /* To easily override a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover */
}

.--blog-filter li a.checked {
  border-color: var(--color-brown-2);
  background-color: var(--color-brown-2);
  color: var(
    --color-white
  ) !important; /* To easily override a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover */
}

.blog-filter li a.filter.filter-all {
  margin-left: auto;
  width: auto;
  font-family: "Archivo", sans-serif;
  color: var(--color-white-2);
  padding: 0 0 4px;
  border: none;
  border-bottom: 1px solid var(--color-white-2);
  background-color: transparent;
  border-radius: 0;
}

/* Blog Grid items */
.blog-grid-item {
  background-color: var(--color-black-3);
  /* padding: 8px; */
  border-radius: 4px;
  height: 455px;
}

.blog-grid-item-content {
  padding: 30px 23px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-grid-title {
  font-size: var(--font-size-h6);
  font-weight: 500;
  color: var(--color-white-2);
}

.blog-grid-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.blog-grid-category {
  font-size: 12px;
  font-weight: 400;
  padding: 9px 10px 8px;
  background-color: #555555;
  border-radius: 4px;
  color: var(--color-white);
  margin-top: auto;
}

.blog-grid-copy {
  margin-bottom: 2rem;
}

.blog-grid-link:hover {
  opacity: 0.6;
  text-decoration: none;
}

.layout-projects .layout-header {
  font-size: var(--font-size-h4);
}

/* =========================================
   Layout: Contact
   ========================================= */
.contact-column {
  display: flex;
  gap: 8rem;
}

.contact-form,
.contact-information-container {
  flex: 1;
}

.contact-information {
  flex-basis: 40%;
  margin: 0;
}

.contact-information img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.contact-information li {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(5, 19, 36, 0.08);
}

.contact-information li:last-child {
  border-bottom: none;
}

.contact-information a,
.contact-information span {
  color: var(--color-primary);
}

.social-list img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

/* Input */
.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,
select.mobile-filter {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-radius: 0;
}

.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,
select.mobile-filter,
#search {
  transition: 0.4s;
  border: 1px solid rgba(5, 19, 36, 0.12) !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,
select.mobile-filter:focus,
#search:focus {
  border: 1px solid rgba(5, 19, 36, 0.5) !important;
}

.btn-primary.disabled,
button#gform_submit_button.disabled,
.btn-primary:disabled {
  opacity: 0.4;
  pointer-events: none;
}

button#gform_submit_button:hover {
  background-color: var(--color-brown-2);
  color: var(--color-white);
}

/* =========================================
   Layout: Contact Form
   ========================================= */
.gform_footer.top_label {
  visibility: hidden;
  left: -999;
  position: absolute;
}

.contact-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-white-fade-12);
  gap: 1rem;
  display: flex;
  align-items: center;
}

.contact-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-card-header {
  margin-bottom: 2em;
}

.gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.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 .large.gfield_select label,
.gform_wrapper .large.gfield_select {
  margin-bottom: 0;
  margin-top: 0;
}

.gfield {
  margin-bottom: 1.3rem;
}

.gfield.gfield--type-html {
  margin-bottom: 0;
}

/* .gfield.gfield--type-html.first-row {
  margin-bottom: 0.75rem;
} */

.gfield.input-submit {
  margin-top: 0;
}

.gfield.input-submit .btn-primary {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 0;
}

.gfield.input-submit .btn-primary:hover {
  opacity: 0.7;
}

.gfield.input-submit .btn-primary.disabled {
  background-color: #303030;
  color: var(--color-white-fade-20);
  pointer-events: none;
}

div.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 0.25rem;
}

.gform_wrapper.gravity-theme .gfield.grid-right textarea.large {
  height: 160px;
  border: 1px solid transparent;
  resize: none !important;
}

.gfield.gfield--type-html label {
  display: flex;
  gap: 2px;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.gfield.gfield--type-html label span {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 114%; /* 18.24px */
  letter-spacing: -0.48px;
}

.gfield.gfield--type-html .star {
  font-size: 0;
  width: 4px;
  height: 24px;
  display: inline-block;
  opacity: 1;
  position: relative;
  display: none;
}

.gfield.gfield--type-html .star:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #d70c0c;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.validation_message.gfield_validation_message {
  margin-top: 1.5rem;
  top: auto;
}

.gform_wrapper.gravity-theme select,
select.mobile-filter {
  background-image: url(images/icon-arrow-down-primary.svg);
  background-size: 12px;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  border: 1px solid rgba(5, 19, 36, 0.12);
  padding-right: 2em;
  border: none;
  height: 48px;
  width: 100%;

  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Standard */
}

.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 .large.gfield_select label,
.gform_wrapper .large.gfield_select,
select.mobile-filter {
  height: 48px;
  padding: 0.5rem 1.25rem;
}

div.gform_wrapper.gravity-theme .gfield.gfield--width-full,
div.gform_wrapper.gravity-theme .gfield {
  grid-column: span 14;
}

.social-list {
  gap: 2rem;
  display: flex;
  align-items: center;
}

.social-list a {
  transition: 0.4s;
}

.social-list a:hover {
  opacity: 0.7;
}

.gfield--type-html label {
  margin-bottom: 0;
}

/* =========================================
   Layout: Project Info
   ========================================= */
/* First Column */
.project-info-column-header {
  color: var(--color-primary);
  font-family: "Saira";
  font-size: var(--font-size-h4);
  font-style: italic;
  font-weight: 700;
  line-height: 114%; /* 27.36px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.project-info-header {
  color: var(--color-primary);
  font-family: "Inter";
  font-size: var(--font-size-h4);
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 27.36px */
  letter-spacing: -0.72px;
  margin-bottom: 0.5rem;
}

.single-project-tags {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  flex-direction: column;
}

.single-project-tags li {
  color: #5d6671;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 164%; /* 26.24px */
  letter-spacing: -0.48px;
  margin: 0;
}

.tags-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* Second Column */
.single-project-title {
  color: var(--color-primary);
  font-size: var(--font-size-h2);
  font-style: italic;
  font-weight: 800;
  line-height: 114%; /* 54.72px */
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.single-project-content {
  color: var(--color-steel);
  line-height: 164%; /* 26.24px */
  letter-spacing: -0.48px;
}

.slider-project-gallery {
  margin-left: -8px;
  margin-right: -8px;
}

.slide-project-gallery {
  padding: 0 8px;
}

/* Stats */
.single-project-stats {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.project-stat-metric {
  color: var(--color-primary);
  font-family: "Inter";
  font-size: var(--font-size-h4);
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 27.36px */
  letter-spacing: -0.72px;
}

.project-stat-label {
  color: var(--color-steel);
  font-style: normal;
  font-weight: 500;
  line-height: 164%; /* 26.24px */
  letter-spacing: -0.48px;
}

/* Project Slider */
.container-slider-project-gallery {
  max-width: calc(100vw - 7.5px - ((100vw - 1210px - 46px)) / 2);
  margin-left: auto;
  position: relative;
  left: 23px;
}

/* =========================================
   Layout: 404
   ========================================= */
.layout-404 {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.header-404 {
  color: #ebeef0;
  text-align: center;
  font-family: "Saira";
  font-size: 112px;
  font-style: italic;
  font-weight: 800;
  line-height: 90%; /* 100.8px */
  letter-spacing: -4.48px;
  text-transform: uppercase;
}

.copy-404 {
  color: #ebeef0;
  text-align: center;
  font-family: "Saira";
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 57.2px */
  letter-spacing: -1.56px;
  max-width: 850px;
  margin: 0 auto 2rem;
}

/* =========================================
   Layout: Timeline
   ========================================= */
.layout-timeline {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0;
}

.timeline-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  /* overflow: hidden; */
}

.timeline-sidebar-container {
  position: sticky;
  left: 15px;
  top: var(--header-height-desktop);
  z-index: 3;
}

.timeline-sidebar {
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.timeline-item .circle-wrapper {
  position: relative;
  top: 110px;
}

.progress-bar {
  position: absolute;
  height: 100%;
  z-index: -1;
  background: #333333;
  width: 1px;
  align-self: center;
}

.progress-bar .bar {
  z-index: -1;
  width: 1px;
  height: 51vh;
  background-color: var(--color-blue);
  position: fixed;
  top: 0;
  bottom: 50vh;
  box-shadow: 0 0 13px #fff;
  opacity: 0;
  transition: 0s all 1s;
}

.progress-bar.in .bar {
  opacity: 1;
}

.timeline .row .timeline-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.timeline .circle {
  /* background-image: url(images/timeline-circle.svg); */
  height: 36px;
  width: 36px;
  background-size: cover;
  /* position: sticky; */
  position: static;
  /* top: 50vh; */
  top: calc(50vh - 1rem);
  margin: 0 auto;
  z-index: 3;
  transform: translateX(0.5px);

  display: flex;
  background-color: rgba(10, 37, 68, 0.2);
  transition: 0.4s;
  border-radius: 50%;
}

.timeline .circle:before {
  content: "";
  margin: auto;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #0a2544;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.timeline .circle-wrapper.active .circle {
  background-color: rgba(10, 37, 68, 0.4);
}

.timeline img {
  width: 100%;
}

.timeline-img {
  border: 1px solid #051324;
}

.timeline-sidebar-header {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 114%; /* 18.24px */
  letter-spacing: -0.48px;
}

.timeline-sidebar a {
  color: var(--color-steel);
  font-weight: 500;
  line-height: 164%; /* 26.24px */
  letter-spacing: -0.48px;
  transition: 0.4s;
}

.timeline-sidebar .active a {
  /* color: var(--color-black); */
}

.timeline-year-header {
  font-size: var(--font-size-h3);
  font-weight: 700;
  /* line-height: 164%;  */
  letter-spacing: -0.72px;
  /* transform: translateY(-50%); */
}

.timeline-year-header.desktop-only {
  position: absolute;
  top: -3px;
  left: -12px;
}

.timeline-year-header.mobile-only {
  display: none;
}

.timeline-header-container {
  background-color: var(--color-sand);
  padding-bottom: 1.75rem;
  padding-top: var(--section-padding-half);
}

.timeline-footer-container {
  height: var(--section-padding-half);
  background-color: var(--color-sand);
  z-index: 3;
}

/* =========================================
   Layout: Full Width Image Text
   ========================================= */
.layout-full-width-image-text {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.full-width-image-repeater {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
}

/* =========================================
   Layout: Locations
   ========================================= */
/* Map */
#map-container {
  width: 100%;
  height: 100%;
}
/* Google Maps */

#map {
  width: 100%;
  height: 600px;
}

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

.gm-style .gm-style-iw-d {
  font-size: 1.3em;
  padding: 1em;
  color: var(--color-primary);
  background: var(--color-sand);
  border-radius: 3px;
  overflow: unset !important;
  padding-top: 0;
  padding-right: 2.5em;
}

.gm-style .gm-style-iw-t {
  bottom: 15px !important;
}

.gm-style-iw-ch {
  padding: 0 !important;
}

.gm-style-iw-tc {
  display: none;
}

.gm-style .gm-style-iw-t::after {
  border: 1px solid var(--color-charcoal);
  z-index: 1;
  border-right: 0;
  border-top: 0;
}

.gm-style .gm-style-iw-d .btn-text {
  font-size: 0.7em;
}

.gm-style .gm-style-iw-d .btn-text img {
  height: 15px;
  width: 20px;
}

.gm-style .gm-style-iw-d img {
  width: 180px;
  margin-bottom: 1em;
  display: block;
  margin-top: -1.5em;
}

.gm-style .gm-style-iw-c {
  border-radius: 3px;
  padding: 0;
  box-shadow: unset;
  background: var(--color-sand);
  margin-top: 4px;
}

.gm-style .gm-style-iw-c a {
  color: var(--color-white);
  text-decoration: underline;
}

.gm-style .gm-style-iw-c button {
  top: 1em !important;
  right: 0.5em !important;
  margin: 0 !important;
  height: 25px !important;
  width: 25px !important;
}

.gm-ui-hover-effect > span {
  height: 25px !important;
  width: 25px !important;
  background: var(--color-primary) !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-c button:focus {
  outline: unset;
}

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

.gm-style .gm-style-iw-tc::after {
  height: 35px;
  width: 40px;
  left: -8px;
  background: var(--color-blue);
  display: none !important;
}

/* .gm-style img {
  width: 30px !important;
} */

/* Input Checkbox */
input[type="checkbox"] {
  /* ...existing styles */
  display: grid;
  place-content: center;
  appearance: none;
  background-color: transparent;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-steel-blue);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  opacity: 0;
  position: relative;
  right: 1px;
}

input[type="checkbox"]:checked::before {
  opacity: 1;
}

#search {
  background: #fff;
  width: 100%;
  height: 44px;
  border-radius: 0;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  font-family: Inter;
  outline: 0;
}

.filter.search {
  position: relative;
}

.filter.search:before {
  position: absolute;
  top: calc(50% + 1px);
  left: 18px;
  transform: translateY(-50%);
  content: url(images/icon-search.svg);
  height: 24px;
  width: 22px;
}

input::placeholder {
  color: #5d6671;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 164%; /* 26.24px */
  letter-spacing: -0.48px;
}

.blog-filter label {
  cursor: pointer;
}

/*  */
.member-modal {
  display: none;
  width: 90%;
  max-width: 1500px;
  max-height: 90%;
  background-color: var(--color-blue-2);
  color: var(--color-white);
  padding: 8rem 4rem 6.5rem;
}

.member-modal .wysiwyg {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}

.member-modal .fancybox-close-small {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  right: 1.5rem;
  top: 1.5rem;
}
.member-modal .fancybox-close-small {
  color: var(--color-charcoal);
}
.bg-blue-2 .button:hover {
  background-color: var(--color-white);
  color: var(--color-blue-2);
}

.full-width-image-column {
  color: var(--color-white);
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
