﻿body {}

p {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

h1 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

h3 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#wrapall {
    background: url(//vrcdn.electionsfl.org/portals/hardee/images/background.jpg) no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

#header {
}

#bannertop img {
    margin: 0 auto;
}

#dianepic {
    margin-top: -112px;
}

#middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container {
    margin-left: 0px !important;
}

.center {
    margin: auto;
    text-align: center;
}

.right {
    text-align: right;
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#instagram {
    margin-top: 20px;
}

#header, #wrapall>div:nth-child(1), #instagram {
    padding: 0px;
}

#quicklinks {
    background: #103083;
    padding: 34px 20px;
}

.ql {
    height: 35px;
}

#quicklinks img {
    display: inline-block;
}

#quicklinksphone {
    margin-bottom: 10px;
}

#quicklinks .col-md-2 {
    padding: 0;
}

#quicklinks a {
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
}

#quicklinks a:hover {
    color: #6f92ec;
    text-decoration: none;
}

#rotatordiv {
    position: absolute;
    top: 130px;
    left: 120px;
    z-index: 0;
}

.carousel .item>img {
    height: 335px !important;
}

.bcs-host-div {
    background: white;
}

.bsc-searchbox {
    width: calc(100% - 41px);
    height: 42px;
    vertical-align: bottom;
    background-color:white;
}



#tagline p {
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    color: white;
}

.goog-te-combo {
    width: 100%;
}

#contactus {
    background: #a5071b;
    text-align: center;
    color: white;
}

#contactus p {
    color: white;
    padding: 0 35px;
}

#contactus a {
    color: white;
    text-decoration: underline;
}

#leftsidebar {
    background: #031952;
    padding: 0px;
}

#menubackspan {
    padding: 0px;
}

#maincontent {
    background: white;
}

#voters {
    margin-top: 20px;
    background: #0E2460;
}

#voterregheader {
    color: white;
    font-family: arial;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

#registrationTotals {
    color: white;
}

#registrationTotals li {
    list-style: none;
    margin-bottom: 4px;
}

#registrationTotals li:first-child {
    text-align: center;
}

.totalsValue {
    float: right;
    padding-right: 20px;
}

.dateValue {
    float: none;
}

#rightsidebar {
    background: white;
}

#backpagetranstab {
    float: right;
}

#datestop {
    background: #A5071B;
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    padding: 5px 0;
}

.backpagecontentpane{
    padding: 0 15px;
}

#footer {
    margin-top: 15px;
}

#footer p {
    color: white;
}

#footerpics>img.col-md-6.col-md-offset-0.col-xs-2.col-xs-offset-5.img-responsive {
    width: 30%;
}

@media (max-width:1320px) {
    #quicklinks a {
        font-size: 1.1em;
    }

    #dianepic{
        margin-top: -30px;
    }

    #rotatordiv{
        top: 211px;
    }
    #quicklinks{
        margin-top: 82px;
    }
}

@media (max-width: 1160px) {
    #quicklinks a {
        font-size: 1em;
    }
}

@media (max-width: 1080px){
   
    .ql img{
        display: none !important;
    }

    .ql{
        margin-left: -25px;
    }
}

@media (max-width:991px) {
    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 64px;
        height: 51px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        left: 85%;
        z-index: 999;
        bottom: 71px;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 26px;
        left: 18px;
        right: 18px;
        height: 4px;
        background: white;
    }
    .c-hamburger span::after, .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        content: "";
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger--htx {
        background-color: #474747;
    }
    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }
    .c-hamburger--htx span::before, .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }
    .c-hamburger--htx.is-active {
        background-color: #cb0032;
    }
    .c-hamburger--htx.is-active span {
        background: none;
    }
    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }
    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
    #dnn_mobilemenu {
        position: absolute;
        right: -110%;
        z-index: 11;
        top: 0px;
    }
    #quicklinksphone {
        margin-top: -45px;
    }
    #instagram {
        margin-bottom: 10px;
    }
    #utilitesrow {}
    #taglinexs {
        text-align: center;
    }
    #taglinexs p {
        color: white;
    }
    .container {
        margin-left: auto !important;
    }
    .gsc-control-cse {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .btn-primary {
        background: #a5071b !important;
        margin: 15px 0;
        border: none !important;
    }
    
    #vrstatspic {
        margin: auto;
    }
    #datespic {
        margin: auto;
    }
    #footer {
        text-align: center;
    }
    #footerpics>img.col-md-6.col-md-offset-0.col-xs-2.col-xs-offset-5.img-responsive {
        width: 12%;
    }
    @media (max-width:767px) {
        #facebook img {
            margin: auto;
        }
        #middle {
            display: block;
        }
        .sbInp_Default .searchBox {
            margin-top: 10px;
        }
        #footerpics {
            margin-top: 10px;
        }
        #datespic {
            width: 100%;
        }
        #dnn_dates {
            margin-top: 65px;
        }
        #dnn_rightcontentpane {
            margin: 0 auto;
        }
        .homecontentpane {
            margin: 15px;
            padding: 15px 0;
        }
        #footerpics>img.col-md-6.col-md-offset-0.col-xs-2.col-xs-offset-5.img-responsive {
            width: 20%;
        }
        #footerpics>img.col-md-6.col-md-offset-0.col-xs-3.col-xs-offset-1.img-responsive {
            width: 30%;
        }
        #wrapall>div>nav>div>button>span {
            margin-top: -110px;
            margin-left: 0px;
            color: white;
            font-size: 30px;
            background: #A5071B;
            padding: 6px;
        }
    }
}