/* Diversity Layouts */

.img-3-per-line img {
        width: 33%;
        float: left;
}

.img-3-per-line br {
        display: none;
}

@media screen and (max-width: 600px) {
        .img-3-per-line img {
        width: 50%;
        float: left;
}
}

/* Start Company Structure and Facts */

#company-structure .hotspot {
        position:absolute;
        display: block;
        /* background-color: RED;
        opacity: 0.5;  */
}

#company-structure.structure {
        max-width:100%;
        width:650px;
        position:relative;
        margin-bottom: 20px;
}


#company-structure.structure img {
        width: 100%;
}


@media screen and (max-width: 600px) {
    #company-structure .corporation-hotspot {
            left:0;
            top:0;
            width: 31.5%;
            height: 6%;
    }

    #company-structure .services-hotspot {
            left:24%;
            top:9%;
            width: 26%;
            height: 6%;
    }

    #company-structure .express-hotspot {
            left:24%;
            top: 27%;
            width: 26%;
            height: 7%;
    }

    #company-structure .ground-hotspot {
            left:24%;
            top:65%;
            width: 26%;
            height: 6%;
    }

    #company-structure .freight-hotspot {
            left:24%;
            top:84%;
            width: 25%;
            height: 6%;
    }

    #company-structure .office-hotspot {
            left:51%;
            top:16.5%;
            width: 26%;
            height: 8%;
    }
    
    
    
    #company-structure .TNT-hotspot {
            left:51%;
            top:34%;
            width: 26%;
            height: 5%;
    }
    
    
    #company-structure .tradenetworks-hotspot {
            left: 51%;
            top: 52%;
            width: 34%;
            height: 6.5%;
    }
    
    #company-structure .GENCO-hotspot {
            left:51%;
            top:73%;
            width: 31%;
            height: 10%;
    }

    #company-structure .supplychain-hotspot {
            left:51%;
            top:41%;
            width: 31%;
            height: 7%;
    }

    #company-structure .customcritical-hotspot {
            left:51%;
            top:93%;
            width: 34%;
            height: 6.5%;
    }
    
    #company-structure .crossborder-hotspot {
            left:71%;
            top:59%;
            width: 34%;
            height: 6.5%;
    }

    #company-structure .mobile-fedex-structure {
            display: block;
    }
    #company-structure .desktop-fedex-structure {
            display: none;
    }
}

@media screen and (min-width: 600px) {
    #company-structure .corporation-hotspot {
            left: 0;
            top: 45%;
            width: 18%;
            height: 12.5%;
    }
    #company-structure .services-hotspot {
            left: 28%;
            top: 2%;
            width: 16%;
            height: 15%;
    }

    #company-structure .express-hotspot {
            left:28%;
            top: 34%;
            width: 16%;
            height: 12%;

    }

    #company-structure .ground-hotspot {
            left:28%;
            top: 65%;
            width: 16%;
            height: 11%;
        
    }

    #company-structure .freight-hotspot {
            left:28%;
            top: 88%;
            width: 16%;
            height: 11%;
    }
    
        #company-structure .freight-hotspot {
            left:28%;
            top: 88%;
            width: 16%;
            height: 11%;
    }

    #company-structure .office-hotspot {
            left:56%;
            top:0;
            width: 19%;
            height: 12.5%;
    }

    #company-structure .TNT-hotspot {
            left:56%;
            top:21%;
            width: 19%;
            height: 7%;
    }


    #company-structure .tradenetworks-hotspot {
            left: 56%;
            top: 49%;
            width: 23%;
            height: 10%;
    }

    #company-structure .customcritical-hotspot {
            left: 56%;
            top: 88%;
            width: 23%;
            height: 10.5%;
    }
    

    #company-structure .supplychain-hotspot {
            left: 56%;
            top: 35%;
            width: 23%;
            height: 10.5%;
    }
    
    
    #company-structure .GENCO-hotspot {
            left: 56%;
            top: 65%;
            width: 23%;
            height: 15%;
    }
    
    #company-structure .crossborder-hotspot {
            left: 82%;
            top: 48%;
            width: 23%;
            height: 16%;
    }
    
    
    #company-structure .mobile-fedex-structure {
            display: none;
    }
    
    #company-structure .desktop-fedex-structure {
            display: block;
    }
}

/* End Company Structure and Facts */

/* Start Timeline */

.timeline .left {
    float: left;
    width: 50%;
}

.timeline .right {
    float: right;
    width: 50%;
}

.timeline img {
    max-width: 250px;
    width: 100%;
}

.timeline .timeline-holder {
    position: relative;
    padding-top: 47px;
}

.timeline .timeline-flag {
    position: absolute;
    left: -15px;
    top: -15px;
    background: #4d148c;
    color: #ffffff;
    font-size: 23px;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 140px;
}

.timeline .middle {
    display: none;
    visibility: hidden;
}

.timeline .middle .timeline-copy {
    position: relative;
    margin-bottom: 50px;
    padding-top: 22px;
    padding-left: 70px;
}

.timeline .middle .timeline-date {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 70px;
    color: #4d148c;
    font-size: 23px;
    border-bottom: 2px solid #4d148c;
    text-align: right;
}

.timeline .left .timeline-copy {
    position: relative;
    margin-bottom: 50px;
    padding-top: 22px;
    padding-right: 70px;
}

.timeline .right .timeline-copy {
    position: relative;
    margin-bottom: 50px;
    padding-top: 22px;
    padding-left: 70px;
}

.timeline .left .timeline-date {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 70px;
    color: #4d148c;
    font-size: 23px;
    border-bottom: 2px solid #4d148c;
}

.timeline .right .timeline-date {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 70px;
    color: #4d148c;
    font-size: 23px;
    border-bottom: 2px solid #4d148c;
    text-align: right;
}

 .backToTopContainer {
    float: left;
    width: 97.5%;
    text-align: center
}

@media screen and (max-width: 599px) {
    .timeline .left, .timeline .right {
        display: none;
        visibility: hidden;
    }
    
    .timeline .middle {
        display: block;
        visibility: visible;
    }
    
    .backToTopContainer {
        float: none;
        width: auto;
    }
}

/* End Timeline */

/* Start Global Reach Infograpic */


#global-reach-infographic .purple-map {
        width:100%;
        height:auto;
        margin-bottom: 20px;
        }
        
        #global-reach-infographic .region-content {
            max-width: 100%;
        }
        
@media screen and (max-width: 532px) {
    #global-reach-infographic ul {
        padding-left: 65px;
    }
    #global-reach-infographic .purple-pin {
        display: block; float: left; padding-right: 10px;
    }
    #global-reach-infographic .pin-map {
        display: none;
    }
    #global-reach-infographic .europe-content, #global-reach-infographic .asia_pacific-hotspot, #global-reach-infographic .usa-hotspot,
    #global-reach-infographic .canada-hotspot, #global-reach-infographic .latin_america-hotspot {
        display: none;
    }
    #global-reach-infographic .region-content {
        padding-top: 5px;
        display: block;
        margin-bottom:20px;
    }
    #global-reach-infographic .region-content:last-of-type {
        margin-bottom: 0px;
    }
    #global-reach-infographic .meisa-content, #global-reach-infographic .europe-content, #global-reach-infographic .asia_pacific-content, #global-reach-infographic .usa-content,
    #global-reach-infographic .canada-content, #global-reach-infographic .latin_america-content {
        display: block !important;
    }

}

@media screen and (min-width: 532px) {
    #global-reach-infographic .purple-pin {
        display:none;
    }
    
     #global-reach-infographic .meisa-hotspot {
        display:block;
        position:absolute;
        left:37%;
        top:36%;
        width: 29%;
        cursor: pointer;
    }
    #global-reach-infographic .europe-hotspot {
        display:block;
        position:absolute;
        left:48%;
        top:16%;
        width: 19%;
        cursor: pointer;
    }
    #global-reach-infographic .asia_pacific-hotspot {
        display:block;
        position:absolute;
        left:75.5%;
        top:45%;
        width: 20%;
        cursor: pointer;
    }
    #global-reach-infographic .usa-hotspot {
        display:block;
        position:absolute;
        left:3%;
        top:30%;
        width: 22%;
        cursor: pointer;
    }
    #global-reach-infographic .canada-hotspot {
        display:block;
        position:absolute;
        left:11%;
        top:14%;
        width: 18%;
        cursor: pointer;
    }
    #global-reach-infographic .latin_america-hotspot {
        display:block;
        position:absolute;
        left:6%;
        top:65%;
        width: 24%;
        cursor: pointer;
    }

    #global-reach-infographic .meisa-content {
        display: none;
    }
    #global-reach-infographic .europe-content {
        display: none;
    }
    #global-reach-infographic .asia_pacific-content {
        display: none;
    }
    #global-reach-infographic .usa-content {
        display: block;
    }
    #global-reach-infographic .canada-content {
        display: none;
    }
    #global-reach-infographic .latin_america-content {
        display: none;
    }
    #global-reach-infographic .pin-map img {
        width: 100%;
    }
}