/** ================================================================== **/
/** ==================== 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;
	}
*/
	#contentWrapper .content-block:nth-child(odd) {
		border-right: 0px !important;
	}
	
	#contentWrapper .content-block:nth-child(even) {
		padding-left: 0px !important;
	}
	#contentWrapper img {
		width: 90%;
	}
	#contentWrapper p {
		margin-left: 20px !important;
		margin-right: 20px !important;
		line-height: 1.8;
	}
	

}



/** ================================================================== **/
/** ============== 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%;
	}
	
	#contentWrapper .content-block {
		margin-bottom: 60px;
	}
}

/** ================================================================== **/
/** ======================= 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;
	}

/*
	#pageTitle {
		margin: 40px auto 10px auto;		
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		color: #005c97;
	}
	
	
	#pageDescription {
		margin-top: 20px;
		text-align: center;
		color: #6b6b6b;
		font-size: 14px;
		margin-bottom: 40px;
		line-height: 22px;
	}
*/
	
	#contentWrapper {
		margin-top: 40px;		
	}
	
	#contentWrapper > div {

	}

	#contentWrapper .content-block {
		height: 430px;
	}


	#contentWrapper .content-block:nth-child(even) {
/* 		height: 400px; */
	}
	#contentWrapper .content-block:nth-child(odd) {
/* 		border-right: 1px #cccccc solid; */
		border-right: 1px #a0a0a0 solid;
/* 		-webkit-border-image: -webkit-gradient(linear, top, bottom, from(#fff), to(#ff0000), to(#fff))0 100% 0 0 stretch; */
		border-image: linear-gradient(to bottom, #fff, #a0a0a0, #fff) 0 100% 0 0 stretch !important;


	}
	
	#contentWrapper .content-block:nth-child(even) {
		padding-left: 50px;
	}
	
	
	#contentWrapper img {
		margin-bottom: 20px;
	}
	#contentWrapper p {
		margin-left: 100px;
		margin-right: 70px;
		line-height: 1.8;
	}
	#contentWrapper p a:link, #contentWrapper p a:visited {
		font-size: 1.2em;
		color: #c49a6c;
		font-weight: bold;
		text-decoration: underline;
	}
	#contentWrapper p a:hover {
		text-decoration: none;
	}
	
	
	
	
	