body {
    /*font-family: "Lora", Georgia, "Times New Roman", Times, serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.content ul {
    padding-top: 5px;
}

.content ul li {
    background: none;
}

.navbar {
    width: 100%;
    text-align:center;
    overflow: auto;
    border: none;
}

.navbar a {
    /*float: left;*/
    padding: 7px 0 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    width:16%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
    text-align: center; /* If you want the text to be centered */
    white-space: nowrap;
    left: 0;
    right: 0;
}

.navbar a:hover {
    color: blue;
}

.navbar a.active {
    background: linear-gradient(to top, #e27d1f, orange);
}

.navbar > ul {
    list-style-type:none !important;
}

.content ul.navbar-nav  li {
    float: none;
    display: inline;

}

.nav:before, .navbar:before {
    content: none;
    display: table;
}

.navbar-default .navbar-nav > li > a {
    color: #003588;
    display: inline-block;
    background: linear-gradient(to bottom, #efefef, #eeeeee, #dddddd, #dfe3e8);
    border-bottom: 2px solid #e27d1f;
    border-left: 2px solid #ffffff;
}

.navbar-default .navbar-nav > li:first-child > a {
    border-left: none;
}

.navbar-default .navbar-nav > li > a.active {
    background: linear-gradient(to top, #e27d1f, orange);
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ee7624;
}

.navbar-default .navbar-nav > li > a.active:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 7px 0 10px;
    }
}

.content ul li, .ui-accordion-content ul li {
    padding-left: 0;
}

.content ul li:before {
    content: none;
}

@media screen and (max-width: 500px) {
    .navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left; /* If you want the text to be left-aligned on small screens */
    }
}

input[type="text"] {
    padding: 12px 10px;
    width: 450px;
}

input[type="text"]#page_number {
    height: 10px;
    width: 35px;
    font-size: 1.2em;
    border-radius: 4px;
    text-align: center;
    padding: 12px 2px;
}



a, a:link {
    font-weight: bold;
    text-decoration: none;
}

a.result_link {
    text-decoration: none;
}
/*
a.menu_item {
    display: inline-block;
    padding: 7px 0px 10px;
    width: 16.3%;
    background: linear-gradient(to bottom, #efefef, #eeeeee, #dddddd, #dfe3e8);
    color: #003588;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

a.menu_item.current {
    background: linear-gradient(to top, #e27d1f, orange);
    color: white;
}

a.menu_item:hover {
    background: linear-gradient(to bottom, #003588, #222222);
    background: white;
    color: #e27d1f;
}
*/
.list-level-1 {
    list-style-type: disc;
    margin-bottom: 3px;
}

.list-level-2 {
    list-style-type: circle;
}

.list-level-3 {
    list-style-type: square;
}

.navigator {
    background: #e27d1f;
    color: white;
    margin: 3px;
    padding: 3px 5px;
    border-radius: 4px;
}

.navigator a {
    color: white;
    text-decoration: none;
}

.navigator .current_page {
    background: #e27d1f;
    color: white;
    margin: -3px -5px;
    padding: 3px 5px;
    border-radius: 2px;
}

.go_btn {
    display: none;
    text-align: center;
    background: #e27d1f;
    border-radius: 4px;
    color: white;
    padding: 3px;
    margin: 3px 0;
    width: 100%;
}

.cattab {
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    background: #cacaca;
    color: white;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
}

.result_title {
    font-size: 12pt;
    font-style: italic;
}

.cattab.chosen {
    background: #e27d1f;
}

.content.homepage {
    padding: 0px;
    width: 100%;
}

.page {
    padding: 0;
}

.option_heading {
    font-size: 12pt;
    color: #e27d1f;
    border-radius: 4px;
    cursor: pointer;
    padding-bottom: 5px;
}

.filter {
    margin: 0 6px 6px 0;
    border: 1px solid #e27d1f;
    border-radius: 4px;
    padding: 5px;
    background: linear-gradient(to bottom, #eeeeee, #ffffff);
}

.ff_label {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding: 10px;
}

.ff_value {
    padding: 5px;
}

#export_btn {
    float: right;
    background: #003588;
    padding: 8px 12px;
    margin-right: 15px;
    border: 1pt solid black;
    border-radius: 5px;
    color: white;
}

#edu-top-nav {
    /*text-align: center;
    border-bottom: 2px solid #e27d1f;*/
}

.requiredField {
    color: red;
}

.redBox {
    color: red;
}

.greenBox {
    color: green;
}

.feedbackIcon {
    width: 20px;
    display: inline;
}

.feedbackBlurb {
    border-top: 1px solid #cdcdcd;
    padding: 5px;
    margin: 0 -14px 0 -8px;
    font-size: 1.5em;
}

.filter.text {
    text-align: center;
    margin: 20px
}

.filter.acknowledge {
    margin-top: 10px;
    text-align: center;
}

.fullWidth {
    width: 100%;
}

.italic {
    font-style: italic;
}

.hasBox {
    float: right;
    color: yellow;
}

.displayNone {
    display: none;
}

.floatRight {
    float: right;
}

.noResults {
    text-align: center;
    color: red;
}

.clearFilter {
    text-align: right;
    margin-right: 10px;
}

.contactContainer {
    margin: 20px 0 8px;
}

.searchForm {
    margin-left: 4px;
}

.resultContainer {
    margin-left: 30px;
    display: inline-block;
}

.contactMessageTop {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid grey;
    vertical-align: top;
}

.contactParams {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid grey;
}