.home {
    padding: 20px
}

@media (min-width:768px) {
    .home {
        padding: 50px
    }
}

.home__title {
    margin: 0 0 25px;
    text-align: center
}

.home__navigation {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .home__navigation {
        margin: 0 auto 20px;
        max-width: 1400px
    }
}

.home__navigation-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .home__navigation-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home__navigation-list-item {
    margin: 0 0 15px
}

@media (min-width:768px) {
    .home__navigation-list-item {
        margin: 0 15px 0 0;
        text-align: center
    }
}

.home__navigation-list-item:last-child {
    margin-right: 0
}

.home__navigation-list-item-link {
    color: #0577b3;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

@media (min-width:768px) {
    .home__navigation-list-item-link {
        font-size: 1rem
    }

    .home__navigation-list-item-link:hover {
        color: #00205b
    }
}

.home__container {
    margin: 0 auto;
    max-width: 1400px
}

.home__component {
    background-color: #f9f9f9;
    margin-top: 50px;
    padding: 15px
}

@media (min-width:768px) {
    .home__component {
        padding: 25px
    }
}

.home__component:first-child {
    margin-top: 0
}

.home__component-title {
    margin: 0 0 25px;
    text-align: center
}

.home__section-toggle-demo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px
}

.home__section-toggle-demo--primary,
.home__section-toggle-demo--secondary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    text-align: center;
    width: 100%
}

.home__section-toggle-demo--primary:last-child,
.home__section-toggle-demo--secondary:last-child {
    margin-right: 0
}

@media (min-width:768px) {

    .home__section-toggle-demo--primary,
    .home__section-toggle-demo--secondary {
        font-size: 1.6rem;
        height: 300px
    }

    .home__section-toggle-demo--primary:nth-last-child(2),
    .home__section-toggle-demo--secondary:nth-last-child(2) {
        margin-right: 0
    }
}

.home__section-toggle-demo--primary {
    background-color: #f9f9f9
}

.home__section-toggle-demo--secondary {
    background-color: #393939;
    color: #fff;
    font-weight: 900
}