﻿body {
    background-color: #eee;
}

ul {
    padding: 0;
}

section#history {
    margin-top: 30px;
}

@media(min-width:1024px) {
    section#history {
        margin-top: 70px;
    }
}

section#history .historyContainer {
    margin: 0px auto;
    padding: 20px 0px;
    max-width: 1100px;
}

@media(min-width:1024px) {
    section#history .historyContainer {
        padding: 30px 80px;
        width: 100%;
    }
}



section#history .decade {
    position: relative;
}

    section#history .decade .decadeHead {
        background-color: #0080b9;
        color: #fff;
        overflow: hidden;
        text-align: center;
    }


@media(min-width:1024px) {
    section#history .decade .decadeHead {
        position: absolute;
        width: 18%;
        left: 50%;
        right: 0px;
        top: -30px;
        margin-left: -9%;
    }
}


section#history .decadeHead span {
    display: block;
    font-size: 14px;
    /* FONT REPLACED */
    margin: 15px 0px 0px 0px;
}

section#history .decadeHead p {
    font-size: 32px;
    font-family: 'Sentinel 6r','Sentinel A','Sentinel B',serif;
    font-weight: 600;
}


section#history .historyContainer .row {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
}

@media(min-width:1024px) {
    section#history .historyContainer .row {
        /*background:url(/image/history-center-slice.jpg) repeat-y center #fff;*/
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }
}

section#history .historyContainer .lCol, section#history .historyContainer .rCol {
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width:1024px) {
    section#history .historyContainer .lCol {
        padding-left: 0px;
        padding-right: 4px;
    }

    section#history .historyContainer .rCol {
        padding-right: 0px;
        padding-left: 4px;
    }
}



section#history .historyContainer .content, section#history .historyContainer .content {
    padding: 20px 0px 20px 0px;
}

section#history .historyContainer .content {
    clear: both;
    padding: 5px 0px 5px 0px;
}

@media(min-width:1024px) {
    section#history .historyContainer .content {
        padding: 20px 0px;
    }
}


section#history .historyContainer .content ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
}

@media(min-width:1024px) {
    section#history .historyContainer .content ul li {
        margin-bottom: 20px;
    }
}

section#history .historyContainer .content ul li > img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    clear: both;
    max-width: 70%;
}

@media(min-width:1024px) {
    section#history .historyContainer .content ul li > img {
        max-width: initial;
    }
}

section#history .historyContainer .content ul li p {
    margin: 0px 10px;
    margin-bottom: 20px;
    clear: both;
    font-family: "proxima_nova_rgregular",arial,sans-serif;
    text-align: left;
    font-size: 15px;
}

@media(min-width:1024px) {
    section#history .historyContainer .content ul li p {
        margin: 0px 20px;
        font-size: 14px;
    }
}


section#history .historyContainer .content .year {
    display: block;
    text-align: left;
    float: left;
    clear: right;
    color: #0080b9;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    font-family: "proxima_nova_rgregular",arial,sans-serif;
    margin-bottom: 20px;
    margin-left: 10px;
}

@media(min-width:1024px) {
    section#history .historyContainer .content .year {
        position: absolute;
        top: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid gray;
        padding: 0px 6px 0px 2px;
        font-size: 28px;
        margin-left: 0px;
    }
}

section#history .historyContainer .content .videoThumbPanel {
    margin-bottom: 10px;
}

    section#history .historyContainer .content .videoThumbPanel > img {
        width: auto;
    }

    section#history .historyContainer .content .videoThumbPanel .videoInfo > h4 {
        width: auto;
    }

    section#history .historyContainer .content .videoThumbPanel.mleft {
        float: right;
    }

        section#history .historyContainer .content .videoThumbPanel.mleft > img {
            float: right;
        }


section#history .historyContainer .beginnings {
    margin-bottom: 30px;
    padding: 10px;
}

section#history .historyContainer .beginnings {
    color: #fff;
    font-family: 'Sentinel 6r','Sentinel A','Sentinel B',serif;
    font-weight: 600;
}

    section#history .historyContainer .beginnings > h3 {
        font-size: 30px;
        margin: 0px 0px 30px 0px;
    }

    section#history .historyContainer .beginnings > span {
        font-size: 14px;
        margin: 0px;
        display: block;
    }


    section#history .historyContainer .beginnings p {
        color: #333;
        font-family: "proxima_nova_rgregular",arial,sans-serif;
        font-size: 13px;
        margin: 0px 10px;
        font-weight: 100;
    }

@media(min-width:1024px) {
    section#history .historyContainer .beginnings {
        background-color: #0080b9;
        width: 80%;
        margin: 0px auto;
        margin-top: 30px;
        margin-bottom: -60px;
        padding: 20px 50px;
    }



        section#history .historyContainer .beginnings p {
            margin: 30px 0px 20px 20px;
            color: #fff;
        }
}



/* LCOL OVERRIDES */
section#history .historyContainer .lCol .content ul li p {
    color: #4d4d4d;
    margin-bottom: 25px;
}

@media(min-width:1024px) {
    section#history .historyContainer .lCol .content ul li {
        padding-right: 100px;
    }

        section#history .historyContainer .lCol .content ul li > img {
        }

    section#history .historyContainer .lCol .content .year {
        right: 0px;
        float: right;
    }

    section#history .historyContainer .lCol .content ul li p {
        margin-left: 80px;
        margin-right: 0px;
    }
}


/* RCOL OVERRIDES */
section#history .historyContainer .rCol .content ul li p {
    color: #4d4d4d;
    margin-bottom: 25px;
}

@media(min-width:1024px) {
    section#history .historyContainer .rCol .content ul li {
        padding-left: 100px;
    }


        section#history .historyContainer .rCol .content ul li > img {
            /* float:left; */
        }


    section#history .historyContainer .rCol .content .year {
        left: 0px;
        float: right;
    }


    section#history .historyContainer .rCol .content ul li p {
        margin-right: 50px;
        margin-left: 0px;
    }
}


@media(min-width:1024px) {

    section#history .historyContainer .content .videoThumbPanel > img {
        max-width: 375px;
    }

    section#history .historyContainer .content ul li[data-year="1915"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="1916"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1917"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="1939"] {
        margin-top: 80px;
    }

    section#history .historyContainer .content ul li[data-year="1943"] {
        margin-top: -320px;
    }



    section#history .historyContainer .content ul li[data-year="1951"] {
        margin-top: 55px;
    }

    section#history .historyContainer .content ul li[data-year="1955"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1956"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="1958"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1968"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="1968b"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1969"] {
        margin-top: -300px;
    }

    section#history .historyContainer .content ul li[data-year="1970"] {
        margin-top: -40px;
    }

    section#history .historyContainer .content ul li[data-year="1971"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1972"] {
        margin-top: -90px;
    }

    section#history .historyContainer .content ul li[data-year="1973"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1974"] {
        margin-top: -200px;
    }

    section#history .historyContainer .content ul li[data-year="1978"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="1979"] {
        margin-top: -160px;
    }





    section#history .historyContainer .content ul li[data-year="1980"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1981"] {
        margin-top: 40px;
    }

    section#history .historyContainer .content ul li[data-year="1984"] {
        margin-top: -50px;
    }

    section#history .historyContainer .content ul li[data-year="1985"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1987"] {
        margin-top: -50px;
    }

    section#history .historyContainer .content ul li[data-year="1988"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1994"] {
        margin-top: 20px;
    }

    section#history .historyContainer .content ul li[data-year="1996"] {
        margin-top: 40px;
    }

    section#history .historyContainer .content ul li[data-year="1999"] {
        margin-top: -180px;
    }

    section#history .historyContainer .content ul li[data-year="1999b"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="2002"] {
        margin-top: -250px;
    }

    section#history .historyContainer .content ul li[data-year="2004"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="2007"] {
        margin-top: -400px;
    }

    section#history .historyContainer .content ul li[data-year="2010"] {
        margin-top: 0px;
    }

    section#history .historyContainer .content ul li[data-year="2011"] {
        margin-top: -400px;
    }


    section#history .historyContainer .content ul li[data-year="1915"] .year {
        top: 120px;
    }

    section#history .historyContainer .content ul li[data-year="1916"] .year {
        top: 190px;
    }

    section#history .historyContainer .content ul li[data-year="1917"] .year {
        top: 70px;
    }

    section#history .historyContainer .content ul li[data-year="1939"] .year {
        top: 160px;
    }

    section#history .historyContainer .content ul li[data-year="1943"] .year {
        top: 186px;
    }



    section#history .historyContainer .content ul li[data-year="1951"] .year {
        top: 150px;
    }

    section#history .historyContainer .content ul li[data-year="1955"] .year {
        top: 230px;
    }

    section#history .historyContainer .content ul li[data-year="1956"] .year {
        top: 300px;
    }

    section#history .historyContainer .content ul li[data-year="1958"] .year {
        top: 400px;
    }

    section#history .historyContainer .content ul li[data-year="1968"] .year {
        top: 70px;
    }

    section#history .historyContainer .content ul li[data-year="1968b"] .year {
        top: 160px;
    }

    section#history .historyContainer .content ul li[data-year="1969"] .year {
        top: 70px;
    }

    section#history .historyContainer .content ul li[data-year="1970"] .year {
        top: 200px;
    }

    section#history .historyContainer .content ul li[data-year="1971"] .year {
        top: 300px;
    }

    section#history .historyContainer .content ul li[data-year="1972"] .year {
        top: 70px;
    }

    section#history .historyContainer .content ul li[data-year="1973"] .year {
        top: 160px;
    }

    section#history .historyContainer .content ul li[data-year="1974"] .year {
        top: 220px;
    }

    section#history .historyContainer .content ul li[data-year="1978"] .year {
        top: 220px;
    }

    section#history .historyContainer .content ul li[data-year="1979"] .year {
        top: 220px;
    }




    section#history .historyContainer .content ul li[data-year="1980"] .year {
        top: 320px;
    }

    section#history .historyContainer .content ul li[data-year="1981"] .year {
        top: 390px;
    }

    section#history .historyContainer .content ul li[data-year="1984"] .year {
        top: 320px;
    }

    section#history .historyContainer .content ul li[data-year="1985"] .year {
        top: 390px;
    }

    section#history .historyContainer .content ul li[data-year="1987"] .year {
        top: 320px;
    }

    section#history .historyContainer .content ul li[data-year="1988"] .year {
        top: 390px;
    }





    section#history .historyContainer .content ul li[data-year="1994"] .year {
        top: 220px;
    }

    section#history .historyContainer .content ul li[data-year="1996"] .year {
        top: 450px;
    }

    section#history .historyContainer .content ul li[data-year="1999"] .year {
        top: 250px;
    }

    section#history .historyContainer .content ul li[data-year="1999b"] .year {
        top: 390px;
    }

    section#history .historyContainer .content ul li[data-year="2002"] .year {
        top: 220px;
    }

    section#history .historyContainer .content ul li[data-year="2004"] .year {
        top: 390px;
    }

    section#history .historyContainer .content ul li[data-year="2007"] .year {
        top: 320px;
    }

    section#history .historyContainer .content ul li[data-year="2010"] .year {
        top:0;
    }

    section#history .historyContainer .content ul li[data-year="2011"] .year {
        top: 0;
    }
}






@media(min-width:1200px) {

    section#history .historyContainer .content .videoThumbPanel > img {
        max-width: 430px;
    }
}



/* aggiunti da me*/
section#history .historyContainer .content span.first {
    color: #338A42;
}

section#history .decade .decadeHead.first {
    background-color: #338A42;
}

section#history .historyContainer .content span.second {
    color: #F7941E;
}

section#history .decade .decadeHead.second {
    background-color: #F7941E;
}

section#history .historyContainer .content span.third {
    color: #EC008C;
}

section#history .decade .decadeHead.third {
    background-color: #EC008C;
}

section#history .historyContainer .content span.fourth {
    color: #25408F;
}

section#history .decade .decadeHead.fourth {
    background-color: #25408F;
}

.lCol {
    /*border-right-style:solid;
    border-right-width:1px;
    border-right-color:#eee;*/
}

.rCol {
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #eee;
}

.divider_content {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 1%;
    border-left: 3px solid #eee;
}

.decadeHead {
    z-index: 5;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------*/



/* navigator */

section#navigator {
    display: none;
    background: url(/image/magellan-bg.jpg) repeat;
    overflow: hidden;
}

@media(min-width:768px) {
    section#navigator {
        display: block;
    }
}

section#navigator.show {
    display: block !important;
}

body.navigatorFixed section#navigator { /* set navigatorFixed class through JS */
    position: fixed;
    width: 100%;
    top: 73px;
    left: 0px;
    z-index: 3;
}

ul.navigatorList {
    text-align: center;
    position: fixed;
    list-style-type: none;
    /*max-width:10%;*/
    margin-top: 10%;
    background: #47a3da;
}

    ul.navigatorList li {
    }

    ul.navigatorList li {
        color: #fff;
        font-size: 0.8em;
        white-space: nowrap;
        padding: 13px 0px;
        cursor: pointer;
    }
        /*
ul.navigatorList li:hover, ul.navigatorList li .active{
	background-color:#338A42;
}
*/

        ul.navigatorList li:hover[data-id="1"], ul.navigatorList li[data-id="1"].active {
            background-color: #338A42;
        }


        ul.navigatorList li:hover[data-id="2"], ul.navigatorList li[data-id="2"].active {
            background-color: #F7941E;
        }

        ul.navigatorList li:hover[data-id="3"], ul.navigatorList li[data-id="3"].active {
            background-color: #EC008C;
        }

        ul.navigatorList li:hover[data-id="4"], ul.navigatorList li[data-id="4"].active {
            background-color: #25408F;
        }

    ul.navigatorList#historyNavigatorList li {
        padding-left: 3.5%;
        padding-right: 5.5%;
        width: 70px;
    }

    ul.navigatorList#detailNavigatorList li {
        padding-left: 1%;
        padding-right: 1%;
    }

    ul.navigatorList#stockInfoNavigatorList li {
        padding-left: 4.8%;
        padding-right: 4.8%;
    }

    ul.navigatorList#globalSiteNavigatorList li {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    ul.navigatorList#contactNavigatorList li {
        padding-left: 5%;
        padding-right: 5%;
    }

    ul.navigatorList#investorNavigatorList li {
        padding-left: 9%;
        padding-right: 9%;
    }

    ul.navigatorList#agriNavigatorList li {
        padding-left: 10%;
        padding-right: 10%;
        margin-right: -3px;
    }






    ul.navigatorList#corpGovNavigatorList li {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    ul.navigatorList#missionNavigatorList li {
        padding-left: 5%;
        padding-right: 5%;
    }

    ul.navigatorList#prodChoiceNavigatorList li {
        padding-left: 5%;
        padding-right: 5%;
        margin-right: -3px;
    }

    ul.navigatorList#respMarketingNavigatorList li {
        padding-left: 16%;
        padding-right: 16%;
        margin-right: -3px;
    }


    ul.navigatorList#waterNavigatorList li {
        padding-left: 14%;
        padding-right: 14%;
        margin-right: -4px;
    }

    ul.navigatorList#profDevNaviagatorlist li {
        padding-left: 9.5%;
        padding-right: 9.5%;
        margin-right: -3px;
    }

    ul.navigatorList#healthNavigatorList li {
        padding-left: 8%;
        padding-right: 8%;
        margin-right: -4px;
    }



    ul.navigatorList#pwpPoliciesNavigatorList li {
        padding-left: 4%;
        padding-right: 4%;
        margin-right: -4px;
    }

    ul.navigatorList#gbuNavigatorList li {
        padding-left: 1%;
        padding-right: 1%;
    }

    ul.navigatorList#susReportingNavigatorList li {
        padding-left: 3%;
        padding-right: 3%;
        margin-right: -3px;
    }

    ul.navigatorList#ghgEmissionNavigatorList li {
        padding-left: 3%;
        padding-right: 3%;
        margin-right: -3px;
    }

    ul.navigatorList#packWasteNavigatorList li {
        padding-left: 11%;
        padding-right: 11%;
        margin-right: -4px;
    }

    ul.navigatorList#respSourceNavigatorList li {
        padding-left: 2%;
        padding-right: 2%;
        margin-right: -4px;
    }

    ul.navigatorList#diversityNavigatorList li {
        padding-left: 3.5%;
        padding-right: 3.5%;
        margin-right: -4px;
    }

    ul.navigatorList#shareholdNavigatorList li {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }

    ul.navigatorList#earningsNavigatorList li {
        padding-left: 10%;
        padding-right: 10%;
    }

    ul.navigatorList#compPoliciesNavigatorList li {
        padding-left: 1.3%;
        padding-right: 1.3%;
        margin-right: -4px;
    }


    ul.navigatorList#mediaResNavigatorList li {
        padding-left: 2%;
        padding-right: 2%;
        margin-right: -4px;
    }

    ul.navigatorList#resCentreNavigatorList li {
        padding-left: 5%;
        padding-right: 5%;
    }


@media(min-width:768px) and (max-width:1023px) {
    body.navigatorFixed section#navigator { /* set navigatorFixed class through JS */
        position: fixed;
        width: 100%;
        top: 55px;
        left: 0px;
        z-index: 3;
    }

    ul.navigatorList#susReportingNavigatorList li {
        padding-left: 0.9%;
        padding-right: 0.9%;
        margin-right: -4px;
    }

    ul.navigatorList#prodChoiceNavigatorList li {
        padding-left: 3%;
        padding-right: 3%;
        margin-right: -4px;
    }

    ul.navigatorList#respMarketingNavigatorList li {
        padding-left: 16%;
        padding-right: 16%;
        margin-right: -4px;
    }

    ul.navigatorList#healthNavigatorList li {
        padding-left: 8%;
        padding-right: 8%;
        margin-right: -4px;
    }

    ul.navigatorList#waterNavigatorList li {
        padding-left: 14%;
        padding-right: 14%;
        margin-right: -4px;
    }

    ul.navigatorList#profDevNaviagatorlist li {
        padding-left: 3%;
        padding-right: 3%;
        margin-right: -4px;
    }

    ul.navigatorList#healthNavigatorList li {
        padding-left: 6%;
        padding-right: 6%;
        margin-right: -4px;
    }
}


@media screen and (max-width: 51.4375em) {
    section#history .historyContainer {
        padding-left: 35px;
    }
}

@media screen and (max-width: 750px) {

    img{
        float:none!important;
    }

    .navigatorList {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9996;
    }

    .divider_content{
        display:none;
    }

       section#history .historyContainer {
        padding-left: 0;
    }
}
