﻿body {
    padding-top: 0 !important;
}

.headerBar {
    height: 100px;
}

.pageTitle {
    font-family: inherit;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    color: inherit;
}

/* Bootstrap Overrides */
ul.nav.topNavigation > li {
    height: 70px;
}

    ul.nav.topNavigation > li > a {
        height: inherit;
    }

        ul.nav.topNavigation > li > a > span {
            display: inline-block;
            padding-top: 10px;
        }

.spacing-bottom {
    margin-bottom: 16px;
}
