/*======================================================
  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: #003d79;
		color: #FFF;
    }

#mainContent {
    outline: none;
}

/* ====== TOP NAV */

#topNav a,
#topNav a:link,
#topNav a:visited {
    color: #000;
    padding-left: 20px;
	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.6666666667%;
		border-right: 1px solid #b7b7b7;
    }

    #nav #navTab01 { border-left: 1px solid #b7b7b7; }

#nav li a.mainNavItem {
	visibility: hidden;
    display: table-cell;
	vertical-align: middle;
    width: 100%;
    padding: 16px 10px 10px 10px;
    overflow: hidden;
	font-family:'UniversLTW01-47LightCn', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.333em;
	text-transform: uppercase;
    text-align: center;
    color: #000;
    -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 > li:hover, #nav li.sfHover {
    color: #fff;
    text-decoration: none;
}

#nav > li > a.mainNavItem:hover,
#nav > li > a.mainNavItem:focus,
#nav > li > a.currentHover,
#nav > li.sfHover > a.mainNavItem,
#nav > li > a.mainNavItem.current,
#nav:hover > li.sfHover > a.mainNavItem.current {
    color: #fff;
	background: #003d79;
    text-decoration: none;
}

#nav:hover > li > a.mainNavItem.current {
    color: #000;
	background: #fff;
    text-decoration: none;
}


/*==================
  lvltWO
====================*/

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0px 15px 0px 15px;
    list-style: none;
    z-index: 1000;
	background: #FFF;
	border: 1px solid #b7b7b7;
}

#mainNav ul.dropdown {
    float: left;
    width: 33.3333%;
    padding: 15px 15px 10px 15px;
    list-style: none;
    overflow: hidden;
}

    #mainNav ul.dropdown li, #mainNav ul.dropdown li:hover {
        float: left;
        width: 100%;
        border-top: 1px solid #dddddd;
        background: none;
    }

        #mainNav ul.dropdown li:first-child {
            border: none;
        }

        #mainNav ul.dropdown li a {
            display: block;
			font-size: 1.133em;
			line-height: 1.235em;
			font-weight: normal;
            color: #003d79;
            width: 100%;
            padding: 12px 0 8px 0;
            text-decoration: none;
        }
		
		#mainNav ul.dropdown li a.viewMore {
			background:url(../images/structure/icon_view-more2x.png) 0 center no-repeat;
			background-size: 16px auto;
			padding-left: 25px;
			font-weight: bold;
		}
		
		.no-backgroundsize #mainNav ul.dropdown li a.viewMore { background:url(../images/structure/icon_view-more.png) 0 center no-repeat; }
            
			#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:active, #mainNav ul.dropdown li a:focus {
                text-decoration: underline;
            }	

    #mainNav ul.dropdown:first-child {
        margin: 0;
    }

#mainNav .dropDownRight {
    width: 33.333%;
    float: left;
    padding: 30px 15px 30px 15px;
}

.dropDownRightInner {
    display: block;
    position: relative;
    border: 1px solid #aec2cb;
}

#mainNav .dropDownRight img {
    display: block;
    width: 100%;
    height: auto;
}

.dropDownRightOverlay {
    width: 100%;
    padding: 15px 40px 15px 23px;
    background: #003d79 url(../images/structure/chevron-right-dropdownrightoverlay2x.png) 94% center no-repeat;
    background: rgba(0,61,121,.86) url(../images/structure/chevron-right-dropdownrightoverlay2x.png) 94% center no-repeat;
	background-size: 10px auto;
    position: absolute;
	color: #FFF;
    bottom: 0;
    left: 0;
    font-size: 1.400em;
	line-height: 1.238em;
	font-weight: normal;
	font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.no-backgroundsize .dropDownRightOverlay { background: #003d79 url(../images/structure/chevron-right-dropdownrightoverlay.png) 94% center no-repeat; }

.dropDownRightOverlay p{ margin: 0 !important; }
.dropDownRightInner:hover, .dropDownRightInner:focus, .dropDownRightInner:hover .dropDownRightOverlay, .dropDownRightInner:focus .dropDownRightOverlay { text-decoration: underline; }


/*======================================================
  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: 50px;
    border-left: solid 1px #cccccc;
	background: url(../images/structure/iconPhone.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: #003d79 url(../images/structure/iconList_white.png) center 9px no-repeat;
	background-size: 20px auto;
	color: #FFF !important;
}


/*======================================================
  3. I'D LIKE TO
  ===================================================== */

#idLikeTo {
    height: 40px;
	font-size: 1.200em;
    line-height: 40px;
    width: 300px;
    float: left;
	position: absolute;
	top: 0;
	right: 0;
}

.idLikeToIcon {
    width: 40px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/structure/chevron-down-liketo2x.png) center center no-repeat;
    background-size: 24px auto;
}

.no-backgroundsize .idLikeToIcon {
    background: url(../images/structure/chevron-down-liketo.png) center center no-repeat;
}

#idLikeTo a.quickLink, #idLikeTo a.quickLink:hover {
    display: block;
    width: 100%;
	height: 40px;
    line-height: 40px;
    text-decoration: none;
	font-weight: normal;
    overflow: hidden;
	padding: 0 30px 0 18px;
    background: #fff;
    position: relative;
    border: solid 1px #b7b7b7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#idLikeTo a.quickLink.current, #idLikeTo a.quickLink.current:hover{
	border-bottom: none;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.quickDropDown.likeToDropDown {
    display: none;
	width: 100%;
    padding: 0px 18px 0 18px;
    position: absolute;
    top: 39px !important;
    right: 0;
    z-index: 2000;
    background: #fff;
    border: solid 1px #b7b7b7;
    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: 10px 0px 8px 0px;
        border-top: solid 1px #dddddd;
        font-size: 0.833em;
		line-height: 1.333em;
		font-weight: normal;
        overflow: hidden;
    }

        .likeToDropDown li a:hover, .likeToDropDown li a:focus {
			text-decoration: underline;
        }

    .likeToDropDown li:first-child a {
        border-top: none;
    }


/*======================================================
  4. HOMEPAGE QUICKLINKS
  ===================================================== */

#quickLinks ul, #quickLinks ul li {
    margin: 0;
    padding: 0;
	float: left;
    list-style: none;
}
#quickLinks ul{ padding-top: 15px; }

#quickLinks ul li{
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}

    #quickLinks ul li a {
        display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 96px;
		padding: 20px 20px 20px 90px;
		font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.400em;
		line-height: 1.190em;
		font-weight: normal;
        color: #000;
		text-transform: uppercase;
		background: #ecf0f3;
        -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 img{
		width: 56px;
		height: auto;
		border: none;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -28px;
	}

        #quickLinks ul li a span{
			display: block;
			overflow: hidden;
		}


/*======================================================
  6. BREADCRUMBS
  ===================================================== */

.horizNavSeparator {
    padding: 0px 7px 0px 7px;
}

.breadcrumbsContainer{
	background: #003d79;
	color: #FFF;
	font-size: 0.867em;
	min-height: 58px;
}

.breadcrumbsContainerInner{
	position: relative;
	width: 98%;
	max-width: 1300px;
	padding: 10px 374px 14px 188px;
	margin: 0 auto;
}

#breadcrumbs {
    font-size: .9em;
	width: 100%;
    padding: 10px 0 0 0;
	overflow: hidden;
}

    #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        color: #FFF;
		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: 20px;
    float: right;
    margin-top: 12px;
    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 #dddddd;
    }

        .subNav > li:first-child {
            border: none;
        }


    /*==================
  links
====================*/

    .subNav a,
    .subNav a:link,
    .subNav a:visited {
        display: block;
        padding: 8px 30px 8px 15px;
        width: 100%;
        font-size: 1.267em;
        line-height: 1.211em;
		font-weight: normal;
        text-decoration: none;
        color: #003d79;
        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-right-grey2x.png) 96% 13px no-repeat;
        background-size: 7px auto;
    }

.no-backgroundsize .subNav .withChildren a,
.no-backgroundsize .subNav .withChildren a:link,
.no-backgroundsize .subNav .withChildren a:visited {
    background: url(../images/structure/chevron-right-grey.png) 96% 13px no-repeat;
}

.subNav a:hover, .subNav a:focus {
    background-color: #003d79;
	color: #fff;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus, .subNav .withChildren a:active {
    background: #003d79 url(../images/structure/chevron-right-white2x.png) 96% 13px no-repeat;
    background-size: 7px auto;
}

.no-backgroundsize .subNav .withChildren a:hover, .no-backgroundsize .subNav .withChildren a:focus, .no-backgroundsize .subNav .withChildren a:active {
    background: #003d79 url(../images/structure/chevron-right-white.png) 96% 13px no-repeat;
}

.subNav a.current {
    background-color: #003d79 !important;
	color: #FFF !important;
}

.subNav .withChildren a.current {
    background: #003d79 url(../images/structure/chevron-down-white2x.png) 96% 16px no-repeat !important;
    background-size: auto 7px !important;
}

.no-backgroundsize .subNav .withChildren a.current {
    background: #003d79 url(../images/structure/chevron-down-white.png) 96% 16px no-repeat !important;
}

.subNav .withChildren a.open {
    background: #003d79 url(../images/structure/chevron-down-white2x.png) 96% 16px no-repeat !important;
    background-size: auto 7px !important;
	color: #FFF !important;
}

.no-backgroundsize .subNav .withChildren a.open {
    background: #003d79 url(../images/structure/chevron-down-white.png) 96% 16px no-repeat !important;
}


.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background: #FFF url(../images/structure/chevron-down-grey2x.png) 96% 16px no-repeat !important;
	background-size: auto 7px !important;
	color: #003d79 !important;
}

.no-backgroundsize .subNav .withChildren a.open:hover, .no-backgroundsize .subNav .withChildren a.open:focus {
	background: #FFF url(../images/structure/chevron-down-grey2x.png) 96% 16px no-repeat !important;
	color: #003d79 !important;
}


/*==================
  lvlTwo
====================*/

.subNav ul, .subNav ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.subNav ul li {
	border-top: 1px solid #fefefe;
}

.subNav > ul > li:first-child { border: none; }

.subNav ul {
    background: #dae6ef;
}

    .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;
		font-size: 1.133em;
		line-height: 1.235em;
    }

    .subNav ul .withChildren a,
    .subNav ul .withChildren a:link,
    .subNav ul .withChildren a:visited {
        background: url(../images/structure/chevron-right-grey2x.png) 96% 11px no-repeat !important;
        background-size: 7px 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-grey.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: #edf3f7 !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus, .subNav ul .withChildren a:active {
    background: #edf3f7 url(../images/structure/chevron-right-grey2x.png) 96% 11px no-repeat !important;
    background-size: 7px auto !important;
}

.no-backgroundsize .subNav ul .withChildren a:hover, .no-backgroundsize .subNav ul .withChildren a:focus, .no-backgroundsize .subNav ul .withChildren a:active {
    background: #edf3f7 url(../images/structure/chevron-right-grey.png) 96% 11px no-repeat !important;
}

.subNav .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul a.current {
    background: #dae6ef !important;
    font-weight: bold;
    color: #003d79 !important;
}

.subNav .withChildren ul .withChildren a.current {
    background: #dae6ef url(../images/structure/chevron-down-grey2x.png) 96% 14px no-repeat !important;
    background-size: auto 7px !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.current {
    background: #dae6ef url(../images/structure/chevron-down-grey.png) 96% 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
    background: #dae6ef url(../images/structure/chevron-down-grey2x.png) 96% 14px no-repeat !important;
    background-size: auto 7px !important;
    font-weight: normal;
    color: #000 !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren a.open {
    background: #dae6ef url(../images/structure/chevron-down-grey.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: #edf3f7 !important;
}


/*==================
  lvlThree
====================*/

.subNav ul .withChildren ul a span {
    padding-left: 15px;
    background: url(../images/structure/bullet-subnav2x.png) 2px 7px no-repeat;
    background-size: 4px 4px;
    display: block;
    width: 100%;
}

.no-backgroundsize .subNav ul .withChildren ul a span {
    background: url(../images/structure/bullet-subnav.png) 2px 7px 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-grey2x.png) 96% 11px no-repeat !important;
    background-size: 7px 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-grey.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: #edf3f7 !important;
}

.subNav ul .withChildren ul .withChildren a:hover, .subNav ul .withChildren ul .withChildren a:focus, .subNav ul .withChildren ul .withChildren a:active {
    background: #edf3f7 url(../images/structure/chevron-right-grey2x.png) 96% 11px no-repeat !important;
    background-size: 7px 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: #edf3f7 url(../images/structure/chevron-right-grey.png) 96% 11px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul a.current {
    background: #dae6ef !important;
    font-weight: bold;
    color: #003d79 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: #dae6ef url(../images/structure/chevron-down-grey2x.png) 96% 14px no-repeat !important;
    background-size: auto 7px !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.current {
    background: #dae6ef url(../images/structure/chevron-down-grey.png) 96% 14px no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: #dae6ef url(../images/structure/chevron-down-grey2x.png) 96% 14px no-repeat !important;
    background-size: auto 7px !important;
    font-weight: normal;
    color: #000 !important;
}

.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren a.open {
    background: #dae6ef url(../images/structure/chevron-down-grey.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: #edf3f7 !important;
}


/*==================
  lvlFour
====================*/

.subNav ul .withChildren ul .withChildren ul a span {
    padding-left: 30px;
    background: url(../images/structure/bullet-subnav2x.png) 17px 7px no-repeat;
    background-size: 4px 4px;
    display: block;
    width: 100%;
}

.no-backgroundsize .subNav ul .withChildren ul .withChildren ul a span {
    background: url(../images/structure/bullet-subnav.png) 17px 7px 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: #edf3f7 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current,
.no-backgroundsize .subNav .withChildren ul .withChildren ul .withChildren ul a.current {
    background: #dae6ef !important;
    font-weight: bold;
    color: #003d79 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul {
    display: none;
}


/*======================================================
  9. INTERIOR QUICKLINKS
  ===================================================== */


#intQuicklinks {
    background: #f3cc73;
	-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;
	overflow: hidden;
}

.intQuicklinksHeader {
    display: block;
	font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.533em;
    font-weight: normal;
    padding: 16px 30px 16px 20px;
    background: #e6b546 url(../images/structure/chevron-down-intquicklinks2x.png) 95% center no-repeat;
    background-size: 15px auto;
    overflow: hidden;
}

.no-backgroundsize .intQuicklinksHeader {
    background: #e6b546 url(../images/structure/chevron-down-intquicklinks.png) 95% 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 #f9e6ba;
	margin: 0 !important;
    padding: 0 !important;
}

    #intQuicklinks li:first-child {
        border: none;
    }

    #intQuicklinks li a {
        display: block;
        width: 100%;
        padding: 8px 15px 8px 35px;
        color: #000;
        overflow: hidden;
		font-weight: normal;
		background: url(../images/structure/bullet-intquicklinks2x.png) 20px 18px no-repeat;
		background-size: 4px auto;
    }
	
	.no-backgroundsize #intQuicklinks li a { background: url(../images/structure/bullet-intquicklinks.png) 20px 18px 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: 51px;
    background: #003d79;
	width: 100%;
	padding: 40px 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.4em;
    color: #FFF;
    text-align: left;
    height: auto !important;
    padding: 8px 20px;
    background: none;
    border-top: solid 1px #ccc;
	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;
    }


/*======================================================
  11. FOOTERNAV
  ===================================================== */

#footerNav {
    color: #c1e0ff;
    float: left;
	width: 100%;
	overflow: hidden;
}

    #footerNav a, #footerNav a:link, #footerNav a:visited {
        display: block;
        margin: 0;
        color: #c1e0ff;
        text-decoration: none;
		font-weight: normal;
    }

        #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;
}


/*======================================================
  12. MEDIA QUERIES
  ===================================================== */


/*==================
  Tablet
====================*/

@media only screen and (max-width : 991px) {
	
	.breadcrumbsContainerInner{
		width: 94%;
		padding-left: 0;
		padding-right: 320px;
	}
	
	#idLikeTo, #idLikeTo a.quickLink, #idLikeTo a.quickLink:hover{
		width: 280px;
		height: 35px;
		line-height: 35px;
	}
	
	.idLikeToIcon{
		background-size: 20px auto;
	}
	
	.quickDropDown.likeToDropDown {
		top: 34px !important;
	}
	
	#nav li a.mainNavItem{
		font-size: 1.2em;
		padding: 5px 10px;
		height: 44px;
	}
	
	#quickLinks{
		height: auto !important;
	}
	
	#quickLinks ul{
		margin-left: -4px;
		margin-right: -4px;
	}
	
	#quickLinks ul li{
		width: 50%;
		float: left;
		padding: 0 4px;
	}
	
	

    .dropDownRightOverlay {
        width: 100%;
        padding: 12px 10px;
        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; }

    .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 #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);
    }

    #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: 20px;
		margin-top: 5px;
    }

    .subnav li {
        margin: 0 !important;
    }
}
