/* Base Layout CSS */
@media all {

    body {
        overflow-y: scroll;
        background: #F2F3F4;
    }

    body, html, #app, .ly-outer {
        height: 100% !important;
    }

    .ym-wrapper {
        width: 980px;
        margin: 0 auto;
    }

    .ym-wbox {
        position: relative;
        padding: 0 30px;
    }

    .ym-gbox {
        padding: 0;
    }

    .ly-outer {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
    }

    .ly-fullheight {
        min-height: 100%;
        position: relative;
    }

    .disablescroll, .disablescroll .ly-fullheight {
        overflow: hidden;
    }
    /* Fix for YAML Columns - http://forum.itratos.de/showthread.php?39199-ym-column-und-display-table */
    .ym-column {
        table-layout: fixed;
    }
    /* Fix for Dnn Popups jumping down when using "insert plain text" tool - https://dnntracker.atlassian.net/browse/DNN-25686?jql=text%20~%20%22paste%20plain%22 */
    /*.dnnFormPopup { top: 50px!important; }*/

    /* Header Elements */
    header {
        position: relative;
        overflow: hidden;
    }

    .ly-header-front {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78px;
        z-index: 1;
    }

    .ly-header-transparency {
        filter: alpha(opacity=70);
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #ffffff;
    }

    .ly-header-pane {
        background: none;
        position: absolute;
        left: 14%;
        margin-left: 50%;
        top: 148px;
        width: 360px;
    }

        .ly-header-pane p {
            font-size: 14px;
            color: #FFFFFF;
            font-weight: normal;
            margin-bottom: 0;
        }

        .ly-header-pane span {
            display: block;
        }

        .ly-header-pane p.ly-header-heading {
            font-size: 35px;
            line-height: 1.3em;
            margin-bottom: 13px;
        }

    .ly-header-background {
        padding-bottom: 200px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .ly-logo {
        padding: 12px 0 0 20px;
        display: block;
    }

        .ly-logo img {
            width: 190px;
        }

    .ly-header-actions {
        position: absolute;
        right: 30px;
        top: 22px;
        overflow: hidden;
    }

    .ly-language {
        list-style-type: none;
        float: left;
        margin: 0;
        overflow: hidden;
    }

        .ly-language li {
            float: left;
            margin: 0;
        }

            .ly-language li a {
                margin-right: 1px;
                padding: 0px 6px;
                background: #A8B0B3;
                display: block;
                font-weight: bold;
                color: #D4D8D9;
                font-size: 14px;
                line-height: 30px;
            }

                .ly-language li.active a, .ly-language li a:hover {
                    background: #818A8F;
                    color: #FFF;
                    text-decoration: none;
                }

/*    nav {
        background: #F0801A;
    }*/

    #nav-main {
        list-style-type: none;
        margin: 0;
        height: 39px;
    }

        #nav-main li {
            margin: 0;
            float: left;
            max-width: 180px;
            width: 14.2857%;
        }

            #nav-main li a {
                line-height: 39px;
                padding: 0;
                color: #ffffff;
                display: block;
                border: solid #F09746;
                border-width: 0 0 0 1px;
                font-size: 14px;
                position: relative;
                text-align: center;
            }

    #nav-main li a .nav-arrow {
        display: none;
    }

    #nav-main li.last a {
        border-right-width: 1px;
    }

    #nav-main li.active a, #nav-main li a:hover {
        background: #F16E0A;
        text-decoration: none;
    }

        #nav-main li.active a .nav-arrow {
            border: 10px solid;
            border-color: #F16E0A transparent transparent transparent;
            height: 0;
            position: absolute;
            bottom: -20px;
            display: block;
            width: 0;
            left: 50%;
            margin-left: -10px;
        }

    #nav-main li a {
        *zoom: 1;
    }

    #nav-main .ifont.ifont-minus {
        padding-right: 5px;
    }


    .ly-collapsedmenu {
        display: none;
    }

        .ly-collapsedmenu li {
            display: block;
            margin: 0;
            list-style-type: none;
        }

            .ly-collapsedmenu li a {
                font-size: 21px;
                color: #FFF;
                float: left;
                display: block;
                padding: 5px 0px;
                width: 40px;
                border: solid #F09746;
                border-width: 0 0 0 1px;
                text-align: center;
            }

            .ly-collapsedmenu li.last a {
                border-right-width: 1px;
            }

            .ly-collapsedmenu li.active a, .ly-collapsedmenu li a:hover {
                background: #F16E0A;
                text-decoration: none;
            }

    #nav-main-mobile {
        display: none;
    }

    .ly-nav-main-mobile-shadow {
        box-shadow: 0 0 9px 2px #555555;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        bottom: 0px;
    }

    .ly-username {
        cursor: pointer;
        background: none repeat scroll 0 0 #fff;
        color: #46535b;
        font-size: 14px;
        line-height: 30px;
        position: absolute;
        right: 113px;
        top: 22px;
        min-width: 200px;
        text-align: right;
        padding-left: 19px;
    }

        .ly-username > span {
            display: inline-block;
            font-weight: bold;
            padding-right: 7px;
        }

    .ly-loginbox {
        display: none;
        background: none repeat scroll 0 0 #fff;
        height: 50px;
        width: 100%;
        position: absolute;
        right: 0px;
        top: 31px;
        text-align: center;
    }

    /* Main Elements */
    .ly-column-outer {
        padding-bottom: 95px;
    }

    .ym-col1 {
        float: left;
        width: 320px;
    }

    .ym-col3 {
        margin: 0;
    }

    .ym-col1 .ym-cbox {
        padding: 0px 20px 0 0;
    }

    .ym-col3 .ym-cbox {
        padding: 0px;
    }

    .ly-column-inner {
        padding: 0;
        display: block;
        width: auto;
    }

        .ly-column-inner .ym-col1 {
            position: relative;
            float: none;
            width: 100%;
        }

        .ly-column-inner .ym-col3 {
            position: relative;
            float: none;
            width: 100%;
            margin: 0;
        }

        .ly-column-inner .ym-col1 .ym-cbox {
            padding: 0;
        }

        .ly-column-inner .ym-col3 .ym-cbox {
            padding: 0;
        }

        .ly-column-inner .ym-cbox {
            min-height: 1px; /* Fix for issue when a col is completely empty */
        }

        .ly-column-inner.ly-column-inner-norightpane {
            padding-right: 0;
        }

            .ly-column-inner.ly-column-inner-norightpane .ym-col3 {
                margin: 0;
                position: absolute;
                top: 0;
                right: 0;
            }

    /* ly-nav-sub is used for the sub-menu, but also for the Off-Canvas menu */
    .ly-nav-sub, .ly-nav-sub ul {
        list-style-type: none;
        margin: 0;
    }

        .ly-nav-sub li {
            margin: 0;
            list-style-type: none;
            display: block;
        }

            .ly-nav-sub li a {
                color: #ffffff;
                background: #F0801A;
                display: block;
                padding: 10px 0 9px 17px;
                border-bottom: 1px solid #f2f3f4;
                position: relative;
                text-decoration: none;
                font-size: 14px;
                zoom: 1;
            }

    #nav-sub > li > a {
        display: none;
    }

    .ly-nav-sub li a i {
        position: absolute;
        left: 2px;
        top: 13px;
        font-size: 14px;
    }

    .ly-nav-sub li.haschildren > a i:before {
        content: "\f105";
    }

    .ly-nav-sub li.haschildren.active i {
        font-size: 12px;
    }

    .ly-nav-sub li.haschildren.active > a i:before {
        content: "\f078";
    }

    .ly-nav-sub li a:hover {
        background: #f16e0a;
    }

    .ly-nav-sub li.active > a {
        font-weight: bold;
        background: #f16e0a;
    }

    .ly-nav-sub li li a {
        background: #DCDCDE;
        padding-left: 27px;
        border-color: #f2f3f4;
        color: #46535b;
    }

        .ly-nav-sub li li a i {
            left: 10px;
        }

        .ly-nav-sub li li a:hover {
            background: #848486;
            color: #ffffff;
        }

    .ly-nav-sub li li.active > a {
        background: #6E6E70;
        color: #ffffff;
        font-weight: bold;
    }

    .ly-nav-sub li li li a {
        background: #ffffff;
        padding-left: 38px;
        border-color: #DCDCDE;
    }

        .ly-nav-sub li li li a i {
            left: 21px;
        }

        .ly-nav-sub li li li a:hover {
            color: #f0801a;
            background: #ffffff;
        }

    .ly-nav-sub li li li.active > a {
        color: #f0801a;
        background: #ffffff;
    }

    .ly-nav-sub li li li li a {
        background: #E6E8E9;
        border: none;
        padding: 6px 0 6px 51px;
    }

        .ly-nav-sub li li li li a i {
            left: 31px;
            top: 9px;
        }

    .ly-nav-sub li li li li.active > a {
        color: #f0801a;
        background: #E6E8E9;
    }

    .ly-nav-sub li li li li a:hover {
        background: #e6e8e9;
        color: #f0801a;
    }

    .ly-nav-sub li li li li li a {
        background: #E6E8E9;
        border-bottom: 1px solid #E6E8E9;
        color: #46535b;
        padding: 6px 0 5px 61px;
    }

        .ly-nav-sub li li li li li a i {
            left: 41px;
        }

    .ly-nav-sub li li li li li.active > a {
        color: #FFFFFF;
        background: #F16E0A;
    }

    .ly-nav-sub li li li li li a:hover {
        color: #FFFFFF;
        background: #EF8637;
    }

    .sidr .ly-nav-sub > li > a {
        padding-left: 27px;
    }

        .sidr .ly-nav-sub > li > a > i {
            left: 9px;
        }

    .sidr .ly-language {
        float: right;
        margin: 10px 0 0;
    }

        .sidr .ly-language a {
            padding: 0px 11px;
            font-weight: bold;
            font-size: 14px;
            line-height: 36px;
        }

    /* SIDR Off-Canvas Menu Styling */
    .sidr {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: none;
        overflow-y: auto;
        background: #F8F8F8;
        -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
        -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
        box-shadow: inset 0 0 5px 5px #ebebeb
    }

        .sidr .sidr-inner {
            padding: 0;
            overflow: hidden;
            position: relative;
        }

        .sidr.right {
            left: auto;
            right: -260px
        }

        .sidr.left {
            left: -260px;
            right: auto
        }

    .ly-collapsedmenu-trigger-dummy {
        display: none !important;
    }

    /* 3pc START: Print Page and Recommend Page */
    .ly-share-and-print {
        color: #818A8F;
        display: block;
        margin: 0;
        padding: 0;
    }

        .ly-share-and-print li {
            display: inline-block;
            margin: 0 14px 0 0;
            padding: 0 14px 0 0;
            position: relative;
        }

            .ly-share-and-print li:after {
                content: '|';
                position: absolute;
                right: 0;
            }

            .ly-share-and-print li:last-child:after {
                content: none;
            }

        .ly-share-and-print .ifont-print {
            padding-right: 9px;
        }
    /* 3pc END */

    .tab-home #main {
        padding-top: 60px;
    }

    .ly-maincontent {
        background: #ffffff;
        padding: 26px 20px 0px 20px;
        border-bottom: 1px solid #D5D6D3;
        margin-bottom: 20px;
    }

    .ly-maincontent-inner {
        margin-bottom: 20px;
    }

    .ly-maincontent-empty {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

        .ly-maincontent-empty .ly-maincontent-inner {
            margin: 0;
        }

    /* Footer Elements */
    .ly-partners {
        background: #ffffff;
        overflow: hidden;
    }

        .ly-partners .ym-wbox {
            padding-top: 23px;
            padding-bottom: 6px;
        }

    .ly-partner-list {
        margin: 15px 0 0 0;
        text-align: justify;
        -ms-text-justify: distribute;
        text-justify: distribute;
    }

        .ly-partner-list li {
            margin: 0;
            list-style-type: none;
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top;
        }

        .ly-partner-list a {
            display: block;
            height: 49px;
            background: url("../images/partner-logos.jpg?format=jpg&quality=90&w=845");
            background-size: 845px;
        }

    .ly-partner-1 a {
        width: 86px;
        background-position: 0 -49px;
    }

    .ly-partner-2 a {
        width: 88px;
        background-position: -86px -49px;
    }

    .ly-partner-3 a {
        width: 82px;
        background-position: -174px -49px;
    }

    .ly-partner-4 a {
        width: 86px;
        background-position: -684px -49px;
    }

    .ly-partner-5 a {
        width: 104px;
        background-position: -256px -49px;
    }

    .ly-partner-6 a {
        width: 108px;
        background-position: -360px -49px;
    }

    .ly-partner-7 a {
        width: 93px;
        background-position: -468px -49px;
    }

    .ly-partner-8 a {
        width: 122px;
        background-position: -561px -49px;
    }

    .ly-partner-9 a {
        width: 70px;
        background-position: -772px -49px;
    }

    .ly-partner-1 a:hover {
        background-position: 0 0;
    }

    .ly-partner-2 a:hover {
        background-position: -86px 0;
    }

    .ly-partner-3 a:hover {
        background-position: -174px 0;
    }

    .ly-partner-4 a:hover {
        background-position: -684px 0;
    }

    .ly-partner-5 a:hover {
        background-position: -256px 0;
    }

    .ly-partner-6 a:hover {
        background-position: -360px 0;
    }

    .ly-partner-7 a:hover {
        background-position: -468px 0;
    }

    .ly-partner-8 a:hover {
        background-position: -561px 0;
    }

    .ly-partner-9 a:hover {
        background-position: -772px 0;
    }

    footer {
        background: #46535B;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        footer .ym-wrapper {
            min-height: 125px;
        }

    .ly-socialmedia {
        float: right;
        margin: 32px 0 0 0;
        box-sizing: content-box;
    }

        .ly-socialmedia li {
            list-style-type: none;
            float: left;
            margin: 0;
            display: block;
        }

            .ly-socialmedia li a {
                text-align: center;
                height: 24px;
                padding: 5px;
                font-size: 22px;
                border-radius: 23px;
                line-height: 24px;
                color: #9AA0A3;
                background: #6B757C;
                width: 24px;
                margin: 0 0 0 12px;
                text-decoration: none;
                box-sizing: content-box;
            }

            .ly-socialmedia li.first a {
                margin: 0;
            }

            .ly-socialmedia li a:hover {
                /* background: #858F96; */
                /* color: #FFF; */
            }

    .ly-footer-nav {
        float: left;
        padding-top: 29px;
    }

    .nav-footer {
        margin: 0;
        display: block;
        overflow: hidden;
    }

        .nav-footer li {
            float: left;
            margin-left: 0;
            list-style-type: none;
        }

            .nav-footer li a {
                padding: 0 19px 3px 0;
                display: block;
                color: #B2B7B6;
                position: relative;
            }

                .nav-footer li a:hover {
                    color: #FFF;
                }

        .nav-footer .nav-line {
            height: 10px;
            top: 5px;
            background: #878F92;
            right: 9px;
            position: absolute;
            width: 1px;
            display: block;
        }

        .nav-footer li.last .nav-line {
            display: none;
        }

    a.ly-login, a.ly-login:link, a.ly-login:visited {
        background: none repeat scroll 0 0 #46535b;
        clear: both;
        color: #fff;
        display: inline-block;
        line-height: 30px;
        position: relative;
        text-align: center;
        top: 10px;
        width: 90.8257%;
    }

    span + a.ly-login, span + a.ly-login:link, span + a.ly-login:visited {
        width: inherit;
    }

    .ifont.ifont-sign-out, .ifont.ifont-sign-in {
        font-size: 20px;
        padding-right: 8px;
    }

    span.ly-login-txt {
        margin: 0 66px 0 0;
        font-size: 1.1em;
        font-weight: bold;
    }

    /* skip links styling */
    .ym-skiplinks a.ym-skip:focus, .ym-skiplinks a.ym-skip:active {
        color: #fff;
        background: #333;
        border-bottom: 1px #000 solid;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
    }

    /* Styling of custom fancybox */
    .fancybox-50hertz .fancybox-skin {
        border-radius: 0;
        color: #46535b;
    }

    .fancybox-50hertz .fancybox-title {
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        color: #46535b;
    }

    .fancybox-50hertz .fancybox-gallery-counter {
        color: #929A9E;
        margin-top: 1em;
        margin-bottom: -23px;
    }

    .fancybox-50hertz .fancybox-close {
        bottom: 15px;
        right: 20px;
        top: auto;
        background: none;
        width: auto;
        height: auto;
        z-index: 8050;
        color: #929a9e;
    }

        .fancybox-50hertz .fancybox-close:hover {
            color: #F0801A;
        }

        .fancybox-50hertz .fancybox-close i.fa {
            font-size: 18px;
            margin-left: 6px;
            position: relative;
            top: 1px;
        }

    .fancybox-50hertz .fancybox-nav span {
        background: #46535B;
        width: 50px;
        height: 50px;
        text-align: center;
        margin-top: -25px;
        filter: alpha(opacity=80);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

    .fancybox-50hertz .fancybox-next span {
        right: 0;
    }

    .fancybox-50hertz .fancybox-prev span {
        left: 0;
    }

    .fancybox-50hertz .fancybox-nav span i {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
    }

    html.fancybox-lock {
        overflow: visible !important;
    }
    /* Fix fancybox-lock issue where page scrolls up */

    .fancybox-50hertz {
        margin: 0 !important;
    }

    /* Style minwidth elements */
    .co-minwidth {
        min-width: 512px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .co-minwidth-outer {
        margin-right: -20px;
        margin-left: -20px;
        position: relative;
    }

    .co-minwidth-wrapper {
        overflow-x: auto;
        position: relative;
    }

    .co-minwidth-hint {
        position: absolute;
        pointer-events: none;
        display: none;
    }

    .co-minwidth-hint-left {
        border-left: 5px solid #FFF;
        left: 0;
        width: 50px;
        top: 0;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* W3C */
    }

    .co-minwidth-hint-right {
        border-right: 5px solid #FFF;
        right: 0px;
        width: 50px;
        top: 0;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    }

    /* 3pc START: Footer Sitemap */
    .ly-footer-sitemap {
        clear: both;
        display: block;
        margin: 0;
    }

        .ly-footer-sitemap > ul {
            margin: 0;
        }

            .ly-footer-sitemap > ul > li {
                display: inline-block;
                margin: 58px 0 0;
                vertical-align: top;
                width: 19.4%;
                font-size: 16px;
                font-weight: bold;
                float: none;
            }

            .ly-footer-sitemap > ul > .first {
                display: none;
            }

            .ly-footer-sitemap > ul > li > ul {
                margin-left: 0;
                margin-top: 28px;
            }

                .ly-footer-sitemap > ul > li > ul > li {
                    margin: 0;
                    font-size: 13px;
                    line-height: 22px;
                    float: none;
                }
    /* 3pc END */

}


/* Retina optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ly-partner-list a {
        background-image: url(../images/partner-logos.jpg?format=jpg&quality=85);
    }
}

/* Screen width: 1120 and higher */
@media screen and (min-width: 1120px) {

    .ym-wrapper {
        width: auto;
        max-width: 1320px;
    }

    /* Font of main menu items gets bigger */
    #nav-main li a {
        font-size: 16px;
    }

    .ly-column-inner {
        padding: 0 320px 0 0;
    }

        .ly-column-inner .ym-col3 .ym-cbox {
            padding: 0 0 0 20px;
        }

    //.ly-column-inner > .ym-col1 {
        float: left;
    }

    .ly-column-inner > .ym-col3 {
        float: left;
        width: 320px;
        margin: 0 -320px 0 0;
    }
}

/* Screen width: 1119 and below */
@media screen and (max-width: 1119px) {

    .ym-wrapper {
        width: 100%;
    }
}

/* Screen width: 979 and below */
@media screen and (max-width: 979px) {

    #nav-main {
        display: none;
    }

    .ly-collapsedmenu {
        display: block;
        overflow: hidden;
        margin: 0;
    }

    .ly-header-actions .ly-language {
        display: none;
    }

    .ly-header-background {
        padding-bottom: 160px;
        background-size: 115%
    }

    .ly-header-pane {
        display: none;
    }

    .ly-username {
        right: 30px;
    }

    .ly-column-outer > .ym-col1 {
        display: none;
    }

    .ly-column-outer > .ym-col3 {
        margin: 0;
    }

    .tab-home .ly-column-outer > .ym-col1 {
        display: block;
    }

    .tab-home .ly-column-outer > .ym-col3 {
        margin: 0 0 0 320px;
    }

    .tab-home #main {
        padding-top: 30px;
    }

    /* Partner list */
    .ly-partner-list {
        text-align: left;
    }

        .ly-partner-list li {
            margin: 0 22px 0 0;
        }

    .ly-column-outer {
        padding-bottom: 75px;
    }

    /* Print and Share */
    .ly-share-and-print .print-page {
        display: none;
    }
}

/* Screen width: 767 and below */
@media screen and (max-width: 767px) {

    .ly-logo {
        padding-left: 0;
    }

    .ly-header-actions {
        width: 320px;
    }
}

/* Screen width: 679 and below */
@media screen and (max-width: 679px) {

    .tab-home .ly-column-outer > .ym-col1 {
        display: none;
    }

    .tab-home .ly-column-outer > .ym-col3 {
        margin: 0;
    }
}

/* Screen width: 639 and below */
@media screen and (max-width: 639px) {

    .ym-wbox {
        padding: 0px 15px;
    }

    /* Header Elements */
    .ly-header-actions {
        position: fixed;
        top: 0;
        right: 0;
        width: auto;
        margin: 0;
        width: 100%;
    }

    .ly-header-front {
        height: 100px;
    }

    .ly-logo {
        padding-top: 16px;
    }

        .ly-logo img {
            width: 158px;
        }

    .ly-header-background {
        position: relative;
        top: 32px;
        padding-bottom: 100px;
        background: #FFFFFF !important;
    }

    .ly-header-background-2 {
        display: none;
    }

    nav {
        position: fixed;
        top: 0;
        width: 83px;
        z-index: 1;
        left: 0;
    }

    .disablescroll nav {
        left: auto;
    }

    header .ym-wbox {
        padding: 32px 15px 0 15px;
        background: #fff;
    }

    nav .ym-wbox {
        padding: 0;
    }

    .ly-header-actions .ly-language {
        display: none;
    }

    .ly-collapsedmenu li a {
        padding: 5px 0 6px 0;
    }

    .ly-username {
        right: 15px;
    }

    .ly-username {
        top: 0;
    }

    /* Main Elements */
    #main {
        border-top: 4px solid #F0801A;
    }

    .ly-column-outer {
        padding-bottom: 25px;
    }

    /* Footer Elements */
    .ly-partners {
        display: none;
    }

    .ly-footer-nav {
        float: none;
    }

    .ly-socialmedia {
        float: none;
        margin-top: 20px;
    }

    a.ly-login, a.ly-login:link, a.ly-login:visited {
        margin-top: 0;
    }

    /* Style DNN search results */
    .dnnSearchResultPanel {
        margin: 0;
        display: none;
    }
}
/** staging flag styles **/
#sticky {
    z-index: 2;
    position: absolute;
    top: 78px;
    width: 360px;
    height: 80px;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-align: left;
    font-face: Arial;
    font-weight: bold;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.test {
    background-color: #990035;
    color: #fff;
}

.qa {
    background-color: #6AA998;
    color: #fff;
}

.dev {
    background-color: #258998;
    color: #fff;
}

.adm > #sticky.stick {
    position: fixed;
    top: 53px;
    z-index: 2;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 2;
}

#sticky-mobile {
    display: none;
}
/* Screen width: 640 and below */
@media screen and (max-width: 640px) {
    #sticky-mobile {
        position: fixed;
        top: 75%;
        left: 0;
        transform: rotate(-90deg);
        transform-origin: left top 0;
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
        font-size: 17px;
        box-shadow: 0 0 20px #46535B;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 2;
        display: block;
    }

    #sticky {
        display: none;
    }
}

/***************************************** Cookie Banner Styles *****************************************/
@media screen {
    .cc-revoke.cc-top {
        top: 0;
        left: 3em;
        border-bottom-left-radius: .5em;
        border-bottom-right-radius: .5em;
    }

    .cc-revoke.cc-bottom {
        bottom: 0;
        left: 3em;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
    }

    .cc-revoke.cc-left {
        left: 3em;
        right: unset;
    }

    .cc-revoke.cc-right {
        right: 3em;
        left: unset;
    }

    .cc-top {
        top: 1em
    }

    .cc-left {
        left: 1em
    }

    .cc-right {
        right: 1em
    }

    .cc-bottom {
        bottom: 1em
    }

    .cc-floating > .cc-link {
        margin-bottom: 1em
    }

    .cc-floating .cc-message {
        display: block;
        margin-bottom: 1em;
    }

    .cc-window.cc-floating .cc-compliance {
        flex: 1 0 auto;
    }

    .cc-window.cc-banner {
        align-items: center;
    }

    .cc-banner.cc-top {
        left: 0;
        right: 0;
        top: 0;
    }

    .cc-banner.cc-bottom {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cc-banner .cc-message {
        flex: 1;
    }

    .cc-compliance {
        display: flex;
        align-items: center;
        align-content: space-between;
    }

        .cc-compliance > .cc-btn {
            /*flex: 1;*/
            margin: auto;
        }

    .cc-btn + .cc-btn {
        margin-left: .5em;
    }

    /* the popup window */
    .cc-window, .cc-revoke {
        position: fixed;
        overflow: hidden;
        box-sizing: border-box; /* exclude padding when dealing with width */

        font-family: Helvetica, Calibri, Arial, sans-serif;
        font-size: 16px; /* by setting the base font here, we can size the rest of the popup using CSS `em` */
        line-height: 1.5em;
        display: flex;
        flex-wrap: nowrap;
        /* the following are random unjustified styles - just because - should probably be removed */
        z-index: 9999;
    }

        .cc-window.cc-static {
            position: static;
        }

        /* 2 basic types of window - floating / banner */
        .cc-window.cc-floating {
            padding: 2em;
            flex-direction: column;
        }

        .cc-window.cc-banner {
            padding: 1em 1.8em;
            width: 100%;
            flex-direction: row;
        }

    .cc-revoke {
        padding: .5em;
    }

        .cc-revoke:hover {
            text-decoration: underline;
        }

    .cc-header {
        font-size: 18px;
        font-weight: bold;
    }

    .cc-btn, .cc-link, .cc-close, .cc-revoke {
        cursor: pointer;
    }

    .cc-link {
        opacity: 1;
        display: block;
        padding: .2em;
        text-decoration: underline;
        font-weight: bold;
        color: #fff;
        margin-top: 9px;
    }

        .cc-link:hover {
            opacity: 1;
        }

        .cc-link:active, .cc-link:visited {
            color: initial;
        }

        .cc-link:before {
            font-family: "IconFont";
            content: "a";
            padding-right: 5px;
        }

    .cc-btn {
        display: block;
        padding: .4em .8em;
        padding: 6px 42px;
        font-size: 0.9em;
        font-weight: bold;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .cc-banner .cc-btn:last-child {
        padding: 6px 42px;
    }

    .cc-highlight .cc-btn:first-child {
        background-color: transparent;
        border-color: transparent;
    }

        .cc-highlight .cc-btn:first-child:hover,
        .cc-highlight .cc-btn:first-child:focus {
            background-color: transparent;
            text-decoration: underline;
        }


    .cc-close {
        display: block;
        position: absolute;
        top: .5em;
        right: .5em;
        font-size: 1.6em;
        opacity: .9;
        /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
        /*  - we want it to be a square, because it's acting as an icon */
        /*  - setting the line height normalises the height */
        line-height: .75;
    }

        .cc-close:hover,
        .cc-close:focus {
            opacity: 1;
        }
}

@media print {
    .cc-window, .cc-revoke {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width:640px) {
    .cc-window.cc-banner {
        flex-direction: column;
    }

    .cc-window.cc-banner {
        align-items: unset;
    }

        .cc-window.cc-banner .cc-compliance { /*flex: 1;*/
            margin: auto;
            width: 106px;
            margin-top: 24px;
        }

    .cc-window {
        display: block;
    }
}
/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        flex-direction: column;
    }

        .cc-window.cc-banner .cc-compliance { /*flex: 1;*/
            margin: auto;
            width: 106px;
        }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset;
    }

    .cc-window {
        display: block;
    }
}

/* iPhone 6 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
}

/* iPhone 6 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
}

/* iPhone 5 & 5S */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
}

/* iPhone 2G - 4S */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}

/****************ANIMATION****************/
.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

    .cc-window.cc-invisible {
        opacity: 0;
    }

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em);
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em);
    }

    .cc-animate.cc-revoke.cc-active.cc-top {
        transform: translateY(0);
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom {
        transform: translateY(0);
    }

.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    /* Initially we don't want any height, and we want the contents to be hidden */
    max-height: 0;
    overflow: hidden;
    /* Set our transitions up. */
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
/********************** Cookie Banner Styles ***************************/
