﻿.background-cover{
    display:unset !important;
}
.hero-container {
    background-color: #6b6b6b;
    padding: 40px 0;
    max-height:921px;
}
.form-container > .form-inner-wrapper > h3 {
    color: black;
    font-size: 28px;
    line-height: initial;
    margin-top: 0;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.detail {
    width: 43%;
    /*max-width: 310px;*/
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left !important;
}
    .detail > h2 {
        font-size: 40px;
        line-height: 54px;
        margin: 0 0 44px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        color: white;
        text-align: left !important;
    }
.form-inner-wrapper {
    background-color: white;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    padding: 46px;
}
.jornaya-label__disclosure {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px;
    margin-left: 0 !important;
    margin-top: 20px;
    color: #333;
}
.darkForm > .form-container > .form-inner-wrapper {
    background-color: rgba(0, 0, 0, 0.56);
}
    .darkForm > .form-container > .form-inner-wrapper > h3 {
        color: white;
        font-size: 28px;
        line-height: initial;
        margin-top: 0;
    }
    .darkForm > .form-container > .form-inner-wrapper > label {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        margin-left: 0 !important;
        margin-top: 20px;
    }
.jornaya-label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px;
    margin-left: 0 !important;
    margin-top: 25px !important;
}
.showOnlyDesktop {
    display: inline;
}

@media (max-width: 700px) {
    .showOnlyDesktop {
        display: none;
    }
    .detail > h2 {
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 44px;
    }
}
@media (min-width: 701px) and (max-width:970px) {
    .bubbleHeader {
        max-height: unset !important;
    }
}
.bubblePhoneMobile {
    background-color: white;
    height: 66px;
    width: 100%;
    text-align: center;
}
    .bubblePhoneMobile > .constrain > .phone {
        display: inline-block;
        color: black;
        line-height: 66px;
        float: none;
        text-decoration: none;
        font-size: 22px;
        text-transform: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
       /* .bubblePhoneMobile > .constrain > .phone > .gold {
            color: #c79e51;
        }*/
.darkmobile {
    background-color: #333333;
    color: white;
}
.mobile-form-container{

}
.white > li {
    color: #ffffff;
}
.bubble_bulletFix {
    margin-bottom: 46px;
}
.bubble_bulletFix > li {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666666;
}
.bubble_bulletFix > li:before, ul.checkmark li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
}
.input-validation-error {
    border-color: #ca0a37 !important;
    background-color: #f7d9d9 !important;
}


@media (min-width: 701px) and (max-width:970px) {
    label.error {
        font-size: 9px !important;
    }
}
.mobile-form-container-top{
    padding-top:1px;
}
.dark> h3{
    color: #ffffff !important;
}
.vf-form.dark h3 {
    color: #000 !important;
}
.darkPhone {
    background-color: #333333 !important;
}
    .darkPhone > .constrain > .phone{
        color:#ffffff;
    }
.light >h3{
    color:#ffffff;
}
.lpBulletFix {
    margin-bottom: 46px;
}
    .lpBulletFix > li {
        padding-left: 30px;
        position: relative;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 4px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #666666;
    }
        .lpBulletFix > li::before {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            background-color: #cccccc;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 10px;
        }
@media (min-width: 701px) and (max-width:1170px){
    .lpBulletFix > li {
        font-size: 15px;
    }
}
@media (max-width: 700px) {
    .lpBulletFix > li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 7px;
    }
}