.WorkerList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.spinner_wrap{
    margin: auto;
    width: fit-content;
}
.spinner {
    margin: auto;
    border: 15px solid #293039; /* Light grey */
    border-top: 15px solid #ef7202; /* Orange */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hide{
    display: none;
}

.WorkerList__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.WorkerList__link {
    display: block;
    margin-bottom: 1em;
    padding: .5em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s border ease-out;
}

.WorkerList__link:hover {
    text-decoration: none;
    border-color: #7e459a;
    background-color: #fff;
}

.WorkerList__image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 1em 0 0;
    background-color: #ccc;
}

.WorkerList__image--fallback {
    text-indent: -999em;
    background-image: url(../../img/fallback-worker.png);
}

.WorkerList__title {
    margin-bottom: 5px;
    color: #ef7202;
    word-wrap: break-word;
    transition: .2s color ease-out;
}

.WorkerList__link:hover .WorkerList__title {
    color: #7e459a;
}

.WorkerList__function {
    display: block;
    margin-left: 115px;
    font-size: .9em;
    color: #999;
}

@media (min-width: 500px) {
    .WorkerList__item {
        width: 48%;
        margin-right: 2%;
    }

    .WorkerList__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .WorkerList__item {
        width: 31%;
        margin-right: 2%;
    }

    .WorkerList__item:nth-child(2n + 2) {
        margin-right: 2%;
    }

    .WorkerList__item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .WorkerList__function {
        font-size: .8em;
    }
}


.ProjectList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ProjectList__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.ProjectList__link {
    display: block;
    padding: .5em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s border ease-out;
}

.ProjectList__link:hover {
    text-decoration: none;
    border-color: #7e459a;
}

.ProjectList__image {
    float: left;
    margin: 0 1em 0 0;
}

.ProjectList__title {
    margin-bottom: 5px;
    color: #ef7202;
}

.ProjectList__link:hover .ProjectList__title {
    color: #7e459a;
}

.ProjectList__info {
    display: block;
    margin-left: 120px;
    font-size: .9em;
    color: #999;
}

.ProjectList dt,
.ProjectList dd {
    display: block;
}

.ProjectList dt {
    margin-right: 5px;
}

.ProjectList dd {
    margin: 0 1em 0 0;
    color: #444;
}

@media (min-width: 600px) {
    .ProjectList__item {
        width: 48%;
        margin-right: 2%;
    }

    .ProjectList__item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .ProjectList__image {
        float: none;
        margin-bottom: 5px;
    }

    .ProjectList__info {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .ProjectList__image {
        float: left;
        margin-bottom: 0;
    }

    .ProjectList__info {
        margin-left: 120px;
    }
}

.OfficeList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.OfficeList__item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.OfficeList__link {
    display: block;
    padding: .5em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s border ease-out;
}

.OfficeList__link:hover {
    text-decoration: none;
    border-color: #7e459a;
}

.OfficeList__image {
    float: left;
    margin: 0 1em 0 0;
}

.OfficeList__title {
    margin-bottom: 5px;
    color: #ef7202;
}

.OfficeList__link:hover .OfficeList__title {
    color: #7e459a;
}

.OfficeList__city {
    font-size: .9em;
    color: #999;
}

@media (min-width: 500px) {
    .OfficeList__item {
        width: 48%;
        margin-right: 2%;
    }

    .OfficeList__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (min-width: 700px) {
    div.JobList {
        float: left;
        width: 70%;
        margin-left: -70%;
    }
}

ul.JobList,
.JobList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content__col .JobList__item {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.JobList__item.last {
    border-bottom: 0;
}

.JobList__link {
    position: relative;
    display: block;
    padding: 1em 3em 1em 1em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s border ease-out;
}

.JobList__link:hover {
    text-decoration: none;
    border-color: #7e459a;
}

.JobList__title {
    margin-bottom: 5px;
    color: #ef7202;
    transition: .2s color ease-out;
}

.JobList__link:hover .JobList__title {
    color: #7e459a;
}

.JobList__info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em;
    color: #999;
}

/**
 * Definition lists
 */

dt,
dd {
    float: left;
}

dd {
    margin: 0 1em 0 5px;
}

.JobList__infoItem {
    display: inline-block;
}

.icon-arrow-right-old:before {
    position: absolute;
    top: 40%;
    right: 1em;
}

/**
 * No results
 */

.no-results {
    padding: 2em;
    border-radius: 0.1em;
    font-size: 1.6em;
    text-align: center;
    color: #999;
}

.JobResults__list {
    position: relative;
}

/**
 More results
 */

.JobList__noticeMore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto -.5em;
    padding: 0 1em;
    text-align: center;
    color: #333;
    background: rgba(255,255,255,.7);
    box-shadow: 0 -18px 10px rgba(255,255,255,.7);
    font-weight: bold;
}

/**
 * Updating...
 */

.JobResults__list--updating .JobList {
    opacity: .5;
    pointer-events: none;
}

.JobResults__list--updating:after {
    position: absolute;
    top: 2em;
    right: 0;
    left: 0;
    width: 50px;
    margin: auto;
    height: 50px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 3px -1px #000;
    border-radius: 100%;
}

@media screen and (min-width: 820px) {
    .JobResults__list--updating:after {
        top: 30vh;
    }
}

/**
 * Generic Content columns
 */

 .GenericDetailContent {
    padding: 2em 0;
}

@media (min-width: 768px) {
    .GenericDetailContent__main,
    .GenericDetailContent__sidebar {
        float: left;
        width: 50%;
        margin-right: 50%;
    }

    .GenericDetailContent__main {
        min-height: 10px;
    }

    .GenericDetailContent__sidebar {
        width: 40%;
        margin: 0 0 0 -40%;
    }
    .GenericDetailContent {
        padding: 2em 10px;
    }
}

@media (min-width: 1024px) {
    .GenericDetailContent__sidebar {
        width: 35%;
        margin: 0 0 0 -35%;
    }
}

.GenericDetailContent__tab--hidden {
    display: none;
}

.GenericDetailContent__tab--active,
.GenericDetailContent__tab:nth-child(1) {
    display: block;
}

.PartnerOrganisationList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.PartnerOrganisationList__item {
    float: left;
    width: 100%;
}

.PartnerOrganisationList__link {
    display: block;
    padding: .5em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s border ease-out;
}

.PartnerOrganisationList__link:hover {
    text-decoration: none;
    border-color: #7e459a;
    background-color: #fff;
}

.PartnerOrganisationList__image,
.PartnerOrganisationList__fallbackImage {
    display: block;
    float: left;
    width: 100px;
    height: 75px;
    margin: 0 1em 0 0;
    background-color: #ccc;
}

.PartnerOrganisationList__title {
    margin-bottom: 0;
    color: #ef7202;
    transition: .2s color ease-out;
}

.PartnerOrganisationList__link:hover .PartnerOrganisationList__title {
    color: #7e459a;
}

.PartnerOrganisationList__function {
    display: block;
    margin-left: 120px;
    font-size: .9em;
    color: #999;
}

@media (min-width: 500px) {
    .PartnerOrganisationList__item {
        width: 48%;
        margin-right: 2%;
    }

    .PartnerOrganisationList__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .PartnerOrganisationList__item {
        width: 31%;
        margin-right: 2%;
    }

    .PartnerOrganisationList__item:nth-child(2n + 2) {
        margin-right: 2%;
    }

    .PartnerOrganisationList__item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .PartnerOrganisationList__function {
        font-size: .8em;
    }
}