/** Footer **/	
/**Hide Springshare info**/

div.s-la-footer.s-la-color-bars.s-la-color-bars-border {
    display: none;
}

#s-la-footer-public {
    background: #00687f;
    width: 100% !important;
}

#s-la-footer-public-custom {
    background: #00687f;
    width: 100% !important;
    padding: 0px;
	min-height: 800px;
}

.s-la-footer {
	font-size: 16px !important;
    color: #fff;
	text-align: left !important;
}

.s-la-side-borders {
    border: none;
}

#footer-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.footer-menu {
    list-style: none;
    margin-top: 10px;
}
#footer-mobile-depts {
	display: none;
}

h2#footer-header {
    color: #fff !important;
    font-weight: normal;
	font-size: 3rem;
}

h3.footer-col-header {
	font-size: 22px !important;
	color: #fff !important;
}
.s-la-footer a {
	color: #fff!important;
}

.footer-col-header {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0 0 0;
}
div#footer-departments {
	width: 90%;
	margin-left: 5%;
}
@media screen and (max-width:1084px) {
div#footer-departments {
    padding: 25px;
	width: 100%;
	margin-left: 0%;
}
}
#footer-custom-depts, #footer-custom-centers, #footer-custom-other, #footer-custom-walden, #footer-custom-logo {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

#footer-custom-depts ul, #footer-custom-centers ul, #footer-custom-other ul, #footer-custom-walden ul {
    margin-left: 0;
    padding: 0;
}

#footer-custom-depts li, #footer-custom-centers li, #footer-custom-other li, #footer-custom-walden li {
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px 0 8px;
    line-height: 1.5 !important;

}

#footer-custom-depts a, #footer-custom-centers a, #footer-custom-other a, #footer-custom-walden a {
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none;
}

#footer-custom-depts a:hover, #footer-custom-centers a:hover, #footer-custom-other a:hover, #footer-custom-walden a:hover {
    color: #003b4c;
}

#footer-custom-legal {
    position: relative;
    bottom: 0;
    left: 0;
}

#footer-custom-legal ul {
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}

#footer-custom-legal li {
    display: inline;
    list-style-type: underline;
    white-space: nowrap;
    border-right: 1px solid #EFEFEF;
    padding-right: 15px;
    padding-left: 15px;
}

#footer-custom-legal a {
    font-size: 16px !important;
    color: #fff!important;
    text-decoration: none;
}

#footer-custom-legal a:hover {
    text-decoration: underline;
}

#footer-custom-legal li:first-child {
    padding-left: 0px;
}

#footer-custom-legal li:last-child {
    border-right: 0px;
}

#footer-custom-logo {
    float: right;
    margin-top: 15px;
    padding-right: 15px;
}

#footer-login-link {
    float: right;
    padding: 0 15px 10px 0;
}

.footer-login-link-content a {
    font-size: 16px !important;
    color: #897B5E !important;
    text-decoration: none;
}

.footer-login-link-content a:hover {
    text-decoration: underline;
}

#s-la-footer-brand, #s-la-footer-rights, #s-la-footer-print-link {
    display: none;
}

#footer-custom-accessibility {
	background-image: url(https://libapps.s3.amazonaws.com/accounts/31417/images/footer-graphic-550px.png) !important;
	background-color: #00687f;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	width: 100% !important;
	padding-left: 20%; 
	padding-right: 20%; 
	margin-top: -10px;
	padding-top: 25px; 
	padding-bottom: 25px;
	min-height: 300px;
	text-decoration: none;
    color: #fff;
	font-size: 16px; 
}
#footer-custom-accessibility h2{
    color: #fff !important;
	font-family: noto-serif,serif !important;
    font-size: 3rem !important;
	font-weight: normal !important;
}
#footer-custom-accessibility h2:after, h2#footer-header:after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.2rem;
    margin-left: -0.1rem;
    margin-top: 1rem;
    background-color: #fdb71a;
}
#footer-custom-accessibility a:link {
    color: #fff !important;
}
/* Responsive Footer */

@media only screen and (max-width: 875px) {
    #s-lib-footer-public-custom {
        height: auto !important;
    }
    #footer-container {
        width: 100%;
    }
    h2#footer-header {
        display: none;
    }
    
    #footer-custom-depts,
    #footer-custom-centers,
    #footer-custom-other,
    #footer-custom-walden {
        display: none;
    }
    
    #footer-mobile-depts {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    
    #footer-mobile-depts a {
        font-size: 16px;
        color: #fff;
        text-decoration: none !important;
    }
    
    #footer-custom-legal {
        margin-bottom: 30px;
    }
    
    #footer-custom-legal li {
        display: block !important;
        padding: 0px;
        text-align: center;
        border: 0px;
        font-size: 1.5rem;
    }
    
    #footer-custom-legal a {
        font-size: 1.5rem
    }
    
    #footer-login-link {
        font-size: 1.25rem;
    }
    .footer-login-link-content a {
        display: block;
    }
    
    .footer-col-header {
        border-right: 0 !important;
        padding: 0;
    }
	#footer-custom-accessibility {
		padding-left: 10%; 
		padding-right: 10%; 
		height: auto;
		background-position: left; 
	}
}