/*
 With the use of Foundation for the new styles, we need to have some overrides here for the legacy CONTENTdm pages
 */

 #collectionList, ul.subcoll-list, ul.list-unstyled, #footer-wrapper ul.footerList, address, ul.aboutpage-list li a{
   font-family: "Adobe Calson", Georgia, serif;
   font-size: 13px;
   line-height: 22px;
 }

 /*
 , ul.nav a

 ul.nav a {
   font-size: 12px !important;
 }
 */
 ul.subcoll-list, ul.social-links {
   list-style-type: none;
 }
 ul.social-links li {
   display: inline-block;
 }

 #footer-wrapper div.inner-wrap {
   padding-left: 10px;
 }
 #top_content {
   width: 95%;
 }
 LeftPane {
   max-width: 100%;
 }
 .nextButton img {
   max-width: none;
 }
 input#cdm_full_text_search_input {
   height: .17rem;
 }
 input.search_content_button {
   position: relative;
   top: -7px;
   left: 17px;
 }
 span#cdm_full_text_search_results_text {
   position: relative;
   top: -4px;
   left: 17px;
 }
