    .vert-polls {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .vert-poll-option img {
        width: 100%;
        border-radius: 20px;
    }

    .vert-product-info {
        display: flex;
        flex-direction: column;
        text-align: left !important;
    }

    .vert-product-info h3 {
        font-size: 1.6rem;
    }

    .vert-product-info h4 {
        font-size: 1.4rem;
        margin: 5px 0;
    }

    .vert-product-info p {
        margin: 0 !important;
        font-size: 1rem !important;
    }

@media screen and (min-width: 1925px) {

    .vert-vote-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }
    
    .vert-poll-option {
        max-width: 27%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 180px !important;
        padding: 10px 0 !important;
    }

    #jumpbar {
        right: 15%;
        bottom: 15%;
    }

    #jumpbar a {
        font-size: 16px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    #location {
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 20px;
    }

    .full-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 10% 75px;
        justify-content: space-evenly;
    }

    .product h3 {
        font-family: voltesemibold;
    }

    .product h4 {
        font-family: voltemedium;
    }

    #big-img {
        height: 600px;
        width: auto;
        border-radius: 50px;
        padding-left: 20px;
        margin-left: 40px;
    }

    .product-buttons {
        width: 100%;
        margin: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }

    .product-buttons .btn {
        padding: 15px 7% 10px;
    }

    .vote-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin: 15px 0 30px;
        align-items: center;
    }

    .vote-button {
        padding-right: 2%;
        border-right: 1px solid var(--brdr-grey);
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .vote-btn,
    .cast-vote {
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 13px 30px;
        /* margin: 0 15px; */
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 140px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .vote-input {
        opacity: 0.01;
        z-index: 100;
        display: none;
        position: relative;
    }

    .nom-list {
        /* column-count: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto; */
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        max-height: 2900px;
        flex-wrap: wrap;
    }

    #img-mobile {
        display: none;
    }

    #right-group-mobile {
        display: none;
    }

    /* Social icons+links */

    .fb-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-header:hover {
        background: url("/images/uploads/icons/fb_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .lkin-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-header:hover {
        background: url("/images/uploads/icons/lkin_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .yt-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-header:hover {
        background: url("/images/uploads/icons/yt_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .x-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-header:hover {
        background: url("/images/uploads/icons/x_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .fb-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-footer:hover {
        background: url("/images/uploads/icons/fb_red_2.webp") no-repeat;
        background-size: cover;
    }

    .lkin-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-footer:hover {
        background: url("/images/uploads/icons/lkin_red.webp") no-repeat;
        background-size: cover;
    }

    .yt-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-footer:hover {
        background: url("/images/uploads/icons/yt_red.webp") no-repeat;
        background-size: cover;
    }

    .x-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-footer:hover {
        background: url("/images/uploads/icons/x_red.webp") no-repeat;
        background-size: cover;
    }

    /*End Social Icons */
    /* Nav elements */

    header {
        background: var(--blue);
        height: 75px;
        position: relative;
        z-index: 2;
    }

    header .row {
        height: 100%;
        margin: 0 8%;
    }

    header li {
        list-style-type: none;
        height: 100%;
        align-content: center;
    }

    footer .row {
        display: flex;
        flex-direction: row;
        padding: 50px 150px;
        align-items: center;
        justify-content: space-between;
    }

    footer a,
    footer li {
        color: var(--blue);
        font-family: volte;
        font-size: 1.3rem;
        padding: 5px 0;
        list-style-type: none;
    }

    footer a:hover,
    footer li:hover {
        color: var(--red);
    }

    .footer-logo {
        height: 105px;
        width: auto;
        margin: 0 5%;
    }

    #left-group {
        display: flex;
        flex-direction: row;
        width: 40%;
        align-items: center;
    }

    #mid-group {
        width: 30%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        height: 50%;
        justify-content: space-evenly;
    }

    #right-group {
        width: 30%;
        text-align: right;
        display: flex;
        flex-direction: column;
        border-right: 1px solid var(--blue);
        list-style-type: none;
        padding-right: 2%;
    }

    #socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #social-link {
        margin: 0 10px;
    }

    #whitebadge {
        width: 15%;
        background-color: #FFFFFF;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    #whitebadge img {
        width: 75%;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        padding: 10% 15%;
        border-radius: 0px 0px 20px 20px;
    }

    #main-nav {
        width: 70%;
        float: right;
        min-height: 1px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-nav {
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: row;
        float: right;
        height: 100%;
        width: 75%;
        align-items: center;
        justify-content: space-evenly;
    }

    .toplvl {
        color: white;
        font-family: volte;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.2px;
        padding: 5px 15px;
        border: none;
    }

    .dropdown:hover>.toplvl,
    .toplvl:hover {
        color: #88BFFA;
        font-family: voltesemibold;
        border-bottom: 2px solid #88BFFA;
    }

    .sublvl {
        color: #1C3C71;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2.2px;
        /* padding: 8px 40px; */
    }

    .dropdown li:hover,
    .dropdown li:hover>.sublvl,
    .sublvl:hover {
        background-color: #88BFFA;
        color: #FFFFFF;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 75px;
        border-radius: 0 0 20px 20px;
        padding: 15px 0;
        margin: 0 0 0 -72px;
        text-align: center;
        min-width: 250px;
    }

    .dropdown-content li {
        margin: 10px 0;
        padding: 6px 0;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* End nav elements
        Homepage elements */

    .hero-img {
        background-image: url("/images/uploads/images/Hero_Image_-_Electric_Vehicle_Mfg.webp");
        background-size: cover;
        height: 60vh;
        width: 100%;
        position: relative;
    }

    .blue-block {
        position: absolute;
        bottom: 0;
        width: 45%;
        height: 45%;
        background-color: rgba(13, 76, 145, 0.8);
        border-radius: 0px 25px 0px 0px;
        padding: 50px 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-blue-block {
        display: none;
    }

    .announcements {
        height: 35vh;
        display: flex;
        flex-direction: row;
    }

    .announcements-text {
        width: 50%;
        border-radius: 0px 25px 25px 0px;
        background-color: #FFFFFF;
        padding: 25px 195px;
        z-index: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .announcements-img {
        background-image: url("images/uploads/images/Nominations_Image.webp");
        background-size: cover;
        width: 60%;
        z-index: -1;
        margin-left: -20px;
    }

    .announcements-img img {
        display: none;
    }

    .grid-section {
        padding: 40px 150px 40px;
        text-align: center;
        margin-bottom: 10px;
        background-color: var(--bg-grey);
    }

    .grid-section .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 45px 0px 40px;
    }

    .grid-section .row img {
        width: auto;
        height: 110px;
        min-height: 108px;
    }

    .col h1,
    .col h6 {
        margin: 10px 0px;
    }

    #mfg-section {
        padding: 40px 150px 40px;
    }

    .sponsor-grid {
        background-color: #FFFFFF;
        padding: 40px 0px 60px;
        overflow: hidden;
        text-align: center;
    }

    .sponsor-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 200px 60px;
    }

    .sponsor-row .col {
        width: 13%;
    }

    #sponsor img {
        width: 100%;
        height: auto;
    }

    .about {
        height: 45vh;
        display: flex;
        flex-direction: row;
        background-color: var(--blue);
    }

    .about-text {
        width: 50%;
        padding: 25px 195px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
    }

    .about-img {
        margin-right: 100px;
    }

    .about-img img {
        height: 100%;
        width: auto;
    }

    #tiny-text {
        margin: 10px 0px 30px;
        text-transform: uppercase;
        font-size: 1.25rem;
        color: var(--red);
        font-family: voltemedium;
        font-weight: 600;
        letter-spacing: 2.2px;
    }

    #mfg-link:hover {
        color: var(--red);
    }

    /*End homepage elements */

    .banner {
        background-image: url("/images/uploads/images/interior_header.webp");
        background-size: cover;
        height: 150px;
        text-align: center;
        padding: 1px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        padding: 60px 500px 0;
        background-color: #FFFFFF;
    }

    .date-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        margin-top: 30px;
    }

    .date-row img {
        height: 120px;
        width: auto;
        margin-top: 25px;
        margin-left: 15px;
    }

    .content h1 {
        margin-top: 30px;
    }

    .date-h1 {
        text-align: center;
        margin-top: 40px;
    }

    .date-row h2 {
        margin: 10px 0;
    }

    .date-row .col {
        width: 25%;
        margin-bottom: 30px;
    }

    /* -- Text Styling -- */

    li::marker {
        color: var(--red);
    }

    .btn {
        padding: 11px 50px 10px;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 250px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
    }

    .btn-white {
        border: 2px solid white;
        color: #FFFFFF;
        text-align: center;
    }

    .btn-white:hover {
        background-color: #FFFFFF;
        color: var(--blue);
    }

    .btn-red {
        border: 2px solid var(--red);
        color: var(--red);
    }

    .btn-red:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .btn-blue {
        border: 2px solid var(--blue);
        color: var(--blue);
    }

    .btn-blue:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #h1-banner {
        font-family: voltebold !important;
        text-shadow: 0px 3px 6px var(--drk-grey);
        color: #FFFFFF !important;
        margin: 40px 0px 35px;
        font-size: 3rem;
    }

    #h1-hero {
        color: white !important;
        font-weight: 600 !important;
        text-wrap: nowrap;
        padding: 0 15px;
    }

    #h1-announcements {
        font-weight: 600 !important;
        font-size: 2.75rem !important;
    }

    p:has(> a) {
        margin: 40px 0;
    }

    /* Polling Styles */

    .poll {
        display: flex;
        flex-direction: column;
    }

    .poll > h4 {
        text-align: center;
    }

    .poll-option {
        display: flex;
        flex-direction: row;
    }

    .poll-option img,
    .full-info .product img {
        width: 250px;
        height: auto;
        border-radius: 10px;
        margin: 0 2%;
    }

    .full-info .product {
        text-align: center;
    }

    .product-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 62%;
        min-width: 62%;
    }

    .product p {
        margin: 10px 0;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
    }

    .company-info a,
    .product-info a {
        color: var(--red);
        text-decoration: underline;
        font-family: voltesemibold;
        text-transform: none;
        letter-spacing: normal;
    }

    .company-info h4,
    .mini-company h4 {
        text-align: right;
        /*    text-wrap: nowrap; */
    }

    .company-info p {
        margin: 15px 0;
        font-size: 1.1rem;
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .mini-company {
        display: none;
    }

    .btn-contestants {
        background-color: var(--red);
        color: #FFFFFF;
        padding: 20px 40px 17px;
    }

    .past_winners {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .winner {
        width: 40%;
        position: relative;
    }

    .winner img {
        border-radius: 10px;
        filter: grayscale(100%);
        width: 100%;
    }

    .winner:hover img {
        filter: grayscale(0%);
    }

    .winner h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 100%;
        text-align: center;
        text-shadow: 3px 2px 10px #000;
    }

}

@media screen and (min-width: 1760px) {
    .content {
        min-height: 50vh;
    }
}

/* End of XL Desktop */

@media screen and (min-width: 1680px) and (max-width: 1924px) {

    .vert-vote-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }
    
    .vert-poll-option {
        max-width: 27%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 140px !important;
        padding: 10px 0 !important;
    }

    #jumpbar {
        right: 15%;
        bottom: 10%;
    }

    #jumpbar a {
        font-size: 16px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    #location {
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 20px;
        font-size: 1rem;
    }

    .full-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 10% 50px;
        justify-content: space-evenly;
    }

    .product h3 {
        font-family: voltesemibold;
    }

    .product h4 {
        font-family: voltemedium;
    }

    .product p {}

    #big-img {
        height: 500px;
        width: auto;
        border-radius: 50px;
        padding-left: 20px;
        margin-left: 40px;
    }

    .product-buttons {
        width: 100%;
        margin: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }

    .product-buttons .btn {
        padding: 15px 5% 10px;
    }

    .vote-buttons {
        display: flex;
        flex-direction: row;
        margin: 15px 0 30px;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }

    .vote-btn,
    .cast-vote {
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 12px 15px;
        border-radius: 100px;
        font-size: 0.835rem;
        letter-spacing: 1.5px;
        min-width: 140px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #img-mobile {
        display: none;
    }

    #right-group-mobile {
        display: none;
    }

    /* Social icons+links */

    .fb-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-header:hover {
        background: url("/images/uploads/icons/fb_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .lkin-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-header:hover {
        background: url("/images/uploads/icons/lkin_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .yt-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-header:hover {
        background: url("/images/uploads/icons/yt_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .x-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-header:hover {
        background: url("/images/uploads/icons/x_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .fb-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-footer:hover {
        background: url("/images/uploads/icons/fb_red_2.webp") no-repeat;
        background-size: cover;
    }

    .lkin-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-footer:hover {
        background: url("/images/uploads/icons/lkin_red.webp") no-repeat;
        background-size: cover;
    }

    .yt-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-footer:hover {
        background: url("/images/uploads/icons/yt_red.webp") no-repeat;
        background-size: cover;
    }

    .x-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-footer:hover {
        background: url("/images/uploads/icons/x_red.webp") no-repeat;
        background-size: cover;
    }

    /*End Social Icons */
    /* Nav elements */

    header {
        background: var(--blue);
        height: 75px;
        position: relative;
        z-index: 2;
    }

    header .row {
        height: 100%;
        margin: 0 8%;
    }

    header li {
        list-style-type: none;
        height: 100%;
        align-content: center;
    }

    footer .row {
        display: flex;
        flex-direction: row;
        padding: 50px 150px;
        align-items: center;
        justify-content: space-between;
    }

    footer a,
    footer li {
        color: var(--blue);
        font-family: volte;
        font-size: 1.3rem;
        padding: 5px 0;
        list-style-type: none;
    }

    footer a:hover,
    footer li:hover {
        color: var(--red);
    }

    .footer-logo {
        height: 105px;
        width: auto;
        margin: 0 5%;
    }

    #left-group {
        display: flex;
        flex-direction: row;
        width: 40%;
        align-items: center;
    }

    #mid-group {
        width: 30%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        height: 50%;
        justify-content: space-evenly;
    }

    #right-group {
        width: 30%;
        text-align: right;
        display: flex;
        flex-direction: column;
        border-right: 1px solid var(--blue);
        list-style-type: none;
        padding-right: 2%;
    }

    #socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #social-link {
        margin: 0 10px;
    }

    #whitebadge {
        width: 15%;
        background-color: #FFFFFF;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    #whitebadge img {
        width: 85%;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        padding: 15% 15%;
        border-radius: 0px 0px 20px 20px;
    }

    #main-nav {
        width: 70%;
        float: right;
        min-height: 1px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-nav {
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: row;
        float: right;
        height: 100%;
        width: 75%;
        align-items: center;
        justify-content: space-evenly;
    }

    .toplvl {
        color: white;
        font-family: volte;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.2px;
        padding: 5px 15px;
        border: none;
    }

    .dropdown:hover>.toplvl,
    .toplvl:hover {
        color: #88BFFA;
        font-family: voltesemibold;
        border-bottom: 2px solid #88BFFA;
    }

    .sublvl {
        color: #1C3C71;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2.2px;
        /* padding: 8px 40px; */
    }

    .dropdown li:hover,
    .dropdown li:hover>.sublvl,
    .sublvl:hover {
        background-color: #88BFFA;
        color: #FFFFFF;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 75px;
        border-radius: 0 0 20px 20px;
        padding: 15px 0;
        margin: 0 0 0 -72px;
        text-align: center;
        min-width: 250px;
    }

    .dropdown-content li {
        margin: 10px 0;
        padding: 6px 0;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* End nav elements
        Homepage elements */

    .hero-img {
        background-image: url("/images/uploads/images/Hero_Image_-_Electric_Vehicle_Mfg.webp");
        background-size: cover;
        height: 70vh;
        width: 100%;
        position: relative;
    }

    .blue-block {
        position: absolute;
        bottom: 0;
        width: 45%;
        height: 45%;
        background-color: rgba(13, 76, 145, 0.8);
        border-radius: 0px 25px 0px 0px;
        padding: 50px 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-blue-block {
        display: none;
    }

    .announcements {
        height: 45vh;
        display: flex;
        flex-direction: row;
    }

    .announcements-text {
        width: 45%;
        border-radius: 0px 25px 25px 0px;
        background-color: #FFFFFF;
        padding: 25px 120px;
        z-index: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .announcements-img {
        background-image: url("images/uploads/images/Nominations_Image.webp");
        background-size: cover;
        width: 65%;
        z-index: -1;
        margin-left: -20px;
    }

    .announcements-img img {
        display: none;
    }

    .grid-section {
        padding: 40px 150px 40px;
        text-align: center;
        margin-bottom: 10px;
        background-color: var(--bg-grey);
    }

    .grid-section .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 45px 0px 55px;
    }

    .grid-section .row img {
        width: auto;
        height: 110px;
        min-height: 108px;
    }

    .col h1,
    .col h6 {
        margin: 10px 0px;
    }

    #mfg-section {
        padding: 40px 150px 40px;
    }

    .sponsor-grid {
        background-color: #FFFFFF;
        padding: 40px 0px 60px;
        overflow: hidden;
        text-align: center;
    }

    .sponsor-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 100px 60px;
    }

    .sponsor-row .col {
        width: 13%;
    }

    #sponsor img {
        width: 100%;
        height: auto;
    }

    .about {
        height: 48vh;
        display: flex;
        flex-direction: row;
        background-color: var(--blue);
    }

    .about-text {
        width: 50%;
        padding: 25px 195px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
    }

    .about-img {
        margin-right: 100px;
    }

    .about-img img {
        height: 100%;
        width: auto;
    }

    #tiny-text {
        margin: 10px 0px 30px;
        text-transform: uppercase;
        font-size: 1.25rem;
        color: var(--red);
        font-family: voltemedium;
        font-weight: 600;
        letter-spacing: 2.2px;
    }

    #mfg-link:hover {
        color: var(--red);
    }

    /*End homepage elements */

    .banner {
        background-image: url("/images/uploads/images/interior_header.webp");
        background-size: cover;
        height: 180px;
        text-align: center;
        padding: 1px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        padding: 65px 400px 0;
        background-color: #FFFFFF;
    }

    .date-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        margin-top: 30px;
    }

    .date-row img {
        height: 120px;
        width: auto;
        margin-top: 25px;
        margin-left: 15px;
    }

    .content h1 {
        margin-top: 30px;
    }

    .date-h1 {
        text-align: center;
        margin-top: 40px;
    }

    .date-row h2 {
        margin: 10px 0;
    }

    .date-row .col {
        width: 25%;
        margin-bottom: 30px;
    }

    /* -- Text Styling -- */

    li::marker {
        color: var(--red);
    }

    .btn {
        padding: 11px 30px 10px;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 250px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
    }

    .btn-white {
        border: 2px solid white;
        color: #FFFFFF;
        text-align: center;
    }

    .btn-white:hover {
        background-color: #FFFFFF;
        color: var(--blue);
    }

    .btn-red {
        border: 2px solid var(--red);
        color: var(--red);
    }

    .btn-red:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .btn-blue {
        border: 2px solid var(--blue);
        color: var(--blue);
    }

    .btn-blue:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #h1-banner {
        font-family: voltebold !important;
        text-shadow: 0px 3px 6px var(--drk-grey);
        color: #FFFFFF !important;
        margin: 40px 0px 35px;
        font-size: 3rem;
    }

    #h1-hero {
        color: white !important;
        font-weight: 600 !important;
    }

    #h1-announcements {
        font-weight: 600 !important;
        font-size: 2.75rem !important;
    }

    p:has(> a) {
        margin: 40px 0;
    }

    /* Polling Styles */

    .poll {
        display: flex;
        flex-direction: column;
    }

    .poll > h4 {
        text-align: center;
    }

    .poll-option {
        display: flex;
        flex-direction: row;
    }

    .poll-option img,
    .full-info .product img {
        width: 250px;
        height: auto;
        border-radius: 10px;
        margin: 0 2%;
    }

    .full-info .product {
        text-align: center;
    }

    .product-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 62%;
        min-width: 62%;
    }

    .product p {
        margin: 10px 0;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
    }

    .company-info a,
    .product-info a {
        color: var(--red);
        text-decoration: underline;
        font-family: voltesemibold;
        text-transform: none;
        letter-spacing: normal;
    }

    .company-info h4,
    .mini-company h4 {
        text-align: right;
        /*    text-wrap: nowrap; */
    }

    .company-info p {
        margin: 15px 0;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .vote-button {
        padding-right: 2%;
        border-right: 1px solid var(--brdr-grey);
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .vote-input {
        opacity: 0.01;
        z-index: 100;
        display: none;
        position: relative;
    }

    .mini-company {
        display: none;
    }

    .btn-contestants {
        background-color: var(--red);
        color: #FFFFFF;
        padding: 15px 25px 12px;
    }

    .nom-list {
        /* column-count: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto; */
        width: 100%;
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        max-height: 2900px;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .past_winners {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .winner {
        width: 40%;
        position: relative;
    }

    .winner img {
        border-radius: 10px;
        filter: grayscale(100%);
        width: 100%;
    }

    .winner:hover img {
        filter: grayscale(0%);
    }

    .winner h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 100%;
        text-align: center;
        text-shadow: 3px 2px 10px #000;
    }

}

/* End of L Desktop */

@media screen and (min-width: 1280px) and (max-width: 1679px) {

    .vert-vote-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }
    
    #jumpbar {
        right: 15%;
        bottom: 10%;
    }

    #location {
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 20px;
    }

    .full-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 10% 50px;
        justify-content: space-evenly;
    }

    .product h3 {
        font-family: voltesemibold;
        font-size: 2.2rem;
    }

    .product h4 {
        font-family: voltemedium;
        font-size: 1.85rem;
    }

    #big-img {
        height: 450px;
        width: auto;
        border-radius: 50px;
        padding-left: 20px;
        margin-left: 40px;
    }

    .product-buttons {
        width: 100%;
        margin: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }

    .product-buttons .btn {
        padding: 15px 4% 10px;
    }

    #img-mobile {
        display: none;
    }

    #right-group-mobile {
        display: none;
    }

    /* Social icons+links */

    .fb-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-header:hover {
        background: url("/images/uploads/icons/fb_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .lkin-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-header:hover {
        background: url("/images/uploads/icons/lkin_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .yt-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-header:hover {
        background: url("/images/uploads/icons/yt_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .x-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-header:hover {
        background: url("/images/uploads/icons/x_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .fb-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-footer:hover {
        background: url("/images/uploads/icons/fb_red_2.webp") no-repeat;
        background-size: cover;
    }

    .lkin-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-footer:hover {
        background: url("/images/uploads/icons/lkin_red.webp") no-repeat;
        background-size: cover;
    }

    .yt-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/yt_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .yt-footer:hover {
        background: url("/images/uploads/icons/yt_red.webp") no-repeat;
        background-size: cover;
    }

    .x-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-footer:hover {
        background: url("/images/uploads/icons/x_red.webp") no-repeat;
        background-size: cover;
    }

    /* End Social Icons */
    /* Nav elements */

    header {
        background: var(--blue);
        height: 75px;
        position: relative;
        z-index: 2;
    }

    header .row {
        height: 100%;
        margin: 0 3%;
    }

    header li {
        list-style-type: none;
        height: 100%;
        align-content: center;
    }

    footer .row {
        display: flex;
        flex-direction: row;
        padding: 35px 50px;
        align-items: center;
        justify-content: space-between;
    }

    footer a,
    footer li {
        color: var(--blue);
        font-family: volte;
        font-size: 1.2rem;
        padding: 5px 0;
        list-style-type: none;
    }

    footer a:hover,
    footer li:hover {
        color: var(--red);
    }

    .footer-logo {
        height: 100px;
        width: auto;
        margin: 0 5% 0 0;
    }

    #left-group {
        display: flex;
        flex-direction: row;
        width: 40%;
        align-items: center;
    }

    #mid-group {
        width: 30%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        height: 50%;
        justify-content: space-around;
    }

    #right-group {
        width: 20%;
        text-align: right;
        display: flex;
        flex-direction: column;
        border-right: 1px solid var(--blue);
        list-style-type: none;
        padding-right: 2%;
    }

    #socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #social-link {
        margin: 0 10px;
    }

    #whitebadge {
        width: 15%;
        background-color: #FFFFFF;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    #whitebadge img {
        width: 95%;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        padding: 20% 15% 15%;
        border-radius: 0px 0px 20px 20px;
    }

    #main-nav {
        width: 75%;
        float: right;
        min-height: 1px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-nav {
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: row;
        float: right;
        height: 100%;
        width: 75%;
        align-items: center;
        justify-content: space-evenly;
        padding: 0;
    }

    .toplvl {
        color: white;
        font-family: volte;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.2px;
        padding: 5px 15px;
        border: none;
    }

    .dropdown:hover>.toplvl,
    .toplvl:hover {
        color: #88BFFA;
        font-family: voltesemibold;
        border-bottom: 2px solid #88BFFA;
    }

    .sublvl {
        color: #1C3C71;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2.2px;
        /* padding: 8px 40px; */
    }

    .dropdown li:hover,
    .dropdown li:hover>.sublvl,
    .sublvl:hover {
        background-color: #88BFFA;
        color: #FFFFFF;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 75px;
        border-radius: 0 0 20px 20px;
        padding: 15px 0;
        margin: 0 0 0 -75px;
        text-align: center;
        min-width: 250px;
    }

    .dropdown-content li {
        margin: 10px 0;
        padding: 6px 0;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* End nav elements
        Homepage elements */

    .hero-img {
        background-image: url("/images/uploads/images/Hero_Image_-_Electric_Vehicle_Mfg.webp");
        background-size: cover;
        height: 70vh;
        width: 100%;
        position: relative;
    }

    .blue-block {
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 45%;
        background-color: rgba(13, 76, 145, 0.8);
        border-radius: 0px 25px 0px 0px;
        padding: 50px 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-blue-block {
        display: none;
    }

    .announcements {
        height: 45vh;
        display: flex;
        flex-direction: row;
    }

    .announcements-text {
        width: 60%;
        border-radius: 0px 25px 25px 0px;
        background-color: #FFFFFF;
        padding: 25px 50px;
        z-index: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .announcements-img {
        background-image: url("images/uploads/images/Nominations_Image.webp");
        background-size: cover;
        width: 65%;
        z-index: -1;
        margin-left: -20px;
        background-position: center center;
    }

    .announcements-img img {
        display: none;
    }

    .grid-section {
        padding: 40px 100px 40px;
        text-align: center;
        margin-bottom: 10px;
        background-color: var(--bg-grey);
    }

    .grid-section .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 45px 0px 55px;
    }

    .grid-section .col {
        width: 25%;
    }

    .grid-section .row img {
        width: auto;
        height: 110px;
        min-height: 108px;
    }

    .col h1,
    .col h6 {
        margin: 10px 0px;
    }

    #mfg-section {
        padding: 40px 100px 40px;
    }

    .sponsor-grid {
        background-color: #FFFFFF;
        padding: 40px 0px 60px;
        overflow: hidden;
        text-align: center;
    }

    .sponsor-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 100px 60px;
    }

    .sponsor-row .col {
        width: 13%;
    }

    #sponsor img {
        width: 100%;
        height: auto;
    }

    .about {
        height: 60vh;
        display: flex;
        flex-direction: row;
        background-color: var(--blue);
    }

    .about-text {
        width: 50%;
        padding: 25px 0 25px 0;
        margin: 0 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-img {
        margin-right: 30px;
    }

    .about-img img {
        height: 100%;
        width: auto;
    }

    #tiny-text {
        margin: 10px 0px 30px;
        text-transform: uppercase;
        font-size: 1.25rem;
        color: var(--red);
        font-family: voltemedium;
        font-weight: 600;
        letter-spacing: 2.2px;
    }

    #mfg-link:hover {
        color: var(--red);
    }

    /*End homepage elements */

    .banner {
        background-image: url("/images/uploads/images/interior_header.webp");
        background-size: cover;
        height: 150px;
        text-align: center;
        padding: 1px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        padding: 65px 300px 0;
        background-color: #FFFFFF;
    }

    .date-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        margin-top: 30px;
    }

    .date-row img {
        height: 120px;
        width: auto;
        margin-top: 25px;
        margin-left: 15px;
    }

    .content h1 {
        margin-top: 30px;
    }

    .date-h1 {
        text-align: center;
        margin-top: 40px;
    }

    .date-row h2 {
        margin: 10px 0;
    }

    .date-row .col {
        width: 25%;
        margin-bottom: 30px;
    }

    /* -- Text Styling -- */

    li::marker {
        color: var(--red);
    }

    .btn {
        padding: 10px 30px;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 250px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
    }

    .btn-white {
        border: 2px solid white;
        color: #FFFFFF;
        text-align: center;
    }

    .btn-white:hover {
        background-color: #FFFFFF;
        color: var(--blue);
    }

    .btn-red {
        border: 2px solid var(--red);
        color: var(--red);
    }

    .btn-red:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .btn-blue {
        border: 2px solid var(--blue);
        color: var(--blue);
    }

    .btn-blue:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #h1-banner {
        font-family: voltebold !important;
        text-shadow: 0px 3px 6px var(--drk-grey);
        color: #FFFFFF !important;
        margin: 40px 0px 35px;
        font-size: 3rem;
    }

    #h1-hero {
        color: white !important;
        font-weight: 600 !important;
        font-size: 1.9rem;
    }

    #h1-announcements {
        font-weight: 600 !important;
        font-size: 2.75rem !important;
    }

    p:has(> a) {
        margin: 40px 0 45px;
    }

    p:has(img) {
        margin: 0;
    }

    hr {
        margin: 40px 0 !important;
    }

    /* Polling Styles */

    .poll {
        display: flex;
        flex-direction: column;
    }

    .poll > h4 {
        text-align: center;
    }

    .poll-option {
        display: flex;
        flex-direction: row;
    }

    .poll-option img,
    .full-info .product img {
        width: 250px;
        height: auto;
        border-radius: 10px;
        margin: 0 2%;
    }

    .full-info .product {
        text-align: center;
    }

    .product-info {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .product p {
        margin: 10px 0;
    }

    .company-info a,
    .product-info a {
        color: var(--red);
        text-decoration: underline;
        font-family: voltesemibold;
        text-transform: none;
        letter-spacing: normal;
    }

    .company-info h4 {
        text-align: right;
        text-wrap: nowrap;
    }

    .mini-company h4 {
        text-align: left;
        font-size: 1.5rem;
    }

    .company-info p {
        margin: 15px 0;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .vote-button {
        padding-right: 2%;
        border-right: 1px solid var(--brdr-grey);
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
    }


    .vote-input {
        opacity: 0.01;
        z-index: 100;
        display: none;
        position: relative;
    }

    .btn-contestants {
        background-color: var(--red);
        color: #FFFFFF;
        padding: 15px 25px 12px;
    }

    .past_winners {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .winner {
        width: 40%;
        position: relative;
    }

    .winner img {
        border-radius: 10px;
        filter: grayscale(100%);
        width: 100%;
    }

    .winner:hover img {
        filter: grayscale(0%);
    }

    .winner h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 100%;
        text-align: center;
        text-shadow: 3px 2px 10px #000;
    }

}

@media screen and (min-width: 1280px) and (max-width: 1429px) {

    .vert-poll-option {
        max-width: 35%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 140px !important;
        padding: 10px 0 !important;
    }

    #jumpbar a {
        font-size: 12px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    .nom-list {
        /* column-count: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto; */
        width: 110%;
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        max-height: 3000px;
        flex-wrap: wrap;
        align-content: space-between;
        margin-left: -70px;
    }

    .nom-list li {
        font-size: 1rem !important;
    }

    .content {
        padding: 65px 200px 0 !important;
    }

    .vote-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        width: 100%;
        margin: 15px 0 20px;
    }

    .vote-btn,
    .cast-vote {
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 12px 10%;
        border-radius: 100px;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
        cursor: pointer;
        min-width: 150px;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
        display: none;
    }

    .mini-company {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1430px) and (max-width: 1679px) {

    .vert-poll-option {
        max-width: 27%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 130px !important;
        padding: 10px 0 !important;
    }

    #jumpbar a {
        font-size: 14px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    .nom-list {
        /* column-count: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto; */
        width: 115%;
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        max-height: 3200px;
        flex-wrap: wrap;
        align-content: space-between;
        margin-left: -50px;
    }

    .vote-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        width: 100%;
        margin: 15px 0 20px;
    }

    .vote-btn,
    .cast-vote {
    /*    min-width: 140px; */
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 12px 10%;
        border-radius: 100px;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
        cursor: pointer;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
    }

    .mini-company {
        display: none;
    }
}

/* End of S / M Desktop */

@media screen and (min-width: 768px) and (max-width: 1279px) {

    .vert-vote-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-evenly;
    }
    
    .vert-poll-option {
        max-width: 75%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 160px !important;
        padding: 10px 0 !important;
    }

    #jumpbar {
        right: 5%;
        bottom: 10%;
    }

    #jumpbar a {
        font-size: 15px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    #location {
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 20px;
    }

    .full-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 10%;
        justify-content: space-evenly;
    }

    .product h3 {
        font-family: voltesemibold;
        font-size: 2.2rem;
    }

    .product h4 {
        font-family: voltemedium;
        font-size: 1.85rem;
    }

    #big-img {
        height: 450px;
        width: auto;
        border-radius: 50px;
        padding-top: 20px;
    }

    .product-buttons {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        text-align: center;
        align-items: center;
    }

    .product-buttons .btn {
        padding: 15px 7% 10px;
    }

    .vote-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        width: 100%;
        margin: 15px 0 20px;
    }

    .vote-btn,
    .cast-vote {
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 13px 10px;
        margin: 10px 0;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        width: 80%;
        text-transform: uppercase;
        font-family: voltemedium;
        font-weight: 500;
        white-space: break-spaces;
        cursor: pointer;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    @keyframes menuslide {
        from {
            right: -300px;
        }

        to {
            right: 0px;
        }
    }

    @keyframes menuslideout {
        from {
            right: 0px;
        }

        to {
            right: -300px;
        }
    }

    #right-group-mobile {
        display: none;
    }

    /* Social icons+links */

    .fb-header {
        width: 25px;
        height: 25px;
        background: url("/images/uploads/icons/fb_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-header:hover {
        background: url("/images/uploads/icons/fb_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .lkin-header {
        width: 25px;
        height: 25px;
        background: url("/images/uploads/icons/lkin_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-header:hover {
        background: url("/images/uploads/icons/lkin_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .x-header {
        width: 25px;
        height: 25px;
        background: url("/images/uploads/icons/x_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-header:hover {
        background: url("/images/uploads/icons/x_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .fb-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-footer:hover {
        background: url("/images/uploads/icons/fb_red_2.webp") no-repeat;
        background-size: cover;
    }

    .lkin-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-footer:hover {
        background: url("/images/uploads/icons/lkin_red.webp") no-repeat;
        background-size: cover;
    }

    .x-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-footer:hover {
        background: url("/images/uploads/icons/x_red.webp") no-repeat;
        background-size: cover;
    }

    /*End Social Icons */
    /* Nav elements */

    header {
        background: var(--blue);
        height: 100px;
        position: relative;
        z-index: 2;
    }

    header .row {
        height: 100%;
        margin: 0 4%;
    }

    header li {
        list-style-type: none;
        height: 100%;
        align-content: center;
    }

    footer .row {
        display: flex;
        flex-direction: row;
        padding: 20px 20px;
        align-items: center;
        justify-content: space-between;
    }

    footer a,
    footer li {
        color: var(--blue);
        font-family: volte;
        font-weight: 500;
        font-size: 1.1rem;
        padding: 5px 0;
        list-style-type: none;
    }

    footer a:hover,
    footer li:hover {
        color: var(--red);
    }

    .footer-logo {
        height: 75px;
        width: auto;
        margin: 0 5%;
    }

    #left-group {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }

    #left-group .vr {
        padding: 0 0 0 5% !important;
    }

    #mid-group {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: space-evenly;
    }

    #right-group {
        min-width: 28%;
        text-align: right;
        display: flex;
        flex-direction: column;
        border-right: 1px solid var(--blue);
        list-style-type: none;
    }

    #right-group ul {
        padding: 0 10% 0 0;
    }

    #dot {
        display: none;
    }

    #socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10%;
    }

    #social-link {
        margin: 0 10px;
    }

    #priv-access {
        display: flex;
        flex-direction: column;
        margin-top: 10%;
    }

    #whitebadge {
        width: 30%;
        background-color: #FFFFFF;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    #whitebadge img {
        width: 75%;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        padding: 15% 15%;
        border-radius: 0px 0px 20px 20px;
    }

    #main-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: #FFFFFF;
        position: absolute;
        right: 0;
        padding: 30px 30px;
        background-color: transparent;
    }

    .mobile-nav #myLinks {
        display: none;
        background-color: var(--blue);
        height: 100vh;
        padding: 30px 30px;
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
    }

    #menu-icon {
        width: 50px;
        height: 50px;
        background: url("/images/uploads/icons/menu_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
        float: right;
    }

    .nav {
        display: flex;
        flex-direction: column;
        float: right;
        align-items: flex-start;
        justify-content: space-evenly;
        height: 50%;
    }

    .toplvl {
        color: white;
        font-family: volte;
        font-weight: 500;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.2px;
        padding: 5px 15px;
        border: none;
    }

    .toplvl:hover,
    .sublvl:hover,
    .toplvl:active,
    .sublvl:active {
        color: #88BFFA;
        font-family: voltesemibold;
        font-weight: 500;
        border-bottom: 2px solid #88BFFA;
    }

    .sublvl {
        color: #FFFFFF;
        font-family: voltesemibold;
        font-weight: 500;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2.2px;
        padding: 8px 40px;
        line-height: 2;
    }

    .submenu {
        padding-top: 10px;
    }

    .submenu li {
        margin: 10px 0;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 80px;
        border-radius: 0 0 20px 20px;
        padding: 15px 0;
        margin: 0 0 0 -37px;
        text-align: center;
    }

    .dropdown-content li {
        margin: 10px 0;
        padding: 6px 0;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* End nav elements
        Homepage elements */

    .hero-img {
        background-image: url("/images/uploads/images/Hero_Image_-_Electric_Vehicle_Mfg.webp");
        background-size: cover;
        background-position: center;
        height: 60vh;
        width: 100%;
        position: relative;
    }

    .blue-block {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60%;
        background-color: rgba(13, 76, 145, 0.8);
        border-radius: 25px 25px 0px 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-blue-block {
        display: none;
    }

    .announcements {
        display: flex;
        flex-direction: column-reverse;
    }

    .announcements-text {
        background-color: #FFFFFF;
        padding: 50px 50px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .announcements-text h5 {
        margin: 45px 25px;
    }

    .announcements-img img {
        display: block;
        width: 100%;
        height: auto;
    }

    .grid-section {
        padding: 40px 0px 40px;
        text-align: center;
        margin-bottom: 10px;
        background-color: var(--bg-grey);
    }

    .grid-section .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 45px 30px 40px;
        flex-wrap: wrap;
    }

    .grid-section .col {
        width: 33%;
        margin: 3% 5%;
    }

    .col br {
        display: none;
    }

    .grid-section .row img {
        width: auto;
        height: 110px;
        min-height: 108px;
        margin-left: 10px;
    }

    .col h1,
    .col h6 {
        margin: 10px 0px;
    }

    .about {
        display: flex;
        flex-direction: column;
        background-color: var(--blue);
    }

    #img-desktop {
        display: none;
    }

    #img-mobile {
        width: 100%;
        height: auto;
        margin-bottom: -5px;
    }

    .about-text {
        padding: 40px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .about-img {
        align-items: center;
    }

    #tiny-text {
        margin: 10px 0px 30px;
        text-transform: uppercase;
        font-size: 1.25rem;
        color: var(--red);
        font-family: voltemedium;
        font-weight: 600;
        letter-spacing: 2.2px;
    }

    #mfg-link:hover {
        color: var(--red);
    }

    #mfg-section .row {
        padding: 30px 30px 15px !important;
    }

    #mfg-section .col {
        width: 45% !important;
        margin: 3% 1% !important;
    }

    .sponsor-grid {
        background-color: #FFFFFF;
        padding: 40px 0px 60px;
        overflow: hidden;
        text-align: center;
    }

    .sponsor-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 30px 0 40px;
        flex-wrap: wrap;
    }

    .sponsor-row .col {
        width: 45%;
        margin: 4% 2%;
    }

    #sponsor img {
        width: 85%;
        height: auto;
    }

    /*End homepage elements */

    .banner {
        background-image: url("/images/uploads/images/interior_header.webp");
        background-size: cover;
        height: 150px;
        text-align: center;
        padding: 1px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        padding: 60px 120px 0;
        background-color: #FFFFFF;
    }

    .content br {
        display: block;
    }

    .date-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .date-row img {
        height: 120px;
        width: auto;
        margin-top: 25px;
        margin-left: 15px;
    }

    .date-h1 {
        text-align: center;
        margin-top: 40px;
    }

    .date-row h2 {
        margin: 10px 0;
    }

    .date-row .col {
        width: 40%;
        margin: 3% 5%;
        text-align: center;
    }

    /* -- Text Styling -- */

    li::marker {
        color: var(--red);
    }

    .btn {
        padding: 11px 30px 10px;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 250px;
        text-transform: uppercase;
        font-family: voltemedium;
        font-weight: 500;
        white-space: break-spaces;
    }

    .btn-white {
        border: 2px solid white;
        color: #FFFFFF;
        text-align: center;
    }

    .btn-white:hover {
        background-color: #FFFFFF;
        color: var(--blue);
    }

    .btn-red {
        border: 2px solid var(--red);
        color: var(--red);
    }

    .btn-red:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .btn-blue {
        border: 2px solid var(--blue);
        color: var(--blue);
    }

    .btn-blue:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #h1-banner {
        font-family: voltebold !important;
        font-weight: 500;
        text-shadow: 0px 3px 6px var(--drk-grey);
        color: #FFFFFF !important;
        margin: 40px 0px 35px;
        font-size: 3rem;
    }

    #h1-hero {
        color: white !important;
        font-weight: 600 !important;
    }

    #h1-announcements {
        font-weight: 600 !important;
        font-size: 2.75rem !important;
    }

    p:has(> a) {
        margin: 40px 0;
    }

    /* Polling Styles */

    .poll {
        display: flex;
        flex-direction: column;
    }

    .poll > h4 {
        text-align: center;
    }

    .poll-option {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 3% 0;
    }

    .poll-option img,
    .full-info .product img {
        width: 40%;
        height: auto;
        margin-bottom: 5%;
        border-radius: 10px;
    }

    .full-info .product {
        text-align: center;
    }

    .product-info {
        display: flex;
        flex-direction: column;
        margin-top: 3%;
        align-items: center;
    }

    .product p {
        margin: 10px 0;
    }

    .product h3 {
        font-size: 2rem;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
        display: none;
    }

    .company-info a,
    .mini-company a,
    .product-info a {
        color: var(--red);
        text-decoration: underline;
        font-family: voltesemibold;
        text-transform: none;
        letter-spacing: normal;
    }

    .company-info h4,
    .mini-company h4 {
        text-align: center;
        /*    text-wrap: nowrap; */
    }

    .company-info p {
        margin: 15px 0;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .vote-button {
        padding-top: 3%;
        /* border-bottom: 1px solid var(--brdr-grey); */
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        width: 85%;
        justify-content: center;
    }

    .vote-input {
        opacity: 0.01;
        z-index: 100;
        display: none;
        position: relative;
    }

    .mini-company {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .btn-contestants {
        background-color: var(--red);
        color: #FFFFFF;
        padding: 15px 25px 12px;
    }

    .nom-list {
        /* column-count: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto; */
        margin-top: 3%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .past_winners {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .winner {
        width: 100%;
        position: relative;
        margin: 15px 0;
    }

    .winner img {
        border-radius: 10px;
        filter: grayscale(100%);
        width: 100%;
    }

    .winner:hover img {
        filter: grayscale(0%);
    }

    .winner h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 100%;
        text-align: center;
        text-shadow: 3px 2px 10px #000;
    }

    /* -------------------- */

}

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

    .vert-vote-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }
    
    .vert-poll-option {
        max-width: 85%;
        background-color: var(--bg-grey);
        border-radius: 20px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cast-vote {
        width: 100% !important;
        padding: 10px 0 !important;
    }

    #jumpbar {
        right: 2%;
        padding: 15px 10px !important;
        bottom: 10%;
    }

    #jumpbar a {
        font-size: 13px;
        color: white;
        font-family: voltebold;
        line-height: 2;
        text-align: center;
    }

    #location {
        font-family: voltesemibold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 20px;
    }

    .full-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .product h3 {
        font-family: voltesemibold;
        font-size: 2.2rem;
    }

    .product h4 {
        font-family: voltemedium;
        font-size: 1.5rem;
    }

    #big-img {
        height: 350px;
        width: auto;
        border-radius: 50px;
        padding-top: 20px;
    }

    .product-buttons {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        text-align: center;
        align-items: center;
    }

    .product-buttons .btn {
        padding: 15px 7% 10px;
    }

    .vote-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        width: 100%;
        margin: 15px 0 20px;
    }

    .vote-btn,
    .cast-vote {
        background-color: var(--blue);
        color: #FFFFFF;
        border: none;
        padding: 13px 10px;
        margin: 10px 0;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        width: 80%;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
        cursor: pointer;
    }

    .vote-btn:hover,
    .cast-vote:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .blue-block {
        display: none;
    }

    #right-group-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding: 15px 10%;
        margin-top: 15px;
        border-top: 1px solid var(--blue);
    }

    @keyframes menuslide {
        from {
            right: -300px;
        }

        to {
            right: 0px;
        }
    }

    @keyframes menuslideout {
        from {
            right: 0px;
        }

        to {
            right: -300px;
        }
    }

    /* Social icons+links */

    .fb-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-header:hover {
        background: url("/images/uploads/icons/fb_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .lkin-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-header:hover {
        background: url("/images/uploads/icons/lkin_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .x-header {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-header:hover {
        background: url("/images/uploads/icons/x_ltblue.webp") no-repeat;
        background-size: cover;
    }

    .fb-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/fb_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .fb-footer:hover {
        background: url("/images/uploads/icons/fb_red_2.webp") no-repeat;
        background-size: cover;
    }

    .lkin-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/lkin_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .lkin-footer:hover {
        background: url("/images/uploads/icons/lkin_red.webp") no-repeat;
        background-size: cover;
    }

    .x-footer {
        width: 35px;
        height: 35px;
        background: url("/images/uploads/icons/x_blue.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
    }

    .x-footer:hover {
        background: url("/images/uploads/icons/x_red.webp") no-repeat;
        background-size: cover;
    }

    /*End Social Icons */
    /* Nav elements */

    header {
        background: var(--blue);
        height: 100px;
        position: relative;
        z-index: 2;
    }

    header .row {
        height: 100%;
        margin: 0 4%;
    }

    header li {
        list-style-type: none;
        height: 100%;
        align-content: center;
    }

    footer .row {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        align-items: center;
        justify-content: space-between;
    }

    footer a,
    footer li {
        color: var(--blue);
        font-family: volte;
        font-size: 1.1rem;
        padding: 5px 0;
        list-style-type: none;
    }

    footer a:hover,
    footer li:hover {
        color: var(--red);
    }

    .footer-logo {
        height: 75px;
        width: auto;
        margin: 5% 4%;
    }

    #left-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    #left-group .vr {
        padding: 3% 5% 0;
        border-top: 1px solid var(--blue);
        border-left: 0px;
        text-align: center;
    }

    #mid-group {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: space-evenly;
    }

    #right-group {
        width: 35%;
        text-align: right;
        display: none;
        flex-direction: column;
        border-right: 1px solid var(--blue);
        list-style-type: none;
    }

    #right-group ul {
        padding: 0 10% 0 0;
    }

    #dot {
        display: none;
    }

    #socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10%;
    }

    #social-link {
        margin: 0 10px;
    }

    #priv-access {
        display: flex;
        flex-direction: column;
        margin-top: 10%;
    }

    #whitebadge {
        width: 50%;
        background-color: #FFFFFF;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    #whitebadge img {
        width: 75%;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        padding: 15% 15%;
        border-radius: 0px 0px 20px 20px;
    }

    #main-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: #FFFFFF;
        position: absolute;
        right: 0;
        padding: 30px 30px;
        background-color: transparent;
    }

    .mobile-nav #myLinks {
        display: none;
        background-color: var(--blue);
        height: 100vh;
        padding: 30px 30px;
        position: relative;
        flex-direction: column;
    }

    #menu-icon {
        width: 50px;
        height: 50px;
        background: url("/images/uploads/icons/menu_white.webp") no-repeat;
        background-size: cover;
        display: inline-block;
        padding: 0;
        float: right;
    }

    .nav {
        display: flex;
        flex-direction: column;
        float: right;
        align-items: center;
        justify-content: space-evenly;
        height: 50%;
        padding: 0;
    }

    .toplvl {
        color: white;
        font-family: volte;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.2px;
        padding: 5px 15px;
        border: none;
    }

    .toplvl:hover,
    .sublvl:hover,
    .toplvl:active,
    .sublvl:active {
        color: #88BFFA;
        font-family: voltesemibold;
        border-bottom: 2px solid #88BFFA;
    }

    .sublvl {
        color: #FFFFFF;
        font-family: voltesemibold;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2.2px;
        padding: 8px 15px;
        line-height: 2.5;
    }


    .submenu {
        height: 50%;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 80px;
        border-radius: 0 0 20px 20px;
        padding: 15px 0;
        margin: 0 0 0 -37px;
        text-align: center;
    }

    .dropdown-content li {
        margin: 10px 0;
        padding: 6px 0;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* End nav elements
            Homepage elements */

    .hero-img {
        background-image: url("/images/uploads/images/Hero_Image_-_Electric_Vehicle_Mfg.webp");
        background-size: cover;
        background-position: center;
        height: 42vh;
    }

    .mobile-blue-block {
        background-color: rgba(13, 76, 145);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0 30px 0;
    }

    .announcements {
        display: flex;
        flex-direction: column-reverse;
    }

    .announcements-text {
        background-color: #FFFFFF;
        padding: 30px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .announcements-text h5 {
        margin: 25px 25px 0;
    }

    .announcements-img img {
        display: block;
        width: 105%;
        height: auto;
        margin-left: -20px;
    }

    .grid-section {
        padding: 40px 0px 40px;
        text-align: center;
        margin-bottom: 10px;
        background-color: var(--bg-grey);
    }

    .grid-section .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .grid-section .col {
        width: 45%;
        margin: 3% 5%;
    }

    .col br {
        display: none;
    }

    .grid-section .row img {
        width: auto;
        height: 90px;
        margin-left: 10px;
    }

    .col h1,
    .col h6 {
        margin: 10px 0px;
    }

    .about {
        display: flex;
        flex-direction: column;
        background-color: var(--blue);
    }

    #img-desktop {
        display: none;
    }

    #img-mobile {
        width: 100%;
        height: auto;
        margin-bottom: -5px;
    }

    .about-text {
        padding: 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .about-img {
        align-items: center;
    }

    #tiny-text {
        margin: 10px 0px 30px;
        text-transform: uppercase;
        font-size: 0.9rem;
        color: var(--red);
        font-family: voltemedium;
        font-weight: 600;
        letter-spacing: 2.2px;
    }

    #mfg-link:hover {
        color: var(--red);
    }

    #mfg-section .row {
        padding: 30px 30px 15px !important;
    }

    #mfg-section img {
        margin: 0;
    }

    .sponsor-grid {
        background-color: #FFFFFF;
        padding: 40px 0px 60px;
        overflow: hidden;
        text-align: center;
    }

    .sponsor-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 30px 0 40px;
        flex-wrap: wrap;
    }

    .sponsor-row .col {
        width: 50%;
        margin: 7% 2%;
    }

    #sponsor img {
        width: 100%;
        height: auto;
    }

    /*End homepage elements */

    .banner {
        background-image: url("/images/uploads/images/interior_header.webp");
        background-size: cover;
        height: 150px;
        text-align: center;
        padding: 1px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        padding: 20px 50px 0;
        background-color: #FFFFFF;
    }

    .content br {
        display: block;
    }

    .date-row {
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .date-row img {
        width: auto;
        height: 90px;
        margin: 15px 0 15px 10px;
    }

    .date-h1 {
        text-align: center;
        margin-top: 40px;
    }

    .date-row h2 {
        margin: 10px 0;
    }

    .date-row .col {
        width: 75%;
        margin: 3% 5%;
    }

    /* -- Text Styling -- */

    li::marker {
        color: var(--red);
    }

    .btn {
        padding: 11px 20px 10px;
        border-radius: 100px;
        font-size: 1rem;
        letter-spacing: 1.5px;
        min-width: 250px;
        text-transform: uppercase;
        font-family: voltemedium;
        white-space: break-spaces;
    }

    .btn-white {
        border: 2px solid white;
        color: #FFFFFF;
        text-align: center;
    }

    .btn-white:hover {
        background-color: #FFFFFF;
        color: var(--blue);
    }

    .btn-red {
        border: 2px solid var(--red);
        color: var(--red);
    }

    .btn-red:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    .btn-blue {
        border: 2px solid var(--blue);
        color: var(--blue);
        padding-bottom: 8px;
    }

    .btn-blue:hover {
        background-color: var(--blue);
        color: #FFFFFF;
    }

    .btn-int {
        background-color: var(--blue);
        color: #FFFFFF;
        padding: 14px 15px 12px;
    }

    .btn-int:hover {
        background-color: var(--red);
        color: #FFFFFF;
    }

    #h1-banner {
        font-family: voltebold !important;
        text-shadow: 0px 3px 6px var(--drk-grey);
        color: #FFFFFF !important;
        margin: 40px 0px 35px;
        font-size: 3rem;
    }

    #h1-hero {
        color: white !important;
        font-weight: 600 !important;
        padding: 0 15px;
    }

    #h1-announcements {
        font-weight: 600 !important;
        font-size: 1.8rem !important;
        padding: 0 25px;
    }

    p:has(> a) {
        margin: 40px 0;
    }

    /* Polling Styles */

    .poll {
        display: flex;
        flex-direction: column;
    }

    .poll > h4 {
        text-align: center;
    }

    .poll-option {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 3% 0;
    }

    .poll-option img,
    .full-info .product img {
        width: 95%;
        height: auto;
        margin-bottom: 6%;
        max-width: 95%;
        border-radius: 10px;
    }

    .full-info .product {
        text-align: center;
    }

    .product-info {
        display: flex;
        flex-direction: column;
        margin-top: 3%;
        align-items: center;
    }

    .product p {
        margin: 10px 0;
    }

    .product h3 {
        font-size: 1.75rem;
    }

    .company-info {
        text-align: right;
        min-width: 25%;
        align-content: center;
        display: none;
    }

    .company-info a,
    .mini-company a,
    .product-info a {
        color: var(--red);
        text-decoration: underline;
        font-family: voltesemibold;
        text-transform: none;
        letter-spacing: normal;
    }

    .company-info h4,
    .mini-company h4 {
        text-align: center;
        text-wrap: pretty;
        font-size: 1.5rem;
    }

    .company-info p {
        margin: 15px 0;
        font-family: voltesemibold;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .vote-button {
        padding-top: 3%;
        /* border-bottom: 1px solid var(--brdr-grey); */
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        width: 85%;
        justify-content: center;
    }

    .vote-input {
        opacity: 0.01;
        z-index: 100;
        display: none;
        position: relative;
    }

    .mini-company {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .btn-contestants {
        background-color: var(--red);
        color: #FFFFFF;
        padding: 15px 25px 12px;
    }

    .nom-list {
        column-count: 1;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }

    .past_winners {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .winner {
        width: 100%;
        position: relative;
        margin: 15px 0;
    }

    .winner img {
        border-radius: 10px;
        filter: grayscale(100%);
        width: 100%;
    }

    .winner:hover img {
        filter: grayscale(0%);
    }

    .winner h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 100%;
        text-align: center;
        text-shadow: 3px 2px 10px #000;
    }

}

/* End of Tablet/Mobile */

/* --- Fonts, Colors, + Basic Globals --- */

#jumpbar {
    position: fixed;
    background-color: var(--blue);
    border-radius: 200px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

#output h3 {
    margin-top: 50px;
    color: var(--blue)
}

#output h2 {
    color: var(--red);
}

#output hr {
    margin: 0;
}

:root {
    --bg-grey: #F4F4F4;
    --brdr-grey: #00000029;
    --grey: #808080;
    --drk-grey: #000000BF;
    --blue: #0D4C91;
    --red: #D02130;
    --drk-red: #C20625;
}

@font-face {
    font-family: volte;
    src: url(/assets/fonts/Figtree-Regular.ttf);
}

@font-face {
    font-family: voltemedium;
    src: url(/assets/fonts/Figtree-Medium.ttf);
}

@font-face {
    font-family: voltesemibold;
    src: url(/assets/fonts/Figtree-SemiBold.ttf);
}

@font-face {
    font-family: voltebold;
    src: url(/assets/fonts/Figtree-Bold.ttf);
}

/* @font-face {
    font-family: volte;
    src: url(/assets/fonts/volte.otf);
}

@font-face {
    font-family: voltemedium;
    src: url(/assets/fonts/volte_medium.otf);
}

@font-face {
    font-family: voltesemibold;
    src: url(/assets/fonts/volte_semibold.otf);
}

@font-face {
    font-family: voltebold;
    src: url(/assets/fonts/volte_bold.otf);
} */

body {
    background-color: white;
    margin: 0 !important;
}

footer {
    background-color: var(--bg-grey);
    margin-top: 30px;
}

#priv-access {
    margin-top: 10px;
}

* {
    margin: 0;
}

hr {
    border: 1px solid var(--brdr-grey);
    width: 100%;
    margin: 20px 0px;
}

.vr {
    border-left: 1px solid var(--blue);
    height: 100%;
    padding: 0 4% 0 5%;
    text-wrap: nowrap;
    line-height: 1.5;
}

h1,
.h1 {
    font-family: proxima-nova;
    font-weight: 800;
    color: var(--red);
    line-height: 1.4;
    font-size: 2.3rem;
}

h2,
.h2 {
    font-family: proxima-nova;
    font-weight: 600;
    color: var(--blue);
    line-height: 1.4;
    font-size: 2rem;
}

h3,
.h3 {
    font-family: voltemedium;
    color: var(--red);
    line-height: 1.4;
    font-size: 1.8rem;
}

h4,
.h4 {
    font-family: voltebold;
    color: var(--blue);
    line-height: 1.2;
    font-size: 1.5rem;
}

h5,
.h5 {
    font-family: voltemedium;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.3rem;
}

h6,
.h6 {
    font-family: voltesemibold;
    font-weight: 400;
    color: var(--blue);
    font-size: 1.1rem;
}

.blue-block h5,
.mobile-blue-block h5,
.announcements h5,
.about h5 {
    margin: 30px 15px;
    font-size: 1.2rem !important;
}

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

    .blue-block h5,
    .mobile-blue-block h5,
    .announcements h5,
    .about h5 {
        margin: 30px 15px;
        font-size: 1rem !important;
    }
}

.blue-block h5,
.mobile-blue-block h5 {
    color: white;
}

.announcements h5 {
    color: var(--drk-red);
}

#h1-announcements {
    color: var(--drk-red);
}

.about h5 {
    color: white;
    margin-left: 0px;
}

p,
.content li {
    font-family: volte;
    line-height: 1.4;
    margin: 15px 0px;
    color: #123255;
    font-size: 1.15rem;
}

strong {
    font-family: voltesemibold;
    font-weight: normal;
    line-height: 1.7;
    margin: 15px 0px;
    color: #123255;
}

a {
    text-decoration: none;
}

.container::before {
    content: " ";
    display: table;
}

.container::after {
    clear: both;
    content: " ";
    display: table;
}

.row::before {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
    content: " ";
    display: table;
}

#num {
    color: var(--red);
    font-family: voltesemibold;
}

#mfg-link {
    color: var(--grey);
    text-decoration: underline;
}

#pagination {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
}

.page-previous,
.page-next {
    margin: 0 15px;
}

.pagination-num {
    padding: 22px 28px;
    border-radius: 8px;
    border: 1px solid #CECECE;
    color: #CECECE;
    font-family: voltebold;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0 10px;
}

.pagination-num:hover {
    background-color: #CECECE;
    color: #FFFFFF;
}

.active-page {
    background-color: #CECECE;
    color: #FFFFFF;
}

.search {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 40px 0 30px;
    padding: 40px 0 30px;
}

#search-bar {
    width: 80%;
    padding: 15px 20px;
    border-radius: 50px;
    font-family: voltemedium;
    font-weight: 500;
    font-size: 1.25rem;
    border: 1px solid var(--grey);
}

.search>button {
    border: none;
}

.nom-list p,
.nom-list a {
    margin: 10px 0;
    font-size: 1.25rem;
    font-family: volte;
    font-weight: 500;
    line-height: 1.4;
    color: #123255;
}

.nom-list a:hover {
    text-decoration: underline;
}

.btn-contestants:hover {
    background-color: #FFFFFF;
    border: 1px solid var(--red);
    color: var(--red);
}

.back-to-top {
    background-color: var(--red);
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 200px;
    padding: 15px;
}

.back-to-top p,
.back-to-top a {
    color: #FFFFFF;
    text-align: center;
    font-family: voltesemibold;
    font-weight: 500;
    font-size: 16px;
}

.mini-company p {
    margin: 0;
    font-family: voltesemibold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mini-company a {
    color: var(--red);
    text-decoration: underline;
    font-family: voltesemibold;
    text-transform: none;
    letter-spacing: normal;
}

#modal-flex {
    margin: 20px auto 30px;
    align-items: center;
}

.vote-body {
    display: none;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    /* 10% from the top and centered */
    padding: 30px 50px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 36px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content p {
    text-align: center;
}

.modal-content p {
    line-height: 1.25em;
}

.modal-content .tiny-text {
    line-height: 2.5em;
}

.modal-content .close {
    color: var(--red);
    text-decoration: underline;
}

.close:hover,
.close:focus {
    color: var(--drk-grey);
    text-decoration: none;
    cursor: pointer;
}

.modal-content .modal-vote-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-content .vote-btn {
    font-size: 1.2rem;
    padding: 13px 25px 10px;
    width: 40%;
    max-width: 50%;
    text-align: center;
}

.modal-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.modal-product img {
    max-height: 175px;
    border-radius: 15px;
    margin-right: 15px;
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

#lrnmore {
    max-height: 20px;
}

.nom-list li {
    margin: 10px 0 !important;
}

@media screen and (min-width: 1001px) and (max-width: 1480px) {

    .modal-content {
        width: 80%;
        margin: 5% auto;
    }

}

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

    .modal-content .flex {
        flex-direction: column;
    }

    .modal-content {
        width: 80%;
        padding: 30px 40px;
        margin: 15% auto;
    }

}

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

    .modal-content {
        margin: 5% auto;
        padding: 25px;
    }

    .modal-content h1 {
        font-size: 2.25rem;
    }

    .modal-content h2 {
        text-align: center;
        font-size: 1.5rem;
    }

    #modal-flex {
        margin: 15px auto 0;
    }

    .modal-product {
        flex-direction: column;
        margin: 20px 0 0;
    }

    .modal-product img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .modal-content .vote-btn {
        width: 80%;
        max-width: 95%;
    }

    .modal-content .tiny-text {
        line-height: 1.8em;
    }

}