body.view-simulator{
    font-size: 1em;
    line-height: normal;
}

.simulator {
    background-position: center;
    background-size: cover;
    min-height: 520px;
    position: relative;
}

.simulator-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 125px;
}

.welcome-box{
    color: #fff;
    border-radius: 6px;
    border: 2px solid #fff;
    padding: 30px;
    background-color: rgba(31,45,93,.6);
    font-size: 1em;
    text-align: center;
    line-height: normal;
}

.welcome-box h2, .welcome-box h1{
    color: white;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.simulator-action {
    align-self: flex-end;
    margin-top: 30px;
    max-width: 900px;
}

.s-btn{
    background-color: rgb(31,45,93);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 20px 5px;
    padding: 15px 22px;
    font-weight: lighter;
    background-repeat: no-repeat;
    border: 5px solid rgb(31,45,93);
    display: flex;
}

.s-btn span {
    min-width: 100px;
    display: inline-block;
    line-height: 1.4em;
    max-width: 150px;
}

a.s-btn{
    text-decoration: none;
}

a.s-btn:hover{
    color: #fff;
    text-decoration: none;
}

.s-btn img {
    width: 35px;
    margin-left: 10px;
    transform: rotate(-90deg);
}

.wcag-hidden {
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    margin: 0!important;
    padding: 0!important;
}

@media only screen and (max-width: 600px) {
    .simulator-content {
        max-width: 100%;
    }

    .box-messages-inner {
        flex-direction: column;
    }

    .box-messages-inner > div {
        width: 100%;
        margin-bottom: 20px;
    }
}
