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

    1.  TOPNAV
    2.  MAINNAV 
            - lvlOne
            - lvlTwo
			- Mobile Nav
    3.  HOMEPAGE QUICKLINKS
    4.  ADVANCED QUICKLINKS
    5.  BREADCRUMBS
    6.  ACTIONS
    7.  SUBNAV
    8.  INTERIOR QUICKLINKS
    9. MOBILE DROPDOWN
    10. FOOTER NAV
	11. MEDIA QUERIES
			- Desktop
            - Tablet
            - Mobile
            - Narrow Mobile

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

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

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

#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: #005696;
        color: #FFF;
    }

#mainContent, #maincontent {
    outline: none;
}

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

#topNav a,
#topNav a:link,
#topNav a:visited {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding: 0 14px;
}

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

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

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

#translateContainer {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
}
#translateContainer #google_translate_element {
  display: inline-block;
  vertical-align: top;
}
#translateContainer .goog-te-gadget-simple {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
}
#translateContainer .goog-te-menu-value {
  margin: 0;
  padding: 0;
}
#translateContainer .goog-te-menu-value span {
  color: white;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
#translateContainer .goog-te-menu-value:hover span, #translateContainer .goog-te-menu-value:active span, #translateContainer .goog-te-menu-value:focus span {
  text-decoration: underline;
}
#translateContainer .goog-te-gadget-simple > img {
  display: none;
}
#translateContainer .goog-te-menu-value img, #translateContainer .goog-te-menu-value span {
  display: none;
}
#translateContainer .goog-te-menu-value span:first-child {
  display: inline-block;
}

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

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

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

#nav {
    display: table;
    table-layout: fixed;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    #nav > li {
        list-style: none;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        background: #005696 url(../images/structure/bg-mainnav.gif) left top repeat-y;
        border-top: 1px solid #3a83b8;
        border-bottom: 6px solid #c2cd24;
    }

        #nav > li:first-child {
            background-image: none;
            padding-left: 1px;
        }

        #nav > li#navTab05 {
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
        }

            #nav > li#navTab05:before {
                content: "";
                display: block;
                position: relative;
                background: #fff;
                top: 0;
                bottom: 0;
                right: 0;
                width: 5px;
                position: absolute;
                display: none;
            }

            #nav > li#navTab05:hover:before, #nav > li#navTab05.sfHover:before {
                display: block;
            }



        #nav > li.current {
            background: #156bab url(../images/structure/bg-mainnav.gif) left top repeat-y;
            border-bottom: 6px solid #e0e58e;
        }

    #nav li a.mainNavItem {
        display: inline-block;
        width: 100%;
        padding: 25px 10px 25px 10px;
        overflow: hidden;
        text-align: center;
        font-size: 1.412em;
        line-height: 1.250em;
        font-weight: normal;
        color: #fff;
        -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;
    }


    #nav > li:hover, #nav li.sfHover {
        color: #005696;
        border: none;
        padding-top: 1px;
        padding-bottom: 6px;
        text-decoration: none;
        background: #FFF; /* Old browsers */
        background: -moz-linear-gradient(top, rgb(231,239,245) 0%, rgb(255,255,255) 50%, rgb(255,255,255) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(231,239,245)), color-stop(50%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgb(231,239,245) 0%,rgb(255,255,255) 50%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgb(231,239,245) 0%,rgb(255,255,255) 50%,rgb(255,255,255) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgb(231,239,245) 0%,rgb(255,255,255) 50%,rgb(255,255,255) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(231,239,245) 0%,rgb(255,255,255) 50%,rgb(255,255,255) 100%); /* W3C */
        -webkit-border-bottom-right-radius: 0px !important;
        -moz-border-radius-bottomright: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

        #nav > li:first-child:hover, #nav li.sfHover:first-child {
            border-left: 1px solid #bfd5e5;
            padding-left: 0px;
        }

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


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

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 15px 25px 15px;
    list-style: none;
    z-index: 1000;
    border: 1px solid #bfd5e5;
    border-top: none;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #FFF;
    
}

#mainNav #navTab05 .dropDownContainer {
    border-right: 1px solid #FFF;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}

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

    #mainNav ul.dropdown li, #mainNav ul.dropdown li:hover {
        float: left;
        width: 100%;
        border-top: 1px solid #c5c5c5;
        background: none;
        text-align: left;
    }

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

        #mainNav ul.dropdown li a {
            display: block;
            color: #005696;
            font-weight: normal;
            width: 100%;
            padding: 10px 0;
            text-decoration: none;
            overflow: hidden;
        }

            #mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:active, #mainNav ul.dropdown li a:focus {
                text-decoration: underline;
                background: none;
            }


/*==================
  Mobile Nav
====================*/

.mobileNav a {
    border: 1px solid #ddd;
    color: #006699 !important;
    display: inline-block;
    font-size: 0.9em;
    font-weight: normal;
    width: 56px;
    padding: 5px 0 2px 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .mobileNav a:active {
        background-color: #ddd;
    }

    .mobileNav a img {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 20px;
        margin-bottom: -2px;
    }



/*======================================================
  4. ADVANCED QUICKLINKS
  ===================================================== */


#quickLinksContainer {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 35px;
    z-index: 403;
    margin: 0 0 0;
}

    #quickLinksContainer.hover {
        z-index: 1001;
    }

#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;
        overflow: hidden;
    }

    #quickLinksAdvanced > ul {
        display: table;
        table-layout: fixed;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

        #quickLinksAdvanced > ul > li {
            background: #c2cd24;
            background: rgba(194,205,36,.93);
            width: 20%;
            display: table-cell;
            vertical-align: middle;
            width: 16.666%;
            border-left: solid 1px #838c21;
        }

    #quickLinksAdvanced #quickLink01 {
        border-left: none;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #quickLinksAdvanced #quickLink06 {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

     @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
         #quickLinksAdvanced > ul > li:hover {
            background: #c2cd24;
            background: rgba(194,205,36,.93);
         }
    }

    @media only screen and (max-width: 991px) {
        #quickLinksAdvanced > ul > li:active {
            background: #abb524;
        }
    }


    #quickLinksAdvanced.hover > ul > li:hover, #quickLinksAdvanced > ul > li.current {
        background-color: #fff;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* W3C */
        -webkit-border-top-left-radius: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        -moz-border-radius-topleft: 0px !important;
        -moz-border-radius-topright: 0px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }


a.mainQuickLink, a.mainQuickLink:link, a.mainQuickLink:visited {
    background: url(../images/structure/chevron-up-quicklinks2x.png) 90% center no-repeat;
    background-size: auto 9px;
    display: block;
    color: #000;
    font-size: 1.176em;
    line-height: 1.200em;
    font-weight: normal;
    width: 100%;
    padding: 12px 20% 13px 9%;
    overflow: hidden;
    text-decoration: none;
}

.no-backgroundsize a.mainQuickLink, .no-backgroundsize a.mainQuickLink:link, .no-backgroundsize a.mainQuickLink:visited {
    background: url(../images/structure/chevron-up-quicklinks.png) 90% center no-repeat;
}



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

#quickLinksContainer .quickDropDown {
    display: none;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    font-size: 1em;
    line-height: 1.294em;
    z-index: 400;
    padding: 20px 30px;
    overflow: hidden;
    background-color: #FFF;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.25);
}

#quickLinksContainer #quickLink01 .quickDropDown {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

#quickLinksContainer #quickLink06 .quickDropDown {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}


/* Close Tab ========= */

#quickLinksContainer .quickDropDown .quickLinksClose {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    float: right;
    z-index: 1;
}

    #quickLinksContainer .quickDropDown .quickLinksClose a {
        display: block;
        float: right;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        padding: 1px 30px 1px 10px;
        background: #dfeef9 url(../images/structure/icon_close2x.png) 90% 7px no-repeat;
        background-size: 11px auto;
    }

.no-backgroundsize #quickLinksContainer .quickDropDown .quickLinksClose a {
    background: #dfeef9 url(../images/structure/icon_close.png) 90% 7px no-repeat;
}

#quickLinksContainer .quickDropDown .quickLinksClose a:hover, #quickLinksContainer .quickDropDown .quickLinksClose a:active, #quickLinksContainer .quickDropDown .quickLinksClose a:focus {
    background-color: #b2ccdf;
}


/* Columns ========= */

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

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

    .myZone h2 {
        font-size: 1.235em;
        color: #000;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .myZone p {
        margin: 0 0 15px 0;
    }

    .myZone img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-bottom: 10px solid #c8d23b;
    }

    .myZone.last img, .myZone:last-child img {
        border-color: #f9a336;
    }

    .myZone.first img, .myZone:first-child img {
        border-color: #1c69a2;
    }

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

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

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

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


/* Calendar ========= */

.calendarItem {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #d8d8d8;
    font-size: 0.941em;
    line-height: 1.375em;
    position: relative;
}

    .calendarItem.first, .calendarItem:first-child {
        padding-top: 0;
    }

.calendarItemLeft {
    position: absolute;
    left: 0px;
    top: 12px;
}

.first .calendarItemLeft {
    top: 2px;
}

.calendarItem .date {
    background: #005696;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    border-radius: 6px;
    font-size: 0.875em;
    line-height: 1.071em;
    font-weight: bold;
    text-transform: uppercase;
}

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

.calendarItem .description {
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 55px;
    float: left;
    line-height: 1.4em;
    height: 2.8em;
}

#quickLink01 .calendarItem .description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.4em;
}

.calendarItem .time {
    width: 100%;
    padding: 0 0 0 55px;
    float: left;
    line-height: 1.4em;
    height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Links ========= */

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

#quickLinksContainer .buttonLink {
    margin: 0 0 6px 0 !important;
}

    #quickLinksContainer .buttonLink:last-child {
        margin: 0 !important;
    }

    #quickLinksContainer .buttonLink a {
        display: block;
        width: 100%;
        overflow: hidden;
        background: #005696 url(../images/structure/chevron-right-buttonlink-white2x.png) 96% 10px no-repeat;
        background-size: 10px auto;
        color: #fff;
        padding: 7px 40px 7px 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.no-backgroundsize #quickLinksContainer .buttonLink a {
    background: #005696 url(../images/structure/chevron-right-buttonlink-white.png) 96% 10px no-repeat;
}

#quickLinksContainer .buttonLinkWhite {
    margin: 0;
}

    #quickLinksContainer .buttonLinkWhite a {
        display: block;
        width: 100%;
        overflow: hidden;
        background: #FFF url(../images/structure/chevron-right-buttonlink2x.png) 96% 10px no-repeat;
        background-size: 9px auto;
        color: #005696;
        padding: 7px 40px 7px 15px;
        border: 1px solid #d8d8d8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.no-backgroundsize #quickLinksContainer .buttonLinkWhite a {
    background: #FFF url(../images/structure/chevron-right-buttonlink.png) 96% 10px no-repeat;
}

#quickLinksContainer .subscribeLink {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    float: right;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px 5px 32px;
    background: #dfeef9 url(../images/structure/subscribe_icon2x.png) 10px center no-repeat;
    background-size: 20px auto;
}

.no-backgroundsize #quickLinksContainer .subscribeLink {
    background: #dfeef9 url(../images/structure/subscribe_icon.png) 10px center no-repeat;
}

#quickLinksContainer .subscribeLink:hover, #quickLinksContainer .subscribeLink:active, #quickLinksContainer .subscribeLink:focus {
    background-color: #b2ccdf !important;
}

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

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

.imgLinkOverlay {
    padding: 5px 40px 5px 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.176em;
    line-height: 1.500em;
    background: rgba(0,86,150,0.9) url(../images/structure/chevron-right-buttonlink-white2x.png) 96% center no-repeat;
    background-size: 10px auto;
}

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

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

/* How do i? ========= */

img.iconImage, .iconImage img {
    height: 52px;
    width: auto;
    border: none;
}

#quickLinksContainer #quickLink03 .quickDropDown .myZone {
    text-align: center;
}

    #quickLinksContainer #quickLink03 .quickDropDown .myZone h2 {
        margin-bottom: 10px;
    }

.borderline {
    position: absolute;
    width: 1px;
    top: 30px;
    bottom: 35px;
    background: #d8d8d8;
}

.borderline01 {
    left: 25%;
    margin-left: 7px;
}

.borderline02 {
    left: 50%;
    margin: 0;
}

.borderline03 {
    left: 75%;
    margin-left: -7px;
}

#quickLinksContainer #quickLink03 .quickDropDown .myZone ul li {
    padding: 4px 10px !important;
    font-size: 0.941em;
    line-height: 1.250em;
}

#quickLinksContainer #quickLink03 .quickDropDown .myZone .viewMore {
    font-weight: bold;
}



/*======================================================
  5. BREADCRUMBS
  ===================================================== */

.horizNavSeparator {
    padding: 0px 7px 0px 7px;
    color: #595959;
}

#breadcrumbs {
    color: #005696;
    padding-right: 230px;
}

    #breadcrumbs div {
        overflow: hidden;
    }

    #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        font-weight: normal;
    }

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

/* MOBILE SUBNAV */

.mobileSubNavContainer {
    display: none;
    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 {
    display: block;
    height: auto !important;
    opacity: 1;
}

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


/* WHEN MOBILE SUBNAV IS VISIBLE */

.subNavOpen #intBanner {
    display: none;
}


/*======================================================
  6. ACTIONS
  ===================================================== */

#actionsContainer {
    float: left;
    width: 100%;
    padding: 18px 35px 18px 25px;
    min-height: 60px;
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #d3d3d3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#actions {
    float: right;
    text-align: right;
    max-width: 230px;
    position: absolute;
    top: 23px;
    right: 35px;
}

.mobileActions {
    display: none;
}

#actions div {
    display: block;
    float: left;
}

#actions .horizNavSeparator {
    float: left;
    padding: 0 5px;
    color: #595959;
    line-height: 16px;
}

#actions .feedbackSeparator {
    display: none;
}

#actions .share {
    margin-left: 6px;
    width: 72px;
}

#actions div a, .mobileActions div a {
    position: relative;
    display: block;
    float: left;
    height: 15px;
    padding: 0 7px;
}

#actions .share a {
    width: 78px;
    padding: 0;
    height: auto !important;
}

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

#actions div a img, .mobileActions div a img {
    position: relative;
    top: 0;
    height: 15px;
    width: auto;
    float: left;
}

/* Font Resizer */

#actions .resizeText, .mobileActions .resizeText {
    border-left: none;
}

    #actions .resizeText a, .mobileActions .resizeText a {
        float: left;
        padding: 0 5px;
    }


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



/*======================================================
  7. SUBNAV
  ===================================================== */

.subNav {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

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

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


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

    .subNav a,
    .subNav a:link,
    .subNav a:visited {
        display: block;
        padding: 8px 30px 8px 25px;
        width: 100%;
        font-size: 1em;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        overflow: hidden;
        -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;
    }

    .subNav .withChildren a,
    .subNav .withChildren a:link,
    .subNav .withChildren a:visited {
        background: url(../images/structure/chevron-right2x.png) 96% 13px 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) 96% 13px no-repeat;
}

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

.subNav .withChildren a:hover, .subNav .withChildren a:focus, .subNav .withChildren a:active {
    background: #005191 url(../images/structure/chevron-right-white2x.png) 96% 13px 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: #005191 url(../images/structure/chevron-right-white.png) 96% 13px no-repeat;
}

.subNav a.current {
    background-color: #005191 !important;
    color: #FFF !important;
    font-size: 1.118em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subNav .withChildren a.current {
    background: #005191 url(../images/structure/chevron-down-white2x.png) 96% 17px no-repeat !important;
    background-size: 14px auto !important;
}

.no-backgroundsize .subNav .withChildren a.current {
    background: #005191 url(../images/structure/chevron-down-white.png) 96% 17px no-repeat !important;
}

.subNav .withChildren a.open {
    background: #005191 url(../images/structure/chevron-down-white2x.png) 96% 17px no-repeat !important;
    background-size: 14px auto !important;
    font-size: 1.118em;
    color: #FFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-backgroundsize .subNav .withChildren a.open {
    background: #005191 url(../images/structure/chevron-down-white.png) 96% 17px no-repeat !important;
}

.subNav .withChildren a.open:hover,
.subNav .withChildren a.open:focus {
    background: #FFF url(../images/structure/chevron-down2x.png) 96% 17px no-repeat !important;
    background-size: 14px auto !important;
    color: #000 !important;
}

.no-backgroundsize .subNav .withChildren a.open:hover,
.no-backgroundsize .subNav .withChildren a.open:focus {
    background: #FFF url(../images/structure/chevron-down.png) 96% 17px no-repeat !important;
}


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

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

.subNav ul {
    background: #e9f1f7;
}

    .subNav ul li {
        border-top: 1px solid #d1d8de;
    }

    .subNav ul a,
    .subNav ul a:link,
    .subNav ul a:visited,
    .no-backgroundsize .subNav ul a,
    .no-backgroundsize .subNav ul a:link,
    .no-backgroundsize .subNav ul a:visited {
        background: none !important;
        color: #004D88 !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .subNav ul .withChildren a,
    .subNav ul .withChildren a:link,
    .subNav ul .withChildren a:visited {
        background: url(../images/structure/chevron-right-blue2x.png) 96% 11px 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-blue.png) 96% 11px no-repeat !important;
}

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

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus, .subNav ul .withChildren a:active {
    background: #cddeec url(../images/structure/chevron-right-blue2x.png) 96% 11px 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: #cddeec url(../images/structure/chevron-right.png) 96% 11px no-repeat !important;
}

.subNav .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul a.current {
    background: #cddeec !important;
    color: #004D88 !important;
    font-size: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
}

.subNav .withChildren ul .withChildren a.current {
    background: #cddeec url(../images/structure/chevron-down-blue2x.png) 96% 14px no-repeat !important;
    background-size: 14px auto !important;
    color: #004D88 !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.current {
    background: #cddeec url(../images/structure/chevron-down-blue.png) 96% 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
    background: url(../images/structure/chevron-down-blue2x.png) 96% 14px no-repeat !important;
    background-size: 14px auto !important;
    font-size: 1em;
    color: #004D88 !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.open {
    background: url(../images/structure/chevron-down-blue.png) 96% 14px no-repeat !important;
}

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


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

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

    .subNav ul .withChildren ul li span {
        display: block;
        padding-left: 22px;
        background: url(../images/structure/bullet2x.png) 10px 9px no-repeat;
        background-size: 4px auto;
    }

.no-backgroundsize .subNav ul .withChildren ul li span {
    background: url(../images/structure/bullet.png) 10px 9px no-repeat;
}

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited,
.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-right-blue2x.png) 96% 11px 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-blue.png) 96% 11px no-repeat !important;
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus, .subNav ul .withChildren ul a:active,
.no-backgroundsize .subNav ul .withChildren ul a:hover, .no-backgroundsize .subNav ul .withChildren ul a:focus, .no-backgroundsize .subNav ul .withChildren ul a:active {
    background: #cddeec !important;
}

.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus, .subNav ul .withChildren ul .withChildren a:active {
    background: #cddeec url(../images/structure/chevron-right-blue2x.png) 96% 11px 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: #cddeec url(../images/structure/chevron-right-blue.png) 96% 11px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul a.current {
    background: #cddeec !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: #cddeec url(../images/structure/chevron-down-blue2x.png) 96% 14px no-repeat !important;
    background-size: 14px auto !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: #cddeec url(../images/structure/chevron-down-blue.png) 96% 14px no-repeat !important;
}

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

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: url(../images/structure/chevron-down-blue.png) 96% 14px no-repeat !important;
}

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


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

.subNav ul .withChildren ul .withChildren ul li span {
    display: block;
    padding-left: 44px;
    background: url(../images/structure/bullet2x.png) 32px 9px no-repeat;
    background-size: 4px auto;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren ul li span {
    background: url(../images/structure/bullet.png) 32px 9px no-repeat;
}

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited,
.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,
    .no-backgroundsize .subNav ul .withChildren ul .withChildren ul a:hover, .no-backgroundsize .subNav ul .withChildren ul .withChildren ul a:focus, .no-backgroundsize .subNav ul .withChildren ul .withChildren ul a:active {
        background: #cddeec !important;
    }

.subNav .withChildren ul .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren ul a.current {
    background: #cddeec !important;
}

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


/*======================================================
  8. INTERIOR QUICKLINKS
  ===================================================== */


#intQuicklinks {
    background: #e3e7af;
    overflow: hidden;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.intQuicklinksHeader {
    display: block;
    font-size: 1.059em;
    font-weight: bold;
    padding: 10px 18px;
    background: #c2cd24 url(../images/structure/chevron-down-quicklinks2x.png) 95% center no-repeat;
    background-size: 14px auto;
    overflow: hidden;
}

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

.intQuicklinksHeader p {
    margin: 0 !important;
}

.intQuicklinksBody {
    padding: 5px 0;
}

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

#intQuicklinks li {
    border-top: solid 1px #FFF;
    margin: 0 !important;
    padding: 0 !important;
}

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

    #intQuicklinks li a {
        display: block;
        width: 100%;
        padding: 5px 10px 5px 34px;
        color: #000;
        background: url(../images/structure/bullet2x.png) 20px 15px no-repeat;
        background-size: 4px auto;
        font-weight: normal;
        overflow: hidden;
    }

.no-backgroundsize #intQuicklinks li a {
    background: url(../images/structure/bullet.png) 20px 15px no-repeat;
}

/*======================================================
  9. MOBILE DROPDOWN
  ===================================================== */

.mobileDropDown {
    overflow: hidden;
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    z-index: 5000;
    margin-bottom: 20px;
    display: none;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.navOpen .mobileDropDown {
    display: block;
    top: 100%;
    background: #004a81;
    background: rgba(0,74,129,0.95);
}

.mobileDropDown .closeNav {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 11px;
    right: 14px;
}

    .mobileDropDown .closeNav img {
        width: 30px;
        height: auto;
        height: auto;
        display: block;
    }

.mobileDropDown a.mainNavItem {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 600;
    color: #FFF;
    text-align: left;
    height: auto !important;
    padding: 15px 20px;
    background: none;
    border-top: solid 1px #3c6981;
}

    .mobileDropDown a.mainNavItem:first-of-type {
        border: none;
    }


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

#footerNav {
    color: #d0d8e1;
    font-size: 0.941em;
}

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

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

.footerText a, .footerText a:link, .footerText a:visited {
    color: #d0d8e1 !important;
    text-decoration: underline;
}

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

.footerText a:hover, .footerText a:focus, .footerText a:active {
    text-decoration: none;
}



/*======================================================
  11. MEDIA QUERIES
  ===================================================== */

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

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


/*==================
  Tablet
====================*/

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

    #topNav a,
    #topNav a:link,
    #topNav a:visited,
    #translateContainer a {
        font-size: 0.824em;
    }

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

    #nav > li {
        height: 70px;
    }

    #nav li a.mainNavItem {
        font-size: 1.059em;
        line-height: 1.222em;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #mainNav ul.dropdown li a {
        font-size: 0.941em;
        line-height: 1.375em;
    }

    #mainNav .dropDownContainer {
        background: #FFF url(../images/structure/bg-dropdown-tablet.gif) -1px 0 no-repeat;
        background-size: 230px 1px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    #mainNav #navTab01 .dropDownContainer {
        background-position: 0 0;
    }


/* Quick Links ========= */

    #quickLinksContainer {
        position: relative;
        bottom: auto;
        opacity: 0;
        -webkit-transition: opacity .75s ease-in-out;
          -moz-transition: opacity .75s ease-in-out;
          -ms-transition: opacity .75s ease-in-out;
          -o-transition: opacity .75s ease-in-out;
          transition: opacity .75s ease-in-out;
    }

    #quickLinksContainer.loaded  { /* Hide container until it is detached and appended */
        opacity: 1;
    }

        #quickLinksContainer .ic-container-fluid {
            width: 100% !important;
        }

    #quickLinksAdvanced > ul {
        display: block;
        float: left;
        border-right: 1px solid #838c21;
        border-bottom: 1px solid #838c21;
        background: #c6d133;
    }

        #quickLinksAdvanced > ul > li {
            background: #c6d133 !important;
            display: block;
            width: 100%;
            border-top: 1px solid #838c21;
        }

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

    #quickLinksAdvanced #quickLink01, #quickLinksAdvanced #quickLink06 {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    a.mainQuickLink, a.mainQuickLink:link{
        font-size: 1.2em;
        padding: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        background: url(../images/structure/chevron-right-quicklinks2x.png) 95% center no-repeat;
        background-size: auto 13px;
    }

        a.mainQuickLink:active {
            background-color: #adb72d
        }

    

        a.mainQuickLink.quickMainAccordOpen {
            background: url(../images/structure/chevron-down-quicklinks2x.png) 95% center no-repeat;
            background-size: 13px auto;
            position: relative;
            z-index: 1000;
            box-shadow: 0 2px 3px rgba(0,0,0,0.5);
        }

         a.mainQuickLink.quickMainAccordOpen:active {
            background-color: #adb72d
        }
    

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

#quickLinksContainer .quickDropDown {
    display: none;
    position: relative;
    top: auto !important;
    left: auto;
    width: 100%;
    padding: 20px 30px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}

    #quickLink03 .quickDropDown {
        display: none !important;
    }

    .quickLinksClose {
        display: none !important;
    }

    .homepage .quickDropDown img {
        display: none;
    }

    .quickDropDown .myZone {
        float: none;
        min-height: 0;
        width: 100%;
        padding: 0;
        text-align:left;
    }

    #calendar-events, #calendar-council {
        display:none;
    }

    .quickDropDown .myZone .quickAccordTrigger {
        display:block;
        padding: 10px 30px 10px 0;
        margin-bottom: 0;
        cursor: pointer;    
        background: url(../images/structure/chevron-right-quicklinks2x.png) 95% center no-repeat;
        background-size: auto 13px;
        border-bottom: solid 1px #ccc;
    }

    .quickDropDown .myZone:last-child .quickAccordTrigger {
        border:none;
    }

    .quickDropDown .myZone .quickAccordTrigger.quickAccordOpen {
        background: url(../images/structure/chevron-down-quicklinks2x.png) 95% center no-repeat;
        background-size: 13px auto;
        border: none;
    }
    

    .quickAccordContent {
        display: none;
    }

        .quickAccordContent p {
            display: none;
        }

        .quickAccordContent .subscribeLink {
            display: none !important;
        }

            .quickAccordContent p.buttonLink, .quickAccordContent p.buttonLinkWhite {
               display:block;
            }

        .quickAccordContent .myZone a.imgLink img {
            display:none;
        }

    .quickAccordContent .imgLinkOverlay {
      padding: 5px 40px 5px 10px;
      width: 100%;
      overflow: hidden;
      position: relative;;
      background: rgba(0,86,150,1) url(../images/structure/chevron-right-buttonlink-white2x.png) 96% center no-repeat;
      background-size: 10px auto;
      border-radius: 3px;
    }



    /* Breadcrumbs ========= */

    #breadcrumbs {
        clear: both;
        border: none;
        padding: 10px 0;
    }

    /* Actions ========= */

    #actionsContainer {
        min-height: 0;
        padding: 10px;
    }

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

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

    /* SubNav ========= */

    .subNav {
        width: 100%;
    }

    /* Footer ========= */

    #footerNav {
        font-size: .9em;
    }

        #footerNav a, #footerNav a:link, #footerNav a:visited {
            display: inline-block;
            margin: 0 20px 0 20px;
        }

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

/*==================
  Wide Mobile
====================*/

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

    #mainNav {
        display: none;
    }

    .homepage #mainNav {
        display: block;
    }

        .homepage #mainNav #nav {
            display: block;
        }

            .homepage #mainNav #nav > li {
                display: block;
                width: 100%;
                float: none;
                clear: both;
            }

    .dropDownContainer {
        display: none !important;
    }

    /* Menu is triggered */

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

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

            #nav li a.mainNavItem, #nav li a.mainNavItem:hover {
                width: 100%;
                height: auto;
                padding: 15px 0;
                border: none;
                border-top: solid 1px #fff;
            }

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


    /* Second Level */

    .dropDownContainer {
        position: relative;
        padding: 20px 0;
        left: 0px;
        top: 0;
        width: 100%;
        z-index: 1000;
        overflow: hidden;
    }

        #nav li .closeDropDown a, .dropDownContainer h2 {
            display: none;
        }

    #nav .dropdown li {
        display: inline;
    }

    .dropdown .linkOuter {
        width: 33.33%;
        padding: 5px 0 5px 5px;
        float: left;
    }

    .dropdown li:nth-child(3n+1) .linkOuter {
        padding-left: 0;
    }

    #nav li .dropdown a {
        display: block;
        width: 100%;
        height: 100px;
        padding: 10px 5px 25px 5px;
        text-align: center;
        font-size: .9em;
        line-height: 1.1em;
        background: #065461;
        border: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
    }

        #nav li .dropdown a:hover {
            background: #066371;
        }

    .navImage {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        .navImage img {
            height: 40px;
            width: auto;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    #nav li .dropdown a:hover .navImage img {
        -webkit-transform: scale(1.1);
    }

    /* HOMEPAGE QUICKLINKS */

    #quickLinksContainer .quickDropDown {
        padding: 10px 15px;
    }


    /* Actions ========= */

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

    .landing #actions {
        display: none;
    }

    .mobileActions {
        display: block;
        text-align: center;
        margin: 0;
        padding: 25px 0 0 0;
    }

        #actions div, .mobileActions div {
            display: none;
        }

    #actions .share {
        display: inline-block;
        float: right;
    }

    #actions .resizeText, .mobileActions .resizeText {
        display: inline-block;
        float: left;
    }

        #actions .resizeText .horizNavSeparator, .mobileActions .resizeText .horizNavSeparator {
            display: none;
        }

    /* Breadcrumbs ========= */

    #breadcrumbs {
        display: none;
    }

    /* Footer ========= */

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

        #footerNav a, #footerNav a:link, #footerNav a:visited,
        .footerText a, .footerText a:link, .footerText a:visited {
            color: #FFF !important;
        }

    .headerRightTop #topNav {
        display:none;
    }

    footer #topNav {
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }

    #browseAloud {
        padding-left: 0;
    }


    footer #topNav a,
    footer #topNav a:link,
    footer #topNav a:visited
        {
        display: inline-block;
        padding: 10px;
        font-size: .9em;
    }
}


