/*// ----------------------------------------------------------------------------------------------------
//         _________     _____                 _____       _____   _____
//        /   ___   \   /____/                /____/      /    /  /    /
//       /   /  /   /  _____   ___________   _____       /    /_/    /    ___________   _____  _____
//      /   /  /   /  /    /  /   __     /  /    /      /          /     /   ___    /  /    / /    /
//     /   /  /   /  /    /  /   /  /   /  /    / ___  /         /      /   /__/   /  /    / /    /
//    /   /  /   /  /    /  /   /  /   /  /    / /__/ /    /\    \     /   _______/  /    /_/    /
//   /   /__/   /  /    /  /   /__/   /  /    /      /    / \     \   /   /______   /           /
//  /__________/  /____/  /_____     /  /____/      /____/   \_____\ /__________/  /______     /
//                       ______/    /                                             ____   /    /
//                      /          /                                             /   /__/    /
//                     /__________/                                             /___________/
//
// ----------------------------------------------------------------------------------------------------
// header.css version 0.2
// ----------------------------------------------------------------------------------------------------*/

@charset "utf-8";
/* CSS Document */
body, body.fullsite, .header {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#4d0000", GradientType=1);
	background-size: 100% 100px;
	background-repeat: no-repeat;
}
/* Overall Header Styles */


.header {
	color: #fff;
	height: 100px;
	font-size: 12px;
	/*min-width: 320px;*/
	width: 100%;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	display: table;
	z-index: 100;
	background-color: var(--red);
	/* center the header */
	margin: 0 auto;
}

@media screen and (max-width:600px) {
.header {
	background-color: #000;
}
.header__right {
	display: none;
}
.header__left {
	width: 100%;
}
.header-logo-text {
	margin: 0 15%;
}
}
.header-nav {
	display: inline-block;
	list-style: none;
	margin-right: 20%;
	padding-inline-start: 0px;
	margin-block-start: 0px;
}
.header-nav li {
	background-color: var(--red);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	margin: 50px 20px 0;
}
.header-nav li:hover {
	background-color: #cc1111;
	color: #fcc;
}
.header__left {
	display: table-cell;
	vertical-align: top;
	background-image: url('//www.digikey.com/-/media/Images/Marketing/Resources/Careers/careers-redesign/header-left-bg.png');
	background-size: cover;
	background-position: right;
	z-index: 100;
	min-width: 305px;
}

@media screen and (max-width:840px) {
.header-nav li {
	margin: 50px 10px 0;
}
}

@media screen and (max-width:768px) {
.header-nav {
	display: none;
}
.header__left {
	min-width: 265px;
	width: 75%;
}
.header-nav li {
	margin: 50px 10px 0;
}
.header-nav ul {
	padding-inline-start: 0px;
}
}
.header-logo-text {
    margin: -16px 110px;
    display: inline-block;
    width: 100%;
    z-index: 100;
    position: relative;
    height: 43px;
}
.header-logo-text h2 {
	color: var(--red);
	text-align: center;
	font-size: 14px;
	cursor: default;
	margin: 0 auto 5px;
}
.header__logo {
    padding: 7px 0 0 7px;
    display: block;
    position: absolute;
    top: 42px;
    left: 40px;
    width: 172px;
    z-index: 100;
}
.rtl .header__logo {
	padding: 7px 7px 0 0;
}
.header__right {
	text-align: right;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}
.rtl .header__right {
	text-align: left;
}
.header a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:960px) {
.header {
	font-size: 11px;
}
.header-logo-text {
	margin: -14px -9%;
}
}

@media screen and (max-width:768px) {
.header-logo-text {
	margin: -14px -30px;
}
}
/* Dropdown*/
.pushmenu {
	background: #1b1c1d;
	position: fixed;
	width: 240px;
	height: 13%;
	top: 25px;
	z-index: 1000;
	padding-bottom: 60px;
}
.pushmenu__wrapper {
	overflow-y: scroll;
	padding: 15px;
}
.pushmenu__overlay {
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	padding-bottom: 60px;
}
.pushmenu a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.pushmenu .pushmenu__close {
	position: fixed;
	height: 12%;
	background-color: #111112;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	padding-bottom: 60px;
	z-index: 1001;
}
.pushmenu__close img {
	height: 32px;
	width: 32px;
}
.pushmenu__flag {
	position: absolute;
	right: 5px;
	border: solid 1px #ccc;
	top: 10px;
	width: 25px;
	height: 18px;
}
.rtl .pushmenu__flag {
	right: auto;
	left: 5px;
}
.pushmenu--nav {
	left: -292px;
}
.rtl .pushmenu--nav {
	left: auto;
	right: -292px;
}
.pushmenu--nav .pushmenu__close {
	left: -52px;
}
.rtl .pushmenu--nav .pushmenu__close {
	left: auto;
	right: -52px;
}
.pushmenu--nav.pushmenu--open {
	left: 0px;
}
.rtl .pushmenu--nav.pushmenu--open {
	left: auto;
	right: 0px;
}
.pushmenu--nav.pushmenu--open .pushmenu__close {
	left: 240px;
}
.pushmenu--nav.pushmenu--open .pushmenu__close:before {
	content: '\e922';
	font-size: 36px;
}
.pushmenu--nav.pushmenu--open .pushmenu__close img {
	display: none !important;
}
.rtl .pushmenu--nav.pushmenu--open .pushmenu__close {
	left: auto;
	right: 240px;
}
.pushmenu__section-heading {
	color: #fff;
	font-size: 12px;
	background-color: #111112;
	display: block;
	padding: 5px 10px;
	border-bottom: solid 1px #333;
}
/* Transitions */
.pushmenu, .pushmenu__close {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pushmenu__drawer {
	-webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	transition: height 0.8s;
}

@media screen and (min-width:769px) {
#toggle_nav {
	display: none;
}
.pushmenu__drawer + a.dropdown--button {
	margin-top: 10px;
}
}
/*border lines between cart details and resources sections*/
a.pushmenu__drawer-heading {
	color: #ccc;
	margin: 10px 0 5px 0;
	padding-top: 10px;
	border-width: 0px;
	border-top: solid 1px #bbb;
	-moz-border-image: -moz-linear-gradient(right, #666 0%, #fff 40%, #fff 60%, #666 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #666 0%, #fff 40%, #fff 60%, #666 100%);
	border-image: linear-gradient(to left, #666 0%, #fff 40%, #fff 60%, #666 100%);
	border-image-slice: 1;
}
a.pushmenu__drawer-heading:hover {
	text-decoration: none;
}
a.pushmenu__drawer-heading:first-child {
	border-width: 0px;
	border: none;
	margin-top: 0px;
	padding-top: 0px;
}

@media screen and (max-width:768px) {
#toggle-nav {
	display: table;
}
.header__resp-button {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	position: relative;
	top: 25px;
	left: 15px;
}
.header__resp-button a {
	display: block;
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0px;
	left: 0;
}
.header__resp-button img {
	display: none;
}
.header__resp-button img {
	/*
        width: 32px;
        height: 32px;
        padding: 10px 5px 0 5px;
*/
	display: none;
}
div#pushmenu {
	margin-top: -25px;
}
.button--pushmenu:before {
	content: '\e922';
	font-size: 36px;
	padding: 10px 10px 5px 0px;
	display: inline-block;
}
.button--pushmenu {
	float: left;
}
.rtl .button--pushmenu {
	float: right;
}
.pushmenu a {
	background-color: #1b1c1d;
	border-bottom: solid 1px #333;
	border-top: none;
	padding: 10px 40px 10px 10px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	margin: 0;
	-moz-border-image: none;
	-webkit-border-image: none;
	border-image: none;
}
.pushmenu a:hover {
	background-color: #333;
}
.rtl .pushmenu a {
	padding: 10px 10px 10px 40px;
}
.pushmenu__drawer {
	overflow: hidden;
}
.pushmenu__drawer a {
	background-color: #282828;
	font-size: 15px;
}
.deep-drawer .pushmenu__drawer-heading {
	background-color: #222222;
}
.pushmenu__drawer-heading {
	color: #fff;
}
.pushmenu__drawer-heading span {
	background-image: url(//www.digikey.com/-/media/images/global/icons/dnwhite.gif);
	display: inline-block;
	height: 75%;
	width: 30px;
	right: 0px;
	border-left: solid 1px #fff;
	background-repeat: no-repeat;
	background-position: center;
	top: 5px;
	position: absolute;
}
.rtl .pushmenu__drawer-heading span {
	right: auto;
	left: 0px;
	border-left: none;
	border-right: solid 1px #fff;
}
.pushmenu__drawer-heading.open-drawer-icon span {
	background-image: url(//www.digikey.com/-/media/images/global/icons/upwhite.gif);
}
.pushmenu__drawer:not(.open-drawer) {
	max-height: 0px !important;
}
}

/* Print Styles */
@media print {
.header {
	display: block;
}
.header__logo {
	padding: 0px;
}
.header__middle,  .header__right,  .subheader {
	display: none;
	padding: 0px;
	margin: 0px;
}
.header__left {
	width: 100%;
	display: block;
	text-align: center;
}
}
