/* ICSU Styling */

/* General Custom CSS */
body {

}

#no-longer-active {
    width: 100%;
    min-height: 180px;
    padding: 18px 0;
    background-color: #87aea3;
    color: #fff;
    font-family: clavo, sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.3em;
}

#no-longer-active .container {
    max-width: 100%;
    padding: 0 10px;
}

#no-longer-active p {
    max-width: 100%;
    margin: 0;
}

#no-longer-active a {
    color: #fff;
    text-decoration: underline;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

    #no-longer-active {
        padding: 32px 0;
        font-size: 20px;
    }

    #no-longer-active .container {
        padding: 0;
    }
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
