.btn.wrap {
    max-width: 100%;
    white-space: normal;
}
.showHidePassword {
    position: absolute;
    right:10px; top:35px;
    color:#B7B7B7;
    font-size: 22px;
    cursor: pointer;
}
.form-group-lg .showHidePassword {
    top:40px;
}

.image-checkbox {
    position: absolute;
    left: 25px;
    opacity: 0;
}
.image-checkbox-label {
    height: 20px;
    background: url('/img/checkbox.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.image-checkbox:checked + .image-checkbox-label {
    background: url('/img/checkbox-checked.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.checkbox label {
    padding-left: 30px;
}

.time-duration-picker-content {
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 0 !important;
    padding:10px;
}
.time-duration-picker-content input {
    border-radius: 50px;
    border:1px solid #efefef;
    text-align: center;
}


.showPassword {
    position: absolute;
    right:8px;top:35px;
    color:#999;
    cursor: pointer;
}


.whiteText {
    color: #FFF;
}
.btn {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.onboardingSlides {
    background-image: url('/img/home/backOnbaording.png');
    background-size: cover;
    background-position: center center;
}
.onboardingSlides h3 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
}
.homeOnboarding {
    color:#95435E;
}
@media screen and (max-width: 768px) {
    .homeOnboarding {
        margin:20px 0;
    }
}
.homeOnboarding .img-circle {
    width: 210px;
}
.toqueDivider {
    margin-top: -80px;
}
.vollkorn, .vollkorn p {
    font-family: 'Vollkorn';
    font-style: italic;
    margin-bottom: 0; padding-bottom: 0;
}
.appStores {
    padding-top: 10%;
    z-index: 2;
    position: relative;
}
.appStores a {
    width: 150px;
    margin-bottom: 15px;
    display: inline-block;
}
.appStores a img {
    width: 100%;
    height: auto;
}
.quoteFont {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;

    padding-bottom: 1em;
}
.quoteFont em {
    font-weight: 300;
}
.appImage {
    margin-top:-40px; margin-bottom: -170px; z-index: 1; position:relative;
    margin-left: -100px;
    width: calc(100% + 100px);
    max-width: none !important;
}
.appImage.noBottomOverlay {
    margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
    .appImage {
        margin-top: -140px;
        margin-bottom: -130px;
        right: -130px;
        width: 100%;
    }
}

#videoSection .videoHolder {
    padding:0 40px;
}
@media screen and (max-width: 768px) {
    #videoSection .videoHolder {
        padding:0;
    }
}
#downloadAppSecion h1,#downloadAppSecion h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 62px;
    /* or 97% */


    /* Chocolate Black */

    color: #442135;
}
#aboutBapachoSection h1,#aboutBapachoSection h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 62px;
    /* or 97% */


    /* Bapacho */

    color: #95435E;
}
#aboutBapachoSection p {
    color: #95435E;
}

#paragraphSpacer {
    height: 20px;
}

.labelStyle {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    letter-spacing: 0.25em;
    text-transform: uppercase;

    color:#442135;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px;
}


#newsletterSection {
    background-color: #CA9E9E;
    padding:40px 0;
}
#newsletterSection .form-control {
    font-family: 'Ubuntu';
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #D6D4D6;
    box-shadow: none;
    padding-left: 0;
}


.notificationWell {
    border:1px solid #95435F;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}
.notificationWell .closeBtn {
    position: absolute;
    right:10px; top:8px;
    cursor: pointer;
}

.leftGraphicAsset {
    position: absolute;
    width: 10vw;
    left:-14vw;
}
.leftGraphicAsset img {
    width: 100%;
}

ul.checklist {
    list-style: none;
}
ul.checklist li {
    padding-bottom: 15px;
}
ul.checklist li:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('/img/icons/checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

/*From Figma*/
.bp-chocolateBlack {
    color: #442135;
}
.bp-ultratitle {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 62px;
}
.bp-title2 {
    font-family: 'Ubuntu';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.bp-title3 {
    font-family: 'Vollkorn';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}
.bp-text {
    font-family: 'Ubuntu';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #442135;
}
.bp-p-title {
    font-family: 'Vollkorn';
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: center;
}
.bp-label {
    font-family: 'Ubuntu';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0.25em;
    text-align: left;
    text-transform: uppercase;
}
.bp-small-title {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.bp-big-quote {
    font-family: Vollkorn;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 42px;
}

@media (max-width: 768px) {
    .bp-ultratitle {
        font-size: 44px;
        line-height: 42px;
    }
    .bp-big-quote {
        font-size: 16px;
        line-height: 22px;
        text-align: right;
    }
}

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

.bp-default-text-color {
    color:#95435E;
}
.bp-dark-text-color {
    color:#442135;
}



/*Forms*/
.bpForm label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-feature-settings: 'zero' on;
    margin-bottom: 0; padding-bottom: 0;
}
.bpForm .form-control {
    border-radius: 0;
    border:0;
    border-bottom:1px solid #A1909A;
    padding-left:0; padding-right: 0;
    box-shadow: none;
}
.bpForm textarea.form-control {
    border:1px solid #A1909A;
    padding:10px;
    margin-top: 5px;
}