body {
    font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

p {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#home p {
    font-size: 14px;
}

a {
    color: rgb(255, 0, 0);
}

a:hover {
    color: rgb(153, 0, 0);
    text-decoration: none !important;
}

h2 {
    font-size: 18px;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: normal;
}

header > .row > .col  {
    border-bottom: 1px solid #999;
}
header img.img-fluid {
max-width: 364px;
margin: 32px auto;
}

header .navbar {
    box-shadow: none;
}

.navbar .navbar-light .navbar-toggler {
    color: #999;
}

#desktop-search #desktop-searchform {
    float: right;
    margin-right: 82px;
}

form.searchform input, form.searchform button {
    color: #999999;
    border-color: #999;
}
form.searchform button:hover, form.searchform button:focus {
    color: #ffffff;
    border-color: #990000;
    background-color: #990000;
}

#desktop-search #desktop-searchform input, #desktop-search #desktop-searchform button {
	height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

#desktop-search #desktop-searchform input {
    width: 169px;
    margin-right: 3px !important;
}

#desktop-search #desktop-searchform button {
    width: 101px;
}

footer {
    margin: 50px auto 30px;
}

footer > .row:first-of-type {
    max-width: 560px;
    margin: 0 auto;
}

footer .line {
    margin: 10px -15px;
}

footer #translate {
    margin-top: 20px;
}

footer #translate #translate-title {
    font-size: .75em;
}

input[type='number'] {
    width: 120px;
}

.testimonial {
    margin-left: 0;
    margin-right: 0;
}

.testimonial p,
.testimonial p span,
.testimonial p strong {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: rgb(105, 105, 105);
}

table.table#staffingListing a,
table.table#organizationListing a,
.do-archive {
    color: #990000;
}

a:hover,
.do-archive:hover {
    cursor: pointer;
}

label,
input[type='submit'] {
    margin-left: 5px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

tr.educational td {
    font-weight: 700;
}

tr.national td {
    font-style: italic;
}

tr.archive td {
    text-decoration: line-through;
}

tr.expired td {
    color: #787878;
}

tr.queued td {
    background-color: #FFFFDD;
}

#listingForm input[type='text'] {
    width: 70% !important;
}

#listingForm select {
    width: 70% !important;
}

#listingForm select#state {
	height: 250px;
}

#listingForm th {
    width: 30%;
}
#filters #org_acronym {
    width: 48%; margin-right: 4%;
}
#filters #org_list {
    width: 48%;
}
@media screen and (min-width: 1200px) {
    #desktop-search #desktop-searchform {
        margin-right: 172px;
    }
}

@media screen and (min-width: 992px) {

    #home #content.container {
        margin-top: 60px;
        max-width: 560px;
    }

    #content.container {
        max-width: 800px;
        margin-top: 50px;
    }

    footer {
        /* margin-top: 80px;*/
    }
}

@media screen and (max-width: 991px) {
    #navbar ul#menu {
        background-color: #900;
        border-radius: .25rem;
    }
    #navbar ul#menu li a {
        background-image: none;
        background-color: transparent;
        color: #ffffff;
        text-shadow: none;
        font-weight: 700;
    }

    .navbar .col-8 {
        padding-right: 0;
    }
    #desktop-search {
        display: none;
    }
    .navbar form#searchform {
        width: auto;
        min-width: auto;
        margin-right: 0;
        float: right;
    }
}

@media screen and (max-width: 479px) {
    footer #translate {
        padding-left: 5px;
        padding-right: 5px;
    }

    footer #translate #translate-title {
        display: block;
    }
}