@font-face {
    font-family: 'ecoico';
    font-weight: normal;
    font-style: normal;
}

.press {
    background: #F5F9FA;
    /*padding-top: 30px;*/
}

.press-title{
    position: relative;
    border-bottom: 1px solid #ccd7e4;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.press-title h5{
    color: #005eb1;
	font-family: 'montserratbold', Arial, sans-serif;
}

.press-timeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}


/* The line */

.press-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(85, 135, 199, 0.25882352941176473);
    left: 15%;
    margin-left: 0;

    -webkit-box-shadow: 3px 10px 18px 1px rgba(169, 190, 236, 0.1);
    box-shadow: 3px 10px 18px 1px rgba(169, 190, 236, 0.1);
}


/* The date/time */

.press-timeline>li {
    position: relative;
}

.press-timeline>li .press-timeline-time {
    display: block;
    width: 20%;
    padding-right: 100px;
    position: absolute;
}

.press-timeline>li .press-timeline-time span {
    display: block;
    text-align: right;
}

.press-timeline>li .press-timeline-time span:first-child {
    font-size: 1em;
    color: #32ae8a;
    font-family: 'montserratmedium', Arial, sans-serif;
}

.press-timeline>li:nth-child(odd) .press-timeline-time span:first-child{
	color: #6b76b3;
}



.press-timeline>li .press-timeline-time span:last-child {
    /*font-size: 2.5em;*/
    color: #32ae8a;
    font-family: 'montserratbold', Arial, sans-serif;
}

.press-timeline>li:nth-child(odd) .press-timeline-time span:last-child {
    color: #005eb1;
    /*text-shadow: 2px 2px 0px #ccdcee;*/
}


/* Right content */

.press-timeline>li .press-timeline-label {
    margin: 0 0 40px 20%;
    background: #fff;
    color: #333;
    padding: 2em;
    position: relative;
    border-radius: 3px;

    -webkit-box-shadow: 1px 1px 1px 1px rgba(169, 190, 236, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(169, 190, 236, 0.1);
}

.press-timeline>li:nth-child(odd) .press-timeline-label {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 1px rgb(236, 242, 245);
    box-shadow: 1px 1px 1px 1px rgb(236, 242, 245);
}

.press-timeline>li .press-timeline-label h5 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    color: #32ae8a;
    border-bottom: 1px solid #ccdcee;
    font-family: 'montserratmedium', Arial, sans-serif;
}

.press-timeline>li:nth-child(odd) .press-timeline-label h5{
	color: #005eb1;
}


/* The triangle */

.press-timeline>li .press-timeline-label:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 10px;
    top: 10px;
}

.press-timeline>li:nth-child(odd) .press-timeline-label:after {
    border-right-color: #fff;
}

/* The icons */

.press-timeline>li .press-timeline-icon {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #32ae8a;
    border-radius: 50%;
    box-shadow:0px 0px 30px 8px #ccdcee;
    text-align: center;
    left: 15%;
    top: 0;
    margin: 0 0 0 -20px;
}

.press-timeline>li:nth-child(odd) .press-timeline-icon{
	background: #005eb1;
}

/* Example Media Queries */

@media screen and (max-width: 65.375em) {

    .press-timeline>li .press-timeline-time span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .press-timeline:before {
        display: none;
    }

    .press-timeline>li .press-timeline-time {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .press-timeline>li .press-timeline-time span {
        text-align: left;
    }

    .press-timeline>li .press-timeline-label {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .press-timeline>li .press-timeline-label:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #fff;
        top: -20px;
    }

    .press-timeline>li:nth-child(odd) .press-timeline-label:after {
        border-right-color: transparent;
        border-bottom-color: #fff;
    }

    .press-timeline>li .press-timeline-icon {
        position: relative;
        float: right;
        left: auto;
        /*margin: -35px 5px 0 0px;*/
    }
}