﻿/* Top Header */
.careers-carousel-inner {
    height: 100%;
}

.careers-texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/grid.png);
    background-color:rgba(0, 0, 0, 0.4);
}

.careers-header-text {
    position: absolute;
    top: 20%;
    /*left: 1.8%;*/
    /*right: auto;*/
    /*width: 96.66666666666666%;*/
    width: 100%;
    color: #fff;
}

@media (max-width:768px) {
    .careers-header-text {
        text-align: center;
        width: 100%;
        top: 20%;
        /*left: 1.8%;
        right: auto;*/
        color: #fff;
    }
}

.careers-img-header
{
  width: 100%;
  height:100%;
  min-height: 300px;
  max-height: 800px;
}



.careers-header-text-wrapper{
    margin-top: 0;
    /*margin-left: 8%;*/
    padding-top: 0;
    padding-bottom: 0;
    min-width: 250px;
    color:#fff;
    width: 100%;
    height: 1vw;
    /*background-color:rgba(0, 0, 0, 0.4)*/
}

.careers-header-text-wrapper h2 span {
    font-family:"Open Sans",Calibri,Candara,Arial,sans-serif;
    font-size:32px;
    display: block;
    /*font-size: 1.5em;*/
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-style: normal;
    font-weight: bold;
}

.careers-header-text-wrapper h4 span {
    font-weight:100;
    font-family:"Open Sans",Calibri,Candara,Arial,sans-serif;
    /*font-size: 1.5em;*/
}
