/*******************************
Global Colors - Barker Associates
*******************************/
:root {
  --barkers-yellow: #FAB12D;
  --sunset: #FFCA5B;
  --barkers-blue: #2B2A86;
  --navy: #4445C4;
  --sky: #6F96C8;
  --dark-grey: #333333;
  --successful-green: #219653;
  --error-red: #F05252;
  --light-grey: #7A7A7A;
  --pebble: #F5F5F5;
}
/*******************************
Background Color Utility Classes
*******************************/
.bg-barkers-yellow {
  background-color: var(--barkers-yellow);
}
.bg-sunset {
  background-color: var(--sunset);
}
.bg-barkers-blue {
  background-color: var(--barkers-blue);
}
.bg-navy {
  background-color: var(--navy);
}
.bg-sky {
  background-color: var(--sky);
}
.bg-dark-grey {
  background-color: var(--dark-grey);
}
.bg-successful-green {
  background-color: var(--successful-green);
}
.bg-error-red {
  background-color: var(--error-red);
}
.bg-light-grey {
  background-color: var(--light-grey);
}
.bg-pebble {
  background-color: var(--pebble);
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
/*******************************
Text Color Utility Classes
*******************************/
.text-barkers-yellow {
  color: var(--barkers-yellow);
}
.text-sunset {
  color: var(--sunset);
}
.text-barkers-blue {
  color: var(--barkers-blue);
}
.text-navy {
  color: var(--navy);
}
.text-sky {
  color: var(--sky);
}
.text-dark-grey {
  color: var(--dark-grey);
}
.text-successful-green {
  color: var(--successful-green);
}
.text-error-red {
  color: var(--error-red);
}
.text-light-grey {
  color: var(--light-grey);
}
.text-pebble {
  color: var(--pebble);
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.landingtop__subtitle {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-top: 20px;
}
.landingtop__button {
  margin-top: 30px;
}
.footer__social-link img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .footer__social-link {
    margin: 0px 10px;
  }
}
.filter__menu#offices li.active {
  background-color: #f0a929;
}
.person .heading__title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: normal;
}
.registration__form-item label {
  display: none;
}
@media (min-width: 1024px) {
  .person .heading__title {
    font-size: 36px;
    line-height: 44px;
  }
}
/*******************************
Heading 
*******************************/
.header-content .h1 {
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .header-content .h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .header-content .h1 {
    max-width: 360px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .header-content .h1 {
    max-width: 220px;
    font-size: 20px;
    line-height: 24px;
  }
}
/****************************************************/
h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  color: #2a2a86;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
.smoothease {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list_columns_link {
  color: #ffffff;
}
.list_columns_link:hover {
  color: rgba(255, 255, 255, 0.7);
}
/****************************************************/
.header-content__small h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .header-content__small h1 {
    font-size: calc(30px + (1800vw - 13824px)/256);
  }
}
@media (min-width: 1024px) {
  .header-content__small h1 {
    font-size: 48px;
  }
}
/****************************************************/
.heading__title {
  margin-bottom: 0;
}
.heading__title span {
  font-weight: 400;
}
/****************************************************/
.webinar__content h1 span {
  font-weight: 400;
}
.webinar__content h1 {
  color: #445aa1;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .webinar__content h1 {
    font-size: calc(20px + (800vw - 3840px)/544);
  }
}
@media (min-width: 1024px) {
  .webinar__content h1 {
    font-size: 28px;
  }
}
.webinar__content h1 {
  line-height: 28px;
}
@media (min-width: 768px) {
  .webinar__content h1 {
    line-height: calc(28px + (800vw - 6144px)/256);
  }
}
@media (min-width: 1024px) {
  .webinar__content h1 {
    line-height: 36px;
  }
}
/*******************************
CTA Form 
*******************************/
.fluentform .ff-message-success {
  border: 1px solid lightgreen;
  padding: 20px;
  background-color: #c1edc1;
  text-align: center;
  box-shadow: none;
}
.fluentform .ff-errors-in-stack {
  border: 1px solid transparent;
  padding: 20px;
  background-color: #dc3545;
  color: #fff;
  text-align: center;
  box-shadow: none;
}
form .ff-btn-submit.button span {
  display: inline-block;
}
form .ff-btn-submit.button:after {
  content: "";
  width: 28px;
  height: 17px;
  display: inline-block;
  background-image: url(../img/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  line-height: 27px;
  position: relative;
  top: 4px;
  margin-left: 20px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
form .ff-btn-submit.button:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/*******************************
People PopUp 
*******************************/
.mfp-container {
  height: 100dvh !important;
}
/*******************************
Newsletter PopUp Button
*******************************/
.newsletter_button .button--arrow {
  min-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.button--arrow.inverted {
  background-color: #2c2e8d;
}
.button--animate.inverted:before {
  background: #766db3;
}
.modal-trigger-wrapper {
  margin: 10px 0 0 0;
}
@media (max-width: 600px) {
  .modal-trigger-wrapper {
    margin: 10px auto 0 auto;
  }
}
/*******************************
Edits
*******************************/
.core-services--center .core-services__heading {
  padding-top: 15px;
}
.our-solutions {
  padding-bottom: 60px;
}
/* .header-content__info{
	margin-bottom: 0;
} */
.header-content--medium {
  height: inherit;
  min-height: 450px !important;
}
.header-content .layout {
  min-height: 450px;
}
.header-content__blocks {
  min-height: 450px;
}
.no-hover > a {
  pointer-events: none;
}
.content__search {
  padding-top: 40px;
  padding-bottom: 40px;
}
.preview-item__image:hover,
.barker-news__items:hover,
.tile__items:hover,
.is__cursor:hover {
  cursor: pointer;
}
.solutions__content .link {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .solutions__content {
    flex: inherit;
  }
}
.footer__address-text {
  color: #fff;
}
/* Component Spacing */
.contact,
.resources-tools,
.insights,
.team,
.html_content,
.projects,
.our-offices,
.relevant-projects,
.term-people .team,
.person-section,
.content-block--offset,
.brand--offset,
.testimonials,
.build-item,
.events,
.news-section,
.partners-slider,
.consultant-content--offset {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 80px;
  margin-top: 158px;
}
@media (max-width: 1125px) {
  .contact,
  .resources-tools,
  .insights,
  .team,
  .html_content,
  .projects,
  .our-offices,
  .relevant-projects,
  .term-people .team,
  .person-section,
  .content-block--offset,
  .brand--offset,
  .testimonials,
  .build-item,
  .events,
  .news-section,
  .partners-slider,
  .consultant-content--offset {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.main--offset,
.discuss {
  padding-top: 0px;
  margin-top: 128px;
}
@media (max-width: 1125px) {
  .main--offset,
  .discuss {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .news-section__item:hover .news-section__content {
    opacity: 0 !important;
  }
}
.barker-events__wrapper,
.events-block,
.video-block--blue,
.building-futures,
.person-services,
.management-services,
.our-solutions,
.sector-content,
.portal .text-block,
.portal__items,
.about-services,
.core-services__main-content,
.approach,
.relevant-projects--offset,
.ctasection,
.partners-block,
.life-barker,
.step-way,
.solutions--gray {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 600px) {
  .barker-events__wrapper,
  .events-block,
  .video-block--blue,
  .building-futures,
  .person-services,
  .management-services,
  .our-solutions,
  .sector-content,
  .portal .text-block,
  .portal__items,
  .about-services,
  .core-services__main-content,
  .approach,
  .relevant-projects--offset,
  .ctasection,
  .partners-block,
  .life-barker,
  .step-way,
  .solutions--gray {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.sectors2 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.sectors2 .heading {
  padding-top: 0;
}
@media (max-width: 600px) {
  .sectors2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.our-offices__items:not(:last-child),
.build-item__container:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .our-offices__items:not(:last-child),
  .build-item__container:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sustainability,
.barker-news,
.people-content {
  padding-top: 0;
  padding-bottom: 0;
}
.ctasection {
  margin-bottom: 0;
}
.relevant-projects.relevant-projects--offset {
  padding-bottom: 0;
  padding-top: 0;
}
body#custom-offset {
  padding-top: 80px;
}
@media (max-width: 600px) {
  body#custom-offset {
    padding-top: 40px;
  }
}
.solution-description {
  margin-bottom: 80px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .solution-description {
    margin-bottom: 40px;
  }
}
.core-services__head {
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .core-services__head {
    padding-bottom: 40px;
  }
}
.header-content__small {
  margin-bottom: 40px;
}
.core-services,
.portal__description {
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .core-services,
  .portal__description {
    padding-top: 40px;
  }
}
.core-services.core-services--center {
  padding-bottom: 0;
}
.about-services + .core-services,
.sector-content + .our-solutions {
  padding-top: 0;
}
.sustainability__items-image img {
  margin-bottom: -4px;
}
.process {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .process {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-grid-container.top-margin {
  margin-top: 128px;
}
@media (max-width: 600px) {
  .c-grid-container.top-margin {
    margin-top: 199px;
  }
}
.c-grid-container .tile__button .button {
  margin-bottom: 0;
}
.barker-events .heading {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .barker-events .heading {
    margin-bottom: 40px;
  }
}
.post-view__img img:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .post-view__img img:not(:last-child) {
    margin-bottom: 40px;
  }
}
.button-contact + .main--offset {
  /* margin-top: 0px; */
  /* @media (max-width: 600px) {
		margin-top: 100px;
	} */
}
.solutions__icon {
  transition: opacity 0.3s ease;
}
.solutions__icon:hover {
  opacity: 0.8 !important;
}
/* Title override */
h1,
.h1 {
  font-size: 56px !important;
  line-height: 64px !important;
  font-weight: 400 !important;
}
h2,
.h2 {
  font-size: 42px !important;
  line-height: 54px !important;
  font-weight: 400 !important;
}
h3,
.h3 {
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}
h4,
.h4 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
h5,
.h5 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
section .layout p,
.post-view .layout p,
section .layout--full p,
.post-view .layout--full p,
section .layout ul,
.post-view .layout ul,
section .layout--full ul,
.post-view .layout--full ul,
section .layout ol,
.post-view .layout ol,
section .layout--full ol,
.post-view .layout--full ol,
section .layout li,
.post-view .layout li,
section .layout--full li,
.post-view .layout--full li {
  font-size: 16px !important;
  line-height: 26px !important;
}
section .layout .text-large p,
.post-view .layout .text-large p,
section .layout--full .text-large p,
.post-view .layout--full .text-large p,
section .layout .text-large ul,
.post-view .layout .text-large ul,
section .layout--full .text-large ul,
.post-view .layout--full .text-large ul,
section .layout .text-large ol,
.post-view .layout .text-large ol,
section .layout--full .text-large ol,
.post-view .layout--full .text-large ol,
section .layout .text-large li,
.post-view .layout .text-large li,
section .layout--full .text-large li,
.post-view .layout--full .text-large li {
  font-size: 16px !important;
  line-height: 26px !important;
}
section .layout .text-medium p,
.post-view .layout .text-medium p,
section .layout--full .text-medium p,
.post-view .layout--full .text-medium p,
section .layout .text-medium ul,
.post-view .layout .text-medium ul,
section .layout--full .text-medium ul,
.post-view .layout--full .text-medium ul,
section .layout .text-medium ol,
.post-view .layout .text-medium ol,
section .layout--full .text-medium ol,
.post-view .layout--full .text-medium ol,
section .layout .text-medium li,
.post-view .layout .text-medium li,
section .layout--full .text-medium li,
.post-view .layout--full .text-medium li {
  font-size: 14px !important;
  line-height: 24px !important;
}
section .layout .text-small p,
.post-view .layout .text-small p,
section .layout--full .text-small p,
.post-view .layout--full .text-small p,
section .layout .text-small ul,
.post-view .layout .text-small ul,
section .layout--full .text-small ul,
.post-view .layout--full .text-small ul,
section .layout .text-small ol,
.post-view .layout .text-small ol,
section .layout--full .text-small ol,
.post-view .layout--full .text-small ol,
section .layout .text-small li,
.post-view .layout .text-small li,
section .layout--full .text-small li,
.post-view .layout--full .text-small li {
  font-size: 12px !important;
  line-height: 20px !important;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  h2,
  .h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  h3,
  .h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
/* Button override */
.button {
  background-color: var(--sunset);
  color: var(--dark-grey);
  font-size: 14px !important;
  padding: 19px 30px !important;
  font-weight: 700;
}
.button .arrow-link {
  display: none !important;
}
.button:hover {
  background-color: var(--barkers-yellow);
}
.button.button--blue {
  background-color: var(--sky);
  color: #fff;
}
.button.button--blue:hover {
  background-color: var(--sunset);
  color: var(--dark-grey);
}
.button.button--blue.button--animate:before {
  background-color: var(--sunset);
}
.button.button--grey {
  background-color: var(--dark-grey);
  color: #fff;
}
.button.button--grey:hover {
  background-color: var(--sky);
}
.button.button--grey.button--animate:before {
  background-color: var(--sky);
}
.button.small-btn {
  padding: 0 20px !important;
  color: var(--dark-grey);
}
.button.small-btn:hover {
  color: var(--dark-grey);
}
.button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.button--animate:before {
  background-color: var(--barkers-yellow);
}
/* link override */
.link {
  font-size: 14px !important;
  text-decoration: underline !important;
  /* &:hover {
		color: var(--sky);
	} */
}
.link.link--arrow svg {
  width: 23.17px;
  height: 18.73px;
  margin-left: 11px;
  top: 0;
}
.link.link--back svg {
  stroke: var(--navy) !important;
  margin-top: 7px;
}
.link.link--back:hover svg {
  stroke: var(--sky) !important;
}
.link.link--navy {
  color: var(--navy) !important;
}
.link.link--navy.link--arrow svg {
  stroke: var(--navy) !important;
}
.link.link--navy:hover {
  color: var(--sky) !important;
}
.link.link--navy:hover.link--arrow svg {
  stroke: var(--sky) !important;
}
.link.link--grey {
  color: var(--dark-grey) !important;
}
.link.link--grey.link--arrow svg {
  stroke: var(--dark-grey) !important;
}
.link.link--grey:hover {
  color: var(--navy) !important;
}
.link.link--grey:hover.link--arrow svg {
  stroke: var(--navy) !important;
}
.link.link--blue {
  color: var(--sky) !important;
}
.link.link--blue.link--arrow svg {
  stroke: var(--sky) !important;
}
.link.link--blue:hover {
  color: var(--dark-grey) !important;
}
.link.link--blue:hover.link--arrow svg {
  stroke: var(--dark-grey) !important;
}
.link.link--back,
.link.link--barkers--blue {
  color: var(--barkers-blue) !important;
}
.link.link--back.link--arrow svg,
.link.link--barkers--blue.link--arrow svg {
  stroke: var(--barkers-blue) !important;
}
.link.link--back:hover,
.link.link--barkers--blue:hover {
  color: var(--sky) !important;
}
.link.link--back:hover.link--arrow svg,
.link.link--barkers--blue:hover.link--arrow svg {
  stroke: var(--sky) !important;
}
.link.link--yellow {
  color: var(--sunset) !important;
}
.link.link--yellow.link--arrow svg {
  stroke: var(--sunset) !important;
}
.link.link--yellow:hover {
  color: var(--barkers-yellow) !important;
}
.link.link--yellow:hover.link--arrow svg {
  stroke: var(--barkers-yellow) !important;
}
.link.link--white {
  color: white !important;
}
.link.link--white.link--arrow svg {
  stroke: white !important;
}
.link.link--white:hover {
  color: var(--sky) !important;
}
.link.link--white:hover.link--arrow svg {
  stroke: var(--sky) !important;
}
/* Homepage Slider */
.homepage-slider {
  position: relative;
  min-height: calc(100dvh - 128px);
  overflow: hidden;
  z-index: 2;
  /* Slick Slider Overrides */
}
@media (max-width: 1125px) {
  .homepage-slider {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .slider-container {
  position: relative;
  min-height: calc(100dvh - 128px);
}
@media (max-width: 1125px) {
  .homepage-slider .slider-container {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .layout {
  min-height: calc(100dvh - 128px);
}
@media (max-width: 1125px) {
  .homepage-slider .layout {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .slider-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 0;
}
.homepage-slider .slider-background {
  width: 100%;
  min-height: calc(100dvh - 128px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1125px) {
  .homepage-slider .slider-background {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .slider-overlay {
  width: 100%;
  min-height: calc(100dvh - 128px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: black;
  opacity: 0.3;
  top: 0;
  position: absolute;
}
@media (max-width: 1125px) {
  .homepage-slider .slider-overlay {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .homepage-slider .layout {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-slider .corner-link {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  background: #fff;
  max-width: 730px;
  display: flex;
  width: 100%;
}
.homepage-slider .corner-link__image {
  width: 222px;
  max-width: 222px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  min-height: 125px;
}
.homepage-slider .corner-link__content {
  padding: 26px 25px 22px;
  flex: 1;
}
.homepage-slider .corner-link__text {
  font-size: 16px;
  font-weight: 600;
  color: var(--barkers-blue);
  margin-bottom: 1rem;
}
.homepage-slider .slider-content {
  text-align: left;
  color: white;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 168px);
  justify-content: center;
  max-width: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1125px) {
  .homepage-slider .slider-content {
    min-height: calc(100dvh - 119px);
  }
}
.homepage-slider .slide-content {
  /* display: none; */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: absolute;
  z-index: -1;
  padding-top: 40px;
}
.homepage-slider .slide-content.active {
  /* display: block; */
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.homepage-slider .slide-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
}
.homepage-slider .slide-title {
  margin-bottom: 20px;
  color: #fff;
}
.homepage-slider .slide-text {
  margin-bottom: 20px;
  max-width: 520px;
}
.homepage-slider .slide-ctas {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.homepage-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 0.5rem;
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.homepage-slider .slick-dots .slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.homepage-slider .slick-dots .slick-active .slider-dot,
.homepage-slider .slick-dots .slider-dot:hover {
  background: var(--sunset);
  border-color: var(--sunset);
  opacity: 1;
}
.homepage-slider .slick-arrow {
  position: absolute;
  background: var(--sky) !important;
  color: white !important;
  width: 59px !important;
  height: 62px !important;
  z-index: 3 !important;
  transition: all 0.3s ease !important;
  top: calc(50dvh - 93px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-slider .slick-arrow:hover {
  background: var(--sunset) !important;
  color: var(--dark-grey) !important;
}
.homepage-slider .slick-prev {
  left: 0rem !important;
}
.homepage-slider .slick-next {
  right: 0rem !important;
}
.homepage-slider .slick-arrow:before {
  display: none !important;
}
@media (max-width: 1024px) {
  .homepage-slider .slick-arrow {
    display: none !important;
  }
  .homepage-slider .corner-link {
    display: none !important;
  }
  .homepage-slider .slick-dots {
    padding-left: 20px;
    padding-right: 20px;
    max-width: inherit;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .homepage-slider .slide-ctas {
    flex-direction: column;
    gap: 1rem;
  }
  .homepage-slider .slide-ctas .button {
    width: 100%;
  }
  .homepage-slider .slick-dots {
    bottom: 1rem;
  }
  .homepage-slider .slick-prev {
    left: 1rem !important;
  }
  .homepage-slider .slick-next {
    right: 1rem !important;
  }
}
/* Mobile Slider Progress Bar */
.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--pebble);
  z-index: 10;
  display: none;
}
@media (max-width: 768px) {
  .slider-progress {
    display: block;
  }
}
.slider-progress__bar {
  height: 100%;
  background-color: var(--navy);
  width: 0%;
  transition: width 0ms linear;
}
/* Get in touch block */
.get_in_touch {
  margin-bottom: 100px;
}
.get_in_touch .build-item__container {
  max-width: inherit;
  padding: 4rem 0;
}
.get_in_touch .build-item__container .build-item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get_in_touch .build-item__container .sub {
  font-weight: 600;
}
.get_in_touch .build-item__container .content {
  max-width: 416px;
}
.get_in_touch .build-item__container .contact-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 15px;
}
.get_in_touch .build-item__container .contact-links .link {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  text-decoration: none !important;
  font-weight: 600;
}
.get_in_touch .build-item__container .contact-links .link:hover {
  color: var(--navy);
}
.get_in_touch .build-item__container .contact-links .link:hover .icon {
  background-color: var(--sunset);
}
.get_in_touch .build-item__container .contact-links .link:hover .icon path {
  fill: var(--dark-grey);
  stroke: var(--dark-grey);
}
.get_in_touch .build-item__container .contact-links .link.text-white {
  color: #fff;
}
.get_in_touch .build-item__container .contact-links .link.text-white:hover {
  color: var(--barkers-yellow);
}
.get_in_touch .build-item__container .contact-links .icon {
  background-color: var(--sky);
  border-radius: 100%;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.get_in_touch .build-item__container .preview-item img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .get_in_touch .build-item__container .contact-links {
    flex-direction: row;
    align-items: center;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  .get_in_touch .build-item__container .build-item__content {
    padding-right: 2rem;
  }
  .get_in_touch .build-item__container > * {
    width: 50%;
  }
  .get_in_touch .build-item__container .preview-item img {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .get_in_touch {
    margin-bottom: 60px;
  }
  .get_in_touch .build-item__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .get_in_touch .mobile-full-width {
    width: 100%;
  }
}
/* contact form block */
.contact_form_block {
  margin-bottom: 100px;
  /* .main--offset & {
		@media (max-width: 600px) {
			margin-top: -80px;
		}
	} */
  /* Desktop/Mobile visibility classes */
  /* Mobile Address Accordion */
}
@media (max-width: 768px) {
  .contact_form_block {
    margin-bottom: 60px;
  }
}
.contact_form_block .build-item__container {
  max-width: inherit;
  /* padding: 4rem 0; */
}
.contact_form_block .build-item__container .build-item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form_block .build-item__container .sub {
  font-weight: 600;
}
.contact_form_block .build-item__container .content {
  max-width: 440px;
}
.contact_form_block .build-item__container .contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_form_block .build-item__container .contact-links .link {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  text-decoration: none !important;
  font-weight: 600;
}
.contact_form_block .build-item__container .contact-links .link:hover {
  color: var(--navy);
}
.contact_form_block .build-item__container .contact-links .link:hover .icon {
  background-color: var(--sunset);
}
.contact_form_block .build-item__container .contact-links .link:hover .icon path {
  fill: var(--dark-grey);
  stroke: var(--dark-grey);
}
.contact_form_block .build-item__container .contact-links .link:hover .icon .icon-location path {
  fill: var(--dark-grey);
  stroke: inherit;
}
.contact_form_block .build-item__container .contact-links .link.text-white {
  color: #fff;
}
.contact_form_block .build-item__container .contact-links .link.text-white:hover {
  color: var(--sky);
}
.contact_form_block .build-item__container .contact-links .icon {
  background-color: var(--sky);
  border-radius: 100%;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact_form_block .build-item__container .contact-links .icon.active {
  /* Your active icon styling */
  background-color: var(--sunset);
  /* etc. */
}
.contact_form_block .build-item__container .contact-links .icon.active path {
  fill: var(--dark-grey);
  stroke: var(--dark-grey);
}
.contact_form_block .build-item__container .contact-links.alt .link {
  color: var(--dark-grey);
}
.contact_form_block .build-item__container .contact-links.alt .link:hover {
  color: var(--sky);
}
.contact_form_block .build-item__container .contact-links.alt .link:hover .icon {
  background-color: var(--sky);
}
.contact_form_block .build-item__container .contact-links.alt .link:hover .icon path {
  fill: #fff;
  stroke: #fff;
}
.contact_form_block .build-item__container .contact-links.alt .link:hover .icon .icon-location path {
  fill: #fff;
  stroke: inherit;
}
.contact_form_block .build-item__container .contact-links.alt .icon {
  background-color: var(--sunset);
}
.contact_form_block .build-item__container .contact-links.alt .icon path {
  fill: var(--dark-grey);
  stroke: var(--dark-grey);
}
@media (max-width: 768px) {
  .contact_form_block .build-item__container .contact-links.mobile .link:hover .icon {
    background-color: var(--sunset);
  }
  .contact_form_block .build-item__container .contact-links.mobile .link:hover .icon path {
    fill: var(--dark-grey);
    stroke: var(--dark-grey);
  }
  .contact_form_block .build-item__container .contact-links.mobile .link:hover .icon .icon-location path {
    fill: var(--dark-grey);
    stroke: inherit;
  }
  .contact_form_block .build-item__container .contact-links.mobile .icon {
    background-color: var(--sky);
  }
  .contact_form_block .build-item__container .contact-links.mobile .icon path {
    fill: #fff;
    stroke: #fff;
  }
}
.contact_form_block .build-item__container .preview-item {
  width: 100%;
}
.contact_form_block .build-item__container .preview-item img {
  max-width: 100%;
  margin-bottom: 20px;
}
.contact_form_block .build-item__container .preview-item inframe {
  width: 100%;
}
@media (min-width: 769px) {
  .contact_form_block .build-item__container .contact-links {
    flex-direction: row;
    align-items: center;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  .contact_form_block .build-item__container .build-item__content {
    padding-right: 4rem;
  }
  .contact_form_block .build-item__container .build-item__content {
    width: 42%;
  }
  .contact_form_block .build-item__container .preview-item {
    width: 57%;
  }
  .contact_form_block .build-item__container .preview-item img {
    margin-bottom: 0px;
  }
}
.contact_form_block .address-item {
  display: flex;
  align-items: start;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C1C1C1;
}
.contact_form_block .address-item:first-child {
  border-top: 1px solid #C1C1C1;
}
.contact_form_block .desktop-only {
  display: block;
}
.contact_form_block .mobile-only {
  display: none;
}
.contact_form_block .address-accordion .accordion-item {
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  overflow: hidden;
}
.contact_form_block .address-accordion .accordion-item:first-child {
  border-top: 1px solid #C1C1C1;
}
.contact_form_block .address-accordion .accordion-header {
  width: 100%;
  background: var(--pebble);
  border: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact_form_block .address-accordion .accordion-header.active {
  background-color: #fff;
}
.contact_form_block .address-accordion .accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600 !important;
  color: var(--barkers-blue) !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
.contact_form_block .address-accordion .accordion-title:hover {
  color: var(--sky) !important;
}
.contact_form_block .address-accordion .accordion-title .icon {
  background-color: var(--sky);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form_block .address-accordion .accordion-title .icon.active {
  /* Your active icon styling */
  background-color: var(--sunset);
  /* etc. */
}
.contact_form_block .address-accordion .accordion-title .icon.active path {
  fill: var(--dark-grey);
}
.contact_form_block .address-accordion .accordion-toggle {
  transition: transform 0.3s ease;
}
.contact_form_block .address-accordion .accordion-toggle svg {
  color: var(--dark-grey);
}
.contact_form_block .address-accordion .accordion-header.active .accordion-toggle {
  transform: rotate(180deg);
}
.contact_form_block .address-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.contact_form_block .address-accordion .accordion-content.active {
  max-height: 200px;
}
.contact_form_block .address-accordion .accordion-inner {
  padding: 0 20px 20px 67px;
}
.contact_form_block .address-accordion .accordion-inner .address-text a {
  color: var(--dark-grey);
  text-decoration: none;
}
.contact_form_block .address-accordion .accordion-inner .address-text a:hover {
  color: var(--navy);
}
.contact_form_block .address-accordion .accordion-inner .contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_form_block .address-accordion .accordion-inner .contact-links .link {
  color: var(--dark-grey);
  text-decoration: none;
  font-weight: 400;
}
.contact_form_block .address-accordion .accordion-inner .contact-links .link:hover {
  color: var(--navy);
}
.contact_form_block .address-accordion .accordion-inner .contact-links .link p {
  margin: 0;
}
@media (max-width: 768px) {
  .contact_form_block .desktop-only {
    display: none;
  }
  .contact_form_block .mobile-only {
    display: block;
  }
}
.contact_form_block .contact-address h5 {
  font-weight: 600 !important;
  margin-bottom: 10px;
  color: var(--barkers-blue) !important;
}
.contact_form_block .contact-address h5:hover {
  color: var(--sky) !important;
}
@media (max-width: 768px) {
  .contact_form_block .build-item__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* padding-top: 20px; */
  }
}
.contact_form_block .title-margin {
  margin-bottom: 20px;
}
/* Header styling overrides */
.new-header .header__menu-wrapper-new {
  padding-top: 0;
}
.new-header .top-blue .header__menu-wrapper-new {
  width: 100%;
  padding: 0;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu {
  margin: 0;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul {
  gap: 0;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a {
  color: #fff !important;
  font-weight: 600 !important;
  padding: 13px 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 359px) {
  .new-header .top-blue .header__menu-wrapper-new .top-menu ul li a {
    padding: 13px 7px;
  }
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a:hover {
  color: var(--barkers-yellow) !important;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a:hover svg path {
  fill: var(--barkers-yellow) !important;
  stroke: var(--barkers-yellow) !important;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a:hover svg.user-icon path {
  fill: none !important;
  stroke: var(--barkers-yellow) !important;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a:hover svg.user-icon circle {
  stroke: var(--barkers-yellow) !important;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: all 0.15s ease-out;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu ul li a svg.user-icon {
  width: 13px;
  height: 13px;
}
.new-header .top-blue .header__menu-wrapper-new .top-menu .user-link {
  border-left: 1px solid #fff;
}
@media (max-width: 1125px) {
  .new-header .top-blue .top-menu ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-header .top-blue .top-menu ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 362px) {
  .new-header .top-blue .user-link {
    border-left: 0 !important;
  }
}
.new-header .bottom-layer {
  border-bottom: 1px solid #C1C1C1;
  overflow-x: hidden;
  background: #fff;
}
.new-header .bottom-layer .header__wrapper {
  padding-top: 0;
  align-items: center;
}
.new-header .bottom-layer .header__menu-wrapper {
  padding-top: 0px;
}
.new-header .bottom-layer .main-menu .main-menu__list li a {
  color: var(--barkers-blue);
  font-weight: 600;
  font-size: 14px;
  height: 82px;
  display: flex;
  align-items: center;
}
.new-header .bottom-layer .main-menu .main-menu__list li a:hover {
  color: var(--sky);
}
.new-header .bottom-layer .main-menu .main-menu__list li a:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--barkers-yellow);
  left: 0;
  width: 100%;
}
.new-header .bottom-layer .main-menu .main-menu__list li a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--barkers-yellow);
  left: 0;
  width: 100%;
}
.new-header .bottom-layer .main-menu .main-menu__list li.current-project-ancestor a,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-ancestor a,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-item a {
  background: #fff;
}
.new-header .bottom-layer .main-menu .main-menu__list li.current-project-ancestor a:before,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-ancestor a:before,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--barkers-yellow);
  left: 0;
  width: 100%;
}
.new-header .bottom-layer .main-menu .main-menu__list li.current-project-ancestor a:hover,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-ancestor a:hover,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-item a:hover {
  color: var(--sky) !important;
}
.new-header .bottom-layer .main-menu .main-menu__list li.current-project-ancestor .mob-flex > a,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-ancestor .mob-flex > a,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-item .mob-flex > a {
  color: var(--sky);
}
.new-header .bottom-layer .main-menu .main-menu__list li.current-project-ancestor .mob-flex:before,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-ancestor .mob-flex:before,
.new-header .bottom-layer .main-menu .main-menu__list li.current-menu-item .mob-flex:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--barkers-yellow);
  left: 0;
  width: 100%;
  z-index: 10;
}
.new-header .bottom-layer .main-menu .main-menu__list li.active a {
  color: var(--sky);
}
.new-header .bottom-layer .main-menu .main-menu__list li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--barkers-yellow);
  left: 0;
  width: 100%;
}
.new-header .bottom-layer .main-menu__sub-list {
  display: none;
}
.new-header .search-layout .search-container-cust {
  background: #fff;
  padding: 20px 34px;
  margin-left: auto;
}
@media screen and (max-width: 1125px) {
  .new-header .search-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.new-header .main-search .header__search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 12px;
  font-size: 24px;
}
.new-header .main-search .header__search-form .header__search-submit {
  background: none;
  width: 19px;
  height: 19px;
}
.new-header .main-search .header__search-form .header__search-submit svg {
  width: 100%;
}
.new-header .main-search .header__search-form .header__search-field {
  font-size: 24px;
  padding: 0px 20px;
}
/* Header Search Dropdown */
.header__search-dropdown.main-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 0px;
  background: none;
}
.header__search-dropdown.main-search.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Submenu Active States */
.sub-menu-list {
  background: #fff;
  padding-left: 34px;
}
.sub-menus .sub-menu-list > li {
  position: relative;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  /* overflow: hidden; */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.sub-menus .sub-menu-list > li.active {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  z-index: 10;
}
.sub-menus .sub-menu-list > li > a {
  display: none;
}
.sub-menus .main-menu__sub-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px 0px;
}
.sub-menus .main-menu__sub-list.post {
  flex-direction: column;
}
.sub-menus .main-menu__sub-list > li {
  width: calc(50% - 15px);
}
.sub-menus .main-menu__sub-list > li.current-menu-item a {
  color: var(--sky);
}
.sub-menus .main-menu__sub-list > li a {
  color: var(--barkers-blue);
  font-weight: 600;
  font-size: 16px;
}
.sub-menus .main-menu__sub-list > li a:hover {
  color: var(--sky);
}
.mega-menu-link {
  padding: 30px 0px;
}
.mega-menu-link a.link {
  color: var(--barkers-blue) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: underline;
}
.mega-menu-link a.link:hover {
  color: var(--sky) !important;
}
.mega-menu-link a.link:hover svg g {
  stroke: var(--sky) !important;
}
.bg-grey {
  background-color: var(--pebble) !important;
}
.contact-wrapper {
  border-left: 1px solid #C1C1C1;
  margin-left: 17px;
}
.contact-wrapper a {
  padding-left: 32px;
  padding-right: 32px;
}
.search-wrapper {
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.search-wrapper a {
  padding-left: 32px;
  padding-right: 32px;
}
.search-wrapper::after {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  background-color: var(--pebble);
  z-index: 0;
}
.menu-flex {
  display: flex;
  width: 100%;
}
.menu-flex .menu-items-container {
  min-width: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-flex .mega-menu-post {
  min-width: 60%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 47px;
  width: 100%;
  position: relative;
}
.menu-flex .mega-menu-post::after {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pebble);
  z-index: -1;
}
.menu-flex .mega-menu-post-container {
  position: relative;
  min-height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
}
.menu-flex .mega-menu-post-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-flex .mega-menu-post-container .mega-menu-post-title {
  color: #fff;
  font-size: 16px !important;
  position: relative;
  z-index: 1;
}
.menu-flex .mega-menu-post-container .mega-menu-post-link {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.menu-flex .mega-menu-post-container .mega-menu-post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.menu-flex .mega-menu-post-container:hover .mega-menu-post-link {
  max-height: 20px;
  /* Set to desired height */
}
.sub-menus {
  overflow: hidden;
  margin-left: auto;
}
#search-icon,
#close-icon,
#search-icon-mobile,
#close-icon-mobile {
  display: none;
}
#search-icon.show,
#close-icon.show,
#search-icon-mobile.show,
#close-icon-mobile.show {
  display: block;
}
.search-wrapper-mobile {
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.search-wrapper-mobile a {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  height: 73px;
  align-items: center;
}
.search-wrapper-mobile .burger-menu-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  height: 73px;
  align-items: center;
}
.header__menu-wrapper--active {
  display: flex !important;
  top: 119px;
  height: calc(100dvh - 119px);
}
.mobile-menus {
  display: none !important;
}
.main-menu__list.mobile {
  padding-bottom: 20px;
}
.main-menu__list.mobile li .mob-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu__list.mobile li .mob-flex a {
  height: 67px !important;
}
.main-menu__list.mobile li .mob-flex a::before {
  display: none;
}
.main-menu__list.mobile li .mob-flex .mobile-menu-chevron {
  cursor: pointer;
  transition: all 0.5s ease;
}
.main-menu__list.mobile li .mob-flex .mobile-menu-chevron.active {
  transform: rotate(180deg);
}
.main-menu__list.mobile > li > a {
  height: 67px !important;
}
.main-menu__list.mobile .main-menu__sub-list {
  max-height: 0;
  display: flex !important;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  left: 15px;
  width: 100%;
  padding: 0;
  background-color: #fff;
  max-width: 95%;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden !important;
  opacity: 0;
}
.main-menu__list.mobile .main-menu__sub-list.active {
  max-height: 500px;
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0);
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link,
.main-menu__list.mobile .main-menu__sub-list li {
  border-bottom: none !important;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition-delay: 0s;
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link a,
.main-menu__list.mobile .main-menu__sub-list li a {
  height: inherit !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: var(--barkers-blue) !important;
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link a::before,
.main-menu__list.mobile .main-menu__sub-list li a::before {
  display: none;
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link:first-child,
.main-menu__list.mobile .main-menu__sub-list li:first-child {
  margin-top: 10px !important;
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link:last-child,
.main-menu__list.mobile .main-menu__sub-list li:last-child {
  margin-bottom: 30px !important;
}
.main-menu__list.mobile .main-menu__sub-list.active .mobile-mega-menu-link,
.main-menu__list.mobile .main-menu__sub-list.active li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.main-menu__list.mobile .main-menu__sub-list .mobile-mega-menu-link a {
  font-size: 14px !important;
}
.main-menu__list.mobile .contact-wrapper {
  margin-left: 0;
  background-color: inherit !important;
  border: none;
}
.main-menu__list.mobile .contact-wrapper a {
  padding-left: 0;
  width: auto;
  display: inline-flex !important;
  padding-right: 0;
}
@media (min-width: 1126px) {
  .main-menu__list.mobile {
    display: none;
  }
  .user-link {
    padding-right: 0 !important;
  }
}
@media (max-width: 1125px) {
  .main-menu__list.desktop {
    display: none;
  }
  .burger-menu {
    display: flex;
  }
  .mobile-menus {
    display: flex !important;
  }
  .logo-image {
    height: 53px;
    width: 53px !important;
  }
  .new-header {
    border-bottom: none;
  }
  .bottom-layer .layout {
    padding-right: 0;
    background: #fff;
  }
  .desktop_header_wrapper {
    position: relative;
  }
  .header__menu-wrapper {
    position: fixed;
    display: none;
    width: 100%;
  }
  .new-header .header__menu-wrapper {
    background: #fff !important;
  }
  .new-header .bottom-layer .main-menu .main-menu__list li {
    border-bottom: 1px solid #C1C1C1;
    width: 100%;
    margin-bottom: 0;
  }
  .new-header .bottom-layer .main-menu .main-menu__list li a {
    font-size: 20px;
  }
  .new-header .bottom-layer .main-menu .main-menu__list li a::before {
    display: none;
  }
  .header__search-form {
    margin-bottom: 0 !important;
    font-size: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1125px) {
  .bottom-layer .main-menu__list a {
    padding: 4px 9px;
  }
  .bottom-layer .search-wrapper a,
  .bottom-layer .search-wrapper a {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 359px) {
  .header__menu-wrapper--active {
    top: 119px;
    height: calc(100dvh - 119px);
  }
}
.bg-overlay {
  position: fixed;
  background: #030303;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
  display: none;
}
.bg-overlay.active {
  display: block;
}
html {
  margin-top: 0 !important;
}
.pu23 .button-contact {
  z-index: 1;
}
.animate-wrapper {
  z-index: 2;
}
.accordion__content-information .button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .mobile-full-width {
    width: 100%;
  }
}
.landing-form .lp_right_button {
  margin: 30px 0px;
}
.header-content__info {
  color: var(--barkers-blue);
}
.portal__items-play {
  color: var(--dark-grey);
  background-color: var(--sunset);
}
.portal__items-media-preview:hover .portal__items-play {
  background-color: var(--barkers-yellow);
  color: var(--dark-grey);
}
.post-title a {
  font-size: inherit;
  font-weight: 400;
}
/*******************************
Firefox-specific overrides
*******************************/
@-moz-document url-prefix() {
  @media (max-width: 1125px) {
    .main--offset,
    .discuss {
      margin-top: 120px;
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider {
      min-height: calc(100dvh - 120px);
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider .slider-container {
      min-height: calc(100dvh - 120px);
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider .layout {
      min-height: calc(100dvh - 120px);
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider .slider-background {
      min-height: calc(100dvh - 120px);
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider .slider-overlay {
      min-height: calc(100dvh - 120px);
    }
  }
  @media (max-width: 1125px) {
    .homepage-slider .slider-content {
      min-height: calc(100dvh - 120px);
    }
  }
  .header__menu-wrapper--active {
    top: 120px;
    height: calc(100dvh - 120px);
  }
  @media (max-width: 359px) {
    .header__menu-wrapper--active {
      top: 120px;
      height: calc(100dvh - 120px);
    }
  }
}
.our-solutions__title svg {
  stroke: #fff;
  width: inherit;
}
.header-content__background--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.news-section__item {
  margin-bottom: 20px;
}
.preview-item__title {
  transition: all 0.3s ease;
}
.preview-item__title:hover {
  color: var(--barkers-yellow);
}
.preview-item__image::before {
  background: #000;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}
.preview-item__image:hover::before {
  opacity: 0.3;
}
.explore-barker__inset {
  overflow: hidden;
}
.explore-barker__inset:hover .person__item-hide-content {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.project-filters {
  width: 100%;
}
.project-filters .filter-search {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
@media (max-width: 705px) {
  .project-filters .filter-search {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-filters .filter-search .button {
    width: 100%;
  }
}
.project-filters .filter-dropdowns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 705px) {
  .project-filters .filter-dropdowns {
    flex-direction: column;
  }
}
.project-filters .project-search {
  flex: 1;
  border: none;
  font-size: 20px;
  font-weight: 600;
  background: var(--pebble);
}
@media (max-width: 705px) {
  .project-filters .project-search {
    min-height: 60px;
  }
}
.project-filters .filter-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.project-filters form {
  padding: 10px;
  background: var(--pebble);
  margin-bottom: 20px;
}
@media (min-width: 706px) {
  .project-filters form {
    padding-left: 20px;
  }
}
@media (max-width: 705px) {
  .project-filters .filter-sec {
    width: 100%;
  }
}
.filter-dropdown {
  position: relative;
  display: inline-block;
}
.filter-dropdown__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 30px;
  background: var(--pebble);
  border: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  font-weight: 600;
}
.filter-dropdown__header:hover {
  background: #e0e0e0;
}
@media (max-width: 705px) {
  .filter-dropdown__header {
    justify-content: space-between;
  }
}
.filter-dropdown__arrow {
  transition: transform 0.3s ease;
  max-width: 15px;
}
.filter-dropdown__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: max-content;
  width: max-content;
}
.filter-dropdown__item {
  padding: 0;
}
.filter-dropdown__item--active .filter-dropdown__item__label {
  background: var(--sunset);
  color: var(--dark-grey);
  font-weight: 600;
}
.filter-dropdown__label {
  display: flex;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  align-items: center;
}
.filter-dropdown__label:hover {
  background: var(--pebble);
}
.filter-dropdown__checkbox {
  margin-right: 8px;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sky);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
}
.filter-pill__text {
  font-size: 14px;
}
.filter-pill__remove {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
  line-height: 0;
}
.filter-pill__remove:hover {
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.filter-clear-all__button {
  background: var(--sunset);
  color: var(--dark-grey);
  padding: 8px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease;
  display: inline-block;
}
.filter-clear-all__button:hover {
  background: var(--barkers-yellow);
}
.projects .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.projects .pagination > .page-numbers {
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
}
.projects .pagination > .page-numbers.dots {
  background: var(--barkers-blue);
}
.projects .pagination > .page-numbers .page-numbers {
  background: var(--barkers-blue);
  color: var(--dark-grey);
  border-radius: 0;
  color: #fff;
  gap: 5px;
  width: inherit;
  min-width: 24px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects .pagination > .page-numbers .page-numbers.current {
  background: var(--sky);
  color: #fff;
}
.projects .pagination > .page-numbers .page-numbers:hover {
  background: var(--sky);
  color: #fff;
}
.projects__item {
  position: relative;
}
.projects__item-image {
  position: relative;
  display: block;
}
.projects__item-sectors {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 2;
}
.projects__item-sector-pill {
  display: inline-block;
  background: var(--sky);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.nothing-found {
  margin-left: 20px;
}
