@charset "UTF-8";
.list-style-none {
  list-style-type: none;
}
.msi-footer {
  position: relative;
  overflow: hidden;
  background-color: #00425D;
}
.msi-footer::before, .msi-footer::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url("../img/Footer-geometry.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.msi-footer::before {
  top: 0;
  right: -31px;
  transform: scale(-1, -1);
}
.msi-footer::after {
  bottom: 0;
  left: -31px;
}
.msi-footer a {
  transition: ease-in-out;
}
.msi-footer a::hover {
  color: #ded321 !important;
}
@media (max-width: 768px) {
  .msi-footer::before, .msi-footer::after {
    width: 200px;
    height: 200px;
  }
}
.custom-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 500px;
  width: 80%;
  margin: 0 auto;
}
.custom-header.video-header .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.custom-header.video-header .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}
.custom-header.image-header {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.main-navigation .is_stuck {
  background-color: #ffffff;
}
.main-navigation .menu-toggle {
  background-color: transparent !important;
}
@media screen and (max-width: 395px) {
  .site-logo img {
    width: 200px !important;
  }
}
@media screen and (max-width: 335px) {
  .site-header .site-logo img {
    width: 195px !important;
  }
  .site-header .inside-header {
    padding: 0 20px;
  }
  .site-header .menu-toggle {
    font-size: 30px;
  }
}
/* Hover effects */
.msi-gradient-hover {
  position: relative;
  isolation: isolate;
  display: inline-block;
  overflow: hidden;
}
.msi-gradient-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}
.msi-gradient-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(278deg, #ded321 0%, #39bfbb 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.msi-gradient-hover:hover img {
  transform: scale(1.05);
}
.msi-gradient-hover:hover::before {
  opacity: 0.75;
}
.msi-gradient-hover2 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.msi-gradient-hover2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(278deg, #39bfbb 0%, #ded321 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.msi-gradient-hover2:hover::before {
  opacity: 0.75;
}
.msi-gradient-hover2:hover {
  transform: scale(1.01);
}
/* full-card link */
.msi-gradient-hover2 .card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
/* text above overlay */
.msi-gradient-hover2 h2 {
  position: relative;
  z-index: 3;
  pointer-events: none;
  color: #ffffff;
}
.msi-gradient-hover2 .card-link:focus-visible {
  outline: 3px solid var(--accent, #fff);
  outline-offset: -3px;
}
/* make link fill the block */
.msi-gradient-hover2 a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
}
/* keep text above overlay */
.msi-gradient-hover2 h2 {
  position: relative;
  z-index: 3;
}
a.awsm-job-item {
  background-color: #00425D !important;
  transition: ease-in-out 0.2s;
  font-size: inherit !important;
}
a.awsm-job-item:hover {
  background-color: #39bfbb !important;
}
a.awsm-job-item:hover .awsm-job-post-title, a.awsm-job-item:hover .awsm-job-specification-item {
  color: #00425D !important;
}
a.awsm-job-item:hover .awsm-job-more {
  color: #ffffff !important;
}
a.awsm-job-item .awsm-job-post-title {
  color: #ffffff !important;
  transition: ease-in-out 0.2s;
  font-size: 1.75rem;
  font-family: "Mulish", sans-serif;
}
a.awsm-job-item .awsm-job-specification-item {
  color: #ffffff !important;
  transition: ease-in-out 0.2s;
}
a.awsm-job-item .awsm-job-more {
  color: #39bfbb !important;
  transition: ease-in-out 0.2s;
}
.single-awsm_job_openings .entry-header {
  color: #00425D;
  margin: 3rem 0;
}
.single-awsm_job_openings .awsm-job-form h2 {
  color: #00425D;
}
.single-awsm_job_openings .awsm-application-submit-btn {
  background-color: #39bfbb;
  color: #00425D;
  transition: ease-in-out 0.2s;
}
.single-awsm_job_openings .awsm-application-submit-btn:hover {
  background-color: #00425D;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .single-awsm_job_openings .site-content {
    padding: 0 20px !important;
  }
}
.news-search {
  /* ------------------------------
     FILTER DROPDOWN (POPOVER)
  --------------------------------*/
  /* ------------------------------
     FILTER ICON TOGGLE BUTTON
  --------------------------------*/
  /* ------------------------------
     SEARCH INPUT + ICON
  --------------------------------*/
  /* Wrapper */
  /* Input */
  /* Icon locked to END of input */
  /* ------------------------------
     MOBILE: ICON-ONLY → EXPAND
  --------------------------------*/
}
.news-search .search-filter-field {
  position: relative;
}
.news-search .search-filter-input-group {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  padding: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  width: max-content;
  min-width: 220px;
}
.news-search .search-filter-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 0 !important;
  color: transparent !important;
  width: 30px;
  height: 30px;
  padding: 20px;
  margin: -20px;
  box-sizing: content-box;
}
.news-search .search-filter-label .search-filter-label__toggle-icon {
  display: none !important;
}
.news-search .search-filter-label::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s ease, background-image 0.2s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' stroke='%23000' stroke-width='80' fill='none'><path d='M400-240v-80h160v80H400ZM240-440v-80h480v80H240ZM120-640v-80h720v80H120Z'/></svg>");
}
.news-search .search-filter-label:hover::before, .news-search .search-filter-label[aria-expanded="true"]::before {
  opacity: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' stroke='%2300425D' stroke-width='80' fill='none'><path d='M400-240v-80h160v80H400ZM240-440v-80h480v80H240ZM120-640v-80h720v80H120Z'/></svg>");
}
.news-search .search-filter-input-text {
  position: relative;
  width: 100%;
  background-color: #e0e0e0 !important;
  transition: width 0.25s ease;
  border-radius: 0px;
  border-color: transparent;
}
.news-search .search-filter-input-text__clear-button {
  display: none;
}
.news-search .search-filter-input-text__input {
  width: 100%;
  padding-right: 52px;
}
.news-search .search-filter-input-text__icon {
  position: absolute !important;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  /* IMPORTANT */
  pointer-events: auto;
  cursor: pointer;
}
.news-search .search-filter-input-text__icon svg {
  width: 30px;
  height: 30px;
  fill: #00425D;
  pointer-events: none;
}
@media (max-width: 600px) {
  .news-search {
    /* COLLAPSED (icon-only) */
    /* EXPANDED */
  }
  .news-search .search-filter-input-text {
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    overflow: hidden;
    cursor: pointer;
    margin-left: auto;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .news-search .search-filter-input-text__input {
    opacity: 0;
    width: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, width 0.25s ease;
  }
  .news-search .search-filter-input-text__icon {
    pointer-events: auto;
    cursor: pointer;
    right: 0px;
  }
  .news-search .search-filter-input-text.is-open {
    width: 100%;
    /* add box only when open */
    background: #e0e0e0 !important;
    border-radius: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }
  .news-search .search-filter-input-text.is-open .search-filter-input-text__input {
    width: 100%;
    padding: 0.75rem 52px 0.75rem 0.75rem;
    opacity: 1;
    pointer-events: auto;
  }
}
.addtoany_content a img {
  color: #07706c;
}
/* contact us form */
#gform_fields_1 label {
  font-size: 1.125rem;
}
#gform_fields_1 input, #gform_fields_1 select, #gform_fields_1 textarea {
  font-size: 1.125rem;
}
#gform_fields_1 input:not([type="checkbox"]):not([type="radio"]), #gform_fields_1 select {
  height: calc(2 * 1.75rem);
}
#gform_submit_button_1 {
  font-size: 1.125rem;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
}
#gform_submit_button_1:hover, #gform_submit_button_1:focus-visible {
  background-color: #fff;
  color: var(--dk-blue);
}
.page-hero {
  /* ----------------------------------------
     Vimeo background
  ---------------------------------------- */
  /* ----------------------------------------
     Video hero wrapper
  ---------------------------------------- */
  /* ----------------------------------------
     Sliding doors
  ---------------------------------------- */
  /* ----------------------------------------
     Hero content
  ---------------------------------------- */
  /* ----------------------------------------
     Decorative SVG
  ---------------------------------------- */
  /* ----------------------------------------
     Loader / spinner
  ---------------------------------------- */
  /* ----------------------------------------
     Animations
  ---------------------------------------- */
  /* ----------------------------------------
     Responsive
  ---------------------------------------- */
}
.page-hero .vimeo-background iframe {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.page-hero .video-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: clamp(350px, 41vw, 100vh);
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.page-hero .video-hero-wrapper.revealed .left-door {
  transform: translateX(-100%);
  transition-delay: 0.1s;
}
.page-hero .video-hero-wrapper.revealed .right-door {
  transform: translateX(100%);
  transition-delay: 0.2s;
}
.page-hero .sliding-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f7f8f9;
  z-index: 2;
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-hero .sliding-door.left-door {
  left: 0;
  transform: translateX(0%);
}
.page-hero .sliding-door.right-door {
  right: 0;
  transform: translateX(0%);
}
.page-hero .hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.page-hero .wow-shape svg {
  width: 100%;
  height: auto;
}
.page-hero .video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.page-hero .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(128, 128, 128, 0.3);
  border-top-color: #888;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .page-hero .video-hero-wrapper {
    height: 350px;
    padding: 2rem;
  }
  .page-hero .vimeo-background iframe {
    width: 160%;
    height: 100%;
  }
}
@media (max-width: 420px) {
  .page-hero .video-hero-wrapper {
    height: 300px;
    padding: 1.5rem;
  }
  .page-hero .vimeo-background iframe {
    width: 200%;
    height: 100%;
  }
}
.stat-counter {
  font-variant-numeric: tabular-nums;
}
.msi-float-gallery-wrap {
  overflow: hidden;
}
.msi-float-gallery {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.msi-float-gallery .gb-grid-wrapper {
  column-gap: 0.5rem;
}
.msi-float-col-left, .msi-float-col-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.msi-float-col-left {
  z-index: 2;
}
.msi-float-col-right {
  margin-left: -4rem;
  z-index: 1;
}
.msi-float-card {
  will-change: transform;
  position: relative;
}
.msi-float-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .msi-float-gallery {
    padding-bottom: 4rem;
  }
  .msi-float-gallery .gb-grid-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .msi-float-col-left, .msi-float-col-right {
    z-index: auto;
    margin-left: 0;
  }
  .msi-float-card {
    transform: none !important;
  }
}
.msi-back-to-work-wrap {
  margin: 2.5rem 0 2rem;
  text-align: center;
}
.msi-back-to-work-btn {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  border: 1px solid #39bfbb;
  color: #39bfbb;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.msi-back-to-work-btn:hover, .msi-back-to-work-btn:focus-visible {
  background-color: #39bfbb;
  color: #00425D;
  border-color: #39bfbb;
}
.msi-fnb-gradient {
  background: radial-gradient(circle at top right, #A3C4E0 0%, transparent 65%), radial-gradient(circle at bottom left, #416E8C 0%, transparent 70%), radial-gradient(circle at top left, #640E32 0%, transparent 75%), radial-gradient(circle at bottom right, #640E32 0%, transparent 75%), #4A253F;
  /* Layer 1 (Top): Light Blue */
}
