

.site-content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section {
    padding: 3rem 0;
}

.inner-hero {
    /*background: #000 url(../images/bg-career.jpg) no-repeat center;*/
    /*min-height: 282px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.overlay > .fl-row-content-wrap:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.6);
}
 
.inner-hero_content{
 position: relative;
} 

.inner-hero_content h2,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
    color: #fff;
    font-size: calc(112.5% + 1vw);
    font-weight: 700;
    margin: 0 auto 2rem auto;
}

.button,
.inner-hero_content .button,p a.button {
    display: inline-block;
    background: #009cd9;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border: solid 1px transparent;
}

.button.button--border-white {
    border-color: #fff;
    background: none;
}

.button.button--border {
    border-color: #009cd9;
    background: none;
    color: #009cd9;
    border-width: 2px;
}

.button:hover {
    color: inherit;
}

.button--border:hover {
    color: #009cd9;
}

.section-heading {
    color: #000;
}

.section-heading h2,
.section-heading h3,
.section-heading h4 {
    color: inherit;
    font-weight: 600;
}

.section-heading h3 {
    margin: 1rem auto;
    font-size: calc(112.5% + 0.5vw);
}

.section-heading h4 {
    margin: 1rem auto;
    font-size: calc(112.5% + 0.3vw);
}

.section-heading p {
    line-height: 1.6;
    color: inherit;
    opacity: 0.73;
}

.section-heading.theme-white {
    color: #fff;
}

.bg-value {

    background: url(../images/bg-value.jpg) no-repeat center;
    background-size: cover;
}

.border-txt {
    padding: 1rem;
    border: solid 1px #fff;
    border-radius: 4px;
    color: #fff;
    line-height: 1.8;
    height: 100%;

}

.border-txt p {
    margin: 0;
}

.life-blocks {
    margin: 1.5rem auto;
    max-width: 230px;
    text-align: center;
}

.life-blocks .icn {
    margin-bottom: 1rem;
}

.life-blocks p {
    margin-bottom: 10px;
    opacity: 1;
}

.life-blocks p strong {
    font-weight: 600;
    color: #000;
    font-size: 1rem;
}

.life-blocks p {
    font-size: 0.875rem;
}

.cta-blue {
    background: #009cd9;
    text-align: center;
}

.cta-blue p {
    max-width: 685px;
    margin: auto auto;
    opacity: 1;
}

.cta-blue p a {
    color: #ffffff!important;
    font-weight: 600;
}

.bg-expect {
    background: #f9f9f9;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;

}

.job-box {
    border-radius: 4px;
    border: solid 1px #e3e3e3;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.job-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #009cd9;
    width: 4px;
    height: 100%;
}

.job-box h5 {
    color: #000;
    opacity: 0.66;
    font-size: 1.125rem;
    font-weight: 600;
}

.job-box .location {
    margin: 1rem auto;
    color: #a0a0a0;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 15px;
    line-height: 1;
    background: url(../images/icn-location.png) no-repeat 0 0;
}

.job-box .button {
    font-size: 0.88rem;
    padding: 0.5rem 2rem;
}

.img-responsive,
.img-responsive img {
    max-width: 100%;
}
