body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Maven Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

main {
    flex: 1 0 auto;
}

strong {
    font-weight: bold;
}

.corp-green {
    color: #4f866c;
}

.navbar {
    background: white;
    min-height: 89px;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none;
}

.navbar a {
    color: #4d4d4d;
}

.brand-logo {
    height: 100%;
}

.brand-logo img {
    height: 100%;
}

#nav-mobile,
#nav-mobile li,
#nav-mobile li a {
    height: 100%;
}

#nav-mobile li a:hover {
    background: white;
}

.text-container {
    margin-top: 50px;
    font-size: 16px;
}

.text-container .col {
    margin-bottom: 7px;
}

footer {
    background: #4d4d4d;
    padding-top: 15px;
    padding-bottom: 5px;
}

.copyright {
    color: #999;
    font-size: 12px;
}