<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
    height: 100%;
    min-width: 320px;
    font-family: 'Ubuntu', sans-serif;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 320px;
    position: relative;
}

.full-height {
    height: 100% !important;
}

.no-margin {
    margin: 0px;
}

.no-pad {
    padding: 0px;
}

.navbar-brand {
    height: 60px;
}

.navbar-fixed-top {
    background: #99222b;
    opacity: 0.95;
    border-color: transparent;
    border-bottom: 1px solid #83161c;
}

.navbar-fixed-top .navbar-nav&gt;.active&gt;a, .navbar-fixed-top .navbar-nav&gt;.active&gt;a:hover, .navbar-fixed-top .navbar-nav&gt;.active&gt;a:focus {
    color: white;
}

.navbar-fixed-top .navbar-nav&gt;li&gt;a {
    color: white;
    margin-top: 10px;
}

.navbar-fixed-top .navbar-nav&gt;.open&gt;a {
    background: #99222b;
    opacity: 0.95;
}

.navbar-fixed-top .navbar-nav&gt;.open&gt;a, .navbar-fixed-top .navbar-nav&gt;.open&gt;a:hover, .navbar-fixed-top .navbar-nav&gt;.open&gt;a:focus {
    background: #99222b;
    opacity: 0.95;
}

.navbar-fixed-top .navbar-nav&gt;li&gt;a:hover {
    text-decoration: underline;
    background: transparent;;
}

.navbar-fixed-top .navbar-nav&gt;.active&gt;a, .navbar-fixed-top .navbar-nav&gt;.active&gt;a:hover, .navbar-fixed-top .navbar-nav&gt;.active&gt;a:focus {
    background: #99222b;
    opacity: 0.95;
}

.navbar-collapse.in {
    background: white;
    padding-left: 20px;
    border: none;
}

.navbar-collapse.collapsing {
    background: white;
    padding-left: 20px;
    border: none;
}

.navbar-collapse.in .navbar-nav&gt;li&gt;a {
    color: #333;
}

.navbar-collapse.collapsing .navbar-nav&gt;li&gt;a {
    color: #333;
}

.splash-button {
    display: block;
    background: #a2363e;
    border: none;
    outline: none;
    color: white;
    padding: 10px;
}

.splash-button:hover {
    background: #bb3b45;
}

#main-header-canvas {
    background: url(/splash/img/headerbgrep.png);
    overflow: hidden;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#main-header-bg {
    /*background: url(/splash/img/headerbg.png) no-repeat center top;*/
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    /*text-shadow: 0 0 2px #000;*/
}

#main-mobile-menu {
    background: #bb3b45;
    color: white;
    margin-top: 15px;
}

#main-mobile-menu&gt;span {
    background: white;
    height: 2px;
}

#main-nav  {
    opacity: 0.9;
}

#main-logo-img {
    width: 170px;
    padding-top: 10px;
}

#main-logo {
    height: 70px;
    text-align: center;
    padding: 0px;
    margin-left: 10px;
}

#main-header-text {
    margin: 0px auto;
    text-align: center;
    font-size: 60px;
    color: white;
    line-height: 60px;
    padding-top: 100px;
    visibility: hidden;
}

#main-header-loading {
    position: absolute;
    font-size: 40px;
    width: 200px;
    color: white;
    line-height: 60px;
    top: 170px;
    text-align: center;
    width: 100%;
}

#main-header-city {
    color: yellow;
}

@media (max-width: 768px) {
    #main-header-text {
        font-size: 40px;
        line-height: 40px;
    }
    #main-header-loading {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    #main-header-text {
        font-size: 35px;
        line-height: 35px;
    }
    #main-header-loading {
        font-size: 20px;
    }
}

#online-shopping-div {
    text-align: center;
    color: white;
    clear: both
}

#header-card-logo {
    margin-right: 30px;
    margin-top: 26px;
}

#flow-canvas {
    color: #9d232c;
    clear: both;
    margin: 50px auto;
}

#flow-canvas a {
    color: #9d232c;
}

.base-color {
    color: #9d232c;
}

#login-form-canvas {
    width: 450px;
    height: 270px;
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: 2;
    -webkit-box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: white;
    display: none;
}

#change-password-canvas {
    padding-top: 5px;
    max-width: 450px;
    height: 270px;
    margin: 0px auto;
    z-index: 2;
    -webkit-box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 40px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: white;
}

#back-to-website {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 11px;
    text-decoration: underline;
    color: white;
}

#signup-form-canvas {
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

#timeline-1 {
    width: 97px;
    height: 68px;
    margin:0px auto;
    background: url(/splash/img/timeline1.png) no-repeat left top;
}

#timeline-2 {
    width: 97px;
    height: 68px;
    margin:0px auto;
    background: url(/splash/img/timeline2.png) no-repeat right bottom;
}

#timeline-3 {
    width: 97px;
    height: 68px;
    margin:0px auto;
    background: url(/splash/img/timeline3.png) no-repeat left bottom;
}

#timeline-4 {
    width: 97px;
    height: 68px;
    margin:0px auto;
    background: url(/splash/img/timeline4.png) no-repeat right bottom;
}

#world-canvas {
    background: url(/splash/img/videobg.png) no-repeat center top #9b232c;
    color: white;
    clear: both;
}

#world-round-button {
    height: 106px;
    width: 106px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    background: url(/splash/img/cba_ie_roundbtn.png) no-repeat top;
    cursor: pointer;
}

#world-round-button:hover {
    background-position: bottom;
}

#video-canvas {
    color: white;
    text-align: center;
    margin: 0px auto;
    clear: both;
    height: 850px;
}

#back-to-map {
    cursor: pointer;
    display: none;
}

#testimonial-canvas {
    background: url(/splash/img/headerbg.png) no-repeat center top #9b232c;
    height: 280px;
    clear: both;
}

#testimonial-slider {
    position: relative;
    overflow: auto;
    margin: 0px auto;
}

#testimonial-slider li {
    list-style: none;
    height: 280px;
    text-align: center;
}

#testimonial-slider ul li {
    float: left;
}

#brands-canvas {
    clear: both;
    height: 530px;
    clear: both;
    background: url(/splash/img/merchantlogos.png);
}

#banner-canvas {
    padding: 20px;
    padding-left: 30px;
    color: #9d232c;
    background: url(/splash/img/banner.png) center no-repeat;
    height: 260px;
    width: 100%;
    margin-top: 100px;
}

#banner-canvas-signup {
    font-size: 30px;
    margin: 20px auto;
    border-top: 1px solid #ad474f;
    border-bottom: 1px solid #ad474f;
}

#sub-footer {
    height: 290px;
    background: background: url(/splash/img/headerbgrep.png);
}

#footer-canvas {
    background: #9b232c;
}

#footer-container {
    padding-top: 70px;
    color: white;
}

#footer-container a {
    color: white;
}

#footer-container ul {
    padding: 0px;
}

#footer-container li {
    list-style: none;
    margin-top: 10px;
}

.footer-bit {
    border-top: 1px solid #83161c;
    padding-top: 10px;
}

.testimonial-border {
    margin-top: -20px;
    height: 1px;
    margin-left: 150px;
    border-top: 1px solid #83161c;
}

#stub-canvas {
    height: 100px;
    background: #282828;
    border-top: 1px solid #8c242b;
}

.splash-input {
    background: #93121c;
    height: 45px;
    width: 300px;
    border: none;
    border-bottom: 1px solid #ad474f;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.15);
    padding: 0px 15px 0px 15px;
    color: #c9898f;
    font-size: 18px;
    margin-top: 15px;
}

.splash-input:focus {
    color: white;
    border-bottom: 1px solid #ad474f;
    border-left: 1px solid #ad474f;
    border-right: 1px solid #ad474f;
    border-top: 1px solid #ad474f;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}

.forgot-password {
    color: ;
}

.alt-text {
    color: yellow;
}

input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:43px;
    height:37px;
    display:inline-block;
    line-height:37px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor: pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -37px;
}
label.css-label {
    background-image: url(/splash/img/cba_ie_splash_checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flow-text-right {
    text-align: right;
}

@media (max-width: 768px) {
    .flow-text-right {
        text-align: left;
    }
}

.flow-text-left {
    text-align: left;
}

@media (max-width: 768px) {
    .flow-text-left {
        text-align: left;
    }
}

.world-text-pad {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .world-text-pad {
        padding-top: 30px;
    }
}

.unslider-arrow {
    display: block;
    position: absolute;
    height: 126px;
    width: 64px;
    top: 70px;
    z-index: 1;
    visibility: hidden;
}

.prev {
    background: url(/splash/img/cba_ie_slider_prev.png) no-repeat top;
    left: 0px;
}

.prev:hover {
    background-position: bottom;
}

.next {
    background: url(/splash/img/cba_ie_slider_next.png) no-repeat bottom;
    right: 0px;
}

.next:hover {
    background-position: top;
}

.standout-text {
    color: #9D232C;
}

.green {
    background: green;
}

.blue {
    background: blue;
}

.red {
    background: red;
}

.orange {
    background: orange;
}

.violet {
    background: violet;
}

.purple {
    background: purple;
}

.white {
    background: white;
}

@media (max-width: 979px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.popover-content {
    color: black;
}

.popover-title {
    color: black;
}

.modal-body {
    padding: 20px;
}</pre></body></html>