﻿#countdown_panel {
    height: 46px;
    width: 100%;
    font-size: 15px;
    background-color: #cedc00;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*column-gap: 14px;*/
    padding: 0 15px;
}
#countdown_panel > * {
    margin-left: 7px;
    margin-right: 7px;
}

#countdown_panel > .h3 {
    display: inline-block;
    width: 48px;
    color: #253763;
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 768px) {
    #countdown_panel {
        display: inline-flex;
        width: 227px;
        height: 46px;
        margin-right: 3px;
        text-align: left;
        padding: 0 15px;
        justify-content: center;
        /*gap: 12px;*/
        align-items: center;
    }
    #countdown_panel > * {
        margin-left: 6px;
        margin-right: 6px;
    }

    #countdown_panel:before {
        content: "";
        width: 0;
        right: -20px;
        content: " ";
        position: absolute;
        top: 0px;
        border-width: 23px 15px;
        border-style: solid;
        border-color: #cedc00 transparent #cedc00 #cedc00 ;
    }

    #countdown_panel > .h3 {
        display: block;
        width: auto;
        font-size: 14px;
        width: 48px;
        margin-right: 20px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    #countdown_panel {
        display: inline-flex;
        width: 230px;
        height: 50px;
        margin-right: 3px;
        text-align: left;
        padding: 0 15px;
        justify-content: center;
        /*gap: 12px;*/
        align-items: center;
    }
    #countdown_panel > * {
        margin-left: 6px;
        margin-right: 6px;
    }

    #countdown_panel:before {
        content: "";
        width: 0;
        right: -20px;
        content: " ";
        position: absolute;
        top: 0px;
        border-width: 25px 10px;
        border-style: solid;
        border-color: #cedc00 transparent #cedc00 #cedc00 ;
    }

    #countdown_panel > .h3 {
        display: block;
        width: 63px;
        margin-top: 0;
        font-size: 14px;
    }
}

#countdown_mins > .wrapper,
#countdown_hours > .wrapper,
#countdown_days > .wrapper,
#countdown_secs > .wrapper {
    overflow: visible;
    position: relative;
}

#countdown_days,
#countdown_hours,
#countdown_mins,
#countdown_secs {
    display: inline-block;
    font-size: 8px;
    font-weight: 500;
}

@media (min-width: 992px) {
    #countdown_days,
    #countdown_hours,
    #countdown_mins,
    #countdown_secs {
        font-size: unset;
    }
}

#countdown_hours:after,
#countdown_mins:after {
    /*content: ":"; */
    color: #253763;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: -6px;
    bottom: 1px;
}

.countdownbackground {
    font-size: 16px;
    font-weight: 500;
}

.countdownbackground::after {
    content: ":";
    position: absolute;
    right: -8px;
}

.countdownbackground::after {
    content: ":";
    position: absolute;
    right: -8px;
    top: 0;
}

.countdown-secs .countdownbackground::after {
    content: none;
}

@media (min-width: 992px) {
    .countdownbackground {
        border-radius: 0;
        font-size: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        /*gap: 1px;*/
    }

    .countdownbackground .num-col {
        display: inline-block;
        /*background-color: #F5F8CC;*/
        padding: 0;
        height: 25px;
        width: 10px;
        text-align: center;
        margin-left: 1px;
        font-family: 'DM Sans', Verdana, Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
    }
    
    .countdownbackground .num-col:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    
    .countdownbackground .num-col:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .counterHead {
        font-size: 8px;
        font-family: 'DM Sans', Verdana, Arial, sans-serif;
        margin-top: -3px;
        margin-left: 2px;
    }
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav > li > a {
    color: white;
}

.nav-tabs.nav-justified > li {
    padding-left: 20px;
}

.nav-tabs.nav-justified > li img {
    display: none;
}

@media (min-width: 992px) {
    .nav-tabs.nav-justified > li {
        padding-left: 0;
    }
}

.nav-tabs.nav-justified > li.active {
    padding-left: 0;
}

.nav-tabs.nav-justified > li.active img {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: -8px;
    margin-right: 14px;
}

@media (min-width: 992px) {
    .nav-tabs.nav-justified > li.active img {
        display: none;
    }
}

.nav-tabs.nav-justified > li > a {
    height: 64px;
    width: 100%;
    background-color: #001e62;
    color: white;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.54px;
    display: flex;
    align-items: center;
    padding-left: 29px;
}

ul.nav.nav-tabs.nav-justified > li.active > a {
    color: #001e62;
    background-color: #fff;
    border-top: 1px solid #001e62;
    border-bottom: 1px solid #001e62;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a {
    background-color: #fff;
    color: #001e62;
    margin-left: 0;
    border: 1px solid #001e62;
}

.gemenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gemenu > .row {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 30, 98, 0.5));
}

@media (min-width: 992px) {
    .gemenu {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .gemenu > .row {
        background-image: none;
        margin-bottom: 50px;
    }
}

#GE2020-Home-Menu-Navigation {
    list-style: none;
}

#GE2020-Home-Menu-Navigation > div {
}

#GE2020-Home-Menu-Navigation > div > a {
    cursor: pointer;
    display: block;
    position: relative;
}

#GE2020-Home-Menu-Navigation > div > a:hover {
    text-decoration: none;
}

#GE2020-Home-Menu-Navigation > div > a > div {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 992px) {
    #GE2020-Home-Menu-Navigation > div > a > div {
        height: 57px;
    }
}

#GE2020-Home-Menu-Navigation > div > a > i {
    height: 45px;
    width: 45px;
    position: absolute;
    padding-left: 5px;
    margin-right: -5px;
    text-align: center;
    right: 10px;
    top: 10px;
    font-size: 30px;
    line-height: 45px;
    border-left: 1px solid #c2c5dc;
}

.ge-nav-text {
    text-align: left;
    border-radius: 3px;
    background-color: #1486cc;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.36px;
    padding: 14px 55px 14px 20px;
    min-height: 50px;
    position: relative;
}

@media (min-width: 992px) {
    .ge-nav-text {
        font-size: 18px;
        padding: 26px 79px 27px 29px;
        min-height: 77px;
    }
}

.ge-nav-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/electionssk/images/arrow-circle-right-light.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .ge-nav-icon {
        right: 21px;
        width: 29px;
        height: 29px;
    }
}

#ElectionsSKHeadlineNotificationArea {
    /*font-size: 24px;*/
    margin-top: 20px;
    color: #001e62;
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*width: 192px;*/
    /*float: right;*/
    text-align: left;
}

@media (min-width: 768px) {
    #ElectionsSKHeadlineNotificationArea {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    #ElectionsSKHeadlineNotificationArea {
        margin-top: 40px;
    }
}

@media (min-width: 1400px) {
    #ElectionsSKHeadlineNotificationArea {
        /*font-size: 60px;*/
        margin-top: 24px;
        width: auto;
        float: none;
    }
}

#gemasthead {
    position: relative;
    background: rgb(247, 247, 244);
    background: linear-gradient(
        205deg,
        rgba(247, 247, 244, 1) 15%,
        rgba(220, 237, 248, 1) 33%,
        rgba(233, 234, 224, 1) 69%,
        rgba(193, 218, 234, 1) 88%
    );
    /*background-image: linear-gradient(205deg, #f7f7f4 88%, #dcedf8 69%, #e9eae0 33%, #c1daea 15%); */
    margin-top: -72px;
    height: 370px;
}

@media (min-width: 992px) {
    #gemasthead {
        height: auto;
    }
}

a.ge-nav:hover {
    text-decoration: none;
}

a.ge-nav > .ge-nav-text:hover {
    background-color: #fff;
    color: #1486cc;
}

a.ge-nav > .ge-nav-text:hover .ge-nav-icon {
    background-image: url(/wp-content/themes/electionssk/images/arrow-circle-right-light-hover.png);
}

.fade.in {
    display: block;
}

.fade {
    display: none;
}

.tab-content.ge-tab-content {
    border-top: none;
}

@media (min-width: 992px) {
    .tab-content.ge-tab-content {
        margin-top: 40px;
    }
}

ul.nav.nav-tabs.nav-justified > li.active > a:before {
    border-left: 5px solid #cedc00;
    border-top: none;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

ul.nav.nav-tabs.nav-justified > li > a > i {
    display: none;
}

ul.nav.nav-tabs.nav-justified > li.active > a > i {
    color: #001e62;
    display: inline-block;
    font-size: 20px;
}

@media (min-width: 768px) {
    ul.nav.nav-tabs.nav-justified > li {
        display: block;
        width: 100%;
    }
}
@media (min-width: 992px) {
    ul.nav.nav-tabs.nav-justified > li.active > a:before {
        border-top: 5px solid #cedc00;
        border-left: none;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .nav-tabs.nav-justified > li > a {
        height: 100px;
        margin-right: 5px;
        margin-bottom: 2px;
        margin-left: 30px;
        font-size: initial;
        width: 90%;
        padding: 15px 20px 0;
        font-size: 1.5em;
        padding: 35px 20px 0;
    }

    ul.nav.nav-tabs.nav-justified > li.active > a {
        border-bottom: none;
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
        height: 115px;
        width: initial;
    }

    ul.nav.nav-tabs.nav-justified > li.active > a > i {
        display: none;
    }

    .nav-tabs.nav-justified {
    }

    .tab-content.ge-tab-content {
        border-top: 1px solid #001e62;
        margin-top: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav-tabs.nav-justified > li > a {
        margin-left: 15px;
        height: 100px;
        background-color: #001e62;
        color: white;
        margin-bottom: 2px;
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.36px;
        padding: 15px 20px 0;
    }

    ul.nav.nav-tabs.nav-justified > li.active > a {
        border-bottom: none;
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
        height: 115px;
        width: initial;
    }
}

.home-hero {    
    background-repeat: no-repeat;
    background-position: -20px 125px;
    background-size: 40%;
    position: relative;
    height: 100%;
}

@media (min-width: 768px) {
    .home-hero {
        background-position: 0px 20px;
        background-size: 30%;
        height: 370px;
        /*text-align: right;*/
        padding-top: 58px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .home-hero {
        background-position: 0 22px;
        background-size: 35%;
        height: 543px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1394px) {
    .home-hero {
        background-size: 35%;
        padding-top: 132px;
    }
}

.home-hero-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#ElectionsSKCountdownTimer {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    #ElectionsSKCountdownTimer {
        margin: 0;
    }
}
.gemenutab {
    margin-top: 31px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .home-hero-wrapper {
        margin: 0;
        position: static;
    }
}

@media (min-width: 992px) {
    .gemenutab {
        margin-top: 40px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .gemenutab .electionsgetabLinks {
        margin-left: -10px;
        margin-right: -10px;
    }

    .gemenutab .electionsgetabLinks ul.nav.nav-tabs.nav-justified {
        display: flex;
        align-items: stretch;
        /*column-gap: 20px;*/
    }

    .gemenutab .electionsgetabLinks ul.nav.nav-tabs.nav-justified > li {
        display: flex;
        flex-grow: 1;
        padding-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .gemenutab .electionsgetabLinks ul.nav.nav-tabs.nav-justified > li.active {
        align-self: stretch;
        padding: 0;
    }

    .gemenutab .electionsgetabLinks ul.nav.nav-tabs.nav-justified > li > a {
        margin: 0;
        padding: 25px;
        height: auto;
        width: 100%;
    }

    .gemenutab .electionsgetabLinks ul.nav.nav-tabs.nav-justified > li.active > a {
        height: auto;
    }
}

#Ge2020Menu {
    margin-bottom: 45px;
}



/*.gebanner {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #e6f6ff;
    padding: 20px 0;
    text-align: center;
}

.gebanner img {
    max-width: 60%;
    width: 510px;
}*/

.geBanner {
    margin-top: 30px;
    text-align: center;
}

.geBanner img {
    max-width: 80%;    
}

@media (min-width: 768px) {
    .geBanner {
        text-align: left;
    }
}

.geWhatsNewMenuItem a {
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #0978bd;
    margin-top: 30px;
    display: inline-block;
}

.geWhatsNewMenuDate {
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    color: #707070;
    font-size: 14px;
}

.geWhatsNewMenuDate:before {
    content: '';
    display: block;
    width: 51px;
    height: 1px;
    background-image: linear-gradient(91deg, #001e62, #4698cb 62%, #b5c200 100%);
    margin-bottom: 12px;
    margin-top: 12px;
}

h3.geWhatsNewMenuHeader {
    background-color: #e3e3e3;
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    color: #001e62;
    font-size: 17px;
    padding: 5px 14px 5px 19px;
    position: relative;
    display: inline-block;
}

.geWhatsNewMenuHeader:before {
    content: "";
    width: 0px;
    right: -6px;
    position: absolute;
    top: 0px;
    border-width: 15px 5px;
    border-style: solid;
    border-color: #e3e3e3 transparent #e3e3e3 #e3e3e3;
}

.geWhatsNewWrapper {
    background-color: white;
}

#geWhatsNewViewMore {
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}

@media (min-width: 768px) {
    #Ge2020Menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .geWhatsNewMenuDate:before {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #Ge2020Menu {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.arrow-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 12px 0 13px 0;
    color: #fff;
    /*gap: 14px;*/
}

.arrow-dots > * {
    margin-left: 7px;
    margin-right: 7px;
}

.gemenu-dots {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.gemenu-dots > li {
    padding: 0;
    margin: 0;
    position: relative;
}

.gemenu-dots > li > button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.gemenu-dots > li > button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.gemenu-dots > li.slick-active > button::before {
    opacity: 1;
}

.slick-track {
    display: flex;
    align-items: flex-end;
}

.geMain {
    font-family: 'DM Sans', Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #001e62;
    margin-top: 25px;
}

.geMainLeftLine1, .geMainLeftLine2 {
    font-size: 18px;
    line-height: 22px;
}

.geMainMiddleLine1, .geMainRightLine1 {
    
}

.geMainLeftLine2, .geMainMiddleLine2, .geMainRightLine2 {
    font-weight: 600;
}

.geMainMiddleLine1, .geMainRightLine1 {
}

.geMainBorder {
    margin-top: 15px;
}


@media (min-width: 768px) {
    .geMainLeftLine1, .geMainLeftLine2 {
        font-size: 15px;
        line-height: 20px;
    }
    
    .geMain {     
        font-size: 10px;
    }
    
    .geMainBorder {
        margin-top: 10px;
    }

    .geMainBorder {
        margin-top: 10px;
        border-left: solid 1px #D0D0D0;
        padding-left: 20px;
    }
    .geMainBorderPullRight {
        float: right;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1394px) {
    .geMainLeftLine1, .geMainLeftLine2 {
        font-size: 28px;
        line-height: 34px;
    }
    
    .geMain {     
        font-size: 15px;
    }
    
    .geMainBorder {
        margin-top: 20px;
    }
}