/*To take over the entire Footer section*/
#dnn_FooterLinks {
    flex: 0 1 100%;
    max-width: 100%;
}

/*To hide the Staying Connected*/
.skin-social-header {
    display: None !important;
}

/********************** FOOTER **********************/
/****************************************************/
@media (width < 80rem) {
    .grid-container-table {
        grid-template-columns: 1fr !important;
    }
    .sectionCategory {
        padding: 0 !important;
        width: unset !important;
        padding-right: 0.5rem !important;
    }
}
.grid-container-table {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 3rem;
    text-align: left;
    color: white;
}
.contactHeading {
    border-width: 0.2rem;
    font-weight: bold;
    font-size: medium;
}
.sectionCategory {
    border-right-style: solid;
    border-width: 0.2rem;
    font-weight: bold;
    font-size: medium;
    vertical-align: center;
    padding-right: 1rem;
}
.sectionLink {
    padding: 0.8rem;
    text-wrap: balance;
}
.sectionLink a,
.contactEmail a {
    color: white !important;
}
.sectionLink a:hover,
.contactEmail a:hover {
    color: hsl(154, 17%, 74%) !important;
}