body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    text-align: left;
}

    body.ios .android,
    body.ios .desktop {
        display: none;
    }

    body.android .ios,
    body.android .desktop {
        display: none;
    }

    body.desktop .android,
    body.desktop .ios {
        display: none;
    }

.revamp-link-ios {
    background: url(../assets/ios-revamp.svg);
    width: 132px;
    height: 40px;
    margin-right: 16px;
    display: inline-block;
}

.revamp-links {
    padding-top: 40px;
    padding-bottom: 124px;
    text-align: center;
}

.revamp-link-android {
    background: url(../assets/android-revamp.svg);
    width: 132px;
    height: 40px;
    display: inline-block;
}

/* Color palette */

:root {
    --dodger-blue: #519df5;
    --sunflower-yellow: #ffcc00;
    --marine-blue: #002e56;
}

/* Text styles */

a:hover {
    text-decoration: none;
    color: #0056b8;
}

a {
    color: var(--dodger-blue);
}

    a.platform-link {
        color: #fff;
        text-decoration: underline;
    }

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    text-align: center;
}

h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: -0.1px;
    text-align: center;
    display: block;
    margin: 20px;
    color: var(--marine-blue);
}

.current-openings h2 {
    margin: auto;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

h3 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    color: #002e56;
    color: #fff;
}

h4 {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: left;
    color: #ffffff;
}


.P3 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #002e56;
    color: var(--marine-blue);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0e478a;
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate3d(0px, 0, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

    .sticky-header .header {
        max-width: 1280px;
        width: 100%;
        margin: auto;
    }

    .sticky-header.show {
        opacity: 1;
        z-index: 999;
    }

.hero-container {
    padding-bottom: 50px;
    overflow: hidden;
    background: #f7f7f7;
}

.hero {
    height: 600px;
    background: url(../assets/City.png), radial-gradient(circle at 76% 70%, #008acc, #092f79);
    position: relative;
    background-size: cover;
}

    .hero .container {
        overflow: visible;
        height: 100%;
    }

.header {
    line-height: 100px;
}

    .header:after {
        clear: both;
        content: '';
        display: block;
    }

.nav-items {
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 0 6px 0;
}

.item {
    padding: 0 0 6px 0;
}

    .item:hover {
        border-bottom: solid 2px var(--sunflower-yellow);
    }

.experiences {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.22;
    color: #fff;
    margin-top: 120px;
}

.logo h1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 100px;
    margin: 0;
}

.logo span {
    line-height: 100px;
}

.overview {
    padding: 20px 0 60px;
    background: #f7f7f7;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
}

    .overview .col-12 {
        padding: 0 5px;
    }

    .overview .row {
        margin: 0;
    }

.devices {
    position: absolute;
    right: -400px;
    bottom: -50px;
}

.awesome {
    color: var(--sunflower-yellow);
    font-size: 82px;
    letter-spacing: -0.1px;
    font-family: 'Dancing Script', cursive;
    position: relative;
    padding: 0 4px;
}

    .awesome::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        height: 4px;
        background: var(--dodger-blue);
        content: '';
        display: block;
    }

.awesome-holder {
    display: inline-block;
}

.section {
    padding: 80px 0 40px;
    overflow: hidden;
}

.content {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: var(--marine-blue);
    text-align: left;
}

    .content .h1 {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0px;
        color: var(--marine-blue);
        text-align: left;
    }


.logos img {
    margin: 4px 12px;
}

#our-culture {
    background-image: linear-gradient(to bottom, #fff, #f4f4f4);
    overflow: hidden;
}

.content-link,
.view-jobs,
.our-culture {
    color: var(--dodger-blue);
    text-decoration: none;
}

.view-jobs,
.our-culture {
    position: relative;
    white-space: nowrap;
}

    .view-jobs::after,
    .our-culture::after {
        position: absolute;
        right: -20px;
        content: '';
        background: url(../assets/arrow-small-blue.svg);
        width: 16px;
        height: 12px;
        top: 6px;
        transform: translateZ(0);
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
    }

    .view-jobs:hover:after,
    .our-culture:hover:after {
        transform: translateX(4px);
    }

.timeline {
    background-image: radial-gradient(circle at 18% 91%, #002d56, #0056b8);
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.timeline-item {
    margin-top: 60px;
    text-align: center;
}

    .timeline-item:after {
        content: '';
        display: block;
        clear: both;
    }

.year {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: var(--sunflower-yellow);
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(-200px, 0, 0px);
    -webkit-transform: translate3d(-200px, 0, 0px);
    -o-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    transform: translate3d(-200px, 0, 0px);
}

    .year.in-view {
        opacity: 1;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 0, 0px);
        -webkit-transform: translate3d(0px, 0, 0px);
        -o-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate3d(0px, 0, 0px);
    }


.dot-line {
    position: relative;
}

.dot {
    margin: 10px auto 0;
    border-radius: 4px;
    background-color: var(--dodger-blue);
    width: 8px;
    height: 8px;
}

.line-start {
    margin: auto;
    width: 2px;
    background: linear-gradient(transparent 0%, var(--dodger-blue) 50%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    top: -60px;
}

.line-end {
    margin: auto;
    width: 2px;
    background: linear-gradient(var(--dodger-blue) 0%, transparent 90%);
    height: 60px;
}

.line {
    position: absolute;
    top: 15px;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    /*background: linear-gradient(transparent 0%, var(--dodger-blue) 5%, transparent 105%);*/
    background: var(--dodger-blue);
}

.info {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 46, 86, 0.5);
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(200px, 0, 0px);
    -webkit-transform: translate3d(200px, 0, 0px);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate3d(200px, 0, 0px);
}

    .info.in-view {
        opacity: 1;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 0, 0px);
        -webkit-transform: translate3d(0px, 0, 0px);
        -o-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate3d(0px, 0, 0px);
    }

.work-section {
    overflow: hidden;
    z-index: 10;
    position: relative;
}

    .work-section.revamp {
        background-image: radial-gradient(ellipse 100% 200% at 0% 100%, rgb(76, 76, 76) 0%, rgb(0, 0, 0) 100%);
    }

    .work-section.go {
        background-image: radial-gradient(circle at 74% 100%, #0f1a2b, #384355);
    }

    .work-section.football {
        background-image: radial-gradient(circle at 18% 94%, #12c55f, #004a27);
    }

    .work-section.wis {
        background-image: radial-gradient(circle at 74% 100%, #ffc367, #d27000);
    }

        .work-section.wis .work-image {
            padding-top: 40px;
        }

    .work-section.hardball {
        background-image: radial-gradient(circle at 74% 100%, #3cb0ba, #216369);
    }

    .work-section.bracket {
        background-image: radial-gradient(circle at 18% 94%, #ffa75d, #db6919);
    }

    .work-section.auto {
        background-image: radial-gradient(circle at 74% 100%, #ffd906, #0c0a00);
    }

    .work-section.foxnow {
        background-image: radial-gradient(circle at 18% 94%, #0099ff, #003b62);
    }

    .work-section.baseball {
        background-image: radial-gradient(circle at 74% 100%, #02459d, #012550);
    }

    .work-section.slb {
        background-image: radial-gradient(circle at 18% 94%, #f47c6c, #a1210b);
    }

    .work-section.predictions {
        background-image: radial-gradient(circle at 74% 100%, #0056b8, #001936);
    }

    .work-section.hoops {
        background-image: radial-gradient(circle at 21% 89%, #db6919, #9f3b27);
    }

    .work-section.worldcup {
        background-image: radial-gradient(circle at 21% 89%, #2c5c6c, #164859);
    }

    .work-section.scores {
        background-image: radial-gradient(circle at 74% 100%, #404040, #000);
    }

    .work-section.super6 {
        background-image: radial-gradient(circle at 21% 89%, #144b82, #02284f);
    }

    .work-section.superbowl {
        background-image: radial-gradient(circle at 21% 89%, #a41c44, #ba224f);
    }

    .work-section.broadcast {
        background-image: radial-gradient(circle at 74% 100%, #2b509b, #07162a);
    }

.work-content {
    color: #fff;
    text-align: left;
    margin-top: 120px;
}

    .work-content h4 {
        margin: 5px 0;
        font-size: 24px;
        font-weight: 400;
    }

    .work-content .text {
        padding: 20px 0 0;
    }

    .work-content h3 {
        text-align: center;
    }

.revamp .work-image {
    margin-top: 100px;
}

.revamp .work-content {
    margin-top: 40px;
}

    .revamp .work-content .text {
        text-align: center;
    }

.play-super-6 .work-image {
    margin-top: 40px;
    padding-bottom: 20px;
}

.links {
    padding: 20px 0 0;
}

    .links a {
        color: #fff;
        position: relative;
    }

        .links a::after {
            content: '';
            display: block;
            position: absolute;
            right: -25px;
            top: 5px;
            background: url(../assets/arrow-small-white.svg);
            transform: translateZ(0);
            transition-duration: 0.3s;
            transition-property: transform;
            transition-timing-function: ease-out;
            width: 16px;
            height: 12px;
        }

        .links a:hover:after {
            transform: translateX(4px);
        }

    .links ul {
        padding: 0 0 0 20px;
    }

    .links li {
        padding: 2px 0;
    }

.work-section:after {
    clear: both;
    content: '';
    display: block;
}

.values {
    margin-top: 40px;
}

.office-images {
    margin-top: 40px;
    display: none;
}

.image-holder {
    height: 500px;
}

.selected-image {
    height: 500px;
    width: calc(100% - 15px);
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}

.black {
    background: black;
}

.grey {
    background: grey;
}

.selected-image.active {
    opacity: 1;
}

.image-selector {
    height: 40px;
    margin-bottom: 8px;
    cursor: pointer;
}

.opening-container {
    border-radius: 8px;
    background-color: rgba(82, 157, 244, 0.04);
    border: solid 1px rgba(82, 157, 244, 0.3);
    padding: 40px 0;
}

.current-openings {
    font-size: 20px;
    text-align: center;
    color: var(--marine-blue);
    white-space: nowrap;
}

.upcoming-openings {
    margin-top: 60px;
}

.last-updated {
    font-size: 12px;
    font-style: italic;
    line-height: 2;
    text-align: right;
    color: var(--marine-blue);
}

.footer {
    background-image: radial-gradient(circle at 66% 100%, #008acc, #092f79);
    padding: 60px 15px 40px;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0px;
    text-align: center;
    color: #84bae5;
    padding-top: 140px;
}

    .disclaimer a {
        color: #84bae5;
    }


.work-image {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

    .work-image.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

.icon {
    opacity: 0;
    -moz-transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

    .icon.in-view {
        opacity: 1;
    }

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

    .carousel.carousel-slider .carousel-item {
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        list-style-type: none;
    }

    .carousel .indicators {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }

        .carousel .indicators .indicator-item {
            display: inline-block;
            position: relative;
            cursor: pointer;
            height: 8px;
            width: 8px;
            margin: 24px 4px;
            background-color: rgba(255,255,255,0.5);
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
            border-radius: 50%;
        }

            .carousel .indicators .indicator-item.active {
                background-color: #fff;
            }

.job {
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(82, 157, 244, 0.1);
    border: solid 1px rgba(82, 157, 244, 0.2);
    text-align: left;
    position: relative;
    margin: 8px auto;
}

.no-job {
    text-align: center;
    padding: 20px 0;
}

.job-content {
    float: left;
    width: calc(100% - 200px);
    margin-top: 30px;
}

.job-icon {
    width: 96px;
    height: 96px;
    border-radius: 50px;
    margin: 30px;
    text-align: center;
    background-color: #007aff;
    position: relative;
    float: left;
}

.job-link-arrow {
    float: right;
    margin-top: 70px;
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.job-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
}

.foxsports .work-image,
.football .work-image,
.foxsportsapp .work-image,
.foxnow .work-image,
.bracket .work-image,
.slb .work-image,
.hoops .work-image,
.worldcup .work-image,
.scores .work-image {
    margin-left: -70px;
}


.go .work-image,
.wis .work-image,
.hardball .work-image,
.auto .work-image,
.baseball .work-image,
.predictions .work-image,
.broadcast .work-image,
.superbowl .work-image,
.super6 .work-image {
    margin-left: -27px;
}


.job:hover .job-link-arrow {
    transform: translateX(4px);
}

.phone-icon {
    width: 30px;
    height: 50px;
    border: solid 1px #fff;
    top: 25px;
    left: 35px;
    position: absolute;
}

.job-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #002e56;
}

.job-desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #002e56;
    padding: 2px 0 4px;
}

.job-date {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0px;
    color: #002e56;
}

.carousel-item {
    background: #000;
}

.carousel-indicators li {
    max-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

#apply {
    padding-top: 40px;
}

.apply {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

.right-content,
.left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.img-fluid {
    margin: auto;
}

@media (max-width: 1200px) {
    .opening-container {
        border-radius: 0;
    }

    .work-section.wis .work-image {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .work-section:not(.revamp):not(.wis) {
        margin-top: -150px;
    }

    .last-updated {
        text-align: center;
    }

    .apply {
        flex-direction: column;
        grid-gap: 0;
    }

    .apply-title {
        line-height: 1;
    }

    .video-responsive {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .revamp-links {
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .experiences {
        margin-top: 50px;
    }

    .hero-container {
        overflow: inherit;
    }

    .devices {
        position: static;
        width: 600px;
        height: auto;
        margin-top: 60px;
    }

    .hero {
        height: 650px;
    }
}

@media (max-width: 768px) {
    .disclaimer {
        padding-top: 60px;
    }

    .work-image:not(.video-responsive) {
        margin: auto !important;
    }

    .work-image.video-responsive {
        margin-top: 60px;
    }

    .content {
        text-align: justify;
    }

    .job-content {
        margin: 20px 0 5px;
    }

    .work-content {
        margin-top: 80px;
    }
}

@media (max-width: 650px) {
    .devices {
        width: 550px;
    }

    .hero {
        height: 620px;
    }
}

@media (max-width: 576px) {

    .devices {
        width: 400px;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -25px;
        transform: translate(-50%, 0);
    }

    .hero-container {
        overflow: hidden;
    }

    h2 {
        font-size: 28px;
        margin: auto auto 20px;
    }

    .logo span,
    h1 {
        font-size: 24px;
    }

    .work-content {
        margin-top: 40px;
        font-size: 14px;
    }

    .section {
        padding: 40px 0;
    }

    .content {
        font-size: 14px;
        text-align: left;
    }

    .experiences {
        font-size: 24px;
        line-height: normal;
    }

    .work-content h3 {
        font-size: 24px;
    }

    .work-image {
        padding-top: 32px;
    }

    .work-content h4 {
        font-size: 14px;
    }

    .info {
        font-size: 14px;
    }

    .year {
        font-size: 14px;
    }

    .view-jobs::after,
    .our-culture::after {
        top: 3px;
    }

    .hero {
        height: 480px;
    }

    .logo h1,
    .logo span,
    .header {
        line-height: 30px;
    }

    .logos img {
        margin: 0;
        width: 140px;
    }

    .nav-items {
        line-height: normal;
        font-size: 12px;
    }

    .awesome {
        font-size: 68px;
        line-height: normal;
    }

    .awesome-holder {
        display: block;
        margin-top: -10px;
    }

    .work-image img {
        width: 300px;
        height: 300px;
        margin-left: -5px;
    }

    .work-section:not(.revamp):not(.wis) {
        margin-top: 0;
    }

    .carousel img {
        width: 200px;
    }

    .values {
        margin: 0;
    }

    .P3 {
        margin: 10px 0 0 0;
    }

    .last-updated {
        text-align: center;
    }

    .job-icon {
        float: none;
        margin: 10px auto;
    }

    .job-content {
        float: none;
        width: initial;
        text-align: center;
        margin-top: 0;
    }

    .job-date {
        padding: 20px 0;
    }

    .work-values {
        padding: 32px 0 0;
    }

    .sticky-header .header {
        padding-bottom: 5px;
    }
}

@media (max-height: 600px) {
    .sticky-header span,
    .sticky-header .header {
        line-height: 30px;
    }
}
