.border
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing:border-box;
	padding:10px;
	border:3px solid #efefef;
	background-position:center;
	background-size:60%;
	background-repeat:no-repeat;
	width:80%;
	margin:0px auto;
	max-width:200px;
	
}
.border .imgHolder
{	
	background-color:#efefef; width:100%; padding-bottom:100%; height:0px;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}


.border img
{	
	width:100% !important;
	height:100% !important
}
#circles p
{	
 	/*position:absolute;
	top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	z-index:1;	
	*/
	width:70%;
	text-align:right;
	line-height:1.1em;
	font-weight:300;
	margin:10px 10% 0px auto;
	
	font-size:2em;
}

#circles .border
{
	/*padding-bottom:100%;	
	height:0px;*/
	position:relative;
}

#circles
{	margin:10px 0px 50px;	}
/*
#JoinBox
{	background-image:url(../media/images/icons/join.jpg);	}
#AwardsBox
{	background-image:url(../media/images/icons/awards.jpg);	}
#DirectoryBox
{	background-image:url(../media/images/icons/directory.jpg);	}
#HubBox
{	background-image:url(../media/images/icons/growth-hub.jpg);	}
#BenefitsBox
{	background-image:url(../media/images/icons/member-benefits.jpg);	}
*/

.greenBorder
{	border-color:#C0D72E !important; color:#C0D72E !important;	}
.greyBorder
{	border-color:#D3CBB8 !important; color:#D3CBB8 !important;	}
.blueBorder
{	border-color:#4A8ECF !important; color:#4A8ECF !important;	}
.dkblueBorder
{	border-color:#15487D !important; color:#15487D !important;	}



#Featured
{
	clear:both;
	border:1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:15px;
	position:relative;
	margin-top:0px;
}
#Featured h3 
{	
	font-size:1.7em;	color:#3B72B2; 
	font-family: 'Montserrat', sans-serif;
	font-weight:bold; 
	margin:5px 0px -10px; 	
	
}
#Featured p
{	font-size:1.5em; line-height:1.4em;	}

#Featured p.title
{
	position:absolute;
	top:-24px; left:-1px;
	background:url(/media/images/common/featured-tab.jpg) top left no-repeat ;
	padding:10px 0px 0px 15px;
	margin:0px;
	width:100%;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#999;
	font-size:18px;
}
#LeftCol #Featured h3
{
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#3B72B2;	
	font-size:24px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 8px 0px;
	border-bottom:1px solid #ccc;
	background:url(/media/images/common/blue-bullet.jpg) no-repeat right center;
}
/* CSS Document */

@media only screen and (min-width:721px) 
{
	#LeftCol
	{	margin-bottom:50px;	}
	
	.border
	{	padding:20px;	}
}


@media only screen and (min-width:601px)  and (max-width:801px) 
{
	.border, #circles p
	{	width:90%;	}
	
}


@media only screen and (max-width:600px) 
{
	#circles .fiveColumn
	{	width:47.6%;	}
	
	#circles p
	{	font-size:1.4em; width:90%; text-align:center; margin:10px auto 0px;	}
	
	.border
	{	width:65%; padding:12px;	}
	
	#BenefitsBox
	{	display:none;	}
}


