body {
    font-size: 15px;
}

.offers-page .page-wrapper .intro {
    position: relative;
}

.offers-page .intro .container h1 {
    letter-spacing: 0px;
    font-size: 44px;
    line-height: 48px;
    margin-top: 30px;
}

.offers-page .intro .container p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
}

.offers-page .header-only-intro.intro .container h1 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

p.text-below-intro {
    display:block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.panel-margin a {
    color: inherit;
}

.stats-list:not(:last-child) {
    margin-bottom: 12px;
}

.top-pick .filler {
    height: 10px;
    position: absolute;
    width: calc(100% - 10px);
    top: 100%;
    background-color: #1e3a5f;
}

.top-pick .inner {
    background-color: #1e3a5f;
    height: 50px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(30, 58, 95, 1);
}

.top-pick .inner div {
    color: #fff;
    position: absolute;
    left: 10px;
    font-weight: 600;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

form .row:nth-of-type(4) .panel {
    box-shadow: 0px 0px 4px 0px rgba(64,140,153,1);
}

.survey-dropdown.small-survey-dropdown {
    background-color: #408c99;
}

.survey-dropdown:hover {
    background-color: rgb(255 255 255) !important;
    color: #408c99;
    border: 2px solid #408c99;
}

/* green */
.green-theme .top-pick .filler {
    height: 10px;
    position: absolute;
    width: calc(100% - 10px);
    top: 100%;
    background-color: rgb(21, 138, 115);
}

.green-theme .top-pick .inner {
    background-color: rgb(21, 138, 115);
    height: 50px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(21, 138, 115, 1);
}

.green-theme .survey-dropdown.small-survey-dropdown {
    background-color: rgb(21, 138, 115);
}

.green-theme .survey-dropdown:hover {
    background-color: rgb(255 255 255) !important;
    color: rgb(21, 138, 115);
    border: 2px solid rgb(21, 138, 115);
}

.green-theme form .row:nth-of-type(4) .panel {
    box-shadow: 0px 0px 4px 0px rgba(21, 138, 115, 1);
}

/* red */
.red-theme .top-pick .filler {
    height: 10px;
    position: absolute;
    width: calc(100% - 10px);
    top: 100%;
    background-color: rgb(223, 79, 113);
}

.red-theme .top-pick .inner {
    background-color: rgb(223, 79, 113);
    height: 50px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(223, 79, 113, 1);
}

.red-theme .survey-dropdown.small-survey-dropdown {
    background-color: rgb(223, 79, 113);
}

.red-theme .survey-dropdown:hover {
    background-color: rgb(255 255 255) !important;
    color: rgb(223, 79, 113);
    border: 2px solid rgb(223, 79, 113);
}

.red-theme form .row:nth-of-type(4) .panel {
    box-shadow: 0px 0px 4px 0px rgba(223, 79, 113, 1);
}

@media screen and (min-width : 768px) {    
    .offers-page .page-wrapper .intro::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/images/i/bg2-compressed.jpg) no-repeat center center;
        filter: brightness(0.6);
        background-size: cover;
    }
}

@media screen and (min-width : 992px) {
    .offers-page .offers-wall .panel.panel-default .panel-body.smallbutton-panel-body {
        height: auto;
    }
    .offers-page .offers-wall .panel.panel-default .panel-body {
        padding: 20px 25px;
    }

    .offers-page .offers-wall .panel.panel-default .panel-body .row {
        height: 100%;
    }
}

/*Updates*/

.jumbotron h1 {
    font-size: 34px;
    line-height: 38px;
}

.offers-page .faq-section h3 {
    font-size: 22px;
    line-height: 26px;
}

.faq-section .container .text-content {
    width: 100%;
    display: block;
}

.offers-page .faq-section .panel .bigger-text {
    color: #666;
    font-size: 16px;
    line-height: 20px;
}

.jumbotron p {
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .jumbotron h1 { 
        font-size: 32px; 
        line-height: 36px;
    }
    .offers-page .intro .container h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .offers-page .header-only-intro.intro .container h1 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .offers-page .faq-section h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .offers-page .intro .container p { 
        font-size: 16px;
        margin-top: 22px;
    }
    .faq-section .container .text-content {
        width: 100%;
        display: block;
    }
    .offers-page .faq-section .panel .bigger-text {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Linkout offer-card refinements for mobile/tablet (columns stack at <992px).
   Tighter bullet spacing, plus breathing room above and below the VISIT SITE
   button in each card. */
@media screen and (max-width: 991px) {
    .stats-list:not(:last-child) {
        margin-bottom: 6px;
    }
    .stats-list .text-content p {
        font-size: 15px;
    }
    .offers-page .offers-wall .panel-body.smallbutton-panel-body .col-xs-12.col-md-6 {
        margin-bottom: 15px;
    }
    .rating.small-rating {
        margin-top: 15px;
    }
}

.survey-dropdown.small-survey-dropdown {
    font-weight: 700;
    font-size: 17px;
}

/* Alternate linkout */
.alternate-list {
    color: inherit;
    list-style-type: none;
    padding: 0;
}

.alternate-list-item i {
    padding-left: 15px;
    padding-right: 8px;
}

.jumbotron p.reviewverdictheader {
    display: inline-block;
    font-weight: bold;
}

.jumbotron p.reviewverdictdescription {
    margin-bottom: 1em;
    display: inline-block;
    font-style: italic;
}

.banner-padding {
    padding-top: 200vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Banner container - initially positioned normally in document flow */
.banner-container {
    height: 0;
    position: relative;
    z-index: 1;
}

/* The actual banner */
.banner {
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* When banner becomes sticky */
.banner.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-campaign {
    flex: 1;
    padding: 5px;
}

.banner-campaign-inner {
    border: 1px solid;
    background-color: white;
    border-radius: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    padding: 5px 7.5px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-campaign-image-container {
    flex: 1;
    text-align: center;
}

.banner-campaign-text-container {
    flex: 6;
    padding: 10px;
    position: relative;
}

.banner-campaign-text {
    margin-right: 6px;
    margin-bottom: 6px;
}

.banner-close {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-close a {
    color: #ddd;
}

.whitelink.a {
    color: #fff;
}

.survey-dropdown.small-survey-dropdown.btn {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.survey-dropdown.small-survey-dropdown.btn.inline-button {
    display: inline;
    padding: 2px 15px;
    vertical-align: baseline;
}

.banner-campaign-button {
    flex: 1;
    display: none;
}

/* Add some bottom padding to last section so content isn't hidden behind banner */
.bottom {
    padding-bottom: 80px;
}

.banner-campaign-image-container img {
    width: 80px;
    height: auto;
}

@media screen and (min-width : 768px) {
    .jumbotron p.reviewverdictheader {
        font-size: 15px !important;
    }

    .jumbotron p.reviewverdictdescription {
        font-size: 15px !important;
    }

    .jumbotron p.reviewverdictbullet {
        font-size: 15px !important;
    }

    .reviewverdict {
        min-height: 275px;
    }

    .banner-campaign {
        padding: 5px 50px;
    }

    .banner-campaign-image-container {
        border-right: 1px solid #ddd;
    }

    .banner-campaign-text-container {
        flex: 3;
        padding: 10px;
    }

    .banner-campaign-text {
        margin-right: 0;
        margin-bottom: 0;
    }

    .banner-close {
        display: none;
    }

    .banner-campaign-image-container img {
        width: auto;
        height: 50px;
    }

    .banner-campaign-inner {
        height: 70px;
    }

    .banner-campaign-button {
        display: block;
    }

    .survey-dropdown.small-survey-dropdown.btn.inline-button {
        display: none;
    }
}


.offers-page .offers-wall .panel-body .rating.small-rating { 
    margin-top: 12px;
}
.offers-page .offers-wall .panel-body .rating.small-rating small.trusted {
    padding-top: 3px;
}