<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
@file
Blue band for the New Years 2015 press release.
*/

.slideshow-zoomed-in .ny2015-band.band-color-only {
    background: #3f5d7b;

    transform-origin: 0px -117px;
    -webkit-transform-origin: 0px -117px;
    -moz-transform-origin: 0px -117px;
    -o-transform-origin: 0px -117px;
    -ms-transform-origin: 0px -117px;

}

.ny2015-band {
    bottom: 50px;
    right: 0;
    left: 0;
    height: 100px;
    padding-left: 25px;
    margin-left: -25px;
    padding-right: 25px;
    margin-right: -25px;
    opacity: 0.6 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 860px) {
    #shell .ny2015-band {
        background: #7d9cbb;
        height: 90px;
        bottom: 8%;
    }
}

@media (max-width: 720px) {
    #shell .ny2015-band {
        bottom: 5%;
    }
}

@media (max-width: 700px) {
    #shell .ny2015-band {
        height: 56px;
        bottom: 0%;
    }
}

.ny2015-band.band-color-only {
    position: absolute;
    bottom: 12.25%;
    background: #7d9cbb;
    z-index: 2;
    opacity: 0 !important;

    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;

}

.slideshow-wrapper[data-slide-active="24"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="23"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="22"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="21"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="20"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="19"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="18"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="17"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="16"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="15"]+.ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="14"]+.ny2015-band.band-color-only {
    opacity: 1 !important;
}

.ny2015-band.move-right,
.ny2015-band.move-left {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.sliding .ny2015-band,
.fso-slide-active .ny2015-band {
    opacity: 1 !important;
}

.ny2015-band .boxer {
    position: absolute;
    left: 0;
    right: 0;
    height: 74px;
    top: 50%;
    margin-top: -37px;
    border-top: 1px solid #94a6c2;
    border-bottom: 1px solid #94a6c2;
}

@media (max-width: 700px) {
    .ny2015-band .boxer {
        height: 46px;
        margin-top: -23px;
    }
}

.ny2015-band .months {
    position: absolute;
    color: white;
    font-family: "Jost", Arial, Verdana;
    font-size: 31px;
    top: 50%;
    margin-top: -18px;
    left: 6%;
    text-shadow: 0 0 14px #aaa;
    width: 20%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ny2015-band .months:lang(el) {
    font-size: 27px;
}


@media (max-width: 860px) {
    .ny2015-band .months {
        font-size: 25px;
        margin-top: -15px;
    }

}

@media (max-width: 785px) {
    .ny2015-band .months:lang(el) {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .ny2015-band .months:lang(el) {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .ny2015-band .months {
        display: none !important;
    }
}

.ny2015-band .bracket {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(/theme/images/white-arrow.png) center no-repeat transparent;
    width: 62px;
    height: 72px;
    background-size: contain;
}

[dir="rtl"] .ny2015-band .bracket {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media (max-width: 860px) {
    .ny2015-band .bracket {
        width: 48px;
        height: 60px;
        margin-top: -30px;
    }
}

@media (max-width: 500px) {
    .ny2015-band .bracket {
        width: 35px;
        height: 34px;
        margin-top: -17px;
    }
}

.ny2015-band .bracket-10,
.ny2015-band .bracket-0 {
    opacity: 0.025;
    left: 5%;
}

.ny2015-band .bracket-11,
.ny2015-band .bracket-1 {
    opacity: 0.05;
    left: 7.5%;
}

.ny2015-band .bracket-12,
.ny2015-band .bracket-2 {
    opacity: 0.08;
    left: 10%;
}

.ny2015-band .bracket-13,
.ny2015-band .bracket-3 {
    opacity: 0.11;
    left: 12.5%;
}

.ny2015-band .bracket-14,
.ny2015-band .bracket-4 {
    opacity: 0.15;
    left: 15%;
}

.ny2015-band .bracket-15,
.ny2015-band .bracket-5 {
    opacity: 0.25;
    left: 17.5%;
}

.ny2015-band .bracket-16,
.ny2015-band .bracket-6 {
    opacity: 0.3;
    left: 20%;
}

.ny2015-band .bracket-16 {
    left: auto;
    right: 0%;
}

.ny2015-band .bracket-15 {
    left: auto;
    right: 2.5%;
}

.ny2015-band .bracket-14 {
    left: auto;
    right: 5%;
}

.ny2015-band .bracket-13 {
    left: auto;
    right: 7.5%;
}

.ny2015-band .bracket-12 {
    left: auto;
    right: 10%;
}

.ny2015-band .bracket-11 {
    left: auto;
    right: 12.5%;
}

.ny2015-band .bracket-10 {
    left: auto;
    right: 15%;
}

.ny2015-band .boxed-title {
    position: absolute;
    left: 22%;
    width: 40%;
    height: 74px;
    top: 50%;
    margin-top: -37px;
    text-align: right;
}

@media (max-width: 860px) {
    .ny2015-band .boxed-title {
        width: 39%;
    }
}

@media (max-width: 700px) {

    .ny2015-band .boxed-title {
        width: 49%;
        left: 8%;
    }

    .slide-id-slide-ias-2014 .ny2015-band .boxed-title,
    .slide-id-anzo-aola-special .ny2015-band .boxed-title,
    .slide-id-slide-aosh-anzo .ny2015-band .boxed-title {
        width: 51%;
    }
}

.ny2015-band .boxed-title .centered {
    text-align: right;
    color: white;
    font-family: "Jost", Arial, Verdana;
    /*font-size: 19px;*/
    /*font-size: 16px;*/
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ny2015-band .boxed-title .centered:lang(pt),
.ny2015-band .boxed-title .centered:lang(el) {
    font-size: 15px;
}

@media (max-width: 860px) {
    .ny2015-band .boxed-title .centered {
        font-size: 16px;
        bottom: 21%;
    }

    .ny2015-band .boxed-title .centered:lang(el) {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .ny2015-band .boxed-title .centered {
        font-size: 13px;
        bottom: 27%;
    }
}

@media (max-width: 500px) {
    .ny2015-band .boxed-title .centered:lang(el) {
        font-size: 11px;
    }

    .ny2015-band .boxed-title .centered {
        font-size: 11px;
        bottom: 28%;
    }
}


.ny2015-band .boxed-button {
    position: absolute;
    left: 64%;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    background: #336699;
    cursor: pointer;
}

@media (max-width: 860px) {
    .ny2015-band .boxed-button {
        height: 38px;
        margin-top: -18px;
    }
}

@media (max-width: 500px) {
    .ny2015-band .boxed-button {
        height: 55%;
        margin-top: -3.2%;
        left: 65%;
    }
}

.ny2015-band .boxed-button .centered {
    color: white;
    font-family: "Jost", Arial, Verdana;
    font-size: 18px;
    padding: 0 12px 0 15px;
}

.ny2015-band .boxed-button .centered:lang(pt),
.ny2015-band .boxed-button .centered:lang(ru) {
    font-size: 14px;
}

@media (max-width: 860px) {
    .ny2015-band .boxed-button .centered {
        font-size: 16px;
    }

    .ny2015-band .boxed-button .centered:lang(pt) {
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    .ny2015-band .boxed-button .centered {
        font-size: 14px;
        padding: 0 8px 0 8px;
    }

    .ny2015-band .boxed-button .centered .hide-when-small {
        display: none !important;
    }
}

.ny2015-band .boxed-button:hover {
    box-shadow: 0 4px 11px 0px #FFF, 0 -2px 11px 0px #FFF;
}

:lang(ru) .slide-id-slide-2016-narconon-uk.slide-template-t-1b .text-item {
    top: 21px !important;
}</pre></body></html>