@font-face{
    font-family:"Helvetica Neue LT W01_55 Roman";
    src:url("fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
    src:url("fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"),url("fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"),url("fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"),url("fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"),url("fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
}
@font-face{
    font-family:"Helvetica Neue LT W01_85 Heavy";
    src:url("fonts/b7066775-c685-4630-b98c-5da67d4981e9.eot?#iefix");
    src:url("fonts/b7066775-c685-4630-b98c-5da67d4981e9.eot?#iefix") format("eot"),url("fonts/dd7814bd-8abf-46c5-a4be-db0977de2cca.woff2") format("woff2"),url("fonts/20ffa4b4-0154-4ca6-800c-468cecbd60f1.woff") format("woff"),url("fonts/c68e9fac-92b0-47be-853c-1a0e92f68c3d.ttf") format("truetype"),url("fonts/94d5af98-e327-4660-89da-a0c66d6fdfe9.svg#94d5af98-e327-4660-89da-a0c66d6fdfe9") format("svg");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h2 {
	font-family: "Helvetica Neue LT W01_85 Heavy";
    font-size: 24px;
    margin: 0 0 10px 0;
	padding-top:30px;
	font-weight: 500;
    line-height: 1.1;
	text-transform: uppercase;
	color: #333;
}

.search {
	padding: 0 0px 0px 0px;
    margin-top: 0px;
	margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	font-family: "Helvetica Neue LT W01_55 Roman";
	display:block;
	position:relative;
}
.title_col a {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    font-size: 20px;
    font-family: "Helvetica Neue LT W01_85 Heavy";
	font-weight: 500;
    line-height: 1.1;
    color: #545151;
	text-decoration:none;
}
#keyword {
    padding: 10px;
	background-color:white;
	color:rgba(84, 81, 81, 0.95);
	font-family:"Helvetica Neue LT W01_55 Roman";
	font-size:16px;
	box-sizing: border-box;
}
.jobtypes {
	display:inline-block;
	padding: 20px 0;
}
.selectbox {
	position:relative;
	margin-bottom:20px;
	border: 1px solid #ccc;
	display:inline-block;
	width: 287px;
}
.selectbox select {
	background-color:#fff;
	color:rgba(84, 81, 81, 0.95);	
	font-family:"Helvetica Neue LT W01_55 Roman";
	font-size:16px;	
	width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: none;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectbox .notch {
    font-weight: normal;
    font-family: FontAwesome;
    color: #545151;
    position: absolute;
    right: 4px;
    top: 30%;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
}

.search-button {
	
	height: 46px;
    font-size: 18px;
    margin-left: 3px;
	
	display:inline-block;
	font-family: "Helvetica Neue LT W01_85 Heavy";

    text-transform: uppercase;
    background: #9a9582;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    border: none;
    font-family: "Helvetica Neue LT W01_85 Heavy";
    text-transform: uppercase;
    background: #9a9582;
    color: rgba(255,255,255,0.5);
	padding:10px 15px;
	text-align: center;
}
.search-button:hover {
	color: white;
}
label {
    color: rgba(84,81,81,0.95);
}
.detailed-bottom {
	display: none;
	margin-top:20px;
	color: rgba(165,158,137,0.7);
	text-decoration:none;
	font-size:16px;
}
.detailed-top {
	position:absolute;
	right:59px;
	top:30px;
	background-color:rgba(0, 0, 0, 0);
	box-sizing:border-box;
	color:rgba(165, 158, 137, 0.7);
	display:inline;
	font-family:"Helvetica Neue LT W01_85 Heavy";
	font-size:14.4px;
	font-weight:500;
	text-transform:uppercase;
}
.detailed-bottom:hover {
	text-decoration:underline;
}
@media (max-width:910px) {
	#keyword {width:100%}
	.search-button {width:100%;font-size: 24px;height:auto}
	.selectbox {width:100%}
	.detailed-top {display:none}
	.detailed-bottom {display:block}
}