﻿@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    background: #262438;
    height: 100%;
    margin: 0;
    padding: 0;
}

a, body, p, td {
    color: #fff;
}

#container {
    background: #06126E url(/images/left-nav.gif?t=20180118) repeat-y left;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 960px;
}

* html #container {
    height: 100%;
}

#header {
    background-color: #06126E;
    height: 140px;
    position: relative;
}

    #header h3 {
        float: left;
        font: normal 36px Arial, Helvetica, sans-serif;
        margin: 14px 0 0 15px;
        padding: 0;
        position: relative;
        width: 440px;
        z-index: 2;
    }

        #header h3 span {
            font-size: 18px;
        }

    #header h2 {
        float: right;
        font: normal 27px Arial, Helvetica, sans-serif;
        margin: 21px 15px 0 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }

    #header .navigation_bg {
        border-bottom: solid 1px #333;
        border-top: solid 1px #333;
        height: 92px;
        left: 0;
        position: absolute;
        top: 47px;
        width: 100%;
    }

    #header a.menu {
        display: none;
    }

.navigation a {
    text-decoration: none;
}

#header .navigation {
    background: url(/images/sky.jpg?t=20180118) no-repeat bottom right;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    height: 92px;
    width: 100%;
    z-index: 1;
}

    #header .navigation ul {
        background-color: #2C51BF;
        border-bottom: solid 1px #333;
        border-left: solid 1px #333;
        float: right;
        height: 14px;
        margin: 0;
        padding: 2px 7px 3px 12px;
        width: auto;
    }

        #header .navigation ul li {
            display: inline;
            list-style-type: none;
            margin: 0 8px;
            padding: 0;
        }

    #header .navigation h1 {
        clear: right;
        float: right;
        font: normal 36px Arial, Helvetica, sans-serif;
        margin: 10px 15px 0 0;
        padding: 0;
    }

.mobile-only {
    display: none;
}

.appointments .text {
    width: 60%;
    padding-right: 5%;
}

.appointments .images {
    width: 33%;
}

    .appointments .images img {
        width: 100%;
        margin-bottom: 10px;
    }

#body .navigation {
    float: left;
    width: 200px;
}

    #body .navigation ul {
        margin: 0;
        padding: 0;
    }

        #body .navigation ul li {
            border-bottom: solid 1px #333;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #body .navigation ul li a {
                display: block;
                font: bold 12px Verdana, Arial, Helvetica, sans-serif;
                line-height: 14px;
                padding: 10px 15px;
                text-align: right;
            }

                #body .navigation ul li a.current, #body .navigation ul li a:hover {
                    background-color: #06126E;
                }

    #body .navigation div.contact {
        color: #06126E;
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        line-height: 20px;
        padding: 20px 0;
        text-align: center;
    }

        #body .navigation div.contact a {
            color: #06126E;
        }

#body #content {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin-left: 200px;
    max-width: 760px;
    padding: 20px;
}

    #body #content h1, #body #content h2 {
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        margin: 0px;
        padding: 0px;
    }

    #body #content a {
        font-weight: normal;
        text-decoration: underline;
    }

    #body #content div {
        float: left;
    }

    #body #content img {
        border: solid 1px #fff;
        float: right;
    }

    #body #content h2 {
        text-decoration: underline;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    clear: both;
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
    text-align: left;
    width: 100px;
}

input, textarea, select {
    border: solid 2px #06126E;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    padding: 2px;
    width: 370px;
}

    input:focus, textarea:focus {
        border-color: #ffc000;
    }

select {
    width: 51%;
}

textarea {
    height: 60px;
}

.submit input {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffc000;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block !important;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    width: auto !important;
}

    .submit input:hover {
        background-color: #fff;
        color: #06126E;
    }

.submit {
    margin-left: 115px;
}

@media (max-width: 775px) {
    input, textarea, select {
        /*border: solid 2px #06126E;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
        padding: 2px;*/
        width: 70%;
    }
}

@media (max-width: 694px) {
    #header h3 {
        font-size: 32px;
        width: 385px;
        margin: 19px 0 0 15px;
    }

        #header h3 span {
            font-size: 16px;
        }

    #header h2 {
        font: normal 24px Arial, Helvetica, sans-serif;
        margin: 25px 15px 0 0;
    }

    input, textarea, select {
        width: 64%;
    }
}

@media (max-width: 620px) {
    #header h3 {
        font-size: 30px;
        width: 380px;
        margin: 20px 0 0 15px;
    }

        #header h3 span {
            font-size: 15px;
        }

    #header h2 {
        font: normal 22.5px Arial, Helvetica, sans-serif;
        margin: 26px 15px 0 0;
    }

    input, textarea, select {
        width: 60%;
    }
}


@media (min-width: 600px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 600px) {

    .mobile-only {
        display: block;
    }

    .appointments .images img {
        margin: 10px 0 0;
    }

    #container {
        background-image: none; /*#06126E url(/images/left-nav.gif) repeat-y left;*/
        position: relative;
    }

    #header {
        background-color: #06126E;
        height: 100px;
        position: relative;
    }

        #header h3 {
            width: 100%;
            z-index: 2;
        }

            #header h3 span {
                position: relative;
                font-size: 15px;
                display: block;
            }

        #header h2 {
            float: left;
            margin: 0 0 14px 15px;
            padding: 0;
            position: relative;
            z-index: 1001;
        }

    #body #content h1 {
        background: url(/images/sky.jpg?t=20180118) no-repeat bottom right;
        box-sizing: border-box;
        font: normal 36px Arial, Helvetica, sans-serif;
        height: 92px;
        padding: 10px 10px 0 0;
        width: 100%;
        z-index: 1;
        text-align: right;
        margin-top: 10px;
        line-height: 1;
    }

    #body #content h2 {
        font: normal 12px Arial, Helvetica, sans-serif;
        padding: 0 10px;
    }

    #header .navigation_bg {
        display: none;
    }

    #header .navigation {
        display: none;
    }

    #header a.menu {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
        margin: 0 35px 0 0;
        font-size: 2em;
        position: relative;
    }

        #header a.menu:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0.15em;
            width: 1em;
            height: 0.15em;
            background: #fff;
            box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
        }

    #body .navigation {
        display: none;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100% !important;
        background-color: #ffc000;
        z-index: 1000;
    }

    div.navigation ul li a {
        text-align: left !important;
    }

    #body #content {
        margin-left: 0;
        padding: 0;
    }

        #body #content p {
            margin: 10px 15px;
        }

    .mobile {
        display: block;
    }

    label {
        margin-left: 15px;
    }


    input, textarea, select {
        width: 58%;
    }

    .submit {
        margin-left: 130px;
    }
}

@media (max-width: 480px) {
    input, textarea, select {
        width: 90%;
        margin-left: 15px;
    }

    .submit {
        margin-left: 15px;
    }
}

@media (max-width: 450px) {
    #body #content .large-heading {
        font-size: 29px;
    }
}

@media (max-width: 360px) {
    #header h3 {
        font-size: 28px;
    }

        #header h3 span {
            font-size: 14px;
        }

    #body #content .large-heading {
        font-size: 27px;
    }
}

@media (max-width: 344px) {
    #header h3 {
        font-size: 25px;
    }

        #header h3 span {
            font-size: 13px;
        }
}
