b {    
    font-family: 'icadiatype', 'Helvetica Bold', sans-serif;
    font-weight: bold;
    letter-spacing: -.5px;
}

.sans {
    font-family: 'icadiatype', Helvetica, sans-serif;
    font-weight: normal;
}
.head,
.head.category
{
    position: initial;
    font-family: 'icamaxiround', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    
}
.head,
.head.films.category,
.head.exhibitions.category,
.head.learning.category,
.head.live.category,
.head.digital.category
{
    text-transform: uppercase;
}
.head.films,
.head.exhibitions,
.head.learning,
.head.live,
.head.digital
{
    text-transform: none;
}

#title,
.head .docket-date
{
    font-size: 50px !important;
    line-height: 48px !important;
}
.head.subcategory
{
    text-transform: none;
}
.home #title a
{
    color: #00f;
}
@media screen and (max-width: 768px) {
    #title,
    .head .docket-date
    {
        font-size: 44px !important;
        line-height: 44px !important;
    }
    #docket #title,
    #docket .head
    {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 500px) {
    #docket.exhibitions, #docket.films, #docket.learning, #docket.live, #docket.digital, #docket.category
    {
        padding-bottom: 110px;
    }
    .head.category,
    .head,
    #docket #title,
    #docket .head
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    #title,
    .head .docket-date
    {
        font-size: 38px !important;
        line-height: 38px !important;
    }
    .head .docket-date
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 320px) {
    #title,
    .head .docket-date
    {
        font-size: 32px !important;
        line-height: 32px !important;
    }
}