#block-ngpsb-homepagetitle{
    margin-bottom:15px;
}

/*----Energy Logo Resize----*/
.navbar-brand{
    height: 150px !important;
    width: 225px !important;
    margin-bottom: -2rem !important;
}

/* Spotlight Card in Layout Builder */
@media (min-width: 35rem) {
    .node .paragraph--type--spotlight-cards .field--type-image {
        float: unset;
        margin: unset;
    }
}
.node--type-page .block-layout-builder .paragraph--type--spotlight-cards,
.node--type-page.layout-one-sidebar .paragraph--type--spotlight-cards {
    display: flex;
    flex-flow: column nowrap;
    div.field--name-field-spotlight-link {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 160px;
        @media screen and (min-width: 992px) and (max-width: 1399px) {
            top: 130px;
        }

        @media screen and (min-width: 500px) and (max-width: 991px) {
            top: 185px;
        }
    }
    .field--type-image img {
        width: 100%;
        height: 223px;
        object-fit: cover;
        margin-bottom: 0;
        box-shadow: none;
    }
}