.inner {font-family: 'Roboto', Arial, Verdana, Tahoma;} /* FIXES BLURRED BOLD TEXT */
.community-hero div {box-sizing: border-box;}
.community-hero strong {font-weight: bold;}
.community .inner ol li {margin-bottom:15px}

.community-hero{
	width: 946px;
	height: 331px;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	background: #fff url(../images/community/community-hero-bg.jpg?$staticlink$) no-repeat left top;
	background-size: 450px 331px;
	color: #4e514e;
	margin: 0 auto;
	}
	
.community-hero-info {
	float: right;
	width: 65%;
	}
	
.community-hero-info-title {
	font-size: 75px;
	color: #0173cd;
	text-align: center;
	letter-spacing: -1px;
	line-height: 85px;
	}
	
.community-hero-info-description {
	font-size: 19px;
	color: #4e514e;
	text-align: center;
	line-height: 28px;
	padding: 5px 0 10px 0;
	letter-spacing: -0.3px;
	}
	
.community-hero-info-social {
	margin: 25px auto 0 100px;
	width: 440px;
	position: relative;
	}

.community-hero-info-social-title {
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	font-size: 17px;
	margin: -18px 0 0 80px;
	background: #fff;
	padding: 6px 14px 6px 14px;
	color: #4e514e;
	text-align: center;
	width: 280px;
	font-weight: bold;
	position:absolute;
	z-index: 5;
	}
	
.community-hero-info-social-icons {
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 10px;
	margin-left: 0px;
	position: relative;
	overflow: auto;
	padding: 30px 0px 10px 15px;
	}
	
.community-hero-info-social-icons a {
	display: inline-block;
	margin: 5px 10px;
	}
	
.community-hero-info-social-icons img {
	text-align: center;
	}
	
.community-hero-info-rules {
	color: #c2c2c2;
	text-align: right;
	padding: 10px;
	}
	
.community-hero-info-rules a {
	color: #c2c2c2;
	text-decoration: none;
	font-size: 13px;
	}
	
.community-hero-info-rules a:hover {
	color: #0060a9;
	text-decoration: underline;
	}
	
.offerpop-iframe {
	width: 994px;
	margin: 0 auto;
	}
	
.custom-entry {
	float: left;
	}
	
.icon-arrow-down {
	position: absolute;
	right: 0;
    margin: 52px -40px 0 0;
    z-index: 9;
	}
	
.circle-or {
	float: left; 
	padding: 12px 14px;
	border-radius: 200%; 
	background: #f5f5f5; 
	margin: 10px 10px 10px 14px; 
	font-size: 15px;
	width: 46px;
	height: 46px;
	}
.entry-text {
	float: left; 
	padding: 12px;
	}
.sep {display: none;}
.community .inner {width:980px;padding:30px 15px;margin:0 auto}
.community .inner .community-hero .community-hero-info .community-hero-info-description strong {font-weight:bold}

.community .inner h1 {
    color: #0173cd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 24px;
}

.community .inner h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.community .inner h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.community .inner ol .title {
    font-weight: bold;
	font-size: 16px;
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) 
{
	.offerpop-iframe, .offerpop-iframe, .community-hero-info, .community-hero-info-social-title {width: 100%  !important;}
	.community-hero {height: auto !important; background: none !important; width: 100% !important;}
	.community-hero-info-social-title {margin: 0 auto;}
	.community-hero-info-rules {text-align: left;}
	.community-hero-info-title {font-size: 60px; line-height: 100%;}
	.community-hero-info-description {font-size: 16px; line-height: 22px;}
	.icon-arrow-down, .community-hero-info-description br, .custom-entry .entry-text br {display: none;}
	.community-hero-info-social-icons {padding: 40px 10px 10px 10px;}
	.community-hero-info-social {margin: 10px auto 0 auto; width: 100% !important;}
	.community-hero-info-social-icons > div:first-child {width: 100%; text-align: center;}
	.custom-entry {width: 100%; overflow: hidden; position: relative; z-index: 9;}
	.custom-entry .sep {display: block; height: 1px; background: #f5f5f5; width: 100%; float: left; margin-top: -19px; z-index: -1; position: absolute;}
	.custom-entry .circle-or {margin: 0 auto; text-align: center; float: none; font-size: 13px; width: 36px; height: 36px; padding: 8px 6px;}
	.custom-entry .entry-text {width: 100%; text-align: center; padding: 12px 6px 0px 6px;}
	.community .inner {width:100% !important;font-size:14px}
	.community .inner h1 {font-size:16px}
	.community .inner h3 {font-size:15px}
	.community .inner ol .title {font-size:14px}
}