.cms-page-view h1 {
    color: #253785;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.cms-page-view .std {
    text-align: center;
    padding: 2rem;
}
.cms-page-view .std .widget-panel-half {
    text-align: center;
    padding: 2rem;
}
.cms-page-view .widget-panel-title {
    color: #E84242;
}

.cms-index-noroute .std {
    text-align: center;
    margin: 5rem;
}
.cms-index-noroute h1 {
    color: #253785;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.cms-index-noroute .disc a {
    text-decoration: underline;
}

#vn-contact-form-container {
    padding-top: 90px;
}

.success-msg {
    bottom: 0;
    position: fixed;
    background: #f8fff8;
    color: green;
    left: 0;
    z-index: 999;
    right: 0;
    list-style: none;
    text-align: center;
    border: 1px solid;
    padding: 21px;
}
.error-msg {
    bottom: 0;
    position: fixed;
    background: #ffd5d5;
    color: red;
    left: 0;
    z-index: 999;
    right: 0;
    list-style: none;
    text-align: center;
    border: 1px solid;
    padding: 21px;
}
.messages, .messages ul {
    list-style: none;
}