﻿.ui-widget,
#masterContent .inputField > div,
#masterContent .displayField,
#masterContent .basicText,
#masterContent .cv-clear {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button,
    #masterContent .accordion h4,
    #masterContent #submittalGuidelineAccordion h4,
    #masterContent #appealPeriodCommentsGuidelineAccordion h4 {
        font-family: Verdana, Arial, sans-serif;
    }

#homePageIconTable .cv-homepage-icon svg {
    --cv-homepage-iconcolor-accent: #388da6;
    --cv-homepage-iconcolor-background: #fff;
    --cv-homepage-iconcolor-main: #265f70;
}

html {
    font-size: 1em;
}

body {
    font-size: 0.9em;
}

#masterContent {
    max-width: 1280px;
    padding-bottom: 2em;
    overflow: hidden;
    width: 100%;
}

#contentPanel {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.65em;
    width: 83%;
}

#sampleHeader {
    background-color: #abb889;
    background-image: url("Banner2.gif");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    box-sizing: border-box;
    color: black;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
    min-height: 40px;
    padding: 0.2em 0 0.2em 1em;
    text-align: left;
    text-decoration: none;
    visibility: visible;
    width: 98%;
}

#sampleSideBar {
    border-right: solid 1px black;
    float: left;
    margin-top: 0.65em;
    padding: 0 0.65em;
    width: 14%;
}

    #sampleSideBar img {
        max-width: 140px;
        vertical-align: middle;
        width: 100%;
    }

    #sampleSideBar a.sideBarMailTo {
        text-decoration: underline;
        word-break: break-all;
    }

    #sampleSideBar p.sideBarText {
        line-height: 1.3;
        padding: 0.2em 0 0 0.2em;
        text-align: left;
    }

    #sampleSideBar .sideBarHeader {
        background-color: #abb889;
        height: 24px;
        padding-left: 0.2em;
        visibility: visible;
        width: 100%;
    }

    #sampleSideBar p.sideBarHeaderText {
        color: black;
        font-weight: bold;
        line-height: 1.3;
        padding: 0.2em 0 0.2em 0.2em;
        text-align: left;
    }

.cv-bypass-block-link {
    background: #ffc;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0.2em;
    position: absolute;
    text-decoration: none;
    white-space: nowrap;
    width: 1px;
    z-index: 100000;
}

    .cv-bypass-block-link:focus {
        clip: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        position: static;
        white-space: normal;
        width: auto;
    }

@media (max-width: 52em) {
    #sampleSideBar {
        display: none;
    }

    #sampleHeader {
        background-image: none;
        padding: 0.2em;
        text-align: center;
        width: 100%;
    }

    #masterContent {
        width: 100%;
    }

    #contentPanel {
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.75em;
        width: 100%;
    }

    html,
    body,
    .ui-widget,
    #masterContent .inputField > div,
    #masterContent .displayField,
    #masterContent .basicText,
    #masterContent .cv-clear {
        font-size: 1em;
    }
}

/* =====Custom===== */
#masterContent input,
#masterContent textarea,
#masterContent select,
#masterContent select option,
#masterContent button,
#masterContent .inputField > div,
#masterContent .displayField,
#masterContent .basicText,
#masterContent .cv-clear,
.ui-widget {
    letter-spacing: normal;
}

.welcomePanel {
    background-image: url("Collier/collierWelcome.gif");
    background-repeat: no-repeat;
}

#sampleHeader {
    color: #FFFFFF;
    font-style: italic;
    background-color: #265f70;
    background-image: url("Collier/collierBanner.jpg");
    background-repeat: no-repeat;
    background-position-x: left;
}

#sampleSideBar .sideBarHeader {
    height: auto;
}

#sampleSideBar p.sideBarHeaderText,
#sampleSideBar .sideBarHeader {
    background-color: #265f70;
    color: white;
}

table.cv-table th {
    background-color: #265f70;
}
@media (max-width: 30em) {
    #masterContent, 
	.ui-widget, 
	ul.ui-widget {
        font-size: .8em;
    }
}