﻿*, *::before, *::after {
    box-sizing: unset !important;
}

a {
    cursor: pointer;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

body {
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: 400 !important;
    overflow-x: hidden;
    max-width: 100%;
    color: #000 !important;
    line-height: 1.5;
}

input {
    border-radius: 0;
}

select {
    border-radius: 0;
}

svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

video {
    display: none;
}

.clearfix {
    clear: both;
}

.footer-logo-image {
    height: 33px;
    float: left;
    margin-right: 30px;
}

.form-item select {
    padding: 15px;
    border: 2px solid #ddd;
    width: calc(100% - 34px);
    font-size: .9em;
    font-family: 'Libre Franklin', sans-serif;
}

.green-txt {
    color: #009639;
}

.hide {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hide-device {
    display: none;
}

.red-txt {
    color: #d22630;
}

.turq-txt {
    color: #00b388;
}

.uppercase {
    text-transform: uppercase;
}

.wizard-step {
    display: none;
}

#sub-unlocked-header ul.header-nav-bar {
    list-style: none;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #fbfbfb;
}

    #sub-unlocked-header ul.header-nav-bar li {
        display: inline-block;
    }

        #sub-unlocked-header ul.header-nav-bar li a {
            text-decoration: none;
            color: #000;
            font-size: .9em;
            font-weight: 400;
            margin: 25px 20px;
            display: inline-block;
            /*text-transform: uppercase;*/
        }

        #sub-unlocked-header ul.header-nav-bar li.active a {
            color: #00b388;
        }

header#unlocked-header .header-menu ul.header-nav-bar li.lifestyle-selected a {
    color: #00b388;
}

#sub-unlocked-header ul.header-nav-bar li ul {
    display: none;
}

#sub-unlocked-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 77px;
    display: none;
}

    #sub-unlocked-header.show {
        position: fixed !important;
        z-index: 9999 !important;
        width: 100% !important;
        top: 122px !important;
        display: block !important;
        
    }


#category-selection {
    /*this gives the dropdown a fixed height even when not visible*/
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    display: table; /*this gives the dropdown element space even when not visible*/
    width: 100%; /*this gives the dropdown element space even when not visible*/
    border-top: 1px solid #EEEEEE;
}

#potential-page #category-selection ul li.active {
    border-bottom: 4px solid #940EAF !important;
    color: #940EAF !important;
}



#category-selection ul li {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 15px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
}

#category-selection ul li {
    width: 120px
}

    #category-selection ul {
        display: table-cell;
        position: relative;
        vertical-align: bottom;
        font-size: 14px;
        background-color: #FBFBFB;
        padding-bottom: 0px;
        padding-top: 10px;
    }

#potential-page #category-selection #liGetanAccount {
    float: right;
    padding-right: 33px;
    padding-top: 15px;
}

#interest-category #carousel-changemakers {
    height: auto;
    margin: 0px 5% 1px;
}


/*#region youthx carousels */
/********************************************************************************************************************** carousels start*/

.carousel-inner .active .carousel-item-left {
    left: -33%;
}

.carousel-inner .active .carousel-item-right {
    left: 33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-multi .carousel-inner .active {
    display: table;
}

.carousel-multi .carousel-inner .carousel-item p {
    max-width: 315px;
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    overflow: hidden;
    margin: 0px;
    text-align: left !important;
}

.carousel-multi .carousel-inner .carousel-item {
    max-height: 510px !important;
    border-spacing: 10px;
    margin-bottom: 32px;
}

.carousel-multi .carousel-inner > .carousel-item > .media-card {
    display: table-cell;
    max-width: 315px;
    padding-bottom: 30px;
}

.carousel-multi .carousel-inner {
    overflow: hidden;
}

.carousel-multi ol .carousel-indicators {
    margin: 0px;
}

.carousel-multi {
    overflow: hidden;
}

#carousel-changemakers .show-fordesktop {
    display: inline-block;
}



#carousel-speakers-desktop .show-fordesktop {
    display: inline-block;
}



#main-carousel .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #FF3D5D !important;
}

#main-carousel .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #FF3D5D;
    background-color: #EEEEEE;
}

#main-carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    min-width: 140px;
    max-height: 236px;
    margin-bottom: 20px;
}

#main-carousel-awardsjudges .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #FF3D5D !important;
}

#main-carousel-awardsjudges .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #FF3D5D;
    background-color: #EEEEEE;
}

#main-carousel-awardsjudges .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    min-width: 160px;
    max-height: 236px;
    margin-bottom: 15px;
}

#main-carousel-awardsjudges .carousel-multi .carousel-inner .carousel-item p {
    font-weight: normal !important;
}

#main-carousel-awardsjudges .carousel-multi .carousel-inner .carousel-item {
    border-spacing: 30px 1px;
}

#main-carousel-awardsjudges .carousel-multi .carousel-inner {
    max-height: 510px !important;
}







#main-carousel-landingbanner .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #FF3D5D !important;
}

#main-carousel-landingbanner .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #FF3D5D;
    background-color: #EEEEEE;
}

#main-carousel-landingbanner .carousel-inner .carousel-item img {
    max-height: 400px;
    min-height: 320px;
    width: 100%;
    height: auto;
}

#main-carousel-landingbanner .carousel-landingbanner .carousel-inner > .carousel-item > .media-card {
    display: table-cell;
    width: 100%;
    height: 427px !important;
}

#main-carousel-modal .carousel-indicators li {
    background-color: #78BE20 !important;
    height: 12px;
    width: 39px;
}

#main-carousel-modal .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 236px;
}

#main-carousel-partnerslogo .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #FF3D5D !important;
}

#main-carousel-partnerslogo .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #FF3D5D;
    background-color: #EEEEEE;
}

#main-carousel-partnerslogo .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    min-width: 160px;
    max-height: 211px;
    margin-bottom: 15px;
}

#main-carousel-partnerslogo .carousel-multi .carousel-inner .carousel-item p {
    max-width: 210px;
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px !important;
    letter-spacing: -0.01px !important;
    line-height: 21px !important;
    overflow: hidden;
    text-align: left !important;
}

#main-carousel-partnerslogo .carousel-multi .carousel-inner .carousel-item {
    max-height: 510px !important;
    border-spacing: 10px;
    margin-bottom: 30px;
}

#main-carousel-partnerslogo .carousel-multi .carousel-inner > .carousel-item > .media-card {
    display: table-cell;
    max-width: 210px;
}

#main-carousel-partnerslogo .carousel-multi .carousel-inner {
    max-height: 510px !important;
    overflow: hidden;
}



#main-carousel-partnerslogo.carousel-multi .carousel-inner {
    /*padding-left: 20%;
    padding-right: 20%;*/
}

#main-carousel-speakers .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #FF3D5D !important;
}

#main-carousel-speakers .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #FF3D5D;
    background-color: #EEEEEE;
}

#main-carousel-speakers .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    min-width: 160px;
    max-height: 236px;
    margin-bottom: 15px;
}

#main-carousel-speakers .carousel-multi .carousel-inner .carousel-item p {
    max-height: 260px;
    font-weight: normal !important;
}

#main-carousel-speakers .carousel-multi .carousel-inner .carousel-item {
    border-spacing: 30px 1px;
    max-height: 510px !important;
}

#main-carousel-speakers .carousel-multi .carousel-inner {
    max-height: 510px !important;
}



#youthx-awards #carousel-judges-desktop .show-fordesktop {
    display: inline-block !important;
}

#youthx-awards #main-carousel-awardsjudges .carousel-multi .carousel-inner {
    padding-left: 2.5%;
}

#youthx-landing #carousel-changemakers {
    margin: 14px 5.5%;
}



#youthx-landing #carousel-partners {
    margin-bottom: 30px;
}

#youthx-summit #carousel-speakers-desktop .show-fordesktop {
    display: inline-block !important;
}

#youthx-summit #main-carousel-speakers .carousel-multi .carousel-inner {
    padding-left: 2.5%;
}



/********************************************************************************************************************** carousels end*/
/*#endregion */

/*#region youthx landing */
/********************************************************************************************************************** youthx landing*/

#youthx-landing {
    max-width: 1120px;
    padding: 40px 40px;
    margin: auto;
}


    #youthx-landing p {
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-bottom: 1rem;
    }

        #youthx-landing p.youth-heading {
            max-height: 80px;
            color: #333333;
            font-family: 'Libre Franklin', sans-serif;
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 36px;
            text-align: center;
        }

        #youthx-landing p.article-more-link {
            text-align: left;
        }

    #youthx-landing #header-img.youthx-landingmain .centered-text p.youth-heading {
        max-height: 140px;
        max-width: 778px;
        color: #FFFFFF;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 68px;
        text-align: center;
    }

    #youthx-landing #header-img.youthx-landingmain .centered-text p.youthxlanding-strapline {
        max-height: 140px;
        max-width: 713px;
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 34px;
        text-align: center;
        overflow: hidden;
    }

    #youthx-landing #youthx-header {
        margin: 480px 13% 60px;
    }

        #youthx-landing #youthx-header p.youth-heading {
            margin: 40px 0px 17px;
        }

    #youthx-landing #header-img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 146px;
    }

        #youthx-landing #header-img img {
            max-height: 444px;
            min-height: 320px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        #youthx-landing #header-img .centered-text {
            position: absolute;
            top: 50%;
            transform: translate(-51%, -42%);
            left: 50%;
            max-height: 280px;
            max-width: 778px;
            padding-left: 52px;
            padding-right: 52px;
        }

        #youthx-landing #header-img.youthx-landingmain .centered-text {
            position: absolute;
            top: 60%;
            transform: translate(-49.5%, -41%);
            left: 50%;
            max-height: 152px;
            max-width: 778px;
            padding-left: 52px;
            padding-right: 52px;
        }

    #youthx-landing #category-changemaker-ofyear {
        margin-top: -33px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #youthx-landing #category-changemakers {
        margin-top: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #youthx-landing #youthxlanding-interest-category {
        margin-top: 60px;
        margin-bottom: 30px;
    }

        #youthx-landing #youthxlanding-interest-category p {
            margin-left: 15%;
            margin-right: 15%;
        }

    #youthx-landing p.youthxlanding-strapline {
        max-height: 160px;
        overflow: hidden;
    }

    #youthx-landing #youthxlanding-interest-category .row {
        margin-top: 38px;
    }

    #youthx-landing #youthxlanding-interest-category .interest-category-item {
        box-sizing: border-box !important;
        width: 100%;
        height: 340px;
    }

        #youthx-landing #youthxlanding-interest-category .interest-category-item p {
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-left: 0%;
            margin-right: 0%;
        }

        #youthx-landing #youthxlanding-interest-category .interest-category-item button.btn:focus {
            outline-style: none !important;
            outline: 0 !important;
            box-shadow: none !important;
        }

    #youthx-landing #youthxlanding-interest-category a {
        height: 38px;
        width: 247px;
        color: #383B41;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
        text-decoration: none;
    }

    #youthx-landing #youthxlanding-interest-category .interest-category-item:hover {
        background-color: #D8D8D8;
        color: #000;
        opacity: 0.6;
    }

    #youthx-landing #youthxlanding-interest-category .interest-category-item button {
        margin: 0px;
        width: 100%;
        height: 100%;
        word-break: break-word;
        border: none;
        background-color: #D8D8D8 !important;
        color: #ffffff !important;
        box-sizing: border-box !important;
        border-radius: 0px;
    }

    #youthx-landing #youthxlanding-category-content-hub-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box !important;
        padding-bottom: 30px;
        padding-top: 120px;
    }

        #youthx-landing #youthxlanding-category-content-hub-button button.btn-primary {
            border-radius: 5px;
            background-color: #FF3D5D;
            color: white !important;
            border-color: #FF3D5D;
            height: 50px;
            width: 280px;
        }

.grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    justify-content: center;
}

#youthx-landing #youthx-competitions-bg {
    width: 100%;
    height: 520px;
    position: absolute;
    background-color: rgba(49,49,49,0.09);
    left: 0px;
    right: 0px;
    z-index: -1;
}

#youthx-landing #youthx-competitions {
    margin-top: 100px;
}

    #youthx-landing #youthx-competitions .centered-text {
        position: absolute;
        top: 30%;
        transform: translate(-40%, -40%);
        left: 40%;
        width: 100%;
    }

        #youthx-landing #youthx-competitions .centered-text p {
            margin: 0px !important;
        }

    #youthx-landing #youthx-competitions .explore-youthx-item {
        max-width: 315px;
        position: relative;
    }

        #youthx-landing #youthx-competitions .explore-youthx-item img {
            height: auto;
            max-height: 327px;
            min-height: 120px;
            min-width: 110px;
        }

        #youthx-landing #youthx-competitions .explore-youthx-item p {
            max-height: 120px;
            max-width: 315px;
            color: #FFFFFF;
            font-family: 'Libre Franklin', sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22.56px;
            overflow: hidden;
            margin: 18px 0px 26px;
        }

            #youthx-landing #youthx-competitions .explore-youthx-item p.youth-subheading {
                max-height: 120px;
                max-width: 315px;
                color: #FFFFFF;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                overflow: hidden;
            }

            #youthx-landing #youthx-competitions .explore-youthx-item p.explore-youthx-strapline {
                max-height: 160px;
                max-width: 315px;
                color: #333333;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                overflow: hidden;
                text-align: left;
            }

.grid-container-youthx-competitions {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    justify-content: center;
}

#youthx-landing #youthx-competitions-bg {
    width: 100%;
    height: 520px;
    position: absolute;
    background-color: rgba(49,49,49,0.09);
    left: 0px;
    right: 0px;
    z-index: -1;
}

#youthx-landing #youthx-competitions {
    margin-top: 100px;
}

    #youthx-landing #youthx-competitions .centered-text {
        position: absolute;
        top: 30%;
        transform: translate(-40%, -40%);
        left: 40%;
        width: 100%;
    }

        #youthx-landing #youthx-competitions .centered-text p {
            margin: 0px !important;
        }

    #youthx-landing #youthx-competitions .explore-youthx-item {
        max-width: 315px;
        position: relative;
    }

        #youthx-landing #youthx-competitions .explore-youthx-item img {
            height: auto;
            max-height: 327px;
            min-height: 120px;
            min-width: 110px;
        }

        #youthx-landing #youthx-competitions .explore-youthx-item p {
            max-height: 120px;
            max-width: 315px;
            color: #FFFFFF;
            font-family: 'Libre Franklin', sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22.56px;
            overflow: hidden;
            margin: 18px 0px 26px;
        }

            #youthx-landing #youthx-competitions .explore-youthx-item p.youth-subheading {
                max-height: 120px;
                max-width: 315px;
                color: #FFFFFF;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                overflow: hidden;
            }

            #youthx-landing #youthx-competitions .explore-youthx-item p.explore-youthx-strapline {
                max-height: 160px;
                max-width: 315px;
                color: #333333;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                overflow: hidden;
                text-align: left;
            }

.grid-container-exploreyouthx {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    justify-content: center;
}

#youthx-landing #youthxlanding-exploreyouthx-bg {
    width: 100%;
    height: 1080px;
    position: absolute;
    background-color: rgba(49,49,49,0.09);
    left: 0px;
    right: 0px;
    margin-top: 40px;
    z-index: -1;
}

#youthx-landing #explore-youthx {
    margin-top: 100px;
}

    #youthx-landing #explore-youthx .centered-text {
        position: absolute;
        top: 30%;
        transform: translate(-40%, -40%);
        left: 40%;
        width: 100%;
    }

        #youthx-landing #explore-youthx .centered-text p {
            margin: 0px !important;
        }

    #youthx-landing #explore-youthx .explore-youthx-item {
        max-width: 500px;
        position: relative;
    }

        #youthx-landing #explore-youthx .explore-youthx-item img {
            max-height: 327px;
            min-height: 120px;
            min-width: 110px;
            width: 500px;
            height: 300px;
            object-fit: cover;
        }

        #youthx-landing #explore-youthx .explore-youthx-item p {
            max-height: 120px;
            max-width: 500px;
            color: #FFFFFF;
            font-family: 'Libre Franklin', sans-serif;
            font-size: 30px;
            letter-spacing: 0;
            line-height: 36px;
            overflow: hidden;
            margin: 18px 0px 26px;
        }

            #youthx-landing #explore-youthx .explore-youthx-item p.youth-subheading {
                max-height: 120px;
                max-width: 500px;
                color: #FFFFFF;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 30px;
                letter-spacing: 0;
                line-height: 36px;
                overflow: hidden;
                margin: 18px 0px 26px;
                font-weight: bold
            }

            #youthx-landing #explore-youthx .explore-youthx-item p.explore-youthx-strapline {
                max-height: 160px;
                max-width: 500px;
                color: #333333;
                font-family: 'Libre Franklin', sans-serif;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                overflow: hidden;
                text-align: left;
            }

/**************************************************************************************** explore youthx section on youthx landing page start */




/*#region youthx Live */
/********************************************************************************************************************** youthx landing*/

#youthx-live {
    max-width: 1120px;
    padding: 40px 40px;
    margin: auto;
}


    #youthx-live p {
        padding-bottom: 1px !important;
    }

    #youthx-live #youthxlive-header .header-img-youthx-live img {
        position: absolute;
        top: 144px;
        right: 0px;
        left: 0px;
        width: 100%;
        object-fit: cover;
        min-height: 520px;
        max-height: 520px;
    }

    #youthx-live #youthxlive-header .header-img-youthx-live button.btn-nav {
        border: 0px;
        background-color: transparent;
        position: absolute;
        top: 190px;
        transform: translate(-50%, -50%);
        left: 2%;
    }

        #youthx-live #youthxlive-header .header-img-youthx-live button.btn-nav i {
            font-size: 24px;
            color: white;
        }



        #youthx-live #youthxlive-header .header-img-youthx-live button.btn-nav:focus {
            outline-style: none !important;
            outline: 0 !important;
            box-shadow: none !important;
        }

    #youthx-live #youthxlive-eventtypes {
        margin: 500px 50px 0px;
    }

        #youthx-live #youthxlive-eventtypes .centered-text-youthx-live h2 {
            text-align: center;
            font-weight: 700;
        }

    #youthx-live #youthxlive-events {
        margin-top: 30px;
    }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            justify-items: center;
            padding-left: 100px;
            padding-right: 100px;
        }

            #youthx-live #youthxlive-events .grid-container-youthx-live-events section {
                position: relative;
                top: 410px;
                left: 10%;
            }

            #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events {
                max-width: 400px;
                padding: 10px;
            }

        #youthx-live #youthxlive-events .live-event-img {
            position: relative;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events img {
            max-width: 780px;
            object-fit: cover;
            object-position: center center;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events p.event-title {
            position: absolute;
            top: 30%;
            color: white;
            font-size: 20px;
            font-weight: 500;
            z-index: 799;
            margin: 0 auto;
            width: 100%;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events p.event-note {
            position: absolute;
            top: 50%;
            color: white;
            font-size: 16px;
            z-index: 999;
            margin: 0 auto;
            width: 100%;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events button.event-button {
            position: absolute;
            top: 80%;
            left: 10%;
            height: 50px;
            width: 80%;
            border-radius: 5px;
            font-weight: 500;
            background-color: #FF3D5D;
            padding: 0px;
            border: 1px solid transparent;
            color: #FFFFFF !important;
            z-index: 999;
            margin: 0 auto;
            text-align: center;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events p.event-date {
            font-size: 24px;
            font-weight: 700;
            padding: 20px 0px 0px 0px;
        }

        #youthx-live #youthxlive-events .grid-container-youthx-live-events .grid-item-youthx-live-events p.event-description {
            font-size: 16px;
        }

    #youthx-live p {
        color: #333333;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-bottom: 1rem;
    }


#youthx-quicklinks-menu .quick-links {
    overflow: hidden;
    background-color: white;
    font-family: 'Libre Franklin';
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.5rem 1rem;
    flex-direction: column;
    width: 220px;
    top: 37px;
}

    #youthx-quicklinks-menu .quick-links a {
        float: left;
        font-size: 18px;
        color: black;
        text-align: left;
        padding: 5px 5px;
        text-decoration: none;
        z-index: 999;
    }

        #youthx-quicklinks-menu .quick-links a:hover {
            background-color: #ddd;
        }




#main-carousel-artists .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #940EAF;
    background-color: #EEEEEE;
}
#main-carousel-artists .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #940EAF !important;
}

#main-carousel-winner .carousel-indicators li {
    border-radius: 50%;
    box-sizing: border-box;
    height: 13.05px;
    width: 13.05px;
    border: 1.05px solid #940EAF;
    background-color: #EEEEEE;
}

#main-carousel-winner .carousel-indicators .active {
    height: 12px;
    width: 39px !important;
    border-radius: 15px !important;
    background-color: #940EAF !important;
}


.Getanaccount {
    height: 22.5px;
    background: transparent;
    border-color: #009639;
    font-size: 14px;
    letter-spacing: normal;
    color: #009639;
    font-weight: bold !important;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-style: solid;
    cursor: pointer;
    margin-left: -35px;
}










.hide-competition-section {
    display: none; /*change this style to hide and unhide the competition section.*/
}

.continue-button {
    width: 150px !important;
    background-color: #940EAF !important;
    border-color: #940EAF !important;
    margin-left: 19px !important;
}

.cancel-button {
    width: 150px !important;
    background-color: white !important;
    border-color: #940EAF !important;
    color: #940EAF !important;
}



.button-text-cancel {
    margin-top: 24px;
    margin-left: -2px;
    width: 182px !important;
    height: 27px !important;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 300;
    margin-bottom: 22px;
    background-color: white;
    color: red !important;
    border-color: red !important;
    border-right-width: thin !important;
    border-left-width: thin !important;
    border-top-width: thin !important;
    border-bottom-width: thin !important;
}

.button-text-continue {
    margin-top: 2px;
    margin-left: 27px;
    width: 180px !important;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 300;
    color: white !important;
    border-color: #FF3D5D;
}




.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5);*/
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#d-n #d-r #m-n #m-r .modal-content {
    height: 400px;
    width: 90%;
}
/*  #continue-d #cancel-d .btn.btn-lrg {
                        width: 190px !important;
                    }*/
#potential-header-pillar {
    color: #940EAF !important;
}


#youthx-awards #carousel-judges-desktop .show-fordesktop {
    display: inline-block !important;
}

#youthx-awards #main-carousel-awardsjudges .carousel-multi .carousel-inner {
    padding-left: 2.5%;
}

#youthx-awards p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

    #youthx-awards p.awards-heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin-left: 15%;
        margin-right: 15%;
    }

#youthx-awards #youthxawards-header .header-img-youthx-awards img {
    position: absolute;
    top: 145px;
    right: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    max-height: 420px;
}

#youthx-awards #youthxawards-header .header-img-youthx-awards button.btn-nav {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 190px;
    transform: translate(-50%, -50%);
    left: 2%;
}

    #youthx-awards #youthxawards-header .header-img-youthx-awards button.btn-nav i {
        font-size: 24px;
        color: white;
    }

    #youthx-awards #youthxawards-header .header-img-youthx-awards button.btn-nav.v-mobile {
        left: 8%;
    }

    #youthx-awards #youthxawards-header .header-img-youthx-awards button.btn-nav:focus {
        outline-style: none !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

#youthx-awards #youthxawards-entry {
    margin: 420px 50px 0px;
}

    #youthx-awards #youthxawards-entry #youthxawardsentry-desktopbuttons {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box !important;
        margin-bottom: 30px;
    }

    #youthx-awards #youthxawards-entry button.btn-primary {
        border-radius: 5px;
        background-color: #940EAF;
        color: white;
        margin-left: 10px;
        border-color: #940EAF;
    }

    #youthx-awards #youthxawards-entry button.btn-secondary {
        border-radius: 5px;
        border: 2px solid #FF3D5D;
        color: #FF3D5D;
        margin-right: 10px;
        background-color: transparent;
    }

    #youthx-awards #youthxawards-entry p.awards-howto a {
        color: #940EAF !important;
    }

    #youthx-awards #youthxawards-entry p.awards-strapline {
        margin-left: 120px;
        margin-right: 120px;
    }

#youthx-awards #youthxawards-video {
    margin-top: 50px;
}

    #youthx-awards #youthxawards-video p.awards-heading {
        margin-bottom: 30px;
    }

    #youthx-awards #youthxawards-video object {
        display: inline-block !important;
        width: 870px;
        height: 489px;
    }

    #youthx-awards #youthxawards-video p.awards-strapline {
        margin-top: 15px;
        margin-left: 120px;
        margin-right: 120px;
    }

#youthx-awards #youthxawards-prizes-bg {
    width: 100%;
    height: 632px;
    position: absolute;
    background-color: rgba(49,49,49,0.09);
    left: 0px;
    right: 0px;
    z-index: -1;
    margin-top: 30px;
}

#youthx-awards #youthxawards-prizes {
    margin: 60px 10px 60px;
}

    #youthx-awards #youthxawards-prizes p {
        margin-top: 30px;
    }

        #youthx-awards #youthxawards-prizes p.awards-heading {
            margin-top: 70px;
            font-weight: 700;
        }

        #youthx-awards #youthxawards-prizes p.awards-strapline {
            margin-left: 120px;
            margin-right: 120px;
        }

    #youthx-awards #youthxawards-prizes .grid-container-awards-prizes {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
    }

        #youthx-awards #youthxawards-prizes .grid-container-awards-prizes section {
            position: relative;
            top: 410px;
            left: 10%;
        }

        #youthx-awards #youthxawards-prizes .grid-container-awards-prizes .grid-item-awards-prize {
            padding-left: 30px;
            padding-right: 30px;
        }


            #youthx-awards #youthxawards-prizes .grid-container-awards-prizes .grid-item-awards-prize p.prize-heading {
                font-size: 18px;
                text-align: left;
            }

            #youthx-awards #youthxawards-prizes .grid-container-awards-prizes .grid-item-awards-prize img {
                object-fit: cover;
            }

            #youthx-awards #youthxawards-prizes .grid-container-awards-prizes .grid-item-awards-prize p.prize-desc {
                margin-top: 10px;
                text-align: left;
                font-size: 14px;
            }

    #youthx-awards #youthxawards-prizes .ts-and-cs-url a {
        text-decoration: none;
        color: #940EAF !important;
    }

#youthx-awards .youthxawards-back-to-youthx a {
    color: #940EAF !important;
    padding: 30px 0px !important;
    text-align: left !important;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

#youthx-awards .youthxawards-back-to-youthx button {
    color: #FF3D5D !important;
    padding: 10px 10px 10px 10px;
    text-align: left !important;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 30px;
    margin-bottom: 20px;
}

    #youthx-awards .youthxawards-back-to-youthx button.btn-secondary {
        box-sizing: border-box;
        border-radius: 5px;
        border: 2px solid #940EAF;
        margin-right: 10px;
        color: #940EAF !important;
        background-color: white !important;
    }

#youthx-awards #youthxawards-judges {
    margin: 30px 30px 30px;
    padding-top: 30px;
}


.awards-header-container {
    position: relative;
    text-align: center;
    font-family: 'Libre Franklin';
}

    .awards-header-container img {
        opacity: 0.9;
        width: 100%;
    }

.awards-header-heading {
    font-size: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

.awards-header-txt {
    font-size: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

.awards-submission-container {
    position: relative;
    text-align: center;
    font-family: 'Libre Franklin';
    min-height: 300px;
}

.awards-submission-heading {
    position: relative;
    top: 80px;
    font-size: 30px;
}

.awards-submission-txt {
    position: relative;
    top: 120px;
    font-size: 16px;
}

.youthx-awards-centerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box !important;
    margin-top: 40px;
}

    .youthx-awards-centerbtn button.btn {
        height: 50px;
        max-width: 280px;
        color: #FFFFFF;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        width: 100%;
        border-radius: 5px;
        background-color: #FF3D5D;
        padding: 0px;
        border: 1px solid transparent;
    }

.awards-header-strapline-txt {
    color: white;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
}



input[type=range] {
    height: 35px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #BDBDBD;
        border-radius: 0px;
        border: 0px solid #F7F7F7;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #FFFFFF;
        border: 3px solid #FF3D5D;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #FFFFFF;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -13px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #BDBDBD;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #BDBDBD;
        border-radius: 0px;
        border: 0px solid #F7F7F7;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #FFFFFF;
        border: 3px solid #FF3D5D;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #FFFFFF;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #BDBDBD;
        border: 0px solid #F7F7F7;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-fill-upper {
        background: #BDBDBD;
        border: 0px solid #F7F7F7;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #FFFFFF;
        border: 3px solid #FF3D5D;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #FFFFFF;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #BDBDBD;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #BDBDBD;
    }

img {
    transition: 0.3s;
}

    img:hover {
        opacity: 0.7;
    }

#divHeaderMenu {
    padding-left: 0px !important;
}




li::marker {
    font-size: 0px !important
}
