/*
Table of Content:
@Custom Breakpoints
  (min-width: 2000px)
  (max-width: 1700px)
  (max-width: 1600px)
  (max-width: 1500px)
  (max-width: 1400px)
  (max-width: 1300px)
  (max-width: 1200px)
  (max-width: 1100px)
  (max-width: 1024px)
  (max-width: 1050px) -> start of mobile menu
  (max-width: 400px)
  (max-height: 800px) -> for sticky sections on small height screen
@Bootstrap Breakpoints
  xl: (max-width: 1199px)
  lg: (max-width: 991px)
  md: (max-width: 767px)
  sm: (max-width: 575px)
*/

@media only screen and (min-width: 2000px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .video {
    width: calc(1600px - 30px);
    margin: 0 auto;
  }

  .video .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
}

@media only screen and (max-width: 1700px) {
  html {
    /* font-size: 17px; */
  }

  .footer-secondary-menu {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1600px) {
  html {
    /* font-size: 16px; */
  }

  .footer-secondary-menu {
    font-size: 0.8rem;
  }

  /* #main-navigation-container .mega-menu {
    transform: translate(-50%, calc(100% - 0.75rem));
    left: -50%;
  }

  #main-navigation-container li:hover .mega-menu {
    transform: translate(-50%, 100%);
  } */

  #main-navigation-container li .mega-menu .image-container {
    width: 250px;
    height: 250px;
  }

  #main-navigation-container li .mega-menu {
    width: 600px;
  }
}

@media only screen and (max-width: 1500px) {
  /* Global */

  html {
    /* font-size: 15px; */
  }

  .container {
    width: 100%;
  }

  /* Special Layouts */

  #header {
    height: 500px;
  }
  .accordion-header {
    margin-bottom: 4rem;
  }

  .accordion-item .wysiwyg {
    height: 190px;
  }
}

@media only screen and (max-width: 1440px) {
  .logo-slide {
    height: 250px;
    width: 250px;
    max-width: 100%;
    padding: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  /* Global */

  html {
    /* font-size: 14px; */
  }

  .container {
    width: 100%;
  }

  .agc-logo {
    flex-basis: 25%;
  }

  #footer-navigation .menu {
    margin-right: 0;
  }

  /* Special Layouts */

  #header {
    margin-top: 70px;
  }

  /* Gravity Forms */
  .gform_wrapper textarea {
    height: 100px;
  }

  /* Accordion */
  .accordion-image {
    padding-right: 2rem;
  }

  .layout-services .section-offset,
  .layout-sticky-scroll-rows .section-offset {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1300px) {
  /* Global */

  html {
    /* font-size: 13px; */
  }

  body {
    /* overflow-x: hidden; */
  }

  /* Typography */

  /* Header */

  header.container-fluid {
    /* height: 50px; */
  }

  #header {
    margin-top: 50px;
  }

  /* Testimonials */
  .testimonial-slider-container,
  .featured-project-container {
    left: auto;
  }

  #main-navigation-container .mega-menu {
    left: -5rem;
  }

  #main-navigation-container .sub-menu li a {
    font-size: 1rem;
  }
  .accordion-item .wysiwyg {
    height: 410px;
  }
}

@media only screen and (max-width: 1200px) {
  /* Global */
  html {
    /* font-size: 11px; */
  }

  h1,
  .h1,
  .hero-header {
    font-size: 5.5rem;
  }

  .container {
    max-width: 100%;
    width: 100%;
  }

  .layout-hero-home .hero-content,
  .layout-hero .hero-content {
    margin-bottom: 2rem;
  }

  .cta-button {
    font-size: 5rem;
  }

  /* Accordion Item */
  .accordion-header {
    margin-bottom: 3rem;
  }

  .accordion-item {
    padding-bottom: 3rem;
  }

  /* Image/Text */
  .image-text-container .button-group {
    flex-direction: column;
    margin-top: 2rem;
    gap: 0.5rem;
  }

  /* Services / Stacking Sections */
  .sticky-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-header {
    margin-bottom: 50px;
  }

  /* Stats */
  .metric {
    font-size: 8rem;
  }

  /* Team */
  .team-filter {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1100px) {
  /* Cards */
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Image Text */
  .image-text-info-headline {
    font-size: 2.25rem;
  }

  /* Contact Information */
  .contact-information {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-button {
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .fieldwrk-logo {
    transform: none;
  }
}

@media only screen and (max-width: 1024px) {
  /* Global */

  html {
    /* font-size: 16px; */
  }

  .container {
    /* width: 95%; */
  }
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
  /* Header Navigation */

  #menu-primary-navigation a {
    font-size: 0.95em;
  }

  /* Special Layouts */
  #header {
    height: 400px;
  }

  #header.shorter {
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  /* Start of mobile menu */
  /* Global */

  html {
    /* font-size: 13px; */
  }

  /* .row {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 4em;
    padding-bottom: 4em;
  } */

  header.container-fluid {
    width: 100%;
  }

  body.menu-open {
    overflow: auto;
  }

  body.menu-open #main-content {
    transform: none;
    transform-origin: center;
    /* transform: translateY(calc(288px + var(--header-height-desktop))); */
    overflow-y: hidden;
  }

  #header-buttons {
    display: none;
  }

  #nav-icon {
    display: block;
  }

  #main-content {
    max-height: none;
  }

  #main-navigation-container {
    background: var(--color-gray-2);
    height: calc(100vh - var(--header-height-desktop));
    top: calc(var(--header-height-desktop));
  }

  .logged-in #main-navigation-container {
    height: calc(
      100vh - var(--header-height-desktop) - var(--header-wp-admin-bar)
    );
    /* top: calc(var(--header-height-desktop) + var(--header-wp-admin-bar)); */
  }

  .menu-main-menu-container {
    height: auto;
  }

  #header-buttons-mobile .button {
    width: auto;
  }

  .menu-main-menu-navigation-container,
  #main-navigation-container .menu {
    height: 100%;
  }

  #main-navigation-container .menu {
    flex-direction: column;
  }

  html.fixed,
  #main-navigation-container {
    overflow: auto;
  }

  /* Mobile Menu */
  #header-tail {
    min-height: 20px;
    object-fit: cover;
  }

  #main-navigation-container {
    position: fixed;
    left: 0;
    width: 100%;
    top: var(--header-height-desktop);
    display: block;
    /* background-color: rgba(0, 0, 0, 0.95); */
    background-color: rgba(0, 0, 0, 1);
    padding: 70px 32px;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.4s;
  }

  header.container-fluid.open #main-navigation-container {
    transform: translateX(0);
    pointer-events: auto;
  }

  #header-buttons-mobile {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
    margin-top: 64px;
  }

  #main-navigation-container .menu {
    font-size: 1rem;
  }

  #main-navigation-container .menu .sub-menu a {
    font-size: var(--font-size-lg);
  }

  #main-navigation-container .menu > li.menu-item-has-children > a {
    position: relative;
  }

  #main-navigation-container .mega-menu {
    min-width: 0;
  }

  #main-navigation-container .menu > li.menu-item-has-children > a:after {
    content: "";
    background-image: url(../images/icon-menu-arrow.svg);
    width: 12px;
    height: 6px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s all;
    transform-origin: center;
  }

  #main-navigation-container .menu > li.menu-item-has-children.show > a:after {
    transform: translateY(-50%) rotate(0deg);
  }

  #main-navigation-container .menu > li.menu-item-has-children:after {
    display: none;
  }

  #main-navigation-container .menu > li.menu-item {
    width: 100%;
    align-items: center;
  }

  #main-navigation-container .menu > li {
    transition: 0.4s opacity;
  }

  #main-navigation-container .isOpen .menu > li.menu-item {
    opacity: 0.5;
  }

  #main-navigation-container .isOpen .menu > li.menu-item.active {
    opacity: 1;
  }

  #main-navigation-container .menu .sub-menu {
    display: block;
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: transparent;
    max-height: 0;
  }

  #main-navigation-container li:hover .sub-menu {
    transform: none;
  }

  #main-navigation-container .menu {
    margin-left: 0;
    width: 100%;
  }

  header.container-fluid.open {
    background-color: rgba(0, 0, 0, 0.95);
  }

  /* Mega Menu on mobile */
  #main-navigation-container .mega-menu {
    position: static;
  }

  #main-navigation-container .menu > li.menu-item-has-children {
    display: block;
  }

  #main-navigation-container .mega-menu {
    transform: none;
    opacity: 1;
  }

  .mega-menu .image-container {
    display: none;
  }

  #main-navigation-container li .mega-menu {
    width: 100%;
    background-color: transparent;
    padding: 0;
    display: block;
    transition: 0.4s;
  }

  #main-navigation-container li.show .mega-menu {
    padding: 1rem 0;
  }

  #main-navigation-container li:hover .mega-menu {
    transform: none;
    opacity: 1;
  }

  #main-navigation-container .menu .sub-menu {
    transition: 0.4s;
  }
}

@media only screen and (max-width: 992px) {
  h1,
  .h1,
  .hero-header {
    font-size: 6.7rem;
  }
  #map-container {
    max-width: calc(100% - 20px);
  }
  main {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 60px),
      calc(100% - 60px) 100%,
      0 100%
    );
  }
}

@media only screen and (max-width: 782px) {
  .logged-in header.container-fluid {
    top: var(--header-wp-admin-bar-mobile);
  }

  .logged-in .has-mega-menu .mega-menu-wrapper-outer {
    /* top: var(--header-wp-admin-bar-mobile) !important; */
  }

  #map-container {
    max-width: 100%;
  }

  .logo-slide {
    height: 70px;
    width: 70px;
    max-width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 400px) {
  #footer-navigation .menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .bw-logo {
    transform: none;
    flex-basis: auto;
    margin-top: 3.25rem;
  }

  .bw-logo .text-right {
    text-align: left !important;
  }
}

@media only screen and (max-width: 782px) {
}

@media only screen and (max-width: 767px) {
  /* Global */

  #wpadminbar {
    position: fixed !important;
  }

  html {
    /* font-size: 17px; */
  }

  h1,
  .h1,
  .hero-header {
    font-size: 4rem;
  }

  .container {
    width: 100%;
  }

  /* .row {
    padding-top: 3em;
    padding-bottom: 3em;
  } */

  .py-small {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .pt-small {
    padding-top: 1.5em;
  }

  .pb-small {
    padding-bottom: 1.5em;
  }

  /* Typography */

  /* Header */

  /* Header Navigation */

  #menu-primary-navigation {
    padding-top: 2em;
  }

  #menu-primary-navigation a {
    font-size: 1.3em;
  }

  #menu-primary-navigation .sub-menu > li:first-child {
    margin-top: 0.5em;
  }

  /* Special Layouts */

  #header {
    height: 300px;
  }

  /* Footer reveal */
  #primary-footer {
    position: static;
    transform: none;
  }

  /* HTML Video */

  .video {
    text-align: center;
  }

  /* Cards */

  /* Tables */

  table {
    display: block;
    overflow: scroll;
  }

  th,
  td {
    font-size: 0.7em;
  }

  td {
    line-height: 1.2;
  }

  th:last-of-type {
    padding-right: 2em;
  }

  td:last-of-type {
    padding-right: 2em;
  }

  /* Footer */
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  #footer-navigation .menu {
    max-width: max-content;
  }
}

/**
*
* @Bootstrap Breakpoints - 
* The Breakpoints below matches the bootstrap breakpoints 
* But desktop-first approach
*
* xl: (max-width: 1199px)
* lg: (max-width: 991px)
* md: (max-width: 767px)
* sm: (max-width: 575px)
*
**/

/**
*** @xl and below  
**/
@media (max-width: 1199px) {
}

/**
*** @lg and below  
**/
@media (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  h2 br {
    display: none;
  }

  /* General */
  section,
  .layout-logo-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-accordion {
    padding-top: 60px;
    padding-bottom: 0;
  }

  body {
    overflow-x: hidden;
  }

  section.py-lg {
    padding-top: calc(var(--section-padding-lg) * 0.5);
    padding-bottom: calc(var(--section-padding-lg) * 0.5);
  }

  section.py-sm {
    padding-top: calc(var(--section-padding-sm) * 0.5);
    padding-bottom: calc(var(--section-padding-sm) * 0.5);
  }

  /* Footer */
  #footer-navigation-container .menu {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
  }

  #footer-navigation-container .menu > li {
    padding-right: 0;
  }

  #footer-navigation-container .menu {
    gap: 2rem;
  }

  #footer-navigation-container .menu .sub-menu {
    gap: 0.75rem;
    margin-left: 0rem;
  }

  /* Hero - Subpages */
  .layout-hero {
    height: 60vh;
    margin-bottom: 4rem;
    overflow: visible;
  }

  .layout-hero .hero-background-container-wrapper {
    /* width: 100%; */
    transform: none;
    top: auto;
    left: auto;
    max-height: 75vh;
  }

  .layout-hero .hero-content-container {
    position: relative;
    z-index: 2;
    min-height: 65vh;
  }

  .layout-hero .hero-content {
    flex-direction: column;
  }

  .hero-content-text,
  .hero-button {
    max-width: 100%;
    padding-left: 7.5%;
  }

  .layout-hero .hero-button {
    flex-basis: auto;
    justify-content: start;
    margin-top: 2rem;
  }

  /* List With Image */
  .list-item-content-container {
    gap: 2rem;
  }

  /* Stats */
  .metric {
    font-size: 6rem;
  }

  /* Contact */
  .contact-information {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-form {
    margin-bottom: 80px;
  }

  /* Testimonials */
  .testimonial-bg-container {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-bg {
    width: auto;
  }

  .testimonial-bg img {
    height: 350px;
    object-fit: cover;
    object-position: center;
  }

  .testimonial-slider-arrow {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .quote {
    font-size: 1.5rem;
  }

  .testimonial-slider,
  .featured-project {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5rem;
  }

  .testimonial-bg,
  .featured-project-bg {
    position: static;
  }

  .testimonial-slider-container,
  .featured-project-container {
    margin-top: 1rem;
  }

  .testimonial-slider-container,
  .featured-project-container {
    position: static;
    left: auto;
    max-width: 100%;
  }

  .tab-buttons {
    display: flex;
    flex-direction: column;
  }

  .tab-buttons a {
    width: 100%;
    display: block;
  }

  /* Image Text */
  .is-right-image .image-text-info-container {
    padding-right: 2rem;
  }

  .is-left-image .image-text-info-container {
    padding-left: 2rem;
  }

  /* Sticky Sections */
  .service-row {
    /* position: static; */
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    height: auto;
    gap: 4rem;
  }

  /* Featured Project */
  .featured-project-title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }

  .mobile-excerpt {
    margin-top: 3rem;
  }

  /* Accordion */
  .accordion-section-header {
    flex-direction: column;
    gap: 1rem;
  }

  .accordion-section-copy {
    flex: auto;
    font-size: 1.25rem;
  }

  .accordion {
    margin-top: 4.5rem;
    flex-direction: column;
    cursor: auto;
  }

  .accordion-header {
    gap: 1.5rem;
  }

  .accordion-item {
    padding: 3.5rem 30px;
    border-bottom: 1px solid var(--color-light-100-o20);
  }

  .accordion-item:last-child {
    border-bottom: none;
  }

  .accordion-item .wysiwyg {
    opacity: 1;
    max-height: none;
    height: auto;
  }

  .accordion-header {
    margin-bottom: 2.5rem;
  }

  .accordion-item .accordion-icon-container svg {
    filter: invert(11%) sepia(90%) saturate(7500%) hue-rotate(12deg)
      brightness(95%) contrast(115%);
  }

  /* Image Text */
  .image-text-container {
    gap: 2rem;
  }

  /* CTA */
  .cta-container {
    min-height: 70vh;
  }

  .cta-button {
    font-size: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-button a img {
    width: 43px;
  }

  .cta-button a {
    flex-direction: column;
    align-items: start;
    font-size: 81px;
    line-height: 1em;
  }

  .cta-container.hovered .cta-background {
    transform: none;
  }

  /* Project Header */
  .featured-project-header {
    margin-bottom: 2.5rem;
  }

  /* Projects */
  .hero-header.single-project-title {
    font-size: 2.5rem;
  }

  .layout-single-project-content,
  .layout-slider-project-gallery,
  .layout-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Sticky Scroll Rows */
  .layout-sticky-scroll-rows .image-swap-container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-swap-content-inner {
    opacity: 1 !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-swap-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-swap-content-mobile img {
    display: block;
    max-width: 550px;
  }

  .image-swap-content {
    padding-bottom: calc(60px - 2rem);
    padding-top: 140px;
  }

  /* Services */
  .services-header {
    margin-bottom: 2.5rem;
  }

  .services-row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* Angled */
  /* Remove angle shapes on one side */
  .layout-hero-home .clipped-bottom-inner {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 60px),
      calc(100% - 60px) 100%,
      0 100%
    );
  }

  .layout-cta .clipped-bottom .clipped-bottom-inner {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 60px),
      calc(100% - 60px) 100%,
      0 100%
    );
  }

  #primary-footer:before {
    display: none;
  }

  .hero-background-container-wrapper.clipped-bottom::before,
  .hero-background-container-wrapper.clipped-bottom::after {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 65px),
      calc(100% - 65px) 100%,
      0 100%
    );
  }

  /* Logo Carousel */
  .logo-slide {
    height: 150px;
    width: 150px;
    max-width: 100%;
  }

  .logo-slide img {
    width: 100%;
  }

  /* Footer */
  #footer-navigation-container {
    gap: 5rem;
  }
}

/**
*** @md and below   
**/
@media (max-width: 767px) {
  .section-headline {
    font-size: 2.5rem;
  }

  h1,
  .h1 {
    font-size: 3rem;
  }

  h3,
  .h3 {
    font-size: 2.3rem;
  }

  section.bg-dark-800:before {
    display: none;
  }

  #logo img {
    min-width: 120px;
  }

  /* Footer */
  #footer-navigation-container .menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  #footer-navigation-container .menu > li {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #footer-navigation-container .menu > li {
    gap: 1rem;
  }

  #footer-navigation-container .menu {
    gap: 3.5rem;
  }

  .footer-menu-content {
    margin-left: 0;
    gap: 1rem;
  }

  #footer-navigation-container .social-media-links {
    justify-content: center;
    margin-top: 0.5rem;
  }

  #footer-logo-container {
    height: 380px;
    margin-top: -13rem;
    position: relative;
    z-index: -1;
  }

  .footer-right {
    gap: 2rem;
    margin-top: 56px;
  }

  .fieldwrk-logo {
    transform: none;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
  }

  .footer-logo {
    max-width: 525px;
  }

  .marquee-slider-container {
    margin-left: -30px;
    margin-right: -30px;
  }

  /* Hero */
  .layout-hero-home .hero-content {
    margin-bottom: 0;
  }

  .hero-header br {
    display: none;
  }

  .layout-hero .hero-content {
    flex-direction: column;
  }

  /* Accordion */
  .layout-accordion .section-image {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }

  /* List With Image */
  .list-item-content-container {
    gap: 2rem;
  }

  .list-item {
    flex-direction: column;
  }

  .list-item-img {
    flex: auto;
  }

  /* Cards */
  .card-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-project-content {
    margin-top: 2rem;
  }

  /* Footer */
  #footer-navigation-container {
    text-align: center;
    gap: 3.5rem;
    flex-direction: column;
  }

  /* Highlights */
  .highlight-list {
    flex-direction: column;
  }

  /* CTA */
  .cta-header {
    font-size: 2.5rem;
  }

  .cta-icon {
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
  }

  .cta-icon svg {
    width: 100%;
  }

  .cta-button a {
    gap: 1.5rem;
  }

  /* Image/Text */
  .image-container {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-text-info-container {
    margin: 2.5rem 0 0;
  }

  /* Stats */
  .stats-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .metric-label {
    font-size: 1rem;
  }

  /* Tabs */
  .tab-wysiwyg {
    font-size: 2.5rem;
  }

  /* High Level Overview */
  .layout-high-level-overview .marquee-slider {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .high-level-overview-content {
    flex-direction: column;
  }

  .service-row {
    /* position: static; */
    height: auto;
    flex-direction: column;
    gap: 3rem;
  }

  .service-row-content {
    flex-basis: auto;
  }

  .service-row-content-header {
    font-size: 2.25rem;
  }

  /* Image Text */
  .image-text-container {
    flex-direction: column;
  }

  .image-text-image {
    text-align: center;
  }

  /* Text/HTML */
  .text-html-content {
    flex-direction: column;
  }

  .text-column {
    max-width: 100%;
  }

  /* Featured Project */
  .featured-project-title {
    font-size: 2rem;
  }

  .featured-project-image {
    margin-bottom: 1rem;
  }

  /* Service */
  .service-row-image-inner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }

  .featured-project-image img {
    max-height: 60vh;
  }

  /* Projects Filter */
  .blog-filter {
    flex-direction: column;
  }

  .filter {
    width: 100%;
  }

  /* Team */
  .member-year {
    top: auto;
    bottom: 1rem;
  }

  .member-name {
    font-size: 1.3rem;
  }

  /* Social Media */
  #sbi_load {
    flex-direction: column;
    margin-top: 2rem;
    gap: 0.5rem;
  }

  .team-filter-select {
    width: 100% !important;
  }

  .BambooHR-ATS-board {
    display: block !important;
    width: 100% !important;
  }
  .BambooHR-ATS-Jobs-Item {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 1em !important;
  }
  .BambooHR-ATS-Location {
    padding-bottom: 0px !important;
    margin-top: -10px !important;
    float: none !important;
  }
}

/**
*** @sm and below  
**/
@media (max-width: 575px) {
  h1 br,
  .hero-header br,
  .layout-subheader br {
    display: none;
  }

  .section-headline {
    font-size: 2.25rem;
  }

  .footer-logo {
    max-width: 100%;
  }

  /* Hero */
  .layout-hero .hero-header {
    font-size: 2.5rem;
  }

  .hero-content-text,
  .hero-button {
    padding-left: 0;
  }

  /* Buttons */
  .headline-button .button,
  .layout-horizontal-list .button {
    width: 100%;
  }

  /* Hero - Home Page */
  .layout-hero .button-group,
  .layout-hero-2 .button-group {
    flex-direction: column;
  }

  /* Image/Text */
  .image-text-info .button-group {
    flex-direction: column;
  }

  /* Cards */
  .card-image-placeholder {
    min-height: 300px;
  }

  /* Testimonials */
  .quote {
    font-size: 1.25rem;
  }

  /* Featured Project */
  .featured-project-container hr {
    display: none;
  }

  .featured-project-container .button-group {
    flex-direction: column;
    gap: 1rem;
  }

  .featured-project-container .button-group .button {
    padding: 8px;
  }

  /* 
    Atlas
  */

  /* Footer */
  .marquee-slider-container::before,
  .marquee-slider-container::after {
    width: 100px;
  }

  /* Contact Form */
  div.gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-direction: column;
  }

  .gform_wrapper.gravity-theme .hidden_label .gfield_label {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    font-size: 1rem;
  }

  .gfield--type-html.html-label {
    height: 0;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }

  div.gform_wrapper.gravity-theme .hidden_label .gfield_label {
    width: auto;
    height: auto;
    clip: auto;
    clip-path: none;
    position: static;
    margin-bottom: 12px;

    color: var(--color-black-faded-65);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 1rem;
    display: block;
  }

  div.gform_wrapper.gravity-theme .hidden_label .gfield_label .gfield_required {
    display: none;
  }

  .layout-sticky-scroll-rows .image-swap-container,
  .image-swap-content-mobile img {
    max-width: 100%;
  }

  /* Project Filter */
  .filter-dropdown-button {
    width: 100%;
  }

  /* Testimonials */
  .author-info {
    flex-direction: column;
  }

  .author-info .author-info-separator {
    display: none;
  }

  .phone-number {
    text-decoration: underline;
  }

  /* CTA */
  .cta-button a {
    font-size: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-height: 800px) {
  #footer-logo-container {
    display: none;
  }
  #primary-footer {
    padding-bottom: 65px;
  }
}
