@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

@font-face {
    font-family: 'CenturyGothic';
    src: url('GOTHIC.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('GOTHICB.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stratum2-bold';
    src: url('Stratum2-Bold.eot');
    src: url('Stratum2-Bold.eot?#iefix') format('embedded-opentype'), url('Stratum2-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Employment Banner */

#employ-top-banner {
    overflow: hidden;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/garden-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    height: 300px;
}

.employ-top-cont {
    display: flex;
    justify-content: flex-start;
}

.banner-text {
    margin-left: 36px;
    flex-direction: column;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text h1 {
    color: #fff;
    padding: 0;
}

.banner-text p {
    font-size: 25px;
    color: #fff;
    margin: 5px;
}

.employ-play-btn img {
    width: 90px;
    transition: transform 0.3s ease;
    box-shadow: none !important;
}

.employ-play-btn a {
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.employ-play-btn:hover img {
    transform: scaleX(1.042) scaleY(1.052);
}

.employ-play-btn a:hover span {
    color: #e0130e !important;
}

/* Typography */

.home-employ-title {
    color: #fff !important;
    padding: 0 !important;
    margin: 0;
}

.jobseek-title {
    font-size: 35px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 20px;
    padding: 8px;
}

.employ-title {
    font-size: 45px !important;
    color: #e0130e !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding: 20px !important;
}


.employ-play-btn {
  text-align: center;
  position: relative;
  top: 20px;
}

/* Content Sections */

.text-boxes {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 40px 40px 40px 80px;
}

.recruitment {
    padding: 40px;
}

.employ {
    padding: 0 20px;
    margin-bottom: 45px;
    font-size: 16px;
}

.careers {
    padding: 20px 0;
    background: linear-gradient(-90deg, rgba(184,184,184,1) 0%, rgba(235,235,235,1) 52%, rgba(184,184,184,1) 100%);
    text-align: center;
    margin-top: 0px !important;
}

.career-link p {
    width: 50%;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 18px;
}

.career-link div {
    padding: 0 12px;
}

.career-link a {
    margin-top: 16px;
    font-size: 18px;
    text-decoration: underline;
}

.career-link .amada_liquid_button {
    margin-bottom: 10px;
    font-size: 13px;
    width: 185px;
    min-height: 12px;
}

/* Philosophy Section */

.philosophy {
    font-size: 18px;
    color: #000;
}

.philosophy ul {
    list-style-type: disc;
}

.philosophy ul li {
    margin-bottom: 15px;
}

/* Technology Section */

.tech-explore {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: black;
    font-size: 20px;
}

.tech-img-row {
    margin: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.tech-img-row p {
    font-size: 14px;
}

.amada_content-section .home-employ-title {
    font-size: 42px;
    font-family: 'stratum2-bold', Arial, Helvetica, sans-serif;
}

.amada_content-section .jobseek-title {
    font-size: 32px;
    font-family: 'CenturyGothicBold', 'Stratum', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #2b2b2b !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
}

.amada_content-section .employ-title {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'stratum2-bold', Arial, Helvetica, sans-serif;
}

.amada_content-section img {
    box-shadow: rgb(38, 57, 77) 0px 14px 20px -6px;
}

@media (max-width: 1515px) and (min-width: 960px) {
    .amada_industrial_iot {
        margin-top: 10px !important;
    }
}

@media (min-width: 1000px) {
    .career-link p {
        margin: 0 auto;
        font-size: 18px;
    }
}

/* Tablet Styles */

@media (max-width: 820px) and (min-width: 768px) {
    .banner-text {
        margin-left: 38px;
    }

    .career-link p {
        width: 80%;
    }

    .amada_content-section .home-employ-title {
        font-size: 36px;
    }

    #employ-top-banner {
        height: 350px;
    }

    .amada_industrial_iot {
        margin-top: 0 !important;
    }

    .recruitment {
        padding: 40px 40px 40px 70px;
    }

    .employ {
        padding: 0;
        margin-bottom: 0;
    }

    .tech-img-row-spacing {
        padding-left: 0;
    }
}

/* Mobile Styles */

@media (max-width: 550px) {
    #employ-top-banner {
        height: 350px;
    }

    .banner-text {
        margin-left: 0;
        margin-top: 32px;
    }

    .home-employ-title {
        font-size: 24px !important;
    }

    .employ-play-btn {
        text-align: center;
        position: relative;
        top: 20px;
    }

    .employ-play-btn img {
        width: 70px;
    }

    .employ-top-cont {
        display: flex;
        justify-content: center;
        margin: 0 0 24px 0;
    }

    .employment p {
        text-align: center;
    }

    .recruitment {
        padding: 40px 40px 0 40px;
    }

    .career-link .amada_liquid_button {
        width: 255px;
    }

    .careers {
        margin-top: 0 !important;
    }

    .text-boxes {
        padding: 0 40px;
    }

    .employ-title {
        font-size: 30px !important;
        margin-bottom: 0 !important;
        padding: 20px 0 0 0 !important;
    }

    .banner-text p {
        font-size: 22px;
    }

    .career-link p {
        width: 80%;
    }

    .career-link a {
        font-size: 14px;
    }

    .center-content-global .employ {
        padding: 20px 0 0 0;
    }

    .jobseek-title {
        padding-bottom: 0 !important;
    }

    .philosophy {
        font-size: 14px;
    }

    .career-link div {
        margin-top: 6px !important;
    }

    .careers div {
        padding-left: 10px;
    }

    .tech-explore {
        flex-direction: column;
        padding-bottom: 12px;
    }

    .tech-img-row {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .tech-img-row-spacing {
        padding-left: 0;
    }

    .employ-top-cont {
        padding-left: 0;
    }
}

@media (max-width: 376px) {
    .employ-title {
        font-size: 26px !important;
        margin-top: 6px;
    }
}