/* NORMALIZE */

.stst_content a {
 	background: transparent;
	text-decoration: none;
}
.stst_content a:active,
.stst_content a:hover {
 	outline: 0;
	text-decoration: none;
}
.stst_content b,
.stst_content strong {
 	font-weight: bold;
}
.stst_content img {
	border: 0;
	vertical-align: middle;
}
.stst_content h3 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:normal;
	padding:0;
	text-transform: uppercase;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 85px;
}
.stst_content h4 {
	font-size:15px;
	margin:0;
	line-height: 35px;
	font-weight: normal;
	padding: 0 10px;
	text-transform: uppercase;
}
.stst_content button,
.stst_content input,
.stst_content optgroup,
.stst_content select,
.stst_content textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.stst_content button {
  overflow: visible;
}
.stst_content button,
.stst_content select {
  text-transform: none;
}
.stst_content button,
.stst_content input[type="button"],
.stst_content input[type="reset"],
.stst_content input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.stst_content button[disabled],
.stst_content input[disabled] {
  cursor: default;
}
.stst_content button::-moz-focus-inner,
.stst_content input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.stst_content input {
  line-height: normal;
}
.stst_content input[type="checkbox"],
.stst_content input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.stst_content input[type="number"]::-webkit-inner-spin-button,
.stst_content input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.stst_content input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
.stst_content input[type="search"]::-webkit-search-cancel-button,
.stst_content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.stst_content textarea {
  overflow: auto;
}
.stst_content table {
  border-spacing: 0;
  border-collapse: collapse;
}
.stst_content td,
.stst_content th {
  padding: 0;
}
.stst_content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.stst_content .clear {
	clear: both;
}
.stst_content .text-left {
	text-align: left;
}
.stst_content .text-right {
	text-align: right;
}
.stst_content .text-center {
	text-align: center;
}

/* NORMALIZE END */




/* BOOTSTRAP IMITATION */

.stst_content .row {
  margin-right: -10px;
  margin-left: -10px;
  clear:both;
}
.stst_content .row:after {
	content:"";
	display: table;
	clear:both;
}
.stst_content .col-xs-1,
.stst_content .col-sm-1,
.stst_content .col-md-1,
.stst_content .col-lg-1,
.stst_content .col-xs-2,
.stst_content .col-sm-2,
.stst_content .col-md-2,
.stst_content .col-lg-2,
.stst_content .col-xs-3,
.stst_content .col-sm-3,
.stst_content .col-md-3,
.stst_content .col-lg-3,
.stst_content .col-xs-4,
.stst_content .col-sm-4,
.stst_content .col-md-4,
.stst_content .col-lg-4,
.stst_content .col-xs-5,
.stst_content .col-sm-5,
.stst_content .col-md-5,
.stst_content .col-lg-5,
.stst_content .col-xs-6,
.stst_content .col-sm-6,
.stst_content .col-md-6,
.stst_content .col-lg-6,
.stst_content .col-xs-7,
.stst_content .col-sm-7,
.stst_content .col-md-7,
.stst_content .col-lg-7,
.stst_content .col-xs-8,
.stst_content .col-sm-8,
.stst_content .col-md-8,
.stst_content .col-lg-8,
.stst_content .col-xs-9,
.stst_content .col-sm-9,
.stst_content .col-md-9,
.stst_content .col-lg-9,
.stst_content .col-xs-10,
.stst_content .col-sm-10,
.stst_content .col-md-10,
.stst_content .col-lg-10,
.stst_content .col-xs-11,
.stst_content .col-sm-11,
.stst_content .col-md-11,
.stst_content .col-lg-11,
.stst_content .col-xs-12,
.stst_content .col-sm-12,
.stst_content .col-md-12,
.stst_content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.stst_content .col-xs-1,
.stst_content .col-xs-2,
.stst_content .col-xs-3,
.stst_content .col-xs-4,
.stst_content .col-xs-5,
.stst_content .col-xs-6,
.stst_content .col-xs-7,
.stst_content .col-xs-8,
.stst_content .col-xs-9,
.stst_content .col-xs-10,
.stst_content .col-xs-11,
.stst_content .col-xs-12 {
  float: left;
}
.stst_content .col-xs-12 {
  width: 100%;
}
.stst_content .col-xs-11 {
  width: 91.66666667%;
}
.stst_content .col-xs-10 {
  width: 83.33333333%;
}
.stst_content .col-xs-9 {
  width: 75%;
}
.stst_content .col-xs-8 {
  width: 66.66666667%;
}
.stst_content .col-xs-7 {
  width: 58.33333333%;
}
.stst_content .col-xs-6 {
  width: 50%;
}
.stst_content .col-xs-5 {
  width: 41.66666667%;
}
.stst_content .col-xs-4 {
  width: 33.33333333%;
}
.stst_content .col-xs-3 {
  width: 25%;
}
.stst_content .col-xs-2 {
  width: 16.66666667%;
}
.stst_content .col-xs-1 {
  width: 8.33333333%;
}
.stst_content .col-xs-pull-12 {
  right: 100%;
}
.stst_content .col-xs-pull-11 {
  right: 91.66666667%;
}
.stst_content .col-xs-pull-10 {
  right: 83.33333333%;
}
.stst_content .col-xs-pull-9 {
  right: 75%;
}
.stst_content .col-xs-pull-8 {
  right: 66.66666667%;
}
.stst_content .col-xs-pull-7 {
  right: 58.33333333%;
}
.stst_content .col-xs-pull-6 {
  right: 50%;
}
.stst_content .col-xs-pull-5 {
  right: 41.66666667%;
}
.stst_content .col-xs-pull-4 {
  right: 33.33333333%;
}
.stst_content .col-xs-pull-3 {
  right: 25%;
}
.stst_content .col-xs-pull-2 {
  right: 16.66666667%;
}
.stst_content .col-xs-pull-1 {
  right: 8.33333333%;
}
.stst_content .col-xs-pull-0 {
  right: auto;
}
.stst_content .col-xs-push-12 {
  left: 100%;
}
.stst_content .col-xs-push-11 {
  left: 91.66666667%;
}
.stst_content .col-xs-push-10 {
  left: 83.33333333%;
}
.stst_content .col-xs-push-9 {
  left: 75%;
}
.stst_content .col-xs-push-8 {
  left: 66.66666667%;
}
.stst_content .col-xs-push-7 {
  left: 58.33333333%;
}
.stst_content .col-xs-push-6 {
  left: 50%;
}
.stst_content .col-xs-push-5 {
  left: 41.66666667%;
}
.stst_content .col-xs-push-4 {
  left: 33.33333333%;
}
.stst_content .col-xs-push-3 {
  left: 25%;
}
.stst_content .col-xs-push-2 {
  left: 16.66666667%;
}
.stst_content .col-xs-push-1 {
  left: 8.33333333%;
}
.stst_content .col-xs-push-0 {
  left: auto;
}
@media (min-width: 768px) {
  .stst_content .col-sm-1,
  .stst_content .col-sm-2,
  .stst_content .col-sm-3,
  .stst_content .col-sm-4,
  .stst_content .col-sm-5,
  .stst_content .col-sm-6,
  .stst_content .col-sm-7,
  .stst_content .col-sm-8,
  .stst_content .col-sm-9,
  .stst_content .col-sm-10,
  .stst_content .col-sm-11,
  .stst_content .col-sm-12 {
    float: left;
  }
  .stst_content .col-sm-12 {
    width: 100%;
  }
  .stst_content .col-sm-11 {
    width: 91.66666667%;
  }
  .stst_content .col-sm-10 {
    width: 83.33333333%;
  }
  .stst_content .col-sm-9 {
    width: 75%;
  }
  .stst_content .col-sm-8 {
    width: 66.66666667%;
  }
  .stst_content .col-sm-7 {
    width: 58.33333333%;
  }
  .stst_content .col-sm-6 {
    width: 50%;
  }
  .stst_content .col-sm-5 {
    width: 41.66666667%;
  }
  .stst_content .col-sm-4 {
    width: 33.33333333%;
  }
  .stst_content .col-sm-3 {
    width: 25%;
  }
  .stst_content .col-sm-2 {
    width: 16.66666667%;
  }
  .stst_content .col-sm-1 {
    width: 8.33333333%;
  }
  .stst_content .col-sm-pull-12 {
    right: 100%;
  }
  .stst_content .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .stst_content .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .stst_content .col-sm-pull-9 {
    right: 75%;
  }
  .stst_content .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .stst_content .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .stst_content .col-sm-pull-6 {
    right: 50%;
  }
  .stst_content .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .stst_content .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .stst_content .col-sm-pull-3 {
    right: 25%;
  }
  .stst_content .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .stst_content .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .stst_content .col-sm-pull-0 {
    right: auto;
  }
  .stst_content .col-sm-push-12 {
    left: 100%;
  }
  .stst_content .col-sm-push-11 {
    left: 91.66666667%;
  }
  .stst_content .col-sm-push-10 {
    left: 83.33333333%;
  }
  .stst_content .col-sm-push-9 {
    left: 75%;
  }
  .stst_content .col-sm-push-8 {
    left: 66.66666667%;
  }
  .stst_content .col-sm-push-7 {
    left: 58.33333333%;
  }
  .stst_content .col-sm-push-6 {
    left: 50%;
  }
  .stst_content .col-sm-push-5 {
    left: 41.66666667%;
  }
  .stst_content .col-sm-push-4 {
    left: 33.33333333%;
  }
  .stst_content .col-sm-push-3 {
    left: 25%;
  }
  .stst_content .col-sm-push-2 {
    left: 16.66666667%;
  }
  .stst_content .col-sm-push-1 {
    left: 8.33333333%;
  }
  .stst_content .col-sm-push-0 {
    left: auto;
  }
}
@media (min-width: 992px) {
  .stst_content .col-md-1,
  .stst_content .col-md-2,
  .stst_content .col-md-3,
  .stst_content .col-md-4,
  .stst_content .col-md-5,
  .stst_content .col-md-6,
  .stst_content .col-md-7,
  .stst_content .col-md-8,
  .stst_content .col-md-9,
  .stst_content .col-md-10,
  .stst_content .col-md-11,
  .stst_content .col-md-12 {
    float: left;
  }
  .stst_content .col-md-12 {
    width: 100%;
  }
  .stst_content .col-md-11 {
    width: 91.66666667%;
  }
  .stst_content .col-md-10 {
    width: 83.33333333%;
  }
  .stst_content .col-md-9 {
    width: 75%;
  }
  .stst_content .col-md-8 {
    width: 66.66666667%;
  }
  .stst_content .col-md-7 {
    width: 58.33333333%;
  }
  .stst_content .col-md-6 {
    width: 50%;
  }
  .stst_content .col-md-5 {
    width: 41.66666667%;
  }
  .stst_content .col-md-4 {
    width: 33.33333333%;
  }
  .stst_content .col-md-3 {
    width: 25%;
  }
  .stst_content .col-md-2 {
    width: 16.66666667%;
  }
  .stst_content .col-md-1 {
    width: 8.33333333%;
  }
  .stst_content .col-md-pull-12 {
    right: 100%;
  }
  .stst_content .col-md-pull-11 {
    right: 91.66666667%;
  }
  .stst_content .col-md-pull-10 {
    right: 83.33333333%;
  }
  .stst_content .col-md-pull-9 {
    right: 75%;
  }
  .stst_content .col-md-pull-8 {
    right: 66.66666667%;
  }
  .stst_content .col-md-pull-7 {
    right: 58.33333333%;
  }
  .stst_content .col-md-pull-6 {
    right: 50%;
  }
  .stst_content .col-md-pull-5 {
    right: 41.66666667%;
  }
  .stst_content .col-md-pull-4 {
    right: 33.33333333%;
  }
  .stst_content .col-md-pull-3 {
    right: 25%;
  }
  .stst_content .col-md-pull-2 {
    right: 16.66666667%;
  }
  .stst_content .col-md-pull-1 {
    right: 8.33333333%;
  }
  .stst_content .col-md-pull-0 {
    right: auto;
  }
  .stst_content .col-md-push-12 {
    left: 100%;
  }
  .stst_content .col-md-push-11 {
    left: 91.66666667%;
  }
  .stst_content .col-md-push-10 {
    left: 83.33333333%;
  }
  .stst_content .col-md-push-9 {
    left: 75%;
  }
  .stst_content .col-md-push-8 {
    left: 66.66666667%;
  }
  .stst_content .col-md-push-7 {
    left: 58.33333333%;
  }
  .stst_content .col-md-push-6 {
    left: 50%;
  }
  .stst_content .col-md-push-5 {
    left: 41.66666667%;
  }
  .stst_content .col-md-push-4 {
    left: 33.33333333%;
  }
  .stst_content .col-md-push-3 {
    left: 25%;
  }
  .stst_content .col-md-push-2 {
    left: 16.66666667%;
  }
  .stst_content .col-md-push-1 {
    left: 8.33333333%;
  }
  .stst_content .col-md-push-0 {
    left: auto;
  }
}

.stst_content table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.stst_content table td[class*="col-"],
.stst_content table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.stst_content .content-loader {
	overflow:hidden;
}

.stst_content .content-loader .content-loader-cover {
	position: absolute;
	width: 100%;
	z-index: 1001;
	background: #fff;
	background:rgba(255,255,255,0.95);
}

.stst_content .content-loader .update-msgBox {
	padding: 20px 10px;
	text-align: center;
}

.stst_content .content-loader .update-msgBox-text {
	display: none;
}

@-webkit-keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.stst_content .loader-box {
  height: 35px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.stst_content .loader-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #4188ed;
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.stst_content .loader-box .loader-bar,
.stst_content .loader-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.stst_content .loader-box.active .loader-bar,
.stst_content .loader-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.stst_content .loader-bar[aria-valuenow="1"],
.stst_content .loader-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.stst_content .loader-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* BOOTSTRAP IMITATION END */

/* STEPSTONE CONTENT */

.stst_content {
	position:relative;
	font-family: Roboto;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	box-sizing: content-box;
}

.stst_content * {
	 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
}

.stst_content *:before,
.stst_content *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.stst_content .stst_section {
	margin-bottom: 20px;
	clear: both;
	display: block;
}

.stst_content .table {
	width: 100%;
	display: table;
	max-width: 100%;
	border-collapse: separate;
	overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.stst_content #stst-form-freetext {
	display: block;
	overflow: hidden;
}

.stst_content .ja-content {
	margin-bottom: 0;
}

.stst_content .ja-text {
	display: none;
	line-height: 35px;
}

.stst_content .stst-info {
	display: none;
}

.stst_content .btn {
	display: block;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	font-size: 15px;
	text-align:center;
	text-transform: uppercase;
	padding:0px 5px;
	line-height:35px;
	height:35px;
	width: 100%;
	-webkit-transition:background-color .2s, color .2s, border-color .2s;
	    -ms-transition:background-color .2s, color .2s, border-color .2s;
	        transition:background-color .2s, color .2s, border-color .2s;
	white-space: nowrap;
 	vertical-align: middle;
 	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
		    user-select: none;
	background-image: none;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
		    border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
		    box-shadow: none;
	outline: 0;
}

.stst_content .btn.submit{
	color:#FFF;
	background-color:#0c2577;
	border:1px solid #0c2577;
	padding-right: 40px;
}

@media (max-width: 300px) {
	.stst_content .btn.submit {
		padding-right: 0;
	}
	.stst_content .btn.submit .sr-only {
		text-indent: -9999px;
		text-align: center;
		position: absolute;
	}
}

.stst_content .btn.submit:after {
	content:"";
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	background: transparent url(/contentblob/5013130/1/data/iconsearch.png) 0 0 no-repeat; width:25px; height:25px; } .stst_content .btn.submit:hover, .stst_content .btn.submit:active, .stst_content .btn.submit:focus{ color:#FFF; background-color:#4188ed; border:1px solid #4188ed; text-decoration:none !important; } @media (max-width: 767px){ .stst_content .btn { display: block; float:none; width:100%; } } .stst_content .btn.jobagent { color:#84bc34; text-align: left; background-color:transparent; border:1px solid transparent; padding-right: 40px; text-transform: none; width: auto; display: inline-block; margin-right: 20px; } .stst_content .btn.jobagent:after { content:""; display: inline-block; position: absolute; right: 5px; top: 5px; background: transparent url(/contentblob/5013132/1/data/iconenvelopegreen.png) 0 0 no-repeat; width:25px; height:25px; } .stst_content .btn.jobagent:hover, .stst_content .btn.jobagent:active, .stst_content .btn.jobagent:focus{ color:#FFF; background-color:#95d040; border:1px solid #95d040; text-decoration:none !important; } .stst_content .btn.jobagent:hover:after { background: transparent url(/contentblob/5013136/1/data/iconenvelope.png) 0 0 no-repeat; } @media (max-width: 300px) { .stst_content .btn.jobagent { display: block; margin-right: 0; } } .stst_content .pbLogo { display:block; position: absolute; top: 0; right: 0; background: #fff url(/contentblob/5013134/2/data/logo-stepstone-searchbox.png) top right no-repeat; height:36px; width:60px; text-indent:-9999px; text-align: center; } .stst_content .form-control { background: #f2f2f2; font-size: 15px; color: #333; display: block; padding: 8px 10px; border: solid 1px #d5d5d5; vertical-align: middle; box-sizing: border-box; line-height: 17px; height: 35px; -webkit-transition: background ease-in-out .15s; -o-transition: background ease-in-out .15s; transition: background ease-in-out .15s; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; outline: 0; } .stst_content .input-group { display: inline-table; width: 100%; position: relative; border-collapse: separate; margin-bottom: 20px; } .stst_content .input-group .form-control, .stst_content .input-group .input-group-addon, .stst_content .input-group .input-group-btn { display: table-cell; } .stst_content .input-group .form-control { width: 100%; position: relative; vertical-align: middle; z-index: 2; margin-bottom: 0; } .stst_content .input-group .form-control:active, .stst_content .input-group .form-control:focus { background: #fff; box-shadow: none !important; outline: 0 !important; } .stst_content .input-group .form-control::-moz-placeholder { color: #999; opacity: 1; } .stst_content .input-group .form-control:-ms-input-placeholder { color: #999; } .stst_content .input-group .form-control::-webkit-input-placeholder { color: #999; } .stst_content .input-group .form-control.warning { border-color: #4188ed; } .stst_content .input-group .input-group-addon, .stst_content .input-group .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .stst_content .input-group .input-group-btn { line-height: 17px; height: 35px; font-size: 15px; padding:8px 10px; -webkit-transition: background ease-in-out .15s; -o-transition: background ease-in-out .15s; transition: background ease-in-out .15s; } @media (max-width: 300px) { .stst_content .input-group .form-control { width: 260px; border-right: none; } .stst_content .input-group .input-group-btn { width: 36px; } }
