﻿html, body {
    color: #4d443d;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 30;
    line-height: 1.5;
    background: #ffffff;
}

/*
    logo dark blue: #153159
    header text dark blue: #32599E
    light blue: rgba(54,150,253,1)
    lighest blue: rgba(54,150,253,.8)
*/

.top_bar {
    width: 100%;
    height: 7px;
    background-color: #32599E;
    display: block;
}

.navbar {
    left: 0;
    right: 0;
    background: #f8f8f8;
}

.container {
    margin-top: 0px;
}

.container-fluid {
    height: 107px;
    max-height: 107px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-brand {
    padding: 0px;
    height: 107px;
}

.navbar-collapse {
    margin-right: 0px;
    padding-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    overflow-y: visible;
    border-color: #32599E;
}

    .navbar-collapse.in {
        background-color: #f8f8f8;
        z-index: 1;
    }

.navbar_top_margin {
    margin-top: 37px;
    position: fixed;
    padding-left: 0px;
    margin-left: 0px;
    right: 0px;
}

.county_seal {
    background-size: cover;
    width: 100px;
    height: 100px;
    float: left;
    padding-top: 2px;
    padding-left: 2px;
}

.banner_header_text {
    font-size: 26px;
    font-weight: 800;
    padding-top: 7px;
    color: #32599E;
    overflow: hidden;
    text-indent: 10px;
    margin-top: 33px;
}

    .banner_header_text a {
        color: #32599E;
    }

.banner {
    height: 107px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #32599E;
    border-bottom-style: solid;
}

.divNavScrolled {
    background-color: #f8f8f8;
    position: fixed;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    z-index: 1001;
    padding-right: 5px;
    border-left-width: 1px;
    border-left-color: #32599E;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #32599E;
    border-bottom-style: solid;
    border-bottom-left-radius: 5px;
}

.flex-container {
    display: flex;
    width: 100%;
}

.dl-horizontal dt {
    white-space: normal;
}

#secondaryPageMainNav {
    background-color: rgba(54,150,253,1);
}

    #secondaryPageMainNav li a {
        color: #4d443d !important;
    }
/*
.mainNavbackgroundcolor {
    background-color: ##f8f8f8;
}

    .mainNavbackgroundcolor #mainNav li a {
        color: #4d443d;
    }

        .mainNavbackgroundcolor #mainNav li a:hover {
            color: white !important;
        }
*/
#mainNav {
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 0px;
}

    #mainNav li a {
        color: rgba(54,150,253,1);
        padding: 5px 10px;
    }

        #mainNav li a:hover {
            color: #32599E;
        }

#homeJumbotron {
    background: url(/images/home_bac.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    margin-bottom: 0px;
}

#secondaryJumbotron {
    background: center no-repeat;
    height: 200px;
    width: 100%;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

#logovdbtnWrap {
    height: 75vh;
    position: relative;
}

#logovdbtnWrapSecondary {
    height: 25vh;
    position: relative;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#vdBtn {
    border: 1px solid red;
    background-color: rgba(54,150,253,.8);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

    #vdBtn:hover {
        background-color: rgba(54,150,253,1);
    }

    #vdBtn h2 {
        margin: 0;
        font-size: 3.4em;
    }

        #vdBtn h2 a {
            text-decoration: none;
            color: #e7e7e7;
            font-weight: 600;
        }

#about {
    padding-top: 0px;
}

    #about h2,
    #contactus h2,
    #homepageevents h2 {
        font-size: 4.6em;
        padding-bottom: 15px;
        text-align: center;
        color: #4d443d;
        font-weight: 900;
        line-height: 1;
        padding-top: 0px;
    }

#aboutdesc p {
    color: #4d443d;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
}

.required_field::after {
    content: ' *';
    color: red;
    position: absolute;
    margin: 2px 0px 0px -18px;
    font-size: 20px;
    padding: 0 5px 0 0;
}

#prefooter {
    background-color: rgba(54,150,253,1);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px;
    color: #e7e7e7;
    min-height: 250px;
}

    #prefooter a {
        text-decoration: none;
        text-shadow: 1px 1px #32599E;
        color: #ffffff;
    }

        #prefooter a:hover {
            text-decoration: underline;
        }

footer {
    background-color: #32599E;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffffff;
    text-align: center;
    height: 40px;
}

.btn-outline {
    margin-top: 15px;
    transition: all .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    background: 0 0;
    font-size: 20px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 45px;
}

.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #4d443d !important;
    border: 2px solid #fff;
    background: #fff
}

#contactus {
    padding-top: 20px;
}

#contactUL {
    font-size: 25px;
    text-align: center;
    word-break: break-all;
}

#contactus .fa {
    font-size: 65px;
}

.btn-primary {
    background-color: rgba(54,150,253,1);
}

#searchResults {
    margin-top: 50px;
}

.resultsTR:hover {
    cursor: pointer;
}

#vendorDirectoryjumotron {
    background-color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
}

#vdpanel {
    /*background-color: rgba(54,150,253,1);*/
}

    #vdpanel .panel-heading {
        background-color: rgba(54,150,253,1);
        border-color: #32599E;
        color: #fff;
    }

.vdmodalArrow {
    font-size: 4em;
}

#myModal .modal-content {
    border-radius: 50px;
}

.vdmodalArrow span {
    color: lightgrey;
}

    .vdmodalArrow span:hover {
        color: #000;
    }

.vdmodalArrow:hover {
    background-color: rgba(232, 236, 241, .6);
    border-radius: 5px;
}

    .vdmodalArrow:hover span {
        color: #000;
    }

#searchWrap {
    padding-bottom: 100px;
}

#loadingImg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/page-loader.gif') 50% 50% no-repeat;
}

#vdDetailsContainer .list-group {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 1.2;
}

#vdDetailsContainer .badge {
    float: left;
    margin-right: 15px;
    background-color: rgba(54,150,253,1);
}

.secondaryBody {
    padding-top: 50px;
}

.panel-primary {
    border-color: rgba(54,150,253,1);
}

    .panel-primary .panel-heading {
        background-color: rgba(54,150,253,1);
    }

.control-group input[type=password], .control-group input[type=text], .control-group input[type=email] {
    width: 100%;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #554b44;
    outline: none;
    background-color: transparent;
    font-size: 18px;
}

.dontShow {
    width: 0px;
    height: 0px;
}

.newLine::before {
    content: "\A";
    white-space: pre;
}

#accountHome {
    padding: 15px 0 40px 0;
}

.accountBlock {
    text-align: center;
    min-height: 20vh;
}

    .accountBlock span {
        font-size: 4em;
    }

#createForm {
    padding: 15px 0 25px 0;
}

.editAccountTab {
    border: 1px solid #ddd;
    border-top: none !important;
    padding: 20px;
    margin-bottom: 40px;
}

.accountBlock #editAccount {
    background: url('/images/edit.png');
    background-size: cover;
    width: 100px;
    height: 100px;
    padding-top: 100px;
}

.accountBlock #logout {
    background: url('/images/logout.png');
    background-size: cover;
    width: 100px;
    height: 100px;
    padding-top: 100px;
}

.accountBlock #events {
    background: url('/images/events.png');
    background-size: cover;
    width: 100px;
    height: 100px;
    padding-top: 100px;
}

    .accountBlock #logout:hover,
    .accountBlock #editAccount:hover,
    .accountBlock #events:hover {
        cursor: pointer;
    }

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 360px;
}

#footer {
    position: relative;
    margin-top: -360px;
    height: 360px;
    clear: both;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* bootstrap 3 */
@media (max-width: 1025px) {
    .navbar-header {
        float: none;
        margin-right: 3px;
        margin-top: 3px;
    }

    .navbar-toggle {
        display: block;
        position: fixed;
        right: 0px;
        top: 0px;
        margin-top: 7px;
        margin-right: 0px;
        padding: 10px;
        z-index: 1;
        background-color: #e9e9e9;
    }

    .navbar-toggle_NoTopMargin {
        margin-top: 0px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 7.5px;
        margin: 0px 0px;
        background: #f8f8f8;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 10px 0;
    }

    .collapsing {
        overflow: hidden !important;
    }
}
