@charset "UTF-8";

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

body {
    background-color: #000;
    background-attachment: fixed;
    background-image: url('../images/bg_desktop.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

p {
    margin-bottom: .75em;
}

h1,
h2,
h3 {
    letter-spacing: -0.025rem;
}

h1 {
    font-size: 2.25em;
    font-weight: 700;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.35em;
}

a {
    color: #fb6121;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #ffb839;
    text-decoration: none;
}

.linkSmall {
    color: #ffb839;
    font-size: 13px;
}

.linkSmall:hover {
    color: #fb6121;
}

button {
    outline: none;
}

button.close {
    outline: none;
}

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

.container {
    max-width: 1100px;
}

.contentContainer {
    background: none;
}

.contentContainer.reviewContentContainer, .articleContent {
    background: #fff;
    color: #3e3e3e;
}


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

    html,body {
        line-height: 1.25em;
        background-image: none;
    }

    p,
    li {
        font-size: .85em;
    }

    .sectionSiteInfoMobile a {
        color: #aaa;
    }
    .sectionSiteInfoMobile a:hover {
        text-decoration: underline;
    }

    .sectionSiteInfoMobile {
        background-image: url('../images/bg_mobile.jpg');
        background-position: center 0;
        background-size:cover;
        color: #fff;
        font-size: 13px;
        min-height: 100px;
        padding: 20px 10px 10px;
        width: 100%;
    }

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

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

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

}

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

}

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

}

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

header {
    background-color: #fff;
}

.mtbNavbar {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.logo {
    background-image: url('../images/logo_small.png');
    height: 30px;
    margin-top: 0;
    width: 200px;
}

header .mtbNavbar li .navLink {
    color: #fb6121;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin: 28px 0 0 20px;
    padding: 0;
}

.navLink {
    text-transform: uppercase;
}

header .mtbNavbar li .navLink:hover {
    color: #ffb839;
}

header .mtbNavbar li .navLinkOff {
    color: #ffb839;
}

.mtbNavCollapse {
    border: none;
}

.mtbNavBarRight {
    margin: 0 -15px 10px;
}

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

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

    header .mtbNavbar li .navLink {
        font-size: 12px;
        margin: 28px 0 0 10px;
    }

}

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

    .logo {
        background-size: 180px 27px;
        height: 27px;
        margin-top: -1px;
        width: 180px;
    }

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

    .mtbNavBarRight {
        margin: 15px -15px 0;
    }

}

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

.sectionSiteInfo {
    background: none !important;
    color: #eee;
    padding: 20px 0 8px;
}

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

.sectionSiteInfo h1 {
    color: #fff;
    margin-top: 0;
}

.sectionSiteInfo h2,
.sectionSiteInfo h3 {
    color: #fff ;
    margin-top: 0;
}

.sectionSiteInfo a,
.sectionSiteInfoMobile a {
    font-size: 12px;
}

.sectionSiteInfo .modalLinks {
    color: #ccc;
}

.sectionSiteInfo .modalLinks a,
.sectionSiteInfoMobile .modalLinks a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.sectionSiteInfo .modalLinks a:hover,
.sectionSiteInfoMobile .modalLinks a:hover{
    color: #eee;
}

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

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

.secure {
    font-size: 0.85em;
    color: #ffcf41;
    margin-top: 10px;
}

.secureDesktopV2 {
    font-size: 13px;
    height: auto;
    color: #fff;
}

.secureDesktopV2 img {
    margin-left: 10px;
    padding-right: 5px;
    vertical-align: top;
}

#disclosureRow {
    padding-top: 10px;
}

.mfModalCopy,
#modalTitle {
    color: #3e3e3e;
}

.mtbModal {
    outline: none;
}
.mtbModal:active,
.mtbModal:focus,
.mtbModal:hover {
    color: #ffb839;
    outline: none;
    text-decoration: none;
}

.mtbModalCopy {
    font-size: 0.75em;
    line-height: 1.35em;
}

#advertiserDisclosureLinkDesktop {
    color: #aaa;
}
#advertiserDisclosureLinkDesktop:hover {
    text-decoration: underline;
}

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

    .sectionSiteInfo {
        color: #eee;
        padding: 20px 0 25px;
    }

    .sectionSiteInfoMobile .modalLinks {
        margin-top: 10px;
    }

    .modalLinksMobile {
        background-color: #333;
        font-size: 12px;
        padding: 5px 10px;
    }
}

/*---------------------------------------- REVIEWS ----------------------------------------*/

div#reviewsMobileDefault {
    display: none !important;
}

.displayOverflow {
    overflow: visible;
}

.tableReviews thead tr th {
    border-bottom: none;
    background-color: #124da8;
    color: #fff;
}

thead.rankingTableHead th {
    font-weight: 400;
}

.tableReviews,
.tableColumnTopSites {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #3e3e3e;
    margin: 0;
    overflow: visible;
    position: relative;
}

.sectionReviews {
    background-color: #fff;
    color: #666;
}

.tableReviews tbody tr td.tdSite {
    width: 22%;
}

.tableReviews tbody tr td.tdBonusLink {
    width: 30%;
}

.tableReviews tbody tr td.tdStarRank {
    width: 14%;
}

.tableReviews tbody tr td.tdScore {
    width: 14%;
}

.tableReviews tbody tr td.tdVisit {
    width: 20%;
}

.tableReviews .rowTop th,
.tableColumnTopSites .rowTop th {
    border-bottom: 1px solid #ffb839;
    font-weight: normal;
    text-align: center;
    width: 20%;
}

.tableReviews tbody tr td.tdReview {
    width: 58%;
    text-align: left;
}

.tableReviews tbody tr td {
    padding: 12px 8px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.tableReviews tbody tr {
    height: auto;
}

.tableColumnTopSites tbody tr td {
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.tableReviews tbody tr.brandNo_0 td {
    padding-top: 20px;
}

.tableReviews th.tdRanking {
    display: none;
}

.tableReviews td.tdRanking {
    display: none;
}

.tableReviews th {
    text-align: center;
}

.tableReviews .smallLink {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.tableReviews .bonusLink {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
}

.tableReviews .tdStarRank .smallLink {
    color: #3e3e3e;
}

.tableReviews .bonusLink .smallLink {
    color: inherit;
}

.tableReviews .tdBonusLink .smallLink,
.tableReviews .tdStarRank .smallLink {
    color: #aaa;
}

.tableReviews .ctaSmallLink a,
.tableReviews .tdScore .smallLink{
    color: #124da8;
    text-decoration: underline;
}

.tableReviews tbody tr td.tdScore .scoreText {
    color: #fb6121;
    font-size: 55px;
}

.ourScore {
    display: none;
}

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

.brandLogo {
    display: none;
}

.brandLogo.brandLogo_size1 {
    display: inline;
}

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

.articleContent button, .sectionContent button, .tableReviews button, .tableColumnTopSites button, .reviewContent button {
    background: #fb6121 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    max-width: 300px;
    padding: 7px 10px;
    text-shadow: none;
    width: 95%;
}

.articleContent button:hover,
.tableReviews button:hover,
.tableColumnTopSites button:hover,
.reviewContent button:hover {
    background: none #ffcf41;
}

.tableReviews .tdMobileRight button,
.tableReviews .tdVisit button,
.tableReviews .tdSite button {
    background: #e89901; /* Old browsers */
    background: -moz-linear-gradient(top, #fad611 0%, #e89901 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fad611 0%,#e89901 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fad611 0%,#e89901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad611', endColorstr='#e89901',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}

.tableReviews .tdVisit button:hover {
    background: #fad611;
    background: -moz-linear-gradient(top, #fee768 0%, #ffb11b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fee768 0%,#ffb11b 100%); /* Chrome10- 25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fee768 0%,#ffb11b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee768', endColorstr='#ffb11b',GradientType=0 ); /* IE6-9 */
}

.tableReviews .tdSite button.topChoice,
.tableReviews .tdSite button.topChoice:hover,
.tableReviews .tdMobileLeft button.topChoice,
.tableReviews .tdMobileLeft button.topChoice:hover {
    background: none;
    background-image: url('../images/topChoice.png');
    border: none;
    box-shadow: none;
    height: 32px;
    left: -6px;
    overflow:auto;
    position: absolute;
    top: 38px;
    width: 131px;
    z-index: 1000;
}

td.tdSite .siteLogo img:hover {
    filter: opacity(80%);
}

.tdVisit .btnReviewWidget {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
}

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

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

    .logo {
        background-size: 160px 24px;
        height: 24px;
        width: 160px;
    }

    .brand {
        border-bottom: 5px solid #666;
    }

    .scoreText {
        font-size: 35px;
    }

    .tableReviews,
    .tableColumnTopSites {
        border-bottom: none;
        border-top: 5px solid #666;
    }

    .tableReviews td.tdRanking {
        padding-left: 15px;
    }

    .tableReviews .rowTop th {
        width: 33.33%; /* Fallback for older browsers */
        width: calc(100% / 3);
    }

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

    .tableReviews tbody tr {
        height: 120px;
    }

    .tableReviews .tdSite button.topChoice,
    .tableReviews .tdSite button.topChoice:hover,
    .tableReviews .tdMobileLeft button.topChoice,
    .tableReviews .tdMobileLeft button.topChoice:hover {
        top:-2px;
    }

    .tableReviews .tdSite button.outboundLink {
        width: auto;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .tableReviews .tdMobileLeft {
        background-color: #444;
        padding: 12px 12px 8px;
        width: 50%;
    }

    .tableReviews .tdMobileRight {
        background-color: #222;
        padding: 12px 12px 8px;
        width: 50%;
    }

    .tableReviews .bonusLink {
        line-height: 1.2em;
    }

    .tableReviews .bonusLink button {
        margin-top: 20px;
        max-width: 200px;
        padding: 10px 20px;
    }

    .tableReviews .tdMobileRight a.bonusLink {
        color: #fff;
    }

    .tableReviews .tdMobileRight .smallLink {
        color: #777;
    }

    .tableReviews table tbody tr td.tdSite {
        width: 40%;
        padding-left: 15px;
        background-color: #444;
        color: #eee;
    }

    .tableReviews table tbody tr td.tdReview {
        width: 58%;
        padding-right: 15px;
        background-color: #444;
        color: #eee;
    }

    .mobileInfo {
        color: #fff;
        margin: 7px 5px;
    }

    .mobileInfo .mobileStarRank {
        color: #999;
        font-size: 11px;
        float: left;
        text-align: left;
        width: 50%;
    }

    .mobileInfo .mobileScore {
        font-size: 35px;
        float: right;
        line-height: 1em;
        text-align: right;
        width: 50%;
    }

    .mobileInfo .mobileOurScore {
        color: #999;
        font-size: 11px;
        text-align: right;
    }

    .mobileInfo .mobileRateIt {
        color: #999;
        font-size: 11px;
        text-align: left;
    }

    .mobileInfo .mobileReviewLink {
        display: none;
    }

    .starRatingMobile {
        margin-top: 3px;
    }

    .jq-ry-container {
        padding: 5px 0 0;
    }

    .rightColumn {
        margin-top: 60px;
    }

}

/*---------------------------------------- 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 {
    color: #aaa;
    font-size: 14px;
}

.mtbArticleThumb {
    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 ----------------------------------------*/

.articleContent {
    padding: 20px 0 40px;
}

.articleContent h1,
.articleContent h2,
.articleContent h3 {
    color: #fb6121;
}

.articleContent h1 {
    margin-top: 0;
}

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

.reviewContent h1,
.reviewContent h2,
.reviewContent h3 {
    color: #fb6121;
}

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


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

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

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

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

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

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

/*---------------------------------------- CONTENT ----------------------------------------*/

.sectionContent {
    background: none;
    color: #eee;
    padding: 20px 0 40px;
}

.sectionContent h1,
.sectionContent h2,
.sectionContent h3 {
    color: #ffcf41;
}

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

.footer {
    background-color: #333;
    color: #eee;
    font-size: 11px;
    line-height: 1em;
    padding-bottom: 50px;
    text-align: center;
}

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

.footer a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: none;
}

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

.footerLogos li {
    margin: 10px;
}

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

    .footer {
        background-color: #000;
    }

}


/*---------------------------------------- TOP SITE RIBBON ----------------------------------------*/

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