
/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/
/*
	STORY PAGES
*/
/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/
/*
	SOCIAL LINKS
*/
/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/

.wp-video-banner .social-share-link a,
.wp-video-banner .social-share-link a:visited,
.wp-video-banner .social-share-link a:active{
    border-bottom: 0px;
    font-size: 36px;
    height: 36px;
    line-height: 1;
    color: #777;
    margin-top:10px;
}
.wp-video-banner .social-share-link a:hover{
color: #87bc40;
}
.wp-video-banner h2{
	max-width:245;
}
/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/
/*
	STORY CONTENT
*/
/* ----------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------*/

.wp-aec-story{
	padding-top:27px;
	padding-top:38px;
	padding-top:64px;
	padding-bottom:77px;
	padding-bottom:114px;
	padding-bottom:133px;
}

.wp-aec-story .row{
	max-width:800px;
}

.wp-story-tagline{
	color:  #666666;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px
}

.wp-story-tagline i{
	color:  #666666;
	font-size: 19px;
	line-height: 24px;
}


.wp-aec-story h3{
	font-size:21px;
}

.wp-story-img{
	margin:15px 0;
}

.wp-related-stories{
	background-color:  #f5f5f5;
	padding:28px 0 70px;
}

.wp-related-stories .column-content{
	margin-top:25px;
	padding-bottom: 15px;
	border-bottom:1px solid #dadada;
}

.wp-related-stories-title .column-content,
.wp-related-stories-last .column-content{
	border-bottom:0px;
}

.wp-related-stories h3 {
	text-transform: uppercase;
	font-size:21px;
}

.wp-related-stories p{
	font-size:16px;
}

.wp-related-stories-title{
}

/* ----------------------------------------------------------------------------------------------*/
/* 	TABLET */
/* ----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 40.063em) {

	.wp-video-banner .social-share-link a,
	.wp-video-banner .social-share-link a:visited,
	.wp-video-banner .social-share-link a:active{
	    font-size: 54px;
	    height: 54px;
	    margin-top:15px;
	}

	.wp-video-banner h2{
		max-width:325;
	}


	.wp-aec-story{
		padding-top:38px;
		padding-bottom:114px;
	}

	.wp-aec-story h3{
		font-size:24px;
		padding-top: 15px;
	}

	.wp-story-tagline{
		font-size: 16px;
		line-height: 27px;
	}

	.wp-story-tagline i{
		font-size: 24px;
		line-height: 27px;
	}

	.wp-story-img{
		margin:15px 0;
		width:50%;
	}

	.wp-story-img.left{
		margin:15px 24px 15px 0;
	}

	.wp-related-stories{
		padding:70px 0 115px;
	}
	.wp-related-stories{

	}
	.wp-related-stories .column-content{
		margin-top:25px;
		padding-bottom: 0px;
		border-bottom:0px solid #dadada;
	}
}

/* ----------------------------------------------------------------------------------------------*/
/* 	DESKTOP */
/* ----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {

	.wp-video-banner h2{
		max-width:867;
	}

	.wp-aec-story{
		padding-top:64px;
		padding-bottom:133px;
	}
}
