h1, h2, h3, h4 {
    text-transform: none;
}
.brochure-heading {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
}
.brochure-heading.why {
    background: #7029ec;
}
.brochure-heading.why .container-fluid {
    position: relative;
}
.brochure-heading .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.brochure-heading.why .header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.brochure-heading.why h1 {
    margin: 0;
    line-height: 1.1;
    font-family: GraphikBold, Arial, serif;
    font-size: 6vw;
}
.brochure-heading.why p {
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 26px;
}
.brochure-heading h1 + p {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.full-width {
    width: 100%;
    display: block;
}
.mfb-register {
    position: absolute;
}
.mfb-register p {
    max-width: 550px !important;
    margin-bottom: 15px !important;
}
.mfb-register .clearBg {
    border: 1px solid #ffffff;
    width: 255px;
    margin: 0 auto;
    text-transform: none;
}
@media only screen and (min-width: 800px) {
    .brochure-heading {
        padding: 0 0 40px;
        padding-bottom: 0;
    }
    .brochure-heading.why .container-fluid > div {
        padding-bottom: 0 !important;
    }
}
@media only screen and (min-width: 300px) {
    .brochure-heading.why .container-fluid > div {
        padding: 0;
        background-color: transparent;
    }
}

.roll {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    text-align: center;
    /*background-image: url(../../image/mfb2018/teams-roll-background.jpg);*/
    /*background-image: url('../../image/mfb2018/teams-quotes-bg.png');
    background-size: cover;*/
    position: relative;
}

.roll h2, .roll h4, .roll span, .roll blockquote.quote {
    color: #fff;
}

.roll h4 {
    text-transform: uppercase;
}

.roll .bx-wrapper .bx-viewport {
    background: transparent;
    left: 0;
}

.roll .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 1px solid;
}

.roll .bx-wrapper .bx-pager {
    padding-top: 0;
}

.roll .bx-controls.bx-has-pager {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

ul.roll-slider.bxslider {
    margin: 0;
}

.roll-content.meet-content {
    width: 90%;
    max-width: 880px;
    position: relative;
}
/*.roll .control-prev {
    width: 30px;
    height: 32px;
    float: left;
    position: relative;
    top: 67px;
    z-index: 1;
    background: url("../image/arrowleft.png") no-repeat scroll 0 0 transparent;
}

.roll .control-next {
    width: 30px;
    height: 32px;
    float: right;
    position: relative;
    top: 67px;
    z-index: 1;
    background: url("../image/arrowright.png") no-repeat scroll 0 0 transparent;
}*/
.card-image {
    display: flex;
    justify-content: center;
}

.card-meta {
    margin-top: 20px;
}

.card-meta span {
    font-size: 1.3rem;
}

blockquote.quote {
    margin: 15px 0;
    border: none;
}

blockquote.quote:before {
    top: 180px;
    left: 0;
    content: "\201C";
}

blockquote.quote:after {
    right: 0;
    bottom: 10px;
    content: "\201D";
}

blockquote.quote:before,
blockquote.quote:after {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
    font-family: GraphikRegular, Arial, sans-serif, "Verdana";
    font-weight: bolder;
    color: #FFF;
}

.bx-wrapper .bx-pager {
    position: static !important;
    display: block !important;
    margin-bottom: 20px;
}

.bx-next, .bx-prev {
    display: block;
    width: 30px;
    height: 32px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #B542EB !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9f9e9f;
}
section.affinity-group {
    padding: 80px 0;
    background: #7029ec;
    color: #ffffff;
}
.afinity-group-content.container {
    margin: 0 auto;
    width: auto;
}
.afinity-group-content.container h2 {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 32px;
    margin: 25px 0;
    text-transform: none;
}
.afinity-group-content.container > p:first-child {
    margin-top: 0;
}
.afinity-group-content.container > p {
    max-width: 580px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: inherit;
}
.afinity-group-content.container .column-content p {
    font-size: 1.6rem;
    line-height: inherit;
}
.afinity-group-content.container .column-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}
.afinity-group-content.container .column-content .column {
    max-width: 223px;
    min-height: 460px;
    text-align: center;
    margin: 12px;
    padding: 30px 20px 20px;
}
.afinity-group-content.container .column-content .column.one {
    background: #00A69A;
}
.afinity-group-content.container .column-content .column.two {
    background: #6179FF;
}
.afinity-group-content.container .column-content .column.three {
    background: #ffffff;
    color: #0F1934;
}
.afinity-group-content.container .column-content .column.four {
    background: #4A3095;
}
.afinity-group-content.container .column-content .column.three h2 {
    color: #7029ec;
}
.why-img-container img {
    width: 100%;
}

@media only screen and (min-width: 300px) {
    .roll .bx-next.disabled, .roll .bx-prev.disabled {
        /* display: none; */
        opacity: 0.4 !important;
    }

    .roll .bx-prev {
        transform: rotate(135deg);
        position: absolute;
        top: 507px;
        left: -60px;
    }

    .roll .bx-next {
        transform: rotate(-45deg);
        position: absolute;
        top: 507px;
        right: -60px;
    }

    .roll .bx-prev, .roll .bx-next {
        border-right: 15px solid #B542EB;
        border-bottom: 15px solid #B542EB;
        width: 35px;
        height: 35px;
        transition: .25s all;
        cursor: pointer;
        z-index: 2;
    }
    .roll-content.meet-content {
        margin-bottom: 50px;
    }

    .roll .bx-wrapper .bx-pager {
        margin-bottom: 0;
    }

    .roll-content.meet-content {
        width: 90%;
    }

    /* Firefox border render fix */
    .firefox .roll .bx-prev {
        transform: translateZ(1px) rotate(135deg);
    }

    .firefox .roll .bx-next {
        transform: translateZ(1px) rotate(-45deg);
    }

    .mysterious-shape-left {
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        top: 625px;
        border-style: solid;
        border-width: 0 0 350px 100px;
        border-color: transparent transparent #5B3DB2 transparent;
        transform: rotate(180deg);
        z-index: 1;
    }

    .mysterious-shape-right {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 1120px;
        border-style: solid;
        border-width: 0 0 350px 100px;
        border-color: transparent transparent #B542F5 transparent;
        transform: rotate(0deg);
        z-index: 1;
    }

    .march {
        display: flex;
        justify-content: center;
        text-align: left;
    }

    .march h1 {
        font-size: 2.8rem;
    }

    .march img.desktop {
        display: none;
    }

    .march img + p {
        margin: 25px 0;
    }

    .march a.blackBg {
        display: inline-flex;
        max-width: 300px;
        width: 100%;
    }
    .march a.purpleBg {
        display: inline-flex;
        max-width: 300px;
        width: 100%;
    }

    .march-content {
        padding: 40px 20px;
    }

    .march .march-content-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f8edfe;
        padding: 25px 0;
        margin: 25px -20px;
    }

    .march .march-content-mobile div {
        max-width: 350px;
        padding: 0 15px;
    }

    .march .march-content-mobile img {
        max-width: 150px;
        width: 100%;
    }

    .march .march-content-mobile div:first-child img {
        max-width: 125px;
    }
    .march .march-content-mobile div:nth-child(3) img {
        max-width: 150px;
    }

    .vid {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 40px 0;
        background-color: #EBF3F8;
    }

    .responsive-video {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        z-index: 1;
    }

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .story-image-video {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .story-image-video iframe, .story-image-video img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .meet {
        display: flex;
        justify-content: center;
        padding: 40px 0;
        flex-direction: column;
    }

    .meet h2 {
        align-self: center;
    }

    .meet h2.black {
        color: #000;
    }

    .meet-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        box-shadow: 0px 0px 12px #00000033;
        margin: 0 auto;
        padding: 0px;
        width: 90%;
    }

    .wrapping-text p:nth-child(2) {
        margin-top: 0;
    }

    .wrapping-text {
        z-index: 1;
        padding: 30px 20px;
    }

    .wrapping-text h2 {
        color: #B542EB;
    }

    .why-fight {
        padding: 50px 0;
        background: linear-gradient(to bottom, #7029ec 75%,#5b3db2 100%);
    }

    .why-fight--heading {
        text-align: center;
    }

    .why-fight--heading h2, .impact-div h3 {
        text-transform: none;
    }

    .why-fight--events {
        margin-bottom: 30px;
    }

    .why-fight--events > div {
        margin: 45px 0;
        text-align: center;
    }

    .why-fight--events p {
        text-align: center;
    }

    .why-fight--events > div:first-child {
        margin-top: 25px;
    }

    .why-fight--events > div:last-child {
        margin-bottom: 0;
    }

    .why-fight--events > div:last-child p {
        margin-bottom: 0;
    }

    .why-fight--events > div > img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .why-fight p {
        color: #FFF;
    }

    .learn-more {
        display: flex;
        justify-content: center;
    }

    .learn-more .arrow {
        border-color: #FFF;
    }

    .share {
        display: flex;
        justify-content: center;
        padding: 50px 0;
        background-color: #EBF3F8;
    }

    .share-content {
        display: flex;
        flex-direction: column;
    }

    .share-content img {
        margin-bottom: 20px;
    }

    .share-content-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .share-content-info p {
        margin-top: 0;
    }

    .event.impact-div {
        display: flex;
        justify-content: center;
        padding: 60px 0;
    }

    .event.impact-div p.sub-header-text {
        max-width: 850px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .event.impact-div h3, .event.impact-div h4, .event.impact-div p {
        color: #000 !important;
    }

    .event.impact-div p {
        text-align: center;
    }

    .event.impact-div .img-container {
        margin-top: auto;
        display: flex;
        justify-content: center;
    }

    .event.impact-div .img-container img {
        width: 100%;
        max-width: 850px;
    }
    .event.impact-div h3 {
        font-size: 2.6rem;
    }

}

@media only screen and (min-width: 800px) {
    .roll {
        padding: 75px 0;
    }

    .roll-content.meet-content {
        margin-bottom: 0;
    }

    .roll-content.meet-content {
        width: 90%;
    }

    .card-meta {
        margin-top: 20px;
        padding: 0 20px;
    }

    blockquote.quote {
        margin: 15px 40px;
    }

    blockquote.quote:before,
    blockquote.quote:after {
        display: block;
    }

    .bx-wrapper .bx-pager {
        position: static;
        margin-bottom: 0;
    }

    .mysterious-shape-left {
        border-width: 0 0 560px 165px;
    }

    .mysterious-shape-right {
        border-width: 0 0 560px 165px;
    }

    .march img.desktop {
        max-width: 960px;
        display: block !important;
        width: 100%;
    }

    .march-content {
        padding: 60px 40px 80px;
    }

    .march-content-mobile {
        display: none !important;
    }

    .vid {
        padding: 80px 0;
    }

    .meet {
        padding: 80px 0;
    }

    .meet-content {
        width: 880px;
    }

    .wrapping-text {
        display: table; /* IE11 Fix */
        padding: 30px 60px;
    }

    .why-fight {
        display: flex;
        justify-content: center;
        padding: 80px 0;
    }

    .why-fight--heading {
        margin-bottom: 50px;
    }

    .why-fight--events {
        display: flex;
    }

    .why-fight--events > div {
        width: 33.33%;
        margin: 0 20px;
    }

    .why-fight--events > div:first-child {
        margin-top: 0;
    }

    .share {
        padding: 80px 0;
    }

    .share-content {
        display: flex;
        flex-direction: row;
    }

    .share-content img {
        margin-right: 3%;
    }

    .share-content-info p {
        display: table; /* IE11 Fix */
    }

    .event.impact-div h3 {
        font-size: 3.2rem;
    }
}


@media only screen and (max-width: 799px) {
    .roll .bx-prev, .roll .bx-next {
        display: none;
    }
    .roll-content.meet-content {
        width: 90%;
    }
    section.affinity-group {
        padding: 40px 0;
    }
    .afinity-group-content.container > p {
        font-size: 1.6rem;
        line-height: inherit;
    }
}

@media only screen and (max-width: 400px) {
    .afinity-group-content.container .column-content .column {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1075px) {
    .roll-content.meet-content {
        width: 80%;
    }
}