.locations-locations div.jtable-main-container div.jtable-busy-message,
.search-searchjobs div.jtable-main-container div.jtable-busy-message {
    align-items: center;
    background-color: transparent;
    background: #e5e5e5;
    color: transparent;
    display: flex;
    font-size: inherit;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 10px;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.locations-locations div.jtable-main-container div.jtable-busy-message:before,
.search-searchjobs div.jtable-main-container div.jtable-busy-message:before {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #000;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.locations-locations div.jtable-main-container .jtable-busy-panel-background,
.search-searchjobs div.jtable-main-container .jtable-busy-panel-background {
    background: #e5e5e5;
    opacity: 1;
}

.locations-locations div.jtable-main-container .jtable,
.search-searchjobs div.jtable-main-container .jtable {
    border-collapse: collapse;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.locations-locations div.jtable-main-container .jtable tbody,
.search-searchjobs div.jtable-main-container .jtable tbody {
    grid-gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
}

.locations-locations div.jtable-main-container .jtable tbody tr,
.search-searchjobs div.jtable-main-container .jtable tbody tr {
    cursor: pointer;
    flex: 1 1 31%;
}

.locations-locations div.jtable-main-container .jtable tbody tr.featured,
.search-searchjobs div.jtable-main-container .jtable tbody tr.featured {
    grid-column: 1/-1;
    margin: auto;
    width: calc(50% - 14px);
}

.locations-locations div.jtable-main-container .jtable tbody tr.featured:before,
.search-searchjobs div.jtable-main-container .jtable tbody tr.featured:before {
    content: "Featured Job:";
    margin-bottom: 6px;
    text-align: center;
}

.locations-locations div.jtable-main-container .jtable tbody tr:after,
.search-searchjobs div.jtable-main-container .jtable tbody tr:after {
    content: "Read More";
    display: block;
    margin-top: 6px;
    text-align: left;
    color: #215eac;
    text-decoration: underline;
}

.locations-locations div.jtable-main-container .jtable tbody tr.jtable-no-data-row,
.search-searchjobs div.jtable-main-container .jtable tbody tr.jtable-no-data-row {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    grid-column: 1/-1;
    justify-content: center;
    min-height: 40vh;
}

.locations-locations div.jtable-main-container .jtable tbody tr.jtable-no-data-row:after,
.search-searchjobs div.jtable-main-container .jtable tbody tr.jtable-no-data-row:after {
    content: none;
    display: none;
}

.locations-locations div.jtable-main-container .jtable tbody tr.jtable-no-data-row>td,
.search-searchjobs div.jtable-main-container .jtable tbody tr.jtable-no-data-row>td {
    flex: initial;
}

.locations-locations div.jtable-main-container .jtable tbody tr.jtable-no-data-row>td p,
.search-searchjobs div.jtable-main-container .jtable tbody tr.jtable-no-data-row>td p {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.locations-locations div.jtable-main-container .jtable tbody tr.jtable-no-data-row a,
.search-searchjobs div.jtable-main-container .jtable tbody tr.jtable-no-data-row a {
    display: inline-block;
}

.locations-locations div.jtable-main-container .jtable tbody tr td:not(:empty),
.search-searchjobs div.jtable-main-container .jtable tbody tr td:not(:empty) {
    align-items: left;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.locations-locations div.jtable-main-container .jtable tbody tr td:not(:empty) span,
.search-searchjobs div.jtable-main-container .jtable tbody tr td:not(:empty) span {
    display: flex;
}

.locations-locations div.jtable-main-container div.jtable-bottom-panel,
.search-searchjobs div.jtable-main-container div.jtable-bottom-panel {
    align-items: center;
    display: grid;
    margin-top: 50px;
    background: transparent;
    border: none;
    margin-bottom: 30px;
}

.locations-locations div.jtable-main-container div.jtable-bottom-panel.jtable-top-panel,
.search-searchjobs div.jtable-main-container div.jtable-bottom-panel.jtable-top-panel {
    display: none;
}

.locations-locations div.jtable-main-container div.jtable-bottom-panel .jtable-page-list,
.search-searchjobs div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
    text-align: center;
}

.locations-locations div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:after,
.search-searchjobs div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:after {
    content: " Jobs";
}

.locations-locations div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area,
.search-searchjobs div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
    margin-left: auto;
    position: relative;
    float: left;
    width: 100%;
}

.locations-locations div.jtable-main-container .jtable tbody {
    grid-template-columns: 1fr 1fr;
}

.locations-locations #map {
    min-height: 500px;
    position: relative;
}

.locations-locations #map .leaflet-clickable>* {
    position: relative;
    z-index: 100;
}

.locations-locations #map .leaflet-clickable:after {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: leafletAnim;
    animation-name: leafletAnim;
    background: #000;
    border-radius: 20px;
    content: "";
    height: 40px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 40px;
    z-index: 99;
}

@-webkit-keyframes leafletAnim {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(0);
    }
}

@keyframes leafletAnim {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(0);
    }
}

.locations-locations #map .leaflet-popup-content {
    text-align: center;
}

.locations-locations #map .leaflet-popup-content .location-popup-jobscount {
    margin-top: 4px;
}

.locations-locations #map .leaflet-popup-content a {
    background: transparent;
    border: 1px solid #000;
    display: block;
    padding: 5px;
}

.locations-locations #mapContainer {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.locations-locations #mapContainer .map-controls {
    align-items: center;
    background: rgba(47, 44, 44, 0.5);
    display: flex;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.locations-locations #mapContainer .map-controls #geo-button,
.locations-locations #mapContainer .map-controls #map-search-btn {
    align-items: center;
    background: transparent;
    background: #fff;
    color: #000;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 4px;
    outline: none;
    width: 50px;
}

.locations-locations #mapContainer .map-controls #geo-button:after,
.locations-locations #mapContainer .map-controls #geo-button:before,
.locations-locations #mapContainer .map-controls #map-search-btn:after,
.locations-locations #mapContainer .map-controls #map-search-btn:before {
    line-height: 22px;
    font: normal normal normal 22px/1 FontAwesome;
}

.locations-locations #mapContainer .map-controls #geo-button>span,
.locations-locations #mapContainer .map-controls #map-search-btn>span {
    font-size: 0;
}

.locations-locations #mapContainer .map-controls #geo-button:before {
    content: "";
}

.locations-locations #mapContainer .map-controls #map-search-btn #map-search-state-btn {
    font-size: 0;
}

.locations-locations #mapContainer .map-controls #map-search-btn:after,
.locations-locations #mapContainer .map-controls #map-search-btn:before {
    line-height: 22px;
    font: normal normal normal 22px/1 FontAwesome;
}

.locations-locations #mapContainer .map-controls #map-search-btn:before {
    content: "";
}

.locations-locations #mapContainer .map-controls #map-search-btn:after {
    content: "";
    display: none;
}

.locations-locations #mapContainer .map-controls.active button#map-search-btn:before {
    display: none;
}

.locations-locations #mapContainer .map-controls .map-search-on,
.locations-locations #mapContainer .map-controls.active button#map-search-btn:after {
    display: block;
}

.locations-locations #mapContainer .map-controls .map-search {
    display: none;
    flex: 1 1 auto;
    width: 100%;
}

.locations-locations #mapContainer .map-controls .map-search #close-map {
    align-items: center;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    padding: 0 6px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -12px;
}

.locations-locations #mapContainer .map-controls .map-search #close-map:before {
    content: "×";
}

.locations-locations #mapContainer .map-controls .map-search .ui.form .map-search-input {
    align-items: center;
    display: flex !important;
    justify-content: center;
    width: auto !important;
}

.locations-locations #mapContainer .map-controls .map-search .ui.form .map-search-input>input {
    height: auto !important;
    line-height: normal !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    width: auto !important;
}

.locations-locations #mapContainer .map-controls .map-search .ui.form .map-search-input button {
    height: auto !important;
    line-height: normal !important;
    margin-left: 4px !important;
    width: auto;
}

.locations-locations #mapContainer .map-controls .map-search .ui.form .map-search-input .dropdown.search {
    min-width: 200px;
}

.locations-locations #mapContainer .map-controls .map-search .ui.form .map-search-input .dropdown.search select {
    width: auto !important;
}

.locations-locations #mapContainer .map-controls .map-search .MicrosoftMap .as_container_search {
    width: 100%;
    right: 0;
}