@charset "UTF-8";

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

body {
    background-color: #F9F9F9;
    color: #888;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0.01em;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.contentContainer {
    height: 100%;
}

.contentContainer100 {
    min-height: calc(100% - 355px);
}

h1 {
    font-family: 'Paytone One', sans-serif;
    letter-spacing: -0.01em;
    line-height: 0.9em;
    margin-top: 0;
}

h2 {
    font-family: 'Paytone One', sans-serif;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 0.9em;
    margin-top: 0;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}

h4 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0;
}

h5 {
    color: #555;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}

p {
    margin: 0 0 1em;
}

.smallText {
    font-size: 15px;
}

.darkText {
    color: #555;
}

.textRed {
    color: red;
}

.disclaimer {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

blockquote {
    background-color: #d8ecc8;
    border: 1px solid #7dc049;
    font-size: 18px;
}

.popContent {
    margin-bottom: 100px;
}

.popHeader {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo2.png);
    height: 45px;
    margin: 10px 0 30px 15px;
    width: 249px;
}

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

    body {
        background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/bg_.jpg);
        font-size: 16px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    blockquote {
        font-size: 16px;
    }

    .popHeader {
        background-size: 200px 36px;
        height: 36px;
        margin: 10px 0 30px 15px;
        width: 200px;
    }

}

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

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

}

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

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

}

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

}

/*---------------------------------------- BUTTONS & LINKS ----------------------------------------*/

a,
a:focus,
a:visited {
    color: #006699;
    outline: none;
    text-decoration: none;
}
a:active,
a:hover {
    color: #7dc049;
    outline: none;
    text-decoration: none;
}

.comparisonBtn,
.comparisonBtn:focus,
.comparisonBtn:visited {
    background-color: #006699;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 15px 50px;
}
.comparisonBtn:active,
.comparisonBtn:hover {
    background-color: #005580;
}

.comparisonBtnSmall,
.comparisonBtnSmall:focus,
.comparisonBtnSmall:visited {
    background-color: #bbb;
    font-size: 15px;
    padding: 3px 25px;
}
.comparisonBtnSmall:active,
.comparisonBtnSmall:hover {
    background-color: #999;
}

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

.comparisonsNavbar {
    background: none;
    border: none;
    margin: 0 35px 0 0;
}

.comparisonsNavbar2 {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    height: 80px;
    margin: 0;
}

.comparisonsNavbar .comparisonsLogo {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo.png);
    height: 45px;
    margin: 20px 0 0 35px;
    width: 249px;
}

.comparisonsNavbar .comparisonsLogo2 {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo2.png);
}

.comparisonsNavbar .container-fluid a.navLink,
.comparisonsNavbar .container-fluid a.navLink:active,
.comparisonsNavbar .container-fluid a.navLink:focus {
    color: #fff;
    font-size: 15px;
    padding: 45px 0 0 1em;
    letter-spacing: 0.1em;
}
.comparisonsNavbar .container-fluid a.navLink:hover {
    color: #7dc049;
}

.navbar-toggle,
.navbar-toggle:focus {
    background-color: rgba(0,0,0,0.65);
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 8px 9px;
}
.navbar-toggle:active,
.navbar-toggle:hover {
    background-color: rgba(0,0,0,1) !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d8ecc8;
    width: 15px;
}

.referralText {
    bottom: 20px;
    color: #fff;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    padding: 0 50px;
    text-align: right;
    width: 100%;
}

.referralText a.referralLink,
.referralText a.referralLink:active,
.referralText a.referralLink:visited {
    color: #fff;
    font-size: 14px;
}
.referralText a.referralLink:hover {
    color: #7dc049;
}

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

    .comparisonsNavbar {
        margin: 0 0 0 0;
    }

    .comparisonsNavbar .navbar-nav {
        margin: 0px -15px;
    }

    .comparisonsNavbar .comparisonsLogo {
        background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo.png);
        background-size: 170px 33px;
        height: 33px;
        margin: 15px 0 0 15px;
        width: 170px;
    }

    .comparisonsNavbar .comparisonsLogo2 {
        background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo2.png);
    }

    .comparisonsNavbar .container-fluid a.navLink,
    .comparisonsNavbar .container-fluid a.navLink:active,
    .comparisonsNavbar .container-fluid a.navLink:focus {
        background-color: #fff;
        border-bottom: 1px solid #555;
        color: #555;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0 10px 15px;
        letter-spacing: 0.1em;
    }
    .comparisonsNavbar .container-fluid a.navLink:hover {
        background-color: #eaeaea;
        color: #555;
    }

    .navbar-nav {
        margin: 10px -15px;
    }

    .comparisonsNavbar .container-fluid .navbar-collapse {
        border: none;
    }

    .referralText {
        padding: 0 15px;
    }

}

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

    .comparisonsNavbar {
        margin: 0;
    }

    .comparisonsNavbar .comparisonsLogo {
        background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo.png);
        background-size: 170px 33px;
        height: 33px;
        margin: 15px 0 0 0;
        width: 170px;
    }

    .comparisonsNavbar .comparisonsLogo2 {
        background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/logo2.png);
    }

    .comparisonsNavbar .container-fluid a.navLink {
        font-size: 13px;
        padding: 30px 0 0 1em;
    }

}

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

}

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

}

/*---------------------------------------- SOCIAL MEDIA ----------------------------------------*/

#socialMedia {
    bottom: 70px;
    position: absolute;
    right: 50px;
    width: 40px;
}

.btnSocial {
    background-color: rgba(0,0,0,0.5);
    border: 2px solid #fff;
    height: 40px;
    margin-top: 5px;
    outline: none;
    width: 40px;
}

.btnFacebook,
.btnFacebook:focus,
.btnFacebook:visited {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconFacebook.png);
    background-position: 14px 8px;
    background-repeat: no-repeat;
}
.btnFacebook:active,
.btnFacebook:hover {
    background-color: #3b5a9b;

}

.btnGoogle,
.btnGoogle:focus,
.btnGoogle:visited {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconGoogle.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
}
.btnGoogle:active,
.btnGoogle:hover {
    background-color: #e1493c;
}

.btnLinkedIn,
.btnLinkedIn:focus,
.btnLinkedIn:visited {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconLinkedIn.png);
    background-position: 11px 10px;
    background-repeat: no-repeat;
}
.btnLinkedIn:active,
.btnLinkedIn:hover {
    background-color: #017bb6;
}

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

    #socialMedia {
        right: 15px;
    }

}

/*---------------------------------------- SECTIONS ----------------------------------------*/

.sectionContainer {
    padding: 70px 0 110px;
}

.sectionContent {
    margin-top: 35px;
}

.sectionContainer h1,
.sectionContainer h2,
.sectionContainer h3 {
    color: #7dc049;
    text-align: center;
}

.sectionContainer h4 {
    color: #555;
    text-align: center;
}

.sectionGray {
    background-color: #eaeaea;
}

.sectionWhite {
    background-color: #fff;
}

.sectionContainer .comparisonBtn {
    margin-top: 10px;
}

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

    .sectionContainer {
        padding: 30px 0 50px;
    }

    .sectionContent {
        margin-top: 10px;
    }

    .sectionContainer h1,
    .sectionContainer h2,
    .sectionContainer h3,
    .sectionContainer h4 {
        text-align: left;
    }

    .sectionContainer h4 {
        margin-bottom: 20px;
    }

}

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

    .sectionContainer {
        padding: 40px 10px 55px;
    }

}

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

    .sectionContainer {
        padding: 45px 0 70px;
    }

}

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

    .sectionContainer {
        padding: 60px 0 100px;
    }

}

/*---------------------------------------- SECTION TOP ----------------------------------------*/

#sectionTop {
    background: none;
    height: 100%;
    position: relative;
}

#sectionTop h1 {
    color: #fff;
}

#sectionTop h2 {
    color: #7dc049;
}

#sectionTop h5 {
    color: #bde89c;
    margin-bottom: 0;
}

#sectionTop #billboardContainer {
    position: relative;
    text-align: center;
    top: 25%;
}

#sectionTop #billboardContainer #billboard {
    background-color: rgba(0,0,0,0.65);
    border: 2px solid #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 15px 30px;
}

#menu {
    margin-top: 35px;
}

#menu select {
    background: #fff;
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/bgSelect.png);
    background-position: right;
    border: 1px solid #999;
    color: #555;
    cursor: pointer;
    font-size: 20px;
    height: 55px;
    letter-spacing: 0.03em;
    max-width: 400px;
    outline: none;
    text-indent: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#menu select::-ms-expand {
    display: none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

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


    #sectionTop {
        background: center top fixed no-repeat url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/bg_xs.jpg);
        height: 100%;
        max-height: 800px;
    }

    #sectionTop h1 {
        font-size: 40px;
    }

    #sectionTop #billboardContainer {
        top: 50px;
    }

    #sectionTop #billboardContainer #billboard {
        padding: 15px 20px;
    }

    #menu select {
        font-size: 17px;
    }

}

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

    #sectionTop h1 {
        font-size: 50px;
    }

}

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

    #sectionTop h1 {
        font-size: 70px;
    }

}

/*---------------------------------------- SECTION NUMBERS ----------------------------------------*/

#sectionNumbers {
    background-color: #7dc049;
    color: #d8ecc8;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    padding: 50px 0 65px;
}

#sectionNumbers h4 {
    color: #fff;
    font-size: 22px;
}

.iconNumbers {
    height: 50px;
    float: left;
    margin-right: 15px;
}

#iconReviews {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconReviews.png);
    width: 50px;
}

#iconBrands {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconBrands.png);
    width: 52px;
}

#iconCategories {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/iconCategories.png);
    width: 46px;
}

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

    #sectionNumbers {
        font-size: 15px;
    }

    #sectionNumbers h4 {
        font-size: 18px;
    }

}

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

    #sectionNumbers {
        font-size: 16px;
    }


    #sectionNumbers h4 {
        color: #fff;
        font-size: 19px;
    }

}

/*---------------------------------------- SECTION CATEGORIES ----------------------------------------*/

.categoryThumb {
    background-color: #fff;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 100% 100%;
    box-shadow: 2px 2px 10px #d4d4d4;
    color: #555;
    margin: 15px 0;
    padding-top: 75%; /* 4:3 Aspect Ratio */
    position: relative;
    width: 100%;
}
.categoryThumb:hover {
    background-size: 107% 107%;
    box-shadow: 2px 2px 15px #bbb;
    color: #7dc049;
    text-decoration: none;
}

.categoryHeadline {
    background-color: #fff;
    bottom: 0;
    letter-spacing: 0.02em;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.categorySearch {
    background-color: #fff;
    box-shadow: 2px 2px 10px #d4d4d4;
    color: #555;
    margin: 15px 0;
    padding: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
.categorySearch:hover {
    background-size: 107% 107%;
    box-shadow: 2px 2px 15px #bbb;
    text-decoration: none;
}

.categorySearch a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.categorySearch h4 {
    text-align: left;
}

#categoryThumbMortgage {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_mortgage.jpg);
}
#categoryThumbLife {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_life.jpg);
}
#categoryThumbDebt {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_debt.jpg);
}
#categoryThumbHomeSecurity {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_homeSecurity.jpg);
}
#categoryThumbPersonalLoans {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_personalLoans.jpg);
}
#categoryThumbDating {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_dating.jpg);
}
#categoryThumbAuto {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_auto.jpg);
}
#categoryThumbAntivirus {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_antivirus.jpg);
}
#categoryThumbTaxSoftware {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_taxSoftware.jpg);
}
#categoryThumbCreditRepair {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_creditRepair.jpg);
}
#categoryThumbVpn {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_vpn.jpg);
}
#categoryThumbHomeWarranty {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_homeWarranty.jpg);
}
#categoryThumbWebsiteBuilder {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_websiteBuilder.jpg);
}
#categoryThumbMoving {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_moving.jpg);
}
#categoryThumbMealKit {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_mealKit.jpg);
}
#categoryThumbHomeInsurance {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_homeInsurance.jpg);
}
#categoryThumbCasualGames {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_casualGames.jpg);
}
#categoryThumbCreditCards {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_creditCards.jpg);
}
#categoryThumbMattresses {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_mattresses.jpg);
}
#categoryThumbMedicalAlerts {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_medicalAlerts.jpg);
}
#categoryThumbHomeEquityLoans {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_homeEquity.jpg);
}
#categoryThumbBadCreditLoans {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_badCreditLoans.jpg);
}
#categoryThumbIdentityTheft {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_identityTheft.jpg);
}
#categoryThumbOnlineStockBrokers {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_onlineStockBrokers.jpg);
}
#categoryThumbPetInsurance {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_petInsurance.jpg);
}
#categoryThumbTaxRelief {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_taxRelief.jpg);
}
#categoryThumbCheckingAccounts {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/photos/photo_checkingAccounts.jpg);
}


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

    .categoryThumb,
    .categoryThumb:hover {
        box-shadow: none;
    }

    .categoryHeadline {
        font-size: 15px;
        letter-spacing: 0.01em;
        padding: 2px 10px;
    }

    .categorySearch,
    .categorySearch:hover {
        box-shadow: none;
        font-size: 12px;
        line-height: 1.2em;
        padding: 20px;
    }

    .categorySearch a {
        font-size: 12px;
        letter-spacing: -0.1px;
    }

}

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

    .categorySearch {
        line-height: 1.2em;
        padding: 20px 30px;
    }

}

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

    .categorySearch {
        height: 159px;
        line-height: 1.2em;
        padding: 20px 30px;
    }

}

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

    .categorySearch {
        height: 197px;
    }

}

/*---------------------------------------- SECTION BRANDS ----------------------------------------*/

.reviewedBrands {
    margin-top: 20px;
}

.reviewedBrands ul li img {
    margin: 30px 10px 0;
    height: 62px;
    width: 140px;
}

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

    .reviewedBrands ul li img {
        height: 44px;
        width: 100px;
    }

}

/*---------------------------------------- SECTION ABOUT ----------------------------------------*/

.tableJobs {
    margin-bottom: 50px;
}

.tableJobs .listing {
    border: none;
    padding: 30px 20px;
}

.listingDescription {
    margin-bottom: 10px;
}

.tableJobs .listing .ctaContainer {
    text-align: right;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #eaeaea;
}

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

    .tableJobs .listing {
        border: none;
        padding: 20px 0;
    }

    .tableJobs .listing .ctaContainer {
        margin-top: 20px;
        text-align: left;
    }

    .listingDescription {
        margin-bottom: 0;
    }

}


/*---------------------------------------- FORMS ----------------------------------------*/

form button {
    margin: 30px 0 0;
}

form label {
    color: #555;
}

.form-control {
    color: #999;
    font-size: 16px;
    height: 45px;
}

.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}

.formResponse {
    height: calc(100% - 251px);
}

.formResponse h2 {
    color: #7dc049;
    margin-top: 100px;
    text-align: center;
}

.formResponse .comparisonBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

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

#footer {
    background-color: #7dc049;
    color: #d8ecc8;
    font-size: 10px;
    height: 250px;
    letter-spacing: 0.05em;
    padding-top: 50px;
}

#footer .comparisonsLogo {
    margin: 0 0 7px;
}

#footer .footerRight {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#footer .footerNavLink {
    font-size: 15px;
    margin-right: 1em;
}

#footer .footerInfoLink {
    font-size: 12px;
}

#footer a,
#footer a:focus,
#footer a:visited {
    color: #fff;
    font-family: 'Rambla', sans-serif;

}
#footer a:active,
#footer a:hover {
    color: #d8ecc8;
}

#footer ul.list-inline {
    margin-left: 0;
}

#footer .list-inline > li {
    padding: 0;
    margin-right: 1em;
}

.footerSocial {
    height: 20px;
    margin: 7px 3px 6px 0;
    width: 20px;
}

.footerFacebook,
.footerFacebook:focus,
.footerFacebook:visited {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 0 0;
}
.footerFacebook:active,
.footerFacebook:hover {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 0 20px;
}

.footerGoogle {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 40px 0;
}
.footerGoogle:active,
.footerGoogle:hover {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 40px 20px;
}

.footerLinkedIn {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 20px 0;
}
.footerLinkedIn:active,
.footerLinkedIn:hover {
    background-image: url(https://mfcdn.s3.amazonaws.com/Comparisons.org/images/socialSprite.png);
    background-position: 20px 20px;
}

.howWeRankFooterLink, .advertiserDisclosureFooterLink{
    display: inline;
}
.aboutUsFooterLink{
    display: none;
}

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

    #footer {
        padding: 60px 0 85px;
    }

    #footer .footerRight {
        text-align: center;
    }

    #footer .footerInfoLink {
        font-size: 12px;
        margin-right: 5px;
    }

}

/*---------------------------------------- MODALS ----------------------------------------*/

.modal-dialog {
    max-width: 700px;
    width: 100%;
}

.modal-header {
    border-bottom: none;
    padding: 15px 15px 0;
}

.modal-body {
    padding: 0 15px 30px;
}

#modalTitle {
    color: #7dc049;
    font-size: 30px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.modalIntro {
    text-align: center;
    margin-bottom: 30px;
}

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

    .modal-dialog {
        max-width: unset;
        width: unset;
    }

    #modalTitle {
        font-size: 24px;
    }

}

/*---------------------------------------- VIDEO PLAYER ----------------------------------------*/

.sectionContent video {
    height: auto;
    width: 100%;
}
.sectionContent video:hover {
    box-shadow: 2px 2px 15px #bbb;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

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

    .sectionContent video,
    .sectionContent video:hover {
        box-shadow: none;
    }

}

/*---------------------------------------- VIDEO BACKGROUND ----------------------------------------*/

.fullscreen-bg {
    background-color: #555;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -100;
}

.fullscreen-bg__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-aspect-ratio: 16/9) {

    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }

}

@media (max-aspect-ratio: 16/9) {

    .fullscreen-bg__video {
        left: -100%;
        width: 300%;
    }

}

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

    .fullscreen-bg {
        display: none;
    }

}
/*---------------------------------------- TRANSITIONS ----------------------------------------*/

.transColor {
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.transBGColor {
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.transShadow {
    -webkit-transition: box-shadow 200ms ease;
    -moz-transition: box-shadow 200ms ease;
    -o-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.transBGEnlarge {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*---------------------------------------- FLEX ----------------------------------------*/

.equal {
    display: flex;
    display: -webkit-flex;
}


@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

body {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    background: #fefefe;
    color: #565757;
    font-size: 18px;
    line-height: normal;
}

h1, h2, h3, h4 {
    font-family: "proxima-nova", sans-serif;
    color: #565757;
}

nav a {
    margin: 0 0.75rem;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.hero {
    position: relative;
    width: 100%;
    /*height: 774px;*/
    background: #ffdc3f;
    overflow: hidden;
    background: linear-gradient(to right, #ff6b6b 30%, #ffb347 70%);
    border-top: 5px solid #fff;
}


.logoContainer img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

.heroText {
    max-width: 50%;
    padding-left: 80px;
    margin: 60px 0 80px;
    position: relative;
    z-index: 2;
}

.heroText h1 {
    font-size: 68px;
    color: #fff;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heroText p {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.heroText button {
    background: #75ca47;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 24%);
}

.heroText button:hover {
    transform: translateY(-5px);
    background: #119038;
    color: #c2ec87;
}

.heroImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.footer {
    background: linear-gradient(to left, #ff6b6b, #ffb347);
    background: #02c7cd;;
    color: white;
    padding: 2rem;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
    display: block;
}

.footerLogo img {
    max-width: 200px;
}

.footerLinks {
    display: flex;
    gap: 20px;
}

footer {
    display: none;
}

.footer a:active, a:hover {
    color: #fff;
    outline: none;
    text-decoration: underline;
}

.wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #00000057;
}

.wrapper .findMore {
    color: #fff;
}

.bestDeals {
    background-image: url("/image/blog_42/bg_2.png");
    background-color: #e9e8e8;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}

.wrapper {
    width: 100%;
    margin: 60px auto;
    max-width: 1170px;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.col {
    width: calc(33.3% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.wrapper .container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .8;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.col-0:after {
    background-color: #ff6b6b;
}

.col-1:after {
    background-color: #9a73c1;
}

.col-2:after {
    background-color: #02c7cd;
}

.col-3:after {
    background-color: #0261cd;
}

.col-4:after {
    background-color: #7c02cd;
}

.col-5:after {
    background-color: #cd5702;
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.2;
}

.front .inner p:after {
    content: "";
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: #fff;
    font-weight: 600;
}


@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;

}

.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
    font-size: 21px;
}

.card__by {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.cardsContainer {
    padding: 30px 0;
    width: 100%;
    background-image: url('/image/blog_42/bg_0.png');
    background-color: #e9e8e8;
    background-position: center;
    background-size: cover;

}

.cardsContainer h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #00000057;
}

.cardsContainer .findMore {
    color: #fff;
}

@import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
:root {
    --user-button-circle: rgba(0, 0, 0, 0.025);
    --user-button-cardborder: rgba(255, 255, 255, 0.25);
    --user-button-text: #323133;
    --user-button-shadow: rgba(0, 0, 0, 0.1);
}

body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 1170px;
    width: calc(100% - 100px);
    height: 400px;
    margin: auto;
}

.optionsContainer {
    margin: 60px auto;
}

.optionsContainer a:hover {
    color: #006699;
    outline: none;
    text-decoration: underline;
}

.optionsContainer a {
    color: #30b7db;
}

.optionsContainer h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #30b7db;
    text-transform: uppercase;
}


body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--defaultBackground, #E6E9ED);
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option:nth-child(1) {
    --defaultBackground: #ED5565;
}

body .options .option:nth-child(2) {
    --defaultBackground: #FC6E51;
}

body .options .option:nth-child(3) {
    --defaultBackground: #FFCE54;
}

body .options .option:nth-child(4) {
    --defaultBackground: #2ECC71;
}

body .options .option:nth-child(5) {
    --defaultBackground: #5D9CEC;
}

body .options .option:nth-child(6) {
    --defaultBackground: #AC92EC;
}

body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0;
    border-radius: 40px;
    background-size: auto 100%;
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

body .options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

body .options .option.active .labels {
    bottom: 20px;
    left: 20px;
}

body .options .option.active .labels .info > div {
    left: 0;
    opacity: 1;
}

body .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

body .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

body .options .option:not(.active) .labels {
    bottom: 10px;
    left: 10px;
}

body .options .option:not(.active) .labels .info > div {
    left: 20px;
    opacity: 0;
}

body .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option .labels {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option .labels .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

body .options .option .labels .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
}

body .options .option .labels .info > div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

body .options .option .labels .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

body .options .option .labels .info .sub {
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
    body .options {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }

    body .options .option {
        width: 100%;
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 10px;
        transition: all 0.4s ease;
    }

    body .options .option.active .labels {
        bottom: 15px;
        left: 0px;
        height: auto;
        padding: 0px 10px;
    }

    body .options .option:not(.active) .labels {
        align-items: center;
    }

    body .options .option.active {
        max-height: 300px;
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    body .options .option .labels .info {
        white-space: normal;
        gap: 2px;
    }

    body .options .option.active .labels .info > div {
        font-size: 14px;
        line-height: 1.1;
    }

    body .options .option:not(.active) .labels .info .sub {
        left: 0;
        opacity: 1;
        font-size: 14px;
        padding-right: 10px;
        font-weight: 600;
        line-height: 1.1;
    }

    body .options .option:not(.active) .labels .info .main {
        display: none;
    }

    body .options .option:not(.active) .shadow {
        bottom: 0;
        box-shadow: inset 0 120px 0 120px #00000082, inset 0 -120px 0 -100px #00000000;
    }

    .optionsContainer {
        margin: 40px auto;
    }

    .optionsContainer h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .cardsContainer {
        padding: 20px 10px;
    }

    .cardsContainer h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .wrapper {
        margin: 40px auto;
    }

    .wrapper h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    body .options {
        width: 100%;
        height: 350px;
    }

    body .options .option.active {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    body .options .option.active .labels {
        bottom: 40px;
        left: 10px;
    }

    body .options .option .labels .info {
        white-space: break-spaces;
    }

    .cardsContainer {
        padding: 60px 15px;
    }
}


.findMore {
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
}

@media (max-width: 767px) {


    nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .hero {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .heroText {
        max-width: 100%;
        padding: 10px 20px 0;
        margin: 10px 0 0;
    }

    .heroImg {
        position: static;
        width: 100%;
        height: auto;
        background-image: none;
    }

    .heroText h1 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .break {
        display: none;
    }

    .heroText p {
        font-size: 22px;
        line-height: 1;
    }

    .heroText button {
        padding: 10px 15px;
        font-size: 20px;
    }

    .logoContainer img {
        max-width: 150px;
    }

    .card h2 {
        font-size: 32px;
    }

    .card p {
        font-size: 21px;
    }

    .card {
        margin-bottom: 20px;
    }

    .card:hover {
        box-shadow: none;
        transform: none;
    }

    .card:hover .card__img--hover {
        height: 235px;
    }

    .cards {
        flex-direction: column;
    }

    .col {
        width: 100%;
    }

    .footer .container {
        align-items: flex-start;
        gap: 20px;
    }

    .footerLinks {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .findMore {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        padding: 40px 0;
    }

    .heroText h1 {
        font-size: 36px;
    }

    .heroText {
        padding-left: 40px;
        margin: 40px 0 40px;
    }

    .heroText p {
        font-size: 28px;
    }

    .heroText button {
        padding: 10px 15px;
        font-size: 26px;
    }

    .break {
        display: none;
    }

    .heroImg {
        background-position: 60%;
    }

    .card__info {
        padding: 10px;
    }
}

@media (max-width: 1024px) {

    .main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: none;
        margin-top: 15px;
    }

    .main-nav a {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 20px;
    }
}

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

    .main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #02c7cd;
        margin-top: 15px;
    }

    .main-nav a {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 20px;
    }

    .heroImg {
        background-position: 60%;
    }

    .heroText {
        padding-left: 40px;
        margin: 40px 0 40px;
    }

    .heroText h1 {
        font-size: 40px;
    }

    .heroText p {
        font-size: 28px;
    }

    .hero {
        padding: 60px 0 100px;
    }
}

.articlesContainer .sub {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .options .option .labels .info {
    max-width: calc(100% - 60px);
}

body .options .option.active .labels .info .sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.footerLogo img {
    max-width: 200px;
    margin: 30px auto 10px;
}

.footer .container {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .footerLogo img {
        margin: 30px 15px 10px;
    }
}


 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
body {
    font-family: 'Arial', Helvetica, sans-serif;
    background-color: #f8f9fa;
    color: #1a1a1a;
    line-height: 1.75;
}
.news-container {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.news-header {
    background-color: #0a2463;
    color: #ffffff;
    padding: 22px 20px;
    border-bottom: 4px solid #c8102e;
}
.news-masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.masthead-logo {
    max-width: 50px;
    /*width: 100%;*/
    height: auto;
    background-color: #ffffff;
    /*padding: 8px 12px;*/
    border-radius: 6px;
}
.masthead-tagline {
    font-size: 14px;
    font-style: italic;
    opacity: 0.95;
    /*text-align: right;*/
    flex: 1;
    min-width: 280px;
}
.nav-bar {
    background-color: #f0f2f5;
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}
.nav-bar a {
    color: #0a2463;
    text-decoration: none;
    margin-right: 20px;
    font-weight: 600;
}
.nav-bar a:hover {
    text-decoration: underline;
    color: #c8102e;
}
.headline-section {
    padding: 35px 35px 25px;
    border-bottom: 1px solid #e0e0e0;
}
.news-kicker {
    display: inline-block;
    background-color: #c8102e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 15px;
    letter-spacing: 0.6px;
}
.news-headline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 18px;
}
.news-deck {
    font-size: 19px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 22px;
    font-style: italic;
}
.byline-section {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.byline-author {
    font-weight: 700;
    color: #0a2463;
}
.publish-date {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
.updated-tag {
    display: inline-block;
    background-color: #e8f0fe;
    color: #0a2463;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 500;
}
.lede-section {
    padding: 0 35px 25px;
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 1px solid #e0e0e0;
}
.lede-section p {
    margin-bottom: 15px;
}
.expert-quote {
    background-color: #f0f4f8;
    border-left: 4px solid #0a2463;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
}
.quote-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.quote-attribution {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
}
.news-content-section {
    /*padding: 0 35px 20px;*/
}
.news-chapter {
    margin: 35px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #eeeeee;
}
.chapter-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 700;
    color: #0a2463;
    margin-bottom: 15px;
    line-height: 1.3;
}
.chapter-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
}
.badge-verified {
    background-color: #007e33;
    color: #ffffff;
}
.badge-investigative {
    background-color: #ff8800;
    color: #ffffff;
}
.news-chapter p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #222222;
}
.senior-fullwidth-image {
    width: 100%;
    min-height: 340px;
    max-height: 420px;
    border-radius: 8px;
    overflow: hidden;
    margin: 18px 0 10px 0;
    border: 2px solid #ced4da;
}
.senior-fullwidth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.image-caption {
    font-size: 16px;
    color: #495057;
    margin-bottom: 22px;
    font-style: italic;
}
.senior-eligibility-btn {
    display: block;
    width: 100%!important;
    background-color: #0a2463;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease;
    letter-spacing: 0.3px;
}
.senior-eligibility-btn:hover {
    background-color: #051438;
}
.reader-tool-box {
    background-color: #f0f4f8;
    border: 2px solid #0a2463;
    border-radius: 8px;
    padding: 30px 35px;
    margin: 40px 35px;
    text-align: center;
}
.tool-headline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 700;
    color: #0a2463;
    margin-bottom: 15px;
}
.tool-desc {
    font-size: 18px;
    color: #222222;
    margin-bottom: 25px;
}
.news-cta-button {
    display: inline-block;
    background-color: #c8102e;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    transition: background-color 0.2s;
}
.news-cta-button:hover {
    background-color: #9b0c22;
}
.news-footer {
    background-color: #0a2463;
    color: #ffffff;
    padding: 35px 35px;
    /*margin-top: 30px;*/
}
.ad-disclosure {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
}
.terms-section {
    margin-bottom: 20px;
}
.terms-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.terms-text {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 8px;
}
.editorial-note {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}
.copyright {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
    .news-masthead {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .masthead-tagline {
        text-align: center;
        min-width: auto;
    }
    .news-headline {
        font-size: 26px;
    }
    .news-deck {
        font-size: 17px;
    }
    .headline-section, .lede-section, .news-content-section {
        padding-left: 18px!important;
        padding-right: 18px!important;
    }
    .chapter-title {
        font-size: 21px;
    }
    .news-chapter p {
        font-size: 16px;
    }
    .senior-fullwidth-image {
        min-height: 220px;
        margin: 15px 0 10px 0;
    }
    .image-caption {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .senior-eligibility-btn {
        font-size: 19px;
        padding: 18px 20px;
        margin: 20px 0 10px 0;
    }
    .reader-tool-box {
        margin-left: 18px;
        margin-right: 18px;
        padding: 25px 20px;
    }
    .news-cta-button {
        width: 100%;
        padding: 15px 20px;
        font-size: 18px;
    }
    .nav-bar {
        overflow-x: auto;
        white-space: nowrap;
    }
    .news-footer {
        padding: 25px 18px;
    }
    .ad-disclosure {
        font-size: 14px;
    }
}

.footer-list {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
}

.footer-item a {
    color: #fff;
    font-weight:bold;
}


.embla {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #eee;
    padding: 60px 10px;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
}

.embla__container {
    display: flex;
    gap: 15px;
}

.embla__slide {
    flex: 0 0 24.5%;
    padding: 20px 20px 20px 0;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .embla__slide {
        flex: 0 0 100%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .embla__slide {
        flex: 0 0 50%;
    }
}

.embla h2 {
    text-align: center;
}

.carouselBox {
    display: flex;
    align-items: center;
    padding: 60px;
    justify-content: center;
}

.containerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carouselBox h2 {
    margin-bottom: 40px;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    height: 500px;
    border-radius: 10px;
}

.carousel-slide {
    display: none;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel-slide.active {
    display: flex;
    opacity: 1;
}

.carousel-content {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.left-side {
    background-color: #eeeeee;
    color: #333;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-side h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.left-side p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /*background: linear-gradient(to left, #059398, #02c7cd);*/
    background: linear-gradient(to left, #ff6b6b, #ffb347);
}

.btn:hover {
    background-color: #45a049;
    transform: translateY(-2px);
}

.right-side {
    background-color: #333;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 5px;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 10;
    backdrop-filter: blur(5px);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.05);
}

.carousel-dots-container {
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    background-color: #eeeeee;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

.dot.active {
    background-color: #02c7cd;
    transform: scale(1.2);
    border: 2px solid #02c7cd;
}

.dot:hover {
    background-color: #999;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .carousel-container {
        flex-direction: column;
        height: auto;
    }

    .carousel-slide.active {
        flex-direction: column;
    }

    .carousel-content {
        padding: 15px 15px;
    }

    .left-side h1 {
        font-size: 24px;
    }

    .left-side p {
        font-size: 16px;
    }

    .btn {
        white-space: normal;
    }

    .right-side {
        min-height: 250px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
    }

    .left-side {
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
    }

    .prev, .next {
        padding: 12px;
        font-size: 18px;
        top: 40%;
    }

    .carouselBox {
        padding: 20px 15px;
        width: 100%;
    }

    .containerBox {
        width: 100%;
    }

    .carouselBox h2 {
        margin-bottom: 20px;
    }

    .mobImg {
        margin-bottom: 15px;
    }
}