/*--------------------------------------------------------------
# Content area
--------------------------------------------------------------*/
.content-area .page-title h1{
	font-size:4em;
}
@media only screen and (max-width:768px){
	.content-area .page-title h1{
		font-size:2em;
	}
}

.gray-round{
	font-weight: 600;    
    border:3px solid #919191;    
    border-radius: 30px 30px 30px 30px;
    padding: 5px 25px 5px 25px;
}

.membership .h2:not(.modal .membership .h2){
	font-size:4em;
	line-height:1;
	font-weight:600;
}
.membership h3:not(.modal .membership h3){
	font-size:2.5em;
	line-height:1;
}
.membership h4:not(.modal .membership h4){
	font-size:2em;
	line-height:1;
}
.membership hr{
	border-top:4px solid #5f5f5f;
	width: 25%;
	margin:1em auto;
}
.membership .current{
	border:4px solid #DD3B3B;
}