.relation-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.relation-list li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
}

.relation-list li:nth-child(odd) {
    clear: left;
}

.relation-list li:nth-child(even) {
    margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
    .relation-list {
        display: flex;
        flex-wrap: wrap;
    }

    .relation-list li {
        width: calc(50% - 30px);
    }

    .relation-list li:nth-child(odd) {
        margin: 0 30px 30px 15px;
    }
}

@media screen and (min-width: 1024px) {
    .relation-list li {
        width: calc(25% - 30px);
        margin: 0 30px 0 0;
    }

    .relation-list li:nth-child(odd),
    .relation-list li:nth-child(even) {
        margin: 0 30px 30px 0;
    }

    .relation-list li:nth-child(4n) {
        clear: left;
        margin: 0;
    }
}

/**
 * Person list
 */

.person-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.person-list li {
    float: none !important;
    clear: none !important;
    width: 50%;
    margin: 0 0 20px 0 !important;
    padding-right: 20px;
    overflow: visible;
    list-style-image: none;
    background: transparent;
    text-align: center;
    line-height: 1.4;
}

.sponsor-person-list li {
    width: 100%;
}

.personList__link {
    text-decoration: none;
    color: #404040;
}

.personList__link:hover {
    color: #404040;
}

.personList__imageContainer {
    display: block;
    width: 160px;
    max-width: 100%;
    margin: 0 auto 0.5em;
}

.speakerPersonList__imageContainer {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.speakerPersonList__image  {
    transition: transform 0.2s ease-in-out;
    transform: scale(1);
    background: none;
}

.personList__item:hover .speakerPersonList__image   {
    transform: scale(1.05);
}

.sponsorPersonList__imageContainer {
    width: 100px;
}

.personList__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: #f2f2f2 url('/l/library/download/urn:uuid:eca23ac9-382e-44cd-8d11-547527ec91ae/default_profile_picture.png?scaleType=3&height=200&width=200');
    background-size: cover;
}

.speakerPersonList__image img,
.personList__image img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.personList__name {
    margin-bottom: 0;
    font-family: 'Neo Sans', Arial, sans-serif;
    font-size: 1.222em;
    font-weight: 500;
    line-height: 1.2;
    color: #4a4a4a;
}

.sponsorPersonList__name {
    font-size: 1.1em;
    font-weight: 500;
}

.speakerPersonList__name {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 500;
}

.personList__function,
.personList__company {
    font-size: 0.8em;
    line-height: 1.4;
    font-style: normal;
}

.speakerPersonList__function {
    display: inline-block;
    font-size: 0.8em;
    max-width: none;
    font-style: normal;
}

.personList__function + .personList__company::before {
    content: ' at ';
}

.personList__interaction {
    font-size: 1.2em;
}

.sponsorPersonList__interaction {
    margin-top: 1em;
    font-size: 1.4em;
}

.visitorsPersonList__linkedIn,
.personList__chat {
    display: inline-block;
    white-space: nowrap;
    width: 32px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-decoration: none;
    color: #aeaa6c;
}

.visitorsPersonList__linkedIn::before,
.personList__chat::before {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 0.3em;
    font-family: "icons";
}

.personList__chat::before {
    content: '\e801';
}

.visitorsPersonList__linkedIn::before {
    content: '\f30c';
}

@media screen and (min-width: 560px) {
    .person-list li {
        width: 33.333%;
    }
}

@media screen and (min-width: 740px) {
    .person-list li {
        width: 25%;
    }
}

/**
 * Search
 */

#public_relation_list_search .field.first {
    width: 100%;
    margin: 0;
}

#public_relation_list_search .fieldinput.formpanel {
    display: flex;
}

#public_relation_list_search .formpanelelement.first {
    position: relative;
    flex-grow: 1;
}

#public_relation_list_search .formpanelelement.first::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    background: transparent url("../../../img/icon--search.svg") no-repeat 0.6em 55% !important;
}

#searchString,
#searchSubmit {
    height: 38px;
}

#searchString {
    width: 100%;
    padding: 0.6em 0.5em 0.6em 35px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

#searchSubmit {
    margin-top: 0;
    border-radius: 0 3px 3px 0;
}
