body {
    font-family: Montserrat, Arial, "Lucida Grande", sans-serif;
    color: #58595a;
}

/* this will make the links blue. we don't want it. */
/*form a {
    color: #00B7FF !important;
    text-decoration: underline !important;
    cursor: pointer;
}*/

p {
    font-size: 16px;
}

.container h1 {
    margin-top: 15px !important;
}

.hide {
    display: none;
}

input,
select,
textarea {
    background: #d9dbdc !important;
}

.validation {
    display: none;
}

.radioButtonList {
    border-radius: 15px;
    padding-right: 20px;
}

.horizontalRadioButtonList {
    height: 38px;
}

/*    .horizontalRadioButtonList label:last-of-type {
        margin-right: 20px;
    }*/

/* space between fields */
.field-row {
    margin-top: 10px !important;
}

/* validator for a field */
.validation[style*=visible] ~ .form-control,
.validation[style*=visible] ~ .validated-control,
.validation[style*=visible] ~ .form-control .dropdown-toggle {
    background-color: #df9f9f !important;
    border: 1px solid #df9f9f !important;
}

/* date picker corners */
.ui-corner-all {
    border-radius: 15px !important;
}

.error-input {
    background: rgba(206, 0, 31, 0.84) !important;
}

/* NAV BAR */

.card-navbar {
    width: 100%;
    background: url('../images/navbar_bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 250px;*/ /*******************/
}

.header-logo {
    max-width: 450px;
    margin-left: -15px;
}

ul.list-menu li {
    list-style: none;
    float: right;
    padding-right: 20px;
    color: #ffffff;
}

ul.list-menu a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

ul.user-menu {
    margin-top: 20px;
    margin-right: 40px;
}

ul.main-menu {
    margin-right: 40px;
}

.page-hero {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*min-height: 300px;*/
    max-height: 300px;
}

.nav-container .row {
    margin-right: 0 !important;
}

/* HOME */
.dark-box {
    background: #144473;
    width: 100%;
    /* height: 200px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.dark-box .dark-box-item {
    border-right: solid 2px white;
    /* padding-left: 6%; */
    height: 80px;
    padding-top: 15px;
}

.dark-box .dark-box-item .dark-box .dark-box-item:last-child {
    border: none;
}

.dark-box img {
    max-height: 40px;
    margin: 0 auto;
    display: block;
}

.dark-box span {
    color: #ffffff;
    text-align: center;
    display: inline;
    margin-left: 20px;
    font-size: 16px;
}

.horizontal-content-border {
    height: 1px;
    width: 100%;
    background: #b1b3b5;
    display: block;
}

.top-border {
    margin-top: 30px;
    margin-bottom: 40px;
}

.bottom-border {
    margin-top: 40px;
    margin-bottom: 60px;
}

.sidebar-links img {
    max-width: 130px;
    margin-bottom: 20px;
}

.all-hero {
    background: url('../Image.ashx?name=home-hero.jpg') no-repeat center center;
    background-size: 100%;
    margin-bottom: 50px;
}

/* JOIN US */

img.summer-img {
    width: 100%;
}

img.feedback-img {
    width: auto;
    /* width: 100%; */
    max-height: 140px !important;
    margin-top: -20px;
}

.blue-line {
    width: 100%;
    height: 80px;
    /* margin-top: 20px; */
    background: #00a5d3;
    display: block;
}

.blue-line h3 {
    /*line-height: 80px;*/
    font-size: 26px;
    color: white;
}

.blue-line img {
    height: 80px;
}

.footer .footer-menu {
    color: black;
    list-style: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 1px 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    padding-right: 5%;
}

.footer-menu li a {
    display: inline-block;
    padding: 10px;
}

.gray-box {
    display: block;
    width: 100%;
    padding: 10px;
    background: rgb(170, 185, 191);
    background: linear-gradient(90deg, rgba(170, 185, 191, 1) 0%, rgb(230, 230, 230) 100%);
    color: #fff;
}

img.full-width {
    width: 100%;
}

.mobile-menu {
    display: none;
}

.card-container {
    background: #5A7C97;
    padding: 16px;
    border-radius: 15px;
    color: white;
    font-size: larger;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

    .card-container a {
        color: white;
    }

    .card-container .row .col-md-6 h1 {
        font-weight: bold;
    }

    .card-container .row .col-md-6 h2 {
        font-weight: bold;
    }

.profile-link-row {
    margin-top: 8%;
}

.history-filter-menu {
    background: #144473;
    margin-top: 10px;
    padding: 20px 0;
}

    .history-filter-menu a {
        color: white;
        margin-left: 10px;
    }

        .history-filter-menu a.active {
            font-weight: bolder;
            color: goldenrod;
            margin-left: 10px;
        }

@media only screen and (max-width: 1300px) {
    .page-hero {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .how-are-we-doing {
        margin-top: 10px;
        border-left: none !important;
        border-top: 1px solid #b1b3b5;
    }
    
    .dark-box-item {
        border: none !important;
        text-align: center;
    }
    .header-logo {
        max-width: 200px;
    }
    ul.main-menu {
        margin-right: 0;
    }
    .desktop-menu {
        display: none;
    }
    /*.card-navbar {
       height: 80px; /******************
    }*/
    ul.list-menu a {
        font-size: 12px;
    }
    ul.user-menu {
        margin-right: 0;
    }
    img.feedback-img {
        margin-top: 0;
    }
    /* ul.user-menu {
        margin-right: -60%;
    } */
    .mobile-top-menu {
        margin-top: -80px;
    }
    .mobile-menu {
        display: block;
        margin-top: -8px;
    }
    .bg-dark {
        background: #144473 !important;
    }
    .nav-item {
        text-align: center;
        color: white;
        margin-bottom: 5px;
    }
    .nav-item a {
        color: white;
    }
    .nav-item a:hover {
        color: lightgray;
    }
    .blue-line .white-text {
        font-size: 14px;
    }
    .gray-box {
        padding: 20px;
    }
}

.form-control {
    border-radius: 15px;
    background: #d9dbdc;
}

.form-checkbox {
    border-radius: 8px;
    padding: 5px;
}

.form-check {
    margin-top: 5px;
}

.btn {
    border-radius: 15px;
    background: #d9dbdc;
}

.dropdown-menu {
    border-radius: 15px;
    background: #d9dbdc;
}

.dropdown-item {
    color: black !important;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgb(156, 204, 255); /*128, 189, 255*/
}

input[type="radio"] {
    margin: 10px 10px;
}


/* jQuery dialog */
.ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    color: white !important;
    font-size: xx-large !important;
    font-style: normal !important;
}

/* jQuery dialog */
.ui-dialog-content {
    color: white !important;
}

/* jQuery dialog */
.ui-dialog-titlebar-close {
    outline: none !important;
    background: none !important;
    border: none !important;
    color: white !important;
}

/* jQuery dialog */
.fixed-dialog {
    background-color: #6B84A7 !important;
    border: none !important;
    text-align: center !important;
    /*width: 600px !important;*/
    position: fixed !important;
}

.ui-button {
    width: 35px !important;
    height: 35px !important;
    top: 25% !important;
}

.ui-button-icon {
    background-image: url("../Images/whiteX.svg") !important;
    background-position: unset !important;
    top: 0 !important;
    left: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}