/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    padding: 22px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


.blockWrap_f899ca0e1e674ccbbac858950867939b .pageSubtitle {
    margin-bottom: -16px;
}




/* 2 Column Section */
.comp-glass-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: brandongrotesqueblack, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #072137;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.description {
    color: #092138;
    font-size: .891rem;
    line-height: 1.6;
}

/* Blue Box Styles */
.col-blue-box {
  background-color: #0056a4;
  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: brandongrotesqueblack, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.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-blue-box {
    /* This creates the overlap with the hero section above */
    margin-top: -120px; 
    position: relative;
    z-index: 10;
  }
  
  .col-text {
      padding-top: 40px;
  }
}


/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
     .listView.vAlgn1 .itemPreview.hasImg, 
     .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
        
    }
    
     .listView .itemPreview.hasImg .itemContent {
        width: 100%;
        padding: 10px;
    }
}


/*Responsive Homepage Hero*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockContainer:has(.block_f899ca0e1e674ccbbac858950867939b) {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .block_f899ca0e1e674ccbbac858950867939b .pageTitle {
        font-size: 30px;
        text-align: center;
    }

    .block_f899ca0e1e674ccbbac858950867939b .pageSubtitle {
        font-size: 21px;
        text-align: center;
    }
    
        .block_f899ca0e1e674ccbbac858950867939b .blockInnerContent {
        font-size: 16px;
        text-align: center;
    }
    
    div.blockWrap_f899ca0e1e674ccbbac858950867939b {
    padding: 40px !important;

}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c3e8d1e48134490aa04027abe4e44cc1{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c3e8d1e48134490aa04027abe4e44cc1> .item {
	display: flex;
	flex-direction: column;
}