<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

html,body {
    background-color: #f5f5f5;
    color: #555;
    font-family: 'Muli', Sans-Serif;
    font-size: 17px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

p {
    margin-bottom: 1rem;
}

h1,
h2,
h3, 
h4 {
    color: #01385e;
    font-family: 'Merriweather', Serif;
    letter-spacing: -0.025rem;
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

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

a {
    color: #4d738e;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #01385e;
    text-decoration: none;
}

p a {
    color: #cca359;
}
p a:focus,
p a:hover {
    color: #01385e;
}

blockquote {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #01385e;
    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: #01385e;
    font-weight: 700;
    margin-top: 20px;
}

.sectionContent {
    padding: 25px 0;
}

.sectionSiteInfoMobile {
    position: relative;
}

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

.sectionSiteInfoImage {
    /* BG image specified in theme */
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 250px;
}

.sectionSiteInfoImage h1 {
    color: #fff;
}

.sectionSiteInfoImage .modalLinks{
    color: #ccc;
}

.sectionSiteInfoImage .modalLinks a {
    color: #fff;
}
.sectionSiteInfoImage .modalLinks a:hover {
    color: #ccc;
}

.displayOverflow {
    overflow: visible;
}

.textGray {
    color: #999;
}

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

    html,body {
        background-image: none;
    }

    h1 {
        font-size: 30px;
    }

    .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;
    }

}

/*---------------------------------------- BUTTONS ----------------------------------------*/

button {
    color: #fff;
    border: none;
    outline: none;
}

button.close {
    outline: none;
}

.tableReviews button,
.sectionContent button,
.reviewContent button {
    background: #cca359; /* Old browsers */
    background: -moz-linear-gradient(top, #e0c389 0%, #cca359 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0c389 0%,#cca359 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0c389 0%,#cca359 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c389', endColorstr='#cca359',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    margin: 5px 0;
    padding: 8px 25px;
}
.tableReviews button:focus,
.tableReviews button:hover,
.sectionContent button:focus,
.sectionContent button:hover,
.reviewContent button:focus,
.reviewContent button:hover {
    background: #e0c389; /* Old browsers */
    background: -moz-linear-gradient(top, #cca359 0%, #e0c389 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cca359 0%,#e0c389 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cca359 0%,#e0c389 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca359', endColorstr='#e0c389',GradientType=0 ); /* IE6-9 */
}

.tableReviews button {
    width: 100%;
}

.glyphButton {
    float: left;
}

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

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

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

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

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

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

.tableReviews .numberOneChoice,
.tableReviews .numberOneChoice:hover, 
.tableReviews .numberOneChoice:focus {
    background-image: url("&lt;?= $langText['number-one-choice'] ?&gt;");
    width: 123px;
}

.tableReviews .numberOnePoorCredit,
.tableReviews .numberOnePoorCredit:hover,
.tableReviews .numberOnePoorCredit:focus {
	background-image: url('../images/numberOnePoorCredit.png');
	max-width: none;
	width: 225px;
}

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

.advertorialContent button {
    background-color: #01385e;
    border-radius: 5px;
    display: block;
    font-size: 1.25em;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.advertorialContent button:hover {
    background-color: #4d738e;
}

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

    .tableReviews button {
        max-width: 200px;
        padding: 10px;
    }

    .btnPhone {
        font-size: 13px;
    }

}

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

header {
    background-color: #fff;
}

.mfNavbar {
    background: none;
    border: none;
    margin: 0;
    min-height: 120px;
    padding: 10px 0;
}

.mfNavbarHeader {
    width: 100%;
}

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

header .mfNavbar li .navLink {
    color: #4d738e;
    font-size: 15px;
    font-weight: 700;
    margin: 40px 0 0 20px;
    padding: 0;
}
header .mfNavbar li .navLink:hover,
header .mfNavbar li .navLinkOff,
header .mfNavbar li .navLinkOff:hover {
    color: #01385e;
}

.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 68px;
        height: 68px;
        margin-top: -7px;
        width: 180px;
    }

    header .mfNavbar li .navLink {
        margin: 0;
        padding: 10px 15px;
    }

    .mfNavbar {
        min-height: 85px;
    }

    .mfNavbarHeader {
        width: auto;
    }

    .mfNavbar .mfNavbarHeader button.mfBtnNavbar {
        border-color: #4d738e;
        margin-top: 5px;
    }

    .mfNavbar .mfNavbarHeader button .icon-bar {
        background-color: #01385e;
    }

    .mfNavBarRight {
        border-top: 1px solid #ddd;
        margin: 35px -15px 0;
    }

    .mfNavBarRight li {
        border-bottom: 1px solid #ddd;
    }

    .mfBtnNavbar:hover,
    .mfNavBarRight li:hover {
        background-color: #f8f1e8 !important;
    }

}

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

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

.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.75rem;
}


.trusted {
    max-width: 600px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

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

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

    .modalLinks {
        margin-top: 10px;
    }

}

/*---------------------------------------- TOP 5 &amp; REVIEWS ----------------------------------------*/

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

.tableReviews thead tr th {
    background-color: #01385e;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.topRatingOnlyBorderBox {
    border: 4px solid #e0c389;
    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.85rem;
    text-align: left;
}

.tableReviews .rowTop {
    background-color: #01385e;
    color: #fff;
    font-family: 'Merriweather', Serif;
    font-size: 1.125rem;
    padding: 10px 0;
}

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

.linkReadMore {
    text-align: left;
}

.tdReview p {
    text-align: left;
}

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

.tdHighlights {
    width: 40%;
}

.tdScore {
    width: 15%;
}

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

.tdBonusLink,
.tdStarRank {
    display: none;
}

.tableReviews a {
    color: #01385e;
}

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

.tableReviews .smallLink {
    color: #999;
    font-size: .75rem;
    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: #cca359;
    font-size: 0.75rem;
    margin-right: 5px;
}

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

.tableReviews .scoreText {
    color: #cca359;
    cursor: pointer;
    font-family: 'Fjalla One', sans-serif;
    font-size: 55px;
    line-height: 3.5rem;
    text-decoration: none;
}
.tableReviews .scoreText:hover {
    color: #e0c389;
    text-decoration: none;
}

.tableReviews .mobileStarRank {
    display: none;
}

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

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

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

.brandLogo_size0 {
    display: none;
}

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


    #reviewsMobileDefault {
        display: none !important;
    }

    /* #reviewsMobileCondensed {
           display: none !important;
    } */

    .topRatingOnlyBorderBox {
        border: none;
        border-top: 4px solid #e0c389;
        border-bottom: 4px solid #e0c389;
    }

    .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);
    }
    
    .tdMobileLeft {
		position: relative;
	}

    .mobileInfo .mobileOurScore {
        color: #999;
        font-size: 0.75rem;
        margin-top: 15px;
    }

    .mobileInfo .mobileScore {
        color: #cca359;
        font-family: 'Fjalla One', sans-serif;
        font-size: 35px;
    }

    .mobileInfo .mobileReviewLink a {
        color: #999;
        font-size: 0.75rem;
        text-decoration: underline;
    }
    .mobileInfo .mobileReviewLink a:hover {
        color: #666;
    }

    .tableReviews .phoneLink {
        font-size: 20px;
    }

    .ctaPhone a {
        font-size: 20px;
    }

}

/*----- 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;
}

.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: #e0c389;
    color: #01385e;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.125rem;
    padding: 10px 0;
}

.tableFactBox ul {
    white-space: normal;
}

.factBoxMargin {
    margin-top: 20px;
}

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

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

.containerArticleImage {
    margin: 20px 0 1.5em;
}

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

#topCounter {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    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;
    }

}

/*---------------------------------------- AGE SELECT ----------------------------------------*/

.containerAge {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 600px;
}

.containerAge h3 {
    text-align: center;
}

.containerAge .buttonAge {
    background-color: #eee;
    border: 2px solid #fff;
    font-size: 1.25em;
    padding: 25px 0;
    text-align: center;
}
.containerAge .buttonAge:hover {
    background-color: #ddd;
}

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

    .containerAge {
        max-width: 300px;
    }

}

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

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

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

    .sectionDisclaimer {
        font-size: 0.75rem;
    }

}

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

.footer {
    background-color: #f2e5d2;
    font-size: 10px;
    height: 250px;
    text-align: center;
}

.footerNav {
    margin-top: 50px;
}

.footer a {
    color: #01385e;
    font-size: 14px;
    letter-spacing: -0.025rem;
    text-decoration: none;
}
.footer a:hover {
    color: #4d738e;
    text-decoration: none;
}

#footerDisclaimer {
    display: none;
    padding: 10px 0 15px;
}

.copyright a {
    font-size: 10px;
}

/*---------------------------------------- VISITOR COUNT BADGE ----------------------------------------*/

.peopleChose {
	background: #ffffcc;
	border: 1px solid #666;
	border-radius: 5px;
	font-size: 0.75rem;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
}

.peopleChose:after, .peopleChose:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.peopleChose:after {
	border-color: rgba(255, 255, 204, 0);
	border-top-color: #ffffcc;
	border-width: 7px;
	margin-left: -7px;
}
.peopleChose:before {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
	border-width: 8px;
	margin-left: -8px;
}

/*---------------------------------------- VISITOR COUNT OVERLAY ----------------------------------------*/

#visitorCountOverlayContainer {
	width: 100%;
}

#visitorCountOverlay {
	animation: 1.25s ease-out 0s 1 slideInFromBottom;
	background-color: #222;
	border-radius: 5px;
	bottom: 20px;
	color: #ccc;
	cursor: pointer;
	line-height: 1.2rem;
	padding: 15px;
	position: fixed;
	z-index: 200;
}

#visitorCountOverlay strong {
	color: #fff;
}

#visitorCountOverlay table span {
	color: #cca359;
	font-size: 30px;
}

#visitorCountClose {
	background: url('../images/icon_x.png') #777 no-repeat center;
	border-radius: 15px;
	color: #fff;
	height: 24px;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -7px;
	width: 24px;
	z-index: 201;
}

@keyframes slideInFromBottom {
	0%   { bottom: -200px }
	75%   { bottom: -200px }
	100%   { bottom: 20px }
}

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

	#visitorCountOverlay {
		margin-left: 15px;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}

}



</pre></body></html>