/* Slick Modals - Welcome message */


.welcomeMsg .title {
    font-size: 25px;
    font-weight: 500;
    color: #1c3199;
}
.welcomeMsg p {
    font-size: 18px;
    line-height: 23px;
    color: #121212;
    margin: 5px 1em 0 auto;
    padding: 10px 0;
}

.welcomeMsg .bottom a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 12px 50px;
    background: #FD9900;
    background: linear-gradient(to bottom, #0A226C 50%, #FD9900 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    margin-top: 20px;
    transition: all 0.2s ease;
}
.welcomeMsg .bottom a:hover {
    background-position: top left;
}

