@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer-gov-goal-list-item i {
        margin-bottom: 10px !important;
    }
}

.footer-gov-goal-list-item i {
    border-radius: 60px !important;
}

.GovGoals-container {
    padding-top: 75px;
}

.footer-gov-goals {
    margin-top: 0px;
    color: #fafafa;
    background-color: #2a578d;
}

.footer-gov-goal-list-item span {
    color: white;
}

.footer-gov-goal-logo {
    border-top-left-radius: 150px;
}

    .footer-gov-goal-logo img {
        margin-top: -75px;
        position: relative;
        width: 150px;
        text-align: middle;
        background: #2a578d;
        border: #2a578d;
        padding: 7.5px;
        border-radius: 150px;
    }

.footer-gov-goal-link h1 {
    color: #fafafa;
    text-decoration: underline;
    margin-bottom: 0px;
    text-align: left;
    display: block;
    width: fit-content;
    margin: auto;
    text-align: Center !important;
    transform: scale(1.05);
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}


.footer-gov-goal-text,
.footer-gov-goal-list-item-category {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#s4-workspace .footer-gov-goal-text-item {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 25px;
}

.footer-gov-goal-text li {
    display: inline-block;
    color: #fafafa;
}

    .footer-gov-goal-text li:before {
        content: '\00a0\2022\00a0\00a0';
        color: #fafafa;
        font-size: 30px;
    }

@media (max-width: 1024px) {

    .footer-gov-goals {
        padding-bottom: 10px;
    }

    .footer-gov-goal-link h1 {
        margin-bottom: 0px;
    }

    .footer-gov-goal-text li:before {
        content: '';
    }

    #s4-workspace .footer-gov-goal-text-item {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 8px;
        margin-top: -8px;
    }
}

.footer-gov-goal-text li:first-child:before {
    content: '';
}

/* Default List Items */
.footer-gov-goal-list-item:hover .footer-gov-goal-list-item-category,
.footer-gov-goal-list-item:hover .footer-gov-goal-list-item-summary {
    color: #2a578d;
}

.footer-gov-goal-list-item:hover, .footer-gov-goal-link h1:hover, .footer-gov-goal-link:hover {
    background-color: #fafafa;
    text-decoration: none;
    color: #2a578d;
}

.footer-gov-goal-list-item a:focus,
.footer-gov-goal-list-item a:hover {
    color: #143056;
    text-decoration: none;
}

.footer-gov-goal-list-item {
    position: relative;
}

@media (max-width: 1024px) {
    .footer-gov-goal-list-item {
        margin: 0 auto;
        width: 100%;
    }
}

.footer-gov-goal-list-item a {
    display: inline-block;
    padding: 20px;
    /*padding-top: 0px;*/
    padding-bottom: 0px;
    width: 100%;
}

.footer-gov-goal-list-item i {
    font-size: 40px;
    color: #fafafa;
    background: #224671;
    border: 2px solid #fafafa;
    -webkit-border-radius: 450%;
    padding: 0.27em 0.02em 0.2em 0.05em;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: 10px;
}

.footer-gov-goal-list-item-category {
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.333rem !important;
    line-height: 2.37007rem !important;
    margin-bottom: 0.625rem;
}

/* Small List */

.small-list {
    height: max-content;
    width: 100%;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 8px;
}

    .small-list .footer-gov-goal-list-item {
        width: auto;
        margin: 0 250px;
    }

@media (max-width: 1024px) {
    .small-list .footer-gov-goal-list-item {
        width: 100%;
        margin: 0 auto;
    }
}

.small-list i {
    position: absolute;
    top: 20%;
    display: block;
}

    .small-list i.pai-external-link {
        position: absolute;
        display: block;
        background-color: transparent !important;
        top: 5px;
        right: 5px;
        border: none;
    }

@media (max-width: 1024px) {
    .small-list i {
        display: inline-block;
        float: none;
        position: initial;
    }
}

.small-list .footer-gov-goal-list-item-body {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-left: calc(85px + 20px);
}

    .small-list .footer-gov-goal-list-item-body p {
        width: inherit;
        padding-right: 100px;
        max-width: unset;
    }

@media (max-width: 1024px) {
    .small-list .footer-gov-goal-list-item-body {
        text-align: center;
        margin-left: 0px;
        width: 100%;
    }

        .small-list .footer-gov-goal-list-item-body p {
            width: inherit;
            padding-right: 0px;
            max-width: unset;
        }
}

@media (max-width: 1024px) {
    .small-list .footer-gov-goal-list-item-body {
        margin-top: 0;
    }
}

.small-list .footer-gov-goal-list-item span {
    display: block;
    position: relative;
    text-align: left;
}

@media (max-width: 1024px) {
    .small-list .footer-gov-goal-list-item span {
        text-align: center;
    }

    .small-list .footer-gov-goal-list-item-summary {
        max-width: unset !important;
    }
}

.small-list .footer-gov-goal-list-item-summary {
    text-align: left;
    padding-bottom: 15px;
    padding-right: 15px;
    /*max-width: 700px;*/
}

.small-list .footer-gov-goal-list-item-category {
    display: inline-block;
    margin-top: 0;
    min-height: 0;
}

@media (max-width: 1024px) {
    .small-list .footer-gov-goal-list-item-category {
        text-align: left;
        margin-top: 20px;
    }
}

/* Large List */

.large-list {
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 8px;
    margin-left: 40px;
    margin-right: 40px;
}

    .large-list .footer-gov-goal-list-item {
        width: 25%;
        /*min-height: 420px;*/
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

@media (max-width: 1024px) {
    .large-list .footer-gov-goal-list-item {
        width: 100%;
        min-height: 0;
    }

    .large-list {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.large-list .footer-gov-goal-list-item-category {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.725rem !important;
    min-height: 70px;
}

@media (max-width: 1024px) {
    .large-list .footer-gov-goal-list-item-category {
        min-height: 0;
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1542px) {
    .large-list .footer-gov-goal-list-item-category {
        margin-top: 10px;
        line-height: 1.725rem !important;
        min-height: 54px;
    }
}

.large-list .footer-gov-goal-list-item i {
    position: initial;
}

.large-list i.pai-external-link {
    position: absolute;
    display: block;
    background-color: transparent !important;
    top: 5px;
    right: 5px;
    border: none;
}

.large-list .footer-gov-goal-list-item span {
    display: block;
}

/* category inline list at bottom */
@media (max-width: 1024px) {
    .inline-list .footer-gov-goal-text-item {
        display: none;
    }
}
