﻿
#widget_bl_top {
    padding: 0;
}

#widget_bl_content {
    padding: 10px;
}

#widget_bl_header {
    background-image: linear-gradient(90deg,#06013d 21%,rgba(41,196,169,0) 100%);
    min-height: 175px;
}

#widget_bl_header_wrap {
    background-image: url(/images/CircuitsBluePurple1Banner.png);
    background-position: center;
    background-size: cover;
    min-height: 175px;
    padding: 10px 10px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

    #widget_bl_header_wrap h1 {
        font-weight: 700 !important;
        margin-bottom: 10px;
    }

.font-white {
    color: white;
}

.font-gray {
    color: #838080;
}

.widget_bl_item {
    margin: 30px;
}
.widget_bl_item svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 20px;
}


