﻿
 /*---Prints CSS Override -------------------------*/  

 @media print{ 

    /** {border:1px solid #000000 !important;}*/
    div:not(.reveal-modal) {
    display: inherit !important;
    }

    #content-row
    {
    border: 0;
    }

    h1#header-logo a{
    text-decoration: none !important;
    }

    .edtdiv{
    margin-bottom: 0 !important;
    }

    #search_inbox,
    #search_button,
    a[href]:after,
    #header-top,
    #civica-foot-logo 
    {
    display:none !important;
    }

    #top-nav,
    .nav-item a,
    .mega-menu,
    .dropdown
    .dropdown li,
    .mega-menu-list li,
    .back{
    display:none !important;
    visibility:hidden !important;
    list-style:none !important;
    }

    #dynamic-bg,
    #header-right,
    #top-nav,
    #sidenav-col,
    #bcrumbs,
    #social-media-center,
    #goog-gt-tt,
    img.footer-logo,
    input.submit-btn,
    #dynamic-top-nav,
    #at20mc, #at15s, #at16pcc, #at16lb,
    #at20mc div, #at15s div, #at16pcc div, #at16lb div

    {
    display:none !important; 
    visibility:hidden !important;
    }

    #page-footer, #extra-links-bottom, #header-left, #side-buttons{
    display: none !important;
    }

    #page-header {border-bottom:2px solid #0f65ad !important; }
    a#homelink > img.hide-for-medium-up {width: 50% !important; margin: 15px auto 30px auto !important; text-align: center !important; }

}


    .fontsize a{float:none !important;height:22px; margin:0px 5px 0px 0px !important; text-decoration:underline;}
    .fontsize a.selected{text-decoration:none;}                                    
    #fontsize0{font-size:1em; /*=10px*/}                           
    #fontsize1{font-size:1.1em; /*=11px*/}
    #fontsize2{font-size:1.3em; /*=13px*/}

    /*------------.size0 */   
    .size0{
    font-size:.825em;
    }
    #side-nav.size0 .sf-menu a{
    font-size:1em;
    }

    /*-------------.size1 */
    .size1{
    font-size:1em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.15em;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.325em;
    }
	
    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*
    ------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* --> Column Padding --------------------------------------------*/

    .row .column, .row .columns {
    padding: 0 8px;
    }

    /*
    ------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: verdana, tahoma, Arial, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #434343;
    background-color: lightsteelblue;
    }

    /* Set default font-size to 14px */
    p, a, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    }

    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }


    /* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #006ad3;

    transition: color .3s ease-in-out; 
    -o-transition: color .3s ease-in-out; 
    -moz-transition: color .3s ease-in-out; 
    -webkit-transition: color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #0080ff;
    text-decoration: none;
    }

    a:active { color: #0080ff; }


    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Georgia, times, serif;
    font-weight: normal;
    }

    h1, .h1 {
    font-family: Georgia, times, serif;
    font-size: 3em;
    }

    h2, .h2 {
    font-size: 2.5em;
    }

    h3, .h3 {
    font-size: 2em;
    color: #4f81bd;
    }

    h4, .h4 {
    font-size: 1.5em;
    }

    h5, .h5 {
    font-size: 1em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.4em;
    font-weight: bold;
    }


    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: 1.4em;
    color: #fff;
    background: #014e99;
    text-align: left;  
    padding: 10px 10px;
    }

    table tr td { font-size: inherit; padding: 10px 10px; }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none;
    }

    /*
    ------------------------------------------------------------------
    --> Page Wrapper
    ------------------------------------------------------------------*/
    #leo-wrapper{ 
    border: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    }

    .row-wrapper{ max-width: 1145px !important; background-color: #eee; } 

    /*
    ------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: #d1d3d4 url('/img/00/layout/header-back-rp.png') repeat top;
    background-size: contain;
    }

    div#header-row {
    position: relative;
    padding: 0;
    width: 96.1%;
    margin: 0 auto;
    text-align: center;
    background: #eff0f0 url('/img/00/layout/header-back-top.png') repeat-x top center;
    }

    #header-right { 
    padding: 0 15px;
    float: none;
    margin: 0 auto 10px auto;
    width: 100%;
    display: inline-block;
    text-align: center;  
    }

    #header-left {  
    padding: 0 15px;
    float: none;
    margin: 10px auto 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;  
    }

    #header-utilities{
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    }

    .search_inbox form {
    margin: 0;
    }

    /* --> Header Links ----------------------------------------------*/


    /*header left link list*/
    #header-links-left ul li {
    display:block;
    float: left;
    list-style-type: disc;
    margin: 0 13px 0 0;
    }

    #header-links-left ul li a {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    color: #3b6993;
    margin-left: 0;
    }

    #header-links-left {
    display: inline-block;
    padding:0;
    width: 100%;
    text-align: center;
    }

    #header-links-left ul.az-list {
    display: inline-block;
    position: relative;
    width: 100%;    
    }


    ul.head-links {
    list-style: none;
    margin: 0;
    position: relative;
    float: left;
    padding: 5px 10px 0 10px;
    }

    ul.head-links li {
    float: left;
    color: #3c6993;
    font-size: 1em;
    padding-top: 0px;
    height: 13px;
    }

    .head-link{
    float: left;
    }

    span#header-date {
    color: #fff;
    cursor: default;
    }

    a.head-link {
    float: left;
    display: block;
    color: #3c6993;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    }

    .head-links .fontsize {
    margin-right: 10px;
    }
    .primer{ padding-right: 8px; }
    .piper{ border-right: 1px solid #3c6993; }
    li.lograph{ margin-left: 10px;}

    /*--> Google Translate Element   -----------------------------------*/

    #utilities-google{
    display: inline-block;
    float: none;
    width: 100%;
    position: relative;
    }

    p.translate-text{ 
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    color: #3c6993;
    margin: 0; 
    padding: 0;
    padding-top: 15px;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    max-width: 60px;
    }

    #google_translate_element select { 
    border: 1px solid #658ba8 !important;
    border-radius: 4px;
    }

    .goog-te-combo{ color: #335471;}


    /*-->Header Image--------------------------*/
    a#homelink {
    width: 100%;
    /*background: url('/img/00/layout/header-image.png') no-repeat top center;*/
    display: block;
    }


    a#homelink > img.hide-for-medium-up {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    }

    /*
    ------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    input#site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border-radius: 4px;
    border: 1px solid #658ba8;
    outline: none;
    height: 26px;
    width: 95%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input#site-search:hover {
    border-color: #5aabed;
    }

    input#site-search:focus {
    box-shadow: 0 0 16px #92d3ff;
    -moz-box-shadow: 0 0 16px #92d3ff;
    -webkit-box-shadow: 0 0 16px #92d3ff;
    }


    /* --> Search Button ---------------------------------------------*/

    a#site-search-btn {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 17px;
    height: 26px;
    width: 37px;
    padding-top: 3px;
    border: 2px solid #415f7d;
    background-color: #415f7d;
    box-shadow: none;
    margin-left: 5px;
    position: absolute;
    right: 12px;
    top:0;
    border-radius: 0 4px 4px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;

    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    background: #0B6EBF !important;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }


    /*
    ------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #004080;
    min-height: 47px;
    }

    /* Remove menu padding for mobile */
    section#top-nav .nav-row .columns { padding: 0; }

    /* Remove Foundation default background color for top-bar */
    nav.main-nav, nav.main-nav.expanded {
    background: none;
    width: 100%;
    }

    .top-bar.expanded .title-area {
    background: #006ad4;
    }
    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name {
    display: block;
    }

    .top-bar .name h1{
    display: none;
    }

    .top-bar .toggle-topbar.menu-icon{
    left: 30px;
    right: 0;
    }

    .top-bar.expanded .toggle-topbar a{
    color: white;
    }

    .top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
    }

    .top-bar-section .has-dropdown{
    padding: 0 5px;
    }

    .top-bar-section ul{
    background: #003366;  
    }

    .top-bar-section .divider{
        border-color:transparent; 
    }

    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-family: georgia, times, serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: normal;
    background: none;

    transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    }

    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    background: #004992;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }


    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: georgia, times, serif;
    text-transform: none;
    line-height: 40px;
    }

    .main-nav ul.title-area .mainnav-mobile-title:hover {
    background: none;
    }

    /* Menu collapse/expand link icon */
    nav.main-nav .toggle-topbar.menu-icon a {
    font-family: georgia, times, serif;
    font-size: 1.2em;
    text-indent: -70px;
    line-height: 30px;
    }

    nav.main-nav .toggle-topbar.menu-icon a:hover {
    background: none;
    }

    /* Mobile Display Back Link */
    nav.main-nav .dropdown li.title h5 a {
    font-size: .8em;
    font-weight: bold;
    }

    /* Mobile Display Back Link (Mega-Menu) */
    nav.main-nav div.mega-menu li.title h5 a:hover {
    background: #eee;
    }

    /* Mobile-Mode Back Link (Mega-Menu) */
    nav.main-nav .mega-menu li.title h5 a {
    color: #1a1a1a;
    }




    /*
    ------------------------------------------------------------------
    --> Main Navigation Menus
    ------------------------------------------------------------------*/

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    font-family: georgia, times, serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #005fbe;
    padding-left: 30px;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #005fbe;
    background:#004181;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }


    /*------------------------------------------------------------------
    --> Start: Homepage Specific Styles
    ------------------------------------------------------------------*/

    /* Start: Featured Services Block*/
    div#hp-slide-cont { margin: 0; }
    #hp-services{
    height: auto;
    margin-bottom: 0;
    background: #014e99; /* Old browsers */
    width: 100%;
    padding-bottom: 20px;

    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    }

    #hp-slideshow{
    width: 100%;
    padding: 10px 0;
    }

    .services-heading {
    cursor: default;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    padding: 7px 10px;
    margin: 10px 8px 10px 8px;
    border-bottom: 1px solid #587796;
    border-top: 1px solid #000;
    border-radius: 8px;
    -moz-box-shadow:    inset 0 0 10px #033668;
    -webkit-box-shadow: inset 0 0 10px #033668;
    box-shadow:         inset 0 0 10px #033668;

    background: #034689; /* Old browsers */
    background: -moz-linear-gradient(top, #034689 0%, #033668 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034689), color-stop(100%,#033668)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #034689 0%,#033668 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #034689 0%,#033668 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #034689 0%,#033668 100%); /* IE10+ */
    background: linear-gradient(to bottom, #034689 0%,#033668 100%); /* W3C */
    }

    #hp-services ul.az-list li {
    background: #004d99;
    background: url('/img/00/layout/sidenav-bg.jpg') 0 0 no-repeat #004d99;
    list-style: none;
    border-top: 1px solid #0d4174;
    border-bottom: 1px dashed #3381bc;
    }

    #hp-services ul.az-list a {
    color: #fff;
    text-decoration: none;
    border: 0;
    width: 100%;
    display: block;
    padding: 5px 10px;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }

    #hp-services ul.az-list a:hover {
    background: #0a355f;
    text-decoration: none;
    }
    /* End: Featured Services Block*/


    /* Start: Homepage Slideshow Block*/
    /*Dynamic Slide Specs: 800px x 450px */
    #dynamic-hp-slider{
    max-width: 795px;
    border: 6px solid #fff;
    float: right;
    box-shadow: 0px 2px 5px #ccc;
    }

    .nivo-caption{
    position:  relative;
    background: #014e99;
    }

    #dynamic-hp-slider .nivo-controlNav{display: none;}
    #dynamic-hp-slider .theme-default .nivoSlider{box-shadow: none;}
    /* End: Homepage Slideshow Block*/

    #dynamic-hp-slider .nivo-caption {
    padding: 15px;
    }


    /*Start: Homepage News container */
    div#hp-news-cont {
    margin: 0;
    padding: 0;
    }
    /* End: Homepage News Container*/

    /* Start Homepage Buttons */

    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-hp-btns-feat .mm-buttongen-cont {
    float: left;
    width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-hp-btns-feat a.mm-button-link {
    display: block;
    width: 100%;
    max-width: 300px;
    float: left;
    margin-right: 15px;
    font-size: 1.8em;
    margin-bottom: 15px;
    border-radius: 8px;
    color: white;
    font-family: georgia, times, serif;
    font-weight: normal;
    text-transform: uppercase;

    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.75);

    background-size: cover !important;

    transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    }

    #dynamic-hp-btns-feat a.mm-button-link:hover{ 
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    } 

    #dynamic-hp-btns-feat .mm-button-txt-wrap {
    background-image: url('/img/00/bkggrad-button.png'), url('/img/00/second-arrow.png');
    background-position: left top, right 7px;
    background-repeat: repeat-y, no-repeat;
    height: 98px;
    width: 96%;
    padding:15px;
    border-radius: 8px;
    }   

    #dynamic-hp-btns-feat span.mm-button-txt {
    width: 75%;
    position: relative;
    display: block;
    }

    #dynamic-hp-btns-feat span.mm-button-subtxt {
    display: block;
    margin-top: 4px;
    color: #fff;
    }

    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-hp-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-hp-btns a.mm-button-link {
    display: block;
    width: 100%;
    max-width: 300px;
    float: left;
    margin-right: 15px;
    font-size: 1.8em;
    margin-bottom: 15px;
    border-radius: 8px;
    color: white;
    font-family: georgia, times, serif;
    font-weight: normal;
    text-transform: uppercase;

    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.75);

    background-size: cover !important;

    transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    }

    #dynamic-hp-btns a.mm-button-link:hover{ 
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    } 

    #dynamic-hp-btns .mm-button-txt-wrap {
    background-image: url('/img/00/bkggrad-button.png'), url('/img/00/second-arrow.png');
    background-position: left top, right 7px;
    background-repeat: repeat-y, no-repeat;
    height: 98px;
    width: 96%;
    padding:15px;
    border-radius: 8px;
    }   

    #dynamic-hp-btns span.mm-button-txt {
    width: 75%;
    position: relative;
    display: block;
    }

    #dynamic-hp-btns span.mm-button-subtxt {
    display: block;
    margin-top: 4px;
    color: #fff;
    }


    /* Start: Featured  Block*/
    div#hp-slide-cont { margin: 0; }

    #hp-featured{
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    border: 6px solid #fff;

    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0 5px rgba(0,0,0,0.20);

    background: #2f4a69; /* Old browsers */
    background: -moz-linear-gradient(top,  #2f4a69 0%, #243951 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4a69), color-stop(100%,#243951)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2f4a69 0%,#243951 100%); /* W3C */
    }

    .feat-services-heading {
    cursor: default;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    padding: 7px 10px;
    margin: 10px 8px 10px 8px;
    border-bottom: 1px solid #587796;
    border-top: 1px solid #000;
    border-radius: 8px;
    -moz-box-shadow:    inset 0 0 10px #033668;
    -webkit-box-shadow: inset 0 0 10px #033668;
    box-shadow:         inset 0 0 10px #033668;

    background: #2f4a69; /* Old browsers */
    background: -moz-linear-gradient(top,  #2f4a69 0%, #243951 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4a69), color-stop(100%,#243951)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2f4a69 0%,#243951 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2f4a69 0%,#243951 100%); /* W3C */
    }

    #hp-featured ul.az-list li {
    background: transparent;
    list-style: none;
    border: 0px solid transparent;
    padding: 0 10px 5px;
    }

    #hp-featured ul.az-list a {
    color: #fff;
    text-decoration: none;
    border: 0;
    width: 100%;
    display: block;
    padding: 0px 0 5px 24px;
    transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
    background: url('/img/00/layout/feat-arrow.png') no-repeat 9px 6px;
    }

    #hp-featured ul.az-list a:hover {
    background: #0a355f url('/img/00/layout/feat-arrow.png') no-repeat 9px 6px;
    text-decoration: none;
    }
    /* End: Featured Services Block*/

    /*Start: Homepage News Section */
    div#news-viewport {
    width: 100%;
    height: 276px;
    overflow: scroll;
    display: block;
    padding: 10px;
    }

    #hp-news{
    border-radius: 8px;
    border: 6px solid #fff;
    width: 100%;
    margin: 0 0 25px 9px;

    background: #dae7f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #dae7f4 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae7f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dae7f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dae7f4 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dae7f4 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dae7f4 0%,#ffffff 100%); /* W3C */

    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    }

    h3.news-heading {
    color: #00509f;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    }    
 
    a#news-heading-link {
    margin-left: 3%;
    top: -2px;
    position: relative;
    background-color: #03396e;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #587796;

    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    a#news-heading-link:hover {
    text-decoration: none;
    background: #0B6EBF !important;
    }

    
    h3.article-head,  h3.article-head a {
    color: #00509f !important;
    font-family: verdana, sans-serif;
    font-weight: bold;
    }

    span.news-date {
    color: #000;
    font-size: 1.05em;
    font-family: verdana, tahoma, sans-serif;
    }   
    /*End: Homepage News Section  */

    /* Start: Homepage Calendar Section*/
    #hp-cal-cont, #hp-cal-tabs, #tabs-1, #tabs-2, #tabs-3{ margin: 0; padding: 0; }

    #tabs-1, #tabs-2, #tabs-3,  {
    margin: 0;
    padding: 0;
    background: #dae9f8;
    height: 300px;
    }
    
    #blue-cont {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
    padding: 10px 10px 20px 10px;
    border: 1px solid #bad8df;

    background: rgba(239,251,255,1);
    background: -moz-linear-gradient(top, rgba(239,251,255,1) 0%, rgba(216,232,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,251,255,1)), color-stop(100%, rgba(216,232,247,1)));
    background: -webkit-linear-gradient(top, rgba(239,251,255,1) 0%, rgba(216,232,247,1) 100%);
    background: -o-linear-gradient(top, rgba(239,251,255,1) 0%, rgba(216,232,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,251,255,1) 0%, rgba(216,232,247,1) 100%);
    background: linear-gradient(to bottom, rgba(239,251,255,1) 0%, rgba(216,232,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effbff', endColorstr='#d8e8f7', GradientType=0 );
    }

    #hp-cal-search{
    display: block;
    padding: 10px
    }

    .searchbox{
    margin-bottom: 10px;
    float: left;
    width: 100%;
    }

    .searchbox_extra{
    margin-bottom: 10px;
    float: left;
    width: 100%;
    }

    .searchdate{
    float: left;
    width: 60%;
    }

    .searchdate img{
    padding: 0 5px;
    position: absolute;
    }

    .searchzip{
    float: left;
    width: 40%;
    }

    .eventbox{
    float: left;
    width: 100%;
    }

    .zipbox{
    float: left;
    width: 75%;
    }

    #hp-events-city,
    #hp-events-public,
    #hp-events-other{
    width: 100%;
    height: 389px;
    overflow: auto;
    display: block;
    padding: 0 20px 0 0;
    float: left; 
    }

    #hp-cals{
    padding:0 10px 0 15px;
    }



/* Image Captions --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 25px 0 0;
    }

    .caption_right{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    }

    .caption_right img,
    .caption_left img {
    margin: 0 !important;
    }

    span.caption_text{
    padding: 10px;
    color: white;
    font-size: 1.4em !important;
    position: absolute;
    width: 87%;
    bottom: 7px;
    background: rgba(12, 68, 116, 0.8);
    }

    #jqGalleryDiv span.caption_text{
    width: 100%;
    padding: 15px;
    bottom: 0;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    #jqGalleryDiv span.caption_text:hover{
    background: rgba(0, 106, 211, 0.8);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }

/*------------------------------------------------------------------
--> Side Navigation
------------------------------------------------------------------*/

    /* --> Side Navigation Heading -----------------------------------*/
    div#sidenav-wrapper {
    border: 6px solid #fff;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    background: #014e99; /* Old browsers */

    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    }

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    padding: 7px 10px;
    margin: 10px 15px 10px 15px;
    border-bottom: 1px solid #587796;
    border-top: 1px solid #000;
    border-radius: 8px;
    -moz-box-shadow:    inset 0 0 10px #033668;
    -webkit-box-shadow: inset 0 0 10px #033668;
    box-shadow:         inset 0 0 10px #033668;

    background: #034689; /* Old browsers */
    background: -moz-linear-gradient(top, #034689 0%, #033668 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034689), color-stop(100%,#033668)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #034689 0%,#033668 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #034689 0%,#033668 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #034689 0%,#033668 100%); /* IE10+ */
    background: linear-gradient(to bottom, #034689 0%,#033668 100%); /* W3C */

    }


    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 30px;
    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: #fff;
    background: url('/img/00/layout/sidenav-bg.jpg') 0 0 no-repeat #004d99;
    }


    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #fff;
    border: 0;
    line-height: 15px;
    padding: 10px 15px;
    border-top: 1px solid #0d4174;
    border-bottom: 1px dashed #3381bc;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }

    nav#side-nav .sf-menu a:hover {
    background: #0a355f;
    text-decoration: none;
    }

    /* Last Item Link */
    nav#side-nav .sf-menu li.last a {
    border-bottom: 0;
    }


    /* --> Side Navigation Flyout Menu -------------------------------*/

    nav#side-nav .sf-menu ul {
    left: 100%;
    width: 200px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 10px #000;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    top: 14px;
    background: url('/inc/public/js/superfish/images/arrows-cccccc.png') no-repeat -10px 0px;
    }



    /*
    ------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    padding: 0 5%;
    /* background: #ccc url('/img/00/noise/medium.png') repeat;
    border-bottom: 1px solid #fff;*/
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 25px 0;
    font-size: 1.4em;
    }

    ul.bcrumb-list a{
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    margin-right: 10px;
    text-shadow: 0 1px 0 #eee;
    }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {
    background: url('/img/00/icons/icon-home.png') no-repeat left;
    padding-left: 35px;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    cursor: default;
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 11px 0 0;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #fff;
    background-color: #064a8c;
    border-color: #064a8c;
    padding: 11px 8px;
    font-family: verdana, tahoma, arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    box-shadow: none;

    background-color: #0f64ac; /* Old browsers */
    background-color: -moz-linear-gradient(top,  #0f64ac 0%, #004080 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f64ac), color-stop(100%,#004080)); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* Chrome10+,Safari5.1+ */
    background-color: -o-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* Opera 11.10+ */
    background-color: -ms-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* IE10+ */
    background-color: linear-gradient(to bottom,  #0f64ac 0%,#004080 100%); /* W3C */

    transition: background-color .6s ease-out, box-shadow .6s ease-out;
    -o-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -moz-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -webkit-transition: background-color .6s ease-out, box-shadow .6s ease-out;
    }

    .button.system-button:hover,
    .button.system-button.hover {
    background-color: #0f64ac !important;
    box-shadow: 0 0 8px #666;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #0f64ac;
    margin: 0;
    padding: 5px;
    z-index: 90;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.65);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.65);
    }

    /* Show dropdown menu on hover */
    li:hover ul.system-menu {
    display: block;
    }

    /* System Button Dropdown Menu Item Link */
    ul.system-menu li a {
    display: block;
    font-weight: bold;
    padding: 7px 6px 4px 6px;
    color: #98ccff;
    text-indent: 35px;
    border: 1px solid transparent;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }

    ul.system-menu li a:hover {
    color: #fff;
    text-decoration: none;
    border-color: #004080;
    border-radius: 6px;
    -moz-box-shadow:    inset 0 0 10px #033a70;
    -webkit-box-shadow: inset 0 0 10px #033a70;
    box-shadow:         inset 0 0 10px #033a70;

    }

    /* Email */
    #btn-email {
    background-image: url('/img/00/icons/icon-email.png');
    background-position: 6px 4px;
    background-repeat: no-repeat;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background-image: url('/img/00/icons/icon-edit.png');
    background-position: 5px 4px;
    background-repeat: no-repeat;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background-image: url('/img/00/icons/icon-print.png');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 40px;
    }

    /* Alter styles of system buttons that have a dropdown menu */
    #btn-email:hover,
    #btn-email.hover,
    #btn-edit:hover,
    #btn-edit.hover {
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

    /* Send A Link */
    ul.system-menu li.send-link {
    background: url('/img/00/icons/icon-email-send.png') no-repeat 4px 4px;
    }

    /* Contact Us */
    ul.system-menu li.contact-us {
    background: url('/img/00/icons/icon-email-contact.png') no-repeat 4px 4px;
    }

    /* HTML Editor */
    ul.system-menu li.html-editor {
    background: url('/img/00/icons/icon-edit-html.png') no-repeat 4px 4px;
    }

    /* Layout */
    ul.system-menu li.layout {
    background: url('/img/00/icons/icon-edit-layout.png') no-repeat 4px 4px;
    }

    /* Navbuilder */
    ul.system-menu li.navbuilder {
    background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 4px 4px;
    }

    /* Services */
    ul.system-menu li.services {
    background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
    }

    /* Status */
    ul.system-menu li.status-not-done,
    ul.system-menu li.status-done {
    background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
    }

    /* Site Notes */
    ul.system-menu li.site-notes {
    background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
    }

    /* Issue */
    ul.system-menu li.issue {
    background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
    }

    /* Admin */
    ul.system-menu li.admin {
    background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
    }

    /*
    ------------------------------------------------------------------
    --> Page Body Section
    ------------------------------------------------------------------*/

    #page-body {
    width: 100%;
    /*background: #ecf4f7 url('/img/00/noise/light.png') repeat;*/
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */

    div#content-row {
    max-width: 1091px;
    background: #f5f5f5;
    padding: 12px 0;

    -webkit-box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    }

    div#hp-content-row {
    max-width: 1100px;
    background: #f5f5f5;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 25px;

    -webkit-box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    box-shadow: 0px 0 6px rgba(0,0,0,0.45);
    }


    #page-body > .widget-layout-row
    {
    padding-top: 30px;
    }


    /*
    ------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    /*--> titlebar graphic ----------*/
    div.pgtitle{
    /*background: url('/img/00/layout/titlebar-graphic.jpg');*/
    width: 100%;
    background-size: 100% !important;
    margin-bottom: 20px;
    }

    h1.content-title {
    font-family: georgia, times, serif;
    font-weight: normal;
    text-align: left;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 18px;
    cursor: default;
    color: #fff;
    margin: 0;
    font-size: 4em;
    }

	#news-header-cont{
	margin-top:10px;
	}
	
    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 6px;

    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0 5px rgba(0,0,0,0.20);
    }

    /*
    ------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    /* --> Side Buttons ----------------------------------------------*/

    #side-buttons {
    float: left;
    margin-bottom: 20px;
    padding: 0 1px 0 12px;
    vertical-align: top;
    clear: left; 
    }

    #side-content {
    float: right;
    }

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    max-width: 300px;
    float: left;
    margin-right: 15px;
    font-size: 1.8em;
    margin-bottom: 15px;
    border-radius: 8px;
    color: white;
    font-family: georgia, times, serif;
    font-weight: normal;
    text-transform: uppercase;

    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.75);

    background-size: cover !important;

    transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    }

    #dynamic-side-btns a.mm-button-link:hover{ 
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    } 

    #dynamic-side-btns .mm-button-txt-wrap {
    background-image: url('/img/00/bkggrad-button.png'), url('/img/00/second-arrow.png');
    background-position: left top, right 7px;
    background-repeat: repeat-y, no-repeat;
    height: 79px;
    width: 96%;
    padding:15px;
    border-radius: 8px;
    }   

    #dynamic-side-btns span.mm-button-txt {
    width: 75%;
    position: relative;
    display: block;
    }

    #dynamic-side-btns span.mm-button-subtxt {
    display: block;
    margin-top: 4px;
    color: #fff;
    }

    /*
    ------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #59646e; 
    border-radius: 0 0 20px 20px;

    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;

    background: #052b51; /* Old browsers */
    background: -moz-linear-gradient(top,  #052b51 0%, #021e38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#052b51), color-stop(100%,#021e38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #052b51 0%,#021e38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #052b51 0%,#021e38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #052b51 0%,#021e38 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #052b51 0%,#021e38 100%); /* W3C */

    }

    /* Footer Widths */
    #logo-footer{width: 100%; text-align: center;}
    #address-footer{width: 100%; text-align: center;}
    #nav-footer{width: 100%; padding: 0;  text-align: center; margin-top: 20px;}
    #power-footer{ width: 100%; float: left; margin-top: 20px;}

    #footer-social{display: inline-block; text-align: center; width: 100%; vertical-align: top; margin-bottom: 5px;} 
    .footer-hours-cont{display: inline-block;}
    #footer-social img {max-width: none;}

    /* --> Footer Logo -----------------------------------------*/
    a#footer-logo {
    margin-left: 15px;
    width: 242px;
    height: 58px;
    display: inline-block;
    }

    /* --> Footer Address -----------------------------------------*/
    div.footer-address-cont {
    float: left;
    width: 100%;
    font-size: 0.7em;
    }

    p.footer-phone{ font-size: 1.25em !important; font-weight: bold; margin: 0; }
    p.footer-text{ font-size: .9em; }
    p.footer-text-addy { display: inline-block; }
    a#pats-directions{ display: inline-block; color: #0d7dd9; padding: 0 5px; top:0; text-decoration: none; position: relative;}
    a#pats-directions:hover{color: #fff;} 
    a#pats-directions span{ color: #fff; height: 14px; display: inline-block; padding-right: 4px; }

    /* --> Footer Telephone Hours -----------------------------------------*/
    p.footer-hours { 
    color: #fff;
    margin: 0;
    padding: 0;
    }

    /* --> Footer Social -----------------------------------------*/

    #footer-social div.mm-button-wrap.mm-button-1 {
    height: 37px;
    margin-top: 10px;
    }

    /* --> Footer Navigation -----------------------------------------*/

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    margin-left: 10px;
    }

    /* Navigation list item */
    nav.foot-nav ul li { margin-bottom: 3px; }

    /* Navigation list item link */
    nav.foot-nav ul.foot-nav-list li a {
    color: #fff;
    font-size: 1.5em;
    }


    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    margin-bottom: 0;
    max-height: 38px;
    height: 100%;
    overflow: hidden;
    margin-right: 10px; 
    }

    #google_translate_element span{
        display: none;
    }

    select.goog-te-combo { padding: 5px; }
    #google_translate_element .goog-te-gadget { color: #fff; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }


    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }


    /* --> Powered by Civica -----------------------------------------*/

    /* 'Powered by' text */
    span.powered-by-civica {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.0em;
    margin-bottom: 5px;
    margin-right: 5px;
    }

    /* Civica logo */
    #civica-foot-logo {   
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 100%; 
    }

    /*--> Footer Navigation links ----------------------------*/
    #page-footer ul.az-list {
    margin: 0 0 0 -7px;
    font-size: .925em;
    }

    #page-footer ul.az-list li {
    border-right: 1px solid #fff;
    display: inline-block;
    list-style-type: none;
    font-size: 1em !important;
    padding: 0px 0 0 10px;
    height: 17px;
    margin-top: 0px;
    }

    #page-footer ul.az-list li a{ 
    font-size: 1.15em;
    color: #fff;
    padding: 4px 8px 4px 0px;
    }

    #page-footer ul.az-list li a:hover{ color: #0067cd; }


    /*------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'Abadi', sans-serif;
    font-size: 3.4em;
    margin-bottom: 10px;
    }

    #alert_block #status_description {
    margin: 0;
    }

    /* Alert Aggregate Page */

    .date_formatted {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }

    .Status .entry-name {
    font-family: 'Abadi', sans-serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }

    /*
    ------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    /* Galleria slideshows require a defined height */
    #galleria { height: 300px; }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }


    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }

    /** Imported from M.Segura's CSS**/

    #page-last-updated{clear:both;}
    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                                               
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                                                  
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

    /*SITE WIDE ALERT*/

    /*------------------------------------------------------------------
    --> Site Wide Alerts
    ------------------------------------------------------------------*/
    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alert .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alert .title img { display: inline-block; }

    #alert .title h3{ 
    position: relative;
    display: inline-block;
    margin-left: 8px;
    color:#fff;
    vertical-align: top;
    font-family: verdana, tahoma, Arial, sans-serif;
    font-size: 1.4em;
    }

    #alert .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }

    #pm-gallery-sml00 .scrollable .img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }

    .img-wrap {
    float: left;
    padding: 10px;
    }

    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800 url('/img/00/noise/light.png') repeat;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }


    /*Default Leominster Gradient with dark blue on top, light on bottom */
    .gradient{
    background-color: #004080; /* Old browsers */
    background-color: -moz-linear-gradient(top, #004080 0%, #0f64ac 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004080), color-stop(100%,#0f64ac)); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top, #004080 0%,#0f64ac 100%); /* Chrome10+,Safari5.1+ */
    background-color: -o-linear-gradient(top, #004080 0%,#0f64ac 100%); /* Opera 11.10+ */
    background-color: -ms-linear-gradient(top, #004080 0%,#0f64ac 100%); /* IE10+ */
    background-color: linear-gradient(to bottom, #004080 0%,#0f64ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004080', endColorstr='#0f64ac',GradientType=0 ); /* IE6-9 */
    }    

    /*Default Leominster Gradient with light blue on top, dark on bottom */
    .gradient-reverse{
    background-color: #0f64ac; /* Old browsers */
    background-color: -moz-linear-gradient(top,  #0f64ac 0%, #004080 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f64ac), color-stop(100%,#004080)); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* Chrome10+,Safari5.1+ */
    background-color: -o-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* Opera 11.10+ */
    background-color: -ms-linear-gradient(top,  #0f64ac 0%,#004080 100%); /* IE10+ */
    background-color: linear-gradient(to bottom,  #0f64ac 0%,#004080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f64ac', endColorstr='#004080',GradientType=0 ); /* IE6-9 */
    }


    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    
    #jqGalleryDiv table tr.even, 
    #jqGalleryDiv table tr.alt, 
    #jqGalleryDiv table tr:nth-of-type(2n) {
    background: none;
    }

    #pm-gallery00 {
    height:auto !important;
    position: relative;
    }

    /*  Photobook Styles  */
    .Photosizer{
    position: relative;
    }

    .PhotoBG {
    /*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
    background:#fff;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    .floater{ float:left; margin: 0;}

    /*  Photobook Styles  */

    .Photosizer{
    overflow: hidden;
    }

    .Photosizer img {
    overflow: hidden;
    }

    .PhotoBG {
    width: 100%;
    max-width: 250px;
    height: 100%;
    }

    #jqGalleryDiv h2{
    margin-left: 9px;
    font-size: 
    }

    #pm-gallery00 .scrollable {

    position:relative;
    overflow:hidden;
    width: 84%;
    height:120px;
    padding-left: 10px;
    display: inline-block;
    }


    #pm-gallery00 .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
    }

    #pm-gallery00 .items div {
    float:left;
    display: block;
    }

    #pm-gallery00 .scrollable div.img-wrap {
    margin: 29px 5px 29px 5px;
    padding:0px;
    }

    #pm-gallery00 .scrollable img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    margin: 0;
    opacity: .5;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    #pm-gallery00 .scrollable img:hover{
    opacity: 1;
    border: 3px solid #006ad3;   
    }

    #image_wrap img{
    cursor: default;
    margin:0;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    #galBackOuter > div {
    margin-left: 10px;
    margin-top: 20px;
    }

    #image_wrap_g img{
    cursor: default;
    padding-bottom: 10px;
    margin-left:10px;
    }

    .img-wrap:hover{
    cursor:pointer;
    }

    #pm-gallery00 .scrollable .active {
    border: 3px solid #006ad3;
    position:relative;
    cursor:default;
    opacity: 1;
    }

    #gallery-wrap{
    position: relative;
    display: block;
    padding: 0 5px;
    }

    #caption_wrap{
    position: relative;
    width: 100%;
    bottom: 6px;
    padding: 10px 10px 20px 10px;
    background:#014e99;
    }

    #pm-gallery00 .scrollable {
    float:left; 
    }


    #pm-gallery00 a.browse {
    background:url(/custom/photomanager/hori_large.png) no-repeat;
    display:block;
    width: 4%;
    height:30px;
    float:left;
    margin:40px 5px;
    cursor:pointer;
    font-size:1px;
    }


    #pm-gallery00 a.right           { background-position: 0 -40px; clear:right; margin-right: 5px;}
    #pm-gallery00 a.right:hover     { background-position:-30px -40px; }
    #pm-gallery00 a.right:active    { background-position:-60px -40px; } 
    #pm-gallery00 a.right.disabled  {opacity: .5}

    }
    #pm-gallery00 a.left            { margin-left: 10px; } 
    #pm-gallery00 a.left:hover      { background-position:-30px 0; }
    #pm-gallery00 a.left:active     { background-position:-60px 0; }
    #pm-gallery00 a.left.disabled   {opacity: .5}

    #pm-gallery00 #image_wrap {
    width:100%;
    margin:0;
    position: relative;
    }

    #pm-gallery00 #image_wrap_g {

    width:100%;
    min-height:400px;
    height:100% ;
    margin:0;
    }

    #pm-gallery00 #scrollable_wrap {
    width: 100%;
    padding: 0;
    }

    #pm-gallery00 #text_wrap {
    width: 100%;
    margin:0 10px;
    color: white;
    }

    #pm-gallery00 h1, #pm-gallery00 h2, #pm-gallery00 h3 {
    margin: 0 10px 0 10px;
    color: white;
    }

    #pm-gallery00 #overlay
    {
    width: 300px;
    height: 240px;
    background: #e4e2e3;
    display: none;
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #000;
    }

    #pm-gallery00 #overlay #edtdiv
    {
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #c00;
    }

    #pm-gallery00 #overlay #title font
    {
    font: normal normal bold 27px/33px Garamond, Times, serif;
    color:#b4b08c;
    display:block;
    font-variant: small-caps;
    }

    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* -------------------------------------------------- 
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */

/* -------------------------------------------------- 
Recaptcha Override
-----------------------------------------------------*/

    #recaptcha_widget_div #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    }
    #recaptcha_widget_div #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
    }
    #recaptcha_widget_div .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 95% !important;
    }
    #recaptcha_widget_div .recaptchatable .recaptcha_r1_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r3_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r3_c2,
    #recaptcha_widget_div .recaptchatable .recaptcha_r7_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r8_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r3_c3,
    #recaptcha_widget_div .recaptchatable .recaptcha_r2_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r4_c1,
    #recaptcha_widget_div .recaptchatable .recaptcha_r4_c2,
    #recaptcha_widget_div .recaptchatable .recaptcha_r4_c4,
    #recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    }
    #recaptcha_widget_div #recaptcha_table tbody tr td {
    padding: 0 !important;
    width: 75px;
    }
    #recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
    padding-right: 0 !important;
    }
    #recaptcha_widget_div #recaptcha_privacy a {
    line-height: 1.2em;
    }
    #recaptcha_widget_div span#recaptcha_privacy {
    width: 50px;
    }

    #recaptcha_widget_div #recaptcha_area, #recaptcha_widget_div #recaptcha_table {
    width: 100%!important;
    }
    .captcha {
    width: 100% !important;
    }

    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */
    @media only screen and (max-width: 767px) {

    table.responsive { margin-bottom: 0; }

    .pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
    .pinned table { border-right: none; border-left: none; width: 100%; }
    .pinned table th, .pinned table td { white-space: nowrap; }
    .pinned td:last-child { border-bottom: 0; }

    div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
    div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }  

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
    
    .scrollable.swipeMsg:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 1px solid #495c75;
    border-radius: 5px;
    color: #495c75;
    content: "<< Swipe for more content >>";
    display: block;
    font-size: 0.8em;
    margin: 0.3em 0;
    padding: 0.2em;
    text-align: center;
    width: 100%;
    }


}
