﻿
/* 
-------------------------------------------------------------------


Base styles - print styles moved to bottom


-------------------------------------------------------------------
*/

    /* This is the hilight color when you select text on the website. */
    ::selection {
    background: #232323; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #232323; /* Firefox */
    color: #fff;
    }


    /* force safari mobile devices to not automatically render rounded corners on search iput */
    #site-search input,
		.site-search input {
    -webkit-border-radius: 0 !important;
    }

    .fontsize a{float:none !important;height:22px; margin:0px 5px 0px 0px !important; text-decoration:underline;}
    .fontsize a.selected{text-decoration:none;}                                    
    #fontsize0{font-size:1em; /*=10px*/}                           
    #fontsize1{font-size:1.1em; /*=11px*/}
    #fontsize2{font-size:1.3em; /*=13px*/}



    /*------------.size0 */   
    .size0{
    font-size:.825em;
    }
    #side-nav.size0 .sf-menu a{
    font-size:1em;
    }



    /*-------------.size1 */
    .size1{
    font-size:1em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.15em;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 800;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.325em;
    }

    .no-pad{ padding: 0 !important; }

    /******************************************************************
    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;
    }

    /*.row{ border-top: 1px solid red; border-bottom: 1px solid red; }
    .columns{ border-left: 1px solid lime; border-right: 1px solid lime; }*/


    /* columns for full screen elements (those existing outside of a parent div with ROW class)  */
    .small-1-full{position:relative;width:8.33333%; float:left; padding: 0px 8px;}
    .small-2-full{position:relative;width:16.66667%; float:left; padding: 0px 8px;}
    .small-3-full{position:relative;width:25%; float:left; padding: 0px 8px;}
    .small-4-full{position:relative;width:33.33333%; float:left; padding: 0px 8px;}
    .small-5-full{position:relative;width:41.66667%; float:left; padding: 0px 8px;}
    .small-6-full{position:relative;width:50%; float:left; padding: 0px 8px;}
    .small-7-full{position:relative;width:58.33333%; float:left; padding: 0px 8px;}
    .small-8-full{position:relative;width:66.66667%; float:left; padding: 0px 8px;}
    .small-9-full{position:relative;width:75%; float:left; padding: 0px 8px;}
    .small-10-full{position:relative;width:83.33333%; float:left; padding: 0px 8px;}
    .small-11-full{position:relative;width:91.66667%; float:left; padding: 0px 8px;}
    .small-12-full{position:relative;width:100%; float:left; padding: 0px 8px;}

    /*------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
    }

    /* Set default font-size to 17px */
    p, a, .button {
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 28px;


    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: #3c7ed0;

    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: #19a2b1;
    text-decoration: underline;
    }

    a:active { color: #19a2b1; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    /*background-color: #FF5722;
    border-color: #FF5722;*/
    background-color: #839260;
    border-color: #839260;
    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: #4584d2;
    border-color: #4584d2;
    }

    .button:active{
    background-color: #4584d2;
    border-color: #4584d2;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #FF5722;
    border-color: #FF5722;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #da4e25;
    border-color: #da4e25;
    }

    .button-cancel:active{
    background-color: #bf360c;
    border-color: #bf360c;
    }


    /* inputs */
    input { border-radius: 0;   -webkit-appearance: normal !important; }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    font-family: 'Merriweather', Georgia, serif;
    color: #333333;
    }

    h1, .h1 {
    font-size: 3em;
    }

    h2, .h2 {
    font-weight: 900;
    font-size: 2.6em;
    }

    h3, .h3 {
    font-size: 2em;
    font-weight: 900;
    }

    h4, .h4 {
    font-size: 1.8em;
    }

    h5, .h5 {
    font-size: 1.5em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.25em;
    font-weight: bold;
    }

    

    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: inherit;
    color: #fff;  

    }

    table tr td,
    table tr td p
     { font-size: inherit; }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none;
    }

    hr {
    border-color: #b2b2b2;
    display: inline-block;
    width: 100%;
    margin: 15px 0 10px 0;
    border-style: solid;
    }
    
    /* --> iFrames  -------------------------------------------------*/
    .responsiveIframe {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-top: 35px;
    /*height: 0;*/
    overflow: hidden;
    }


    /* --> Calendar  -------------------------------------------------*/
    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }

    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    .texthider{ display: none; }

    div#header-row {
    height: 77px;
    }

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: transparent;
    min-height: 150px;
    }

    #header-right {
    margin-top: 15px;
    }

    /* --> Header Logo -----------------------------------------------*/

    div#header-left a {
    display: block;
    width: 100%;
    background: url(/img/00/millvalleylogo.png) 0 0 no-repeat;
    height: 30px;
    background-size: contain !important;
    max-width: 405px;
    margin: 20px 0 0 0px;
    }

    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin: 0;
    display:none;
    padding-top: 13px;
    background: #839260;
    }

    ul.head-links li {
    float: left;
    }

    span#header-date {
    color: #222;
    cursor: default;
    }

    a.head-link {
    font-family: 'Open Sans', sans-serif;   
    font-weight: bold; 
    float: left;
    display: inline-block;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 1.4em;
    }

    a.head-link:hover{
    color: #ececad;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 30px;
    position: relative
    }

    /*Browse by Department 
    div#deptSelect {
    background: transparent;
    width: 100%;
    padding: 0 15px;
    font-size: 9px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 104px;
    webkit-appearance: none;
    background: #839260;
    text-align: left;
    color: #fff;
    }

    select#departmentSelect {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 0 0 0 30px;
    height: 38px;
    font-weight: 600;
    position: relative;
    background: url(/img/00/departmentarrow.png) no-repeat 10px 10px #5C683F;
    color: #FFFFFF;
    }*/

    p.intro {
    text-align: center;
    padding: 12px 0 0 0;
    font-size: 15px;
    line-height: 13px;
    }

    p.intro span{ 
    font-weight: 600;
    font-size: 15px; 
    }


    .dropdownDepts {
    position: relative;
    display: inline-block;
    background: url(/img/00/departmentarrow.png) no-repeat 16% 45% #918a7c;
    min-width: 40%;
    min-height: 42px;
    width: 90%;
    color: #fff;
    margin-bottom: 20px;
    margin: 10% 4.99%;
    border-radius: 3px;
    }


    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px;
    }

    p.intro:hover {cursor: pointer;}

    .dropdownDepts:hover .dropdown-content {
    display: block;
    cursor: pointer;
    z-index: 100;
    margin: 30px 0 0 0
    }

    .dropdownDepts:hover .dropdown-content {
    width: 100%;
    margin: 0 0 0 0
    }

    .dropdownDepts ul li{ list-style: none; border-bottom: 1px solid #fff; margin: 4px 0; text-align: center; padding: 10px 0;  }
    .dropdownDepts ul li:last-child{ border-bottom: 0px solid transparent; }
    .dropdownDepts ul li a{
    text-transform: none;
    font-size: 0.7em;

    text-align: left;

    color: #333;
    font-size: 12px;
    }

    .MVConnectEmail {
    width: 100%;
    margin-bottom: 20px;    
    height: 40px;
    font-size: 12px;
    font-family: 'merriweather', georgia, serif;
    font-style: italic;
    padding: 0 0 0 8px;
    }

    .MVConnectSubmit {
    background: #839260;
    border: 0px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    border-radius: 6px;
    }

    .MVinputWrap{ margin: 0 !important; padding: 0 !important; }

    span#success_message {
    font-size: 18px;
    font-family: 'Merriweather', georgia, serif;
    color: #839260;
    font-style: italic;
    }

    /* override Constant Contact Style */
    .ctct-custom-form{ 
    min-width: auto !important;
    padding: 5px 0 0 0  !important; }


    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    .mvSearchWrap {
    max-width: 600px;
    }

    /* --> Search Input ----------------------------------------------*/

    input#site-search,		
    input.site-search {
    border-radius:0px !important;     
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border: 1px solid #253238;
    border-right: 0;
    margin-bottom: 15px;
    outline: none;
    height: 40px;
    font-family: 'Merriweather', Georgia, serif;
    font-style: italic;
    -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;
    -webkit-appearance: none; /* stop rounding the corners on ios */
    }

    input#site-search:hover,
		input.site-search:hover {
    border-color: #788A4E;
    }

    input#site-search:focus,
		input.site-search:focus {
    border-color: #788A4E;
    }


    /* --> Search Button ---------------------------------------------*/

    a#site-search-btn,
	a.site-search-btn {
    font-family: 'Open Sans', sans-serif; 
    text-transform: capitalize;
    font-weight: 600 !important;   
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 15px;
    line-height: 17px!important;
    height: 40px;
    position: absolute;
    right: 0;
    padding-top: 9px!important;
    background-color: #839260;
    border: 1px solid #000000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0 4px 4px 0;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #788A4E;
    border-color: #000000;
    }

    ::-webkit-input-placeholder {
       color: #858585;
    }

    :-moz-placeholder { /* Firefox 18- */
       color: #858585;  
    }

    ::-moz-placeholder {  /* Firefox 19+ */
       color: #858585;  
    }

    :-ms-input-placeholder {  
       color: #858585;  
    }

    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* Mobile Nav Title */
    span.mvMobileHeading {
    color: transparent;
    font-size: 16px;
    }

    .top-bar.expanded .title-area {
    background: #918a7c;
    }
    .top-bar.expanded .toggle-topbar a,  .top-bar .toggle-topbar a{
    text-transform: none;
    color: #fff;
    font-size: 19px;
    font-family: 'arial', sans-serif;
    }

    .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-section .divider{ border: 0; }

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #839260;
    border-top: 2px solid #839260;
    min-height: 48px;
    }

    /* 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%;
    }

nav.main-nav li.nav-item .section-heading a{ font-size: 18px; }



.top-bar-section ul { background: #737373;}



    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.2em;   
    font-size: 1em;
    font-weight: 600;
    white-space: normal;
    background: #839260;
    text-transform: uppercase;

    transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    }

    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    background: #666;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }


    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    
    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-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 {

    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #3E7FD1;
    padding-left: 30px;
    color: white;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #333;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

    /*------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: pointer;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 0px;
    color: #707565;
    font-size: 24px;
    font-weight: 600;
    }


    a.page-nav-heading{
        color: #707565;
    }

    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 20px;
    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: #fff;
    }


    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #333;
    border: 0;
    line-height: 20px;
    border-bottom: 1px solid #ccc;

    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: 0;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    left: 91%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color:  #cccccc;
    border-left-color:transparent;
    border-width: 5px;
    margin-top: -5px;
    display: block;
    background: transparent;
    }

    /* --> Side Navigation Item Active Page ----------------------------*/
    nav#side-nav li.nav-item.youAreHere a {
    background: #eee;
    }



    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    background: #fff;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 25px 0 0 0;
    font-size: 1.2em;
    }

    ul.bcrumb-list a{
    color: #737373;
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    font-family: 'merriweather', georgia, serif;    
    color: #737373;
    float: left;
    margin-right: 4px;
    font-size: 12px;
    }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {  }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    cursor: default;
    margin: 4px 0 0 0;  
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 11px 0 0;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    color: #737373;
    text-transform: capitalize;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #333;
    background-color: #eee;
    border-color: #fff;
    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;

    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    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 Item Link */
    ul.system-menu li a {
    display: block;
    font-weight: bold;
    padding: 6px 0;
    color: #333;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #0f8cf2;
    text-decoration: none;
    border-color: #ddd;
    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;
    }
		
	  /* Fav */
		#btn-fav{
    background: #fff;
    padding-left: 0px;
		height: 30px;
    }
		
    .img-portal-fav{
    float: left;
    margin-top: -4px;
    padding-right: 8px;
    }

    .img-portal-fav-text{
    float:left;
    }

    /* 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%;
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */
    .content-row{
    padding-top: 30px;
    }

    #page-body > .widget-layout-row
    {
    padding-top: 30px;
    }


    /*------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    .pgtitle {
    padding: 0 0px;
    }

    h1.content-title {
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #bababa;
    cursor: default; font-weight: bold;    
    }

    div#homepageBG { 
    border: 0px solid transparent;
    display: block;
    height: 200px;
   margin: 150px 0 40px 0;
    }

    div#homepageBG a {
    display: block;
    width: 100%;
    background-size: cover !important;
    height: 200px;
    /* border: 1px solid red; */
    background-position: center center !important;
    }

    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 0;
    border: 0px solid #fff;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/
    p.mobilehelp {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    }

    /* --> Home Icon Tray --------------------------------------------*/
    .iconTrayWrapper {
    background: rgba(0,0,0,.7);
    /*margin-top: 226px;*/
    min-height: 138px;
    padding: 20px 0;
    }

    .iconTrayWrapper .bx-wrapper{ 
    background: transparent;
    position: relative;
    width: 90%;
    margin: 0 auto;
    }

    li.mm-side-icon { 
    text-align: center;
    }

    .iconTrayWrapper ul#carousel {
    padding: 0 0 0 2%;
    }

    .iconTrayWrapper span.desc {
    display: block;
    }

    .iconTrayWrapper img {
    padding: 12px 8px;
    background: #839260;
    border-radius: 50%;
    }

    .iconTrayWrapper a:hover img{ background-color: #788A4E; }

    .iconTrayWrapper a.mm-spacer, .iconTrayWrapper span.desc { 
    color: #fff;
    font-size: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Merriweather', georgia, serif;
    }

    .iconTrayWrapper .bx-controls-direction {
    left:0px;
    top: 0;
    width: 100%;
    height: 100%;
    }

    .iconTrayWrapper a.bx-next {
    display: none;
    width: 30px;
    float: right;
    top: 0;
    right: -5%;
    position: absolute;
    height: 100%;
    font-size: 0px;
    background: url(/img/00/arrow-sprite.png) -245px 0px no-repeat;
    }

    .iconTrayWrapper a.bx-prev {
    display: none;
    width: 30px;
    float: left;
    position: absolute;
    top: 0;
    left: -5%;
    height: 100%;
    font-size: 0px;
     background: url(/img/00/arrow-sprite.png) 0px 0px no-repeat;
     display: none;
    }

    .iconTrayWrapper a.bx-next:hover {background: url(/img/00/arrow-sprite.png) -245px -219px no-repeat;}
    .iconTrayWrapper a.bx-prev:hover { background: url(/img/00/arrow-sprite.png) 0px -219px no-repeat;}   


   /* --> Home Trending Topics --------------------------------------------*/    
    div#topicWrap{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dcdbdb;
    background-color: #f3f2f2; 
    padding: 8px 0; 
    margin: 0 0 30px 0;
    }

     div#topicWrap h4{ 
    width: 100%;
    text-align: center;
    padding: 12px 0 0 0;
    float: left;
    display: block; 
    font-weight: bold; 
    font-size: 22px; 
    }

    div#topicWrap ul{ 
    width: 100%; 
    float: left; 
    list-style: none; 
    margin: 0; 
    }

    div#topicWrap ul li {
    padding: 0;
    text-align: center;
    margin: 10px;
    }

    div#topicWrap ul li a{ color: #4f4d4d; }

    /* --> Home News --------------------------------------------*/    
    div#newsHeaderWrap{ position: relative; display: inline-block; width: 100%; padding: 0 10px;}
    div#newsHeaderWrap h2 { 
    float: left;
    }
    
    a.mvArchives {
    float: left;
    margin: 10px 0 0 30px;
    color: #5d5c5c;
    font-size: 1.6em;
    }

    /* --> Home Dynamic Buttons --------------------------------------------*/    
    #newsWrapper a.mm-button-link {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 1%;
    height: 189px;
    background-size: 100% !important;
    position: relative;
    }

    #newsWrapper a span{ 
    position: absolute;
    bottom: 0;
    background-color: #918a7c;
    width: 100%;
    padding: 8px 10px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    /*
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
    -ms-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;*/
    }

    #newsWrapper a:hover span {
    background-color: #839260;
    /*bottom: 16%;*/
    }


    /* Background area color */
    #home-slideshow-span {
    border-bottom: 1px solid #273238;
    }


    #home-slideshow-span img{width: 100%;}


    /* Stay Connected - Newsletter and Social Icons */
    div#connectedWrapper {
    min-height: 170px;
    background: #f3f2f2;
    margin-bottom: 50px;
    }

    div#enews {
    text-align: center;    
    display: block;
    margin: 20px 0 0 0;
    }


    div#newsletter {
    width: 100%;
    float: left;
    margin: 0 1% 0 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0px solid transparent;
    }

   

    #hpSocialIcons a.mm-button-link {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 4px;
    background-size: contain !important;
    }

    div#socialIcons { /*margin: 18px 28%;*/
    float: left;
    height: 50px;
    width: 50%;
    margin: 18px 0;
    }

    div#eLinks ul {
    border-left: 0px solid #dcdbdb;    
    list-style: none;
    text-align: center;
    margin: 9% 0 0 0;
    font-style: italic;
    font-size: 11px;
    }

    div#eLinks ul li { margin: 25px 0; }
    div#eLinks ul li a{ color: #3c3a39; text-decoration: underline; font-weight: 600; }

    div#eLinks ul li a:hover {
    text-decoration: none;
    color: #839260;
    }





    /** BXSLIDER NEWS SLIDESHOW
    ===================================*/
    div#slideshow-cont{ 
        position: relative;
        display: block; 
    }

    #slideshow-cont .bx-wrapper {
    position: relative;
    margin: -6px 0 46px 0;
    padding: 0;
    *zoom: 1;
    }

    #slideshow-cont .bx-wrapper img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    }

    #slideshow-cont .bx-wrapper .bx-viewport {
    background: #fff;
    overflow: hidden !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);
    }

    #slideshow-cont .bx-wrapper .bx-pager,
    #slideshow-cont .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    visibility: inherit;
    height: 40px;
    }

    /* LOADER */

    #slideshow-cont .bx-wrapper .bx-loading {
    display: none;
    }

    /* PAGER */

    #slideshow-cont .bx-wrapper .bx-pager {
    text-align: right;
    font-size: 0;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0;
    }

    #slideshow-cont .bx-wrapper .bx-pager .bx-pager-item,
    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    }

    #slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a {
    background: #B1B1B1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 2;
    position: relative;
    }

    #slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #839260;
    padding: 2px;
    border-radius: 0px;
    position: relative;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    #slideshow-cont .bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
    }

    #slideshow-cont .bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
    }

    #slideshow-cont .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    }

    #slideshow-cont .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
    }

    #slideshow-cont .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 0;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    }

    #slideshow-cont .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
    }

    /* AUTO CONTROLS (START / STOP) */

    #slideshow-cont .bx-wrapper .bx-controls-auto {
    text-align: center;
    }

    #slideshow-cont .bx-controls{
    position: relative;
    width: 100%;
    margin-top: 20px;
    z-index: 100;
    }

    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
    }

    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-start:hover,
    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
    }

    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
    }

    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-stop:hover,
    #slideshow-cont .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    #slideshow-cont .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
    }

    #slideshow-cont .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
    }

    /* IMAGE CAPTIONS */

    #slideshow-cont .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(56, 49, 47, 0.58);
    width: 100%;
    padding: 0 10px;
    }

    #slideshow-cont .bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px;
    }

    #slideshow-cont .bx-wrapper .bx-caption a{
    color: #839260;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    }

    #slideshow-cont .bx-wrapper .bx-caption h3 a{
    color: #faf7cb;
    font-size: 16px;
    font-weight: 600;
    }

    #slideshow-cont .bx-controls-direction{
    display:block;
    }

    #slideshow-cont .bx-caption h2 {
    color: #faf7cb;
    }

    #slideshow-cont .bx-caption p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    }


    /* --> Calendar  -------------------------------------------------*/

    div#calWrapper {
    min-height: 1330px;
    margin-bottom: 50px;
    }

    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }


     #hptitleevent {
    float: left;
    padding-top: 15px;
    }

    img.evneticon {
    float: left;
    padding-top: 1px;
    }

    h2.event-head {
    color: #333333;
    float: left;
    padding: 0 15px 0 0;
    }

    a.eventlink {
    float: left;
    font-style: italic;
    color: #999899;
    padding-top: 8px;
    }

    #hp-cal {
    width: 90%;
    margin: 5% 3.666%;
    }

    #hp-events-city,
    #hp-events-local,
    #hp-events-special
    {
    width: 100%;
    padding: 0 25px;

    margin: 25px 0 0 0;
    overflow: auto;
    height: 100%;
    max-height:346px;
    }

    #hp-cal .smlCal002_wrap{
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0px;
    font-family: 'merriweather', georgia, serif;
    overflow: hidden;
    }

    #hp-cal #month{
    position: relative;
    z-index: 10;
    width: 100%;
    }

    #hp-cal .mainbox{
    background: #5c683f;
    position: relative;
    padding: 20px;
    position: relative;
    z-index: 16;

    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    }

    #hp-cal #month h3{
    padding: 0 15px;
    margin: 0;
    color: white;
    font-size: 2.5em;
    text-align: center;
    width: 68%;
    display: inline-block
    }

   #hp-cal  #month a.prev {
    background: url('/img/00/layout/hp-cal-prev.png') no-repeat #4b503f center center;
    width: 23px !important;
    height: 23px;
    top: 25px;
    position: absolute;
    padding: 0;
    line-height: 0;
    font-size: 1em;
    color: transparent;
    border-radius: 50%;
    }

    #hp-cal #month a.next {
    background: url('/img/00/layout/hp-cal-next.png') no-repeat #4b503f center center;
    width: 23px !important;
    height: 23px;
    top: 25px;
    position: absolute;
    padding: 0;
    line-height: 0;
    font-size: 1em;
    color: transparent;
    border-radius: 50%;
    }

    .short, .long{
    display: none;
    }

    #hp-cal #smlCal002_Head td,#hp-cal #smlCal002 td a{
    color: white;
    font-size: 1.6em;
    text-align: center;
    text-shadow: 1px 1px #5C683F;
    }

    #hp-cal #smlCal002 td {
    padding: 5px 8.9px;
    text-align: center;
    background:#839260;
    }

    #hp-cal #smlCal002 td.CurrentDay{
    background-color: #C3502F;
    }

    /*#hp-cal #smlCal002 td.WeekEndDay,*/
    #hp-cal #smlCal002 td.Day{
    background-color: #5c683f;
    }

    #aj-calwrapper-city,
    #aj-calwrapper-local,
    #aj-calwrapper-special{
    float: left;
    width: 100%;
    }

    #cal_left{
    min-height: 294px;
    float: left;
    width: 100%;
    background: white;
    height: 100%;
    margin: 0 3px 8px 3px;

    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;

    -moz-box-shadow: 0px 1px 8px #c3c2c0;
    -webkit-box-shadow: 0px 1px 8px #c3c2c0;
    box-shadow: 0px 1px 8px #c3c2c0;
    }

    #cal_left h1 {
    color: #909090;
    font-size: 15em;
    margin: 10px 0;
    padding: 0 15px;
    text-align: center;
    text-shadow: -1px -1px #848484;
    }

    #cal_left h3{
    background: #ededed;
    padding: 19px;
    margin: 0;
    color: #4b503f;
    border: 3px solid white;
    font-size: 2.5em;
    text-align: center;

    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    }

    #cal_right{
    float: left;
    width: 100%;
    background: #839260;
    height: 100%;
    min-height: 308px;
    margin: 0 3px;
    padding: 0;

    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;

    -moz-box-shadow: 0px 1px 8px #c3c2c0;
    -webkit-box-shadow: 0px 1px 8px #c3c2c0;
    box-shadow:0px 1px 8px #c3c2c0;
    }

    #cal_right:before{
    content: '';
    background: url('/img/00/layout/springs-up.png') no-repeat top center;
    width: 100%;
    height: 38px;
    position: absolute;
    z-index: 15;
    margin:-20px 0 0 0;
    }

    h5.event-title a {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 600;
    }

    table.smlCal002_Table{width: 98%;}

    /* --> Tabs ----------------------------------------------*/

    #calendarRow {
    background-color: #eee;
    }

    #tab-container { 
    display: block;
    padding-top: 0px;
    height: 51px;
    margin: 16px 0 0 0;
    }

    .tab-nav{
    float: right;
    margin: 0;
    padding: 0;
    bottom: 0;
    position: relative;
    z-index: 10;
    background: #f3f2f2;
    padding: 0 0 15px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    }

     .calenders-tab { width: 100%;
    display: inline-block;
    border: solid 0px #fff;
    background: #5c683f;
    color: #fff;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding:10px;

    transition: border-color .6s ease-in-out;
    -o-transition: border-color .6s ease-in-out;
    -moz-transition: border-color .6s ease-in-out;
    -webkit-transition: border-color .6s ease-in-out;
    }

    .calenders-tab:hover, .calenders-tab.active:hover{
    border: solid 0px #fff;
    }

    .calenders-tab.active{
    border-top:solid 0px #fff;
    border-bottom:solid 0px #fff;
    border-left:solid 0px #fff;
    border-right:solid 0px #fff;
    background: white;
    color: #636363;
    }

    .panel-container{
    border-top: 0px solid #9f6463;
    float: left;
    width: 100%;
    top:-1px;
    margin:0 0 15px 0;
    padding: 0;
    position: relative;
    z-index: 0; 
    height: 100%;
    }

    .panel-container::before{
     }

    .calenders-tab a{
    font-size: inherit;
    line-height: 2em;
    display: block;
    color: #a8a8a8;
    padding:0 10px;
    text-decoration: none; 
    }

    .calenders-tab a.active h2{
    color: #636363;
    }

    .calenders-tab h2{
    color: #fff; 
    font-size: 15px; 
    }

    .calenders-tab a:hover{

    }

    .tab a:hover { 
    text-decoration: underline; 
    }

    .tab.active { 
    background: #fff; 
    padding-top: 6px; 
    position: relative; 
    top: 1px; 
    border-color: #666; 
    }

    .tab a.active { 
    font-weight: bold; 
    }






    .orbit-bullets{
    text-align: center; 
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #263238;
    top: 0;
    }
    
    .orbit-container{ background:#04284c; }
    .orbit-slides-container li.active {
    opacity: 1.0;
    }
    .orbit-slides-container li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .6;
    }

    .orbit-bullets li{
    float: none;
    display: inline-block; 
    border: solid 2px #fff;
    background: transparent;
    }

    .orbit-bullets li.active{
    background: #fff;
    }

    /* --> Home Media Buttons ----------------------------------------*/

    /* Container that holds all the buttons */
    #dynamic-home-btns .mm-buttongen-cont {
    margin-top: 30px;
    }

    /* Wrapper for individual media buttons */
    #dynamic-home-btns .mm-button-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
    }

    /* Button link wrapper */
    #dynamic-home-btns a.mm-button-link {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 10px;
    }

    #dynamic-home-btns a.mm-button-link:hover {
    text-decoration: none;
    color: #dd0000;
    }

    /* 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 {
    float: left;
    width: 70%;
    font-weight: bold;
    font-size: 2.7em;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 8px;
    text-shadow: 0 1px 0 #fff;

    transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    }

    /* Sub text on buttons */
    #dynamic-home-btns .mm-button-subtxt {
    float: right;
    font-size: 1.2em;
    text-shadow: 0 1px 0 #fff;
    }

    /* Bottom horizontal border (only visible on mobile) */
    #dynamic-home-btns hr.home-btn-sep {
    border-color: #999;
    }


    /* --> Most Popular ----------------------------------------------*/

    /* Most Popular list */
    section#home-mostpop ul.az-list {
    width: 96%;
    padding-left: 5%;
    color: #666;
    }

    /* Most Popular list item */
    section#home-mostpop ul.az-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    }

    /* Most Popular list item link */
    section#home-mostpop ul.az-list li a {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 5px;
    text-shadow: 0px 1px 0px #fff;

    transition: text-indent .3s ease-in-out;
    -o-transition: text-indent .3s ease-in-out;
    -moz-transition: text-indent .3s ease-in-out;
    -webkit-transition: text-indent .3s ease-in-out;
    }

    section#home-mostpop ul.az-list li a:hover {
    text-indent: 10px;
    text-decoration: none;
    }



    /* --> Homepage Blocks -------------------------------------------*/

    /* Block container */
    .home-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    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-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: #19a2b1; }

    /* Block heading - alternate color 2 */
    .home-block h2.block-head.alt-color2 {  }

    /* Inner wrapper for blocks */
    .block-contents {
    padding: 0 15px 15px 15px;

    transition: padding .3s ease-in-out; 
    -o-transition: padding .3s ease-in-out; 
    -moz-transition: padding .3s ease-in-out; 
    -webkit-transition: padding .3s ease-in-out;
    }


    /* --> Events List -----------------------------------------------*/

    /* Event title */
    .event-title {
    font-size: .825em;
    margin: 5px 0;
    }

    /* Event Time */
    .event-time { 
    font-size: 1.25em;
    font-family: 'merriweather', georgia, serif;
    }

    /* Date section heading */
    .events-datesection {
    font-weight: bold;
    font-size: 1.35em;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #777;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #839260;
    /* text-transform: uppercase; */
    font-size: 0.7em;
    font-style: italic;
    }

    /* 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; }


    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    margin-bottom: 15px; 
    }

    #col2Content {
    float: left;
    }

    #mainbox{
    display: inline-block;
    position: relative;
    width: 100%;
    }

    .code_snippet_box{
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    float: left;
    }

    .details_box {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    }

    .details_right{
    float: left;
    width: 100%;
    }
    
    #mainbox .details_box h2 a {
    color:#222;
    font-size: inherit;
    text-transform: uppercase;
    }

    #mainbox .details_box p {
    clear: both;
    padding-top: 5px;
    }

    #mainbox .details_box span {
    text-transform: uppercase;
    font-weight: bold;
    }

    #mainbox .details_box ul {
    list-style: none;
    margin-left: 0;
    font-size: 1.2em;
    }

    #mainbox .details_box ul li {
    margin-bottom: 5px;
    }


    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    }

     #dynamic-side-btns .mm-button-wrap {
    border: 0px solid red;
    display: inline-block;
    width: 100%;
	}

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    height: 129px;
    max-width: 300px;

    margin: 15px auto;
    color: #f5f5b4;
    text-align: center;
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1.4em;
    text-shadow: 0 1px 0 #46512b;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border: 0px solid #fff;
    background-size: cover !important;


    transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    }

    #dynamic-side-btns a.mm-button-link:hover{ 
    box-shadow: none;
    } 

    #dynamic-side-btns .mm-button-txt-wrap {
    background: rgba(64, 79, 28, 0.7);
    padding: 6px;
    position: absolute;
    bottom: 10%;
    width: 100%;
    }	

    #dynamic-side-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    font-weight: normal;
    color: #fff;
    line-height: 1em;
    }

    /* Police Widget Page custom styles */

    /* sidebutton style */
    #dynamic-side-btns .policeblue .mm-button-txt-wrap {
    background: rgba(31,48,90,.65);
    color: #fff;
    bottom: 0;
    }

    /* Fire Dept. Widget Page custom styles */
    #dynamic-side-btns .firebuttons .mm-button-txt-wrap {
    background: rgba(113,48,32,.65);
    color: #fff;
    bottom: 0;
    top: 0;
    text-align: left;
    }

    #dynamic-side-btns .firebuttons .mm-button-txt-wrap span.mm-button-txt {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 85%;
    padding: 4px;
    }





    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
      /* background-color: #000; */
    color: #333;

    padding-bottom: 30px;
    text-align: center;
    }

    div#footerData {
    padding: 40px 0;
    }

    a#footLogo {
    display: inline-block;
    padding: 10px 0 0 0;
    }

    h4.footerHeadings {
    font-size: 1.5em;
    font-weight: 600;
    }

    /* --> Footer Navigation -----------------------------------------*/


    div#footerNav {
    background: #839260;
    padding: 15px;
    }

    div#footerNav ul.foot-nav-list {
    padding: 0;
    }

    div#footerNav ul.foot-nav-list li {
    list-style: none;
    float: left;
    width: 100%;
    }

    div#footerNav ul.foot-nav-list li a {
    color: #fff;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    }

    /* 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 Popular links -----------------------------------------*/
    div#footerData ul.foot-nav-list li {
    list-style: none;
    font-size: 1.2em;
    }

    div#footerData ul.foot-nav-list li a{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    }

    /* --> Footer Contacts -----------------------------------------*/
    div#PageContacts p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', Arial, Sans-serif;
    padding: 0 0 0 10%;
    margin: 0;
    }

    div#PageContacts .footerHeadings {
    text-align: center;
    padding: 20px 0 0 0;
    }

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    max-width: 300px; 
    margin-bottom: 20px;
    }

    select.goog-te-combo { padding: 5px; }
    #google_translate_element .goog-te-gadget { color: transparent; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: transparent; display: none; }

    .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    background: #ffffff;
    border: 0px solid #fff;
    border-radius: 0px;
    height: 35px;
    }

    p.TranslatePrompt {
    color: #839260;
    font-size: 15px;
    margin: 0;
    }

    /* --> Google Search Results ------------------------------------------*/
    .gs-result .gs-title, .gs-result .gs-title * {
    color: #3c7ed0 !important;
    text-decoration: underline;
    font-weight: bold !important;
    text-transform: capitalize;
    }

    .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #839260 !important;
    text-decoration: none !important;
    font-size: 1.2em;
    }

    .gsc-cursor-page, .gsc-cursor-current-page{
    cursor: default;
    color: #839260 !important;
    font-weight: bold;
    text-decoration: none;
    }

    .gs-snippet{
        margin-left: 10px;
    }

    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }


    /* --> Powered by Civica -----------------------------------------*/

    #civica-foot-logo { 
    float: left;
    text-align: center;
    }

    /* Civica logo */
    #civica-foot-logo a{
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    width: 190px;
    }

    /* --> Copyright -------------------------------------------------*/

    /* Copyright span background */
    #copyright-span { background-color: #ece8e7; padding: 10px 0;}

    /* Copyright text */
    #copyright-span p.copyright {
    text-align: center;
    color: #eee;
    margin: 10px 0 0 0;
    }

    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    border-bottom: 2px solid #cccccc;
    }

    .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-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-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }


    /*------------------------------------------------------------------
    --> Code snippets and widgets
    ------------------------------------------------------------------*/
    /* Normalize fonts for inconsistent input methods 
    div#pageHTML, 
    div#pageHTML p,
    div#pageHTML a{
    font-size: inherit;
    }*/

    /*------------------------------------------------------------------
    --> 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  */

    .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%;} 

/*HOMEPAGE ALERT*/

/*------------------------------------------------------------------
--> Homepage Alerts
------------------------------------------------------------------*/

    #alert_overlay {
    position: fixed;
    right: auto;
    bottom: -170px;
    margin-top: 0px;
    z-index: 100;
    width: 100%;
        
    transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    }

    #alert_overlay a{color: white;}

    #alert-overlay-inner {
    border: 1px solid #cd6900;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    }

    .alert_title{
    background: red;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    z-index: 10000;
    }

    .alert_title:before, .alert_title:after {
    position: absolute;
    top: 100%;
    content: '';
    width: 50%;
    height: 25px;
    }

    .alert_title:before {
    left: 0;
    background: linear-gradient(to left bottom, red 50%, transparent 50%);
    }

    .alert_title:after {
    right: 0;
    background: linear-gradient(to bottom right, red 50%, transparent 50%);
    }

    .alert_body{
    padding: 33px 15px 30px 15px !important;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
    }

    .alert_body span {
    font-size: inherit; 
    font-weight: bold;
    display: inline-block;
    position:relative;
    padding-bottom: 10px;
    }

    .alert_body p{
    margin: 0;
    line-height: 20px;
    font-size: inherit;
    }


    .alert_body a{
    font-size: inherit;
    }

    #alert-overlay-inner h3{
    font-size: 1.6em;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    }

    #alert_overlay img.close{
    position: absolute;
    top: -14px;
    right: -7px;
    left: auto;
    cursor:pointer;
    opacity: 1;
    z-index:140000;
    transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    }

    #alert_overlay img.active{
    opacity: 0;
    }

/*SITE WIDE ALERT*/

/*------------------------------------------------------------------
--> Site Wide Alerts
------------------------------------------------------------------*/

    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alert .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alert .title img { display: inline-block; }

    #alert .title h3{ 
    position: relative;
    display: inline-block;
    margin: -9px 0 0 8px;
    color:#fff;
    vertical-align: top;
    font-size: 1.4em;
    }

    #alert .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }


/*------------------------------------------------------------------
--> Departments Alerts
------------------------------------------------------------------*/

    #alertDEPT p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alertDEPT {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alertDEPT .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alertDEPT .title img { display: inline-block; }

    #alertDEPT .title h3{ 
    position: relative;
    display: inline-block;
    margin: -9px 0 0 8px;
    color:#fff;
    vertical-align: top;
    font-size: 1.4em;
    }

    #alertDEPT .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alertDEPT .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }   







    /*------------------------------------------------------------------
    --> Simple Forms Styles
    ------------------------------------------------------------------*/
    /*remove border around fieldset*/
    fieldset{ border: 0px solid transparent; }
    /* normalize table based form */
    div#sfmQuestionForm td { background-color: #fcfcfc !important; }
  
    /*Option and Check Boxes*/
    td.sFoption{
    width: 5%;
    }

    .border{ border: 5px solid red; }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button.sfReset {
    background: #FF5722;
    border: 1px solid #FF5722;
    }

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/
    h3.newsheader { font-size: inherit; }   

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/

    span.faqarrow {
    font-size: 1.425em;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 0; 
    text-decoration: none !important;
    }		

    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }


    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* -------------------------------------------------- 
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */


    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */

    @media only screen and (max-width: 767px) {

		table.responsive {
			margin-bottom: 0;
		}
		.scrollable.swipeMsg::before {
			background: rgba(255, 200, 0, 0.2) none repeat scroll 0 0;
			border: 1px solid #ffcc00;
			border-radius: 5px;
			color: #666;
			content: "<< Swipe for more content >>";
			display: block;
			font-size: 0.8em;
			margin: 0.3em 0;
			padding: 0.2em;
			text-align: center;
			width: 100%;
		}
		.pinned {
			background: #fff none repeat scroll 0 0;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			left: 0;
			overflow-x: scroll;
			overflow-y: hidden;
			position: absolute;
			top: 0;
			width: 35%;
		}
		.pinned table {
			border-left: medium none;
			border-right: medium none;
			width: 100%;
		}
		.pinned table th, .pinned table td {
			white-space: nowrap;
		}
		.pinned td:last-child {
			border-bottom: 0 none;
		}
		div.table-wrapper {
			margin-bottom: 20px;
			overflow: hidden;
			position: relative;
		}
		div.table-wrapper div.scrollable {
			overflow-x: scroll;
			overflow-y: hidden;
		}
		table.responsive td, table.responsive th {
			overflow: hidden;
			position: relative;
			white-space: nowrap;
		}


    /*------------------------------------------------------------------
    --> 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*/

    }


    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


















/* 
-------------------------------------------------------------------


Print Styles
-------------------------------------------------------------------
-------------------------------------------------------------------
*/



    @media print{ 

    div:not(.reveal-modal) {
    display: inherit !important;
    }
        
    #charm-bar,
    #top-nav,
    #charm-toggle,
    #alert {
    display:none !important;
    }

    #dynamic-bg,
    #header-right,
    #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;
    }

    
    a[href]:after {
    content: " (" attr(href) ")";
    display: none;
    }

div#header-left a{
    width: 100%;
    background:transparent !important;
    margin: 20px 0 0 20px !important;
    display: block !important;
        min-height: auto !important;
    }


    .content-row {
    padding-top: 0px !important;
    }

    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    text-align: left !important;
    }

    div#translater {
    display: none !important;
    }

    footer#page-footer {
    width: 100%;
    }

    #civica-foot-logo {
    display: none !important;
    }

    div#header-row {
    height: 40px !important;
    }

    div#copyright-span div.small-12.large-2.columns{display: none !important;}

   

        .texthider {
        display: block !important;
        font-size: 30px;
        }

    div#homepageBG {
    display: none !important;
    }

    .iconTrayWrapper img { background: #839260 !important; }
    p.mobilehelp { display: none; }
    h4.homepageTrends, div#topicWrap ul li { margin: 0; }


    #slideshow-cont .bx-wrapper img {
    margin: 0px !important;
    width: 20% !important;
    float: left !important;
    }
    
    #slideshow-cont .bx-wrapper .bx-caption {
    width: 30% !important;
    float: left !important;
    position: relative !important;
    }

    #newsWrapper a.mm-button-link {
    /* border: 1px solid; */
    height: auto;
    text-align: center;
    width: 20%;
    }


    #cal_right, .panel-container,.tab-nav, #cal_left {
    display: none !important;
}


div#eLinks ul li {
    margin: 0;
}

div#calWrapper {
    min-height: 700px;
    margin-bottom: 0px;
}

h4.footerHeadings {
    margin: 0;
}

div#PageContacts p {
    margin: 0;
    padding: 0;
}



    }/*--------------------------------------------
    --- End Print MediaQ 
    -----------------------------------------------*/

