/* Content Section */

section.brochures-content h3 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #46336A;
    font-size: 28px;
    margin-top: 0;
}

section.brochures-content small {
    font-size: 11px;
}

section.brochures-content article {
    padding: 25px;
    width: 100%;
}

section.brochures-content article h3 {
    padding-bottom: 20px;
}

/* Benefits article */
section.brochures-content article.brochures-benefits ul {
    margin-bottom: 50px;
}

section.brochures-content article.brochures-benefits li {
    display: flex;
    flex-direction: column;
}

article.brochures-benefits li strong {
    font-weight: bold;
}

article.brochures-benefits li strong:before {
    content: "\2713";
    margin-right: 15px;
}

/* How It Works article */
section.brochures-content article.brochures-how-it-works li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

article.brochures-how-it-works li div {
    margin-top: 20px;
    max-width: 500px;
}

article.brochures-how-it-works li div strong {
    font-weight: bold;
}

article.brochures-how-it-works li img {
    max-width: 120px;
    margin: 0 auto;
}

/* Results Article */
.brochure-results-background {
    background-color: #433467;
}

div.brochures-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

div.brochures-results div.column {
    max-width: 100%;
    padding: 10px 0;
}

div.brochures-results div.column div {
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
}

div.brochures-results .results-title h3 {
    padding-bottom: 15px;
    color: white;
    text-align: center;
}

div.brochures-results h3 {
    padding-bottom: 15px;
    color: white;
}

div.brochures-results p {
    color: white;
}

div.brochures-results img {
    max-width: 180px;
    min-width: 150px;
    margin: 0 auto;
}

/* One Column Text Block Article  */
article.brochures-one-column li {
    list-style-type: disc;
    margin-left: 50px;
    margin-top: 10px;
}

/* Two Column Text/Image Block Article  */

article.brochures-two-column .columns div {
    margin: 0 30px 0 0;
    max-width: 650px;
}

article.brochures-two-column .columns div:first-of-type {
    margin-bottom: 20px;
}

article.brochures-two-column img {
    max-width: 250px;
}

/* Two Column Text/Image Block Article  */
article.brochures-two-column-uneven .columns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

article.brochures-two-column-uneven .columns img {
    width: 80%;
    min-width: 200px;
}

article.brochures-two-column-uneven .primary-column {
    flex: 2;
}

article.brochures-two-column-uneven .columns div:first-child {
    margin-bottom: 30px;
}


/* Bullet Points Block Article  */

article.brochures-bullet-points ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

article.brochures-bullet-points ul li {
    min-width: 270px;
    display: flex;
    min-height: 110px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 15px;
    width: 100%;
}

article.brochures-bullet-points ul li div {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: 80%;
}


article.brochures-bullet-points ul li img {
    max-width: 120px;
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin: 0 40px 0 0;
    margin: 20px auto 10px auto;
}

/* CTA */
section.brochures-cta {
    text-align: center;
    padding: 50px 0;
}

section.brochures-cta p {
    padding-bottom: 10px;
}

@media screen and (min-width: 567px) and (max-width: 991px) {
    /* Quick Links Section */
     section.resources-quick-links {
        min-height: 90px;
        display: block;
    }
}

@media screen and (min-width: 992px) {
    /* page header */
    section.brochures-title {
        min-height: 430px;
    }

    /* Quick Links Section */
    section.resources-quick-links {
        min-height: auto;
        display: block;
    }

    /* Content */
    section.brochures-content h3 {
        margin-top: 15px;
        font-size: 40px;
    }

    section.brochures-content article {
        padding: 30px 130px;
        width: 100%;
        border-bottom: 1px solid rgba(63, 45, 118, .3);
    }

    /* Benefits article */
    section.brochures-content article.brochures-benefits li {
        flex-direction: row;
    }

    article.brochures-benefits li p {
        min-width: 290px;
    }

    /* How It Works article */
    section.brochures-content article.brochures-how-it-works li {
        flex-direction: row;
    }

    article.brochures-how-it-works li div {
        margin-left: 20px;
        margin-top: -5px;
    }

    article.brochures-how-it-works li img {
        max-width: 120px;
        margin: 0 15px;
    }

    /* Results */
    div.brochures-results {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    div.brochures-results .results-findings {
        display: flex;
        align-items: flex-start;
        text-align: left;
        flex-wrap: wrap;
    }

    div.brochures-results div.column {
        padding: 0 50px;
        display: flex;
        flex: 1;
        align-items: self-start;
    }

    div.brochures-results .results-title h3 {
        text-align: left;
    }

    div.brochures-results .results-title h3 {
        font-size: 35px;
    }

    div.brochures-results div.column div {
        text-align: left;
    }

    div.brochures-results img {
        margin: 0 15px 0 0;
    }

    /* Two Column Text Block Article  */


    article.brochures-two-column .columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 0;
        justify-content: space-between;
    }

    article.brochures-two-column .columns div {
        min-width: 35%;
        max-width: 540px;
        margin-top: 30px;
    }

    article.brochures-two-column .columns div:first-of-type {
        margin-bottom: 0;
    }

    article.brochures-two-column .columns img {
        max-width: 600px;
        margin: 0;
        width: 40%;
    }

    article.brochures-two-column .columns img[src*=".svg"] {
        max-width: 230px;
    }

    article.brochures-bullet-points ul li {
        width: 48%;
        flex-direction: row;
        justify-content: flex-start;
        margin-right: 10px;
    }

    article.brochures-bullet-points ul li div {
        display: flex;
        align-items: center;
        padding-right: 30px;
        width: 100%;
    }

    article.brochures-bullet-points ul li img {
        margin: 0 40px 0 0;
    }

    /* Two Column Uneven Block  */
    article.brochures-two-column-uneven .columns {
        flex-direction: row;
        align-items: flex-start;
    }

    article.brochures-two-column-uneven .primary-column {
        max-width: 1000px;
        width: calc(100% * 2/3);
    }

    article.brochures-two-column-uneven div:first-child {
        padding-right: 20px;
        margin-bottom: 0;
    }
}
