.mainconleft2 {
    /* background-color: gray; */
    flex-basis: 200px;
    min-width: 200px;
    height: 95%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.applybox2 {
    width: 100%;
    height: 100px;
    background-color: var(--jlgray);
    padding: 10px;
    transition: 0.1s ease-in-out;
    
    
}

.movingblip2 {
    
    position: absolute;
    width: 10px;
    height: 25px;
    background-color: var(--jlgray);
    left: 450px;
    top: 55px;
    z-index: -1;
    transition: 0.2s ease-in-out;
}



.vipcardbox2 {
    width: 100%;
    height: 100px;
    background-color: var(--jlblack);
    padding: 10px;
    opacity: 40%;
    transition: 0.1s ease-in-out;
    filter: blur(1px);
}
.mainconright2 {
    flex-basis: 2;
    flex-grow: 1;
    max-width: 600px;
    /* background-color: #e8455b; */
    height: 95%;
    transition: 0.1s ease-in-out;
}

.applylinks2 {
    width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    opacity: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardlinks2 {
    width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    transition: 0.3s ease-in-out;
    position: relative;
    top: -266px;
    opacity: 0%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.smalltext {
    font-weight: 400;
    font-size: 0.9rem;
}

.applylinks2 {
    display: flex;
    justify-content: space-around;
}


.states2 {
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    
}


.statelink2 {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 100;

    &&::after {
        content: "";
        width: 0px;
        height: 2px;
        background-color: var(--jlyellow);
        position: absolute;
        left: 475px;
        margin-top: 23px;
        transition: 0.3s ease-in-out;
    }
    &&:hover {
        color: var(--jlyellow);

        &&::after {
            width: 175px;
        }
    }

  
}



.image2 {
    transition: 0.3s ease-in-out;
    width: 300px;
    
}

.image2 img {

    opacity: 100%;
    z-index: 9;
    box-shadow: 1px 1px 3px black;
}

.states2 p {
    font-weight: 400;
}

.idahocon2 {
    display: flex;
    gap: 5px;
}


.studentslabel2 {
    position: absolute;
    font-size: 2.3rem;
    left: 55px;
   
    top: 20px;
}


.caption2 {
    width: 150px;
    height: 40px;
    background-color: var(--jlred);
    position: absolute;
    bottom: 38px;
    left: 750px;
    box-shadow: 1px 1px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: white;
    transition: 0.3s ease-in-out;
}



.educatorsdropdown {
       width: 100vw;
    height: 300px;
    top: 70px;
    
    position: fixed;
    background-color: rgba(51,51,51,.94);
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    padding-left: 250px;
    left: 0px;
    cursor: default;
   display: none;
    
}

.educators:hover .educatorsdropdown{
    display: flex !important;
}


/* .ed {
    font-size: 0.9rem;
} */



.idahocon3 {
    display: flex;
    gap: 5px;
}

.winnersdropdown {
        width: 100vw;
    height: 300px;
    top: 70px;
    
    position: fixed;
    background-color: rgba(51,51,51,.94);
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    padding-left: 250px;
    left: 0px;
    cursor: default;
   display: none;
}

.winners:hover .winnersdropdown{
    display: flex !important;
}

.mainconleft3 {
    /* background-color: gray; */
    flex-basis: 200px;
    min-width: 200px;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}


.applybox3 {
    width: 100%;
    height: 60%;
    background-color: var(--jlgray);
    padding: 10px;
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    
    
}

.movingblip3 {
    
    position: absolute;
    width: 10px;
    height: 25px;
    background-color: var(--jlgray);
    left: 450px;
    top: 85px;
    z-index: -1;
    transition: 0.2s ease-in-out;
  
}



.vipcardbox3 {
    width: 100%;
    height: 100px;
    background-color: var(--jlblack);
    padding: 10px;
    opacity: 40%;
    transition: 0.1s ease-in-out;
}
.mainconright3 {
    flex-basis: 2;
    flex-grow: 1;
    max-width: 600px;
    /* background-color: #e8455b; */
    height: 95%;
    transition: 0.1s ease-in-out;
}

.applylinks3 {
    width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    opacity: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cardlinks3 {
    width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    transition: 0.3s ease-in-out;
    position: relative;
    top: -266px;
    opacity: 0%;
}


.smalltext {
    font-weight: 400;
    font-size: 0.9rem;
}

.bigtext3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--jlyellow);
}

.regschool {
    color: var(--jlyellow);
}






.states3 {
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    
}


.statelink3 {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 100;

    &&::after {
        content: "";
        width: 0px;
        height: 2px;
        background-color: var(--jlyellow);
        position: absolute;
        left: 490px;
        margin-top: 23px;
        transition: 0.3s ease-in-out;
    }
    &&:hover {
        color: var(--jlyellow);

        &&::after {
            width: 175px;
        }
    }

  
}



.image3 {
    transition: 0.3s ease-in-out;
    width: 300px;
    position: relative;
  
}

.overlayforvideo {
    width: 100%;
    height: 170px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.159);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}




#utahwinner {
    border: 10px solidsgray;
    opacity: 100%;
    z-index: 9;
    box-shadow: 1px 1px 3px black;
}

.states3 p {
    font-weight: 400;
}

.idahocon3 {
    display: flex;
    gap: 5px;
}


.studentslabel3 {
    position: absolute;
    font-size: 1.8rem;
   
    left: 55px;
    
}


.caption3 {
    width: 175px;
    height: 40px;
    background-color: var(--jlred);
    position: absolute;
    bottom: 38px;
    left: 750px;
    box-shadow: 1px 1px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: white;
    transition: 0.3s ease-in-out;
    z-index: 99;
}



.t-image-vip {
    transition: 0.3s ease-in-out;
    width: 300px;
}

.t-image-vip img {
    box-shadow: 1px 1px 3px black;
}


#playbutton {
    width: 125px;
    opacity: 0.6;
    
}

.menu {
    width: 50px;
    height: 100%;
    /* display: flex; */
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'brandon-grotesque';
    font-weight: 800;
    display: none;
}

.bars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100px;
    flex-wrap: wrap;
    height: 40%;
    
}



.bar {
    background-color: white;
    width: 30px;
    height: 3px;
    border-radius: 5px;

    
}

.mobilemenu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: var(--jlred);
    left: 0;
    top: 0;
    

    transform: translateY(-100%);
    
    transition: 0.4s ease-in-out;
    font-size: 2rem;
    font-weight: 800;
    font-family: brandon-grotesque;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    
}




.mobile-links {
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 65px;
    padding-left: 50px;
    gap: 8px;
    /* transform: translateX(-350px); */
    position: absolute;
    transition: 0.5s ease-in-out;
    
}

.carrot-con {
    position: relative;
    width: 100px;
    height: 2.3rem;
    right: -50px;
    transition: 0.2s ease-in;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0%;
    top: 15px;
    
    
}


.ml-one, .mobile-links-apply a{
    color: white;
    text-decoration: none;
    font-weight: 800;
    font-size: 2.3rem;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    &&:hover .carrot-con{
        opacity: 100%;
        transform: scale3d(1.3, 1.3, 1.3);
    }

    

}



.return {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    position: absolute;
    background-color: transparent;
    left: 35px;
    top: 15px;
    display: flex;
    opacity: 0%;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;

}



.back-top {
    background-color: white;
    width: 10px;
    height: 2px;
    rotate: 45deg;
    position: absolute;
    top: 22.5px;
    
}

.back-bottom {
    width: 10px;
    height: 2px;
    background-color: white;
    rotate: -45deg;
    
}


.carrot-top {
    width: 10px;
    height: 2px;
    background-color: white;
   
    rotate: 45deg;
    position: absolute;
    top: 11.5px;
}

.carrot-bottom {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: white;
    rotate: -45deg;
   
}

.mobile-links-apply {
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 65px;
    padding-left: 50px;
    gap: 8px;
    transform: translateX(100vw);
    transition: 0.5s ease-in-out;
}

.mla-title {
    color: var(--jlyellow);
    text-decoration: none;
    font-weight: 800;
    font-size: 3rem;
    width: 100%;
    font-family: "dharma-gothic-e";
}


.m-links {
    padding-left: 40px;
    padding-top: 30px;
    
}

.m-students, .m-educators, .m-winners, .m-sd-discounts, .m-ed-discounts {
    cursor: pointer;
    height: auto;
}

.expandlinks {
    width: 200px;
    
    display: none;
}

.expandlinks-e {
    width: 200px;
    
    display: none;
}

.expandlinks-w {
    width: 200px;
    display: none;
}

.expandlinks-sd {
    width: 200px;
    display: none;
}

.expandlinks-ed {
    width: 200px;
    display: none;
}

.expandlinks a, .expandlinks-e a, .expandlinks-w a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;

    &&:active {
        color: var(--jlyellow);
    }
    
}


.close {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    position: absolute;
    background-color: transparent;
    right: 15px;
    top: 15px;
    display: flex;
    
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
}


.headinglabel {
    position: absolute;
    left: 100px;
    top: 10px;
    text-decoration: underline;
}


.line1 {
    width: 20px;
    height: 2px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left:7px;
    border-radius: 5px;
}

.line2 {
    width: 20px;
    height: 2px;
    background-color: white;
    transform: rotate(135deg);
    position: absolute;
    top: 16px;
    left: 7x;
    border-radius: 5px;
}





/* media queries for navigation  */

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

    #navigation {
        padding: 15px 15px 15px 15px;
    }
    .students, .educators, .winners {
        font-size: 0.9rem;

        &:hover {
            &::before {
                width: 70px;
            }
        }
    }

    .studentslabel, .studentslabel2, .studentslabel3 {
        font-size: 1.5rem;
        left: 35px;
    }

    .mainconleft, .mainconleft2, .mainconleft3 {
        left: -200px;
    }

    .logo img{
        width: 175px;
    }

    .jiffylube img {
        width: 100px;
    }


    .links {
        left: 230px;
        gap: 25px;
    }

    .studentdropdown, .educatorsdropdown, .winnersdropdown {
        left: 0px;
        padding-left: 150px;
    }

    .movingblip, .movingblip2, .movingblip3 {
        left: 350px;
    }

    .statelink {
        &&::after {
            left: 15px;
        }
    }

   .statelink2, .statelink3 {
        &&::after {
            left: 375px;
        }
    }

    .caption3 {
        left: 615px;
    }

    .studentslabel3 {
        width: 100px;
        
    }



    
}
    

@media screen and (max-width: 950px) {
      .statelink {
        &&::after {
            left: 13px;
        }
    }

   .statelink2, .statelink3 {
        &&::after {
            left: 373px;
        }
    }

}





@media screen and (max-width: 1080px) {
    /* .links {
        display: none;
    }

    .jiffylube {
        display: none;
    } */


    .statelink {
        &&:after {
            left: 35px;
        }
    }

    .mainconleft, .mainconleft2, .mainconleft3 {
    /* background-color: gray; */
    flex-basis: 150px;
    min-width: 150px;
    height: 95%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.applybyregion, .bigtext, .bigtext3 {
    font-size: 0.8rem;
}

.smalltext {
    font-size: 0.7rem;
}


 
.applylinks, .cardlinks , .applylinks2, .cardlinks2{
    padding-left: 25px;
}

.applylinks3 {
    padding-left: 5px;
}
.image img, .s-image-vip img, .t-image-vip img, .image2 img, .image3 img{
    width: 250px;
}

.image3 {
    width: 250px;
}

.studentslabel {
    position: relative;
    top: 0px;
    left: 0px;
    align-self: center;
}

.studentslabel3 {
    width: 200px;
    font-size: 1.3rem;
    left: 0px;
    left: 20px;
    top: 0px;
    position: relative;
}

.studentdropdown, .educatorsdropdown, .winnersdropdown {
    padding-left: 25px;
}

.movingblip, .movingblip2, .movingblip3 {
    display: none;
}

.image3 {
    width: 250px;
}

.overlayforvideo {
    height: 96%;
}

.caption3 {
    left: 450px;
    bottom: 50px;
}

.image3 {
    margin-left: -50px;
}

.states3 {
    margin-left: -12px;
}
.statelink2, .statelink3 {

    left: 25px;
    &&:after {
        left: 220px;
    }
}

.caption3 {
    left: 475px;
}



}

@media (pointer:coarse) {
     .mobilemenu {
        display: flex;
       
    }
    .links {
        display: none;
        

    }


    .jiffylube {
        display: none;
    }

    .menu {
        display: flex;
    }

    .carrot-con {
        opacity: 100%;
        
    }
}

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

 
  
    .program-mobile {
        font-size: 1rem;
        position: absolute;
        bottom: 15px;
        left: 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-weight: 400;
        right: 0;
        align-items: center;
        padding-right: 20px;
        text-align: center;
        
    }

    .mobilemenu {
        display: flex;
       
    }
    .links {
        display: none;
        

    }

    .vip-circle {
        width: 130vw;
        transform: translateX(100px);
    }


    .jiffylube {
        display: none;
    }

    .menu {
        display: flex;
    }

    #csprings {
        font-size: 4rem;
    }
}



@media screen and (max-width: 550px) {
    .ml-one, .mobile-links-apply a {
        font-size: 1.5rem;
    }

    .mla-title {
        font-size: 2rem;
    }

    .carrot-con {
        top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .ml-one, .mobile-links-apply a {
        font-size: 1rem;
    }

    .mla-title {
        font-size: 1.5rem;
    }

    .carrot-con {
        top: 0px;
    }
}

