﻿    @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,
		.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;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.325em;
    }


    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* --> Column Padding --------------------------------------------*/

    .row .column, .row .columns {
    padding: 0 8px;
    }

    #page-wrap .row {
    margin-right: auto;
    margin-left: auto;
    }

    /*------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: 'Lato', sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #505050;
    }

    /* Set default font-size to 14px */
    p, a, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    }

    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }


    /* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #00a14b;

    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: #fcb804;
    text-decoration: underline;
    }

    a:active { color: #fcb804; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    background-color: #00a14b;
    border-color: #00a14b;
    text-transform: capitalize;

    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: #fcb804;
    border-color: #fcb804;
    }

    .button:active{
    background-color: #fcb804;
    border-color: #fcb804;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #f21c37;
    border-color: #f21c37;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #970b1c;
    border-color: #970b1c;
    }

    .button-cancel:active{
    background-color: #f21c37;
    border-color: #f21c37;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Lato', sans-serif;    
    font-weight: normal;
    }

    h1, .h1 {
    font-size: 3.6em;
    }

    h2, .h2 {
    font-size: 3.2em;
    }

    h3, .h3 {
    font-size: 2.8em;
    }

    h4, .h4 {
    font-size: 2.4em;
    }

    h5, .h5 {
    font-size: 1.425em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.25em;
    font-weight: bold;
    }


    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em; 
    }

    table table,
    table tr td span,
    table tr td font {
    font-size: inherit;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: inherit;
    background: none repeat scroll 0 0 #00a14b;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    line-height:20px;
    font-size: inherit;
    }

    table tr td { 
    font-size: inherit;
    padding: 10px 15px;
    }

    table tr td p,
    table tr td a {
    font-size: inherit;
    margin: 0;
    }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none repeat scroll 0 0 #fff;
    }

    hr {
    display: inline-block;
    width: 100%;
    margin:30px 0;
    }

    
    /* --> Calendar  -------------------------------------------------*/
    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }

    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/
    div#siteUtility {
    background: #004173;
    }

    /* --> Header weather -----------------------------------------------*/    
    span.temperature-span {
    display: none;
    }

    span.temperature {
    display: block;
    color: #fff;
    font-size: 1.25em;
    margin-right: 20px;
    }        

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: #ffffff;
    }

    #header-right {
        margin: 20px 0;
    }

    /* --> Header Logo -----------------------------------------------*/

    #nhLogo a {
        display: block;
        width: auto;
        max-height: 125px;
        height: 125px;
        max-width: 350px;
        cursor: pointer;
        margin: 4px 0 12px 0;
    }

    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin: 0;
    display:block;
    padding-top: 6px;
    }

    ul.head-links li {
    float: left;
    width: 24.999%;
    }

    ul.head-links li:last-child {
    width: 100%;
    }

    span#header-date {
    color: #222;
    cursor: default;
    }

    #header-right a.city_site {
    display: none;
    }

    a.head-link { 
    float: left;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2em;
    }

    a.head-link:hover{
    color: #00a14b;
    text-decoration: none;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 30px;
    top: -6px;
    position: relative
    }

    #utilLinks ul.foot-nav-list { float: left; }

    #utilLinks ul.foot-nav-list li {
    float: left;
    margin: 0;
    margin: 0;
    list-style: none;
    }

    #utilLinks ul.foot-nav-list li a{ color: #fff; padding: 0 40px 0 0; }
   #utilLinks ul.foot-nav-list li:nth-child(2) a{ color: #fcb804;}
    #utilLinks ul.foot-nav-list li:nth-child(2) a:hover{ color: #00a14b; }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    input#site-search,
		input.site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #586166;
    border-right: 0;
    margin-bottom: 15px;
    outline: none;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;

    -webkit-appearance: none;
    }

    input#site-search:hover,
		input.site-search:hover {
    border-color: #00a14b;
    }

    input#site-search:focus,
		input.site-search:focus {
    border-color: #00a14b;
    }



    /* --> Search Button ---------------------------------------------*/

    a#site-search-btn,
		a.site-search-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: normal;
    font-size: 1.3em;
    text-transform: capitalize;
    line-height: 17px!important;
    height: 40px;
    position: absolute;
    right: 0; 
    padding-top: 9px!important;
    background-color: #004173;
    border: 1px solid #004173;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0 0 0 0;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00a14b;
    border-color: #00a14b;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    .top-bar.expanded .title-area {
    background: #00a14b;
    }

    .top-bar .toggle-topbar.menu-icon a span{ color: #fff; }

    .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-bottom: solid 1px #032c4c;
    border-top: solid 1px #115a92;
    }

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #004173;
    border-bottom: 3px solid #016fb9;
    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-size: 1em;
    font-weight: normal;
    white-space: normal;
    background: #004173;
    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: #0076b7;
    }

    /* 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: #fff;
    }


    /*------------------------------------------------------------------
    --> 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: #00a14b;
    padding-left: 30px;
    color: #004173;
    }


    /* --> 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
    ------------------------------------------------------------------*/

    .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #00a14b;
    }    

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin-top:0px;
    display: none;
    }


    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    }

    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: #fff;
    }

    .sf-menu a:active { background: #00a14b; }

    /* --> 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, border .6 ease-out; 
    -o-transition: background-color .6s ease-out, border .6 ease-out; 
    -moz-transition: background-color .6s ease-out, border .6 ease-out; 
    -webkit-transition: background-color .6s ease-out, border .6 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:  #00a14b;
    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: #004173;
    color: #fff !important;
    border: solid transparent;
    border-color: transparent;
    border-top-color: transparent;
    border-left-color: #00a14b;
    border-width: 5px;
    }

    /* Flyouts need the default styles.  */
    nav#side-nav li.nav-item.youAreHere ul.side-nav-flyout li a {
    color: #333 !important;
    background: #fff;
    border-width: 0px;
    border-bottom: 1px solid #ccc;
    }

    nav#side-nav li.nav-item.youAreHere ul.side-nav-flyout li a:hover {
    background: #eee;
    }
    
    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    background: #fff;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    vertical-align: top;
    list-style: none;
    margin: 25px 0;
    font-size: 1.4em;
    }

    ul.bcrumb-list a{
    color: #00a14b;
    font-size: inherit;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    text-shadow: 0 1px 0 #eee;
    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 {
    font-size: inherit;
    cursor: default;
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 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;
    }

    /* 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;
    box-shadow: 0 0 8px #666;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    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: -9px;
			padding-right: 3px;
		}
		
		.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;
    }



 /*------------------------------------------------------------------
    --> Charm Bar
    ------------------------------------------------------------------*/

    #charm-toggle {
    position: absolute;
    color: #fff;
    right: 0;
    top: 60px;
    padding: 0 8px 6px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #00a14b;
    border-right: 0;
    background: rgba(18,111,0,.85);
    font-size: 1.0em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 500;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #charm-toggle:hover {
    text-decoration: none;
    background: #00a14b;
    }

    #charm-toggle span {
    display: block;
    font-size: 2.6em;
    }

    #charm-bar {
    display: none;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    /*background:url('/img/00/utilitybg.png') repeat;*/
    background-color: rgba(18,111,0,.85);
    z-index: 500;
    }


    /*---------------*/
    #dynamic-charms a.mm-button-link,
    #dynamic-charms-static a.mm-button-link{
    width: 100%;
    height: initial;
    margin: 0;
    font-size: 1.25rem;
    }

    #dynamic-charms .mm-button-wrap,
    #dynamic-charms-static .mm-button-wrap {
    border: 0px solid transparent;
    display: inline-block;
    width: 46%;
    height: 123px;
    }

    #dynamic-charms img.mm-button-img,
    #dynamic-charms-static img.mm-button-img { 
    margin: 0 auto;
    display: block;
    }




    /* --> Charms ----------------------------------------------------*/

    #close-charms {
    position: absolute;
    top: 25px;
    right: 4%;
    color: #fff;
    font-size: 1.5em;
    background: transparent;
    padding: 8px 10px;
    border: 1px solid #eeebe2;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #close-charms:hover {
    text-decoration: none;
    background: #ffde17;
    }

    #dynamic-charms,
    #dynamic-charms-static {
    margin-top: 20px;
    padding: 0 20px;
    }

    #static-charms {
    margin-top: 20px;
    }

    /* Link wrapper */
    #dynamic-charms .mm-button-link,
    #dynamic-charms-static .mm-button-link,
    #static-charms .mm-button-link,
    #dynamic-charms .portal-myIcon-wrap,
    #dynamic-charms-static .portal-myIcon-wrap,
    #portal-charms .portal-myIcon-wrap {
    float: left;
    display: block;
    width: 44%;
    height: 100px;
    padding: 10px;
    margin-left: 4%;
    margin-bottom: 4%;
    max-width: 200px;

    transition: background .6s ease-in-out
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    }

    #dynamic-charms .mm-button-link:hover,
    #dynamic-charms-static .mm-button-link:hover,
    #static-charms .mm-button-link:hover,
    #dynamic-charms .portal-myIcon-wrap:hover,
    #dynamic-charms-static .portal-myIcon-wrap:hover,
    #portal-charms .portal-myIcon-wrap:hover {
    background: rgb(3, 51, 4);
    text-decoration: none;
    }

    /* Charm icon image */
    #dynamic-charms .mm-button-img,
    #dynamic-charms-static .mm-button-img,
    #static-charms .mm-button-img,
    #dynamic-charms .portal-myIcon-img,
    #dynamic-charms-static .portal-myIcon-img,
    #portal-charms .portal-myIcon-img {
    display: block;
    margin: 0 auto;
     margin-bottom: 10px;
    }

    /* Charm text */
    #dynamic-charms .mm-button-txt,
    #dynamic-charms-static .mm-button-txt,
    #static-charms .mm-button-txt,
    #dynamic-charms .portal-myIcon-text,
    #dynamic-charms-static .portal-myIcon-text,
    #portal-charms .portal-myIcon-text {
      display: inline-block;
      text-align: center;
      color: #fff;
      font-size: 1em;
    width: 100%;
    }


    #dynamic-charms .mm-button-txt-wrap,
    #dynamic-charms-static .mm-button-txt-wrap{
        margin-top: 23px;
        font-size: initial;
        font-size: 0.65em;
    }




    /*------------------------------------------------------------------
    --> Page Body Section
    ------------------------------------------------------------------*/

    #page-body {
    width: 100%;
    background: url(/img/00/layout/NH-BG-rep.jpg) center center #eee;
    background-size: cover !important;
    }

    /* 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: 20px;
    }

    h1.content-title {
    font-size: 4.5em;
    color:#004173;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #bababa;
    cursor: default;
    }


    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 0 3px 12px #ccc;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    hr.hpHR {
    border: solid #c5c5c5;
    border-width: 1px 0 0;
    clear: both;
    }

    div#squaresWrap{
    background:  #eee;
    padding: 30px 0;
    }

    /* --> Home Slideshow --------------------------------------------*/

    /* Background area color */
    #home-slideshow-span {
    /*margin: 50px 0;*/
    display: inline-block;
    }

    #home-slideshow-span img{width: 100%;}

    .orbit-bullets{
    text-align: center; 
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #263238;
    top: 0;
    }
    
    .orbit-container{ background:transparent; }
    .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;
    }

    #dynamic-orbit .orbit-container .orbit-slides-container>* .orbit-caption{ 
        /*background-color: #358426;*/
        background-color: rgba(53, 132, 38, .7);
        padding: 10px;
        text-shadow: 0px 2px 1px #0a3503;
    }

    #dynamic-orbit .orbit-container .orbit-prev, .orbit-container .orbit-next{
        background-color: rgba(18,111,0,.85);
    }

    #dynamic-orbit .orbit-container .orbit-slides-container>*{
       /* height: 150%;*/
    }

    #dynamic-orbit .caption{
        margin: 0;
        padding: 0;
    }

    #dynamic-orbit .orbit-caption p {
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1.15em;
    }

    #dynamic-orbit .orbit-container .orbit-prev>span, 
    #dynamic-orbit .orbit-container .orbit-next>span { border: 0; }


    /* --> id like to ----------------------------------------------*/
    div#idliketo-wrapper {
    background: url(/img/00/layout/idliketo-bg.jpg) center center no-repeat #004173;
    padding: 5px 24px 24px 24px;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    border-bottom: 1px solid #7c7c7c;
    background-size: cover;
    margin: 2.333% 0 0 0;
    }

    div#NH-idliketo-header a.mm-button-link {
    display: block;
    background-size: contain !important;
    min-height: 80px;
    margin: 0 0 10px 0;
    }

    div#NH-idliketo a.mm-button-link {
    background: #fff;
    display: block;
    padding: 23px 0 0 25px;
    margin: 30px 0 30px 0;
    border: 1px solid #bbc5d5;
    height: 70px;
    color: #004173;
    font-size: 2.25em;

    -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;
    }

    div#NH-idliketo a.mm-button-link:hover {
    background: #00a14b;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    border: 1px solid #ffffff;
    }




    /* --> 9 squares----------------------------------------------*/

    #NH-dynamic-buttons .mm-button-wrap {
    width: 92%;
    margin: 3.333%;
    float: left;
    position: relative;
    min-height: 172px;
    padding: 5px;
    background: #fff;
    box-shadow: 1px 2px 4px #a9a8a8;
    }


    #NH-dynamic-buttons .mm-button-wrap a {
    display: block;
    min-height: 172px;
    height: auto;
    color: #004173;
    background-position: 100% 100% !important;
    text-align: center;
    /*padding: 25% 0 0 0;*/
    padding: 15% 0 0 0;

    -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;
    }

    #NH-dynamic-buttons .mm-button-wrap a:hover {
    background-position: 92% 92% !important;
    background-color: #1993f1 !important;
    color: #fff !important;
    } 


    #NH-dynamic-buttons span.mm-button-txt {
    width: 100%;
    display: inline-block;
    font-size: 1.35em;
    margin: 0 0 10px 0;
    }

    #NH-dynamic-buttons span.mm-button-subtxt {
    display: inline-block;
    margin: 0 0 10px 0;
    }




    /* --> Mayors Message ----------------------------------------------*/

    div#mayorWrap {
    background: #fff;
    padding: 8px;

    }

    div#mayorWrap h3.mayorHeading{
    margin-top: 0;
    background-color: #0076b7;
    padding: 10px 10px 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    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;
    }

    div#mayorImage {
    display: block;
    width: 100%;
    min-height: 130px;
    position: relative;
    }

    div#mayorImage a.mm-button-link {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0 0 30px 0;
    
    }

    div#mayorImage span.mm-button-txt {
    width: 100%;
    display: block;
    padding: 10px 0 0 8px;
    font-size: 1.5em;
    }

    div#mayorImage span.mm-button-subtxt {
    padding: 8px;
    display: block;
    line-height: 1.35em;
    }

    div#newsContent {
    width: 100%;
    display: block;
    float: right;
    padding: 0px 20px 0 0px;
 
    }


    div#newsButton {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: right;
    padding: 30px;
    }

    div#newsButton span.mm-button-txt {
    background: #0076b7;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    }

    div#newsContent h3 a {
    font-size: inherit;
    color: #383838;
    font-weight: 600;
    font-size: 1.625em;
    }

    div#newsContent h3{ 
    font-size: inherit; 
    margin: 0;
    padding: 0;
    }

   

    /* --> News you can Use -------------------------------------------*/

    div#newsWrap{
        background: #fff;
    }

    div#newsWrap h3.newsHeading{
    margin-top: 0;
    color: #0076b7;
    padding: 10px 10px 10px 0;
    font-size: 3em;
    text-transform: uppercase;
    cursor: default;
    width: 93%;
    margin: 0 auto;
    border-bottom: 1px solid #0076b7;

    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;
     
    }

    div#newsWrap h3 span{
    font-style: italic;
    }


    div#newsFeed {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: right;
    padding: 30px;
    position: relative;
    }

    div#newsFeed span.mm-button-txt {
    background: #0076b7;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    }

    div#newsFeed h3 a {
    font-size: inherit;
    color: #0076b7;
    font-weight: 600;
    font-size: 1.15em;
    float: left;
    margin: 0 0 0 10px;
    }

    div#newsFeed h3{ 
    font-size: inherit;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 66.66%;
    text-align: left;
    }

    


    a.news-img-link {  
    border: 1px solid white;
    width: 29.333%;
    text-align: center;
    background: #e3e3e3;
    background: transparent;
    margin: 0 10px 0 0;
    }

    div#newsFeed .news-summary{
    text-align: left;
    padding: 0 0 0 10px;
    width: 66.66%;
    float: right;
    margin: 20px 0;
    }


    /* --> Pre Footer - Events and Hilights -------------------------*/
    div#eventsWrap {
    display: none;
    }

    div#preFooter {
    position: relative;
    display: block;
    min-height: 712px;
    }

    #eventsWrap a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 722px;
    background-size: cover !important;
    background-position: top right !important;
    position: absolute;
    }






/*------------------------------------------------------------------
--> Homepage Calendar
------------------------------------------------------------------*/

/* --> Calendar Wrapper -----------------------------------------------*/
    section#hp-events-wrapper { 
    background: #fff;
    margin: 30px 0;
    }

    h3.homepage_heading {
    margin: 0 0 13px 0;
    border-bottom: 2px solid #0076b7;
    color: #666;
    font-size: 2.25em;
    }

    #aj-calwrapper {
    padding: 0 10px;
    float: left;
    width: 100%;
    position: relative;
    }

    #cal-warp{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    }

/* --> Calendar Header -----------------------------------------------*/

    #aj-calwrapper #month{
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    }
    
    #hp-events-wrapper  #aj-calwrapper .smlCal002_wrap{float:left; width: 100%;}
    
    /* Event Header Day Cell */
    #aj-calwrapper #smlCal002_Head td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 2px;
    width: 14.2%;
    font-size: 1.8em;
    font-weight: bold;
    }

    #aj-calwrapper span.cal-curr-date{
    font-size: 10em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #013e84;
    text-transform: uppercase;
    letter-spacing: -2px;
    padding-right: 30px;
    }

/* --> Calendar Controls -----------------------------------------------*/

    #aj-calwrapper #month .cal_controls{
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    padding-top: 15px;
    }

    #aj-calwrapper #month .cal_controls a.prev,
    #aj-calwrapper #month .cal_controls a.next{
    background: #b7b9bc;
    padding: 8px 10px 0 10px;
    margin-bottom: 5px;
    height: 35px;
    position: relative;
    display: block;
    color: white;
    font-weight: bold;
    }

/* --> Calendar Date -----------------------------------------------*/

    /* Event Date Links */
    #aj-calwrapper .smlCal002_Table a {
    color: #1c2129;
    display: block;
    text-decoration: none;
    font-size: 1.8em;
    }

    /* Event Date Cell */
    #aj-calwrapper .smlCal002_Table td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 2px;
    width: 14.2%;
    }

    /* Event Date Weeknd/day */
    #aj-calwrapper .smlCal002_Table td.WeekEndDay a,
    #aj-calwrapper .smlCal002_Table td.Day a {
    color: #1c2129;

    }

    /* Event Date Current */ 
    #aj-calwrapper .smlCal002_Table td.CurrentDay a {
    color: #fff;
    font-weight: bold;
    background-color: #013e84;
    }

/* --> Short Month -----------------------------------------------*/

    #aj-calwrapper .long{
    display: none;
    }

    #aj-calwrapper .short{
    display: none;
    }

/* --> Events List Homepage -----------------------------------------------*/

    #cal-list-wrapper{
    padding: 30px 10px;
    float: left;
    width: 100%;
    position: relative;
    display: block;
    }

/* --> Events List -----------------------------------------------*/

    /* Event Box */
    .event-display{
    padding-bottom: 23px;
    }

    /* Event title */
    .event-title {
    font-size: 1.7em;
    margin: 5px 0;
    line-height: 20px;
    font-weight: 300;
    }

    .event-title a{
    color: #1c2129;

    transition: color .6s ease-in-out;
    -o-transition: color .6s ease-in-out;
    -moz-transition: color .6s ease-in-out;
    -webkit-transition: color .6s ease-in-out;
    }

    .event-title a:hover{
    color: #1766bf;
    }

    /* Event Time */
    .event-time { font-size: 1.2em; }

    /* Date section heading */
    .events-datesection {
    font-size: 1.3em;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

    /* Style on text if there are no events */
    .no-events {
    color: #666;
    font-style: italic;
    }

    /* Separator between events */
    hr.events-sep { margin: 15px 0; }



    /*-- Homepage 4 dynamic buttons ----------------------*/

    div#cultureBtns {
    padding: 0 10px;
    }


    div#cultureBtns a {
    width: 100%;    
    display: inline-block;
    border: 1px solid #0076b7;
    margin: 0% 2% 2% 0%;
    float: left;
    color: #fff;
    height: 230px;
    position: relative;
    border-radius: 1px;
    background-size: cover !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;
   }


   div#cultureBtns a:hover .mm-button-txt-wrap{
    top: 0;
    padding: 25% 4px 6px 4px;
    text-align: center;
    background: rgba(0,0,0,0.7);
       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;
   }


    div#cultureBtns .mm-button-txt-wrap {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 6px 4px;
    }

    div#cultureBtns span.mm-button-txt {
    display: block;
    width: 100%;
    font-size: 1.15em;
    font-weight: bold;
    }




    /* 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: #00a14b; }

    /* 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 */
    div#cal-list-wrapper .event-title {
    font-size: 1.825em;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    }

    /* Event Time */
    div#cal-list-wrapper .event-time { font-size: 1em; }

    /* Date section heading */
    .events-datesection {
    font-weight: bold;
    font-size: 1.35em;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

    /* Style on text if there are no events */
    .no-events {
    color: #666;
    font-size: 1.4em;
    font-style: italic;
    }

    /* Separator between events */
    hr.events-sep { margin: 15px 0; }


    /*------------------------------------------------------------------
    --> 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%;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    height: 150px;
    max-width: 300px;
    float: left;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 0 #033459;
  
    margin: 0px 0 10% 12%;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border: 1px solid #fff;
    box-shadow: 0px 3px 5px #666;

    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(0, 65, 115, .8);
    padding: 5px 5px 15px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    }	

    #dynamic-side-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    color: #fff;
    }

    /* Back To Top */

    .civica-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00588c url('/img/00/cd-top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 690;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    }

    .civica-top.civica-is-visible, .civica-top.civica-fade-out, .no-touch .civica-top:hover {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    .civica-top.civica-is-visible {
    visibility: visible;
    opacity: .5;
    border: 0;
    border-top: 10px solid #1b87c5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #033d66;
    }

    .civica-top.civica-fade-out {
    opacity: .5;
    }
    .no-touch .civica-top:hover {
    background-color: #0d6f3a;
    opacity: 1;
    border: 0;
    }
    

    /*------------------------------------------------------------------
    --> Department Page Hero Images
    ------------------------------------------------------------------*/
    div#NHCustomHero .mm-button-link {
    display: block;
    background-size: cover !important;
    position: relative;
    width: 100%;
    min-height: 95px;
    background-position: center center !important;
    }

    div#NHCustomHero span.mm-button-txt {
    background: rgba(18,111,0,.85);
    color: #fff;
    padding: 4px 4px 4px 8px;
    position: absolute;
    bottom: 0;
    font-size: 1.25rem;
    }


    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    background-color: #00588b;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    }

    #page-footer div#PageContacts {
    position: relative;
    display: inline-block;
    }



    div#PageContacts .Logo {
    float: left;
    /* max-width: 125px; */
    display: inline-block;
    width: 100%;
    }

    div#PageContacts .Logo img {
    width: 33%;
    }


    #page-footer h4.footerHeadings {
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    padding: 0;
    margin: 5px 0 0 0;
    }

    #page-footer p.NHaddress {
    display: inline-block;
    margin: 0;
    }

    p.NHphone {
    float: left;
    width: 100%;
    text-align: center;
    }

    p.NHphone span{
    font-weight: bold;
    }

    /* --> Footer Sign Up Form -----------------------------------------*/
    
    h5.footer_title_main {
    text-align: right;
    color: #fff;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    }

    #email_signup_div {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    }

    input.emailform{  
    height: 40px;
    padding: 0 0 0 1em;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1.8em;
    box-shadow: none;
    width: 83.5%;
    border: 0;
    background: #013d61;
    }

    a.signup {
    background: #ebeff2;
    font-size: 1.4em;
    display: inline-block;
    padding: 13px;
    text-align: center;
    position: absolute;
    right: 15px;
    color:#00588b;
    text-decoration:none;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
    
    a.signup:hover{
    background: #00a14b;
    }
    
    .go1{
    float:right;
    }
    
 /* --> Footer Social -----------------------------------------*/
    
    #dynamic-social-btns a.mm-button-link {
    display: block;
    width: 39px;
    height: 39px;
    float: left;
    margin: 20px 0 0 5px;
    }

    #dynamic-social-btns .mm-buttongen-cont {
    width: 100%;
    }


 /* --> Footer Links -----------------------------------------*/
    div#copyright-span ul li {
    float: left;
    margin: 0 0 0 20px;
    list-style: none;
    }

    div#copyright-span ul.foot-nav-list {
    margin: 10px 0;
    }

    div#copyright-span ul li:nth-child(1){ margin: 0; }

    div#copyright-span ul li a {
    color: #fff;
    }    

    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    margin: 12px 0 0 0;
    }

    select.goog-te-combo { 
    padding: 5px;
    background: #023963;
    border: 0px solid transparent;
    color: #fff; 
    margin:1px 0 !important;
    }

    #google_translate_element .goog-te-gadget { color: transparent; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: transparent; display: none; }


    /* --> 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;
    }

    #emError1{
    height: 30px;
    }

    /* --> Copyright -------------------------------------------------*/

    /* Copyright span background */
    #copyright-span { 
        background-color: #033d66;
        padding: 30px 0;
    }

    /* Copyright text */
    #copyright-span p.copyright {
    text-align: center;
    color: #eee;
    margin: 10px 0;
    }

    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    border-bottom: 3px solid #00a14b;
    }

    .prHeader {
    margin: 0;
    }

    tr.prHeadline td {
    width: 12.666%;
    text-align: left;
    }

    table.pressRTable p {
    padding: 0;
    margin: 0;
    }
    

    /*------------------------------------------------------------------
    --> Jobs 
    ------------------------------------------------------------------*/
    
    h3.jobTitle {
    margin: 0;
    }

   

    /*------------------------------------------------------------------
    --> 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;
    }



    /*------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    /* Galleria slideshows require a defined height */
    #galleria { 
    height: 300px; 
    height: auto;
    background: #232323;
    border: 0px solid transparent;
    }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }


    .floater{ float:left; margin: 0;}

    /* Civica Search Results Page */
    .civicaSearch { padding: 0 20px; }

    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }

    /** Imported from M.Segura's CSS**/

    #page-last-updated{clear:both;}
    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                           
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                              
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

/*HOMEPAGE ALERT*/

/*------------------------------------------------------------------
--> Homepage Alerts
------------------------------------------------------------------*/

    #alert_overlay {
    position: fixed;
    right: auto;
    bottom: -170px;
    margin-top: 0px;
    z-index: 100;
    width: 100%;
        
    transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    }

    #alert_overlay a{color: white;}

    #alert-overlay-inner {
    border: 1px solid #cd6900;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    }

    .alert_title{
    background: red;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    z-index: 10000;
    }

    .alert_title:before, .alert_title:after {
    position: absolute;
    top: 100%;
    content: '';
    width: 50%;
    height: 25px;
    }

    .alert_title:before {
    left: 0;
    background: linear-gradient(to left bottom, red 50%, transparent 50%);
    }

    .alert_title:after {
    right: 0;
    background: linear-gradient(to bottom right, red 50%, transparent 50%);
    }

    .alert_body{
    padding: 33px 15px 30px 15px !important;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
    }

    .alert_body span {
    font-size: inherit; 
    font-weight: bold;
    display: inline-block;
    position:relative;
    padding-bottom: 10px;
    }

    .alert_body p{
    margin: 0;
    line-height: 20px;
    font-size: inherit;
    }


    .alert_body a{
    font-size: inherit;
    }

    #alert-overlay-inner h3{
    font-size: 1.6em;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    }

    #alert_overlay img.close{
    position: absolute;
    top: -14px;
    right: -7px;
    left: auto;
    cursor:pointer;
    opacity: 1;
    z-index:140000;
    transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    }

    #alert_overlay img.active{
    opacity: 0;
    }

/*SITE WIDE ALERT*/

/*------------------------------------------------------------------
--> Site Wide Alerts
------------------------------------------------------------------*/

    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alert .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alert .title img { display: inline-block; }

    #alert .title h3{ 
    position: relative;
    display: inline-block;
    margin-left: 8px;
    color:#fff;
    vertical-align: top;
    font-size: 1.4em;
    }

    #alert .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }

    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }

    /*------------------------------------------------------------------
    --> Simple Forms Styles
    ------------------------------------------------------------------*/
    /*remove border around fieldset*/
    fieldset{ border: 0px solid transparent; }
    /* normalize table based form */
    div#sfmQuestionForm td { background-color: #fcfcfc !important; }
  
    /*Option and Check Boxes*/
    td.sFoption{
    width: 5%;
    }

    .border{ border: 5px solid red; }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button.sfReset {
    background: #FF5722;
    border: 1px solid #FF5722;
    }

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/
    h3.newsheader { font-size: inherit; }   

    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/

    span.faqarrow {
    font-size: 1.425em;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 0; 
    text-decoration: none !important;
    }		

    ul.faq-upper-links {
    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;
    }

/*------------------------------------------------------------------
--> Photo Manager and Photo Book Styles
------------------------------------------------------------------*/
    
    #jqGalleryDiv table tr.even, 
    #jqGalleryDiv table tr.alt, 
    #jqGalleryDiv table tr:nth-of-type(2n) {
    background: none;
    }

    #pm-gallery00 {
    height:auto !important;
    position: relative;
    }

    /*  Photobook Styles  */
    .Photosizer{
    position: relative;
    overflow: hidden;
    }

    .PhotoBG {
    width: 100%;
    max-width: 250px;
    height: 100%;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    /*  Photobook Styles  */

    .Photosizer img {
    overflow: hidden;
    }

    #jqGalleryDiv {margin: 30px;}

    #jqGalleryDiv span.caption_text{
    display: inline-block;
    position: absolute;
    bottom: 1px;
    font-size: 1.4em !important;
    padding: 20px;
    width: 100%;
        color: #ffffff;
    background: rgba(0,65,115,.9);
    }

    #jqGalleryDiv h2{
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(0,65,115,.9);
    position: absolute;
    width: 100%;
    bottom: 4px;
    z-index: 10;
    }

    #jqGalleryDiv h2 span {
    color: #ffffff;
    font-size: inherit;
    }

    #pm-gallery00 .scrollable {
    position:relative;
    overflow:hidden;
    width: 84%;
    height:120px;
    padding-left: 10px;
    display: inline-block;
    }

    #pm-gallery00 .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
    }

    #pm-gallery00 .items div {
    float:left;
    display: block;
    }

    #pm-gallery00 .scrollable div.img-wrap {
    margin: 29px 5px 29px 5px;
    padding:0px;
    }

    #pm-gallery00 .scrollable img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    margin: 0;
    opacity: .5;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    #pm-gallery00 .scrollable img:hover{
    opacity: 1;
    border: 3px solid #0b67a5;   
    }

    #image_wrap img{
    cursor: default;
    margin:0;
    border: 0;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    #galBackOuter > div {
    margin-left: 10px;
    margin-top: 20px;
    }

    #image_wrap_g img{
    cursor: default;
    padding-bottom: 15px;
    width: 100%;
    max-width: 815px;
    }

    .cv-photo-gallery .img-wrap {
    display: inline-block;
    padding: 5px;
    } 

    #image_wrap_g {
    position: relative;
    }

    .img-wrap:hover{
    cursor:pointer;
    }

    #pm-gallery00 .scrollable .active {
    border: 3px solid #0b67a5;
    position:relative;
    cursor:default;
    opacity: 1;
    }

    #gallery-wrap{
    position: relative;
    display: block;
    padding: 0 5px;
    }

    #caption_wrap{
    position: relative;
    width: 100%;
    bottom: 6px;
    padding: 10px 10px 20px 10px;
    background:#11374e;
    border-top: 1px solid #0b67a5;
    }

    #caption_wrap .title {
    color: #fff;
    }

    #pm-gallery00 .scrollable {
    float:left; 
    }


    #pm-gallery00 a.browse {
    background:url('/custom/photomanager/hori_large.png') no-repeat;
    display:block;
    width: 4%;
    height:30px;
    float:left;
    margin:40px 5px;
    cursor:pointer;
    font-size:1px;
    }

    #pm-gallery00 a.right           { background-position: 0 -40px; clear:right; margin-right: 5px;}
    #pm-gallery00 a.right:hover     { background-position:-30px -40px; }
    #pm-gallery00 a.right:active    { background-position:-60px -40px; } 
    #pm-gallery00 a.right.disabled  {opacity: .5}

    }
    #pm-gallery00 a.left            { margin-left: 10px; } 
    #pm-gallery00 a.left:hover      { background-position:-30px 0; }
    #pm-gallery00 a.left:active     { background-position:-60px 0; }
    #pm-gallery00 a.left.disabled   {opacity: .5}

    #pm-gallery00 #image_wrap {
    width:100%;
    margin:0;
    position: relative;
    }

    #pm-gallery00 #image_wrap_g {

    width:100%;
    min-height:400px;
    height:100% ;
    margin:0;
    }

    #pm-gallery00 #scrollable_wrap {
    width: 100%;
    padding: 0;
    }

    #pm-gallery00 #text_wrap {
    width: 100%;
    margin:0 10px;
    color: white;
    }

    #pm-gallery00 h1, #pm-gallery00 h2, #pm-gallery00 h3 {
    margin: 0 10px 0 10px;
    color: white;
    }

    #pm-gallery00 #overlay
    {
    width: 300px;
    height: 240px;
    background: #e4e2e3;
    display: none;
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #000;
    }

    #pm-gallery00 #overlay #edtdiv
    {
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #c00;
    }

    #pm-gallery00 #overlay #title font
    {
    font: normal normal bold 27px/33px Garamond, Times, serif;
    color:#b4b08c;
    display:block;
    font-variant: small-caps;
    }

    /*Start: Code Snippet Custom Side Columns*/
    #pageHTML { position: relative; }
    .edt-main-content{ float: left; padding: 10px !important; }

    .edt-side-content{
    background: #f5f5f5;
    float: right;
    padding: 10px !important;
    }

    .edt-side-content-custom{
    background: #00747e;
    color: #fff;
    float: right;
    padding: 10px !important;
    }

    /*End: Code Snippet Custom Side Columns*/

    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


/* Image Captions Defualt --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 0 20px 0;
    }

    .caption_right{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    }

    .caption_right img,
    .caption_left img {
    margin: 0 !important;
    }

    span.caption_text{
    display: block;
    position: relative;
    background: transparent;
    color: #333;
    bottom: 8px;
    font-size: 1.4em !important;
    padding: 10px 15px 10px 15px;
    }

/* Image Captions Full --------------------------------------------------------------------------*/

    .caption_full{
    /*float: left;*/
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    }

    .caption_full img {
    margin: 0 !important;
    }

    .caption_full span.caption_text,
    .caption_full font.caption_text{
    padding: 20px;
    color: #fff;
    font-size: 1.4em !important;
    position: absolute;
    width: 100%;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.7);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }


    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* -------------------------------------------------- 
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */


    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */

    @media only screen and (max-width: 767px) {

		table.responsive {
			margin-bottom: 0;
		}
		.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;
		}

    }


    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


