﻿/* COMMON */
.back-to-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a5c9f6;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1050;
}

@media (max-width: 767.98px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.contact-section .container-fluid {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.contact-section h2 {
  color: #144a88;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-section h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 0.75rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: 1.25em;
    margin: 0;
    word-break: break-word;
  }
}
.contact-section p {
  color: #475467;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.contact-section .topic {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .contact-section p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .contact-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-section p {
    text-align: center;
  }
}
.contact-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.contact-section .section-sub-title p {
  text-align: left;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}
.contact-section .contact-leader-row {
  margin: 5rem 0 3rem 0;
  padding: 0 0 2rem 0;
  text-align: left;
  border-bottom: 1px solid #dde6f2;
}
@media screen and (max-width: 991px) {
  .contact-section .contact-leader-row {
    margin: 4.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-leader-row {
    margin: 3rem 0 1rem 0;
  }
}

.validation-message {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #dc3545;
}

.form-control.invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

.features-section .container-fluid {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.features-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .features-section h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 0.75rem;
  }
}
.features-section p {
  color: rgb(71, 84, 103);
  font-size: 1rem;
  letter-spacing: normal;
}
.features-section p.disclaimer {
  font-size: 1rem;
}
.features-section .topic {
  padding: 50px 0;
}
.features-section .features-box p .duties-list {
  margin-right: 10px;
  color: #c0e1eb;
}
.features-section .features-box .post-subheader {
  text-transform: uppercase;
  font-weight: 600;
  margin: 1.25rem 0;
}
@media (max-width: 480px) {
  .features-section .features-box .button-row {
    justify-content: space-around;
    margin-bottom: 0;
  }
  .features-section .features-box .post-subheader {
    text-align: center;
  }
  .features-section .features-box .job-apply-now {
    margin-top: 2rem;
  }
}
.features-section .job-apply-now {
  margin-top: 3rem;
}
.features-section .disclaimer-box {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .features-section p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .features-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features-section p {
    text-align: center;
  }
}
.features-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.features-section .section-sub-title p {
  text-align: left;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}
.features-section .career-leader-row {
  margin: 3rem 0 3rem 0;
  /*   text-align: center;*/
}
@media screen and (max-width: 991px) {
  .features-section .career-leader-row {
    margin: 4.5rem 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .features-section .career-leader-row {
    margin: 3rem 0 3rem 0;
  }
}
@media (max-width: 480px) {
  .features-section .career-leader-row {
    margin: 2rem 0 2rem 0;
  }
}

.rounded-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
}
.rounded-btn span {
  background: #1977cc;
  color: #fff;
}
@media (max-width: 992px) {
  .rounded-btn {
    margin: 15px 15px 0 0;
    padding: 6px 18px;
    width: auto;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #1a1a1a;
  font-family: "Nunito", "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

/**, :after, :before {
    box-sizing: inherit;
}*/
h1 {
  color: rgb(27, 117, 188);
  font-family: "Nunito", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

h2 {
  font-family: "Nunito", "Inter", system-ui, sans-serif;
  color: rgb(27, 117, 188);
  font-weight: 900;
  letter-spacing: -0.02em;
}

h3 {
  font-family: "Nunito", "Inter", system-ui, sans-serif;
  font-size: 23px;
  font-weight: 800;
}

a {
  text-decoration: none;
  color: #1977cc;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-Medium.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-SemiBold.ttf") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito/Nunito-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.display-1, .display-2, .display-3, .display-4 {
  letter-spacing: -0.02em;
}

@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
/* LAYOUT*/
header {
  position: relative;
  box-shadow: rgba(50, 50, 50, 0.15) 0px 0.0625rem 0.1875rem 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  z-index: 5;
  position: relative;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(31, 36, 38, 0.1);
  background: #fff;
}
header .offcanvas-body {
  padding-top: 0;
}
header .offcanvas-header {
  padding-bottom: 5px;
}
header .navbar {
  padding: 0;
}
header .nav-link {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0;
  text-decoration: none;
  color: #0073b9;
  font-size: 1rem;
  font-weight: 700;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  padding: 0.75rem 1rem;
  z-index: 9999;
  border-radius: 0 0 0.5rem 0.5rem;
  text-decoration: none;
}

/* Show only when keyboard focuses it */
.skip-link:focus {
  transform: translateY(0);
}

.tt-hero {
  padding-top: 1rem;
}
.tt-hero.with-bg-color {
  background-color: #EBF3FD;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tt-hero .img-hero-align {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tt-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.tt-hero.home {
  background-color: rgba(24, 52, 85, 0);
  min-height: calc(100vh - 52px);
  background-image: url(https://localhost:44378/img/hero_624x413.jpg);
  background-position: 50% 50%;
  background-size: cover;
  align-items: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(24, 52, 85, 0.57);
  position: relative;
  align-items: center;
  display: flex;
}
.tt-hero.home .h1 {
  color: #fff;
}
.tt-hero.home .text-meta {
  color: rgba(255, 255, 255, 0.8);
}
.tt-hero.home p {
  color: #fff;
}
.tt-hero .position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tt-hero .h1 {
  color: #144a88;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
  font-size: 2.4rem;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .tt-hero .h1 {
    font-size: 2.5rem;
  }
}
.tt-hero .text-meta {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.tt-hero .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 960px) {
  .tt-hero .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 640px) {
  .tt-hero .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tt-hero p {
  text-align: center;
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .tt-hero p {
    padding: 0 4rem 2rem 4rem;
  }
}
.tt-hero .order-md-1 {
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .tt-hero .order-md-1 {
    padding-left: 20px;
  }
}
.tt-hero .order-md-2 {
  padding-left: 30px;
}
.tt-hero .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .tt-hero .cta-button {
    padding: 20px 20px;
  }
}
.tt-hero .cta-button a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
@media (max-width: 480px) {
  .tt-hero .cta-button a {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tt-hero .order-md-1 {
    margin-bottom: 1.75rem;
  }
}
.tt-hero .order-md-2 {
  padding: 0 10px;
  margin-bottom: 1.75rem;
}
.tt-hero .rating {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.tt-hero .rating .rating-stars svg {
  width: 20px;
  height: 20px;
}
.tt-hero .rating .rating-text {
  white-space: normal;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .tt-hero .rating {
    padding-top: 0.2rem;
  }
}
@media (max-width: 576px) {
  .tt-hero .rating .rating-text {
    white-space: nowrap;
    font-size: 0.85rem;
    line-height: 1.1;
  }
  .tt-hero .rating .rating-stars svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) {
  .tt-hero .rating .rating {
    justify-content: center;
  }
}
.tt-hero .rating p {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.tt-hero-image {
  height: 100vh;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.tt-hero-image.wash-dry-fold {
  width: 100%;
  height: 600px;
  background: url("/img/washers.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.tt-hero-image .h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0 1rem 0;
  font-size: 2.2rem;
}
@media (min-width: 960px) {
  .tt-hero-image .h1 {
    font-size: 2.5rem;
  }
}
.tt-hero-image .text-meta {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tt-hero-image .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 960px) {
  .tt-hero-image .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 640px) {
  .tt-hero-image .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tt-hero-image p {
  --bs-text-opacity: 1;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .tt-hero-image p {
    margin-bottom: 1rem;
  }
}
.tt-hero-image .cta-button {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .tt-hero-image .cta-button {
    padding: 20px 20px;
  }
}
.tt-hero-image .cta-button a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
@media (max-width: 480px) {
  .tt-hero-image .cta-button a {
    margin-bottom: 10px;
    width: 100%;
  }
}
.tt-hero-image .cta-link p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--bs-secondary-color);
}
.tt-hero-image .cta-link a {
  color: #fff;
  text-decoration: underline;
}

#footer {
  color: #fff;
  font-size: 14px;
  background: #144a88;
  margin-top: 2rem;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #144a88;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  grid-column-gap: 0.5rem;
}
#footer .footer-top .footer-links ul a.badge-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ddd;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .copyright a {
  color: #ddd;
}

#footer .copyright > a:first-of-type {
  margin-left: 5px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.badge-2 {
  grid-column-gap: 0.375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #1977cc;
  border-radius: 10rem;
  align-items: center;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
}
.badge-2.is-badge-small {
  grid-column-gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
}
.badge-2.is-badge-small.is-success {
  background-color: #1977cc;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}

.simple-footer {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.privacy p {
  font-size: 1.2rem;
}

.map-embed iframe {
  width: 100%;
  height: 400px;
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .map-embed iframe {
    height: 280px;
  }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* PAGES*/
.blog-wrapper {
  padding-top: 3rem;
}
.blog-wrapper .blog-title {
  text-align: center;
  font-weight: 800;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-wrapper .blog-intro {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1rem;
}
.blog-wrapper .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .blog-wrapper .cta-button {
    padding: 15px 15px;
  }
}
@media (max-width: 480px) {
  .blog-wrapper .cta-button {
    margin-bottom: 10px;
    width: 100%;
  }
}

.tt-blog-hero {
  padding-top: 2rem;
}
.tt-blog-hero .h1 {
  color: #144a88;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  font-size: 2.2rem;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .tt-blog-hero .h1 {
    font-size: 2.5rem;
  }
}

.blog-header-container {
  background-color: #EBF3FD;
}
.blog-header-container .blog-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .blog-header-container .blog-btn {
    align-items: center;
    justify-content: center;
  }
}
.blog-header-container .blog-btn a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
@media (max-width: 480px) {
  .blog-header-container .blog-btn a {
    margin-bottom: 10px;
    width: 100%;
  }
}

.blog-post.bg-default {
  background-color: transparent;
}
.blog-post.bg-pastel {
  background-color: #EBF3FD;
}
.blog-post.bg-default {
  background-color: #ffffff;
}
.blog-post.bg-brand {
  background-color: #144a88;
  color: #ffffff;
}

.tiptop-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #EBF3FD;
}
@media (min-width: 768px) {
  .tiptop-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.laundromat-location-info {
  text-align: left;
}
.laundromat-location-info .title {
  text-transform: uppercase;
  font-size: clamp(2rem, 2.5vw, 3rem);
  margin-top: 1em;
}
.laundromat-location-info .tag-line {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  padding-top: 1rem;
  color: #144a88;
}
.laundromat-location-info .info-address {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.15;
}

.laundromat-daily-deal-today {
  grid-column: 1;
  grid-row: 1/4;
}
.laundromat-daily-deal-today .content {
  text-align: center;
}
.laundromat-daily-deal-today .content img {
  margin-top: 1em;
}
.laundromat-daily-deal-today .content .img-responsive {
  height: auto;
  max-width: 100%;
}
.laundromat-daily-deal-today .title {
  line-height: 1;
  text-transform: uppercase;
  color: #036;
  margin: 0;
  padding: 0.15em 0.2em 0.5em;
  font-weight: 800;
}
.laundromat-daily-deal-today .header {
  font-size: clamp(2.5rem, 2.6vw, 3.5rem);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #144a88;
}
.laundromat-daily-deal-today .header h2 {
  margin-bottom: 0;
}
.laundromat-daily-deal-today .sub-header {
  font-size: clamp(2rem, 2.2vw, 3rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #144a88;
}
.laundromat-daily-deal-today .time {
  font-size: 1.25rem;
  font-weight: 600;
  --bs-text-opacity: 1;
  /*        color: var(--bs-secondary-color);*/
  margin-bottom: 0;
}
.laundromat-daily-deal-today .terms {
  font-size: 0.85rem;
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.laundromat-daily-deal-today .link {
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-left: 5px;
}
.laundromat-daily-deal-today .upcoming-link {
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
}

.laundromat-hours {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
}
.laundromat-hours .heading {
  padding: 5px 0;
  display: flex;
}
.laundromat-hours .heading .bx {
  color: #0073b9;
  margin-top: 0.2rem;
}
.laundromat-hours .content {
  padding-top: 1.5em;
}
.laundromat-hours .content-detail {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: row;
}
.laundromat-hours .content-detail.hidden {
  display: none;
  opacity: 0;
}
.laundromat-hours .content-detail.visible {
  display: flex;
  opacity: 1;
}
.laundromat-hours .content-detail .header {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
  text-transform: none;
  margin: 0.5em 0 0.15em;
  margin-top: 0;
}
.laundromat-hours .content-detail .hours-list {
  list-style: none;
  padding: 0 2rem 0 0;
  margin: 0 0 0.5rem;
}
.laundromat-hours .content-detail .hours-list-item {
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 0;
  margin: 0 0 0.5rem;
}
.laundromat-hours .heading-button {
  font-size: 1.5rem;
  padding: 0.25em 0.75em 0.25em 0;
  color: #0073b9;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  text-align: left;
  letter-spacing: normal;
  cursor: pointer;
  font-weight: 700;
  padding-right: 0.25rem;
}

.fade-in-fast {
  transition: opacity 150ms ease-in;
}

.fade-out {
  transition: opacity 300ms ease-out;
  opacity: 0;
}

.laundromat-hours-disclaimer {
  font-size: 1rem;
  margin: 0;
  font-style: italic;
  padding: 0 0 10px;
}

.daily-deals-container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  background-color: #EBF3FD;
  padding: 1.25rem 1rem;
  max-width: 1200px;
  /* Small tablets */
  /* Tablets / small desktops */
  /* Desktop */
  /* Big screens */
}
.daily-deals-container .heading {
  color: #1b75bc;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media (min-width: 576px) {
  .daily-deals-container {
    padding: 1.5rem 1.25rem;
  }
  .daily-deals-container .heading {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .daily-deals-container {
    padding: 2rem 2rem;
  }
  .daily-deals-container .heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .daily-deals-container {
    padding: 2.5rem 3rem;
  }
  .daily-deals-container .heading {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .daily-deals-container {
    padding: 3rem 4rem;
  }
}

.upcoming-deals {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.upcoming-deals .deal-item {
  margin-bottom: 0.625em;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.upcoming-deals .deal-item .item-header {
  font-variant: normal;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #036;
  padding: 0.8em 0 0 1em;
  width: 100%;
}
.upcoming-deals .deal-item .item-content {
  flex: 2 0 40%;
  padding: 0 0.625em;
}
.upcoming-deals .deal-item .item-content-deal {
  margin-bottom: 0.7em;
  font-weight: 700;
}
.upcoming-deals .deal-item .item-content-deal .deal-label {
  color: #036;
  margin: 0.75em 1ch 0 0;
  display: inline;
  font-size: 1.1rem;
  font-weight: 600;
}
.upcoming-deals .deal-item .item-content-deal .header {
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #144a88;
  min-width: 250px;
  margin-bottom: 0;
}
.upcoming-deals .deal-item .item-content-deal .sub-header {
  font-size: clamp(1.5rem, 1.8vw, 3rem);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #144a88;
  margin-bottom: 0;
}
.upcoming-deals .deal-item .item-content-deal .time {
  font-size: 1rem;
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.upcoming-deals .deal-item .item-deal-image .img-responsive {
  height: auto;
  max-width: 100%;
}
.upcoming-deals .deal-today {
  background-color: #144a88;
  color: #fff;
}
.upcoming-deals .deal-today .item-header {
  color: #fff;
}
.upcoming-deals .deal-today .item-content-deal .deal-label {
  color: #fff;
}
.upcoming-deals .deal-today .item-content-deal .header {
  color: #fff;
}
.upcoming-deals .deal-today .item-content-deal .sub-header {
  color: #fff;
}
.upcoming-deals .deal-today .item-content-deal .time {
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list {
  background: #144a88;
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list .item-header {
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list .item-content-deal .deal-label {
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list .item-content-deal .header {
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list .item-content-deal .sub-header {
  color: #fff;
}
.upcoming-deals .laundromat-daily-deal-card .deal-item.deal-today-list .item-content-deal .time {
  color: #fff;
}

p {
  font-weight: 300;
  font-size: 1.25rem;
}

.section-header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  background-image: url("/img/family-time_1200x799.jpg");
  background: linear-gradient(rgba(20, 74, 136, 0.7), rgba(20, 74, 136, 0.7)), url("/img/family-time_1200x799.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-header span {
  font-weight: 600;
}
.section-header .pud-steps {
  padding: 40px 60px 20px 60px;
  background-color: rgba(20, 74, 136, 0.8);
  margin-top: 30px;
}
.section-header .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .section-header .cta-button {
    padding: 20px 20px;
  }
}
.section-header .cta-button a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
.section-header h1 {
  font-size: 3rem;
  color: #fff;
}

.section-header h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

.secondary {
  color: #fafafa;
}

.heading-textbox:after {
  display: block;
  height: 2px;
  background-color: #144A88;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/* Mobile image */
@media screen and (max-width: 767px) {
  .section-header {
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    background-image: url("/img/family-time-mob.jpg");
    background: linear-gradient(rgba(20, 74, 136, 0.7), rgba(20, 74, 136, 0.7)), url("/img/family-time-mob.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
  }
  .section-header .pud-steps {
    padding: 20px;
    background-color: rgba(20, 74, 136, 0.8);
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .section-header {
    /* margin: 30px 0 30px 0;*/
  }
  .section-header h1 {
    font-size: 2.5em;
    letter-spacing: 0.05em;
  }
  .section-header h2 {
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
}
/* SECTION*/
.commercial-summary-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .commercial-summary-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.commercial-summary-section .container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.commercial-summary-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .commercial-summary-section h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 0.75rem;
    font-weight: 600;
    letter-spacing: 0.9px;
    font-size: 1.25em;
    word-break: break-word;
  }
}
.commercial-summary-section p {
  color: rgb(71, 84, 103);
  font-size: 1.25rem;
  letter-spacing: normal;
}
.commercial-summary-section .topic {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .commercial-summary-section p {
    font-size: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .commercial-summary-section p {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.commercial-summary-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.commercial-summary-section .section-sub-title p {
  text-align: left;
  font-weight: 600;
  color: #1977cc;
  font-size: 0.975rem;
}
@media (max-width: 480px) {
  .commercial-summary-section .section-sub-title p {
    text-align: center;
  }
}
.commercial-summary-section .career-leader-row {
  margin: 5rem 0 3rem 0;
  padding: 0 0 2rem 0;
  text-align: left;
  border-bottom: 1px solid #dde6f2;
}
@media screen and (max-width: 991px) {
  .commercial-summary-section .career-leader-row {
    margin: 4.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .commercial-summary-section .career-leader-row {
    margin: 3rem 0 1rem 0;
  }
}
.commercial-summary-section .layout56_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 0.75rem;
}
.commercial-summary-section .icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}
.commercial-summary-section .layout56_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 991px) {
  .commercial-summary-section .layout56_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .commercial-summary-section .layout56_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

.list-padding-section {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 991px) {
  .list-padding-section {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .list-padding-section {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .list-padding-section {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .list-padding-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.list-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}
@media screen and (max-width: 767px) {
  .list-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

.tt-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.tt-item-list .list-item {
  align-self: start;
  display: flex;
}
.tt-item-list .list-item .item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 0.75rem;
}
.tt-item-list .list-item .item-icon-wrapper .icon-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.tt-item-list .list-item .item-text-content {
  color: #757575;
  text-align: left;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tt-item-list .list-item .item-text-content {
    font-size: 1rem;
  }
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.faq .faq-list {
  padding: 0;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list ul > :nth-child(n+2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.faq .faq-list li {
  border-radius: 4px;
  position: relative;
}
.faq .faq-list li a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.2rem;
}
.faq .faq-list .learn-more-wrap {
  margin-top: 25px;
  display: flex;
}
.faq .faq-list .learn-more-wrap a {
  padding: 0 50px;
  line-height: 48px;
  font-size: 20px;
  border-radius: 0;
  width: auto;
}
@media (max-width: 480px) {
  .faq .faq-list .learn-more-wrap a {
    margin-bottom: 10px;
  }
}
.faq .faq-list .learn-more-wrap a:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: inherit;
}
.faq .section-title h2 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 32.3px;
  line-height: 1.3;
  font-weight: 700;
}
.faq .bx {
  padding-left: 10px;
}
.faq.primary {
  background-color: #144a88;
  color: rgba(255, 255, 255, 0.8);
}
.faq.primary .section-title h2 {
  color: #fff;
}
.faq.primary a {
  color: #fff;
}
.faq.primary a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.faq.primary .faq-list .learn-more-wrap a {
  border-color: #fff;
}
.faq.primary .faq-list .learn-more-wrap a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.faq.secondary {
  background-color: #e9f6cc;
  color: rgba(44, 64, 0, 0.8);
}
.faq.secondary .section-title h2 {
  color: #2c4000;
}
.faq.secondary a {
  color: #2c4000;
}
.faq.secondary a:hover {
  color: rgba(44, 64, 0, 0.5);
}
.faq.secondary .faq-list ul > :nth-child(n+2) {
  border-top: 1px solid rgba(44, 64, 0, 0.4);
}
.faq.secondary .faq-list li a {
  color: #2c4000;
}
.faq.secondary .faq-list .learn-more-wrap a {
  border-color: rgba(44, 64, 0, 0.4);
}
.faq.secondary .faq-list .learn-more-wrap a:hover {
  border-color: rgba(44, 64, 0, 0.5);
  color: rgba(44, 64, 0, 0.5);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
}
.faq-question:hover {
  color: rgba(255, 255, 255, 0.5);
}

.faq-answer {
  font-size: 1.25rem;
}

.faq-icons {
  display: flex;
  align-items: center;
}

/* Default: show PLUS, hide MINUS */
.faq-question .icon-plus {
  display: inline-block;
}

.faq-question .icon-minus {
  display: none;
}

/* When expanded */
.faq-question:not(.collapsed) .icon-plus {
  display: none;
}

.faq-question:not(.collapsed) .icon-minus {
  display: inline-block;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 480px) {
  .faq .faq-list {
    padding: 10px;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq .faq-list p {
    font-size: 1rem;
  }
}
.section-how-it-works {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-how-it-works h2 {
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #144a88;
  margin: 0 0 1rem 0;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .section-how-it-works h2 {
    font-size: 2rem !important;
  }
}
.section-how-it-works h3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .section-how-it-works h3 {
    font-size: 1.25rem !important;
  }
}
.section-how-it-works .hanging-icons .icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}
.section-how-it-works .hanging-icons .icon-square .icon-number {
  color: #3790f4;
}
.section-how-it-works p {
  color: #757575;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}

.job-section .container-fluid {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.job-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .job-section h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 0.75rem;
  }
}
.job-section p {
  color: rgb(71, 84, 103);
  font-size: 1.25rem;
  letter-spacing: normal;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
}
.job-section p.disclaimer {
  font-size: 1rem;
}
.job-section .topic {
  padding: 50px 0;
}
.job-section .features-box p .duties-list {
  margin-right: 10px;
  color: #c0e1eb;
}
.job-section .features-box .post-subheader {
  text-transform: uppercase;
  font-weight: 600;
  margin: 1.25rem 0;
}
@media (max-width: 480px) {
  .job-section .features-box .button-row {
    justify-content: space-around;
    margin-bottom: 0;
  }
  .job-section .features-box .post-subheader {
    text-align: center;
  }
  .job-section .features-box .job-apply-now {
    margin-top: 2rem;
  }
}
.job-section .job-apply-now {
  margin-top: 3rem;
}
.job-section .disclaimer-box {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .job-section p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .job-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .job-section p {
    text-align: center;
  }
}
.job-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.job-section .section-sub-title p {
  text-align: left;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}
.job-section .career-leader-row {
  margin: 3rem 0 3rem 0;
}
@media screen and (max-width: 991px) {
  .job-section .career-leader-row {
    margin: 4.5rem 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .job-section .career-leader-row {
    margin: 3rem 0 3rem 0;
  }
}
@media (max-width: 480px) {
  .job-section .career-leader-row {
    margin: 2rem 0 2rem 0;
  }
}

.job-apply-section .container-fluid {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.job-apply-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job-apply-section h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 0.75rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: 1.25em;
    margin: 0;
    word-break: break-word;
  }
}
.job-apply-section p {
  color: rgb(71, 84, 103);
  font-size: 1.25rem;
  letter-spacing: normal;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  text-align: center;
}
.job-apply-section .topic {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .job-apply-section p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .job-apply-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .job-apply-section p {
    text-align: center;
  }
}
.job-apply-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.job-apply-section .section-sub-title p {
  text-align: center;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}
.job-apply-section .career-leader-row {
  margin: 5rem 0 3rem 0;
  padding: 0 0 2rem 0;
  text-align: left;
  border-bottom: 1px solid #dde6f2;
}
@media screen and (max-width: 991px) {
  .job-apply-section .career-leader-row {
    margin: 4.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .job-apply-section .career-leader-row {
    margin: 3rem 0 1rem 0;
  }
}

.section .container-fluid {
  max-width: 1360px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .section .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 640px) {
  .section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.section .img-right {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .section .img-right {
    padding-left: 70px;
  }
}
@media (min-width: 960px) {
  .section .img-right {
    padding-left: 40px;
  }
}

.laundromat-section {
  background-color: #EBF3FD;
}
.laundromat-section h3 {
  color: #144a88;
  line-height: 1.2;
  text-align: left;
}
.laundromat-section p {
  color: var(--bs-secondary-color);
  font-size: 1.2rem;
  font-weight: 300;
}
.laundromat-section .topic {
  padding: 50px 0;
}
@media (max-width: 480px) {
  .laundromat-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .laundromat-section p {
    text-align: justify;
  }
  .laundromat-section .topic {
    padding: 20px 0;
  }
}
.laundromat-section .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .laundromat-section .cta-button {
    padding: 20px 20px;
  }
}
.laundromat-section .cta-button a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
@media (max-width: 480px) {
  .laundromat-section .cta-button a {
    margin-bottom: 10px;
    width: 100%;
  }
}

.wearhiring-section .container-fluid {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.wearhiring-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .wearhiring-section h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 0.75rem;
  }
}
.wearhiring-section p {
  color: rgb(71, 84, 103);
  font-size: 1.25rem;
  letter-spacing: normal;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
}
.wearhiring-section .topic {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .wearhiring-section p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .wearhiring-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wearhiring-section p {
    text-align: center;
  }
}
.wearhiring-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.wearhiring-section .section-sub-title p {
  text-align: center;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}
.wearhiring-section feature-header {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 991px) {
  .wearhiring-section feature-header {
    margin: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wearhiring-section feature-header {
    margin: 0 0 3rem 0;
  }
}
.wearhiring-section .career-leader-row {
  margin: 0 0 5rem 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .wearhiring-section .career-leader-row {
    margin: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wearhiring-section .career-leader-row {
    margin: 0 0 3rem 0;
  }
}
.wearhiring-section .career-posts-row {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 991px) {
  .wearhiring-section .career-posts-row {
    margin: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wearhiring-section .career-posts-row {
    margin: 0 0 3rem 0;
  }
}
.wearhiring-section .job-post-notice {
  margin: 5rem 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .wearhiring-section .job-post-notice {
    margin: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wearhiring-section .job-post-notice {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 479px) {
  .wearhiring-section .job-post-notice {
    margin: 0 0 3rem 0;
    padding: 0 1.5rem;
  }
}
.wearhiring-section .job-post-notice p {
  font-size: 0.75rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .wearhiring-section .job-post-notice p {
    text-align: justify;
  }
}

.career-component {
  font-family: "Poppins", "Inter", system-ui, sans-serif;
}

.career-list-wrapper {
  overflow: hidden;
}

.career-item {
  border-top: 1px solid #eaecf0;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .career-item {
    padding-top: 1.5rem;
  }
}

.career-title-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .career-title-wrapper {
    margin: 0 0 1.25rem 0;
  }
}
.career-title-wrapper a {
  max-width: 100%;
  display: inline-block;
  color: rgb(16, 24, 40);
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}
.career-title-wrapper a .link-text {
  display: block;
  font-size: 1.25rem;
  color: rgb(16, 24, 40);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .career-title-wrapper a .link-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .career-title-wrapper a .link-text {
    font-size: 1rem;
  }
}

.career-sub-title-wrapper {
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .career-sub-title-wrapper {
    margin: 0 0 1.25rem 0;
  }
}

.career-sub-title {
  color: rgb(71, 84, 103);
  font-size: 1.1rem;
}

.career-job-details-wrapper {
  display: flex;
}

.career-detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career-icon-wrapper {
  flex: none;
  margin-right: 0.5rem;
}

.career-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-detail-text {
  font-weight: 500;
  color: rgb(71, 84, 103);
}

.career-button-wrapper {
  margin: 1.5rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin: 1rem;
  margin-left: 0;
}

.button-secondary-gray-3 {
  grid-column-gap: 0.5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.testimonial-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.testimonial-section .blockquote {
  text-align: justify;
  /*        color: var(--bs-secondary-color);*/
  font-size: 1.25rem;
  font-weight: 300;
}
.testimonial-section .lc-block .rich {
  padding-right: 1rem;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .testimonial-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.title-section.default-bg-color {
  background-color: #ffffff;
}
.title-section.light-bg-color {
  background-color: #EBF3FD;
}
.title-section.contrast-bg-color {
  background-color: #144a88;
}
.title-section.contrast-bg-color h2 {
  color: #fff;
}
.title-section.contrast-bg-color p {
  color: rgba(255, 255, 255, 0.8);
}
.title-section h2 {
  color: #144a88;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.title-section h3 {
  color: #144a88;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.title-section p {
  color: var(--bs-secondary-color);
  font-size: 1.2rem;
  font-weight: 300;
}
.title-section p.post-meta {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 300;
}
.title-section .text-beta {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.title-section .article-body {
  text-align-last: start;
}
.title-section .article-body .text-bold {
  font-weight: 600;
}
.title-section .article-body ul li {
  list-style: circle;
  color: #94d600;
  font-size: 1.25rem;
}
.title-section .article-body ol li {
  color: #144a88;
  font-size: 1.25rem;
}
.title-section .article-body ol li ul li {
  list-style: circle;
  color: #94d600;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .title-section .article-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .title-section .article-body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 960px) {
  .title-section .article-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.title-section .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .title-section .cta-button {
    padding: 20px 20px;
  }
}
.title-section .cta-button a {
  padding: 0 50px;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  color: #fff;
}
@media (max-width: 480px) {
  .title-section .cta-button a {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .title-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-section p {
    text-align: justify;
  }
}

.services-section .btn-primary {
  width: 120px;
  border-radius: 5px;
  background: #3790f4;
  border-color: #3790f4;
  align-self: center;
}
.services-section .card-title {
  font-weight: 600;
}
.services-section .card-text {
  font-size: 1rem;
}

.whatwedo-section h2 {
  color: #144a88;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.whatwedo-section p {
  color: var(--bs-secondary-color);
  font-size: 1.25rem;
  font-weight: 300;
}
.whatwedo-section .topic {
  padding: 50px 0;
}
@media (max-width: 480px) {
  .whatwedo-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .whatwedo-section p {
    text-align: justify;
  }
}
.whatwedo-section .section-sub-title {
  margin-bottom: 1rem;
  margin: 0 0 0.25rem;
}
.whatwedo-section .section-sub-title p {
  text-align: left;
  font-weight: 600;
  color: #1977cc;
  font-size: 1rem;
}

.why-choose-us {
  padding: 2rem 0;
}
.why-choose-us h2 {
  margin-bottom: 2rem;
}
.why-choose-us .card {
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #94d600;
  border-radius: 7px 7px 7px 7px;
}
.why-choose-us .card h4 {
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  text-align: left;
}
.why-choose-us .card p {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  text-align: left;
  color: #757575;
  font-size: 1.25rem;
  font-weight: 300;
}

#notfound {
  display: flex;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}

.notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.notfound-404 h1 {
  font-family: "Maven Pro", sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound h2 {
  font-family: "Maven Pro", sans-serif;
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.notfound p {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.notfound a {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #189cf0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}

@media (max-width: 480px) {
  .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}
