
body {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #272727;

}

.italic {
    font-style: italic;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 900;
}

.f-blue {
    color: #003649;
}

.f-white {
    color: white;
}

.f-almond {
    color: #7e7464;
}

h1 {
    color:#003649;
    font-weight:900;
}

h2, h3 {
    font-weight: 700;
}

@media (min-width: 992px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 18px;
    }
}

/* NAV */

.very-top-nav {
    background-color: #003649
}

.very-top-nav .container ul li a, .very-top-nav .container ul li a:visited {
    color: white;
    font-size: 12px;
    padding: 5px 0;
}

.very-top-nav .container ul li a:hover {
    color: #003649;
}

.very-top-nav .container ul li .nav-phone-link, .very-top-nav .container ul li .nav-phone-link:hover {
    color: white;
    background-color: transparent;
    cursor: default;
}

.btn-primary {
    background-color: #0081a6;
    color: white;
    font-weight: 900;
    padding: 16px 48px;
    border: 1px solid white;

}

.btn-secondary {
    background-color: #003649;
    color: white;
    font-weight: 900;
    padding: 16px 48px;
    border: none;
}

.sign-up-for-alerts .input-group .sign-me-up {
    white-space: nowrap;
    margin-top:-1px;
}

@media (max-width: 992px) {

    .sign-up-for-alerts .input-group .sign-me-up {
        white-space: normal;
    }


    .sign-up-for-alerts .input-group {
        display: block;
    }


    .sign-up-for-alerts .input-group .form-control {
        float: none;
    }

    .sign-up-for-alerts .input-group-btn {
        clear: both;
        display: block;
        margin-top: 10px;
        text-align: center;
        width: auto;
    }
}

.btn {
    border-radius:0;
    white-space: normal;
}

.subscribeResponse {
    background-color: #eee;
    padding: 16px;
}
.subscribeResponse h3 {
    margin:0;
}

