/**
 * buttons, links, text, title - default settings
 */
body, h1, h2, h3, h4, h5, li, p, span, label, input, textarea, a, a:hover {
    color: #000;
    font: normal normal normal 18px/26px News-Gothic-Com-Roman, Arial Regular, sans-serif;
    hyphens: auto;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
a,
h4,
svg,
.buttonWrapperPrimary,
.buttonWrapperSecondary,
.similarJob {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
a {
    color: #E75114;
    font: normal normal normal 18px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
a:hover {
    color: #E75114;
    font: normal normal normal 18px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    text-decoration: underline;
}
svg {
    display: block;
    height: auto;
    max-width: 100%;
}
h1 {
    color: #E75114;
    font: normal normal normal 55px/77px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    margin: 0;
    padding: 0 0 10px;
}
h2 {
    font: normal normal normal 35px/49px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    margin: 0;
    padding: 0 0 15px;
}
h3 {
    font: normal normal normal 18px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    margin: 0;
    padding: 0 0 10px;
}
h4 {
    color: #E75114;
    font: normal normal normal 24px/30px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    margin: 0;
    padding: 0 0 10px;
}
iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
ul {
    margin: 0;
    padding-left: 20px;
}
li {
    line-height: 24px;
    padding-bottom: 10px;
}
li::marker {
    font-size: 20px;
}
li:last-child {
    padding-bottom: 0;
}
.buttonWrapperPrimary,
.buttonWrapperSecondary {
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 0 25px;
    cursor: pointer;
    max-width: max-content;
}
.buttonWrapperSecondary {
    background-color: #E75114;
    border: 2px solid #E75114;
}
.buttonWrapperPrimary a,
.buttonWrapperSecondary a {
    color: #E75114;
    display: block;
    font: normal normal normal 25px/35px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    padding: 5px 35px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.buttonWrapperSecondary a {
    color: #FFF;
    font: normal normal normal 20px/35px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
.buttonWrapperPrimary:hover {
    background-color: #E75114;
}
.buttonWrapperPrimary:hover a {
    color: #FFF;
}
.buttonWrapperSecondary:hover {
    background-color: #FFF;
}
.buttonWrapperSecondary:hover a {
    color: #E75114;
}
.displayPrint, .mobile {
    display: none;
}
.logo {
    width: 190px;
}
/**
* stickyHeader
*/
#stickyHeader {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#stickyHeaderWrapper {
    background-color: #E75114;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 100px;
    position: relative;
}
#stickyHeader h1 {
    color: #FFF;
    font: normal normal normal 35px/49px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    padding: 0;
}
/**
 * stickyBox
 */
#stickyBoxWrapper {
    background-color: #FFF;
    display: grid;
    float: right;
    gap: 20px;
    margin-top: 400px;
    padding: 15px 0 30px;
    position: sticky;
    right: 0;
    top: 80px;
    width: 260px;
    z-index: 5;
}
#stickyBoxWrapper div > div {
    margin-bottom: 20px;
}
#stickyBoxWrapper div > div:last-child {
    margin-bottom: 0;
}
/**
 * header
 */
header {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 5;
}
/**
 * main
 */
main, footer {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 100%;
}
section {
    background-color: #FFF;
    padding: 70px 300px 0 100px;
    position: relative;
}
.textWrapper {
    padding-bottom: 50px;
}
.columnWrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
}
#jobTitleWrapper {
    display: grid;
    gap: 10px 25px;
    grid-template-columns: 1fr auto;
}
#jobTitleWrapper img {
    padding-top: 10px;
    width: 48px;
}
#diversityWrapper {
    max-height: 58px;
    position: relative;
}
#diversityWrapper img {
    cursor: pointer;
}
#diversityContainer {
    background-color: #E75114;
    color: #FFFFFF;
    border-radius: 0 75px;
    bottom: 68px;
    display: none;
    padding: 50px;
    position: absolute;
    right: 0;
    width: 600px;
    z-index: 5;
}
#locationWrapper {
    display: flex;
    gap: 10px 15px;
}
#locationWrapper p {
    align-items: center;
    color: #E75114;
    display: flex;
    font-weight: 600;
}
#videoWrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.contact img {
    border-radius: 0 75px;
}
.contact p {
    color: #E75114;
}
.contact svg {
    border-radius: 7px;
    fill: #E75114;
}
.contact a {
    display: inline-block;
}
#mobileContact {
    display: flex;
    position: relative;
}
.mobileContactWrapperImage {
    position: absolute;
    top: 25px;
    width: 275px;
}
.mobileContactWrapperText {
    background-color: #EAE9EA;
    border-radius: 0 130px;
    margin-left: 225px;
    padding: 30px 100px;
    width: 100%;
}
.mobileContactWrapperText div {
    margin-bottom: 20px;
}
.mobileContactWrapperText div:last-child{
    margin-bottom: 0;
}
/**
 * benefits: slick
 */
#slickBenefits {
    margin-bottom: 100px;
    padding-top: 15px;
}
#slickBenefits .slick-dots {
    bottom: -80px;
}
.slick-dots li button:before {
    color: #E9E9E9;
    font-size: 15px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #E75114;
    opacity: 1;
}
#slickBenefits .benefitContainer {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.benefitImage {
    background-color: #E75114;
    border-radius: 0 75px;
    padding: 25px 60px;
    position: absolute;
    top: 25px;
    width: 275px;
    height: 165px;
}
.benefitImage img, .benefitImage svg {
    height: 115px;
    max-height: 115px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.benefitText {
    background-color: #EAE9EA;
    border-radius: 0 130px;
    margin-left: 225px;
    min-height: 245px;
    padding: 30px 100px;
    width: 100%;
}
.benefitText ul li:nth-child(odd) {
    color: #E75114;
    font: normal normal normal 18px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
/* the parent */
.slick-list {
    margin: 0 -27px;
}
/* the slides */
.slick-slide {
    margin: 0 27px;
}
#slickBenefitsText {
    text-align: center;
}
/**
 * similarJobs
 */
.similarJobsWrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
}
.similarJobsWrapper a {
    background-color: #EAE9EA;
    padding: 30px;
    text-decoration: none;
}
.similarJobsWrapper a:hover {
    background-color: #E75114;
}
.similarJobsWrapper a:hover h4 {
    color: #FFF;
}
.similarJobsWrapper p {
    font: normal normal normal 18px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
/**
 * footer
 */
footer {
    display: none;
    padding-bottom: 79px;
}
footer p {
    color: #FFF;
    margin-bottom: 0;
}
footer svg {
    border-radius: 5px;
    fill: #FFF;
}
footer a {
    display: inline-block;
}
#stickyFooterWrapper {
    background-color: #E75114;
    bottom: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: auto 1fr;
    max-width: 1200px;
    padding: 15px 100px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#stickyFooterWrapper > div:first-child {
    align-items: center;
    display: flex;
}
#stickyFooterWrapper > div:last-child {
    justify-self: flex-end;
}
.footerTile {
    display: flex;
    gap: 20px;
    height: 25px;
}
/**
* media screen (smartphones, tablets, etc.)
 */
@media only screen and (max-width: 1200px) {
    .mobile {
        display: block;
    }
    #stickyHeaderWrapper, #stickyFooterWrapper {
        padding: 15px 50px;
    }
    #stickyBoxWrapper {
        display: none;
        visibility: hidden;
    }
    section {
        padding: 50px 50px 0;
    }
    #diversityContainer {
        width: 400px;
    }
}
@media only screen and (max-width: 900px) {
    h1 {
        font: normal normal normal 35px/45px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    }
    h2 {
        font: normal normal normal 25px/32px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    }
    h4 {
        font: normal normal normal 20px/26px News-Gothic-Com-Bold, Arial Regular, sans-serif;
    }
    section {
        padding: 25px 25px 0;
    }
    #stickyHeader h1 {
        font: normal normal normal 25px/32px News-Gothic-Com-Bold, Arial Regular, sans-serif
    }
    #stickyHeaderWrapper, #stickyFooterWrapper {
        padding: 15px 25px;
    }
    .textWrapper {
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        padding-bottom: 69px;
    }
    .buttonWrapperPrimary a, .buttonWrapperSecondary a {
        font: normal normal normal 18px/25px News-Gothic-Com-Bold, Arial Regular, sans-serif;
        padding: 5px 25px;
    }
    #diversityContainer {
        width: 350px;
    }
    #slickBenefits .benefitContainer {
        display: block;
    }
    .benefitImage {
        border-radius: 0 75px 0 0;
        display: flex;
        justify-content: center;
        position: initial;
        top: 0;
        width: 100%;
    }
    .benefitImage img, .benefitImage svg {
        position: initial;
        top:auto;
        left:auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .benefitText {
        border-radius: 0 0 0 75px;
        margin-left: 0;
        padding: 30px;
    }
    .similarJobsWrapper {
        grid-template-columns: 1fr;
    }
    #mobileContact {
        display: block;
    }
    .contact img {
        border-radius: 0 75px 0 0;
    }
    .mobileContactWrapperImage {
        position: initial;
        top: 0;
        width: 100%;
    }
    .mobileContactWrapperText {
        border-radius: 0 0 0 75px;
        margin-left: 0;
        padding: 30px;
    }
    #stickyFooterWrapper {
        gap: 15px;
    }
    .footerTile {
        flex-wrap: wrap;
        gap: 10px;
    }
    .footerTile p {
        display: none;
    }
}

/* ANIMATIONS */
.slide-in-top {
    animation: slideInFromTop 0.7s forwards;
  }
  
  @keyframes slideInFromTop {
    0% {
      transform: translateY(-20%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }