﻿/*Award*/
.AwardTable{
	    text-align: center;
	margin-bottom: 20px; 
	}
	.AwardTable .AwardTable-header{
	    padding: 15px 0;
	    background: #9EC3E8;
	    position: relative;
	    transition: all 0.3s ease 0s;           
        border-radius: 2em 2em 0em 0em ;
	}
	.AwardTable:hover .AwardTable-header{
	    background: #f3afa6;
	}
.AwardTable:hover .Award-content{
    border: 1px solid #f3afa6!important;
}
.AwardTable:hover .Award-content ul li{
    color: #000;
}
	.AwardTable .AwardTable-header:before,
	.AwardTable .AwardTable-header:after{
	    content: "";
	    width: 18px;
	    height: 18px;
	    border-radius: 50%;
	    border: 3px solid #ccc;
        box-shadow: 0 0 2px #707070;
	    position: absolute;
	    bottom: 12px;
	}
	.AwardTable .AwardTable-header:before{
	    left: 40px;
	}
	.AwardTable .AwardTable-header:after{
	    right: 40px;
	}
	.AwardTable .heading{
	    font-size: 20px;
	    color: #ffbf00;
		font-weight: normal;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    margin-top: 0;
	}
	.AwardTable .year-value{
	    display: inline-block;
	    position: relative;
	    font-size: 24px;
	    font-weight: bold;
	    color: #fff;
	    transition: all 0.3s ease 0s;
	}
	.AwardTable:hover .year-value{
	    color: #fff;
	}
	.AwardTable .currency{
	    font-size: 30px;
	    font-weight: bold;
	    position: absolute;
	    top: 6px;
	    left: -19px;
	}
	.AwardTable .month{
	    font-size: 16px;
	    color: #fff;
	    position: absolute;
	    bottom: 15px;
	    right: -30px;
	    text-transform: uppercase;
	}
	.AwardTable .Award-content{
	    padding-top: 30px;
	    background: #fff;
	    position: relative;
		background-clip: border-box;
    border: 1px solid #9EC3E8;
    border-radius: 0em 0em 2em 2em ;
	}
	.AwardTable .Award-content:before,
	.AwardTable .Award-content:after{
	    content: "";
	    width: 16px;
	    height: 16px;
	    border-radius: 50%;
	    border: 1px solid #ccc;
        box-shadow: 0 0 2px #707070;
	    position: absolute;
	    top: 12px;
	}
	.AwardTable .Award-content:before{
	    left: 40px;
	}
	.AwardTable .Award-content:after{
	    right: 40px;
	}
	.AwardTable .Award-content ul{
	    padding: 0 20px;
	    list-style: none;
		margin: 15px 10px 20px 10px;
	}
	.AwardTable .Award-content ul:before,
	.AwardTable .Award-content ul:after{
	    content: "";
	    width: 8px;
	    height: 46px;
	    border-radius: 3px;
	    background: linear-gradient(to bottom,#cccccc 50%,#efefef 50%);
	    position: absolute;
	    top: -24px;
	    z-index: 1;
	    box-shadow: 0 0 5px #707070;
	    transition: all 0.3s ease 0s;
	}
	.AwardTable:hover .Award-content ul:before,
	.AwardTable:hover .Award-content ul:after{
	    background: linear-gradient(to bottom, #cccccc 50%, #efefef 50%);
	}
	.AwardTable .Award-content ul:before{
	    left: 44px;
	}
	.AwardTable .Award-content ul:after{
	    right: 44px;
	}
	.AwardTable .Award-content ul li{
	    font-size: 18px;
	    font-weight: normal;
	    color: #777473;	    
	    border-bottom: 1px solid #75a7da;
		text-align: left;
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
		height: 120px;/* IE&Firefox */
	}
	.AwardTable .Award-content ul li:last-child{
	    border-bottom: none;
	}
	.AwardTable .read{
	    display: inline-block;
	    font-size: 16px;
	    color: #fff;
	    text-transform: uppercase;
	    background: #75a7da;
	    padding: 8px 25px;
	    margin: 30px 0;
	    transition: all 0.3s ease 0s;
	}
	.AwardTable .read:hover{
	    text-decoration: none;
	}
	.AwardTable:hover .read{
	    background: #09b1c5;
	}
.Award-list span{
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
	display: inline-block;
	height: 24px;/* IE&Firefox */
	}