/* ============
    WIDE: Main
   ============ */
	
	.main article header{
        /* float: none; */
        width: 100%;
    }
	 	
	.main article section{
        width: 80%;
		padding:10%;
		padding-top:25%;
		background-image: url('../img/News/Feature_Bkg-03.png');
		background-repeat:no-repeat;
		background-size:100% 100%;
/* 		border:dashed;
		border-color:rgb(86,134,152);  */
    }

	
	#news-image{
		max-width:100%;
	}
	
	.main article section p{
        text-align:left;
		max-width:100%;
    }
	
	.main article footer{
        /* float: none; */
        width: 100%;
    }
	
	.main article section div{
        width: 100%;
    }
	
	.main article section div img{
        max-width: 100%;
    }
		
	.main article header p {
    color: #4F4C4C;
    font-size: 2em;
    line-height: 130%;
	}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                          Media Queries For Tablet size Browser AND UP                                   ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 480px) {

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .oldie nav a {
        margin: 0 0.7%;
    }
	
	/*Decrease the padding at the top of the section to allow for screen size increase*/
	.main article section{
		padding-top:15%;
    } 
	
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                                Media Queries For PC size Browsers AND UP                                ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 768px) {
	

	/*Decrease the padding at the top of the section to allow for screen size increase*/
	.main article section{
		padding-top:10%;
    } 
	
}

@media only screen and (min-width: 1140px) {
	
	/*Decrease the padding at the top of the section to allow for screen size increase*/
	.main article section{
		padding-top:5%;
    } 
		/*-----------------   desktop footer styling   ------------------*/

/* ===============
    Maximal Width
   =============== */

   	.main article header p {
    color: #4F4C4C;
    font-size: 2em;
    line-height: 130%;
	}
   
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}