@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

html,body {
	background-color: #ddd;
	color: #23292f;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	height: 100%;
	line-height: 1.65em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

p {
	margin-bottom: .75em;
}

h1,
h2,
h3,
h4 {
	color: #116696;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.025rem;
}

h1 {
	font-size: 40px;
}

.textLarge {
	font-size: 24px;
	line-height: 1.25em;
}

a {
	color: #7dc049;
	cursor: pointer;
}
a:focus,
a:hover {
	color: #116696;
	text-decoration: none;
}

.faux-button {
	background: #7dc049;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	outline: none;
	margin: 5px 0;
	padding: 8px 25px;
}

button {
	background: #7dc049;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	outline: none;
	margin: 5px 0;
	padding: 8px 25px;
}
button:focus,
button:hover {
	background: #9bd96b;
}

.glyphButton {
	float: left;
}

button.close {
	outline: none;
}

.btnPhone {
	background-color: #116696;
	border: none;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	line-height: 1.42857143;
	margin: 5px 0;
	max-width: 400px;
	padding: 8px 10px;
	text-align: center;
	width: 100%;
}
.btnPhone:focus,
.btnPhone:hover {
	background: #7dc049;
	color: #fff !important;
}

blockquote {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #116696;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #000;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 25px;
}

.contentContainer {
	background-color: #fff;
}

.contentContainer p a {
	font-weight: 700;
}

.photoHome {
	float: left;
	height: auto;
	margin: 0 20px 5px 0;
	width: 265px;
}

.rowQuote {
	color: #116696;
	font-weight: 700;
	margin-top: 20px;
}

.sectionContent {
	padding: 20px 0 25px;
}

.sectionSiteInfoMobile {
	position: relative;
}

.sectionSiteInfoMobile .headline {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.sectionSiteInfoMobile .headline h1 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 5px;;
}

.sectionContent h1,
.sectionContent h2,
.sectionContent h3,
.sectionSiteInfo h1,
.sectionSiteInfo h2,
.sectionSiteInfo h3 {
    margin-top: 0;
}

.displayOverflow {
	overflow: visible;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	html,body {
		background-image: none;
		line-height: 1.25em;
	}
		
	h1 {
		font-size: 30px;
	}
	
	.btnPhone {
		font-size: 13px;
	}
	
	.photoHome {
		margin: 0 0 10px;
		width: 100%;
	}
	.textLarge {
		font-size: 17px;
	}
}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	html,body {
		background-image: none;
	}

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
	html,body {
		background-image: none;
	}
	
}

/*----- Large -----*/
@media(min-width: 1200px){
	
	html,body {
		background-attachment: fixed;
		background-position: top center;
		background-repeat: no-repeat;
	}
		
}

/*---------------------------------------- NAV BAR ----------------------------------------*/

header {
	background-color: #fff;
}

.mfNavbar {
	background: none;
	border: none;
	margin: 0;
	padding: 10px 0;
}

.logo {
	background-image: url('../images/logo.png');
	height: 46px;
	margin-top: -12px;
	width: 250px;
}

header .mfNavbar li .navLink {
    color: #116696;
	font-size: 15px;
	margin: 28px 0 0 20px;
	padding: 0;
}
header .mfNavbar li .navLink:hover,
header .mfNavbar li .navLinkOff,
header .mfNavbar li .navLinkOff:hover {
    color: #7dc049;
}

.mfNavCollapse {
	border: none;
	width: 100%;
}

.mfNavBarRight {
	margin: 0 -15px;
}

.mfBtnNavbar {
	background-color: #fff !important;
}
.mfBtnNavbar:hover {
	background-color: #eee !important;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
		
	.logo {
		background-size: 180px 34px;
		height: 34px;
		margin-top: -7px;
		width: 180px;
	}
	
	header .mfNavbar li .navLink {
		margin: 0;
		padding: 10px 15px;
	}
	
	.mfNavBarRight {
		margin: 15px -15px;
	}

}

/*---------------------------------------- SITE INFO ----------------------------------------*/

.sectionSiteInfo {
	padding: 20px 0 25px;
}

.sectionSiteInfo h1,
.sectionSiteInfo h2,
.sectionSiteInfo h3 {
	margin-top: 0;
}

.modalLinks a {
	font-size: 12px;
}

.mfModal {
	outline: none;
}
.mfModal:active,
.mfModal:focus,
.mfModal:hover {
	outline: none;
	text-decoration: none;
}

.mfModalCopy {
	font-size: 0.75em;
	line-height: 1.5em;
}


.trusted {
	margin: 0 20px 20px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	.sectionSiteInfo {
		padding: 20px 0 25px;
	}
	
	.modalLinks {
		margin-top: 10px;
	}

}

/*---------------------------------------- TOP 5 & REVIEWS ----------------------------------------*/

#reviewsMobileCondensed
{
    display: none !important;
}

.rankingTableHead
{
    display: none;
}

.tableReviews {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	position: relative;
}

.tableReviews button.btnSimple {
	width: 100%;
}

.topRatingOnlyBorderBox {
	border: 4px solid #999;
	margin-top: 30px;
}

.tableReviews .rowTop th {
	border: none;
	font-weight: normal;
	text-align: center;
}

.tableReviews tbody tr td {
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	vertical-align: middle;
}

.tableReviews tbody tr td li{
	font-size: 0.85em;
	text-align: left;
}

.tableReviews .rowTop {
	background-color: #116696;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.125em;
	padding: 10px 0;
}

.tdReview {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 60%;
}

.linkReadMore {
	text-align: left;
}

.tdReview p {
	text-align: left;
}

.tdSite {
	position: relative;
	width: 20%;
}

.tdHighlights {
	width: 35%;
}

.tdScore {
	width: 15%;
}

.tableReviews .tdVisit {
	padding-left: 10px;
	padding-right: 20px;
	width: 20%;
}

.tdVisit button {
    width: 100%;
}

.tdVisit .btnPhone {
	font-size: 14px;
}
 
.tableReviews a {
	color: #116696;
}

.tableReviews a:focus,
.tableReviews a:hover { 
	color: #7dc049;
}

.tableReviews .smallLink {
	color: #999;
	font-size: .75em;
	text-decoration: underline;
}
.tableReviews .smallLink:hover {
	color: #666;
}

.tableReviews .phoneLink {
	margin-bottom: 5px;
}

.tableReviews .phoneLink a {
	font-family: 'Fjalla One', sans-serif;
}

.phoneLink .glyphicon {
	color: #7dc049;
	font-size: 0.75em;
	margin-right: 5px;
}

.reviewLogo {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.tableReviews .scoreText {
	color: #7dc049;
	cursor: pointer;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	line-height: 1em;
	text-decoration: none;
}
.tableReviews .scoreText:hover {
	color: #9bd96b;
	text-decoration: none;
}


.brandsFlag,
.brandsFlag:hover,
.brandsFlag:focus {
	background: none;
	background-repeat: no-repeat;
	border-radius: 0;
	height: 30px;
	left: -6px;
	position: absolute;
	top: 0;
	z-index: 100;
}

.topRatingOnlyBorderBox .brandsFlag {
	left: -10px;
}

.topChoice,
.topChoice:hover, 
.topChoice:focus {
	background-image: url('../images/topChoice.png');
	width: 136px;
}

.numberOneChoice,
.numberOneChoice:hover, 
.numberOneChoice:focus {
	background-image: url('../images/numberOneChoice.png');
	width: 123px;
}

.mostPopular,
.mostPopular:hover,
.mostPopular:focus {
	background-image: url('../images/mostPopular.png');
	width: 163px;
}

.ranking {
	color: #666;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
}

.ourScore {
	color: #999;
	font-size: 0.75em;
	margin-bottom: 5px;
}

.ctaPhone a {
    font-family: 'Fjalla One', sans-serif;
}

.brandLogo_size1 {
	display: none;
}

/*----- Extra Small -----*/
@media(max-width: 767px) {
	
	.topRatingOnlyBorderBox {
		border: none;
		border-top: 4px solid #999;
		border-bottom: 4px solid #999;
	}
	
	
	.tableReviews .rowTop th {
		width: 33.33%; /* Fallback for older browsers */
		width: calc(100% / 3);
	}

	.tableReviews tbody tr td {
		padding-bottom: 25px;
		padding-top: 25px;
		white-space: normal !important;
		width: 33.33%; /* Fallback for older browsers */
		width: calc(100% / 3);
	}
		
	.tableReviews .tdSite {
		width: 40%;
	}

	.tableReviews .tdReview {
		text-align: left;
		width: 60%;
	}
	
	.tableReviews .tdVisit {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	
	.tableReviews button {
		font-size: 15px;
		padding: 4px 15px;
	}
	
	.tableReviews .tdSite {
		width: 33.33%; /* Fallback for older browsers */
		width: calc(100% / 3);
	}
	
	.scoreText {
		font-size: 30px;
	}
	
	.tableReviews .phoneLink {
		font-size: 20px;
	}
	
    .ctaPhone a {
	   font-size: 16px;
    }

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	.tableReviews .phoneLink {
		font-size: 22px;
	}
	
    .ctaPhone a {
	   font-size: 22px;
    }

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
	.tableReviews .phoneLink {
		font-size: 28px;
	}
	
    .ctaPhone a {
	   font-size: 28px;
    }
}

/*----- Large -----*/
@media(min-width: 1200px){
	
    .tableReviews .phoneLink {
	   font-size: 32px;
    }
	
    .ctaPhone a {
	   font-size: 32px;
    } 
		
}

/*---------------------------------------- ARTICLE MENU ----------------------------------------*/

.tableArticles {
	border: none;
	margin: 0;
}

.tdArticles {
	margin: 10px 0 5px;
}

.tdArticles a {
	margin-top: 0;
}

.tdArticles h1,
.tdArticles h2,
.tdArticles h3 {
	margin-top: 0;
}

.articleDate,
.articleAuthor {
	color: #aaa;
	font-size: 14px;
	line-height: 1.25em;
}

.mfArticleThumb {
	border: none;
	float: left;
	height: 70px;
	margin-right: 15px;
	width: 134px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.table-responsive {
		margin-bottom: 0;
	}
	
	.tableArticles .tdArticles {
		white-space: normal;
	}
}

/*---------------------------------------- ARTICLE ----------------------------------------*/

#rightColumn {
	padding-top: 20px;
}

.articleContent {
	margin: 20px 0 80px;
}

.articleContent h1 {
	margin-top: 0;
}

.reviewContent {
	margin: 20px 0 80px;
}

.advertorialContent {
	margin-bottom: 80px;
}

.reviewContent h1 {
	margin-bottom: 20px;
	margin-top: 0;
}

.tableFactBox {
	font-size: 14px;
	max-width: 500px;
}

.tableFactBox th {
	padding: 10px 15px 2px;
}

.tableFactBox td {
	padding: 2px 15px;
}

.tableFactBox .rowTop {
	background-color: #aaf273;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.125em;
	padding: 10px 0;
}

.tableFactBox ul {
	white-space: normal;
}

.factBoxMargin {
	margin-top: 20px;
}

.mfArticlePhoto {
	height: auto;
	margin: 10px 0 25px;
	max-width: 750px;
	width: 100%;
}

/*---------------------------------------- ADVERTORIAL ----------------------------------------*/

.multiBrandAdvertorial button {
	font-size: 24px;
	line-height: 1.25em;
	padding: 12px 25px;
	width: 100%;
}

.multiBrandAdvertorial button.advertorialBtnLg {
	background-color: #E92C2C;
}
.multiBrandAdvertorial button.advertorialBtnLg:hover {
	background-color: #BC1F1F;
}

.mfNavbarHeader {
	width: 100%;
}

.headerMessage {
	color: #777;
	font-size: 15px;
	float: right;
	padding: 20px 0 0;
}

/*---------------------------------------- TOP COUNTER ----------------------------------------*/

#topCounter {
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 5px;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.35rem;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px 40px 10px 15px;
	position: fixed;
	width: calc(100% - 20px);
	z-index: 200;
}

#topCounter .glyphCounter {
	font-size: 2rem;
	float: left;
	padding-right: 15px;
	margin-top: 4px;
}

#topCounter .glyphClose {
	background: none;
	color: #999;
	font-size: 1.25rem;
	padding: 0;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 300;
	
}
#topCounter .glyphClose:hover {
	color: #ccc;
}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	#topCounter {
		display: none;
	}

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
	#topCounter {
		display: none;
	}
	
}

/*----- Large -----*/
@media(min-width: 1200px){
	
	#topCounter {
		display: none;
	}
	
}

/*---------------------------------------- DISCLAIMER ----------------------------------------*/

.sectionDisclaimer {
	background-color: #eee;
	color: #999;
	font-size: 0.85em;
	font-style: italic;
	padding: 20px 0 25px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.sectionDisclaimer {
		font-size: 0.75em;
	}
}

/*---------------------------------------- FOOTER ----------------------------------------*/

.footer {
	background-color: #eee;
	font-size: 10px;
	height: 250px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
}

.footerNav {
	line-height: 2em;
	margin-top: 50px;
}

.footer a {
	color: #116696;
	font-size: 14px;
	letter-spacing: -0.025rem;
	text-decoration: none;
}
.footer a:hover {
	color: #7dc049;
	text-decoration: none;
}

.copyright a {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 1em;
}


/********** POPOVER STYLES **********/
.popover {
    background-color: #fef5c3;
    color: #666;
    border: 2px solid #fad611;
    font-size: 12px;
    line-height: 1.3em;
    max-width: 225px;
    padding: 5px;
}

.popover > .arrow {
    border-width: 12px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom > .arrow {
    top: -12px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fad611;
}
.popover.bottom > .arrow:after {
    top: 3px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fef5c3;
}
/********** END POPOVER STYLES **********/
