/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/


/* 

	3 vertical News pieces across the website

*/



/* NEWS HEADLINES ------------------------------------------------------------------------------------- */


#news_content > div {
    background: white;
    border-bottom: 10px solid #DECD73;
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 2%;
    padding-bottom: 30px;
    width: 32%;
}

#news_content > div:nth-child(3) {
	margin-right:0;
}

#homePage .newsArticleImageSpan, 
#homePage .newsArticleImageLargeSpan {
	/*display: block;
	margin-bottom:20px;*/
	
	display:block;
	vertical-align:top;
    margin-bottom: 20px;
    margin-right: 30px;
    max-width: 100%;
    width: 100%;
	float:none;
}

#homePage .newsArticleIndividualWrapper {
	display: inline-block;
    float: none;
    position: relative;
    width: 100%;	
}






/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/







@media only screen and ( max-width: 75em ) /* 1200 */ {
	
	#divNewsHeadlinesWrapper {padding:0 20px;}
	
}


@media only screen and ( max-width: 64em ) /* 1024 */{

}


@media only screen and ( max-width: 61.25em ) /* 980 */ {
	
}


@media only screen and ( max-width: 55em ) /* 880 */ {
	
}

@media only screen and ( max-width: 52.5em ) /* 840 */ {
	
	#news_content > div {width: 100%;}
	
	#homePage .newsArticleImageSpan, 
	#homePage .newsArticleImageLargeSpan { display:inline-block; vertical-align:top; max-width: 40%; width: 100%;float:left; padding:20px; margin-right:0;}

	#homePage .newsArticleIndividualWrapper {display: inline-block; float: right; position: relative; width: 60%;}
	#newsheadlines #news_content img {width:100%;}
	
	#news_content > div {padding-bottom: 10px;}
	
}


@media only screen and ( max-width: 50em ) /* 800 */ {
	
}


@media only screen and ( max-width: 48em ) /* 768 */ {

}


@media only screen and ( max-width: 45em ) /* 720 */ {	

	#homePage .newsArticleImageSpan, #homePage .newsArticleImageLargeSpan {
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
}
	
	#homePage .newsArticleIndividualWrapper {width:100%; float:none;}
	
}


@media only screen and ( max-width: 40em ) /* 640 */ {
	
}


@media only screen and ( max-width: 37.5em ) /* 600 */ {

}


@media only screen and ( max-width: 35.5em ) /* 568 */ {

}


@media only screen and ( max-width: 32.5em ) /* 520 */ {

}


@media only screen and ( max-width: 30em ) /* 480 */ {

}


@media only screen and ( max-width: 26.6875em ) /* 427 */ {
	
}


@media only screen and ( max-width: 25em ) /* 400 */ {
	
}


@media only screen and ( max-width: 22.5em ) /* 360 */ {
	
}


@media only screen and ( max-width: 20em ) /* 320 */ {

}
