* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #f5f5f0 url("https://jobs.recruvise.com/media/jobs/85f17c0c-c4f0-438a-bb2f-fa5beb0417e8/1757066562/css/stst_bg.jpg") no-repeat fixed;
	color: #000000;

	padding: 25px 0;
    background-size: cover;
}
a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a,
em, .mark {
	color: #219fd5;
}
h1, h2, h3, h4 {
	font-size: 1.4em;
	line-height: 1.3;
	padding: 0 0 15px 0;
	color: #219fd5;
}
/*
.footer h3,
.footer div a {
	color: #ffffff;
}
*/
.main {
	margin: 16px auto 25px auto;
	width: 80%;
	max-width: 700px;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
body:before,
body:after,
.main:before {
    content: "\00a0";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}
body:before {
	bottom: 13%;
	height: 13%;
	background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,.9) 33%, rgba(245,245,245,0) 100%);
}
body:after {
	height: 13%;
    bottom: 0;
    background: rgba(245,245,245,1);
}
.main:before {
    z-index: -1;
    top: 0;
    bottom: 0;
    background: rgba(245,245,245,.1);
}

.logo {
	display: block;
}
.logo img {
	display: block;
	max-width: 260px;
	margin: 16px auto 16px 16px;
}
.columns {
	columns: 2;
}
.nobreaker {
	page-break-inside: avoid;
}
.head {
	position: relative;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 100%;
}
.content {
}
div.important {
}
.content div,
.iframe_container,
.footer div {
	background: #ffffff;
	padding: 20px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.content div *:last-child,
.footer div *:last-child {
 	padding-bottom: 0;
}
.content div:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.footer div {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
.iframe_container {
    position: relative;
    padding: 0 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1, h2, h3 {
}
h1 {
}
h1 span {
}
.h1_small {
    font-size: .8em;
    font-weight: 400;
    text-transform: inherit;
	color: inherit;
}
h2 {
}
h3 {
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 1em 0;
}

ul  {
    padding: 0 0 1em 1.25em;
}
ul ol,
ol ul,
ol ol,
ul ul {
	padding-bottom: 0;
	padding-left: 1.25em;
}
li {
    padding: 0 0 .125em 0;
    position: relative;
    list-style-type: disc;
}
ol > li {
	list-style-type: decimal;
}
ul > li ul > li {
	padding-left: 0;
	list-style-type: circle;
}
ul > li ul > li ul > li {
	list-style-type: square;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 80%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
    font-size: inherit;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: inherit;
    color: #ffffff;
    background: #219fd5;
    padding: 14px 32px;
    margin: 24px auto 20px auto;
    border: 1px solid #219fd5;
    border-radius: 5px;
}
.btn:hover {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}
@media only screen and (max-height:500px) {
	body:before,
	body:after {
 		display: none;
	}
}
@media only screen and (max-width:768px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		background-image: none;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	body:before,
	body:after,
	.main:before {
		display: none;
	}
	.main {
		margin: 2% auto;
	    width: 96%;
	    border: 0;
	    font-size: .9em;
	}
	.logo {
	}
	.logo img {
		margin: 0;
		padding: 16px 4% 16px 4%;
	}
	.columns {
		columns: 1;
	}
	.head div {
	}
	.content {
	}
	.footer {
	}
	.content div,
	.footer div {
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media print  {
	@page {
		margin: 0;
		padding: 0;
	}
	html, body {
		margin: 0 auto;
		padding: 0;
	    width: 100%;
		height: auto;
	}
	body {
		color: Black;
	}

}