* {
	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: 18px 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background:#fff url(../images/bg_37d243584f.jpg) no-repeat bottom left fixed;
	color: #000;
	padding: 25px 0 25px 0;
}

a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    color: #ff6600;
}
h1,
h3,
a,
.jobdetails ,
.important {
	color: #0c278c;
}
.gradient1 {
    color: #000;
}
b, strong {
    font-weight: 600;
}
.main {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}

.logo {
	padding: 30px 50px 30px 50px;
}
.content {
	padding:  30px 50px;

}
.gradient1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4e3ef+0,bde8d3+100 */
background: linear-gradient(to right,  rgba(196,227,239,1) 0%,rgba(189,232,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #1f6fb9 url(../images/bg_footer_e29f78ef68.jpg) no-repeat;
	color: #fff;
	text-align: center;
}
.footer h3 {
    color: #c5ffe5;
    font-size: 38px;
}
a {
    color: inherit;
}
.footer_left {
	float: left;
	text-align: left;
}
.footer_right {
	float: right;
	text-align: left;	
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 32px;
	font-weight: 700;
}
.h1_small{
    font-size: 20px;
}
.jobdetails {
    color: #ff6600;
    font-size: 20px;
}
h2 {
    color: #c5ffe5;
    font-size: 18px;
    padding-bottom: 8px;
}
h3 {
	font-weight: 600;
	font-size: 25px;
	padding: 0px 0px 10px 0px;
}
.gradient1 h3 {
    color: #000;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 0px;
	position: relative;
}
.arrow li:before {
content: "";
  display: inline-block;
  margin-left: -1.5rem;
  padding-right: 1rem;
  background-image: url(../images/arrow-menu_74ee0af172.svg);
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  top: -6px;
  position: relative;
}
.benefits li{
    padding: 0 0 7px 15px;
}
.benefits li:before {
    content: url(../images/li_benefits_e0611fc148.png) ;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -14px;
    top: 3px;
}

div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
sup, sub {
    line-height: 100%;
}
img.animate-images {
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	right: 0;
}
.apply {
	text-align: center;
	padding: 30px 0px 45px 0px;
}
.apply_btn {
	color: #ffffff;
	font-size: 18px;
	background: #ff6600;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.apply_btn:hover {
	background: #c5ffe5;
	text-decoration: none;
	color: #0b278b;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
/*     padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:800px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 0 auto;
        width: 100%;
        border: none;        
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 0;
    }
    .content,
    .logo,
    .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
}