/* 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; 
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bb4c46b337d6439eafd598c455b11c18 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bb4c46b337d6439eafd598c455b11c18 > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e6390a54e4d740f59386adbb1bf119ae { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e6390a54e4d740f59386adbb1bf119ae > .item {
	display: flex;
	flex-direction: column;
}




/* 2 Column Section */
.small-feature {
  padding: 60px 20px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

/* Text Content Styles */
.sub-heading {
    display: block;
    color: #1eb8ea;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .35em;
    text-align: left;
}

.main-heading {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: fftisasanswebprobold;
    src: url(https://use.typekit.net/af/1bcd29/0000000…/31/l?subset_id=1&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/1bcd29/0000000…/31/d?subset_id=1&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/1bcd29/0000000…/31/a?subset_id=1&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
    color: #000000;
}

.description {
    line-height: 1.6;
}

/* Red Box Styles */
.col-red-box {
  background-color: #d92527; /* Updated to your new red */
  color: #fff;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.box-heading {
    font-size: 1.3rem;
    margin-bottom: 7px;
    line-height: 1.3;
    font-weight: bolder;
    font-family: fftisasanswebprobold;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

.box-text {
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Badge Layout */
.badge-row {
  display: flex;
}

.badge-item {
    width: 100%;
    max-width: 350px;
    margin-top: -20px;
}

.badge-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Desktop Responsiveness & Overlap */
@media (min-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .col-red-box {
    /* This creates the overlap with the hero section above */
    margin-top: -120px; 
    position: relative;
    z-index: 10;
  }
  
  .col-text {
      padding-top: 40px;
  }
}





/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #d92527; /* color of accordion title background */
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: #585858; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}



/*Responsive Homepage Hero*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockContainer:has.block_c8c505ef95134c91b0f60faa3b6f4678 {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .block_c8c505ef95134c91b0f60faa3b6f4678 .pageTitle {
        font-size: 35px;
    }

    .block_c8c505ef95134c91b0f60faa3b6f4678 .blockInnerContent {
        font-size: 21px;
    }
    
    .block_c462ac2de32a4cd296e5cd0f98e00deb .blockImg {
  display: none;
    }
    
}