#liberal-arts-footer-wrapper {
     color: #191919;
     border-top: 4px solid #EDEBEB;
     margin-top: 12px;
}
/* xs */
 @media screen and (max-width: 767px) {
     #liberal-arts-footer-wrapper {
         padding: 10px;
         margin-left: auto;
         margin-right: auto;
         max-width: 100%;
    }
     #liberal-arts-footer-wrapper img.give-now {
         display: block;
         margin: 6px auto 6px auto;
         width: 50%;
    }
}
/* sm */
 @media screen and (min-width: 768px) {
     #liberal-arts-footer-wrapper {
         padding: 10px;
         margin-left: auto;
         margin-right: auto;
         max-width: 100%;
    }
     #liberal-arts-footer-wrapper img.give-now {
         display: block;
         margin: 6px auto 6px auto;
         width: 70%;
    }
}
/* md */
 @media screen and (min-width: 992px) {
     #liberal-arts-footer-wrapper {
         padding: 10px;
         margin-left: auto;
         margin-right: auto;
         max-width: 80%;
    }
     #liberal-arts-footer-wrapper img.give-now {
         display: block;
         margin: 6px auto 6px auto;
         width: 80%;
    }
}
/* lg */
 @media screen and (min-width: 1200px) {
     #liberal-arts-footer-wrapper {
         padding: 10px;
         margin-left: auto;
         margin-right: auto;
         max-width: 80%;
    }
     #liberal-arts-footer-wrapper img.give-now {
         display: block;
         margin: 6px auto 6px auto;
         width: 100%;
    }
}
/*override of bootstrap.css*/
 .container{
     max-width: 1024px;
}
/* #liberal-arts-footer-wrapper .row {
     margin-left: 0;
     margin-right: 0;
}
 */
 .liberal-arts-footer-group .row {
     margin-left: -15px;
     margin-right: -15px;
}
 .liberal-arts-footer-group > div > div {
     margin-left: 0;
     margin-right: 0;
     font-size: .9em;
}
 .liberal-arts-footer-column {
     padding: 0 0 0 0;
     background-color: #fff;
}
 .address-line {
     font-size: .8em;
     margin-bottom: 24px;
     text-align: center;
}
 .button-row > .row {
     background-color:#fff;
     padding-top: 10px;
     max-width: 200px;
     margin-left: auto;
     margin-right: auto;
}
 #liberal-arts-footer-wrapper a {
     color: #191919;
     text-decoration: none;
     font-weight: normal;
}
 #liberal-arts-footer-wrapper a:hover {
     font-weight: bold;
     text-decoration: none;
     color: #900;
}
/* the following classes concernt he old versionf of the footer 4-7-2015 */
 footer a.iu {
     text-decoration: underline;
}
 footer div.iu-branding {
     padding-top:45px;
}
 footer div.iu-branding a img {
     padding-top: 10px;
}
 footer img.icon {
     margin:8px 16px 8px 0;
}
 footer h2 {
     font-size: 1.4em;
     font-weight: bolder;
     padding: 6px 0;
     color: #fff;
     text-decoration: none;
}
 footer p {
     padding: 10px;
     font-size: .8em;
}
 footer dl {
}
 