﻿/* Fonts */

@font-face {
font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Com 77 Bold Condensed'), url('/inc/public/fonts/Helvetica-Neue-LT.woff') format('woff');
}

@media print{

    /** {border:1px solid #000000 !important;}*/
    div:not(.reveal-modal) {
    display: inherit !important;
    }

    #header-right .utils-wrap a{
      display:none;
    }
    .row .column, .row .columns{
      display:none;
    }

    @page {
    margin: 0;
    }

    #content-row
    {
    border: 0;
    }

    h1#header-logo a{
    text-decoration: none !important;
    }

    #hgroup#logo-header {
    padding: 0 !important;
    margin:0 !important;
    height: 100px !important;
    }

    .edtdiv{
    margin-bottom: 0 !important;
    }

    #logo-header {height: 75px !important;padding: 0 !important; margin:0 !important;}
    #page-body, #content-row{padding: 0 !important; margin:0 !important;}

    #search_inbox,
    #search_button,
    a[href]:after,
    #header-top,
    #civica-foot-logo,
    #side-buttons,
    #search-wrapper,
    #az-footer,
    #navfooter-bottom
    {
    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, #copyright-span{
    display: none !important;
    }


    #page-body{
    display:block !important; float:left  !important; clear:both  !important;
    }

}

    /* This is the hilight color when you select text on the website. */
    ::selection {
    background: #232323; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #232323; /* Firefox */
    color: #fff;
    }


    /* force safari mobile devices to not automatically render rounded corners on search iput */
    #site-search input,
        .site-search input {
    -webkit-border-radius: 0 !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;
    }

    #page-wrap .row {
    margin-right: auto;
    margin-left: auto;
    }

    /*------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
    }

    /* 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: #074a84;
    font-weight: bold;
    cursor: pointer ;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #08589e;
    text-decoration: none;
    }

    a:active { color: #08589e; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    background-color: #074a84;
    border-color: #074a84;
    border-radius: 4px;

    transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    }

    .button:hover{
    background-color: #08589e;
    border-color: #08589e;
    }

    .button:active{
    background-color: #08589e;
    border-color: #08589e;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #074a84;
    border-color: #074a84;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #08589e;
    border-color: #08589e;
    }

    .button-cancel:active{
    background-color: #bf360c;
    border-color: #bf360c;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    font-weight: normal;
    color: #074a84
    }

    h1, .h1 {
    font-size: 3em;
    }

    h2, .h2 {
    font-size: 2.5em;
    }

    h3, .h3 {
    font-size: 2em;
    }

    h4, .h4 {
    font-size: 1.5em;
    }

    h5, .h5 {
    font-size: 1.3em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.2em;
    font-weight: bold;
    }


    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em;
    }

    table table,
    table tr td span,
    table tr td font {
    font-size: inherit;
    }

    /* Default scale for <table> elements */
    table tr th {
    font-size: inherit;
    background: none repeat scroll 0 0 #074a84;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    line-height:20px;
    font-size: 1.2em;
    }

    table tr td {
    font-size: inherit;
    padding: 10px 30px;
    }

    table tr td p,
    table tr td a {
    font-size: inherit;
    margin: 0;
    }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none repeat scroll 0 0 #fff;
    }

    hr {
    display: inline-block;
    width: 100%;
    margin:30px 0;
    }


    /* --> Calendar  -------------------------------------------------*/
    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }

    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: rgba(0, 72, 134, 0.8);
    position: relative;
    z-index: 55;
    padding: 10px 0 0 0;
    }

    header#page-header.home-header {position: absolute;}

    #header-top {
    text-align: center;
    }

    #header-left {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
    }

    #header-right {
    width: 100%;
    padding: 0;
    }


    /* --> Header Logo -----------------------------------------------*/

    .city-logo {
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
    position: relative;
    }


    /* --> Header Links ----------------------------------------------*/

    .admin-log {
    position: absolute;
    }

    .admin-log ul.system-menu {left:0; top: 33px;}
    .admin-log span {display: none;}

    #admin-log #btn-edit {
    background: transparent url('/img/00/icons/icon-edit-white.png') no-repeat center center;
    background-color: #ec754a;
    padding: 33px !important;
    width: 100%;
    border-radius: 0;
    }

    ul.head-links {
    list-style: none;
    margin: 0;
    display:block;
    padding-top: 10px;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }

    ul.head-links li {
    display: inline-block;
    vertical-align: top;
    }

    span#header-date {
    color: #d6d69a;
    cursor: default;
    }

    #header-right a.city_site {
    display: none;
    }

    a.head-link {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 1.4em;

    }

    a.head-link:hover{
    color: #ebeba9;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 0;
    top: -4px;
    position: relative
    }

    ul.head-links .divder-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    background: #fff;
    height: 16px;
    width: 2px;
    position: relative;
    top: 1px;
    }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    #cse {padding: 0 20px;}

    #cse .gs-result a.gs-visibleUrl,
    #cse .gs-result .gs-visibleUrl {
    color: #abaa22;
    text-decoration: none;
    }

    #cse table tr td {padding: 10px;}

    .gsc-tabHeader.gsc-tabhInactive,
    .gsc-tabHeader.gsc-tabhActive {padding: 10px;}

    #search-wrapper-home {
    display:table-cell;
    width: 100%;
    z-index: 10;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    }

    #search-wrapper {
    text-align: center;
    margin: 20px 0;
    }

    .search-input {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 80%;
    font-size: 1.7em;
    color: #abaa22;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }

    #search-wrapper-home .search-input {
    width: 67%;
    }

    #search-wrapper-home .search-button {
    width: 23%;
    }

    .search-button {
    display: inline-block;
    position: relative;
    width: 14%;
    vertical-align: top;
    }

    .search-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 15px;
    }

    .search-wrap form {
    margin: 0;
    }

    /* --> Search Input ----------------------------------------------*/

    .search-input form {
    margin: 0;
    }

    input#site-search,
    input.site-search {
    margin: 0;
    padding: 7px 0 0 19px;
    font-size: 1.5em;
    font-weight: 300;
    border-radius: 0;
    border: 0;
    color: #abaa22;
    background: #fff;
    border-right: 0;
    outline: none;
    height: 70px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);

    transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #search-wrapper-home input#site-search,
    #search-wrapper-home input.site-search {
    height: 55px;
    font-size: 1.4em;
    }

    input#site-search:hover,
    input.site-search:hover {
    background: #fafafa;
    }

    input#site-search:focus,
    input.site-search:focus {
    background: #fafafa;
    }


    /* --> Search Button ---------------------------------------------*/

    a#site-search-btn,
    a.site-search-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 17px!important;
    height: 70px;
    position: absolute;
    right: 3px;
    padding-top: 9px!important;
    background: url('/img/00/searchicon.png') no-repeat center #325987;
    border: 0;
    margin: 0;
    border-radius: 0;

    -webkit-box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.4);

    -webkit-appearance: none;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    background: url('/img/00/searchicon.png') no-repeat center #38669c;
    }

    #search-wrapper-home a#site-search-btn,
    #search-wrapper-home a.site-search-btn {
    height: 55px;
    }

    ::-webkit-input-placeholder { color: #abaa22; opacity: 1 !important; }
    :-moz-placeholder { color: #abaa22;}
    ::-moz-placeholder {color: #abaa22;}
    :-ms-input-placeholder {color: #abaa22;}


/*------------------------------------------------------------------
--> Home Background Iamge
------------------------------------------------------------------*/

    #home-background-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    }

    #homebg {
    position: relative;
    height: 500px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    }

    #homebg .picture {
    display: inline-block;
    height: 100%;
    max-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -0;
    position: fixed;
    z-index: -1;
    top:0;
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -moz-animation: fadein 3s; /* Firefox */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera */
    }

/*------------------------------------------------------------------
--> Secondary Background Iamge
------------------------------------------------------------------*/

    #secondary-background-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    }

    #secondarybg {
    position: absolute;
    height: 800px;
    width: 100%;
    display: inline-block;
    }

    #secondarybg .picture {
    display: inline-block;
    height: 100%;
    max-height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -0;
    position: fixed;
    z-index: -1;
    top:0;
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -moz-animation: fadein 3s; /* Firefox */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera */
    }

    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Firefox */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Safari and Chrome */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }​

    /* Opera */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #00335e;
    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%;
    }

    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name {
    display: block;
    }


    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-size: 2em;
    font-weight: normal;
    white-space: normal;
    background: #36474f;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    text-transform: uppercase;

    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: #666;
    }

    /* 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: 'Roboto', sans-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: 'Roboto', sans-serif;
    font-size: 1.4em;
    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: inherit;
    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: 'Roboto', sans-serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #ededed;
    padding-left: 30px;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #333;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

    /*------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    color: #074a84;
    padding: 10px 10px 0 10px;
    text-shadow: 2px 3px 0 #d5d5d5;
    border-bottom:3px solid #b9b9b9;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }


    /* --> Side Navigation List ---------------------------------------*/

    #sidenav-col {
    padding: 0;
    display: inline-block;
    position: relative;
    background: #ededed;
    margin-bottom: 15px;
    }

    #side-nav {
    padding: 10px 0 0 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    }

    nav#side-nav ul.side-nav-list {
    margin-bottom: 20px;
    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: transparent;
    }


    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #333;
    border: 0;
    padding: 10px;
    line-height: 20px;
    border-bottom: 1px solid #b9b9b9;
    font-weight: normal;
    transition: background-color .6s ease-out, padding .6s ease-out;
    -o-transition: background-color .6s ease-out, padding .6s ease-out;
    -moz-transition: background-color .6s ease-out, padding .6s ease-out;
    -webkit-transition: background-color .6s ease-out, padding .6s ease-out;
    }

    nav#side-nav .sf-menu a:hover,
    nav#side-nav .sf-menu a:focus {
    background: #d5d5d5;
    }

    /* 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: 0;
    width: 100%;
    position: relative;
    background: #ededed;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    left: 91%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color:  #08589e;
    border-left-color:transparent;
    border-width: 5px;
    margin-top: -5px;
    display: block;
    background: transparent;
    }

    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    padding: 3px 0;
    background: #2f6193;
    }

    #crumbs,
    #editor {
    padding: 0;
    }

    .crumbs-section,
    .icon-section {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
    width: 100%;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    }

    ul.bcrumb-list a{
    color: #fff;
    font-weight: normal;
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    margin-right: 10px;
    font-weight: normal;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    font-size: inherit;
    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: 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;
    margin:0;
    background-color: #fff;
    border: none;
    padding: 10px 10px;
    box-shadow: none;

    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: transparent !important;
    box-shadow: 0
    color:#430232;
    }

    .addthis_toolbox a {
    margin-top: 1px;
    padding: 5px 2px 5px 2px;
    border-radius: 6px;
    }

    .addthis_toolbox a:hover{
    background-color: #fff !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: #fff;
    margin: 0;
    padding: 5px;
    right:0px;
    border-radius: 6px;
    box-shadow: 0 4px 6px #666;
    z-index: 1000006;
    }

    /* 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: 6px 0;
    color: #262727;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #0099cc;
    text-decoration: none;
    border-color: #0099cc;
    border-radius: 6px;
    }

    /* Email */
    #btn-email {
    background: url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background: url('/img/00/icons/icon-edit.png') no-repeat 5px 4px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: url('/img/00/icons/icon-print.png') no-repeat 5px 3px;
    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 0 center;
    }

    /* Contact Us */
    ul.system-menu li.contact-us {
    background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
    }

    /* HTML Editor */
    ul.system-menu li.html-editor {
    background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
    }

    /* Layout */
    ul.system-menu li.layout {
    background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
    }

    /* Navbuilder */
    ul.system-menu li.navbuilder {
    background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
    }

    /* 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%;
    position: relative;
    }

    #content-row {
    padding-top: 0;
    }

    #main-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    }

    #page-wrapper,
    #full-view {
    background: #fff;
    padding: 12px;
    display: inline-block;
    width: 100%;
    }

    #home-wrapper {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    }

    .home-title h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    line-height: 25px;
    }

    a.alllink {
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 2.4em;
    margin-bottom: 1em;
    }

    a.alllink.news {
    color: #6d6f00;
    }

    a.alllink.calendar {
    color: #6d6f00;
    }

    .title-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    }

    .title-wrapper.border-cal {
    border-bottom: 1px solid #c7c5c4;
    margin-bottom: 1em;
    }

    .main-title {
    font-size: 5em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 4px 5px 0 #d5d5d5;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }

    .main-title.engagement,
    .main-title.transparency {
    text-shadow: 4px 5px 0 rgba(0,0,0,0.2);
    }

    .main-title.color {
    color: #6d6f00;
    }

    .main-title.cal {
    margin: 0 0 5px 0;
    }

    /*------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    .pgtitle {
    padding: 30px 20px 0 20px;
    }

    #full-view .pgtitle {padding: 0;}
    #full-view h1.content-title {border-bottom: 0;}

    h1.content-title {
    font-size: 3.6em;
    color:#074a84;
    padding-bottom: 2px;
    margin-top: 0;
    border-bottom:3px solid #b9b9b9;
    cursor: default;
    text-shadow: 2px 3px 0 #d5d5d5;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }


    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    padding: 0;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    #home-wrap {
    padding-top: 5em;
    display: inline-block;
    width: 100%;
    position: relative;
    }

    /* --> Homepage Blocks -------------------------------------------*/


    section#engagement{
    width: 100%;
    height: 100%;
    background: url('/img/00/layout/eagegment_bkg.jpg') center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 8em 0;
    position: relative;
    top: 0;
    text-align: center;
    z-index: 1;
    }

    #media,#twitter,#hours {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 20px;
    }

    #media .mm-button-wrap {
    display: inline-block;
    position: relative;
    padding: 15px;
    width: 50%;
    }


    #header-notify-txt {
    background: #aaac00;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 3em;
    height: 100%;
    min-height: 336px;
    }

    .cityhall-img {
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 0;
    }

    h3#header-date {
    position: relative;
    z-index: 54;
    text-transform: uppercase;
    color: white;
    font-size: 3em;
    text-align: center;
    width: 100%;
    }

    p#header-discussion {
    position: absolute;
    bottom: 1px;
    left: 24%;
    color: white;
    z-index: 55;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'Roboto Condensed', sans-serif;
    }


    section#transparency{
    width: 100%;
    height: 100%;
    background: url('/img/00/transparency.jpg') center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 8em 0;
    position: relative;
    top: 0;
    text-align: center;
    z-index: 1;
    }

    section#transparency .mm-button-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50%;
    padding: 4em;
    }

    section#transparency .mm-button-img  {
    padding-bottom: 25px;
    }

    section#transparency .mm-button-link {
    display: inline-block;
    width: 100%;
    position: relative;
    color: white;
    font-weight: normal;
    }

    .mm-button-txt {
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
    }

    /* --> Events List -----------------------------------------------*/

    /* Event title */
    .event-title {
    font-size: 2.1em;
    margin: 5px 0;
    }

    .event-title a {
    color: #16828c;
    font-size: inherit;
    }

    /* Event Time */
    .event-time { font-size: .825em; }

    /* Date section heading */
    .events-datesection {
s
    font-weight: bold;
    font-size: 1.35em;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

    /* Style on text if there are no events */
    .no-events {
    color: #666;
    font-size: 1.4em;
    font-style: italic;
    }

    /* Separator between events */
    hr.events-sep { margin: 15px 0; }


    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    padding: 0;
    margin-bottom: 15px;
    }

    #col2Content {
    padding: 0;
    float: left;
    }

    #mainbox{
    display: inline-block;
    position: relative;
    width: 100%;
    }

    .code_snippet_box{
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    float: left;
    }

    .details_box {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    }

    .details_right{
    float: left;
    width: 100%;
    }

    #mainbox .details_box h2 a {
    color:#222;
    font-size: inherit;
    text-transform: uppercase;
    }

    #mainbox .details_box p {
    clear: both;
    padding-top: 5px;
    }

    #mainbox .details_box span {
    text-transform: uppercase;
    font-weight: bold;
    }

    #mainbox .details_box ul {
    list-style: none;
    margin-left: 0;
    font-size: 1.2em;
    }

    #mainbox .details_box ul li {
    margin-bottom: 5px;
    }


    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    }

    #dynamic-side-btns .mm-button-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 150px;
    max-width: 100%;
    margin-right: 5px;
    font-size: 1.8em;
    text-shadow: 0 1px 0 #000;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #fff;
    padding-bottom: 10px;
    background-size: cover !important;

    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);

    }


    #dynamic-side-btns .mm-button-txt-wrap {
    background: rgba(0, 69, 140, 0.75);
    padding: 15px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-side-btns a:hover .mm-button-txt-wrap  {
    background: rgba(0, 69, 140, 0.9);
    }

    #dynamic-side-btns  .mm-button-txt {
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    color: #fff;
    text-shadow: 0;
    font-size: 1.1em;
    }

    #dynamic-side-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    color: #fff;
    font-weight: normal;
    }

    /* Back To Top */

    .civica-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #004385 url('/img/00/cd-top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 690;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    }

    .civica-top.civica-is-visible, .civica-top.civica-fade-out, .no-touch .civica-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    }
    .civica-top.civica-is-visible {
    visibility: visible;
    opacity: 1;
    }
    .civica-top.civica-fade-out {
    opacity: .5;
    }
    .no-touch .civica-top:hover {
    background-color: #004385;
    opacity: 1;
    }

    #scrolltobottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -4em;
    }

    #scrolltobottom img.icons-scroll {
    max-width: 100px;
    }

    #scrolltobottom a.bottom-scroll {
    display: inline-block;
    position: relative;
    }

    .padding-wrapper {
    text-align: center;
    }

    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    background-color: #074b84;
    color: #fff;
    padding-top: 5em;
    padding-bottom: 30px;
    text-align: center;
    }

    #az-footer {
    background-color: #3b3b3b;
    color: #fff;
    padding: 7em 15px;
    text-align: center;
    margin-top: -2px;
    }

    #footer-left {
    width: 100%;
    text-align: center;
    }

    #footer-right {
    width: 100%;
    text-align: center;
    }

    /* --> 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-weight: normal;
    text-transform: uppercase;
    font-size: 1.6em;
    }

    .az-title {
    text-transform: uppercase;
    color: #cfcfcf;
    font-size: 3.8em;
    }

    .az-title.report,
    nav.foot-nav.report ul.foot-nav-list li a  {
    color: #a6bed6;
    }

    .az-title.pay,
    nav.foot-nav.pay ul.foot-nav-list li a  {
    color: #b5b356;
    }

    .az-title.resident,
    nav.foot-nav.resident ul.foot-nav-list li a  {
    color: #e1e1a9;
    }

    /* --> Footer Navigation -----------------------------------------*/

    .address {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-bottom: 3em;
    }

    .footer-address p {
    margin: 0;
    font-size: 1.6em;
    line-height: 20px;
    font-weight: 600
    }

    .footer-address .address {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    }

    .footer_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 1px;
    display: inline-block;
    color: white;
    width: 100%;
    margin: 0;
    }

/* --> Footer Sign Up Form -----------------------------------------*/

    #email_signup_div {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 2.2em;
    }

    .go1 {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    }

    #email_signup_div input.emailform{
    height: 34px;
    padding: 0 0 0 1em;
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 1.4em;
    border-radius: 0;
    width: 98%;
    background: url('/img/00/bkg_input.png') #fff repeat-x;
    }

    #email_signup_div a.signup {
    background: url('/img/00/button_bkg.png') #aaac00 repeat-x;
    font-size: 1.4em;
    width: 155px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    display: inline-block;
    padding: 10px;
    bottom: 8px;
    border-radius: 0;
    color: white;
    right: 0;
    }

    #az-col {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    }

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    display: inline-block;
    max-width: 215px;
    position: relative;
    margin: 0;
    padding: 0;
    }

    #google_translate_element .goog-te-gadget-simple {
    padding: 8px;
    border:0;
    display: inline-block;
    width: 100%;
    }

    #google_translate_element .goog-te-menu-value {
    color: #5a5959;
    }


    #google_translate_element span a span:last-child {
    color: #454545 !important;
    font-size: .6em;
    right: 7px;
    position: absolute;
    top: 12px;
    }


    select.goog-te-combo {
    padding: 5px;
    }

    #google_translate_element .goog-te-gadget {
    color: #6e3934;
    }

     #google_translate_element .goog-te-gadget img {
    display: none;
     }

    #google_translate_element .goog-te-gadget a.goog-logo-link {
    color: #6e3934;
    padding: 0 5px 0 0;
    }

    #google_translate_element span{
    font-size: 1em;
    font-weight: normal;
    }

    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }


    /* --> Powered by Civica -----------------------------------------*/

    #civica-foot-logo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    float: none;
    width: 100%;
    }

    /* Civica logo */
    #civica-foot-logo a{
    text-align: center;
    margin: 3em 0 0 0 ;
    display: inline-block;
    width: 100%;
    }

    #civica-foot-logo img {
    max-width: 200px;
    }

    /* --> Copyright -------------------------------------------------*/

    #navfooter-bottom {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #074b84;
    text-align: center;
    }

    /* Navigation list */
    nav.foot-nav-bottom ul.foot-nav-list {
    list-style: none;
    margin-left: 10px;
    }

    /* Navigation list item */
    nav.foot-nav-bottom ul li { margin-bottom: 3px; display: inline-block; padding: 0 3%; }

    /* Navigation list item link */
    nav.foot-nav-bottom ul.foot-nav-list li a {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    }

    /*------------------------------------------------------------------
    --> Charm Bar
    ------------------------------------------------------------------*/

    #portal-charms .favsicon {display: none;}

    #charm-toggle {
    position: absolute;
    color: #fff;
    left: 0;
    top: 10px;
    padding: 5px 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid #003261;
    border-right: 0;
    background: #003261;
    font-size: 1.0em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 500;

    transition: all .3s ease-in-out
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #charm-toggle .fa-long-arrow-left {
    font-size: 1em;
    }

    #charm-toggle:hover {
    text-decoration: none;
    background: #006edb;
    border-color: #006edb;
    }

    #charm-toggle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
    }

    #charm-bar {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,67,133, 0.7);
    z-index: 500;
    }

    /* --> Charms ----------------------------------------------------*/

    #close-charms {
    position: fixed;
    top: 25px;
    right: 4%;
    color: #fff;
    font-size: 1.5em;
    background: #003261;
    border-radius: 9999px;
    padding: 8px 10px;
    border: 1px solid #003261;
    z-index: 555;
    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #close-charms:hover {
    text-decoration: none;
    background: #006edb;
    }

    #dynamic-charms {
    margin-top: 20px;
    }

    #static-charms {
    margin-top: 20px;
    }


    /* Link wrapper */
    #dynamic-charms .mm-button-link,
    #static-charms .mm-button-link,
    #dynamic-charms .portal-myIcon-wrap,
    #portal-charms .portal-myIcon-wrap,
    #portal-charms #btn-fav {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: normal;
    border-radius: 50%;
    background: #003261;
    padding: 20px 0;
    margin-bottom: 8px;
    height: 75px;
    width: 75px;
    border:0;
    line-height: inherit;

    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;
    }

    #dynamic-charms .mm-button-link:hover,
    #static-charms .mm-button-link:hover,
    #dynamic-charms .portal-myIcon-wrap:hover,
    #portal-charms .portal-myIcon-wrap:hover {
    background-color: #006edb;
    text-decoration: none;
    }

    /* Charm icon image */
    #dynamic-charms .mm-button-img,
    #static-charms .mm-button-img,
    #dynamic-charms .portal-myIcon-img,
    #portal-charms .portal-myIcon-img {
    height: 32px;
    width: 32px;
    }

    #charm-bar .mm-button-wrap {
    margin: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    }

    #dynamic-charms .mm-button-txt,
    #static-charms .mm-button-txt,
    #dynamic-charms .portal-myIcon-text,
    #portal-charms .portal-myIcon-text {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    }

    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    background: #2f6193;
    color: #fff;
    }

    tr.prHeadline h6 {
    color: white;
    }

    .prHeader {
    margin: 0;
    }

    table.pressRTable p {
    padding: 0;
    margin: 0;
    }

    /*------------------------------------------------------------------
    --> Jobs
    ------------------------------------------------------------------*/

    h3.jobTitle {
    margin: 0;
    }

   /*------------------------------------------------------------------
    --> Phone Directory Phone Book
    ------------------------------------------------------------------*/

    input#phone-search {
    height: 35px;
    font-size: 1.4em;
    }

    a#phone-search-btn {
    color: #fff;
    height: 33px;
    font-size: 1.4em;
    }

    /*------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'Roboto', 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: 'Roboto', 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;
    height: auto;
    background: #232323;
    border: 0px solid transparent;
    }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }


    .floater{ float:left; margin: 0; padding: 5px;}

    /* 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%;}

/*HOMEPAGE ALERT*/

/*------------------------------------------------------------------
--> Homepage Alerts
------------------------------------------------------------------*/

    #alert_overlay {
    position: fixed;
    right: auto;
    bottom: -170px;
    margin-top: 0px;
    z-index: 100;
    width: 100%;

    transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    }

    #alert_overlay a{color: white;}

    #alert-overlay-inner {
    border: 1px solid #cd6900;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    }

    .alert_title{
    background: red;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    z-index: 10000;
    }

    .alert_title:before, .alert_title:after {
    position: absolute;
    top: 100%;
    content: '';
    width: 50%;
    height: 25px;
    }

    .alert_title:before {
    left: 0;
    background: linear-gradient(to left bottom, red 50%, transparent 50%);
    }

    .alert_title:after {
    right: 0;
    background: linear-gradient(to bottom right, red 50%, transparent 50%);
    }

    .alert_body{
    padding: 33px 15px 30px 15px !important;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
    }

    .alert_body span {
    font-size: inherit;
    font-weight: bold;
    display: inline-block;
    position:relative;
    padding-bottom: 10px;
    }

    .alert_body p{
    margin: 0;
    line-height: 20px;
    font-size: inherit;
    }


    .alert_body a{
    font-size: inherit;
    }

    #alert-overlay-inner h3{
    font-size: 1.6em;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    }

    #alert_overlay img.close{
    position: absolute;
    top: -14px;
    right: -7px;
    left: auto;
    cursor:pointer;
    opacity: 1;
    z-index:140000;
    transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    }

    #alert_overlay img.active{
    opacity: 0;
    }

/*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: 'Roboto', 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 div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }

    /*------------------------------------------------------------------
    --> Simple Forms Styles
    ------------------------------------------------------------------*/
    /*remove border around fieldset*/
    fieldset{ border: 0px solid transparent; }
    /* normalize table based form */
    div#sfmQuestionForm td { background-color: #fcfcfc !important; }

    /*Option and Check Boxes*/
    td.sFoption{
    width: 5%;
    }

    .border{ border: 5px solid red; }

    div#sfmQuestionForm .button{
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button{
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button.sfReset {
    background: #FF5722;
    border: 1px solid #FF5722;
    }

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/
    h3.newsheader { font-size: inherit; }

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/

    span.faqarrow {
    font-size: 1.425em;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 0;
    text-decoration: none !important;
    }

    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;
    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;
    }

/*------------------------------------------------------------------
--> 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;
    overflow: hidden;
    }

    .PhotoBG {
    width: 100%;
    max-width: 250px;
    height: 100%;
    -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);
    }

    /*  Photobook Styles  */

    .Photosizer img {
    overflow: hidden;
    }

    #jqGalleryDiv {margin: 30px;}

    #jqGalleryDiv span.caption_text{
    display: inline-block;
    position: absolute;
    background-color: rgba(7, 74, 132, 0.9);
    color: #fff;
    bottom: 1px;
    font-size: 1.4em !important;
    padding: 20px;
    width: 100%;
    font-family: 'Helvetica Neue LT Com 77 Bold Condensed';
    }

    #jqGalleryDiv h2{
    padding: 20px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 4px;
    background-color: rgba(7, 74, 132, 0.9);
    z-index: 10;
    }

    #jqGalleryDiv h2 span {
    color: #fff;
    font-size: inherit;
    }

    #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;
    box-shadow: none;
    margin: 0;
    opacity: .5;
    height: 80px;

    -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 #abaa22;
    }

    #image_wrap img{
    cursor: default;
    margin:0;
    border: 0;
    box-shadow: none;
    }

    #galBackOuter > div {
    margin-left: 10px;
    margin-top: 20px;
    }

    #image_wrap_g img{
    cursor: default;
    padding-bottom: 15px;
    width: 100%;
    max-width: 815px;
    }

    .cv-photo-gallery .img-wrap {
    display: inline-block;
    padding: 5px;
    }

    #image_wrap_g {
    position: relative;
    }

    .img-wrap:hover{
    cursor:pointer;
    }

    #pm-gallery00 .scrollable .active {
    border: 3px solid #abaa22;
    position:relative;
    cursor:default;
    opacity: 1;
    }

    #gallery-wrap{
    position: relative;
    display: block;
    padding: 0 5px;
    }

    #caption_wrap{
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 10px 10px 20px 10px;
    background:#074a84;
    border-top: 1px solid #0b67a5;
    }

    #caption_wrap .title {
    color: #fff;
    }

    #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;

    transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    }

    #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;
    }

    /*Start: Code Snippet Custom Side Columns*/
    #pageHTML { position: relative; }
    .edt-main-content{ float: left; padding: 10px !important; }

    .edt-side-content{
    background: #f5f5f5;
    float: right;
    padding: 10px !important;
    }

    .edt-side-content-custom{
    background: #00747e;
    color: #fff;
    float: right;
    padding: 10px !important;
    }

    /*End: Code Snippet Custom Side Columns*/

    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


/* Image Captions Defualt --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 0 20px 0;
    }

    .caption_right{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    }

    .caption_right img,
    .caption_left img {
    margin: 0 !important;
    }

    span.caption_text{
    display: block;
    position: relative;
    background: transparent;
    color: #333;
    bottom: 8px;
    font-size: 1.4em !important;
    padding: 10px 15px 10px 15px;
    }

/* Image Captions Full --------------------------------------------------------------------------*/

    .caption_full{
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    }

    .caption_full img {
    margin: 0 !important;
    }

    .caption_full span.caption_text{
    padding: 20px;
    color: #fff;
    font-size: 1.4em !important;
    position: absolute;
    width: 100%;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.7);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }

    #feed {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-bottom: 7em;
    }

    #feed .entryWrapper {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    vertical-align: top;
    padding: 0;
    }

    #feed .entryTitle h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    line-height: 25px;
    }

    #feed .entryTitle h3 a {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    }

    #feed .entryContent {
    font-size: 1.4em;
    line-height: 20px;
    }

    #feed .entryDate {margin-bottom: 5px;font-weight: bold;}

    #feed .entryContent p,
    #feed .entryContent a,
    #feed .entryContent font,
    #feed .entryContent span {font-size: inherit;}

    #feed .entryImage img {
    width: 100% !important;
    max-width: 350px;
    margin-bottom: 15px;
    padding: 0 !important;
    }

    #feed .entryImage {
    overflow: hidden;
    height: 171px;
    margin-bottom: 20px;
    }


    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* --------------------------------------------------
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */


    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */

    @media only screen and (max-width: 767px) {

        table.responsive {
            margin-bottom: 0;
        }
        .scrollable.swipeMsg::before {
            background: rgba(255, 200, 0, 0.2) none repeat scroll 0 0;
            border: 1px solid #ffcc00;
            border-radius: 5px;
            color: #666;
            content: "<< Swipe for more content >>";
            display: block;
            font-size: 0.8em;
            margin: 0.3em 0;
            padding: 0.2em;
            text-align: center;
            width: 100%;
        }
        .pinned {
            background: #fff none repeat scroll 0 0;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            left: 0;
            overflow-x: scroll;
            overflow-y: hidden;
            position: absolute;
            top: 0;
            width: 35%;
        }
        .pinned table {
            border-left: medium none;
            border-right: medium none;
            width: 100%;
        }
        .pinned table th, .pinned table td {
            white-space: nowrap;
        }
        .pinned td:last-child {
            border-bottom: 0 none;
        }
        div.table-wrapper {
            margin-bottom: 20px;
            overflow: hidden;
            position: relative;
        }
        div.table-wrapper div.scrollable {
            overflow-x: scroll;
            overflow-y: hidden;
        }
        table.responsive td, table.responsive th {
            overflow: hidden;
            position: relative;
            white-space: nowrap;
        }

        nav.main-nav .dropdown li.nav-item a:hover {
            color: #36474f;
        }

    }


    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }
