#resources{
	padding:20px;
	padding-bottom:0;
	padding-top:0;
	background-color: #FFFFFF;
}

#resources-content{
	padding-bottom:20px;
}

#resources h2, #resources h3{
	background-color: #FFFFFF;
}

#resources h2{
	font: 16px/45px Arial;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.05em;
	position:relative;
	margin:0;
	padding-top:0;
	padding-bottom:0;
}

#resources-content img{
	float:left;
}

#resources-content .right img{
	margin-left: 20px;	
}

#resources h3{
	font: 12px/17px Arial;
	letter-spacing: 0.1em;
	color: #00468F;
	margin-top: 30px;
	margin-bottom:20px;
	clear:both;
}

#resources .left{
	float: left;
	width:50%;
}

#resources .right{
	float: right;
	width:50%;
}

#resources p{
	font: 14px/16px Georgia;
	color: #3E3E3E;
	clear:both;
}

#resources .right h3, #resources .right a{
	margin-left:20px;
}

#resources .right a{
	display:block;
	float:right;
	width: 92%;
	width: calc(100% - 40px);
	margin:0;
}

#resources .left a{
	width: calc(100% - 20px);
}

#resources .right p{
	margin-left:40px;
}

#resources .left p{
	margin-left:20px;
}

#resources .open-close-button{
	position:absolute;
	right:-10px;
}

#resources hr{
	border:1px solid #F5F4F2;
	border-top: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#resources .right hr{
	margin-left:20px;
}

#resources a{
	display:inline-block;
	text-decoration:none;
	font: 16px/22px Georgia;
	color:#3E3E3E;
}

#resources p{
	font: 14px/20px Georgia;
	color: #666666;
}

@media (max-width:640px){
	#resources h2{
		margin-top: 2vw;
		margin-bottom: 0;
		font-size: 4.375vw;
		line-height: 4.375vw;
		padding-top: 2.34375vw;
		padding-bottom: 2.34375vw;
	}
	#resources h3{
		margin-top: 9.375vw;
		margin-bottom: 3.125vw;
		font-size: 5vw;
		line-height:5vw;
	}
	#resources .left a, #resources .right a{
		margin-top: 3.125vw;
		margin-bottom: 0.9375vw;
		font-size: 5vw;
		line-height: 6vw;
		margin-bottom: 2vw;
	}
	#resources p{
		font-size: 3.75vw;
		line-height: 4.375vw;
		margin-bottom: 3.125vw;
	}
	#resources .left p, #resources .right p{
		margin-left: 6.25vw;
	}
	#resources .left, #resources .right{
		width:100%;
		float:none;
		padding-bottom: 4.5875vw;
	}
	#resources{
		padding:0;
		padding-left: 3.125vw;
		padding-right: 3.125vw;
	}
	#resources .open-close-button{
		right:0;
	}
	#resources .right h3, #resources .right a{
		margin-left:0;
	}

	#resources .left a, #resources .right a{
		width: calc(100% - 6.25vw);
	}
	#resources-content img{
		margin-top: 3.125vw;
		width: 6.25vw;
	}
	#resources-content .right img {
		margin-left: 0;
	}
}



