@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html{
    /* font-size: 16px; */
}
.oswald-500 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.uppercase{
    text-transform: uppercase !important;
}
.color-black{
    color: #000 !important;
}
.float-r{
    float: right;
}
.float-l{
    float: left;
}

#careers-page{
    font-family: 'Lato', sans-serif !important;
}

.hero-content{
    padding-left: 0;
    padding-right: 0;
    min-height: 70rem;   
}

@media (max-width: 767px) {
    .hero-content {
        min-height: unset;
    }
}

/* Navigation */
.careers-nav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;

    gap: 3.5rem;

    align-items: last baseline;
}
.careers-nav .nav-link{
    display: inline-block;

    text-decoration: none;

    transition: color .15s ease-in-out;

    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 700;
    color: #b3b3b3;

    cursor: pointer;
}
.careers-nav .nav-link:hover, .careers-nav .nav-link.active{
    color: #fff;
    
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 1.4rem;
    text-decoration-color: #fec111;
}
.careers-nav .nav-link:visited{
    color: #b3b3b3;
}
.careers-nav .btn-careers{
    margin-left: auto;
}

.careers-nav-sm{
    padding: 1rem 0;

    background: #0c0b0e;
}
.careers-nav-sm>.container-fluid{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.careers-nav-sm .btn-careers{
    margin-left: auto;
}
.careers-nav-toggle{
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 1.5px solid rgba(255,255,255,0.4);
    border-radius: 0.375rem;
}
.careers-nav-toggle-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-collapse{
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
}
.navbar-nav{
    padding: 0 0.3rem;
    
    color: #fff;

    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.careers-nav-sm .nav-link a{
    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 700;
    color: #b3b3b3;

    cursor: pointer;

    text-decoration: none;
    margin-left: 2rem;
}


.arrow-prev, .arrow-next{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 15%;

    padding: 0;

    color: #fff;
    text-align: center;
    font-size: 6rem;

    background: 0 0;
    border: 0;

    opacity: .5;
    transition: opacity .15s ease, color .15s ease;
}
.arrow-prev:hover, .arrow-prev:focus, .arrow-prev:hover .glyphicon, .arrow-prev:focus .glyphicon, .arrow-next:hover, .arrow-next:focus{
    color: #fec111;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.arrow-prev:hover, .arrow-prev:focus{
    background: linear-gradient(90deg, #000, transparent);
}
.arrow-next:hover, .arrow-next:focus{
    background: linear-gradient(270deg, #000, transparent);
}
.arrow-prev{
    left: 0;
}
.arrow-next{
    right: 0;
}
.arrow-more .glyphicon{
    top: -39.2rem;;
    color: #000;
}

/* Yellow button */
.btn-careers{
    background-color: #fec111;
    color: #0c0b0e;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.btn-careers:hover, .btn-careers:active, .btn-careers:focus{
    background-color: #0c0b0e;
    color: #fff;
    border: 1px solid #fec111;
}

/* Yellow outline, transparent background */
.btn-careers-outline{
    background-color: unset;
    color: #0c0b0e;
    border: 2px solid #fec111;
    font-weight: 600;
}
.btn-careers-outline:hover, .btn-careers-outline:active, .btn-careers-outline:focus{
    background-color: #fec111;
    color: #0c0b0e;
}

/* No outline, underline */
.btn-careers-plain{
    background: none;
    /* color: #000; */
    text-decoration: underline;
    text-decoration-thickness: 0.25rem;
    text-underline-offset: 1.5rem;
    transition: text-underline-offset 0.15s ease-in-out;
    margin-left: -1.5rem;
    font-weight: 600;
}
.btn-careers-plain:hover, .btn-careers-plain:active, .btn-careers-plain:focus{
    background: none;
    color: currentColor;
    text-decoration: underline;
    text-decoration-thickness: 0.25rem;
    text-underline-offset: 1rem;
}

/* Main content */
#header-police, #header-civilian{
    min-height: 70rem;
    height: 100vh;
    border-top: 1px solid #0c0b0e;
}
.header-text-container{
    color:#000;

    position: absolute;
    left: 15%;
    top: 15%;
}
#header-civilian .header-text-container{
    color: #fff;
}
.header-text-container h2{
    font-size: 8rem;
}
#header-more h2{
    font-size: 6rem;
    margin-bottom: 4rem;
    color: #000;
}
#header-more .container{
    width: 80%;
    margin-left: 15%;
}
.header-description{
    padding: 2rem 0;
}


/* Backgrounds */
#header-police, #header-police-xs{
    background-image: url('../img/hero-police-officer.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
#header-civilian, #header-civilian-xs{
    background-image: url('../img/hero-civilian-g.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;

    text-shadow: 0.1rem 0.1rem 7px #000;

    color: #fff;
}
#header-more{
    background: linear-gradient(180deg, #f3f3f3, #b3b3b3);
    position: relative;

    color:#000;
    padding-bottom: 4rem;
}

/* Mobile formatting */
.header-container-xs{
    width: 100%;
    height: 100%;
}
#header-police-xs .header-container-xs{
    background: linear-gradient(90deg, #ffffff80, transparent 40%);
}
#header-civilian-xs .header-container-xs{
    background: linear-gradient(90deg, #00000080, transparent 40%);
}
#header-more-xs .header-container-xs{
    background: linear-gradient(180deg, #ffffff80 13rem, transparent);
}
#header-more-xs{
    background-color: #b3b3b3;

    min-height: 50rem;
    padding-bottom: 2rem;
}
#header-more-xs .header-container-xs{
    border-top: 1px solid;
}
#header-more-xs h2{
    margin-left: 2rem;
}
#header-police-xs .header-text-container-xs, #header-civilian-xs .header-text-container-xs{
    width: 65%;
    padding: 2rem;
}
.header-text-container-xs h2{
    margin-top: 2rem;
    font-size: 5rem;
}
.header-text-container-xs p{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#header-police-xs, #header-civilian-xs{
    height: 50rem;
}
#header-police-xs, #header-more-xs{
    color: #000;
}

/* Cards for "More opportunities" */
.opp-card{
    padding: 0;

    border-width: 0;
    border-radius: 0.4rem;

    box-shadow: 0rem 0.3rem 0.8rem #9b9b9b;

    margin-bottom: 2rem;

    background-color: #fff;

    height: 47rem;
    max-width: 36rem;

    position: relative;
}
.opp-card img{
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
.opp-card-container{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;

    border-top: 0.025rem solid #fff;
}
.opp-card-container p{
    font-size: 1.8rem;
}
.opp-card a{
    text-underline-offset: 0.2rem;
}
.opp-card .btn-careers-outline{
    position: absolute;
    bottom: 3rem;
    width: 85%;
}

.opp-card-xs{
    background: #fff;
    color: #0c0b0e;

    border-radius: 0.4rem;

    padding-bottom: 2rem;

    margin-top: 2rem;
}

/* Careers footer */
.gc-careers-footer{
    color: #fff;
    background-color: #333;
}
.gc-careers-footer a{
    color: #fff;
}
.gc-careers-footer a:visited{
    color: #fff;
}
.gc-careers-footer a:hover, .gc-careers-footer a:focus{
    text-decoration: underline !important;
}
.gc-careers-footer .btn-careers{
    font-size: 1.4rem !important;
}

/* Contact us footer */
.careers-footer-contact{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.careers-footer-contact .btn-contact{
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 1rem;
    border-radius: 0;
}
.btn-contact{
    background-color: #fec111;
    color: #0c0b0e;
    
    font-weight: 600;
}
.btn-contact:hover, .btn-contact:active, .btn-contact:focus{
    background-color: #0c0b0e;
    color: #fff;
}

@media (max-width: 767px) {
    .careers-footer-contact, .btn-contact {
        width: 100%;
    }
}

.careers-2-header{
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    background-image: url('../img/hero-police-officer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -20rem;

    min-height: 50rem;

    position: relative;
}
.careers-2-header-text{
    position: relative;
    z-index: 2;

    margin-top: 22rem;

    color: #fff;
}
.careers-2-header-text p{
    max-width: unset !important;
}
.careers-2-header .transparent-bg{
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, black, transparent);

    position: absolute;
    top: 0;
    left: 0;

    z-index: 1;
}

.careers-2-banner{
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-bottom: 2rem;
}
.careers-2-banner-text-left{
    font-size: 6rem;
    line-height: 1.5;
    font-weight: 600;
}
.careers-2-banner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem;
}

.careers-2-links{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 0 2rem;
    justify-items: center;

}
.careers-2-links-to{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 0 2rem;
    justify-items: start;
    
}
.careers-2-links-to-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 0 2rem;
    justify-items: start;
    
}
.careers-2-links-to-box .careers-2-card{
    height: 26rem;

    position: relative;

    border: 1px solid;
    border-radius: 0.5rem;

    padding: 0 2rem;
}
.careers-2-links-to-box .careers-2-card .btn-careers-plain{
    position: absolute;
    bottom: 3rem;
}
.careers-2-links-icon{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 2rem;
    padding: 0 2rem;
    justify-items: center;

    background: #333;
    color: #f3f3f3;

    padding: 4rem;
}
.careers-2-links-icon .glyphicon{
    color: #fec111;
    font-size: 3rem;
}
.careers-2-links-icon .careers-2-card{
    text-align: center;
}
.careers-2-links .opp-card{
    height: 44rem !important;
}
.careers-2-links .opp-card .btn-careers-outline{
    left: 50%;
    transform: translateX(-50%);
}
.careers-2-links.container::before, .careers-2-links-icon.container::before, .careers-2-links-to.container::before, .careers-2-links-to-box.container::before, .careers-2-banner.container::before{
    content: unset;
}

.careers-2-cards-lg{
    height: 50rem;
    
    background: #fff;
}
.careers-2-cards-lg:nth-child(1){
    background: #ffe3dd;
}
.careers-2-cards-lg:nth-child(3){
    background: #c5d4e7;
}
.careers-2-cards-lg img{
    display: inline-block;
}
.careers-2-cards-lg .text-container{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    height: 100%;

    padding: 5rem;
}
.careers-2-cards-lg .text-container h3{
    margin-top: 0;
    margin-bottom: 3rem;

    font-size: 4.2rem;
}
.careers-2-cards-lg .text-container p{
    margin-bottom: 6rem;
    font-size: 2.4rem;
}

.link-options{
    position: fixed;

    left: 0;
    bottom: 0;

    z-index: 100;
}
.link-options a{
    cursor: pointer;
}