@font-face {
    font-family: icomoon;
    src: url(./Common/Fonts/icomoon.woff?-vfb5mr) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: foundation-icons;
    src: url(./Common/Fonts/foundation-icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html, body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0
}

    html div, body div {
        box-sizing: border-box;
        position: relative
    }

    html img, body img {
        display: block
    }

    html .content, body .content {
        overflow: hidden
    }

        html .content header.banner, body .content header.banner {
            background: #000;
            border-bottom: 5px solid #f78d2b
        }

@media only screen and (max-width: 1140px) {
    html .content header.banner .wrapper, body .content header.banner .wrapper {
        padding-left: 25px;
        padding-right: 25px
    }
}

html .content header.banner .columns, body .content header.banner .columns {
    max-width: 1224px;
    margin: 0 auto;
    width: 100%;
    padding: 0
}

    html .content header.banner .columns .brand, body .content header.banner .columns .brand {
        left: 0
    }

        html .content header.banner .columns .brand:after, body .content header.banner .columns .brand:after {
            background: none
        }

    html .content header.banner .columns .top-bar, body .content header.banner .columns .top-bar {
        float: right;
        left: unset;
        right: 0
    }

@media only screen and (max-width: 1029px)and (min-width: 1023px) {
    html .content header.banner .columns .top-bar, body .content header.banner .columns .top-bar {
        top: -6rem !important;
        left: -8rem
    }
}

@media only screen and (max-width: 1136px) {
    html .content header.banner .columns .top-bar, body .content header.banner .columns .top-bar {
        top: -2.5rem
    }
}

html .content header.banner .columns .portal, body .content header.banner .columns .portal {
    margin-right: 0
}

    html .content header.banner .columns .portal:hover, body .content header.banner .columns .portal:hover {
        color: #f68428
    }

@media only screen and (min-width: 1024px) {
    html .content header.banner .columns .menu-primary li a, body .content header.banner .columns .menu-primary li a {
        padding: 45px 15px 49px 15px
    }
}

@media only screen and (max-width: 1035px)and (min-width: 1024px) {
    html .content header.banner .columns .menu-primary li a, body .content header.banner .columns .menu-primary li a {
        padding: 45px 10px 49px 10px
    }
}

@media only screen and (max-width: 1035px)and (min-width: 1024px) {
    html .content header.banner .columns .menu-primary li .last-item, body .content header.banner .columns .menu-primary li .last-item {
        padding-right: 10px
    }
}

@media only screen and (min-width: 1024px) {
    html .content header.banner .columns .menu-primary .last-item, body .content header.banner .columns .menu-primary .last-item {
        padding-right: 40px
    }
}

@media only screen and (max-width: 1023px) {
    html .content header.banner .columns .menu-primary, body .content header.banner .columns .menu-primary {
        top: 137px
    }
}

@media only screen and (max-width: 639px) {
    html .content header.banner .columns .menu-primary, body .content header.banner .columns .menu-primary {
        top: 107px
    }
}

@media only screen and (min-width: 1024px) {
    html .content header.banner .columns .search-primary, body .content header.banner .columns .search-primary {
        right: 0 !important;
        width: 176px
    }

        html .content header.banner .columns .search-primary > div, body .content header.banner .columns .search-primary > div {
            width: 100%
        }

        html .content header.banner .columns .search-primary .searchBox, body .content header.banner .columns .search-primary .searchBox {
            border-radius: 4px
        }

        html .content header.banner .columns .search-primary input[type=text], body .content header.banner .columns .search-primary input[type=text] {
            width: 100%;
            margin: 0
        }

        html .content header.banner .columns .search-primary input[type=submit], body .content header.banner .columns .search-primary input[type=submit] {
            background-color: #dd6e10;
            z-index: 4;
            border-radius: 0 4px 4px 0
        }

            html .content header.banner .columns .search-primary input[type=submit]:hover, body .content header.banner .columns .search-primary input[type=submit]:hover {
                background-color: #e26a09
            }
}

html .content header.banner .columns a.portal, body .content header.banner .columns a.portal {
    margin-right: 0px;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline
}

html .content header.banner .columns > .portal ~ .portal, body .content header.banner .columns > .portal ~ .portal {
    margin-right: 25px
}

html .content h1, body .content h1 {
    color: #fff;
    font-family: "Roboto";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0;
    display: block
}

@media only screen and (max-width: 750px) {
    html .content h1, body .content h1 {
        font-size: 55px;
        line-height: 55px
    }
}

html .content h2, body .content h2 {
    color: #000;
    font-family: "Roboto";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    display: block;
    margin: 0
}

@media only screen and (max-width: 750px) {
    html .content h2, body .content h2 {
        font-size: 25px;
        line-height: 25px
    }
}

html .content h3, body .content h3 {
    color: #fff;
    font-family: "Roboto";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    display: block;
    margin: 0
}

@media only screen and (max-width: 750px) {
    html .content h3, body .content h3 {
        font-size: 25px;
        line-height: 25px
    }
}

html .content p, body .content p {
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px
}

html .content .button, body .content .button {
    padding: 14px 75px;
    background: #f78d2b;
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s all ease-in-out;
    display: inline-block
}

    html .content .button:hover, body .content .button:hover {
        background-color: #e26a09
    }

@media only screen and (max-width: 768px) {
    html .content .button, body .content .button {
        padding: 14px 30px
    }
}

html .content [data-aos=header-line], body .content [data-aos=header-line] {
    margin-bottom: 24px;
    position: relative
}

    html .content [data-aos=header-line]:after, body .content [data-aos=header-line]:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -10px;
        left: 0
    }

    html .content [data-aos=header-line].active-line:after, body .content [data-aos=header-line].active-line:after {
        border-bottom: 2px solid #f78d2b;
        -webkit-animation: line-grow linear .5s;
        animation: line-grow linear .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@-webkit-keyframes line-grow {
    0% {
        width: 0
    }

    100% {
        width: 63px
    }
}

@keyframes line-grow {
    0% {
        width: 0
    }

    100% {
        width: 63px
    }
}

html .content section#header, body .content section#header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("images/header.jpg");
    margin-top: 127px;
    border-top: 21px solid #dd6e10
}

    html .content section#header .inner, body .content section#header .inner {
        max-width: 650px;
        width: 100%;
        margin-left: 50vw;
        padding-top: 159px;
        padding-bottom: 219px
    }

        html .content section#header .inner h1, body .content section#header .inner h1 {
            margin-bottom: 25px
        }

        html .content section#header .inner h3, body .content section#header .inner h3 {
            margin-bottom: 25px
        }

@media only screen and (max-width: 1200px) {
    html .content section#header .inner, body .content section#header .inner {
        margin-left: auto;
        margin-right: 0
    }
}

@media only screen and (max-width: 1070px) {
    html .content section#header, body .content section#header {
        background-position: top left;
        position: relative
    }

        html .content section#header .inner, body .content section#header .inner {
            z-index: 2
        }

        html .content section#header:before, body .content section#header:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.4);
            z-index: 1
        }
}

@media only screen and (max-width: 1024px) {
    html .content section#header, body .content section#header {
        margin-top: 0
    }
}

@media only screen and (max-width: 750px) {
    html .content section#header .inner, body .content section#header .inner {
        padding: 80px 25px 160px 25px
    }
}

html .content section#video .inner, body .content section#video .inner {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 99px auto 0 auto;
    grid-column-gap: 100px
}

    html .content section#video .inner .left, body .content section#video .inner .left {
        width: 50%
    }

        html .content section#video .inner .left .image-wrapper, body .content section#video .inner .left .image-wrapper {
            position: relative;
            height: auto;
            max-width: 600px;
            width: 100%;
            margin: -160px auto 0 auto;
            z-index: 3
        }

            html .content section#video .inner .left .image-wrapper .placeholder, body .content section#video .inner .left .image-wrapper .placeholder {
                max-width: 600px;
                width: 100%;
                height: auto;
                border-radius: 20px;
                -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3)) drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3)) drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.15))
            }

            html .content section#video .inner .left .image-wrapper .play-icon, body .content section#video .inner .left .image-wrapper .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
            }

    html .content section#video .inner .right, body .content section#video .inner .right {
        width: 50%;
        text-align: left;
        max-width: 500px;
        margin: 0 auto
    }

        html .content section#video .inner .right .inner, body .content section#video .inner .right .inner {
            max-width: 500px;
            display: block;
            text-align: left;
            margin-top: 0
        }

@media only screen and (max-width: 1200px) {
    html .content section#video .inner, body .content section#video .inner {
        padding-left: 25px;
        padding-right: 25px;
        grid-column-gap: 0
    }
}

@media only screen and (max-width: 1000px) {
    html .content section#video .inner, body .content section#video .inner {
        flex-direction: column
    }

        html .content section#video .inner .left, body .content section#video .inner .left {
            max-width: 600px;
            width: 100%;
            margin: 0 auto
        }

        html .content section#video .inner .right, body .content section#video .inner .right {
            width: 100%
        }

            html .content section#video .inner .right .inner, body .content section#video .inner .right .inner {
                max-width: 600px;
                width: 100%;
                margin-top: 50px;
                padding: 0
            }
}

html .content section#product-grid, body .content section#product-grid {
    margin-top: 137px
}

    html .content section#product-grid .outer, body .content section#product-grid .outer {
        max-width: 1440px;
        margin: 0 auto;
        padding-bottom: 226px;
        background-image: url("images/coil-bg.jpg");
        background-position: bottom right;
        background-repeat: no-repeat
    }

        html .content section#product-grid .outer .inner, body .content section#product-grid .outer .inner {
            max-width: 997px;
            margin-left: 0
        }

            html .content section#product-grid .outer .inner .grid-wrapper, body .content section#product-grid .outer .inner .grid-wrapper {
                padding: 69px 99px 70px 99px;
                background-image: url("images/steel-bg.jpg");
                background-size: cover;
                background-repeat: no-repeat
            }

                html .content section#product-grid .outer .inner .grid-wrapper h2, body .content section#product-grid .outer .inner .grid-wrapper h2 {
                    color: #fff;
                    text-align: center;
                    margin-bottom: 46px
                }

                html .content section#product-grid .outer .inner .grid-wrapper .grid, body .content section#product-grid .outer .inner .grid-wrapper .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    justify-items: center
                }

                    html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item {
                        width: 100%
                    }

                        html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner {
                            text-align: center;
                            max-width: 318px;
                            margin: 0 auto 60px auto
                        }

                            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner p, html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner a, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner p, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner a {
                                color: #fff
                            }

                            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner img, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner img {
                                margin: 0 auto
                            }

                            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy .title, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy .title {
                                color: #fff;
                                text-align: center;
                                font-family: "Roboto";
                                font-size: 24px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: 40px;
                                margin-bottom: 14px
                            }

                            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a {
                                color: #fff;
                                text-align: center;
                                font-family: "Roboto";
                                font-size: 16px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 20px;
                                margin-top: 14px;
                                display: block;
                                text-decoration: none;
                                transition: .2s all ease-in-out;
                                text-transform: uppercase
                            }

                                html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a:after, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a:after {
                                    content: "";
                                    position: relative;
                                    width: 0px;
                                    height: 0px;
                                    border-top: 6px solid rgba(0,0,0,0);
                                    border-bottom: 6px solid rgba(0,0,0,0);
                                    border-left: 6px solid #fff;
                                    display: inline-block;
                                    margin-left: 12px;
                                    transition: .2s all ease-in-out;
                                    right: 0
                                }

                                html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a:hover:after, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner .copy a:hover:after {
                                    right: -2px
                                }

@media only screen and (max-width: 500px) {
    html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item .single-inner {
        margin: 0 auto 120px auto
    }
}

@media only screen and (max-width: 500px) {
    html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:last-child .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:last-child .single-inner {
        margin-bottom: 0
    }
}

html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):after, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-bottom: 1px solid #fff;
    width: 200%;
    display: block
}

html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):before, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):before {
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    border-right: 1px solid #fff;
    height: calc(200% + 80px);
    display: block
}

html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(3) .single-inner, html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(4) .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(3) .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(4) .single-inner {
    margin-top: 60px
}

html .content section#product-grid .outer .inner .grid-wrapper:before, body .content section#product-grid .outer .inner .grid-wrapper:before {
    content: url("images/circles-1.svg");
    width: 1124px;
    height: 1585px;
    position: absolute;
    display: block;
    top: -370px;
    left: -230px;
    z-index: -1
}

@media only screen and (max-width: 500px) {
    html .content section#product-grid .outer .inner .grid-wrapper, body .content section#product-grid .outer .inner .grid-wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 1000px) {
    html .content section#product-grid .outer .inner .grid-wrapper:before, body .content section#product-grid .outer .inner .grid-wrapper:before {
        top: -310px
    }
}

@media only screen and (max-width: 950px) {
    html .content section#product-grid .outer .inner .grid-wrapper, body .content section#product-grid .outer .inner .grid-wrapper {
        padding: 69px 30px 70px 30px
    }
}

@media only screen and (max-width: 750px) {
    html .content section#product-grid .outer .inner .grid-wrapper, body .content section#product-grid .outer .inner .grid-wrapper {
        background-attachment: fixed
    }

        html .content section#product-grid .outer .inner .grid-wrapper .grid, body .content section#product-grid .outer .inner .grid-wrapper .grid {
            grid-template-columns: 1fr
        }

            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):after, html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):before, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):after, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(1):before {
                display: none
            }

            html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(3) .single-inner, html .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(4) .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(3) .single-inner, body .content section#product-grid .outer .inner .grid-wrapper .grid .single-item:nth-child(4) .single-inner {
                margin-top: unset
            }
}

@media only screen and (max-width: 500px) {
    html .content section#product-grid .outer .inner .grid-wrapper, body .content section#product-grid .outer .inner .grid-wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }

        html .content section#product-grid .outer .inner .grid-wrapper h2, body .content section#product-grid .outer .inner .grid-wrapper h2 {
            margin-bottom: 100px
        }
}

html .content section#book .inner, body .content section#book .inner {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1440px
}

    html .content section#book .inner .left, body .content section#book .inner .left {
        width: 50%
    }

        html .content section#book .inner .left img, body .content section#book .inner .left img {
            margin-left: -181px
        }

    html .content section#book .inner .right, body .content section#book .inner .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 58px;
        width: 50%
    }

        html .content section#book .inner .right .inner, body .content section#book .inner .right .inner {
            max-width: 513px;
            display: block;
            text-align: left;
            margin-top: 0
        }

            html .content section#book .inner .right .inner .button, body .content section#book .inner .right .inner .button {
                margin-top: 14px
            }

@media only screen and (max-width: 1225px) {
    html .content section#book .inner, body .content section#book .inner {
        padding-left: 25px;
        padding-right: 25px
    }

        html .content section#book .inner .left img, body .content section#book .inner .left img {
            width: 100%;
            height: auto;
            margin-left: 0
        }

        html .content section#book .inner .right, body .content section#book .inner .right {
            margin-left: 0
        }
}

@media only screen and (max-width: 1000px) {
    html .content section#book .inner, body .content section#book .inner {
        flex-direction: column-reverse;
        margin-top: 50px;
        align-items: center
    }

        html .content section#book .inner .left, body .content section#book .inner .left {
            margin-top: 35px;
            width: 100%
        }

            html .content section#book .inner .left img, body .content section#book .inner .left img {
                max-width: 600px;
                margin: 0 auto;
                display: block
            }

        html .content section#book .inner .right, body .content section#book .inner .right {
            width: 100%
        }

            html .content section#book .inner .right .inner, body .content section#book .inner .right .inner {
                max-width: 600px;
                width: 100%
            }
}

@media only screen and (max-width: 500px) {
    html .content section#book .inner .left img, body .content section#book .inner .left img {
        -webkit-transform: scale(1.6) translate(-10px, -20px);
        transform: scale(1.6) translate(-10px, -20px)
    }
}

html .content section#news, body .content section#news {
    margin-top: 60px
}

    html .content section#news .inner, body .content section#news .inner {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        max-width: 1239px;
        grid-column-gap: 151px
    }

        html .content section#news .inner .left, body .content section#news .inner .left {
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            html .content section#news .inner .left .inner, body .content section#news .inner .left .inner {
                max-width: 400px;
                display: block;
                text-align: left;
                margin-top: 0
            }

                html .content section#news .inner .left .inner .button, body .content section#news .inner .left .inner .button {
                    margin-top: 14px
                }

        html .content section#news .inner .right, body .content section#news .inner .right {
            position: relative
        }

            html .content section#news .inner .right img, body .content section#news .inner .right img {
                max-width: 688px;
                width: 100%;
                height: auto
            }

            html .content section#news .inner .right:after, body .content section#news .inner .right:after {
                content: url("images/circles-2.svg");
                height: 725px;
                width: 860px;
                top: -305px;
                left: -335px;
                display: block;
                position: absolute;
                z-index: -1
            }

@media only screen and (max-width: 1289px) {
    html .content section#news .inner, body .content section#news .inner {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width: 1200px) {
    html .content section#news .inner, body .content section#news .inner {
        grid-column-gap: 0;
        justify-content: space-between
    }

        html .content section#news .inner .right:after, body .content section#news .inner .right:after {
            left: -20%
        }
}

@media only screen and (max-width: 1000px) {
    html .content section#news .inner, body .content section#news .inner {
        flex-direction: column
    }

        html .content section#news .inner .right, body .content section#news .inner .right {
            width: 100%
        }

            html .content section#news .inner .right img, body .content section#news .inner .right img {
                max-width: 600px;
                width: 100%;
                height: auto;
                display: block;
                margin: 40px auto 0 auto
            }

            html .content section#news .inner .right:after, body .content section#news .inner .right:after {
                top: -210px;
                left: 0
            }

        html .content section#news .inner .left, body .content section#news .inner .left {
            width: 100%
        }

            html .content section#news .inner .left .inner, body .content section#news .inner .left .inner {
                max-width: 600px;
                margin: 0 auto
            }
}

html .content section#careers, body .content section#careers {
    margin-top: 111px;
    background-color: #1c355e
}

    html .content section#careers .inner, body .content section#careers .inner {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        max-width: 1440px;
        grid-column-gap: 100px
    }

        html .content section#careers .inner .right, body .content section#careers .inner .right {
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            html .content section#careers .inner .right .inner, body .content section#careers .inner .right .inner {
                max-width: 400px;
                display: block;
                text-align: left;
                margin-top: 0
            }

                html .content section#careers .inner .right .inner h2, html .content section#careers .inner .right .inner p, body .content section#careers .inner .right .inner h2, body .content section#careers .inner .right .inner p {
                    color: #fff
                }

                html .content section#careers .inner .right .inner .button, body .content section#careers .inner .right .inner .button {
                    margin-top: 14px
                }

@media only screen and (max-width: 1400px) {
    html .content section#careers .inner, body .content section#careers .inner {
        grid-column-gap: 0;
        justify-content: space-between;
        padding-right: 25px
    }

        html .content section#careers .inner .right, body .content section#careers .inner .right {
            padding-left: 25px
        }
}

@media only screen and (max-width: 1200px) {
    html .content section#careers .inner, body .content section#careers .inner {
        flex-direction: column-reverse;
        padding-left: 25px
    }

        html .content section#careers .inner .right, body .content section#careers .inner .right {
            padding-left: 0;
            padding-top: 50px;
            width: 100%;
            max-width: 600px;
            margin: 0 auto 50px auto
        }

            html .content section#careers .inner .right .inner, body .content section#careers .inner .right .inner {
                max-width: 100%
            }

        html .content section#careers .inner .left, body .content section#careers .inner .left {
            padding-bottom: 50px
        }

            html .content section#careers .inner .left img, body .content section#careers .inner .left img {
                display: block;
                height: auto;
                max-width: 600px;
                width: 100%;
                margin: 0 auto
            }
}

@media only screen and (max-width: 500px) {
    html .content section#careers, body .content section#careers {
        margin-top: 50px
    }
}

@media only screen and (max-width: 768px) {
    html .content .right .inner, html .content .left .inner, body .content .right .inner, body .content .left .inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}
