﻿#timeline *, #timeline *:before, #timeline *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#timeline .group:after {
    content: "";
    display: table;
    clear: both;
}

#timeline .fullwidth {
    width: 100%;
    padding-top: 4rem;
    /*background-color: #e6e6e6;*/
}

#timeline .timeline {
    width: 100%;
    /*max-width: 60rem;*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    /*padding-bottom: 4rem;*/
    padding-left: 2rem;
    background-image: linear-gradient(#f37021, #f37021);
    background-size: 2px 100%;
    background-position: 50% 1rem;
    background-repeat: no-repeat;
}

@media (max-width: 40rem) {
    #timeline .timeline {
        background-position: 2rem 1rem;
    }
}

#timeline .timeline .item {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    clear: both;
    margin-top: -1rem;
}

@media (max-width: 40rem) {
    #timeline .timeline .item {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 0rem; /*1rem;*/
    }
}

#timeline .timeline .item:before {
    content: '';
    position: absolute;
    top: 0rem; /*0.3rem;*/
    width: 1rem;
    height: 1rem;
    border: 2px solid #f37021;
    border-radius: 50%;
    background-color: white;
}

#timeline .timeline .item:hover:before {
    background-color: #f37021;
}

#timeline .timeline .item:first-child {
    margin-top: 0;
}

#timeline .timeline .item:nth-child(odd) {
    float: right;
    padding-left: 2rem;
}
/*odd ring*/
    #timeline .timeline .item:nth-child(odd):before {
        left: -0.5rem;
    }

#timeline .timeline .item:nth-child(even) {
    padding-right: 2rem;
}

@media (max-width: 40rem) {
    #timeline .timeline .item:nth-child(even) {
        padding-right: 0;
        padding-left: 2rem;
    }
}

/*even ring*/
#timeline .timeline .item:nth-child(even):before {
    right: -0.5rem;
}

@media (max-width: 40rem) {
    #timeline .timeline .item:nth-child(even):before {
        left: -0.5rem;
    }
}

#timeline .timeline .item h2 {
    display: block;
    margin-bottom: 1rem;
}

#timeline .timeline .item:nth-child(even) h2 {
    text-align: right;
}

@media (max-width: 40rem) {
    #timeline .timeline .item:nth-child(even) h2 {
        text-align: left;
    }
}


#timeline .timeline,  #timeline .timeline .note, #timeline .timeline time{
    font-family: 'open sans';
    color: rgb(113, 113, 113)!important;
}

#timeline .heading {
    font-weight: 900;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    color: rgb(92, 92, 92);
}

    #timeline .heading .sub-heading {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #timeline .heading .note-heading {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#timeline .note {
    font-size: 12px;
/*    font-style: italic;*/
    font-weight:700;
}

#timeline .title {
    font-size: 16px;
}

#timeline .summary {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
/*    padding-bottom:30px;*/
}
