@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen,projection {
    #TopBoundary {
        height: 20px;
        background-color: #007398;
    }

    #Page {
        max-width: 950px!important;
        margin: auto!important;
    }

    .Skip a, .Skip a:hover, .Skip a:visited {
        position: absolute;
        left: 0;
        top: -500px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .Skip a:active, .Skip a:focus {
            position: static;
            width: auto;
            height: auto;
        }

    #Header {
        overflow: hidden;
        background-color: #56a0d4;
    }

    #HeaderLogo {
        float: left;
        padding-left: 25px;
        padding-top: 18px;
    }

    #HeaderContent {
        color: #fff;
        height: 100%;
        min-width: 300px;
    }

    #HeaderLinks ul {
        margin: 0;
        padding: 0 0 4px;
    }

    #HeaderLinks li {
        display: inline;
        color: #fff;
        padding-left: 14px;
        white-space: nowrap;
    }

        #HeaderLinks li a {
            color: #fff;
            font: 700 1em Arial,Verdana,Sans-Serif;
            border-bottom: 0;
        }

            #HeaderLinks li a:hover {
                border-bottom: solid 1px #fff;
            }

    #HeaderSearch {
        font: 400 11px Arial,Verdana,Sans-Serif!important;
        margin-top: 18px;
        width: 250px;
        float: right;
    }

        #HeaderSearch input[type=text] {
            font: 400 11px Arial,Verdana,Sans-Serif!important;
        }

    #UtilityNavigationControls {
        padding: 8px 8px 4px 0;
    }

        #UtilityNavigationControls a {
            color: #fff;
        }

    #TopNavigationUpper {
        width: 950px;
        height: 22px;
        background-color: #95a83a;
        text-align: center;
    }

        #TopNavigationUpper ul {
            margin: 0;
            padding: 0;
        }

        #TopNavigationUpper li {
            display: inline;
            font-size: 11px;
            text-align: center;
        }

            #TopNavigationUpper li a, #TopNavigationUpper li a:visited {
                font-size: 11px;
                padding: 0 40px;
                color: #fff;
                line-height: 22px;
                text-transform: uppercase;
                border-bottom: 0 none;
            }

                #TopNavigationUpper li a:hover {
                    font-size: 11px;
                    padding: 4px 40px;
                    background-color: #b59422;
                    color: #fff;
                    line-height: 22px;
                    text-decoration: none;
                    border-bottom: 0 none;
                }

    #TopNavigationLower {
        background: url(../images/topnavigationlower.png) no-repeat;
    }

        #TopNavigationLower ul {
            margin: 0 4px;
            padding: 0;
        }

        #TopNavigationLower li {
            display: inline;
            color: #fff;
            font-size: 10px;
        }

            #TopNavigationLower li a {
                font-size: 10px;
                padding: 0 6px;
                line-height: 22px;
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                border-bottom: 0 none;
            }

                #TopNavigationLower li a:hover {
                    color: #fc6;
                }

            #TopNavigationLower li:after {
                content: "|";
                padding-left: 6px;
            }

            #TopNavigationLower li:last-child:after {
                content: none;
            }

    .TopNavigationNormal {
        width: 950px;
        text-align: center;
    }

        .TopNavigationNormal #TopNavigationUpper.Subsite {
            text-align: left;
        }

    .TopNavigationCompressed, .TopNavigationCompressed #TopNavigationUpper, .TopNavigationResponsive #TopNavigationUpper {
        width: 100%;
        text-align: left;
    }

        .TopNavigationCompressed #TopNavigationUpper ul, .TopNavigationResponsive #TopNavigationUpper ul {
            margin: 0;
            padding: 0;
            margin-left: 4px!important;
            margin-right: 4px!important;
        }

        .TopNavigationCompressed #TopNavigationUpper li a, .TopNavigationResponsive #TopNavigationUpper li a {
            padding: 0 6px;
            line-height: 22px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 0 none;
        }

            .TopNavigationCompressed #TopNavigationUpper li a:hover {
                padding: 4px 6px!important;
            }

        .TopNavigationCompressed #TopNavigationUpper li:after, .TopNavigationResponsive #TopNavigationUpper li:after {
            content: "|";
            padding-left: 6px;
            padding-right: 6px;
            color: #fff!important;
        }

        .TopNavigationCompressed #TopNavigationUpper li:last-child:after, .TopNavigationResponsive #TopNavigationUpper.Subsite li:last-child:after {
            content: none;
        }

    #TopNavigationControls {
        padding: 4px 0;
        border-bottom: solid 1px #ccc;
    }

        #TopNavigationControls a, #TopNavigationControls a:visited {
            font: 11px Verdana,Arial,Sans-Serif!important;
            padding: 4px 5px;
            color: #fff;
            line-height: 22px;
            text-transform: uppercase;
            border-bottom: 0 none;
        }

            #TopNavigationControls a:hover {
                font: 11px Verdana,Arial,Sans-Serif!important;
                padding: 4px 5px;
                background-color: #b59422;
                color: #fff;
                line-height: 22px;
                text-decoration: none;
            }

    .TopNavigationResponsive {
        background-color: #95a83a;
        display: none;
        margin: 0;
        padding: 3px;
        color: #fff;
        width: calc(100%-10px);
        width: -moz-calc(100%-10px);
        width: -webkit-calc(100%-10px);
        width: -o-calc(100%-10px);
    }

        .TopNavigationResponsive a, .TopNavigationResponsive a:visited {
            font: 11px Verdana,Arial,Sans-Serif!important;
            padding: 0 5px!important;
            color: #fff;
            line-height: 22px;
            text-transform: uppercase;
            border-bottom: 0 none;
        }

            .TopNavigationResponsive a:hover {
                font: 11px Verdana,Arial,Sans-Serif!important;
                padding: 4px 5px!important;
                background-color: #b59422;
                color: #fff!important;
                line-height: 22px;
                text-decoration: none;
            }

        .TopNavigationResponsive ul {
            margin: 0;
            padding: 0;
            width: 100%;
            display: inline;
        }

            .TopNavigationResponsive ul li {
                display: inline;
                font-size: 11px;
                line-height: 22px;
                min-height: 22px;
                text-align: left;
                white-space: nowrap;
                margin-left: -4px;
            }

                .TopNavigationResponsive ul li:first-child {
                    margin-left: -8px;
                }

        .TopNavigationResponsive #TopNavigationUpper {
            display: inline;
        }

        .TopNavigationResponsive #TopNavigationLower {
            background: 0 0;
            display: inline;
        }

   
    #HomeSocialNetwork {
        background-color: #d6d6d6;
        padding-top: 2px;
        padding-left: 9px;
    }

  
    #LeftNavigation {
        padding: 15px 0;
        min-height: 343px;
    }

  
    #LeftNavigationContent h2 {
        font: 400 1.5em BitterRegular,Arial,Verdana,Sans-Serif;
        padding-bottom: 7px;
        margin: 0 9px 0 11px;
        border-bottom: solid 1px #95a838;
        text-transform: none;
    }

        #LeftNavigationContent h2 a, #LeftNavigationContent h2 a:hover {
            font: 400 1em BitterRegular,Arial,Verdana,Sans-Serif;
            color: #59524d!important;
            border-bottom: 0 none!important;
            text-decoration: none;
            text-transform: none;
        }

    #LeftNavigationContent ul {
        margin: 0;
        width: 184px;
        padding: 0 8px 0 11px;
        list-style: none;
    }

        #LeftNavigationContent ul li {
            border-bottom: dotted 1px #909090;
            width: 100%;
            padding: 8px 0;
        }

            #LeftNavigationContent ul li a {
                padding: 0 0 0 9px;
                display: block;
                color: #2083a3;
                border-bottom: 0;
            }

                #LeftNavigationContent ul li a:hover {
                    background: url(../images/bluecarat.png) no-repeat left 3px;
                    color: #59524d;
                    text-decoration: none;
                }

            #LeftNavigationContent ul li.SecondaryNavigationSelected {
                background: url(../images/bluecarat.png) no-repeat left 11px!important;
                border-bottom: dotted 1px #909090;
                text-decoration: none;
                color: #59524d;
            }

            #LeftNavigationContent ul li.LeftNavigationSelectedSubNav a {
                background: 0 0;
                color: #2083a3;
                text-decoration: none;
            }

            #LeftNavigationContent ul li.SecondaryNavigation ul {
                width: 184px;
                padding: 0;
            }

            #LeftNavigationContent ul li.SecondaryNavigation li {
                border-bottom: none;
                width: 184px;
                padding: 4px 0;
            }

                #LeftNavigationContent ul li.SecondaryNavigation li a {
                    padding: 0 0 0 20px;
                    color: #2083a3;
                }

                    #LeftNavigationContent ul li.SecondaryNavigation li a:hover {
                        background: url(../images/bluecarat.png) no-repeat 11px 3px;
                        color: #59524d;
                    }

                #LeftNavigationContent ul li.SecondaryNavigation li.TertiaryNavigationSelected {
                    background: url(../images/bluecarat.png) no-repeat 11px 7px!important;
                    color: #59524d;
                }

                    #LeftNavigationContent ul li.SecondaryNavigation li.TertiaryNavigationSelected a, #LeftNavigationContent ul li.SecondaryNavigation li.TertiaryNavigationSelected a:hover {
                        color: #59524d!important;
                    }

            #LeftNavigationContent ul li.SecondaryNavigation ul ul {
                width: 169px;
                padding: 0 0 0 15px;
            }

            #LeftNavigationContent ul li.SecondaryNavigation li li {
                border-bottom: none;
                width: 169px;
                padding: 4px 0;
            }

                #LeftNavigationContent ul li.SecondaryNavigation li li a:hover {
                    background: url(../images/bluecarat.png) no-repeat 11px 3px;
                    color: #59524d;
                }

                #LeftNavigationContent ul li.SecondaryNavigation li li.QuaternaryNavigationSelected {
                    background: url(../images/bluecarat.png) no-repeat 11px 7px!important;
                    color: #59524d;
                }

                    #LeftNavigationContent ul li.SecondaryNavigation li li.QuaternaryNavigationSelected a, #LeftNavigationContent ul li.SecondaryNavigation li li.QuaternaryNavigationSelected a:hover {
                        color: #59524d!important;
                    }

    #LeftNavigationSearch {
        font: 400 11px Arial,Verdana,Sans-Serif!important;
        margin: 18px 7px 16px 11px;
        padding: 0;
    }

    .LeftNavigationResponsive {
        background-color: #edeceb;
        display: none;
        margin: 0;
        padding: 5px;
        width: calc(100%-10px);
        width: -moz-calc(100%-10px);
        width: -webkit-calc(100%-10px);
        width: -o-calc(100%-10px);
        border-top: dotted 1px #909090;
    }

    .LeftNavigationResponsiveContent {
        padding-top: 10px;
        position: relative;
        top: -6px;
        left: -11px;
    }

        .LeftNavigationResponsiveContent h3 {
            border-top: dotted 1px #909090;
            padding-top: 3px;
            width: 100%;
        }

        .LeftNavigationResponsiveContent ul {
            width: 100%;
            margin: 0 9px 0 11px!important;
        }

            .LeftNavigationResponsiveContent ul li {
                background: none!important;
                padding-left: 0!important;
            }

                .LeftNavigationResponsiveContent ul li.SecondaryNavigation ul {
                    width: 100%;
                    margin-left: 0!important;
                }

                .LeftNavigationResponsiveContent ul li.SecondaryNavigation li {
                    border-bottom: none;
                    width: 100%;
                    padding: 2px 0;
                }

                .LeftNavigationResponsiveContent ul li.SecondaryNavigation ul ul {
                    width: 100%;
                    padding: 0 0 0 15px;
                }

                .LeftNavigationResponsiveContent ul li.SecondaryNavigation li li {
                    border-bottom: none;
                    width: 100%;
                    padding: 4px 0;
                }

    #LeftNavigationControls {
        padding: 4px;
        background-color: #edeceb;
    }

        #LeftNavigationControls a {
            font: 400 1em Verdana,Arial,Sans-Serif;
            color: #2083a3;
            border-bottom: 0;
            text-decoration: none;
        }

    #ContentFeature {
        padding: 20px 21px 0;
        overflow: hidden;
        background-color: #59514c;
    }

    #ContentBody {
        float: left;
        padding: 10px 5px;
    }

        #ContentBody .BodyText, #ContentBody blockquote, #ContentBody font, #ContentBody li, #ContentBody p, #ContentBody span {
            line-height: 1.58!important;
        }

    #MiddleContainer {
        padding: 0;
        vertical-align: top;
    }

        #MiddleContainer.MiddleContainerWide {
            width: 100%!important;
        }

    #ContentFeature ul, #MiddleContainer ul {
        list-style: none;
        margin-left: 5px;
        padding-left: 0;
    }

        #MiddleContainer ul li {
            /*background: url(../images/graybullet.gif) no-repeat left 6px;*/
            padding-left: 7px;
            margin-bottom: 4px;
        }

    #BottomBox {
        clear: both;
        width: 100%;
        padding-top: 8px;
    }

    #RightContainer {
        font-size: .92em!important;
        vertical-align: top;
    }

        #RightContainer h2, #RightContainer h3, #RightContainer h4 {
            border-bottom: solid 1px #59514c;
            margin-top: 0!important;
            text-transform: none;
            padding-bottom: 4px;
        }

            #RightContainer h2 + h3, #RightContainer h3 + h4 {
                padding-top: 6px;
            }

        #RightContainer h3 {
            border-bottom: solid 1px #95a838;
        }

        #RightContainer h4 {
            border-bottom: 0 none;
        }

        #RightContainer .BodyText, #RightContainer blockquote, #RightContainer font, #RightContainer p, #RightContainer span, #RightContainer ul li {
            line-height: 1.45!important;
            width: 195px;
        }

            #RightContainer span.Messages, #RightContainer span.MessagesWarning {
                background-size: 14px;
                min-height: 14px;
                width: auto;
                padding-left: 18px;
            }

        #RightContainer ul {
            list-style: none;
            margin-left: 5px;
            padding-left: 0;
            line-height: 1.45;
        }

            #RightContainer ul li {
                background: url(../images/graybullet.gif) no-repeat left 5px;
                padding-left: 7px;
            }

        #RightContainer ol, #RightContainer ol li {
            margin-left: 11px;
            padding-left: 0;
            line-height: 1.45;
        }

    #MainContent {
        float: left;
    }

    footer {
        padding: 0;
        border-bottom: solid 8px #d4c490;
        text-align: center;
        clear: both;
    }

    #SocialMedia {
        margin-bottom: 12px;
    }

    #FooterText {
        clear: both;
        background-color: #b59422;
        height: 28px;
        padding-top: 12px;
        color: #fff;
    }

        #FooterText a, #FooterText a:hover, #FooterText a:visited {
            color: #fff!important;
            border-bottom: 0 none!important;
            text-decoration: underline;
        }

    .FooterFeature #FooterText, footer.FooterFeature {
        background-color: #59514c;
        border-bottom-color: #59514c;
        border-top: solid 1px #59514c;
    }
 
}

@media print {
    #Page {
        margin: auto;
        width: auto;
    }

    #Header, #LeftNavigation, #TopBoundary, #TopNavigation, .Skip, footer {
        display: none;
    }

    #Content {
        padding: 0;
    }
}

@media screen and (min-width:950px) {
    #Page {
        margin: auto;
        width: 950px;
        max-width: 950px;
        background: url(../images/bodybackgroundgraysides.png) repeat-y;
        /*background: url(../images/bodybackgroundgrayleftside.png) repeat-y;*/
    }

    #Header {
        width: 950px;
        height: 97px;
    }

    #HeaderContent {
        margin-left: 236px;
        padding-top: 12px;
        padding-right: 15px;
        text-align: right;
    }

    #LeftNavigationControls, #TopNavigationControls, #UtilityNavigationControls {
        display: none;
    }

    #LeftNavigation {
        width: 203px;
        float: left;
    }

    #ContentBody {
        width: 737px;
        float: right;
        margin-left: -228px;
    }

    #MiddleContainer {
        width: 522px;
        float: left;
        margin-right: 10px;
    }

    #RightContainer {
        width: 201px;
        padding: 4px 0 0 3px;
        float: left;
    }

    footer {
        width: 950px;
    }

    #SocialMedia {
        width: 201px;
        margin-left: 753px;
    }
}

@media screen and (min-width:0) and (max-width:949px) {
    #Page {
        width: 100%;
        background: url(../images/bodybackgroundgrayleftside.png) repeat-y;
    }

    #Header {
        display: block;
        width: 100%;
        background: #56a0d4 !important;
        min-height: 97px !important;
    }

    #HeaderLogo {
        float: none;
    }

    #HeaderContent {
        width: 100%;
        margin-left: 0;
        padding: 0 6px 8px;
        text-align: left;
        vertical-align: top;
    }

    #HeaderLinks {
        display: inline;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 4px;
    }

        #HeaderLinks ul {
            margin-left: 6px;
            display: inline;
        }

            #HeaderLinks ul li {
                padding-left: 0;
                margin-left: 0;
            }

                #HeaderLinks ul li:after {
                    content: "|";
                    padding-left: 6px;
                    padding-right: -6px;
                }

                #HeaderLinks ul li:last-child:after {
                    content: none;
                }

            #HeaderLinks ul:first-of-type {
                margin-left: 0;
                margin-right: -5px;
            }

                #HeaderLinks ul:first-of-type + ul:before {
                    content: "|";
                }

        #HeaderLinks li a {
            color: #fff !important;
            font: 700 1em Arial,Verdana,Sans-Serif;
            border-bottom: 0;
        }

            #HeaderLinks li a:hover {
                border-bottom: solid 1px #fff !important;
            }

    #HeaderSearch {
        float: none;
        margin-top: 6px;
    }


    #UtilityNavigationControls {
        display: block;
    }

    #LeftNavigationControls, #TopNavigationControls {
        display: none;
    }

    #LeftNavigation {
        width: 203px;
        float: left;
        min-height: 0;
        position: relative;
        z-index: 1000;
    }

    #ContentBody {
        width: 100%;
        float: right;
        margin: 0 0 0 -213px;
        overflow: hidden;
        position: relative;
        z-index: 998;
    }

    #MiddleContainer {
        margin-left: 213px;
        margin-right: 0;
        padding-right: 3px;
        float: none;
    }

        #MiddleContainer.MiddleContainerWide {
            width: auto !important;
        }

    #RightContainer {
        clear: both;
        border: 0;
        border-top: dotted 1px #b59422;
        margin-left: 213px;
        padding: 5px 0 0;
        float: none;
    }

        #RightContainer .BodyText, #RightContainer blockquote, #RightContainer font, #RightContainer p, #RightContainer span, #RightContainer ul li {
            width: 100%;
        }

    footer {
        width: 100%;
    }

    #SocialMedia {
        float: right;
        margin-right: 14px;
    }
}

@media screen and (max-width:928px) {
    #TopNavigationControls {
        display: block;
        background-color: #95a83a;
        width: 100%;
    }
}

@media screen and (max-width:780px) {
    #FooterText {
        padding: 8px;
    }
}

@media screen and (max-width:737px) {
    #Page {
        background: #fff;
    }

    #LeftNavigation {
        width: 100%;
        float: none;
        min-height: 0;
        padding: 0;
    }

    #LeftNavigationContent ul {
        width: 96%;
    }

    #ContentBody {
        float: none;
        margin: 0;
        padding: 5px;
        width: 99%;
    }

    #LeftNavigationControls {
        display: block;
    }

    #MiddleContainer {
        margin: 0;
    }

    #RightContainer {
        margin-left: 0;
    }

        #ContentBody img, #MiddleContainer img, #RightContainer img {
            max-width: 100%!important;
            height: auto!important;
        }
}

@media screen and (max-width:387px) {
    #FooterText {
        height: 42px;
    }
}
