@font-face {
    font-family: 'Interstate-Light';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Light.eot);
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Light.woff) format("woff"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'Interstate-Regular';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Regular.eot);
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Regular.woff) format("woff"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Interstate-Bold';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Bold.eot);
    src: url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Bold.woff) format("woff"),url(/assets/themes/custom/ccms_front/export/css/fonts/Interstate-Bold.ttf) format("truetype")
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

    dialog:not([open]) {
        display: none
    }

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body, html {
    font-family: Interstate-Light,sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #056dae
}

.cf:after {
    content: "";
    display: block;
    clear: both
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.hidden {
    display: none
}




@media (min-width:768px) {
    .sm\:hidden {
        display: none
    }

    #paywithpoints {
        padding-top: 80px;
    }
}

@media (min-width:1024px) {
    .md\:hidden {
        display: none
    }
}

.block {
    display: block
}

@media (min-width:768px) {
    .sm\:block {
        display: block
    }
}

@media (min-width:1024px) {
    .md\:block {
        display: block
    }
}

.inline-block {
    display: inline-block
}

@media (min-width:768px) {
    .sm\:inline-block {
        display: inline-block
    }
}

@media (min-width:1024px) {
    .md\:inline-block {
        display: inline-block
    }
}

.inline {
    display: inline
}

@media (min-width:768px) {
    .sm\:inline {
        display: inline
    }
}

@media (min-width:1024px) {
    .md\:inline {
        display: inline
    }
}


.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

.text-white {
    color: #fff
}

.w-full {
    width: 100%
}

.orange-button {
    background: #f16f2e;
    background: -webkit-gradient(linear,left top,left bottom,from(#f16f2e),to(#ec5529));
    background: -o-linear-gradient(top,#f16f2e 0,#ec5529 100%);
    background: linear-gradient(180deg,#f16f2e 0,#ec5529 100%);
    width: 220px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    margin: 25px auto 10px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.overflow-hidden {
    overflow: hidden
}

.bg-blue {
    background-color: #056dae
}

.bg-black {
    background-color: #333
}

.roundend-full {
    border-radius: 100%
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-links {
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

@media (min-width:768px) {
    .top-links {
        font-size: 14px;
        height: 34px;
        line-height: 34px
    }
}

@media (min-width:1024px) {
    .top-links {
        font-size: 16px
    }
}

.top-links a {
    color: #fff;
    margin: 0 5px
}

    .top-links a:hover {
        color: #999
    }

@media (min-width:768px) {
    .top-links a {
        margin: 0 15px
    }
}

.top-links a:first-child {
    margin-left: 0
}

.top-links a:last-child {
    margin-right: 0
}

    .top-links a:last-child img {
        float: right
    }

@media (min-width:768px) {
    .top-links a:last-child img {
        float: none;
        vertical-align: sub
    }
}

.top-links .left-links {
    float: left
}

.top-links .right-links {
    float: right
}

.brand {
    background-color: #00bdf2;
    background-image: -o-linear-gradient(#00bdf2 0,#00b3f0 18%,#0066b3 77%,#004985 100%);
    background-image: linear-gradient(#00bdf2 0,#00b3f0 18%,#0066b3 77%,#004985 100%);
    height: 55px;
    font-size: 12px;
    width: 100%;
    top: 0;
    z-index: 10
}

@media (min-width:768px) {
    .brand {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    .brand {
        font-size: 16px;
        height: 66px
    }
}

.mobile-menu-open .brand {
    position: fixed
}

@media (min-width:1024px) {
    .mobile-menu-open .brand {
        position: static
    }
}

@media (min-width:1024px) {
    .brand.fixed {
        position: static
    }
}

.brand.fixed + .main-menu + .breadcrumb {
    margin-top: 55px
}

@media (min-width:1024px) {
    .brand.fixed + .main-menu + .breadcrumb {
        margin-top: 0
    }
}

.breadcrumb {
    margin-bottom: 0;
}

.brand .menu-toggle {
    padding: 10px 0;
    top: 8px;
    left: 20px
}

.brand .logo {
    padding-top: 10px;
    text-align: center
}

@media (min-width:1024px) {
    .brand .logo {
        padding-top: 15px;
        text-align: left
    }
}

.brand .sign-in {
    top: 20px;
    right: 20px
}

@media (min-width:768px) {
    .breadcrumb {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.breadcrumb a, .breadcrumb span {
    color: #056dae
}

.breadcrumb span {
    font-size: 10px
}

.main-menu {
    background: #f2f2f2;
    background: -webkit-gradient(linear,left bottom,left top,from(#f2f2f2),color-stop(10%,#fff),to(white));
    background: -o-linear-gradient(bottom,#f2f2f2 0,#fff 10%,#fff 100%);
    background: linear-gradient(0deg,#f2f2f2 0,#fff 10%,#fff 100%);
    height: 50px;
    line-height: 48px
}

    .main-menu ul li {
        display: inline-block;
        padding: 0 15px
    }

        .main-menu ul li a {
            display: block;
            color: #333;
            border-bottom: 2px solid transparent
        }

        .main-menu ul li:first-child {
            padding-left: 0
        }

        .main-menu ul li:last-child {
            padding-right: 0
        }

        .main-menu ul li:hover > a {
            color: #056dae;
            border-bottom-color: #056dae
        }

        .main-menu ul li:hover .sub-menu {
            display: block
        }

    .main-menu .sub-menu {
        border-top: 1px solid #f1f1f1;
        width: 100%;
        background: #fff;
        padding: 20px 0 30px;
        -webkit-box-shadow: 0 2px 2px #f1f1f1;
        box-shadow: 0 2px 2px #f1f1f1;
        display: none;
        left: 0;
        top: 50px;
        z-index: 10
    }

        .main-menu .sub-menu ul {
            width: 33.3333%
        }

            .main-menu .sub-menu ul li {
                border-bottom: 1px solid #f1f1f1;
                display: block;
                padding: 0
            }

                .main-menu .sub-menu ul li.highlighted {
                    font-weight: 700
                }

                .main-menu .sub-menu ul li a {
                    border: 0
                }


.disclaimer {
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 65px
}

@media (min-width:768px) {
    .disclaimer {
        padding-bottom: 45px;
        border-bottom: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 1px 1px #e7e7e7;
        box-shadow: 0 1px 1px #e7e7e7
    }
}

.disclaimer p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 18px
}

.quick-links {
    height: 80px;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 2
}

    .quick-links.show {
        bottom: 0;
        -webkit-transition: bottom 1s;
        -o-transition: bottom 1s;
        transition: bottom 1s
    }

@media (max-width:360px) {
    .quick-links {
        font-size: 14px
    }
}

.quick-links .link-text {
    width: 52%;
    padding-right: 3%;
    margin-top: 22px
}

@media (max-width:360px) {
    .quick-links .link-text {
        width: 53%;
        padding-right: 2%
    }
}

@media (min-width:768px) {
    .quick-links .link-text {
        margin-top: 30px
    }
}

@media (min-width:1024px) {
    .quick-links .link-text {
        font-size: 21px
    }
}

.quick-links .cta a {
    margin-top: 21px;
    width: 140px
}

@media (max-width:360px) {
    .quick-links .cta a {
        width: 120px
    }
}

@media (min-width:768px) {
    .quick-links .cta a {
        width: 220px
    }
}

.search-form {
    top: 22px;
    font-size: 12px;
    z-index: 2;
    display: none
}

@media (min-width:768px) {
    .search-form {
        top: 34px;
        right: 0
    }
}

.search-form.show {
    display: block
}

.search-form .wrapper {
    background-color: #444;
    padding-top: 13px;
    padding-bottom: 12px
}

@media (min-width:1024px) {
    .search-form .wrapper {
        width: 300px;
        margin-left: auto
    }
}

@media (min-width:1480px) {
    .search-form .wrapper {
        margin-right: -34px
    }
}

.search-form form input {
    border-radius: 4px 0 0 4px;
    border: 0;
    background-color: #fff;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px)
}

.search-form form button {
    border-radius: 0 4px 4px 0;
    background-color: #056dae;
    border: 0;
    display: block;
    float: left;
    height: 30px;
    width: 45px
}

.secure-priorities {
    margin-top: 60px;
    margin-bottom: 60px
}

    .secure-priorities h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

@media (min-width:768px) {
    .secure-priorities h2 {
        font-size: 34px
    }
}

@media (min-width:1024px) {
    .secure-priorities h2 {
        font-size: 42px
    }
}

.citi-welcome {
    height: 150px;
    position: relative;
}

    .citi-welcome img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .citi-welcome:after {
        content: "";
        width: 100%;
        height: 10px;
        background-color: #46b6e5;
        position: absolute;
        bottom: 0;
        left: 0;
    }

footer {
    color: #666;
    padding-top: 12px;
    padding-bottom: 100px
}

@media (min-width:1024px) {
    footer {
        padding-top: 4px
    }
}

footer .footer-menu {
    border-bottom: 1px solid #ccc
}

    footer .footer-menu ul.menu.open {
        display: block
    }

footer ul li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    font-size: 12px
}

@media (min-width:1024px) {
    footer ul li {
        font-size: 16px;
        height: 60px;
        line-height: 60px
    }
}

footer ul li a {
    display: block;
    color: #666
}

footer ul li:first-child {
    padding-left: 0
}

footer ul li:last-child {
    padding-right: 0
}

footer .footer-menu-toggle {
    height: 36px;
    line-height: 36px;
    font-size: 12px
}

    footer .footer-menu-toggle input[type=checkbox] {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 10px;
        cursor: pointer;
        width: 16px;
        height: 16px;
        opacity: 0
    }

        footer .footer-menu-toggle input[type=checkbox] + label {
            display: block;
            position: relative;
            padding-right: 20px;
            color: #999
        }

            footer .footer-menu-toggle input[type=checkbox] + label:before {
                position: absolute;
                top: 10px;
                right: 0;
                content: "+";
                width: 14px;
                height: 14px;
                line-height: 14px;
                text-align: center;
                border: 1px solid #999;
                background: #fdfffd;
                background: -webkit-gradient(linear,left top,left bottom,from(#fdfffd),to(#d7d6d4));
                background: -o-linear-gradient(top,#fdfffd 0,#d7d6d4 100%);
                background: linear-gradient(180deg,#fdfffd 0,#d7d6d4 100%);
                font-size: 14px
            }

        footer .footer-menu-toggle input[type=checkbox]:checked + label:before {
            content: "-"
        }

footer .copyright {
    color: #999;
    margin-top: 15px
}

    footer .copyright .footer-logo {
        width: 85px
    }

        footer .copyright .footer-logo img {
            width: 30px
        }

@media (min-width:1024px) {
    footer .copyright .footer-logo img {
        width: 55px
    }
}

footer .copyright .copy-text {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    font-size: 12px;
    line-height: 18px
}

@media (min-width:768px) {
    footer .copyright .copy-text {
        text-align: right
    }

    .container {
        width: auto;
    }
}

@media (max-width:1023px) {
    .main-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9;
        top: 55px;
        left: -100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        overflow: scroll
    }

        .main-menu > .container > ul > li {
            display: block;
            padding: 0;
            border-bottom: 1px solid #f1f1f1
        }

            .main-menu > .container > ul > li.hidden {
                display: none
            }

            .main-menu > .container > ul > li:hover > a {
                border-bottom-color: transparent;
                color: #333
            }

            .main-menu > .container > ul > li.has-sub-menu > a:after {
                content: "+";
                float: right;
                width: 30px;
                font-size: 30px;
                text-align: center
            }

            .main-menu > .container > ul > li.has-sub-menu.open > a:after {
                content: "-"
            }

            .main-menu > .container > ul > li.has-sub-menu.open .sub-menu {
                height: auto;
                opacity: 1
            }

        .main-menu .sub-menu {
            padding: 0;
            display: block;
            position: static;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 0;
            overflow: hidden;
            opacity: 0
        }

            .main-menu .sub-menu ul {
                width: 100%
            }

                .main-menu .sub-menu ul li:last-child {
                    border-bottom: 0
                }

                .main-menu .sub-menu ul li.highlighted {
                    font-weight: 400
                }

            .main-menu .sub-menu .container {
                padding: 0
            }

    html.mobile-menu-open {
        overflow: hidden
    }

        html.mobile-menu-open body {
            overflow: hidden
        }

            html.mobile-menu-open body .main-menu {
                left: 0
            }
}

a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.banner1 {
    background: url(../images/pwp/banner-mobile.jpg) no-repeat center center;
    background-size: cover;
    height: 540px;
    color: #fff;
    text-align: Center;
    box-sizing: border-box;
    font-size: 1.25em;
    padding: 40px 20px;
}

    .banner1 h1 {
        font-size: 2rem;
        font-family: 'Interstate-Light', sans-serif;
    }


.banner2 {
    background: url(../images/pwp/banner-mobile2.jpg) no-repeat center center;
    background-size: cover;
    height: 540px;
    color: #fff;
    text-align: Center;
    padding-top: 80px;
    box-sizing: border-box;
    font-size: 1.25em;
    padding: 40px 20px;
}

    .banner2 h1 {
        font-size: 2rem;
        font-family: 'Interstate-Light', sans-serif;
    }


.banner3 {
    background: url(../images/pwp/banner-mobile3.jpg) no-repeat center center;
    background-size: cover;
    height: 540px;
    color: #fff;
    text-align: Center;
    padding-top: 80px;
    box-sizing: border-box;
    font-size: 1.25em;
    padding: 40px 20px;
}

    .banner3 h1 {
        font-size: 2rem;
        font-family: 'Interstate-Light', sans-serif;
    }


.navbar.sticky {
    background-color: #056dae;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0;
    color: #fff;
    padding-top: 0px;
}

.fixedtop .navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#main-content .navbar.sticky .nav li a:hover,
#main-content .navbar.sticky .nav li a:focus {
    background-color: #056dae;
    outline: none;
}

.navbar.sticky .nav li {
    padding-left: 0;
    padding-right: 0;
}


.navbar.sticky a {
    color: #333333;
    display: inline-block;
    width: 100%;
    padding: 1em 0 0;
    position: relative;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar.sticky .active a,
.navbar.sticky a:hover {
    background-color: #25a6da;
    border: 0;
}

.navbar.sticky a:after {
    width: 20%;
    /* margin: 1em auto 0; */
    display: block;
    height: 4px;
    background-color: #056dae;
    transition: width 1s;
    /* padding-left: 2em; */
    /* padding-right: 2em; */
    position: absolute;
    bottom: 4px;
}

.navbar.sticky .active a:after,
.navbar.sticky a:hover:after {
    width: 100%;
    background-color: #fff;
}

.affix, .affix-bottom {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* carousel fade*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

#main-content strong {
    font-family: Interstate-Bold,sans-serif;
}

#main-content h2 {
    font-size: 2.6em;
    font-family: 'Interstate-Bold',sans-serif;
    text-align: center;
    color: #000;
}

#main-content .nav-pills li {
    margin: 0;
    border-radius: 6px;
    font-size: .8em;
}

#main-content .navbar .nav > li > a {
    padding: 1em 0;
    margin: 0;
    color: #fff;
}

#main-content .nav-pills > li.active > a, #main-content .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #056dae
}

#main-content .carousel-inner .item img {
    margin: 0 auto;
    display: block;
}

.open > .dropdown-menu {
    width: 90%;
    margin-top: -1em;
    left: 5%;
    right: 5%;
}

.vertical-controls {
    list-style: none;
    padding: 0;
}

    .vertical-controls li {
        color: rgba(51,51,51,.5);
        font-size: .8rem;
        cursor: pointer;
        margin-bottom: 1em;
        display: none;
        text-align: center;
        width: 80%;
        margin: 0 10%;
    }

    .vertical-controls.opaque li {
        color: rgba(51,51,51,1);
        display: list-item;
        text-align: center;
    }

    .vertical-controls li strong {
        font-size: 1rem;
    }

    .vertical-controls li.active {
        color: rgba(2,109,174,1);
        display: list-item;
    }

.glyphicon-chevron-right:before {
    content: ' \003E';
    color: #fff;
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #666;
    padding: .5em;
    font-size: 20px;
}

.glyphicon-chevron-left:before {
    content: ' \003C';
    color: #fff;
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #666;
    padding: .5em;
    font-size: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -24px;
}

.glyphicon {
    font-family: sans-serif;
}


.bg-grey {
    background: #f7f7f7;
}

    .blue-text,
    .bg-grey h3,
    .bg-grey strong {
        color: #056dae;
    }

.top-shadow {
    box-shadow: 0 -20px 10px -10px rgba(0,0,0,0.12);
}

.outlet-details {
    display: none;
}

#list-rewards {
    display: none;
}

.reward-item {
    display: block;
    float: left;
    width: 220px;
}

    .reward-item > div {
        box-shadow: 0 0 4px #ccc;
        width: 200px;
        display: block;
        margin: 20px auto;
        border-radius: 6px;
        position: relative;
    }

    .reward-item .thumb {
        padding: 10px 0;
        height: 100px;
    }

        .reward-item .thumb img {
            margin: 0 auto;
            display: block;
        }

    .reward-item .reward-content {
        background-color: #f1f1f1;
        height: 300px;
        padding: 10px;
        font-size: .8em;
    }

.reward-block {
    display: block;
    float: left;
}

.reward-item .reward-content h4 {
    font-size: .9em;
    font-family: Interstate-Bold,sans-serif;
    font-weight: bold;
    text-align: center;
}

.reward-option {
    padding-left: 16px;
}

.btn-default,
.btn-outlet {
    background-color: #056dae;
    color: #fff;
    border: none;
}

.btn-outlet {
    width: 80%;
    position: absolute;
    left: 10%;
    display: block;
    bottom: 10px;
}

    .btn-default:hover,
    .btn-outlet:hover {
        color: #fff;
        background-color: #00bdf2;
        border: none;
    }

.modal {
    z-index: 99999;
}

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.modal-dialog {
    margin-top: 10%;
}

.outlet-lists {
    display: table-row;
    width: 100%;
}

    .outlet-lists ul li,
    .outlet-lists ul h4 {
        font-size: .8rem;
    }

    .outlet-lists ul h4 {
        padding-top: .5em;
    }

    .outlet-lists ul {
        display: table-cell;
        vertical-align: top;
        list-style: none;
        padding-left: 0;
        padding-right: 20px;
    }

 .carousel-control {
    opacity: .9;
}

    .carousel-control.left span {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        opacity: 1;
        font-size: 2em;
    }

    .carousel-control.right span {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        opacity: 1;
        font-size: 2em;
    }

#mainnavddl button,
#mainnavddl button:active,
#mainnavddl button:hover,
#mainnavddl button:focus {
    background-color: #056dae;
    border: none;
    padding-top: 1rem;
}

#mainnav .dropdown-menu,
#mainnav .dropdown-menu li,
#mainnav .dropdown-menu li a {
    background-color: #25a6da;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
}

#instantrewards-modal h4,
#instantrewards-modal img {
    display: inline-block;
    margin-right: 20px;
    font-family: Interstate-Bold, sans-serif
}

#cashrebate-benq img,
#cashrebate-redeem img {
    float: none;
    margin: 0 auto;
    display: block
}

.cashrebate-crate {
    background-image: url(/gcb/credit_cards/images/pwp/cashrebatesms-conversion-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px #666;
}

    .cashrebate-crate td {
        width: 240px;
        height: 110px;
        margin: 0 auto;
        vertical-align: middle;
        text-align: center;
    }

    .cashrebate-crate tr:first-child td {
        color: #056dae;
    }

    .cashrebate-crate tr:last-child td,
    .cashrebate-crate tr:last-child td strong {
        color: #fff;
    }

.cashrebate-rcode-table {
    margin: 0 auto;
    box-shadow: 0 0 6px #666;
    width: 900px;
}

    .cashrebate-rcode-table td {
        margin: 0 auto;
        padding: 1em;
        text-align: center;
    }

        .cashrebate-rcode-table td:first-child {
            text-align: left
        }

    .cashrebate-rcode-table th {
        background-color: #056dae;
        color: #fff;
        text-align: center;
        padding: 1em;
    }

        .cashrebate-rcode-table th:first-child {
            text-align: left;
        }

.td-bg-l-blue {
    background-color: #e6f0f7
}

.td-bg-m-blue {
    background-color: #cde2ef
}

.td-bg-l-grey {
    background-color: #f2f2f2
}

.td-bg-m-grey {
    background-color: #ebebeb
}

.tabwrap {
    max-width: 100vw;
    overflow: auto
}

#faqlist {
    border-top: solid 1px #056dae;
}

    #faqlist strong {
        color: #333;
    }

    #faqlist h4 {
        font-family: Interstate-Bold, sans-serif;
        cursor: pointer;
        font-size: 1.2rem;
    }

        #faqlist h4:after {
            content: '-';
            font-size: 2rem;
            display: block;
            position: absolute;
            top: .4rem;
            right: 0;
            background: #056dae;
            color: #fff;
            width: 2.2rem;
            height: 2.2rem;
            text-align: center;
            font-family: Interstate-Light;
            padding-top: 0;
        }

        #faqlist h4.collapsed:after {
            content: '+';
        }

    #faqlist .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #faqlist .list-group-item {
        position: relative;
        display: block;
        padding: 1rem 0 1rem 15px;
        margin-bottom: -1px;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #056dae;
        border-radius: 0;
    }

    #faqlist .faqlist-qn {
        margin-top: 1em;
        margin-bottom: .5em;
    }

    #faqlist .faqlist-ans {
        margin-bottom: 1em;
        margin-top: .5em;
    }

        #faqlist .faqlist-ans strong:after,
        #faqlist .faqlist-ans strong:before {
            content: "\A";
            white-space: pre;
        }

        #faqlist .faqlist-ans ul,
        #faqlist .faqlist-ans ol {
            padding-left: 20px;
        }

    #faqlist .faqlist-qn strong {
        color: #000;
        display: inline-block;
        box-sizing: border-box;
        padding-right: 30%;
        position: relative;
        width: 100%;
    }

    /*#faqlist .showfaq .faqlist-qn.showfaq + .faqlist-ans {
    display: block;
}*/

    #faqlist .in .faqlist-qn.collapsed strong:after {
        content: '+';
    }

    #faqlist .faqlist-qn strong:after {
        content: '-';
        font-size: 2rem;
        display: block;
        position: absolute;
        top: .4rem;
        right: 0;
        background: transparent;
        border: solid 1px #056dae;
        color: #056dae;
        width: 2.2rem;
        height: 2.2rem;
        text-align: center;
        font-family: Interstate-Light;
        padding-top: 0;
        line-height: 1;
        cursor: pointer;
    }

    #faqlist .faqlist-qn {
        padding-top: 2em;
    }

    #faqlist .faqlist-ans {
        padding-right: 30%;
    }

/*#faqlist .faqlist-qn, 
#faqlist .faqlist-ans {
    display: none;
}
/*
#faqlist .showfaq .faqlist-qn {
    display: block;

}*/
.dropdown-menu > li > a.selectedfilter {
    background-color: #056dae;
    color: #fff;
}

@media (min-width:768px) {
    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
    }


    .navbar.sticky .active a,
    .navbar.sticky a:hover {
        background-color: transparent;
    }

    .navbar.sticky a:after {
        content: '';
        /* margin-top: 1em; */
        width: 20%;
        /* margin: 1em auto 0; */
        /* display: block; */
        height: 6px;
        background-color: #056dae;
        transition: width 1s;
        /* padding-left: 2em; */
        /* padding-right: 2em;*/
    }

    .navbar.sticky .active a:after,
    .navbar.sticky a:hover:after {
        width: 100%;
        /* background-color: #fff;
        margin: 1em auto 0;*/
    }

    #main-content .nav-pills li {
        margin: 0;
        border-radius: 6px;
        font-size: .8em;
    }

    #main-content .navbar .nav > li > a {
        padding: 1em 0;
        margin: 0;
        color: #fff;
    }

    .breadcrumb {
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .affix, .affix-bottom {
        display: block;
    }

    .banner1 {
        background-image: url(../images/pwp/banner-tablet.jpg);
        height: 500px;
        font-size: 1.75em;
        padding-top: 60px;
    }

    .banner2 {
        background-image: url(../images/pwp/banner-tablet2.jpg);
        height: 500px;
        font-size: 1.75em;
        padding-top: 60px;
    }

    .banner3 {
        background-image: url(../images/pwp/banner-tablet3.jpg);
        height: 500px;
        font-size: 1.75em;
        padding-top: 60px;
    }

    .banner1 h1 {
        font-size: 3rem;
        font-family: 'Interstate-Light', sans-serif;
    }

    .banner2 h1 {
        font-size: 3rem;
        font-family: 'Interstate-Light', sans-serif;
    }


    .banner3 h1 {
        font-size: 3rem;
        font-family: 'Interstate-Light', sans-serif;
    }

    .vertical-controls {
        padding: 2rem 0 0 0;
    }

        .vertical-controls li.active {
            display: block;
        }

        .vertical-controls li {
            display: block;
            text-align: left;
            margin-bottom: 1em;
            position: relative;
            min-height: 6em;
            font-size: 1em;
            padding: .3em 0 .5em 1em;
        }

            .vertical-controls li .badge {
                background-color: #fff;
                border: solid #056dae 2px;
                color: #056dae;
                font-size: 1em;
                padding: .8em 1em;
                border-radius: 2em;
                position: absolute;
                top: 0;
                left: -3em;
                line-height: 1;
            }

            .vertical-controls li.active .badge {
                background-color: #056dae;
                color: #fff;
            }

        .vertical-controls.opaque li {
            text-align: left;
        }

            .vertical-controls.opaque li .badge {
                background-color: #056dae;
                color: #fff;
            }

    #main-content .nav-pills li {
        margin: .5em;
        width: auto;
        box-shadow: 0 0 10px #666;
        font-size: .8em;
    }

        #main-content .nav-pills li a {
            padding: 10px 15px;
        }

    #main-content .nav > li > a {
        color: #333;
        padding: 1em 3em
    }

    #main-content .nav-pills li br {
        display: inline;
    }

    .reward-block {
        width: 220px;
    }

    #cashrebate-benq img,
    #cashrebate-redeem img {
        float: right;
    }
}

@media (min-width:1024px) {
    .banner1 {
        background-image: url(../images/pwp/banner-desktop.jpg);
        height: 500px;
        padding-top: 80px;
    }

    .banner2 {
        background-image: url(../images/pwp/banner-desktop2.jpg);
        height: 500px;
        padding-top: 80px;
    }

    .banner3 {
        background-image: url(../images/pwp/banner-desktop3.jpg);
        height: 500px;
        padding-top: 80px;
    }
}

.carousel-inner > .item {
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.carousel-indicators.grey li {
    background-color: rgba(0,0,0,.1);
}

.carousel-indicators.grey .active {
    background-color: rgba(0,0,0,.3);
}

#latest-carousel {
    padding-bottom: 60px;
}
    #latest-carousel .carousel-control.left span,
    #latest-carousel .carousel-control.right span {
        top:30%;
        color:#ccc;
    }
#latest-carousel .item {
    min-height: 580px;
    text-align: center;
}

        #latest-carousel .item img {
            width: 100%;
        } 

#footer-sticky {
    font-weight: bold;
    color: #fff;
    padding: 1rem 0;
    background-image: url(../images/pwp/bg-sticky-m.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
#footer-sticky.stuck { 
    margin:0;
    position:fixed;
    bottom:0;
    left:0;
    width:100vw;
    z-index: 9999;
}

    #footer-sticky .cta {
        text-align:right;
    }
        #footer-sticky .cta .btn {
            background-color: #056DAE;
            padding:.5rem 2rem;
        }

@media (min-width: 768px) {
    #latest-carousel .item {
        min-height: 630px;
    }
}

@media (min-width: 992px) {
    #latest-carousel .item {
        min-height: 360px;
        text-align: left;
    }

        #latest-carousel .item:first-of-type {
            padding-top: 0;
        }
    #footer-sticky {
        font-weight: bold;
        color: #fff;
        padding: 1rem 0;
        background-image: url(../images/pwp/bg-sticky-d.jpg)
    }
}

@media (min-width: 1200px) {
    #latest-carousel .item {
        min-height: 450px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
    #latest-carousel .item {
        min-height: 520px;
    }
}
