*, ::after, ::before {
  box-sizing: border-box;
}
html {
  font-size: inherit;
}
.video-outer {
  background-color: #eee;
  margin: 0 15px;
  height: auto;
  width: 100%;
  text-align: center;
}
.video-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  width: 100%;
}
.video-inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 176 / 122;
}
.iBox.bordered {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.sidebar .iBox {
  font-size: 12px;
}
.stepstone {
  display: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  text-align: left;
}
a, a:active, a:focus {
  outline: none;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
ol, ul, li {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2em;
  font-weight: 700;
}
.col-4, .col-6, .col-8, .col-12, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12, .col-md-4, .col-md-6, .col-md-8, .col-md-12, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-12, .col-xl-4, .col-xl-6, .col-xl-8, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  margin: 30px auto;
  padding: 0 30px 30px 30px;
  max-width: 980px;
}
.logo {
  padding: 0 15px;
}
.logo img {
  margin: 30px 0 0 0;
  max-height: 100px;
  vertical-align: middle;
}
.imgHeader {
  margin: 30px 0;
  padding: 0 15px;
}
.imgSingle {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgSingle img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content h2 {
  font-size: 1.2857142857142858em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content ul {
  list-style-type: none;
  margin: 0 0 15px 0px;
  padding-left: 15px;
}
.content ul li:before {
  content: "\2022";
  position: absolute;
  margin-left: -15px;
}
.content ol {
  margin: 0 0 15px 0px;
  padding-left: 16px;
}
.content ol li:before {
  position: absolute;
  margin-left: -15px;
}
.jobTitle p {
  font-size: 1.0714285714285714em;
  font-weight: bold;
  margin-bottom: 30px;
}
.jobTitle h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 30px 0px;
  padding: 7px 0 10px 20px;
  line-height: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.iBox {
  padding: 20px 15px;
}
.iBox.bordered {
  border-bottom: 1px solid #fff;
}
.apply ul {
  list-style-type: none;
  margin-top: 15px;
}
.apply ul li {
  border-bottom: 1px solid #ccc;
}
.apply ul li a {
  display: block;
  padding: 10px 0;
  font-size: 0.9285714285714286em;
  font-weight: normal;
  text-decoration: none;
}
.apply ul li a:hover {
  padding-left: 10px;
}
.apply img {
  display: block;
  height: auto;
  max-width: 150px;
  max-height: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.apply a.btn-apply {
  display: block;
  padding: 5px 15px;
  font-size: 1.2857142857142858em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.contact ul {
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
}
.companyInfo {
  font-size: 0.7142857142857143em;
}
.shareButtons a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 0 3px 3px;
  font-size: 20px;
  padding-top: 5px;
}
@media only screen and (max-width : 767px) {
  .imgHeader {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .col-sm-6 {
    width: 50%;
  }
  .video-outer {
    width: 50%;
    margin: 0 auto;
  }
	.apply img {

    max-width: 200px;
    max-height: 100px;
}
}
@media only screen and (max-width : 768px) {
  .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .container {
    border: none;
    margin: 0 !important;
    box-shadow: none;
  }
}
@media only screen and (max-width : 991px) {
  .imgSingle {
    height: 150px;
  }
  .content {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-4 {
    max-width: 33.333333%;
  }
  .col-md-8 {
    max-width: 66.666667%;
  }
}