
/* Sizing */
body:not(.cq-wcm-edit) .au-careers-accordion {
    max-width: 1000px;
    padding: 0px;
    margin-top: 4rem;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0{
    width: 100%;
    padding: 10px 20px 0px 20px;
    display: block;
}
body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c1{
    width: 100%;
    display: block;
}
/* End sizing */

/* Start styling */

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text-component {
    padding: 30px 10px;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-1) .pwccol2-longform-c0 {
    background-color: #ffb600;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-1) .pwccol2-longform-c1 {
    background-color: #ffb7008c;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c0 {
    background-color: #d93954;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c1 {
    background-color: #d939548c;
}

/* TEMP */
body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c1 {
    max-height: 0px;
    transition: max-height .5s linear;
    -webkit-transition: max-height .5s linear;
    -ms-transition: max-height .5s linear;
    overflow: hidden;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform.open .pwccol2-longform-c1 {
    max-height: 1000px;
}
/* END TEMP */

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c0 .text-component h2 {
    color: white;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c0 .text-component img {
    object-fit: cover;
    height: 65px;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text-component {
    padding: 0;
    padding-right: 1rem!important;
    margin: 0;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 {
    display: flex;
    cursor: pointer;
    position: relative;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text.section {
   display: flex;
   margin: 0;
   padding: 0;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text.parbase.section h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-right: 4.6rem;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .textimage h2 {
    font-size: 5rem;
    line-height: 5rem;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0:after {
    content: '';
    position: absolute;
    border: solid black;
    display: inline-block;
    padding: 7px;
    border-width: 0 7px 7px 0;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: transform .1s linear;
    -webkit-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c0:after {
    border: solid white;
    padding: 7px;
    border-width: 0 7px 7px 0;
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform.open .pwccol2-longform-c0:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

body:not(.cq-wcm-edit) .au-careers-accordion .videoplayer {
    max-width: 75%;
    margin: 50px auto !important; 
}

body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c1 .text.parbase.section {
    margin: 1rem 0rem!important;
}

/* End styling */

/* MOBILE */
@media (max-width: 480px) {
    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .textimage h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text.parbase.section h2 {
        font-size: 1.4rem;
        padding-top: 5px;
        line-height: 1.3rem;
        margin-right: 5rem;
    }

    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 .text-component {
        padding-right: 2rem!important;
    }

    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0:after {
        border: solid black;
        padding: 3px;
        border-width: 0 3px 3px 0;
        right: 1.5rem;
    }
    
    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform:nth-of-type(4n-3) .pwccol2-longform-c0:after {
        border: solid white;
        padding: 3px;
        border-width: 0 3px 3px 0;
    }

    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c0 img {
        width: 60px;
        height: auto;
    }

    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c1 .text.parbase.section {
        margin: 1rem 1rem!important;
    }
    body:not(.cq-wcm-edit) .au-careers-accordion .parsys .pwccol2-longform .pwccol2-longform-c1.image_left .textimage-image {
        margin: 0 3px 8px 0;
    }
}
/* END MOBILE */