



/**** Structure ****
-------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
}

.container-main {
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* min-height: 850px; */
}

.container-fluid {
    position: relative;
}

.page {
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
}

    .page.nav-active {
        left: 280px;
    }




/**** elements ****
-------------------------------------------------------------------*/




#header #homelink a {
    display: inline-block;
    margin-left: 80px;
    margin-top: 14px;
    color: white;
    font-family: "Roboto"; 
}




#header .header-bottom {
    padding: 0 10px 0 0;
}
/* nav button */
.nav-button {
    position: absolute;
    top: 0;
    left: 0;
    /* background: url(../globalassets/images/nav_button.png) no-repeat center center; */
    width: 63px;
    height: 45px;
    z-index: 11;
    cursor: pointer;
}

    .nav-button img {
        width: 63px;
        height: 45px;
    }
/* nav */
.nav {
    background: #333333;
    width: 280px;
    position: absolute;
    left: -280px;
    z-index: 11;
    height: 100%;
    /* min-height: 850px; */
    overflow: hidden;
}

    .nav.active {
        left: 0;
    }

.nav-top {
    height: 104px;
    padding: 37px 0 0 19px;
}

    .nav-top a {
        display: inline-block;
    }

.nav .nav-menu {
    font-family: Roboto, sans-serif; 
}

    .nav .nav-menu a {
        display: block;
        text-decoration: none;
        color: #fff;
        background: #434343;
        margin-bottom: 1px;
        height: 49px;
        line-height: 49px;
        padding-left: 20px;
        font-size: 18px;
        text-transform: uppercase;
    }

        .nav .nav-menu a.active,
        .nav .nav-menu a:hover {
            background: #be1522;
        }

.nav .nav-socialnetworks {
    padding: 70px 15px 0 15px;
}

    .nav .nav-socialnetworks a {
        margin-right: 10px;
    }

        .nav .nav-socialnetworks a img {
            opacity: 0.3;
        }

        .nav .nav-socialnetworks a:hover img {
            opacity: 1;
        }


.nav .nav-bottom-copyright {
    color: #414141;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding:0 15px;
}

.nav .nav-bottom-links {
    padding: 0 15px;
    padding-top: 100px;
    margin-bottom: 10px;
}

    .nav .nav-bottom-links a {
        color: #666;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: bold;
        background: url(/modules/DigiOne.ThisASLife/Client/Images/nav_bottom_links.png) no-repeat left center;
        display: block;
        padding-left: 10px;
        float:left;
        width:25%;
        margin-left: 8.33333333%;
    }
    .nav .nav-bottom-links a:first-child {
        margin-left: 0;
    }
    
.nav .nav-bottom-text {
    color: #5c5c5c;
    font-size: 12px;
    padding-top: 8px;
    line-height: 14px;
    padding:0 15px;
}
.nav .nav-bottom-text-content {
    border-top: 1px solid #434343;
    padding-top: 8px;
}
/* overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
}








/* Term Of Use */




.termofuse #header h2 {
    padding-left: 0;
}




.termofuse #terms {
    padding: 50px 40px;
}




    .termofuse #terms h2 {
        margin-bottom: 8px;
        font-family: 'robotoblack';
        font-size: 16px;
        color: rgb(0,0,0);
    }
/* Articles */




/* Page */
#image_wrap div img {
    max-width: 100%;
    width: 100%;
}




#article {
    padding: 40px;
    color: rgb(51,51,51);
}




    #article #article_text {
        font-family: 'robotoregular';
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }




        #article #article_text h2 {
            margin-top: 25px;
            margin-bottom: 10px;
        }




            #article #article_text h2:first-of-type {
                margin-top: 0;
            }




        #article #article_text p {
            line-height: 21px;
        }




        #article #article_text img {
            max-width: 100%;
            margin-bottom: 15px;
        }




    #article ul {
        position: relative;
        left: 25px;
        padding-right: 25px;
    }




    #article p.references {
        font-size: 12px;
        font-style: italic;
    }




    #article #article_text #tags {
        font-family: 'robotobold';
        font-size: 16px;
    }




        #article #article_text #tags p {
            margin: 0;
            padding-top: 12px;
        }




        #article #article_text #tags a {
            font-family: 'robotobold';
            font-size: 16px;
            color: rgb(51,51,51);
            margin-right: 8px;
        }




    #article #article_nav_titles {
        font-family: 'robotobold';
        font-size: 14px;
    }




        #article #article_nav_titles #prev_title {
            text-align: left;
            padding-right: 20px;
        }




        #article #article_nav_titles #next_title {
            text-align: right;
            padding-left: 20px;
        }




    #article #article_nav_buttons a {
        display: block;
        color: white;
        font-size: 16px;
        font-family: 'Roboto'; 
        text-transform: uppercase;
        text-decoration: none;
    }




    #article.video #article_nav_buttons a {
        background-color: rgb(230,0,126);
    }




    #article #article_nav_buttons #next_button a {
        padding: 4px 10px 4px 4px;
        margin-left: 1px;
        text-align: right;
    }




    #article #article_nav_buttons #prev_button a {
        padding: 4px 4px 4px 10px;
        margin-right: 1px;
        text-align: left;
    }




.iframe-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 10px;
}




    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }








/*Expert and Support page styles*/
#comebacksoon {
    background: url(/modules/DigiOne.ThisASLife/Client/Images/comebacksoon.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 427px;
}

    #comebacksoon .comebacksoon-top {
        font-size: 35px;
        font-family: Roboto, sans-serif; 
        line-height: 40px;
        color: #333333;
        margin: 55px 50px 55px 15px;
    }

    #comebacksoon .comebacksoon-bottom {
        font-size: 15px;
        font-family: Roboto, sans-serif; 
        line-height: 18px;
        color: #333333;
        margin: 0 15px;
    }

        #comebacksoon .comebacksoon-bottom a {
            color: #333333;
        }

#experts,
#supports {
    background-color: white;
}

    #experts .expert,
    #supports .support {
        color: #000000;
        padding: 25px 40px;
        font-size: 16px;
    }

.expert h2.big-h2,
.support h2.big-h2 {
    /* color:rgb(153,21,132); */
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 45px;
    font-family: Roboto, sans-serif; 
}
.block-rich-text.support,
.block-rich-text.expert {
    color: #000000;
    padding: 25px 0;
}
.block-rich-text.bg-gray-expert.support,
.block-rich-text.bg-gray-expert.expert {
    color: #000000;
    padding: 25px 40px;
    margin:0 -40px;
}
.expert h3,
.support h3 {
    /* color:rgb(153,21,132); */
    font-size: 22px;
    margin-top: 0px;
    font-family: "robotobold";
}

.expert img {
    width: 157px;
}

.expert .floatL,
.support .floatL {
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}




.support .listH3 {
    list-style: none;
    padding: 20px 0px 0px 0px;
    margin: 0;
    left:auto !important;
}

    .support .listH3 li {
        font-size: 22px;
        color: rgb(153,21,132);
        line-height: 110%;
        font-family: Roboto, sans-serif; 
    }




    .support .listH3 a {
        font-size: 22px;
        /*color: rgb(153,21,132);*/
        line-height: 110%;
        font-family: Roboto, sans-serif; 
    }

    .category-red .support .listH3 a { color: #bf1724; }
    .category-grey .support .listH3 a { color: #333; }
    .category-green .support .listH3 a { color: #a1c736; }
    .category-blue .support .listH3 a { color: #26b0de; }
    .category-orange .support .listH3 a { color: #f29108; }
    .category-prune .support .listH3 a { color: #991584; }


.support .iconTel {
    background: url('/modules/DigiOne.ThisASLife/Client/Images/icon-tel.gif') left top no-repeat;
    padding-left: 30px;
    margin-bottom: 4px;
    color: black;
    font-family: 'robotobold';
    font-size: 16px;
}

.support .iconPc {
    background: url('/modules/DigiOne.ThisASLife/Client/Images/icon-pc.gif') left top no-repeat;
    padding-left: 30px;
    color: black;
    font-family: 'robotobold';
    font-size: 16px;
    /* margin-bottom:0px; */
}

    .support .iconPc a {
        color: inherit;
    }




/* Right Content */




#right_content #author {
    padding-top: 15px;
}




    #right_content #author img {
        vertical-align: bottom;
        display: inline-block;
        width: 130px;
    }




    #right_content #author h2 {
        margin-bottom: 12px;
    }




#right_content .author_label {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 10px;
    max-width: 190px;
}




#right_content #author .author_text {
    margin-top: 15px;
    padding-right: 30px;
}




#right_content .author_label h4 {
    margin: 0;
}




#right_content .teaser-support a {
    margin-top: 50px;
    display: block;
}




#right_content {
    background-color: #f5f5f5;
}
#right_content.empty {
    background-color: transparent;
}

    #right_content #contribute {
        background-color: #EAD1E6;
        color: #000;
        padding: 30px 20px;
        font-family: 'robotoregular';
        font-size: 16px;
    }




        #right_content #contribute a {
            color: rgb(153,21,132);
            margin-top: 50px;
            display: inline-block;
            font-size: 16px;
            font-family: Roboto, sans-serif; 
        }




        #right_content #contribute h2 {
            color: rgb(153,21,132);
            font-family: Roboto, sans-serif; 
            font-size: 20px;
        }












/* ----- LightBox ----- */
#imagelightbox {
    position: fixed;
    z-index: 9999;
    background-color: white;
    border: 20px solid white;
    -ms-touch-action: none;
    touch-action: none;
}




/* OVERLAY */




#imagelightbox-overlay {
    background-color: #000000;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}




/* "CLOSE" BUTTON */




#imagelightbox-close {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    #imagelightbox-close:hover,
    #imagelightbox-close:focus {
        background-color: #111;
    }

    #imagelightbox-close:before,
    #imagelightbox-close:after {
        width: 2px;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 20%;
        bottom: 20%;
        left: 50%;
        margin-left: -1px;
    }

    #imagelightbox-close:before {
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate( 45deg );
        transform: rotate( 45deg );
    }

    #imagelightbox-close:after {
        -webkit-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        transform: rotate( -45deg );
    }
/* ARROWS */




.imagelightbox-arrow {
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */
    background-color: #444;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em; /* 60 */
    border: none;
}

    .imagelightbox-arrow:hover,
    .imagelightbox-arrow:focus {
        background-color: #666;
        background-color: rgba( 0, 0, 0, .75 );
    }

    .imagelightbox-arrow:active {
        background-color: #111;
    }

.imagelightbox-arrow-left {
    left: 2.5em; /* 40 */
}

.imagelightbox-arrow-right {
    right: 2.5em; /* 40 */
}

.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; /* 5 */
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; /* 5 */
}




#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 1100px)
{
    #right_content .author_label {
        max-width: 170px;
    }
}

@media only screen and (max-width: 991px)
{
    #right_content .author_label {
        max-width: none;
    }
}

@media only screen and (max-width: 41.250em) /* 660 */
{
    #container {
        width: 100%;
    }

    #imagelightbox-close {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }

    #imagelightbox-nav {
        bottom: 1.25em; /* 20 */
    }




    .imagelightbox-arrow {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -2.75em; /* 30 */
    }

    .imagelightbox-arrow-left {
        left: 1.25em; /* 20 */
    }

    .imagelightbox-arrow-right {
        right: 1.25em; /* 20 */
    }
}




@media only screen and (max-width: 20em) /* 320 */
{
    .imagelightbox-arrow-left {
        left: 0;
    }

    .imagelightbox-arrow-right {
        right: 0;
    }
}
/* Modal Ext_Link */




.modal-content {
    border-radius: 0;
}

.modal-header {
    border:none;
    padding-bottom:0;
}


.modal-body {
    border-top: none;
    background-image: url('/modules/DigiOne.ThisASLife/Client/Images/novartis_logo.png');
    background-repeat: no-repeat;
    background-position: 96% 10%;
    text-align: left;
}




.modal .btn {
    background: none;
    border: none;
    padding: 0;
    display: inline;
    color: #be1522;
    border-radius: 0;
}

.modal .btn.ok {
    border-right: 1px solid #666;
    padding-right: 7px;
}

.modal button.close {
    position: absolute;
    right: 7px;
    top: 11px;
}
.modal .btn.cancel {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-backdrop {
    position: fixed;
    bottom: 0;
}

/* Cookie Disclaimer */




#cookie-disclaimer {
    background-color: #e6e6e6;
    color: #8b999f;
    border-bottom-color: #999999;
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 15px 0px;
    /*top: 0px;*/
    border-bottom-style: solid;
    border-bottom-width: 2px;
    /*left: 0px;*/
    z-index: 10000;
    display: none;
}

#cookie-disclaimer .inner {
    width: 50%;
    margin: 0px auto;
}

#cookie-disclaimer .content{
    float: left;
    width: 70%;
    margin-bottom: 0;
}
#cookie-disclaimer .content p{
    margin-bottom: 0;
}

#cookie-disclaimer .close-disclaimer {
    float: right;
    margin-left: 20px;
}

#cookie-disclaimer a {
    color: #be1522;
}

#cookie-disclaimer .fa.fa-times {
    display: inline-block;
    width: 11px;
    height: 10px;
    /*background: url('/modules/DigiOne.ThisASLife/Client/Images/cross_disclaimer.png');*/
}




/* lightbox twitter  */
#lightbox-twitter {
    max-width: 600px;
}

    #lightbox-twitter .lightbox-twitter-container {
        background: url('/modules/DigiOne.ThisASLife/Client/Images/lightbox-twitter-sep.png') center top repeat-y;
        margin: 15px 0;
    }

    #lightbox-twitter .lightbox-twitter-logo {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 72px;
        width: 105px;
        background: url('/modules/DigiOne.ThisASLife/Client/Images/lightbox-mail2.png') center top repeat-y;
    }

    #lightbox-twitter .lightbox-twitter-text {
        color: white;
        font-size: 30px;
        font-family: "Roboto"; 
        padding: 60px 30px;
    }

    #lightbox-twitter .lightbox-twitter-link {
        text-align: center;
    }

        #lightbox-twitter .lightbox-twitter-link a {
            color: rgba(255,255,255,0.5);
            font-family: "Roboto"; 
            text-decoration: none;
            font-size: 14px;
        }

            #lightbox-twitter .lightbox-twitter-link a:focus,
            #lightbox-twitter .lightbox-twitter-link a:hover {
                text-align: center;
                text-decoration: underline;
                color: rgba(255,255,255,0.5);
            }

    #lightbox-twitter .lightbox-twitter-text u {
        text-decoration: none;
        display: block;
        background: url('/modules/DigiOne.ThisASLife/Client/Images/lightbox_mail_line.png') left top;
    }

    #lightbox-twitter .lightbox-twitter-img {
        width: 99%;
        margin: 0 auto;
        display: block;
        margin-top: 30%;
        margin-bottom: 5%;
    }
.postcard {
    padding-top:20px;
    margin-bottom:20px;
}
.fancybox-twitter span {
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 15px;
    display: block;
    border-radius: 15%;
    background-image: url('/modules/DigiOne.ThisASLife/Client/Images/zoom_twitter.png');
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 300px;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: hidden;
}

.fancybox-close {
   background:none!important;
}

.social-networks-map area {
    outline: 0;
}