/** reset */
.main-content > h1 {
    display: none;
}

/**
 * Generic
 */

.statement__spokesmenList,
.statementDetail__topics {
    margin-left: 0;
    list-style: none;
}

.body--singleSiteCU .statementDetail__body ul {
    list-style: none;
    margin-left: 0;
}

.body--singleSiteCU .statementDetail__body ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.body--singleSiteCU .statementDetail__body ul li:before {
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    display: inline-block;
    content: '\002b';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #408BC2;
}

/**
 *  StatementDetail
 */

/** Needed for new and reset for old layout **/
.statementDetail__headerContent {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

.statement__title {
    position: static;
    margin: 1em 0 0;
    padding: 0 0 1em;
    background-color: #fff;
}

.statementDetail__related:before,
.statementDetail__related:after {
    display: block;
    width: 25%;
    height: 2px;
    margin: 1.6em 0;
    background: #eeecec;
}

.statementDetail__related:before {
    content: "";
}

/**
 *  Related topic lists
 */

.statementDetail__topicList {
    margin: 0;
}

.statementDetail__topicListItem {
    display: inline-block;
    margin: 0 .5em .9em 0;
}

.statementDetail__topicListItem a {
    font: normal 1.2em/1.2 "AlwynNewRounded", Tahoma, Geneva, sans-serif;
    display: block;
    padding: 8px 16px 9px;
    border-radius: 4px;
    line-height: 1.5em;
    text-decoration: none;
    color: #0087c3;
    background-color: #e5f2f7;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.statementDetail__topicListItem a:hover {
    color: #fff;
    background: #0087c3;
}

/**
 *  Spokesmen list
 */

.statement__spokesmenListItem {
    margin-bottom: 1em;
    background: #deeef4;
    display: table;
}

.spMan__block {
    display: inline-block;
    vertical-align: middle;
}

.spMan__txt {
    padding: 10px;
}

.spMan__name {
    display: block;
    font: normal 1.6666666667em/1.1 "AlwynNewRounded", Tahoma, Geneva, sans-serif;
}

/**
 *  Responsiveness
 */

@media screen and (max-width: 679px) {
    .statementDetail__body h2 {
        font-size: 1.3em;
    }

    .statementDetail__related:after {
        content: "";
    }

    /** Spokesmen list */
    .statement__spokesmenList {
        margin: 2em 0 0;
    }

    .statement__spokesmenListItem {
        display: table;
    }

    .statement__spokesmenListItem > * {
        display: table-cell;
    }

    .spMan__nameLink {
        color: inherit;
    }
}

.statementDetail__header {
    margin: -1.5em -1.5em 32px -1.5em;
    padding: 34.4% 0 3% 0;
    background-position: 50% 50%;
    background-size: cover;
}

.statement__title {
    display: inline-block;
    padding: 8px 16px 8px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 680px) {
    .statementDetail {
        position: relative; /** For positioning spokesmen list */
    }

    .statement__title {
        padding-left: 16px;
    }

    .statementDetail__header--hasSpokesmen {
        margin-bottom: 80px;
    }

    /** Spokesmen list*/
    .statement__spokesmenList {
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        padding-top: calc(37.4% + 4.1em);
        text-align: right;
    }

    .statement__spokesmenListItem {
        position: relative;
        display: table-cell;
        direction: rtl;
        background: none;
        white-space: nowrap;
        overflow: hidden;
        width: 10%;
    }

    .spMan__img {
        width: 70px;
        border-radius: 100%;
        border: 2px solid #fff;
    }

    .spMan__txt {
        padding: 15px 5px;
        height: 44px;
    }

    .spMan__blockLink {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-indent: -999em;
    }
}
