﻿* {
    padding: 0;
    margin: 0;
}





/*hero cont*/

.hero-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: var(--main-blue);
    box-shadow: 0vw 1vh 2vh black;
    position: relative;
    z-index: 1;
}

.hero {
    margin: 12vh 20vw;
    color: rgba(255,255,255,0.5);
    font-family: 'Open Sans', sans-serif;
    font-size: calc(16px + (24 - 16) * ((100vw - 500px) / (1920 - 500)));
    font-weight: 300;
}

.hero-title {
    color: white;
    font-size: 2rem;
    font-weight: 400;
}

@media screen and (max-width: 505px) {
    .hero {
        margin: 20vw;
    }
}

/*hiring banner*/

/*job desc tabs*/
* {
    font-family: Montserrat;
}

body {
    margin: 0;
}

.top-image {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 500px;
    /*   background: red; */
    padding: 10px 0 0 0;
    background-image: url("https://i.postimg.cc/KjVhvNBD/london-office-poloroids-edit.jpg");
    background-size: cover;
    background-position: center;
    max-width: 1400px;
    margin: 0 auto;
}

.jobs-container {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

    /*   background: blue; */
    max-width: 1400px;
    margin: 0 auto;
}

    .jobs-container h1 {
        letter-spacing: 1px;
        font-size: 60px;
        padding: 10px 0 10px 0;
        margin: 0 0 20px 0;
        text-transform: uppercase;
    }

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;

    /*   background: red; */
    width: 94%;
    max-width: 1000px;
    padding: 5px 0 0 0;
    margin: 60px 0;
    line-height: 20px;
}

    .intro h2 {
        font-size: 18px;
        text-align: center;
    }

    .intro p {
        text-align: left;
        margin: 0 0 15px 0;
    }


.linkedIn:hover {
    color: red;
}

.socialIcons {
    /*   background:red; */
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 15px 0;
}

    .socialIcons img {
        width: 30px;
        padding: 0 3px;
    }

.job-card {
    width: 90%;
    display: flex;
    flex-direction: column;

    /*   background: pink; */
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    cursor: pointer;
       /*   background: yellow; */
}

    .top .left .left-header h2 {
        margin: 15px 0 15px 0;
        text-transform: uppercase;
        font-size: 25px;
        padding: 0 !important;
    }

.left {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;


    /*   background: green; */
}

.left-header {

    color: white !important;
    width: calc(100% - 120px);
    /*   background: red; */
}

.left-location {

    width: 120px;
    position: relative;
    /*   background: greenyellow; */
    margin: 0 0 0 5px;
}

.colch p {
    text-indent: 20px;
}

.left p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0 !important;
}

.left span {
    font-size: 18px;
    font-weight: lighter;
}

.left img {
    width: 15px;
    margin: 0 10px 0 0;
}

.more-container {
    color:aliceblue!important;
    justify-content: center;
    align-items: center;
    width: 30px;
    padding: 0 5px;
}

.expand-arrow {
 
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b6ff00;
    border-right: 2px solid #b6ff00;
    transform: rotate(135deg);
    margin-top: -5px;
}

.bottom {
    display: flex;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;

    /*   background: red; */
}

.bottom-expanded {
    max-height: 2200px;
    transition: max-height 0.25s ease-in;
}

.brief-description {
    margin: 0;
    padding: 20px;
    border-bottom: 0.5px #000 solid!important;
}

    .brief-description p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

.BP {
    white-space: nowrap;
}

.job-spec-underline {
    width: 50%;
    height: 1px !important;
    background-color: #000;
    padding: 0 0 1px 0 !important;
    margin: 0 0 20px 20px;
}

.jobspec-container {
  
    /*   justify-content: space-between; */
    width: 100%;
    /*   background: yellow; */
}

.br {
    height: 5px;
}

.job-spec, .job-desciption {

    max-width: 50%;
    margin: 0 10px;
    /*   display: flex;
  flex-direction: column;
  align-items: flex-start; */
    /*   background: green; */
}

    .job-spec h3 {
        margin: 15px 0 8px 20px;
        padding: 10px 0 0 0;
        text-transform: uppercase;
        /*   border-bottom: 0.5px #000 solid; */
    }

    .job-spec ul li {
        margin: 0 0 9px 0;
    }

.PM-list {
    list-style-type: none;
}

.job-description h3 {
    margin: 15px 0 8px 20px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    /*   border-bottom: 0.5px #000 solid; */
}

.job-desc-underline {
    width: 60%;
    height: 1px !important;
    background-color: #000;
    padding: 0 0 1px 0 !important;
    margin: 0 0 20px 20px;
}

.job-description ul li {
    margin: 0 0 9px 0;
}

.applyBtnContainer {
    display: flex;
    justify-content: center;
    margin: 40px 0 15px 0;
}

.applyBtn {
    background-color: #FFF;
    padding: 0 16px;
    line-height: 45px;
    border-radius: 5px;
    border: 2px solid #000;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 800;
    transition: 0.5s;
}

    .applyBtn:hover {
        opacity: 0.5;
    }

@media only screen and (max-width: 767px) {

    .top-image .header-background {
        border-radius: 10px;
        max-height: 100%;
        max-width: 100%;
    }

    .jobs-container h1 {
        font-size: 30px;
        text-indent: 0;
        text-align: center;
        width: 100%;
    }

    .intro {
        margin: 5px 10px;
    }

        .intro h2 {
            padding: 5px 0;
            font-size: 15px;
        }

        .intro p {
            font-size: 14px;
        }

    .top h2 {
        margin: 5px 0 5px 10px;
        font-size: 15px;
        line-height: 1em !important;
        min-width: 216px;
    }

    .top .left .left-header h2 {
        font-size: 15px;
    }

    .left span {
        font-size: 12px;
    }

    .left p {
        font-size: 12px;
    }

    .expand-arrow {
   
        width: 10px;
        height: 10px;
        border-top: 2px solid #b6ff00;
        border-right: 2px solid #b6ff00;
    }

    .bottom-expanded {

        max-height: 4000px;
    }

    h3 {
        font-size: 15px;
    }

    .job-spec-underline {
        width: 60%;
    }

    .job-spec, .job-description {
        max-width: 100%;
    }

    .jobspec-container {
        flex-direction: column;
    }

    .applyBtn {
        font-size: 12px;
    }
}

#formtext h1 {
    padding: 1em;
    color: white;
    text-align: center;
    border: 3px;
    border-block: inset;
    border-color: beige;
}
/* Hide captions class  */

