#careers {
    position: absolute;
    margin-top: -200px;
}

.career_about .wrapper_large {
    margin-bottom: 90px;
}

.careers {
    margin: 0 0 150px;
}

.careers_list_wrapper {
    margin-top: -30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.careers h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.career {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    padding: 25px;
    border-radius: 40px;
    background-color: var(--orange);
    border: 2px solid var(--black);
    margin-top: 40px;
    margin-right: 40px;
    box-shadow: 0px 5px 0px #00000026;
}

.career:nth-of-type(2n) {
    margin-right: 0;
}

.career h4 {
    margin: -10px 0 0 0;
    font-size: 46px;
}

.career p {
    margin: 5px 0 0 0;
    color: var(--black);
    font-weight: 600;
}

.career p i {
    margin-right: 8px;
}

.career .buttons_container {
    width: 100%;
}

.career .button {
    width: max-content;
    margin-top: 20px;
}

.career .buttons_container .button:first-of-type {
    margin-right: 20px;
}

.empty_state_message {
    text-align: center;
    margin: 0 auto;
    margin-top: 55px;
    width: 60%;
}

.empty_state_message a {
    color: var(--black);
    font-weight: 700;
    cursor: pointer;
    transition: 0.1s all ease-in-out;
}

.empty_state_message a:hover {
    color: var(--gold);
    transition: 0.1s all ease-in-out;
}

.about {
    margin-top: 150px;
    margin-bottom: 120px;
}

.career_about {
    margin-top: 90px;
    margin-bottom: 0;
}

.gallery_wrapper {
    padding-top: 0;
}

.about .gallery_wrapper #shuffleButton {
    margin-top: 0;
}

.careers_gallery_wrapper {
    margin-right: 50px;
}

@media (max-width: 1450px) {
    .card-stack {
        width: 450px;
        height: 450px;
    }

    .careers_gallery_wrapper {
        margin-right: 0px;
    }
}

@media (max-width: 1250px) {
    .careers_list_wrapper {
        margin-top: -25px;
    }

    .career {
        width: calc((100% - 25px) / 2);
        margin-top: 25px;
        margin-right: 25px;
    }

    .career:nth-of-type(2n) {
        margin-right: 0;
    }

    .careers_gallery_wrapper {
        margin-right: 50px;
    }
}

@media (max-width: 1130px) {
    .career_about {
		flex-direction: column;
	}

	.career_about .column {
		width: 80%;
		padding: 0 50px;
		box-sizing: border-box;
		justify-content: center;
		text-align: center;
	}

	.career_about .about_content {
		max-width: 100%;
	}

    .career_about .about_content .buttons_container {
		justify-content: center;
	}

    .careers_gallery_wrapper {
        margin-top: 60px;
        margin-right: 0;
    }

    .card-stack {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1050px) {
    .about .gallery_wrapper {
        width: 100%;
    }

    .about .gallery_wrapper #shuffleButton {
        width: max-content;
    }
}

@media (max-width: 900px) {
    .career,
    .career:nth-of-type(2n) {
        width: 100%;
        margin-right: 0;
    }

    .career_about .column {
		width: 100%;
	}
}

@media (max-width: 800px) {
    .careers_opening {
        width: calc(100% - 40px);
    }

    .empty_state_message {
        width: 100%;
    }

    .career_about .column {
		display: block;
		width: 100%;
		padding: 0;
	}

    .career_about .card-stack {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 600px) {
    .careers {
        margin-bottom: 90px;
    }
    
    .careers_opening .button {
        width: 100%;
    }

    .career .buttons_container {
        flex-direction: column;
    }

    .career .button {
        width: 100%;
        margin-right: 0 !important;
    }

    .career .button_2 {
        margin-top: 15px;
    }
    
    .career_about .card-stack {
        width: 400px;
        height: 500px;
    }

    .career_about {
        margin-top: 80px !important;
        margin-bottom: 40px;
    }

    #careers {
        margin-top: -140px;
    }
}

@media (max-width: 500px) {
    .career_about .card-stack {
        width: 350px;
        height: 500px;
    }
}