﻿/*body, div, pre, code, form, fieldset, legend, input, textarea, th, td {
    margin: 0;
    padding: 0;
}*/

/*##############################
  ######## SITE COLORS #########
  ############################## 
  
    f6f6f6 - page content header, mobile login status background, footer links, home right column
    e2e2e2 - body
    115588 - header
    dfdfdf - main menu tab text highlight
    285575 - selected menu text color
    cde    - selected menu background color
    def    - selected menu highlight background color
    000000 - font
    369    - h1, links
    3d3d3d - footer background
    ededed - footer text
    ababab - footer link highlight
*/

/* Browser fixes for media query and viewport */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* ---------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html, body {
    color: #333333;
    font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
    line-height: 1.43;
    margin: 0px;
    min-width: 320px;
    padding: 0px;
}

body {
}

img {
    border-style: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#header {
    background: #115588;
    height: 45px;
    color: #ffffff;
}

#header-content {
    background: url('/images/arc-top.png') no-repeat right;
    display: block;
    font-size: .875em;
    min-width: 320px;
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 0 10px 0 10px;
    position: relative;
}

#logo {
    display: none;
}

#logo-mid {
    display: none;
}

#logo-small {
    display: block;
    width:85%;
}

#logo-print {
    display: none;
}

/*replace logo with a print friendly image*/

@media print {
    #logo-small {
        display: none;
    }
    #logo-print {
        display: block;
    }
}
/*--------------------------*/

#header-content-mobile {
    display: block;
    height: 40px;
    padding: 0 0 0 8px;
}

#title {
    padding-right: 20px;
}

#login-status {
    display: none;
}

    #login-status a {
        color: #ededed;
        text-transform: uppercase;
        font-size:.8em;
    }

        #login-status a:hover {
            color: #ababab;
        }

#login-status-mobile {
    background-color: #ffffff;
    padding: 8px;
    text-align: right;
}

    #login-status-mobile div a {
        display: inline;
    }


/*#region MAIN NAVIGATION */
#main-menu {
    display: none;
    float: left;
    font-size: 1.1428em;
    max-width: 1100px;
    min-width: 320px;
    margin: 0 auto;
}

    #main-menu ul {
        display: inline;
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #main-menu li {
        float: left;
        margin: 0;
    }

    #main-menu a {
        color: #ffffff;
        display: inline-block;
        font-size: 1em;
        height: 40px;
        margin: 30px 0 0 0;
        padding: 10px 7px;
        text-decoration: none;
    }

        #main-menu a:hover {
            background-position: 0% 0%;
            color: #dfdfdf; /* fallback (Opera < 11.10) */
        }

.selected-menu {
    background-color: #cde;
}

#main-menu a.selected-menu {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    color: #285575;
}

    #main-menu a.selected-menu:hover {
        background-position: 0% 0%;
        background-color: #def;
        background-repeat: repeat;
        background-attachment: scroll;
    }

#main-menu-mobile {
    background-color: #f7f7f7;
    width: 100%;
    z-index: 1000;
}

    #main-menu-mobile ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #main-menu-mobile li {
        border-top: 1px solid #cdcdcd;
    }

    #main-menu-mobile ul li a {
        color: #369;
        display: block;
        padding: 7px 5px 7px 10px;
        text-decoration: none;
    }

#main-menu-containers {
    clear: both;
    padding: 0px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1000;
}

.main-menu-container {
    display: none;
    max-width: 1100px;
    min-width: 320px;
    margin: 0 auto;
}

.menu-content {
    padding: 20px 2.5%;
}

.menu {
    /* Box shadows*/
    -webkit-box-shadow: rgba(100, 100, 100, .75) 0px 0px 3px 0px;
    box-shadow: rgba(100, 100, 100, .75) 1px 3px 3px 0px;
    background: url('/images/arc-bottom.png') no-repeat right top #cde;
    padding: 0px;
}

    .menu ul {
        float: left;
        list-style-type: none;
        margin: 0;
        /* only 10px bottom padding because the li has 10px bottom padding*/
        padding: 30px 0px 10px;
        vertical-align: top;
        width: 24%;
    }

    .menu li {
        display: block;
        padding: 0px 4% 15px 0;
        margin: 0;
    }

    .menu .column {
        width: 49%;
    }

        .menu .column ul {
            width: 97%;
        }

            .menu .column ul.half {
                float: left;
                width: 47%;
            }

        .menu .column li {
            display: block;
            width: 100%;
        }

    .menu .three-column {
        width: 32%;
    }

        .menu .three-column ul {
            width: 100%;
        }

    .menu a {
        color: #369;
        display: inline-block;
        padding: 0px 5px;
        text-decoration: none;
    }

        .menu a:hover {
            background-color: #369;
            color: #ffffff;
        }

    .menu .service-filters {
        padding-top: 10px;
    }

        .menu .service-filters a {
            display: inline;
            text-decoration: underline;
        }

    .menu table {
        margin: 20px 0px;
    }

        .menu table td {
            padding: 0px 20px 10px 0px;
        }

#mobile-icons {
    position: absolute;
    top: 6px;
    right: 10px;
    float: right;
    text-align: right;
}

#mobile-menu-icon {
    cursor: pointer;
    height: 28px;
    width: 30px;
    border: none;
    background: url('/images/menuIcon.png') center no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#mobile-search-icon {
    cursor: pointer;
    height: 28px;
    width: 30px;
    border: none;
    background: url('/images/searchIcon.png') center no-repeat;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
}
/*#endregion*/

/*#region PAGE NAVIGATION */
.department-menu-container {
    background-color: #fbfbfb;
}

.department-menu {
    background-color: #f7f7f7;
    display: none;
    width: 100%;
    z-index: 500;
}

    .department-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .department-menu li a {
        border-bottom: 1px solid #cdcdcd;
        color: #20476f;
        display: block;
        padding: 7px 0px 7px 5px;
        text-decoration: none;
        margin-right: 1px;
    }

    .department-menu span.link-text {
        width: 100%;
    }

    .department-menu span {
        display: table-cell !important;
        vertical-align: bottom;
        padding: 0 5px;
    }

    .department-menu a:not(span):hover {
        background: #c6d7e2;
    }

    .department-menu a[href^="http"] span:after {
        content: url(/images/icon_off.gif);
        padding-left: 5px;
    }

    .department-menu a[href$=".pdf"] span:before {
        content: url(/images/icon_pdf.png);
        padding-right: 10px;
    }

    .department-menu a[href^="http"]:after, .department-menu a[href$=".pdf"]:before {
        content: none;
    }

    .department-menu a.selected {
        border-left: 4px solid #285575;
        font-weight: bold;
    }

    .department-menu li li a {
        padding-left: 15px;
        background-color: #efefef;
    }

    .department-menu li li li a {
        padding-left: 20px;
        background-color: #e3e3e3;
    }

    .department-menu li li li li a {
        padding-left: 25px;
        background-color: #efefef;
    }

    .department-menu li li li li li a {
        padding-left: 30px;
        background-color: #e3e3e3;
    }
/*#endregion*/

/*#region CONTENT */

.page-header {
    background-color: #f6f6f6;
    padding: 5px 5px 5px 10px;
    margin: 0px;
}

#page-title h1 {
    color: #333333;
    margin: 0;
}

#page-bar {
    background-color: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: none;
    padding: 2px 0px;
}

#breadcrumb {
    float: left;
    font-size: 0.786em;
}

    #breadcrumb .crumb {
        color: #5f5f5f;
        display: inline-block;
        padding: 3px 18px 3px 10px;
        text-decoration: none;
    }

    #breadcrumb a.crumb {
        background: url('/images/breadcrumbs.png') right center no-repeat;
        color: #000000;
    }

    #breadcrumb a:hover {
        color: #147;
        text-decoration: underline;
    }

#body-wrapper {
    max-width: 1100px;
    position: relative;
    margin: 0px auto;
    clear: both;
}

#content-wrapper {
    border-top: solid 1px #cdcdcd;
    background: #ffffff;
    height: 100%;
}

.content-container {
    background-color: #ffffff;
}

#content {
    padding: 10px;
}

div.no-overflow {
    overflow: hidden;
}

/*#endregion*/

/*#region FOOTER */

#bottom {
    background: url('/images/footer-graphic2.png') center bottom no-repeat #2f3a40;
    clear: both;
    margin: 0px;
    height: 545px;
    width: 100%;
}



#footer {
    color: #ededed;
    font-size: .8em;
    height: 545px;
    max-width: 1100px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}

    #footer a {
        color: #ededed;
        text-decoration: underline;
    }

        #footer a:hover {
            color: #ababab;
        }

    #footer .links a {
        margin: 0 .5% 0 .5%;
        text-decoration: none;
        letter-spacing:1px;
        line-height:1.7em;
    }

    #footer .left-column {
        float: left;
        width: 24.9%;
    }

    #footer .right-column {
        float: right;
    }

.footer-notice {
}

#footer .footer-notice a {
    text-decoration: underline;
}

.push {
    height: 0px;
}

/*#endregion*/

/*#region HOME PAGE */

#banner {
    display: none;
}

#banner-flag {
    display: none;
}

#news {
}

    #news div {
        margin: 10px 0 25px 0;
    }


/*.article {
    margin: 10px 0px;
}

    .article a {
        display: block;
        color: #000000 !important;
        text-decoration: none;
        padding: 10px 5px;
        -webkit-transition: background 0.6s, box-shadow 0.6s;
        -moz-transition: background 0.6s, box-shadow 0.6s;
        transition: background 0.6s, box-shadow 0.6s;
    }

        .article a:hover {
            background: #f2f2f2; 
            background: rgba(0,0,0,0.15);
        }

.article-title {
    display: block;
    color: #369;
}*/

/*#endregion*/

/*#region DEPARTMENT HOME PAGE*/

.left-column, .right-column {
    float: none;
}

.dept-box {
    background: #fbfbfb;
    margin: 0px 0px 10px;
    padding: 0px 10px 10px 10px;
    border: solid 1px #f2f2f2;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.dept-box-title {
    background: #f2f2f2;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
    padding: 0px 10px;
    margin: 0px -10px 10px;
}

    .dept-box-title h2 {
        margin: 0;
        padding:8px 0;
    }

/*#endregion*/

/*#region SUB PAGES */

/*#endregion*/

/*#region HEADERS */

h1, h2, h3, h4, h5, h6, h7 {
    font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif
}

h1 {
    color: #369;
    font-size: 1.7143em;
    margin: 25px 0 10px;
}

h2 {
    color: #e68100;
    font-size: 1.4285em;
    margin: 25px 0 10px;
}

h3 {
    color: #c60;
    font-size: 1.2857em;
    margin: 15px 0 10px;
}

h4 {
    color: #333333;
    font-size: 1.0714em;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom:2px;
}

/*#endregion*/

/*#region LINKS */
.columns a {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* Links are normally not marked differently after being visited. This will allow them to be marked. */
a.markVisited:visited {
    color: #7AD;
}

a:link, a:visited {
    color: #369;
}

a:hover {
    color: #147;
}

a.no-underline {
    text-decoration: none;
}

/*#endregion*/

/*#region LISTS */

ul {
    margin: 0px 30px;
}

    ul.add-space li, ol.add-space li {
        margin: 8px 0px;
    }

.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.noBullets {
    list-style-type: none;
}

ul.no-indent {
    margin: 0;
    padding: 0;
}

ul.noIndent {
    margin: 0;
    padding: 0;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.lowerAlpha {
    list-style-type: lower-alpha;
}

.upper-alpha {
    list-style-type: upper-alpha;
}

.upperAlpha {
    list-style-type: upper-alpha;
}

.decimal {
    list-style-type: decimal;
}

.upper-roman {
    list-style-type: upper-roman;
}

.lower-roman {
    list-style-type: lower-roman;
}

ol {
    margin: 10px 0px 10px 30px;
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: lower-roman;
        }

            ol ol ol ol {
                list-style-type: decimal;
            }

/*#endregion*/

/*#region DATALISTS */

dl {
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 30px;
}

/*#endregion*/

/*#region FLOAT */
.left {
    float: left;
}

.right {
    float: right;
}

    .right.contact {
        float: none;
    }

.clear {
    clear: both;
}

/*#endregion*/

/*#region FONT */

.xsmall {
    font-size: .5em;
}

.smaller {
    font-size: .65em;
}

.small {
    font-size: .75em;
}

.large {
    font-size: 1.1em;
}

.xlarge {
    font-size: 1.2em;
}

.xxl {
    font-size: 1.3em;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

.green {
    color: #669966;
}

.blue {
    color: #0044AA;
}

.lightBlue {
    color: #336699;
}

.red {
    color: #cc0000;
}

.hot {
    color: #cc0000;
    font-weight: bold;
}

.indent {
    text-indent: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.white {
    color: #ffffff;
}
/*     bootstrap uses class styles .h1, .h2, .h3 etc.  These are used in the site where we wnat to emulate a <h*> tag, for instance in a asp:Label control    */

.h2 {
    color: #e68100;
    font-size: 1.42em;
    margin: 25px 0 10px;
}



/*#endregion*/

/*#region ALIGNMENT */
.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-text-top {
    vertical-align: text-top;
}

.vertical-text-bottom {
    vertical-align: text-bottom;
}

.vertical-baseline {
    vertical-align: baseline;
}

.vertical-super {
    vertical-align: super;
}

.vertical-sub {
    vertical-align: sub;
}

/*#endregion*/

/*#region SEARCH */

.search-bar {
    display: none;
    float: none;
    width: 100%;
    margin: 0px auto;
    clear: both;
}

.search-box {
    color: #888;
    font-size: 1em;
    border-style: solid;
    border-color: white;
    height: 25px;
    margin: 0;
    width: 100%;    
    padding: 5px;
}

    .search-box:focus {
        /*border-color: #ededed;
        background-color: #ababab;
        border-color: #ababab;*/
    }

.search-button {
    margin: 0;
    padding: 0;
    height: 22px;
    border: none;
    /*background: url('/images/searchIcon.png') center no-repeat #fb9229;*/
    background: url('/images/searchIconDark.png') center no-repeat #ffffff;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 2px;
}

    .search-button:hover {
        cursor: pointer;
        /*background-color: #f2f2f2;*/
    }

.search-box:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.search-box:focus:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.search-box:focus::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.search-box:focus:-ms-input-placeholder {
    color: #ffffff;
}

/*.search-box-div {
    margin-right: 44px;
}

.search-box {
    color: #5f5f5f;
    font-size: 1.1em;
    border-style: solid;
    height: 22px;
    margin: 0;
    width: 100%;
}

    .search-box:focus {
        border-color: #fb9229;
    }

.search-button-div {
    width: 40px;
    font-size: .7em;
    margin-left: 0px;
}

.search-button {
    margin: 0;
    padding: 0;
    height: 28px;
    border: none;
    background: url('/images/searchIcon.png') center no-repeat #fb9229;
    width: 100%;
}

    .search-button:hover {
        background-color: #ff8000;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
    }*/

/*#endregion*/

/*#region SPACING */

.noBottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.noLeft {
    margin-left: 0;
    padding-left: 0;
}

.noRight {
    margin-right: 0;
    padding-right: 0;
}

.noTop {
    margin-top: 0;
    padding-top: 0;
}

.noMargins {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.mTop {
    margin-top: 15px;
}

.mBottom {
    margin-bottom: 15px;
}

.mLeft {
    margin-left: 15px;
}

.mLeft80 {
    margin-left: 80px;
}

.mRight {
    margin-right: 15px;
}

.pTop {
    padding-top: 15px;
}

.pBottom {
    padding-bottom: 15px;
}

.pLeft {
    padding-left: 15px;
}

.pRight {
    padding-right: 15px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-35 {
    margin-bottom: 35px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-45 {
    margin-bottom: 45px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-35 {
    margin-top: 35px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-45 {
    margin-top: 45px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-25 {
    margin-left: 25px;
}

.m-left-30 {
    margin-left: 30px;
}

.m-left-35 {
    margin-left: 35px;
}

.m-left-40 {
    margin-left: 40px;
}

.m-left-45 {
    margin-left: 45px;
}

.m-left-50 {
    margin-left: 50px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-20 {
    margin-right: 20px;
}

.m-right-25 {
    margin-right: 25px;
}

.m-right-30 {
    margin-right: 30px;
}

.m-right-35 {
    margin-right: 35px;
}

.m-right-40 {
    margin-right: 40px;
}

.m-right-45 {
    margin-right: 45px;
}

.m-right-50 {
    margin-right: 50px;
}

.p-bottom-5 {
    padding-bottom: 5px;
}

.p-bottom-10 {
    padding-bottom: 10px;
}

.p-bottom-15 {
    padding-bottom: 15px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-bottom-25 {
    padding-bottom: 25px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-bottom-35 {
    padding-bottom: 35px;
}

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-bottom-45 {
    padding-bottom: 45px;
}

.p-bottom-50 {
    padding-bottom: 50px;
}

.p-top-5 {
    padding-top: 5px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-15 {
    padding-top: 15px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-25 {
    padding-top: 25px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-35 {
    padding-top: 35px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-45 {
    padding-top: 45px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-left-5 {
    padding-left: 5px;
}

.p-left-10 {
    padding-left: 10px;
}

.p-left-15 {
    padding-left: 15px;
}

.p-left-20 {
    padding-left: 20px;
}

.p-left-25 {
    padding-left: 25px;
}

.p-left-30 {
    padding-left: 30px;
}

.p-left-35 {
    padding-left: 35px;
}

.p-left-40 {
    padding-left: 40px;
}

.p-left-45 {
    padding-left: 45px;
}

.p-left-50 {
    padding-left: 50px;
}

.p-right-5 {
    padding-right: 5px;
}

.p-right-10 {
    padding-right: 10px;
}

.p-right-15 {
    padding-right: 15px;
}

.p-right-20 {
    padding-right: 20px;
}

.p-right-25 {
    padding-right: 25px;
}

.p-right-30 {
    padding-right: 30px;
}

.p-right-35 {
    padding-right: 35px;
}

.p-right-40 {
    padding-right: 40px;
}

.p-right-45 {
    padding-right: 45px;
}

.p-right-50 {
    padding-right: 50px;
}

.nowrap {
    white-space: nowrap;
}

/*#endregion*/

/*#region TABLES */

table {
    border-collapse: collapse;
}

.table td {
    vertical-align: middle;
}

.tblResults {
    border-style: none;
}

    .tblResults tr th {
        padding: 5px;
        font-weight: bold;
        border-style: none;
        border-bottom: 1px solid black;
    }

    .tblResults tr td {
        padding: 5px;
        padding-right:25px;
        border-style: none;
        border-bottom: 1px solid #eaeaea;
    }

.tblSummary {
}

    .tblSummary tr td {
        padding-bottom: 20px;
    }

th {
    color: #e68100;
    font-weight: bold;
}

th, td {
    padding: .25em .5em .25em 0;
    vertical-align: top;
}

    td.hot {
        color: #cc0000;
        font-weight: bold;
    }

    td.false {
        padding-left: 18px;
        padding-bottom: 18px;
        padding-top: 10px;
        border-left: 5px solid #cccccc;
        border-top: 1px solid #cccccc;
    }

    td.small {
        font-size: 8pt;
    }

    td.headtd {
        font-size: 9pt;
        background-color: #dddddd;
    }

    td.headtdAlt {
        font-size: 9pt;
        border-bottom:1px solid #efefef;
    }

      td.headtdBlue {
        background-color:#369;
        padding-top:4px;
    }

    td.headSort {
        font-size: 9pt;
        background-color: #C9DAF5;
    }

    td.smallb {
        font-size: 8pt;
        border-left-width: 1px;
        border-right: 1px solid #CCCCCC;
        border-top-width: 1px;
        border-bottom: 1px solid #CCCCCC;
    }

    td.surveyOption {
        width: 50px;
        text-align: center;
    }

    td.line1 {
        background-color: #eeeeee;
    }

    td.line2 {
        background-color: #ffffff;
    }

.rowHeader > td {
    border-bottom: 1px solid #336699;
}

.bb > td {
    border-bottom: 1px solid #CCCCCC;
}

.bb {
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
}

.noBorders {
    border: none;
}

    .noBorders td {
        border: none;
    }

.trOff {
    background-color: #ffffff;
}

.trOn {
    background-color: #efefef;
}

.strikeThrough {
    text-decoration: line-through;
    color: Red;
}

.tableCalendar {
}

    .tableCalendar th {
        color: #000000;
        padding-right: 15px;
    }

    .tableCalendar td {
        padding-right: 15px;
    }

.shaded {
    background-color: #efefef;
}

.directoryListing tr {
    vertical-align: bottom;
}

.gridlines {
    width: 100%;
    margin: 15px 0;
}

    .gridlines td, .gridlines th {
        border: 1px solid #000000 !important;
        padding: 0 5px;
    }

/*#endregion*/

/*#region FLAT TABLES */
.flat-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .flat-table td, .flat-table th {
        padding: 0.5em 1em 0.5em 1em;
    }

    .flat-table tr:first-child td {
        border: none;
    }

    .flat-table tr td {
        -webkit-transition: background 0.4s, box-shadow 0.4s;
        -moz-transition: background 0.4s, box-shadow 0.4s;
        transition: background 0.4s, box-shadow 0.4s;
    }

    .flat-table tr:hover td {
        background: #f2f2f2; /* Fallback for IE8 and prior */
        background: rgba(0,0,0,0.19);
    }

    .flat-table.separators td {
        box-shadow: inset 0 1px rgba(0,0,0,0.2);
    }

    .flat-table.border tbody {
        border: solid 2px rgba(0,0,0,0.2);
    }

    .flat-table.separators th {
        box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    }
/*#endregion*/

/*#region IMAGES */

.about-image {
    float: right;
    max-width: 400px;
    width: 100%;
}

/*#endregion*/

/*#region INPUT*/

#content-wrapper input[type=text]:focus:not(#gsc-i-id1),
#content-wrapper textarea:focus,
#content-wrapper input[type=password]:focus {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#646464')";
    border: solid 1px #52a8ec;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    outline: none;
}

.gsc-input-box {
    padding: 0px !important;
}

    .gsc-input-box td {
        vertical-align: top;
    }

.gsc-input {
    background: none !important;
}

.gsc-search-button {
    box-sizing: content-box;
    padding-top: 6px;
}

.gsib_a {
    margin: 0 !important;
    padding-top: 1px !important;
    vertical-align: top !important;
}

#gs_id50 {
    padding: 0;
}

#content-wrapper input[type=text], #content-wrapper input[type=password] {
    border: 1px solid #999999;
}

/*#endregion*/

/*#region BLOCKQUOTE*/
blockquote {
    margin: 10px 30px;
    font-size: 100%;
}
/*#endregion*/

/*#region PARAGRAPH*/
p {
    margin: 1.12em 0;
}

    p.citation {
        margin-left: 30px;
        margin-right: 30px;
        font-style: italic;
    }

/*#endregion*/

/*#region SORTING*/
.sortedAsc:after {
    content: url(/images/ascending.png);
}

.sortedDesc:after {
    font-weight: bold;
    content: url(/images/descending.png);
}
/*#endregion*/

/*#region FIELDSET*/

fieldset {
    font-weight: bold;
}

    fieldset.sub {
        margin-left: 40px;
        width: 600px;
        border-left: 0px #E5E5E5 solid;
        border-right: 0px #E5E5E5 solid;
        border-top: 0;
        border-bottom: 0px #E5E5E5 solid;
        font-weight: normal;
    }

    fieldset.form {
        border: 0px #759275 solid;
        padding-bottom: 25px;
    }

legend {
    padding-left: 5px;
    color: #369;
    padding-right: 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px #369 solid;
    font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
    font-size:1.3em;

}

/*#endregion*/

/*#region DIVS*/

.half {
    width: 47%;
    padding: 1%;
}

.one-third {
    width: 31%;
    padding: 0 1%;
}



.notification {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-right: 430px;
}

.notification {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.notification-50 {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 50%;
}

.notification-75 {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 75%;
}

.notificationFull {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.notificationGreen {
    padding: 5px 10px;
    margin-right: 420px;
    border-left: 5px #CCCCCC solid;
    border-top: 1px #CCCCCC solid;
}

.notificationSmall {
    padding: 5px 10px;
    border-left: 5px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 300px;
}

.noteBox {
    padding: 7px;
    border: 1px solid #000000;
    width: 250px;
}

.warning-box {
    background-color: #FFFFCC;
    border-left: 5px #CCCCCC solid;
    border-top: 1px #CCCCCC solid;
    padding: 5px 10px;
}

/*#endregion*/

/*#region DISPLAY*/

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}


/*#endregion*/

/*#region BACKGROUND */

.greenBackground {
    background-color: #ddeedd;
}

.greyBackground {
    background-color: #efefef;
}

.highlight {
    background-color: #FFFF00;
}

/*#endregion*/

/*#region COUNTY CODE*/

.rotate-counter-unavailable {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.codetitle {
    font-size: 14pt;
    color: #336699;
    font-weight: bold;
}

.codechaptertitle {
    font-size: 12pt;
    color: #336699;
    font-weight: bold;
}

.codearticletitle {
    font-size: 12pt;
    color: #336699;
    font-weight: bold;
}

.footnote {
    font-size: 9pt;
    color: #666666;
}

span.codeSectionTitle {
    font-weight: bold;
}

span.signage {
    font-size: 10pt;
    color: #336699;
    font-weight: bold;
}

.countycode dl {
    margin-left: 40px;
}

.countycode dt {
    margin-top: 0;
}

.countycode ol, .countycode ul {
    margin-top: 0;
    margin-bottom: 0;
}

.countycode table tr {
    background-color: #ffffff;
}

td.sign {
    border-bottom: 1px solid #000000;
}

p.bottommargin0 {
    margin-bottom: 0;
}

ol.topmargin0 {
    margin-top: 0;
}

.tableOfOrdinances tr td:first-child {
    white-space: nowrap;
}

a.anchor-name, a.anchor-name :hover, a.anchor-name :active, a.anchor-name :focus, a.anchor-name :visited {
    color: #2a6496;
    text-decoration-style: none !important;
    text-decoration: none !important;
}

/*#endregion*/

/*#region NOTIFICATIONS*/

.notification-box {
    color: #555;
    font-size: 1em;
    padding: 5px 20px;
    margin: 10px 0px;
}

    .notification-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

.error {
    /* background: #ffecec url('/images/icons/error.png') no-repeat 10px 5px; */
    border: 1px solid #f5aca6;
    background-color: #ffecec;
}

.success {
    /* background: #e9ffd9 url('/images/icons/success.png') no-repeat 10px 50%; */
    border: 1px solid #a6ca8a;
    background-color: #e9ffd9;
}

.warning {
    /* background: #fff8c4 url('/images/icons/warning.png') no-repeat 10px 50%;*/
    background-color: #fff8c4;
    border: 1px solid #f2c779;
}

.notice {
    /* background: #e3f7fc url('/images/icons/notice.png') no-repeat 10px 50%;*/
    background-color: #e3f7fc;
    border: 1px solid #8ed9f6;
}

/*#endregion*/

/*#region ICONS */

/* Automatically puts external link icon next to links with http  */
a[href^="http"]:after {
    content: url(/images/icon_off.gif);
    padding-left: 5px;
}

/* Automatically puts the PDF icon next to PDF files */
a[href$=".pdf"]:before,
a[href$=".txt"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
    content: url(/images/icon_pdf.png);
    padding-right: 10px;
} 

/*On lists of hyperlinks the icons only appear on hover. This avoids the messy look of a list of links with some icons before and some after. Yuk */

.link-list a:before, .link-list a:before {
    content: 
}


/* Removes any icons from next to links */
a.noIcon:after, a.gs-title:after, a.gcsc-branding-clickable:after, .countycode a:after, a.noIcon:before {
    content: '';
    padding: 0px;
}

.no-icons {
    background-image: none;
}

/*#endregion*/

/*#region FORM/VALIDATION*/

.validation-tag {
    padding: 2px 30px;
    font-size: 1em;
}

    .validation-tag.error, .validation-tag.success, .validation-tag.warning, .validation-tag.notice {
        background-position: 5px 50%;
        background-color: transparent;
        border: none;
    }

#content-wrapper input[type=text].required:not(:focus),
#content-wrapper textarea.required:not(:focus),
#content-wrapper input[type=password].required:not(:focus) {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 5px rgba(204, 0, 0, 0.40);
    border: solid 1px #ee9999;
}

.validation-summary ul {
    display: none;
}

/*#endregion*/

/*#region INTERACTABLE*/

.contractable {
    cursor: pointer;
    padding-left: 15px;
    background: url('/images/icon_minus.gif') no-repeat left;
}

.expandable {
    cursor: pointer;
    padding-left: 15px;
    background: url('/images/icon_plus.gif') no-repeat left;
}

.clickable {
    cursor: pointer;
    text-decoration: underline;
}

/*#endregion*/

/*#region EMERGENCY*/

.emergency-response-info {
    border: 1px solid #cc0000;
    background-color: #eeeeee;
    float: right;
    margin: 20px 0px 20px 10px;
    padding: 3px 11px 3px 11px;
    width: 300px;
}

/*#endregion*/

/*#region RBL/CBL*/

.rbl table label {
    padding-left: 3px;
    padding-right: 7px;
    line-height: 1.3em;
    vertical-align: middle;
    display: inline-block;
}

.rbl table td input {
    vertical-align: middle; 
}

.rbl input {
    margin-right: 5px;
}

/*#endregion*/
        
/*#region MS TRANSLATE*/

#MicrosoftTranslatorToolbar {
    background-image: none !important;
}

#footer #MicrosoftTranslatorWidget {
    float: right;
}

#footer #MSTWContent {
    background: none;
}

#footer #MicrosoftTranslatorWidget #MSTWHeaderText {
    display: none;
    width: 250px;
}

#footer #MSTWGoButton {
}

#footer #MSTWGoImage {
}

#footer #MSTWFooter {
    display: none;
}

#footer #MSTWMenu {
    width: 120px;
}

/*#endregion*/

/*#region CSS TOOLTIPS*/

a.tooltip {
    outline: none;
    text-decoration: none;
    border-bottom: dotted 1px blue;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip > span {
        width: 200px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-left: -85px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        position: absolute;
        font-size: 12px;
        font-style: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 2px #999;
        -moz-box-shadow: 2px 2px 2px #999;
        box-shadow: 2px 2px 2px #999;
    }
    /*a.tooltip > span:hover,*/

    a.tooltip:hover > span {
        opacity: 1;
        text-decoration: none;
        visibility: visible;
        overflow: visible;
        margin-top: 50px;
        display: inline;
        margin-left: -60px;
    }

    a.tooltip span b {
        width: 15px;
        height: 15px;
        margin-left: 20px;
        margin-top: -19px;
        display: block;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-box-shadow: inset -1px 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #fff;
        -o-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff;
        display: none\0/;
        display: none;
    }

    a.tooltip > span {
        color: #000000;
        background: #DDDDDD;
        background: -moz-linear-gradient(top, #DDDDDD 0%, #FFFFFF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#FFFFFF));
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#FFFFFF',GradientType=0 );
        border: 1px solid #000000;
    }

    a.tooltip span b {
        background: #DDDDDD;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
    }

/*#endregion*/

/*#region MISC */

.contact {
    background: #fbfbfb;
    margin: 0px 0px 10px;
    padding: 0px 10px 10px 10px;
    border: solid 1px #f2f2f2;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

    .contact h2 {
        background: #f2f2f2;
        border-bottom: 1px solid #ededed;
        font-weight: normal;
        padding: 0px 10px;
        margin: 0px -10px 10px;
    }

.note {
    font-size: .75em;
    color: #777777;
}

.teletype {
    font-family: Consolas,monospace;
}

/* next three classes used to style columns on agendas.aspx page
.col-box{
    background: #fbfbfb;
    margin: 10px 0px 10px 10px;
    padding: 0px 10px 10px 30px;
    border: solid 1px #f2f2f2;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.col-box-outer {
   
    margin: 0px 0px 10px;
    padding: 0px 10px 10px 10px;

} */
.col-box-title {
    background: #f2f2f2;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
    margin: 0px -10px 10px -10px;
}

/*#endregion*/

/*#region HR PORTAL*/

.hrp-navigation {
    font-size: .8em;
}

    .hrp-navigation a.current {
        color: #009933;
        font-weight: bold;
        text-decoration: none;
    }

.hrpUploadFrame {
    margin-left: 25px;
    border: none;
    padding: 0px;
    width: 500px;
    height: 100px;
}

/*#endregion*/


/* #region
###################################
########## MEDIA QUERIES ##########
################################### */

@media only screen and (max-width: 599px) {


    .type {
        display: none;
    }

    #page-title {
        float: none;
        clear: both;
    }

    #wrapper {
        margin-bottom: 0px;
    }
    .one-third {
    width: 100%;
    padding: 0 1%;
   }
}

@media only screen and (max-width: 1024px) {
      .footerPhrase {
        display:none;
    }
    #footer-logo {
        display:none;
    }
    .newfooter {
        width:100% !important;
        text-align:center;
    }
    .copyright {
        margin-top:20px !important;
        width:100%;
    }
    .m-hidden {
        visibility:hidden;
        display:none;
    }
    .m-show {
        visibility:visible !important;
        display:block !important;
        padding-top:20px;
    }
   .graybuttonHalf {
       width:100% !important;
   }
      #bannerHeadline, #bannerHeadlineText, #bannerHeadlineContainer {
   display:none;
   }
}
@media only screen and (min-width: 768px) {
    body {
        background: #e2e2e2;
        /*background: url('/images/test-background.jpg') center center no-repeat;
        background-attachment: fixed;*/
    }


    #home [class*="col"] {
        display: table-cell;
        vertical-align: top;
    }

    #home-right-column {
        background-color: #f6f6f6;
        border-left: 1px solid #efefef;
        /*height: 100%;*/
        /*position: absolute;*/
    }


    #bottom {
        height: 380px;
    }

    #footer {
        height: 180px;
        font-size: .9em;
    }

    .push {
        height: 180px;
    }

    #header-content {
        height: 70px;
    }

    html, body {
        height: 100%;
    }

    #login-status {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    #logo-small {
        display: none;
    }

    #wrapper {
        height: 100%;
        height: auto !important;
        min-height: 100%;
        margin: 0 auto -180px;
    }

    #content-wrapper {
        border: none;
        -webkit-box-shadow: 0px 0px 3px 0px rgba 0px rgba(100, 100, 100, .75);
        box-shadow: 1px 3px 3px 0px rgba(100, 100, 100, .75);
        margin: 10px auto;
    }

    #header {
        height: 70px;
    }

    #header-content-mobile {
        display: none;
    }

    #content {
        padding: 10px 25px 25px 25px;
    }

    .content-container {
        /* 149 because of the 1px border */
        margin-left: 149px;
        border-left: 1px solid #cdcdcd;
    }

    #main-menu {
        display: block;
    }

    #main-menu-containers {
        top: 70px;
    }

    #main-menu a {
        color: #ffffff;
        display: inline-block;
        font-size: 1em;
        height: 40px;
        margin: 30px 0 0 0;
        padding: 10px 12px 10px 12px;
        text-decoration: none;
    }

    .page-header {
        border: none;
    }

    .department-menu {
        background-color: #fbfbfb;
        position: inherit;
        display: block;
        float: left;
        margin-left: -150px;
        width: 149px;
    }

    #mobile-icons {
        top: 32px;
    }

    #mobile-menu-icon {
        display: none;
    }

    .search-bar {
        position: relative;
        padding: 10px 0 0 0;
        width: 50%;
    }

    .search-button {
        top: 12px;
    }

    input.search-button {
        /*border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;*/
    }

    /* DEPARTMENT HOME PAGE */

    #page-bar {
        display: block;
    }

    .left-column {
        float: left;
    }

       .left-column2 {
        float: left;
        max-width: 49%;
        padding-right:20px;
    }
    .right-column {
        float: right;
    }

    .dept-column {
        margin: 10px 0;
        width: 48%;
    }

    #dept-info {
        margin: 10px 2%;
    }

    #dept-contact {
        border-right: 1px solid #ababab;
        padding: 5px;
        width: 25%;
    }

    #logo {
        display: block;
    }

    #banner {
        display: block;
        float: left;
        width: 100%;
        height:250px;
        margin-bottom:30px;
    }
    #bannerHeadlineContainer {
        position:absolute;
        width:100%;
        height:80px;
        top:200px;
    }
    #bannerHeadline {
      background: #269;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
    position: absolute; 
    top: 0; 
    left: 0; height: 100%;
    width:100%;
    }
    #bannerHeadlineText {
       font-family: 'Cinzel', serif;
       letter-spacing:4px;
       font-size:2em;
       color:#fff;
       -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position:absolute;
        top:20px;
        left:0;
        width:100%;
        height:100%;
        text-align:center;
    }

    #header-content {
        font-size: 1em;
    }

    .right.contact {
        float: right;
    }
}

@media only screen and (min-width: 940px) {

    #mobile-icons {
        right: 22%;
    }

    #mobile-search-icon {
        display: none;
    }

    .search-bar {
        position: absolute;
        top: -58px;
        right: 10px;
        display: block;
        width: 20%;
    }
}

@media only screen and (min-width: 1100px) {
    #content-wrapper {
        -moz-border-radius: 7px;
        border-radius: 7px 7px 7px 7px;
    }

    .page-header {
        -moz-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
    }

    .department-menu-container {
        -moz-border-radius: 0px 0px 7px 7px;
        border-radius: 0px 0px 7px 7px;
    }

    .content-container {
        border-radius: 0px 0px 7px 0px;
    }

    #home-right-column {
        -moz-border-radius: 7px;
        border-radius: 0px 0px 7px 0px;
        /*margin-bottom: -10000px;
        padding-bottom: 10000px;*/
    }
}

@media only screen and (min-width: 1125px) {
    #banner-flag {
        display: block;
        left: -8px;
        top: 10px;
        position: absolute;
    }

    #login-status {
        right: 10px;
    }
}


@media only screen and (min-width: 1150px) {
}
/*#endregion*/

/*#region Noty */
.kc {
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .kc.noty_container_type_alert {
        background-color: #f5f5f5;
    }

    .kc.noty_container_type_information {
        background-color: #57B7E2;
        border: 1px solid #0B90C4;
        color: #FFFFFF;
    }

    .kc.noty_container_type_error {
        background-color: #FF0000;
        border: 1px solid #8B0000;
        color: #FFFFFF;
        font-weight: bold;
    }

    .kc.noty_container_type_warning {
        background-color: #FFEAA8;
        border: 1px solid #FFC237;
    }

    .kc.noty_container_type_success {
        background-color: #90EE90;
        border: 1px solid #50C24E;
    }

    .kc .noty_message {
        padding: 10px 20px;
    }

    .kc .noty_close {
        position: absolute;
        top: 4px;
        right: 4px;
        width: 10px;
        height: 10px;
        background: url('/images/icon_delete');
        visibility: hidden;
        opacity: 0.5;
        cursor: pointer;
    }

    .kc:hover > .noty_bar > .noty_message > .noty_close {
        visibility: visible;
    }

    .kc .noty_buttons {
        text-align: right !important;
        padding: 5px;
    }

        .kc .noty_buttons button {
            margin-left: 5px;
        }

.noty_modal.kc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.6;
    display: none;
    border: none;
    left: 0;
    top: 0;
}
/*#endregion */

/*#region BOOTSTRAP THEMING*/

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5; /* Fallback for IE8 and prior */
    background: rgba(0,0,0,0.19);
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; /* Fallback for IE8 and prior */
    background: rgba(0,0,0,0.22);
}

/*#endregion*/


/*#region TOOLTIP*/
.tooltipTax {
    font-style:italic;
    color:#ababab;
}
/*#endregion*/

/* #region SAG boxes */

.mapTileFrame {
    float:left;
    overflow:hidden;
}
.columnPad {
    padding:8px;
    float:left;
    overflow:hidden;
}
.mapTileSize {
    overflow: hidden;
    width: 280px;
    height:380px;
}

.mapTileSizeSmall {
    overflow: hidden;
    width: 280px;
    height:300px;
}
.sideColumnBkgd {
    background-color:#f7f7f7;
}
.absoluteContainer {
    position:relative;
}
.mapTileTitleBar {
    background: #369;
}
.titleBar {
    width:100%;
    height: 36px !important;
    line-height: 36px;
    overflow: hidden;
}
.mapTileTitle {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    padding-left:20px;
}
.mapTileImageFrame {
    width:240px;
    height:143px;
    background-color:#fff;
    padding:15% 5% 5% 5%;
    margin: 10px 20px;
}
.mapTileImageFrameAlt {
    width:240px;
    height:143px;
    background-color:#fff;
    padding:0;
    margin: 10px 20px;
}
.mapTileAuthor {
    margin: 0 10px 4px 10px;
    font-weight: bold;
}
.mapTileSummary {
    margin: 0 20px;
    font-size: .90em;
}
.mapTileReadMore {
    position: absolute;
    bottom: 0px;
    padding: 7px 7px 10px 20px;
    font-size: 11px;
    color: #015698;
    text-decoration: none;
    border-width: 0px;
    cursor: pointer;
}
.sideColumnBkgd {
    background-color: #f7f7f7;
}

/* #endregion SAG boxes */


.sag-image {
padding-left:10px;
}

#curve_chart, #curve_chart2, #curve_chart3{
    width:850px;
    height:300px;
}


.graph {
    width: 100%; 
    height: 410px; 
    border:5px solid #efefef;
}

/* #region About menu boxes */

.mapTileFrame {
    float:left;
    overflow:hidden;
}
.columnPad2 {
    padding:0 0px 10px 50px;
    float:right;
    overflow:hidden;
}
.mapTileSize2 {
    overflow: hidden;
    width: 320px;
    height:320px;
}

.mapTileImageFrame2 {
    width: 280px;
    height: 110px;
    padding: 5%;
    margin-bottom: 30px;
}
/* #endregion About Menu boxes */

.graybox {
    padding:2px 20px 13px 20px;
    background-color:#f7f7f7;
    margin-right:20px;
    margin-bottom:5px;
    border-radius:8px;
    border:1px solid #efefef;
    display:table;
}

/* #region department list */
.department-list dt, .faq-list dt {
    padding-top: 10px;
}
.department-list dd, .faq-list dd {
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin-left:0;
   
}
/* #endregion department list */

.callout {
    font-size:1.6em;
    text-rendering:optimizeLegibility;
    line-height:1.5em;
    font-weight:800;
    color:#ababab;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    padding:20px;
}
.callout a {
    font-size:.8em;
    font-weight:100;

}

.callout-special {
    background-color: #369;
    color: #e78942;
    text-align: center;
    margin-bottom: 10px;
}

.callout-special a {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 4px;
    font-weight: bold;

}                   


/* #region TEST TABLES */
.test-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .test-table td, .test-table th {
        padding: 5px 0 0 10px;
    }

    .test-table tr:first-child td {
        border: none;
    }
    .test-table tr {
        padding:0;
        margin:0;
        border-bottom:1px solid #efefef;
    }
    .test-table tr .ptest {
        padding-bottom:10px;
    }
  

    .test-table tr td {
        -webkit-transition: background 0.4s, box-shadow 0.4s;
        -moz-transition: background 0.4s, box-shadow 0.4s;
        transition: background 0.4s, box-shadow 0.4s;
    }

    .test-table tr:hover td {
        background: #f2f2f2; /* Fallback for IE8 and prior */
        background: rgba(0,0,0,0.19);
    }

    .test-table.separators td {
        box-shadow: inset 0 1px rgba(0,0,0,0.2);
    }

    .test-table.border tbody {
        border: solid 2px rgba(0,0,0,0.2);
    }

 
/*#endregion test tables*/


/*#region new footer*/

.newfooter {
    position: relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    float:left;
    width:20%;
}
.footerPhrase {
    text-transform:uppercase;
    letter-spacing:1.3em;
    background:#222c31;
    font-size:1.2em;
    padding:11px 7px 7px 7px;
    color:#3a484f;
    font-family:'Times New Roman', Times, serif;
    position:absolute;
    width:100%;
    left:0;
    margin-top:40px;
    font-weight:bold;
}
.newfooter a {
    font-size:10px;
    text-transform:uppercase;
    margin:0;
    padding:5px 0 0 3px;
}
.newfooter .about {
    font-size:1.32em;
    line-height:1.5em;
    margin: 0 0 17px 0;
}
.newfooter hr {
    padding-top:7px;
    margin:0;
    border-top:1px solid #262f34;
}
.copyright {
    margin-top:90px;
    text-transform:uppercase;
    font-size:.8em;
    color:#ababab;
}

.m-show {
    visibility:hidden;
    display:none;
}


#accordion h3.footeraccordion {
    background:none;
    border-bottom:1px solid #ababab;
    border-radius:1px;
    border-top:none;
    border-left:none;
    border-right:none;
    color:#fff;
    font-size:1.2em;
    text-align:center;
    padding:10px;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}
#accordion .footeraccordionContent {
    background:none;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

#footer-logo {
    padding-top:15px;
}

@media print {
    .newfooter, .footerPhrase  {
        display:none !important;
    }
}

/*#endregion new footer*/

/*#region EMAIL SIGN-UP*/


.email-signup {
    border:1px solid #efefef;
    padding: 10px 10px 5px 10px;
    background:#e8e8e8;
    margin:10px 0 10px 0;
    font-size:.8em;
    color:#777;
    text-transform:uppercase;
    letter-spacing:1px; 
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.email-signup:hover {
     background: #f2f2f2; /* Fallback for IE8 and prior */
        background: rgba(0,0,0,0.19);
}

.email-signup img {
    width:20px;
    height:15px;
    margin:0 10px 5px 5px;
}
.email-signup hr {
    margin:3px 0 0 0;
    padding:0;
    border-bottom:1px solid #fff;
}

.meeting-title {
    text-transform:uppercase;
    color:#269;

}

/*#region Buttons*/

.bluebutton {
    background:#369;
    border:none;
    color:#ededed;
    text-transform:uppercase;
    padding:2px 10px !important;
    max-width:290px;
    text-align:center;
}
.bluebutton:hover {
    background:#ababab;
}
.bluebutton a{
    color:#fff;
    text-decoration:none;
}


.graybutton {
    background:#e8e8e8;
    border:none;
    color:#fff !important;
    text-transform:uppercase;
    padding:7px 10px !important;
    width:100%;
    text-align:center;
    font-size:13px;
    text-decoration:none;
    margin-top:10px;
    letter-spacing:1px;
}
.graybutton:hover {
    background:#cdcdcd;
    text-decoration:none;

}
.graybutton a{
    text-decoration:none;
}
.graybutton a:hover{
    text-decoration:none;
}


.graybuttonHalf {
    background:#e8e8e8;
    border:none;
    color:#fff !important;
    text-transform:uppercase;
    padding:7px 10px !important;
    text-align:center;
    font-size:13px;
    text-decoration:none;
    letter-spacing:1px;
    float:left;
    width:48%;
    margin:10px 10px 10px 0 !important;
}
.graybuttonHalf:hover {
    background:#cdcdcd;
    text-decoration:none;

}
.graybuttonHalf a{
    text-decoration:none;
}
.graybuttonHalf a:hover{
    text-decoration:none;
}


.nobutton{
 border:none;
    background:none;
}

/*#endregion Butttons*/

.contracts-table {
    margin-left:35px;
}
.contracts-table tr td:first-child {
   color:#269;
   text-transform:uppercase;
}
.contracts-table tr:hover {
   background:#ddd;
}
.contracts-header {
    color:#369;
    font-weight:400;
    text-transform: uppercase;
    font-size:13px;
}

.contracts-row {
    font-size:13px;
    padding:5px;
    margin:5px;
}
.contracts-row td {
    padding:5px;
    border-right:1px solid #ddd;
}
.top-fixed {
    position:fixed;
}
.three-col {
    width:30%;
    float:left;
}

.contact .expandable {
    font-size:14px;
    padding-left:20px;
    margin-left:15px;
}

.line-vertical {
    border-left:1px solid #efefef;
    padding-left:30px;
}

.first {
    padding-left:0;
    margin-left:0;
}
.white-link a{
    color:#fff;
    text-decoration:none;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.inspectionTable {
    width:100%;
}
.inspectionTable tr td {
    padding: 5px 10px;
    border-bottom:1px solid #efefef;
}
.step {
    font-size:45px; 
    color:#ddd;
    margin:0;
}


.tblResultsAlt tr th {
        padding: 5px;
    font-weight: bold;
    border-style: none;
    border-bottom: 1px solid black;
}
.tblResultsAlt tr td {
    border-left: 1px solid #eaeaea !important;
    padding: 5px;
    border-style: none;
    border-bottom: 1px solid #eaeaea;
}


/*#endregion email signup*/

/*#region COLLAPSIBLE PANELS*/
/*#endregion COLLAPSIBLE PANELS*/



/*##############################
  ######## SITE COLORS #########
  ############################## 
  
    f6f6f6 - page content header, mobile login status background, footer links, home right column
    e2e2e2 - body
    115588 - header
    dfdfdf - main menu tab text highlight
    285575 - selected menu text color
    cde    - selected menu background color
    def    - selected menu highlight background color
    000000 - font
    369    - h1, links
    3d3d3d - footer background
    ededed - footer text
    ababab - footer link highlight
*/

/* Browser fixes for media query and viewport */