body {
    font-size: 17px;
}

.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;
}

.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: #408c99;
}

.top-pick .inner {
    background-color: #408c99;
    height: 50px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(64,140,153,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;
}

@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;
}

.survey-dropdown.small-survey-dropdown.btn {
    max-width: 200px !important;
}

.offers-page .faq-section .panel .bigger-text {
    color: #666;
    font-size: 16px;
    line-height: 20px;
}

.jumbotron p {
    font-size: 17px !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: 36px;
    }
    .offers-page .faq-section h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .offers-page .intro .container p { 
        font-size: 16px;
        margin-top: 20px;
    }
    .faq-section .container .text-content {
        width: 100%;
        display: block;
    }
    .offers-page .faq-section .panel .bigger-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.survey-dropdown.small-survey-dropdown {
    font-weight: 700;
    font-size: 17px;
}