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

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

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

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

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

#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 100001;
}

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

#mainContent {
    outline: none;
}

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

#topNav a,
#topNav a:link,
#topNav a:visited {
    color: #000;
	line-height: 25px;
    padding-left: 16px;
	font-weight: normal;
}

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

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

/* ====== 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: table;
		table-layout: fixed;
        float: left;
        width: 16.666%;
    }
	
	#nav > #navTab01 { width: 16.67%; }

#nav li a.mainNavItem {
    display: table-cell;
	vertical-align: middle;
    width: 100%;
    padding: 13px 10px 13px 10px;
    overflow: hidden;
	font-weight: normal;
	font-size: 1.313em;
	line-height: 1.238em;
    text-align: center;
    color: #000;
	background: url(../images/structure/ie8-bg-mainnav.png) 0 0 repeat;
	background: rgba(255,255,255,0.7);
	border: 1px solid #a8abb2;
	border: 1px solid rgba(0,0,0,0.20);
	border-left: 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;
}

    #nav #navTab01 a.mainNavItem { 
		border-left: 1px solid #a8abb2;
		border-left: 1px solid rgba(0,0,0,0.20);
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	
	#nav #navTab06 a.mainNavItem { 
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}


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

#nav > li.current > a.mainNavItem{
	background: #FFF;
}

#nav > li > a.mainNavItem:hover,
#nav > li > a.mainNavItem:focus,
#nav > li > a.currentHover,
#nav > li.sfHover > a.mainNavItem,
#nav:hover > li.current.sfHover > a.mainNavItem {
	background: #FFF;
    text-decoration: none;
	border-bottom: none;
	padding-bottom: 14px;
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

#nav:hover > li > a.mainNavItem.current, #nav:hover > li.current > a.mainNavItem {
	background: url(../images/structure/ie8-bg-mainnav.png) 0 0 repeat;
	background: rgba(255,255,255,0.7);
    text-decoration: none;
}


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

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px 15px 25px 15px;
    list-style: none;
    z-index: 1000;
	background: #FFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* W3C */
	border: 1px solid #a8abb2;
	border: 1px solid rgba(0,0,0,0.20);
	border-top: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mainNav #navTab01 .dropDownContainer {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

#mainNav #navTab06 .dropDownContainer {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	left: auto;
	right: 0;
}

#mainNav #navTab06 .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 dotted #919191;
        background: none;
		text-align: left;
    }

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

        #mainNav ul.dropdown li a {
            display: block;
            color: #1578b0;
			font-weight: normal;
			font-size: 1.063em;
			line-height: 1.294em;
            width: 100%;
            padding: 9px 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;
            }


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

.mobileNav a {
    display: inline-block;
    text-align: center;
    font-size: 0.667em;
	padding: 28px 0 0 0;
    width: 59px;
	height: 56px;
    border-left: solid 1px #cccccc;
	background: url(../images/structure/iconlock.png) center 9px no-repeat;
	background-size: 20px auto;
}

.mobileNav a.menuTrigger, .navOpen .mobileNav a.menuTrigger:active{
	background: url(../images/structure/iconList.png) center 9px no-repeat;
	background-size: 20px auto;
	color: #000;
}

.navOpen .mobileNav a.menuTrigger, .mobileNav a.menuTrigger:active{
	background: #2a84b7 url(../images/structure/iconList_white.png) center 9px no-repeat;
	background-size: 20px auto;
	color: #FFF !important;
}


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



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



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

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

#breadcrumbs {
    font-size: 0.875em;
	width: 100%;
    padding: 12px 0 20px 0;
	overflow: hidden;
}

    #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        color: #000;
		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 {
    height: auto !important;
    opacity: 1;
	display: block;
}


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


#actions {
    bottom: 22px;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    max-width: 230px;
}

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

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

    #actions .feedbackSeparator {
        display: none;
    }

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

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

    #actions .share a {
        width: 78px;
        padding: 0;
    }

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

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

    /* Font Resizer */

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

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


            #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 !important;
    padding: 0 !important;
    list-style: none;
    float: left;
    width: 100%;
}

    .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 #c8c8c8;
    }

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


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

    .subNav a,
    .subNav a:link,
    .subNav a:visited {
        display: block;
        padding: 12px 35px 12px 15px;
        width: 100%;
        font-size: 0.938em;
        line-height: 1.267em;
		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;
        -webkit-backface-visibility: hidden;
    }

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

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

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

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

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

.subNav a.current {
    background-color: #b0da85 !important;
	font-size: 1.200em;
	line-height: 1.222em;
	font-weight: 600;
	padding-top: 14px;
	padding-bottom: 14px;
}

.subNav .withChildren a.current {
    background: #b0da85 url(../images/structure/chevron-down2x.png) 95% 21px no-repeat !important;
    background-size: auto 10px !important;
}

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

.subNav .withChildren a.open {
    background: #b0da85 url(../images/structure/chevron-down2x.png) 95% 21px no-repeat !important;
    background-size: auto 10px !important;
	font-size: 1.200em;
	line-height: 1.222em;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 600;
}

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


.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: #FFF url(../images/structure/chevron-down.png) 95% 21px no-repeat !important;
	background-size: auto 10px !important;
}

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


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

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

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

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

.subNav ul {
    background: #dff3ca;
}

    .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: #000;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		font-size: 0.938em !important;
        line-height: 1.267em !important;
		font-weight: normal !important;
    }

    .subNav ul .withChildren a,
    .subNav ul .withChildren a:link,
    .subNav ul .withChildren a:visited {
        background: url(../images/structure/chevron-right2x.png) 95% 14px no-repeat !important;
        background-size: 10px auto !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) 95% 14px 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: #edf8e2 !important;
}

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

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

.subNav .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul a.current {
    background: #dff3ca !important;
    font-weight: 600 !important;
	font-size: 0.938em !important;
    line-height: 1.267em !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.subNav .withChildren ul .withChildren a.current {
    background: #dff3ca url(../images/structure/chevron-down2x.png) 95% 17px no-repeat !important;
    background-size: auto 10px !important;
}

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

.subNav .withChildren ul .withChildren a.open {
    background: #dff3ca url(../images/structure/chevron-down2x.png) 95% 17px no-repeat !important;
    background-size: auto 10px !important;
    font-weight: normal !important;
	font-size: 0.938em !important;
    line-height: 1.267em !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.open {
    background: #dff3ca url(../images/structure/chevron-down.png) 95% 17px 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: #edf8e2 !important;
}


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

.subNav ul .withChildren ul a span {
    padding-left: 20px;
    background: url(../images/structure/bullet-subnav2x.gif) 2px 6px no-repeat;
    background-size: 6px 6px;
    display: block;
    width: 100%;
}

.no-backgroundsize .subNav ul .withChildren ul a span {
    background: url(../images/structure/bullet-subnav.gif) 2px 6px 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-right2x.png) 95% 14px no-repeat !important;
    background-size: 10px auto !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) 95% 14px 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: #edf8e2 !important;
}

.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus, .subNav ul .withChildren ul .withChildren a:active {
    background: #edf8e2 url(../images/structure/chevron-right2x.png) 95% 14px no-repeat !important;
    background-size: 10px auto !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: #edf8e2 url(../images/structure/chevron-right.png) 95% 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul a.current {
    background: #dff3ca !important;
    font-weight: bold;
    color: #000 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: #dff3ca url(../images/structure/chevron-down2x.png) 95% 17px no-repeat !important;
    background-size: auto 10px !important;
}

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

.subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: #dff3ca url(../images/structure/chevron-down2x.png) 95% 17px no-repeat !important;
    background-size: auto 10px !important;
    font-weight: normal !important;
    color: #000 !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: #dff3ca url(../images/structure/chevron-down.png) 95% 17px 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: #edf8e2 !important;
}


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

.subNav ul .withChildren ul .withChildren ul a span {
    padding-left: 40px;
    background: url(../images/structure/bullet-subnav2x.gif) 22px 6px no-repeat;
    background-size: 6px 6px;
    display: block;
    width: 100%;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren ul a span {
    background: url(../images/structure/bullet-subnav.gif) 15px 6px 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: #edf8e2 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren ul a.current {
    background: #dff3ca !important;
    font-weight: bold;
    color: #000 !important;
}

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


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


#intQuicklinks {
    background: #e8f1f7;
	overflow: hidden;
}

.intQuicklinksHeader {
    display: block;
    font-size: 1.063em;
    font-weight: 600;
    padding: 10px 40px 10px 20px;
    background: #2a84b7 url(../images/structure/chevron-down-intquicklinks2x.png) 94% center no-repeat;
    background-size: 16px auto;
    overflow: hidden;
	color: #FFF;
}

.no-backgroundsize .intQuicklinksHeader {
    background: #2a84b7 url(../images/structure/chevron-down-intquicklinks.png) 94% center no-repeat;
}

.intQuicklinksHeader p{ margin: 0 !important; }

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

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

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

    #intQuicklinks li a {
		font-size: 0.938em;
        display: block;
        width: 100%;
        padding: 8px 15px 8px 35px;
        color: #000;
        overflow: hidden;
		font-weight: normal;
		background: url(../images/structure/bullet-intquicklinks2x.gif) 17px 16px no-repeat;
		background-size: 6px auto;
    }
	
	.no-backgroundsize #intQuicklinks li a { background: url(../images/structure/bullet-intquicklinks.gif) 17px 16px no-repeat; }

/*======================================================
  10. 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;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.navOpen .mobileDropDown {
    display: block;
    top: 57px;
    background: #2a84b7;
	width: 100%;
	padding: 15px 3% 15px 3%;
}

.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 #nav li a.mainNavItem {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2em;
    color: #FFF;
    text-align: left;
    height: auto !important;
    padding: 10px 20px !important;
    background: none;
    border-top: solid 1px #5fa3c9;
	border-left: none !important;
	text-align: center;
}

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

    .mobileDropDown a.mainNavItem:hover,
    .mobileDropDown a.mainNavItem:active,
    .mobileDropDown a.mainNavItem:focus {
        background: #f7f7f7;
    }

.mobileDropDownHeader {
    height: 60px;
    position: relative;
    background: #000 url(../en/images/structure/logoText.png) 20px center no-repeat;
    background: rgba(0,0,0,0.95) url(../en/images/structure/logoText.png) 20px center no-repeat;
    background-size: auto 14px;
}

/*======================================================
  11. FOOTERNAV
  ===================================================== */

#footerNav {
    color: #FFF;
    float: left;
	width: 100%;
	overflow: hidden;
}

    #footerNav a, #footerNav a:link, #footerNav a:visited {
        display: block;
        margin: 0;
        color: #FFF;
        text-decoration: none;
		font-weight: normal;
    }

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

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

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


/*======================================================
  12. MEDIA QUERIES
  ===================================================== */


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

@media only screen and (max-width : 991px) {
	
	#footerNav{
		padding: 10px 0;
	}
	
	#nav li a.mainNavItem{
		font-size: 1.125em;
		padding: 5px 10px;
		height: 44px;
	}
	
	#nav > li > a.mainNavItem:hover,
	#nav > li > a.mainNavItem:focus,
	#nav > li > a.currentHover,
	#nav > li.sfHover > a.mainNavItem,
	#nav:hover > li.current.sfHover > a.mainNavItem {
		padding-bottom: 6px;
	}
	
	#mainNav ul.dropdown{
		padding: 10px;
	}
	
	#mainNav ul.dropdown li a{
		font-size: 1em;
	}

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

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

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

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

    #actions .feedbackSeparator {
        display: inline-block;
    }
	
	#actions .resizeText #printLink{ width: auto; }

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


/*==================
  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;
            }
			
	#nav #navTab01{ border: none; width: 100%; }

    .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;
                border: none;
                border-top: solid 1px #5fa3c9;
            }
			
			#nav > li.current > a.mainNavItem{
				background: transparent !important;
			}

            #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;
        }

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

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

        #actions div {
            display: none;
        }

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

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

    .subnav li {
        margin: 0 !important;
    }
}
