﻿.bp-eeditions-container {
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
}

.bp-eeditions-go-back {
    text-align: right;
}

.bp-eeditions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .bp-eeditions-list li {
        flex: 0 0 25%;
        padding: 20px;
    }

        .bp-eeditions-list li div {
            padding: 5px;
        }

.bp-latest-eeditions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .bp-latest-eeditions-list li {
        flex: 0 0 16.6%;
        padding: 20px;
    }

.bp-headline {
    text-align: center;
    color: #2b2f31;
    font-weight: bold;
    font-size: 1rem;
}

.bp-container-name {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
}

    .bp-container-name a {
        color: #000000;
        border: none;
    }

.bp-more-btn {
    color: #06086d;
    font-weight: normal;
    font-size: 1rem;
    padding-left: 1rem;
}

.bp-eeditions-select {
    padding-bottom: 10px;
    max-width: 300px;
}

.bp-eeditions-title {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
    text-transform: none;
}

.bp-eeditions-page-title {
    letter-spacing: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 5px solid #e6e6e6;
    color: #cacaca;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.85);
    text-transform: none;
    text-align: center;
}

.bp-eeditions-pdf {
    width: 100%;
    height: 700px;
    text-align: center;
}

.bp-social-share {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.bp-eeditions-more {
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 5px 3px 10px 3px;
    float: none;
}

.bp-eeditions-instructions {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 0 3px 0 3px;
    float: none;
}

@media screen and (max-width: 39.9375em) {

    .bp-eeditions-list li {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    .bp-eeditions-list li {
        flex: 0 0 33%;
    }
}

@media screen and (max-width: 39.9375em) {

    .bp-latest-eeditions-list li {
        flex: 0 0 33%;
    }
}
