/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- #Layout
- #Base Styles
- #Typography
- #Links
- #Buttons
- #Dropdowns
- #Forms
- #Lists
- #Code
- #Tables
- #Spacing
- #Navigation
- #Utilities
- #Clearing
- #Bootstrap Overrides
- #Media Queries
*/
/* --------------------------------------------------- #Layout ------------------------------------------------------ */
html,
body {
    height:100%;
    margin:0;
    padding:0;
}

html#dashboard, html#dashboard body { height: 100% }

header {
    display: block;
    height: 75px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

header img {
    height: auto;
    max-width: 200px;
    width: auto;
}

header h3 { margin: 0 }

header span.hr {
    padding-left: 15px;
    margin-right: 20px;
}

.steps-wrapper {
    margin: 0 auto;
    max-width: 600px;
}
.section-title-wrapper {
    margin: 0 auto;
    max-width: 520px;
}
div[class^=col-].no-gutter { padding: 0 5px }
.modal-title img {
    top: -3px;
    position: relative;
}
.success-hero { margin: 100px auto 30px }
.sm-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.md-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.form-group.centered { text-align: center }
.form-group.centered.centered div[class*=col] {
    float: none;
    display: inline-block;
    margin-right: -5px;
    margin-left: -5px;
}
.validation-error-wrapper img {
    float: left;
    margin: 8px 10px 0 0;
}

#wrapper {
    min-height: 100%;
    position: relative;
}
.container { padding-bottom: 100px }
footer {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

.flex { display: flex }
.flex.flex-space-between { justify-content: space-between }
.flex.flex-space-around { justify-content: space-around }
.flex.flex-top { align-items: flex-start }
.flex.flex-bottom { align-items: flex-end }
.flex.flex-middle { align-items: center }
.flex.flex-center { justify-content: center }
.flex.flex-right { justify-content: flex-end }
.flex.flex-left { justify-content: flex-start }
.flex.flex-wrap { flex-wrap: wrap }
.flex .flex-1 { flex: 1 }

.margin-top { margin-top: 20px }
.margin-small-top { margin-top: 5px }
.margin-bottom { margin-bottom: 20px }
.margin-remove { margin: 0 }
.margin-bottom-remove { margin-bottom: 0 }
.margin-top-remove { margin-top: 0 }
.margin-left { margin-left: 10px }
.margin-right { margin-right: 10px }
/* ------------------------------------------------- #Base Styles --------------------------------------------------- */
body {
    font: 400 16px/1.5em Lato, sans-serif
}
header {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
header h3 { font-weight: 300 }

header .btn-npb { min-width: 70px }

.border-left { border-left: 1px solid #DDDDDD }
.border-left:first-child { border-left: none }
.border-right { border-right: 1px solid #DDDDDD }
.border-right:last-child { border-right: none }
.account-disclosure {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.account-disclosure:first-child { padding-top: 0 }
.account-disclosure:last-child { border-bottom: none }
.account-disclosure p {
    font-size: 1.1em;
    line-height: 1.9;
    margin-bottom: 0;
}
#different-card-billing-address.invisible { display: none }
#application-cancel-confirmation .modal-title { margin-bottom: 30px }

#product-confirmation-modal ul { padding-left: 0 }
#product-confirmation-modal ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}
#product-confirmation-modal ul li:last-child {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

#product-confirmation-modal ul li:before {
    background: #4abad2;
    border-radius: 100%;
    color: #fff;
    content: attr(title);
    display: table-cell;
    height: 30px; width: 30px;
    left: 0;
    line-height: 1.8;
    position: absolute;
    text-align: center;
    top: 8px;
}

p.correct {
    color: #71B35B;
    font-weight: bold;
}

.file-upload-label, .employed-label {
    font-size: 14px;
    left: 0 !important;
    margin-top: 5px;
    margin-left: 3px;
    position: relative;
    top: 0;
}

.employed-radio {
    top: -10px;
    left: -18px;
}

#custom-card-frame { padding-left: 10% }

.applications .application {
    border-bottom: 1px solid #ccc;
    color: initial;
    display: block;
    padding-left: 5px;
    text-decoration: none;
    transition: padding-left .25s ease;
}

.applications .application.active {
    border-left: 3px solid #4ABAD2;
    padding-left: 8px;
}

.applications .application:not(:last-child) { margin-bottom: 15px }

.applications .application .status {
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
}

.applications .application .id {
    line-height: 1.2;
    margin-top: -5px;
}

.applications .application .product-list {
    color: #afafaf;
    font-size: 12px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.sidebar {
    padding-bottom: 20px;
    padding-right: 0;
}
.sidebar + div[class^=col-] { box-shadow: inset 5px 0 3px -2px rgba(0, 0, 0, .1) }

#joint-account-owner {
    margin: 0 -10px;
    padding: 0 10px;
}

#referral-type:hover { cursor: pointer }

#referral-type-follow-up.hidden + div[class^="col-"] { margin-top: 0 }

#referral-required {
    color: #FF7D50;
    font-size: 12px;
    margin-left: 0.5rem;
}

.landing-page-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.landing-page-helpers-lg { flex-wrap: wrap }

.landing-page-helpers-lg .landing-page-helper-images {
    margin-bottom: 20px;
    width: 100%;
}

.landing-page-helpers-lg .landing-page-helper-text {
    margin-bottom: 15px;
    width: 100%;
}

.landing-page-helpers-lg .landing-page-helper-text p,
.landing-page-helpers-sm p {
    color: #4abad2;
    font-family: 'Ubuntu Medium', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
}

.landing-page-get-started-top-div {
    justify-content: center;
    margin-bottom: 30px;
}

.landing-page-accounts-list {
    width: 50%;
    border-right: 1px solid #7d7d7d;
}

.landing-page-accounts {
    padding-bottom: 50px;
    border-bottom: 1px solid #7d7d7d;
}

.landing-page-accounts-text {
    padding-left: 65px;
}

.section-title-accounts {
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 15px;
}

/*.landing-page-get-started-div {*/
/*    position: fixed;*/
/*    bottom: 90px;*/
/*    right: 20%;*/
/*    z-index: 1050;*/
/*    background-color: white;*/
/*    padding-left: 40px;*/
/*}*/

.landing-page-get-started-btn {
    -webkit-appearance: none;
    background-color: #de8b0f;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 225px;
    padding: 12px 16px;
    text-transform: uppercase;
    margin-left: 10px;
}

.landing-page-get-started-btn:hover {
    background: #fff;
    border: 2px solid;
    color: #4ABAD2;
    padding: 11px 16px;
}

.landing-page-helpers-lg .landing-page-helper-text p { text-align: center }

.landing-page-helpers-sm img.bump { transform: translateX(5px) }
.landing-page-helpers-sm p { margin-left: 30px }

.landing-page-helpers-sm { display: none; }

.product-image {
    border-top: 2px solid #e3e3e3;
    margin: 5px;
    padding: 15px;
}

.product {
    margin-bottom: 20px;
    width: 50%;
}

.product > p {
    text-align: center;
    width: 100%;
}

.product .custom-checkbox {
    min-height: 80px;
    padding: 0 0 0 30px;
    width: 80%;
}

hr.dotted {
    border-style: dotted;
    border-color: #7d7d7d;
}

#ach-transfer-fields .custom-radio {
    left: 0;
    top: 0;
}
/* ------------------------------------------------- #Typography ---------------------------------------------------- */
h1.section-title {
    font-weight: 300;
}
h1.section-title:not(.landing-page-title) + p.lead {
    margin-bottom: 50px;
    margin-top: -25px;
}

h1.section-title>small {
    display: block;
    font-size: 16px;
    margin: 10px 0 20px;
}

p.landing-page-subtitle { margin-bottom: 40px }

h1.modal-title { font-weight: 300 }
.highlight { color: #4ABAD2 }
p.total-deposit {
    color: #4AB8D2;
    font-size: 24px;
}
p.custom-amount-disclosure {
    position: relative;
    top: -1rem;
}
p.custom-amount-disclosure-error {
    position: relative;
    margin: 0;
    height: 20px;
    top: -2rem;
    color: #a94442;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}

div.custom-amount-error-container {
    display: flex;
    flex-direction: column;
}
p#cd-custom-amount-parent {
    display: flex;
    justify-content: flex-end;
}
p#cd-custom-amount-parent > #cd-custom-amount {
    width: 60%;
    text-align: right;
    margin-left: 0.5rem;
}

.npb-text-danger { color: #ff8a64}
.npb-text-success { color: #62AA46 }

p.disclosure-copy {
    display: flex;
    justify-content: center;
}

p.disclosure-copy > small {
    width: 75%;
}

.submit-helper-text {
    max-width: 84%;
    margin-left: 15%;
    position: relative;
    left: 1.5rem;
    bottom: 1rem;
}

p.additional-funds-note { line-height: 35px }

p#total {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
/* ---------------------------------------------------- #Links ------------------------------------------------------ */
#add-po-div {display: flex}

#add-po-box-link:hover { color: #44a9bd }

#add-po-box-info-icon { padding-bottom: 0.5rem }

#add-po-box-link, #remove-po-box-link {
    color: #4ABAD2;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#create-account-link {
    color: #4ABAD2;
    text-decoration: underline;
    font-size: 17px;
}
/* --------------------------------------------------- #Buttons ----------------------------------------------------- */
.btn-npb,
.btn-npb-inverse {
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 100px;
    padding: 12px 16px;
    text-transform: uppercase;
}
.btn-npb.btn-sm,
.btn-npb-inverse.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}
.btn.btn-npb:disabled,
.btn.btn-npb-inverse:disabled { cursor: default }
.btn-npb {
    background: #4ABAD2;
    color: #fff;
}
.btn-npb:hover { color: #f1f1f1 }
.btn-npb-inverse {
    background: #fff;
    border: 2px solid;
    color: #4ABAD2;
    padding: 11px 16px;
}
.btn-npb-inverse:hover {
    border: 2px solid #4ABAD2;
    color: #41a9d2;
}
.btn.btn-npb:disabled { opacity: .3 }
.btn-npb-link {
    background: none;
    color: #41a9d2;
    letter-spacing: initial;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    width: auto;
}
.btn-npb-link:hover,
.btn-npb-link:focus { color: #41a9d2 }
.continue-btn { margin-left: 5px }

.btn-npb-toggle.active {
    background: #4ABAD2;
    box-shadow: none;
    border: 2px solid #4ABAD2;
    color: #fff;
}
.account-disclosure-button { position: relative }
.account-disclosure-button.disabled,
.account-disclosure-button.disabled:focus { border: 2px solid transparent }
.account-disclosure-button img {
    background: #fff;
    border: 10px solid #fff;
    border-right-width: 40px;
    border-left-width: 40px;
    box-sizing: content-box;
    bottom: 0;
    height: auto;
    left: -4px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
}
button.rates-tooltip {
    color: #4ABAD2;
    flex-basis: 100%;
    font-size: 14px;
    margin: 10px 0 0 50px;
    text-decoration: underline;
    width: 100%;
}

button.btn-npb.btn-npb-slim { padding: 8px 10px }
/* -------------------------------------------------- #Dropdowns ---------------------------------------------------- */
.npb-dropdown { position: relative }

/* ---------------------------------------------------- #Forms ------------------------------------------------------ */
.form-control:focus {
    border: 2px solid #E4E4E4;
    box-shadow: none;
}
input.form-control {
    border: 2px solid #E4E4E4;
    border-radius: 7px;
    box-shadow: none;
    height: 38px;
}
select.form-control {
    border: 2px solid #E4E4E4;
    border-radius: 7px;
    box-shadow: none;
    height: 38px;
}

label {
    color: #6B6B6B;
    font-size: 14px;
    left: 30px;
    line-height: 1;
    position: absolute;
    margin-bottom: 0;
    top: 12px;
    transition: all .25s;
}

.no-gutter label { left: 20px }

label.in {
    font-size: 12px;
    left: 25px;
    opacity: 1;
    top: -14px;
}

.no-gutter label.in { left: 10px }

.radio label {
    left: 0;
    line-height: 1.5;
    position: relative;
    top: 0;
    transition: none;
}

label.in.fade { opacity: .5 }
label.out { opacity: 0 }
label .text-muted {
    color: #CCCCCC;
}
label.btn-npb-inverse.inactive {
    color: #BBBBBB;
}
/*label.select-label { z-index: -10 }*/
label[id*=-error] {
    top: 14px;
    left: inherit;
    right: 15px;
    font-size: 60%;
}
label#account-type-is-selected-error {
    font-weight: normal;
    font-size: 18px;
    left: inherit;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    top: inherit;
    width: 100%;
}
label#id-expiration-date-error { top: 4rem }
label.btn-npb-toggle {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transition: none;
}
input[type=file] + label {
    left: 0;
    position: relative;
    top: 0;
}

label.no-float {
    left: 0;
    position: relative;
    top: 0;
}

label.checkbox-inline { line-height: 1.5 }

.form-group { margin-bottom: 20px }
.custom-radio {
    background: url('/public/img/glyphs/radio.fw.png') no-repeat 0 0;
    background-size: 22px 45px;
    padding-left: 28px;
    font-size: 16px;
    line-height: .4;
    padding-bottom: 10px;
    transition: none;
}
.custom-radio.checked {
    background: url('/public/img/glyphs/radio.fw.png') no-repeat 0 -22px;
    background-size: 22px 45px;
}
input[type=checkbox]:checked + .custom-checkbox:before {
    background: url('/public/img/glyphs/checkbox.fw.png') no-repeat 0 -24px;
    background-size: 25px 48px;
}
input[type=checkbox] + .custom-checkbox:before {
    background: url('/public/img/glyphs/checkbox.fw.png') no-repeat 0 0;
    background-size: 25px 48px;
}

input[type=checkbox] + .custom-checkbox.disabled:before { opacity: .2 }

input[type=file] { margin-left: 3px }

select.form-control { background: none }

.custom-checkbox {
    cursor: pointer;
    font-weight: normal;
    left: 20px;
    line-height: 1.3;
    max-width: 90%;
    overflow: hidden;
    padding: 0 0 7px 30px;
    position: relative;
    transition: none;
}
.custom-checkbox:before {
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    width: 30px;
}
.custom-checkbox.inline:before,
.custom-checkbox.checked.inline:before { top: 0 }
.control-label { left: 0 }
.control-label.no-gutter { padding: 0 5px }

.deposit-amount label {
    border-bottom: 1px solid #4ABAD2;
    border-top: none;
    border-radius: 0;
    left: 0;
    max-width: 100px;
    position: relative;
    top: 0;
    transition: none;
    width: 80%;
}
.deposit-amount label.btn-npb-inverse:hover {
    border-bottom: 1px solid #4ABAD2;
    border-top: none;
}
.deposit-amount:first-child label {
    border-top: 2px solid #4ABAD2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.deposit-amount:first-child label.btn-npb-inverse:hover { border-top: 2px solid #4ABAD2 }

.deposit-amount:last-child label {
    border-bottom-width: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.deposit-amount:last-child label.btn-npb-inverse:hover { border-bottom-width: 2px }

.deposit-amount input[type=radio]:checked + label {
    background: #4ABAD2;
    border: 1px solid #4ABAD2;
    border-top: none;
    border-right-width: 2px;
    border-left-width: 2px;
    color: #fff;
}
.deposit-amount:first-child input[type=radio]:checked + label { border-top: 2px solid #4ABAD2 }
.deposit-amount:last-child input[type=radio]:checked + label { border-bottom: 2px solid #4ABAD2 }

.deposit-amount-spacer {
    display: block;
    height: 37px;
}

.remove-product {
    width: 80%;
    max-width: 100px;
}

select { -webkit-appearance:none !important }

h3.control-label-owner {
    font-weight: 300;
    text-align: left;
}

a.owner-link {
    border-bottom: 2px solid transparent;
    display: inline-block;
    height: 130px;
    margin: 0 !important;
    padding: 0 !important;
    width: 88px;
    cursor: pointer;
}

a.owner-link.active { border-bottom-color: #35b2ce; }

a.owner-link.joint-owner { background: url('/public/img/joint_account.png') no-repeat 0 5px }
a.owner-link.single-owner { background: url('/public/img/individual_account.png') no-repeat 0 5px }
a.owner-link.trust-owner { background: url('/public/img/trust_account.png') no-repeat 0 5px }

input.step-three-question, label.step-three-label {cursor: pointer}
.step-three-required {
    color: #FF7D50;
    position: absolute;
    margin-left: 5px;
    font-size: 12px;
}
/* ---------------------------------------------------- #Lists ------------------------------------------------------ */
/* ----------------------------------------------------- #Code ------------------------------------------------------ */
/* ---------------------------------------------------- #Tables ----------------------------------------------------- */
table.table-product-rates td {
    font-family: Lato, sans-serif;
    font-size: 12px; }
table.table-product-rates tr:first-child > td { border-top: none }

table.step-three-answers {
    width: 80%;
    margin-left: 10%;
}
table.step-three-answers p {
    font-size: 14px;
    padding-left: 1%;
    margin: 5px 0;
    cursor: pointer;
}

table.application, table.products { font-size: 14px }

table.products { table-layout: fixed }
table.products th:first-child { width: 50% }

table.application td>span:first-child { font-weight: bold }
/* --------------------------------------------------- #Spacing ----------------------------------------------------- */
.spacer.gradient {
    background-image:linear-gradient(180deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
    height:64px;
    width:100%;
}
.lg-spacer,
.sm-spacer,
.xs-spacer,
.spacer {
    clear: both;
    width: 100%
}
.spacer { height: 10px }
.xs-spacer { height: 20px }
.sm-spacer { height: 40px }
.lg-spacer { height: 70px }
/* ------------------------------------------------- #Navigation ---------------------------------------------------- */
.ua-steps .steps {
    list-style: none;
    margin: 30px 0 20px;
    padding: 0;
    text-align: center;
}
.ua-steps .steps .step {
    border: 2px solid #eee;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 calc(49% / 6);
    position: relative;
    width: 15px;
}
.ua-steps .steps .step.incomplete { background: #FFF }
.ua-steps .steps .step.complete,  .ua-steps .steps .step.current { background: #71B35B }
.ua-steps .steps span {
    color: #656565;
    display: none;
    font-size: 10px;
    font-weight: bold;
    left: -42px;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -22px;
    width: 100px;
}
.ua-steps .steps .step a {
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 15px;
    z-index: 10;
}
.ua-steps .steps .step.current span { display: inline-block }
.ua-steps .step-bar {
    border-top: 2px solid #eee;
    margin: 20px auto;
    transform: translate(0, 39px);
    -moz-transform: translate(0, 39px);
    -webkit-transform: translate(0, 39px);
    -ms-transform: translate(0, 39px);
    width: 95%;
}
.ua-steps .steps .step:after {
    color: #e2e2e2;
    font-size: 10px;
    position: relative;
    top: 10px;
}

.ua-steps .steps .step:first-child { margin-left: 0 }
.ua-steps .steps .step:last-child { margin-right: 0 }

.ua-steps .steps .step:nth-child(1):after { content: "1" }
.ua-steps .steps .step:nth-child(2):after { content: "2" }
.ua-steps .steps .step:nth-child(3):after { content: "3" }
.ua-steps .steps .step:nth-child(4):after { content: "4" }
.ua-steps .steps .step:nth-child(5):after { content: "5" }
.ua-steps .steps .step:nth-child(6):after { content: "6" }

.nav-arrow-prev,
.nav-arrow-next {
    display: block;
    height: 85px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.nav-arrow-prev {
    background: url('/public/img/arrow-prev.fw.png');
    left: 20%;
}

.nav-arrow-next {
    background: url('/public/img/arrow-next.fw.png');
    right: 20%;
}
.ua-steps .steps .step.complete.disabled { background: #C3C3C3 }
/* -------------------------------------------------- #Utilities ---------------------------------------------------- */
#loading-wrapper {
    background: rgba(255,255,255,.7);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#loading-wrapper img {
    height: auto;
    margin: auto;
    max-width: 335px;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 90%;
}

#beneficiaries-loading-wrapper {
    background: rgba(255,255,255,.7);
    display: block;
    left: 10%;
    position: fixed;
    z-index: 100;
}

#beneficiaries-loading-wrapper img {
    width: 80%;
}

#debug-data {
    bottom: 0;
    position: fixed;
    width: 100%;
}

#debug-data pre { border-radius: 0 }

span.hr {
    display: block;
    height: 50px;
    padding-left: 10px;
    border-right: 1px solid #e4e4e4;
    margin-right: 10px;
}

#nanorep1 #nanorep-fw .widget-floating__header { background: #4abad2 !important }
#nanorep1 #nanorep-fw .answer-body__html a { color: #4abad2 !important }
#nanorep1 #nanorep-fw .answer-header__title { color: #4abad2 !important }

body.modal-open .product-quantity-toggle { z-index: -1 }

.increase-quantity,
.decrease-quantity {
    background: #e3e3e3;
    color: #848484;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    text-align: center;
    width: 100%;
}

.quantity {
    font-size: 18px;
    height: 40px;
    width: 100%;
}

.quantity input {
    border: none;
    text-align: center;
    width: 100%;
}

.increase-quantity { margin-top: -2px }
.decrease-quantity { margin-bottom: -2px }
/* -------------------------------------------------- #Clearing ----------------------------------------------------- */
/* -------------------------------------------- #Bootstrap Overrides ------------------------------------------------ */
.radio-inline input[type='radio'] { top: 4px }

.npb-custom-modal .modal-content {
    border-radius: 1px;
}
.npb-custom-modal .modal-body { padding: 20px 40px }

.npb-custom-modal .modal-footer { border-top: none }

.npb-custom-modal.in .modal-dialog {
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    -o-transform: translate(0,10%);
    transform: translate(0,10%);
}

.btn {
    -webkit-appearance: none;
}
.btn-npb:focus,
.btn-npb:active {
    box-shadow: none;
    border: 1px solid #4ABAD2;
    color: #fff;
}

.btn-npb-inverse:focus,
.btn-npb-inverse:active {
    box-shadow: none;
    border: 2px solid #4ABAD2;
    color: #4ABAD2;
}
.btn-npb-toggle:focus,
.btn-npb-toggle:active {
    color: #fff;
}

*:focus { outline: none!important; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: 1 }

input[disabled],
input.disabled {
    cursor: default;
    background: none;
    opacity: .3;
}

.dropdown-menu {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.dropdown-menu>li>a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu>li>a.active {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.popover {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    max-width: 320px;
}
.popover.right>.arrow { border-right-color: #DEDEDE }

.products-selection div[class*=col-]:nth-child(odd) { clear: left }
.products-selection div[class*=col-]:nth-child(even) { clear: right }
.products-selection div[class*=col-]:nth-child(n+3) { margin-top: 20px }

.alert {
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
    margin: 0 -8px 20px;
    padding: 3px 8px;
}

.alert-danger {
    background-color: #FF8962;
    border-color: #FF8962;
}

.alert-success {
    background-color: #71B35B;
    border-color: #71B35B;
}

.alert-info {
    background-color: #4ABAD2;
    border-color: #4ABAD2;
}

#referral-type-follow-up .dropdown-menu { width: 100% }
/* ----------------------------------------------- #Media Queries --------------------------------------------------- */
@media screen and (min-width: 600px) {
    .landing-page-get-started-top-btn {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .landing-page-helpers-lg { display: none }

    .landing-page-helpers-sm { display: block }

    .landing-page-helpers-sm>div {
        margin-bottom: 20px;
        width: 100%;
    }

    .landing-page-get-started-top-btn {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .form-group { margin-bottom: 0 }
    .form-group:last-of-type { margin-bottom: 20px }
    .form-group div[class*=col-xs-] { margin-top: 20px }

    .btn-npb, .btn-npb-inverse { margin-bottom: 20px }
    header .btn-npb { margin-bottom: 0 }

    .deposit-amounts-wrapper { margin-bottom: 20px }
    .deposit-amounts-wrapper .col-sm-3 { border-right: none !important }

    .deposit-amount label.btn-npb,
    .deposit-amount label.btn-npb-inverse { margin-bottom: 0 }

    .deposit-amount-spacer { display: none }

    .border-left,
    .border-right { border: none }

    .submit-helper-text {
        float: none;
        margin: 0 0 20px 0;
        text-align: left;
        width: 100%;
    }

    .npb-custom-modal .modal-body { padding: 20px }

    .account-disclosure { text-align: center }

    .account-disclosure p {
        float: none !important;
        margin: 15px 0 10px -5px;
    }

    .account-disclosure .btn {
        float: none !important;
        margin: 10px 0;
    }

    .npb-custom-modal .modal-footer .btn+.btn { margin-bottom: 20px }

    .npb-custom-modal .modal-dialog { margin-bottom: 55px }

    .product { width: 100% }

    .landing-page-accounts-list {
        padding-left: 15px;
    }

    .landing-page-accounts-text {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .landing-page-accounts-text {
        padding-left: 5%;
        width: 55%;
    }

    .landing-page-get-started-div {
        flex-direction: column;
    }

    .landing-page-get-started-btn {
        width: 75%;
    }

    .landing-page-get-started-bottom-btn {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .landing-page-accounts-list {
        width: 100%;
        padding-right: 5px;
    }
}

@media screen and (min-width: 768px) {
    .continue-btn { float: right }
}

.carousel-inner { padding: 0 10px }