

#sd-timeline .pg-history .info-body {
    max-width: 45rem;
    margin: 0 auto 3rem auto;
}


#sd-timeline .at-page-header .page-title {
    font-family: 'selmark',serif;
    font-weight: 400;
	text-transform:uppercase;
}


#sd-timeline  .at-page-header .page-subtitle {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
}


#sd-timeline   .menu-timeline-wrapper .menu-timeline li {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

#sd-timeline  .menu-timeline-wrapper .menu-timeline li a:hover,
#sd-timeline  .menu-timeline-wrapper .menu-timeline li a:focus,
#sd-timeline  .menu-timeline-wrapper .menu-timeline li a:active {
    color: #545354;
    background: #f0f0f1;
}


#sd-timeline .at-page-header {
    text-align: center;
    max-width: 41rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1rem;
    color: #414042;
}

#sd-timeline .at-page-header .page-title {
    margin-bottom: .5rem;
    line-height: .9em;
}

#sd-timeline .pg-history .info-body {
    max-width: 45rem;
    margin: 0 auto 3rem auto;
}

#sd-timeline .menu-timeline-wrapper {
    text-align: center;
    padding: .5rem 0;
}

#sd-timeline .menu-timeline-wrapper .menu-timeline{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


#sd-timeline .menu-timeline-wrapper .menu-timeline>li{ 
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

#sd-timeline .menu-timeline-wrapper .menu-timeline li a {
    color: #414042;
    padding: .6rem;
}


/*TimeLine*/
#sd-timeline .ml-timeline {
    position: relative;
}

#sd-timeline .pg-history .ml-info-single .info-main {
    padding: 2rem 0;
}


#sd-timeline .ml-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background: #d9d9d9;
}


/* TL Sections */

#sd-timeline .ml-timeline .timeline-section:first-child {
    margin-top: 1.5rem;
}

#sd-timeline .ml-timeline .timeline-section {
    margin-bottom: 4rem;
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 2px solid #d9d9d9;
    background: #f0f0f1;
    background: -webkit-linear-gradient(top,#f0f0f1 0%,white 4%,white 100%);
    background: linear-gradient(to bottom,#f0f0f1 0%,white 4%,white 100%);
}

/*Section Header*/
#sd-timeline .ml-timeline .at-section-header .section-title {
    padding-top: 0;
    font-size: 2rem;
}

#sd-timeline .at-section-header .section-title {
    margin-bottom: .8rem;
    margin-top: 0;
    padding-top: 2rem;
    font-family: 'selmark',serif;
    font-weight: 400;
}

#sd-timeline .ml-timeline .at-section-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -.75rem;
    background: white;
    border-radius: 100%;
    border: 6px solid #9e3039;
}


#sd-timeline .ml-timeline .at-section-header {
    position: relative;
    padding-left: 2rem;
}

#sd-timeline .ml-timeline .at-timeline-event .event-image-wrapper,
#sd-timeline .ml-timeline .at-timeline-event .event-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}



#sd-timeline .ml-timeline .at-timeline-event .event-image-wrapper, 
#sd-timeline .ml-timeline .at-timeline-event .event-content-wrapper {
	-ms-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

#sd-timeline  .ml-timeline:before {
	left: 50%;
	margin-left: -2px;
}
	
#sd-timeline .ml-timeline .at-section-header {
	margin-left: 50%;
}

#sd-timeline .ml-timeline .at-timeline-event:nth-of-type(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


#sd-timeline .ml-timeline .at-timeline-event {
    margin-bottom: 4rem;
}

#sd-timeline .ml-timeline .at-timeline-event {
    -webkit-box-lines: multiple;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
}
