/* Framework Helper classes */
em {font-style: italic}
strong {font-weight: bold}
.hide {display: none;}
.megahide {display: none !important;}
.pull-left {float: left;}
.pull-right {float: right;}
.clear {clear: both;}
.inline-block {display: inline-block; vertical-align: middle; margin-right: 2%}
.inline-block.top {vertical-align: top}
.inline-block.bottom {vertical-align: bottom}
.twocolumn {
    width: 64%;
    margin-right: 1%;
}
.onecolumn {
    width: 32%;
    margin-right: 1%;
}
.onecolumn:last-of-type, .twocolumn:last-of-type {margin-right: 0;}
.callout {
    line-height: 1.8;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}