﻿body
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.1em;
}

h1, h2
{
    margin: 0px;
    padding: 0px;
}

h1
{
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #6a9196;
}

h2
{
    font-family: Tahoma, sans-serif;
    font-size: 1.5em;
    color: #231f20;
}

h3
{
    font-size: 1.875em;
    color: #3c3c3c;
    font-weight: bold;
}

img
{
    max-width: 100%;
}

#HeaderBleed
{
    height: 127px;
    background-image: url('/images/HeaderBleedBackground.png');
    position: relative;
}

#HeaderContainer
{
    height: 100%;
    background-image: url('/images/header.jpg');
    position: relative;
}

#SloganContainer
{
    height: 72px;
}

#MainMenuContainer
{
    height: 45px;
}

#LogoContainer
{
    position: absolute;
    top: 34px;
    left: 0px;
    z-index: 1000;
}

#TopPhotosContainer
{
    height: 177px;
    margin-top: 0px;
    padding-top: 0px;
}

#FooterBleed
{
    height: 127px;
    background-color: #3c3c3c;
    clear:both;
}

#FooterContainer
{
    height: 100%;
}

/*hide the mobile menu until screen is smaller*/
#toggle-bar
{
    display: none;
}

.PhoneText
{
    color: #3c3c3c;
    font-size: 1em;
}

.Text
{
    font-family: Arial, sans-serif;
    font-size: .875em;
    color: #262627;
    letter-spacing: .009em;
}

.TextPromo
{
    font-family: Arial, sans-serif;
    color: #262627;
    font-size: .875em;
    letter-spacing: .009em;
    padding-left: 3.5%;
    padding-top: 1%;
    padding-right: 1%;
    
}

.FooterText
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: .875em;
}

.AlignRight
{
    text-align: right;
}

.float
{
    float: left;
    display: block;
}

a.TextLink, a.TextLink:visited, a.TextLink:link
{
    font-family: Arial, sans-serif;
    font-size: .975em;
    color: #ec2227;
    letter-spacing: .009em;
    text-decoration: none;
}
        
    a.TextLink:hover
    {
        text-decoration: underline;
    }

   a.TextLink:active
    {
        text-decoration: underline;
    }

a.FooterLink, a.FooterLink:visited, a.FooterLink:link
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: .875em;
    text-decoration: none;
}

    a.FooterLink:hover
    {
        text-decoration: underline;
    }

    a.FooterLink:active
    {
        text-decoration: underline;
    }

a.HomeLink, a.HomeLink:visited, a.HomeLink:link, a.HomeLink:active
{
    font-family: Arial, sans-serif;
    color: #d82027;
    font-size: .675em;
    font-variant: small-caps;
}

        a.HomeLink:hover
        {
            text-decoration: underline;
        }

        
.FooterTopItem
{
    padding-top: 6%;
}


/*form classes*/

.instructions
{
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1%;
}


.FormLabel
{
    font-weight: normal;
}

.InputControlComments
{
    height: 60px;
}

.InputControlLong, .InputControlComments
{
    width: 350px;
}



/*media queries*/


@media screen and (max-width: 990px)
{
    #MainMenuContainer, #TopPhotosContainer
    {
        display: none;
    }

    #toggle-bar
    {
        display: block;
    }

    /* SLIDE DOWN CSS BEGIN */

    nav#mobile
    {
        background-color: #3c3c3c;
        /*background-color: #111;*/
        /*box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);*/
        display: block;
    }

        /*Top black bar that holds the toggle button                              	*/

        nav#mobile #toggle-bar
        {
            line-height: 35px;
            height: 35px;
        }

        /*Toggle button #2 ("Navicon")  	*/

        nav#mobile .navicon
        {
            float: right;
            height: 5px;
            width: 45px;
            margin: 4px 10px 0px 0px;
            border-top: 18px double #ffffff;
            border-bottom: 6px solid #ffffff;
            font-size: 0;
        }

        /* 	The dropdown menu 	*/

        nav#mobile ul li
        {
            clear: both;
            list-style: none;
            padding: 0px;
            margin-bottom: 20px;
        }

            nav#mobile ul li a
            {
                display: block;
                color: #ffffff;
                font-size: 1.8em;
                text-decoration: underline;
                letter-spacing: .09em;
                /*background-color: #300;*/
                text-transform: uppercase;
                /*margin: 4px 0;*/
                /*padding: 6px 0 6px 8px;*/
            }

        nav#mobile ul ul
        {
            font-size: small;
        }

            nav#mobile ul ul li
            {
                /* margin-left: 3%; */
            }

            nav#mobile ul ul a
            {
                /*background-color: #333;*/
            }

                nav#mobile ul ul a:before
                {
                    content: "2192";
                    padding-right: 4px;
                }

    /* SLIDE DOWN CSS END */
}

@media screen and (max-width: 780px)
{
    #SloganSpacer
    {
        display: none;
    }

    #FooterBleed
    {
        height: 400px;
    }

    #FooterContainer
    {
        padding-left: 1%;
    }

    .FooterTopItem
    {
        padding-top: 2%;
    }

    .FooterText, .FooterLink
    {
        font-size: 1em;
    }

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
    {
        width: 100%;
    }

    .FormLabel
    {
        font-size: 1.2em;
    }
}


@media screen and (max-width: 540px)
{
    #SloganContainer
    {
        display: none;
    }

    #LogoContainer, #LogoImage
    {
        height: 90px;
    }

    .FooterText, .FooterLink
    {
        font-size: 1.3em;
    }

    .InputControl, .InputControlLong
    {
        max-width: 100%;
        width: 75%;
        height: 40px;
        font-size: 1.2em;
    }

    .InputControlComments
    {
        max-width: 100%;
        width: 95%;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px)
{
    .instructions, .FormLabel
    {
        font-size: 1.5em;
    }

    .InputControl, .InputControlLong
    {
        max-width: 100%;
        width: 95%;
        height: 50px;
        font-size: 1.5em;
    }

    .InputControlComments
    {
        max-width: 100%;
        width: 95%;
        font-size: 1.5em;
        height: 120px;
    }
}
