
#firstStepButton:hover{
    color: #fff !important;
}

 #clearSecondStep{
   margin-top: 25px !important;
}
#clearFirstStep {
    margin-top: 35px !important;
}

ul li {
    list-style: none !important;
}
    
@media screen and (min-width: 640px) {
    .border-right-desktop:after {
        content: '';
        width: 1px;
        height: 98.5%;
        background: #c4c8cc;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .mobile-divider {
        display: none;
    }

    .abs-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .grid-two-thirds{
        width: 62% !important;
    }



}

@media screen and (max-width: 880px) {
    .accordion-title > a.collapse-toggle {
        line-height: 2em !important;
    }
}

#branch.disabled{
    background-color: lightgrey;
}
.disabled{
    background-color: lightgrey;
}


/*@media screen and (min-width: 640px) {*/
.mid-flexer {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column;
    position: relative;
}

#email-summary span.item-value{
    word-break: break-all;
}
/*}*/



.field-error .error-msg{
    display: inline-block !important;
    margin-bottom: 7.5px;
    margin-right: 7.5px;
    margin-top: 0;
    font-size: 1.6rem;
    width: 100%; 
    color: #bd0000;
}

.input-wpr.field-error .error-msg {
    padding-left: 25px !important;
    padding-top: 3px;
    margin-bottom: 0px;
}

.field-error .error-msg:before {
    content: "";
    display: inline-block;
    background: url(/dvl/assets/images/icons/icon-error.svg) no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 7.5px;
}

.to-print{
    display:none;
}

sup{
    font-size: 75% !important;
}

.dropdown-overlay {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0 5px 0;
}

.w-65 {
    width: 65.6%;
}

.w-57 {
    width: 57.33333% !important;
}

.font-400{
    font-weight: 400 !important;
}

img.icon-auto{
    vertical-align: middle;
    display: inline-block;
    width: 110px;
    height: 80px;
}

.divider {
    background-color: #73b0e3 !important; 
}

select.disabled {
    pointer-events: none; 
}

@media screen and (min-width: 640px) {
    p.table-center {
        padding-top:40px !important;
    }
}
@media screen and (max-width: 639px) {
    p.custom {
        margin-bottom:30px !important;
    }
    div.grid-wpr.eh-wpr.calculations.pad-tb {
        padding-bottom: 0 !important;
    }
    div.divider.mobile-divider.mar-tb {
        margin-top: 0 !important;
    }
}
ul.social-links {
    display: none !important;
}

@media (min-width: 640px){
    .desktop-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 639px){
    .desktop-inline-block {
        display: none !important;
    }

     .mobile-invisible {
        visibility: hidden;
    }
}

@media (min-width: 960px){
    #accordion1 .field-row [class*=col-] {
        padding-left: 25px !important;
    }
}


@media print { 
    img.icon-mtg_house{
        vertical-align: middle;
        display: inline-block;
        width: 160px;
        height: 100px;
    }

    .divider{
        height: 1px;
        width: 100%;
        background-color: #c4c8cc;
    }

    .to-print{
        display:block;
    }

    .no-print, .campaign-header{
        display: none !important;
    }

    .campaign ul li{
        line-height: 1em !important;
    }
    
    .section-inner{
        padding-bottom: 0 !important;
    }

    .print-legal {
        padding-top: 0 !important;   
    }

    .text-disclaimer{
        font-size: 1.2rem !important;
    }

}
