@charset "utf-8";
#site_tools,
#site_tools a {
    color: #828181;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}
#header,
#nav {
    overflow: visible;
    width: 100%;
    padding: 0;
    z-index: 515
}
#header {
    background-color: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
    height: 70px
}
#header .container {
	height: 100%;
}
#language_switch {
    position: absolute;
    right: -2px;
    bottom: 1px;
    font-size: 13px;
    color: #444;
}
#language_switch .lang {
    cursor: pointer;
    padding: 2px 4px 1px 3px;
    display: inline-block;
}
#language_switch .lang.selected {
    background-color: #e13d45;
    color: #fff;
}
.offset-link {
    display: block;
    position: relative;
    top: -120px;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ENGLISH";
    padding-left: 10px;
    background-color: #3434C2; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "ESPANOL";
    padding-right: 10px;
    background-color: #EB0000; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 16px; margin: 7px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.mqlcontainer {
    display: none;
    float: right;
    padding: 0 5px 5px 0;
		background-color: #fff;
		background-color: rgba(255,255,255,.9);
}
.mobileql {
	margin-left: 7px; 
	padding: 2px 0;
	float: left;
	cursor: pointer;
}
.mobileql a {
	text-decoration:none; 
	border-bottom: solid 1px;
	font-size: 13px;
}
.dot1, .dot1 a { /* portal */
	color: #003b76;
}
.dot2, .dot2 a { /* stock & clearance */
	color: #8c8a19;
}
.dot3, .dot3 a { /* wtb */
	color: #ed1c24;
}
.dot1::before {
	content: " ";
	height: 18px;
	width: 18px;
	background-color: #003b76;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: -6px;
}
.dot2::before {
	content: " ";
	height: 18px;
	width: 18px;
	background-color: #8c8a19;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: -6px;
}
.dot3::before {
	content: " ";
	height: 18px;
	width: 18px;
	background-color: #ed1c24;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: -6px;
}
#notify-cookies {
height: auto;
width: 100%; 
text-align: center; 
color: rgb(255, 255, 255); 
background-color: rgb(0, 0, 0);
font-size: 14px;
position: fixed;
bottom: -600px;
z-index: 999;
}
#notify-cookies p {
padding: 30px 15px; 
}
#accept-cookies {
padding:2px 5px;
background-color:#f00;
border-radius:15px;
color:#fff;
cursor:pointer;
}
#privacy-cookies, #cookie-policy {
color:#fff;
text-decoration:underline;
}
    #logo, #ticsi {
        float: left;
	margin-top: 3px;
    }
#language_toggle {
    z-index: 300;
}
#site_tools {
    float: right;
    margin-top: 24px;
    font-size: 16px;
    position: relative;
    z-index: 301;
}
#site_tools a {
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px
}
#nav ul.navl2 li a,
#nav ul.navl3 li a {
    font-weight: 400;
    display: inline-block
}
#site_tools a:hover {
    color: #444;
    text-decoration: underline
}
#search-icon {
    position: absolute;
    right: 60px;
    top: 15px;
    max-height: 35px;
    cursor: pointer
}
#global_links {
    float: left
}
#search_wrapper {
    float: right;
    margin-left: 10px;
    position: relative;
}
#search_wrapper #searchStringMaster, #searchStringMasterNav {
    font-size: 11px;
    line-height: 16px;
    width: 125px;
    color: #444;
    margin-right: 22px;
}
#searchBtn {
	position: absolute;
	height: 22px;
	width: 22px;
	background-color: #828181;
	padding: 2px;
	right: 0;
	top: 0px;
	cursor: pointer;
}
_::-moz-progress-bar, body:last-child #searchBtn {top: 1px;}
_::-moz-progress-bar, body:last-child #searchStringMasterNav {height: 20px;}


#searchBtn img {
	width: 100%;
}
.searchTB {
}
#nav {
    background-color: #e7e8e9;
    border-bottom: solid 3px red;
    position: fixed;
    top: 70px;
    height: 45px
}
#nav ul {
    list-style-type: none
}
#nav ul li.navl1 {
    float: left;
    padding: 8px 27px;
    padding: 8px 12px;
    border-top: solid 2px #e7e8e9;
    cursor: pointer
}
#nav ul li.navl1es {
    padding: 8px 12px;
}
#nav ul li.navl1 a {
    color: #828181;
    font-size: 20px;
    font-family: HelveticaNeueLTStd-BdCn, sans-serif;
    text-decoration: none;
    padding: 0
}
#nav ul li.navl1:hover {
    border-bottom: solid 8px #696969;
    height: 45px
}
#nav ul.navl3 li a {
    width: 95%
}
.navFeatureCol {
    display: none
}
.nav-more-arrow {
    background: url(../images/menu-arrow.gif) right no-repeat;
    padding-right: 10px !important
}
.prodNavCol,
.prodNavColx2 {
    padding: 10px 10px 0;
    float: left
}
.navl3 .nav-more:hover .navl4 {
    display: inline-block
}
#nav ul .contentTab {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    margin-top: 9px;
    left: 0;
    z-index: 30;
    border-right: solid 1px #e7e8e9;
    border-left: solid 1px #e7e8e9;
    border-bottom: solid 1px #e7e8e9;
    width: 100%;
    overflow: hidden
}
#nav ul li.navl1:hover .contentTab {
    display: block
}
#nav ul .contentTab a {
    font-family: HelveticaNeueLTStd-Roman, Sans-Serifn !important;
    font-size: 14px !important
}
.navl2 a,
.navl3 a,
.navl4 a {
    color: #2d2d2d !important;
    font-size: 13px !important
}
.cmsNavAd,
.navAd {
    display: none !important
}
.prodNavColx2 {
    display: block;
    width: 25%
}
.prodNavCol {
    display: block;
    max-width: 20%
}
.prodNavCol1title {
    top: 10px;
    padding-top: 7px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px !important;
    color: #9e9e9e !important;
    line-height: initial;
    display: block
}
.prodNavCol1 .navl2 {
    margin-top: 18px
}
.topNavIndustryMainCol {
    float: left;
    width: 48%
}
.topNavIndustryColumn {
    margin-bottom: 20px;
    float: left;
    width: 50%
}
.topNavSubColumnHeader {
    padding: 10px 10px 5px;
    text-align: center
}
.navl2 {
    display: block;
    position: relative;
    text-align: left
}
.navl4,
.tempMenu {
    position: absolute;
    background-color: #fff
}
.navl2 li {
    padding: 4px 0 0 10px;
    display: table;
    width: 100%
}
.navl2 li a:hover,
.prodNavCol1title:hover {
    color: red !important;
    text-decoration: underline !important
}
.navl3 li:hover {
    background-color: #fff
}
.navl4 {
    display: none;
    padding: 0 10px 10px 0;
    z-index: 20;
    width: 220px;
    margin-top: -5px
}
.navl4right {
    margin-left: -430px !important
}
.navl5 {
    display: block !important
}
#menucontent1 {
	padding-bottom: 20px;
}
#menucontent2,
#menucontent3,
#menucontent4,
#menucontent6 {
    width: auto !important;
    left: auto !important;
    min-width: 200px;
    margin-left: -30px
}
#menucontent2 .navl2,
#menucontent3 .navl2,
#menucontent4 .navl2,
#menucontent5 .navl2,
#menucontent6 .navl2 {
    padding: 10px 20px
}
#menucontent5 .navl2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}
#mobile_menu {
    display: none;
    height: 44px;
    width: 44px;
    background-image: url(/tic/common/images/menu-close.gif)
}
#mobile_menu.show {
    background-image: url(/tic/common/images/menu.gif)
}
#search-icon {
    display: none !important
}
#navFollow,
#navSearch,
.mobile-expand,
.tempMenu {
    display: none
}
.tempMenu {
    z-index: 50;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 45px;
    opacity: .98
}
.portal2 {
    display: none !important;
    opacity: 0;
    text-align: center;
    border-top: solid 1px #ccc;
    padding-top: 5px
}

@media screen and (max-width: 1425px) {
	#nav .nces ul li.navl1 {
	padding: 8px 20px 0 0;
	}
	#nav .nces ul li.navl1 a {
		font-size: 18px;
	}
}
@media screen and (max-width: 1180px) {
	#nav .nces ul li.navl1 a {
		font-size: 17px;
	}
}

@media screen and (max-width: 1080px) {
.mqlcontainer {
    display: block;
    margin-top: 95px;
    width: 200px;
}

.bodyContent { padding-top: 20px !important; }
    #nav ul li.navl1 {
        padding: 8px;
        border-top: solid 2px #e7e8e9;
        cursor: pointer;
        display: inline-block;
        float: none
    }
    #nav ul li.navl1 a {
        font-size: 16px
    }
#nav ul {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

    .navl2 {
        margin-left: 0 !im portant;
        font-size: 14px
    }
    .navl2 li,
    .prodNavCol1title {
        text-align: left
    }
    #searchBtn {
	right: 10px;
	top: 10px;
}
_::-moz-progress-bar, body:last-child #searchBtn {
    top: 12px;
    height: 22px;
}
}
@media screen and (max-width: 980px) {
	#nav .nces ul li.navl1 {
	padding: 10px 10px 0 0;
	}
		#nav .nces ul li.navl1 a {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
.mqlcontainer {
    display: block;
    margin-top: 1px;
    width: 100%;
    text-align: right;
    /*
    background-color: #f3f3f3;
    border-bottom: solid 1px #ccc;
    */
    padding-top: 2px;
}
.mobileql {
    margin-left: 7px;
    padding: 2px 0;
    float: none;
    cursor: pointer;
    display: inline;
}




						#notify-cookies {
						width: 98%; 
						}
    #nav,
    #nav ul li.navl1 {
        background-color: #040F1E
    }
    #nav ul {
        margin-left: 0 !important
    }
    #nav ul li.navl1 {
        padding: 8px 12px;
        border-top: solid 2px #e7e8e9;
        cursor: pointer;
        display: block;
        float: none
    }
    #nav ul li.navl1 a {
        font-size: 16px
    }
    #nav ul {
        width: 100%;
        margin: 0 auto;
        text-align: left
    }
						    .portal {
						        display: none
						    }
						    .portal2 img {
						        width: 120px;
						        position: absolute;
						        bottom: 55px;
						        left: 15px
						    }
						    .op100 {
						        opacity: 1;
						        display: block !important
						    }
    #mobile_menu,
    #navSearch,
    #search-icon {
        display: block
    }
    #navSearch {
        color: #ddd;
        padding: 10px
    }
_::-moz-progress-bar, body:last-child #searchBtn {
    top: 10px;
    height: 22px;
}
.nav-container {
    border-bottom: solid 1px #686d75;
}

    #navFollow {
        display: none;
        color: #ddd;
        position: absolute;
        bottom: 50px;
        right: 15px;
        z-index: 5
    }
    #nav {
        display: none;
        position: absolute;
        height: 97%;
        top: 57px;
        overflow: hidden;
        min-width: 320px;
	z-index: 1001;
    }
    #breadPrint {
    margin-bottom: 30px;
}
    #header {
        height: 57px
    }
    #mobile_menu {
        position: fixed;
        z-index: 1001;
        top: 5px;
	left: auto;
        right: 10px;
        cursor: pointer
    }
    .mobile-expand {
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 1px 0 3px;
        border: 1px solid #ddd;
        color: #ddd;
        margin: 8px 15px 0 0;
        width: 25px;
        text-align: center
    }
    #menucontent1 {
	padding-bottom: 0px;
	}
    #resource-library-table .mobile-expand {
        display: none !important
    }
    #breadPrint,
    #global_links,
    #search_wrapper {
        display: none
    }
    #site_tools {
        margin-right: 82px
    }

    #nav ul .contentTab {
        position: relative;
        margin-top: 0;
        display: block
    }
    #nav ul li.navl1 {
        float: none;
        border-top: solid 1px #ccc;
        padding: 0
    }
    #nav ul li.navl1 a {
        color: #ddd;
        padding: 8px 0 8px 15px;
        display: inline-block;
        font-size: 20px
    }
    #menucontent1 .navl2 {
        display: none;
        background-color: #fff
    }
    #menucontent2 .navl2,
    #menucontent3 .navl2,
    #menucontent4 .navl2,
    #menucontent6 .navl2 {
        padding: 0 18px 5px
    }
    #menucontent5 .navl2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-left: -10px;
        padding: 0
    }
    .prodNavCol {
        float: none;
        max-width: none;
        padding: 2px 0;
        border-top: solid 1px #aaa;
        background-color: #4E5765
    }
    .prodNavCol1title {
        color: #d4d4d4 !important
    }
    .prodNavCol .mobile-expand {
        margin: 3px 15px
    }
    .navl2 li a:hover,
    prodNavCol1title:hover {
        color: inherit
    }
    #nav ul .contentTab {
        border: none
    }
    .nav-container {
        height: auto !important;
        z-index: 10
    }
    #logo {
        margin-left: -10px;
						        width: 140px
    }
    #nav ul li.navl1:hover {
        border-bottom: none;
        height: auto
    }
}
@media screen and (max-width: 570px) {
	#notify-cookies {
	    width: 92%;
	    padding: 15px;
	}
	#accept-cookies {
	    margin: 5px 30%;
	    display: block;
	}
	#ticsi { display: none; }
	.bodyContent { padding-top: 20px !important; }

	.mh { display: none; }
	.mobileql a { font-size: 12px; }
}
@media screen and (max-width: 365px) {
    #mobile_menu {
        right: 0;
        left: auto;
    }
    .mobileql a {
    font-size: 11px;
}
.dot1::before, .dot2::before, .dot3::before { height: 10px; width: 10px; }
}
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi),
only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi),
only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi),
only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi),
only screen and (min-resolution: 169dpi) and (-webkit-min-device-pixel-ratio: 4) {
    #nav,
    #nav ul li.navl1 {
        background-color: #040F1E
    }
    #nav ul {
        margin-left: 0 !important
    }
    #nav ul li.navl1 {
        padding: 8px 12px;
        border-top: solid 2px #e7e8e9;
        cursor: pointer;
        display: block;
        float: none
    }
    #nav ul li.navl1 a {
        font-size: 16px
    }
    #nav ul {
        width: 100%;
        margin: 0 auto;
        text-align: left
    }
.portal {
	top: auto;
	margin: 10px;
	position: relative;
	right: auto;
	text-align: center;
}
						    .portal2 img {
						        width: 120px;
						        position: absolute;
						        bottom: 55px;
						        left: 15px
						    }
						    .op100 {
						        opacity: 1;
						        display: block !important
						    }


    #mobile_menu,
    #navSearch,
    #search-icon {
        display: block
    }
    #navSearch {
        color: #ddd;
        padding: 10px
    }


    #navFollow {
        display: none;
        color: #ddd;
        position: absolute;
        bottom: 80px;
        right: 15px;
        z-index: 5
    }
    #nav {
        display: none;
        position: fixed;
        height: 97%;
        top: 57px;
        overflow: scroll;
        min-width: 320px
    }
    #header {
        height: 57px
    }
    #mobile_menu {
        position: fixed;
        z-index: 999;
        top: 5px;
        right: 10px;
        cursor: pointer
    }
    .mobile-expand {
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 1px 0 3px;
        border: 1px solid #ddd;
        color: #ddd;
        margin: 8px 15px 0 0;
        width: 25px;
        text-align: center
    }
    .cmsLogout {
    right: 60px !important;
    }
    #syncDiv {
    right: 120px;
    }
    #resource-library-table .mobile-expand {
        display: none !important
    }
    #breadPrint,
    #global_links,
    #search_wrapper {
        display: none
    }
    #site_tools {
        margin-right: 82px
    }

    #nav ul .contentTab {
        position: relative;
        margin-top: 0;
        display: block
    }
    #nav ul li.navl1 {
        float: none;
        border-top: solid 1px #ccc;
        padding: 0
    }
    #nav ul li.navl1 a {
        color: #ddd;
        padding: 8px 0 8px 15px;
        display: inline-block;
        font-size: 20px
    }
    #menucontent1 .navl2 {
        display: none;
        background-color: #fff
    }
    #menucontent2 .navl2,
    #menucontent3 .navl2,
    #menucontent4 .navl2,
    #menucontent6 .navl2 {
        padding: 0 18px 5px
    }
    #menucontent5 .navl2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-left: -10px;
        padding: 0
    }
    .prodNavCol {
        float: none;
        max-width: none;
        padding: 2px 0;
        border-top: solid 1px #aaa;
        background-color: #4E5765
    }
    .prodNavCol1title {
        color: #d4d4d4 !important
    }
    .prodNavCol .mobile-expand {
        margin: 3px 15px
    }
    .navl2 li a:hover,
    prodNavCol1title:hover {
        color: inherit
    }
    #nav ul .contentTab {
        border: none
    }
    .nav-container {
        height: auto !important;
        z-index: 10
    }
    #logo {
        						margin-left: -10px;
        width: 160px
    }
    #nav ul li.navl1:hover {
        border-bottom: none;
        height: auto
    }
}
