﻿
@media print{ 

    div:not(.reveal-modal) {
    display: inherit !important;
    }

	
        #header-logo a{ 
text-decoration: none !important;
}

    #charm-bar,
	a[href]:after,
    #top-nav,
    #charm-toggle,
    #alert {
    display: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
    {
    display:none !important;
    }


    #page-footer, #page-body{
    display:block !important; float:left  !important; clear:both  !important; position:relative  !important; width:100% !important;
    }

}


    /* This is the hilight color when you select text on the website. */
    ::selection {
    background: #2f2f2f; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #2f2f2f; /* Firefox */
    color: #fff;
    }


    /* force safari mobile devices to not automatically render rounded corners on iputs */
    input, textarea {
    -webkit-border-radius: 0 !important;
    }

    .fontsize a{float:none !important; height:22px; margin:0px 2px 0px 0px !important; text-decoration:underline;}
    .fontsize a.selected{text-decoration:none !important;}                                    
    #fontsize0 a{font-size:1em; text-decoration:underline; /*=10px*/}                           
    #fontsize1 a{font-size:1.3em; text-decoration:underline; /*=11px*/}
    #fontsize2 a{font-size:1.5em; text-decoration:underline; /*=13px*/}


    /*------------.size0 */   
    .size0{
    font-size:.825em;

    }
    #side-nav.size0 .sf-menu a{
    font-size:1.1em;
    }

    /*-------------.size1 */
    .size1{
    font-size: inherit;

    }

    #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.1em;
    }



    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*
    ------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* --> Column Padding --------------------------------------------*/

    .row .column, .row .columns {
    padding: 0 8px;
    }



    /*
    ------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
    }

    /* Set default font-size to 14px */
    p, a, span, .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: #08518C;

    transition: color .3s ease-in-out; 
    -o-transition: color .3s ease-in-out; 
    -moz-transition: color .3s ease-in-out; 
    -webkit-transition: color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #0d7dd9;
    text-decoration: underline;
    }

    a:active { color: #ff0f0f; }


    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    }

    h1, .h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 3.5em;
    color: #385073;
    }

    h2, .h2 {
    font-size: 3.1em;
    color: #3e5880;
    }

    h3, .h3 {
    font-size: 2.8em;
    color: #3e5880;
    }

    h4, .h4 {
    font-size: 2.4em;
    color: #3e5880;
    }

    h5, .h5 {
    font-size: 1.6em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.4em;
    font-weight: bold;
    }


    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: inherit;
    background: #9b855a;
    color: #fff;  
    text-align: left;
    padding: 10px 20px;
    }

    table tr{
    text-align: left;
    }

    table tr td { font-size: inherit; }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none;
    }



    /*
    ------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    border-bottom: 1px solid #566985;
    background: url('/img/00/layout/header-bkg.png') repeat;
    }

    #header-left {
    background: url('/img/00/layout/header-mark.png') no-repeat center top;
    padding: 0;
    }

    #header-right {
    margin-top: 10px;
    margin-bottom: 25px;
    }

    /* --> Header Logo -----------------------------------------------*/
    #header-logo{
    padding:30px 0 30px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url('/img/00/layout/header-glow2.png') no-repeat center bottom;
    }

    #header-logo a {
    font-family: 'Tangerine', cursive;
    font-size: 8em;
    color: #26364e;
    transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -o-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -moz-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -webkit-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    }

    #header-logo a:hover {
    text-decoration: none;
    color: #6b82a4;
    }

    h4#header-tagline {
    color: #415c85;
    font-weight: normal;
    font-style: italic;
    margin-top: 0;
    text-indent: 33px;
    cursor: default;
    font-size: 1.5em;
    margin: -10px 0 0 0;
    padding: 0;
    }

    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display:block;
    font-family: Georgia, Times, "Times New Roman", serif;
    }

    ul.head-links li {
    float: left;
    }

    span#header-date {
    color: #fff;
    cursor: default;
    }

    a.head-link {
    float: left;
    font-style: italic;
    font-size: 1.7em;
    display: inline-block;
    color: #9b855a;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 15px;
    text-decoration: none;

    transition: margin .6s ease-in-out, color .6s ease-in-out;
    -moz-transition: margin .6s ease-in-out, color .6s ease-in-out;
    -webkit-transition: margin .6s ease-in-out, color .6s ease-in-out;
    }

    a.head-link:hover{
    color: #e3c384;
    }

    .head-links .fontsize {
    margin-right: 10px;
    }

    /*------------------------------------------------------------------
    --> Charm Bar
    ------------------------------------------------------------------*/

    #charm-toggle {
    position: absolute;
    color: #fff;
    right: 0;
    top: 40px;
    padding: 0 8px 6px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #748db3;
    border-right: 0;
    background: #6a81a3;
    font-size: 1.0em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 500;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #charm-toggle:hover {
    text-decoration: none;
    background: #587196;
    }

    #charm-toggle span {
    display: block;
    font-size: 2.6em;
    }

    #charm-bar {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background:url('/img/00/layout/charm-bkg-rp.png') repeat;
    z-index: 500;
    }

    /* --> Charms ----------------------------------------------------*/

    #close-charms {
    position: absolute;
    top: 25px;
    right: 4%;
    color: #fff;
    font-size: 1.5em;
    background: #26364b;
    border-radius: 9999px;
    padding: 8px 10px;
    border: 1px solid #eeebe2;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #close-charms:hover {
    text-decoration: none;
    background: #6a81a3;
    }

    #dynamic-charms {
    margin-top: 20px;
    }

    #static-charms {
    margin-top: 20px;
    }

    /* Link wrapper */
    #dynamic-charms .mm-button-link,
    #static-charms .mm-button-link,
    #dynamic-charms .portal-myIcon-wrap,
    #portal-charms .portal-myIcon-wrap {
    float: left;
    display: block;
    width: 44%;
    height: 100px;
    padding: 10px;
    margin-left: 4%;
    margin-bottom: 4%;
    max-width: 200px;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #dynamic-charms .mm-button-link:hover,
    #static-charms .mm-button-link:hover,
    #dynamic-charms .portal-myIcon-wrap:hover,
    #portal-charms .portal-myIcon-wrap:hover {
    background-color: rgba(38, 53, 75, 0.2);
    background: rgba(38, 53, 75, 0.2);
    color: rgba(38, 53, 75, 0.2);  
    text-decoration: none;
    }

    /* Charm icon image */
    #dynamic-charms .mm-button-img,
    #static-charms .mm-button-img,
    #dynamic-charms .portal-myIcon-img,
    #portal-charms .portal-myIcon-img {
    display: block;
    margin: 0 auto;
    }

    /* Charm text */
    #dynamic-charms .mm-button-txt,
    #static-charms .mm-button-txt,
    #dynamic-charms .portal-myIcon-text,
    #portal-charms .portal-myIcon-text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    }

    /*------------------------------------------------------------------
    --> Background Iamge
    ------------------------------------------------------------------*/

    #big-bg-image {
    display: none;
    }

    /*------------------------------------------------------------------
    --> Widget Stuff
    ------------------------------------------------------------------*/

    /* --> Widget Wrapper --------------------------------------------*/

    .widget-wrap-content{
    padding: 0 15px  !important;
    }

    .widget-sidebar{
    padding: 0 13px  !important;
    }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    #header-right form{
        margin: 0;
    }

    #header-right .float{
        float: right;
        width: 25%;
    }

    input#site-search {
    margin: -1px 0 0 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    line-height: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 2px solid #dacfb9;
    border-right: 0;
    outline: none;
    height: 37px;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    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 {
    border-color: #cacaca;
    }

    input#site-search:focus {
    border-color: #cacaca;
    }

    #site-search::-webkit-input-placeholder {
    color: gray;
    }

    #site-search:-moz-placeholder { /* Firefox 18- */
    color: gray;  
    }

    #site-search::-moz-placeholder {  /* Firefox 19+ */
    color: gray;  
    }

   #site-search :-ms-input-placeholder {  
    color: gray;  
    }


/* --> Search Button ---------------------------------------------*/

    a#site-search-btn {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 17px;
    height: 35px;
    padding: 9px 0 0 0;
    margin: 0;
    border: 1px solid #806e4a;
    background-color: #9b855a;

    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    background-color: #917d54;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #cacaca;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #cacaca;
    }

    :-ms-input-placeholder {  
    color: #cacaca;
    }


    /*
    ------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: rgba(38,  54,  78,  0.9);
    background: rgba(38,  54,  78,  0.9);
    color: rgba(38,  54,  78,  0.9);
    min-height: 45px;
    }

    /* 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;
    }

    .top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
    }

    .top-bar.expanded .toggle-topbar a {
    color: #fff;
    }

    .top-bar-section ul li > a {
    padding: 10px 0 10px 15px;
    }

    .top-bar-section ul {
    background: #415473;
    }

    .top-bar-section .divider {
    border-bottom: 0;
    border-top: solid 1px #182230;
    }

    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: normal;;
    white-space: normal;
    background: none;
    text-decoration: none;

    transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    }

    nav.main-nav ul li.nav-item a:hover {
    background: #e3e7ed;
    color: #243247;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }

    .top-bar.expanded .title-area {
    background: #9b855a;
    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;
    }


    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    line-height: 44px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 1.1em;
    }

    .main-nav ul.title-area .mainnav-mobile-title:hover {
    background: none;
    }

    /* Menu collapse/expand link icon */
    nav.main-nav .toggle-topbar.menu-icon a {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    text-indent: -60px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    }

    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;
    color: #243247;
    }

    /* 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
    ------------------------------------------------------------------*/

    .show-for-small{display: block !important;}

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    font-size: 1.2em;
    line-height: 18px;
    background: none;
    padding:7px 15px;
    color: #243247;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #587196;
    color: #fff;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #333;
    background: white;
    color: #243247;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }



    /*------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    #sidenav-col{
    margin-top: 0;
    width: 100%;   
    }

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin:6px 0 5px 1px;
    background: #e3e7ed;
    padding: 13px 0 13px 18px;
    width: 96.5%
    }


    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 30px;
    }

    .side-nav-wrap .body {
    background: url('/img/00/layout/sidenav-slice-middle.png') repeat-y scroll 0 0 transparent;
    background-size: 100% 100% ;
    }

    .side-nav-wrap .body.side-nav-wrap .top .side-nav-wrap .bottom {
    margin-top: 0px;
    display: block;
    height: 13px;
    width: 100%;
    background: url('/img/00/layout/sidenav-slice-top.png') no-repeat 0px 0px transparent;
    background-size: 100% 13px;
    }

    .side-nav-wrap .bottom {
    display: block;
    height: 37px;
    width: 100%;
    background: url('/img/00/layout/sidenav-slice-bottom.png') no-repeat 0px 0px transparent;
    background-size: 100% 35px;
    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 96%;
    margin-left: 2%;
    }

    nav#side-nav .sf-menu li {
    background: #fff;
    }


    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #333;
    border: 0;
    line-height: 20px;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }

    nav#side-nav .sf-menu a:hover {
    background: #eee;
    }

    /* Last Item Link */
    nav#side-nav .sf-menu li.last a {
    border-bottom: 0;
    }


    /* --> Side Navigation Flyout Menu -------------------------------*/

    nav#side-nav .sf-menu ul {
    left: 100%;
    width: 200px;
    border: 1px solid #ccc;
    background: white;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    top: 14px;
    background: url('/img/00/layout/arrows.png') no-repeat -10px 0px;
    }

    /*------------------------------------------------------------------
    --> Side Content
    ------------------------------------------------------------------*/

    #sidecon-col{
    margin-top: 0;
    width: 100%;
    padding: 0 8px;   
    }

    .pgtitle{
        padding: 0 30px;
    }

    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons

    ------------------------------------------------------------------*/
    /* --> Breadcrumbs Colums ----------------------------------------------*/

    .system-btns-link {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
    display: block;
    }

    .system-btns-icon {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    float: none;
    display: block;
    }

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 101.2%;
    background: transparent url('/img/00/layout/bcrumbs-slice.png') repeat;
    top: -12px;
    position: relative;

    -moz-box-shadow:   inset 0 3px 0 #495c75;
   -webkit-box-shadow: inset 0 3px 0 #495c75;
   box-shadow:         inset 0 3px 0 #495c75;
    }

    /* Breadcrumb Widget Width */
    #widget-content section#bcrumbs {
    width: 99%;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 25px 0;
    font-size: 1.2em;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    margin-right: 10px;
    color: #e5e3e3;
    text-shadow: 0 1px 0 #293445;
    font-weight: normal;
	font-size: 1.4em;
    }

    ul.bcrumb-list li a{
    color: #e5e3e3;  
    font-weight: bold;
font-size:inherit; 
    }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {
    padding-left: 15px;

    }

    ul.bcrumb-list li.home a{
    color: #e5e3e3;
    text-decoration: none;

    transition: color .6s ease-out;
    -o-transition: color .6s ease-out;
    -moz-transition: color .6s ease-out; 
    -webkit-transition: color .6s ease-out;
    }

    ul.bcrumb-list li.home a:hover{
    color: #89afe8;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    font-size: 1.4em;
    cursor: default;
    }

    section#bcrumbs .portal-myIcon-img{
    width: 28px;
    height: 28px;
    }
    /* --> 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: 5px 0;
    }

    ul.system-btns-list a span{
    display: none;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: auto;
    margin-bottom: 0;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #333;
    background-color: #eee;
    border-color: #666;
    border: 0;
    padding:15px 5px;
    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;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    box-shadow: 0 4px 6px #666;
    z-index: 90;
    }

    /* Show dropdown menu on hover */
    li:hover ul.system-menu {
    display: block;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    width: 190px;
    top: 112px;
    }

    /* 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:0;
    }

    ul.system-menu li a:hover {
    color: #0f8cf2;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 6px;
    }

    /* Add This */
    .addthis_toolbox {
    float: left;
    margin-top: 1px;
    margin-right: 0;
    width: 28px;
    height: 28px;
    }

    .addthis_button_compact > img{
    float: left;
    margin-top:0;
    }

    
    /* Email */
    li a#btn-email {
    background: transparent url('/img/00/icons/newicons/icon-email.png') no-repeat 5px 1px;
    padding-left: 30px;
    }

    /* Edit */
    li a#btn-edit {
    background: transparent url('/img/00/icons/newicons/icon-edit.png') no-repeat 5px 2px;
    padding-left: 30px;
    }

    li:hover a#btn-edit{
    background: transparent url('/img/00/icons/newicons/icon-edit-over.png') no-repeat 5px 2px;
    }

    /* Print */
    li a#btn-print {
    background: transparent url('/img/00/icons/newicons/icon-print.png') no-repeat 5px 1px;
    padding-left: 30px;
    }

        /* Print */
    li:hover a#btn-print {
    background: transparent url('/img/00/icons/newicons/icon-print-hover.png') no-repeat 5px 1px;
    padding-left: 30px;
    }

    /* 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%;
    margin: 0;
    background: #ebe4da url('/img/00/layout/page-body-bkg.png') repeat-x;
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */
    .content-row{
    padding-top: 30px;
    }

    .row {
    max-width: 1150px;
    }

    #page-body > .widget-layout-row
    {
    padding-top: 30px;
    }


    /*
    ------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    h1.content-title {
    font-size: 4.1em;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e7ed;
    cursor: default;
    font-style: italic;
    color: #26364e;
    }


    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 0px;
    background: url('/img/00/layout/content-slice-middle.png') repeat-y 0 bottom transparent;
    background-size: 100% 100%;
    padding:0 10px 20px 1px;
    }

    #content-top {
    background: url('/img/00/layout/content-slice-top.png') no-repeat 0 bottom transparent;
    background-size: 100% 13px;
    width: 100%;
    height: 13px;
    }

    #content-bottom {
    background: url('/img/00/layout/content-slice-bottom.png') no-repeat 0 top transparent;
    background-size: 100% 32px;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    }


    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/
    #hp-content-row{
    position: relative;
    padding: 0 0 45px 0;
    }


   /* --> Home Page Top Media Buttons ----------------------------------------*/
    #dynamic-home-btns{
    position: relative;
    }
    /* Container that holds all the buttons */
    #dynamic-home-btns .mm-buttongen-cont {
    margin-top: 0;
    }

    /* Wrapper for individual media buttons */
    #dynamic-home-btns .mm-button-wrap {
    margin-top: 0;
    margin-bottom: 0;
    }

    /* Button link wrapper */
    #dynamic-home-btns a.mm-button-link {
    background: url('/img/00/layout/homebutton-bkg.png') transparent repeat  center;
    display: block;
    color: #ffffff;
    height: auto;
    width: 100%;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    margin:18px auto 0 auto;
    padding: 7px;
    font-style: italic;
    text-decoration: none;
    font-family: Georgia, Times, "Times New Roman", serif;

    /*Border */
    border-top: 2px solid #7f7d7f;
    border-bottom: 1px solid #7f7d7f;
    border-left: 1px solid #7f7d7f; 
    border-right: 1px solid #7f7d7f;

    /*Shadow */
    -moz-box-shadow:  10px 10px 0 0 rgba(138,138,138,0.3);
    -webkit-box-shadow: 10px 10px 0 0 rgba(138,138,138,0.3);
    box-shadow: 10px 10px 0 0 rgba(138,138,138,0.3);

    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    #dynamic-home-btns a.mm-button-link:hover {
    background: url('/img/00/layout/homebutton-bkg.png') #374457 repeat  center;
    }

    #dynamic-home-btns .mm-button-txt-wrap {
    height: auto;
    padding:15px 35px 15px 35px;
    }

    /* Button icon */
    #dynamic-home-btns a.mm-button-link img.mm-button-img {
    float: left;
    width: 50px;

    transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    }

    /* Button text */
    #dynamic-home-btns a.mm-button-link .mm-button-txt {
    padding: 0 25px;
    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;
    }

    /* Sub text on buttons */
    #dynamic-home-btns .mm-button-subtxt {
    float: right;
    font-size: 1.3em;
    text-shadow: 0 1px 0 #fff;
    }

    /* Bottom horizontal border (only visible on mobile) */
    #dynamic-home-btns hr.home-btn-sep {
    border-color: transparent;
    }

    /* --> Home Slideshow --------------------------------------------*/
    #hp-slideshow-wrapper{
    background: #ebe4da;
    border: 1px solid #8a888a;
    padding: 3px;
    float: left;

    /*Shadow */
    -moz-box-shadow:  10px 10px 0 0 rgba(138,138,138,0.3);
    -webkit-box-shadow: 10px 10px 0 0 rgba(138,138,138,0.3);
    box-shadow: 10px 10px 0 0 rgba(138,138,138,0.3);
    }

    /** BXSLIDER NEWS SLIDESHOW ON HOMEPAGE
    ===================================*/

    #hp-content-row .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    background: none;
    }

    #hp-content-row .bx-wrapper img {
    width:100%;
    display: block;
    position: absolute;
    max-height: 372px;
    float: left;
    }

    #hp-content-row .bx-wrapper .bx-viewport {
    background: none;
    min-height: 372px;
    height: 100% !important;
    overflow: visible !important;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    }

    #hp-content-row ul.bxslider{
    position: absolute !important; 
    }

    #hp-content-row .bx-wrapper .bx-pager,
    #hp-content-row .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    visibility: inherit;
    height: 40px;
    }

    /* LOADER */

    #hp-content-row .bx-wrapper .bx-loading {
    min-height: 50px;
    display: none;
    /*background: url('/img/00/bx_loader.gif') center center no-repeat #fff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    }

    /* PAGER */

    #hp-content-row .bx-wrapper .bx-pager {
    display: none;
    /*text-align: right;
    right: 32px;
    font-size: 0;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 0;
    top: -7px;*/
    }

    #hp-content-row .bx-wrapper .bx-pager .bx-pager-item,
    #hp-content-row .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    }

    #hp-content-row .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b81214;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    }

    #hp-content-row .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fb9a00;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    #hp-content-row .bx-controls-direction{
    position: absolute;
    width: 65px;
    right: 20px;
    top: 358px;
    }

    #hp-content-row .bx-wrapper .bx-prev {
    left: 10px;
    background: url('/img/00/layout/slide_news_lt.png') no-repeat 0 0;
    }

    #hp-content-row .bx-wrapper .bx-next {
    right: 0;
    background: url('/img/00/layout/slide_news_rt.png') no-repeat 0 0;
    }

    #hp-content-row .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    }

    #hp-content-row .bx-wrapper .bx-next:hover {
    background-position: 0 0;
    }

    #hp-content-row .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -10px;
    margin-top: 0;
    outline: 0;
    width: 26px;
    height: 19px;
    text-indent: -9999px;
    z-index: 9999;
    }

    #hp-content-row .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
    }

    /* AUTO CONTROLS (START / STOP) */

    #hp-content-row .bx-wrapper .bx-controls-auto {
    text-align: center;
    }

    #hp-content-row .bx-controls{
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -32px;
    }

    #hp-content-row .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
    }

    #hp-content-row .bx-wrapper .bx-controls-auto .bx-start:hover,
    #hp-content-row .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
    }

    #hp-content-row .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
    }

    #hp-content-row .bx-wrapper .bx-controls-auto .bx-stop:hover,
    #hp-content-row .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    #hp-content-row .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
    }

    #hp-content-row .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
    }

    /* IMAGE CAPTIONS */

    #hp-content-row .bx-wrapper .bx-caption {
    position: absolute;
    top: 124px;
    right: 4px;
    width: 269px;
    padding: 0 20px 30px 25px;
    float: right;
    background: url('/img/00/layout/bx-slider-cap-middle.png') repeat-y;
    background-size: 100% 100%;
    z-index: 10;
    }

    #hp-content-row .bx-wrapper .bx-caption:before {
    content: "";
    top: -12px;
    left: 0;
    margin-top: 0px;
    display: block;
    height: 13px;
    width: 100%;
    background: url('/img/00/layout/bx-slider-cap-top.png') no-repeat 0px 0px transparent;
    background-size: 100% 13px;
    position: absolute;
    }

    #hp-content-row .bx-wrapper .bx-caption:after {
    content: "";
    bottom: -26px;
    left: 0;
    margin-top: 0px;
    display: block;
    height: 26px;
    width: 100%;
    background: url('/img/00/layout/bx-slider-cap-bottom.png') no-repeat 0px 0px transparent;
    background-size: 100% 26px;
    position: absolute;
    }

    #hp-content-row .bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 3px;
    }

    #hp-content-row .bx-wrapper .bx-caption a{
    color: #7186a6;
    font-weight: bold;
    text-decoration: none;
    }

    #hp-content-row .bx-wrapper .bx-caption a.learn-more{
    padding-left: 10px;
    }

    #hp-content-row .bx-wrapper .bx-caption h3 a{
    color: #7186a6;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 28px;
    }

    #hp-content-row .bx-wrapper .bx-caption h3 {
    line-height: 20px;
    font-size: 1.8em;

    }

    /** BXSLIDER ICON SLIDESHOW ON WIDGET PAGE
    ===================================*/

    #icon-tray-wrapper {
    padding:0px;
    }

    #icon-tray-wrapper .bx-wrapper {
    height: 100%;
    padding:0px;
    }

    #icon-tray {
    height: 115px;
    padding:0px;
    }

    #icon-tray > .columns{
    padding:0px;
    }

    #icon-tray .active {
    display: block;
    height: 100%;
    }

    #icon-tray #carousel a {
    display: inline-block;
    height: 115px;
    line-height: 1.5em;
    text-align: center;
    white-space: normal;
    width: auto;
    color:#fff;
    font-weight:normal;
    }

    #icon-tray #carousel a span {
    font-size:1em;
    color: #7186a6;
    font-weight: bold;
    }

    #icon-tray ul li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    }

    #icon-tray #carousel li{
    margin: 0 10px;
    width: 153px !important;
    text-align: center;
    }

    #icon-tray .tray-resources {
    bottom: 2px;
    color: #ffffff !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    right: 2em;
    }

    #icon-tray-wrapper .bx-wrapper {
    margin: 0 auto 20px;
    padding: 0 10px;
    position: relative;
    }

    #icon-tray-wrapper .bx-wrapper img {
    display: block;
    max-width: 100%;
    }
    #icon-tray-wrapper  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-loading {
    background: url("/img/00/bx_loader.gif") no-repeat scroll center center #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 2000;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-pager {
    color: #666;
    display: none;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #666;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
    }

    #icon-tray-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #000;
    }

    #icon-tray-wrapper .bx-wrapper .bx-prev {
    left: 10px;
    background: url('/img/00/layout/slide_news_lt.png') no-repeat 0 0;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-next {
    right: 0;
    background: url('/img/00/layout/slide_news_rt.png') no-repeat 0 0;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30px;
    margin-top: 0;
    outline: 0;
    width: 26px;
    height: 19px;
    text-indent: -9999px;
    z-index: 9999;
    }

    #icon-tray-wrapper .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
    }

    .bx-wrapper .bx-controls-auto {
    text-align: center;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-controls-auto .bx-start {
    background: url("/img/00/controls.png") no-repeat scroll -86px -11px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
    }

    #icon-tray-wrapper  .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
    }

    #icon-tray-wrapper .bx-wrapper .bx-controls-auto .bx-stop {
    background: url("/img/00/controls.png") no-repeat scroll -86px -44px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
    }

    #icon-tray-wrapper .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
    }

    #icon-tray-wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
    }

    #icon-tray-wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
    }


    /* --> Home Page Popular Links --------------------------------------------*/
    
    section#hp-popular-links {
    padding: 0 20px;
    }

    section#hp-popular-links .top {
    margin-top: 0px;
    display: block;
    height: 13px;
    width: 100%;
    background: url('/img/00/layout/sidenav-slice-top.png') no-repeat 0px 0px transparent;
    background-size: 100% 13px;
    }

    section#hp-popular-links  .body {
    background: url('/img/00/layout/sidenav-slice-middle.png') repeat-y scroll 0 0 transparent;
    background-size: 100% 100%;
    }

    section#hp-popular-links .bottom {
    display: block;
    height: 37px;
    width: 100%;
    background: url('/img/00/layout/sidenav-slice-bottom.png') no-repeat 0px 0px transparent;
    background-size: 100% 35px;
    }

    h3#hp-pop-title {
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin: 6px 0 5px 2px;
    background: #e3e7ed;
    padding: 13px 0 13px 18px;
    width: 96.1%;
    }

    #hp-content-row ul.az-list{
    list-style: none;
    padding: 0 12px 0 0;
    margin: 10px 0;
    width: 100%;
    }

    #hp-content-row ul.az-list li {
    margin: 0;
    padding: 0; 
    }

    #hp-content-row ul.az-list li a {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    color: #4c4c4c;
    padding-left: 20px;
    margin-left: 20px;
    background:url('/img/00/layout/arrows.png') no-repeat -10px 8px;
    }
    #hp-content-row ul.az-list li a:hover{
    color: #9b855a;
    }

        /* Most Popular list */
    section#home-mostpop ul.az-list {
    list-style: square;
    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;
    }

    /* --> Home Page Tab Events & News --------------------------------------------*/

    #hp-media-wrapper {
    margin:55px auto 75px auto;
    width: 100%;
    padding: 0 15px;
    }

    #tab-container {
    display: block;
    position: relative;
    background: url('/img/00/layout/tab-middle.png') repeat-y transparent;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    }

    li.visalia_tab {
    display: inline-block;
    padding:0;
    width: 100%;
    background: url('/img/00/layout/active-tab-bkg.png') repeat-x bottom #677d9e;
    }


    li.visalia_tab a.active{
    background: white;
    position: relative;
    float: left;
    width: 100%;
    color: #08518C;   
    }

    li.visalia_tab a.active h3{
    color: #08518C;   
    }

    ul.tab-nav {
    margin: 0;
    padding: 0;
    top: -14px;
    left: 1px;
    position: relative;
    z-index: 10;
    }

    #panel-container {
    float: left;
    width: 100%;
    top:0;
    margin: 0;
    padding: 20px;
    position: relative;
    z-index: 0;
    background-size: 100% 100%;
    height: 100%;
    }

    #tab-news,
    #news-scroll,
    #event-scroll,
    #tab-events{
    height: 365px;
    display: block;
    overflow: hidden;
    }

    #tab-container:before {
    content: "";
    top: -15px;
    left: 0;
    margin-top: 0px;
    display: block;
    height: 15px;
    width: 100%;
    background: url('/img/00/layout/tab-top.png') no-repeat 0px 0px transparent;
    background-size: 100% 15px;
    position: absolute;
    }

    #tab-container:after {
    content: "";
    bottom: -39px;
    left: 0;
    display: block;
    height: 39px;
    width: 100%;
    background: url('/img/00/layout/tab-bottom.png') no-repeat 0px 0px transparent;
    background-size: 100% 39px;
    position: absolute;
    }

    #hptitleevent {
    float: left;
    }

    img.icon {
    float: left;
    padding: 10px 0 10px 10px
    }

    li.visalia_tab h3{
    padding: 5px;
    color: #e3e7ed;
    float: left;
    margin: 0;
    font-size: 2.6em;
    }

    /* Calendar Home Page */
    #tab-container h2#cal-title {
    width: 100%;
    border-bottom: 2px solid green;
    margin: 0;
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 0px;
    }

    /* calendar title link */
    #tab-container h2#cal-title a {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #0d7151;
    font-size: 1em;
    }

    /* calendar title link hover */
    #tab-container h2#cal-title a:hover{ text-decoration: none; }

    /* calendar date */
    #tab-container #events-cal .calday.small-2.columns {
    width: 50px;
    }

    /* calendar event wrapper  */
    #tab-container #events-cal .calbody.small-10.columns {
    float: left;
    margin-left: 10px;
    }

    /* event wrap */
    #tab-container #hp-cal .ev-wrap {
    height: 375px;
    }

    #tab-container .ev-row {
    margin: 0 0 20px 0 !important;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d9d7d9;
    }

    /* calendar icon */
    #tab-container .ev-wrap .calday {
    border: 1px solid #c29f55;
    display: block;
    padding: 0 !important;
    }

    #tab-container .ev-wrap .calday span {
    font-family: Georgia, Times, "Times New Roman", serif;
    clear: both;
    color: #666665;
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
    }

    /* calendar icon, abbreviated month */
    #tab-container .ev-wrap .calday span.month {
    background: none repeat scroll 0 0 #e8c067;
    border-bottom: 1px solid #c29f55;
    color: #fff;
    line-height: 1.7em;
    text-transform: uppercase;
    }

    #tab-container .ev-wrap .calday span.day {
    font-size: 2em;
    line-height: 1.5em;
    padding: 1%;
    }

    #tab-container .ev-wrap .calbody span {
    clear: both;
    display: block;
    float: left;
    font-size: 1.4em;
    }

    #tab-container .ev-wrap .calbody .caltime {
    font-size: 1.35em;
    color: #666665;
    margin-bottom: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    }

    #tab-container .ev-wrap .calbody .caltitle {
    font-size: 1.600em;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 25px;
    }

    #tab-container .ev-wrap .calbody .caltitle a{
    color: #7186a6;   
    text-decoration: none;
    }

    #tab-container .ev-wrap .calbody .caltitle a:hover{
    color: #9cb9e5;
    }

    /* --> Feature Buttons ----------------------------------------------*/

    #feature-side-btns{
    padding: 0 25px;
    }

    #feature-side-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 35px 0;
    text-align: center;
    }

    #feature-side-btns .mm-button-wrap {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid #ab9664;
    background: url('/img/00/layout/secondary-button-bkg.png') #e8c067 repeat-x top;
    margin-bottom: 25px;

    -webkit-box-shadow: 7px 7px 0px 0px #cec8c2;
    -moz-box-shadow:    7px 7px 0px 0px #cec8c2;
    box-shadow:         7px 7px 0px 0px #cec8c2;

    transition: background .6s ease-out;
    -o-transition: background .6s ease-out; 
    -moz-transition: background .6s ease-out; 
    -webkit-transition: background .6s ease-out;
    }

    #feature-side-btns .mm-button-wrap:hover{
    background: url('/img/00/layout/secondary-button-bkg-over.png') #f5ce73 repeat-x top
    }

    /* Side Button Link Wrapper */
    #feature-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    }

    #feature-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    color: #26364e;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2em;
    padding: 0;
    font-style: italic;
    }

    #feature-side-btns .mm-button-img {
    float: left;
    padding: 10px 0 0 11px;
    display: block;
    }

    #feature-side-btns .mm-button-txt-wrap {
    float: left;
    margin: 0;
    padding: 15px 0 15px 15px;
    display: block;
    width: 75%;
    text-align: left;
    }
    /* --> Most Popular ----------------------------------------------*/


    /* --> FAQ Content ----------------------------------------------*/

    .faq-search-btn {    font-size: 0.9em; }

    .faq-combined-links {margin-left:0px !important;}

    .faq-combined-links .category-header {
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px;
    border-bottom: 1px solid #4f6678;
    font-style: italic;
    color: #26364e;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration:none;
    font-weight:normal;
    text-indent:19px;

    font-family: Georgia, Times, "Times New Roman", serif;

    transition: border .6s ease-in-out, background .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background .6s ease-in-out;
    }

    .faq-combined-links .category-header:hover{
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px;
    border-bottom: 1px solid #e3e7ed;
    text-decoration: none;
    }

    .faq-combined-links .opened {                       
    background: url('/img/00/toggler.png') no-repeat scroll 6px -15px ;
    border-bottom: 1px solid #4f6678;
    font-style: italic;
    color: #26364e;       
    margin-bottom: 15px;              
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration:none;
    font-weight:normal;
    text-indent:24px;

    transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    }

    .faq-combined-links .opened:hover{
    border-bottom: 1px solid #e3e7ed;
    text-decoration: none;
    }

    .faq-combined-links .bucket .opened,
    .faq-combined-links .bucket .opened:hover 
    {
    background:none;
    border: 0px solid #82a7c4;
    color:#08518C;

    font-size: 14px;
    /*line-height: 28px;
    */padding: 0;
    width: 100%;
    text-decoration:none;
    font-weight:bold;
    text-indent:0;
    }


    /* --> Homepage Blocks -------------------------------------------*/

    /* Block container */
    .home-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 8px #ccc;
    border: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    }

    /* Block heading */
    .home-block h2.block-head {
    margin-top: 0;
    background-color: #0B6EBF;
    padding: 10px 10px 5px 15px;
    color: #fff;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 3.0em;
    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: #08518C;
    }

    /* Block heading - alternate color 2 */
    .home-block h2.block-head.alt-color2 {
    background-color: #0f8cf2;
    }

    /* 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 -----------------------------------------------*/

    /* Event title */
    .event-title {
    font-size: 1.4em;
    margin: 5px 0;
    line-height: 20px;
    font-weight: normal;
    padding-top: 5px;
    }

    /* Event Time */
    .event-time { 
    font-size: 1.35em;
    color: #666665;
    margin-bottom: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    }

    /* Date section heading */
    .events-datesection {
    font-size: 1.35em;
    color: #666665;
    margin-bottom: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    }

    /* 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-style: italic;
    }

    /* Separator between events */
    hr.events-sep { margin: 15px 0; }



    /*
    ------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
    }

    #dynamic-side-btns .mm-button-wrap {
    float: left;
    width: 100%;
    border: 1px solid #ab9664;
    background: url('/img/00/layout/secondary-button-bkg.png') #e8c067 repeat-x top;
    margin-bottom: 25px;

    -webkit-box-shadow: 7px 7px 0px 0px #cec8c2;
    -moz-box-shadow:    7px 7px 0px 0px #cec8c2;
    box-shadow:         7px 7px 0px 0px #cec8c2;

    transition: background .6s ease-out;
    -o-transition: background .6s ease-out; 
    -moz-transition: background .6s ease-out; 
    -webkit-transition: background .6s ease-out;
    }

    #dynamic-side-btns .mm-button-wrap:hover{
    background: url('/img/00/layout/secondary-button-bkg-over.png') #f5ce73 repeat-x top
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    }

    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    color: #26364e;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2em;
    padding: 12px 0 0 12px;
    font-style: italic;
    float: left;
    }

    #dynamic-side-btns .mm-button-img {
    float: left;
    width: 36px;
    margin: 0 10px 0 0;
    }

    #dynamic-side-btns .mm-button-txt-wrap {
    padding: 5px;
    }
    /*
    ------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/
    
     /* --> Footer back to top ---------------------------------------*/

    .backtop{
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: center;
    margin-top: -5px;
    }

    .backtop a {
    color: #d4cdc5;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-style: italic;
    background-color:#445b7f;
    font-family: Georgia, Times, "Times New Roman", serif;

    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;

    }

    .backtop a:hover{
    background-color:#364763;
    }

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    background: url('/img/00/layout/footer-bkg.png') repeat top center;
    border-top: 2px solid #445b7f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    }

    #footer-wrapper{
    background: url('/img/00/layout/footer-watermark.png') no-repeat top center;
    min-height: 210px;
    }

    /* --> Footer Columns -----------------------------------------*/

    .footer-column-large{
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    margin: 25px 0 20px 0
    }

    .footer-column-small{
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    float: none !important;
    }

    /* --> Footer Navigation -----------------------------------------*/

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    margin-left: 10px;
    }

    /* Navigation list item */
    nav.foot-nav ul li { margin-bottom: 3px; }

    /* Navigation list item link */
    nav.foot-nav ul.foot-nav-list li a {
    color: #fff;
    font-size: 1.5em;
    }

    /* --> Footer Headers & Address -----------------------------------*/

    #page-footer h1 {
    font-family: 'Tangerine', cursive;
    font-style: normal;
    color: white;
    font-size: 5.5em;
    padding: 0;
    margin: 0;
    }

    #page-footer h3{
    color: #cedbed;
    margin: 0;
    }

    .footer-address p{
    margin: 0;
    font-size: 1.7em;
    line-height: 20px;
    }

    /* --> Footer Social -----------------------------------*/

    #social-btns{
    padding: 0 0 5px 0;
    margin: 0;
    width: auto;
    display: inline-block;
    }

    #social-btns span {
    display: none;
    }

    #social-btns .mm-button-wrap{
    width: auto;
    padding: 0 10px 0 0;
    }

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    max-width: 100%; 
    margin-bottom: 20px;
    }

    select.goog-te-combo { padding: 5px; }
    #google_translate_element .goog-te-gadget { color: #fff; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }


    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }



    /* --> Powered by Civica -----------------------------------------*/

    /* 'Powered by' text */
    span.powered-by-civica {
    display: block;
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 5px;
    }

    /* Civica logo */
    #civica-foot-logo { display: block; }


    /* --> Copyright -------------------------------------------------*/

    /* Copyright span background */
    #copyright-span { background-color: #222; }

    /* Copyright text */
    #copyright-span p.copyright {
    text-align: center;
    color: #eee;
    margin: 10px 0;
    }



    /*
    ------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: Georgia, Times, "Times New Roman", 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: Georgia, Times, "Times New Roman", serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }



    /*
    ------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    /* Galleria slideshows require a defined height */
    #galleria { height: 300px; }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }




    /*  Photobook Styles  */

    .PhotoBG {
    /*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
    background:#fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    width: 150px;
    height: 150px;
    }

    .floater{ float:left; margin: 0;}

    .Photosizer img{
    overflow: hidden;
    max-height: 150px;
    max-width:150px;
    }

    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }

    /** Imported from M.Segura's CSS**/

    #page-last-updated{clear:both;}
    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                                   
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                                      
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

    /*SITE WIDE ALERT*/

    #alert 
    {
    background: url("/img/00/noise/light.png") repeat scroll 0 0 #9C2800;
    border: 1px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    height: 5%;
    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; line-height:1em;}

    #alert .title img { margin-top:0; }

    #alert .title span{ position:relative; top:-10px; font-size:1.1em;}

    #alert .body a
    {
    background: none repeat scroll 0 0 #580300;
    color: #FECA00;
    display: block;
    font-size: 0.85em;
    margin-bottom: 0.2%;
    margin-top: 0.2%;
    width: 90%;
    padding-left:1%;
    -webkit-box-shadow: inset 0px 0px 5px 0px #360100;
    box-shadow: inset 0px 0px 5px 0px #360100;}


    #alert .body .date {font-size:1em;color:#DBB900;}

    /** Imported from R.Sapp's CSS**/


    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }
	

    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800 url('/img/00/noise/light.png') repeat;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }




    /* 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 { overflow: scroll; overflow-y: hidden; }	

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }

	.scrollable.swipeMsg:before{
	background:none repeat scroll 0 0 rgba(255,255,255, 0.9);
	border:1px solid #495c75;
	border-radius:5px;
	color: #495c75;
	content:"<< Swipe for more content >>";
	display:block;
	margin:0.3em 0;
	padding:0.2em;
	text-align:center;
	width:100%;
	font-size:0.8em;
	}
	

    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #jqGalleryDiv{
    width: 100%;
    }

    #img-wrap{ 
    margin-bottom: 10px;
    }

    #image_wrap img{
    cursor: default;
    width: 200px;
    padding-bottom: 10px;
    padding-left:5px;
    }

    #image_wrap_g img{
    cursor: default;
    /*width: 200px;*/
    padding-bottom: 10px;
    padding-left:5px;
    }

    .img-wrap{
    float: left;
    width: 20%;
    height: 50px;
    margin: 8px;
    overflow: hidden;
    }

    #galBackOuter { 
    margin: 15px 0 0 5px;
    }



    /*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*/

    }
