  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Ubuntu&display=swap');

/* --- Base --- */
:root {
  --black: #000;
  --white: #FFF;
  --primary-orange: #FF6928;
  --light-orange: #ffb67e;
  --primary-gray: #212529;
  --dark-gray: #47515b;
  --medium-gray: #6e7d8c;
  --light-gray: #9ea8b3;
  --very-light-gray: #F7F8FA;
  --dark-cyan: #006f80;
  --very-dark-blue: #004059;
  --blue-charcoal: #24292e;
  --primary-red: #b72f14;
  --dark-cerulean: #05567e;
  --light-cyan: #34d0ba;
  --bs-body-font-family: 'Ubuntu', sans-serif !important;
  --bs-body-font-size: 1.6rem;
  --bs-body-font-weight: 400;
}
*,
*:after,
*:before {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-smooth: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 62.5%;
}
body {
  overflow-x: hidden;
  font-style: normal;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--bs-body-font-family);
  font-weight: var(--bs-body-font-weight);
  font-size: var(--bs-body-font-size);
  color: var(--primary-gray);
  font-display: swap;
}
.row, .row>* {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}
.container-fluid {
  margin: 0px;
  padding: 0px;
}
.spacer-48 {
  margin-top: 48px;
}
.spacer-24 {
  margin-top: 24px;
}
a:hover {
  text-decoration: none !important;
}
sup {
  top: 10px;
}
.grayBackground {
  margin: 0px 3% 0px 3%;
  padding: 100px 8% 100px 8%;
  background: var(--very-light-gray);
  border-radius: 12px;
}
.lead {
  font-weight: 500;
  font-size: 2rem;
  line-height: 23px;
  color: var(--dark-cyan);
  text-transform: uppercase;
  margin-bottom: -8px;
}
.meet {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 44px;
  color: var(--very-dark-blue);
  margin-bottom: -8px;
}
.header-text {
  color: var(--dark-cyan) !important;
  font-weight: 500;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.text-base {
  text-align: left;
}
.text-link-default {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
  text-decoration-line: underline;
  color: var(--black);
}
.text-link-secondary {
  font-size: 2rem;
}
iframe { 
  max-width: 100%;
}
table {
  background-color:#ffffff;
  border: 2px solid var(--dark-cerulean);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
table th {
  background-color: var(--dark-cerulean);
  font-weight: bold;
}
table th:first-of-type {
  width: 30%;
}
table th a {
  color: var(--white);
}
table th a:hover {
  color: var(--primary-orange)
}
table th, table td {
  padding: 8px;
}
@media (max-width: 425px) {
  .text-link-secondary {
      font-size: 1.8rem;
      line-height: 22px;
  }
}


/* --- Styling for classes NOT FOUND in HTML... to delete or not? --- */
.products-footer {
  margin-left: 55px;
  color: var(--white);
  font-weight: 700;
  font-size: var(--bs-body-font-size);
  line-height: 18px;
}
.social-media-container {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.social-media-pictures {
  display: block;
  margin-left: auto;
}
.lorexmips {
  margin-left: 20.8px;
  margin-right: 20.8px;
}
.lorexmips {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
  color: var(--dark-gray);
}
.row>* .leadcontain {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  text-align: center;
  margin-top: 80px;
}
.our-team-row-base .employee-card-container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 995px) {
  .footer-row .products-footer {
      text-align: center;
      margin-left: 45px;
      margin-top: 24px;
  }
  .navigation-items-container {
    display: none;
  }
  .mobile-navigation-col {
    flex-basis: 15%;
  }
  .mobile-logo-col {
    flex-basis: 40%;
  }
}


/* --- Site Navigation --- */
.header-row {
  height: 100%;
  background: white;
  z-index: 100;
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--very-light-gray);
}
.desktop-header {
  display: flex;
  flex-wrap: nowrap;
  height: 72px;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  justify-content: space-between;
}
.header-logo-column {
  z-index: 5;
  flex-basis: fit-content;
}
.header-logo {
  width: 250px;
  cursor: pointer;
}
.header-navigation-column {
  flex-basis: fit-content;
}
.navbar-header-style {
  display: flex;
  justify-content: flex-end;
}
.navbar-toggler {
  border: none;
  display: none;
  border-color: transparent;
  font-size: 2rem !important;
  padding: 4px 12px;
  transition: none;
  border-radius: 0;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cross-button {
  background-color: transparent;
  border: none;
  display: none;
}
.navbar-nav {
  margin-bottom: 0 !important;
}
.navbar-header-style .nav-item .nav-link {
  color: var(--blue-charcoal);
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.navbar-header-style .nav-item .nav-link:hover {
  text-decoration-line: underline;
  text-decoration-color: var(--light-orange);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.dropdown-menu {
  top: 51px !important;
  width: fit-content;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: var(--very-light-gray);
  font-size: var(--bs-body-font-size) !important;
  overflow: hidden;
}
.dropdown-toggle::after {
  content: none;
}
.dropdown-item {
  padding: 10px 15px;
  border: 0;
}
.dropdown-item.pe-4:hover {
  background-color: var(--dark-cerulean);
  color: var(--white);
}
.dropdown-row:hover {
  background-color: transparent;
}
.mobile-navigation-items-container {
  height: 0;
}
.dropdown-item.pe-4:active, .dropdown-item.pe-4:target, .dropdown-item.active {
  background-color: #dbdee1;
  color: var(--very-dark-blue);
}
@media (max-width: 890px) {
  .header-logo {
    width: 220px;
  }
}
@media (max-width: 850px) {
  .header-logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .desktop-header {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .header-logo-column {
    position: absolute;
    left: calc(50% - (10vw + (1.5em + 24px)));
    width: fit-content;
  }
  .header-logo {
    width: 250px;
  }
  .navbar-toggler {
    display: initial;
  }
  .mobile-navigation-items-container {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 72px;
    left: 0;
    background-color: var(--white);
    overflow-x: hidden;
    transition: 0.5s;
  }
  .mobile-navigation-items-container.show {
    height: 100%;
  }
  .mobile-navigation-items-container .navbar-nav {
    margin-right: 5vw !important;
    margin-left: 5vw;
  }
  .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
  }
  .dropdown-row {
    width: 100%;
  }
  .navbar-header-style .nav-item .nav-link {
    font-size: var(--bs-body-font-size);
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown .dropdown-toggle #dropdownArrow {
    float: right;
  }
}


/* --- Heading Tags --- */
h1 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 54px;
  letter-spacing: -0.3px;
  color: var(--blue-charcoal);
}
h2 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 44px;
  margin-top: 0;
  color: var(--blue-charcoal);
}
h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.h3-red-header {
  color: var(--primary-red);
}
.h3-blue-header {
  color: var(--dark-cyan);
}
.h3-orange-header {
  color: var(--primary-orange)
}
h4 {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: var(--blue-charcoal);
}
h5 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.1px;
}
.h5-blue-header {
  color: var(--dark-cerulean);
  padding-left: 12px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  h3 {
    letter-spacing: 0.5px;
  }
}


/* --- Button Styling --- */
.button {
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 100px;
  height: 46px;
  padding-left: 24px;
  padding-right: 24px;
}
.base-button {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  border-radius: 100px;
  width: 167px;
  height: 46px;
}
.button-large {
  font-weight: 500;
  font-size: 1.8rem;
}
.button-small {
  font-weight: 700;
  font-size: 1.4rem;
}
.button-light {
  color: var(--very-dark-blue);
  text-decoration: none;
  background: var(--white);
  border: 3px solid var(--white);
}
.button-light:hover {
  border: 3px solid var(--primary-orange);
  text-decoration: none;
  color: var(--very-dark-blue);
}
.button-light:active {
  background: #CED4D9;
  color: var(--very-dark-blue);
  border: 3px solid #CED4D9;
  text-decoration: none;
}
.button-light:disabled {
  color: var(--light-gray);
  background: var(--medium-gray);
  border: 3px solid var(--medium-gray);
  text-decoration: none;
}
.button-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  width: 265px;
  height: 46px;
  background: var(--very-dark-blue);
  border: 3px solid var(--very-dark-blue);
  border-radius: 100px;
  text-transform: uppercase;
  color: var(--white);
}
.btn.base-button.button-primary {
  background-color: var(--very-dark-blue);
  color: white;
  text-transform: uppercase;
}
.btn.base-button.button-primary:hover {
  background-color: var(--white);
  color: var(--very-dark-blue);
}
.btn.base-button.button-secondary {
  background-color: var(--very-dark-blue);
  color: var(--white);
  text-transform: uppercase;
}
.button-primary:hover {
  background: var(--white);
  color: var(--very-dark-blue);
  border: 3px solid var(--primary-orange);
}
.button-primary:focus {
  background: var(--very-dark-blue);
  color: var(--white);
  border: 2px solid var(--light-cyan);
}
.button-primary:disabled {
  border: none;
  background: none;
  color: var(--light-gray);
}
.button-secondary {
  color: var(--very-dark-blue);
  background-color: transparent;
  border: 3px solid var(--very-dark-blue);
}
.button-secondary:hover {
  background-color: var(--white);
  color: var(--very-dark-blue);
  border: 3px solid var(--primary-orange);
}
.button-secondary:focus {
  color: var(--very-dark-blue);
  background-color: var(--white);
  border: 2px solid var(--light-cyan);
}
.button-secondary:disabled {
  color: var(--light-gray);
  background-color: var(--medium-gray);
  border: 3px solid #CED4D9;
}

/* --- Home Hero Section --- */
.home-hero-wrapper {
  display: flex;
}
.home-hero-content {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-top: 80px;
}
.home-hero-content h1 {
  font-size: 4.8rem;
  color: var(--dark-cerulean);
}
.home-hero-content hr {
  border-top: 4px solid var(--primary-orange);
  width: 30%;
  opacity: 100%;
  margin-bottom: 16px;
}
.home-hero-content p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.home-hero-content a {
  width: max-content;
  border: 3px solid var(--primary-orange);
  transition: 0.15s;
}
.home-hero-content a:hover {
  color: var(--white);
  border: 3px solid var(--dark-cerulean);
  background-color: var(--dark-cerulean);
}
.home-hero-img img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  position: relative;
  top: -20%;
  right: 0;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
}
.centered-text {
  text-align: center;
  align-items: center;
}
.center-modifier-for-text {
  text-align: center;
}
.sf_colsIn .col-lg-12 .row>* .bread-colum {
  padding-left: 160px;
}
.bread-row {
  background: var(--very-light-gray);
  width: 100%;
}
@media (max-width: 1350px) {
  .home-hero-img img {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
  }
}
@media (max-width: 996px) {
  .home-hero-content {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .home-hero-wrapper {
    flex-direction: column;
  }
  .home-hero-content {
    padding-right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 5vw;
  }
  .home-hero-content a {
    margin: 0 auto;
  }
  .home-hero-img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
    min-height: 300px;
    max-height: 300px;
    padding: 0px 3% 0px 3%;
  }
}
@media (max-width: 650px) {
  .sf_colsIn .col-lg-12 .row>* .bread-colum {
      padding-left: 0px;
  }
}

/* --- Header Breadcrumb --- */
.header-crumbs {
  margin-top: 60px;
}
.header-crumbs .breadcrumb {
  background-color: var(--very-light-gray);
  border-radius: 4px;
  width: fit-content;
  padding: 8px 20px;
  gap: 12px;
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.content-header-h1 h1 {
  margin-bottom: 30px;
}
.header-crumbs .breadcrumb-item, .breadcrumb-item a {
  color: var(--primary-red);
}
.header-crumbs .breadcrumb-item.Market {
  display: none;
}
.header-crumbs .breadcrumb-item a {
  text-decoration: underline;
}
.header-crumbs .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}
.header-crumbs .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 12px;
}
.header-crumbs .breadcrumb-item i {
  color: var(--dark-gray);
}
.header-crumbs .breadcrumb-item a i:hover {
  opacity: 0.8;
}
.post .header-crumbs .breadcrumb-item:nth-last-of-type(2) {
  display: none;
}


/* --- Home Page --- */
/* --- Home > Key Markets Carousel --- */
#carouselHome.carousel {
  width: 100%;
  margin-top: 30px;
  background: none;
  box-shadow: none;
}
#carouselHome .carousel-navi {
  position: relative;
  display: flex;
}
.slider-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  height: 46px;
  width: auto;
  background: var(--very-dark-blue);
  border-radius: 100px;
  border: 3px solid var(--very-dark-blue);
  color: var(--white);
  text-transform: uppercase;
}
.slider-button:hover {
  color: var(--white);
}
#carouselHome .carousel-navi-inner:nth-of-type(2) {
  margin-left: auto;
  margin-right: 10px;
}
#carouselHome :is(.carousel-control-prev, .carousel-control-next) {
  color: var(--dark-cerulean);
  position: inherit;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 3px solid var(--dark-cerulean);
  opacity: 1;
}
#carouselHome :is(.carousel-control-prev:hover, .carousel-control-next:hover) {
  background-color: var(--dark-cerulean);
  color: var(--white);
}
#carouselHome :is(.carousel-control-prev-icon, .carousel-control-next-icon) {
  background-image: none !important;
}
#carouselHome :is(.carousel-control-prev:disabled, .carousel-control-next:disabled) {
  opacity: 0.5;
}
#carouselHome .carousel-inner {
  margin-top: 40px;
}
#carouselHome .carousel-item a {
  display: block;
  margin: 0 10px;
}
#carouselHome .card {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  background-color: var(--dark-cerulean);
  transition: 0.5s;
}
#carouselHome .card:hover {
  background-color: var(--blue-charcoal);
}
#carouselHome .card-img {
  position: relative;
  height: 70%;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#carouselHome .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}
#carouselHome .card:hover .card-img img {
  transform: scale(1.2);
}
#carouselHome .card-body {
  min-height: 162px;
  padding: 30px;
  color: var(--white);
}
#carouselHome .card-body .card-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 8px;
  color: var(--white);
}
@media (min-width: 768px) {
  #carouselHome .carousel-inner {
    display: flex;
  }
  #carouselHome .carousel-item {
    flex: 0 0 calc(100%/3);
    display: block;
    height: 400px;
    margin-right: 0;
    padding: 0;
  }
}


/* Home > "Find Your Separation Solution */
.home-solutions-container {
  margin: 100px auto;
}
.home-solutions-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.home-solutions-text-container p {
  max-width: 740px;
  color: var(--dark-gray);
  margin-top: 8px;
}
.home-solution-cards-row > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  display: flex;
  justify-content: center;
}
.main-card {
  background: var(--dark-cerulean);
  word-wrap: normal;
  color: var(--white);
  border-radius: 12px;
  border: none;
  filter: drop-shadow(0px 16px 30px rgba(0, 53, 73, 0.25));
  max-width: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.main-card:hover {
  text-decoration: none !important;
  background: var(--blue-charcoal);
}
.main-card-img {
  width: 100%;
  overflow: hidden;
}
.main-card-img img {
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.main-card:hover .main-card-img img {
  transform: scale(1.2);
}
.main-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  flex-grow: 1;
}
.main-card-body h5 {
  font-size: 2.8rem;
  line-height: 34px;
  color: var(--white);
  margin-bottom: 8px;
}
.main-card-body p {
  color: var(--white);
  margin-bottom: 20px;
}
.main-card-btn {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .home-solution-cards-row {
    gap: 40px;
  }
  .home-solution-cards-row > div {
    margin: 0 auto;
  }
}


/* --- Home > "Our Mission" --- */
.our-mission-container {
  background: url('https://www.carrbiosystems.com/images/default-source/default-album/backgorundblockquote.tmb-hero.webp'), #2F2F2F;
  background-blend-mode: overlay, normal;
  display: flex;
  flex-direction: row;
  background-size: cover;
  height: 500px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.our-mission-container img {
  width: 585px;
  max-height: 650px;
  object-fit: cover;
}
.mission-text {
  margin-left: -200px;
  max-width: 736px;
  display: flex;
  flex-direction: column;
  align-self: center;
  color: var(--white);
}
.mission-text p {
  font-size: 3.6rem;
  line-height: 44px;
  margin-top: 16px;
}
.mission-text .button-primary {
  width: auto;
  padding: 0 20px;
  background-color: var(--white) !important;
  color: var(--very-dark-blue) !important;
}
.mission-text .button-primary:hover {
  background-color: var(--primary-orange) !important;
  color: var(--white) !important;
  border: none !important;
}
@media (max-width: 1200px) {
  .our-mission-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .our-mission-container img {
    width: auto;
    height: 120px;
  }
  .mission-text {
    margin-left: 0px;
    margin-top: 50px;
    align-items: center;
    text-align: center;
  }
  .mission-text p {
    font-size: 2.8rem;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .mission-text {
   margin-top: 30px;
  }
  .our-mission-container {
    height: 600px;
  }
}
@media (max-width: 375px) {
  .mission-text p {
    font-size: 2.4rem;
    line-height: 32px;
  }
  .mission-text .btn.base-button.button-primary {
    width: 100%;
    font-size: var(--bs-body-font-size);
  }
}


/* --- Home > Events --- */
.events-container {
  margin: 100px auto;
}
.events-home {
  margin-top: 30px;
}
.events-home > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.events-home .card {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  background-color: var(--dark-cerulean);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: 0.5s;
  overflow: hidden;
}
.events-home .card:hover {
  background-color: var(--blue-charcoal);
}
.events-home .card-img {
  position: relative;
  height: 200px;
  background-color: var(--white);
}
.events-home .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}
.events-home .card-body {
  padding: 30px;
  color: var(--white);
  text-align: center;
}
.events-home .card-body .button {
  width: fit-content;
  margin: 20px auto;
}
@media (max-width: 1200px) {
  .events-home {
    gap: 40px;
  }
  .events-home .card {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .events-home .card {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .events-home .card {
    width: 100%;
  }
}


/* --- Events Page --- */
.event-anchor {
  margin-bottom: 40px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--light-gray);
  scroll-margin-top: 100px;
}
.event-anchor .col:first-of-type img {
  width: 70%;
}
.event-anchor .col:last-of-type {
  text-align: right;
}
.event-anchor .col:last-of-type a {
  display: inline-block;
}
@media (max-width: 767px) {
  .event-anchor {
    flex-direction: column;
    gap: 20px;
  }
  .event-anchor .col {
    text-align: center;
  }
  .event-anchor .col:last-of-type {
    text-align: center;
  }
}


/* --- Single-Use Centrifuges Page --- */
/* Single-Use > "Benefits of Single-Use Systems */
.single-use-row {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.single-img-col, .single-text-col {
  width: calc(50% - 20px);
}
.single-text-col {
  display: flex;
  flex-direction: column;
}
.single-text-col h3 {
  text-transform: capitalize;
}
.single-text-col h2 {
  text-transform: uppercase;
  margin-top: 16px;
}
.single-text-col p {
  color: var(--dark-gray);
  margin-top: 16px;
}
.single-list-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.single-list-row ul {
  color: var(--dark-gray);
}
.single-use-img {
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .single-use-row {
    justify-content: center;
  }
  .single-img-col, .single-text-col {
    width: auto;
  }
}
@media (max-width: 991px) {
  .single-use-img {
    width: 100%;
  }
  .single-list-row {
    display: block;
  }
  .single-list-row ul {
    margin-bottom: 0;
    margin-left: 0;
  }
}


/* Single-Use > "Key Features" */
.single-use-key-features-container {
  text-align: center;
}
.single-use-key-features-container h3, .single-use-key-features-container h2 {
  margin-bottom: 16px;
}
.single-use-key-features-container p {
  color: var(--dark-gray); 
  margin-bottom: 40px;
}
.single-use-key-features-row > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.vertical-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-card-img img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.vertical-card-body {
  text-align: center;
}
.vertical-card h5 {
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vertical-card p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Single-Use > "The Unifuge Family */
.single-centrifuges-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.centrifuge-title-block {
  text-align: center;
}
.centrifuge-title-block h3, .centrifuge-title-block h2 {
  margin-bottom: 16px;
}
.centrifuge-title-block p  {
  max-width: 740px;
  margin: 0 auto 30px;
}
.container-cards {
  display: flex;
  justify-content: center;
}
.single-use-centrifuges-cards-container > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  display: flex;
}
.mini-card {
  word-wrap: normal;
  color: var(--white);
  border-radius: 12px;
  border: none;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: var(--very-dark-blue);
}
.mini-card-place-img {
  height: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mini-card-img {
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: 0.5s;
}
.mini-card-hover:hover .mini-card-img {
  transform: scale(1.2);
}
.mini-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  background: var(--dark-cerulean);
  flex-grow: 1;
}
.mini-card-body .card-title {
  font-size: 2.8rem;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}
.mini-card-body .card-text {
  color: var(--white);
  text-decoration: none;
  margin-bottom: 20px;
}
.mini-card-btn {
  margin-top: auto;
}
.mini-card-hover:hover .mini-card-body {
  background: var(--blue-charcoal);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .single-use-centrifuges-cards-container {
    gap: 40px;
  }
  .single-use-centrifuges-cards-container > div {
    width: 50%;
    margin: 0 auto;
  }
  .container-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .single-use-centrifuges-cards-container > div {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .single-use-centrifuges-cards-container > div {
    width: 100%;
  }
}


/* --- Stainless Steel Centrifuges Page --- */
/* Stainless > "CIP AND SIP STAINLESS STEEL SYSTEMS" */
.stainless-row {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.stainless-img-col, .stainless-text-col {
  width: calc(50% - 20px);
}
.stainless-img {
  border-radius: 12px;
}
.stainless-text-col {
  display: flex;
  flex-direction: column;
}
.stainless-text-col h3 {
  text-transform: capitalize;
}
.stainless-text-col h2 {
  text-transform: uppercase;
  margin-top: 16px;
}
.stainless-text-col p {
  margin-top: 16px;
}
.family-list-row {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}
.family-list-row .redcoltext {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 24px;
  color: #931A0C;
}
#powerfuge-anchor, #viafuge-anchor {
  position: relative;
  visibility: hidden;
  top: -112px;
  display: block;
}
@media (max-width: 1200px) {
  .stainless-row {
    justify-content: center;
  }
  .stainless-img-col, .stainless-text-col {
    width: auto;
  }
}
@media (max-width: 991px) {
  .family-list-row {
    display: block;
  }
  .family-list-row ul {
    margin-bottom: 0;
  }
  .powerfuge ul {
    margin-bottom: 16px;
  }
}


/* Stainless > "Key Features" */
.stainless-key-features-container {
  text-align: center;
}
.stainless-key-features-container h3, .stainless-key-features-container h2 {
  margin-bottom: 16px;
}
.stainless-key-features-container p {
  color: var(--dark-gray); 
  margin-bottom: 40px;
}
.stainless-key-features-row > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.vertical-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-card-img img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.vertical-card-body {
  text-align: center;
}
.vertical-card h5 {
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vertical-card p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Stainless > "The Powerfuge Family */
.machines-wrapper h3, .machines-wrapper h2 {
  margin-bottom: 16px;
}
.machines-wrapper p  {
  margin-bottom: 40px;
}
.stainless-steel-centrifuges .button-light {
  color: var(--very-dark-blue);
  text-decoration: none;
  background: var(--white);
  border: 3px solid var(--white);
}
.stainless-steel-centrifuges .button-light:hover {
  border: 3px solid var(--primary-orange);
  text-decoration: none;
  color: var(--very-dark-blue);
}


/* Stainless > "The Viafuge Family */
.container-cards {
  display: flex;
  justify-content: center;
}
.stainless-centrifuges-cards-container > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  display: flex;
}
@media (max-width: 1200px) {
  .stainless-centrifuges-cards-container {
    gap: 40px;
  }
  .stainless-centrifuges-cards-container > div {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .stainless-centrifuges-cards-container > div {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .stainless-centrifuges-cards-container > div {
    width: 100%;
  }
}


/* --- Machines Wrapper --- */
.machines-wrapper {
  padding: 100px 0;
}


/* --- Product Group > Carousel --- */
#machineListCarousel.carousel {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
  background: none;
  box-shadow: none;
}
#machineListCarousel .carousel-navi {
  position: relative;
  display: flex;
}
#machineListCarousel .carousel-navi-inner:nth-of-type(2) {
  margin-left: auto;
  margin-right: 10px;
}
#machineListCarousel :is(.carousel-control-prev, .carousel-control-next) {
  color: var(--dark-cerulean);
  position: inherit;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 3px solid var(--dark-cerulean);
  opacity: 1;
}
#machineListCarousel :is(.carousel-control-prev:hover, .carousel-control-next:hover) {
  background-color: var(--dark-cerulean);
  color: var(--white);
}
#machineListCarousel :is(.carousel-control-prev-icon, .carousel-control-next-icon) {
  background-image: none !important;
}
#machineListCarousel :is(.carousel-control-prev:disabled, .carousel-control-next:disabled) {
  opacity: 0.5;
}
#machineListCarousel .carousel-inner {
  margin-top: 40px;
}
#machineListCarousel .carousel-item a {
  display: block;
  margin: 0 10px;
}
#machineListCarousel .card {
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: 10px 0;
  border: none;
  border-radius: 12px;
  transition: 0.5s;
}
#machineListCarousel .card:hover {
  background-color: var(--blue-charcoal);
}
@media (min-width: 768px) {
  #machineListCarousel .carousel-inner {
    display: flex;
  }
  #machineListCarousel .carousel-item {
    flex: 0 0 calc(100%/3);
    display: block;
    width: calc(100%/3);
    margin-right: 0;
    padding: 0;
  }
}


/* --- Machines > Carousel --- */
#machineCarousel {
  margin-right: 60px;
}
#machineCarousel .carousel-inner {
  height: 400px;
}
#machineCarousel .carousel-item {
  height: 100%;
}
#machineCarousel .machine-carousel-card {
  height: 100%;
}
#machineCarousel .machine-carousel-card img {
  height: 100%;
}
#machineCarousel .machineCarouselButtons {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30%;
}
#machineCarousel .machineCarouselButtons button i {
  color: var(--primary-gray);
  font-size: 3rem;
}
#machineCarousel .machineCarouselButtons button span {
  background-image: none;
}
#machineCarousel.slide:hover {
  background: none;
}


/* --- Machines > Info --- */
.product-info-wrap {
  margin-top: 30px;
}
.product-info-wrap .product-overview-h4 {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark-cyan);
  text-align: left;
}
.product-info-wrap h3 {
  margin-top: 8px;
  text-align: left;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 44px;
  letter-spacing: -0.1px;
  color: var(--blue-charcoal);
  text-transform: none;
}


/* --- Machines > Product Tabs --- */
.product-tabs {
  width: 100%;
  background: var(--white);
}
.mobile-product-tabs {
  display: none;
  padding: 0px 28px 40px 28px;
}
.product-tabs-collapsible {
  background-color: transparent;
  color: var(--very-dark-blue);
  cursor: pointer;
  padding: 21px 0px 21px 0px;
  width: 100%;
  border: none;
  border-top: 2px solid #5B5D6A;
  text-align: left;
  outline: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 22px;
  letter-spacing: 0.01em;
  display: flex;
}
.product-tabs-collapsible:after {
  content: url('/ResourcePackages/CustomElements/assets/plus.svg');
  margin-right: 6px;
  margin-left: auto;
  height: 20px;
  width: 20px;
  float: right;
}
.product-tabs-collapsible-active:after {
  content: url('/ResourcePackages/CustomElements/assets/minus.svg');
}
.product-tabs-mobile-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.desktop-product-tabs {
  display: block;
  padding: 100px 0 0 !important;
}
.product-tabs-desktop-header {
  display: flex;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
}
.product-tabs-desktop-btn {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--very-dark-blue);
  height: 36px;
  background: none;
  vertical-align: top;
  text-align: center;
  display: flex;
  border: none;
  margin-right: 72px;
}
.product-tabs-desktop-btn:hover {
  border-bottom: 4px solid #F49838;
}
.product-tabs-desktop-btn-active {
  border-bottom: 4px solid #F49838;
}
.product-tabs-desktop-content-place {
  min-height: initial !important;
  padding: 30px 0 100px !important;
}
.product-tabs-desktop-content {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-product-tabs {
      display: block;
  }
  .desktop-product-tabs {
      display: none;
  }
}


/* --- Who We Serve Page --- */
/* Who We Serve > "Expertise & Solutions" */
.who-we-serve-header-row {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.who-we-serve-header-img-col, .who-we-serve-header-text-col {
  width: calc(50% - 20px);
}
.who-we-serve-img {
  border-radius: 12px;
}
.who-we-serve-header-text-col {
  display: flex;
  flex-direction: column;
}
.who-we-serve-header-text-col h3 {
  text-transform: capitalize;
}
.who-we-serve-header-text-col h2 {
  margin-top: 16px;
  text-transform: uppercase;
}
.who-we-serve-header-text-col p {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
  color: var(--dark-gray);
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .who-we-serve-header-row {
    justify-content: center;
  }
  .who-we-serve-header-img-col, .who-we-serve-header-text-col {
    width: auto;
  }
}
@media (max-width: 991px) {
  .who-we-serve-img {
    width: 100%;
  }
}


/* Who We Serve > Case Studies Tabs */
.case-text-cont {
  padding-bottom: 40px;
}
.case-text-cont h2 {
  margin-top: 16px;
  font-size: 3.2rem;
}
.case-studies-container {
  display: flex;
  gap: 5%;
}
.case-studies-left-side-container {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-shrink: 0;
}
.case-studies-left-side-header-container {
  display: flex;
  border-bottom: 1px solid var(--dark-cerulean);
  justify-content: space-between;
  padding: 0;
}
.case-studies-left-side-header-container h3 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: var(--dark-cerulean);
}
.case-studies-left-side-cell {
  display: flex;
  width: 100%;
  background: none;
  border: none;
  justify-content: space-between;
  border-bottom: 1px solid #CED4D9;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: var(--bs-body-font-size);
  line-height: 20px;
  color: var(--dark-gray);
}
.case-studies-arrow {
  display: none;
}
.case-studies-left-side-cell.active .case-studies-arrow {
  display: block;
}
.case-studies-left-side-cell:hover .case-studies-arrow {
  display: block;
}
.case-studies-right-side-wrap {
  width: 65%;
  overflow: hidden;
}
.case-studies-right-side-image {
  border-radius: 8px;
  width: 100%;
  max-height: 370px;
  object-fit: cover;
}
.case-studies-right-side-container h3 {
  margin-top: 40px;
}
.case-studies-right-side-container p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--dark-gray);
}
@media (max-width: 991px) {
  .case-studies-container {
    display: block;
  }
  .case-text-cont hr {
    display: none;
  }
  .case-studies-left-side-container, .case-studies-right-side-wrap {
    width: 100%;
  }
  .case-studies-left-side-header-container {
    display: block;
  }
  .case-studies-left-side-body {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .case-studies-left-side-cell {
    background: var(--light-gray);
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    height: 40px;
  }
  .case-studies-left-side-cell.active {
    background: var(--dark-cerulean);
    color: var(--white);
  }
  .case-studies-arrow {
    display: none !important;
  }
}


/* Who We Serve > "Our Products" > "Find Your Separation Solution" */
.our-products-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.we-serve-main-cards-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.we-serve-main-cards-header p {
  max-width: 740px;
  color: var(--dark-gray);
  margin-top: 8px;
}
.who-we-serve-cards-row > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .who-we-serve-cards-row {
    gap: 40px;
  }
  .who-we-serve-cards-row > div {
    margin: 0 auto;
  }
}


/* --- Resources/Blog Pages --- */
.gray-container {
  display: inherit !important;
  background-color: var(--very-light-gray);
  max-width: initial;
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 60px;
  padding-top: 60px;
}


/* Resources > Featured Stories Section */
.featured-stories-row {
  margin-top: 20px !important;
  margin-bottom: 32px !important; 
}
.featured-list ul {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-columns: 60% 30%;
  align-items: stretch;
}
.featured-list ul li, .popular-list ul li, .explore-stories-list ul li, .recommended-list ul li, .category-blog-list ul li {
  display: flex;
  flex-direction: column;
}
.featured-list ul li:first-of-type {
  grid-row: 1 / span 2;
  position: relative;
}
.blogContentType {
  text-transform: uppercase;
  background-color: rgba(255, 105, 40, .7);
  color: var(--white);
  font-size: 1.2rem;
  letter-spacing: 0.1px;
  text-align: center;
  float: right;
  border-radius: 16px;
  padding: 2px 16px;
  align-self: flex-end;
  margin-top: auto;
}
.featured-list ul li:first-of-type .blogContentType {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: var(--primary-orange);
  font-size: var(--bs-body-font-size);
  padding: 12px 40px;
  border-radius: 0;
}
.featured-list img, .popular-list img, .explore-stories-list img, .recommended-list img, .category-blog-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.featured-list ul li:first-of-type img {
  height: 100%;
  max-height: 350px;
}
.featured-list ul li img {
  height: 150px;
}
.blue-container {
  display: flex;
  flex-grow: 1;
  background-color: var(--dark-cerulean);
  color: var(--white);
  padding: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.featured-list ul li:first-of-type .blue-container {
  padding: 24px;
}
.blue-container a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blue-container a, .blue-container a:hover {
  color: var(--white);
  text-decoration: none;
}
.blue-container h5 {
  word-break: break-word;
}
.blue-container time {
  text-transform: uppercase;
  color: #CACACA;
  font-size: 1.4rem;
}
.blue-container p {
  display: none;
}
.featured-list ul li:first-of-type .blue-container p {
  margin-top: 20px;
}
.blue-container button {
  margin: auto auto 0px auto;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 100px;
  height: 46px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  border: none;
  color: var(--dark-cerulean);
  background-color: var(--white);
}
.featured-list ul li:first-of-type .blue-container button, .featured-list ul li:first-of-type p {
  display: block;
}
.featured-list ul li:not(:first-of-type) h5, .popular-list h5 {
  font-size: var(--bs-body-font-size);
  line-height: 24px;
}


/* Resources > Topics Menu */
.topics-menu {
  padding: 20px 28px !important;
  background-color: var(--very-light-gray);
  border-radius: 12px;
}
#topics-hr {
  height: 2px;
  color: var(--black);
  margin-bottom: 4px;
}
.topics-menu ul:not(.recommended-list ul) li {
  padding: 12px 12px 8px 12px;
  border-bottom: 1px solid #CACACA;
}
.topics-menu ul:not(.recommended-list ul) li a {
  font-size: var(--bs-body-font-size);
  color: var(--blue-charcoal);
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.topics-menu ul:not(.recommended-list ul) li:hover {
  background-color: #EFF0F2;
  cursor: pointer;
}
.blog-search div[role=search] {
  gap: 0 !important;
}
.blog-search input[type=search] {
  all: unset;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #CACACA;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 12px;
}
.blog-search button {
  all: unset;
  background-color: var(--white);
  border: 1px solid #CACACA;
  border-left: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 12px 20px;
  color: var(--dark-cyan);
  line-height: 0;
  text-indent: -9999px;
}
.blog-search button:hover {
  background-color: var(--white);
  border: 1px solid #CACACA;
  border-left: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: rgba(0, 111, 128, .7);
}
.blog-search button::after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f002";
  text-indent: 0;
  line-height: initial;
  display: block;
  font-size: 2rem;
  font-weight: 900;
}
.blog-search ::placeholder {
  color: #CACACA;
}
.blog-search button:focus, .blog-search button:active {
  box-shadow: none;
  background-color: var(--white);
  border: 1px solid #CACACA;
  border-left: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: var(--dark-cyan);
}
.search-results h3 {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-transform: none;
}


/* Resources > Most Popular Section */
.most-popular-row {
  display: none !important;
}
.popular-list ul {
  display: grid;
  align-items: stretch;
  justify-content: center;
  grid-template-columns: 25% 25% 25%;
  column-gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.popular-list ul li a:not(.blue-container a) {
  height: 200px;
}
.popular-list .blue-container {
  flex-grow: 1;
}
/* Resources > Explore Stories List */
.explore-stories-list ul.list-unstyled {
  display: grid;
  justify-content: center;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: calc(4% / 3);
  row-gap: 20px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.explore-stories-list nav ul {
  justify-content: center;
  text-align: center;
}
.explore-stories-list nav ul li a.page-link, .custom-search-results nav ul li a.page-link {
  background: none;
  border: none;
  color: var(--dark-cyan);
  transition: none;
}
.explore-stories-list nav ul li.active a.page-link, .custom-search-results nav ul li.active a.page-link {
  text-decoration: underline;
  background: none;
  color: var(--dark-cyan);
}
.explore-stories-list nav .page-link:focus, .custom-search-results nav .page-link:focus {
  box-shadow: none;
  outline: none;
}


/* Full Post */
.full-story-row {
  margin-top: 20px !important;
  margin-bottom: 32px !important; 
}
.full-blog .main-blog-img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 450px;
  object-fit: cover;
}
.full-blog .main-blog-video {
  width: 100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.story-section {
  padding-right: 32px !important;
}
.blog-details {
  color: var(--dark-cyan);
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 16px;
  display: flex;
}
.blog-details time {
  text-transform: uppercase;
}
.blog-details p {
  margin-right: 12px
}
.blog-content {
  margin-bottom: 40px;
  line-height: 28px;
}
.blog-content a {
  color: var(--primary-red);
}
.blog-content img {
  max-width: 350px;
  width: 100%;
  float: right;
  margin: 12px;
}
.blog-content blockquote {
  text-align: center;
  font-style: italic;
  margin: 20px auto;
  width: 70%;
  line-height: 24px;
  position: relative;
}
.blog-content blockquote::before, .blog-content blockquote::after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  color: rgba(71, 81, 91, 0.5);
  font-size: 200%;
  position: absolute;
}
.blog-content blockquote::before {
  content: '\f10d';
  top: 0;
  left: -50px;
}
.blog-content blockquote::after {
  content: '\f10e';
  top: 0;
  right: -50px;
}
.recommended-list ul {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  row-gap: 12px;
  margin-top: 20px;
}
.recommended-list ul li {
  width: 80%;
  margin: auto;
}
.recommended-list h5 {
  font-size: var(--bs-body-font-size);
  line-height: 24px;
}


/* Blog Category Section */
.blog-cat-title ul li {
  display: none;
}
body.biologics .blog-cat-title ul li.Biologics,
body.cell-therapies .blog-cat-title ul li.Cell.Therapies,
body.cellular-agriculture .blog-cat-title ul li.Cellular.Agriculture, 
body.gene-therapies .blog-cat-title ul li.Gene.Therapies,
body.microbial-fermentation .blog-cat-title ul li.Microbial.Fermentation, 
body.nucleic-acids .blog-cat-title ul li.Nucleic.Acids, 
body.vaccines .blog-cat-title ul li.Vaccines {
  display: block;
}
.explore-category-row {
  margin-top: 20px !important;
  margin-bottom: 32px !important; 
}
.explore-category-section {
  display: grid;
  grid-template-rows: auto auto;
}
.category-header li {
  display: none;
}
body.biologics .category-header li.Biologics,
body.cell-therapies .category-header li.Cell.Therapies,
body.cellular-agriculture .category-header li.Cellular.Agriculture, 
body.gene-therapies .category-header li.Gene.Therapies,
body.microbial-fermentation .category-header li.Microbial.Fermentation, 
body.nucleic-acids .category-header li.Nucleic.Acids, 
body.vaccines .category-header li.Vaccines {
  display: block;
}
.category-blog-list ul.list-unstyled {
  display: grid;
  justify-content: center;
  grid-template-columns: 30% 30% 30%;
  column-gap: calc(10% / 2);
  row-gap: 20px;
  padding-right: 32px;
}
.category-blog-list nav ul {
  justify-content: center;
  text-align: center;
}
.category-blog-list nav ul li a.page-link {
  background: none;
  border: none;
  color: var(--dark-cyan);
  transition: none;
}
.category-blog-list nav ul li.active a.page-link {
  text-decoration: underline;
  background: none;
  color: var(--dark-cyan);
}
.category-blog-list nav .page-link:focus {
  box-shadow: none;
  outline: none;
}
.back-btn {
  margin: 0;
}
.back-btn .back-to-blog {
  text-decoration: none;
  color: var(--blue-charcoal);
}
.back-to-blog:hover {
  color: rgba(0,0,0,.7);
  text-decoration-line: underline;
  text-decoration-color: var(--light-orange);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.back-btn::before {
  content: '\f060';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-right: 12px;
  cursor: pointer;
}


/* Resources > Search Results Section */
.custom-search-results {
  padding-right: 32px;
}

@media (max-width: 1440px) {
  .gray-container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (max-width: 1199px) {
  .popular-list ul {
    grid-template-columns: 30% 30% 30%;
  }
}
@media (max-width: 991px) {
  .featured-list ul {
    grid-column-gap: 2%;
    grid-template-columns: 60% 38%;
  }
  .explore-stories-list ul.list-unstyled {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 30px;
  }
  .full-story-row {
    row-gap: 48px
  }
  .story-section {
    padding-right: 0 !important;
  }
  .recommended-list ul {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .explore-category-row {
    row-gap: 48px;
  }
  .category-blog-list ul.list-unstyled {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 30px;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .popular-list ul {
    grid-template-columns: 70%;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .featured-stories-row {
    gap: 60px;
    margin-bottom: 120px !important;
  }
  .featured-list ul {
    grid-template-columns: auto;
  }
  .featured-list ul li {
    position: relative;
  }
  .featured-list ul li img {
    height: 100%;
    max-height: 200px;
  }
  .featured-list ul li .blue-container {
    padding: 24px;
  }
  .featured-list ul li .blogContentType {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: var(--primary-orange);
    font-size: var(--bs-body-font-size);
    padding: 12px 40px;
    border-radius: 0;
  }
  .featured-list ul li .blue-container p {
    margin-top: 20px;
  }
  .explore-stories-list ul.list-unstyled {
    grid-template-columns: auto;
  }
  .blog-content img {
    max-width: 250px;
  }
}
@media (max-width: 650px) {
  .popular-list ul {
    grid-template-columns: 100%;
  }
}


/* --- About Us Page --- */
/* About Us > "The Carr Biosystems Story" */
.about-us-main-container {
  width: 50%;
  margin-bottom: 100px;
}
.about-us-main-img {
  border-radius: 12px;
  width: 100%;
}
.about-us-main-container h3 {
  margin-top: 40px;
}
.about-us-main-container h2 {
  margin-bottom: 20px;
}
.about-us-main-container p {
  color: var(--dark-gray);
}
.about-us-main-container .img-text-container {
  display: flex;
  gap: 20px;
}
.about-us-inline-img {
  border-radius: 8px;
  object-fit: cover;
}
.hideSection {
  display: none;
}
@media (max-width: 991px) {
  .about-us-main-container {
    width: 70%
  }
  .about-us-main-container .img-text-container {
    flex-direction: column;
  }
  .about-us-inline-img {
    width: 50%;
    margin: 0 auto;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .about-us-inline-img {
    width: 100%;
  }
}

/* About Us > "See What Sets Us Apart" */
.carr-edge-container {
  text-align: center;
}
.carr-edge-container h3 {
  margin-bottom: 16px;
}
.carr-edge-container h2 {
  margin-bottom: 20px;
}
.carr-edge-cards-row > div {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.horizontal-card {
  max-width: 530px;
  margin-bottom: 32px;
}
.horizontal-card .card {
  background-color: transparent;
  border: none;
}
.horizontal-card-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.horizontal-card-img-place {
  width: 64px;
  height: 64px;
  margin-right: 6%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.horizontal-card-img {
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.horizontal-card-body {
  flex: 1;
}
.horizontal-card .card-title {
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 8px;
}
.horizontal-card .card-text {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
}
@media (max-width: 991px) {
  .horizontal-card {
    margin: 20px auto;
  }
}
@media screen and (max-width: 700px) {
  .horizontal-card {
    max-width: 100%;
  }
  .horizontal-card-items {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .horizontal-card-img-place {
    width: 104px;
    height: 104px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .horizontal-card .card-title {
    font-size: 2.4rem;
    line-height: 28px;
    margin-bottom: 16px;
  }
}


/* About Us > "Work With Us" */
.work-with-us-block {
  background-color: var(--blue-charcoal);
  margin-top: 100px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.work-with-us-row {
  align-items: center;
  gap: 10%;
}
.work-with-us-text-col {
  width: 50%;
}
.work-with-us-text-col h2 {
  color: var(--white);
  margin-top: 8px;
}
.work-with-us-text-col p {
  margin-top: 16px;
  margin-bottom: 40px;
  color: var(--white);
}
.work-with-us-text-col .btn.base-button.button-primary {
  background-color: var(--white);
  color: var(--very-dark-blue);
}
.work-with-us-img-col {
  width: 40%
}
.work-with-us-img-col img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .work-with-us-row {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    gap: 40px;
  }
  .work-with-us-text-col, .work-with-us-img-col {
    width: 100%;
  }
  .work-with-us-text-col .btn.base-button.button-primary {
    margin: 0 auto;
  }
  .work-with-us-img-col img {
    width: 60%;
  }
  .our-team-row-base .employee-card-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* --- Market --- */
.market-container {
  padding: 60px 0;
}
.market-container img {
  padding-right: 4rem;
}
.market-container h2 {
  margin-bottom: 12px;
}


/* --- Endorsements Carousel --- */
.endorsement-header h3 {
  margin-bottom: 16px;
  text-align: center;
}
.endorsement-header h2 {
  margin-bottom: 40px;
  text-align: center;
}
#endorsementCarousel .slideshow-container-equipment {
  height: 408px;
  position: relative;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  filter: drop-shadow(0px 16px 30px rgba(0, 53, 73, 0.2));
}
#endorsementCarousel .carousel-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#endorsementCarousel .carousel-card .card {
  background-color: var(--blue-charcoal);
  flex-direction: row;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.endorsement-header .slide:hover {
  background: none !important;
}
#endorsementCarousel .carousel-card-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  align-items: center;
}
#endorsementCarousel .carousel-card-img-place {
  width: 37.5%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#endorsementCarousel .carousel-card-img {
  min-width: 100%;
  min-height: 100%;
  height: 408px;
  flex-shrink: 0;
  object-fit: cover;
}
#endorsementCarousel .carousel-card-body {
  flex: 1;
  padding: 40px;
  text-align: initial;
}
#endorsementCarousel .carousel-card .card-title {
  color: var(--white);
  font-style: italic;
  font-size: 2.6rem;
  line-height: 40px;
  padding-bottom: 32px;
}
#endorsementCarousel .carousel-card .card-text {
  color: var(--light-gray);
  font-size: 2rem;
  line-height: 26px;
}
#endorsementCarousel .numbertext-equipment {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 12px 20px;
  width: 196px;
  height: 60px;
  background: var(--primary-orange);
  box-shadow: 0px 16px 30px rgba(0, 53, 73, 0.2);
  border-radius: 60px;
  z-index: 3;
  margin-right: 24px;
  margin-left: auto;
  margin-top: -30px;
  position: relative;
}
#endorsementCarousel .numbertext-equipment button span {
  background-image: none;
}
#endorsementCarousel :is(.carousel-control-prev, .carousel-control-next) {
  width: 50%;
}
#endorsementCarousel :is(.carousel-control-prev i, .carousel-control-next i) {
  color: var(--blue-charcoal);
  font-size: 2.4rem;
}
@media screen and (max-width: 950px) {
  #endorsementCarousel .slideshow-container-equipment {
    height: 680px;
  }
  #endorsementCarousel .carousel-item {
    height: 100%;
  }
  #endorsementCarousel .carousel-card .card {
    flex-direction: column;
  }
  #endorsementCarousel .carousel-card-items {
    align-items: stretch;
  }
  #endorsementCarousel .carousel-card-img-place {
    height: 320px;
    width: 100%;
  }
  #endorsementCarousel .carousel-card-img {
    height: 320px;
  }
  #endorsementCarousel .carousel-card-body {
    text-align: center;
    padding: 20px;
  }
  #endorsementCarousel .carousel-card .card-title {
    font-size: 2rem;
    padding-bottom: 0;
  }
  #endorsementCarousel .carousel-card .card-text {
    font-size: 1.8rem;
  }
  #endorsementCarousel .numbertext-equipment {
    margin-right: auto;
    margin-left: auto;
  }
}

/* --- Careers Page --- */
.careers-row {
  gap: 10%;
  padding-top: 80px;
}
.careers-text-col {
  width: 50%;
}
.careers-text-col h2 {
  margin-bottom: 16px;
}
.careers-text-col p {
  color: var(--dark-gray);
}
.careers-text-col .btn.base-button.button-primary {
  margin-top: 40px;
}
.careers-img-col {
  width: 40%
}
.careers-img-col img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .careers-row {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    gap: 40px;
  }
  .careers-text-col, .careers-img-col {
    width: 100%;
  }
  .careers-text-col .btn.base-button.button-primary {
    margin: 0 auto;
  }
}


/* --- Contact Us Page --- */
.contact-us h2 {
  margin-top: 80px;
  text-align: center;
  letter-spacing: -0.1px;
  color: var(--blue-charcoal);
}
.contact-us p {
  margin-bottom: 45px;
}
.contact-us iframe {
  margin-bottom: 60px;
}
body.contact-us .contact-us-row {
  display: none;
}


/* --- Form Submission Confirmation Pages --- */
.contactconfirm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; 
 }
.main-acontact-us-action-content{
  margin-top: 60px;
  margin-bottom: 60px;
 }
 .contcircl {
  width: 106.672px;
 }
 .contstick {
  width: 69.328px;
  position: relative;
  bottom: 96px;
  left: 16px;
  margin-bottom: -32px;
 }
 .contacttitl {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 44px;
  color: var(--blue-charcoal);
  text-align: center;
}
.contacttext {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
  color: var(--dark-gray);
  text-align: center;
}


/* --- "Stay Connected Section" at the bottom of each page --- */
.contact-us-row {
  margin-top: 100px;
  align-items: center;
}
.contact-us-img-column {
  padding-right: 28px;
}
.contact-us-text-column div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
}
.contact-us-text-column h2 {
  font-size: 3.2rem;
}
.contact-us-text-column p {
  color: var(--dark-gray);
  width: 70%;
  margin-top: 8px;
}
.contact-us-text-column .button-primary {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
}
@media (max-width: 991px) {
  .contact-us-row {
    flex-direction: column-reverse;
  }
  .contact-us-text-column {
    margin-bottom: 40px;
  }
  .contact-us-text-column div {
    align-items: center;
    text-align: center;
  }
  .contact-us-img-column {
    text-align: center;
  }
  .contact-us-img-column img {
    width: 70%;
  }
  .contact-us-text-column div, .contact-us-img-column {
    padding: 0;
  }
}


/* --- Terms & Conditions Page --- */
.termscontainer {
  width: 790px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.terms-and-conditions {
  background: var(--very-light-gray);
}
.terms-and-conditions h1 {
  font-size: 4.8rem;
  margin-bottom: 16px;
}
.terms-wrapper h4 {
  margin-top: 40px;
}
.terms-wrapper p, .terms-wrapper ol {
  color: var(--dark-gray);
}
.terms-wrapper a {
  color: var(--primary-orange);
}
.terms-wrapper .nested-list {
  list-style-type: lower-alpha;
}
.terms-and-conditions .contact-us-row {
  display: none;
}
@media (max-width: 575px) {
  .termscontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .terms-and-conditions h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 375px) {
  .terms-and-conditions h4 {
    margin-top: 24px;
  }
}


/* --- Privacy Policy --- */
.privacycontainer {
  width: 790px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.privacy-policy {
  background: var(--very-light-gray);
}
.privacy-policy h1 {
  font-size: 4.8rem;
  margin-bottom: 16px;
}
.privacy-wrapper h4 {
  margin-top: 40px;
}
.privacy-wrapper h5 {
  margin-top: 24px;
}
.privacy-wrapper p {
  color: var(--dark-gray);
}
.privacy-wrapper table {
  margin-bottom: 30px;
  color: var(--dark-gray);
}
.privacy-wrapper a {
  color: var(--primary-orange);
}
.privacy-policy .contact-us-row {
  display: none;
}
@media (max-width: 575px) {
  .privacycontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .privacy-policy h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 375px) {
  .privacy-policy h4 {
    margin-top: 24px;
  }
}


/* --- Copyright Policy --- */
.copyrightcontainer {
  width: 790px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copyright-policy {
  background: var(--very-light-gray);
}
.copyright-policy h1 {
  font-size: 4.8rem;
  margin-bottom: 16px;
}
.copyright-wrapper h4 {
  margin-top: 40px;
}
.copyright-wrapper p, .copyright-wrapper ul {
  color: var(--dark-gray);
}
.copyright-wrapper a {
  color: var(--primary-orange);
}
.copyright-policy .contact-us-row {
  display: none;
}
@media (max-width: 575px) {
  .copyrightcontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copyright-policy h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 375px) {
  .copyright-policy h4 {
    margin-top: 24px;
  }
}


/* --- Cookie Policy --- */
.cookiecontainer {
  width: 790px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.cookie-policy {
  background: var(--very-light-gray);
}
.cookie-policy h1 {
  font-size: 4.8rem;
  margin-bottom: 16px;
}
.cookie-wrapper ul {
  color: var(--dark-gray);
}
.cookie-wrapper a {
  color: var(--primary-orange);
}
.cookie-policy .contact-us-row {
  display: none;
}
@media (max-width: 575px) {
  .cookiecontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cookie-policy h1 {
    font-size: 3.2rem;
  }
}


/* --- Footer --- */
.footer-row {
  background-color: var(--blue-charcoal);
  color: var(--white);
  padding: 100px 5vw;
}
.footer-row .sf_colsIn {
  display: flex;
  flex-direction: column;
}
.footer-row .footer-logo-col {
  align-items: flex-start;
}
.desktop-footer-logo {
  display: block;
  width: 260px;
}
.footer-nav-col p {
  font-weight: 700;
  font-size: var(--bs-body-font-size);
  line-height: 18px;
  padding-bottom: 0px;
}
.footer-navpanel .nav-item .nav-link {
  color: var(--white);
}
.footer-navpanel .nav-item .nav-link:hover {
  transition: margin 300ms;
  margin-left: 5px;
  text-decoration-line: underline;
  color: var(--primary-orange);
}
.footer-row .email-col {
  align-items: flex-end;
}
.subscribeButton {
  display: flex;
  background: #00B2A9;
  height: 40px;
  width: 280px;
  border: none;
  border-radius: 4px;
  color: var(--white);
  align-items: center;
  justify-content: center;
}
.subscribeButton:hover {
  background: var(--primary-orange);
  color: var(--white);
  text-decoration: none;
}
.desktop-footer-legal {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  color: #CED4D9;
  margin-top: 50px;
}
.footer-text-col {
  flex-basis: 90%;
}
.footer-text-col div, .rights-footer-navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.rights-footer-navigation {
  gap: 24px;
  list-style-type: none;
}
.rights-text-link a {
  color: var(--primary-orange);
  font-size: 1.2rem;
  line-height: 20px;
  text-decoration-line: underline;
}
.rights-text-link a:hover {
  color: var(--white);
}
.footer-row .linkedIn-col {
  align-items: flex-end;
  flex-basis: 10%;
}


/* Footer > Mobile Subscribe Styling (Mobile starts at 991px) */
.mobile-footer {
  display: none;
}
.mobile-footer-logo {
  display: none;
  margin-bottom: 24px;
}
.mobile-footer-links p {
  font-weight: 700;
  font-size: var(--bs-body-font-size);
  line-height: 18px;
  padding-bottom: 0px;
}
.email-text-above-form {
  text-align: left;
  font-weight: 700;
  font-size: var(--bs-body-font-size);
  line-height: 18px;
  color: var(--white);
}
.email-input-form {
  margin-top: 10px;
  height: 40px;
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
}
.email-input-form .form-control {
  width: 280px;
  height: 40px;
  background: white;
}
.email-form-button {
  display: block;
  background: #00B2A9;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
}
.email-form-button:hover {
  background: var(--primary-orange);
}
.email-form-button:hover .button-path-base {
  fill: var(--very-dark-blue);
}
.mobilefooter-linkedIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 16px;
}
.mobile-rights-footer .rights-footer-navigation {
  padding-left: 0;
  justify-content: center;
}
.mobile-rights-footer p {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  .subscribeButton {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .footer-row {
    padding: 50px 5vw;
  }
  .footer-row .sf_colsIn {
    align-items: center;
  }
  .desktop-footer-links, .desktop-footer-legal {
    display: none;
  }
  .mobile-footer {
    display: flex;
    align-items: center;
  }
  .desktop-footer-logo {
    display: none;
  }
  .mobile-footer-logo {
    display: block;
  }
  .footer-row .nav-link {
    text-align: center;
  }
  .products-footer-navigation {
    margin-bottom: 24px;
  }
  .email-text-above-form {
    text-align: center;
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .email-input-form .form-control {
    width: 280px;
    height: 40px;
    background: white;
  }
}


/* 404 Error/Page Not Found */
.errorcontainer {
  width: 790px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.error-404-page-not-found {
  background: var(--very-light-gray);
}
.error-404-page-not-found h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 54px;
  color: var(--blue-charcoal);
}
.error-404-page-not-found h4 {
  margin-bottom: 16px; 
  margin-top: 24px;
}
.error-404-page-not-found p {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: 24px;
  color: var(--dark-gray);
}
.error-wrapper a {
  color: var(--primary-orange) !important;
}
.error-404-page-not-found .contact-us-row {
  display: none;
}
@media (max-width: 575px) {
  .errorcontainer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .error-404-page-not-found h1  {
    font-size: 3.2rem;
  }
}