﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,700,500);

@media print{


    /** {border:1px solid #000000 !important;}*/
    div:not(.reveal-modal) {
    display: inherit !important;
    }

    @page {
    margin: 0;
    }

    #content-row{
    border: 0 !important;
    }

    a,
    #page-content a,
    #page-content p {
    color: #000 !important;
    }

    #col2Content{
    margin-top: 15px !important;
    }

    #logo_newton {
    padding-bottom: 15px !important;
    }

    #page-header{padding-top: 15px !important;}
    h1#header-logo a{
    text-decoration: none !important;
    }

    .edtdiv{
    margin-bottom: 0 !important;
    }

    #header-logo, #search-utilities,#extra-wrap, #notop {display: none !important;}

    #logo-header {height: 95px !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 {
    display:none !important;
    }

    .extra {
    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;
    }

    .printonly {
    display: inline-block !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;
    }

    #central-seal, #utilities, #footer_bottom, #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.4em;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.725em;
    }


    /* Preloader * ----------------------------------------------------------*/
    #preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ededed; /* change if the mask should have another color then white */
    z-index:10000; /* makes sure it stays on top */
    }

    #status {
    width:66px;
    height:66px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:45%; /* centers the loading animation vertically one the screen */
    background-image:url('/img/00/ajax-loader.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-5px 0 0 -30px; /* is width and height divided by two */
    }

    /******************************************************************
    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;
    background-color: #fff;
    }

    /* 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; }
    p font { font-size: inherit; }
    font, font a {font-size: inherit; }

    /* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #339bdc;
    font-weight: bold;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #39aef7;
    text-decoration: none;
    }

    a:active { color: #39aef7; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    background-color: #339bdc;
    border-color: #339bdc;
    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: #39aef7;
    border-color: #39aef7;
    }

    .button:active{
    background-color: #DA4E25;
    border-color: #DA4E25;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #FF5722;
    border-color: #FF5722;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #da4e25;
    border-color: #da4e25;
    }

    .button-cancel:active{
    background-color: #39aef7;
    border-color: #39aef7;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #11374e;
    }

    h1, .h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    color: #339bdc;
    }

    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 #339bdc;
    color: #fff;
    text-align: left;
    padding: 13px 15px;
    line-height:20px;
    font-size: inherit;
    }

    table tr td {
    font-size: inherit;
    padding: 10px 15px;
    }

    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%;
    position: relative;
    z-index: 55;
    }

    #header-left {
    width: 100%;
    }

    #header-right {
    width: 100%;
    margin: 27.9px 0;
    text-align: center;
    }

    #header-page {
    background: rgba(255,255,255, 0.85);
    }

    #bottom-header {
    padding: 0;
    padding-bottom: 15px;
    background: rgba(20,49,84, 0.88);
    }

    #nav-left {
    width: 100%;
    padding: 0 10px;
    }

    #nav-right {
    width: 100%;
    padding: 0 10px;
    }

    /* --> Header Logo -----------------------------------------------*/

    a#header-logo {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 100;
    padding-top: 13px;
    }

    a#header-logo img {
    max-width: 120px;
    }

    .logoheader-mobile {
    display: inline-block;
    }

    .logoheader-desktop {
    display: none;
    }

    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin: 0;
    display:inline-block;
    padding-top: 13px;
    }

    ul.head-links li {
    display:inline-block;
    vertical-align: top;
    }

    span#header-date {
    color: #222;
    cursor: default;
    }

    #header-right a.city_site {
    display: none;
    }

    a.head-link {
    display: inline-block;
    color: #222;
    font-weight: normal;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 1.4em;
    }

    a.head-link:hover{
    color: #222;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 20px;
    top: -6px;
    position: relative
    }

    .low-graphics {
    margin-left: 20px;
    }

    #dynamic-social-btns {
    display: inline-block;
    width: 100%;
    position: relative;
    }

    #dynamic-social-btns .mm-button-wrap {
    display: inline-block;
    width: 25px;
    vertical-align: top;
    }

    /* --> Header Weather ----------------------------------------------*/

    span.temperature{
    color: #333;
    font-size: 1.4em;
    }

    .weather-cont {
    margin-right: 20px;
    }

    .weather-cont img{
    width: 17px;
    height: 17px;
    float: left;
    display: block;
    margin-right: 5px;
    }

/*------------------------------------------------------------------
--> Site Search
------------------------------------------------------------------*/

    #search-utilities {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0 0;
    position: relative;
    margin-top: 0;
    }

    #search-utilities form {
    margin: 0;
    }

    #search_inbox label {
    display: none;
    }

    #search_wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    }

    #search-utilities div {float: left;}
    #search-utilities form {margin: 0;}

/* --> Search Input ----------------------------------------------*/


    input#site-search,
    input.site-search {
    margin: 0;
    color: #0e3c65;
    background: #cdd2d7;
    padding: 0 0 0 10px;
    font-size: 1.4em;
    border: 0px solid transparent;
    outline: none;
    height: 34px;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;

    border-bottom:1px solid #1d2d42;
    border-top:1px solid #1d2d42;
    border-right:0 solid #1d2d42;
    border-left:1px solid #1d2d42;

    transition: border-color .6s ease-in-out;
    -o-transition: border-color .6s ease-in-out;
    -moz-transition: border-color .6s ease-in-out;
    -webkit-transition: border-color .6s ease-in-out;
    }

    input#site-search:hover,
    input.site-search:hover {
    background-color: #cdd2d7;
    }

    input#site-search:focus,
    input.site-search:focus {
    background-color: #cdd2d7;
    }


/* --> Search Button ---------------------------------------------*/

    a#site-search-btn,
    a.site-search-btn {
    font-weight: normal;
    font-size: 0em !important;
    line-height: 0px;
    height: 34px;
    position: absolute;
    right: 0;
    color: #333;
    border: 0px solid transparent;
    background: url('/img/00/layout/search-button.png') no-repeat center right #cdd2d7;
    box-shadow: none;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0px;

    border-bottom:1px solid #1d2d42;
    border-top:1px solid #1d2d42;
    border-right:1px solid #1d2d42;
    border-left:0 solid #1d2d42;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #cdd2d7;
    }

    :-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: transparent;
    min-height: 100%;
    }

    /* 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: 1em;
    font-weight: normal;
    white-space: normal;
    background: none;
    font-weight: normal;

    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: #d26919;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #d26919;
    }


/* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    }

    .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 25px 10px 15px !important;
    border-bottom: 1px solid #ccc;
    /*color:#333;*/
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #666;
    padding-left: 30px;
    }


/* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {

    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

/*------------------------------------------------------------------
--> Side Navigation
------------------------------------------------------------------*/

/* --> Side Navigation Heading -----------------------------------*/

    #side-nav {
    background: #11374e;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-bottom: 30px;
    }

    #sidenav-col {
    padding: 0;
    }

    .page-nav-heading {
    cursor: default;
    background: #339bdc;
    color: white;
    padding: 20px;
    margin: 0;
    font-size: 2.6em;
    }

/* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 5px;
    }


/* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: none;
    }


/* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #fff;
    border: 0;
    line-height: 20px;
    padding-left: 15px;
    font-weight: normal;

    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,
    nav#side-nav .sf-menu a:focus,
    nav#side-nav .sf-menu a:active {
    background: 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: 100%;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    position: relative;
    float: left;
    padding: 10px 0;
    z-index: 555;
    top:0;
    left:0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    }

    nav#side-nav .sf-menu ul li a {
    color: #fff;
    }

    nav#side-nav .sf-menu ul li a:before {
    display: none;
    }

    nav#side-nav .sf-menu ul li a:hover{
    background: #339bdc;
    color: white;
    }

    /* 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:  #08bcd5;
    border-bottom: transparent;
    border-left-color:transparent;
    border-width: 5px;
    margin-top: -5px;
    display: block;
    }


/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

/* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    padding: 15px 0;
    }

    #crumbs,
    #editor {
    padding: 0;
    }

    section#bcrumbs .addthis_button_compact {
    padding-top: 5px;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 15px 0;
    font-size: 1.6em;
    }

    ul.bcrumb-list a{
    color: #292929;
    font-weight: normal;
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    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;
    }

    ul.bcrumb-list li.arr {
    color: #339bdc;
    }

/* --> 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.15em;
    margin-bottom: 0;
    text-align: left;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #7e538a;
    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: #fff !important;
    box-shadow: 0 0 8px #666;
        color:#430232;
    }

    /* 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: 10000084;
    }

    /* 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: #333;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #11374e;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 6px;
    }

    .addthis_toolbox {
    position: relative;
    padding: 0;
    margin: 0;
    }

    /* Email */
    #btn-email {
    background: #fff url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background: #fff url('/img/00/icons/icon-edit.png') no-repeat 5px 4px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: #fff 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%;
    }

    #page-wrapper {
    background:#fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 22;
    padding: 0 0 18px 0;
    }

    /*------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    h1.content-title {
    font-size: 4em;
    color: #143154;
    font-weight: bold;
    padding: 13px 15px 15px 30px;
    margin-top: 0;
    margin-bottom: 39px;
    border-bottom: 3px solid #339bdc;
    cursor: default;
    text-align: right;
    }

    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    padding: 0 30px;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    #homepage-wrapper {
    background: url('/img/00/wrapper-rp.png') repeat-x #fff top;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:5em 0 5em 0;
    }


/* --> Home Slideshow --------------------------------------------*/

    #homepage-slider-wrapper{
    margin-bottom: 5em;
    }

    #dynamic-hp-slider .theme-default .nivoSlider {
    border: 7px solid white;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    }

    #dynamic-hp-slider .theme-default .nivo-controlNav a {
    background: url('/img/00/bullets_homepage.png') no-repeat;
    height: 19px;
    font-size: 0;
    }

    #dynamic-hp-slider .theme-default .nivo-controlNav a.active {
    background-position: 0 -19px;
    }

    #dynamic-hp-slider .nivo-controlNav {
    padding: 0;
    text-align: right;
    }

    #dynamic-hp-slider .nivo-caption {
    background: #0c2433;
    padding: 15px;
    position: relative;
    font-size: 1.15rem;
    }

    #dynamic-hp-slider a.read {
    color:#009cff;
    text-decoration: none;
    }

    #dynamic-hp-slider .cap-link {
    color: #16d0ff;
    margin-left: 2px;
    text-decoration: none;
    border: 0;
    }

    /* --> News Sign Up Button ----------------------------------------------*/

    a.newsalert {
    background: #378ec4;
    position: relative;
    padding: 7px 15px 7px 15px;
    color: white;
    z-index: 10;
    text-decoration: none;
    margin: 0;
    bottom: 1.2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    }

    a.newsalert:hover {
    background: #428ec4;
    }

    /* --> Home Buttons ----------------------------------------------*/

    /* Home Button Wrapper */
    #dynamic-home-btns {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #0f243e;
    }

    #dynamic-home-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    }

    #dynamic-home-btns .mm-button-wrap{
    width: 100%;
    position: relative;
    max-width: 323px;
    display: inline-block;
    margin-left: 0;
    margin: 4px 10px;
    }

    /* Home Button Link Wrapper */
    #dynamic-home-btns a.mm-button-link {
    font-family: 'Roboto', sans-serif;
    display: inline-table;
    width: 100%;
    font-size: 2.2em;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.50);
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
    background-size: cover !important;
    height: 76px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    }

    #dynamic-home-btns .mm-button-txt-wrap {
    height: 76px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    display:  table-cell;
    background:#339bdc;

    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-home-btns .mm-button-txt-wrap:hover {
    background:#3ab2fc;
    }

    /* --> Most Popular ----------------------------------------------*/

    /* Most Popular list */
    section#home-mostpop ul.az-list {
    width: 96%;
    padding-left: 5%;
    color: #666;
    }

    /* Most Popular list item */
    section#home-mostpop ul.az-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    }

    /* Most Popular list item link */
    section#home-mostpop ul.az-list li a {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 5px;
    text-shadow: 0px 1px 0px #fff;

    transition: text-indent .3s ease-in-out;
    -o-transition: text-indent .3s ease-in-out;
    -moz-transition: text-indent .3s ease-in-out;
    -webkit-transition: text-indent .3s ease-in-out;
    }

    section#home-mostpop ul.az-list li a:hover {
    text-indent: 10px;
    text-decoration: none;
    }



    /* --> Homepage Blocks -------------------------------------------*/

    /* Block container */
    .home-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    }

    /* Block heading */
    .home-block h2.block-head {
    margin-top: 0;
    background-color: #232323;
    padding: 10px 10px 10px 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif; 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    cursor: default;

    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;
    }

    /* Block heading - alternate color 1 */
    .home-block h2.block-head.alt-color { background-color: #08bcd5; }

    /* Block heading - alternate color 2 */
    .home-block h2.block-head.alt-color2 {  }

    /* Inner wrapper for blocks */
    .block-contents {
    padding: 0 15px 15px 15px;

    transition: padding .3s ease-in-out;
    -o-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    -webkit-transition: padding .3s ease-in-out;
    }


    /* --> Events List -----------------------------------------------*/

    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    margin-bottom: 15px;
    }

    #col2Content {
    float: left;
    padding: 0;
    }

    #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%;
    text-align: center;
    }

    #dynamic-side-btns .mm-button-wrap{
    width: 100%;
    position: relative;
    max-width: 323px;
    display: inline-block;
    margin-left: 0;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    font-family: 'Roboto', sans-serif;
    display: inline-table;
    width: 100%;
    font-size: 2.2em;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.50);
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
    background-size: cover !important;
    height: 76px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    }

    #dynamic-side-btns .mm-button-txt-wrap {
    height: 76px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    display:  table-cell;
    background:#339bdc;

    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 .mm-button-txt-wrap:hover {
    background:#3ab2fc;
    }

    /* Back To Top */

    .pacifica-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: #339bdc 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;
    }

    .pacifica-top.pacifica-is-visible, .pacifica-top.pacifica-fade-out, .no-touch .pacifica-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;
    }
    .pacifica-top.pacifica-is-visible {
    visibility: visible;
    opacity: 1;
    }
    .pacifica-top.pacifica-fade-out {
    opacity: .5;
    }
    .no-touch .pacifica-top:hover {
    background-color: #39aef7;
    opacity: 1;
    }

    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    background-color: #04253b;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 5em;
    text-align: center;
    position: relative;
    z-index: 24;
    }

    #footer-left {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    }

    #footer-right {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    }

    /* --> Footer Logo -----------------------------------------*/

    #footer-logo {
    position: relative;
    padding: 0 0 10px 0;
    z-index: 5;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    margin-top: -39px;
    }

    /* --> Footer Navigation -----------------------------------------*/

    #colume-nav {
    margin-top: 17px;
    width: 100%;
    }

    #footer_links{
    float: none;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #889ba7;
    padding: 20px 0;
    width: 100%;
    }

    #local_link:first-child{
    border-left: 0;
    }

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    padding: 0 15px;
    font-size: 1.8em;
    }

    /* Navigation list item */
    nav.foot-nav ul li { line-height: 10px;}

    /* Navigation list item link */
    nav.foot-nav ul.foot-nav-list li a {
    color: #fff;
    font-size: inherit;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    line-height: 33px;
    }

    nav.foot-nav ul.foot-nav-list li a:hover{
    color: #339bdc;
    }

    .footer-address p {
    margin: 0;
    }

    h2.footer-title {
    color: white;
    font-weight: 300;
    margin: 0;
    font-style: italic;
    }

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    margin-bottom: 0;
    background: url('/img/00/pv_dm_tabbed.png') no-repeat right center;
    }

    .goog-te-gadget-simple{
    background:none !important;
    border:0 !important;
    display: block !important;
    font-size: inherit !important;
    padding: 0 !important;
    }

    .goog-te-gadget-simple .goog-te-menu-value span{
    border:0 !important;
    color: transparent !important;
    font-size: .7em;
    text-decoration: underline !important;
    }

    .goog-te-gadget-simple img{display: none;}
    select.goog-te-combo { padding: 5px;  border:none; }
    #google_translate_element .goog-te-gadget { color: #fff; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }

    /* --> Footer boottom --------------------------------------*/

    #footer-bottom {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 15px 0;
    }

    .printonly {
    display: none;
    }

    /* --> Extra Footer Links ------------------------------------------*/

    ul.footer-extralinks{
    list-style: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 4px;
    }

    ul.footer-extralinks li{
    float: left;
    }

    ul.footer-extralinks a{
    text-decoration: none;
    color: #378ec4;
    padding: 0 20px;
    border-right: 1px solid #378ec4;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    }

    /* --> Powered by Civica -----------------------------------------*/

    #civica-foot-logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 2em;
    }

    #civica-foot-logo a {
    width: 231px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    }

    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    border-bottom: 3px solid #08bcd5;
    }

    .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;}

    /* 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 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: rgba(0, 0, 0, 0.7);
    color: #fff319;
    bottom: 1px;
    font-size: 1.4em !important;
    padding: 20px;
    width: 100%;
    }

    #jqGalleryDiv h2{
    padding: 20px;
    color: #fff319;
    position: absolute;
    width: 100%;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    }

    #jqGalleryDiv h2 span {
    color: #fff319;
    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;
    -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 #0b67a5;
    }

    #image_wrap img{
    cursor: default;
    margin:0;
    border: 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: 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 #0b67a5;
    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:#11374e;
    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;
    }

    #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;
    }


    /* 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; }

    .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 { margin-left: 35%; }*/
    div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
    /*table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }*/

    }


    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }



    
/* HTML Tabs --------------------------------------------------------------------------*/

#html-container .tab-list {
margin: 0;
padding: 0;
}

#html-container .tab {
display: inline-block;
zoom: 1;
width:100%;
text-align:center;
padding: 1.5% 3%;
margin: 0;
background: #eee;
border: solid 1px #d6d6d6;
border-bottom: none;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}

#html-container .tab a { 
color: #959595; 
display: inline-block; 
width: 100%; 
position: relative; 
}
#html-container .tab.active a {color: #000;}

#html-container .tab.active {
background: #fff;
position: relative;
border-color: #d6d6d6;
z-index: 5;
}

#html-container #panel-wrapper {
display: inline-block;
width: 100%;
top: -2px;
position: relative;
background: #fff;
border: 1px solid #d6d6d6;
padding: 20px;
min-height: 270px;
-moz-border-radius: 0 4px 4px 4px;
-webkit-border-radius: 0 4px 4px 4px;
}

.accordion-container{
position: relative;
height: auto;
width: 100%;
display: inline-block;
margin: 20px auto;
}
.accordion-container > h2{
text-align: center;
color: #fff;
padding-bottom: 5px;
margin-bottom: 30px;
}
.set{
position: relative;
width: 100%;
height: auto;
background: #fff;
border: 1px solid #d6d6d6;
margin-bottom: 5px;
}
.set > a{
display: block;
padding: 10px 25px 10px 15px;
text-decoration: none;
color: #666;
font-weight: 600;

-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.set > a:before {
content: "\f067";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #666;
font-size: 13px;
padding-right: 0.5em;
position: absolute;
top: 12px;
right: 10px;
}

.set > a.active{
background-color:#000;
border-color: #000;
color: #fff;
}
.set > a.active:before {
content: "\f068";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 13px;
padding-right: 0.5em;
position: absolute;
top: 12px;
right: 10px;
}
.content{
position:relative;
width: 100%;
padding: 20px;
height: auto;
background-color: #fff;
border-bottom: 1px solid #ddd;
display:none;
}
.content p{
padding: 0 0 10px 0;
margin: 0;
color: #333;
}


