/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.aols-service-template h1,
.aols-service-template h2,
.aols-service-template h3,
.aols-service-template h5 {
  color: #002846;
}

.aols-service-hero .mainheader h5,
.aols-service-template > .section-content h5 {
  color: #3270eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aols-service-hero .mainheader h1 {
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 1.02;
}

.aols-service-hero .mainheader h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.aols-service-template .radius_right img,
.aols-service-template .radius_right .img-inner {
  border-radius: 0 22px 0 0;
}

.aols-service-template .bannerradius_right,
.aols-service-template .bannerradius_right .banner-inner,
.aols-service-template .bannerradius_right .banner-bg,
.aols-service-template .bannerradius_right .video-bg {
  border-top-right-radius: 20px;
}

.aols-service-template .bannerradius_right {
  overflow: hidden;
}

.banner.bannerradius_right,
.banner.bannerradius_right .banner-inner,
.banner.bannerradius_right .banner-bg,
.banner.bannerradius_right .video-overlay,
.banner.bannerradius_right .video-bg {
  border-top-right-radius: 20px;
}

.banner.bannerradius_right,
.banner.bannerradius_right .banner-inner,
.banner.bannerradius_right .banner-bg {
  overflow: hidden;
}

.aols-service-intro-image img,
.aols-service-wide-image img {
  aspect-ratio: 534 / 426;
  object-fit: cover;
  width: 100%;
}

.aols-service-intro-copy p,
.aols-service-case-copy p {
  font-size: 17px;
  line-height: 1.7;
}

.aols-number-grid {
  row-gap: 22px;
}

.aols-number-card .col-inner {
  border: 1px solid #dfe6ee;
  border-radius: 0 16px 0 0;
  height: 100%;
  overflow: hidden;
  padding: 28px !important;
}

.aols-number-card__header {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.aols-number-badge,
.aols-step-number {
  align-items: center;
  background: #3270eb;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px !important;
  font-weight: 800;
  height: 32px !important;
  justify-content: center;
  line-height: 1 !important;
  width: 32px !important;
}

.aols-number-badge {
  background: #edf4ff;
  color: #3270eb;
}

.aols-number-card ul {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.aols-dark-steps h2 {
  color: #fff;
  margin-bottom: 28px;
}

.aols-step {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  gap: 22px;
  padding: 22px 0;
}

.aols-step:last-child {
  border-bottom: 0;
}

.aols-step p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
  margin-bottom: 0;
}

.aols-step strong {
  color: #fff;
}

.aols-service-case-band .aols-related-case-studies h2 {
  font-size: 30px;
}

.aols-service-case-band .button.is-link {
  color: #002846;
  font-weight: 800;
}

.aols-service-case-copy h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.aols-service-wide-image-section .img {
  margin-bottom: 0;
}

.aols-related-services > .col > .col-inner {
  background: #f2f4f6;
  border-radius: 0 12px 0 0;
  height: 100%;
  min-height: 190px;
  padding: 30px 22px 24px !important;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aols-related-services > .col > .col-inner:hover,
.aols-related-services > .col > .col-inner:focus-within {
  background: #002846;
  box-shadow: 0 16px 30px rgba(0, 40, 70, .16);
  transform: translateY(-2px);
}

.aols-related-services .featured-box {
  height: auto;
  padding: 0;
}

.aols-related-services h3 {
  color: #002846;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.aols-related-services p,
.aols-related-services a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.aols-related-services > .col > .col-inner:hover h3,
.aols-related-services > .col > .col-inner:focus-within h3,
.aols-related-services > .col > .col-inner:hover p,
.aols-related-services > .col > .col-inner:focus-within p,
.aols-related-services > .col > .col-inner:hover a,
.aols-related-services > .col > .col-inner:focus-within a {
  color: #fff;
}

.aols-related-services .icon-box-img {
  margin-bottom: 30px;
}

.aols-related-services .icon-box-img img {
  transition: filter .2s ease;
}

.aols-related-services > .col > .col-inner:hover .icon-box-img img,
.aols-related-services > .col > .col-inner:focus-within .icon-box-img img {
  filter: brightness(0) invert(1);
}

.aols-service-cta h2,
.aols-service-cta h3 {
  color: #fff;
}

.aols-cta-icons {
  align-items: center;
  display: inline-flex;
  gap: 16px;
  margin: 20px 0 12px;
}

.aols-cta-icons img {
  height: 20px;
  width: 20px;
}

.aols-case-index-hero h5 {
  color: #acb4b9;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1.3;
  text-transform: uppercase;
}

.aols-case-index-hero h1 {
  color: #002846;
  font-family: Aileron, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.05;
  word-wrap: break-word;
}

.aols-case-index-image .banner {
  margin-bottom: 0;
}

.aols-case-index-cta h2,
.aols-case-index-cta h3 {
  color: #fff;
}

.aols-case-index-cta h2 {
  font-size: clamp(34px, 4.4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
}

.aols-case-index-cta h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.aols-case-index-cta .button {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 26px;
  padding: 10px 20px;
}

.aols-case-index-cta .aols-cta-icons {
  margin: 0 0 12px;
}

.aols-about-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 45px);
  font-weight: 900;
  line-height: 1.08;
}

.aols-about-hero h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.aols-about-story-copy h3 {
  color: #002846;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 28px;
}

.aols-about-story-copy p {
  color: #002846;
  font-size: 17px;
  line-height: 26px;
}

.aols-about-glance h5,
.aols-about-glance h2 {
  color: #fff;
}

.aols-glance-grid {
  display: grid;
  gap: 14px 82px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aols-glance-item {
  align-items: center;
  background: #fbfbfd;
  border-radius: 5px;
  color: #062a4c;
  display: flex;
  min-height: 44px;
  overflow: hidden;
}

.aols-glance-item__number {
  align-items: center;
  align-self: stretch;
  background: #3baae2;
  color: #fff;
  display: flex;
  flex: 0 0 39px;
  font-size: 32px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
}

.aols-glance-item__text {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  padding: 8px 18px;
}

.aols-about-case-truck {
  overflow: hidden;
}

.aols-about-case-truck .img {
  margin-left: auto;
  max-width: 520px;
  width: 100%;
}

.aols-about-case-truck .img-inner {
  background: transparent;
  width: 100%;
}

.aols-about-case-truck img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.page-id-17 .aols-about-case-cards .aols-case-tile:not(:hover):not(:focus) {
  background: #f2f4f6;
}

.aols-about-cta h2,
.aols-about-cta h3 {
  color: #fff;
}

.aols-about-cta h2 {
  font-size: clamp(34px, 4.4vw, 45px);
  font-weight: 900;
  line-height: 1.08;
}

.aols-about-cta h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.aols-legal-hero h1,
.aols-legal-hero h3 {
  color: #fff;
}

.aols-legal-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
}

.aols-legal-hero h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 840px;
}

.aols-legal-content .col-inner {
  max-width: 980px;
}

.aols-legal-content h2 {
  color: #002846;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.18;
  margin-top: 38px;
}

.aols-legal-content h2:first-child {
  margin-top: 0;
}

.aols-legal-content p,
.aols-legal-content li {
  color: #002846;
  font-size: 17px;
  line-height: 1.65;
}

.aols-legal-content ul {
  margin-bottom: 24px;
}

.aols-legal-note {
  background: #f2f4f6;
  border-left: 4px solid #3baae2;
  margin-bottom: 34px;
  padding: 24px 28px;
}

.aols-legal-note p {
  margin-bottom: 0;
}

@media only screen and (min-width: 850px) {
  .home .tabbed-content > .nav-vertical,
  .page-id-14 .tabbed-content > .nav-vertical {
    width: 33%;
  }

  .home .tabbed-content > .tab-panels,
  .page-id-14 .tabbed-content > .tab-panels {
    padding-right: 0;
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.aols-service-template {
  overflow-x: hidden;
}

.aols-service-template .section-content > .row,
.aols-service-template .row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100% !important;
}

.aols-service-template .col {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.aols-service-template h1,
.aols-service-template h2,
.aols-service-template h3,
.aols-service-template h5,
.aols-service-template p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.aols-service-hero .mainheader h1 {
  font-size: 32px;
}

.aols-service-hero .mainheader h3 {
  font-size: 18px;
}

.aols-service-hero .mainheader h5,
.homeheroupper {
  white-space: normal;
}

.aols-case-index-hero h1 {
  font-size: 38px;
}

.aols-case-index-cta h2 {
  font-size: 32px;
}

.aols-case-index-cta h3 {
  font-size: 18px;
}

.aols-case-index-cta .col-inner {
  text-align: center !important;
}

.aols-glance-grid {
  gap: 12px;
  grid-template-columns: 1fr;
}

.aols-glance-item__text {
  font-size: 18px;
}

.aols-about-cta .col-inner {
  text-align: center !important;
}

.aols-step {
  gap: 14px;
}

.aols-service-case-cards {
  margin-bottom: 20px;
}

}
