@media only screen and (max-width:767px){
    .cols3.imgMgn0 .imgGridItem {
    width: 100%!important;
    margin: 0;
}
/* Flip 50-50 Stacking Order in Mobile */

.block_f3d7c23221694b9d93e3aa1588228c69,
.block_eef48f7d9306404591ca27605ac47cc0{
    display: flex;
    flex-flow: wrap-reverse;
}
.blockWrap_ca609eb408b5462a9548a9297b41c320 {
    background-image: none!important;
    padding-bottom: 75px!important;
}
.blockWrap_eef48f7d9306404591ca27605ac47cc0 .blockText{
    padding-top:75px!important;
    padding-bottom:50px!important;
}
.blockWrap_f3d7c23221694b9d93e3aa1588228c69 .blockText{
    padding-bottom:50px!important;
}
}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #406695;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrapper > span {
    margin: 0 10px;
}
.switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-wrapper span {
    font-weight: bold;
    font-size: large;
    color:white;
}

/* Boro Page Header */

.block_cd55c672f2a9415aa91b67464c6b1962  .blockText p {
    padding-bottom: .3em;
}

/* Boro Page Video Block on Mobile */
@media only screen and (max-width:767px){
div.blockWrap_ce0c7bdf608147a7bfe6c3d32bf418e3 {
    padding-top: 30px;
    padding-bottom: 10px;
}
div.blockWrap_f502616e47fa4ec4b670c08e2f37d1c7 {
    padding-bottom: 40px;
}
}

/* Main Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* Hides anything that goes outside the container */
    color: white;
}

/* Wrapper for slides and navigation */
.slider-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-column.image-content {
    background: none;
    border: none;
}

/* Individual Slide Styling */
.slide {
    display: none; /* Hide all slides by default */
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 5%; /* Adds some space on the sides */
    box-sizing: border-box;
}

/* Active Slide Styling */
.slide.active {
    display: flex; /* Show the active slide as a flex container */
    animation: fadeIn 1.5s; /* Apply fade-in animation */
    gap: 40px;
}

@media screen and (max-width: 768px){
    .slide.active{
        flex-direction: column;    
    }    
}

/* Two-Column Layout */
.slide-column {
    flex: 1; /* Each column takes up half the space */
    padding: 2rem;
    background-color: rgb(235 239 245 / 70%);
    border: 5px solid #ccc;
    border-radius: 20px;
}

.slide-column.text-content {
    color: #222;
}

.slide-column.text-content h2 {
    font-size: 38px;
    color: #406695;
    letter-spacing: -.05em;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 900;
    font-family: museosansheavy, Arial, Verdana, sans-serif;
    padding-bottom: .5em;
}

.slider-content p.subtitle {
    font-family: futurabold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #747474;
    background-color: transparent;
}

.text-content {
    text-align: left;
}

.image-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content img {
    max-width: 100%;
    max-height: 400px; /* Constrain image height */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Text and Button Styling */
h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-button {
    padding: 15px 30px;
    font-size: 1rem;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* Navigation Arrows */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    user-select: none; /* Prevents text selection */
    background-color: rgba(0,0,0,0.3);
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.6);
}

/* Fade-in Animation */
@keyframes fadeIn {
    from { opacity: 0.4; }
    to { opacity: 1; }
}