﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

@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;
    }

    #page-header{padding-top: 15px !important;}
    h1#header-logo a{
    text-decoration: none !important;
    }

    .edtdiv{
    margin-bottom: 0 !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;
    }

    #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;
    }

    #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 {
    -webkit-border-radius: 0 !important;
    }

    .fontsize a{float:none !important;height:12px; margin:0 !important; text-decoration:none;}
    .fontsize a.selected{ color: #e7b322;}                                    
    #fontsize0{font-size:.8em; /*=10px*/}                           
    #fontsize1{font-size:1em; /*=11px*/}
    #fontsize2{font-size:1.2em; /*=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
    ------------------------------------------------------------------*/

    html { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
    padding: 0;
    margin: 0;
    }

    /* 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: #286d95;
    font-weight: bold;
    transition: background .3s ease-in-out, color .3s ease-in-out; 
    -o-transition: background .3s ease-in-out, color .3s ease-in-out; 
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out; 
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #3185b5;
    }

    a:active { color: #3185b5; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    background-color: #286d95;
    border-color: #25658a;
    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: #2f7fad;
    border-color: #2f7fad;
    }

    .button:active{
    background-color: #2f7fad;
    border-color: #2f7fad;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #2f7fad;
    border-color: #2f7fad;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #2f7fad;
    border-color: #2f7fad;
    }

    .button-cancel:active{
    background-color: #2f7fad;
    border-color: #2f7fad;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    color: #1b2633;
    }

    h1, .h1 {
    font-size: 3em;
    color: #11547b;
    }

    h2, .h2 {
    font-size: 2.5em;
    font-weight: 300;
    }

    h3, .h3 {
    font-size: 2em;
    font-weight: 300;
    }

    h4, .h4 {
    font-size: 1.5em;
    }

    h5, .h5 {
    font-size: 1.325em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.25em;
    font-weight: bold;
    }


/* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em; 
    }

    table table {
    font-size: inherit;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: inherit;
    background: none repeat scroll 0 0 #286d95;
    border-bottom: 1px solid #235f82;
    color: #fff;
    text-align: left;
    padding: 15px 15px;
    line-height:20px;
    font-size: inherit;
    }

    table tr td { 
    font-size: inherit;
    padding: 15px 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; }


    #merced-wrapper {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
    margin: 0 auto;
    background: transparent;
	background-color: #fff;
    position: relative;
    }

    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/
    
    header#page-header-wrapper {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 5000;
    min-height: 310px;  
    }

    #page-header {
    width: 100%;
    position: relative;
    z-index: 333;
    }
    
    #header-row {
    padding-top: 11px;
    width: 100%;
    background-color: rgba(255,255,255, 0.8);
    }

    #header-left {
    width: 100%;
    margin-bottom: 15px;
    background-image: url('/img/00/layout/header_slice.png');
    background-position: bottom;
    background-repeat: repeat-x;
    }

    #header-right {
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    }

    #bottom-header {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    }

    /* --> Header Logo -----------------------------------------------*/

    /* Main Header Logo */
    h1#header-logo{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 122px;
    margin: 0px;
    }

    h1#header-logo a {
    background: url('/img/00/layout/merced_logo.png') no-repeat bottom center transparent;
    display:block;
    background-size: contain;
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 100;
    }

    h1#header-logo a span {
    display: none;
    }

    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin: 0;
    display:block;
    padding-top: 13px;
    font-size: 1.2em;
    padding-left: 1px;
    font-family: 'Roboto Slab', serif;
    }

    ul.head-links a {
    font-family: 'Roboto Slab', serif;
    font-size: inherit;
    font-weight: normal;
    color: #38326e;
    }

    ul.head-links li {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    margin-bottom: 10px;
    }

    a.head-link {
    display: inline-block;
    color: #222;
    margin-right: 30px;
    margin-bottom: 0;
    font-size: inherit;
    }

    a.head-link span {
    color: #e7b322;
    font-size: .6em;
    display: inline-block;
    vertical-align: top;
    top: 2px;
    font-weight: normal;
    position: relative;
    }

    a.head-link:hover{
    color: #222;
    }


    p.fontsize-title,
    p.temperature {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    font-size: inherit;
    }

    .head-links .fontsize {
    margin-right: 30px;
    top: -2px;
    position: relative
    }

    .temperature-wrap {
    display: inline-block;
    vertical-align: top;
    }

    .weather-cont {
    display: inline-block;
    vertical-align: top;
    }

    .weather-cont img {
    width: 25px;
    position: relative;
    top: -4px;
    }

    #dynamic-social-btns {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-left: 15px;
    top: -5px;
    }

    #dynamic-social-btns .mm-button-wrap {
    display: inline-block;
    margin-right: 5px;
    width: 27px;
    }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    input#site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    border-right: 0;
    margin-bottom: 15px;
    outline: none;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input#site-search:hover {
    border-color: #d5d5d5;
    }

    input#site-search:focus {
    border-color: #d5d5d5;
    }


    /* --> Search Button ---------------------------------------------*/

    #search_button_wrap {
    float: left;
    width: 50px;
    }

    a#site-search-btn {
    font-weight: normal;
    font-size: 1.6em;
    line-height: 38px;
    height: 40px;
    border:0;
    border-radius: 0;
    position: absolute;
    right: 0; 
    background-color: #053d5e;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4883a5;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    #top_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 55;
    padding: 33px 0 33px 0;
    }

    #top_wrapper:before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 0;
    width: 100%;
    background: url('/img/00/layout/bkg_fade.png')repeat-x transparent center;
    height: 488px;
    }

    #bottom_wrapper {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 56;
    padding: 35px 0 81px 0;
    margin-bottom: -2px;
    }

    #homepage-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 600;
    }

    #homepage-wrapper .home-header {
    margin-bottom: 25px;
    color: #1b2633;
    font-size: 3.5em;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    }

    #homepage-wrapper .fa-icon {
    color: #0e4e78;
    font-size: 3.2em;
    padding-right: 10px;
    }

/*------------------------------------------------------------------
--> Home Background Iamge
------------------------------------------------------------------*/
    
    #home-background-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    }

    #homebg{
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
    }

    #home-background {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: -10px;
    }

    #homebg .picture {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 88%;
    top: 0;
    left: 0;
    right: 0;
    min-height: 2000px;
    }

    #bottom_wrapper .button_home {
    background: #427ca4;
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 13px 20px 13px 20px;
    color: #fff;
    font-weight: normal;
    z-index: 50000;
    font-family: 'Roboto Slab', serif;

    transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    }

    #bottom_wrapper .button_home:hover {
    background: #4b8fbd;
    color: #fff;
    }

    /* --> Home Slideshow  --------------------------------------------*/

    #slider_wrapper {
    width: 100%;
    }

    #dynamic-hp-slider .notext {
    display: none;
    }

    #dynamic-hp-slider .nivoSlider {
    -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);
    }

    #dynamic-hp-slider .nivo-caption {
    position: relative;
    padding: 20px 20px;
    background: #053c5f;   
    }

    #dynamic-hp-slider .nivo-caption p {
    font-size: 1.3em;
    }

    #dynamic-hp-slider .nivo-controlNav a {
    background: url('/img/00/bullets.png') no-repeat;
    margin: 0;
    width: 17px;
    }

    #dynamic-hp-slider .nivo-controlNav {
    padding:0 0 20px 0;
    text-align: center;
    }

    #dynamic-hp-slider .nivo-controlNav a.active {
    background-position: 0 -21px;
    }

    #dynamic-hp-slider .nivo-directionNav {
    display: none;
    }

    #dynamic-hp-slider .slide_title {
    font-size: 3em;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 30px;
    }


    /* --> Home Media Buttons ----------------------------------------*/

    #dynamic-home-btns {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 10px;
    }

    #dynamic-home-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    #dynamic-home-btns .mm-button-wrap {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
    }

    /* Side Button Link Wrapper */
    #dynamic-home-btns a.mm-button-link {
    display: inline-block;
    width: 100%;
    height: 120px;
    margin-right: 5px;
    font-size: 1.9em;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    background-size: cover !important;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    }

    #dynamic-home-btns .mm-button-txt-wrap {
    background: rgba(2, 33, 51, 0.70);
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;

    transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    }   
    
    #dynamic-home-btns a:hover .mm-button-txt-wrap {
    background: rgba(2, 33, 51, 0.90);
    }
    
    #dynamic-home-btns span.mm-button-subtxt {
    display: none;
    }


    /* --> Most Popular ----------------------------------------------*/

    #most-popular {
    width: 100%;
    }

    #hp-popular {
    background: rgba(17,93,138, 0.88);
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;

    -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);  
    }

    .popular-heading {
    cursor: default;
    background: transparent;
    color: white;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    font-size: 3em;
    }

    #hp-popular ul.az-list {
    margin-top: 0;
    list-style: none;
    }

    #hp-popular ul.az-list li {
    padding: 0;
    margin: 0;
    width: 100%;
    }

    #hp-popular a {
    color: #fff;
    display: inline-block;
    font-size: 1.8em;
    line-height: 40px;
    width: 100%;
    font-weight: normal;
    }

    #hp-popular a:hover {
    background: #24495e;
    }
    
    /* --> Homepage Blocks -------------------------------------------*/

    /* Block container */
    .home-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 8px #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    }

    /* Block heading */
    .home-block h2.block-head {
    margin-top: 0;
    background-color: #232323;
    padding: 10px 10px 10px 15px;
    color: #fff;
    font-family: 'Open Sans Condensed', 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;

    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;
    }

    #news_wrapper {
    width: 100%;
    }

    #events_wrapper {
    width: 100%;
    }

    /* --> Events List -----------------------------------------------*/

    /* Event title */
    .event-title {
    font-size: .825em;
    margin: 5px 0;
    }

    /* Event Time */
    .event-time { font-size: .825em; }

    /* Date section heading */
    .events-datesection {
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    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; }


    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    #dynamic-top-nav {
    position: relative;
    z-index: 500;
    }

    section#top-nav {
    background-color: rgba(4, 53, 82, 0.85);
    min-height: 45px;
    z-index: 50;
    width: 100%;
    display: inline-block;
    }

    .top-bar-section ul {
    background-color:white;
    }

    .top-bar-section .divider {
    border-color:#ccc;
    } 

    /* 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%;
    }

    /* Flyout Icon (text arrows) */
    .top-bar-section .has-dropdown>a:after {
    border-color: transparent;
    border-left-color: #f37052;
    }

    .top-bar.expanded .title-area {
    background-color: rgba(4, 53, 82, 0.85);
    }

    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name {
    display: block;
    }


    nav.main-nav ul.nav-list > li.nav-item-1 a:after{
    border-color: transparent;
    border-left-color: #fff;
    }

    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-size: 1em;
    font-weight: normal;
    white-space: normal;
    background:transparent;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #24495e;
    padding-right: 0 !important;
    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;
    color: white;
    background-color: #f37052;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background-color:#f37052;
    }



    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: 'Roboto Slab', 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #f37052;
    color: #fff;
    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;
    }


    /* --> 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 -----------------------------------*/

    #sidenav-col {
    background: #286d95;
    margin-bottom: 30px;
    }

    #side-nav {
    background: #286d95;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10px 20px 20px;
    }

    .page-nav-heading {
    cursor: default;
    background: transparent;
    color: white;
    padding: 20px 20px 10px 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: 0;
    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: 200px;
    background: 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);
    }

    nav#side-nav .sf-menu ul li a {
    color: #292929;
    padding-left: 15px;
    }

    nav#side-nav .sf-menu ul li a:before {
    display: none;
    }

    nav#side-nav .sf-menu ul li a:hover{
    background: #f37052;
    color: #fff;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    top: 14px;
    background: url('/inc/public/js/superfish/images/arrows-cccccc.png') no-repeat -10px 0px;
    }

    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

/* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    padding: 0 15px;
    font-family: 'Roboto Slab', serif;
    }

    #crumbs,
    #editor {
    padding: 0;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 25px 0 5px;
    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;
    }


/* --> 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;
    }

    .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: #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-wrap {
    background: #fff;
    }*/

    #page-body {
    width: 100%;
    background: transparent;
    display: inline-block;
    }

    #page-wrapper {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    }

    /*------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/


    h1.content-title {
    font-size: 3.5em;
    padding-left: 20px;
    color:#1b2633;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: default;
    }

    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 0;
    }

    .content-row {
    padding: 0;
    }

    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    margin-bottom: 15px; 
    }

    #col2Content {
    float: left;
    padding: 0;
    }

    /* --> Side Buttons ----------------------------------------------*/
    
    #side-buttons {
    padding: 0 15px;
    }

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    #dynamic-side-btns .mm-button-wrap {
    display: inline-block;
    width: 100%;
    max-width: 339px;
    padding: 0 8px;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: inline-block;
    width: 100%;
    height: 120px;
    margin-right: 5px;
    font-size: 1.9em;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    }

    #dynamic-side-btns .mm-button-txt-wrap {
    background: rgba(2, 33, 51, 0.70);
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;

    transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    }	
    
    #dynamic-side-btns a:hover .mm-button-txt-wrap {
    background: rgba(2, 33, 51, 0.90);
    }
    
    #dynamic-side-btns span.mm-button-subtxt {
    display: none;
    }

    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    background-color: #053d5e;
    border-top: 10px solid #ddac20;
    color: #fff;
    position: relative;
    z-index: 5555;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 7em;
    }

    #footer_middle {
    text-align: center;
    }

    .logo_steal {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: -8em;
    margin-bottom: 2.5em;
    }

    .footer_title {
    font-weight: bold;
    font-size: 2.3em;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px 0;
    line-height: 25px;
    }

    .footer-address p{
    font-size: 1.6em;
    color: white;
    font-family: 'Roboto Slab', serif;
    }

    /* --> Footer Navigation -----------------------------------------*/

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    }

    /* 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;
    font-size: 1.5em;
    }

    #local_link {
    display: inline-block;
    width: 100%;
    list-style: none;
    vertical-align: top;
    }

    #footer_left {
    text-align: center;
    margin-bottom: 15px;
    }

    a#social-link {
    color: white;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    }

    #social {
    font-size: 1.6em;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 18px 30px 18px 30px;
    border: 2px #38769e solid;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    background: url('/img/00/layout/social_icons.png') no-repeat center center #428cbd;
    background-size: contain;
    border-radius: 6px;

    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);

    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;
    }

    a#social-link:hover #social {
    background-color: #336c91;
    }

    #dynamic-footer-nav {
    text-align: center;
    width: 100%;
    }

    #dynamic-footer-nav .mm-button-wrap {
    display: inline-block;
    position: relative;
    width: 25%;
    vertical-align: top;
    text-align: center;
    }

    #dynamic-footer-nav .mm-button-1 {
    width: 28%;
    }

    #dynamic-footer-nav .mm-button-link {
    color: white;
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
    }

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    max-width: 300px; 
    margin-bottom: 20px;
    display: inline-block;
    }

    select.goog-te-combo { padding: 5px; }
    #google_translate_element .goog-te-gadget { color: #fff; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }


    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }


    /* --> Powered by Civica -----------------------------------------*/

    #civica-foot-logo a {
    text-align: center;
    margin: 5px 0;
    display: inline-block;
    width: 190px;
    }
    
    #civica-foot-logo {
    text-align: center;
    } 

    /* --> Copyright -------------------------------------------------*/

    #copyright-span {
    background-color: #043754;
    padding: 10px 0;
    position: relative;
    z-index: 300;
    }

    /*------------------------------------------------------------------
    --> 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 Slab', 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 Slab', 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; }

    /*  Photobook Styles  */

    .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%;} 

    /*------------------------------------------------------------------
    --> Site Wide Alerts
    ------------------------------------------------------------------*/
    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: #9C2800;
    border: 1px 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:left; 
    line-height:16px;
    margin-top: 6px;
    }

    #alert .title img { display: inline-block; }

    #alert .title span{ 
    position: absolute;
    display: inline-block;
    margin-left: 8px;
    font-size: 1.1em;
    }

    #alert .body a {
    background: none repeat scroll 0 0 #580300;
    color: #FECA00;
    display: block;
    font-size: 1em;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 5px 0px #360100;
    box-shadow: inset 0px 0px 5px 0px #360100;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#DBB900; 
    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: #fff !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;
    }


    /* 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 tr td {
    font-size: inherit;
    padding: 15px 7px;
}

    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; }

    /*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*/

    }

/* Image Captions Defualt --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 0 20px 0;
    }

    .caption_right{
    float: right;
    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: #336699;
    font-family: 'Roboto Slab', serif;
    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;
    font-family: 'Roboto Slab', serif;
    background-color: rgba(40, 109, 149, 0.9);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }

    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #jqGalleryDiv {padding: 0 30px;}
    #jqGalleryDiv table tr.even, 
    #jqGalleryDiv table tr.alt, 
    #jqGalleryDiv table tr:nth-of-type(2n) {
    background: none;
    }

    #pm-gallery00 {
    height:auto !important;
    position: relative;
    }

    /*  Photobook Styles  */
    .Photosizer{
    position: relative;
    }

    .PhotoBG {
    /*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    .floater{ float:left; margin: 0; padding: 0 10px 10px 0;}

    /*  Photobook Styles  */

    .Photosizer{
    overflow: hidden;
    }

    .Photosizer img {
    overflow: hidden;
    }

    .PhotoBG {
    width: 100%;
    max-width: 250px;
    height: 100%;
    }

    #jqGalleryDiv span.caption_text{
    display: inline-block;
    position: absolute;
    background: rgba(4, 27, 42, 0.6);
    color: #fff;
    bottom: 1px;
    font-size: 1.4em !important;
    padding: 20px;
    width: 100%;
    }

    #jqGalleryDiv h2{
    padding: 20px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 4px;
    background: rgba(4, 27, 42, 0.6);
    z-index: 10;
    }

    #jqGalleryDiv h2 span {
    color: #fff;
    font-size: inherit;
    }

    #pm-gallery00 .scrollable {
    position:relative;
    overflow:hidden;
    width: 84%;
    height:173px;
    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 #336699;   
    }

    #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;
    }

    .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 #336699;
    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:#000;
    border-top: 1px solid #336699;
    }

    #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;
    }

    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }
	
	.fbFolderDescription{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		font-size: 1.4em;
		font-style: italic;
	}


