/*@font-face {
	font-family: 'myriad-light';
	src: url('../assets/fonts/myriad-light.woff');
}

@font-face {
	font-family: 'myriad-light-it';
	src: url('../assets/fonts/myriad-light-it.woff');
}

@font-face {
	font-family: 'myriad-regular';
	src: url('../assets/fonts/myriad-regular.woff');
}

@font-face {
	font-family: 'myriad-regular-it';
	src: url('../assets/fonts/myriad-regular-it.woff');
}

@font-face {
	font-family: 'myriad-semibold';
	src: url('../assets/fonts/myriad-semibold.woff');
}

@font-face {
	font-family: 'myriad-semibold-it';
	src: url('../assets/fonts/myriad-semibold-it.woff');
}

@font-face {
	font-family: 'myriad-bold';
	src: url('../assets/fonts/myriad-bold.woff');
}

@font-face {
	font-family: 'myriad-bold-it';
	src: url('../assets/fonts/myriad-bold-it.woff');
}

.visa-background-blue {
	background: #1A1F71;
}

.visa-background-gold {
	background: #F7B600;
}

.visa-background-white {
	background: #FFFFFF;
}

.visa-background-cool-gray {
	background: #5C5C5C;
}

.visa-background-cool-gray-28 {
	background: #B9B9B9;
}

.visa-background-cool-gray-12 {
	background: #DEDEDE;
}

.visa-background-cool-gray-7 {
	background: #EEEEEE;
}

.visa-background-cool-gray-3 {
	background: #F7F7F7;
}

.visa-background-blue-secondary {
	background: #003EA9;
}

.visa-background-orange-secondary {
	background: #EF8400;
}

.visa-background-yellow-secondary {
	background: #FFD700;
}

.visa-gradient-blue {
	background: #1A1E5A;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1A1E5A), color-stop(100%, #122D98));
	background: -webkit-linear-gradient(45deg, #1A1E5A 0%, #122D98 100%);
	background: linear-gradient(45deg, #1A1E5A 0%, #122D98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A1E5A', endColorstr='#FF122D98', GradientType=1);
}

.visa-gradient-gold {
	background: #FA9B00;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FA9B00), color-stop(100%, #F4CA12));
	background: -webkit-linear-gradient(45deg, #FA9B00 0%, #F4CA12 100%);
	background: linear-gradient(45deg, #FA9B00 0%, #F4CA12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFA9B00', endColorstr='#FFF4CA12', GradientType=1);
}

.visa-gradient-blue-secondary {
	background: #00329E;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00329E), color-stop(100%, #0050B9));
	background: -webkit-linear-gradient(45deg, #00329E 0%, #0050B9 100%);
	background: linear-gradient(45deg, #00329E 0%, #0050B9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00329E', endColorstr='#FF0050B9', GradientType=1);
}

.visa-gradient-orange-secondary {
	background: #F26800;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F26800), color-stop(100%, #FA9800));
	background: -webkit-linear-gradient(45deg, #F26800 0%, #FA9800 100%);
	background: linear-gradient(45deg, #F26800 0%, #FA9800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF26800', endColorstr='#FFFA9800', GradientType=1);
}

.visa-gradient-yellow-secondary {
	background: #FFCB00;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFCB00), color-stop(100%, #FBE112));
	background: -webkit-linear-gradient(45deg, #FFCB00 0%, #FBE112 100%);
	background: linear-gradient(45deg, #FFCB00 0%, #FBE112 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCB00', endColorstr='#FFFBE112', GradientType=1);
}

.visa-gradient-orange-to-yellow {
	background: #F26800;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F26800), color-stop(100%, #FBE112));
	background: -webkit-linear-gradient(left, #F26800 0%, #FBE112 100%);
	background: linear-gradient(left, #F26800 0%, #FBE112 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF26800', endColorstr='#FFFBE112', GradientType=1);
}

.divider-line {
	border-top: 1px solid #5C5C5C;
	opacity: .25;
}

.headline-hidden-primary {
	display: none;
}

.mt0 {
	margin-top: 0;
}

.mt12 {
	margin-top: 12px;
}

.mb0 {
	margin-bottom: 0;
}

.mb-head-guide {
	margin-bottom: 50px;
}

.sg-wraper {
	float: none;
	text-align: center;
	padding: 20px 0;
}

.mt-head-guide {
	margin-top: 50px;
}

.signature-background-blue {
	background: #031D40;
}

.signature-background-gold {
	background: #D2A54B;
}

.signature-background-cool-gray {
	background: #5C5C5C;
}

.signature-background-white {
	background: #FFFFFF;
}

.signature-background-cool-gray-64 {
	background: #5C5C5C;
}

.signature-background-cool-gray-28 {
	background: #B9B9B9;
}

.signature-background-cool-gray-12 {
	background: #DEDEDE;
}

.signature-background-cool-gray-7 {
	background: #EEEEEE;
}

.signature-background-cool-gray-3 {
	background: #F7F7F7;
}

.signature-gradient-blue {
	background: #000008;
	background: -webkit-linear-gradient(45deg, #000008 0%, #1A2655 50%, #213B72 100%);
	background: linear-gradient(45deg, #000008 0%, #1A2655 50%, #213B72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF000008', endColorstr='#FF213B72',GradientType=1 );
}

.signature-gradient-gold {
	background: #C58C1E;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #C58C1E), color-stop(100%, #FECF8D));
	background: -webkit-linear-gradient(45deg, #C58C1E 0%, #FECF8D 100%);
	background: linear-gradient(45deg, #C58C1E 0%, #FECF8D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC58C1E', endColorstr='#FFFECF8D', GradientType=1);
}

.signature-element, .visa-element {
	position: absolute;
	overflow: hidden;
	width: 178px;
	z-index: 3;
}

.signature-element-bg, .visa-element-bg {
	width: 0px;
	border-bottom: 10px solid transparent;
	position: relative;
	top: 2px;
}

.signature-element-fg, .visa-element-fg {
	position: absolute;
	top: 0px;
	border-bottom: 18px solid transparent;
	width: 0;
}

.visa-element-background {
	box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75);
}

.signature-element-gradient {
	box-shadow: 1px 0px 3px 1px rgba(249, 201, 131, 0.9), 2px 1px 4px rgba(0, 0, 0, 0.75), 2px 1px 4px rgba(0, 0, 0, 0.75);
	outline: 1px solid transparent;
}

.signature-element-gradient, .visa-element-background {
	height: 35px;
	width: 168px;
	-webkit-transform: skewX(-17.5deg);
		 -ms-transform: skewX(-17.5deg);
			  transform: skewX(-17.5deg);
	-webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
}

.signature-element-text, .visa-element-text {
	font-family: 'myriad-regular';
	font-size: 2rem;
	display: block;
	padding-left: 13px;
	-webkit-transform: skewX(17.5deg);
		 -ms-transform: skewX(17.5deg);
			  transform: skewX(17.5deg);
	position: absolute;
	top: 50%;
	margin-top: -14.5px;
}

.signature-element-sup {
	font-size: inherit;
	top: 0;
	left: -0.4rem;
}

.signature-element-bg {
	border-right: 10px solid #876b43;
}

.visa-element-bg {
	border-right: 10px solid #1A1F71;
}

.signature-element-text {
	color: #031D40;
}

.visa-element-text {
	color: #FFFFFF;
}

.signature-element-fg {
	border-left: 6px solid #CD962E;
}

.visa-element-fg {
	border-left: 6px solid #003EA9;
}

.no-textshadow .signature-element .signature-gradient-gold {
	background-color: #D2A54B;
	-webkit-filter: none;
			  filter: none;
}

.no-textshadow .signature-element .signature-element-fg {
	border-left-color: #D2A54B;
}

button, a, div {
	border: none;
}

button[data-toggle="dropdown"], button.form-drop-down, a[data-toggle="dropdown"], a.form-drop-down, div[data-toggle="dropdown"], div.form-drop-down {
	border: 1px solid #B9B9B9;
	background-color: #F7F7F7 !important;
	color: #1A1F71 !important;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	padding: 0 60px 0 45px !important;
	position: relative;
	width: 100%;
}
button[data-toggle="dropdown"]:hover, button.form-drop-down:hover, a[data-toggle="dropdown"]:hover, a.form-drop-down:hover, div[data-toggle="dropdown"]:hover, div.form-drop-down:hover {
	color: #1A1F71;
	text-decoration: none;
}
button[aria-expanded="true"], a[aria-expanded="true"], div[aria-expanded="true"] {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
button .icon-caret, a .icon-caret, div .icon-caret {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
	font-size: 2.5rem;
}
button.dropdown-small[data-toggle="dropdown"], a.dropdown-small[data-toggle="dropdown"], div.dropdown-small[data-toggle="dropdown"] {
	height: 48px;
	font-size: 2.5rem;
	line-height: 48px;
}

.sr-only.sr-only-focusable {
	top: -1000px;
	left: -1000px;
}

.inset-shadow-bot,*/
.focused-careers-list .body {
	box-shadow: inset 0px -3px 2px -2px #d8dde1;
}

.focused-careers-list {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 1.5rem;
	box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.focused-careers-list .box {
	padding-bottom: 3rem;
}
.focused-careers-list .heading {
	position: relative;
	padding: 1.5rem 0 0.2rem;
	border-bottom: 1px solid #DEDEDE;
	box-shadow: 0px 3px 2px -2px #d8dde1;
}
.focused-careers-list .title {
	color: #1A1F71;
	font-family: 'myriad-semibold';
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 10px;
	text-transform: uppercase;
}
.focused-careers-list .visa-icon-suitcase {
	color: #F7B600;
	font-size: 4rem;
	margin-top: -7px;
	vertical-align: middle;
}
.focused-careers-list .body {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 1.5rem;
}
.focused-careers-list .body h4 {
	line-height: 1;
}
.focused-careers-list .body ul {
	display: block;
	max-height: 506px;
	list-style: none;
	margin: 0;
	overflow: auto;
	outline: 0;
	padding: 0;
}
.focused-careers-list .body ul:focus, .focused-careers-list .body ul:active {
		outline: 0 !important;
	}
.focused-careers-list .body ul li {
	border-bottom: 1px solid #DEDEDE;
	padding: 1rem 0;
}
.focused-careers-list .body ul li:last-child {
	border-bottom: none;
}
.focused-careers-list .body .job {
	color: #1A1F71;
}
.focused-careers-list .body .location {
	color: #5C5C5C;
}
.focused-careers-list .body .date {
	color: #5C5C5C;
}
@media (min-width: 992px) {
	.focused-careers-list .footer {
		height: 4.2rem;
	}
	.focused-careers-list .footer .share, .focused-careers-list .footer .info {
		display: none;
	}
}

.appleios .focused-careers-list .body ul {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}