/* FONTS */

/* ENTRY SLIDE */
#keypad-slide-1 h1,
#keypad-slide-1 p{
    text-align: center;
}

#keypad-slide-1 h1{
    font-family: Assistant;
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color:#003E6B;
    margin-bottom:30px;
}

.slide-text p strong{
    font-weight: 700;
}

.slide-text p{
    font-family: Source Sans Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
}

.slide-text h2{
    font-family: Assistant;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: left;
    text-transform: uppercase;
    color:#003E6B;
    margin-bottom:30px;
}

@media screen and (max-width:900px) {
    #keypad-slide-1 .slide-text p{
        font-size: 32px;
        line-height: 32px;
    }
    .keypad-selector-wrapper .slide-text p{
        font-size: 28px;
        line-height: 28px;
    }
}

.slide-text p{
    font-family: Source Sans Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    line-height: 36px;
    font-style: normal;
}

span.error-message {
    position: absolute;
    bottom: -60%;
    color: red;
}