﻿body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #444444;
}

h1, h2, h3 {
    margin-top: 0;
    font-weight: normal;
}

    h1,
    h2.red a {
        color: #d2232a !important;
    }

p {
    line-height: 1.5em;
}

a {
    color: #287ca8;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.blue {
    color: #287ca8;
}

.red {
    color: #d2232a;
}

.small {
    font-size: 0.9em;
}

ol > li {
    margin-bottom: 1em;
}

.header-container .contact-info span.telephone {
    font-size: 2em;
}

    .header-container .contact-info span.telephone a { /* for iPhone/ iPad call link */
        color: #d2232a;
    }

.header-container .contact-info span.email {
    font-size: 1.5em;
}

.navigation-container ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #287ca8;
    font-size: 0.9em;
}

    .navigation-container ul li a:hover,
    .navigation-container ul li a.selected {
        background-color: #287ca8;
        color: #ffffff;
    }

.content-header {
    color: #ffffff;
}

.footer-seperator {
    border-bottom: solid 1px #cccccc;
}

    .footer-seperator img {
        width: 106px;
        margin-bottom: 1%;
        float: right;
    }

.footer {
    font-size: 0.8em;
}

    .footer .grey a {
        text-decoration: none;
        color: #999999;
    }

        .footer .grey a:hover {
            color: #287ca8;
            text-decoration: underline;
        }

/* tablet */
@media screen and (min-width: 604px) and (max-width: 955px) {
    .navigation-container ul li a {
        font-size: 0.8em;
    }
}

/* mobile */
@media screen and (min-width: 0px) and (max-width: 603px) {
    h1 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    h2, h3 {
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }
}
