@import url('https://webfonts.brand.ucsb.edu/webfont.min.css');
body {
 color: #3d4952;
 font-family: "Nunito Sans", sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 16px;
}
h1 { font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 38px; letter-spacing: -0.1pt; }
 

h2 { font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 27px; letter-spacing: -0.1pt; }
 

h3 { font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 21px; }
 

h4 { font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 16px; }
 

h5 { font-family: "Nunito Sans", sans-serif; font-weight: 800; font-size: 12px; }
 

h6 { font-family: "Nunito Sans", sans-serif; font-weight: 600; font-size: 12px; }
p.location {
    margin-left: 3.5rem;
}
.subject-librarians .view-content h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.footer-copy-right-block .contact-copyright {
  margin-left: unset;
}
.region.region-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
div#block-bean-footer-social-links {
    margin-right: 2rem;
}
.footer-newsletter {margin: unset;}
.footer-newsletter {
    margin-left: .6rem;
}
@media (max-width: 960px) {
    .region.region-bottom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-self:auto;
    }
    .block {
        flex: 1 1 50%;
    }
    .field-body{
         flex-direction:row; 
        /* justify-content: space-evenly; */
        /* display: flex; */
    }
.footer-copy-right-block a.logo-link {
        bottom: unset;
    }
    .footer-copy-right {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    max-height: fit-content;
}
.footer-logo-block-mobile {
    margin-top: 0;
}
    .footer-copy-right-block .footer-logo {
        margin-bottom: 10rem;
    }

div#block-bean-footer-copyrights {
    padding-top: 2rem;
}
}
@media(min-width:960px){
.footer-copy-right-block .footer-logo {
  margin: 0;
}
}