﻿body {
    font-family: verdana,serif;
    font-size: 1em;
    line-height: 150%;
    margin-top: 20px;
}

div.centered-content {
    text-align: center;
}

div.header {
    padding: 0 20px;
}

    div.header img {
        max-width: 100%;
    }

div.services-banner {
    background: #f05030;
    margin: 12px 0;
    padding: 18px 20px;
}

    div.services-banner p {
        color: #fff;
        font-size: 2em;
        line-height: 120%;
    }

div.main-content {
    margin: 12px 0;
    padding: 12px 0;
}

    div.main-content p.coming-soon-copy {
        color: #000;
        font-size: 1.8em;
        font-weight: bold;
        line-height: 120%;
        margin: 0 20px;
        padding: 0 20px;
    }

    div.main-content p.coming-soon-footnote {
        color: #777;
        font-size: 0.7em;
        font-style: italic;
    }

    div.main-content div.image-box {
        margin: 24px 16px 30px 16px;
    }

        div.main-content div.image-box img {
            max-width: 100%;
        }

a.contact-link {
    color: #f05030;
    font-weight: bold;
    text-decoration: underline;
}

    a.contact-link:hover {
        text-decoration: none;
    }

div.footer {
    border-top: 1px solid #ccc;
    margin: 12px 0;
    padding: 12px;
}

    div.footer p {
        color: #777;
        font-size: 0.8em;
    }

.clearfix {
    overflow: auto;
    zoom: 1;
}

div.contact-popup {
    background: #fff;
    border: 1px solid #f05030;
    border-radius: 6px;
    opacity: 95%;
    padding: 12px 18px;
    position: absolute;
    top: -750px;
    text-align: left;
    width: 300px;
}

a.popup-close {
    background: #f05030;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: -12px;
    width: 24px;
}

    a.popup-close:hover {
        background: #d2472b;
    }

div.contact-popup h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}

div.contact-popup label {
    margin: 2px 0;
    display: block;
    width: 100%;
}

    div.contact-popup label.required:after {
        content: " *";
        color: #c00;
    }

input[type='text'], textarea {
    border: 1px solid #777;
    border-radius: 4px;
    font-family: verdana,serif;
    font-size: 1em;
    line-height: 150%;
    margin: 2px 0 8px 0;
    padding: 4px 8px;
    width: 100%;
}

textarea {
    height: 100px;
    resize: none;
}

input, textarea {
    box-sizing: border-box;
}

.contact-popup .fingers {
    margin-top: 8px;
}

    .contact-popup .fingers img {
        float: left;
    }

    .contact-popup .fingers ul {
        float: left;
        margin-left: 20px;
    }

a.disabled {
    background: #f6846d;
    cursor: wait;
}

    a.disabled:hover {
        background: #f6846d;
    }

.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#ajaxErrorMessage {
    background: #f05030;
    border-radius: 4px;
    color: #fff;
    display: none;
    margin: 12px 0;
    padding: 4px 8px;
}

#invalidSubmissionMessage {
    background: #f05030;
    border-radius: 4px;
    color: #fff;
    display: none;
    margin: 12px 0;
    padding: 4px 8px;
}

#contactSuccessMessage {
    display: none;
    font-weight: bold;
    text-align:center;
}

#contactSuccessMessage img {
    margin: 24px 0;
}

a.big-button {
    background: #f05030;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 12px 0;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    a.big-button:hover {
        background: #d2472b;
    }


@media (max-width: 600px) {
    div.services-banner p {
        font-size: 1.6em;
    }

    div.main-content p.coming-soon-copy {
        font-size: 1.4em;
    }
}

@media (max-width: 400px) {
    div.contact-popup {
        width: 80%;
    }
}
