  /* ---
Custom css for Centre for Accessible Learning. 
Styles are applied on the homepage right hand column and overrides the 
default  ÌìÃÀmvÌìÃÀ serif body font 

last modified on: January 8, 2020
By: Karen Truong
Department: Communication Services, Student Services

--- */

body{
    font-family: "benton-sans", sans-serif;
}


.news-events {
    padding: 0;
    background-color: #F3F3F3;
}

.news-events p {
    font-family: "DinWebLight";
    font-size: 85%;
    padding: 0 1em 1em;
    line-height: 1.5em;
    border-bottom: 1px solid #E0E0E0;

}

.news-events h3 {
    background: none repeat scroll 0 0 #24547c;
    color: white;
    display: block;
    font-family: "DinWeb",sans-serif;
    font-size: 98%;
    padding: 0.45em 0 0.15em 0.95em;
}

.news-events h4 {
    color: #3D3935;
    font-family: "DINWebMedium",sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0.6em 1em 0;
    text-transform: none;
}

.donate {
    padding: 0;
    background-color: #F3F3F3;
}

.donate p {
    font-family: "DinWebLight";
    font-size: 85%;
    padding: 0 1em 1em;
    line-height: 1.5em;
    border-bottom: 1px solid #E0E0E0;
    margin-top: -5px;

}

.donate h3 {
    padding: 0.45em 0 0.15em 0.85em;
    margin-top: 2px;
}

.donate h2{
    text-align: center;
    background: none repeat scroll 0 0 #CB4746;
    color: white;
    display: block;
    font-family: "DinWeb",sans-serif;
    padding: 10px;
}

.donate h4 {
    color: #3D3935;
    font-family: "DINWebMedium",sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0.6em 1em 0;
    text-transform: none;
}

/*form styles*/
.subscribe-form p{
    font-family: "DinWebLight";
    font-size: 85%;
    line-height: 1.5em;
}

.subscribe-form h4{
    color: #000000;
}

.online-services {
    margin-bottom: -20px;
}
.online-services h4 {
    color: #000000;
}

.carousel-text p span a {display: none;}

footer li.header {
    font-size: 14px !important;

}

