/** ================================================================== **/
/** ==================== Desktop Very Wide Screen ==================== **/
/** ================================================================== **/
@media (min-width: 1171px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 400px;
	}
*/
	
}

/** ================================================================== **/
/** ====================== Desktop Wide Screen ======================= **/
/** ================================================================== **/
@media (max-width: 1200px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 340px;
	}
*/


}

@media (max-width: 1170px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 340px;
	}
*/
	#mediaList, #contentWrapper {
		width: 95% !important;
	}

}



/** ================================================================== **/
/** ============== Desktop 4:3 screen / iPad Landscape =============== **/
/** ================================================================== **/
@media (max-width: 999px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 240px;
	}
*/

/*
	#financialPlanFooter .bg
	{
		height: 65px !important;
	}
*/
	


}

/** ================================================================== **/
/** ================== Phone Size / Portrait Tablet ================== **/
/** ================================================================== **/
@media (max-width: 767px)
{
	#keyvisual-xs img {
		width: 100%;
	}
	#mediaList table:nth-child(odd) {
		background: url('../images/media/row-bg-mobile.png') center repeat-y !important;
		background-size: 100% auto !important;
	}
	#mediaList {
		margin-top: 20px !important;
	}
	#mediaList table td {
		height: auto !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-right: 5px !important;
	}

	/* 	News Content */
	#contentWrapper {
		padding: 0px 20px;
	}
	
	#contentWrapper .content img {
		height: auto !important;
	}

}

/** ================================================================== **/
/** ======================= Smaller Phone Size ======================= **/
/** ================================================================== **/
@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{

}

@media (max-width: 450px)
{

}

@media (max-width: 400px)
{
	
}





/** ================================================================== **/
/** =========================== All Sizes ============================ **/
/** ================================================================== **/

	#keyvisual {
/* 		 background-size: auto 100% !important; */
 		 background-size: 100%;
		 height: 238px;
/* 		 margin-bottom: 40px; */
	}
	
	.responsive-content
	{
		width: 100%;
		max-width: 1200px;
		margin-bottom: 20px;
	}
	
	.nonresponsive-content
	{
		margin-bottom: 40px;
	}



	#mediaList, #contentWrapper {
		width: 80%;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	#mediaList table td {
		height: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mediaList table:nth-child(odd) {
		background: url('../images/media/row-bg.png') center repeat-y;
	}
	
	#mediaList ul {
		color: #005c97;
		text-decoration: none;
	}
	
	#mediaList li, #mediaList a:link, #mediaList a:visited {
		color: #000000;
		text-decoration: none;
	}
	#mediaList li a:hover {
		color: #666666;
		text-decoration: underline;
	}

	#mediaList > .row {
		margin-bottom: 30px;
	}

	#mediaList h1 {
		margin: 0px auto 10px auto;		
		font-weight: bold;
		font-size: 18px;
		color: #005c97;
		line-height: 24px;
	}
	
	
	#mediaList p {
		color: #6b6b6b;
		font-size: 14px;
		line-height: 22px;
	}
	
	#contentWrapper h1 {
		margin: 0px auto 10px auto;
		font-weight: bold;
		font-size: 24px;
		color: #005c97;
		line-height: 32px;
		padding-bottom: 10px;
		border-bottom: 1px #999999 solid;
		
	}
	#contentWrapper .subtitle p {
		margin-right: 40px;		
		color: #666666;
		line-height: 18px;
		float: left;
	}
	#contentWrapper .content {
		color: #666666;
		line-height: 24px;
	}
	
	
	
	
	
	