@charset "utf-8";
/* CSS Document */


.alert_button_active {
    width: 100%;
    position: relative;
}



.alert_button_active .copy{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
} 

.alert_title {
    display: inline-flex;
    align-items: center;
    width: 35%;
}

.alert_icon {
    display: inline-block;
    font-size: 25px;
    min-width: 25px;
    max-width: 25px;
    text-align: center;
}

.title_icon {
    margin-left: 7%;
    display: inline-block;
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
}


#close_alert_1 {
    color: white;
    position: absolute;
    right: 20px;
    top: 10px;
    text-decoration: none;
}
.learn_more_alert{
background: #ed1d24;
border-radius: 25px;
color: #fff;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 25px;
font-size: 13px !important;
line-height: 14px;
font-weight: 800 !important;
    
    }
.learn_more_alert:hover{
    background: #de141b;
     color: #fff;
text-decoration: underline;
}
.alert_button_active .alert_description {
    width: 50%;
}
.alert_learn_more_link {
   
    display: inline-block;
}
#close_alert_2 {
    color: white;
    position: absolute;
    right: 20px;
    top: 10px;
    text-decoration: none;
}

.default_alert{
    color: #fff;
  background-color: #255798;  
}
.custom_alert{
      color: #fff;
background: #de141b;
    }


.custom_alert .learn_more_alert{
    background:#255798;
     color: #fff;

}
.alert_description p{
    margin-bottom: 0px;
}

.search-results ul{
        list-style: none;
    padding-left: 0px;
}
.search-results ul li{
padding-bottom: 20px;
    padding-top: 20px;
}
.search-results h3{
         font-size: 25px;
}
.search-results .learn_more_alert a {
     color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
}
.search-results .learn_more_alert {
    margin-top: 10px;
    color: #ffffff !important;
    background-color: #ed1d24;
    border-color: #ed1d24;
    width: 150px;
}

.search-results .learn_more_alert:hover {
    color: #fff !important;
    background-color: #255798;
    border-color: #255798;
}

.search-results .page-numbers{
         background: #ed1d24;
    border-radius: 25px;
    color: #fff;
    display: inline-flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    font-size: 15px !important;
    line-height: 14px;
    font-weight: 800 !important;
    width: fit-content;
    margin-bottom: 20px;
}
.image_right_header{
    margin-top: -30px;
}
.search-results .current{
    background: #255798;
}
@media only screen and (max-width: 800px) {
    .image_right_header{
    margin-top: 0px;
}
 .alert_icon {
    display: inline-block;
    font-size: 15px;
    min-width: 15px;
    max-width: 15px;
    text-align: center;
}
    .title_icon {
  line-height: 20px;
    font-size: 15px;
        padding-right: 5px;
    }
    .alert_button_active .alert_description {
        width: 40%;
    font-size: 14px;
    line-height: 15px;
    }
    .learn_more_alert {
        background: #ed1d24;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: 800 !important;
    }
    .alert_learn_more_link {
    display: inline-block;
    padding-left: 5px;
    }
    #close_alert_1 {
    right: 5px;
    top: 2px;
    font-size: 12px;
    }
    #close_alert_2 {
    right: 5px;
    top: 2px;
    font-size: 12px;
    }
    .footer_collumn .widget h3 {
    margin-top: 10px !important;

    }
    .footer_collumn {
      width: 48% !important;
    }
    .footer_collumn:last-child {
    width: 100% !important;
        text-align: left !important;
    }
    #footer-sidebar-widgets .social-links{
        float: left;
    }
}


