﻿html, body {
    height: 100%;
}

form {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.outer-container {
    background-color: #052b46;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.outer-menu {
    background-color: #ffc800;
    overflow: hidden;
    font-size: 10px;
    padding: 10px 0px;
}

.outer-body {
    background-color: #eaeaea;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 20px;
}

.row-clerk{
    margin-bottom: 3%;
}

.row-bkg {
    width: 100%;
    min-height: 300px;
    background-image: url(../Resources/us-flag2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    -moz-box-shadow: inset 0px 2px 25px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0px 2px 25px rgba(0,0,0,0.35);
    box-shadow: inset 0px 2px 25px rgba(0,0,0,0.35),
}

.row-white {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5%;
}

.row-blue {
    background-color: #B3CDE0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 35px;

}

hr.spacer-10 {
    border: 0;
    clear: both;
    margin: 0 0 10px;
}

hr.spacer-30 {
    border: 0;
    clear: both;
    margin: 0 0 30px;
}

Google Search Box .cse input.gsc-input, input.gsc-input {
    background-image: none !important;
    color: #000;
}

.news-home {
    line-height: 15px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: none;
}

/* Holiday Listing ================================================== */

ul.holiday-list {
    margin-left: 15px;
    padding-left: 0px;
    margin-bottom: 2px;
}

/* #Freeholders Panel ================================================== */

.freeholders {
    margin-bottom: 15px;
}

.freeholderHeader { /*changed it from newsHeader to freeholderheader since it's already being used... must fix pages******************************************************** */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 10px;
    text-transform: uppercase;
}

.darklink {
    color: #052b46;
    font-weight: bold;
}



/* #Accordion Panels ================================================== */
.collapsePanelHeader {
    background-color: #052B46;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.collapsePanel {
    height: 0px;
    background-color: white;
    padding: 10px;
    overflow: hidden;
}

.freeholderpanel {
    margin-top: 2%;
}

.collapseOPRAHeader {
    border-bottom: solid 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
}

.ACheader {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.ACheaderBig {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 20px;
    text-transform: uppercase;
}

.ACcontent {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

/* #Images ================================================== */

.img-thumbnail {
    margin-left: 15px;
    text-align: right;
    width: 200px;
    float: right;
}

.img-freeholders {
    margin-left: 0 !important;
    margin-right: 15px;
    align-content: center;
}

.pageBanner {
    display: block;
    margin: auto;
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* #Slider ================================================== */
.carousel {
    margin: 0 auto;
}

    .carousel .item {
        width: 100%;
        height: auto;
    }

.carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}

/* #Highlight Buttons ================================================== */
.btn-dark {
    background-color: #052b46;
    color: #fff;
}

    .btn-dark:hover {
        background-color: #337AB7;
        color: #fff;
    }

    .btn-dark:visited{
        color: #fff;
    }

.highlights {
    margin-bottom: 10px;
}

.highlights-top {
    margin-top: 25px;
}



    /* #Navigation ================================================== */
    .navbar-default {
        margin-bottom: 0px;
        border: none;
        background-color: #b3cde0;
    }

        .navbar-default .navbar-toggle, icon-bar {
            font-size: 50px;
            border: none;
        }

        /*Change main nav text color here*/
        .navbar-default .navbar-nav > li > a {
            color: #002F4B;
        }

        /*Sets color on toggle bar background hover*/
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }

        /*Sets color on toggle sandwich bars*/
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #002F4B;
        }

    /*Sets alphabetical letter color on navbar*/
    .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

    .dropdown-menu .dropdown-menu > li > a {
        background-color: #ff0000;
        color: #ff0000;
    }


    .dropdown-menu > li ul > li > a:hover,
    .dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }


    /*Sets the text hover color on navbar*/
    .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #FFC800;
    }

    /*Change main nav text color here*/
    .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }

    /*Sets the text hover color on navbar*/
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #002F4B;
    }

    /*BACKGROUND color for active navbar*/
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: white;
        background-color: #002F4B;
    }

    /*change color of links in drop down */
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #333333;
        text-decoration: none;
        background-color: #ccd5db;
    }

    /*Change rollover cell color*/
    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: silver;
    }

    /*Large Navigation Settings - Municipalities*/
    .dropdown-large {
        position: static !important;
    }

    .dropdown-menu-large {
        left: 20%;
        padding: 20px 0px;
    }

        .dropdown-menu-large > li > ul {
            padding: 0;
            margin: 0;
        }

            .dropdown-menu-large > li > ul > li {
                list-style: none;
            }

                .dropdown-menu-large > li > ul > li > a {
                    display: block;
                    padding: 3px 20px;
                    clear: both;
                    font-weight: normal;
                    line-height: 1.428571429;
                    color: #333333;
                    white-space: normal;
                }

        .dropdown-menu-large > li ul > li > a:hover,
        .dropdown-menu-large > li ul > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

        .dropdown-menu-large .disabled > a,
        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            color: #999999;
        }

            .dropdown-menu-large .disabled > a:hover,
            .dropdown-menu-large .disabled > a:focus {
                text-decoration: none;
                background-color: transparent;
                background-image: none;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                cursor: not-allowed;
            }

        .dropdown-menu-large .dropdown-header {
            color: #428bca;
            font-size: 18px;
        }

    @media (max-width: 768px) {
        .dropdown-menu-large {
            margin-left: 0;
            margin-right: 0;
        }

            .dropdown-menu-large > li {
                margin-bottom: 30px;
            }

                .dropdown-menu-large > li:last-child {
                    margin-bottom: 0;
                }

            .dropdown-menu-large .dropdown-header {
                padding: 3px 15px !important;
            }

        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }
    }

    /*Toggle align to left*/
    .navbar-toggle.navbar-left {
        float: left;
        margin-left: 10px;
    }

    /*Collapse mobile*/
    @media (max-width: 1199px) {
        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in {
            display: block !important;
        }

        .collapsing {
            overflow: hidden !important;
        }
    }




/* Service Icons ================================================== */

.pages-service-icon {
    margin: 10px 5px;
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    height: 160px;
    text-align: center;
    color: #fff;
    width: 120px;
    display: inline-block;
}

.pages-service-icon img {
    width: 65%;
    margin: 0 auto;
    padding-top: 15px;
}

.pages-service-icon h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.passport {
    background-color: #262841;
}

.vote {
    background-color: #585453;
}

.elect {
    background-color: #7f0000;
}

.trade {
    background-color: #664962;
}

.veteran {
    background-color: #005569;
}

.property {
    background-color: #00584c;
}




    /* POSTS ================================================== */
    .DirHeading {
        font-size: 30px;
        font-family: inherit;
        font-weight: 500;
        padding-top: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* CHECKLIST- SUBSCRIBER ================================================== */
    .SubscriberCHK {
        border: 2px solid #ff0000;
        word-spacing: 15px;
        margin-left: 15px;
    }

    /* NEWS ------------------------------------------------------------*/
    .itemHeader {
        border-bottom: 1px dashed #002F4B;
        border-bottom-width: thin;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    .newsHeader {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 21px;
        font-weight: 700;
        padding-top: 5px;
        text-transform: uppercase;
    }

        .newsHeader a {
            color: #052B46;
        }

    .newsContent {
        padding: 2px;
        text-align: left;
    }

        .newsContent img {
            padding-right: 20px;
            padding-bottom: 20px;
        }

    .newsLink {
        font-size: 12px;
        text-align: right;
    }

    .newsletter {
        font-size: 12px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 175px;
        overflow: hidden;
    }

    .contentHead {
        font-size: 26px;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        text-transform: uppercase;
    }


    /* #Footer ================================================== */

    .site-footer {
        background-color: #052b46;
        color: #fff;
        font-size: 14px;
        padding-top: 30px;
    }

    .container {
        min-height: 70%;
        height: auto !important;
        height: 100%;
    }

    .footer {
        height: 100%;
    }

        .footer,
        .footer a,
        .footer a:visited {
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            outline: 0;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            .footer a, .footer a:visited {
                text-decoration: none;
            }

                .footer a:hover,
                .footer a:focus {
                    color: #c1e0ef;
                }

            .footer p {
                color: #fff;
            }

    /*  Sticky footer styles      -------------------------------------------------- */


    .nav-text {
        font-size: 16px;
        float: right;
        padding-left: 30px;
        margin-top: -3px;
    }



    /*  Custom Google Translate CSS  -------------------------------------------------- */
    .translate {
        margin-top: 12px;
        float: right;
    }


#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
    display: none;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value:before {
    content: 'Select Language'
}

    .goog-te-gadget-icon {
        display: none;
    }

    .goog-te-menu-frame {
        border: 1px solid #ccc !important;
        border: 1px solid rgba(0,0,0,0.15) !important;
        border-radius: 4px !important;
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    }

    .goog-te-gadget-simple {
        background-color: transparent !important;
        border-left: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
        display: inline-block !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        cursor: pointer !important;
        zoom: 1 !important;
        font-size: 18px !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

        .goog-te-gadget-simple span {
            border: 0 !important;
            color: #002F4B !important;
            margin-left: -3px;
        }

        .goog-te-gadget-simple .caret {
            border-top: 4px solid #000 !important;
            border-right: 4px solid transparent !important;
            border-bottom: 0 dotted !important;
            border-left: 4px solid transparent !important;
            border-top-color: #777 !important;
            border-bottom-color: #777 !important;
        }

    .translate-pop {
        background-color: #cdcdcd !important;
    }


    @media (max-width: 1200px) {
        .translate {
            margin-top: 8px;
            margin-bottom: 25px;
            float: none;
        }
    }


/*  Peek Sliders  -------------------------------------------------- */

.peekslide {
    padding:15px;
}

.slide-flag {
    float:right;
    height:200px;
}
    
.rtlistScrollWrapper {
    width:100% !important; 
    height:auto !important;
}

.rtlistGroup {
    width: 100%;
}

.rtileContentImage {width: 100%;}

.rtilePeekContent, .RadTile {
    background-color: #b3cde0 !important;
}

.ElectionTiles .RadTile.rtileWide {
    width: 100%;
    border: 0 !important;
}

.ElectionTiles .RadTile.rtileWide {
    height: 200px;
}

.ElectionTiles.RadTileList .rtlistWrapper {
    width: 100%;
}


