/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --base-color:#f4841e;
  --charcoal-blue: #004e7a;
  --alt-font: "Noto Sans", sans-serif;
}

.text-charcoal-blue {
  color: var(--charcoal-blue);
}

.btn-gradient-fuel-blue-blue {
  background-image: linear-gradient(to right, #071987, #3797a1, #071987);
  background-size: 200% auto;
  color: var(--white);
}

.btn.btn-base-color {
  color: var(--bs-light);
}

.btn.btn-secondary {
  background-color: var(--charcoal-blue);
}

.text-gradient-base-color {
  background-image: linear-gradient(to right, #071987, #3797a1, #071987);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1024px) {
  .container-half {
    max-width: 610px;
  }
  .container-half.container-left {
    margin-right: 0;
    margin-left: auto;
    padding-right: 2rem;
  }
  .container-half.container-right {
    margin-left: 0;
    margin-right: auto;
    padding-left: 2rem;
  }
}
#main-nav {
  border-bottom: 8px solid var(--charcoal-blue);
  border-top: 3px solid var(--charcoal-blue);
  background-color: #fff;
}

.navbar .navbar-nav .nav-item > i {
  display: inline;
}

#main-nav .dropdown-toggle:after {
  display: none;
}

header.sticky.sticky-active .header-reverse {
  border-color: var(--charcoal-blue) !important;
}

#divisions #industrial-plastics {
  background-image: url(../images/1-MAimages/industrial-background-2.webp);
  background-size: cover;
  background-position: center left;
  padding-top: 400px !important;
}

#divisions #medical-plastics {
  background-image: url(../images/1-MAimages/medical-background.webp);
  background-size: cover;
  background-position: center right;
  padding-bottom: 400px !important;
}

.dash-circle {
  position: absolute;
  width: 110%;
  aspect-ratio: 1;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  border: 8px dashed #f4c86d;
}

.large-yellow-border {
  border: 7px solid #f4c86d;
  box-shadow: var(--charcoal-blue) 0px 0px 0px 2px;
}

.background-image-grid {
  background-image: url(../images/1-MAimages/grid-pattern.svg);
  background-size: auto;
  background-repeat: repeat;
}

.background-image-grid-light {
  background-image: url(../images/1-MAimages/grid-pattern-white.svg);
  background-size: auto;
  background-repeat: repeat;
}

.background-image-grid-orange {
  background-image: url(../images/1-MAimages/grid-pattern-orange.svg);
  background-size: auto;
  background-repeat: repeat;
}

.process-step-style-05 .progress-step-separator {
  bottom: auto;
  top: 40px;
}

.process-step-style-05:last-child .progress-step-separator {
  display: none;
}

section {
  padding-top: 0px;
}

#porous-materials {
  background-image: url(../images/1-MAimages/porous-background-2.webp);
  background-size: cover;
}

#about-tag {
  margin-top: 230px;
}

.text-light-grey {
  color: #ccc;
}

footer .footer-logo img {
  max-height: 100px;
}

#research-hero-2 {
  bottom: -110px;
}

@media screen and (max-width: 1024px) {
  #home-hero {
    height: auto !important;
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 992px) {
  #timeline .process-step-style-06 {
    padding-left: 38px;
    position: relative;
  }
  #timeline .process-step-style-06 .process-step-icon-box {
    position: absolute !important;
    height: 100%;
    width: 32px;
    left: 0px;
  }
  #timeline .process-step-style-06 .process-step-icon-box .progress-step-separator {
    top: 0;
  }
  #timeline .process-step-style-06 .process-step-icon-box .step-box {
    margin-top: 31px;
  }
  #home-stack-box .cover-background .text-lg-start.alt-font {
    display: none;
  }
  #home-stack-box .cover-background .vertical-title-center {
    display: none;
  }
  #home-hero {
    padding-top: 48px !important;
  }
  #home-slide-img {
    margin-top: -70px !important;
  }
  #home-slide-img > .position-absolute {
    top: -140px;
    left: 7%;
  }
  #about {
    padding-top: 0px !important;
  }
  #about-tag {
    margin-top: 120px;
  }
  #home-tag {
    color: #111;
    text-shadow: #fff 0 0 12px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #about-tag {
    margin-top: 0px;
  }
  #home-slide-img {
    margin-top: 0px;
  }
  #divisions #medical-plastics {
    padding-bottom: 3rem !important;
  }
  #divisions #industrial-plastics {
    padding-top: 3rem !important;
  }
  #home-slide-img {
    display: none;
    height: auto !important;
    margin-top: -188px !important;
  }
  h1 {
    font-size: 3.75rem;
  }
  #home-slide-img > .position-absolute {
    top: 0px;
  }
  #home-hero {
    padding-bottom: 2rem !important;
  }
}