html, body {
    height: 100%;
}

body {
    padding-top: 120px;
}

.main-cont {
    padding-bottom: 44px;
    position: relative;
    min-height: 100%;
}

.marketing {
    font-family: 'Open Sans', sans-serif;
}

.marketing .navbar-inverse {
    background-color: #878787;
    border-color: #9f9f9f;
}

.marketing .navbar-inverse .navbar-collapse {
    border-color: #6C6C6C;
}

.marketing .navbar-brand {
    padding: 8px 10px;
}

.marketing .navbar-brand img {
    height: 60px;
}

.marketing .navbar-right {
    margin-top: 20px;
}
.marketing .navbar-right .btn {
    width: 150px;
    height: 35px;
    padding: 4px 0 0 0; 
    background-color: #EBEBEB;
    color: #333;
    border-color: #6C6C6C;
}

@media (max-width: 767px) {
    .marketing .navbar-right .btn {
        width: 96%;
        display: block;
        margin: 0 auto;
    }
}

.marketing .navbar-toggle,
.marketing .navbar-toggle:hover,
.marketing .navbar-toggle:focus {
    background-color: #EBEBEB;
    border-color: #6C6C6C;
}
.marketing .navbar-toggle .icon-bar {
    background-color: #6C6C6C;
}

.tf-footer {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
}

footer {
    min-height: 24px;
}

footer .soc img {
    width: 25px;
    margin: 0 5px;
}

.underlined {
    text-decoration: underline;
}

.err {
    color: #b94a48;
}

.tf-hidden {
    display: none;
}

.mission {
    text-align: center;
    font-size: 24px;
}

li {
    list-style-type: square;
}

.btn-light {
    color: #333;
    border: 1px solid #333;
}
.btn-light:active,
.btn-light:hover,
.btn-light:visited,
.btn-light:focus {
    color: #333;
}

.contact-btn {
    width: 200px;
}

.highlight-card {
    background-color: #F78F1F;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 130px;
    max-width: 175px;
    text-align: center;
    padding: 20px 5px 0 10px;
    margin: 0 auto 10px auto;
}

@media (max-width: 370px) {
    .highlight-card {
        font-size: 14px;
    }
}