@font-face {
 font-style:normal;
 font-weight:400;
 font-family:HelveticaNeue-Light;
 src:url(ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot);
 src:url(ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot) format("embedded-opentype"),
 url(530dee22-e3c1-4e9f-bf62-c31d510d9656.woff) format("woff");
}
@font-face {
 font-style:normal;
 font-weight:400;
 font-family:HelveticaNeue-Medium;
 src:url(07fe0fec-b63f-4963-8ee1-535528b67fdb.eot);
 src:url(60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff");
}

*, html, body {
	box-sizing:border-box;
	padding:0;
	margin:0;
}
body {
	letter-spacing:0.04em;
}
strong, b {
	font-weight:400;
font-family: "HelveticaNeue-Medium", Helvetica, Arial, sans-serif;
}
#desktop {
	margin:20px auto;
	width:100%;
	max-width:620px;
	border:1px solid #ccc;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	background:#fff;
	
}
img {
	max-width:100%;
}
a {
	text-decoration: none;
	font-family:"HelveticaNeue-Medium";
	color:#000;
}
.head {
	text-align:right;
	padding:20px;
}
.head img {
	height:100%;
}
header {
	text-align:right;
}
.content {
	padding:20px;
}
.text {
	margin-bottom:20px;
}
ul, ol {
	margin: 0 0 0 14px;
	padding-left: 0;
	list-style-type:none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
	margin: 3px 0 3px 18px;
}
ul li {
	margin-bottom: 3px;
	position: relative;
}
 ul li::before {
 content: url(li.gif);
 position: absolute;
 top: -1px;
 left: -14px;
}
.jobtitle {
	font-family: "HelveticaNeue-Medium", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:26px;
}
.jobtitle-add {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	margin-top:5px;
}
.subtitle {
	font-family: "HelveticaNeue-Medium", Helvetica, Arial, sans-serif;
	margin-bottom:3px;
}
.footer {
	text-align:right;
}
.video-container {
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.interview-picture img {
	max-width:280px;
}
.video {
	margin-right:20px;
	max-width:280px;
}
.apply-url {
	transition:all 0.2s ease 0s;
	display:inline-block;
	background:#2d4275;
	padding:7px 15px;
	color:#fff;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.apply-url:hover {
	background:#3b579a;
}
.social {
	margin-top:20px;
}

@media only screen and (max-width: 500px) {
}