@charset "UTF-8";

@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: url('FjallaOne400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('Latto400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('Latto700.woff2') format('woff2');
}

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

html,body {
    background-color: #ddd;
    color: #23292f;
    font-family: 'Lato', 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: #116696;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.025rem;
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

.textLarge {
    font-size: 24px;
}

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

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

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

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

.rowQuote {
    color: #116696;
    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: 200px;
}

.sectionSiteInfoImage h1 {
    color: #fff;
}

.sectionSiteInfoImage .modalLinks{
    color: #ccc;
}

.sectionSiteInfoImage .modalLinks a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.sectionSiteInfoImage .modalLinks a:hover {
    color: #eee;
}

div.modalLinksRightCol {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: right;
}

div.modalLinksRightCol a {
    color: #23292f;
    font-weight: 700;
    font-size: 14px;
}

div.modalLinksRightCol .referralText {
    font-size: 11px;
}

.sectionSiteInfoImage .referralText {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.displayOverflow {
    overflow: visible;
}

.textGray {
    color: #999;
}

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

    html,body {
        background-image: none;
    }

    h1 {
        font-size: 28px;
    }

    .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 {
    border: none;
    outline: none;
}

button.close {
    outline: none;
}

.tableReviews button,
.sectionContent button,
.reviewContent button {
    background: #7dc049; /* Old browsers */
    background: -moz-linear-gradient(top, #9bd96b 0%, #7dc049 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9bd96b 0%,#7dc049 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9bd96b 0%,#7dc049 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd96b', endColorstr='#7dc049',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-family: 'Lato', sans-serif;
    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: #9bd96b; /* Old browsers */
    background: -moz-linear-gradient(top, #7dc049 0%, #9bd96b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7dc049 0%,#9bd96b 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7dc049 0%,#9bd96b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc049', endColorstr='#9bd96b',GradientType=0 ); /* IE6-9 */
}

.buttonDisabled {
    background: gray !important;
}

.buttonDisabled:focus, .buttonDisabled:hover {
    background: dimgray !important;
}

.tableReviews button {
    width: 100%;
}

.glyphButton {
    float: left;
}

.btnPhone {
    background-color: #116696;
    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: #7dc049;
    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("../images/topChoice.png");
    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;
}

/*----- 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;
    padding: 10px 0;
}

.mfNavbarHeader {
    width: 100%;
}

.logo {
    height: 46px;
    margin-top: -12px;
    width: 300px;
}
.logo img{
    width: 100%;
}

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: 200px;
    }

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

    .mfNavbarHeader {
        width: auto;
    }

    .mfNavBarRight {
        margin: 15px -15px;
    }

}

/*---------------------------------------- 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: 5px 0 10px;
    }

    .modalLinks {
        margin-top: 10px;
    }

}

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

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

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

.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.85rem;
    text-align: left;
}

.tableReviews .rowTop {
    background-color: #116696;
    color: #fff;
    font-family: 'Fjalla One', sans-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: #116696;
}

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

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

#reviewsColumn {
    max-width: 500px;
}

#reviewsColumn .tdSite {
    width: 50%;
}

#reviewsColumn .tdSite img.brandLogo {
    max-width: 125px;
}

#reviewsColumn .tdVisit {
    width: 50%;
}

#reviewsColumn .btnReviewWidget {
    font-size: 15px;
}

.phoneLink .glyphicon {
    color: #7dc049;
    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: #7dc049;
    cursor: pointer;
    font-family: 'Fjalla One', sans-serif;
    font-size: 55px;
    line-height: 3.5rem;
    text-decoration: none;
}
.tableReviews .scoreText:hover {
    color: #9bd96b;
    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;
}

#reviewsColumn .tableReviews .colReviewsHeader {
    background-color: #116696;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.125rem;
    padding: 10px 8px;
    text-align: left;
}

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


    #reviewsMobileDefault {
        display: none !important;
    }

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

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

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

    .mobileInfo .mobileScore {
        color: #7dc049;
        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: #aaf273;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.125rem;
    padding: 10px 0;
}

.tableFactBox ul {
    white-space: normal;
}

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

    .tableFactBox {
        margin-bottom: 20px;
    }
}

.factBoxMargin {
    margin-top: 20px;
}

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

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

.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;
    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.85rem;
    font-style: italic;
    padding: 20px 0 25px;
}

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

    .sectionDisclaimer {
        font-size: 0.75rem;
    }
}

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

.footer {
    background-color: #eee;
    font-size: 12px;
    height: auto;
    padding: 50px 0px;
    text-align: center;
}

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

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

.footer .referralText {
    margin-bottom: 10px;
}

.footer ul.copyright {
    margin-top: 10px;
}

.copyright a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

/*---------------------------------------- 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: #7dc049;
	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);
	}

}

/*---------------------------------------- EXPANDABLE LISTINGS ----------------------------------------*/

div.listingSeparator {
    background-color: #ddd;
    height: 10px;
}

.rankingTableHeadRow {
    display: none;
}

.expandableListings .tdSite {
    position: relative;
}

.expandableListings .listingExpansion .listingExpansionLink {
    margin-top: 10px;
}

.expandableListings .listingExpansion p {
    font-size: 0.85em;
}

.expandableListings .listingExpansion a {
    color: #7dc049;
    font-weight: 700;
    text-transform: uppercase;
}
.expandableListings .listingExpansion a:hover {
    color: #9bd96b;
    text-decoration: none;
}

.expandableListings .tdSite,
.expandableListings .tdHighlights,
.expandableListings .tdScore,
.expandableListings .tdVisit {
    padding-bottom: 10px;
}

.expandableListings .brandLogo {
    margin-top: 0;
}

.expandableListings .brandLogo_wRibbon {
    margin-top: 15px;
}

.expandableListings .tableReviews .scoreText {
    font-size: 45px;
    line-height: 3rem;
}

.expandableListings .bbb img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 90px;
}

.expandableListings a.smallLink {
    text-decoration: none;
}

.expandableListings .tdHighlights ul {
    list-style-image: url('../images/bullet_check.png');
}

.expandableListings .listingSeparator {
    background-color: #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.expandableListings .listingExpansion  {
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.expandableListings .listingExpansionContent {
    display: none;
}

.expandableListings .listingExpansionContainer {
    margin: 20px 5px 10px;
}

.expandableListings .listingExpansionContainer h4 {
    color: #23292f;
    margin-top: 0;
    text-align: left;
}

.expandableListings .listingExpansionContainer .listingExpansionPhoto {
    margin-left: auto;
    max-width: 400px;
    width: 100%;
}

.expandableListings .listingExpansionButton span.glyphicon {
    color: #999;
    font-size: 12px;
    pointer-events: none;
}

.expandableListings .listingExpansionButton {
    cursor: pointer;
    position: relative;
}
.expandableListings .listingExpansionButton:hover {
    background-color: #f5f5f5;
}

.expandableListings > .table > tbody > tr > td {
    border-top: none;
}

.expandableListings .moreInfo {
    background: #666;
    border: 1px solid #666;
    border-radius: 5px;
    bottom: 28px;
    color: #fff;
    display: none;
    font-size: 0.75rem;
    font-weight: 700;
    left: calc(50% - 40px);
    padding: 5px;
    position: absolute;
    width: 80px;
}

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

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

.ribbon {
    background-color: #116696;
    border-color: #116696;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    font-size:14px;
    height: 25px;
    left: -7px;
    line-height: 25px;
    margin: 0;
    padding: 0 1.2em;
    position: absolute;
    text-align: left;
    top: 5px;
    white-space: nowrap;
    z-index: 100;
}

.ribbon::after {
    border-color: inherit;
    border-left-width: 0;
    border-right-color: transparent;
    border-style: solid;
    border-width: 12px;
    bottom: 0;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: -12px;
    width: 0;
    z-index: 200;
}

.ribbon-corner {
    border-style: solid;
    border-color: #000 transparent transparent;
    border-width: 0.5em 0 0 0.5em;
    bottom: -0.5em;
    display: block;
    left: 0;
    position: absolute;
    z-index: 200;
}

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

    .expandableListingsMobile table .tdMobileLeft,
    .expandableListingsMobile table .tdMobileRight {
        width: 50%;
    }

    .expandableListingsMobile table .tdMobileLeft {
        padding: 20px 0 15px;
    }

    .expandableListingsMobile table .tdMobileRight {
        background-color: #f5f5f5;
        padding: 10px 10px 15px;
    }

    .expandableListingsMobile table .rankingContainerMobile {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 150px;
    }

    .expandableListingsMobile table .starsContainerMobile {
        float: left;
        margin-top: 10px;
    }

    .expandableListingsMobile table .scoreContainerMobile {
        background-color: #fff;
        float: right;
    }

    .expandableListingsMobile table .scoreContainerMobile .scoreText {
        color: #7dc049;
        font-size: 30px;
    }

    .expandableListingsMobile table .tdMobileRight .availableIn {
        margin-top: 5px;
    }

    .ribbon {
        font-size:11px;
        height: 18px;
        line-height: 18px;
        top: 0;
    }

    .ribbon::after {
        border-width: 9px;
        height: 18px;
        right: -12px;
    }

    .expandableListings .brandLogo,
    .expandableListings .brandLogo_wRibbon {
        margin-top: 0;
    }

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

}

/*----- Large -----*/
@media(min-width: 1200px){

    .expandableListings .listingExpansionContainer {
        margin: 20px 5px 10px 20px;
    }

}


.modal-overlay {
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow-y: auto;
}

.modal-box {
    border-radius: 4px;
    background-color: #fff;
    width: 476px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.modal-box .box-header {
    border-radius: 4px;
    background: #1261c9;
    color: #fff;
    padding: 14px;
    padding-bottom: 8px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
}

.modal-box .steps-box ul {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin-top: 16px;
}

.modal-box .steps-box ul,
.modal-box .steps-box ul li {
    list-style-type: none;
    padding: 0;
}


.modal-box .steps-box ul li {
    flex: 1;
    font-size: 11px;
    text-align: center;
    color: #ddd;
}

.modal-box .steps-box ul li.active {
    color: #000;
}

.modal-box .steps-box ul li span {
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    border-radius: 20px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    margin-right: 7px;
}


.modal-box .steps-box ul li.active span {
    background-color: #1261c9;
}

.modal-box .steps-box ul li:not(:last-child):after {
    content: "____";
    position: absolute;
    top: -2px;
    font-weight: bold;
    color: lightgrey;
    text-shadow: 0 1px #888888;
    margin-left: 8px;
    margin-right: 3px;

}

.modal-box .step-box {
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-box .step-box .question-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529;
    text-align: center;
}

.modal-box .zipQ {
    color: #495057;
    width: 180px;
    max-width: 95%;
    border: 1px solid #ced4da;
    margin: 0 auto;
    display: block;
    padding: 8px 6px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 27px;
    border-radius: 5px;
    margin-top: 12px;
}

.modal-box .zipQ::placeholder {
    color: lightgrey;
}

.modal-box .answers-box {
    text-align: center;
}

.modal-box .answers-box a.continueProcess {
    background-color: #dc2626;
    display: inline-block;
    color: #fff;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    margin: auto;
    line-height: 1.25rem;
    font-weight: 600;
    font-size: .875rem;
    transition: all .3s ease-in-out;
    border-radius: .25rem;
    /* box-shadow: 0 2px 0 #13ab78; */
    max-width: 320px;
    width: 90%;
    border-width: 1px;
    border-color: transparent;
}

.modal-box .answers-box {
    margin-top: 30px;
}

.modal-box .noGap {
    margin-top: 20px;
}

.modal-box .answers-box a.continueProcess:after {
    content: "❯";
    text-align: center;
    margin-left: 10px;
    color: #ffffff;
}

.modal-box .answers-box a.continueProcess:hover {
    background-color: #b91c1c;
}


.modal-box .answers-box a.smallBtn {
    padding: 8px 16px 8px 16px;
    line-height: 25px;
    background-color: #dc2626;
    box-shadow: none;
    display: block;    
    color: #fff;
    line-height: 1.25rem;
    margin: auto;
    margin-bottom: 12px;
    max-width: 320px;
    border-width: 1px;
    border-color: transparent;
}

.modal-box .answers-box a.smallBtn:hover,
.modal-box .answers-box a.smallBtn:active {
    color: #fff;
    background-color: #b91c1c;
}

.modal-box .answers-box a.smallBtn:after {
    display: none;
}

.step-box {
    display: none;
}

.actual {
    display: block;
}

.errorZip {
    color: red;
    display: none;
    text-align: center;
    padding-top: 8px;
}

@media (max-width: 467px) {
    .modal-box .steps-box ul li:not(:last-child):after {
        display: none !important;
    }
}
@media (max-width: 467px) {
    .modal-box .steps-box ul li:not(:last-child):after {
        display: none !important;
    }
}