.filter-label {
    color: #cc0000;
    font-weight: 900;
    border-top: none !important;
    padding: 0.75rem 0 !important;
    font-family: 'Open Sans';
    font-size: 1.25rem;
    margin-right: 30px;
}

.keyword-input {
	font-size: 1rem;
	border: none;
	border-bottom: 2px solid #cc0000;
	color: #cc0000;
	padding-bottom: 7px;
}

.keyword-input:focus {
    outline-color: transparent;
}

.keyword-input::placeholder {
	color: #c1c1c1;
	font-size:0.9rem;
    font-style: italic;
}

.btn-filter {
	background-color: #fff;
	border-bottom: 2px solid #cc0000;
	padding: 5px 0;
	width: 100%;
	text-align: left;
	color: #cc0000;
    border-radius: 0;
    white-space: normal;
}

.dropdown-item {
    color: #cc0000 !important;
    white-space: normal;
}

.dropdown-item:active {
	background-color: #cc0000;
	color: #fff !important;
}

@media(min-width: 768px){
    .dropdown-item {
        white-space: nowrap;
    }
}

.career-location,
.locations-header,
.career-deadline,
.deadline-header,
.org-header,
.career-org {
    display: none;
}

.career-details, .details-header {
    width: 4rem;
}

.career-deadline, .deadline-header {
    width: 10.5rem;
}

.career-location,
.career-deadline,
.career-position,
.career-details,
.career-org {
    border-top: 1px solid #cc0000 !important;
    padding: 0.75rem 0 !important;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;
}

.position-header,
.locations-header,
.deadline-header,
.details-header,
.org-header {
    border-bottom: 2px solid #cc0000 !important;
    color: #cc0000;
    font-weight: 900;
    border-top: none !important;
    padding: 0.75rem 0 !important;
    font-family: 'Open Sans';
    font-size: 1.25rem;
    //width: 30%;
}
.position-header{
    width: 38%;
 
}
.locations-header{
    width: 16%;
}
.career-container, .career-filter-container {
    background: #ffffff;
    border-radius: 4px;
}

@media (min-width: 576px) {
    .career-container, .career-filter-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.filter-group {
    display: flex;
    flex-direction: column;
}
@media(max-width: 520px){
    .position-header {
        width: 72% !important;
    }
}
@media(min-width: 992px){
    .filter-group {
        flex-direction: row;
    }
}

.dropdown-scrollable {
    max-height: 20vh;
    overflow-y: auto;
}

.dropdown-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.dropdown-scrollable::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F0F0F0;
}

.dropdown-scrollable::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(209, 209, 209);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Overrides for the Tablesorter styling */

.tablesorter-bootstrap:not(.table-dark) tfoot td, .tablesorter-bootstrap:not(.table-dark) tfoot th, .tablesorter-bootstrap:not(.table-dark) thead:not(.thead-dark) .tablesorter-header {
    background-color: #fff;
}

.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjY2MwMDAwIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=);
}

.tablesorter-bootstrap thead .tablesorter-headerDesc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjY2MwMDAwIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+);
}

.tablesorter-bootstrap thead .tablesorter-headerAsc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjY2MwMDAwIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=);
}