@import url(//fast.fonts.net/cssapi/b361aabb-bf81-44d0-a6fe-87d7aa7ddd4f.css);
@charset "UTF-8";
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(6, 0, 0, 0);
}

section {
	display: block;
}

body {
	margin: 0;
	color: #212529;
	text-align: left;
	background-color: var(--body-background-color);
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}


h1 {
	margin-top: 0;
	margin-bottom: 5px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}


a {
	text-decoration: none;
	background-color: transparent;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}


img {
	vertical-align: middle;
	border-style: none;
}

.content-wrap h1 {
	margin-bottom: 10px;
	font-family: "Helvetica Neue LT W05_77 Bd Cn", "Helvetica Neue", arial, Helvetica, sans-serif;
	font-weight: 500;
	color: inherit;
}
#subpage .content-wrap h1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	position: relative;
	top: 4px;
	width: 85%;
}

#subpage .content-wrap p.tag-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	position: relative;
	width: 85%;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 10px 0;
}


h1, .h1 {
	font-size: 1.8rem;
}

/*------------------------------------------------------HERE----------------------------------------------*/


/*Subpage Add-ins */


.left-line-subheader {
	margin: 20px 10px 6px -405px !important;
	height: 6px;
	width: 490px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	background-image: url("//www.digikey.com/-/media/Images/Marketing/Resources/Careers/careers-redesign/white-line-subheader.png");
}

.content-align {
position: relative;
    top: -28px;
    left: 95px;
	width: 75%;
	margin-bottom: 30px;
}
	
.lead {
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 14px;
	margin: 10px 0;
	color: #fff;
}

.content-align h1.display-1 {
	color: #fff !important;
}

.content-align p.tag-text {
	color: #fff !important;
	font-size: 70px;	
}

#benefits .circuit-symbol {
    width: 140px;
    position: absolute;
    right: 0;
    top: 175px;
}

#culture .circuit-symbol {
    width: 300px;
    position: absolute;
    right: -20px;
    top: 120px;	
}
	
div#helpModal {display: none;}

@media screen and (max-width: 1024px) {
#culture .circuit-symbol {width: 240px; right: -30px; top: 240px;}
}
	
@media screen and (max-width: 796px) {#culture .circuit-symbol {display: none;}}

@media screen and (max-width: 768px) {
	.content-align{width: 90%;}
	#benefits .circuit-symbol{display:none;}
}

@media screen and (max-width: 600px) {
	.left-line-subheader {margin: 20px 10px 6px -475px !important;}
	.content-align {left: 20px;}
	.content-align p.tag-text {font-size: 48px;}
}



@media (max-width: 375px) {
}
.links {
    position: relative;
    top: -28px;
    left: 95px;
}

.links btn btn-outline-light {
	color: #222;
}


@media (max-width: 768px) {
.content-align {
margin-bottom: 10px;
	}
.links {
    position: relative;
    left: 0px;
}
}

/*@media (max-width: 768px) {
.display-1 {margin-left: 5%;}
}

@media (max-width: 375px) {
.display-1 {font-size: 50px; margin-left: 0;}
}*/


.display-1 {
	font-size: 70px;
	font-weight: inherit;
	line-height: 1;
	width: 50%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
.container {
	max-width: 100%;
}
}

@media (min-width: 769px) {
.container {
	max-width: 100%;
}
}

@media (min-width: 992px) {
.container {
	max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1140px;
}
}

.row {
	display: flex;
	flex-wrap: wrap;
}
.col-lg-7, .col-md-8 {
	position: relative;
	width: 100%;
}



@media (min-width: 769px) {

/*.col-md-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}*/
}

@media (min-width: 992px) {

.col-lg-7 {
	flex: 0 0 58.3333333333%;
	max-width: 100%;
}
}


.btn {
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.8;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
.btn {
	transition: none;
}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}


.btn-outline-light {
	color: #000;
	border-color: #fff;
	background-color: #fff;
	border: 2px;
	max-width: 25%;
}
.btn-outline-light:hover {
	color: #000;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}



@media (min-width: 1200px) {
a.text-primary:hover, a.text-primary:focus {
	color: #af0e14 !important;
}
}

@media print {
*,  *::before,  *::after {
	text-shadow: none !important;
	box-shadow: none !important;
}
a:not(.btn) {
	text-decoration: underline;
}
img {
	page-break-inside: avoid;
}
h1 {
	orphans: 3;
	widows: 3;
}
h1 {
	page-break-after: avoid;
}
@page {
	size: a3;
}
body {
	min-width: 992px !important;
}
}

/*
@media (max-width: 375px) {
.copy {
	margin-left: 0;
}
}
#careers.copy {
	margin-left: auto;
	width: 100%;
}*/

@media (min-width: 576px) {
#careers.tag-text {
	font-size: 90px;
}
}

@media (min-width: 992px) {
#careers.tag-text {
	font-size: 120px;
}
}
@media (min-width: 576px) {
.tag-text {
	font-size: 90px;
}
}

@media (min-width: 992px) {
.tag-text {
	font-size: 120px;
}
}
.btn {
	display: block;
	border-radius: 50em;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.btn-outline-light {
	max-width: 90%;
	margin: auto;
}
}

.dk-line {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.dk-line .circle {
	display: block;
	width: 2px;
	height: 2px;
	padding: 4px;
	border: solid 2px #ed1c24;
	border-radius: 50%;
}
.dk-line .line {
	display: block;
	width: 100vw;
	min-width: 100vw;
	height: 0;
	border-bottom: solid 2px #ed1c24;
}
.hero-section {
	position: relative;
	padding: 5px 0 5px 0;
	background: #060000;
	color: #ffffff;
	overflow: hidden;
}
.hero-section .copy {
	text-align: left;
	width: 90%;
	margin-bottom: 15px;
}
.content-wrap {
	position: relative;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.3;
}

#careers .hero-background {
	background: url("//www.digikey.com/-/media/Images/Marketing/Resources/Careers/digikey-breakroom.jpg?ts=cded6fee-aa41-475e-b5eb-5320127eaba8&la=en-US") no-repeat center;
}
#benefits .hero-background {
	background: url("//www.digikey.com/-/media/Images/Marketing/Resources/Careers/careers-redesign/benefits-subheader.jpg") no-repeat center;
}
#culture .hero-background {
	background: url("//www.digikey.com/-/media/Images/Marketing/Resources/Careers/careers-redesign/culture-subheader.jpg") no-repeat center;
}

.hero-background .hero-background-image {
	opacity: .3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (min-width: 992px) {
.hero-section .copy {
	width: 75%;
}
}