﻿/*--------------------------------------------------------*/
/*------------------START RESET SECTION---------------------*/
/*----------------------------------------------------------*/
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, sup, 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*--------------------------------------------------------*/
/*------------------END RESET SECTION---------------------*/
/*--------------------------------------------------------*/

body {
    background: #eee url('https://www.greenvillecounty.org/newlook/img/gray_jean.png');
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

    body.iFrame {
        background: #fff;
    }

i {
    font-style: italic;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-size: 50px;
    letter-spacing: 3px;
    color: #fff;
    position: relative;
    z-index: 98;
    padding: 30px 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #444;
    padding: 20px 0 30px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

strong, b {
    font-weight: bold;
}

em {
    text-decoration: underline;
}

small {
    font-size: smaller;
}

.siteWarningDiv {
    color: #fff;
    background: #bb0000;
    padding: 10px 0;
    /*font-size: 15px;*/
    font-size: 22px;
    display: none;
    /*line-height: 18px;*/
    line-height: 25px;
    position: relative;
    z-index: 1000;
}

.siteWarningIcon, .siteWarningText, .closeSiteWarning {
    display: inline-block;
    vertical-align: top;
}

.siteWarningIcon {
    padding: 2px 20px;
    font-weight: bold;
}

.siteWarningText {
    width: calc(100% - 140px);
}

a.closeSiteWarning {
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    padding: 2px 20px;
}

DIV.SmallRed {
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: .15em;
    Margin-top: .15em;
    COLOR: red;
    FONT-SIZE: 12px;
}

blockquote {
    padding: 0 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

ul, ol {
    margin-bottom: 15px;
}

    ul ul, ol ol, ul ul ul, ol ol ol, ul ul ul ul, ol ol ol ol {
        margin-bottom: 0;
    }

    ul li, ol li {
        margin-left: 30px;
        padding: 3px;
        list-style-type: disc;
        line-height: 22px;
    }

    ul ul li, ol ol li {
        list-style-type: circle;
        margin-left: 60px;
    }


    ul ul ul li, ol ol ol li {
        list-style-type: disc;
        margin-left: 90px;
    }

    ol ul li {
        list-style-type: disc;
        margin-left: 40px;
    }

    ol ul ul li, ol ol ul li {
        list-style-type: circle;
        margin-left: 60px;
    }

/* Right side Sidebar Lists*/
.threeColRight ul li, .threeColRight ol li {
    margin-left: 20px;
    padding: 3px;
    list-style-type: disc;
    line-height: 22px;
}

.threeColRight ul ul li, .threeColRight ol ol li, .threeColRight ol ul li {
    list-style-type: circle;
    margin-left: 40px;
}

.threeColRight ul ul ul li, .threeColRight ol ol ol li, .threeColRight ol ol ul li, .threeColRight ol ul ul li {
    list-style-type: disc;
    margin-left: 60px;
}

ol li, .threeColRight ol li {
    list-style-type: decimal;
}

ol ol li, .threeColRight ol ol li {
    list-style-type: lower-latin;
}

ol ol ol li, .threeColRight ol ol ol li {
    list-style-type: decimal;
}

div.list, div.List {
    padding: 0 10px;
    line-height: 30px;
}

.mainMenu a, .headerImage a {
    text-decoration: none;
}

a {
    color: #1c436c;
}


    a:hover {
        text-decoration: none;
    }

span.goBack {
    color: orange;
    margin-right: 10px;
}
/*------------------header styles-------------------*/
nav.mainMenu a {
    color: #fff;
}

    nav.mainMenu a:hover {
        color: #99C745;
    }

nav.mainMenu ul {
    margin-bottom: 0;
}

    nav.mainMenu ul li div.mLink {
        margin: 10px 0 15px;
        border-right: solid 1px #5A7B9E !important;
        padding: 10px 22px 10px 12px;
        -webkit-transition: padding .4s ease;
        -moz-transition: padding .4s ease;
        -o-transition: padding .4s ease;
        -ms-transition: padding .4s ease;
        transition: padding .4s ease;
    }

    nav.mainMenu ul li:last-child div.mLink {
        border-right: none !important;
    }

    nav.mainMenu ul li, ul.bxslider li, ul.bxslider2 li {
        margin-left: 0;
        padding: 0;
        list-style-type: none;
        line-height: 17px;
    }

nav.mainMenu li:hover {
    background: #112A44;
}

nav.mainMenu li:last-child:hover {
    background: none !important;
}

nav.mainMenu ul li.mSearch {
    margin-right: 10px;
    margin-left: 10px;
}

nav.mainMenu .fullPageOnly {
    display: none;
}

.mSearchInput {
    background: none;
    outline: none;
    border: none;
    font-size: 100%;
    letter-spacing: 1px;
    color: #aaa;
}

div.menuCareers {
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}

    div.menuCareers .fourCol a {
        display: block;
        width: 100%;
        max-width: 160px;
        padding: 40px 20px !important;
        margin-bottom: 20px;
    }

        div.menuCareers .fourCol a:hover {
            box-shadow: 2px 2px 3px #ccc;
        }

        div.menuCareers .fourCol a span {
            display: block;
            margin-bottom: 20px;
            font-size: 30px;
            color: #99c745;
            margin-right: 0;
        }
/*------------------header styles-------------------*/

div.headerOverlay {
    background: #1C436C;
    opacity: .95;
    width: 100%;
    z-index: 100;
    position: absolute;
    height: 66px;
    box-shadow: 0px 3px 8px #111;
}

div.content, div.contentWrap {
    max-width: 1080px;
    margin: 0 auto;
}

div#top {
    -webkit-transition: max-width .4s ease;
    -moz-transition: max-width .4s ease;
    -o-transition: max-width .4s ease;
    -ms-transition: max-width .4s ease;
    transition: max-width .4s ease;
}

div.wideContent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

div.oneCol {
    max-width: 1080px;
    background: #fff;
    padding: 25px 35px;
    display: block;
    margin: 25px auto;
    border: solid 1px #ddd;
    border-radius: 5px;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 30px);
    min-height: 350px;
}

div.twoColLeft {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin-top: 25px;
    vertical-align: top;
}

div.threeColLeft {
    display: inline-block;
    max-width: 210px;
    margin-top: 25px;
    vertical-align: top;
}

.icon-link.deptLinks {
    display: block;
    padding-bottom: 10px;
}

div.threeColMiddle {
    background: #fff;
    padding: 25px 35px;
    box-shadow: 2px 2px 2px #ddd;
    display: inline-block;
    margin: 25px 15px 0;
    vertical-align: top;
    width: calc(100% - 591px);
    min-height: 500px;
}

div.aqThreeColMiddle {
    width: calc(100% - 615px);
}

div.noDeptMenu {
    width: calc(100% - 377px);
}

div.twoColRight {
    background: #fff;
    padding: 25px 35px;
    box-shadow: 2px 2px 2px #ddd;
    display: inline-block;
    margin: 25px 0px 0 15px;
    vertical-align: top;
    width: calc(100% - 425px);
    min-height: 550px;
}

    div.twoColRight p, div.threeColMiddle p, div.oneCol p, body.iFrame p {
        line-height: 22px;
    }

div.wideCol {
    width: calc(100% - 315px);
}

div.threeColRight {
    display: inline-block;
    max-width: 270px;
    margin-top: 25px;
    vertical-align: top;
}

.sidebar {
    margin-top: 25px;
    background: #fff;
    padding: 15px;
    box-shadow: 2px 2px 2px #ddd;
    line-height: 20px;
}

    .sidebar:first-child {
        margin-top: 0;
    }

div.sidebar ul li {
    padding: 2px 0;
}

div.sidebar a:hover {
    text-decoration: none;
}

.sidebarHead {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    color: #1C436C;
    font-weight: 500;
    line-height: 25px;
    font-size: 25px;
    word-wrap: break-word;
    text-transform: uppercase;
}

.sidebarSubHead {
    color: #1C436C;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}

div.newsSection {
    padding: 20px 0 150px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/GreenvilleLive.jpg");
}

div.servicesSection {
    padding: 20px 0 140px 0;
    background: #fff;
    border-bottom: 2px solid #ddd;
}

div.header {
    text-align: center;
    color: #fff;
}

div.headerBottom {
    color: #fff;
    font-size: 20px;
    padding: 9px;
}

div.headerImgContainer {
    position: absolute;
    background: #fff;
    padding: 12px 18px 12px;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    z-index: 100;
    box-shadow: 4px 3px 9px #222;
}

img.headerImg {
    height: 125px;
}

img.headerImgMenu {
    height: 80px;
}

a.headerImgLink {
    position: relative;
    z-index: 999;
    display: inherit;
}

div.mobileHeader {
    display: none;
}

    div.mobileHeader img {
        position: fixed;
        height: 35px;
        z-index: 105;
        top: 7px;
        margin-left: 105px;
        opacity: .3;
        display: none;
    }

div.formContainer {
    background: #eee;
    box-shadow: 2px 2px 3px #aaa;
    padding: 30px;
    border: 1px solid #ddd;
    max-width: 750px;
}

    div.formContainer table {
        width: 100%;
        max-width: 670px;
    }

        div.formContainer table tr th {
            text-align: right;
        }

        div.formContainer table tr td {
            padding: 10px;
        }

        div.formContainer table input[type="text"], div.formContainer table select {
            padding: 4px 5px;
        }

.formLinkBtn, .formBtn {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    background: #1c436c;
    width: 150px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0;
}

    .formLinkBtn:hover, .formBtn:hover {
        background-color: #1b3856;
        -webkit-transition: background-color 0.3s linear;
        -moz-transition: background-color 0.3s linear;
        transition: background-color 0.3s linear;
    }

fieldset legend {
    padding: 10px;
    background: #ddd;
    width: 100%;
    margin-bottom: 10px;
}

.formBtn {
    display: inline-block;
    margin: 15px;
    cursor: pointer;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 16px;
}

a.mobileMenuBtn, a.mobileSearchBtn {
    position: fixed;
    z-index: 105;
    left: 10px;
    font-size: 25px;
    top: 12px;
    color: #eee;
}

a.mobileSearchBtn {
    width: 100%;
    text-align: right;
    margin-right: 25px;
    z-index: 1;
}

a.mobileHeaderLink {
    position: fixed;
    width: 250px;
    z-index: 201;
    text-decoration: none;
    top: 15px;
    left: 0;
    right: 0;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin: 0 auto;
    color: #eee;
}

    a.mobileHeaderLink span {
        font-weight: bold;
    }

div.VideoBorder {
    max-width: 290px;
    width: 100%;
    display: inline-block;
    margin-right: 25px;
    border: 1px solid #D3A758;
    text-align: center;
    padding: 0;
}

.orangeBorder {
    border: 1px solid #D3A758;
}

.PortraitBlack {
    margin: 10px;
}

.portraitRight {
    float: right;
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 250px;
    box-shadow: 2px 2px 2px #ddd;
}

    .portraitRight img {
        border: solid 0px #D3A758;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 250px;
    }

    .portraitRight label, div.VideoSlug, div.NamePlate {
        text-align: center;
        display: block;
        font-weight: 500;
        padding: 12px 10px;
        color: #222;
        background: #D3A758;
        box-shadow: 2px 2px 2px #ddd;
        margin-top: -2px;
    }

div.NamePlate {
    margin-top: -2px;
}

.portraitRight span {
    font-weight: bold;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
}

.portraitLeft {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    box-shadow: 2px 2px 2px #ddd;
}

    .portraitLeft img {
        width: 100%;
    }

.portraitImgSmall {
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 130px;
    box-shadow: 3px 3px 5px #777;
}

    .portraitImgSmall img {
        border: solid 0px #D3A758;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 130px;
    }

    .portraitImgSmall label {
        text-align: center;
        display: block;
        font-weight: 500;
        padding: 12px 0;
        color: #222;
        background: #D3A758;
    }

    .portraitImgSmall span {
        font-weight: bold;
        display: block;
        line-height: 29px;
        text-transform: uppercase;
    }

.portraitDetailsRight {
    padding: 0 10px;
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
}

nav.mainMenu {
    position: relative;
    text-align: right;
    z-index: 1000;
}

    nav.mainMenu ul li, nav.subMenu ul li {
        display: inline-block;
        cursor: pointer;
        letter-spacing: 1px;
    }

        nav.mainMenu ul li span {
            font-size: 20px;
            margin-right: 15px;
            color: #aaa;
        }

div.pageHeaderImage {
    margin-top: -82px;
    margin-bottom: 30px;
    padding: 83px 25px 25px 25px;
    background-size: cover;
    background-position: center;
    background-position-y: 82%;
    /* background-position-y: 75%; */
    background-image: url(../img/background.jpg);
    height: 180px;
    /* height: 130px; */
    box-shadow: 2px 2px 7px #555;
    opacity: 0.9;
    filter: gray;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
    position: relative;
    z-index: 5;
}

div.URpageHeaderImage {
    margin-top: -45px;
    background-image: url('../img/URDHeader.jpg');
}

div.caresHeaderImage {
    margin-top: -15px;
    background-position-x: 5%;
    height: 300px;
    background-image: url('../img/caresHeader.jpg');
}

div.erapHeaderImage {
    margin-top: -15px;
    background-position-x: 2%;
    height: 300px;
    background-image: url('../img/EmergencyRentAssistanceHeader.jpg');
}

.acsLogo {
    float: right;
    z-index: 1;
    top: -20px;
    left: 20px;
    position: relative;
    width: 190px;
}
/*******************IE grayscale attempt*************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.pageHeaderImage:before {
        /*content: "";*/
        position: absolute;
        top: 66px;
        left: 0;
        height: 130px;
        width: 100%;
        background-color: rgba(80, 80, 80, 0.10);
    }
}

.head1Top {
    border-bottom: solid 1px #d0eb8f;
    padding: 8px 0 10px;
    text-shadow: 2px 2px 7px #555;
    font-size: 44px;
    margin-top: -67px;
    /* margin-top: 125px; */
}

.head1Bottom {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    margin-bottom: -50px;
}

    .head1Bottom div {
        font-size: 18px;
        color: #eee;
        margin-top: 5px;
    }

.iconBG {
    font-size: 160px;
    color: #1c436c;
    opacity: .2;
    float: left;
    position: absolute;
    left: 90px;
    top: 70px;
    z-index: 0;
}

.iconQuickLink {
    color: #1C436C;
    margin-right: 7px;
}

div.head1 {
    color: #ffd700;
    text-transform: uppercase;
    font-family: 'Lato';
    padding-left: 0;
    letter-spacing: 2px;
    padding: 8px;
    max-width: 650px;
    text-align: center;
    text-shadow: 2px 2px 7px #555;
    font-weight: bold;
    font-size: 44px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    top: 116px;
    border-bottom: none;
    color: #e4d689;
    box-sizing: border-box;
}

div.head2, div.head2Notices div.head3 /*for large header notices lists*/ {
    font-size: 24px;
    color: #555;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.2;
}

div.head3 {
    font-size: 20px;
    color: #555;
    padding: 10px 0;
    font-weight: bold;
    color: #1c436c !important;
    font-weight: 500 !important;
    line-height: 1.2;
}

div.head4 {
    font-size: 20px;
    color: #555;
    padding: 7px 0;
    font-weight: bold;
    color: #1c436c !important;
    font-weight: 500 !important;
}

.arrow-up {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1001;
    top: -9px;
}

div.Directory {
    background: #fff;
    padding: 25px 35px;
    box-shadow: 2px 2px 2px #ddd;
}

a.DirectoryLetter {
    display: inline-block;
    background: #1c436c;
    margin: 5px 1px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    width: 17px;
    text-align: center;
}

    a.DirectoryLetter.noLink, a.DirectoryLetter.noLink:hover {
        background: #7d8d9e;
        cursor: default;
    }

    a.DirectoryLetter:hover {
        background: #25578c;
    }

div.ListHeader {
    font-size: 40px;
    border-bottom: 1px solid silver;
    color: #1C436C;
    padding: 10px;
    margin: 20px 0;
}

    div.ListHeader A {
        color: #1C436C;
        font-weight: bold;
    }

div.List ul {
    margin-left: 15px;
}

    div.List a, div.List ul li {
        color: #1c436c;
        line-height: 24px;
        padding-left: 10px;
        font-weight: 400;
    }

    div.List ul li {
        padding-left: 10px;
    }

        div.List ul li a {
            padding-left: 0;
        }

.searchBox {
    border: 1px solid silver;
    border-radius: 3px;
    padding: 10px 0;
    background: #fff;
}

div.landingImage:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

div.landingImage {
    background-size: cover;
    background-position: center;
    background-image: url("../img/GreenvilleMills.jpg");
    background-color: #ddd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 470px;
}

ul.hSlides {
    visibility: hidden;
}

div.slide1 {
    background-image: url("../img/background.jpg");
    background-position-y: 65%;
}

img.county {
    position: absolute;
    top: 100px;
    height: 300px;
    right: 300px;
}

div.landingTitle {
    color: #fff;
    font-size: 60px;
    padding-top: 162px;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 3px 3px 10px #111;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    line-height: 45px;
}


div.landingDescription {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 20px auto;
    color: #eee;
    text-align: center;
    max-width: 800px;
}

a.landingLink {
    display: block;
    margin: 0 auto;
    width: 330px;
}

div.landingBtn {
    float: none;
    width: 340px;
    color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 20px;
}

.landingBtn span {
    position: relative;
    z-index: 100001;
    color: #fff;
}

.landingBtn:hover {
    background: #1c436c;
    opacity: .95;
}

.landingBtnOverlay {
    position: absolute;
    z-index: 5;
    background: #111;
    opacity: .5;
    width: 336px;
    height: 60px;
    margin-left: -40px;
    margin-top: -20px;
    border-radius: 5px;
}

div.landingBtn.searchBtn {
    margin: 40px auto;
    background: #1c436c;
    width: 200px;
    display: block;
}

div.landingType {
    display: inline-block;
    margin-top: 20px;
    color: silver;
    letter-spacing: 3px;
    color: #99c745;
}

    div.landingType span {
        color: #99c745;
        font-size: 90px;
        color: #99c745;
        font-weight: bold;
        font-family: 'Seaweed Script', cursive;
        letter-spacing: 5px;
    }

div.lwpSection {
    padding-top: 152px;
}

div.lwpLabel {
    font-family: 'Oleo Script';
    text-transform: none;
    font-size: 75px;
    font-weight: normal;
    letter-spacing: 3px;
}

div.uqlLabel {
    font-family: Lato;
    color: #99c745;
    font-weight: bold;
    font-size: 40px;
    margin: 35px auto 45px;
}

div.lwpBtn {
    margin: 35px auto 0;
    width: 380px;
}

div.lwpOverlay {
    width: 376px;
}

.searchContainer {
    text-align: center;
    display: none;
}

    .searchContainer .searchBox {
        width: 500px;
        margin: 0 auto;
        background-color: #fff;
        border: 2px solid #ccc;
        color: silver;
        opacity: .9;
        text-align: left;
    }

        .searchContainer .searchBox span {
            margin: 0 5px 0 10px;
        }

        .searchContainer .searchBox input {
            background: none;
            border: 0;
            font-size: 18px;
            outline: none;
            width: 400px;
            color: #333;
        }

.searchTitle {
    padding-bottom: 40px;
    color: #555;
    font-size: 30px;
    letter-spacing: 2px;
}

.exampleText {
    padding: 15px 0 0;
    margin-left: -50px;
    font-size: 14px;
    color: #aaa;
}

.searchBtn {
    display: none;
    color: #99c745;
    cursor: pointer;
}

div.landingOptionsSection {
    background: #fff;
    border-bottom: 2px solid #ddd;
    padding: 8px 0 5px;
}

div.landingOptions {
    display: inline-block;
    font-size: 20px;
    padding: 20px 60px;
    text-align: center;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

    div.landingOptions:first-child {
        padding-left: 30px;
    }

    div.landingOptions:last-child {
        padding-right: 0;
        border-right: 0;
    }

    div.landingOptions span {
        color: #D3A758;
        margin-right: 10px;
    }

    div.landingOptions .lTitle {
        position: relative;
        color: #555;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }

    div.landingOptions .lSection {
        position: absolute;
        height: 350px;
        border: 1px solid #ddd;
        width: 320px;
        border-top: 10px solid #D3A758;
        margin-top: -90px;
        margin-left: -80px;
        background: #fff;
        display: none;
        font-size: 18px;
        padding: 0 30px;
        line-height: 30px;
        box-sizing: border-box;
        color: #555;
        box-shadow: 3px 3px 5px #ccc;
        z-index: 2001;
        border-radius: 4px;
    }

        div.landingOptions .lSection .lTitleSmall {
            font-size: 25px;
            color: #D3A758;
            font-weight: bold;
            margin-top: 20px;
            text-align: center;
        }

        div.landingOptions .lSection span {
            font-size: 30px;
            position: relative;
            margin: 20px 0 5px;
            display: block;
        }

    div.landingOptions a {
        text-decoration: none;
    }

        div.landingOptions a:hover {
            text-decoration: underline;
        }

div.tweet {
    box-shadow: 3px 3px 5px #ccc;
    margin-bottom: 20px;
    padding: 0 0 20px;
    background: #fff;
}

div.tweetHeader {
    font-size: 24px;
    padding: 10px 20px;
    background: #99c745;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-shadow: 1px 1px 1px #777;
}

    div.tweetHeader span {
        margin-right: 10px;
    }

div.tweetBody {
    padding: 20px;
}

div.tweet a {
    color: #1C436C;
    text-decoration: underline;
}

.button {
    display: block;
    text-decoration: none;
    background: #99C745;
    font-family: 'Lato', Helvetica, Arial;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 35px;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 40px auto 20px auto;
    text-align: center;
    width: 110px;
    line-height: 15px;
    z-index: 100;
    position: relative;
}

    .button:hover {
        transition: background-color 0.8s ease;
        background: #333;
        color: #fff;
        opacity: .9;
    }

.frontInfoContainer {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 320px;
    padding: 20px;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 400;
}

    .frontInfoContainer:hover {
        background: #476c93;
        transition: background-color linear 0.5s;
        -moz-transition: background-color linear 0.5s;
        -webkit-transition: background-color linear 0.5s;
    }

div.frontInfo {
    font-family: 'Lato', Calibri, sans-serif;
    width: 100%;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #1c436c;
    padding: 10px 0 25px 0;
    letter-spacing: 2px;
    z-index: 100;
    position: relative;
}

    div.frontInfo.quickLinks {
        background: #D3A758;
        color: #fff;
        padding: 20px;
        border-radius: 4px 4px 0 0;
        box-sizing: border-box;
        text-shadow: 1px 1px 1px #777;
    }

.frontInfoText {
    position: relative;
    line-height: 23px;
}

div.cLeft, div.cRight {
    display: inline-block;
    vertical-align: top;
}

div.cRightBox {
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid silver;
    background: #555;
    color: #fff;
}

.mainContent {
    padding: 30px 0 50px 0;
}

.welcomeSection {
    padding: 20px 0;
}

.bgGC {
    opacity: .13;
    position: absolute;
    height: calc(100% - 50px);
    margin-top: 5px;
    right: 40px;
    max-height: 800px;
}

.bgImg {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center;
    margin: 10px auto 20px;
    border: solid 2px #d3a758;
    box-shadow: 3px 3px 7px #333;
    opacity: .7;
}

.welcomeSection .welcome {
    font-family: 'Lato', Calibri, sans-serif;
    width: 100%;
    vertical-align: top;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #444;
    letter-spacing: 2px;
    line-height: 28px;
    position: relative;
    z-index: 90;
    background: #fff;
    padding: 25px 40px 15px;
    border-radius: 4px 4px 0 0;
    box-shadow: 3px 3px 5px #ccc;
    max-width: 730px;
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid #ddd;
}

    .welcomeSection .welcome hr {
        margin: 20px 0 25px;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ddd;
        z-index: 9999;
        position: relative;
    }


    .welcomeSection .welcome h2 {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 20px;
        color: #99c745;
    }

    .welcomeSection .welcome h3 {
        font-weight: bold;
        color: #1c436c;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.welcomeSection .welcomeCal {
    font-size: 16px;
    color: #D3A758;
    letter-spacing: 1px;
}

    .welcomeSection .welcomeCal span {
        margin-right: 5px;
    }

.welcomeSection .welcomeNote {
    font-family: 'Lato';
    letter-spacing: 1px;
    font-size: 18px;
}

.welcomeDetail {
    font-size: 16px;
    line-height: 20px;
}

.iconQuickLink {
    color: #333;
    margin-right: 7px;
}

div.headlines ul li span {
    display: inline-block;
    padding-right: 12px;
    color: #777;
}

.welcome div.tweet {
    display: block;
    padding: 15px;
    background: #fff;
}

div.headlines {
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    position: relative;
    text-align: left;
    max-width: 320px;
    font-size: 17px;
    box-shadow: 3px 3px 5px #ccc;
}

    div.headlines ul li {
        padding: 2px 5px;
        display: inline-block;
        width: 95%;
        border-bottom: solid 1px #C5C5C5;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        margin-left: 0;
        list-style-type: none;
    }

        div.headlines ul li:last-child {
            border-bottom: none;
        }

        div.headlines ul li a {
            text-decoration: none;
            color: inherit;
            display: block;
            padding: 5px;
        }

    div.headlines .headlinesBody {
        padding: 16px;
        color: #333;
    }

div.clearfix a {
    text-decoration: none;
}

div.clearfix {
    box-sizing: border-box;
    padding: 7px 0;
    font-size: 1.25em;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin: 20px 0;
}

    div.clearfix img {
        display: inline-block;
        height: 100px;
        margin: 10px;
        vertical-align: top;
    }

    div.clearfix .newsContent {
        display: inline-block;
        width: 80%;
        vertical-align: top;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 1.4;
    }

.newsContainer {
    text-align: center;
}

.newsArticle {
    display: inline-block;
    max-width: 295px;
    margin: 10px 30px 0 0;
    vertical-align: top;
    background: #fff;
    padding: 20px;
    box-shadow: 3px 3px 10px #333;
    text-align: left;
    height: 500px;
    border-radius: 4px;
}

li .newsArticle:last-child {
    margin-right: 0;
}

.newsArticle img {
    height: 120px;
    margin: 0 auto 10px;
    display: block;
}

.newsArticle .newsContent {
    font-size: 18px;
    line-height: 1.3;
}

    .newsArticle .newsContent a {
        color: #1c436c;
        text-decoration: underline;
    }

div.headline {
    padding-bottom: 10px;
    FONT-SIZE: 1.5em;
    LINE-HEIGHT: 1.2;
    PADDING-TOP: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    color: #1c436c;
}

    div.headline span {
        color: #D3A758;
        font-size: 16px;
        margin: 0 5px 0 0;
    }

.moreNewsBtn, .moreServicesBtn, .landingBtn, .moreNewsBtn2 {
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 5px;
    width: 200px;
    font-weight: bold;
    margin: 20px 0 30px;
    float: right;
    cursor: pointer;
    transition: background-color 0.8s ease;
    position: relative;
    z-index: 2000;
    text-decoration: none;
}

    .moreNewsBtn:hover, .moreNewsBtn2:hover {
        background: #333;
        opacity: .9;
    }

    .moreNewsBtn a, .moreServicesBtn a, .landingBtn a, .moreNewsBtn2 a {
        text-decoration: none;
        color: #fff;
    }

.moreNewsBtn2 {
    float: left;
    width: auto;
    background: #1c436c;
    padding: 15px 30px;
}

    .moreNewsBtn2 a {
        text-decoration: none;
        color: #fff;
    }

        .moreNewsBtn2 a span {
            margin-left: 6px;
            position: relative;
            top: 3px;
        }

.moreServicesBtn {
    color: #1c436c;
    border: 2px solid #1c436c;
}

    .moreServicesBtn:hover {
        background: #333;
        opacity: .9;
    }

a.BackToTop {
    color: #fff;
    display: inline-block;
    background: #999;
    opacity: .8;
    padding: 16px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    right: 60px;
    bottom: 40px;
    display: none;
    z-index: 2000;
    text-decoration: none;
}

    a.BackToTop:hover {
        background: #555;
        transition: background-color 0.8s ease;
    }

    a.BackToTop .icon-ctrl {
        font-size: 60px;
    }

    a.BackToTop .btt {
        margin-top: -25px;
        font-size: 20px;
    }

a.blue-grey, a.blue-grey:visited {
    border: 1px solid #868686;
    border-radius: 5px;
    background-color: #002B46;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 2px 2px 2px #888888;
}

    a.blue-grey:hover {
        border: 1px solid #868686;
        background-color: #c0c0c0;
        color: #002b46;
    }

A.blue-green {
    display: block;
    text-decoration: none;
    background: #00386C;
    font-family: Calibri, Helvetica, Arial;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    box-shadow: 0 3px 1px #282828;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 20%;
    line-height: 15px;
    border: none;
}

div.footer {
    border-top: 1px solid #ddd;
    background: #0f3256;
    padding-top: 10px;
    width: 100%;
}

    div.footer .searchGoBtn {
        display: none;
        background: #99c745;
        margin-top: -44px;
        border-radius: 0 4px 4px 0;
        position: relative;
        z-index: 9999;
        padding: 12px 7px 13px;
        cursor: pointer;
        width: 35px;
        float: right;
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
        text-align: center;
    }

        div.footer .searchGoBtn span {
            font-size: 18px;
            color: #fff;
            padding: 0;
        }

div.fImageContainer {
    position: absolute;
    height: 480px;
    margin-left: 2700px;
    margin-top: 0px;
    overflow: hidden;
    z-index: 1;
    display: none;
}

img.footerImage {
    opacity: .15;
    height: 570px;
    overflow: hidden;
}

div.footer table {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

    div.footer table td {
        padding: 10px;
    }

div.fHeader {
    color: #99c745;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 10px 0;
}

div.fList {
    display: block;
    color: #e2e2e2;
    padding: 5px 10px;
}

    div.fList a {
        font-weight: 100;
        display: block;
        text-decoration: none;
        color: #e2e2e2;
        padding: 5px 10px;
        cursor: pointer;
    }

        div.fList a:hover {
            text-decoration: underline;
        }

td.fLinks {
    text-align: left;
}

    td.fLinks a {
        display: inline-block;
        padding: 10px;
        color: #e2e2e2;
        font-size: 13px;
        text-decoration: none;
    }

        td.fLinks a:hover {
            text-decoration: underline;
        }


    td.fLinks hr {
        border: 0;
        border-top: 1px solid #1c4056;
    }

    td.fLinks span {
        color: #D3A758;
    }

td.Social {
    position: relative;
    z-index: 900;
}


    td.Social span {
        display: inline-block;
        padding: 10px;
        font-size: 30px;
        color: #777;
    }

        td.Social span.fSMicon {
            color: #507c98;
        }

            td.Social span.fSMicon:hover {
                color: #95afbf;
            }

div.footer .searchBox {
    border: 1px solid silver;
    border-radius: 3px;
    padding: 3px;
    background: #fff;
    max-width: 300px;
    min-width: 235px;
    margin-top: 10px;
    margin-left: 15px;
}

    div.footer .searchBox span {
        font-size: 16px;
        color: silver;
    }

    div.footer .searchBox input {
        border: 0;
        font-size: 16px;
        outline: none;
        width: calc(100% - 90px);
    }

div.copyright {
    position: relative;
    z-index: 900;
    display: inline;
    color: #e2e2e2;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    float: left;
}

div.bottomLinks {
    display: inline-block;
}

.headerImage .bx-wrapper {
    border: 0;
    margin: 0;
}

.headerImage .bx-viewport {
    margin-top: -66px;
    height: 470px !important;
}

.newsContainer .bx-wrapper {
    box-shadow: none !important;
}

.newsContainer .bx-wrapper {
    background: none;
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
}

.bx-wrapper .bx-pager {
    bottom: 20px;
    z-index: 999;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #000;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #555;
        opacity: .6;
    }


.ui-dialog {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 auto;
    z-index: 3001 !important;
}

.ui-widget-overlay {
    background: #333;
    opacity: .7;
}

.ui-corner-all {
    border: 0;
    background: #eee;
}

.ui-button, .ui-dialog-titlebar > .ui-button {
    outline: none !important;
}

.ui-video-width {
    width: 100% !important;
    max-width: 1080px !important;
}

.ui-video-bg {
    background: #111;
}

div.videoFrame {
    display: none;
    margin-top: 20px;
}

.mImg {
    position: relative;
    top: 3px;
    color: #5A7B9E !important;
    margin-right: 8px !important;
}

img.headerImg {
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    -ms-transition: height .35s ease;
    transition: height .35s ease;
}

nav.mainMenu div.subMenuContainer {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 3px 4px 3px #777;
    border-top: none;
    padding: 15px 30px;
    width: 100%;
    max-width: 1080px;
    z-index: 10000;
    color: #002b46;
    text-align: left;
    line-height: 20px;
    box-sizing: border-box;
    left: 0;
    z-index: 9999;
}

    nav.mainMenu div.subMenuContainer li {
        display: block;
        letter-spacing: normal;
    }

        nav.mainMenu div.subMenuContainer li:hover {
            background: none;
        }

    nav.mainMenu div.subMenuContainer a {
        text-decoration: none;
        padding: 5px;
        line-height: 1px;
        display: inline-block;
        line-height: 15px;
        color: #002b46;
        cursor: pointer;
    }

        nav.mainMenu div.subMenuContainer a:hover {
            background: #eee;
        }

.subMenuTitle {
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: normal;
}

    .subMenuTitle.sm2 {
        border-bottom: 1px solid #99c745;
    }

.subMenuColumn {
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #ddd;
}

.threeCol {
    width: 33%;
}

.fourCol {
    width: 24.5%;
}

.subMenuColumn:last-child {
    border-right: none;
}

.subMenuBody {
    font-size: 95%;
}

.fullScreenOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .4;
    z-index: 99;
}

.showMoreMenu {
    cursor: pointer;
}

.moreMenu {
    display: none;
}

.tCenter {
    text-align: center;
}

.threeColRight span.icon-location, .threeColRight span.icon-phone, .threeColRight span.icon-mail2 {
    margin-right: 5px;
}

.iconSpacer {
    width: 17px;
    padding-right: 12px;
    margin-right: 9px;
}

.headlines .iconSpacer {
    margin-right: 0;
}

.lh25 {
    line-height: 25px;
}

.CountyPropSales {
    text-align: left;
    font-weight: normal;
    padding: 5px 30px;
    color: #777;
}

div.headlines ul li .CountyPropSales a {
    padding: 0;
}

div.popServicesHead {
    color: #1c436c;
    text-shadow: none;
}

.DepartmentLinks {
    padding: 0 5px 10px;
}

    .DepartmentLinks a:visited {
        color: #1c436c;
    }

div.sidebar .DepartmentLinks li {
    padding: 0;
    font-size: 17px;
    color: #555;
    list-style-type: none;
    margin-left: 0;
    line-height: 20px;
}

    div.sidebar .DepartmentLinks li a:hover, div.headlines ul li a:hover, .DepartmentLinks a:hover {
        background-color: #eee;
    }

.SubLinks li {
    padding: 5px;
    padding-left: 10px;
}

.DepartmentLinks li a, .DepartmentLinks a {
    display: block;
    padding: 3px 5px;
    text-decoration: none;
}

    .DepartmentLinks li a:hover, .DepartmentLinks a:hover {
        cursor: pointer;
    }

div.sidebar .DepartmentLinks ul li {
    padding-left: 10px;
    font-size: 16px;
}

.head2 {
    color: #1c436c !important;
    font-weight: bold !important;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99;
    top: 54%;
}

.mobileOnly, .MobileOnly, .mobileOnlyInline, .MobileOnlyInline, .mobilePhOnly, .MobilePhOnly {
    display: none !important;
}

nav.mainMenu ul li span.mDropDown {
    display: none;
    padding-right: 5px;
    color: #99c745;
    margin: 0;
    font-size: inherit;
}

li.expandable + ul {
    display: none;
}

li.expandable span.mDropDown {
    padding-right: 7px;
    color: #999;
    margin: 0;
    font-size: 7px;
    display: inline-block;
    vertical-align: top;
    margin-left: -14px;
}

.deptLinksBtn {
    display: none;
}

IMG.PortraitBlack {
    border: solid 1px #000;
    margin: 10px;
}

div.galleryImgs {
    margin: 5px 10px;
    padding: 10px 10px 5px;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 25px;
}

img.shadow {
    box-shadow: 2px 2px 4px #777;
}

img.sidebarImg {
    width: 100%;
    max-width: 300px;
}

div.Table {
    display: block;
}

div.Row {
    display: block;
}

div.Cell {
    display: inline;
}

.pList {
    padding: 0 30px;
    display: block;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bx-wrapper .bx-next {
    right: 20px;
    background: none;
    margin-right: -5px !important;
}

.bx-wrapper .bx-prev {
    left: 20px;
    background: none;
}

.mobileMenuTitle {
    padding: 5px 10px 15px;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
    color: #333;
    text-transform: uppercase;
}

.closeMenuBtn .icon-cross {
    font-size: 16px;
}

.hLink {
    display: block;
    height: 67px;
    width: 154px;
    position: absolute;
    z-index: 99999;
}

sup {
    vertical-align: super;
    font-size: smaller;
}


div.socialMediaIcons {
    margin-top: -15px;
    position: absolute;
    right: 10px;
}

    div.socialMediaIcons a {
        margin: 0 10px;
        color: #356188;
        font-size: 25px;
        cursor: pointer;
        text-decoration: none;
    }

        div.socialMediaIcons a:hover {
            color: #1C436C;
        }

        div.socialMediaIcons a.socialLink {
            font-size: 18px;
            position: relative;
            top: -2px;
        }

            div.socialMediaIcons a.socialLink:hover {
                box-shadow: 0 5px 2px -2px #ddd;
                border-bottom: 1px solid #7990a5;
            }

div.LeftSplit, div.RightSplit {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-top: 20px;
    padding-right: 10px;
}

.portraitblack {
    width: 100%;
    max-width: 500px;
}

div.Action {
    width: 50%;
    float: left;
    padding: 10px;
}

div.Date {
    width: 40%;
    float: left;
    padding: 10px 0;
}

td.DirectoryList {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: bottom;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: gainsboro 1px solid;
}

.directorynamephone {
    width: 200px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.directorytitle {
    width: 400px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

img.googleMapIcon {
    height: 50px;
    padding: 0 20px 0 0;
}

a.fbIconLarge {
    text-decoration: none;
    float: left;
    font-size: 35px;
    margin-right: 8px;
    color: #356188;
}

#noticesContainer {
    white-space: pre-line;
}

.videoLink {
    cursor: pointer;
}

.videoArchivesLink {
    text-align: right;
    padding: 25px 10px 15px;
}

div.videoArchivesLink a {
    color: #ddd;
    text-decoration: none;
    line-height: 25px;
    outline: none;
}

    div.videoArchivesLink a:hover {
        color: #99C745;
    }
.EMSLogoSidebar {
    text-align: center;
}

    .EMSLogoSidebar img {
        width: 100%;
        /*max-width: 170px;*/
        max-width: 190px;
    }

.ACSLogoSidebar {
    text-align: center;
}

    .ACSLogoSidebar img {
        width: 100%;
        /*max-width: 170px;*/
        max-width: 190px;
    }

div.viewCountyHighlights {
    margin-bottom: 0;
    text-transform: uppercase;
    width: auto;
    max-width: 250px;
    display: none;
    margin: 20px auto;
}

.formTableGray {
    width: 100%;
    margin: 10px auto;
}

    .formTableGray th {
        padding: 10px;
        text-align: right;
        font-weight: bold;
        background-color: #eee;
    }

    .formTableGray td {
        padding: 10px;
    }

    .formTableGray input[type="text"], .formTableGray select {
        padding: 4px 5px;
    }

.tooltip {
    font-size: 12px;
    white-space: pre-line;
}

.errorLabel {
    display: block;
    margin: 10px auto 15px auto;
    text-align: center;
    color: #d80000;
    font-size: medium;
}


.dataTableBlue {
    border-collapse: collapse;
    border: 1px solid silver;
    padding: 0;
    margin: 10px auto;
    vertical-align: middle;
    width: 100%;
}

    .dataTableBlue th {
        background-color: #5A7B9E;
        border-bottom: 1px solid silver;
        color: white;
        padding: 9px 7px;
        text-align: center;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
        font-size: 15px;
    }

    .dataTableBlue td {
        border-bottom: 1px solid silver;
        padding: 7px;
        color: #425256;
        font-size: 14px;
        line-height: 1.3;
    }

    .dataTableBlue tbody tr:nth-child(even) td {
        background-color: #F5F5F5;
    }

    .dataTableBlue thead tr th:hover {
        background-color: #32557A;
        text-decoration: none;
        cursor: pointer;
    }

    .dataTableBlue thead tr th.headerSortUp {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        z-index: -1;
    }

    .dataTableBlue thead tr th.headerSortDown {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        z-index: -1;
    }

/* Start Waiting spinner styles */
div.waiting {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

div.waitingContent {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

div.spinner {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 60px;
    animation: spin 2s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* End Waiting spinner styles */
