/*======================================================
  NAVIGATION.CSS
  ======================================================

    1.  TOPNAV
    2.  MAINNAV 
            - lvlOne
            - lvlTwo
    3.  I'D LIKE TO
    4.  HOMEPAGE QUICKLINKS
    5.  ADVANCED QUICKLINKS
    6.  BREADCRUMBS
    7.  ACTIONS
    8.  SUBNAV
    9.  INTERIOR QUICKLINKS
    10. FOOTER NAV

  ===================================================== */

/*======================================================
  1. TOPNAV
  ===================================================== */

/* ====== SKIP TO CONTENT */

/*#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
}

a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    a#skipContentLink:active, a#skipContentLink:focus {
        position: static;
        width: auto;
        height: auto;
        font-size: 15px;
        z-index: 10000;
        text-decoration: underline;
        padding: 20px;
        background: #FFF;
    }*/


#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    a#skipContentLink:active, a#skipContentLink:focus {
        position: static;
        width: auto;
        height: auto;
        font-size: 15px;
        z-index: 10000;
        text-decoration: underline;
        padding: 20px;
        background: #FFF;
    }

#printArea {
    overflow: hidden;
}

#maincontent {
    outline: none;
}

/* ====== TOP NAV */

#topNav a,
#topNav a:link,
#topNav a:visited,
#translateContainer a,
#translateContainer a:link,
#translateContainer a:visited,
#servicesContainer a,
#servicesContainer a:link,
#servicesContainer a:visited {
    color: #000;
    padding-left: 15px;
}

    #topNav a:first-child {
        padding-left: 0;
    }

    #topNav a:hover, #topNav a:active, #topNav a:focus {
        text-decoration: underline;
    }

    #topNav a.weather {
        padding-left: 40px !important;
        background: url(../images/iconWeather.png) 16px center no-repeat;
    }

/* ====== GOOGLE TRANSLATE */

a.goog-te-menu-value:focus {
    outline: 1px solid #0078AE;
}

/*======================================================
  2. MAIN NAV
  ===================================================== */


/*==================
  lvlOne
====================*/

#nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav {
    width: 100%;
    position: relative;
}

    #nav > li {
        display: block;
        float: left;
        width: 24.25%;
        margin-right: 1%;
    }

    #nav #navTab04 {
        margin-right: 0;
        float: right;
    }

    #nav li a.mainNavItem {
        display: block;
        width: 100%;
        padding: 0;
        height: 80px;
        text-align: center;
        font-size: 1.563em;
        color: #fff;
        position: relative;
        -webkit-transition: background 0.1s ease-in;
        -moz-transition: background 0.1s ease-in;
        -ms-transition: background 0.1s ease-in;
        -o-transition: background 0.1s ease-in;
        transition: background 0.1s ease-in;
        -webkit-backface-visibility: hidden;
    }

.homepage #nav li a.mainNavItem {
    height: auto;
}

        #nav li a.mainNavItem .navItemText {
            display: block;
            height: 80px;
            padding: 0 5px;
            line-height: 80px;
            width: 100%;
            overflow: hidden;
            background: #1762a0 url(../images/structure/navGradient.png) top center repeat-x;
        }

        .homepage  #nav li a.mainNavItem .navItemText {
            position: absolute;
            top: 0;
            left: 0;
        }

.navTriangle {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 2;
}

.current .navTriangle {
    display: block;
}

.homepage .navTriangle {
    display: block;
}

.navTriangle.navTriangleHover {
    display: none;
}

#nav > li:hover > span > a.mainNavItem .navItemText, #nav > li.sfHover > span > a.mainNavItem .navItemText {
    background: #dcecf7;
}

#nav > li:hover > span > a > .navTriangle {
    display: none;
}

#nav > li:hover > span > a > .navTriangle.navTriangleHover,
#nav > li.sfHover > span > a > .navTriangle.navTriangleHover
{
    display: block;
}

.navImage {
    display: block;
    width: 100%;
    height: auto;
}

#nav > li:hover > span > a, #nav > li.sfHover > span > a {
    color: #fff;
    text-decoration: none;
}

#nav > li > span > a.mainNavItem:hover,
#nav > li > span > a.mainNavItem:focus,
#nav > li > span > a.currentHover,
#nav > li.sfHover > span > a.mainNavItem {
    color: #005198;
    text-decoration: none;
}

#nav li:first-child > span > a.mainNavItem {
    border: none;
}



/*==================
  lvltWO
====================*/

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 30px 15px 53px 15px;
    list-style: none;
    z-index: 1000;
    background: #dcecf7;
}

.homepage #mainNav .dropDownContainer {
    height: 444px;
    padding: 35px;
    background: #dcecf7;
    bottom: 100%;
    top: auto;
    overflow: hidden;
}

.homepage #mainNav #navTab01 .dropDownContainer {
    /*display: block !important;*/
}

#mainNav .dropDownLeft {
    width: 40%;
    float: left;
    padding-right: 20px;
}

    #mainNav .dropDownLeft ul.dropdown {
        float: left;
        width: 100%;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        #mainNav .dropDownLeft ul.dropdown li, #mainNav .dropDownLeft ul.dropdown li:hover {
            float: left;
            width: 100%;
            border-top: 1px solid #dcecf7;
            background: none;
            height: 46.25px;
        }

        #mainNav .dropDownLeft ul.dropdown li:first-child {
            border: none;
        }

        #mainNav .dropDownLeft ul.dropdown li a {
            display: block;
            color: #005198;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0;
            font-size: 1.400em;
            height: 46.25px;
            line-height: 46.25px;
            padding-left: 40px;
            text-decoration: none;
            background: #eef6fd url(../images/structure/chevron-right-blue2x.png) 10px center no-repeat;
            background-size: 15px auto;
        }

        .no-backgroundsize #mainNav .dropDownLeft ul.dropdown li a {
            background: #2a4d81 url(../images/structure/chevron-right-blue.png) 10px center no-repeat;
        }

        

            #mainNav .dropDownLeft ul.dropdown li a:hover, #mainNav .dropDownLeft ul.dropdown li a:active, #mainNav .dropDownLeft ul.dropdown li a:focus {
                text-decoration: none;
                background: #d5e4ee url(../images/structure/chevron-right-blue2x.png) 10px center no-repeat;
                background-size: 15px auto;
            }

            .no-backgroundsize #mainNav .dropDownLeft ul.dropdown li a:hover, .no-backgroundsize #mainNav .dropDownLeft ul.dropdown li a:active, .no-backgroundsize #mainNav .dropDownLeft ul.dropdown li a:focus {
                    background: #d5e4ee url(../images/structure/chevron-right-blue.png) 10px center no-repeat; 
            }

#mainNav .dropDownRight {
    width: 60%;
    float: left;
    padding: 35px;
    background: #eef6fd;
    height: 370px;
    overflow: hidden;
    padding-left: 20px;
}

    #mainNav .dropDownRight .dropDownRightContent {
        width: 50%;
        float: left;
        padding-right: 20px;
    }
        #mainNav .dropDownRight .dropDownRightContent h2 {
          color: #005198;  
          font-size: 1.8em;
        }
    
        #mainNav .dropDownRight .dropDownRightContent > *:first-child {
            margin-top: 0;
            padding-top: 0;
        }
    #mainNav .dropDownRight .dropDownRightImage {
        width: 50%;
        float: left;
        padding-left: 20px;
    }
        #mainNav .dropDownRight .dropDownRightImage img {
            display: block;
            width: 100%;
            height: auto;
        }


/*======================================================
  3. MOBILE NAV (ICON NAV)
  ===================================================== */

.mobileNav a {
    display: inline-block;
    text-align: center;
    font-size: .9em;
    width: 50%;
    max-width: 60px;
    border-right: solid 1px #292929;
}

    .mobileNav a:last-of-type {
        border: none;
    }

    .mobileNav a img {
        width: 24px;
        margin: 0 auto;
        height: auto;
        display: block;
    }


/*======================================================
  3. I'D LIKE TO
  ===================================================== */

#idLikeTo {
    height: 40px;
    line-height: 40px;
    width: 32%;
    float: right;
    padding: 0 10px;
    background: #fff;
    background-size: 14px auto;
    position: relative;
    border: solid 1px #838484;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.idLikeToIcon {
    width: 40px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    background: #eaeaea url(../images/structure/chevron-down2x.png) center center no-repeat;
    background-size: 20px auto;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.no-backgroundsize .idLikeToIcon {
    background: #eaeaea url(../images/structure/chevron-down.png) center center no-repeat;
}

a.quickLink, a.quickLink:hover {
    display: block;
    width: 100%;
    line-height: 40px;
    text-decoration: none;
    overflow: hidden;
}

    a.quickLink:focus {
        outline: 1px solid #0078AE;
    }

.quickDropDown.likeToDropDown {
    display: none;
    width: 100%;
    padding: 20px 20px 0 20px;
    position: absolute;
    top: 100% !important;
    left: 0;
    z-index: 2000;
    background: #fff;
    border: solid 1px #000;
    border-top: none;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}

.likeToDropDown ul, .likeToDropDown li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .likeToDropDown li a {
        display: block;
        padding: 5px 3px;
        border-top: solid 1px #000;
        font-size: .9em;
        overflow: hidden;
    }

        .likeToDropDown li a:hover {
            background: #f2f2f2;
            color: #000;
            text-decoration: none;
            -webkit-transition: background 0.1s ease-in;
            -moz-transition: background 0.1s ease-in;
            -ms-transition: background 0.1s ease-in;
            -o-transition: background 0.1s ease-in;
            transition: background 0.1s ease-in;
            -webkit-backface-visibility: hidden;
        }

    .likeToDropDown li:first-child a {
        border-top: none;
    }


/*======================================================
  4. HOMEPAGE QUICKLINKS
  ===================================================== */

#quickLinks ul, #quickLinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #quickLinks ul li a {
        display: block;
        padding: 10px;
        w padding-right: 60px;
        margin-bottom: 2px;
        font-size: .9em;
        color: #000;
        background: #eaeaea url(../images/structure/chevron-right2x.png) 95% center no-repeat;
        background-size: 12px auto;
        -webkit-transition: background 0.1s ease-in;
        -moz-transition: background 0.1s ease-in;
        -ms-transition: background 0.1s ease-in;
        -o-transition: background 0.1s ease-in;
        transition: background 0.1s ease-in;
        -webkit-backface-visibility: hidden;
    }

        #quickLinks ul li a:hover {
            text-decoration: none;
            background: #ddd url(../images/structure/chevron-right2x.png) 95% center no-repeat;
            background-size: 12px auto;
        }

.no-backgroundsize #quickLinks ul li a {
    background: #eaeaea url(../images/structure/chevron-right.png) 95% center no-repeat;
}

    .no-backgroundsize #quickLinks ul li a:hover {
        background: #ddd url(../images/structure/chevron-right.png) 95% center no-repeat;
    }



/*======================================================
  5. ADVANCED QUICKLINKS
  ===================================================== */


#quickLinksContainer {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 403;
    margin: 10px 0 0 0;
    border-top: solid 1px #b5b6b4;
    border-bottom: solid 1px #b5b6b4;
}

#quickLinksAdvanced {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 402;
}

    #quickLinksAdvanced ul, #quickLinksAdvanced ul li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        vertical-align: middle;
    }

    #quickLinksAdvanced > ul {
        display: table;
        width: 100%;
    }

        #quickLinksAdvanced > ul > li {
            background: #fff;
            background: rgba(255,255,255,.9);
            width: 20%;
            display: table-cell;
            border-right: solid 1px #b5b6b4;
        }

            #quickLinksAdvanced > ul > li:first-child {
                border-left: solid 1px #b5b6b4;
            }

            #quickLinksAdvanced > ul > li.active {
                border-top: solid 1px #fff;
                position: relative;
                top: -1px;
            }


a.mainQuickLink, a.mainQuickLink:link, a.mainQuickLink:visited {
    display: block;
    color: #000;
    font-size: 1em;
    width: 100%;
    display: inline-block;
    padding: 15px 10px 15px 44px;
    overflow: hidden;
    text-decoration: none;
}

    a.mainQuickLink:focus {
        outline: 1px solid #0078AE;
    }

#quickLink01 > a {
    background: url(../images/structure/iconNews2x.png) 10px center no-repeat;
    background-size: 26px auto;
}

.no-backgroundsize #quickLink01 > a {
    background: url(../images/structure/iconNews.png) 10px center no-repeat;
}

#quickLink02 > a {
    background: url(../images/structure/iconCalendar2x.png) 10px center no-repeat;
    background-size: 26px auto;
}

.no-backgroundsize #quickLink02 > a {
    background: url(../images/structure/iconCalendar.png) 10px center no-repeat;
}

#quickLink03 > a {
    background: url(../images/structure/iconGovernment2x.png) 10px center no-repeat;
    background-size: 26px auto;
}

.no-backgroundsize #quickLink03 > a {
    background: url(../images/structure/iconGovernment.png) 10px center no-repeat;
}

#quickLink04 > a {
    background: url(../images/structure/iconRecycle2x.png) 10px center no-repeat;
    background-size: 26px auto;
}

.no-backgroundsize #quickLink04 > a {
    background: url(../images/structure/iconRecycle.png) 10px center no-repeat;
}

#quickLink05 > a {
    background: url(../images/structure/iconElections2x.png) 10px center no-repeat;
    background-size: 26px auto;
}

.no-backgroundsize #quickLink05 > a {
    background: url(../images/structure/iconElections.png) 10px center no-repeat;
}



/* ========== 2nd Level (Drop-down) Quick Links ========== */

#quickLinksContainer .quickDropDown {
    display: none;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 400;
    padding: 20px;
    overflow: hidden;
    background-color: #FFF;
    border: solid 1px #b5b6b4;
    font-size: .9em;
    line-height: 1.4em;
}

#quickLinksContainer .quickDropDown04 {
    width: 40.1%;
    right: 0;
    left: auto;
}

#quickLinksAdvanced .quickDropDown ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0 !important;
}

.myZone {
    min-height: 100px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

    .myZone h2 {
        color: #000;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .myZone a, .myZone a:link, .myZone a:visited {
        text-decoration: none;
    }

        .myZone a:hover, .myZone a:active, .myZone a:focus {
            text-decoration: underline;
        }

        .myZone a .title, .myZone a:link .title, .myZone a:visited .title {
            color: #000;
        }

        .myZone a.viewMore, .myZone a.viewMore:link, .myZone a.viewMore:visited {
            display: block;
            font-size: 1em;
        }


    .myZone .newsFeature h2 {
        margin-bottom: 0px;
    }

    .myZone img {
        border: solid 1px #ccc;
    }

    .myZone .caption {
        font-size: .85em;
    }

.newsFeature img {
    width: 100px;
    display: block;
    height: auto;
    float: left;
    margin: 0 12px 12px 0;
}

.calendarItem {
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}

.quickDropDown03 .myZone ul {
    padding: 0 0 0 15px;
}

.quickDropDown03 .myZone li {
    padding: 5px 0;
}


.calendarItemLeft {
    width: 20%;
    float: left;
    padding-right: 20px;
}

.calendarItem .date {
    background: #2fb3c3;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    border-radius: 6px;
    font-size: .9em;
    line-height: 1.2em;
}

.notices .calendarItem .date {
    background: #666;
}

.calendarItem .description {
    overflow: hidden;
    width: 70%;
    float: left;
    line-height: 1.4em;
    height: 2.8em;
}

.quickDropDown03 {
}

#quickLinksContainer .viewMore {
    display: block;
    padding: 10px 0;
}

.myZone a.imgLink {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}

    .myZone a.imgLink img {
        width: 100%;
        border: none;
    }

.imgLinkOverlay {
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8) url(../images/chevron-right-white2x.png) 96% center no-repeat;
    background-size: auto 10px;
    font-weight: bold;
}

.no-backgroundsize .imgLinkOverlay {
    background: #000 url(../images/chevron-right-white.png) 96% center no-repeat;
}


/*======================================================
  6. BREADCRUMBS
  ===================================================== */

.horizNavSeparator {
    padding: 0px 7px 0px 7px;
}

#breadcrumbs {
    font-size: .9em;
    padding-top: 10px;
    border-top: solid 1px #ccc;
}

    #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        color: #000;
    }

        #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
            text-decoration: underline;
        }

/* MOBILE SUBNAV */

.mobileSubNavContainer {
    opacity: 0;
    height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.subNavOpen .mobileSubNavContainer {
    height: auto !important;
    opacity: 1;
}


/* WHEN MOBILE SUBNAV IS VISIBLE */

.subNavOpen #breadcrumbs * {
    display: none !important;
}


/*======================================================
  7. ACTIONS
  ===================================================== */

#actions {
    /*margin-top: 7px;*/
    float: right;
    text-align: right;
}

    #actions div {
        display: inline-block;
        border-left: 1px solid #b6b6b6;
        padding-left: 3px;
        vertical-align: bottom;
    }

        #actions div a {
            display: inline-block;
            padding: 0 3px;
        }

            #actions div a:focus {
                border: dotted 1px #000;
            }

            #actions div a img {
                height: 16px;
                width: auto;
            }

    /* Font Resizer */

    #actions .resizeText {
        margin-right: 5px;
        border-left: none;
    }

        #actions .resizeText a {
            float: left;
            width: 22px;
            padding-top: 4px;
        }


            #actions .resizeText a:focus {
                border: dotted 1px #000;
            }

/* WHEN MOBILE SUBNAV IS VISIBLE */

.subNavOpen #actions div {
    display: none !important;
}

.subNavOpen #actions {
    border-bottom: none !important;
    margin: 0;
    padding: 0;
}

/*======================================================
  8. SUBNAV
  ===================================================== */

.subNav {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
    background: #dcecf7;
}

    .subNav > li {
        /* float: left; This corrects the */
        width: 100%; /* IE whitespace bug */
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: solid 1px #9abad0;
    }

        .subNav > li:first-child {
            border: none;
        }


    /*==================
  links
====================*/

    .subNav a,
    .subNav a:link,
    .subNav a:visited {
        display: block;
        padding: 15px 40px 15px 15px;
        width: 100%;
        font-size: 1.267em;
        line-height: 1.2em;
        text-decoration: none;
        color: #005198;
        overflow: hidden;
        background: #dcecf7;
        -webkit-backface-visibility: hidden;
    }

    .subNav .withChildren a,
    .subNav .withChildren a:link,
    .subNav .withChildren a:visited {
        background: url(../images/structure/chevron-right2x.png) 98% center no-repeat;
        background-size: auto 14px;
    }

.no-backgroundsize .subNav .withChildren a,
.no-backgroundsize .subNav .withChildren a:link,
.no-backgroundsize .subNav .withChildren a:visited {
    background: url(../images/structure/chevron-right.png) 98% center no-repeat;
}

.subNav a:hover, .subNav a:focus {
    background-color: #d5e4ee;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus, .subNav .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right2x.png) 98% center no-repeat;
    background-size: auto 14px;
}

.no-backgroundsize .subNav .withChildren a:hover, .no-backgroundsize .subNav .withChildren a:focus, .no-backgroundsize .subNav .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right.png) 98% center no-repeat;
}

.subNav > li > a:first-child {
    padding-top: 20px;
}

.subNav > li > a.current {
    background-color: #1780ca !important;
    color: #fff;
    font-size: 1.400em;
}

.subNav > li.withChildren > a.current {
    background: #1780ca url(../images/structure/chevron-down-white2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
    color: #fff;
    font-size: 1.400em;
}

.no-backgroundsize .subNav > li.withChildren > a.current {
    background: #1780ca url(../images/structure/chevron-down-white.png) 98% center no-repeat !important;
    color: #fff;
    font-size: 1.400em;
}

.subNav > li.withChildren > a.open {
    background: #1780ca url(../images/structure/chevron-down-white2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
    color: #fff;
    font-size: 1.400em;
}

    .subNav > li.withChildren > a.open:hover,
    .subNav > li.withChildren > a.open:focus {
        background-color: #1780ca !important;
        color: #fff;
    }

.no-backgroundsize .subNav > li.withChildren > a.open {
    background: #1780ca url(../images/structure/chevron-down-white.png) 98% center no-repeat !important;
    color: #fff;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
}

/*==================
  lvlTwo
====================*/

.subNav ul, .subNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subNav ul {
    background: #eef6fd;
}

    .subNav ul > li {
         border-top: solid 1px #9abad0;
    }

    .subNav ul a,
    .subNav ul a:link,
    .subNav ul a:visited {
        background: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1em;
    }

    .subNav ul .withChildren a,
    .subNav ul .withChildren a:link,
    .subNav ul .withChildren a:visited {
        background: url(../images/structure/chevron-right2x.png) 98% center no-repeat !important;
        background-size: auto 14px !important;
    }

.no-backgroundsize .subNav ul .withChildren a,
.no-backgroundsize .subNav ul .withChildren a:link,
.no-backgroundsize .subNav ul .withChildren a:visited {
    background: url(../images/structure/chevron-right.png) 98% center no-repeat !important;
}

.subNav ul a:hover, .subNav ul a:focus {
    background-color: #d5e4ee  !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus, .subNav ul .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
}

.no-backgroundsize .subNav ul .withChildren a:hover, .no-backgroundsize .subNav ul .withChildren a:focus, .no-backgroundsize .subNav ul .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right.png) 98% center no-repeat !important;
}

.subNav .withChildren ul a.current {
    background: none !important;
    font-weight: bold;
}

.subNav .withChildren ul .withChildren a.current {
    background: url(../images/structure/chevron-down2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
    font-size: 1em;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.current {
    background: url(../images/structure/chevron-down.png) 98% center no-repeat !important;
    font-size: 1em;
}

.subNav .withChildren ul .withChildren a.open {
    background:  url(../images/structure/chevron-down2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
    font-size: 1em;
    font-weight: bold;
}

    .subNav .withChildren ul .withChildren a.open:hover,
    .subNav .withChildren ul .withChildren a.open:focus {
        background-color: #d5e4ee !important;
        font-size: 1em;
    }

.no-backgroundsize .subNav .withChildren ul .withChildren a.open {
    background: url(../images/structure/chevron-down.png) 98% center no-repeat !important;
    font-size: 1em;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus {
}


/*==================
  lvlThree
====================*/

.subNav ul .withChildren ul {
    margin: 0;
    padding: 0;
    list-style: square;
}

    .subNav ul .withChildren ul li {
        background-size: 5px auto;
    }

.no-backgroundsize .subNav ul .withChildren ul li {

}

.subNav ul .withChildren ul li.current {

}

.no-backgroundsize .subNav ul .withChildren ul li.current {
    background: none;
}

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
    background: none !important;
    padding-left: 40px;
}

.no-backgroundsize .subNav ul .withChildren ul a,
.no-backgroundsize .subNav ul .withChildren ul a:link,
.no-backgroundsize .subNav ul .withChildren ul a:visited {
    background: none !important;
}

.subNav ul .withChildren ul .withChildren a,
.subNav ul .withChildren ul .withChildren a:link,
.subNav ul .withChildren ul .withChildren a:visited {
    background: url(../images/structure/chevron-right2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren a,
.no-backgroundsize .subNav ul .withChildren ul .withChildren a:link,
.no-backgroundsize .subNav ul .withChildren ul .withChildren a:visited {
    background: url(../images/structure/chevron-right.png) 98% center no-repeat !important;
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus, .subNav ul .withChildren ul a:active {
    background: #d5e4ee !important;
}

.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus, .subNav ul .withChildren ul .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren a:hover, .no-backgroundsize .subNav ul .withChildren ul .withChildren a:focus, .no-backgroundsize .subNav ul .withChildren ul .withChildren a:active {
    background: #d5e4ee url(../images/structure/chevron-right.png) 98% center no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current {
    /*background: #eaeaea !important;*/
    background: none !important;
    font-weight: bold;
    /*color: #000;*/
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: url(../images/structure/chevron-down2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.current {
    background:  url(../images/structure/chevron-down.png) 98% center no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
    background:  url(../images/structure/chevron-down2x.png) 98% center no-repeat !important;
    background-size: auto 14px !important;
}

    .subNav .withChildren ul .withChildren ul .withChildren a.open:hover,
    .subNav .withChildren ul .withChildren ul .withChildren a.open:focus {
        background-color: #eef6fd !important;
    }

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: #eef6fd url(../images/structure/chevron-down.png) 98% center no-repeat !important;
}


.subNav .withChildren ul .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren ul .withChildren a.open:focus {
}

/*==================
  lvlFour
====================*/

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited {
    background: none !important;
    padding-left: 60px;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren ul a,
.no-backgroundsize .subNav ul .withChildren ul .withChildren ul a:link,
.no-backgroundsize .subNav ul .withChildren ul .withChildren ul a:visited {
    background: none !important;
}


.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus, .subNav ul .withChildren ul .withChildren ul a:active {
    background: #d5e4ee !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
    background: none !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul {
    display: none;
}


/*======================================================
  9. INTERIOR QUICKLINKS
  ===================================================== */


#intQuicklinks {
    background: #eef6fd;
}

.intQuicklinksHeader {
    display: block;
    font-size: 1.250em;
    font-weight: normal;
    color: #fff;
    padding: 10px 20px;
    background: #1780ca url(../images/structure/chevron-down-white2x.png) 95% center no-repeat;
    background-size: 20px auto;
    overflow: hidden;
}

.no-backgroundsize .intQuicklinksHeader {
    background: #1780ca url(../images/structure/chevron-down-white.png) 95% center no-repeat;
}

.intQuicklinksBody {
    padding: 5px 0 15px 0;
}

#intQuicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#intQuicklinks li {
    border-top: solid 1px #9abad0;
}

    #intQuicklinks li:first-child {
        border: none;
    }

    #intQuicklinks li a {
        display: block;
        width: 100%;
        padding: 8px 20px;
        color: #000;
        overflow: hidden;
    }



/*======================================================
  10. FOOTERNAV
  ===================================================== */

#footerNav {
    color: #545454;
    padding-top: 7px;
    display: inline-block;
    float: left;
}

    #footerNav a, #footerNav a:link, #footerNav a:visited {
        display: inline-block;
        margin: 0 7px;
        color: #000;
        text-decoration: none;
    }

        #footerNav a:first-child {
            margin-left: 0;
        }

.footerText a, .footerText a:link, .footerText a:visited {
    color: #333;
}

#footerNav a:hover, #footerNav a:focus, #footerNav a:active,
#footerText a:hover, #footerText a:focus, #footerText a:active {
    text-decoration: underline;
}

@media only screen and (max-width : 1300px) {
    #mainNav .dropDownLeft ul.dropdown li a {
        font-size: 1.2em;
    }
}

@media only screen and (max-width : 1124px) {

    #nav li a.mainNavItem {
        font-size: 1.33em;
    }
}

@media only screen and (max-width : 991px) {

    #topNav a,
    #topNav a:link,
    #topNav a:visited,
    #translateContainer a,
    #translateContainer a:link,
    #translateContainer a:visited,
    #servicesContainer a,
    #servicesContainer a:link,
    #servicesContainer a:visited {
        color: #000;
        padding-left: 15px;
        font-size: .9em;
    }

    /*==================
  lvlOne
====================*/


    #nav {
        display: table;
        width: 100%;
    }

        #nav > li {
            display: table-cell;
            width: 25%;
            vertical-align: middle;
            border-left: solid 1px #fff;
            padding: 0;
            margin: 0;
            float: none;
        }

        #nav #navTab04 {
            float: none;
        }


        #nav li:first-child {
            border: none;
        }


        #nav li a.mainNavItem {
            width: 100%;
        }

            #nav li a.mainNavItem strong {
                display: block;
            }

            #nav li a.mainNavItem .navItemText {
                line-height: 1.2em;
                padding-top: 10px;
            }

    #breadcrumbs {
        clear: both;
        border: none;
    }

    #actions {
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: left;
        margin: 0;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
    }

        #actions .resizeText a {
            width: 33px;
        }


    /* SUBNAV */

    .subNav a,
    .subNav a:link,
    .subNav a:visited {
        display: block;
        padding: 10px 40px 10px 15px;
        width: 100%;
        font-size: 1.15em;
        line-height: 1.2em;
        text-decoration: none;
        color: #005198;
        overflow: hidden;
        background: #dcecf7;
        -webkit-backface-visibility: hidden;
    }
}

@media only screen and (max-width : 767px) {

    #mainNav {
        display: none;
    }

    .dropDownContainer {
        display: none !important;
    }

     /* HOMEPAGE NAV */

    .homepageNavContainer #mainNav {
        display: block !important;
    }
    .homepageNavContainer #nav {
        display: block !important;
    }

    .homepageNavContainer #nav li {
        display:block !important;
        width: 50%;
        float: left !important;
        border: none;
        padding: 2px;
    }

            .homepageNavContainer #nav li a .navItemText {
                height: auto;
                margin: 0;
                padding: 7px;
                font-size: 1em;
            }

        .homepageNavContainer #nav li .navTriangle {
            display: none;
        }

    /* Menu is triggered */

    .mobileDropDown #nav {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
    }

        .mobileDropDown #nav li {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            border: none;
            position: relative;
            clear: both;
        }

            .mobileDropDown #nav li a.mainNavItem, .mobileDropDown #nav li a.mainNavItem:hover {
                display: block;
                width: 100%;
                height: auto;
                padding: 15px 0;
                border: none;
                border-top: solid 1px rgba(255,255,255,.7);
                background: #1762a0;
            }

            .mobileDropDown #nav li a.mainNavItem:active {
                display: block;
                width: 100%;
                height: auto;
                padding: 15px 0;
                border: none;
                border-top: solid 1px rgba(255,255,255,.7);
                background: #165a92;
            }

            .mobileDropDown #nav li:first-of-type a.mainNavItem {
                border: none;
                border-top: none;
            }

            .mobileDropDown #nav li a .navItemText {
                margin: 0;
                padding: 0;
                height: auto;
                position: relative !important;
                top: auto;
                right: auto;
                bottom: auto;
                left: auto;
                background: none !important;
            }

                .mobileDropDown #nav li a .navItemText strong {
                    display: inline;
                }

    .mobileDropDown .navImage, .mobileDropDown .navTriangle {
        display: none;
    }

     /* ACTIONS */

    #actions {
        text-align: center;
        padding: 10px 0 15px 0;
    }

        #actions div {
            display: none;
        }

        #actions .resizeText {
            display: inline-block;
        }

    #footerNav {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width : 320px) {

    /* HOMEPAGE NAV */

    .homepageNavContainer #mainNav {
        display: block;
    }

    .homepageNavContainer #nav li {
        display:block;
        width: 100%;
        float: left !important;
        border: none;
        padding: 2px;
    }

            .homepageNavContainer #nav li a .navItemText {
                height: auto;
                margin: 0;
                padding: 7px;
                font-size: 1em;
            }

        .homepageNavContainer #nav li .navTriangle {
            display: none;
        }
}