/*AD CONTAINER STYLES*/
.storyCONTAINER {	
	position: relative;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.story-TITLE-SMALL, .story-TITLE {
	font-family: 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333F48; /* was  #0d4954 */
	text-decoration: none;	
	text-align: center;	
	display: table;
	margin: 0px auto;
}
.story-TEXT {
	font-family: 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333F48; /* was  #0d4954 */
	text-decoration: none;		
	display: table;
	margin: 0px auto;
}
.story-LearnMoreBUTTON {
	font-family: 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;	
	text-align: center;
	background-color: #00a8e2;
	display: table;
	margin: 0px auto;
}
.story-TITLE-IMAGE {
		width: 379px;
		height: 88px;
	}
/*.storyLeft-2COLUMN {
    float: left;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    margin: 0px 0px 0px 0px;
}
.storyRight-2COLUMN {
		float: left;
		font-size: 16px;
		line-height: normal;
		text-align: left;
		margin: 0px 0px 0px 0px;
	}
.storyLeft-2COLUMN, .storyRight-2COLUMN {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #28b1ca;
	text-decoration: none;
	display: table;
	margin: 0px auto;
}*/
/*AD CONTAINER STYLES*/


/*Responsive Styles - Phone Portrait*/
@media (min-width: 1px) and (max-width: 767px) {
	.storyCONTAINER {
		width: 100%;
		align-content:center;
	}
	.story-TITLE-IMAGE {
		width: 90%;
		height: auto;
	}
	.story-TEXT {
		width:270px;
		font-size: 16px;
		/*line-height: 26px; Commented out for rebranding */
		padding: 10px 0px 22px 0px;
	}
}
/*TABLET PORTRAIT*/
@media (min-width: 768px) and (max-width: 1023px) {
	.storyCONTAINER {
		width: 100%;
	}
	.story-TITLE-IMAGE {
		width: 90%;
		height: auto;
	}
	.story-TEXT {
		width: 100%;
		font-size: 15px;
		/*line-height: 22px; Commented out for rebranding */
		text-align: Left;
		padding: 12px 0px 25px 0px;
	}
}
/*Responsive Styles - Tablet Landscape and Desktop*/
@media (min-width: 1024px) {
	.storyCONTAINER {
		width: 100%;
	}
	.story-TITLE-IMAGE {
		width: 90%;
		height: auto;
	}
	.story-TEXT {
		width: 100%;
		font-size: 17px;
		/* line-height: 28px; Commented out for rebranding *//**/
		text-align: left;
		padding: 16px 0px 25px 0px;
	}


}



