/* === Additional styles (overrides and additions to style.css) === */

.brief.logistics .masthead {
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 80px;
    min-height: unset;
}

@media screen and (max-width: 1100px) {
    .brief.logistics .masthead {
        min-height: unset;
        border-top: none;
    }
}

.brief header {
    background-color: #000000;
}

.header-img {
    width: 100%;
    height: auto;
}

.home-feature-briefs {
}

/* Brief page text alignment and width overrides */
.brief p.large {
    max-width: 1460px;
}

.brief p.large {
    text-align: left;
    margin-top: 25px!important;
}

.brief ol, .brief ul {
    text-align: left;
    list-style: none;
    margin: 20px auto !important;
}

.brief h2 {
    margin-top: 50px;
}

.brief-container h2, .brief-container h3, .brief-container h4 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.brief-container ul.large,
.brief-container ol.large {
    width: 100%;
}

.brief-container li:before {
    display: none;
}

.brief-container {
    text-align: center;
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
}

.brief-container .row-fluid h2 {
    text-align: left;
}

.brief-container p {
    margin-bottom: 30px;
}

.brief-container ol, ul {
    margin-bottom: 50px;
}

.brief-container ul, .brief-container ol {
    list-style: disc;
    list-style-position: inside;
}

.brief-container >* {
    text-align: left;
}

/* Header Banner with overlay text */
.header-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-banner .header-img {
    width: 100%;
    height: auto;
    display: block;
}

.header-banner-content {
    position: absolute;
    bottom: 125px;
    left: 140px;
    z-index: 2;
    color: #fff;
}

.header-banner-content .brief-label {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 13px;
    font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.header-banner-content h1 {
    font-size: 52px;
    line-height: 60px;
    font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
}

.brief .masthead {
    background: #000000;
}

.brief-container ol.bullet-list {
    list-style-position: outside;
    padding-left: 20px;
}

.brief-container ul.bullet-list {
    list-style-position: outside;
    padding-left: 20px;
}

@media only screen and (max-width: 1200px) {
    .header-banner-content {
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .header-banner-content {
        bottom: 40px;
        left: 20px;
    }
    .header-banner-content h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 500px) {
    .header-banner-content {
        bottom: 25px;
        left: 15px;
    }
    .header-banner-content h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .header-banner-content .brief-label {
        font-size: 11px;
        padding: 6px 16px;
    }
}
