<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-widget,
#masterContent .inputField &gt; div,
#masterContent .displayField,
#masterContent .basicText,
#masterContent .cv-clear {
    /*
    font-family: ;
    font-size: ;
    */
}

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button,
    #masterContent .accordion h4,
    #masterContent #submittalGuidelineAccordion h4,
    #masterContent #appealPeriodCommentsGuidelineAccordion h4 {
        /*
        font-family: ;
        */
    }



.welcomePanel {
    width: 100%;
    height: 75px;
    background-image: url("../Content/Welcome2.gif");
    background-repeat: no-repeat;
}

.welcomeText {
    text-align: justify;
}

#sampleHeader {
    color: black;
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
    background-color: #abb889;
    background-image: url("../Content/Banner2.gif");
    text-align: left;
    text-indent: 5px;
    visibility: visible;
    padding-top: 5px;
    width: 97%;
    height: 40px;
    padding-left: 3%;
    margin: 0;
}

.bypass-block-link {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0.2em;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    text-decoration: none;
    background: #ffffcc;
    z-index: 100000;
}

    .bypass-block-link:focus {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static;
        white-space: normal;
        width: auto;
        margin: auto;
    }

#sampleSideBar {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    max-width: 170px;
}

.sideBarText {
    line-height: 16px;
    text-align: left;
    padding-top: 3px;
    padding-left: 3px
}

.sideBarHeader {
    background-color: #abb889;
    visibility: visible;
    padding-left: 3px;
    width: 150px;
    height: 20px
}

.sideBarHeaderText {
    color: black;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
    padding-left: 3px
}

/* Begin MOA */
body {
    background-color: #7e9f96;
}

#masterContent {
    width: auto;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#masterContent header[role="banner"] {
    background: linear-gradient(to right, white, rgb(204, 232, 255), rgb(0, 87, 157));
    padding: 10px;
    z-index: 2;
}

#masterContent #contentPanel {
    box-sizing: border-box;
    flex: 1 0 auto;
    align-self: center;
    background-color: white;
    padding: 5px;
    width: 100%;
    margin: 0;
    /*z-index: 1;*/
    float: unset;
}

#MOA_ContentFooter {
    background: #00579d;
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#MOA_ContentFooter .footer-title {
    flex: 100%;
	font-weight:700;
	font-size: 14pt;
	padding-bottom: 15px;
    margin: 0 0 0.5rem 0;
	letter-spacing: 1.3px;
    font-family: Tahoma, Geneva, sans-serif;
}

#MOA_ContentFooter .footer-content {
	font-size: 11pt;
	line-height: 1;
	display: flex;
    flex: 1;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
    margin-top: 0.25rem;
}

#MOA_ContentFooter .footer-content:nth-of-type(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#MOA_ContentFooter .footer-content.address {
	line-height: 1.5;
	font-weight:700;
	font-size: 13pt;
}

#MOA_ContentFooter .footer-content a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin: 0.2em;
}

#MOA_ContentFooter .footer-content a:hover {
	text-decoration: underline;
}

.welcomeText p {
    margin: 1em;
}

@media (min-width: 400px) {
    #masterContent {
        --bg-width: 275VW;
    }
}

@media (min-width: 576px) {
    #masterContent {
        --bg-width: 200VW;
    }
}

@media (min-width: 768px) {
    #masterContent {
        --bg-width: 150VW;
    }
}

@media (min-width: 801px) {
    #masterContent {
        background-image: linear-gradient(to bottom, transparent 0% calc(var(--bg-width) * calc(8/15)), #7e9f96 calc(var(--bg-width) * calc(10/15)) var(--bg-width)), url(main_background_city_and_mountains.jpg);
        background-repeat: no-repeat;
        background-size: var(--bg-width) auto;
        background-position: center top;
    }

    #masterContent&gt;* {
        box-shadow: 0 0 8px black;
    }

    #masterContent #contentPanel {
        flex: 0 0 auto;
        width: 800px;
        margin: 20px;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    #masterContent {
        --bg-width: 133VW;
    }
}

@media (min-width: 1400px) {
    #masterContent {
        --bg-width: 100VW;
    }
}
/* End MOA */
</pre></body></html>