/* Employer Brand Fonts | font-family: "poppins", sans-serif; */
@import url("https://use.typekit.net/nys6eij.css");

:root{
    --eb-primary-blue: #052460;
    --eb-secondary-blue: #3A4A9F;
    --eb-cyan: #54c6d6;
    --eb-greencyan: #00AD72;
    --eb-primary-yellow: #FFE313;
    --eb-secondary-yellow: #FFC40C;
    --eb-secondary-yellow: #FFC40C;
    --eb-red: #D92048;
    --eb-pink: #E491BE;
    --eb-btn-primary-blue:#2B59FF;
    --svg-primary-blue-filter:invert(14%) sepia(41%) saturate(3637%) hue-rotate(209deg) brightness(85%) contrast(105%);
    --svg-white-filter: invert(96%) sepia(0%) saturate(15%) hue-rotate(264deg) brightness(204%) contrast(104%);
    --eb-general-gradient:linear-gradient(90deg, rgba(22, 58, 139, 1) 0%, rgba(21, 53, 127, 1) 85%);
}

.primary-color{
    color: var(--eb-primary-blue);

}

body.careers a{
        text-decoration: none;
}


body.careers .single-faq-container a, body.careers .adorned-link,body.careers .more-benefits a{
    text-decoration: underline;
}

.careers-video-header{
    position: fixed;
    width: 100%;
    object-fit: cover;
    height: 700px;
    max-width: 1920px;
    top:0;
    object-position: center -40px;
}

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

body.careers .page-header .header-content p{
    margin-bottom:0;
}

body.careers .page-header .header-content{
    margin-bottom:0.75rem;
}

body.careers .page-header .page-start{
    margin-top:0.5rem;
}

body.careers::before{
    content: unset!important;
}

body.careers .page-content, body.careers header:not(.site-header){
    margin: auto;
}

body.careers .site-header--inner, body.careers .page-content, body.careers header:not(.site-header){
    max-width: 1920px;
}

body.careers h2, body.careers h1{
    font-weight: 600;
}

h1.eb-heading:not(.mb-2,.mb-4){
    margin-bottom:1rem;
}

.image-bg .wp-block-group__inner-container{
    z-index:1;
    position: relative;
}

h3.eb-heading, h4.eb-heading, body.careers .adorned-link{
    color: var(--eb-primary-blue);
    font-weight: 600;
}

.bg-gradient::before, .bg-gradient::after{
    content:" ";
    background: linear-gradient(0deg, var(--eb-primary-blue) 10%, rgba(255, 255, 255, 0) 60%);
    bottom:0;
    left:0;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    transition:all 0.3s ease-in-out;
}

.bg-gradient::after{
    background: linear-gradient(0deg, var(--eb-primary-blue) 30%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
}

.bg-gradient:hover::after{
    opacity: 0.8;
}

.transition-2s{
    transition:all 0.2s ease-in-out;
}

.transition-3s{
    transition:all 0.3s ease-in-out;
}

body.careers main header:not(.site-header){
    position: relative;
}

body.careers .main-header-image{
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    max-height: 800px;
}

body.careers header .page-header .overlay{
    content:" ";
    background-image: url("https://shakopeedakota.org/wp-content/uploads/2025/03/blue_careersPagesHeaderBackground.png") !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
    opacity: 1;
}

/* Header Nav Bar */

body.careers .back-to-top{
    background-color: var(--eb-btn-primary-blue);
    display:none;
}

body.careers .site-header--inner{
    padding: 0;
}

body.careers .site-header--inner .site-branding{
    padding: 5px 0;
}


body.careers #site-navigation,body.careers .main-nav-container{
    height: 100%;
}

.smsc-logo-careers-pages{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.7em;
    transition: all 0.25s ease-in-out;
    padding-left: 10px;
}

.smsc-logo-careers-pages img{
    height: 80px;
    width: auto;
    transition: all 0.25s ease-in-out;
}

.smsc-logo-careers-pages .careers-separator{

}

.smsc-logo-careers-pages .careers-text{
    border-left: 2px solid #49494963;
    padding-left: 0.75rem;
    line-height: 1.1;
    text-decoration: none;
}

body.careers .smsc-logo-careers-pages img:hover{
    opacity:0.8;
}

.smsc-logo-careers-pages .careers-text:hover{
    text-decoration: none;
    color: unset;
}

body.careers .fixed .smsc-logo-careers-pages img{
    height: 55px;
}

body.careers .fixed .smsc-logo-careers-pages{
    font-size:1.4em;
}

/***/

body.careers:not(.search) main, body.careers:not(.search) main h1, body.careers:not(.search) main h2, body.careers:not(.search) main h3, body.careers:not(.search) main h4, body.careers .menu-careers-menu-container .menu-item > a, body.careers .btn, h3.eb-heading, body.careers h2, body.careers h1, body.careers h4.eb-heading{
    font-family: "poppins", sans-serif !important;
}

body.careers .menu-careers-menu-container .menu-item > a::after{
    transition: all 0.25s ease-in-out;
}

body.careers .menu-careers-menu-container .menu-item > a {
    font-weight: 600;
    transition: all 0.25s ease-in-out;
    width: 100%;
}

body.careers .menu-careers-menu-container .menu-item > a:hover{
    color: #ffffff;
    background-color: var(--eb-secondary-blue);
}

body.careers .menu-careers-menu-container .menu-item > a:hover::after{
    color: #ffffff;
}

body.careers .btn, body.careers .wp-block-button__link{
    font-weight: 600;
}

body.careers .btn.btn-primary:not(.gray-btn, .white-btn, .btn-outline), body.careers .wp-block-button:not(.gray-btn, .white-btn, .btn-outline, .is-style-outline) .wp-element-button:not(.gray-btn, .white-btn, .btn-outline){
    background-color: var(--eb-btn-primary-blue);
}

body.careers .btn.btn-primary.btn-outline{
    border-color:var(--eb-btn-primary-blue);
    color:#fff;
}

body.careers .btn.btn-primary.btn-outline.white-btn{
    border-color:#fff;
}

body.careers .btn-outline{
        line-height: 1;
}

.wp-block-button:not(.is-style-outline):has(+ .is-style-outline) .wp-element-button{
    border-width: 2px;
    border-style: solid;
}

.wp-block-button:not(.is-style-outline):has(+ .is-style-outline) .wp-element-button.btn-primary,  .is-style-outline .wp-element-button.btn-primary{
    border-color: var(--eb-btn-primary-blue);
}

.is-style-outline .wp-element-button.btn-primary{
    color: var(--gray-5);
}

body.careers .btn.btn-primary:hover:not(.gray-btn):not(.white-btn):not(.btn-outline),
body.careers .wp-element-button:hover:not(.gray-btn):not(.white-btn):not(.btn-outline),
body.careers .btn.btn-primary.btn-outline:hover,
body.careers .wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button:not(.is-style-outline):has(+ .is-style-outline) .wp-element-button:hover,
body.careers .wp-block-button .wp-element-button:hover {
    /* background-color: #a6afd4; */
    background-color: #1238c2;
    color: #fff;
    border-color: #1238c2;
}

body.careers .btn.btn-primary.btn-outline:focus{
   /* background-color:#8e9fe9; */
    background-color: #0F31AC;
    color:#fff;
    border-color:#0F31AC;
}

body.careers .btn:focus, body.careers .btn.btn-primary:not(.gray-btn, .white-btn):focus {
    background-color: #0F31AC;
}

body.careers .btn:disabled, body.careers .btn.btn-primary:not(.gray-btn, .white-btn):disabled {
    background-color: #AFC0FA;
}

body.careers .main-nav-container {
    grid-template-columns: 100%;
    justify-items: end;
}

body.careers .secondary-nav, body.careers .header-search-container{
    display: none;
}

body.careers .modal .modal-content .close{
    background: var(--eb-secondary-blue);
    border-radius: 0;
    position: absolute;
}

body.careers .pop-up-modal .content img{
    border-radius: 0!important;
}

body.careers .modal .modal-content .close:hover{
    background: var(--eb-primary-blue);
}

body.careers .modal .modal-content .close{
    padding: 2px 13px;
    line-height: 1;
    top: -20px;
    right: -20px;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
}

body.careers .modal .modal-content{
    border-radius:0;
    position: relative;
    overflow: visible;
    box-shadow: 0px 1px 10px 3px #00000078;
}

.color-white{
    color:#ffffff !important;
}

.white-btn,body.careers .white-btn .wp-element-button{
    background-color:#ffffff;
    color:#434343;
    border-radius:4px;
    border-color: #fff;
}

.white-btn:,body.careers .white-btn .wp-element-button{
    background-color:#ffffff;
    color:#434343;
    border-radius:4px;
    border-color: #fff;
}

body.careers .wp-block-button.white-btn{
    background-color: transparent;
}

body.careers .white-btn .wp-element-button{
    overflow: hidden;
}

body.careers .is-style-outline .wp-element-button{
    background-color: transparent;
    padding: 12px 24px;
}

.gray-btn{
    background:#ffffff;
    color:#333333;
}

.benefits-icons-wrapper {
    max-width:900px;
    margin:auto;
}

.benefits-icons-wrapper > div > a{
    text-decoration: underline;
}

.benefits-icons-wrapper  ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:2rem;
    padding:0;
}

.benefits-icons-wrapper  ul li{
    width:20%;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor:pointer;
    transition: all 0.3s ease-in-out !important;
}

.benefits-icons-wrapper  ul:hover li{
    filter: grayscale(1);
}

.benefits-icons-wrapper  ul li:hover{
    filter: grayscale(0);
}

.benefits-icons-wrapper ul li span{
    font-weight: 600;
    font-size:1.2em;
    text-align: center;
}

h2.eb-heading, h1.eb-heading{
    font-weight: 700 !important;
    color:var(--eb-primary-blue);
}

.more-jobs-container{
    background: linear-gradient(0deg, rgba(22, 58, 139, 1) 0%, rgba(21, 53, 127, 1) 85%);
    position: relative;
    padding:2rem;
}

.more-jobs-container::before{
    background-color: unset;
}

.more-jobs-container a:not(.eb-btn.white-btn), .more-jobs-container{
    color:#ffffff;
}

.more-jobs-container .wp-block-group__inner-container{
    position: relative;
    z-index: 2;
    padding:4rem 0;
}

.more-jobs-container::before{
    content: " ";
    background-image:url(https://shakopeedakota.org/wp-content/uploads/2025/03/16x16inwardsquare_blue.svg);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    width:100%;
    height: 100%;
    top:0;
    position: absolute;
    opacity:0.6;
    z-index: 1;
    left: 0;
}

.eb-btn{
    font-weight:bold;
    text-transform: capitalize;
}

.spotlight-careers-container .wrapper, .careers-opportunities .wrapper{
    margin:3rem 0 1rem;
    display:flex;
}

.careers-opportunities .wrapper, .careers-opportunities h1{
    z-index:2;
    position: relative;
}

.careers-opportunities > div > h1{
    margin-bottom:2em;
}

.spotlight-careers-container .single, .careers-opportunities .single{
    display: flex;
    text-decoration: none;
    
}


.spotlight-careers-container .single::before{
    content:" ";
    background-image: url("https://shakopeedakota.org/wp-content/uploads/2025/03/jobPosting_bg.png") !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: -160px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.spotlight-careers-container .single:hover::before{
    bottom: -90px;
}

.spotlight-careers-container .single .post-content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 50%;
    top: 60%;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    color:#fff;
    padding:2rem 1rem;
    padding-bottom:0;
    width: 80%;
    gap: 0.5rem;
}

.spotlight-careers-container .single:hover .post-content{
    top: 42.5%;
}

.spotlight-careers-container .single .post-content .btn{
    opacity:0;
    transition: all 0.3s ease-in-out;
    margin-top:0;
}

.spotlight-careers-container .single:hover .post-content .btn{
    opacity:1;
}


.spotlight-careers-container .single{
    height: 400px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.spotlight-careers-container .single h3{
    margin-bottom:0;
}

.spotlight-careers-container .single h5{
    font-size: 17px;
    margin-bottom:0;
}

.spotlight-careers-container .single .post-content h4{
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    color: var(--eb-primary-blue);
    width: fit-content;
    padding: 5px;
    margin-bottom:0;
    font-weight: 600;
}

.careers-opportunities .single h2.eb-heading{
    font-size:1.2em;
    margin-bottom:0;
    font-weight: 800;
}

.careers-opportunities .single {
    flex-direction: column;
}

.careers-opportunities .post{
    width:100%;
    position: relative;
    margin-bottom:0.5em;
    height: 250px;
}


body.careers .page-header{
    min-height: 600px;
    background-color:unset;
    overflow: hidden;
    position: relative;
}

body.careers .page-header .page-title{
    text-align: unset;
    padding: 0;
    font-size: 3em;
    font-weight: 500;
    margin-bottom:0;
}

body.careers .page-header .page-title-content{
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.careers .page-header .page-header-inner strong, body.careers .page-header .page-header-inner b{
    font-weight: 600 !important;
}

body.careers::before{
    max-height: 80%;
    background-position: center !important;
}

body.careers main.site-main > article::before{
    display:none;
}

body.careers .page-header-inner{
    width:100%;
}

body.careers .page-header{
    padding:2rem;
    padding-top:4rem;
    max-width: 1920px;
    box-sizing: border-box;
}

body.careers .header-links-container{
    display: flex;
    gap: 0 1rem;
}

.header-links-container .btn{
    margin-top:0;
}

.btn-outline{
    background-color:transparent;
}

.careers-opportunities{
    background-image:url(https://shakopeedakota.org/wp-content/uploads/2025/03/16x16inwardsquare_periwinkle.svg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding:2em 0;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

.careers-opportunities::before, .careers-opportunities::after{
    content: " ";
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0) 20%);
    position: absolute;
    height: 100%;
    top:0;
    width: 100%;
    z-index:1;
}

.careers-opportunities::after{
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 20%);
}


.careers-opportunities .post .content{
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    color:#fff;
    background-color: #052460e3;
    padding:1em;
    font-size: 0.9em;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.careers-opportunities .post:hover .content{
    opacity:1;
}

.careers-opportunities .single img{
    width:100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.benefits-icons-modal  .modal-single{
    display:flex;
    align-items: center;
}

.benefits-icons-modal   .modal-single img{
    width:20%;
    height: auto;
}

.benefits-icons-modal  .modal-single .content{
    width:80%;
}

body.careers h2, body.careers h1{
    line-height: 1.2;
}


/* Who We Are */

.nostyle{

}

.nostyle li{
    height: fit-content;
}

.nostyle li > img{
    display:none;
}

.nostyle li .content::before{
    content:unset;
}

.who-we-are-list.nostyle .who-we-are-elements li .title > img{
    margin-bottom:1rem;
}

.who-we-are-list.nostyle .who-we-are-elements h2, .who-we-are-list.nostyle .who-we-are-elements p {
    color: #000;
    opacity:1;
}

.who-we-are-list.slide .who-we-are-elements{
    flex-direction: column;
}

.who-we-are-list.slide .who-we-are-elements li {
    height: fit-content;
    width:100%;
    text-align: unset;
    flex-direction: row;
}

.who-we-are-list.slide .who-we-are-elements li p{
    opacity:1;
    color:#000;
    padding:0;
}

.who-we-are-list.slide .who-we-are-elements .content {
    position: relative;
}

.who-we-are-list.slide .who-we-are-elements li .content::before {
    content:unset;
}

.who-we-are-list.slide .who-we-are-elements li .title {
    align-items: flex-start;
    margin-bottom: 0;
}

.who-we-are-list.slide  .who-we-are-elements li > img {
    position: relative;
    width: 100px;
    height: auto;
    display: none;
}

.who-we-are-list .who-we-are-elements li{
    list-style:none;
    padding:1rem;
    transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    cursor:pointer;
    display: flex;
    gap:1rem;
    width: calc(33.33% - 1rem);
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.who-we-are-list .who-we-are-elements li p{
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding:0.5rem;
}

.who-we-are-list .who-we-are-elements li .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color:#fff;
    margin-bottom: 1rem;
    z-index: 2;
    position: relative;
    padding: 0 10px;
}

.who-we-are-elements .content{
    transition: all 0.3s ease-in-out;
    color:#ffffff;
    position: relative;
}

.who-we-are-elements:not(.featured-style) .content::before{
    content: " ";
    background-image: url(https://shakopeedakota.org/wp-content/uploads/2025/04/center-triangle-pattern-employebrand-2.png) !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    position: absolute;
    top: -150px;
    left:0;
    opacity:1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.who-we-are-list{
    align-items: center;
}

.who-we-are-elements .earth .content{
    bottom: -290px;
}

.who-we-are-elements .neighbor .content{
    bottom: -291px;
}

.who-we-are-elements .employeer .content{
    bottom: -290px;
}

.who-we-are-elements .earth:hover .content{
    bottom: -10px;
}

.who-we-are-elements .neighbor:hover  .content{
    bottom: -20px;
}

.who-we-are-elements .employeer:hover  .content{
    bottom: -80px;
}


.who-we-are-list .w40{
    margin-bottom:0;
}

.who-we-are-list .w40 img{
    width:100%;
    height: 100%;
    max-height:600px;
    object-fit: cover;
    object-position: center;
}

.who-we-are-list .who-we-are-elements h2{
    margin-bottom:0.5rem;
    font-size:1.2em;
}

body.careers .slick-dots li.slick-active button:before, body.careers .slick-dots li button:before{
    color: var(--eb-primary-blue);
    content: "▬";
    font-size: 20px;
}

.who-we-are-list .who-we-are-elements{
    padding:0;
    margin:0;
    display:flex;
    gap:1rem;
}

.who-we-are-list .who-we-are-elements li > img{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.who-we-are-list .who-we-are-elements li .title > img{
    width:100px;
}

.who-we-are-list.slide .who-we-are-elements li:not(.active):hover{
    background:#e9e9e9;
}

.who-we-are-list .who-we-are-elements li:hover p{
    opacity:1;
}

.who-we-are-list .who-we-are-elements li.active{
    background-color: var(--eb-primary-blue);
    color: #fff;
}

.who-we-are-list .who-we-are-elements li.active h2{
    color: #fff !important; 
}

.who-we-are-list:not(.nostyle) .who-we-are-elements li .title > img{
    filter: var(--svg-white-filter);
}

.who-we-are-list.slide .who-we-are-elements li.active > img{
    filter: var(--svg-white-filter);
}

.who-we-are-list.slide .who-we-are-elements li.active p{
    color:#fff;
}

/* WWA FS */

.who-we-are-list.featured-style{

}

.who-we-are-list.featured-style .who-we-are-elements li > img {
    position: relative;
    height: 300px;
}

.who-we-are-list.featured-style  .who-we-are-elements li {
    padding: 0;
    width: calc(33.33% - 1rem);
    height: unset;
    gap:0;
    text-align:left;
    cursor: inherit;
    box-shadow: var(--general-box-shadow);

}

.who-we-are-list.featured-style .content::before {
    z-index: 0;
    top: -60%;
    left: -25%;
    width: 150%;
    content: unset;
}

.who-we-are-list.featured-style .content{
    border-top: 10px solid var(--eb-primary-blue);
    padding: 0;
}

.who-we-are-list.featured-style .content__title{
    width: 25%;
    position: absolute;
    z-index: 2;
    right: 1rem;
    background: #fff;
    top: -70px;
    background-color: var(--eb-primary-blue);
}


.who-we-are-list.featured-style  .who-we-are-elements li, .who-we-are-list.featured-style  .who-we-are-elements li p, .who-we-are-list.featured-style  .who-we-are-elements li h2{
    transition: unset;
}

.who-we-are-list.featured-style li::before{
    opacity: 0.08 !important;
    top: 50% !important;
}

.who-we-are-list.featured-style li:hover{
    background: var(--eb-general-gradient);
}

.who-we-are-list.featured-style li:hover::before{
    opacity: 0.4 !important;
}

.who-we-are-list.featured-style li:hover h2, .who-we-are-list.featured-style .who-we-are-elements li:hover p{
    color: #fff;
} 

.who-we-are-list.featured-style li:hover .content__title img{
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28,.84,.42,1));
}

.who-we-are-list.featured-style .content__title img{
    filter:var(--svg-white-filter);
}


.content__text{
    padding:1.5rem 1rem;
}

.content__text h2{
    width: calc(75% - 1rem);
    color: var(--eb-primary-blue);
}

.who-we-are-list.featured-style .who-we-are-elements li p {
    opacity:1;
    padding:0;
    color: #000;
}



/**/

.bg-media-container{
    background-size: cover;
    background-position: center;
}

.careers-stats-counter{
    display:flex;
    gap:1rem;
    width: 100%;
    justify-content: center;
    margin: 4rem 0;
    position: relative;
    z-index:2;
}

.careers-stats-counter .single{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 1rem);
}

.career-stats:not(.careers-stats-wrapper),  .careers-stats-content, .internship-stats{
    background: var(--eb-general-gradient);
    color:#fff;
    position: relative;
}

.internship-stats.light-theme{
    background: unset;
    color: #0000;
}

.internship-stats.light-theme::before{
    display: none;
}


.career-stats .number{
    font-size: 3em;
    font-weight: 600;
}

.careers-stats-content .sub-text{
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.career-stats:not(.careers-stats-wrapper) .eb-heading{
    color:#fff !important;
}

.career-stats .eb-heading:last-child{
    margin-bottom:0;
}

.careers-stats-counter .single {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
  
.careers-stats-counter.visible .single {
    opacity: 1;
    transform: translateY(0);
}

.careers-stats-counter.visible .employees .counter-value::after, .careers-stats-counter.visible .departments .counter-value::after{
    content: '+';
}

.more-benefits{
    list-style:none;
}

.more-benefits li{
    margin-bottom:0.25rem;
}

.more-benefits li::before{
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    color:green;
    padding:5px;
    font-size:12px;
    margin-right: 0.5rem;
}

.careers-stats-wrapper{

}

.careers-stats-wrapper, .careers-stats-content .eb-heading{
    color:#fff;
}

.careers-stats-content{
    padding:3rem 0;
}

.careers-stats-wrapper .careers-stats-counter .single{
    width: calc(25% - 1rem);
    justify-content: flex-start;
    text-align: center;
}

.careers-stats-wrapper .careers-stats-counter{
    flex-wrap: wrap;
    margin:0;
    width:100%;
}

.careers-stats-wrapper .single .sub-text {
    font-size: 0.8em;
}

.careers-stats-wrapper .single a{
    display: flex;
    color: #fff;
    gap: 0.5rem 0;
    flex-direction: column;
}

.careers-stats-wrapper .single a:hover .sub-text, .more-benefits a, a.link-underline, .link-underline a, .recruitment-events .event-link:hover h4, .event-details h4 a:hover, .eb-heading a:hover{
    text-decoration: underline;
}

.careers-stats-wrapper .single .number {
    font-size: 2em;
    line-height: 1;
}

.careers-stats-wrapper .careers-stats-content h2{
    font-size:1.3em;
}

.careers-stats-wrapper .careers-stats-content{
    padding:2rem;
    position: relative;
}

.careers-stats-wrapper .careers-stats-content:before{
    background-size: 50%;
    opacity:0.6 !important;
}

.careers-stats-content{
    left:-100%;
}

.careers-stats-wrapper.full-size .careers-stats-content{
    left:-100%;
    position: relative;
}


.careers-stats-wrapper.full-size .careers-stats-content{
    padding:4rem 2rem;
}

.careers-stats-content.visible{
    left:0 !important;
    transition: all 0.7s ease-in-out;
    box-shadow: var(--general-box-shadow);
}

.careers-stats-wrapper.full-size .careers-stats-counter {
    margin:4rem 2rem;
}


.careers-stats-wrapper{
    position: relative;
}

/* Hiring Process */

.hiring-progress{
    padding-right: 2rem;
}

.hiring-process-container{
    justify-content: center;
}

.hiring-progress .single{
    padding: 1rem 0;
    font-weight: 600;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    cursor: pointer;
    height: fit-content;
    align-items: center;
}

.hiring-process-container .wrapper:before {
    position: absolute;
    content: " ";
    top: 10px;
    bottom: -35px;
    left: 3px;
    width: 8px;
    border-radius: 8px;
    background: linear-gradient(179deg, var(--eb-primary-blue) 11.28%, var(--eb-btn-primary-blue) 183.51%); 
}

.hiring-progress nav li::marker{
    content: "";
}


.hiring-process section{
    scroll-margin-top: 90px;
}

#page-content-start{
    scroll-margin-top: 30px;
}

.page-start{
    color: #fff;
    font-size: 2.5rem;
    line-height: 0;
    width: fit-content;
}

.hiring-faqs .single-faq-container button.accordion{
    font-size: 1.5em;
    transition: unset;
    font-weight: 400;
}

.hiring-faqs .single-faq-container {
    margin: 0;
    width: 100%;
    box-shadow: unset;
    border-bottom:1px solid #ededed;
}

.hiring-faqs .single-faq-container button.accordion, .hiring-faqs .single-faq-container .panel{
    background-color: transparent;
}


.hiring-faqs .single-faq-container:hover{
    background:var(--eb-primary-blue);
}

.hiring-faqs .single-faq-container:hover button.accordion, .hiring-faqs .single-faq-container:hover .panel, .hiring-faqs .single-faq-container:hover button.accordion::after, .hiring-faqs .single-faq-container:hover a{
    color:#fff;
}

.hiring-faqs .single-faq-container:last-child{
    border-bottom:0;
}

.hiring-faqs  .questions-container .accordion:after {
    font-size: 20px;
    color: var(--eb-primary-blue);
    font-weight: 300;
}

.hiring-faqs .questions-container{
    max-width: 100%;
}

.hiring-progress nav li.active a.progress-step {
    text-decoration: none;
}

/*
.hiring-progress nav li.active a.progress-step::before{
    text-decoration: none;
    color:var(--eb-primary-blue);
    background: #fff;
} 
*/

.hiring-process-container .hiring-process .wrapper{
    position: relative;
    margin:0;
    padding: 1.25rem 0 2rem 3.5rem;
}

.hiring-process-container .hiring-process .content{

}

.hiring-process-container .hiring-process .content ul{
    padding-left:1rem;
    margin-bottom: 0;
}

.hiring-process-container .wrapper:first-child{
    margin-top:0;
}

.progress-line {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 5px;
    left:18px;
    background-color:var(--eb-primary-blue);
    height: calc(100% - 3rem);
}

.progress-step::before {
    content:attr(data-step);
    min-width: 40px;
    background-color:var(--eb-primary-blue);
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    text-decoration: none !important;
}

.active .progress-step::before {

}

.hiring-process section.hiring-step .eb-heading{

}

.hiring-process-container .hiring-progress-container{

}

.hiring-process section.hiring-step .icon{
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    font-size: 35px;
    left: -35px;
    display: flex;
    border: 2px solid var(--eb-primary-blue);
    /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1); */
    align-items: center;
    justify-content: center;
    color:var(--eb-primary-blue)
}

.skye-promo-container{
    padding: 3rem 0 3em 0;
}

.skye-promo-media{
    position: relative;
}

.skye-promo-media figure{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.skye-promo-content{
    padding: 1rem;
}

#apply-and-interview ul li::marker{
    color: var(--eb-primary-blue);
    font-size: 1em;
    content:"■  ";
    margin-right:0.5rem;
    vertical-align: top;
}


/* Recruitment Events */

.events-add-to-calendar-icons{
    display: flex; 
    gap:0.5rem;  
    align-items: center;
}

.recruitment-events.slide .events-add-to-calendar-icons{

}

.events-add-to-calendar{
    display: flex;
    position: absolute;
    top: 0;
    position: relative;
    left: 0;
}

.events-add-to-calendar-icons li{
    display: flex;
    justify-content: center;
   /* border: 1px solid #ccc; */
    font-size: 1.2em;
    align-items: center;
    line-height: 0;

}

.events-add-to-calendar-icons li a{
    color: var(--eb-primary-blue);
}

.events-add-to-calendar-icons li a:hover{
    color: var(--gray-5);
}


.events-add-to-calendar-icons li .fa-google{
   font-size:19px;
}


.recruitment-events-wrapper{
    padding: 0;
}

.background-image{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-image.fixed{
    position: fixed;
}

.recruitment-events-wrapper .single ul, .recruitment-events-wrapper-slide .single ul{
    list-style:none;
    padding: 0;
    margin-bottom:0;
}


.recruitment-events-wrapper .single{
    align-items: flex-start;
    padding:0 1rem;
    /* border-bottom: 1px solid #dbdbdb; */
    transition: all 0s ease-in-out !important;
}

.recruitment-events-wrapper .single:last-child, .recruitment-events.slide .single{
    border-bottom:0;
}

.recruitment-events-wrapper:hover .single{
    /* opacity:0.4 !important; */
}

.recruitment-events-wrapper .single:hover, .recruitment-events-wrapper .single:focus, .recruitment-events-wrapper-slide .single a:hover, .recruitment-events-wrapper-slide .single a:focus{
    color:unset;
    /* opacity:1 !important; */
}

.calendar-date{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;

}

.event-details li{
    align-items: flex-start;
    gap:0.5rem;
}

.calendar-date > div{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 0;
    width:100%;
}

.calendar-date-container{
    width:75px;
}

.calendar-date .month{
    color: #fff;
    text-transform: uppercase;
    background:red;
    height:40%;
}

.calendar-date .day{
    background:white;
    color:#000;
    height:60%;
    font-size: 1.5em;
}

.event-details li::before{
    font-family:"Font Awesome 6 Pro";
    font-weight: 400;
    font-size:20px;
    width: 20px;
    text-align: center;
    color: var(--eb-primary-blue);
}

.event-details .text-sm li::before{
    font-size:15px;
    width: 15px;
}

.event-details li.location::before, .list-icons .location::before{
    content:"\f3c5";
}

.event-details li.time::before, .list-icons .time::before{
    content:"\f017";
}

.event-details .building::before, .list-icons .building::before{
    content:"\f1ad";
}

.event-details h4{
    color: var(--eb-primary-blue);
    font-weight: 600;
}

.event-details{
    flex: 1;
    position: relative;
}

.recruitment-events-wrapper .event-link:hover{
    color:unset;
}

.recruitment-events.slide .event-details{
    padding-top:0;
}

.recruitment-events.slide .btn{
    display:none;
}

.recruitment-events .event-link{
    display: flex;
    gap:1rem;
}

.event-details h4 a, .eb-heading a{
    color:var(--eb-primary-blue);
}

.recruitment-events.slide .single {
    display: flex !important;
    padding:0 1rem;
    padding-left:4rem;
    position: relative;
}

.recruitment-events.slide .event-link{
    width:80%;
}

.recruitment-events.slide .recruitment-events-wrapper{
    padding:1.85em 0;
    position: relative;
}

.recruitment-events.slide{
    overflow: hidden;
}

.recruitment-events.slide > h2{
    margin-bottom:0;
    background-color: var(--eb-primary-blue);
    color: #fff !important;
    padding: 2rem;
    align-items: center;
    justify-content: flex-end;
}

.recruitment-events.slide > h2 a{
    color: #fff !important;
}

.recruitment-events.slide > .recruitment-events-wrapper::before{ 
    content:" ";
    width: 0;
    height: 0;
    border-bottom: 200px solid transparent;
    border-left:50px solid var(--eb-primary-blue);
    position: absolute;
    left: 0; 
    top:0;
    z-index:2;
}

/* Talent Community */

.spotlight-careers-container.bg-color-container{
    background-color: var(--eb-primary-blue);
    position: relative;
    color: #ffff;
    border-radius: 0;
}

.spotlight-careers-container.bg-color-container h2.eb-heading{
    color:#fff !important;
}

.talent-community-containers{
    margin:5rem auto 5rem;
    width:95%;
    max-width:1000px;
}

.talent-community-containers .single{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    height: 400px;
    padding-bottom: 1.5rem;
    background-size: cover;
    background-position: center;
    box-shadow: var(--general-box-shadow);
}

.talent-community-containers .single::before, .talent-community-containers .single::after{
    content:" ";
    background: linear-gradient(0deg, var(--eb-primary-blue) 10%, rgba(255, 255, 255, 0) 60%);
    bottom:0;
    left:0;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.talent-community-containers .single::after{
    background: linear-gradient(0deg, var(--eb-primary-blue) 30%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition:all 0.2s ease-in-out;
}

.talent-community-containers .single:hover::after{
    opacity: 0.8;
}

.talent-community-containers .single h3{
    color: #fff !important;
    z-index: 2;
    font-size: 1.2em;
    margin-bottom: 0;
    text-shadow: 0px 2px 6px var(--eb-primary-blue);
}

.talent-community-containers .single.launchpad-golf{
    background-image:url(https://shakopeedakota.org/wp-content/uploads/2024/07/launchpad-golf-rendering.png);
}

.talent-community-containers .single.tribal-operations{
    background-image:url(https://shakopeedakota.org/wp-content/uploads/2025/01/public-works-depcover.jpg);
}

.talent-community-containers .single h2{
    color: #fff !important;
    margin-bottom:0;
    font-size: 1.5em;
    z-index: 2;
    text-shadow: 0px 2px 6px var(--eb-primary-blue);
}


.talent-community-containers .single .btn{
    z-index: 2;
}


/* Internships */

body.careers .slick-prev:before,body.careers .slick-next:before {
    color: var(--eb-primary-blue);
    font-family: "Font Awesome 6 Sharp";
    font-weight: 300;
    font-size:30px;
}

body.careers .slick-prev:before{
    content:"\f053";
}


body.careers .slick-next:before{
    content:"\f054";
}


body.careers .slick-prev,body.careers .slick-next {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    top:35%;
}

body.careers .slick-prev{
    left:-50px;
}

body.careers .slick-next{
    right:-50px;
}

body.careers .wrapper.interns-testimonials:hover .slick-prev,body.careers .wrapper.interns-testimonials:hover .slick-next {
    opacity: 1;
}

.wrapper.interns-testimonials .single{
    padding:0 1rem;
}

.wrapper.interns-testimonials .single .content{
    line-height: 1.6rem;
}

.wrapper.interns-testimonials .single .post > i{
    color: var(--eb-primary-blue);
    font-size: 2em;
}

.wrapper.interns-testimonials .single .content strong{
    font-style: italic;
    padding: 0.3rem 0.5rem;
}

.internship-stats:not(.internship-stats-individual) .careers-stats-counter{
    flex-direction: column;
    background:unset !important;
    gap: 2rem;
}

.internship-stats .careers-stats-content .sub-text {
    text-transform: lowercase;
    font-size: 0.9em;
}

.internship-stats .careers-stats-wrapper .single .number {
    font-size: 3em;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: flex-end;
}

.internship-stats .careers-stats-wrapper .single .number::after{
    content:'%';
    font-size: 0.5em;
}

.internship-stats .careers-stats-content.visible{
    box-shadow: unset;
}

.internship-stats .careers-stats-content{
    background: unset;
    left:0;
}

.internship-stats .careers-stats-content::before{
    display: none;
}

.internship-stats:not(.internship-stats-individual) .careers-stats-counter .single{
    width: 100%;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
}

.internship-stats .wp-block-group__inner-container{
    padding: 0;
}

.internship-stats:not(.internship-stats-individual) .careers-stats-counter .single .text{
    display: flex;
    flex-direction: column;
}

.internship-stats:not(.light-theme) .eb-heading{
    color: #fff;
    margin-bottom:1.5rem;
}

.internship-stats.light-theme .careers-stats-wrapper{
    color: #000;
}

.internship-stats.light-theme .careers-stats-wrapper {
    margin: 4rem auto;
}

.internship-stats.light-theme .careers-stats-wrapper .bg-cover{
    border-radius: 4px;
}
/*
.wrapper.interns-testimonials .single:nth-child(odd) .content strong{
    background-color: var(--eb-primary-yellow);
}

*/
.internship-stats-individual .careers-stats-content .text {
    display: flex;
    color: #fff;
    /* transform: skew(0.1702rad); */
    flex-direction: column;
}

.internship-stats-individual{
        margin: 2rem 0;
}

.internship-stats-individual .careers-stats-content{
    left: unset;
    color: #fff;
}

.internship-stats-individual .careers-stats-content::before{

}

.internship-stats-individual  .careers-stats-content.visible{
    box-shadow: unset;
}

.internship-stats-individual .careers-stats-content .sub-text{
    /* text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%; */
}

.internship-stats-individual .careers-stats-counter .single {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem;
    padding-right: 2rem;
    border-radius: 0;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

.internship-summer-experiences h2{
    margin-bottom:0;
    font-size:1.2em;
}


.internship-stats-individual .careers-stats-counter .single:last-child{
    border-right:0;
}

.internship-stats-individual .careers-stats-content .eb-heading {
 
}

.internship-stats-individual .careers-stats-counter {
    margin: auto;
    width: fit-content;
    gap:0;
}

.internship-stats-individual .middle-text {

}

.split {
  opacity: 0;
}

.internship-stats-individual .single .number {
    font-size: 3em;
    display: flex;
    align-items: center;
    min-width: 100px;
    line-height: 0;
    justify-content: flex-end;
    padding: 2rem 0rem 1.6rem 0.5rem;
}

.internship-stats-individual .single .number::after {
    content: '%';
    font-size: 0.5em;
}

.internship-summer-experiences .title{
    padding: 0 !important;
}

.internship-summer-experiences.who-we-are-list .who-we-are-elements {
    gap: 0;
}

.internship-summer-experiences img{
    border-radius: 4px;
}

.wrapper.interns-testimonials .single .content strong{
    background: var(--eb-primary-yellow); /* linear-gradient(58deg, var(--eb-primary-blue) 11.28%, var(--eb-btn-primary-blue) 183.51%); */
    color: #000;
}

.internships .styled-tags li{
    list-style: none;
    border-width: 0px;
    text-align: center;
    border-style: solid;
    min-width: max-content;
    padding: 3px 10px;
}

/**
* Misc.
*/

.styled-tags{
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
}

body.internships.careers .styled-tags li{
    border-color: #00905f;
    background: var(--eb-greencyan);
    color: #fff;
}

.red.styled-tags li{
    background: var(--eb-red) !important;
}

/*
* Footer
*/

footer.careers-footer .site-footer-primary--left-panel {
    justify-content: flex-start;
    min-height: 250px;
}

body.careers .site-footer--secondary ul li {
    border-color: #ffffff2e !important;
}


footer.careers-footer .site-footer-primary--left-panel .footer-elements{
    justify-content: flex-end;
}

footer.careers-footer .members-only-footer-link {
    border: 1px solid #ffffff;
    background: unset;
}

footer.careers-footer, .skye-promo-media, .career-stats{
    background: var(--eb-general-gradient);
    color:#fff;
}

footer.careers-footer a, footer.careers-footer, footer.careers-footer .footer-element h3 {
    color:#fff !important;
}

footer.careers-footer .site-footer--secondary.content-width-lg {
    border-top: 2px solid #ffffff2e;
}

footer.careers-footer .site-footer--secondary ul li + li::before {
    color: #ffffff2e;
}

footer.careers-footer::before, .skye-promo-media::before, .careers-stats-content::before, .spotlight-careers-container.bg-color-container:not(.no-pattern)::before, .who-we-are-list.featured-style li::before, .internship-stats::before{
    content: " ";
    background-image: url(https://shakopeedakota.org/wp-content/uploads/2025/03/16x16inwardsquare_blue.svg);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    left: 0;
}

footer.careers-footer .footer-element{
        width: 30%;
}

footer.careers-footer .site-footer--primary, footer.careers-footer > div {
    z-index: 1;
    position: relative;
}

.hrr-office-information ul li{
    margin-bottom: 0.5rem;
}

.hrr-office-information ul{
    font-size:1.2em;
}

body.careers .additional-information li::before, .event-details li::before {
   /* display:none !important; */
}

@media only screen and (max-width: 1600px) {
    body.careers .page-header {
        min-height: 600px;
    }

    body.careers .page-header .page-title-content {
        padding-left: 50px;
    }
}


@media only screen and (max-width: 1250px) {
    body.careers .page-header .page-title-content {
        position: relative;
        width: 60%;
    }

    body.careers header .page-header .overlay {
        width: 120%;
        left: 0px;
    }

    .spotlight-careers-container .single:hover .post-content {
        top: 50%;
    }

    .spotlight-careers-container .single:hover::before {
        bottom: -110px;
    }

    body.careers .main-nav-container{
        height: fit-content;
    }

    header .site-header.fixed .main-nav-container{
        top: 65px;

    }
}

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

    #page-content-start {
        scroll-margin-top: 10px;
    }

    .internship-stats .careers-stats-content .middle-text {
        font-size: 0.85em;
    }

    
    .internship-stats-individual .single .number {
        font-size: 2em;
        min-width: 70px;
    }


    body.careers .site-header.fixed .main-nav-container {
        top: 65px;
    }


    body.careers .header-search-container{
        display: block;
    }

    body.careers #site-navigation,body.careers .main-nav-container{
        height: auto;
    }   

    .events-add-to-calendar-icons li .fa-google {
        font-size: inherit;
    }

    body.careers .page-header .page-start {
        font-size: 1.5em;
    }

    .page-start {
        font-size: 2em;
        margin-top:0;
    }

    .more-benefits li::before {
        padding: 3px 4px;
        font-size: 10px;
    }

    .who-we-are-elements .content::before {
        top: revert-layer;
    }

    .who-we-are-list .who-we-are-elements {
        flex-direction: column;
    }

    .who-we-are-list .who-we-are-elements li {
        width: 100%;
        padding:0;
        height: fit-content;
        gap: 0;
    }

    .who-we-are-list .who-we-are-elements li .title > img {
        width: 70px;
    }

    .who-we-are-list .who-we-are-elements li p {
        opacity: 1;
        font-size: 0.9em;
    }

    .who-we-are-list .who-we-are-elements li .title {
        margin-bottom:0;
    }

    .careers-stats-counter .single {
        width: fit-content;
        padding: 0.8rem 0.7rem 0.8rem 0.5rem !important;
    }

    .more-benefits {
        padding: 0;
    }

    .careers-stats-counter {
        flex-direction: column;
        align-items: center;
    }

    .careers-video-header{
        position: fixed;
        width: 100%;
        height: 550px;
        object-position: -435px;
    }

    .hrr-office-information{
        border: 1px solid #fff;
        padding: 10px;
        border-radius:5px;
    }

    .hrr-office-information ul li:last-child{
        margin-bottom:0;
    }

    .hrr-office-information h3{
        margin-bottom:0;

    }

    .hrr-office-information ul{
        margin-top: 1rem;
    }

    .hrr-office-information .additional-information{
        margin-bottom:0;
        font-size: 1em;
    }

    footer .careers-links h3{
        text-align:center;
        justify-content: center;
    }

    .spotlight-careers-container .single:hover::before {
        bottom: 0;
    }
/*
    .who-we-are-elements .neighbor .content {
        bottom: -31vh;
    }

    .who-we-are-elements .earth .content {
        bottom: -32vh;
    }

    .who-we-are-elements .employeer .content {
        bottom: -31vh;
    }

    
    .who-we-are-elements .earth:hover .content{
        bottom: -100px;
    }

    .who-we-are-elements .neighbor:hover  .content{
        bottom: -100px;
    }

    .who-we-are-elements .employeer:hover  .content{
        bottom: -100px;
    }
*/

    .who-we-are-list .who-we-are-elements li > img{
        position: relative;
    }
    
    .who-we-are-elements li .content {
        padding: 0 10px;
        bottom: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: fit-content;
        overflow: hidden;
    }

    .who-we-are-list.featured-style  li .content {
        overflow: visible;
    }

    .who-we-are-list.featured-style .content__text h2 {
            width: 100%;
    }

    .who-we-are-list.featured-style .content__title {
        top: -80px;
    }

    .who-we-are-list.featured-style .who-we-are-elements li > img {
        height: 220px;
    }

    .careers-stats-wrapper .careers-stats-counter .single {
        width: calc(50% - 1rem);
    }

    .internship-stats .careers-stats-wrapper .careers-stats-counter .single {
        width: 100%;
    }

    .internship-stats .careers-stats-counter{
        flex-direction: column;
    }
    
    .internship-stats .careers-stats-wrapper .careers-stats-content {
        padding: 1rem;
    }

    .internship-stats .careers-stats-wrapper .single .number {
        font-size: 2.5em;
        min-width: 65px;
        padding-top: 0.5rem;
    }

    .careers-stats-wrapper .careers-stats-counter{
        flex-direction: row;
        font-size: 0.8em;
        margin: 2rem 0;
    }

    .internship-stats h2, .internship-stats p {
        text-align: center;
    }

    .careers-stats-wrapper.career-stats .careers-stats-content h2 {
        font-size: 1em !important;
    }

    .careers-stats-wrapper.career-stats .careers-stats-content{
        padding:3rem 2rem;
    }

    .who-we-are-elements li:hover .content {
        bottom: 0 !important;
    }

    .spotlight-careers-container .single .post-content, .spotlight-careers-container .single:hover .post-content{
        top: 44.5%;
        width: 100%;
    }

    .spotlight-careers-container .single .post-content .btn {
        opacity: 1;
    }

    .spotlight-careers-container .single::before {
        height: 100%;
        bottom: 0;
    }

    body.careers .main-header-image{
        height: 600px;
    }

    .benefits-icons-wrapper ul {
        justify-content: space-around;
        gap: 1.5rem;
    }

    body.careers .page-header .page-title-content {
        padding-left: 0;
    }

    body.careers header .page-header .overlay {
        background: #052360b7;
        left: 0;
        opacity: 0.8;
        background-image: unset !important;
    }

    body.careers .page-header {
        min-height:400px;
        height: fit-content;
        padding: 8rem 2rem 4rem 2rem;
    }

    body.careers .header-links-container {
        display: flex;
        gap:0.5rem;
        flex-wrap: wrap;
    }

    .page-header-inner p{
        font-size: 0.8em;
    }

    body.careers .header-links-container .btn{
        margin-top: 0;
        font-size: 0.8em;
        padding: 8px 25px;
    }

    .spotlight-careers-container .wrapper, .careers-opportunities .wrapper {
        flex-direction: column;
    }

    .spotlight-careers-container .single, .careers-opportunities .single {
        width: 100%;
    }

    .smsc-logo-careers-pages{
        padding-left: 10px;
    }

    .careers-opportunities .post {
        height: fit-content;
        order: 2;
    }

    .careers-opportunities .post .content {
        position: relative;
        opacity:1;
        height: fit-content;
    }

    .careers-opportunities .post {
        margin-bottom: 0;
    }

    .careers-opportunities .single h2.eb-heading {
        order: 1;
        text-align: center;
        margin-bottom:0.5rem;
    }

    .careers-opportunities .single img {
        height: 250px;
        display: block;
    }

    .careers-opportunities {
        background-size: contain;
    }

    .careers-opportunities::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 10%);
    }

    .careers-opportunities::after {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 10%);
    }

    .benefits-icons-wrapper ul li {
        width: calc(33.3% - 1.5rem);
    }

    .benefits-icons-wrapper ul li span {
        font-size: 0.8em;
    }

    .more-jobs-container::before{
        background-attachment: scroll;
    }

    .modal .modal-single #modal-title{
        margin-bottom:0.5rem;
    }

    .modal .modal-single #modal-text{
        font-size: 0.8em;
    }

    body.careers .modal .modal-content .close {
        padding: 2px 10px;
        right: -15px;
        font-size: 28px;
    }

    .benefits-icons-modal .modal-single {
        text-align: center;
        flex-direction: column;
    }

    .benefits-icons-modal .modal-single .content{
        width:100%;
    }

    .benefits-icons-modal img{
        width:125px !important;
    }

    body.careers .page-header .page-title-content {
        width: 100%;
    } 

    body.careers .spotlight-careers-container .single {
        min-width:100%;
    }

    .hiring-progress-container{
        display:none;
    }

    .hiring-process section.hiring-step .icon {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        font-size: 20px;
        left: -14px;
    }

    .hiring-process-container .wrapper:before {
        width: 5px;
    }

    .hiring-process-container .hiring-process .wrapper {
        padding: 0.5rem 0rem 1rem 1.3rem;
    }

    .hiring-process-container .hiring-process .wrapper:first-child{
        padding-top:0.5rem;
    }

    .hiring-process section.hiring-step .eb-heading {
        padding-left: 0.8rem;
    }

    .hiring-faqs .single-faq-container button.accordion {
        font-size: 1em;
    }

    .skye-promo-media {
        height: fit-content;
    }

    .skye-promo-content {
        text-align:center;
    }

    .skye-promo-container{
        gap: 0;
    }

    .recruitment-events-wrapper .single {
        padding: 0;
        align-items: center;
    }

    .recruitment-events.slide .single {
        padding: 0rem 0.75rem 0.5rem 0.75rem;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .recruitment-events.slide .recruitment-events-wrapper {
        padding: 1rem 0rem;
    }

    .recruitment-events.slide > .recruitment-events-wrapper::before{ 
        display:none;
    }

    .recruitment-events.slide .event-link {
        width: 100%;
    }

    .recruitment-events.slide .event-link {
        width: 100%;
        gap: 0.5rem;
    }

    .calendar-date {
        height: 60px;
        font-size: 0.8em;
    }

    .recruitment-events.slide .event-details ul,   .recruitment-events-wrapper .single ul{
        font-size: 0.8em;
    }

    .recruitment-events-wrapper > div:not(.slide) .events-add-to-calendar-icons li{
        padding:0.5rem;
        border:1px solid var(--eb-primary-blue);
        border-radius:4px;
        font-size: 0.9em;
    }

    .recruitment-events-wrapper .events-add-to-calendar-icons li a{
        display:flex;
        gap:0.5rem;
        align-items: center;
    }

    .event-details li::before {
        font-size: 15px;
        width: 15px;
    }

    .calendar-date-container {
        width: 50px;
    }

    .recruitment-events.slide .event-details h4 {
        font-size: 0.9em;
    }

    .events-add-to-calendar {
        padding-top: 0;
    }

    .recruitment-events.slide .recruitment-events .event-link {
        display: flex;
        gap: 0.5rem;
    }

    .recruitment-events.slide  .event-details{
        padding-top:0;
    }

    .recruitment-events.slide > h2 {
        justify-content: center;
        padding: 1rem;
    }

    .recruitment-events.slide > h2 a {
        font-size: 0.8em;
    }

    .who-we-are-list.featured-style .who-we-are-elements li {
        width: 100%;
    }
   
    .internship-stats-individual .careers-stats-content .text {
        display: inline;
    }

    .internship-stats-individual .careers-stats-counter .single {
      
    }

    body.careers .page-header .page-start{
        margin-top:0;
    }  
}

@media (min-width: 530px) and (max-width: 825px) {
    .careers-video-header {
        object-position: center;
    }
}