#jobListings thead tr th {
    color: #FFFFFF;
    text-align: left;
    padding: 5px 10px;   
    font-size: 14px;
    font-family: Helvetica;
    border-spacing: 0;
    border: 0;
    background: #284982;
}
#jobListings {
    border-spacing: 0;
    border: 1px solid grey;
    float: left;
}
.jobListingData {
    width: 100%;    
}
#jobListings thead {
  background: #284982;
}
table#jobListings tbody tr td {
    border-bottom: 1px solid #707070;
    padding: 5px 10px;
    font-size: 13px;
    font-family: Helvetica;
    border-right: 0;
    border-left: 0;
    background: #FFFFFF;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s;
}
#jobListings_wrapper #jobListings_length , #jobListings_wrapper #jobListings_info  {
    float: left;
}
#jobListings_wrapper #jobListings_filter , #jobListings_wrapper .dataTables_paginate {
    float: right;
}
#jobListings_paginate .paginate_button.previous, #jobListings_paginate .paginate_button.next {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: #FFFFFF;
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    min-width: 1.5em;
    padding: .5em 1em;
}
#jobListings_paginate .paginate_button {
    color: #333;
    min-width: 1.5em;
    padding: 4px 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 0;    
    border: 1px solid transparent;
}
#jobListings_paginate .paginate_button:hover {
    background: #284982;
    color: #ffffff !important;
    border-color: #284982;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
}
#jobListings_paginate .paginate_button.current {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: #FFFFFF;
    background: linear-gradient(to bottom,white 0%,#dcdcdc 100%);
    min-width: 1.5em;
    padding: .5em 1em;
}
#jobListings_processing {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#jobListings_wrapper #jobListings_filter label input {
    margin-left: 5px;
}
#jobListings_wrapper #jobListings_length label select {
    margin: 0 5px;
}
#jobListings_wrapper #jobListings_length label, #jobListings_filter label {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
} 
#jobListings_wrapper table#jobListings {
    margin-top: 15px;
}
.jobListingData {
    float: left;
    display: block;
}
#jobListings thead tr th.sorting {
    position: relative;
    cursor: pointer;
}
#jobListings thead tr th.sorting.sorting_asc:before {
    content: "\e80a";
    font-family: 'stack-interface';
    position: absolute;
    right: 10px;
    font-size: 20px;
}
#jobListings thead tr th.sorting.sorting_desc:before {
    content: "\e80a";
    font-family: 'stack-interface';
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
    font-size: 20px;
}
.jobListingData #jobListings_paginate .paginate_button.disabled {
    cursor: no-drop;
    opacity: 0.4;
    background: #284982;    
}
.jobListingData #jobListings_paginate a.paginate_button.next, 
.jobListingData #jobListings_paginate a.paginate_button.previous {
    background: #284982;
    color: #ffffff !important;
    border-color: #284982;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.jobListingData #jobListings_paginate a.paginate_button.current {
    background: #284982;
    color: #ffffff !important;
    border-color: #284982;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
}
#jobListings tr:hover td {
    background-color: #ececec;
}
#jobListings tbody tr td.sorting_1 a {    
    border: 0;
    font-size: 13px;
    font-family: Helvetica;
}
.paragraph--type--paragraph-sliders-block.unmarg {
    padding-top: 10.428571em;
}
#jobListings thead tr th.sorting.sorting_asc, #jobListings thead tr th.sorting.sorting_desc, #jobListings thead tr th.sorting {
    width: 100px !important;
}
#jobListings thead tr th.sorting[aria-label="Location: activate to sort column ascending"] {
    width: 250px !important;
}
#jobListings thead tr th.sorting[aria-label="Job Family: activate to sort column ascending"] {
    width: 280px !important;
}
@media(max-width: 991px){
    .jobListingData .dataTables_wrapper {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
}
@media(max-width: 575px){
    .jobListingData #jobListings_paginate a.paginate_button.next, 
    .jobListingData #jobListings_paginate a.paginate_button.previous{
        padding-left: 4px;
        padding-right: 4px;
    }
    #jobListings_wrapper .dataTables_paginate{
        width: 100%;
        padding-top: 15px;
    }
    .jobListingData #jobListings_paginate a.paginate_button.previous {        
        margin-right: 5px;
    }
}
.tableWrapper .jobListingData , .tableWrapper .errorMessage , .tableWrapper.active .processing , .tableWrapper.error .processing{
    display: none;
}
.tableWrapper.active .jobListingData , .tableWrapper.error .errorMessage{
    display: block;
}

.tableWrapper .processing {
    text-align: center;
}
.tableWrapper .processing img {
    width: 70px;
}
.tableWrapper.error .errorMessage {
    text-align: center;
    padding: 10px 0;
}
.tableWrapper.error .errorMessage h4 {
    font-size: 18px;
    font-weight: bold;
}

