:root {
  /* =========================
     BRAND COLORS 
     ========================= */
  --color-primary: #0c4974;
  --color-primary-foreground: #333;

  --color-secondary: #158094;
  --color-secondary-foreground: #fff;

  --color-accent: #c1d5b9;
  --color-accent-foreground: #062a25;

  /* Neutral / Surface */
  --color-background: #ffffff;
  --color-foreground: #111827;

  --color-muted: #6b7280;
  --color-muted-foreground: #555555;


  /* =========================
     TYPOGRAPHY
     ========================= */
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --text-xs: 16px;
  --text-sm: 21px;
  --text-base: 18px;
  --text-lg: 20px;
  --text-xl: 24px;
  --text-2xl: 1.5rem;
  --text-3xl: 60px;

  --leading-tight: 1.15;
  --leading-normal: 1.5;

  /* =========================
     LAYOUT
     ========================= */
  --container-2xl: 120rem;  /* 1920px */
  --container-xl: 90rem;    /* 1440px */
  --container-lg: 80rem;    /* 1280px */
  --container-md: 60rem;    /* 960px */

  /* =========================
     MOTION (UI FEEL)
     ========================= */
  --ease-standard: cubic-bezier(.2,.8,.2,1);
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;

}

.hp-section .section-heading h2 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500 !important;
    text-align: center;
}

.hp-section .section-heading h2 span {
    color: var(--color-secondary);
}


.hp-section .bg-section,
.hp-section .bg-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 67%;
}

a.ry-btn {
    width: 302px;
    max-width: 100%;
    height: 66px;
    border-radius: 10px !important;
}

.overlink, .overlink a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

 /* =========================
     HERO
     ========================= */

.hp-hero .ry-content {
    padding: 55px 0 100px;
}

.hp-hero .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 640px;
    place-content: center;
    place-items: center;
    gap: 150px;
}

.hp-hero .grid-wrapper .each-col.second {
    padding-right: 70px;
}

.hp-hero .ry-content .ctas .each-cta {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.hp-hero .ry-content .ctas .each-cta .svg-wrapper {
    width: 63px;
    height: 63px;
    border-radius: 32px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-hero .ry-content .ctas .each-cta .svg-wrapper svg {
    fill: #fff;
    width: 19px;
    height: 19px;
}

.hp-hero .ry-content .ctas .each-cta .cta-text span {
    display: block;
    font-size: var(--text-xs);
    text-transform: uppercase;
    color: var(--color-secondary);
}

.hp-hero .ry-content .ctas .each-cta .cta-text {
    font-size: 22px;
    text-transform: uppercase;
    color: #0c4974;
    font-weight: 400 !important;
    line-height: 1.2;
}

.hp-hero  .ry-content .ctas .each-cta:not(:last-child) {border-bottom: 1px solid #bab9b2;}


@media (max-width: 1440px) {
	
	.hp-section .bg-section, .hp-section .bg-section img {
		object-position: 60%;
	}
	
    .hp-hero .grid-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 75px;
    }
}


@media (max-width:1300px) {
	.hp-technology .hp-eidon {
		margin-top: -7rem !important;
	}
	
}

@media (max-width: 768px) {

	.hp-waldron-care .each-block {
		height: auto !important;
	}

	.hp-waldron-care .each-block .wrapper .text {
		padding: 0 5% 60px !important;
	}
    .hp-hero .grid-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }  
    .hp-hero .grid-wrapper .ctas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 5%;
    }
    
    .hp-hero .grid-wrapper .each-col.second {
        padding: 0;
    }
    
    .hp-hero .grid-wrapper  .each-col.first {
        grid-row: 2;
    }
    
    .hp-hero .ry-content .ctas .each-cta {
        border-bottom: 1px solid #bab9b2;
    }
}


@media (max-width: 680px) {
    .hp-hero .ry-content .ctas .each-cta .cta-text {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .hp-hero .grid-wrapper .ctas {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 5%;
    }

    .hp-hero .grid-wrapper .each-col.first {
        grid-row: 1;
    }
    
    .hp-hero .grid-wrapper {
        gap: 0;
    }
}

 /* =========================
     WELCOME
     ========================= */


.hp-welcome .section-content {
    padding: 40px 0;
}

.hp-welcome .section-heading h1 span {
    display: block;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-heading);
}

.hp-section .section-heading h1  {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color-secondary);
    font-family: var(--font-body) !important;
    font-weight: 400 !important;
    line-height: 40px;
}

.hp-welcome .ry-content {
    width: min(1280px, 100%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 160px 0;
}

.hp-welcome .each-col.second .photo img {
    max-width: 30rem;
    margin: 0 auto;
}

.hp-welcome .each-col.second .photo-second img,
.hp-welcome .each-col.second .photo-third img {
    max-width: 15rem !important;
}

.hp-welcome .ry-content .each-col.second {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

 /* =========================
     WELCOME
     ========================= */

.hp-waldron-care {
    padding: 160px 0;
}


.hp-waldron-care .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 380px);
    gap: 26px;
}

.hp-waldron-care .each-block {
    position: relative;
    overflow: hidden;
    height: 704px;
    border-radius: 20px;
    background-color: #158094;
}

.hp-waldron-care .each-block .wrapper * {
    color: var(--color-secondary-foreground);
}

.hp-waldron-care .each-block .wrapper h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #f4f2e5;
    font-weight: 300 !important;
    font-family: var(--font-body) !important;
    text-align: center;
    padding: 55px 0 30px;
}

.hp-waldron-care .each-block .wrapper p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: var(--font-body);
    text-align: center;
    widows: 2;
    orphans: 2;
    padding: 0 5%;
}


.hp-waldron-care .section-heading {
    padding-bottom: 70px;
}


 /* =========================
     ENVISION
     ========================= */

.hp-envision {
    position: relative;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-88de4d21-d0d9-44a3-9cd9-1d9fde773bd9/site_assets/envision_bg.png");
    background-size: cover;
    background-position: top;
    min-height: 113vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-top: -27rem;
}

.hp-envision .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 800px);
    align-items: center;
}


.hp-envision .grid-wrapper .photo img, .hp-envision .grid-wrapper .text img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-envision .grid-wrapper .text span.span-1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-secondary);
    font-weight: 400;
    font-family: var(--font-body);
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 0;
}

.hp-envision .grid-wrapper .text p {
    width: min(660px, 100%);
    max-width: 100%;
    font-size: 18px;
    margin: 0 auto;
    line-height: 35px;
    color: var(--color-primary-foreground);
    text-align: center;
    padding: 30px 0;
}

.hp-envision .grid-wrapper .text a.ry-btn.ry-btn-primary {
    margin: 0 auto;
    z-index: 500;
}

 /* =========================
     EIDON
     ========================= */
.hp-eidon {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-88de4d21-d0d9-44a3-9cd9-1d9fde773bd9/site_assets/eidon_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -12rem;
    min-height: 102vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hp-eidon .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 800px);
    align-items: center;
    padding-top: 125px;
}


.hp-eidon .grid-wrapper .photo img,
.hp-eidon .grid-wrapper .text img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-eidon .grid-wrapper .text span.span-1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 400;
    font-family: var(--font-body);
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 0;
}

.hp-eidon .grid-wrapper .text p {
    width: min(660px, 100%);
    max-width: 100%;
    font-size: 18px;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.hp-eidon .grid-wrapper .text a.ry-btn {
    margin: 0 auto;
}


/* ===== TABS ===== */

.hp-featured-services .section-heading h2 span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 300;
    font-family: var(--font-body);
    text-align: center;
    padding-bottom: 70px;
}

.hp-featured-services .section-heading h2 {
    color: #ffff;
}


.hp-featured-services .featured-services-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}

.hp-featured-services .fservices-button {
  cursor: pointer;
  color: var(--color-primary);
  border: none;
  padding: 14px;
  border-radius: 20px 20px 0 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.hp-featured-services .fservices-button.live {
  background: #e8f6f8;
}

/* ===== PANEL ===== */
.hp-featured-services .panel {
  background: #fff;
  border-radius: unset;
  border: unset;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hp-featured-services .fservices-content { display: none; }
.hp-featured-services .fservices-content.live {display: block;}

.hp-featured-services .panel-inner {
  position: relative;
  padding: 20px;
  min-height: 360px;
  padding-left: 80px;
}

/* ===== SUBTABS ===== */
.hp-featured-services .subtabs {
  max-width: 100%;
}

.hp-featured-services .subtabs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.hp-featured-services .subtab-btn {
  border: none;
  padding: 14px;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 7rem 1fr;
  place-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  font-size: 30px;
  line-height: 113px;
  font-weight: 300;
  font-family: "Poppins";
  background: #fff;
  width: 100%;
}

.hp-featured-services .subtab-btn.live {
  background: var(--color-secondary);
  color: #fff;
}

/* ===== FEATURE ===== */
.hp-featured-services .feature {
  position: absolute;
  right: 5rem;
  top: 75%;
  transform: translateY(-50%);
  width: 420px;
  z-index: 2;
}

.hp-featured-services .feature-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hp-featured-services .feature-card [data-feature-img]{
  transition: filter 600ms ease, opacity 400ms ease, transform 600ms ease;
  filter: blur(16px);
  opacity: .75;
  transform: scale(1.03);
}

.hp-featured-services .feature-card [data-feature-img].is-loaded{
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.hp-featured-services .feature-media {
  height: 140px;
  background: #eee;
}

.hp-featured-services .feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-featured-services .feature-body {
  height: 21rem;
  width: 320px;
  margin: 50px auto 0;
}

.hp-featured-services .feature-title {
  font-size: 30px;
  margin-bottom: 8px;
  color: #158094;
  font-weight: 300;
}

.hp-featured-services .feature-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.hp-featured-services .feature-cta {
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
	margin: 15px auto 0;
}


.hp-featured-services .subtab-btn.live img {
    filter: brightness(0) invert(1);
}

.hp-featured-services .subtab-icon {
    display: flex;
}

.hp-featured-services .subtab-btn img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-featured-services {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-88de4d21-d0d9-44a3-9cd9-1d9fde773bd9/site_assets/fservices_bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 160vh;
    padding: 150px 0;
}

.fservices-content .panel-inner:before {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-88de4d21-d0d9-44a3-9cd9-1d9fde773bd9/site_assets/fservices_container_bg.jpg");
    width: 260px;
    height: 100%;
    z-index: 1;
}

.hp-featured-services .feature-card .feature-body h3 {
    font-size: 37px;
    letter-spacing: -1px;
    color: #158094;
    font-weight: 300 !important;
    font-family: var(--font-body) !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hp-featured-services .ry-container {
    width: min(1280px, 98%);
    max-width: 100%;
}


/* ===== MOBILE ===== */
@media (max-width: 820px) {
  .hp-featured-services .featured-services-tab {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
  }
  .hp-featured-services .feature {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
}

/* ===== TESTIMONIALS ===== */

.module-testimonials .section-heading h2 span {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color-accent);
    font-family: var(--font-body) !important;
    font-weight: 400 !important;
    line-height: 40px;
    display: block;
    letter-spacing: 4px;
}

.module-testimonials .section-heading h2 br {
    display: none;
}

.module-testimonials .section-heading h2 {
    color: var(--color-secondary-foreground);
}

.map__icon img {
    max-width: max-content;
    margin: 0 auto;
}

.map__icon {
    position: absolute;
    z-index: 9;
    top: 51%;
}


.global__footer .ry-form input[type="text"],
.global__footer .ry-form textarea{
    background-color: #50a2b1;
    color: #fff !important;
    border: 1px solid #c4e5eb !important;
}

.module-44 .ry-flex .ry-each.form-block .ry-form .flex-field {
    display: flex;
    gap: 5px;
}


@media (max-width: 1680px) {
	.hp-waldron-care .grid-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}


@media screen and (width: 1680px) and (height: 1050px) {
	.hp-eidon {
		margin-top: -20rem;
	}
}

@media (max-width: 1440px) {
   
	.hp-technology .hp-eidon {
		margin-top: -15rem;
	}
}

/* large desktop */
@media (max-width: 1536px) {

    .hp-waldron-care .grid-wrapper {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .hp-waldron-care .each-block .wrapper p {
        padding: 0 5%;
        font-size: 16px;
    }
    
    .hp-waldron-care .each-block .wrapper h3 {
        height: 8vh;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }

    .hp-technology {background: #147d90;}
    
    .hp-technology .grid-wrapper .text a.ry-btn {
        font-size: 22px !important;
    }
    
    .hp-technology .hp-envision {
        margin-top: -10rem;
    }
    
    .module-44 .ry-flex {
        grid-template-columns: 360px 200px 320px 480px;
    }
    
    .hp-technology .hp-envision .grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .hp-technology .hp-eidon {
        margin-top: -10rem;
    }
    
    .hp-technology .hp-eidon .grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .hp-technology .hp-envision .grid-wrapper {grid-template-columns: 35rem 1fr;gap: 30px;}
    
    
    .hp-technology .hp-eidon .grid-wrapper {
        gap: 30px;
    }
    
    .module-44 .ry-flex {
        gap: 30px;
        grid-template-columns: 360px 200px 320px 395px;
    }
    
    .module-44 .each-field.message-box .btn-wrapper {
        display: flex;
        width: max-content;
        left: 68%;
    }
}

/* desktop */
@media (max-width: 1366px) {
    
    .hp-waldron-care .ry-container {
        max-width: 98%;
    }
    
    .module-44 .ry-flex {grid-template-columns: 300px 200px 320px 1fr;}
    
    .module-44 .ry-flex .ry-each:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .module-44 .ry-flex .ry-each.form-block .ry-form .flex-field {
        display: flex;
        gap: 5px;
    }
    
    .module-44 .ry-flex .ry-each.form-block .ry-form .flex-field {
        flex-direction: column;
        gap: 0;
    }
    
    .module-44 .ry-flex .ry-form .flex-field .each-field {
        width: 100%;
    }
    
    .module-44 .each-field.message-box .btn-wrapper {
        left: 65%;
    }
}

/* small laptop */
@media (max-width: 1280px) {
	
	div.hp-envision .grid-wrapper .photo  {
		top: 5rem;
	}

    .hp-waldron-care .grid-wrapper {
        grid-template-columns: 500px 500px;
        align-items: center;
        justify-content: center;
    }
    
    .hp-waldron-care .each-block {
        height: 82vh;
    }

    .module-44 .each-field.message-box .btn-wrapper {
        left: 65%;
    }

    div.module-44 .ry-flex {
        grid-template-columns: 1fr 1fr;
        /* align-items: center; */
        justify-content: center;
        max-width: 80%;
        margin: 0 auto;
        float: unset;
        padding: 0 0 30px;
    }
    
    div.module-44 .ry-container {
        max-width: 90%;
    }

     div.module-44 .ry-flex .ry-each-footer-menu {
        grid-row: 2;
    }
    
     div.module-44 .ry-footer-copyright .ry-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    
     div.module-44 .ry-footer-copyright .ry-left p {
        text-align: center !important;
    }
	
	 .hp-map .map__wrapper > img {
        min-height: 60vh;
        object-fit: cover;
    }
    
}


/* tablet */
@media (max-width: 1024px) {
	
    .hp-welcome .ry-content {
        grid-template-columns: 1fr 350px;
        gap: 30px;
    }
    
    .hp-section .bg-section, .hp-section .bg-section img {
        object-position: 75%;
    }
    
    .hp-featured-services .fservices-button {
        font-size: 1.2rem;
    }
    
    .hp-featured-services .subtab-btn {
        font-size: 24px;
    }
    
    .hp-technology .hp-envision .grid-wrapper {
        grid-template-columns: 1fr;
    }
    
    .hp-technology .hp-envision .grid-wrapper .text {
        grid-row: 1;
    }
    
    .hp-envision {background-position: 92%;}
    
    .hp-envision .grid-wrapper .photo img {
        max-width: 25rem;
    }
    
    .hp-technology .hp-envision .ry-content {
        padding: 15rem 0 0;
    }
    
    
    .module-44 .ry-flex .ry-each .website-info .row-info.social-row {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .module-44 .ry-flex .ry-each .website-info .social__row {
        grid-template-columns: 1fr;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .module-44 .ry-flex .ry-each:first-child {
        top: unset;
    }

    
}

@media (max-width: 991px) {
	.hp-waldron-care .grid-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}


/* mobile */
@media (max-width: 768px) {
    .hp-welcome .ry-content {
        grid-template-columns: 1fr;
        padding: 80px 0;
    }
    
    .hp-section .bg-section, .hp-section .bg-section img {
        object-position: center;
    }
    
    .hp-waldron-care .grid-wrapper {
        grid-template-columns: 500px;
        gap: 30px;
    }
    
    .hp-waldron-care .each-block .wrapper p {
        padding: 0;
        font-size: 18px;
    }
    
    .hp-featured-services .fservices-button {
        border-radius: 10px;
    }
    
    .hp-featured-services .fservices-content .panel-inner:before {
        display: none;
    }
    
    .hp-featured-services .panel-inner {
        padding: 5%;
    }
    
    .hp-featured-services .feature-body {
        margin: 50px auto 0;
    }
    
    .hp-technology .hp-eidon .grid-wrapper {
        grid-template-columns: 1fr;
        padding: 150px 0 60px;
    }
    
    .hp-technology .hp-eidon {
        background-position: 100%;
    }
	
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .item .comment {
		height: auto !important;
	}
    
    .hp-eidon .grid-wrapper .text img {
        max-width: 200px;
    }
    
    div.module-44 .ry-flex {
        grid-template-columns: 1fr;
    }
    
    .module-44 .ry-flex .ry-each .website-info .row-info {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
    div.module-44 .info-text.hours-block ul {
        grid-template-columns: 1fr;
    }
    
    .social__footer .custom-social-wrapper .social-inner-wrap {
        align-items: center;
        justify-content: center;
    }
    
    .module-44 .each-field.message-box .btn-wrapper {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    
    .module-44 .each-field.message-box .btn-wrapper .ry-btn {
        margin: 0 auto;
    }
    
    .hp-technology .hp-envision {
        margin-top: -10rem;
    }
}

@media (max-width: 767px) {
    .hp-featured-services .fservices-button {
        flex-direction: column;
        gap: 5px;
    }
    
    .hp-featured-services .subtab-btn {
        line-height: 1.5;
        grid-template-columns: 5rem 1fr;
        gap: 30px;
    }
    
    .hp-featured-services .subtab-btn img {
        max-width: 4rem;
    }
    
    .hp-featured-services {
        padding: 80px 0 200px;
    }
    
    .hp-featured-services .feature-card .feature-body h3 {
        text-align: center;
    }
    
    .hp-waldron-care {
        padding: 80px 0;
    }
    
    
    .hp-map .map__icon {
        top: 43%;
    }
    
    .hp-section .section-heading h2 {
        font-size: clamp(2.625rem, 1.8196rem + 4.0268vw, 3.75rem) !important;
    }
    
    .hp-welcome .section-heading h1 span {
        font-size: clamp(2.625rem, 1.8196rem + 4.0268vw, 3.75rem) !important;
    
    }
    
    .hp-hero .ry-content {
        padding: 100px 0 60px;
    }
    
    .hp-section .section-heading h1, .hp-section .section-heading h2, .hp-section .section-heading h1, .hp-section .section-heading h2 span {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .hp-waldron-care .grid-wrapper {
        grid-template-columns: 380px;
    }
    
    .hp-welcome .btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.waldro-pg-layout .each-section{
    padding: 100px 0;
  
}
.waldro-pg-layout .each-section h2,
.waldro-pg-layout .each-section h3{
  font-size: clamp(2.25rem, 2.1863rem + 0.2614vw, 2.5rem) !important;
  
}

/* =====================
   ALTERNATING COLORS
===================== */
.waldro-pg-layout .each-section:nth-of-type(2n + 1) {
  background: var(--color-primary);
}

.waldro-pg-layout .each-section:nth-of-type(2n + 2) {
  background: #fbf9ec;
}

.waldro-pg-layout .each-section:nth-of-type(2n + 1) h2,
.waldro-pg-layout .each-section:nth-of-type(2n + 1) h3{
  color: var(--color-accent) !important;
}


.waldro-pg-layout .each-section:nth-of-type(2n + 1) *{
    color: #fff;
}

body.default .each-box h3 {
    font-size: 26px !important;
    font-family: var(--font-body) !important;
}

.waldro-pg-layout .each-section a {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
}

.waldro-pg-layout .ry-grid-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.waldro-pg-layout .each-section:nth-of-type(2n + 1) .each-box {
    background: #158094;
    padding: 5%;
}


.waldro-pg-layout .each-section:nth-of-type(2n + 2) .each-box {
    background: var(--color-accent);
    padding: 5%;
}

.waldro-pg-layout .ry-grid {
    display: grid;
}

.waldro-pg-layout .ry-grid.grid-col-2 {
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
}

.waldro-pg-layout .each-section:nth-of-type(2n + 1) .ry-btn.ry-btn-primary {
    background: var(--color-secondary) !important;
    text-decoration: unset !important;
}

@media (max-width: 767px) {

	.waldro-pg-layout .ry-grid-boxes {
		grid-template-columns: 1fr;
	}
}


