/* hero cta */

.bmg--herocta {
    width: 100%;
    background-color: black;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    position: relative;
}

.bmg--herocta:after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
}

.bmg--herocta__content {
    width: 100%;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
}

.bmg--herocta__content h1 {
    margin: 0 0 31px 0;
    font-family:'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
}

.bmg--herocta__buttons {
    margin: 0 0 46px 0;
}

.bmg--herocta__buttons a {
    margin: 0 15px 15px 15px;
    display: inline-block;
    vertical-align: top;
}

.bmg--herocta__content__mouse {
    margin-bottom: 25px;
}

.bmg--herocta .hidden-for-accessibility {
    color: white;
}

@media(min-width: 768px) {
    .bmg--herocta {
        padding-top: 268px;
    }

    .bmg--herocta__content h1 {
        font-size: 42px;
        line-height: 47px;
    }
}