/* footer style */
.footer .f-footer {
    background: rgb(150, 213, 241);
    padding: .6em .2em;
    overflow: hidden;
    text-align: center;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
}

.footer {
    /*margin-top: 10px;*/
    margin-bottom: -10px;
    font-weight: bold;
    background: #ADDEF4;
    color: #39A3D3;
}

.footer .body h1 {
   color: rgb(0, 118, 166);
   font-size: 1.3em;
}

.footer .body {
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer .body .horizontal {
  text-align:  center;
}

.footer .body .horizontal em {
    color: black;
    font-size: 14px;
}

.footer .body .horizontal a {
    font-weight: bold;
    color: #39A3D3;
    text-decoration: none;
}

.footer .body .horizontal a:hover {
    color: rgb(0, 118, 166);
}

.footer .quick-links {
    text-align: center;
}

.footer .quick-links a {
    display: block;
    color: black;
    text-decoration: none;
}

.footer .f-link {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer .f-link h1 {
    color: white;
    font-size: 1.1em;
    padding-bottom: 7px;
}

.footer .f-logo {
    padding-top: 15px;
    background-image: url(/National_Library/oe_/https://careflash.com/images/homepage/logoTransparent2.png);
    background-repeat:no-repeat;
}

.footer .fq-link a {
    padding-left: 15px;
}

.footer .template a {
    font-size: 20px;
    color: rgb(57, 163, 211);
    text-decoration: none;
}

.footer .template a:hover {
    color: rgb(0, 118, 166);
    text-decoration: none;
}

.footer .f-footer {
    font-size: 13px;
}