.typography * {
    line-height: 1.5;
}

.typography h3 {
    font-size: 1.33em;
    font-weight: normal;
    color: #900;
}

.typography p,
.typography li,
.typography address {
    font-size: 12px;
}

.typography p {
    margin-bottom: 1em;
}

.typography ul,
.typography ol {
    margin-left: 15px;
    margin-bottom: 1em;
}

/* ################ UTILITY CLASSES ################ */

.morelink {}

.morelink:after {
    content: '...';
}

.imageleft {
    float: left;
    display: inline;
    margin-right: 15px;
    margin-bottom: 15px;
}

.imageright {
    float: right;
    display: inline;
    margin-left: 15px;
    margin-bottom: 15px;
}

.greylink {}
.greylink:link,
.greylink:visited {
    color: #808080;
}

.mediumtext, .mediumgreytext { font-size: 10px !important; }
.smalltext, .smallgreytext { font-size: 9px !important; }

.mediumgreytext, .smallgreytext { color: #808080 !important;}

.division_title {
    font-weight: bold;
    font-size: 1.17em;
}

.division_desc {
    font-style: italic;
}

.nostyle {}