/* Global Variables */
:root {
  /* Colors */
 

  --lab-dark-green:#00696A;
  --lab-light-green:#01B9BC;
  --lab-super-light-green:#89E9F3;
  --lab-orange:#FC6900;
  --lab-red:#F63700;
  --lab-dark-purple:#301E4E;
  --lab-light-purple:#C0B1E7;
  --lab-light-pink:#FFB4A7;
  --lab-super-dark-green:#002E23;



  /* Spacing */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;

  /* Additional Spacing */
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
}







.has-primary-color { color: #01B9BC; }
.has-secondary-color { color: #00696A; }
.has-third-color { color: #FC6900; }
.has-fourth-color { color: #F63700; }
.has-fifth-color { color: #301E4E; }
.has-sixth-color { color: #89E9F3; }
.has-seven-color { color: #ffffff; }
.has-eight-color { color: #00416a; }

.has-primary-background-color { background-color: #01B9BC; }
.has-secondary-background-color { background-color: #00696A; }
.has-third-background-color { background-color: #FC6900; }
.has-fourth-background-color { background-color: #F63700; }
.has-fifth-background-color { background-color: #301E4E; }
.has-sixth-background-color { background-color: #89E9F3; }
.has-seven-background-color { background-color: #ffffff; }
.has-eight-background-color { background-color: #00416a; }
























/* =========================
   12-COLUMN GRID SYSTEM
=========================== */

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; /* Ensures spacing on smaller screens */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 1 auto;
}

/* Define column widths for 12-column system */
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



/* =========================
   WORDPRESS BLOCK GRID SUPPORT
=========================== */

/* WordPress default group block */
.wp-block-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Make WordPress columns use the grid */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

/* Each column inside WordPress columns block */
.wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 1 auto;
}

/* Full-width blocks */
.wp-block-group.alignfull {
    width: 100%;
    max-width: 100%;
}

/* Wide blocks */
.wp-block-group.alignwide {
    max-width: 1200px;
    margin: 0 auto;
}


.no-auto-mrg {
  margin-left: 0!important;
}

.global-inner-section{
    margin-top: 5rem;
}


/* =========================
   FULL-WIDTH BACKGROUND SUPPORT
=========================== */

/* Full-width section (WordPress Group Block with "Full Width" alignment) */
.wp-block-group.alignfull {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px; /* Add padding for spacing */
    background-color: #f5f5f5; /* Example background */
}

/* Inner content stays inside the 1440px grid */
.wp-block-group.alignfull > .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Ensure wide blocks (not full) don’t stretch too far */
.wp-block-group.alignwide {
    max-width: 1200px;
    margin: 0 auto;
}




.kb-button.kt-button.button.kt-btn-size-large.kt-btn-width-type-full.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-true.wp-block-kadence-singlebtn {
  justify-content: space-between;
}


.kb-row-layout-id6_443e42-89 > .kt-row-column-wrap {
  position: relative;
  margin-top: -80px;
}

.kb-column:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}


.wp-block-kadence-column{
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}


.kt-row-column-wrap.kt-has-4-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top {
  margin-bottom: -40px;
}

.wp-block-gutsliders-content-slider .gutslider-content-inner{
    max-width: 100%;
}


.gutslider-overlay {
  border-radius: 10px;
}

.swiper-container-outer {
  border-radius: 10px;
}





/* =========================
   SITE HEADER
=========================== */

.inner-page-content .kt-inside-inner-col h2 {
  color: #00416a !important;
}





/* Fixed Header */
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* Top Bar */
.top-bar {
    background: #B2E0E0;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.top-bar .container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-bar .search-form {
    display: none;
    padding: 10px;
    background: #B2E0E0;
}

.top-bar .search-form input {
    width: 80%;
    padding: 5px;
}

/* Expand Top Bar when Search is Active */
.top-bar.active {
    padding-bottom: 15px;
}



/* Main Navigation */
.main-navigation {
    background: #00416a;
    padding: 15px 0;
}

.main-navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    gap: 20px;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: white;
    font-weight: bold;
    padding: 10px;
    display: block;
}


.hero-content p {
  font-size: 1.5rem;
  padding-top: 0px!important;
}

.hero-content {
  margin-top: 15%!important;
}























/* Buttons */
.btn {
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-orange {
    background: #FC6900;
    color: white;
}

.btn-orange:hover {
    background: #ff7720;
    color: #fff;
}

.btn-white {
    background: white;
    color: #004854;
}


.btn-white:hover {
    background: var(--lab-light-green);
    color: #fff;
}



.nav-cta a {
  margin-left: 15px;
}
.nav-cta {
  display: flex;
  justify-content: space-between;
}

/* Mobile Responsive */
@media (max-width: 990px) {


a.custom-logo-link {
    margin-right: 10px;
}

    .nav-menu {
        display: none;
        flex-direction: column;
        background: #004854;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .burger-menu {
        display: block;
    }
}



























.search-toggle span{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('./../img/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;

}

.top-bar-left {
  display: flex;
}

.top-nav-link {
  display: flex;
  align-items: center;
}

#primary a{
    text-decoration: underline;
}


a.top-nav-link.location-link span{
    width: 25px;
    height: 25px;
    display: block;
    background-image: url('./../img/icons/location-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}




a.top-nav-link.contact-link span{
    width: 25px;
    height: 25px;
    display: block;
    background-image: url('./../img/icons/contact-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}

a.top-nav-link {
  font-weight: 600;
  color: #004854;
  font-size: 14px;
  margin-left: 15px;
  transition: all 0.3s ease!important;
}

a.top-nav-link:hover{
    opacity: 0.8;
}

.search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-field {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 200px;
    transition: width 0.3s ease-in-out;
}

.search-field:focus {
    width: 250px;
    outline: none;
    border-color: #007E80;
}

.search-submit {
    background: none;
    border: none;
cursor: pointer;
position: absolute;
right: 10px;
background: #fff;
color: #004854;
height: 56px;
width: 180px;
}

.nav-search {
  max-width: 1440px;
  margin: 0 auto;
}

.top-bar .search-form input {
  width: 80%;
  padding: 14px;
  border: 2px solid #004854;
  border-radius: 1px;
}



#location-dropdown {
  border: 1px solid #00696a;
background: #fff;
}









section.hero-section {
    margin-top: 132px;
    padding-top: 40px;
    background-color: #f0f6f5;
    border-bottom: 1px solid #D8E1E1;
    position: relative;
  overflow: visible;
  margin-bottom: 100px;
}


section.hero-section.cor-temp {
    margin-top: 132px;
    padding-top: 40px;
    background-color: #E9EBF8;
    border-bottom: 1px solid #C0B1E7;
    position: relative;
  overflow: visible;
  margin-bottom: 100px;
}


section.hero-section.htl-temp {
    margin-top: 132px;
    padding-top: 40px;
    background-color: #FEE8E4;
    border-bottom: 1px solid #FFB4A7;
    position: relative;
  overflow: visible;
  margin-bottom: 100px;
}

.hero-image {
    height: 400px;
    width: 100%;
    position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -50px; 
}

.hero-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs {
    margin-bottom: 25px;
	font-weight:500;
}









/* Style only ULs with the class 'arrow-list' */
.inner-page-content ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 1rem 0;
  padding-left: 0px;
}
.inner-page-content ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  padding-left: 0;
color: #00696A;
align-items: center;
margin-bottom: 15px;
	font-weight: 500!important;
}

.inner-page-content ul li strong{
	font-weight: 500!important;
}

.inner-page-content ul li::before {
  content: ""; 
  background-image: url('./../img/icons/arrow-icon-small-grn.svg');
  width: 25px;
  margin-right: 5px;
  height: 25px;
  display: block;
  color: #4f4a43; /* Customize the color to match your theme */
  font-weight: bold;
    background-position: center;
  background-size: 15px;
background-repeat: no-repeat;
}























































































/* ================== Location Filter ================================== */



/* Wrapper styling */
#location-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Title styling */
.location-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00696a;
}

/* Layout container */
.location-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Location list styling */
#location-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #00696a;
    color: #fff;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

#location-list li {
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#location-list li:hover,
#location-list li.active {
    background-color: #004f50;
}

/* Detail panel styling */
#location-details {
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}




.location-header-details {
  max-width: 100%;
}

.wrap-location-details-yagua-lab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  grid-column: 2 / span 3;
  height: 100%;
  flex-wrap: wrap;
  gap: 2rem;
  background: #fff;
 
}

.top-loc-details p {
  color: #029fa2;
}

.top-loc-details p strong{
    color: #000;
    display: block;
}

.location-header-details h2 {
    font-weight: 600;
    font-size: 20px;
    color: #004643;
}

.location-header-details img {
    border-radius: 5px;
}

.loc-detail-bottom-sec {
  margin-top: 14px;
}

.loc-serv-list {
  list-style: disc;
  margin-left: 15px;
    font-size: 15px;
}

.loc-serv-list li{
    color: #029fa2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .location-container {
        flex-direction: column;
    }

    #location-list {
        width: 100%;
    }
}




/* Desktop styles */
#location-dropdown {
  display: none;
}

#location-list {
  display: block;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  #location-dropdown {
    display: block;
  }

  #location-list {
    display: none;
  }
}














/* =================== FOOTER =================== */


.pb-newsletter-signup{
    overflow: hidden;
}


.mc4wp-form-fields {
  float: left;
  width: 70%;
}


.signup-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004c4c;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  max-width: 500px;
}



.signup-form input[type="email"] {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  outline: none;
}


.signup-form button {
  border: none!important;
  background-color: #ffffff!important;
  color: #004c4c!important;
  font-size: 16px!important;
  font-weight: bold!important;
  padding: 15px 20px!important;
  cursor: pointer!important;
  border-radius: 4px!important;
  transition: all 0.3s ease!important;
}




.mid-section-footer{
    margin-top: var(--spacing-xl);
}

.site-footer{
    padding: var(--spacing-lg);
    padding-top: 100px;
    background-color: #00416a;
    color:#fff;
}

.lower-footer{
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
}


.site-footer a{
    color:#fff;
    text-decoration: none;
}

.cust-list li::before {
  content: "•";
  margin-right: 0.5rem;
}

p.footer-title{
     font-size: var(--font-size-body-2);
    margin-bottom: var(--spacing-sm);
    font-weight: 600;
    color:#fff;
}





ul#Footer-menu {
    display: flex;
    justify-content: center;
}

ul#Footer-menu li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

ul#Footer-menu li a{
    color: var(--primary-color);
    text-decoration: none;
}


.site-footer li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.3s ease-in-out forwards;
}
.site-footer li:nth-child(1) {
    animation-delay: 0.1s;
}
.site-footer li:nth-child(2) {
    animation-delay: 0.2s;
}
.site-footer li:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.footer-img img {
    height: 40px;
}

.footer-img a {
    overflow: hidden;
    height: 100%;
    display: block;
}



.top-section-footer h4{
    font-weight: 500;
}


.menu-footer-copy-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mid-footer{
    border-top: 1px solid #5c8199;
    padding-top:var(--space-10);
}

.mid-section-footer .container{
    border-top: 1px solid #5c8199;
    padding-top:var(--spacing-xxl);
    padding-bottom:var(--spacing-xl);
}

.top-section-footer{
    margin-bottom:var(--space-10);
}


.lower-footer .container {
    align-items: center;
}


#Footer-menu ul li {
  margin-left: 15px;
  margin-right: 15px;
}

#Footer-menu ul li a{
    color:#000;
    font-weight: 500;
}

#Footer-menu ul {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}



.mid-section-footer p{
    color: #fff;
}


p.bottom-copywrite {
    float: right;
    font-size: 14px;
    color: #114c52;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.lower-footer{
    padding-top: var(--space-3);
    padding-bottom:var(--space-3) ;
}



.bottom-social-media {
  flex-grow: 1;
  display: inherit;
  margin-bottom: auto;
  margin-top: auto;
  align-self: flex-end;
  display: grid;
  display: flex;
  height: 100%;
  align-content: end;
  align-items: flex-end;
}



ul.social-group-pb {
    display: flex;
    align-items: flex-end;
    /* align-content: end; */
    justify-content: end;
    width: 100%;
}


li.social-icon-link {
    background: #000;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
}




.mc4wp-form-fields {
    float: left;
    width: 70%;
}


/* Style the form container */
.signup-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004c4c; /* Adjust to your desired background color */
    padding: 10px;
    border: 2px solid #ffffff; /* White border */
    border-radius: 4px; /* Rounded corners */
    max-width: 500px;
}

/* Style the input field */
.signup-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff; /* Input text color */
    background-color: transparent; /* Transparent background */
    outline: none; /* Remove default outline */
}

/* Placeholder styling */
.signup-form input[type="email"]::placeholder {
    color: #8aa9a9; /* Adjust placeholder color */
    font-style: italic;
}



.signup-form input {
   border: none;
background-color: #ffffff;
color: #004c4c;
font-size: 16px;
font-weight: bold;
padding: 15px 20px;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
}


.signup-form input:hover{
    background-color: #8aa9a9; /* Button hover color */
    color: #ffffff; /* Text color on hover */
}


/* Hover effect for the button */
.signup-form button:hover {
    background-color: #8aa9a9; /* Button hover color */
    color: #ffffff; /* Text color on hover */
}


#email {
  background: transparent;
  color: #fff;
  font-weight: 400;
}


@media (max-width: 768px) {
    ul#Footer\ Copy {
    display: flex;
    justify-content: flex-start;
    }
    p.bottom-copywrite {
    float: left;
    }
    .mc4wp-form-fields {
  float: left;
  width: 100%;
    }
    ul.social-group-pb {
  display: flex;
  align-items: flex-end;
  align-content: end;
  justify-content: start;
  width: 100%;
  margin-top: 50px;
    }
    .site-footer{
        padding: 0;
        padding-top:var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
    }


.signup-form label {
  max-width: 276px;
}

.signup-form{
    justify-content: end;
}

.footer-img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.footer-site-nav {
  padding-top: var(--space-10);
}


}




.front-p-news h4{
    font-weight: 500;
}





.lower-footer .col-8 {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

p.location-map-btn a {
  background: #fc6900;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.location_detailslab_wrap p {
  margin-bottom: 0;
}


.gutslider-title {
  color: #fff!important;
  font-weight: 600!important;
}

.gutslider-description{
	color: #fff!important;
}

.wp-block-gutsliders-content-slider .gutslider-cta {
  background-color: #fc6900!important;
  border-radius: 5px;
  color: #fff!important;
  display: inline-block;
  font-size: clamp(14px,2vw,16px);
  padding: clamp(5px,1vw,10px) clamp(15px,2vw,30px);
  text-decoration: none !important;
  font-weight: 600!important;
}


.wp-block-gutsliders-content-slider .gutslider-content-wrapper {
 
  justify-content: end!important;
}

.wp-block-gutsliders-content-slider .swiper-button-next, .wp-block-gutsliders-content-slider .swiper-button-prev {
  background: rgb(0, 72, 84);
  border-radius: 50%;
  color: #e0e0e0!important;
  height: clamp(24px,6vw,40px);
  transition: all .3s ease-in-out;
  width: clamp(24px,6vw,40px);
}



.locations-layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  border-top: 1px solid #D9D9D9;
    align-items: stretch;
}

.locations-layout > * {
  min-width: 0;
}

.district-tabs {
  flex: 0 0 200px;
}

.locations-content {
  flex: 1 1 100%;
}

.on-this-page {
  flex: 0 0 300px;
  margin-top: 25px;
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 990px) {
  .locations-layout {
    flex-direction: column;
  }

  .district-tabs,
  .on-this-page {
    display: none;
  }

  .locations-content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-only {
    display: none;
  }
}


.district-tab.active, #district-list li a:hover {
	background: #CDF3F6;
	border-left: 4px solid #01B9BC;
  font-weight: 500;
	display:block;
}

#district-list li a {
  padding: 10px 25px;
	color: #004854;
	font-weight: 500;
	display:block;
}

#district-list li {
  line-height: 50px;
}

.container-fluid {
  padding: 0 0px;
}

.district-tabs {
  flex: 0 0 300px;
  border-right: 1px solid #D9D9D9;
	padding-top: 15px;
}





.mobile-only {
  display: none;
}

@media screen and (max-width: 990px) {
  .mobile-only {
    display: block;
  }
}

#on-this-page-nav {
  position: sticky;
  top: 150px; /* Adjust this based on your header height */
  max-height: calc(100vh - 120px); /* Prevent overflow */
  overflow-y: auto;
  padding: 1rem;
  border-left: 1px solid #ddd;    /* Optional border */
}


.off-page-title {
  padding-left: 25px;
	padding-bottom: 25px;
}

.off-page-title h1 {
  color: #004854;
}

.district-tabs h3 {
  padding-left: 25px;
  font-weight: 500;
}

.filter-wrap {
  border: 1px solid #00a9ad;
  margin-top: 25px;
  padding: 15px;
  display: inline-block;
  margin-bottom: 25px;
  color: #004854;
  font-weight: 500;
}

.location-item h3 {
  font-weight: 600;
  color: #00696A;
}

.wrap-location-details {
  display: flex;
  gap: 25px;
	flex-wrap: wrap;
  flex-direction: row;
}

.location-item{
	margin-bottom: 50px;
}

.loction-item-title-top {
  margin-bottom: 25px;
}

#on-this-page-nav li {
  margin-bottom: 15px;
}

#welcome-message {
  max-width: 900px;
}

#welcome-message p {
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: .54px !important;
  margin-bottom: 50px;
}

a:hover{
	cursor:pointer!important;
}


.mobile-only {
  border: ;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

#district-select {
  background: #004854;
  color: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
}



/* Force block width in editor */
.editor-styles-wrapper :where(:not(.is-layout-flex, .is-layout-grid)) > .wp-block {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1305px !important;
}


.wp-block-gutsliders-any-content .gutslider-next, .wp-block-gutsliders-any-content .gutslider-prev {
 
  background-color: #fff!important;

  color: #203c32!important;
 
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff!important;
}


element {

}
.wp-block-gutsliders-any-content .gutslider-content-inner {

    margin: 0 auto;
    max-width: 87%!important;
    padding: clamp(15px,6vw,30px);
    text-align: center;
    width: 100%;

}


.gutslider-content-inner p {
  font-weight: 500!important;
}




#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  margin: 0!important;
}

#mc_embed_signup_scroll h2 {
  display: none!important;
}

#mce-EMAIL{
	  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00416a!important;
  padding: 10px!important;
  border: 2px solid #ffffff!important;
  border-radius: 4px!important;

}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #fff!important;
	height: 63px!important;
}

.indicates-required {
  display: none!important;
}


#mc_embed_signup .button {
  clear: both;
  background-color: #fff!important;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #004854!important;
  cursor: pointer;
  display: inline-block;
  font-size: 21px!important;
  font-weight: 600!important;
  height: 62px!important;
  line-height: 32px!important;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: -moz-fit-content;
}

#mc_embed_signup .mc-field-group input {

  height: 63px!important;
}

#mc_embed_signup_scroll {
  margin-top: 25px;
}


#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%!important;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}

#mc_embed_signup .button{
	width: 100%!important;
}

#mc_embed_signup .mc-field-group input{
  color: #fff!important;
  font-size: 24px!important;
}


.kids-button {
  max-width: 100% !important;
}