﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700&display=swap');

body {
    background-color: white;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: black;
    font-weight: 300;
}

#headerWrapper {
    background-image: url(/images/cloud-bg.jpg) !important;
    padding-top: 23px;
    padding-bottom: 4px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    height: 35vh;
    background-repeat: no-repeat;
}

#header {
    display: flex;
    z-index: 2;
    width: 80%;
    margin: auto;
    position: relative;
}

#countyLogo {
    padding: 2.855% 0;
    width: 50%;
    float: left;
    margin-bottom: 0;
}

#coutyLogo a {
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative; 
}

#countyLogo a img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

#onlinePaymentSection {
    width: 50%;
    z-index: 2;
    float: right;
    height: 100%;
    position: relative;
    padding: 2.855% 0;
}

#onlinePaymentHeader {
    padding-top: 17px!important;
    padding-bottom: 27px!important;
    width: 100%;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none;
    color: black;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5.82% 0;
    text-align: center;
}

#paymentButtons {
    padding-top: 4px!important;
    width: 100%;
    z-index: 3;
    text-align: center;
    display: flex;
    padding: 5.82% 0;
    margin-left: 0!important;
}

#propertyButton {
    border-color: #f15931;
    background-color: #f15931;
    width: 33.333%;
    margin-right: 5px!important;
    margin-left: 5px!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    transition-property: all!important;
    position: relative;
}

#propertyButton a {
    color: #FFFFFF!important;
    font-size: 2vh;
    font-weight: 700!important;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    line-height: 1.1em!important;
    text-align: center;
    max-width: 220px;
    padding: 0.3em 1em!important;
    position: relative;
}

#propertyButton a:hover {
    text-decoration: none;
    border-color: #ec8922!important;
    background-image: initial;
    background-color: #ec8922;
    padding: 0.3em 1em!important;
    border-radius: 3px;
}

#mobileHomeButton {
    border-color: #f15931;
    background-color: #f15931;
    width: 33.333%;
    margin-right: 5px!important;
    margin-left: 5px!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    transition-property: all!important;
    position: relative;
}

#mobileHomeButton a {
    color: #FFFFFF!important;
    font-size: 2vh;
    font-weight: 700!important;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    line-height: 1.1em!important;
    text-align: center;
    max-width: 220px;
    padding: 0.3em 1em!important;
    position: relative;
}

#mobileHomeButton a:hover {
    text-decoration: none;
    border-color: #ec8922!important;
    background-image: initial;
    background-color: #ec8922;
    padding: 0.3em 1em!important;
    border-radius: 3px;
}

#vehicleButton {
    border-color: #f15931;
    background-color: #f15931;
    width: 33.333%;
    margin-right: 5px!important;
    margin-left: 5px!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    transition-property: all!important;
    position: relative;
}

#vehicleButton a {
    color: #FFFFFF!important;
    font-size: 2vh;
    font-weight: 700!important;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    line-height: 1.1em!important;
    text-align: center;
    max-width: 220px;
    padding: 0.3em 1em!important;
    position: relative;
}

#vehicleButton a:hover {
    text-decoration: none;
    border-color: #ec8922!important;
    background-image: initial;
    background-color: #ec8922;
    padding: 0.3em 1em!important;
    border-radius: 3px;
}

#navBarWrapper {
    background-color: #2f5b46!important;
    position: relative;
}

#navBar {
    z-index: 3;
    display: flex;
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    min-height: 43px;
}

#navLinks {
    width: 60%;
    display: flex;
    text-align: left;
    position: relative;
    float: left;
    padding-left: 0px!important;
    margin-bottom: 0!important;  
}

#navLinks li {
    position: relative;
    display: flex;
    padding-right: 25px;
    line-height: 1em;
    float: left;
}

#navLinks li a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-top: auto;
    margin-bottom: auto;
}

#navLinks li a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-top: auto;
    margin-bottom: auto;
}

#navLinks a:hover {
    opacity: .7;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

#navLinks ul li {
    float: left;
    width: 100%;
    line-height: 2em;
    padding: 0 20px;
    margin: 0;
}

#navLinks ul li a {
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    display: block;
    word-wrap: break-word;
    padding: 6px 10px;
    width: 280px;
}

.dropbtn {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: block !important;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-top: auto;
    margin-bottom: auto;
}
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    top: calc(100% - 1px);
    position: absolute;
    left: 0;
    padding: 20px 0px;
    display: none;
    list-style: none;
    background-color: rgba(48,93,71,0.8)!important;
    border-color: #305d47;
    text-align: left;
    width: 300px;
    z-index: 9999;
}
  
.dropdown-content a {
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    display: block;
    word-wrap: break-word;
}

.dropdown:hover .dropdown-content {display: block !important;}

#selfServiceButton {
    width: 17.6%;
    height: 100%;
    margin-right: 3%;
    text-align: center;
    position: relative;
}

#selfServiceButton a {
    height: 70%;
    color: #FFFFFF!important;
    border-color: #ec8922;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700!important;
    background-color: #ec8922;
    padding-top: 12px!important;
    padding-right: 13px!important;
    padding-bottom: 12px!important;
    padding-left: 13px!important;
    display: inline-block;
    line-height: 1.1em!important;
    max-width: 220px;
    position: relative;
}

#selfServiceButton a:hover {
    text-decoration: none;
}

#appointmentButton { 
    width: 17.6%;
    height: 100%;
    text-align: center;
    margin-right: 3%;
    position: relative;  
}

#appointmentButton a {
    color: #FFFFFF!important;
    border-color: #f5ad1a;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700!important;
    background-color: #f5ad1a;
    padding-top: 12px!important;
    padding-right: 11px!important;
    padding-bottom: 12px!important;
    padding-left: 11px!important;
    display: inline-block;
    line-height: 1.1em!important;
    max-width: 220px;
    position: relative;
}

#appointmentButton a:hover {
    text-decoration: none;
    border-color: #ec8922!important;
    background-color: #ec8922;
}

#content {
    padding: 25px 0px;
    width: 80%;
    margin: auto;
}

#topFooterWrapper {
    background-image: url(/images/footer-bg.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50%;
}

#topFooter {
    z-index: 3;
    width: 80%;
    margin: auto;
    display: flex;
}

#navSection {
    width: 45%;
    margin-right: 0;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}

#footerNav {
    text-align: left;
    font-weight: 300;
    font-size: 1vw;
    color: #fff; 
}

#footerNav a {
    color: #fff!important;
    text-decoration: none!important;
}

#footerNav a:hover {
    color: #fff;
    text-decoration: none;
}

#whiteLogo {
    padding-top: 16%;
    margin-right: auto;
    line-height: 0;
    text-align: left;
    margin-left: 0;
}

#whiteLogo a {
    position: relative;
}

#whiteLogo a img {
    max-width: 100%;
    height: auto;
}

#csSection {
    width: 30%;
    margin-right: 0;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}

#csText {
    width: 100%;
}

#csText h3 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #f1a61f!important;
}

#csText p {
    color: #fff;
    font-size: 20px;
}

#csText a {
    color: #fff;
    text-decoration: none;
}

#csText a:hover {
    color: #fff;
    text-decoration: none;
}

#quickLinksSection {
    width: 25%!important;
    background-color: rgba(245,173,26,0.71);
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    text-align: left;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
}

#quickLinksSection a {
    color: #fff;
    text-decoration: none;
}

#quickLinks {
    list-style: none;
    padding: 0; 
}

#quickLinks li {
    margin-bottom: 5px;
}

#quickLinks li a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.5s ease;
}

#quickLinks li a:hover {
    font-weight: 600;
    transition: all 0.5s ease;
}

#quickLinks ul {
    list-style: none;
    padding: 0;
    line-height: 26px;
}

#bottomFooterWrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f15931!important;
}

#footerText {
    width: 80%;
    margin: auto;
    padding-bottom: 2%; 
}

#footerText a {
    font-weight: 300;
    color: #fff;
    font-size: 17px;
}

@media print {
    #headerWrapper, #topFooterWrapper, #navBarWrapper, #titleWrap, #breadcrumbs, #bottomFooterWrapper {
        display: none;
    }

    #content {
        padding: 0px !important;
    }
}

@media screen and (max-width: 900px) {
    body {
        min-height: 700px;
        background: none;
        -webkit-text-size-adjust: none;
        padding: 0;
        text-align: left;
        direction: ltr;
        margin: 0;
        color: black;
    }

    #viewport {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mobileMenu {
        width: 190px;
        background-color: #2f5b46!important;
        min-height: 100%;
        position: absolute;
        overflow: hidden;
        left: -190px;
        z-index: 9999;
    }

    #mobileMenu > ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    #mobileMenu > ul > li {
        list-style: none;
    }

    #mobileMenu ul li > a {
        list-style: none;
        display: block;
        padding: 0 10px 0 5px;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
        border-bottom: solid #e1e8ef 1px;
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    }

    .mobileSubMenu {
        list-style: none;
    }

    #mobileMenuHome
    {
        background-position: center bottom;
        background-size: 414px auto;
        background-repeat: no-repeat;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        text-align: left;
    }
    
    #mobileMenuHome > ul > li
    {
        list-style: none;
    }

    #mobileMenuHome ul li > a
    {
        list-style: none;
        display: block;
        padding: 0 10px 0 5px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;        
        line-height: 35px;
    }

    #headerMenu {
        color: White;
        vertical-align: top;
        background-color: #2f5b46!important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        background-color: #2f5b46!important;
        padding-bottom: 5px; 
    }

    #btnToggleMenu {
        margin: 10px;
    }

    #officialPhoto
    {
        width: 200px;
        margin: auto;
        text-align: center;        
        font-family: Cabin;
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    
    #officialPhoto img
    {
        width: 100px;
        padding: 5px 0 5px 0;
    }

    #contentWrap {
        position: relative;
        height: 100%;
        min-height: 700px;
        -webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -webkit-overflow-scrolling: touch;
    }

    #contentWrap.menuVisible, #mobileMenu.menuVisible {
        -webkit-transform: translateX(190px);
        transform: translateX(190px);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    #mobileheaderWrapper {
        background-image: url(/images/cloud-bg.jpg) !important;
        padding-top: 0;
        padding-bottom: 4px;
        position: relative;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #mobileheader {
        width: 80%;
        margin: auto;
        position: relative;
    }
    
    #mobilecountyLogo {
        padding-top: 2%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #mobilecountyLogo a {
        -webkit-text-size-adjust: 100%;
        vertical-align: baseline;
        background: transparent;
        position: relative;
    }

    #mobilecountyLogo a img {
        position: relative;
        width: auto;
        max-width: 100%;
        height: auto;
    }
    
    #mobileonlinePaymentSection {
        width: 100%;
        position: relative;
        text-align: center;
    }
    
    #mobileonlinePaymentHeader {
        padding-top: 13px!important;
        padding-bottom: 13px!important;
        width: 100%;
        font-size: 18px;
        text-decoration: none;
        color: black;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 5.82% 0;
        position: relative;
    }
    
    #mobilepaymentButtons {
        width: 100%;
        text-align: center;
        padding-bottom: 17px!important;
        margin-left: 0!important;
    }
    
    #mobilepropertyButton {
        border-color: #f15931;
        background-color: #f15931;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        border-radius: 3px;
        margin-bottom: 8px!important;
        vertical-align: middle;  
    }

    #mobilepropertyButton a {
        color: #FFFFFF!important;
        font-size: 2vh;
        font-weight: 700!important;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        line-height: 1.1em!important;
        text-align: center;
        max-width: 200%;
        padding: 0.3em 1em!important;
        position: relative;
    }
    
    #mobilepropertyButton a:hover {
        text-decoration: none;
        border-color: #ec8922!important;
        background-color: #ec8922;
        transition: all 300ms ease 0ms;
        
    }
    
    #mobilemobileHomeButton {
        border-color: #f15931;
        background-color: #f15931;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        border-radius: 3px;
        margin-top: 8px!important;
        margin-bottom: 8px!important;
        vertical-align: middle;
    }

    #mobilemobileHomeButton a {
        color: #FFFFFF!important;
        font-size: 2vh;
        font-weight: 700!important;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        line-height: 1.1em!important;
        text-align: center;
        max-width: 200%;
        padding: 0.3em 1em!important;
        position: relative;
    }
    
    #mobilemobileHomeButton a:hover {
        text-decoration: none;
        border-color: #ec8922!important;
        background-color: #ec8922;
        transition: all 300ms ease 0ms;
        
    }
    
    #mobilevehicleButton {
        border-color: #f15931;
        background-color: #f15931;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        border-radius: 3px;
        margin-top: 8px!important;
        margin-bottom: 8px!important;
        vertical-align: middle; 
    }

    #mobilevehicleButton a {
        color: #FFFFFF!important;
        font-size: 2vh;
        font-weight: 700!important;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        line-height: 1.1em!important;
        text-align: center;
        max-width: 200%;
        padding: 0.3em 1em!important;
        position: relative;
    }
    
    #mobilevehicleButton a:hover {
        text-decoration: none;
        border-color: #ec8922!important;
        background-color: #ec8922;
        transition: all 300ms ease 0ms;
    }

    #mobiletopFooterWrapper {
        background-image: url(/images/footer-bg.jpg)!important;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: 50%;
        max-width: 100%;
    }
    
    #mobiletopFooter {
        width: 80%;
        margin: auto;
    }
    
    #mobilenavSection {
        margin-right: 0;
        padding-top: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
    }
    
    #mobilefooterNav {
        text-align: center;
        font-weight: 300;
        font-size: 2.6vw;
        color: #fff;
    }

    #mobilefooterNav a {
        color: #fff!important;
        text-decoration: none!important;
    }

    #mobilefooterNav a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #mobilewhiteLogo {
        padding-top: 5%;
        margin-right: auto;
        line-height: 0;
        text-align: center;
        margin-left: 0;
    }

    #mobilewhiteLogo a {
        position: relative;        
    }

    #mobilewhiteLogo a img {
        max-width: 100%;
        height: auto;
    }
    
    #mobilecsSection {
        width: 100%;
        margin-right: 0;
        padding-top: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
    }
    
    #mobilecsText {
        width: 100%;
    }

    #mobilecsText h3 {
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #f1a61f!important;
    }

    #mobilecsText p {
        color: #fff;
        font-size: 20px;
    }

    #mobilecsText a {
        color: #fff;
        text-decoration: none;
    }

    #mobilecsText a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #mobilequickLinksSection {
        width: 100%;
        background-color: rgba(245,173,26,0.71);
        padding-top: 19px!important;
        padding-bottom: 19px!important;
        padding-right: 25px!important;
        padding-left: 25px!important;
        text-align: left;
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
        font-size: 18px;
    }

    #mobilequickLinksSection a {
        color: #fff;
        text-decoration: none;
    }
    
    #mobilequickLinks {
        list-style: none;
        padding: 0;
    }

    #mobilequickLinks li {
        margin-bottom: 5px;
    }

    #mobilequickLinks li a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
        transition: all 0.5s ease;
    }

    #mobilequickLinks li a:hover {
        font-weight: 600;
        transition: all 0.5s ease;
    }

    #mobilequickLinks ul {
        list-style: none;
        padding: 0;
        line-height: 26px;
    }
    
    #mobilebottomFooterWrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f15931!important;
    }
    
    #mobilefooterText {
        width: 80%;
        margin: auto;
        padding-bottom: 2%;
    }

    #mobilefooterText a {
        font-weight: 300;
        color: #fff;
        font-size: 17px;
    }
}

@media all and (orientation:landscape)
{
    #mobileMenuHome
    {
        background-image: url(/images/mobile/horizontal.png);
        background-position: center center;
        background-size: 736px auto;
        background-repeat: no-repeat;
        padding-top: 15px;
        padding-bottom: 25px;
        width: 100%;
    }
}