﻿
html, body {
    background-image: url('../images/sc-branding/bg-contact-us.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #C4D3D2;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}

@-ms-viewport {
    width: auto;
}


.ash-text-title {
    font-size: 28px;
    font-weight: 600;
    color: #004259;
}


.ash-text-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #004259;
}

.ash-h4-title {
    font-size: 18px;
    font-weight: 500;
    color: #004259;
}

.ash-valid-email-address {
    font-size: 12px;
    font-weight: normal;
    color: #6BA748;
}

.ash-email-agreement {
    font-size: 12px;
    font-weight: normal;
    color: #004259;
}


.ash-form-footer {
    background-color: #004259;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

#ash-form-footer a:link, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none;
}

#ash-form-footer a:hover {
    color: #6BA748;
    text-decoration: none;
}