.npe-element {
    font-family: 'gotham-book';
    line-height: 1.4;
    text-align: center;
}

.npe-element .share-section-outer {
    overflow: hidden;
}

.npe-element .share-section {
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}

.npe-element .share-section.no-padding,
.npe-element .share-section.full-width {
    padding-left: 0;
    padding-right: 0;
}

.npe-element .share-section.full-width {
    width: auto !important;
}

.npe-element h2 {
    font-family: 'gotham-medium';
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    margin: 20px 0 50px 0;
}

/*
*******************************************
***************** HISTORY *****************
*******************************************
*/

.npe-element .share-history .timeline {
    position: relative;
}

.npe-element .share-history .timeline:after {
    position: relative;
}

.npe-element .share-history .moment {
    position: relative;
    line-height: 1.3;
}

.npe-element .share-history .moment:after {
    content: '';
    display: block;
    clear: both;
}

.npe-element .share-history .description {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 8px 20px 30px 0;
    width: 70%;
    border-right: 2px solid #CDAF74;
    text-align: right;
}

.npe-element .share-history .description:after {
    content: '';
    position: absolute;
    right: -12px;
    top: calc(50% - 13px);
    width: 22px;
    border-bottom: 2px solid #CDAF74;
}

.npe-element .share-history .description .item {
    margin-bottom: 5px;
}

.npe-element .share-history .date {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8px 0 30px 20px;
    width: 30%;
    height: 100%;
    font-family: 'gotham-medium';
    text-align: left;
}

.npe-element .share-history .timeline .arrow {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(70% - 3px);
    width: 0;
    height: 0;
}

.npe-element .share-history .timeline .arrow:before,
.npe-element .share-history .timeline .arrow:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 10px;
    border-bottom: 2px solid #CDAF74;
}

.npe-element .share-history .timeline .arrow:before {
    transform: rotate(45deg);
    left: -6px;
}

.npe-element .share-history .timeline .arrow:after {
    transform: rotate(-45deg);
}



@media only screen and (min-width: 768px) {

    .npe-element .share-section {
        width: 720px;
    }

    .npe-element h2 {
        margin-top: 30px;
        font-size: 42px;
    }

}



@media only screen and (min-width: 992px) {

    .npe-element .share-section {
        width: 940px;
    }

    .npe-element h2 {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) {

    .npe-element .share-section.wide {
        width: 1170px;
    }

    .npe-element h2 {
        margin-top: 50px;
    }

}