html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 164px;
    padding-top: 114px;
}

nav {
    background-color: #002855 !important;
}

ul > li {
    padding: 0 12px;
}

a {
    text-decoration: none;
    color: #0077BE;
}

    a:hover {
        color: #337ab7 !important;
    }

.text-white {
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    color: #002855;
}

.location-icon {
    height: 28px;
}

.mail-icon {
    height: 18px;
}

.phone-icon {
    height: 24px;
}