/*lisa removed p tag from this stylesheet 7/5/2024*/

.footerlink {
    font-size: 1.2em;
}

ul {
    list-style: none;
}

footer {
    padding-bottom: 0;
    margin: 0;
    background-color: #212c4a;
    overflow-x: hidden;
}

#footerwrapper {
    display: block;
    padding: 3% 3% 10%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #232c48;
}

#footercolumn {}

#footercolumn2 {}

#footercolumn3 {}

#footercolumn4 {}

.skin-footer-background {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    background-color: #212c4a;
}


/*----------------- typography ------------------------------*/

.footer-learn a:link {
    color: #efefef !important;
    font-size: 1.3em !important;
    margin-bottom: 1.3em !important;
    padding-bottom: 0px !important;
    text-decoration: none;
}

.footer-learn a:visited {
    color: #efefef !important;
    text-decoration: none;
}


/*Lisa added :visited style to footer-learn 7/5/2024 also moved a to just before the : in all */

.footer-learn a:hover {
    color: #cccccc !important;
    text-decoration: none;
}

.footer-learn a:active {
    color: #efefef !important;
    text-decoration: none;
}

.bottomlinks a:link {
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    line-height: 25px !important;
}

.bottomlinks a:visited {
    color: #fff !important;
    text-decoration: none;
}

.bottomlinks a:hover {
    color: #efefef !important;
    text-decoration: none;
}

.bottomlinks a:active {
    color: #ffff !important;
    text-decoration: none;
}

.pad-left {
    margin-left: 8px;
}

h3.litetext {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #f4f4f4;
    width: 100%;
}

a.litetext {
    color: #f4f4f4;
}

.litetext {
    color: #f4f4f4;
}


/*p {
    font-size: 1.3em;
}*/

.smtext {
    font-size: 0.8em;
    margin: 0;
    width: 100%;
    padding: 0 8%;
}

.fw-bold {
    font-weight: 800;
}

.logofooter {
    margin: 11px auto;
    width: 18em;
}

.footerrule {
    color: #ffffff;
}


/*------------------ disclaimer section    --------------------*/

.disclaimertextwrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #212c4a;
}

.sitemaplinkswrapper {
    display: block;
    margin: 5% auto;
    width: 100%;
    margin-bottom: 0;
    background-color: #212c4a;
}

.newtextsection {
    margin-bottom: 0;
}


/*----------------- Media Queries ---------------------*/

@media only screen and (max-width: 767px) {
    .pad-left {
        margin-left: -5px;
        padding-right: 7px;
    }
}

@media only screen and (max-width: 450px) {
    #footerwrapper a.litetext {
        font-size: 9px;
        margin-bottom: 3%;
    }
}