/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/







/* START RIBBON CSS */
.typography-body-reduced {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
}

.ribbon {
    width: 100%;
    overflow: hidden;
    background-color: #0070c9;
    z-index: 3;
    margin-top: 0;
    z-index: 10;
}

.ribbon-wrapper {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background-color: #0070c9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: background-color 1s ease-in-out 1.8s, color 1s ease-in-out 1.8s, -webkit-transform .8s ease-in-out;
    transition: background-color 1s ease-in-out 1.8s, color 1s ease-in-out 1.8s, -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out, background-color 1s ease-in-out 1.8s, color 1s ease-in-out 1.8s;
    transition: transform .8s ease-in-out, background-color 1s ease-in-out 1.8s, color 1s ease-in-out 1.8s, -webkit-transform .8s ease-in-out
}

.ribbon-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    display: block
}

.ribbon-content a {
letter-spacing: inherit;
}

.ribbon-content a:hover {
letter-spacing: inherit;
}

@media only screen and (min-width: 1441px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

@media only screen and (max-width: 1068px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width: 692px
    }
}

@media only screen and (max-width: 734px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%
    }
}

@media only screen and (max-width: 734px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 348px
    }
}

.ribbon .icon-wrapper, .ribbon .icon-copy {
    color: #06c;
    -webkit-transition: color 1s ease-in-out 1.8s;
    transition: color 1s ease-in-out 1.8s
}

.ribbon .will-change {
    will-change: transform
}

html.js.no-reduced-motion .ribbon.ribbon-hide .ribbon-wrapper {
    color: #fff;
    background-color: #0071e3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

html.js.no-reduced-motion .ribbon.ribbon-hide .icon-wrapper, html.js.no-reduced-motion .ribbon.ribbon-hide .icon-copy {
    color: #fff
}

.ribbon + .section-content {
    padding-top: auto;
    margin-top: 46px
}

@media only screen and (max-width: 1068px) {
    .ribbon + .section-content {
        padding-top: auto
    }
}

@media only screen and (max-width: 734px) {
    .ribbon + .section-content {
        padding-top: 66px
    }
}

@media only screen and (max-width: 1068px) {
    .ribbon + .section-content {
        margin-top: 46px
    }
}

@media only screen and (max-width: 734px) {
    .ribbon + .section-content {
        margin-top: auto
    }
}
/* END RIBBON CSS */

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 