/*  */
#footer_app_version{
    display: none;
}
footer.site-footer {
    background: #333333;
}
footer.site-footer #footer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 20px;
}
footer.site-footer #footer p,
footer.site-footer #footer li,
footer.site-footer #footer a{
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    line-height: 1.5rem;
    text-decoration: none;
}
footer.site-footer #footer ul{
    margin-left: 0px;
    padding:  0px;
}
footer.site-footer #footer::before, footer.site-footer #footer::after {
    display: table;
    content: ' ';
}
footer.site-footer #footer::after {
    clear: both;
}

footer.site-footer #f-quicklinks::after {
  content: "";
  clear: both;
  display: table;
}

footer.site-footer #footer p,
footer.site-footer #footer a,
footer.site-footer #footer h2,
footer.site-footer #footer h3 {
    color: #eeeeee;
}
footer.site-footer #footer a:hover {
    text-decoration: underline;
}
footer.site-footer #footer h2 {
    font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin: 0px;
}

footer.site-footer #footer #f-address p{
    margin-top: 5px;
}

@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-address {
        width: 38%;
        float: left;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
/* mobile */
@media print, screen and (max-width: 48em) {
    footer.site-footer #footer #f-address {
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-address,
    footer.site-footer #footer #f-address:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
}
footer.site-footer #footer #f-address h3 {
    font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
    font-size: 1rem;
    margin: 0px;
}
footer.site-footer .f-hunt-address{
    margin-bottom: 30px;
}
/* large screens */
@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-libraries {
        width: 35%;
        float: left;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-libraries,
    footer.site-footer #footer #f-libraries:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
}
footer.site-footer #footer #f-libraries h2 a {
    font-family:  "RobotoBold", "Arial Black", Helvetica, sans-serif;
}
footer.site-footer #footer #f-libraries ul {
    list-style-type: none;
    margin-left: 0px;
}
@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-social {
        width: 25%;
        float: left;
        padding-right: 0.44643rem;
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 48em) {
    footer.site-footer #footer #f-social, footer.site-footer #footer #f-social:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
}
/* mobile */
@media print, screen and (max-width: 48em) {
    footer.site-footer #footer #f-libraries {
        margin-bottom: 50px;
    }
}
footer.site-footer #footer #f-social ul {
    margin: 0px;
    list-style-type: none;
}
footer.site-footer #footer #f-social h2 a {
    font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
    font-size: 1.1rem;
    padding-bottom: 5px;
}
footer.site-footer #footer #f-social ul li {
    padding-bottom: 5px;
}
footer.site-footer #footer #f-social svg,
footer.site-footer #footer #f-social i {
    height: 22px;
    padding-right: 3px;
    position: relative;
    top: 3px;
    width: 22px;
    z-index: 1;
}

footer.site-footer #f-lib-links{
    margin: 0px 0px 30px 0px;
}
footer.site-footer .f-hill-address{
    margin-bottom: 30px;
}
footer.site-footer #f-util-links{
    margin-bottom: 0px;
}
footer.site-footer a.giving{
    display: block;
}


#snapchatModal{
    background: none;
    border: 0px;
    display:  none;
    left: 50%;
    overflow: visible;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 99;
}
#snapchatModal #modal-content{
    position: relative;
    left: -200px;
    top: -200px;
}
a#close-snapchat{
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000;
    height: 40px;
    font-size: 2rem;
    position: absolute;
    line-height: 1.9rem;
    right: -10px;
    text-align: center;
    top: -6px;
    width: 40px;
}
@media print, screen and (max-width: 48em) {
    #snapchatModal{
        width: 200px;
    }
    #snapchatModal #modal-content{
        position: relative;
        left: -100px;
        top: -100px;
    }
    a#close-snapchat{
        right: -30px;
        top: -30px;
    }
}

@media print {
    footer.site-footer{
        background: #fff;
    }
    footer.site-footer #footer h2,
    footer.site-footer #footer #f-address h3{
        color: #000 !important;
    }
    footer.site-footer #footer p,
    footer.site-footer #footer a,
    footer.site-footer #footer h2,
    footer.site-footer #footer h3{
        color: #000 !important;
    }
    footer.site-footer #f-quicklinks{
        border: 0px !important;
    }
    #f-libraries{
        display: none !important;
    }
    #f-social{
        display:  none !important;
    }
}

