.crf-filter-form {
    margin-bottom: 20px;
}
#rf-results .strikethrough-heading {
    min-height:auto !important;
  position: relative;
  text-align: center;
  font-weight: 400 !important;
}
.inner-col a span:hover{
    text-decoration: underline !important;
    text-underline-position: from-font !important;    
}
.newsroom-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}

.newsroom-boxes .col {
    height: 100%;
    transition: all 0.3s ease;
}

.newsroom-boxes .col:hover {
    background-color: rgba(0,0,0,0.1);
}

#rf-results h4 a:hover{
    color:#ee7623 !important;
}
#rf-results{
    margin-bottom:80px;
}

#rf-results .row {
    display: flex;
    flex-wrap: wrap;
}

#rf-results .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
}

#rf-results .inner-col {
    height: 100%;
}

@media (min-width: 992px) {
    #rf-results .row .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 15px;
    }
}

.strikethrough-heading::before,
.strikethrough-heading::after {
  content: '';
  position: absolute;
  top: 50%; /* Align lines vertically in the middle of the text */
  width: 40%; /* Adjust line length */
  height: 1px; /* Set thickness of the line */
  background-color: black; /* Color of the line */
}

.strikethrough-heading::before {
  left: 0;
}

.strikethrough-heading::after {
  right: 0;
}

.strikethrough-heading span {
  position: relative;
  z-index: 1; /* Ensure the text appears above the lines */
}

#rf-filter-form .row, .filter-bg-results{
    margin:0px !important;
}
.crf-categories, .crf-asset-types {
    display: inline-block;
    margin-right: 20px;
}
.rf-asset-type, .rf-category[type=checkbox],.rf-category,.crf-categories input[type=checkbox], .crf-asset-types input[type=checkbox]{
    display:inline-block !important;
}
.crf-post-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
}
.resources-hero{
    margin:0 -10px !important;
    background:#91C73E !important;
    margin-bottom:50px !important;
}
.resources-hero a{
    color:#fff !important;
}
.buttons label{
    color:#00A3E0 !important;
}
.checkboxes-resources input[type="checkbox"], .buttons input[type="radio"] {
    appearance: none; /* Removes default radio button styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px; /* Set the size of the box */
    height: 16px;
    background:#fff;
    border: 1px solid #fff; /* Border color and thickness */
    border-radius: 0px; /* Slightly rounded corners for a boxy look */
    outline: none;
    cursor: pointer;
    margin-right:10px;
    display: inline-block; /* Ensures proper alignment with the label */
}

.checkboxes-resources input[type="checkbox"]:checked, .buttons input[type="radio"]:checked{
    background-color: #007bff; /* Blue background when checked */
    border-color: #007bff; /* Match border color with the background */
    position: relative;
}
.resources-hero .row{
    padding-top:30px;
    display:flex;
    align-items:center !important;
    justify-content:center !important;
}
.buttons input[type="radio"]:checked::after, .checkboxes-resources input[type="checkbox"]:checked::after{
    content: '✓'; /* Checkmark symbol */
    font-size: 14px;
    color: white;
    display: block;
    text-align: center;
    line-height: 16px; /* Center checkmark vertically */
}
.hero-cta{
    padding:0px 30px !important;
    margin:0!important;
    max-width:fit-content !important;
    width:auto !important;
    text-align:left;
    
}
.inner-row{
    display:flex;
    flex:100%;
}
.inner-col a{
    font-size:20px !important;
}
.inner-col h4, .inner-col h4 a{
    font-size:25px !important;
    letter-spacing:normal !important;
}
.checkboxes-resources{
    display:flex !important;
}
/*.load-more-btn{*/
/*    padding:10px 30px !important;*/
/*}*/
 a.linkOrangeButton:hover{
        background-color: #EE7623 !important;  
    color: #FFF !important;

}
.load-more-btn{
    display:block;
    margin:0 auto;
}
.load-more-btn:hover{
    text-decoration:underline !important;
}
.resources-hero .hero-cta, .load-more-btn{
    font-size: 18px;
    cursor: pointer;
    background-color: #EE7623;
    padding: 10px 30px;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #EE7623;
    /*line-height: 40px !important;*/
    /*margin:0 auto;*/
    /*display:block !important;*/
    /*    font-size: 14px !important;*/
    /*cursor: pointer !important;*/
    /*background-color: #EE7623 !important;*/
    /*padding: 10px 20px !important;*/
    /*color: #FFF !important;*/
    /*text-transform: uppercase !important;*/
    /*border: 1px solid #EE7623 !important;*/
    /*line-height: 1.2 !important;*/
}
.categories-section h3, .assets-section h3{
    color:#00A3E0;
}
#rf-results .col-md-4{
    margin-bottom:30px !important;
}
#rf-results .inner-col{
    min-height:260px;
}
#rf-results .inner-col, .filter-bg-results{
    background-color: rgba(217, 217, 217, 0.3); 
    padding:15px;
}
.filter-bg-results{
    padding-bottom:40px !important;
}
#rf-results h3{
    color:#91C73E !important;
    font-weight:bold;
    font-size:30px;
} 
#rf-results h4{
    margin-bottom:20px;
}
#rf-results h4 a{
    color:#323232 !important;
}
#rf-results p{
    color:#00A3E0;
    margin-top:20px;
    font-size:14px !important;
    line-height:1.5;
}
.checkboxes-resources label{
    font-size:16px !important;
    text-transform:capitalize !important;
}
.inner-row{
    background-color: rgba(217, 217, 217, 0.3); 
    padding:30px;        
}
@media(min-width:992px) and (max-width:1024px){
.inner-col h4, .inner-col h4 a{
    font-size:23px !important;
}
.resources-hero h2{
    font-size:28px;
}
}
@media(min-width:992px) and (max-width:1400px){
    #rf-results .inner-col{
        min-height:280px !important;
    }
}
@media(min-width:768px){
    #rf-results h4{
        min-height:90px !important;
    }
    .inner-row .categories-section, .inner-row .assets-section{
        max-width:50%;
        width:50%;
    }    
    .right-column{
        padding-left:60px !important;
    }
    .assets-section{
        border-left:1px solid #323232;
        padding-left:60px !important;
    }

}
@media(max-width:600px){
    .inner-row{
        display:block !important;
        text-align:left !important;
    }
    .categories-section{
        padding-bottom:20px !important;
        border-bottom:1px solid #00A3E0;
    }
    .assets-section{
        padding-bottom:20px !important;
    }
    /* Add initial hidden state for the checkboxes-resources content */
    .checkboxes-resources {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out; /* Smooth toggle effect */
    }
    
    /* When active, expand the section */
    .checkboxes-resources.active {
        max-height: 800px; /* Adjust to fit the expected content height */
        transition: max-height 0.3s ease-in;
    }    
    .assets-section h3, .categories-section h3{
        position:relative !important;
    }
    .assets-section h3:hover, .categories-section h3:hover{
        cursor:pointer;
    }    
    .assets-section h3.active::after, .categories-section h3.active::after {
        content: "-";
    }
    .assets-section h3::after, .categories-section h3::after {
        content: "+";
        position: absolute;
        right: 10px; /* Position it to the right */
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #00A3E0; /* Adjust the color as needed */
    }
        
    .checkboxes-resources{
        display:block !important;
    }
    .checkboxes-resources .right-column{
        padding-left:0px !important;
    }
    .hero-cta{
        margin:0 auto !important;
    }
    
    .hero-section .row {
        display: flex;
        flex-direction: column;  /* Stack the columns vertically */
        padding:0 15px;
    }

    .hero-section .col-md-3,
    .hero-section .col-md-7 {
        width: 100%;  /* Make each column take full width */
    }

    /* Reorder the columns */
    .hero-section .col-md-3 {
        text-align:center;
        order: 2;  /* Place this column after the col-md-7 */
    }

    .hero-section .col-md-7 {
        padding-bottom:30px;
        order: 1;  /* Ensure this column comes first */
    }    
}