﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.darkHeader {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.index_static {
    height: 95vh;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.ideavoteform {
    padding: 10px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #175497
}

    .ideavoteform:hover {
        background-color: lightgray;
        color: #175497
    }

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    padding: 0px;
}

footer {
    background-color: #333;
    width: 100%;
    bottom: 0;
    position: fixed;
    padding: 2px;
    text-align: center;
}

    footer > div > p {
        margin-bottom: 0;
    }

.content ul.nav {
    padding-top: 2px;
}

    .content ul.nav li.nav-item:last-child {
        right: 0;
    }

@media (max-width:991px) {
    .content ul.nav li.nav-item {
        position: static;
    }
}

@media (max-width:767px) {
    .content ul.nav {
        padding: 0;
    }

        .content ul.nav li a {
            padding: 10px 12px;
        }

        .content ul.nav li:first-child {
            width: 100%;
            padding-top: 20px;
        }

            .content ul.nav li:first-child a {
                background: none !important;
                padding: 0
            }

    .gt_index3_banner > h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
    }

        .gt_index3_banner > h1:nth-child(2) {
            margin-bottom: 25px;
        }

    .gt_index3_banner > h3 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
    }

        .gt_index3_banner > h3:nth-child(2) {
            margin-bottom: 25px;
        }

    .index_static {
        height: 75vh;
    }

    footer > div > p {
        width: 250px;
        margin: 0 auto;
        padding: 5px 0;
    }

        footer > div > p a {
            display: inline-block;
            margin: 4px 10px 0 !important;
        }
}

.default_width ul.swiper-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: fixed;
    padding-bottom: 20px;
}

.index_static {
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width:767px) {
    .index_static {
        height: auto;
    }

    .default_width ul.swiper-wrapper {
        padding-bottom: 166px;
    }
}

.container-twittertimeline {
    position: fixed;
    z-index: 999;
    top: 90px;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    width: 300px;
    padding-bottom: 90px;
}

.gt_wrapper .gt_index3_banner {
    text-align: left;
    padding-left: 250px;
}

footer {
    z-index: 9999;
}

.container-twittertimeline::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.container-twittertimeline::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gainsboro;
    border-radius: 10px;
}

/* Handle */
.container-twittertimeline::-webkit-scrollbar-thumb {
    background: #2984e8;
    border-radius: 10px;
}

    /* Handle on hover */
    .container-twittertimeline::-webkit-scrollbar-thumb:hover {
        background: #175497;
    }
@media (max-width:1800px) {
    .container-twittertimeline {
        display: none;
    }
}

    @media (max-width:767px) {
        

        .gt_wrapper .gt_index3_banner {
            text-align: center;
            padding-left: 0;
            padding-top: 20px;
        }

        div#mc_embed_signup {
            margin: 0 auto;
        }

        #mc_embed_signup form {
            padding: 0;
        }

        .index_static {
            position: relative;
        }

        .default_width ul.swiper-wrapper {
            padding-top: 120px;
        }

        #mc_embed_signup form div#mc_embed_signup_scroll {
            padding: 5px 15px 80px !important;
        }

        .navbar-default ul.nav li:not(:first-child) {
            display: inline-block;
            float: left;
        }

        .navbar-default ul.nav li a {
            padding: 5px 5px 10px 10px;
            margin: 0 !important;
        }

        .navbar-default ul.nav li:first-child a {
            padding: 5px 0 2px;
        }

        #mc_embed_signup form .mc-field-group {
            width: 100%;
        }

            #mc_embed_signup form .mc-field-group input {
                max-width: 100%;
            }
    }

    .default_button {
        width: auto;
        background-color: #175497
    }

        .default_button:hover {
            background-color: lightgray;
            color: #175497
        }
