/* footer */

.O-Footer__Copyright__wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.O-Footer__Copyright,
.O-Footer__Copyright__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .O-Footer__Copyright__navigationItem {
        display: inline-block;
        margin-bottom: 0;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

user agent stylesheet nav {
    display: block;
}

.O-Footer__Copyright {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.O-Footer__Copyright,
.O-Footer__Copyright__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.O-Footer__Copyright__heading {
    font-size: .75rem;
    margin-right: 1.5rem;
}

.O-Footer__Copyright__navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem;
}

.u-UnstyledList {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.O-Footer__Copyright__navigationItem {
    list-style-type: unset !important;
    font-size: .75rem;
    margin: 0 1.5rem 1rem 0;
}

.A-Link--download,
.A-Link--primary,
.A-Link--secondary,
.A-Link--video {
    margin-bottom: 5px;
}

.O-Footer__horizontalLine {
    margin: 3rem 0 2rem;
}

.u-HorizontalLine {
    margin: 20px 0;
    border-color: #e0e2e5;
}

hr.O-Footer__horizontalLine {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

footer.O-Footer {
    /* position: absolute; */
    bottom: 0px;
    height: 100px;
    width: 95%;
    z-index: 10;
    background: white;
}

.login #container {
    width: 30em;
}