.chf-container {
    padding:30px 0;
}

.chf-header {
    text-align:center;
    margin-bottom:20px;
}
.chf-logo {
    margin-bottom:20px;
}
.chf-homepage {

}
.chf-header h3 {
    text-align:center;
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 18px;
    font-weight: bold;
    padding:20px 0;
}
.chf-earnpoints {

}
.chf-howto-item-value {
    background:#15A6D6;
    border-radius:5px;
    text-align:center;
    color:#fff;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    height: 41px;
    margin-bottom:5px;
}
.chf-tc-page {
    font-family: 'Roboto Slab',Times,serif;
    margin:30px 0;
}
.chf-tc-page h3 {
    margin-bottom:30px;
    font-family: 'Roboto Slab',Times,serif;
}
.chf-tc-page h5 {
    margin-top:20px;
    font-family: 'Roboto Slab',Times,serif;
}
.chf-tc-page ol li {
    font-family: 'Roboto Slab',Times,serif;
}
.chf-howto-desc {
    display: block;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 12px;
    text-align: center;
    color:#333;
}
.chf-activate-account {
    color:red;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 12px;
    text-align: center;
}
.chf-activate-account a {
    text-decoration:underline;
}
.chf-welcome-message {
    margin-bottom:30px;
}
.welcome-text {
    margin-bottom:20px;
}
.chf-welcome-message p,
.chf-welcome-message h3
{
    text-align:center;
    font-family: 'Roboto Slab', serif;
}
.chf-welcome-message ol {
    font-family: 'Roboto Slab', serif;
}
.chf-welcome-message h3 {
    text-align: center;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}
.chf-user-welcome {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color:#333;
}
.chf-user-nav {
    margin-bottom:30px;
    text-align:left;
}
.chf-user-nav ul {
    margin:0;
    list-style:none;
    line-height:1;
    font-size:0;
}
.chf-user-nav ul li {
    display:inline-block;
    margin:0;
}
.chf-user-nav ul li img {
    position:relative;
    top:-5px;
    margin-right:15px;
}
.chf-user-nav ul li.active-tab a {
    background:#09c;
    color:#fff;
}
.chf-user-nav ul li a {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color:#333;
    line-height:33px;
    display:block;
    padding:0 9px;
    border-radius:4px;
    margin-right:5px;
}
.chf-user-nav ul li a:hover {
    background:#f30;
    text-decoration:none;
    color:#fff;
}
.userbox-wrapper {
    background-color:#e8e8e8;
    background:-webkit-linear-gradient(#fff, #e8e8e8);
    background:-o-linear-gradient(#fff, #e8e8e8);
    background:-moz-linear-gradient(#fff, #e8e8e8);
    background:linear-gradient(#fff, #e8e8e8);
    background:-ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(232,232,232,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
    border:3px solid #333;
    border-radius:10px;
    padding:5px;
    margin-bottom:40px;
}
.logout-links {
    text-align:left;
}
.logout-links a {
    font-size:12px;
    font-family: 'Roboto Slab', serif;
    color:#666;
}
.redeem-button {
    background-color:#f30;
    border:1px solid #f30;
    border-radius:4px;
    box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.22);
    color:#fff !important;
    cursor:pointer;
    font-family:'Roboto Slab', serif;
    font-size:14px;
    text-align:center;
    height:27px;
    padding:0 20px 0 20px;
    margin-top:7px;
    display:inline-block;
}
.redeem-button:hover {
    color:#fff;
    text-decoration:none;
    background-color:#333;
    border:1px solid #333;
}
.welcome-message {
    color: #666;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}
.points-message {
    color: #666;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 14px;
    margin-bottom: 4px;
}
.login-wrapper {
    background-color:#09c;
    background:-webkit-linear-gradient(#09c, #097396);
    background:-o-linear-gradient(#09c, #097396);
    background:-moz-linear-gradient(#09c, #097396);
    background:linear-gradient(#09c, #097396);
    background:-ms-linear-gradient(top, rgba(0,153, 204, 1) 0, rgba(9, 115, 150, 1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc', endColorstr='#097396', GradientType=0);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:10px;
    margin-bottom:40px;
}
.login-wrapper .form-control {
    margin-bottom:5px;
    height:27px;
    padding:2px;
    border:1px solid #ccc;
    color:#999;
    border-radius:0;
    font-family:'Roboto Slab', serif;

}
.login-logo {
    height:29px;
}
.login-button {
    background-color:#f30;
    border:1px solid #f30;
    border-radius:4px;
    box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.22);
    color:#fff;
    cursor:pointer;
    font-family:'Roboto Slab', serif;
    font-size:14px;
    text-align:center;
    height:27px;
    padding:0 20px 0 20px;
    display:inline-block;
}
.login-button:hover {
    background-color:#333;
    border:1px solid #333;
    text-decoration:none;
    color:#fff;
}
.login-links {
    color:#fff;
    text-align:center;
    font-size:12px;
    font-family: 'Roboto Slab', serif;
}
.login-links a {
    color:#fff !important;
    text-decoration:underline;
}
.login-links a:hover {
    color:#fff;
}
.chf-footer-block {
    text-align:center;
    margin-top:50px;
}
.chf-footer-block a {
    color: #666;
    font-family: 'Roboto Slab', serif;
    font-size: 10px;
    margin: 0 5px;
}
.chf-user-login-signup {
    text-align:center;
    margin-bottom:40px;
}
.chf-user-login-signup span {
    font-size: 14px;
    line-height: 27px;
    padding-right: 8px;
    font-family: 'Roboto Slab', serif;
}
.login-btn {
    background-color:#0099CC;
    border:1px solid #0099CC;
    border-radius:4px;
    box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.22);
    color:#fff;
    cursor:pointer;
    font-family:'Roboto Slab', serif;
    font-size:14px;
    text-align:center;
    height:27px;
    padding:0 20px 0 20px;
    display:inline-block;
}
.login-btn:hover {
    background-color:#036699;
    border:1px solid #036699;
    text-decoration:none;
    color:#fff;
}
.register-btn {
    background-color:#f30;
    border:1px solid #f30;
    border-radius:4px;
    box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.22);
    color:#fff;
    cursor:pointer;
    font-family:'Roboto Slab', serif;
    font-size:14px;
    text-align:center;
    height:27px;
    padding:0 20px 0 20px;
    display:inline-block;
}
.register-btn:hover {
    background-color:#333;
    border:1px solid #333;
    text-decoration:none;
    color:#fff;
}
.offer-name h3{
    border-bottom: 1px solid #333;
    color: #f30;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.offer-description p {
    color: #333;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0 5px 0;
}
.offers {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.offer-item {
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:20px;
}
.offer-item a {
    color:#333;
}
.offer-item .no-padding {

}
.offer-credit {
    background-color:#f30;
    border-radius:4px;
    color:#fff;
    text-align:center;
    padding:10px 0;
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
    font-weight: bold;
}
.offer-name {
    color: #666;
    font-family: 'Roboto Slab',serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 5px;
}
.chf-offer-thumbnail {
    margin-top:10px;
}
.chf-offer-thumbnail img {
    width:100%;
}
.chf-offer-deadline {
    margin-top:5px;
    color: #666;
    font-family: 'Roboto Slab',serif;
    font-size: 10px;
    text-align: center;
}
.offers-slider {
    margin:15px auto;
}
.offer-page-image {
    position: relative;
}
.offer-page-image img {
    border: 2px solid #333;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.22);
    position: relative;
    width: 100%;
}
.chf-offer-availability {
    background: transparent url('https://s3-us-west-2.amazonaws.com/fskprodfiles/publisher/39/img/RoundCornerHighlight.png') no-repeat bottom right;
    bottom: 0;
    height: 101px;
    opacity: .8;
    position: absolute;
    right: 0;
    width: 115px;
}
.chf-offer-availability p {
    margin-top:60px;
    text-align:center;
    margin-left:45px;
    color: #fff;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 14px;
    line-height: 16px;
    width: 70px;
}
.partner-logo {
    border-left:1px solid #ddd;
}
.offer-page-credit {
    text-align:center;
    margin-top:40px;
}
.credit-points {
    background-color:#f30;
    border-radius:4px;
    color:#fff;
    text-align:center;
    padding:10px 30px;
    display:inline-block;
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-weight: bold;

}
.offer-page-deadline {
    color: #333;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 12px;
    text-align: center;
    margin-top:30px;
}
.offers-pagination {
    border-top:none !important;
    margin-top:30px;
}
.offers-pagination li {
    margin:0;
}
.offers-pagination li a{
    font-family: 'Roboto Slab', serif;
}
.profile-main-section h3 {
    background-color: #666;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
}
.form-subgroup-title h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.col-form-label {
    font-family: 'Roboto Slab', serif;
    font-size: 14px !important;
    line-height: 40px;
}
.delete-account {
    padding:30px 0;
    text-align:right;
}
.delete-account a {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    text-decoration: underline;
    color:#333;

}

.chf-offer-form {
    margin-top:40px;
}
.chf-offer-form h5{
    text-align:center;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 12px;
    line-height: 25px;
}
.chf-offer-form label {
    text-align:right;
}
.chf-offer-form .form-check,
.chf-offer-form .form-button {
    text-align:center;
}
.chf-offer-form .form-check-label {
    font-family: 'Roboto Slab',Times,serif;
    font-size: 12px;
    color:#999;
}
.chf-offer-form .form-check-label a {
    color:#333;
}
.top-level-modal {
    z-index:99999 !important;
}
.top-level-modal .modal-body {
    padding:30px;
}
.top-level-modal .modal-header {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e8e8e8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,#fff 0,#e8e8e8 100%);
    background: -o-linear-gradient(top,#fff 0,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#fff 0,#e8e8e8 100%);
    background: linear-gradient(to bottom,#fff 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.45) 0 1px 3px;
    text-align:center;
    display:block;
    position:relative;
}
.top-level-modal .modal-header img{
    margin:0 auto;
    display:block;
}
.top-level-modal .modal-header .close {
    position:absolute;
    right:20px;
    top:20px;
}
.top-level-modal .modal-body .chf-register-text {
    text-align:center;
    border-bottom:1px solid #eee;
    padding:10px 0;
    margin-bottom:30px;
}
.top-level-modal .modal-body .chf-register-text h3{
    color: #333;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.top-level-modal .modal-body .chf-register-text p {
    color: #333;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 14px;
    line-height: 18px;
}
.chf-register-form-modal {
    border-left:1px solid #eee;
    padding-left:20px;
}
.chf-forget-password-link {
    color: #f30;
    font-family: 'Roboto Slab',Times,serif;
    font-size: 10px;
}
.facebook-login {
    background: transparent url('https://s3-us-west-2.amazonaws.com/fskprodfiles/publisher/39/img/SignInFacebookButtonWidget.png') no-repeat 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    zoom: 1;
    font-family: "Roboto Slab",serif;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin-top: 5px;
    padding-left: 31px;
    text-align: center;

}
.facebook-login:hover {
    color: #fff;
}
.twitter-login {
    background: transparent url('https://s3-us-west-2.amazonaws.com/fskprodfiles/publisher/39/img/SignInTwitterButtonWidget.png') no-repeat 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    zoom: 1;
    font-family: "Roboto Slab",serif;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin-top: 5px;
    padding-left: 31px;
    text-align: center;
}
.twitter-login:hover {
    color: #fff;
}
.social-login {
    text-align:center;
    margin-bottom:20px;
}
.social-login h3 {
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 16px;
    text-align: center;
}

.fsk-static-table {
    border: 2px solid #666;
    font-family: 'Roboto Slab', Times, serif;
    margin: 20px auto;
    line-height: 16px
}
th.fsk-static-dark-cell,
td.fsk-static-dark-cell,
tr.fsk-static-dark-cell {
    background-color: #666;
    color: #fff
}
th.fsk-static-dark-cell,
td.fsk-static-dark-cell {
    text-align: center;
    font-weight: bold
}
.fsk-static-header {
    font-family: 'Roboto Slab', Times, serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    height: 39px
}
.fsk-static-header-cell {
    background-color: #666;
    color: #fff;
    font-family: 'Roboto Slab', Times, serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px
}
fsk-static-header-cell-inverse {
    font-family: 'Roboto Slab', Times, serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center
}
table.fsk-static-table td {
    padding: 10px 4px !important;
    border: 1px solid #666;
    font-size: 12px;
    vertical-align: middle
}
table.fsk-static-table td>a {
    font-weight: bold;
    text-decoration: underline
}
table.fsk-static-table th {
    border: 1px solid #666;
    font-weight: bold;
    vertical-align: middle
}
p.fsk-static-page-tagline-red {
    color: #f30;
    font-family: 'Roboto Slab', Times, serif;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    width: 585px
}
p.fsk-static-txt {
    color: #333;
    font-family: 'Roboto Slab', Times, serif;
    font-size: 12px;
    margin: 10px auto;
    width: 585px;
    line-height: 16px
}
p.fsk-static-txt>a {
    font-weight: bold;
    text-decoration: underline
}
.fsk-faq-category-title {
    color: #f30;
    font-family: 'Roboto Slab', Times, serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}
.fsk-faq-q-n-a p>a {
    text-decoration: underline;
    font-weight: bold
}
.fsk-faq-q-n-a {
    margin-top: 20px
}
.fsk-faq-q-n-a p {
    color: #333;
    font-family: 'Roboto Slab', Times, serif;
    font-size: 12px;
    line-height: 16px
}
.fsk-faq-q-n-a p.fsk-faq-question {
    font-weight: bold
}
.fsk-faq-q-n-a p.fsk-faq-answer {
    padding-left: 30px
}
.fsk-faq-q-n-a>ul.list_faq {
    padding-left: 45px;
    list-style: initial
}
.fsk-faq-redirection {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer
}
.mt-20 {
    margin-top:20px;
    font-family: 'Roboto Slab', Times, serif;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
    .offers {
        grid-template-columns: repeat(1,1fr);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .offers {
        grid-template-columns: repeat(2,1fr);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .offers {
        grid-template-columns: repeat(3,1fr);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}