@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body {
    color: #3a3a3a;
    font-family: Cabin, "PT Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px;
}

p {
    margin: 30px;
}

a {
    color: #002147;
    outline: none;
}

a:hover {
    color: #337AB7;
}

/**
 * Dark blue header
 */

.header-blue-box {
    background-color: #002147;
    height: 150px;
    width: 100%;
}

.header-footer-content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    max-width: 1340px;
    min-width: 500px;
    margin: auto;
    padding: 0px 14px;
    display: table;
    position: relative;
}

.logo-bod {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    width: 105px;
    padding-bottom: 18px;
}

.logo-ox {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    width: 80px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 30px;
}

.page-title {
    font-family: Cabin, "PT Sans", sans-serif;
    color: #ffffff;
    font-size: 2.25rem;
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
}