﻿.brochure-heading {
    background: url("../../image/MFB2023-Board-and-Chairs-Masthead.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
}

.header-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1350px;
}

.header-container .header-logo.first-column img {
    width: 225px;
}

.header-container .header-content-container.second-column .header-content h3 {
    border-bottom: 6px solid #6e29e8;
    display: inline-block;
    font-size: 2.8rem;
    font-family: GraphikXXCondBlack, Arial, serif;
    margin-bottom: 0;
}

.header-container .header-content-container.second-column .header-content a:hover, .header-container .header-content-container.second-column .header-content a:focus {
    color: #ffffff;
}

.header-container .first-column {
    flex-basis: 25%;
}

.header-container .second-column {
    flex-basis: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header-container .second-column .header-title {
    max-width: 230px;
    margin-right: 30px;
}

.header-container .second-column .header-content {
    max-width: 350px;
}

.header-container .second-column .header-content p:first-child {
    margin-top: 0;
}

.header-container .second-column .header-content p:nth-child(2), .header-container .header-content p:nth-child(3) {
    margin: 0;
}

/*.header-container .second-column*/ .header-title h1 {
    font-family: GraphikXXCondBlack, Arial, serif;
    font-size: 8.3rem;
    line-height: 0.85;
}

.header-content-container.mobile {
    background-color: #b046e8;
}

.header-content-container.mobile .header-title h1 {
    font-family: GraphikXXCondBlack, Arial, serif;
    font-size: 8.3rem;
    line-height: 0.85;
    margin-top: 15px;
}

.header-content-container.mobile .header-content h3 {
    border-bottom: 6px solid #6e29e8;
    display: inline-block;
    font-size: 2.8rem;
    font-family: GraphikXXCondBlack, Arial, serif;
    margin-bottom: 0;
}

.header-content-container.mobile .header-content a:hover, .header-content-container.mobile .header-content a:focus {
    color: #ffffff;
}

.header-content-container.mobile .header-content p:nth-child(3) {
    margin-top: 0;
}

.mfb-chairs.container {
    margin: 60px auto;
    max-width: 1350px;
    width: 100%;
}

.mfb-chairs .header {
    width: 100%;
}

.mfb-chairs h2 {
    font-family: GraphikXXCondBlack, Arial, serif;
    border-bottom: 6px solid #B542EB;
    display: inline-block;
    font-size: 2.8rem;
    margin: 30px 0;
    margin-top: 0;
}

ul.mfb-chairs-list {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    width: 100%;
    max-width: 350px;
}

.brochure-heading.left-caption .header-container .second-column .header-content {
max-width: 380px;
}

.brochure-heading.left-caption .header-container .second-column {
    margin-left: 0;
    justify-content: flex-start;
}

.header-content-container.mobile.left-caption {
    background-color: #7029ec;
}

.mfb-2023-marquee-makers-content, .mfb-2023-premier-makers-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.marquee-makers-module {
    display: flex;
    flex-direction: row;
    margin-right: 15px;
    margin-bottom: 25px;
    flex-basis: 345px;
}
.marquee-makers-module .first-column {
    margin-right: 15px;
}
.marquee-makers-module .first-column img {
    max-width: 100px;
}
.marquee-makers-module .second-column img {
    max-width: 150px;
}
.mfb-2023-marquee-makers-content .marquee-makers-module.one .second-column img {max-width: 150px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.two .second-column img {max-width: 113px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.three .second-column img {max-width: 63px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.four .second-column img {max-width: 133px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.five .second-column img {max-width: 63px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.six .second-column img {max-width: 40px;}
.mfb-2023-marquee-makers-content .marquee-makers-module.seven .second-column img {max-width: 40px;}
.marquee-makers-module .second-column span i {
    font-size: 14px;
    margin-top: -3px;
    display: block;
}
.marquee-makers-module .second-column p {
    margin: 5px 0;
}
.mfb-2023-premier-makers-content .marquee-makers-module.one .second-column img {max-width: 83px;}
.mfb-2023-premier-makers-content .marquee-makers-module.two .second-column img {max-width: 83px;}
.mfb-2023-premier-makers-content .marquee-makers-module.three .second-column img {max-width: 119px;}
.mfb-2023-premier-makers-content .marquee-makers-module.four .second-column img {max-width: 50px;}
.mfb-2023-premier-makers-content .marquee-makers-module.five .second-column img {max-width: 121px;}
.mfb-2023-premier-makers-content .marquee-makers-module.six .second-column img {max-width: 97px;}
.mfb-chairs.principal-makers.container {
    background: #522e90;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
    .header-container .second-column {
        flex-basis: 75%;
    }

    .header-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 799px) {
    .brochure-heading.left-caption {
        background: url("../../image/mfb-chairs-call-out-bk-mobile-2023.jpg");
        background-size: cover;
    }
}

@media only screen and (max-width: 500px) {
    .brochure-heading {
        background-position-x: -200px;
    }

    .brochure-heading {
        align-items: flex-end;
    }

    .header-container .first-column {
        margin-left: -30px;
    }

    .header-container .header-logo.first-column img {
        width: 175px;
    }
}

@media only screen and (min-width: 425px) {
    br.mobile-wrap {
        display: none;
    }
}
