 #jobs-list a[href="/executive-assistant-to-president-and-ceo-downtown-chicago-business-office/job/10764814"]+span.location {
    display: none;
}


/* POPUP CSS 2018*/

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

#popup .container {
    max-width: 100%;
    width: 940px;
    height: auto;
    padding: 20px;
    position: relative;
    margin: 20px auto;
    text-align: center;
    z-index: 999;
    background: white;
    overflow: hidden;
}

#close {
    cursor: pointer;
    color: #444;
    float: right;
    font-size: 25px !important;
    position: relative;
}

.pop-up_row {
    width: 80%;
    margin: 0 auto;
    /* padding: 5%; */
    text-align: left;
    position: relative;
}


@media (max-width:960px) {
    .job-fair_pop-up-img-col {
        display: none !important;
    }

    #popup .col-sm-offset-right-4 {
        margin-right: 0px;
    }

    #popup .col-sm-9 {
        width: auto;
    }

    #popup .container {
        width: auto;
    }

    .job-fair_pop-up {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .pop-up_row h1 {
        font-size: 28px !important;
    }

    .popup_tag-line {
        font-size: 18px !important;
    }

    .pop-up_row h2 {
        font-size: 18px !important;
    }

    #popup .container {
        padding: 5px;
    }
}

@media (min-width: 960px) {
    #close {
        cursor: pointer;
        font-size: 25px !important;
        position: absolute;
        /* right: 70px; */
        left: -70px;
    }

    .job-fair_pop-up-img-col {
        position: absolute;
        top: -2px;
        right: 0px;
        left: 611px;
        display: block;
    }

    .job-fair_pop-up-img-wrapper {
        width: 240px;
        height: auto;
    }
}

/* OPEN HOUSE */

.open-house_info-1,
.open-house_info-2,
.open-house_info-3,
.open-house_info-4 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
}

.open-house_info-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5%;
}

.open-house_info-1 h3,
.open-house_info-2 h3,
.open-house_info-3 h3,
.open-house_info-4 h3,
.open-house_info-5 h3 {
    color: #43A694;
    font-weight: 500;
}

.open-house_info-1 a,
.open-house_info-2 a,
.open-house_info-3 a,
.open-house_info-4 a,
.open-house_info-5 a {
    color: #9E5A9C;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 768px) {
    .page-open-house .diagonal-div {
        width: 100%;
        height: 250px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

@media (min-width: 768px) {

    .page-open-house .diagonal-div {
        width: 57vw;
        text-align: left;
    }

    .open-house_info-1,
    .open-house_info-3 {
        border-right: 1px solid #dedede;
    }

    .open-house_info-1,
    .open-house_info-2,
    .open-house_info-3,
    .open-house_info-4 {
        border-bottom: 1px solid #dedede;
    }

    .open-house_info-3,
    .open-house_info-4 {
        min-height: 290px
    }


    .open-house_form-wrapper {
        height: 1810px;
    }
}

@media (max-width: 425px) {
    .open-house_form-wrapper {
        height: 2300px;
    }
}

/**videos**/

.video__content-btn {
    background-color: #368575;
    margin: 0 auto;
    position: relative;
    padding: 15px;
    display: block;

    transition: 0.3s all ease-in-out;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.video__content-btn:hover {
    background-color: #42a694;
}

.video__content-btn a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.video__content-btn i {
    margin-left: 15px;
}



@media(min-width: 400px) {
    .video__content-btn {
        width: 50%;
        transform: skew(-20deg);
    }

    .video__content-btn.big {
        font-size: 27px;
    }

    .video__content-btn.small {
        width: 150px;
    }
}




/* RESPONSIVE NAV*/

#header-nav {
    position: relative;
    min-height: 100px;
    z-index: 999999;
    top: 0;
    display: block;
    width: 100%;
    background: #fff !important;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s .3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-backface-visibility: hidden;
}

#header-nav .container {
    /*max-width: 72em;*/
    max-width: 100%;
    margin: 0 auto;
}

nav#menu {
    line-height: 0px !important;
    float: left;
    background: #fff;
    width: 100%;
}

a img {
    border: none;
    outline: none;
}

a.menu-link {
    float: right;
    display: block;
    margin: 0 auto;
    padding: 50px 15px 0 0;
}

nav[role=navigation] {
    clear: right;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}

nav[role=navigation].active {
    max-height: 15em;
}

nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0;
}

nav[role=navigation] li a {
    display: block;
    padding: 0.8em;
}

.menu-link {
    height: 30px;
    width: 33px;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    margin-top: 3px;
    background: #999999;
    width: 33px;
    height: 4px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.bar2 {
    margin-top: 13px;
}

.bar3 {
    margin-top: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.brand {
    float: left;
    margin: 10px 0 0 1em;
}

/* QUERY FOR RESPONSIVE NAV*/

@media screen and (min-width: 992px) {
    nav#menu {
        float: right !important;
        /* width: inherit !important; */
        width: 77% !important;
        font-size: 16px;
        min-height: 100px;
    }

    a.menu-link {
        display: none;
    }

    .js nav[role=navigation] {
        max-height: none;
        height: 80px;
    }

    nav[role=navigation] ul {
        margin: 34px auto;
        border: 0;
        float: right;
    }

    nav[role=navigation] li {
        display: inline-block;
        margin: 0 0.25em;
    }

    nav[role=navigation] li a {
        border: 0;
    }
}

/* RESPONSIVE NAV END*/

/********************************

@ GRID

********************************/

.container {
    position: relative;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

[class*="col-"] {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

#CompHTMLPageBottom>footer>div.footer-left.col-xs-12>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 1200px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .col-xs-1 {
        width: 8.33333%;
    }

    .col-xs-2 {
        width: 16.66667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333%;
    }

    .col-xs-5 {
        width: 41.66667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333%;
    }

    .col-xs-8 {
        width: 66.66667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333%;
    }

    .col-xs-11 {
        width: 91.66667%;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .col-xs-5col {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-5col {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-5col {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-5col {
        width: 20%;
    }
}

/********************************

@    OFFSETS

********************************/

@media (max-width: 767px) {
    .col-xs-offset-left-1 {
        margin-left: 8.33333%;
    }

    .col-xs-offset-right-1 {
        margin-right: 8.33333%;
    }

    .col-xs-offset-left-2 {
        margin-left: 16.66667%;
    }

    .col-xs-offset-right-2 {
        margin-right: 16.66667%;
    }

    .col-xs-offset-left-3 {
        margin-left: 25%;
    }

    .col-xs-offset-right-3 {
        margin-right: 25%;
    }

    .col-xs-offset-left-4 {
        margin-left: 33.33333%;
    }

    .col-xs-offset-right-4 {
        margin-right: 33.33333%;
    }

    .col-xs-offset-left-5 {
        margin-left: 41.66667%;
    }

    .col-xs-offset-right-5 {
        margin-right: 41.66667%;
    }

    .col-xs-offset-left-6 {
        margin-left: 50%;
    }

    .col-xs-offset-right-6 {
        margin-right: 50%;
    }

    .col-xs-offset-left-7 {
        margin-left: 58.33333%;
    }

    .col-xs-offset-right-7 {
        margin-right: 58.33333%;
    }

    .col-xs-offset-left-8 {
        margin-left: 66.66667%;
    }

    .col-xs-offset-right-8 {
        margin-right: 66.66667%;
    }

    .col-xs-offset-left-9 {
        margin-left: 75%;
    }

    .col-xs-offset-right-9 {
        margin-right: 75%;
    }

    .col-xs-offset-left-10 {
        margin-left: 83.33333%;
    }

    .col-xs-offset-right-10 {
        margin-right: 83.33333%;
    }

    .col-xs-offset-left-11 {
        margin-left: 91.66667%;
    }

    .col-xs-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-left-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333%;
    }

    .col-sm-offset-left-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66667%;
    }

    .col-sm-offset-left-3 {
        margin-left: 25%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-left-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333%;
    }

    .col-sm-offset-left-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66667%;
    }

    .col-sm-offset-left-6 {
        margin-left: 50%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-left-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333%;
    }

    .col-sm-offset-left-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66667%;
    }

    .col-sm-offset-left-9 {
        margin-left: 75%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-left-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333%;
    }

    .col-sm-offset-left-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-md-offset-left-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333%;
    }

    .col-md-offset-left-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66667%;
    }

    .col-md-offset-left-3 {
        margin-left: 25%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-left-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333%;
    }

    .col-md-offset-left-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66667%;
    }

    .col-md-offset-left-6 {
        margin-left: 50%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-left-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333%;
    }

    .col-md-offset-left-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66667%;
    }

    .col-md-offset-left-9 {
        margin-left: 75%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-left-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333%;
    }

    .col-md-offset-left-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-left-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333%;
    }

    .col-lg-offset-left-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66667%;
    }

    .col-lg-offset-left-3 {
        margin-left: 25%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-left-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333%;
    }

    .col-lg-offset-left-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66667%;
    }

    .col-lg-offset-left-6 {
        margin-left: 50%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-left-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333%;
    }

    .col-lg-offset-left-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66667%;
    }

    .col-lg-offset-left-9 {
        margin-left: 75%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-left-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333%;
    }

    .col-lg-offset-left-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66667%;
    }
}

/********************************

@    RESPONSIVE HIDDEN

********************************/

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/********************************

@    HELPER CLASSES

********************************/

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/********************************

@    MAIN CSS

********************************/

h1,
h2,
h3,
h4 {
    line-height: 1.3 !important;
}

.srt {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    clip: rect(0 0 0 0);
}

.row {
    width: 80%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
}

#video {
    margin-top: 50px;
    text-align: center;
    padding: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section:after {
    content: "";
    display: table;
    clear: both;
}

.lg-2 {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

img {
    max-width: 100%;
}

#PContent>section.overview--s4>img {
    width: 100% !important;
}

body {
    margin: 0 auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #444;
    overflow-x: hidden;
}

a {
    font-weight: 500;
    color: #43A694;
}

.inner-container {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

#navbar .inner-container {
    position: relative;
}

.back-to {
    margin-right: 18px;
    position: absolute;
    line-height: 24px;
    top: 5px;
    right: 0;
    margin-bottom: 10px;
    background: #408A7B;
    border-radius: 4px;
}

.back-to-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: #408A7B;
    border-radius: 4px;
}

.back-to a,
.back-to-footer a {
    color: #fff;
    text-decoration: none;
    padding: 7.5px 12px;
}

#navbar {
    height: 80px;
    padding: 5px;
    background: #fff;
}

.logo {
    width: 200px;
    display: inline-block;
}

nav {
    float: right;
    line-height: 100px;
}

nav a {
    color: #408A7B;
    text-decoration: none;
    font-weight: 500;
}

nav a:not(:last-child) {
    margin-right: 30px;
}

header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150686/header-bg-overview-3.jpg") center no-repeat;
    background-size: cover;
    height: 45vw;
    position: relative;
}

#company-profile-page header {
    display: table;
    width: 100%;
    text-align: center;
}

#company-profile-page header h1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-clinical-and-patient-support-jobs header,
.page-open-house header,
.page-texas-clinic-jobs header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/bg__header--clinical.jpg") center no-repeat;
    background-size: cover;
    height: 38vw;
}

.page-support-services-jobs header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/bg__header--support-services-jobs.jpg") center no-repeat;
    background-size: cover;
    height: 38vw;
}

.page-professional-and-management-jobs header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/bg_professional_management.jpg") center no-repeat;
    background-size: cover;
    height: 36vw;
}

.page-administrative-and-hospitality-services-jobs header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150750/bg__header--administrative.jpg") center no-repeat;
    background-size: cover;
    height: 40vw;
}

.page-students-and-recent-graduates header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/student_grad.jpg") center no-repeat;
    background-size: cover;
    height: 38vw;
}

#company-profile-page.page-administrative-and-hospitality-jobs header .h1 {
    padding-top: 65px;
}

.page-our-community header {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/bg__header--our-community.jpg") center no-repeat;
    background-size: cover;
    height: 38vw;
}

header h1,
header h3,
header button {
    position: relative;
    z-index: 2;
    color: #fff;
}

.h1 {
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.h2 {
    font-weight: 500;
    font-size: 2.5vw;
}

.h3 {
    font-size: 1.5vw;
    font-weight: 300;
}

header .h3 {
    color: #fff;
}

header button {
    padding: 15px 25px;
    border: 1px solid #fff;
    background: transparent;
    margin-top: 35px;
    font-size: 1em;
}

.diagonal-div {
    width: 47.5vw;
    background: rgba(0, 60, 15, 0.65);
    height: 25vw;
    position: absolute;
    top: 15%;
    left: 0;
    padding: 1.5vw 10px 0 13%;
    box-sizing: border-box;
}

.diagonal-div:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25vw solid transparent;
    border-left: 100px solid rgba(0, 60, 15, 0.65);
    position: absolute;
    right: -100px;
    top: 0;
}

.overview--s1 {
    position: relative;
    padding: 30px 0;
}

.overview--s1 .col-sm-3 {
    vertical-align: middle;
}

.overview--s1 img {
    max-width: 100% !important;
    width: 200px;
}

.overview--s1 .row {
    padding: 3%;
}

.overview--s1 {
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}

.awards {
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
}

.awards .left-arrow {
    background: url("//d2i2zd9axwkr7h.cloudfront.net/company/sites/150684/left-arrow-ctca.png");
    height: 50px;
    width: 28px;
    position: absolute;
    left: 0px;
}

.awards li {
    list-style: none;
    display: inline-block;
    width: 33.333%;
    text-align: center;
}

.awards li {
    float: left;
}

.awards li:nth-child(2) {
    margin-left: -25px;
    padding-top: 15px;
}

.awards li img {
    margin: 0 15%;
    width: auto;
    max-width: 100%;
}

.awards li:last-child {
    float: right;
}

.overview--s2 {
    background: #3D93B3;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.overview--s2 .h2 {
    margin-top: 0;
}

.overview--s2 .lg-2:nth-child(2) {
    color: #fff;
    padding: 3.5%;
    margin-left: -25px;
}

.overview--s3 {
    background: #fff;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

#fixed-vid {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

#fixed-vid video {
    width: 100%;
}

#locations {
    background: rgba(225, 225, 225, 0.9);
    text-align: center;
    padding: 75px;
    position: relative;
    z-index: 9998;
    min-height: 300px;
}

#company-follow .company-follow-container {
    z-index: 10000 !important;
}

.locations {
    padding: 2.5em 0;
    background: #f1f1f1;
}

#mobile_list .information {
    display: block;
    position: relative;
    width: 100%;
}

#mobile_list {
    width: auto;
    left: -8px;
    position: relative;
}

#mobile_list .information:before,
#mobile_list .information span.close {
    display: none;
}

.information {
    position: absolute;
    width: 375px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.25);
    z-index: 99;
    display: none;
}

.information img {
    display: block;
    margin: 0 auto;
}

.information .close {
    font-size: 1.25em;
    float: right;
    margin-top: -8px;
    margin-left: -8px;
    cursor: pointer;
}

.information h3 {
    margin: 10px auto;
}

.information img {
    width: 80%;
}

.information button {
    background: transparent;
    color: #444;
    border: 1px solid #444;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all .3s ease;
}

.information button:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.information:before {
    content: "";
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.95);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: -20px;
    top: 175px;
}

.information.left:before {
    border-left-color: rgba(255, 255, 255, 0.95);
    border-right-color: transparent;
    left: auto;
    right: -20px;
}

.chicago+.information:before,
.phoenix+.information:before {
    top: 375px;
}

.dallas+.information:before {
    top: 55px;
}

.map {
    margin-top: 2.5em;
}

/*#Layer_2 {
    display: none;
}*/

.browserundefined #Layer_2,
.browserIE #Layer_2 {
    display: block;
}

.browserIE #Layer_1,
.browserundefined #Layer_1 {
    display: none;
}

.st1.inSight {
    fill: #276755;
}

.map-location h3,
.map-location p {
    margin: 0 auto;
}

.map-location img {
    padding: 1rem 0;
}

.map-marker {
    color: #fff;
    font-size: 2em !important;
    cursor: pointer;
    position: absolute;
    transition: transform 0.225s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    top: -9999px;
}

.map-marker:hover {
    transform: scale(1.25) translateY(-5px);
}

svg#Layer_2 {
    margin-left: -80px;
}

span.tulsa {
    margin-top: 15px;
    margin-left: 40px;
}

span.boca-raton {
    margin-left: 25px;
    margin-top: 9px;
}

span.phoenix {
    margin-top: 90px;
    margin-left: -5px;
}

span.dallas {
    margin-top: 120px;
    margin-left: 145px;
}

span.chicago {
    margin-top: 40px;
    margin-left: -20px;
}

span.atlanta {
    margin-top: 30px;
    margin-left: -10px;
}

span.philadelphia {
    margin-top: 5px;
    margin-left: -5px;
}

span.houston {
    margin-top: 130px;
    margin-left: 5px;
}

span.indianapolis {
    margin-top: 5px;
    margin-left: -30px;
}

span.memphis {
    margin-top: 15px;
    margin-left: -27px;
}

span.nashville {
    margin-top: 0;
    margin-left: 60px;
}

span.raleigh {
    margin-top: 5px;
    margin-left: 50px;
}

span.charlotte {
    margin-top: 12px;
    margin-left: 0px;
}

span.jacksonville {
    margin-top: 0;
    margin-left: 70px;
}

span.orlando {
    margin-top: 33px;
    margin-left: 78px;
}

span.tampa {
    margin-top: 38px;
    margin-left: 58px;
}

span.miami {
    margin-top: 80px;
    margin-left: 110px;
}

.st0 {
    fill: #3F8072;
    stroke: #EEEADE;
    stroke-width: 0.5;
}

.st1 {
    fill: #30696A;
    stroke: #EEEADE;
    stroke-width: 0.5;
    transition: fill 0.5s ease;
}

#job-opportunities {
    width: 100%;
    background: #fff;
    z-index: 1000;
    position: relative;
    padding: 60px 0;
    padding-bottom: 20px;
    text-align: center;
}

#job-opportunities p {
    margin-bottom: 25px;
}

.job-callouts:after {
    content: "";
    display: table;
    clear: both;
}

.job-callout {
    width: 50%;
    box-sizing: border-box;
    padding: 1.5%;
    float: left;
}

.job-callout:nth-child(1),
.job-callout:nth-child(3),
.job-callout:nth-child(5) {
    border-right: 1px solid #dedede;
}

.job-callout:nth-child(1),
.job-callout:nth-child(2),
.job-callout:nth-child(3),
.job-callout:nth-child(4) {
    border-bottom: 1px solid #dedede;
}

.job-callout:nth-child(3) {
    clear: left;
}

/*.job-callout:last-child {*/
/*    border-top: 1px solid #dedede;*/
/*    width: 100% !important;*/
/*    float: none;*/
/*    clear: both;*/
/*    padding: 5% 150px 1.5%;*/
/*}*/

/*#job-opportunities>div.inner-container>div>div:nth-child(5) {*/
/*    border-top: 1px solid #dedede;*/
/*    width: 100%;*/
/*    float: none;*/
/*    clear: both;*/
/*}*/

.job-callout:last-child img {
    float: none;
}

.job-callout__info {
    text-align: left;
}

.job-callout__info h3 {
    margin: 0;
}

.job-callout h3 {
    color: #43A694;
    font-weight: 500;
}

.job-callout img {
    width: auto;
}

#job-opportunities>div>div>div:nth-child(4)>img {
    width: 206px;
}

.job-callout p:first-of-type {
    width: 70%;
    margin: 0 auto;
}

.job-callout a {
    color: #9E5A9C;
    font-weight: bold;
    text-decoration: none;
}

.job-callout a span {
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
    transition: .2s ease;
}

.job-callout a:hover span {
    margin-left: 10px;
}

.mini__cta p {
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 0;

}

.make-a-difference {
    background: #f1f1f1;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
    /*padding: 65px 0;*/
}

.benefits {
    margin-top: 65px;
}

#benefits {
    z-index: 1000;
    position: relative;
    background: #fff;
    background-size: cover;
    padding: 65px 0;
    min-height: 600px;
}

#benefits.leading {
    height: 1100px;
}

.benefit-nav:after {
    content: "";
    display: table;
    clear: both;
}

.benefit-nav__item {
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 1.5% 3.5%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .5;
    transition: .2s ease;
    cursor: pointer;
}

.benefit-nav__item:hover {
    opacity: .75;
}

.benefit-nav__item.active {
    opacity: 1;
}

.benefit-nav__item img {
    width: 50%;
}

.benefit {
    opacity: 0;
    position: absolute;
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    transition: .2s ease;
    display: block;
    top: 275px;
}

.benefit.active {
    opacity: 1;
}

.benefit__headline {
    width: 100%;
    text-align: center;
}

.headline__line {
    width: 100%;
    height: 2px;
    background: #444;
    margin-top: -37.5px;
}

.benefit h2 {
    display: inline-block;
    width: auto;
    padding: 0 5%;
    background: #fff;
}

.benefit li {
    margin: 5px 0;
}

#benefits .small {
    display: block;
    position: absolute;
    bottom: 35px;
    width: 75%;
}

#benefits .arrow {
    position: absolute;
    font-size: 5em;
    padding: 0 23px;
    line-height: .05;
    top: calc(50% - 60px);
    cursor: pointer;
    transition: .2s ease;
    color: #989898;
}

#benefits .arrow:hover {
    color: #444;
}

#benefits .arrow--left {
    left: 5%;
}

#benefits .arrow--right {
    right: 5%;
}

#values>div.missions-left.col-xs-12,
#values>div.missions-right.col-xs-12 {
    padding: 0;
}

.missions {
    position: relative;
    z-index: 1001;
    background: #276755;
    color: #fff;
}

.missions:after {
    content: "";
    display: table;
    clear: both;
}

.missions-left,
.missions-right {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.mission,
.vision,
.promise {
    padding: 1px 1px 5px;
}

.missions-right {
    padding-top: 25px;
}

.mission {
    background: #9E5A9C;
}

.vision {
    background: #3D93B3;
}

.promise {
    background: #43A694;
}

/*all jobs*/

.page-jobs #jobs-list:before {
    content: "Available Jobs at Cancer Treatment Centers of America";
    text-align: center;
    padding: 30px 0;
    font-size: 1.5em;
    display: block;
}

/*returning*/

#returning {
    position: relative;
    bottom: 0;
    line-height: 18px;
    text-align: center;
    color: #58595B;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding-bottom: 20px;
}

#returning h2 {
    font-size: 1.5em;
}

#returning h4 {
    font-size: 12px;
}

#returning p,
#returning a {
    padding: 0 30%;
    margin: 0 auto;
    font-size: 12px;
}

.jobs-list .results-list .result-item {
    border-left: solid rgba(0, 0, 0, 0);
    border-width: 3px;
    padding: 10px;
}

.jobs-list .results-list .result-item:hover {
    border-left: solid #378575;
}

#jobs-list {
    z-index: 1001;
    position: relative;
}

.jobs-list main .results-container {
    padding: 40px 20px !important;
}

#jobs-list aside {
    background: #fff;
}

/*remove h3 for jobs*/

.jobs-list aside .filter-group>h3 {
    display: none;
}

/*remover location from search*/

.LocationSearchInputComponent {
    display: none !important;
}

.jobs-list .job-search-button.primary {
    background: #378575 !important;
    color: #fff !important;
    border: 0 !important;
}

.view-all-jobs,
footer {
    position: relative;
    z-index: 1001;
    text-align: center;
}

.view-all-jobs {
    background: #2A6A5C;
    padding: 15px;
}

.view-all-jobs button {
    color: #2A6A5C;
    background: #fff;
    border: 0;
    padding: 8px 14px !important;
    font-size: 1em;
    box-shadow: none;
    border: none;
    border-radius: 0;
    line-height: normal;
}

footer {
    background: #378575;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a span {
    font-size: 1.75em !important;
    padding: 5px 10px;
}

footer:after {
    content: "";
    display: table;
    clear: both;
}

.footer-left,
.footer-middle,
.footer-right {
    width: 33.3%;
    padding: 1.5% 5%;
    box-sizing: border-box;
    float: left;
}

.footer-right iframe {
    width: 30vw;
    height: 17.5vw;
    max-width: 100%;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*company follow*/

#company-follow .company-follow-container .leader>div {
    position: relative !important;
}

@media (max-width: 700px) {
    #company-follow .company-follow-container {
        margin-left: -115px !important;
    }
}

/*job-page*/

/************************************
*****Job_detaill Button Hover********
*************************************/

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #408a7b;
    color: #fff;
}

#job-detail .secondary-color {
    color: #fff;
}

#job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6);
}

#job-detail .job-description .apply-with-jobing-component .jobing-icon {
    fill: #fff;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #408a7b;
}

/*bullet*/

#job-detail #PContentContainer .email {
    list-style-type: none !important;
}

.job-addl-info .share-tools .email {
    list-style: none !important;
}

#job-detail #PContentContainer ul li {
    list-style-type: disc !important;
}

#job-detail #PContentContainer ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#job-detail #PContentContainer ol {
    list-style-type: decimal;
    list-style-position: inside;
}

#job-detail #PContentContainer ul ul,
#job-detail #PContentContainer ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

#job-detail #PContentContainer ol ol,
#job-detail #PContentContainer ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

/*applybutton custom*/

#job-detail .ApplyButton.full::before {
    content:'External Candidates apply here';
}
#job-detail .ApplyButton.full span {
    display: none;
}

#job-detail .application-instructions-header,
#job-detail .custom-apply-text {
    display: none;
}


#job-detail .ApplyButton.custom-btn {
    margin-top: 1rem;
}

/**temproraly until jevin fixes
#ApplyInstructions{
    display:none;
}
#Apply > div > h2:after{
    content:"unavailable at this time";
    display:block;
    font-style: italic;
    font-size:12px;
    text-decoration:none;
    padding-top: 30px;
}*/

/**end**/

#ApplyInstructions>p {
    display: none;
}

body#job-detail {
    font-size: 16px;
    background: #ffffff;
}

body#job-detail p {
    margin: 1em 0 !important;
}

#job-detail nav ul li a:hover {
    color: #408A7B;
}

#job-detail #PContent>.inner {
    padding: 0 15px;
}

#job-detail #header-nav .container {
    max-width: 1170px;
    margin: 0 auto;
}

#job-detail #PTitle>h1 {
    margin-top: 30px;
}

#job-detail>div.container {
    max-width: 100%;
}

#preview-alert {
    display: none !important;
}

.job-body,
#Apply {
    background: #fff;
    padding: 1.5%;
    border-radius: 2px;
}

.share-tools .email a {
    margin-bottom: 20px;
    width: 150px;
}

.custom-apply-text {
    display: none;
}

#ApplyInstructions>a>span>strong {
    color: #06c;
}

#job-detail form#emailFriend {
    padding: 0;
    display: block;
    clear: both;
}

#job-detail input#eRecipient {
    font-size: 14px;
    height: 40px;
    margin: 10px 0 15px 0;
    width: 250px !important;
}

#job-detail input#email-submit-button {
    display: block;
    clear: both;
    background: #378575;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 0 50px 0;
}

#job-addl-info {
    margin-right: 10px;
}

/*job-detail description edits*/

#job-detail .description .col-md-8 {
    width: auto;
}

#job-detail .description [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#job-detail>div:nth-child(4)>div>div>div.main-content>div.job-body>div>div>div>section:nth-child(1) {
    display: none;
}

@media (min-width: 1200px) {
    #job-detail .description .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#footerpowered {
    z-index: 9999;
    background: #fff;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    display: block;
    list-style: none;
    position: relative;
}

#footerpowered .PoweredBy {
    width: 100% !important;
}

#footerpowered>li {
    font-size: 12px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

#footerpowered>li a {
    font-weight: 500;
    color: #43A694;
    text-decoration: underline;
}

/********************************

@    MAIN CSS QUERY

********************************/

@media (max-width: 768px) {

    /*fix diganol img mobile*/
    img {
        max-width: none;
    }

    #about>div:nth-child(1)>img {
        position: relative;
        width: 130%;
    }

    .jobs-list .job-search-button.action {
        margin-bottom: 30px;
    }

    .diagonal-div {
        width: 100%;
        height: 250px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    .diagonal-div p {
        font-size: 15px;
        padding: 15px;
    }

    .diagonal-div p.h1 {
        font-size: 25px;
    }

    .diagonal-div p.h3 {
        margin-top: 0;
        padding-top: 0;
    }

    .diagonal-div:after {
        display: none;
    }

    header {
        height: 55vh !important;
    }

    #about>div:nth-child(1) {
        width: 100%;
    }

    /*#about>div:nth-child(1) img {
        min-height: 100%;
    }*/
    #about>div:nth-child(2) {
        width: 100%;
        margin: auto;
    }

    #about>div:nth-child(2) h2 {
        font-size: 25px;
    }

    .overview--s2 {
        padding-bottom: 30px !important;
    }

    #locations {
        padding: 0 !important;
    }

    .job-callout:last-child {
        padding: 0 !important;
    }

    #benefits .inner-container .benefit-nav p {
        font-size: 10px !important;
    }

    .benefit {
        top: initial !important;
    }

    #benefits {
        min-height: 500px;
    }

    /*.back-to-footer {
        position: initial !important;
    }*/
    .missions-left,
    .missions-right {
        width: 100%;
    }

    .job-callout {
        border: none !important;
    }

    #job-opportunities {
        padding: 0;
    }

    .overview--s2 .lg-2 img {
        min-height: 0 !important;
    }

    #returning p {
        padding: 0 20%;
    }

    /*remove map on mobile/ tablet*/
    /*#CompHTMLPageBottom > footer > div.footer-right.col-xs-12{
        display:none;
    }*/
}

@media (max-width: 1200px) {
    .map {
        display: none;
    }
}

@media (min-width: 1200px) {
    .map {
        display: block;
        width: 100%;
        height: 100%;
    }

    #mobile_list {
        display: none;
    }
}

/*small iphone*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    header {
        height: 70vh !important;
    }

    .page-clinical-and-patient-support-jobs header {
        background-position: -500px 0;
    }

    .benefit-nav__item {
        width: 50%;
    }

    #benefits .arrow--left,
    #benefits .arrow--right {
        display: none;
    }

    .headline__line {
        margin: 0 auto;
    }

    .page-our-community header {
        background-position: -18px 0px;
    }

    #benefits.leading {
        height: 1700px;
    }

    #benefits.healthcare_section,
    #benefits.savings_section {
        height: 830px;
    }

    #benefits.wellness_section {
        height: 800px;
    }
}

@media (max-width: 1025px) {
    .diagonal-div {
        left: 0;
    }
}

@media (max-width: 450px) {
    #benefits {
        height: 900px;
    }

    #company-profile-page header h1 {
        font-size: 2em;
        padding: 0 20px;
    }

    .overview--s4.scroll-to-fixed-fixed {
        position: relative !important;
    }

    #PContent>div:nth-child(6) {
        display: none !important;
    }
}

/*MAP REMOVE PINS*/

@media only screen and (max-width: 1199px) {
    #locations .map-marker {
        display: none;
    }
}

/*JOBS PAGE FIX OVERLAP*/

@media (min-width: 641px) {

    #PContent .box-1,
    #PContent .job-body {
        margin-right: 230px !important;
    }
}

/*??*/

@media (max-width: 1400px) {
    .awards li {
        width: 30%;
    }

    .awards li:nth-child(2) {
        margin-left: 33.333px;
    }

    .awards li img {
        width: 100%;
        margin: 0;
    }

    .overview--s2 .lg-2 img {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    #footerpowered {
        padding: 25px 25px 40px;
    }
}

#company-profile-main>div:nth-child(9) {
    height: auto;
    position: absolute;
    width: 100%;
}

/*********
**Profile*
**********/

.profile #PContent {
    margin: 0 auto;
}

.profile .co-nav {
    z-index: 999 !important;
    text-align: left;
    max-width: 100%;
    float: left;
    display: inline-block;
    background-color: #466c62;
    padding: 0px 20px 20px;
}

.profile .co-nav li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}

.profile .count {
    display: none;
}

.profile .co-nav li a {
    color: #fff;
}

.profile #Layer_2 {
    width: 500px;
    height: auto;
}

.profile .open-jobs ul li a {
    display: block;
    color: #466c62;
    background: #fff;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: left;
    position: relative;
    padding: 15px;
}

.profile .open-jobs ul li a:hover {
    background: #466c62;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.profile .job-location {
    float: right;
}

.profile .open-jobs {
    width: 100% !important;
}

.profile #about img {
    height: 100%;
}

.profile #PDetails {
    top: 530px;
    position: relative;
}

.profile #PContent>div>div.job-body>div>div>div>section:nth-child(1) {
    display: none;
}

/* video player inline btns overview 0519 */

.inline-video__thumbnail {
    display: inline-block;
    background: black;
    width: 220px;
    height: 150px;
    margin: 0px 10px;
    position: relative;
}

.inline-video__thumbnail.vid-2 {
    background: url('//dy5f5j6i37p1a.cloudfront.net/company/sites/135160/video-thumbnail-1.jpg')
}

.inline-video__thumbnail.vid-3 {
    background: url('//dy5f5j6i37p1a.cloudfront.net/company/sites/135160/video-thumbnail-2.jpg')
}

.inline-video__thumbnail a {
    display: block;
    color: white;
    text-decoration: none;
    position: absolute;
    background: #43A694;
    padding: 5px 0px;
    width: 100%;
    bottom: 0px;
}