/* 404 Page */
.error404 .img-404 {
  object-fit: cover;
  width: 100%;
}
/* END - 404 Page */
/* Sticky Elements */
aside.sticky-top {
  z-index: 1000 !important;
}
/* Related Section Button Capitalization */
.related a.btn {
  text-transform: capitalize;
}
/*  */
.scroll-spy [id] {
  scroll-margin-top: 75px;
}

.badge {
  background-color: #d3e5d6;
}

.badge.light {
  background-color: #e7f4eb;
}

.dropdown-menu .dropdown-item {
  color: #fff;
}

.dropdown-item:hover {
  color: #212529;
}

.bootstrap-select .btn.dropdown-toggle {
  border-bottom: none;
}

.btn.dropdown-toggle.active {
  border-bottom: 4px solid #befaf0 !important;
}

header .dropdown-menu.open {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1;
  z-index: -1;
  top: 100% !important;
}

header .dropdown-menu.display-default.display-static .sub-menu.depth-1,
header ul.sub-menu.list-unstyled.depth-1 {
  min-width: 450px;
  position: relative;
}

header .scroll-wrapper ul.sub-menu.list-unstyled.depth-1 li {
  padding-right: 48px !important;
}

header .dropdown-menu.display-static-one-column .sub-menu.depth-1 .menu-item {
  padding-right: 48px;
}

.style-splitter a hr {
  display: block !important;
}

.menu-item a hr {
  color: #dadada;
  opacity: 1;
}

.dropdown-menu .submenu-wrapper {
  border-radius: 12px;
}

/* header .dropdown-menu.display-static-one-column .sub-menu.depth-1 .menu-item {
    padding-right: 0;
} */

.menu-item .image-wrapper {
  width: 100%;
  max-width: 500px;
}

header .dropdown-menu .dropdown-menu-intro {
  width: 100%;
}

.filters .search-icon {
  display: block !important;
}

header .dropdown-menu .dropdown-menu-intro .cta .heading {
  max-width: 200px;
}

header .dropdown-menu .menu-item hr {
  margin-right: 0 !important;
}

/* header .dropdown-menu .sub-menu.depth-1 {
    position: relative;
    min-width: 400px;
} */

#menu-item-6921 hr {
  display: block !important;
}

header
  .dropdown-menu
  .sub-menu.depth-1
  .menu-item.menu-item-has-children
  > .nav-link {
  pointer-events: none;
}

/* Breadcrumb Schema - removing text, leaving only icon */
span.hide-breadcrumb-text {
  display: none !important;
}

@media (max-width: 1259.98px) {
  header
    .dropdown-menu
    .sub-menu.depth-1
    .menu-item.menu-item-has-children
    > .nav-link::after {
    font-size: 24px;
  }

  header .dropdown-menu .sub-menu.depth-1 .menu-item {
    padding: 0 !important;
  }

  .sub-menu h4 {
    font-family: "FK Grotesk Neue", sans-serif;
    font-weight: 700;
  }

  header
    .dropdown-menu
    .sub-menu.depth-1
    .menu-item.menu-item-has-children
    > .nav-link::before {
    content: none !important;
  }

  header
    .dropdown-menu
    .sub-menu.depth-1
    .menu-item:hover
    .sub-menu
    .menu-item:after {
    content: none !important;
  }
}

header
  .dropdown-menu
  .sub-menu.depth-1
  .menu-item:hover
  .nav-link
  .menu-item-inner::before {
  display: none;
}

/* 
header .dropdown-menu .sub-menu.depth-1 .menu-item:hover .sub-menu .text-large-normal {
    font-family: "FK Grotesk Neue", sans-serif;
} */

.cta-content {
  left: 48px;
  right: 48px;
}

.cta-content-heading {
  width: 60%;
}

#menu-main-navigation .text-small-normal {
  font-size: 14px !important;
}

.btn-link-cta {
  color: #0f4146;
}

.btn-link-cta:before {
  display: none;
}

.product-list-item,
.product-list-item a,
.office-list-item,
.office-list-item a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  border-radius: 8px;
}

.product-list-item:hover a {
  box-shadow: 0px 4px 24px 0px rgba(145, 248, 255, 0.9);
  background-color: #0f4146;
  color: #ffffff !important;
  border-radius: 8px;
}

.office-list-item:hover a,
.office-list-item .btn-link-cta.active {
  /* box-shadow: 0px 4px 24px 0px rgba(145, 248, 255, 0.9); */
  background-color: #0f4146;
  color: #ffffff !important;
  border-radius: 8px;
}

.content-wrapper .side-nav ul li .heading-subtitle a.active::before {
  display: none;
}

.content-wrapper .side-nav ul li .heading-subtitle a.active {
  padding-left: 16px;
}

@media (min-width: 575px) {
  .archive-product-wrap {
    --bs-gutter-x: 50px;
  }
}

@media (min-width: 992px) {
  .hero-form-content {
    margin-bottom: 92px !important;
  }
}

@media (min-width: 1259.98px) {
  header
    .dropdown-menu
    .sub-menu.depth-1
    .menu-item:hover
    .nav-link
    .menu-item-inner {
    padding-left: 40px;
    padding-left: 16px;
    box-shadow: 0px 4px 24px 0px rgba(145, 248, 255, 0.9);
    background-color: #0f4146;
    color: #ffffff !important;
    display: block;
    z-index: 2;
  }

  .submenu-wrapper .style-splitter {
    max-width: 350px;
  }
}

@media (min-width: 1439.98px) {
  .submenu-wrapper .style-splitter {
    max-width: 100%;
  }
}

#menu-item-6928 {
  padding-right: 82px;
}

/* .btn-link-cta.active { color: #FFFFFF; } */
.activated {
  background-color: #0f4146;
  box-shadow: 0px 4px 24px 0px rgba(145, 248, 255, 0.9);
  padding-left: 10px;
}

.btn-link-cta.active {
  background-color: transparent;
  color: #0f4146;
  box-shadow: none;
}

.product-list-item.activated {
  padding-left: 0;
  background-color: #0f4146;
  color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(145, 248, 255, 0.9);
}

.activated:before {
  opacity: 1;
  margin-left: 0;
  color: #ffffff !important;
}

.activated a {
  color: #ffffff !important;
}

.product-list-item:hover:before {
  opacity: 1;
  margin-left: 0;
  color: #0f4146;
}

.press-filter-wrap .bootstrap-select .dropdown-menu .selected,
.press-filter-wrap .bootstrap-select .dropdown-menu li a,
.press-filter-wrap .bootstrap-select .dropdown-menu li a.active:hover {
  color: #ffffff;
}

.press-filter-wrap .bootstrap-select .dropdown-menu li a:hover {
  color: #212529;
}

.statement.has-intro {
  padding-bottom: 0 !important;
}

.hero-home .slider .slide h2,
.hero-home .slider .slide .h2 {
  font-size: 84px;
}

/* .resource-masonary .loop-style-full .thumbnail-wrapper {
    min-height: 340px;
} */

.resource-masonary .thumbnail-wrapper .img-fluid {
  width: 100%;
  /* min-height: 340px; */
  height: 100%;
}

.loop-style-full:last-child {
  margin-bottom: 0 !important;
}

.grid-posts .shuffle-item {
  padding-inline: 2rem;
  max-height: 500px;
  min-height: 500px;
  height: 100%;
}

@media (min-width: 475px) and (max-width: 767px) {
  .grid-posts .shuffle-item {
    max-height: 550px;
  }

  .grid-posts .shuffle-item {
    padding-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .cta .inner-cta:hover .buttons {
    max-height: 100px;
    opacity: 1;
  }

  .cta .inner-cta h3,
  .cta .inner-cta .h3,
  .cta .inner-cta p {
    max-width: 480px;
  }

  .cta .inner-cta .buttons {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 0;
    opacity: 0;
  }
}

.cta-inner .cta-inner-wrapper::before {
  background-image: url("assets/dist/img/elipse-cta-inline-darken.png") !important;
}

.hero-primary .filters .input-group,
.hero-primary .filters-login .input-group {
  background-color: #ffffff;
  box-shadow: 0px 4px 44px 0px rgba(145, 248, 255, 0.9);
}

.form-control.login-input {
  box-shadow: none;
}

.hero-primary .filters-login .input-group .btn {
  font-size: 24px;
  line-height: 24px;
}

.hero-primary .filters-login .btn,
.hero-primary .filters-login .form-control {
  border: 0;
}

.hero-primary .filters-login .btn:hover {
  background-color: transparent;
}

.hero-secondary {
  z-index: 10;
}

/* .hero-tertiary .img-wrapper .bleed-image {
  border-radius: 16px !important;
} */

.accordion-body p a,
.hoc-framework a,
.text-wrapper p a,
.card-wrapper a,
.feature-grid .features a {
  color: var(--Teal, #0f4146);
  font-family: "FK Grotesk Neue", sans-serif;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 500;
  line-height: 200%;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #00f0c8;
  transition: text-underline-offset 0.2s ease;
  cursor: pointer;
}

.hoc-framework a {
  line-height: 150% !important;
}

.accordion-body p a:hover,
.text-wrapper p a:hover {
  text-underline-offset: none !important;
}

.team .team-member:hover .details .more {
  max-height: 0px;
}

.team-member-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}

.team .team-member .team-member-image img {
  transition: transform 1s ease-in-out;
  border-radius: 12px;
}

.team .team-member-image:hover img {
  transform: scale(1.1);
}

.team .team-member {
  cursor: pointer;
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f4146cc;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.custom-modal .modal-body {
  border-radius: 12px;
}

.custom-modal .modal-dialog {
  max-width: 1050px !important;
  margin: 0 30px;
  padding: 30px 0;
  border-radius: 12px;
  max-height: 100%;
  overflow: auto;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 12px !important;
  max-height: fit-content;
  height: 100%;
}

.custom-modal .modal-body {
  padding: 48px !important;
}

.custom-modal .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.profile-header h3 {
  color: #1f364b;
}

.profile-description p {
  color: #002e2c;
  margin: 0;
}

.profile-description {
  margin-top: 40px;
}

.share-article p {
  color: #002e2c;
  opacity: 0.6;
  margin: 0;
}

.share-article {
  margin-top: 40px;
}

.share-links a {
  width: 20px;
  height: 20px;
}

.share-links a i {
  font-size: 20px;
  color: var(--bs-primary);
}

.btn-close {
  top: 48px;
  right: 48px;
}

.btn-close:focus,
.btn-close:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.circle-container {
  position: relative;
  width: 500px;
  height: 500px;
}

/* Outer circle */
.outer-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Inner circle */
.inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 385px;
  height: 385px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 2;
  overflow: hidden;
}

.inner-circle-ring {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  border: 2px dashed #8a9b8c;
  z-index: 2;
}

.hover-quarter,
.active-quarter {
  background-color: #0f4146 !important;
  color: #fff !important;
}

/* Sections */
.section {
  width: 49%;
  height: 49%;
  font-weight: bold;
  border-radius: 8px;
  font-size: 18px;
  background-color: #c5d8c9;
  color: #0f4146;
  cursor: pointer;
  transition:
    background-color 0.5s ease,
    color 0.5s ease;
}

.section:nth-child(1) {
  padding: 80px 15px 0px 50px;
}

.section:nth-child(2) {
  padding: 80px 50px 0px 15px;
}

.section:nth-child(3) {
  padding: 32px 15px 76px 50px;
}

.section:nth-child(4) {
  padding: 32px 50px 76px 15px;
}

.animate-rotate {
  /* animation: rotateInCircle 20s linear infinite */
}

.delay-166 {
  animation-delay: 5s;
}

.delay-333 {
  animation-delay: 10s;
}

.delay-500 {
  animation-delay: 15s;
}

@keyframes rotateInCircle {
  0%,
  100% {
    background-color: #0f4146;
    color: #fff;
  }

  25% {
    background-color: #0f4146;
    color: #fff;
  }

  26%,
  99% {
    background-color: #c5d8c9;
    color: #0f4146;
  }
}

.diagram-content {
  margin-bottom: 150px;
}

.animate-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* animation: cycleContent 20s linear infinite; */
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.animate-content:nth-child(1) {
  animation-delay: 0s;
}

.animate-content:nth-child(2) {
  animation-delay: 5s;
}

.animate-content:nth-child(3) {
  animation-delay: 10s;
}

.animate-content:nth-child(4) {
  animation-delay: 15s;
}

@keyframes cycleContent {
  0%,
  20% {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  25%,
  100% {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

.section.hover-active {
  background-color: #0f4146 !important;
  color: #fff !important;
  transition:
    background-color 0.5s ease,
    color 0.5s ease;
}

.animate-content,
.section {
  will-change: opacity, background-color, color;
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  z-index: 3;
}

.diagram-points {
  background-color: #e6f3e9;
  border: 2px solid #a1b6a3;
  border-radius: 12px;
}

.list-icon {
  height: 1cap;
  aspect-ratio: 1;
}

.diagram-heading {
  font-size: 32px;
}

.diagram-heading strong sup {
  font-size: 12px;
  top: -12px;
}

@media (max-width: 767.98px) {
  .team .team-member .details .more {
    max-height: 0px;
  }

  .team .team-member .details {
    margin-top: -100px;
  }
}

.custom-modal .badge {
  font-size: 14px;
}

.archive-product-wrap .text-small {
  font-size: 14px;
}

.text-small-normal {
  font-size: 18px;
}

.grid-posts .resources-filter .input-group {
  max-width: 142px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid-posts .resources-filter .input-group.active {
  max-width: 284px;
}

.form-control:focus,
.hs-form .hs-form-field .hs-input:focus {
  box-shadow: none;
}

.grid-posts .resources-filter .dropdown-menu .dropdown-item.active {
  background: #212529;
}

.grid-posts .resources-filter .dropdown-toggle {
  padding: 12px 24px;
  color: #0f4146;
  background: transparent;
}

.grid-posts .resources-filter input {
  background-color: transparent;
  padding-right: 0;
  font-weight: 500;
}

.grid-posts .resources-filter .dropdown-toggle:hover {
  color: #0f4146 !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.grid-posts .resources-filter .dropdown-toggle:after {
  content: "\e90c";
  border: 0;
  font-size: 22px;
  color: #0f4146;
  font-family: "icomoon" !important;
}

.grid-posts .resources-filter i.icon-search {
  font-size: 20px;
}

.hoc-framework[data-bs-theme="light"] .cards .card {
  height: 100%;
}

.interactive-diagram .btn-light {
  background-color: #0f4146;
}

@media (min-width: 1260px) {
  header .dropdown-menu .sub-menu.depth-1 .menu-item .sub-menu {
    left: 450px;
  }
}

/* START Breadcrumbs Gap Fix */
.breadcrumb.mb-md-21 {
  margin-bottom: 2.5rem !important;
}

section.hero-secondary.text-bg-off-white.pt-46 .breadcrumb.mb-md-21,
.hero-tertiary .breadcrumb.mb-md-21,
.hero-primary .breadcrumb.mb-md-21,
.loop-product .container .breadcrumb.mb-md-21 {
  margin-top: -38px !important;
}

/* END Breadcrumbs Gap Fix  */

@media (max-width: 1399.98px) {
  header .dropdown-menu.display-default.display-static .sub-menu.depth-1 {
    min-width: 400px;
  }
}

@media (max-width: 1200px) {
  .hoc-framework .cards .card {
    min-height: 338px;
  }
}

@media (max-width: 1025px) {
  .diagram-image::before {
    content: none;
  }

  header
    .dropdown-menu
    .sub-menu.depth-1
    .menu-item:hover
    .nav-link
    .menu-item-inner {
    color: #0f4146 !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
}
/* Hero form widget background blend to transparent */
.hero-form.background-blend::after {
  background: transparent;
}

@media (max-width: 992px) {
  .hero-form.background-blend::before {
    bottom: 0 !important;
  }

  .hero-form.background-blend::after {
    content: none !important;
  }

  #hs-form-anchor {
    padding-bottom: 100px !important;
  }

  header .dropdown-menu.display-default.display-static .sub-menu.depth-1 {
    min-width: 100%;
  }

  .parallax-feature .right-content .parallax-item {
    opacity: 1;
  }

  header .offcanvas-body .dropdown-menu {
    height: calc(100vh - 54px);
  }

  header
    .dropdown-menu.display-default.display-static
    .sub-menu.depth-1
    .menu-item
    .sub-menu.show {
    position: absolute !important;
    padding: 24px 0 !important;
    top: -173px;
    bottom: 0;
    min-height: 100%;
  }

  .text-image.animation .images {
    transform: translate(0, 0);
    opacity: 1;
  }

  .text-image .flickity-slider {
    transform: none !important;
  }
}
@media (max-width: 991.98px) {
  /* START Breadcrumbs Gap Fix  */
  section.hero-secondary.text-bg-off-white.pt-46 .breadcrumb.mb-md-21,
  .hero-tertiary .breadcrumb.mb-md-21,
  .hero-primary .breadcrumb.mb-md-21,
  .loop-product .container .breadcrumb.mb-md-21 {
    margin-top: 0 !important;
  }
  /* END Breadcrumbs Gap Fix  */
}

@media (max-width: 767px) {
  section.archive-products {
    z-index: 11;
    overflow: visible !important;
  }

  header
    .dropdown-menu.display-default.display-static
    .sub-menu.depth-1
    .menu-item
    .sub-menu.show {
    top: -132px;
  }
}

@media (max-width: 769px) {
  .custom-modal .modal-body {
    padding: 24px !important;
  }

  .btn-close {
    top: 24px;
    right: 24px;
  }

  .hero-home .slider .slide h2,
  .hero-home .slider .slide .h2 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .custom-modal .modal-body {
    padding-top: 80px !important;
  }

  .profile-image-col {
    padding: 0 !important;
  }

  .profile-description-col {
    padding: 24px 0px 0px !important;
  }

  .circle-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .section {
    font-size: 14px;
  }

  .interactive-diagram-inner {
    row-gap: 30px;
  }

  .inner-circle {
    width: 320px;
    height: 320px;
  }

  .inner-circle-ring {
    width: 340px;
    height: 340px;
  }

  .diagram-content {
    margin-bottom: 0;
  }

  .custom-modal .modal-dialog {
    max-height: calc(100vh - 80px);
    padding: 0 !important;
  }

  .section:nth-child(1) {
    padding: 60px 15px 0px 30px;
  }

  .section:nth-child(2) {
    padding: 60px 30px 0px 15px;
  }

  .section:nth-child(3) {
    padding: 25px 15px 0px 30px;
  }

  .section:nth-child(4) {
    padding: 25px 30px 0px 15px;
  }

  .grid-posts .mx-n6 {
    margin: 0 !important;
  }

  .filters-search,
  .filters-login {
    display: none !important;
  }

  #hs-form-anchor {
    padding-bottom: 50px !important;
  }

  .grid-posts .shuffle-item {
    padding-inline: 12px;
  }
}
