section#banner {
    background-position: 43% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/banner-pic.jpg');
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

section#banner aside {
    width: 650px;
}

section#banner div.container-lg {
    width: 100%;
    max-width: 1170px;
    display: flex;
    justify-content: center;
}

section#banner div.container-lg h2 {
    font-family: 'Segoe UI Emoji';
    font-size: 40px;
    margin-bottom: 10px;
}

section#banner a#downArrow {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/downArrow.svg');
}

@media (max-width: 992px) {
    section#banner div.container-lg {
        width: 100%;
    }
    section#banner {
        background-position: 19% 50%;
        height: 500px;
    }

    section#banner div.container-lg p {
        display: none;
    }

    section#banner aside {
        width: 100%;
        height: 500px;
        background: rgba(0, 0, 0, 0.733);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-align: center;
    }
}

div.mainContainer {
    padding: 60px 0;
}

a.btn {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 15px;
    background-color: #676767;
    margin-bottom: 10px;
}

a.btn.active {
    background-color: #fa9600;
}

#accordion .panel,
#accordion .panel-heading,
#accordion panel-title,
#accordion .panel-body {
    border: 1;
}
#accordion .panel {
    box-shadow: none;
}
#accordion .panel .panel-heading {
    border-radius: 0;
}
#accordion .panel .panel-heading .panel-title a {
    text-decoration: none;
    padding: 1em 0;
    color: #f05123;
    font-size: 17px;
    font-family: 'HP Simplified';
    font-weight: normal;
}
#accordion .panel .panel-heading .panel-title a span {
    float: right;
    width: 50px;
}
#accordion .panel .panel-heading .panel-title a span:after {
    content: '\2014';
    color: #fa8c00;
    font-size: 20px;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
    content: '+';
    color: #fa8c00;
}

#accordionlea .panel .panel-heading .panel-title a {
    text-decoration: none;
    padding: 1em 0;
    color: #f05123;
    font-size: 17px;
    font-family: 'HP Simplified';
    font-weight: normal;
}
#accordionlea .panel .panel-heading .panel-title a span {
    float: right;
    width: 50px;
}
#accordionlea .panel .panel-heading .panel-title a span:after {
    content: '\2014';
    color: #fa8c00;
    font-size: 20px;
}
#accordionlea .panel .panel-heading .panel-title a.collapsed span:after {
    content: '+';
    color: #fa8c00;
}

#educator,
#learners {
    display: none;
}

#educator {
    display: block;
}
