﻿.modal {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    min-height: 220px;
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    z-index: 10000;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    color: #000;
    display: none;
}

    .modal.modal-active {
        display: block !important;
    }

    .modal .btn {
        display: inline-block;
        border-radius: 50px;
        padding: 15px 20px;
        background: #fff;
        color: #303030;
        font-size: 22px;
        margin: 0;
        vertical-align: middle;
        background-color: #2b9700 !important;
        color: #fff !important;
        font-weight: 700;
        text-indent: 0.2em;
    }

.overlay {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .overlay .spinner {
        position: absolute;
        height: 128px;
        width: 128px;
        top: 50%;
        left: 50%;
        margin-left: -64px;
        margin-top: -64px;
    }

.bg .input-group,
.modal .input-group {
    border: 2px solid #000;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
}

    .modal .input-group input,
    .bg .input-group select,
    .modal .input-group select,
    .modal .input-group input:active,
    .modal .input-group select:active,
    .modal .input-group input:focus,
    .modal .input-group select:focus,
    .modal .input-group input:hover,
    .modal .input-group select:hover {
        background: transparent !important;
        text-indent: 14px;
    }

    .bg .input-group .input-group-addon > img {
        position: relative;
        left: -7px;
        top: 5px;
    }

    .bg .input-group input:active,
    .bg .input-group input:focus,
    .bg .input-group input:hover,
    .bg .input-group select:active,
    .bg .input-group select:focus,
    .bg .input-group select:hover,
    .bg.bg-gray input:hover {
        background: #fff !important;
    }

.page-ready .bg .bankcheck .input-group {
    overflow: visible;
    background: none;
    border: none;
}

    .page-ready .bg .bankcheck .input-group input,
    .page-ready .bg .bankcheck .input-group input:focus,
    .page-ready .bg .bankcheck .input-group input:active,
    .page-ready .bg .bankcheck .input-group input:hover {
        background: #fff !important;
        height: 55px;
        line-height: 55px;
    }

.video-4 {
    max-width: 500px;
    max-height: 280px;
    top: 0;
    margin-bottom: 55px;
    z-index: 1001;
    position: fixed;
    width: 500px;
    height: 280px;
    left: 50%;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    box-shadow: 0 15px 60px #000;
}

    .video-4 iframe {
        height: 100%;
        width: 100%;
    }

#email.input-error,
#pin.input-error,
#password.input-error,
#phone.input-error {
    border-color: red;
}

.devPoweredBy {
    float: left;
    margin-right: -8px;
}

    .devPoweredBy div p {
        text-shadow: 4px -2px 31px #eee;
        font-size: 14px;
        margin: -3px 0;
    }

#mobile-phone-img {
    max-height: 400px;
    width: auto;
}

.app-store-img {
    max-height: 50px;
}

.advantages {
    height: 50px;
}

.sections .menu.uppercase li.twitter-margin {
    margin: 0;
}

.menu a.active {
    color: orange;
}

/***
 *
 *   ____          _                     ____          _
 *  / ___|   _ ___| |_ ___  _ __ ___    / ___|___   __| | ___
 * | |  | | | / __| __/ _ \| '_ ` _ \  | |   / _ \ / _` |/ _ \
 * | |__| |_| \__ \ || (_) | | | | | | | |__| (_) | (_| |  __/
 *  \____\__,_|___/\__\___/|_| |_| |_|  \____\___/ \__,_|\___|
 *
 */

/*Getting Started page*/

.credentials {
    display: none;
}

    .credentials.credentials-active {
        display: block;
    }

.get_started_page {
    text-align: left;
}

    .get_started_page img.img-responsive.img-overlap {
        display: none;
    }

    .get_started_page .company-info .col-md-6 {
        margin-bottom: 161px;
    }

    .get_started_page p {
        font-size: 15px;
    }

select.form-control {
    border: none;
    width: 88%;
    padding: 10px 0 3px 0;
    font-size: 19px;
    height: 57px;
}

.col-md-4.col-md-offset-4 {
    margin-left: 33.33333333%;
}

/*introduction*/

.bg.bg-beige.bg-intro .city-bg img {
    display: none;
}

/*company stuff*/

.help-block {
    color: #fff;
    display: block;
    padding: 7px 6px;
    margin-bottom: 24px;
    font-size: 14px;
    background: #000;
    margin-top: -2px;
    border-radius: 0 0 4px 4px;
}

/*address stuff*/

.container-country {
    background: url(../../images/registration-country-bg.png) top right no-repeat;
}

.bg-gray {
    background-color: #f7f8fa;
}

.col-md-12 img {
    vertical-align: middle;
}

.bg .input-group.input-group-success .input-group-addon > img:last-child {
    display: none;
}

.get_started_page select {
    background-color: #f9f9f9;
}

.bg.bg-gray input {
    background-color: #f9f9f9;
    background: inherit;
}

/*text allignment*/

.clearfix {
    overflow: auto;
    zoom: 1;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-danger {
    color: #ef7070;
}

.text-muted {
    color: #b9b1ac;
}

/*bank stuff*/

.bankcheck .input-group {
    border-bottom: none;
}

.bg .bankcheck .input-group.input-group-success input {
    color: #28FF66;
    border-color: #28FF66;
}

.bg .bankcheck .confirm label {
    margin-bottom: 4px;
}

.bg .bankcheck .input-group input:active,
.bg .bankcheck .input-group input:focus,
.bg .bankcheck .input-group input:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: #91af9a;
}

.bg .bankcheck .input-group input[name=ConfirmAccountNumber] {
    position: static;
    margin: 14px 0 0 4px;
    background: #fff;
    width: 90%;
    display: block;
}

.get_started_page .bg-gray h2.title {
    font-weight: 100;
    position: relative;
    bottom: 5px;
    font-size: 32px;
    margin-bottom: 35px;
    float: left;
}

.get_started_page .bankInfo h2.title {
    font-weight: 100;
    position: relative;
    font-size: 32px;
    margin: 60px;
    min-width: 225px;
}

/*alerts*/

.alert.alert-info {
    color: #4a7ed0 !important;
    border-left-color: #7fb1ff;
    background-color: #e7f0ff;
}

.alert {
    border-radius: 0 !important;
    border: 0;
    border-left-width: 6px;
    border-left-style: solid;
    background-color: #fff;
    display: inline-block;
    margin: 30px 0;
    padding: 15px 25px 0 25px;
    width: 100%;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert > strong {
    display: block;
    font-weight: 700;
    padding: 8px 0 20px;
    font-size: 16px;
}

.alert.alert-danger {
    color: #ef7070 !important;
    border-left-color: #ff7c7c;
    background-color: #ffe7e7;
}

.alert p {
    font-size: 17px;
    margin-bottom: 20px;
}

.alert.alert-warning {
    color: #7f7f00 !important;
    border-left-color: #e5e500;
    background-color: #ffffe5;
}

.bg .bankcheck .input-group.input-group-error input {
    color: #FF2828;
    border-color: #FF2828;
}

.text-warning {
    color: #ed5e41;
}

.bg .bankcheck .confirm .input-group.input-group-error input {
    border-color: #FF2828;
    color: #FF2828;
}

@media screen and (max-width: 767px) {
    .get_started_page form input,
    .get_started_page form textarea {
        display: inline !important;
    }

    .bg .bankcheck .input-group input[name=ConfirmAccountNumber] {
        width: 81%;
    }

    .container .btn.btn-inverse.red.round {
        margin-left: -20px;
    }

    .pad.shadow.selected.ae-2 {
        border-radius: 20px;
        padding: 6% 10%;
        border: 4px solid #fff;
        color: #303030;
        background: #fff;
    }

    .container .wrap:not(.noSpaces),
    .container .wrap.spaceWrap,
    .container .wrap .spaceWrap {
        padding: calc(10.56% + 50px) calc(8% + 15px) !important;
    }

    .get_started_page .row-credentials .col-credentials {
        margin: 0 !important;
    }
}

.get_started_page .row-credentials {
    overflow: hidden;
}

    .get_started_page .row-credentials .col-credentials {
        margin: 0 40px 0 0;
    }

.bg.bg-beige.bg-intro h2 {
    font-size: 48px;
    margin-bottom: 14px;
    margin-top: 10px;
}

.bg .bankcheck .input-group input {
    position: relative;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 22px;
    font-family: Consolas, Serif;
    color: #ccc;
    background: #a0baa8;
    text-indent: 7px;
    height: 36px;
    width: 90%;
}

/*responsivity */

.alert {
    position: relative;
}

@media (min-width: 1282px) {
    .EMail_two_inputs {
        display: flex;
    }

    .bankcheck .bankcheck-input-names {
        display: none;
    }

    .bg .bankcheck .input-group input[name=BankName] {
        top: 47px;
        left: 19px;
        width: 452px;
    }

    .bg .bankcheck .input-group input[name=RoutingNumber] {
        top: 113px;
        left: 23px;
        max-width: 303px !important;
        width: 100% !important;
    }

    .bg .bankcheck .input-group input[name=AccountNumber] {
        top: 57px;
        left: 360px;
        max-width: 299px !important;
        width: 100%;
    }

    .bg .bankcheck .confirm {
        width: 753px;
        background: #293850;
        display: block;
        position: relative;
        bottom: -96px;
        height: 123px;
        left: 17px;
        -webkit-box-shadow: inset 0 4px 6px #000;
        box-shadow: inset 0 4px 6px #000;
    }

    .get_started_page .bankInfo .bankcheck .col-md-6 {
        width: 50%;
        float: left;
    }

    .bankcheck .col-md-6 .input-group {
        width: 399px;
        margin-left: 17px;
    }

    .bg .bankcheck .confirm p {
        color: #fff;
        margin: 61px 0 0 19px;
        font-size: 16px;
        line-height: 1.42857143;
    }

    .bg .bankcheck .confirm label {
        margin: 19px 23px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 100;
    }

    .bg .bankcheck {
        background: url(../../images/registration-check-bg.png) top center no-repeat;
        height: 266px;
        width: 789px;
        margin: 0 auto;
        margin-bottom: 155px;
    }

    .bg .creditcard {
        background: url(../../images/registration-credit-card.png) top center no-repeat;
        height: 353px;
        width: 600px;
        margin: 0 auto;
        margin-bottom: 42px;
    }

        .bg .creditcard .card-number {
            width: 486px;
            height: 55px;
            position: relative;
            margin: 86px 54px 28px;
        }

        .bg .creditcard .card-expiration {
            float: left;
            width: 104px;
            margin: 0 90px;
        }

    .card-expiration input {
        width: 100% !important;
    }

    .bg .creditcard .card-cvv {
        width: 92px;
        margin-left: 362px;
        padding-left: 14px;
    }

    .bg .creditcard .name-on-card {
        width: 437px;
        margin-left: 17px;
        margin-top: 40px;
    }

    .bg.bg-beige.bg-intro .city-bg {
        position: absolute;
        bottom: 0;
        right: 35px;
    }

        .bg.bg-beige.bg-intro .city-bg img {
            display: block;
        }

    .col-md-offset-2 img.img-responsive.img-overlap {
        position: relative;
        top: -96px;
        left: 146px;
        display: block;
    }

    .col-md-offset-2 img.img-responsive.img-overlap-phone {
        top: -68px;
        left: 74px;
    }

    .get_started_page .company-info .col-md-6 {
        margin-bottom: 0;
    }

    .get_started_page .container {
        padding: 35px;
        padding-bottom: 0;
    }

    .bg.bg-beige.bg-intro .col-md-6.col-md-offset-1 {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .pad.ae-4.shadow.pad-54 form {
        margin: -61px -104px 0 -104px;
    }

    .get_started_page .col-md-6 {
        width: 50%;
        float: left;
    }

    .get_started_page .col-md-5 {
        float: left;
        width: 42.66666667%;
    }

        .get_started_page .col-md-5 p {
            font-size: 17px;
        }

    .bg.company-info .container .col-md-3 {
        width: 41%;
        float: left;
    }

    .get_started_page .col-md-4 {
        width: 36.33%;
        float: left;
        margin-bottom: -151px;
    }

    .get_started_page .col-md-7 {
        width: 54.33333333%;
    }

    .get_started_page .col-md-3 {
        width: 25%;
        float: left;
        margin-right: 40px;
    }

    .get_started_page .credentials .col-md-3 {
        margin: 0 0 0 60px;
    }

    .get_started_page .col-md-12 {
        width: 100%;
    }

    .get_started_page .col-md-10 {
        width: 83.33333333%;
        margin-top: 50px;
    }

    .company-info .col-md-6 input.form-control {
        width: 94%;
    }

    .company-info .col-md-3 input.form-control {
        width: 93%;
    }

    .container-country .col-md-7 input.form-control {
        width: 95%;
    }

    .container-country .col-md-3 input.form-control {
        width: 88%;
    }

    .credentials .col-md-4 input.form-control {
        width: 92%;
    }

    .credentials .col-md-3 input.form-control {
        width: 88%;
    }

    .get_started_page form input[type="text"],
    .get_started_page form input[type="password"] {
        width: 86% !important;
    }

    .get_started_page select.form-control {
        width: 100%;
    }

    .bg.bg-beige {
        background-color: #f4ede8;
    }
}

.get_started_page input.form-control {
    margin: 0;
    margin-bottom: 1px;
}

.get_started_page .col-md-5 p a {
    color: blue;
}

@media (max-width: 1281px) {
    .slides .get_started_page h1.text-center,
    .slides .get_started_page .h1.text-center {
        text-align: left;
        margin-bottom: 30px;
    }

    .bg .bankcheck {
        background: none;
        max-width: 500px;
        margin: 0;
    }

    .bankcheck .confirm p {
        color: #b9b1ac;
        display: block;
        padding: 7px 0 14px;
        margin-bottom: 24px;
        font-style: italic;
        font-size: 14px;
    }

    .grid.ae-5.left li.col-12-12:first-child {
        margin-top: -45px;
    }

    .page-ready .bg .bankcheck .input-group {
        border: 2px solid #000;
    }

    .bankcheck .input-group {
        margin-bottom: 25px;
    }

    .get_started_page form {
        font-size: 20px;
    }
}

.bg .input-group .input-group-addon > img,
.bg .input-group.input-group-error .input-group-addon > img:first-child {
    display: none;
}

.bg .input-group.input-group-error .input-group-addon > img:last-child,
.bg .input-group.input-group-success .input-group-addon > img:first-child {
    display: inline-block;
}

.bg .input-group.input-group-success input,
.bg .input-group.input-group-success select {
    color: #678d72;
}

.bg .input-group.input-group-error input,
.bg .input-group.input-group-error select {
    color: #ef7070;
}

.bg .input-group.input-group-error {
    border: 2px solid #ef7070;
}

.bg .input-group.input-group-success {
    border: 2px solid #678d72;
}

.bankcheck a {
    color: black;
}

.bankcheck input::-webkit-input-placeholder {
    color: #ccc !important;
}

.bankcheck input:-moz-placeholder {
    color: #ccc !important;
}

.bankcheck input::-moz-placeholder {
    color: #ccc !important;
}

.bankcheck input:-ms-input-placeholder {
    color: #ccc !important;
}

.input-name {
    border: 2px solid #333;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    text-indent: 16px;
}

/*Sign-In page*/

.squaredFour {
    width: 20px;
    margin: -6px 1px;
    position: relative;
}

    .squaredFour label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        background: #335;
    }

        .squaredFour label:after {
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 13px;
            height: 7px;
            background: transparent;
            top: 5px;
            left: 4px;
            border: 3px solid white;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredFour label:hover::after {
            opacity: 0.5;
        }

    .squaredFour input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

.pad-responsive.first-sign-in-page {
    box-shadow: none;
    border-radius: 0 0 20px 20px;
}

.signInTabs {
    background-color: #f81;
    height: 68px;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.sign-in {
    background: #555;
}

    .sign-in input[type=checkbox] {
        display: inline;
        width: auto;
        margin: 4px 4px 0 0;
        position: relative;
        top: 1px;
    }

.tab-background {
    background-color: white;
    height: 31px;
    position: relative;
    bottom: -39px;
    width: 59px;
    left: 43%;
    z-index: 0;
}

    .tab-background:hover {
        opacity: inherit;
    }

.sign-in .phone-icon {
    background-color: #f81;
    position: absolute;
    color: white;
    text-indent: -8px;
    width: 224px;
}

.sign-in .SignInDesktopView .phone-icon {
    font-size: 27px;
    z-index: 1;
    height: 68px;
    line-height: 74px;
    border: none;
    cursor: pointer;
}

.sign-in .SignInMobileView .phone-icon {
    border-radius: 34px;
    height: 49px;
    line-height: 49px;
    top: 62px;
    text-align: left;
    text-indent: 48px;
    text-transform: uppercase;
    left: -118px;
}

.sign-in .mobileTab {
    left: 0;
    border-radius: 20px 20px 20px 0;
}

.sign-in .emailTab {
    right: 0;
    border-radius: 20px 20px 0 20px;
}

.sign-in .phone-icon svg {
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeSpeed;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    position: absolute;
    left: 21px;
    top: 13px;
    fill: #fff;
    opacity: 1;
}

.sign-in .SignInDesktopView .phone-icon.active {
    background-color: #fff;
    color: black;
    cursor: default;
}

.sign-in .SignInMobileView .phone-icon.active {
    background-color: #ff9717;
}

.sign-in .SignInDesktopView .phone-icon:hover {
    opacity: 0.99;
    color: #c3c3c3;
}

.sign-in .SignInMobileView .phone-icon:hover {
    background-color: #ff9717;
}

.sign-in .SignInDesktopView .phone-icon.active:hover {
    color: black;
}

.sign-in .phone-icon:hover svg {
    fill: #fff;
    opacity: 1;
}

.sign-in .phone-icon .arrow-icon {
    left: 2px;
    position: relative;
    top: -2px;
}

.tooltip-sign-in {
    background-color: red;
    border-radius: 5px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    right: -260px;
    top: 206px;
    text-align: left;
    text-indent: 14px;
    color: white;
    width: 240px;
}

.tooltip-sign-in-2 {
    display: none;
}

.sign-in-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: -24px;
    border-right: 24px solid red;
    font-size: 0;
    bottom: 5px;
    position: relative;
    opacity: 1 !important;
}

.tooltip-phone {
    width: 484px;
    right: -518px;
}

.stop-circle {
    position: relative;
    right: 2px;
    top: 3px;
    margin-right: 5px;
}

.display_inliine_than_block {
    display: inline;
}

/*
 * What: Tiles
 * Description: Overrides "tiles" on home page
*/

.box-69 {
    padding-bottom: 73%;
}

    .box-69:hover:after {
        opacity: 0.2;
    }

.slide.animate .hghlght:before,
.slide.animate .hghlght:after {
    width: 100%;
    background: rgba(230, 249, 0, 0.9);
}

.slide .hghlght {
    position: relative;
    white-space: nowrap;
    text-shadow: 2px 2px 3px #000;
}

    .slide .hghlght:after,
    .slide .hghlght:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -3px;
        height: 55%;
        width: 0;
        -moz-transition: .4s width, 6s background, .1s color;
        -o-transition: .4s width, 6s background, .1s color;
        -webkit-transition: .4s width, 6s background, .1s color;
        transition: .4s width, 6s background, .1s color;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
        -webkit-transform-origin: left;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        overflow: hidden;
        background: rgba(230, 249, 0, 0.92);
        z-index: -1;
        box-shadow: 2px 0 0 2px rgba(230, 249, 0, 0.15) inset;
        border-radius: 3px;
        -webkit-transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
        -moz-transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
        -ms-transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
        -o-transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
        transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
    }

    .slide .hghlght:before {
        left: 2px;
        -webkit-transition-delay: 2.45s;
        -moz-transition-delay: 2.45s;
        -o-transition-delay: 2.45s;
        transition-delay: 2.45s;
        -webkit-transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
        -moz-transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
        -ms-transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
        -o-transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
        transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
    }

.background-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: black;
    background: rgba(0, 62, 156, 1);
    background: linear-gradient(135deg, rgba(0, 62, 156, 1) 0%, rgba(0, 21, 51, 1) 100%);
    opacity: 0.9;
}

/*
 * What: Top Navigation
 * Description: Adds/Overrides styles on top panel
*/

.panel.top .center h3 {
    padding-top: 16px;
}

.panel.top .sidebarTrigger {
    border-color: #fff;
}

/*
 * What: SVGs
 * Description: Overrides styles svgs
*/

#logo {
    fill: #132249;
}

/*
 * What: Footer
 * Description: Adds styles to footer
*/

.footer-or {
    padding: 59px 14px 0;
    display: inline-block;
    font-size: 1.6em;
    font-style: italic;
}

/*
 * What: Forms
 * Description: Adds styles to telephone input
*/

form input[type="tel"] {
    background: #fff;
    padding: 13px 19px 14px;
    font-family: "Source Sans Pro", sans-serif;
    border: none;
    font-size: 18px;
    color: #242424;
    outline: none;
    border-radius: 4px;
    width: 100%;
    max-width: 230px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    form input[type="tel"].wide {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

/*
 * What: Getting Started Registration Pages
 * Description: Tons of fixes!
*/

.get_started_page .container {
    height: auto;
}

.get_started_page h1,
.get_started_page .h1 {
    font-size: 28px;
    font-weight: 200;
    margin-left: -0.05em;
    text-align: left;
    margin-bottom: 12px;
}

    .get_started_page h1.text-warning {
        font-family: "Source Sans Pro", sans-serif;
        text-decoration: none;
        text-transform: none;
        font-weight: 100;
        margin-top: 12px;
        font-size: 48px;
    }

.get_started_page.pad.pad-54 {
    padding: 5% 9%;
    border: 0 none;
}

.get_started_page input[type="tel"],
.get_started_page input[type="text"],
.get_started_page input[type="number"],
.get_started_page input[type="email"],
.get_started_page input[type="password"] {
    max-width: 89% !important;
}

.get_started_page .steps {
    border-bottom: 2px solid #293850;
    margin-bottom: 7px;
    margin-right: 10px;
}

    .get_started_page .steps a.step {
        display: inline-block;
        padding: 5px 14px;
        background: #d3d3d3;
        color: #fff;
        z-index: 2;
        font-size: 16px;
        margin-right: 1px;
        font-weight: 600;
    }

        .get_started_page .steps a.step.step-active {
            background: #293850;
        }

.get_started_page .h2,
.get_started_page h2 {
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: none;
    margin: 0 0 12px;
    padding: 0;
}

/*privacy-policy page and Terms&Condition page*/

.lead {
    font-size: 24px;
    line-height: 32px;
    font-family: 'aleolightitalic';
}

.main-content ol {
    display: block;
    list-style-type: decimal !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.main-content li {
    list-style: inherit;
    display: list-item;
    padding-bottom: 15px;
}

.main-content ul {
    list-style-type: disc;
}

.main-content .main-content-ul {
    padding: 15px 0 0 18px;
}

.main-content {
    padding: -1px !important;
}

    .main-content blockquote.right {
        border-left-style: solid;
        border-left-width: 1px;
        padding: 10px 0 10px 60px;
        float: right;
        width: 41%;
        font-family: 'aleolightitalic';
    }

    .main-content cite {
        display: block;
        padding-top: 10px;
    }

    .main-content h2 {
        text-transform: none;
    }

@media (max-width: 1380px) {
    .main-content blockquote.right {
        width: 100%;
        float: none;
        text-align: left !important;
    }
}

.red-buttons {
    margin: 15px 0 8px 0 !important;
    max-width: 350px;
    width: 100%;
}

.pad.pad-responsive small {
    margin-bottom: 0;
}

.bussiness-wallet-buttons-mobile {
    display: none;
}

.emoney-logo {
    max-width: 312px;
    width: 100% !important;
    min-width: 220px;
    height: 46px !important;
}

ul.grid.equalElement.fixedSpaces.left.box-88 li.col-3-12.equalElement {
    overflow: hidden;
}

form {
    font-size: initial;
}

.pad small {
    font-size: 14px;
}

body .slide.whiteSlide,
.whiteSlide .button.actionButton {
    background: transparent;
}

.whiteSlide.fade .content {
    background: #fff;
}

.slides.whiteSlide .panel .button.menuButton.stroke,
.whiteSlide .devPoweredBy,
.whiteSlide h1 {
    color: #125;
}

.slides.whiteSlide .panel .sidebarTrigger {
    border-color: #125;
}

.slides.whiteSlide .panel svg,
.slides.whiteSlide .side svg:not([fill]) {
    fill: #125 !important;
}

meter {
    margin: 5px auto 1em;
    width: 100%;
    height: 0.5em;
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: #ccff00;
    }

    meter[value="5"]::-webkit-meter-optimum-value {
        background: #6dc066;
    }

    /* Gecko based browsers */

    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="3"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="4"]::-moz-meter-bar {
        background: #ccff00;
    }

    meter[value="5"]::-moz-meter-bar {
        background: #6dc066;
    }

.slides .panel.top .desktop .left svg {
    width: 312px;
    height: 46px;
    margin-left: -25px;
}

.panel.bottom .ets-logo svg {
    width: 107px;
    height: 31px;
}

.panel.bottom.whiteSlide .sections.desktop .right {
    color: #125;
}

.pad.pad-responsive form small.forgot-text span {
    color: red;
}

.pad-responsive input.button.round.green {
    margin-bottom: 23px !important;
}

    .pad-responsive input.button.round.green.last_button {
        margin-bottom: 8px !important;
    }

.slide.sign-in div.fix-5-12.box-43 {
    position: relative;
}

small.block.block-43 span a.block.bold {
    color: #8af;
}

.whiteSlide .alert {
    margin: 5px 0 20px;
}

.svg-margin svg {
    margin-bottom: 24px;
}

@media screen and (min-width:1024px) {
    .macbook-61.shiftImageVertical.shiftImage {
        width: 260%;
    }
}

@media screen and (min-width:1024px) {
    .macbook-62.shiftImageVertical.shiftImage {
        margin: 6% 0 0 -48%;
    }
}

.wrap:not(.noSpaces),
.spaceWrap {
    padding: calc(3.56% + 50px) calc(8% + 15px);
}

.g-recaptcha div div {
    width: 100% !important;
    height: 100% !important;
}

a {
    color: blue;
}

.editable_input {
    text-align: right !important;
    padding-bottom: 0px !important;
    max-height: 66px !important;
}

    .editable_input input {
        border: none;
        background-color: #ccc !important;
    }

    .editable_input button {
        position: relative;
        left: -2px;
        top: -51px;
        border: none;
        background: none;
        cursor: pointer;
    }

.code-single {
    margin-top: 10px;
    font-size: 16px;
    width: 42px;
    height: 42px;
    text-align: center;
}

.green-spin {
    background-image: url("../../images/upg/green-spin.gif");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}

.fix-12-12 a {
    color: inherit;
}

a .cell {
    color: #303030;
}

.main-content li {
    list-style: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #f9f9f9 !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.aboutAndTerms a {
    color: white;
}

.text-43 {
    opacity: 0.7;
}

#ets-inventory-wrapper {
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.store-pad {
    padding: 0 !important;
}

.fix-12-12.store-box {
    max-width: 1210px !important;
}

.fix-custom {
    padding-left: calc(8% + 15px);
    padding-right: calc(8% + 15px);
}

[class*='fix-'] {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.showcase-container {
    align-items: center;
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-right: -2%;
}

    .flex > .col-4-12 {
        width: 33.33333%;
    }

    .flex [class*='col-'] {
        padding-left: 2%;
        padding-right: 2%;
    }

.popupTrigger,
.dropdownTrigger,
.sidebarTrigger {
    cursor: pointer;
}

.showcase li .sc {
    margin-bottom: 50px;
    color: #858585;
    font-size: 17px;
    line-height: 25px;
    position: relative;
    display: block;
    cursor: pointer;
}

    .showcase li .sc:hover {
        opacity: 1;
    }

.showcase li .sc-img {
    font-size: 0;
    line-height: 0;
    background: #e8e8e8;
    padding-top: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    display: block;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    -webkit-transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
    transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
}

    .showcase li .sc-img img {
        width: 100%;
        border-radius: 5px;
    }

.showcase li .sc strong {
    display: block;
    color: #202020;
    margin-top: 10px;
}

.slide.showcase li .sc:after {
    content: "Watch Video";
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 95px);
    right: inherit;
    background: #fff;
    border-radius: 50px;
    padding: 12px 45px;
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(1.025);
    transform: translateY(-10px) scale(1.025);
    -webkit-transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
    transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
}

.slide.showcase li .sc:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.showcase.slide li .sc:hover .sc-img {
    box-shadow: 0 22px 34px rgba(0, 0, 0, 0.4);
    box-shadow: 13px 22px 34px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-10px) scale(1.025);
    transform: translateY(-10px) scale(1.025);
}

.slide.showcase li .sc:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.showcase li .sc-img:before {
    content: "...";
    position: absolute;
    font-size: 45px;
    color: #fff;
    top: -4px;
    line-height: 0;
    letter-spacing: -2px;
    left: 4px;
}

.showcase.slide li .sc-img:after {
    content: ":";
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
    transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
    border-radius: 0 0 3px 3px;
}

.showcase.slide li .sc:hover .sc-img:after {
    opacity: .5;
}

.showcase .showcase-container li {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.showcase .fix-custom .showcase-container:not(.revealed) li:nth-child(3n+1) {
    -webkit-animation: fromBottom .8s 2s backwards;
    animation: fromBottom .8s 2s backwards;
}

.container .wrap:not(.noSpaces),
.container .wrap.spaceWrap,
.container .wrap .spaceWrap {
    padding: calc(5.56% + 50px) calc(8% + 15px);
}

h1.huge {
    font-size: 100px;
    color: #000;
}

.page-loaded .slides.presentation:not(.stage-1) .panel.top {
    box-shadow: 0 1px 1px rgba(48, 48, 48, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-loaded .slides.presentation.whiteSlide .panel.top {
    background: rgba(255, 255, 255, .975);
}

.page-loaded .slides.presentation .panel.top {
    background: rgba(0, 0, 0, 0.2);
}

.slides.presentation .panel {
    -webkit-transition: -webkit-transform .5s 2s, opacity .5s, padding .5s, background .5s, box-shadow .5s;
    transition: transform .5s 2s, opacity .5s, padding .5s, background .5s, box-shadow .5s;
}

.page-loaded .scroll .panel,
.page-loaded.mobile .simplifiedMobile .panel {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: absolute;
}

.slides.animated.fast .panel {
    transition: transform 0.6s 1s, opacity 0.6s 1.5s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s;
}

@media (max-width: 1023px) {
    .flex > .col-tablet-1-2 {
        width: 50% !important;
    }

    .flex > .col-4-12 {
        width: 33.33333%;
    }

    .flex [class*='col-'] {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 767px) {
    .flex > .col-phablet-1-1 {
        width: 100% !important;
        max-width: inherit;
    }

    h1,
    .h1,
    h1.huge,
    .h1.huge,
    h1.big,
    .h1.big {
        font-size: 52px;
        margin-bottom: 20px;
    }

    p.hero {
        font-size: 22px;
    }
}

@media (max-width: 435px) {
    .flex > [class*='col-'] {
        width: 100%;
    }
}

@media screen and (max-width: 1329px) {
    .designed-blocks .background {
        background-size: 60% !important;
    }
}

.footerCallout {
}

.reset-container {
    display: block;
    background: #ffeeee;
    color: #26272a;
    padding: 14px;
    margin: 0 0 30px;
    border-radius: 5px;
    font-weight: normal;
    border: 1px solid #ffb7b7;
    box-shadow: 0 0 25px -15px red, inset 0 1px 0 white, inset 0 -5px 9px #ffe0e0;
    text-shadow: 0 1px 0 white;
}

.checkbox {
    margin: 40px 0 15px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
    overflow: hidden;
}

    .checkbox a {
        display: block;
        text-align: left;
        float: right;
    }

    .checkbox input {
        display: block;
        position: relative;
        top: -2px !important;
    }
    .checkbox.registration {
        display: grid;
        grid-template-columns: 1fr 19fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 5px;
    }
    .checkbox.registration label {
        grid-column-start: 1;
        grid-column-end: -1;
        text-align: center;
    }
    .checkbox.registration input {
        justify-self: center;
        align-self: center;
    }
    .checkbox.registration span {
        text-align: center;
        background: #efefef;
        color: black;
        padding: 8px;
        font-size: 12px;
        border-radius: 10px;
        box-shadow: inset 0 0 8px -8px black;
    }
    .checkbox.registration a {
        display: initial;
        text-align: unset;
        float: none;
    }

[class*='field-validation-'] {
    display: block;
    font-size: 12px;
    color: red;
}

#twoFactorModal,
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(14, 15, 16, 0.9);
    overflow: hidden;
}

    #twoFactorModal .pad {
        position: relative;
    }

    #twoFactorModal .close,
    .dialog-header .dialog-close {
        position: absolute;
        top: 1px;
        right: 15px;
        font-size: 35px;
        color: red;
        text-decoration: none;
        font-weight: normal;
    }

.dialog-wrapper {
    padding: 40px 40px 10px;
    position: relative;
}

.dialog .hide {
    display: none !important;
}

.dialog-footer {
    text-align: right;
    border-top: 1px solid #efefef;
    padding-top: 30px;
}

    .dialog-footer a {
        margin-left: 10px;
    }

.dialog-body,
.dialog-body p {
    font-size: 20px;
}

.text-muted.text-help {
    display: block;
    margin: -8px 22px 10px !important;
    background: #efefef;
    color: black;
    padding: 8px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    box-shadow: inset 0 4px 8px -8px black;
}

.pass-meter {
    margin: 20px 30px 0;
}

    .pass-meter meter {
        border-radius: 20px;
        display: block;
        overflow: hidden;
    }

#phoneEndingIn {
    font-family: monospace;
}