/* =Reset
-------------------------------------------------------------- */

body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-rendering: geometricPrecision; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav,object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, var, video  {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
/* ol, ul { list-style: none; } */
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.6em;
   font-size: 10px;
}
sub { top: 0.4em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }


blockquote, q { quotes: none; }

:focus { outline: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


/* =Common Styles
-------------------------------------------------------------- */

body {
    background: #fff;
    color: #777;
    font: normal 16px Helvetica, Arial, sans-serif;
    line-height: 27px;
    font-weight: 300;
    overflow-x: hidden;
}

#hero > div > div, #hero > div > div a {
    color: #fff;
}
#hero > div > div, #hero > div > div a:hover
.small-border {
    color: #fff;
}

::selection {
    background: #009ac7;
    color: #fff;
}

::-moz-selection {
    background: #009ac7;
    color: #fff;
}

#ascrail2000 {
    background-color: #f6f6f6;
    width: 10px!important;
    z-index: 100000!important;
}

.btn {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    color: #fff;
    max-width: 360px;
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 5px;
    border-radius: 25px;
    background-color: #0070ba;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.btn:hover {
    background-color: #00457C;
    color: #fff;
}

.container.narrow {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1220px) {
    .container.narrow {
        max-width: 1000px;
    }
}

.box-disclaimer {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;

    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}


/* =Typography
-------------------------------------------------------------- */

p {
    margin: 0 0 20px;
}

a {
    text-decoration: none;
    color: #009cde;
}

a:hover {
    color: #00457C;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
    margin: 0 0 10px;
}

h1 {
    font-size: 40px;
    color: #fff;
}

h2 {
    font-size: 30px;
    color: #444;
}


h3 {
    font-size: 1.4666666666666667em;
    font-weight: 300;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 300;
}

h6 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
}


@media (max-width: 340px) {
    h1 {font-size: 37px;}
    h2 {font-size: 27px;}
}


/* Adding Money - featurettes */
#adding-money {
  text-align: center;
}
.featurettes {
  text-align: center!important;
}
.featurettes h4 {
  font-weight: 600;
  font-size: 18px;
}
.adding-money--heading {
  margin-bottom: 40px;
}
.feature--1, .feature--2, .feature--3 {
  padding: 15px;
}

/* featurettes--4up */

#featurettes--wrap {
    position: relative;
    margin-bottom: 0;
}
.featurettes--4up {
  float: none;
  padding: 0 5px;
}
.icon--dd {
  padding: 5px;
  width: auto;
  margin-bottom: 10px;
  min-height: 75px;
}

#featurettes--wrap h2 {
  margin-bottom: 20px;
}
#featurettes--wrap h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
}
#featurettes--wrap .container {
    padding: 30px 10px;
    margin: 0 auto;
    text-align: center;
}

#featurettes p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

@media (min-width: 768px) {
    #featurettes--wrap .container {
        text-align: center;
    }
    .featurettes--4up {
      max-width: 25%;
      float: left;
      padding: 0 5px;
    }
    .feature--1, .feature--2, .feature--3 {
        float: left;
        max-width: 33.33%;
        padding: 15px;
      }
}

@media (min-width: 960px) {
    #featurettes--wrap .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    #featurettes--wrap .container {
        padding-top: 115px;
        padding-bottom: 115px;
    }
}


/* = Nav
-------------------------------------------------------------- */

header {
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    background: transparent;
    min-height: 70px;
    line-height: 70px;
    border-bottom: 1px #fff solid;
    margin: 0 0 60px 0;
}

html.ie header { border-bottom: 1px solid #aeaeea; }

nav { float: right; margin: 0; }

nav {
    float: left;
    text-align: right;
}

.btn--ghost {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  padding: 7px 30px;
}
.btn--ghost:hover {
  border: 1px solid #fff;
  color: #444;
  border-radius: 25px;
  padding: 7px 30px;
  background-color: #fff;
}
.btn--wht {
  background-color: #fff;
  color: #444;
  border-radius: 25px;
  padding: 7px 30px;
  border: 1px solid #fff;
  margin-left: 5px;
}
.btn--wht:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
/* nav ul li:last-child a {
    border: none;
    margin-right: 0px;
    padding-right: 0;
} */



header .logo {
    margin-top: 20px;
    width: 124px;
}


@media (min-width: 960px) {
    header .logo {
        display: block;
    }

}


/* Mobile Menu */

header .show-menu {
    text-align: left;
    display: none;
    width: 50px;
}

.mobile-logo {
    display: none;
}


/*Hide checkbox*/
header input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
header input[type=checkbox]:checked ~ #menu{
    display: block;
}


@media screen and (max-width : 959px){
    header {
        min-height: 47px;
        line-height: 47px;
    }

    header nav {
        width: 100% !important;
    }

    header  ul {
        position: static;
        display: none;
        padding: 0;
        float: none;
        width: 100%;
        z-index: 500;
    }

    header ul li {
        width: 100%;
        padding: 0;
    }

    header nav ul li a {
        padding: 0px;
        border-bottom: 1px solid #009ac7;
        border-right: 0;
        width: 100%;
        display: block;
    }

    header .show-menu {
        display:block;
    }

    .mobile-logo {
        display: inline-block!important;
        position: absolute;
        top: 9px;
        left: 23px;
        width: 27px;
    }

    header #logo {
        display: none;
    }

}







/* =Hero
-------------------------------------------------------------- */


#hero {
    margin-bottom: 0;
    padding: 0 0 50px 0;
}
#hero .nine.columns {
  width: 100%;
  text-align: center;
}
#hero .nine.columns .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.hero--welcome {
    background: url(../img/Hero-home-table-480.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 15px;
}
.hero--works {
    background: url(../img/hero-how-it-works-480.jpg) no-repeat center top;
    padding: 0 0 20px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero--direct-deposit {
  background: url(../img/hero-direct-deposit-480.jpg) no-repeat center top;
  padding: 0 0 20px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero--paypal-transfers {
  background: url(../img/hero-paypal-transfers-480.jpg) no-repeat center top;
  padding: 0 0 20px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.hero-cards-container {
    position: relative;
    text-align: center;
}

.hero-card {
    display: inline-block;
    width: auto;
    margin: 15px 5px;
    max-width: 250px;
    -webkit-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    border-radius: 12px;
}
.hero--welcome .activate--paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}



@media (min-width: 320px) {
    .hero-cards-container {
        display: inline-block;
    }
    .hero--welcome {
        background: url(../img/Hero-home-table-480.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--works {
        background: url(../img/hero-how-it-works-480.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--direct-deposit {
      background: url(../img/hero-direct-deposit-480.jpg) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .hero--paypal-transfers {
      background: url(../img/hero-paypal-transfers-480.jpg) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}

@media (min-width: 768px) {
    #hero {
        padding: 0;
    }
    .hero--welcome {
        background: url(../img/Hero-home-table-768.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--works {
        background: url(../img/hero-how-it-works-768.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--direct-deposit {
      background: url(../img/hero-direct-deposit-768.jpg) no-repeat center top;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
    .hero--paypal-transfers {
      background: url(../img/hero-paypal-transfers-768.jpg) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .hero-cards-container {
      margin-bottom: 40px;
    }
    .hero-card {
        display: inline-block;
        margin: 10px 15px;
    }
}

@media (min-width: 960px) {
    #hero {
        padding: 0 0 30px 0;
        min-height: 550px;
    }
    #hero:not(.hero--welcome) > .container {
      margin-top: 120px;
    }
    #hero .nine.columns {
      width: 56.25%;
      text-align: left;
    }
    #hero .nine.columns .btn {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .hero--welcome {
        background: url(../img/Hero-home-table-960.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--works {
        background: url(../img/hero-how-it-works-960.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--direct-deposit {
      background: url(../img/hero-direct-deposit-960.jpg) no-repeat center top;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
    .hero--paypal-transfers {
      background: url(../img/hero-paypal-transfers-960.jpg) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .hero-cards-container {
        display: block;
        padding: initial;
    }
    .hero-card {
        position: absolute;
        float: left;
        margin-top: 0;
    }
    .hero-card:nth-child(1) {
        z-index: 4;
        top: 0px;
        right: 115px;
    }
    .hero-card:nth-child(2) {
        right: 70px;
        top: 40px;
        z-index: 3;
    }
    .hero-card:nth-child(3) {
        right: 25px;
        top: 80px;
        z-index: 2;
    }
    .hero-card:nth-child(4) {
        right: -20px;
        top: 120px;
        z-index: 1;
    }
    .hero--welcome .activate--paragraph {
      margin-top: 30px;
      margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    #hero {
        padding: 0;
    }
    .hero--welcome {
      background: url(../img/Hero-home-table-1440.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
    .hero--works {
        background: url(../img/hero-how-it-works-1440.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero--direct-deposit {
      background: url(../img/hero-direct-deposit-1440.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .hero--paypal-transfers {
      background: url(../img/hero-paypal-transfers-1440.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    #hero .nine {
        width: 640px;
    }
    #hero .nine p:last-child {
        padding-right: 40px;
    }
}

@media (min-width: 1220px) {
    .hero-card:nth-child(1) {
        right: 16%;
        top: 0;
    }
    .hero-card:nth-child(2) {
        right: 10%;
        top: 55px;
    }
    .hero-card:nth-child(3) {
        right: 4%;
        top: 110px;
    }
    .hero-card:nth-child(4) {
        right: -2%;
        top: 165px;
    }
}


/* =Steps
-------------------------------------------------------------- */

#steps {}

#steps p {
    color: #e6e6e6;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 50px;
}
#steps a {
    color: #444;
    font-weight: 600;
    margin-right: 12px;
}
#steps a:hover {
    color: #0070ba;
}
.active {
    color: #0070ba!important;
}
.sub-nav {
    border-bottom: 1px solid #c1c1c1;
    padding-top: 26px;
    padding-bottom: 26px;
}
.step-box {
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
    float: none;
    display: block;
}



.step-box:before {
    content: '1';
    position: absolute;
    top: 25%;
    margin: -5px 0 0 0;
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 20px;
    height: 20px;
    padding: 6px;
    background: #444;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    text-align: center;
    font: 18px Arial, sans-serif;
}

.step-box:nth-child(2):before {
    content: '2';
}

.step-box:nth-child(3):before {
    content: '3';
}

@media (min-width: 768px) {
    .step-box p{
        font-size: 16px;
    }

    .step-box.column {
        width: 540px;
        display: block;
        float: none;
        margin: 0 auto;
    }
}


@media (min-width: 960px) {
    .step-box.column {
        position: relative;
        width: 31%;
        padding: 0;
        margin: 0 10px;
        float: left;
    }



    .step-box p{
        font-size: 15px;
    }

    span {
        margin: -5% 0 0 0;
    }
}


@media (min-width: 1220px) {
    .step-box p {
        font-size: 16px;
    }
}



/* =Load.Reload.Repeat
-------------------------------------------------------------- */

#loadRR {
    position: relative;
    margin-bottom: 0;
}

#loadRR .container {
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: left;
}

#loadRR p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

@media (min-width: 768px) {
    #loadRR .container {
        text-align: center;
    }
}

@media (min-width: 960px) {
    #loadRR .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    #loadRR .container {
        padding-top: 115px;
        padding-bottom: 115px;
    }
}



/* =Cash
-------------------------------------------------------------- */


#cash {
    position: relative;
    margin-bottom: 0;
    background: url(../img/cash-bg-480.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 50px 0;
}
#using-card {
    position: relative;
    margin-bottom: 0;
    background: url(../img/module-how-it-works-480.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 30px 0;
}
#dd-module {
    position: relative;
    margin-bottom: 0;
    background: url(../img/module-direct-deposit-480.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 30px 0;
}
#pp-transfers-module {
    position: relative;
    margin-bottom: 0;
    background: url(../img/module-paypal-transfers-480.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 30px 0;
}
#cash p {
    font-weight: 500;
    font-size: 17px;
}
#using-card p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
#using-card h2 {
  color: #fff;
}
#dd-module p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
#dd-module h2 {
  color: #fff;
}
#pp-transfers-module p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
#pp-transfers-module h2 {
  color: #fff;
}
#cash-card {
    -webkit-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
}

@media (min-width: 768px) {
    #cash {
        background: url(../img/cash-bg-768.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px 0;
    }

    #cash .content {
        float: right;
    }

    #using-card {
        background: url(../img/module-how-it-works-768.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px 0;
    }

    #using-card .content {
        float: right;
    }
    #dd-module {
        background: url(../img/module-direct-deposit-768.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px 0;
    }

    #dd-module .content {
        float: right;
    }
    #pp-transfers-module {
        background: url(../img/module-paypal-transfers-768.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 40px 0;
    }

    #pp-transfers-module .content {
        float: right;
    }
}


@media (min-width: 960px) {
    #cash {
        background: url(../img/cash-bg-960.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 150px 0;
    }

    #using-card {
        background: url(../img/module-how-it-works-960.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 150px 0;
    }

    #dd-module {
        background: url(../img/module-direct-deposit-960.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 150px 0;
    }

    #pp-transfers-module {
        background: url(../img/module-paypal-transfers-960.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 135px 0;
    }
}


@media (min-width: 1200px) {
    #cash {
        padding: 180px 0;
        background: url(../img/cash-bg.jpg) no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #using-card {
        padding: 180px 0;
        background: url(../img/module-how-it-works-1440.jpg) no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #dd-module {
        padding: 180px 0;
        background: url(../img/module-direct-deposit-1440.jpg) no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #pp-transfers-module {
        padding: 150px 0;
        background: url(../img/module-paypal-transfers-1440.jpg) no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}





/* =160 million BFFs
-------------------------------------------------------------- */

#bffs {
    background-color: #009cde;
    margin-bottom: 0px;
}

#bffs .container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

#bffs h1 {
    color: #fff;
}

#bffs p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
#bffs a {
  color: #fff;
  font-weight: 800;
}

@media (min-width: 768px) {
    #bffs .container {
        text-align: center;
    }
}

@media (min-width: 960px) {
    #bffs .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    #bffs .container {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}



/* =Manage Money
-------------------------------------------------------------- */


#manage {
    margin-bottom: 0;
}

#manage .phone_container {
  float: none;
  position: relative;
  display: block;
}
#manage .phone {
    display: block;
    margin: 0 auto;
    clear: both;
}

#manage .content {
    float: none;
    padding-top: 40px;
    display: block;
}

#manage .content .mobile-store-badge {
    display: block;
    margin: 10px auto;
}

#manage p, #adding-money p {
    font-weight: 500;
    font-size: 17px;
}

#manage a, #adding-money a {
    font-weight: 700;
    display: block;
}

#manage span, #adding-money span {
    display: none;
}

#manage-card {
    -webkit-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 29px -5px rgba(0,0,0,0.75);
}

@media (min-width: 768px) {
  .content--right {
    float: right;
  }
  .content--left {
    float: left;
  }
}
@media (min-width: 768px) {
    #manage .content {
        float: right;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #manage .phone_container {
      position: absolute;
      left: 0;
      bottom: 0;
  }
}


@media (min-width: 960px) {

    #manage .content {
        float: right;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    #manage a {
        display: inline-block;
    }

    #manage span {
        display: inline;
    }
}



/* =Right this way
-------------------------------------------------------------- */

#thisWay {
    background-color: #f5f5f5;
}

#thisWay .container {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 990px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

#thisWay .content {
    display: inline-block;
}

#thisWay .btn {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    #thisWay .container {
        text-align: center;
    }
}

@media (min-width: 960px) {
    #thisWay .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    #thisWay .container {
        padding-top: 115px;
        padding-bottom: 115px;
    }
}


/* =Footer
-------------------------------------------------------------- */
#footer {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

#footer a {
    color: #444;
}

#footer a:hover {
    color: #444;
    text-decoration: underline;
}

#footer .container {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
}

#footer .content {
    display: inline-block;

}

#footer ul {
    padding: 0;
}

#footer li {
    display: block;
    margin: 0;
}

@media (min-width: 768px) {

    #footer {
        text-align: center;
    }

    #footer li {
        display: inline;
        margin: 0 30px;
    }

}

@media (min-width: 960px) {
    #footer .clearfix {
        display: none;
    }
}


/* =Disclaimer
-------------------------------------------------------------- */

#disclaimer {
   padding-top: 40px;
   padding-bottom: 40px;
   margin-bottom: 0;
}

#disclaimer strong {
    font-weight: 700;
}

#disclaimer p, #disclaimer li {
    font-size: 12px;
    line-height: 18px;
}

#disclaimer ul {
    margin: -10px 0 10px 0;
}

#disclaimer li {
    margin-top: 10px;
    list-style-type: disc;
}

/* =404 Page
-------------------------------------------------------------- */
/*** HEX-COLOR GUIDE
#68135F - Purple
#3F153E - Purple Shadow
#0D5C6C - Blue
#00a1a3 - Light Blue
#4D4D4F - Grey

upper bar ABABAB
grey stuff F0F0F0

***/

body.page-404{
	background-image: unset;
	background-color: #fff;
}
body.page-404 header {
    border-bottom: 1px #979797 solid;
    margin: 0;
}
body.page-404 h3, body.page-404 h1{
	color: #4d4d4f;
}
body.page-404 b{
    font-weight: bold;
}
body.page-404 #navigation .btn--wht {
    border: 1px solid #979797;
    color: #979797;
    border-radius: 25px;
    padding: 7px 30px;
}
body.page-404 #navigation .btn--blue {
    background-color: #009CE3;
    color: #ffffff;
    border-radius: 25px;
    padding: 7px 30px;
    border: 1px solid #009CE3;
    margin-left: 5px;
}
body.page-404 #appInstallIcons{
    padding: 0 0 3% 0;
    border-bottom: 1px #979797 solid;
    text-align: center;
}
body.page-404 #disclosureIcons{
    text-align: center;
    padding: 5% 0;
}
body.page-404 #appInstallIcons img{
	padding: 0 10px;
}
body.page-404 #appInstallIcons .applestoreLogo, body.page-404 #appInstallIcons .playstoreLogo{
	float: none;
    margin: 0;
}
body.page-404 #appInstallIcons .applestoreLogo{
    padding-left: 50px;
}
body.page-404 #disclosureIcons img{
	padding: 0 10px;
}
body.page-404 #disclosureIcons .fdicLogo{
	float: none;
	width: 160px;
    margin: 0;
    padding-right: 30px;
}
body.page-404 #disclosureIcons .mastercardLogo{
	float: none;
	height: 60px;
    margin: 0;
    padding-left: 30px;
}
.message-404 {
    padding: 5% 15%;
}
.message-404, #disclaimer{
    background-color: #F5F7F6;
}
.options-404{
	font-size: 1em;
	padding: 20px 20px 25px;
}
.message-404 a,.options-404 a,.message-404 p,.options-404 p{
	margin-block-start: 1em;
	margin-block-end: 1em;
}
.text-center{
	text-align: center;
}
.options-404 .twoCol{
	overflow: auto;
	margin: 0;
}
.options-404 .twoCol .col1{
	float: left;
	width: 35%;
}
.options-404 .twoCol .col2{
	float: left;
	width: 60%;
}
.options-404 .twoCol .col2 .mobileOnly{
	display: none;

}
.options-404 h2,.options-404 h3,.options-404 h4{
	margin: 0 0 5px;
}
.wrappingContent{
	max-width: 980px;
	margin: 0px auto;
}

@media only screen and (max-device-width: 480px) and (min-width: 320px) {
    body.page-404 .mobileOnly a{
        font-size: 0.9em;
    }
    body.page-404 #logo{
        padding: 0 0 10px 10px;
    }
    .message-404{
        padding: 10% 13% 10% 5%;
    }
    .message-404 .wrappingContent{
        text-align: left;
    }
    .message-404 .wrappingContent h3{
        text-align: center;
    }
    .options-404{
        padding: 20px 20px 0px;
    }
    .options-404 .twoCol .col1{
        float: none;
        display: none;
        width: 100%;
    }
    .options-404 .twoCol .col2{
        float: none;
        width: 100%;
    }
    .options-404 .twoCol .col2 .mobileOnly{
        display: block;
    }
    .options-404 h2,.options-404 h3,.options-404 h4{
        margin: 0 0 5px;
    }
    .wrappingContent{
        width: 100%;
        margin: 0;
    }
    body.page-404 #appInstallIcons{
        margin: 0 2%;
        padding: 0 0 10% 0;
    }
    body.page-404 #appInstallIcons .applestoreLogo{
        padding-left: 10px;
    }
    body.page-404 #disclosureIcons .fdicLogo{
        width: 130px;
        padding-right: 15px;
    }
    body.page-404 #disclosureIcons .mastercardLogo{
        height: 50px;
        padding-left: 15px;
    }
}



/* =Responsive
-------------------------------------------------------------- */

/* Tablet Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    body { margin: 0; padding: 0!important; }
}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
    body { margin: 0!important; padding: 0!important; }
}


/* hide default icon */
iframe#ada-button-frame { 
  display: none;
}
.ada-chatbot-btn {
  --mobile-width: 76px;
  --mobile-height: 30px;
	cursor: pointer;
	position: fixed;
	transform: rotate(270deg);
	right: calc((var(--mobile-height) - var(--mobile-width)) / 2);
	bottom: calc((var(--mobile-width) - var(--mobile-height)) / 2 + 20px);
	width: var(--mobile-width);
	height: var(--mobile-height);
  background-color: #ffffff;
  border: none;
	background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10000;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 12px 0 rgba(64, 64, 64, .2);
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Arial,Helvetica Neue,sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 1;
}
.ada-chatbot-btn:before {
  background-image: url('../images/ada-chat-icon.svg');
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.ada-chatbot-btn--text {
  bottom: -1px;
  position: relative;
}
.ada-chatbot-btn--hide-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 768px) {
  .ada-chatbot-btn {
		transform: none;
		bottom: 20px;
		right: 30px;
		width: 52px;
		height: 52px;
    border-radius: 50%;
  }
  .ada-chatbot-btn:before {
    width: 32px;
    height: 26px;
    margin-right: unset;
  }
  .ada-chatbot-btn--text {
    bottom: unset;
  }
}