a {
    text-decoration: none;
}

.h3,
h3 {
    font-size: 24px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

#main .contact input[type="text"] {
    box-shadow: none;
    height: 33px;
}

#main .contact textarea {
    box-shadow: none;
}

#header .nav-menu ul.navbar-nav {
    margin: 0px;
    display: -webkit-flex;
    -webkit-justify-content: space-evenly;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    flex-wrap: nowrap;
}

#header .nav-menu ul.navbar-nav li {
    list-style-type: none;
    padding: 30px 0px;
    float: left;
    /*width:14%;*/
}

#header {
    height: inherit !important;
    max-height: 120px !important;
}

#header .nav-menu ul.navbar-nav li.dropdown {
    float: none;
}

#header .nav-menu ul.dropdown-menu {
    position: absolute;
    display: none;
}

#header .nav-menu .show.dropdown-menu {
    display: block !important;
}
#main ul li, #main ol li {
    padding-top:5px;
    margin-bottom: 8px;
}
#main ul li:last-child,#main ol li:last-child {
    margin-bottom: 0;
}

#faqs ul li label+div ul,
#faqs ul li label+div ol {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .logout-mobile a {
        background-color: #118320;
        color: #fff !important;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #cccccc;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle {
        padding: 14px !important;
    }

    #header {
        margin: 12px 0 !important;
    }

    .logout-mobile {
        margin-right: 0px !important;
    }

    #header select {
        margin-left: 0 !important;
        padding-bottom: 0;
        padding-top: 0;
    }
}