﻿@media print{ 

    div:not(.reveal-modal) {
    display: inherit !important;
    }
        
    #charm-bar,
    #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;
    }

    }


    /* This is the hilight color when you select text on the website. */
    ::selection {
    background: #232323; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #232323; /* Firefox */
    color: #fff;
    }


    /* force safari mobile devices to not automatically render rounded corners on search iput */
    #site-search input {
    -webkit-border-radius: 0 !important;
    }

    .fontsize a{float:none !important;height:22px; margin:0px 10px 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:.925em;
    }
    #side-nav.size0 .sf-menu a{
    font-size:1em;
    }

    /*-------------.size1 */
    .size1{
    font-size:1em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.15em;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.325em;
    }


    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* --> Column Padding --------------------------------------------*/

    .row .column, .row .columns {
    padding: 0 8px;
    }

    /*------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: Tahoma, Sans-Serif;
    font-size: 65.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333333;
    background: #bcb892 url('/img/00/layout/bgslice.jpg') repeat-x center top;
    }

    /* Set default font-size to 14px */
    p, a, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    }
	.faq-combined-links p{ font-size:1em;}
    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }

    /* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #0066cc;

    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: #2c4b5d;
    text-decoration: none;
    }
a.ArchiveLink {
    font-size: x-large;
}
    a:active { color: #2c4b5d; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:focus, .button:visited{
    background-color: #365779;
    border-color: transparent;
    border-radius: 25px;
    padding: 7px 25px 7px 20px;
    font-family: 'Palatino Linotype, Garamond, Serif';
    font-size: 1.44444em;
    text-transform: capitalize;
    color: white;
    
    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: #4874a1;
    border-color: transparent;
    text-decoration: none;
    }

    .button:active{
    background-color: #4874a1;
    border-color: transparent;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #FF5722;
    border-color: #FF5722;
    border-radius: 25px;
    }

    .button-cancel:hover{
    background-color: #da4e25;
    border-color: #da4e25;
    }

    .button-cancel:active{
    background-color: #bf360c;
    border-color: #bf360c;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Palatino Linotype, Garamond, Serif';
    font-weight: normal;
	color: #254b69;
    }
	
	h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a{
	font-size:inherit;
	}

    h1, .h1 {
    font-size: 3.4em;
    }

    h2, .h2 {
    font-size: 3.0em;
    }


    h3, .h3 {
    font-size: 2.4em;
    }

    h4, .h4 {
    font-size: 2.2em;
    }

    h5, .h5 {
    font-size: 1.325em;
    font-weight: bold;
	color: #4d8abe;
    }

    h6, .h6 {
    font-size: 1.225em;
    font-weight: bold;
    }

    hr {
    display: inline-block;
    margin: 30px 0;
    width: 100%;
    }

    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em;
    }

    table table {
    font-size: inherit;
    }

    /* Default scale for <table> elements */
    table tr th { 
	font-size: inherit;
    background: #d7d4b1;
	color: #333333;
	text-align: left;
	padding: 15px 15px;
	line-height:20px;
    font-size: inherit;
    }

	table tr.header td {
	color: #fff;
	}

    table tr td { 
    font-size: inherit;
    padding: 15px 15px;
    }

    table tr td p,
    table tr td a,
    table tr td span {
    font-size: inherit;
    }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none repeat scroll 0 0 #fff;
    }

    /* --> Calendar  -------------------------------------------------*/
    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }


    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: transparent;
    }

    #header-row{
    padding-bottom: 0;
    }

    #header-left {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative; 
    vertical-align: top;
    }

    #header-middle {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-top: 0;
    border-top: 2px solid #a4905b;
    }

    #header-right {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-top: 0;
    }
    
    #homepage_wrapper {
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #d7d4b1;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    }

    /* --> Header Logo -----------------------------------------------*/

    #city_logo {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 5;
    width: 100%;
    display: inline-block;
    }

    .linkhome {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    }

    .mobile_logo {
    display: inline-block;
    }

    .desktop_logo {
    display: none;
    }

    #city_logo img {
    top: 2px;
    position: relative;
    }

    /* --> Header Links Right ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    text-align: center;
    margin: 0 auto 10px auto;
    display:inline-block;
    width: 96%;
    background: url('/img/00/layout/nav-top-color.jpg') repeat-x #807d56;
    }

    ul.head-links li {
    display: inline-block;
    }

    span#header-date {
    color: #523000;
    cursor: default;
    font-weight: bold;
    font-size: 1.1em;
    }

    span.temperature-span{
    color: #523000;
    cursor: default;
    font-weight: bold;
    font-size: 1.1em;
    }

    a.head-link {
    display: inline-block;
    color: #ccc;
    padding: 3px 10px 3px 10px;
    font-size: 1.6em;
    font-family: 'Palatino Linotype, Garamond, Serif';
    }

    span.head-link-div{
    display: inline-block;
    padding: 0 15px;
    }

    a.head-link:hover{
    color: #fff;
    text-decoration: none;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 30px;
    top: -6px;
    position: relative
    }

    /* --> Header Links Middle ----------------------------------------------*/

    ul.head-link_mid {
    list-style: none;
    text-align: center;
    margin: 0 auto 10px auto;
    display:inline-block;
    width: 100%;
    }

    ul.head-link_mid li {
    display: inline-block;
    }

    a.head-link_mid {
    display: inline-block;
    color: #2e4661;
    padding: 10px 0 0 0;
    font-family: 'Palatino Linotype, Garamond, Serif';
    position: relative;
    top: auto;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
    text-shadow: none;
    font-size: 1.5em;
    }

    a.head-link_mid:hover{
    color: #fff;
    text-decoration: none;
    }

    .head-link_mid .fontsize {
    margin-right: 0;
    position: relative
    }

    .head-link_mid .low{
    margin-right: 30px;
    }

    #notifcation{
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 15px;
    }

    .nodiv{
    display: none;
    }

    #temp{
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    .searchbox_in{
    display: inline-block;
    width: 83%;
    position: relative;
    padding: 0;
    }

    input#site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    text-align: left;
    border-color: #fff;
    height: 29px;
    border-radius: 5px;
    font-size: 1.4em;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input#site-search:hover {
    border-color: #d2cbba;
    }

    input#site-search:focus {
    border-color: #d2cbba;
    }


    /* --> Search Button ---------------------------------------------*/

    .gobuttons{
    display: inline-block;
    position: relative;
    width: 14%;
    vertical-align: top; 
    }

    a#site-search-btn {
    position: absolute;
    height: 29px;
    display: inline-block;
    margin: 0;
    line-height: 22px;
    right: 0;
    background-color: #296261;
    border-color: transparent;
    border-radius: 5px;
    font-size: 1.8em;
    vertical-align: top;
    font-family: 'Palatino Linotype, Garamond, Serif';
    padding: 0;
    font-weight: normal;
    text-transform: lowercase;
    box-shadow: none;
    border: 1px solid #1f4a4a;

    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;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #6bb946;
    border: 1px solid #335a0e;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

/*------------------------------------------------------------------
--> Home Page Contnet
------------------------------------------------------------------*/
	
	#hp-top-cont {
	display:inline-block;
	width:100%;
	padding:0 0 10px 0;
	position: relative;
	margin:0 auto;
	}
	
	#hp-bottom-cont {
	display:inline-block;
	width:100%;
	padding:2px;
	position: relative;
	margin:0 auto;
    border: 7px solid #fff;
    background: white;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);
	}

    #home-events-cont {
    padding-top: 15px;
    }
	
	#hp-slideshow{
	padding: 0;
	margin: 0;
	border: 7px solid #fff;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
	box-shadow: 0 2px 6px rgba(0,0,0,.20);
	}

    #home-services{
    padding: 0;
    width: 100%;
    }

    #home-latestnews{
    padding: 0;
    width: 100%;
    }

    #home-eventslist{
    padding: 0; 
    float: left;
    width: 100%;
    }

    .theme-default .nivo-controlNav{
    display: none;
    }

    .nivo-caption{
    position: relative;
    }

    .nivo-caption p{
    color: white;
    font-size: 1em;
    }

    .nivo-caption p.notext{
    display: none;
    }

/* --> Homepage Content ---------------------------------*/

    #top_content {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #000;
    padding: 10px;
    margin-bottom: 10px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #bottom_content{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    }

    #button_wrapper{
    background: #000;
    padding: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin:0 0 10px 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #news_wrapper{
    background: #000;
    padding: 10px;
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #right_wrapper{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    }

    #message_wrapper{
    background: #000;
    padding: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #top_wrapper{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('/img/01/sliderbkg.png') repeat-x bottom #000;
    border:1px solid #51443b;
    padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    #button_content{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #000;
    padding: 10px;
    height: 100%;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #dynamic-hp-slider{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    vertical-align: top;
    border: 1px solid #5f5e5c;  
    }

    #dynamic-video-btns{
    display: block;
    float: left;
    position: relative;

    width: 100%;
    padding: 0;
    vertical-align: top;
    
    border-top: 1px solid #5f5e5c;
    border-left: 0px solid transparent;
    border-bottom: 1px solid #5f5e5c;
    border-right: 1px solid #5f5e5c;
    }

    #dynamic-video-btns .mm-button-txt-wrap {display: none;}
    
    #dynamic-video-btns img {
    max-height: 50%;
    width: auto;
    margin: 0 auto;
    min-height: 50%;
    position: relative;
    display: block;
    }

    h3.newstitle,
    h3.messagetitle{
    color: white;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-variant: small-caps;
    border-bottom: 1px dashed #5f4300;
    position: relative;
    top: -5px;
    }


/* -- Services ----------------------------------------------*/

    #services-tray .bx-loading{
    width:100%;
    height:100%;
    background:url(/img/00/loader.gif) center center no-repeat transparent;
    }
    #services-tray .bx-viewport{
    height:500px;
    }
    #services-tray li a {
    display: block;
    font-size: 1.3em;
    min-height: 125px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Palatino Linotype, Garamond, Serif';
    }

    #services-tray a .serv-img-wrap{
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: inline-block;
    min-height: 78px;
    position: relative;
    top: 5px;
    width: 90%;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    }

    #services-tray a img {
    max-width: 120px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5;
    height: 100%;
    }

    #services-tray a span {
    display: inline-block;
    line-height: 1em;
    margin-top: 1em;
    text-align: center;
    }

    #services-tray .bx-wrapper {
    background: transparent;
    }

    #services-tray .bx-controls {
    position: absolute;
    top: -50px;
    right: 10px;
    }


    #services-tray .bx-controls .bx-controls-direction a{
    font-size:0em;
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url('/img/00/arrows.png');
    }

    #services-tray .bx-controls .bx-prev{
    background-position:0 0;
    }
    #services-tray .bx-controls .bx-prev:hover{
    background-position:0 -20px;
    }

    #services-tray .bx-controls .bx-next{
    background-position:-20px 0;
    margin-left:10px;
    }
    #services-tray .bx-controls .bx-next:hover{
    background-position:-20px -20px;
    margin-left:10px;
    }

/* --> Homepage Feature Buttons -------------------------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-sidehome-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-sidehome-btns a.mm-button-link {
    display: inline-block;
    width: 100%;
    height: 105px;
    max-width: 250px;
    margin-right: 5px;
    font-size: 2.2em;
    position: relative;
    padding-bottom: 10px;
    opacity: 1;
    background-size: 100% !important;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-sidehome-btns a.mm-button-link:hover{ 
    box-shadow: none;
    opacity: 0.7;
    }

    #dynamic-sidehome-btns .mm-button-wrap{
    display: inline-block;
    background: #d93715;
    width: 100%;
    border: 1px solid #050000;
    margin-bottom: 10px;
    font-family: 'Palatino Linotype, Garamond, Serif';
    max-width: 250px;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);

    }

    #dynamic-sidehome-btns .mm-button-wrap:last-child{
    margin-bottom: 3px;
    }

    #dynamic-sidehome-btns .mm-button-txt-wrap {
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #dynamic-sidehome-btns .mm-button-txt{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #724020;
    background-color: rgba(32,0,0,0.80);
    padding: 7px 15px 9px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 0 2px 0 #000;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-sidehome-btns .mm-button-wrap:hover .mm-button-txt{
    background-color: rgba(42,0,0,0.80);
    }

    #dynamic-sidehome-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    color: #fff;
    }

/* --> Homepage Content Fire -----------------------------------------------------------------*/

    /* Homepage Button Wrapper */
    #dynamic-lightbulb-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    }

    #dynamic-lightbulb-btns .mm-button-wrap{
    background: #920000;
    display: inline-block;
    width: 100%;
    max-width: 305px;
    max-height: 149px;
    margin: 10px 0 0 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    /* Homepage Button Link Wrapper */
    #dynamic-lightbulb-btns a.mm-button-link {
    display: block;
    color: #fff;
    font-family: Trajan pro, Times New Roman, Serif;
    width: 100%;
    height: 150px;
    max-width: 305px;
    float: left;
    margin-right: 5px;
    font-size: 2.8em;
    position: relative;
    background-size: cover !important;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-lightbulb-btns a.mm-button-link:hover{ 
    box-shadow: none;
    opacity: 0.6;
    } 

    #dynamic-lightbulb-btns .mm-button-txt-wrap {
    background: rgba(0, 0, 0, 0.85);
    padding: 8px 5px 9px 11px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    font-variant: small-caps;
    font-size: .9em;

    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;    
    }   

    #dynamic-lightbulb-btns span.mm-button-subtxt {
    font-size: .45em;
    display: block;
    position: absolute;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 3px 15px 5px 15px;
    top: 107px;
    right: 15px;
    border: 1px solid #370000;
    background:url('/img/01/readmorerp') repeat-x #740000;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    }

/* --> Backg`round Fire -------------------------------------------------------------*/

    #fire_background{
    display: none;
    }

    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background: url('/img/00/layout/navcolor.jpg') repeat-x #223941;
    border-top: 2px solid #223941;
    min-height: 47px;
    }

    /* Remove menu padding for mobile */
    section#top-nav .nav-row .columns { padding: 0; }

    /* Remove Foundation default background color for top-bar */
    nav.main-nav, nav.main-nav.expanded {
    background: none;
    width: 100%;
    }


    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name {
    display: block;
    }


    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-family: 'Palatino Linotype, Garamond, Serif';
    font-size: 1em;
    font-weight: normal;
    white-space: normal;
    background: #223941;
    color: #fff;
    border-bottom: 1px solid #456691;

    -webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
    }

    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    color: white;
    background: #96783c;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #ddd;
    }

    .top-bar-section .divider {
    display: none;
    }

    .top-bar .name h1 a {
    width: auto;
    }

    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    text-transform: none;
    line-height: 40px;
    font-weight: normal;
    }

    .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;
    color: #fff;
    }

    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: #f89810;
    }

    /* Mobile-Mode Back Link (Mega-Menu) */
    nav.main-nav .mega-menu li.title h5 a {
    color: #1a1a1a;
    }


    /*------------------------------------------------------------------
    --> Main Navigation Menus
    ------------------------------------------------------------------*/

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    font-family: Tahoma, Sans-Serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 7px 15px;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    color: white;
    background: #96783c;
    }

    .top-bar.expanded .title-area {
    background: url('/img/00/layout/navcolor.jpg') repeat-x #223941;
    }
    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 0 solid #fff;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

    .top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
    }

    /*------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    padding: 15px;
    color: #8c7740;    
    margin-bottom: 5px;
    margin-top:0px;
    border-bottom: 1px solid #ccc;
    letter-spacing: 5px;
    font-size: 1.4em;
    font-family:Tahoma, Sans-Serif;
    text-transform: uppercase;
    }

    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 30px;
    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    padding: 0 0 0 7px;
    }

    nav#side-nav .sf-menu li {
    background: transparent;
    }

    .top-bar-section ul{
    border: 1px solid #223941;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);
    background: #223941;
    }

    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #333;
    border: 0;
    padding: 3px 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,
    nav#side-nav .sf-menu a:focus {
    background: #f7f7f7;
    color: #0066cc;
    }

    /* 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: -9999px;
    width: 200px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    top: 9px;
    right: 0;
    background: url('/inc/public/js/superfish/images/arrows-420042.png') no-repeat -10px 0px;
    }


    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 25px 0;
    font-size: 1.4em;
    color: #523000;
    }

    ul.bcrumb-list a{
    color: #523000;
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    margin-right: 10px;
    text-shadow: 0;
    font-weight: bold;
    font-size: inherit;
    }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {
    background: url('/img/00/icons/icon-home.png') no-repeat left;
    padding-left: 35px;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    cursor: default;
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin:0;
    position: relative;
    top: 5px;
    z-index: 50;
    }

    /* 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: #523000;
    font-weight: bold !important;
    text-transform: capitalize;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #523000;
    background-color: #fff;
    border-color: transparent;
    padding: 10px 10px;
    box-shadow: none;
    z-index: 6;
    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,
    .button.system-button:focus,
    .button.system-button.focus{
    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;
    z-index: 5;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    }

    /* 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: #523000;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #ab7f39;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 6px;
    }

    /* Email */
    #btn-email {
    background: url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background: url('/img/00/icons/icon-edit.png') no-repeat 5px 4px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: url('/img/00/icons/icon-print.png') no-repeat 5px 3px;
    padding-left: 40px;
    }
		
	  /* Fav */
    #btn-fav{
    background: transparent;
    padding-left: 0px;
    height: 30px;
    }

    #btn-fav:hover {
    background: transparent;
    }

    .img-portal-fav{
    display: inline-block;
    margin-top: -7px;
    padding-right: 0;
    }
    
    .img-portal-fav:hover{
    background: transparent;
    }

    .img-portal-fav-text{
    display: inline-block;
    vertical-align: top;
    }

    /* 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%;
    background: transparent;
    position: relative;
    top: -5px
    }

    #content-row {
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #d7d4b1;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    }

    /* 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 ----------------------------------------------*/

    #titlebg-wrap {
    background: url('/img/00/layout/title-bkg-rp.png') repeat-x top #224b6b;
    border:10px solid #fff;
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);
    }

    #titlebg-wrap  h1.content-title {
    font-size: 3.5em;
    color: #fff;
    padding: 17px;
    margin: 0;
    cursor: default;
    background: none;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-align: left;
    background-position: -99999px !important;
    } 

    #titlebg-wrap  h2.content-title_sub{
    font-size: 1.8em;
    color: #fff;
    padding: 13px 17px 5px 17px;
    margin: 0;
    cursor: default;
    background: none;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-align: left;
    background-position: -99999px !important;
    }

    #titlebg-wrap  h3.content-title_sub{
    margin: 0;
    font-size: 3.3em;
    padding: 0 17px 17px 17px;
    color: white;
    line-height: 27px;
    } 

    #titlebg-wrap  h1.content-title div {
    font-size: 1.5rem;
    }

    #titlebg-wrap .pgtitle {
    width: 100%;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right !important;
    }

    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    padding: 0;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    }

    .fullwrapper {
    background-color: transparent !important;
    padding: 0 !important;
    }

    h1.content-title {
    margin: 0;
    color: #254b69;
    }


    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    /* --> Home Slideshow --------------------------------------------*/

    /* Background area color */
    #home-slideshow-span {
    border-bottom: 1px solid #273238;
    }

    #home-slideshow-span img{width: 100%;}

    .orbit-bullets{
    text-align: center; 
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #263238;
    top: 0;
    }

    .orbit-bullets li{
    float: none;
    display: inline-block; 
    border: solid 2px #fff;
    background: transparent;
    }

    .orbit-bullets li.active{
    background: #fff;
    }

    /* --> Home Media Buttons ----------------------------------------*/
	
	#dynamic-home-btns {
	padding:0;
	width:100%;
	float:left;
	text-align: center;
	}
	
    /* Home Media Wrapper */
    #dynamic-home-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    /* Home Media Link Wrapper */
    #dynamic-home-btns a.mm-button-link {
    display: inline-block;
    width: 100%;
    height: 105px;
    max-width: 280px;
    margin-right: 5px;
    font-size: 2.2em;
    position: relative;
    padding-bottom: 10px;
    opacity: 1;
    background-size: 100% !important;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-home-btns a.mm-button-link:hover{ 
    box-shadow: none;
    opacity: 0.7;
    }

    #dynamic-home-btns .mm-button-wrap{
    display: inline-block;
    background: #03c7ff;
    width: 100%;
	text-align: left;
    border: 7px solid #fff;
    margin-bottom: 14px;
	max-width: 250px;
	margin-top:10px;
	margin-right: 10px;
    font-family: 'Palatino Linotype, Garamond, Serif';
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);

    }

    #dynamic-home-btns .mm-button-wrap:last-child{
    margin-bottom: 3px;
    }

    #dynamic-home-btns .mm-button-txt-wrap {
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #dynamic-home-btns .mm-button-txt{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7f91a1;
    background-color: rgba(21,66,101,0.80);
    padding: 7px 15px 9px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 0 2px 0 #000;
    }	

    #dynamic-home-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    color: #fff;
    }

    /* --> 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 { }

    /* Block heading */
    .home-block h2.block-head {
    margin-top: 0;
    background: url('/img/00/layout/title-bkg-rps.png') repeat-x #3f6187;
    padding: 20px 15px 10px 15px;
    color: #fff;
    font-weight: normal;
    font-size: 2em;
    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 { }

    /* 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;
    }

    #news_block {
    padding: 15px 10px 10px 10px;

    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;
    }

    .event-title a {
    font-size: inherit;
    }

    /* Event Time */
    .event-time { font-size: .825em; }

    /* Date section heading */
    .events-datesection {
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.35em;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

    .events-style {
    margin-bottom: 0;
    }

    /* 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: 10px 0; }
    hr.events-sep:last-child {display: none;}

    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    width: 100%; 
    }

    #sidenav-col {
    background:#fff;
    margin: 0 0 5px 0;
    width: 100%;  
    padding: 10px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);
    }

    .inbox {
    padding: 3px;
    display: inline-block;
    width: 100%;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    }

    #col2Content {
    float: left;
    background: #fff;
    margin: 5px 0 0 0;
    padding: 10px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);
    }

    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    /* --> Side Buttons ----------------------------------------------*/

    #dynamic-side-btns {
    text-align: center;
    }

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }
    
    /* Home Media Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    /* Home Media Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: inline-block;
    width: 100%;
    height: 105px;
    max-width: 250px;
    margin-right: 5px;
    font-size: 2.2em;
    position: relative;
    padding-bottom: 10px;
    opacity: 1;
    background-size: 100% !important;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }
	
	#dynamic-side-btns .notext .mm-button-txt {
	display:none;
	}

    #dynamic-side-btns a.mm-button-link:hover{ 
    box-shadow: none;
    opacity: 0.7;
    }

    #dynamic-side-btns .mm-button-wrap{
    display: inline-block;
    background: #03c7ff;
    width: 100%;
    text-align: left;
    border: 7px solid #fff;
    margin-bottom: 10px;
    max-width: 250px;
    margin-top:10px;
    margin-right: 10px;
    font-family: 'Palatino Linotype, Garamond, Serif';
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.20);
    box-shadow: 0 2px 6px rgba(0,0,0,.20);

    }

    #dynamic-side-btns .mm-button-wrap:last-child{
    margin-bottom: 3px;
    }

    #dynamic-side-btns .mm-button-txt-wrap {
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

    #dynamic-side-btns .mm-button-txt{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7f91a1;
    background-color: rgba(21,66,101,0.80);
    padding: 7px 15px 9px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 0 2px 0 #000;
    }   

    #dynamic-side-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    color: #fff;
    }


/* --> Social Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-social-btns .mm-buttongen-cont {
    display: inline-block;
    width: 100%;
    }

    /* Side Button Link Wrapper */
    #dynamic-social-btns a.mm-button-link {
    display: inline-block;
    opacity: 1;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #dynamic-social-btns .mm-button-wrap {
    display: inline-block;
    width: 100%;
    height: 16px;
    max-width: 16px;
    margin: 0 2px;
    }

    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #d7d4b1;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.25);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    }

    #footer-wrapper{
    display: inline-block;
    width: 100%;
    background:#fff;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.15);
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    }

    #city_logo_footer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 5;
    display: inline-block;
    }


    /* --> Footer Navigation -----------------------------------------*/

    #nav_links_col{
    position: relative;
    display: inline-block;
	vertical-align:top;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }

    #translate_link{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding: 15px;
    }

    #social_link{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding: 15px;  
    }

    #power_links{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding: 15px;
    }

    #web_links{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding-top: 30px;    
    }

    .weblinks{
    font-weight: bold;
    font-size: 1.2em;
    }

    #store_links{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding: 20px 0;    
    }

    #navtop {
    position: relative;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    }

    p.translate,
    p.social_heading {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    }

    .store-icons-wrap span, .store-icons-wrap span div {
    display: inline-block;
    }

    .store-icons a {
    background: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    }

    .store-icons a img {
    margin: 0 5px;
    opacity: 0.75;
    position: relative;
    top: 5px;
    }

    ul.foot-trans-list {
    list-style: none;
    margin: 0;
    }

    ul.foot-trans-list a {
    color: #333;
    }

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    margin: 0;
    }

    /* Navigation list item */
    nav.foot-nav ul li { margin-bottom: 0; }

    /* Navigation list item link */
    nav.foot-nav ul.foot-nav-list li a {
    font-size: 1.5em;
    color: #333;
    }

    /* --> Footer Extra -------------------------------------------------*/

    .footer-address-cont p {
    line-height: 18px;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 8px;
    }

    a.map {
    color: #333;
    font-size: .9em;
    }

    #bottom-foot-logo {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 0 0 5px;
    vertical-align: top;
    }

    /* --> 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: #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: #333;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 5px;
    }

    /* Civica logo */
    #civica-foot-logo { 
    display: inline-block;  
    width: 107px;
    text-align: center;
    margin: 0 auto;
    }


/* Image Captions --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 0 20px 0;
    }

    .caption_right{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    }

    .caption_right img,
    .caption_left img {
    margin: 0 !important;
    }

    span.caption_text{
    display: block;
    position: relative;
    background: transparent;
    color: #260700;
    bottom: 8px;
    font-size: 1.4em !important;
    padding: 10px 15px 10px 15px;
    }

    #jqGalleryDiv span.caption_text{
    width: 100%;
    padding: 15px;
    bottom: 0;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    #jqGalleryDiv span.caption_text:hover{
    background: rgba(0, 106, 211, 0.8);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }

    /* --> Copyright -------------------------------------------------*/

    /* Copyright span background */
    #copyright-span { background-color: #222; }

    /* Copyright text */
    #copyright-span p.copyright {
    text-align: center;
    color: #eee;
    margin: 10px 0;
    }

    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    border-bottom: 3px solid #08bcd5;
    }

    .prHeader {
    margin: 0;
    }

    table.pressRTable p {
    padding: 0;
    margin: 0;
    }
    
    /*------------------------------------------------------------------
    --> Jobs 
    ------------------------------------------------------------------*/
    
    h3.jobTitle {
    margin: 0;
    }

   /*------------------------------------------------------------------
    --> Phone Directory Phone Book
    ------------------------------------------------------------------*/

    input#phone-search {
    height: 35px;
    font-size: 1.4em;   
    }

    a#phone-search-btn {
    color: #fff;
    height: 33px;
    font-size: 1.4em;
    }

    /*------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'Abadi', sans-serif;
    font-size: 3.4em;
    margin-bottom: 10px;
    }

    #alert_block #status_description {
    margin: 0;
    }


    /* Alert Aggregate Page */

    .date_formatted {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }

    .Status .entry-name {
    font-family: 'Abadi', sans-serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }



/*--> Vimeo player styles ------------------------------------------------------------------*/

    .player .video-wrapper{ background: #fff !important;}

    #vimeo_video_player{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #000;
    width: 100%;
    }

    #album_video_list{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    float: left;
    }

    .video_row_style{
    width: 33.333%;
    display: block;
    float: left;
    }

    .video_row_style > p {
    width: 90%;
    padding: 0px;
    margin: 0px;
    display: block;
    height: 100%;
    min-height: 221px;

    }

    .video_row_style > p > a > img {
    width: 100%;
    }



    /*------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    /* Recaptcha --------------*/

    #reCaptcha_div1 div,
    #reCaptcha_div1 iframe{
    width: 100% !important;
    padding: 0 1px;
    }

    .fb-comments, .fb-comments iframe[style] {width: 100% !important;}
    /* Galleria slideshows require a defined height */
    #galleria { 
    height: 300px; 
    height: auto;
    border: 0px solid transparent;
    }

    #facebooks.fb-page.fb_iframe_widget {overflow: hidden;}

    /* 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*/

    /*------------------------------------------------------------------
    --> Site Wide Alerts
    ------------------------------------------------------------------*/
    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alert .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alert .title img { display: inline-block; }

    #alert .title h3{ 
    position: relative;
    display: inline-block;
    margin-left: 8px;
    color:#fff;
    vertical-align: top;
    font-family: verdana, tahoma, Arial, sans-serif;
    font-size: 1.4em;
    }

    #alert .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }

    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }


    /*------------------------------------------------------------------
    --> Simple Forms Styles
    ------------------------------------------------------------------*/
    /*remove border around fieldset*/
    fieldset{ border: 0px solid transparent; }
    /* normalize table based form */}
    #sfmQuestionForm fieldset {padding: 0;}
    /*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) {
	
	td h3{ font-size:1.1em;}
	
	 h4, .h4 {
    font-size: 1.2em;
}
	h2, .h2 {
    font-size: 2.0em;
}

			
	a{word-break:break-all;}

	table tr td { 
    font-size: inherit;
    padding: 15px 5px;
    font-size: 1.4em; 
    }

	ul.head-links {
    list-style: none;
    text-align: center;
    margin: 0 auto 10px auto;
    display:inline-block;
    width: 89%;
    background: url('/img/00/layout/nav-top-color.jpg') repeat-x #807d56;
    }
	
	
	
    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;
    font-size: 0.8em;
    margin: 0.3em 0;
    padding: 0.2em;
    text-align: center;
    width: 100%;
    }

    /*------------------------------------------------------------------
    --> 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; }
	
	#pageHTML iframe{ width:100% !important;}
	
    .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;
    }
