﻿.logo {
    max-width: 350px;
    width: 330px;
    margin-top: 10px !important;
}

.element_spacing {
    margin-bottom: 25px !important;
}

.nav-link_mega {
    font-size: 20px !important;
    font-weight: 300 !important;
}

a.nav-link_mega:focus {
    /*outline: 2px dashed #f7f7f7;*/
    background-color: #EBF6FE;
    color: #242E5B !important;
}


.mega_padding {
    padding-left: 22.5% !important;
}

.grey_border_thin {
    border: solid 1px #c1c1c1 !important;
}


.nav-link2 {
    font-size: 18px !important;
}

.homepage_links {
    font-size: 18px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}


.search_nav {
    color: #6c757d;
    background-color: #ffffff !Important;
    background-clip: padding-box;
    border-bottom: 6px solid #242e5b !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0 !Important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.dontshow {
    display: none !important;
}

.banner {
    background-image: url('../Images/banner_right.jpg');
    background-repeat: repeat-y;
    padding-left: 40px !important;
    background-color: #00a0df;
}



.bannerbot {
    background-image: url('../Images/banner_right_bot.jpg');
    background-repeat: repeat-y;
    background-color: #242e5b;
    padding-left: 40px !important;
    height: auto;
}


.banner_left {
    background-image: url('../Images/banner_left_30.07.2025.png');
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    background-size: cover;
    background-position: left;
}


.landing {
    max-width: 1490px !important;
}

a.teal {
    color: #48c3b1 !important;
    text-decoration: none;
    background-color: transparent;
}

    a.teal:hover {
        color: #48c3b1 !important;
        text-decoration: underline;
        background-color: transparent;
    }

a.pink {
    color: #b00060 !important;
    text-decoration: none;
    background-color: transparent;
}

    a.pink:hover {
        color: #b00060 !important;
        text-decoration: underline;
        background-color: transparent;
    }

a.orange {
    color: #FF6A00 !important;
    text-decoration: none;
    background-color: transparent;
}

    a.orange:hover {
        color: #FF6A00 !important;
        text-decoration: underline;
        background-color: transparent;
    }

a.green {
    color: #62a60a !important;
    text-decoration: none;
    background-color: transparent;
}

    a.green:hover {
        color: #62a60a !important;
        text-decoration: underline;
        background-color: transparent;
    }

.grey_bot {
    border-bottom: solid 1px #e5e5e5 !important;
    padding-bottom: 20px;
}

.grey_side {
    border-right: solid 1px #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.grey_side_left {
    border-left: solid 1px #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.grey_border {
    border: solid 19px #eaeaea !important;
    border-radius: 0px !important;
}

.card {
    border-radius: 0px !important;
}

.padtop {
    padding-top: 20px;
}


.icon_landing {
    position: absolute;
    top: -62px;
    left: 38%;
    width: 187px;
    height: 160px;
}



.subpage_voter_banner {
    background-color: #00a0df;
}

.subpage_who_banner {
    background-color: #1d3770;
}

.subpage_party_banner {
    background-color: #48c3b1;
}

.subpage_party_funding {
    background-color: #7E7E7E;
}

.subpage_media_banner {
    background-color: #b00060;
}

.subbanner {
    padding-left: 100px;
    padding-top: 50px;
}



.white_text {
    color: white !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.voter_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #00a0df;
}


.party_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #48c3b1;
}

.party_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #48c3b1;
}

.partyfunding_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #7E7E7E;
}

.partyfunding_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #7E7E7E;
}

.who_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #1d3770;
}

.textbox_sub {
    height: 45px !important;
    width: 400px;
    margin-bottom: 15px;
}

.top_margin {
    padding-top: 30px;
}

.accordion {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border: dashed 1px #b5b5b5;
    border-bottom: 0px !important;
    background-image: url('../images/accordion_arrow_down.png');
    background-position: 98%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.accordion_link {
    padding-top: 5px;
    padding-left: 0px !important;
    font-size: 24px;
    font-weight: 300;
}



.active, .accordion:active {
    background-color: #fff;
    color: #00578c !important;
    background-image: url('../images/accordion_arrow_up.png');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 30px;
}

.active, .accordion_heading:hover {
    color: #00578c !important;
    font-weight: 300 !important;
}

.panel_accordion {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border: dashed 1px #b5b5b5;
    border-bottom: 0px !important;
    width: 100% !Important;
}



.text-pink {
    color: #b00060 !important;
    font-weight: 300;
}





.accordion_body {
    width: 55%;
}

.accordion_body_party {
    width: 70%;
}


.last {
    border-bottom: dashed 1px #b5b5b5 !important;
}

.last_top {
    border-top: 0px !important;
}

.accordion_arrow {
    float: right;
    vertical-align: middle;
}


.accordion_heading {
    color: #333;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
}


.blue_background {
    background-color: #00a0df;
}

.who_background {
    background-color: #1d3770;
}


.grey_background {
    background-color: #eaeaea;
}




.border-secondary2 {
    border-color: #bcbdbd !important;
}

.teal_background {
    background-color: #48C3B1;
}

.green_background {
    background-color: #6CB33F;
}

.shadow2 {
    box-shadow: 0 .5rem 1rem .5rem rgba(0,0,0,.15) !important;
    margin-bottom: 60px !important;
}

.btn-outline-success2 {
    color: #ffffff !important;
    background-color: transparent;
    background-image: url('../Images/search_btn_blue.png') !important;
    background-repeat: no-repeat;
    width: 44px;
    height: 45px;
    border: 0px !important;
}

    .btn-outline-success2:hover {
        color: #ffffff !important;
        background-color: #fff !important;
        background-image: url('../Images/search_btn_blue.png') !important;
        background-repeat: no-repeat;
        width: 44px;
        height: 45px;
        border: 0px !important;
    }



.btn-outline-success3 {
    color: #ffffff !important;
    background-color: transparent;
    width: 44px;
    height: 45px;
    border: 0px !important;
}

    .btn-outline-success3:hover {
        color: #ffffff !important;
        background-color: #fff !important;
        width: 44px;
        height: 45px;
        border: 0px !important;
    }


.btn_search {
    height: 48px !important;
}

.border-dash {
    border: dashed 1px #b5b5b5 !important;
    border-radius: 0px !important;
}

.light_background {
    background-color: rgba(0,0,0,0.1) !important;
}


.heading_blue {
    background-color: #242e5b !important;
    color: #fff;
    border-radius: 0px !important;
    height: 62px;
}


.text-primary2 {
    color: #0047ba !important;
}

.text-secondary2 {
    color: #333333 !important;
}

.text-success2 {
    color: #00a0df !important;
}

.pad_30 {
    padding-right: 50px;
}



.graph1 {
    width: 500px !important;
    height: 200px !important;
}
















/* media */
@media only screen and (max-width: 992px) {
    .body_mobile_font {
        font-size: 14px !Important;
    }
}


@media only screen and (max-width: 1600px) {

    .body_mobile_font {
        font-size: 13px !Important;
    }

    .subbanner {
        padding-left: 10px;
        padding-top: 20px;
    }

    .no_right_margin {
        margin-right: 0px !important;
    }

    .accordion_link {
        font-size: 20px !important;
        padding-top: 5px;
        padding-left: 0px !important;
    }

    .accordion_link2 {
        font-size: 20px !important;
        padding-top: 5px;
        padding-left: 0px !important;
    }

    .logo {
        width: 250px;
    }

    .mega_padding {
        padding-left: 2% !important;
    }

    .nav-link_mega {
        font-size: 16px !important;
        font-weight: 300 !important;
    }
}


@media only screen and (max-width: 1024px) {






    .icon_landing {
        position: absolute;
        top: -62px;
        left: 38%;
        width: 80px !important;
        height: 68px !important;
    }
}

@media only screen and (max-width: 992px) {


    .subpage_banner {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}



@media only screen and (max-width: 768px) {



    .accordion_link2 {
        font-size: 16px !important;
        padding-top: 5px;
        padding-left: 15px !important;
    }

    .accordion_sub {
        padding-left: 15px !important;
    }


    .mobile_margin {
        margin: 0px !important;
    }

    .organogram2 {
        width: 85px !important;
        height: 106px !important;
        border-radius: 0px !important;
        margin-left: auto;
        margin-right: auto;
        border: 4px solid #eaeaea;
    }

    .organogram3 {
        width: 85px !important;
        height: 112px !important;
        border-radius: 0px !important;
        margin-left: auto;
        margin-right: auto;
        border: 4px solid #eaeaea;
    }


    .mobile_left {
        margin-left: 20px !important;
    }

    .mobile_left_10 {
        margin-left: 10px !important;
    }



    .mobile_100 {
        width: 100% !important;
    }

    .mobile_view {
        display: none;
    }


    .table_width {
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
    }



    .table_width_dot {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }


    .icon_landing {
        position: absolute;
        top: -62px;
        left: 38%;
        width: 80px !important;
        height: 68px !important;
    }

    .grey_border {
        margin: 0px !important;
    }

    .grey_side {
        border-right: 0px !Important;
    }

    .no_right_margin {
        margin-right: 0px !important;
    }

    .icon_sub {
        width: 80px !important;
    }

    .didyouknow_icon {
        max-width: 150px !important;
    }

    .accordion_body {
        width: 100%;
    }

    .accordion {
        background-size: 15px;
        padding-top: 10px;
    }

        .active, .accordion:active {
            padding-top: 10px;
            background-size: 15px;
        }

    .subpage_banner {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .search_nav {
        color: #6c757d;
        background-color: #ffffff !Important;
        background-clip: padding-box;
        border-bottom: 12px solid #242e5b !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-radius: 0 !Important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .banner {
        /*background-image: url('../Images/banner_right.jpg');*/
        background-repeat: repeat-y;
        background-color: #00a0df;
        padding-left: 20px !Important;
    }

    .banner_card {
        width: 100% !important;
    }

    .bannerbot {
        /*background-image: url('../images/banner_right_bot.gif');
    background-image: url('../images/banner_right_bot.jpg');*/
        background-repeat: repeat-y;
        width: 100%;
        background-color: #242e5b;
        padding-left: 20px !important;
    }

    .body_mobile_font {
        font-size: 14px !Important;
    }

    .grey_border {
        border: solid 19px #eaeaea !important;
        margin-right: 0px !Important;
    }


    a.teal {
        color: #48c3b1 !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.teal:hover {
            color: #48c3b1 !important;
            text-decoration: underline;
            background-color: transparent;
        }

    a.pink {
        color: #b00060 !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.pink:hover {
            color: #b00060 !important;
            text-decoration: underline;
            background-color: transparent;
        }

    a.greylink {
        color: #333 !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.greylink:hover {
            color: #333 !important;
            text-decoration: underline;
            background-color: transparent;
        }

    a.orange {
        color: #FF6A00 !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.orange:hover {
            color: #FF6A00 !important;
            text-decoration: underline;
            background-color: transparent;
        }

    a.green {
        color: #62a60a !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.green:hover {
            color: #62a60a !important;
            text-decoration: underline;
            background-color: transparent;
        }

    .mobile_height {
        height: 0px !important;
    }

    .mobile_height_20 {
        height: 20px !important;
    }

    .mobile_padding_20 {
        padding-top: 20px;
    }

    .shadow2 {
        box-shadow: none !important;
        margin-bottom: 20px !important;
    }

    .shadow3 {
        box-shadow: 0 .5rem 1rem .5rem rgba(0,0,0,.15) !important;
        margin-bottom: 60px !important;
    }

    .blue2 {
        color: #0D5CAB !important;
        border-bottom: #eaeaea solid 1px;
        padding-bottom: 15px;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .card-body {
        padding: 0.2rem;
    }
}

@media (min-width: 992px) {




    .form-control_search

    .pad_30 {
        padding-right: 0px !important;
    }
}

.subpage_newsmedia_banner {
    background-color: #B00060;
}





.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

img {
    display: inline;
    margin: 0 auto;
    width: auto;
}



.organogram2 {
    width: 200px;
    height: 250px;
    border-radius: 0px !important;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #eaeaea;
}

.organogram3 {
    width: 126px;
    height: 166px;
    border-radius: 0px !important;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #eaeaea;
}

/*timeline4*/
.grey_background2 {
    background-color: #f5f2f2;
}


.main-timeline4 {
    overflow: hidden;
    position: relative
}

    .main-timeline4:after,
    .main-timeline4:before {
        content: "";
        display: block;
        width: 100%;
        clear: both
    }

    .main-timeline4:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #d6d5d5;
        position: absolute;
        top: 30px;
        left: 50%
    }

    .main-timeline4 .timeline {
        width: 50%;
        float: left;
        padding-right: 30px;
        position: relative
    }

    .main-timeline4 .timeline-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #999999;
        position: absolute;
        top: 5.5%;
        right: -17.5px
    }

    .main-timeline4 .year {
        display: block;
        padding: 10px;
        margin: 0;
        font-size: 30px;
        color: #fff;
        border-radius: 0 50px 50px 0;
        background: #999999;
        text-align: center;
        position: relative
    }

        .main-timeline4 .year:before {
            content: "";
            border-top: 35px solid #cccccc;
            border-left: 35px solid transparent;
            position: absolute;
            bottom: -35px;
            left: 0
        }

    .main-timeline4 .timeline-content {
        padding: 30px 20px;
        margin: 0 45px 0 35px;
        background: #eaeaea
    }

    .main-timeline4 .title {
        font-size: 19px;
        font-weight: 700;
        color: #504f54;
        margin: 0 0 10px
    }

    .main-timeline4 .description {
        font-size: 18px;
        color: #333333;
        margin: 0
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 0 0 30px
    }

        .main-timeline4 .timeline:nth-child(2n) .timeline-icon {
            right: auto;
            left: -14.5px
        }

        .main-timeline4 .timeline:nth-child(2n) .year {
            border-radius: 50px 0 0 50px;
            background: #00a0df
        }

            .main-timeline4 .timeline:nth-child(2n) .year:before {
                border-left: none;
                border-right: 35px solid transparent;
                left: auto;
                right: 0
            }

        .main-timeline4 .timeline:nth-child(2n) .timeline-content {
            text-align: right;
            margin: 0 35px 0 45px
        }

    .main-timeline4 .timeline:nth-child(2) {
        margin-top: 170px
    }

    .main-timeline4 .timeline:nth-child(odd) {
        margin: -65px 0 0
    }

    .main-timeline4 .timeline:nth-child(even) {
        margin-bottom: 0px;
        margin-top: 70px
    }

    .main-timeline4 .timeline:first-child,
    .main-timeline4 .timeline:last-child:nth-child(even) {
        margin: 0
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-icon {
        border-color: #00a0df
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-top-color: #99d9f2
    }

    .main-timeline4 .timeline:nth-child(3n) .timeline-icon {
        border-color: #242e5b
    }

    .main-timeline4 .timeline:nth-child(3n) .year {
        background: #242e5b
    }

        .main-timeline4 .timeline:nth-child(3n) .year:before {
            border-top-color: #a7abbd
        }

    .main-timeline4 .timeline:nth-child(4n) .timeline-icon {
        border-color: #d03238
    }

    .main-timeline4 .timeline:nth-child(4n) .year {
        background: #d03238
    }

        .main-timeline4 .timeline:nth-child(4n) .year:before {
            border-top-color: #ecadaf
        }

    .main-timeline4 .timeline:nth-child(5n) .timeline-icon {
        border-color: #62A60A
    }

    .main-timeline4 .timeline:nth-child(5n) .year {
        background: #62A60A
    }

        .main-timeline4 .timeline:nth-child(5n) .year:before {
            border-top-color: #c0db9d
        }

    .main-timeline4 .timeline:nth-child(6n) .timeline-icon {
        border-color: #00a0df
    }

    .main-timeline4 .timeline:nth-child(6n) .year {
        background: #00a0df
    }

        .main-timeline4 .timeline:nth-child(6n) .year:before {
            border-top-color: #99d9f2
        }




@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

        .main-timeline4:before {
            top: 0;
            left: 0
        }

        .main-timeline4 .timeline:nth-child(2),
        .main-timeline4 .timeline:nth-child(even),
        .main-timeline4 .timeline:nth-child(odd) {
            margin: 0
        }

        .main-timeline4 .timeline {
            width: 100%;
            float: none;
            padding: 0 0 0 30px;
            margin-bottom: 20px !important
        }

            .main-timeline4 .timeline:last-child {
                margin: 0 !important
            }

        .main-timeline4 .timeline-icon {
            right: auto;
            left: -14.5px
        }

        .main-timeline4 .year {
            border-radius: 50px 0 0 50px;
            font-size: 20px;
        }

        .main-timeline4 .description {
            font-size: 16px;
        }

        .main-timeline4 .year:before {
            border-left: none;
            border-right: 35px solid transparent;
            left: auto;
            right: 0
        }

        .main-timeline4 .timeline-content {
            margin: 0 35px 0 45px
        }

        .col-8 {
            width: 100% !Important;
            max-width: 100% !important;
        }

}



/*end timeline*/






@media (min-width: 1200px) {

    .desktop_view {
        display: none;
    }
}

@media (max-width: 1200px) {

    .mobile_view2 {
        display: none;
    }
}

.blue {
    color: #0D5CAB !important;
}

.blue2 {
    color: #0D5CAB !important;
    border-bottom: #eaeaea solid 1px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-primary2 {
    color: #fff !important;
    background-color: #032645 !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
    border-radius: 0px !important;
    width: auto !important;
    height: auto !important;
    padding: 15px;
}

.btn-primary3 {
    color: #fff !important;
    background-color: #032645 !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px;
}

.btn-primary4 {
    color: #fff !important;
    background-color: #032645 !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
    border-radius: 0px !important;
    width: 200px !important;
    height: auto !important;
    padding: 15px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
    border-radius: 0px !important;
    width: 50% !important;
    height: auto !important;
    padding: 15px;
}

.btn-secondary2 {
    color: #fff !important;
    background-color: #6c757d !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
    border-radius: 0px !important;
    width: auto !important;
    height: auto !important;
    padding: 15px;
}

.btn-secondary3 {
    color: #fff !important;
    background-color: #6c757d !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
    border-radius: 0px !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px;
}

.btn-secondary4 {
    color: #fff !important;
    background-color: #6c757d !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
    border-radius: 0px !important;
    width: 200px !important;
    height: auto !important;
    padding: 15px;
}

/*****MOBILE*****/
.forms_mobile {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}


.margin_left {
    margin-left: 10px !important;
}

.margin_top {
    margin-top: 10px !important;
}

.margin_top_mobile {
    margin-top: 10px !important;
}

.margin_bottom {
    margin-bottom: 10px !important;
}

.invalid-feedback {
    font-size: 16px !important;
    font-family: inherit;
}
/***END MOBILE***/

.btn-primary5 {
    color: #fff !important;
    background-color: #032645 !important;
    border: none !important;
    box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
    border-radius: 0px !important;
    width: 150px;
    height: 45px !important;
}

@media (max-width: 450px) {

    .tab_large_disabled {
        padding: 12px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 15% !important;
    }

    .tab_large_active {
        width: 36% !important;
    }

    .tab_large_active_tick {
        width: 15% !important;
    }

    .btn-primary5 {
        color: #fff !important;
        background-color: #032645 !important;
        border: none !important;
        box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%) !important;
        border-radius: 0px !important;
        width: auto !important;
        height: 45px !important;
        padding: 10px 15px !important;
    }
}