/* homepage.css -- CSS Document
------------------------------
- homepage logged out
- homepage logged in
------------------------------
*/
/* homepage logged out */
#homepage #content_wrapper {
	padding-top: 50px;
}
#content.wide--layout #homepage #content_wrapper {
	padding: 0;
}
/*#homepage h1 {
	color: #015899;
	margin-bottom: 25px;
}*/
#homepage.homepage--logged-out .regular--layout {
	padding: 20px 0 !important;
}
#homepage.homepage--logged-out h2 {
	float: left;
	font-size: 1.4em;
	text-align: left;
}
#homepage.homepage--logged-out .blog-block {
	text-align: center;
}
#homepage.homepage--logged-out .blog-block .more {
	float: none;
	font-size: 13px;
	margin-top: 40px;
	margin-bottom:40px;
}
#homepage.homepage--logged-out .blog-block h2 {
	float: none;
	font-size: 2em;
	font-weight: 600;
	margin: 15px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
#homepage.homepage--logged-out .blog-block h2 a {
	color: #000;
}
#homepage.homepage--logged-out .blog-block h2 a:hover {
	color: #D05A03;
}
#homepage #blog_description {
	font-size:18px;
	color: #969696;
	margin-bottom: 15px;
}
#homepage #categories li {
	border: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	float: left;
}
#homepage #categories li a {
	display: block;
	height: 100%;
	width: 100%;
}
#homepage #categories li a:hover {
	color: #015899;
}
#homepage #categories .category {
	position: relative;
}
#homepage #categories .category_image {
	width: 96px;
	height: 65px;
	display: block;
	margin-bottom: 5px;
}
#homepage #categories .overlay {
    height: 65px;
    width: 96px;
}
#homepage #categories .overlay span {
	color: #fff;
    font-size: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
#homepage #categories h3 {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	text-align: center;
	top: 60%;
	width: 100%;
}
#homepage #categories span {
    font-size: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 35%;
    width: 24px;
}
#homepage.homepage--logged-out #categories {
	margin-right: 0;
	width: 100%;
}
#homepage.homepage--logged-out #categories li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 165px;
	margin-bottom: 20px;
	margin-right: 1%;
	width: 19%;
}
#homepage.homepage--logged-out #categories h3 {
	font-size: 16px;
	top: 60%;
}
#homepage.homepage--logged-out #categories span {
    font-size: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    top: 40%;
    width: 40px;
}
#homepage #registration_content {
	text-align: center;
	padding-top: 60px;
}
#homepage #media_quote {
	font-size: 20px;
	line-height: 1.4;
	font-style: italic;
	color: #969696;
	margin-bottom: 20px;
}
#homepage #social_media_bar {
	height: 65px;
	width: 300px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
}
#homepage #social_links {
	padding-top: 20px;
	margin-left: 40px;
}
#homepage #social_links #twitter_link {
	margin-right: 7px;
	float: left;
}
#homepage #social_links #google_link {
	margin-right: 7px;
	float: left;
}
#homepage #register_button {
	float: left;
	margin-bottom: 0px;
	width: auto;
	padding: 5px 20px;
}
#homepage #left_side {
	float: left;
	width: 600px;
}
#homepage #right_side {
	float: right;
	width: 300px;
}
#homepage #recent_searches {
	font-size: 12px;
	padding: 10px 0px;
	border-top: 1px solid #d7d6da;
	line-height: 1.2;
}
#homepage #review_feed {
	width: 600px;
	margin: 0 auto;
	border: 0;
}
#homepage.homepage--logged-out #review_feed {
	width: 99%;
}
#homepage.homepage--logged-out #review_feed .review__container__content__title,
#homepage.homepage--logged-out #review_feed .review__container__content__title__link {
	color: #333;
	cursor: text;
	font-size: 17px;
}
#homepage .side_box_content {
	padding:15px;
}
#homepage #different {
	margin-bottom: 20px;
}
#homepage #different h2 {
	margin-bottom: 10px;
}
#homepage #different #free {
	font-size: 13px;
	line-height: 1.3;
}
#homepage #social_media h2 {
	margin-bottom: 10px;
}
#homepage #social_media a {
	background-color: #a1a1a1;
	color: #FFF;
	margin-right: 1px;
	display: inline-block;
	width: 26px;
	height: 27px;
	font-size: 18px;
	text-align: center;
}
#homepage #social_media a i {
	margin-top: 6px;
}
#homepage #social_media a.facebook:hover {
	background-color: #3b5999;
}
#homepage #social_media a.twitter:hover {
	background-color: #00b8f7;
}
#homepage #social_media a.google-plus:hover {
	background-color: #d3472e;
}
#homepage #social_media a.linkedin:hover {
	background-color: #1184c5;
}
#homepage #blog_posts h2 {
	font-size:14px;
	font-weight: normal;
	color: #969696;
	text-transform: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 15px;
}
#homepage #blog_heading {
	display: block;
	border-bottom: 1px solid #d7d6da;
	margin-bottom: 15px;
}
#homepage #blog_title {
	display: block;
	color: #e05020;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
#homepage #blog_title .blog_title_light {
    font-weight: 300;
}
/* logged in homepage */
#homepage_logged_in * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#homepage_logged_in #user-statistics {
	border: 1px solid #dadada;
}

#homepage_logged_in #user-statistics #profile h4,
#homepage_logged_in #user-statistics #data h2 {
	font-size: 1.2em;
}

#homepage_logged_in #user-statistics #profile {
	border: 0;
	border-bottom: 1px solid #eaeaea;
	float: none;
	margin: 0 20px 10px;
	max-width: calc(100% - 40px);
	min-height: 0;
	padding: 20px 0 10px;
	width: 275px;
}

#homepage_logged_in #user-statistics #profile h2 {
	display: none;
}

#homepage_logged_in #user-statistics #profile .more-link {
	top: 13px;
}

#homepage_logged_in #user-statistics #data {
	padding: 0;
}

#homepage_logged_in #user-statistics #data-stats,
#homepage_logged_in #user-statistics #data-level {
	border: 0;
	float: none;
	height: auto;
	margin: 0 20px 10px;
	max-width: calc(100% - 40px);
	padding: 0;
	width: 275px;
}

#homepage_logged_in #user-statistics #data-stats {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

#homepage_logged_in #user-statistics #data h2 {
	margin-bottom: 10px;
}

#homepage_logged_in #user-statistics #data ul {
	display: block;
}

#homepage_logged_in #user-statistics #data ul li {
	height: 25px;
	text-align: left;
	width: 100%;
}

#homepage_logged_in #user-statistics #data .stats-label,
#homepage_logged_in #user-statistics #data .user-icons,
#homepage_logged_in #user-statistics #data .stats-amount {
	display: inline-block;
	line-height: 20px;
	margin: 0;
	vertical-align: middle;
}

#homepage_logged_in #user-statistics #data .stats-label {
	width: 100px;
}

#homepage_logged_in #user-statistics #data .user-icons {
	background-size: 20px 220px;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

#homepage_logged_in #user-statistics #data .user-icons.user-icons-first-reviews {
	background-position-y: -20px;
}

#homepage_logged_in #user-statistics #data .user-icons.user-icons-votes {
	background-position-y: -40px;
}

#homepage_logged_in #user-statistics #data .user-icons.user-icons-thank-you {
	background-position-y: -60px;
}

#homepage_logged_in #user-statistics #data .stats-amount {
	float: right;
	font-size: 16px;
	font-weight: bold;
}

#homepage_logged_in #user-statistics #points {
	border-right: 0;
	border-bottom: 1px solid #eaeaea;
	float: none;
	height: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 0;
}

#homepage_logged_in #user-statistics #points h4 {
	float: left;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0;
}

#homepage_logged_in #user-statistics #points p {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#homepage_logged_in #user-statistics #dashboard {
	text-align: center;
	width: 100%;
}

#homepage_logged_in #user-statistics #dashboard h4 {
	font-weight: normal;
}

#homepage_logged_in #user-statistics #dashboard > div:not(.histogram) {
	width: 50px;
}

#homepage_logged_in #user-statistics #dashboard .histogram {
	width: calc(100% - 100px);
}

#homepage_logged_in #user-statistics #dashboard .histogram .bar_container {
	float: none;
	margin-top: 15px;
}

#homepage_logged_in #user-statistics #dashboard .histogram .percentage {
	display: block;
	float: none;
}

#homepage_logged_in #user-statistics #dashboard > p {
	margin-top: 27px;
}

#homepage_logged_in #recent-tab .blockUI.blockMsg.blockElement {
	top: 100px !important;
}

#homepage_logged_in #advocate_banner .logo {
	background-image: url(/img/branding/logo_light_padded_326_82.png);
	-moz-background-size: 163px 32px;
	        background-size: 163px 32px;
	width: 163px;
	height: 32px;
    margin: 0 auto;
}
#homepage_logged_in #recent-tab h2 {
	line-height: 28px;
	margin-bottom: 20px;
}
#homepage_logged_in .more_button_container {
	height: 28px;
}

#homepage_logged_in .more_button_container .button {
    border: 0;
    color: #015899;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
}
#consumer_advocate_welcome_dialog p {
	color: #666;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	width: 420px;
}
#consumer_advocate_welcome_dialog button {
	background-color: #015899;
	border-color: #015899;
	border-width: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #fff;
	float: none;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 9px 17px;
	text-transform: uppercase;
	width: 175px;
}
/* suggested sites */
#homepage #suggested_sites {
	margin-bottom: 20px;
}
#homepage .suggested_site .website-thumbnail {
	margin-bottom: 7px;
}
#homepage.homepage--logged-out #review_feed h2 {
	float: none;
	margin: 25px 0 35px;
}
#homepage.homepage--logged-out .site-cards {
	margin-bottom: 40px;
}
#homepage.homepage--logged-out .suggested_site .top_site_category {
	font-weight: 600;
}
#homepage.homepage--logged-out #review_feed .more_button_container {
	text-align: center;
	width: 100%;
}
#homepage.homepage--logged-out #review_feed .see_more_reviews {
	color: #015899;
	float: none;
	margin: 30px auto;
	font-weight: normal;
	font-size:14px;
	position: relative;
	width: 200px;
}
#homepage.homepage--logged-out #review_feed .see_more_reviews i {
	font-size: 18px;
	position: absolute;
    right: 3px;
	top: 7px;
}
#homepage.homepage--logged-out #review_feed #loadingUrlsReviewsTab {
	margin: 15px auto 25px;
}
