﻿/*COLORS 
		
Blue :			 00274f;
Light Blue : 044689;
		*/

@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;
		width:100% !important;
    }
			a[href]::after{
		content: "";
	}
}
.white-trans
{
		background: #fff;
		background: rgba(255,255,255,0.9);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* This is the hilight color when you select text on the website. */
    ::selection {
    background: #2f2f2f; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #2f2f2f; /* Firefox */
    color: #fff;
    }


/* force safari mobile devices to not automatically render rounded corners on iputs */
    input, textarea {
    -webkit-border-radius: 0 !important;
    }

.fontsize a {
    float: none !important;
    height: 22px;
    margin: 0 5px 0 0 !important;
    text-decoration: underline;
}
.fontsize a.selected {
    text-decoration: none;
}
#fontsize {
    margin-right: 3px;
}
#fontsize0 {
    font-size: 1em;
}
#fontsize1 {
    font-size: 1.2em;
    margin-top: -4px;
}
#fontsize2 {
    font-size: 1.35em;
    margin-top: -6px;
}



/*------------.size0 */   
    .size0{
   /* font-size:1.2em;*/
    }
    #side-nav.size0 .sf-menu a{
    font-size:1.1em;
    }



/*-------------.size1 */
    .size1{
    font-size:1.2em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.4em;
    }

/*-----------.size2 */
    .size2{
    font-size:1.6em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.4em;
    }


/******************************************************************
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 10px;
    }

/*------------------------------------------------------------------
--> Branding Styles
------------------------------------------------------------------*/

/* --> Defaults --------------------------------------------------*/

    body {
    font-family: 'Aileron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
		background:url('/img/00/backgound.jpg') no-repeat top center #5283b9;
    background-size:100% auto;
		}


    /* Set default font-size to 14px */
    p, a, span, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    }

    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }


/* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #08518C;

    transition: color .3s ease-in-out; 
    -o-transition: color .3s ease-in-out; 
    -moz-transition: color .3s ease-in-out; 
    -webkit-transition: color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #0d7dd9;
    text-decoration: underline;
    }

    a:active { color: #ff0f0f; }


/* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Aileron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
		color:#054F9C;
    }

    h1, .h1 {
    font-family: 'Aileron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    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.6em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.4em;
    font-weight: bold;
    }


/* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    }

    /* Default scale for <table> elements */
    table tr th { 
    font-size: inherit;
    background: #00274f;
    color: #fff;  
    text-align: left;
    }

    table tr td { font-size: inherit; }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none;
    }


/*------------------------------------------------------------------
--> Page Header
------------------------------------------------------------------*/

/* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background:transparent;
    }

    #header-right {
    margin-top: 20px;
    margin-bottom: 20px;
    }


/* --> Header Logo -----------------------------------------------*/

		h1#header-logo {
			display: block;
			height: 100px;
			margin: 20px 0 0;
			width: 100%;
		}

    h1#header-logo a {
    font-size: 0em;
    background:url('/img/00/pti_logo.png') no-repeat center center transparent;
		height:100%;
		display:block;
		background-size:contain;

    }

    h1#header-logo a:hover {
    text-decoration: none;
    color: #afdbff;
    text-shadow: 0px 2px 12px #042540;
    }

    h5#header-tagline {
    color: #eaf6ff;
    font-weight: normal;
    margin-top: 0;
    text-indent: 6px;
    cursor: default;
    }


/* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin: 0;
    }

    ul.head-links li {
    float: left;
    }

    .head-link {
    float: left;
    }

    span#header-date {
    color: #1c3b73;
    cursor: default;
    }

    a.head-link {
    float: left;
    display: block;
    color: #1c3b73;
    margin-right: 30px;
    margin-bottom: 15px;
    }

    .head-links .fontsize {
    margin-right: 30px;
    }

/*------------------------------------------------------------------
--> Site Search
------------------------------------------------------------------*/

/* --> Search Input ----------------------------------------------*/

    input#site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 2px solid #8f9ebf;
    border-right: 0;
    margin-bottom: 15px;
    outline: none;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input#site-search:hover {
    border-color: #5aabed;
    }

    input#site-search:focus {
    box-shadow: 0 0 16px #92d3ff;
    -moz-box-shadow: 0 0 16px #92d3ff;
    -webkit-box-shadow: 0 0 16px #92d3ff;
    }


/* --> Search Button ---------------------------------------------*/

    a#site-search-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 17px;
    height: 40px;
    padding-top: 9px;
    border: 2px solid #8f9ebf;
		border-left:0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;

		background: rgb(5,80,160); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(5,80,160,1) 0%, rgba(5,45,89,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,80,160,1)), color-stop(100%,rgba(5,45,89,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(5,80,160,1) 0%,rgba(5,45,89,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(5,80,160,1) 0%,rgba(5,45,89,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(5,80,160,1) 0%,rgba(5,45,89,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(5,80,160,1) 0%,rgba(5,45,89,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0550a0', endColorstr='#052d59',GradientType=0 ); /* IE6-9 */

    }

    a#site-search-btn:hover {
    text-decoration: none;
		
		background: rgb(0,89,178); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,89,178,1) 0%, rgba(6,64,127,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,89,178,1)), color-stop(100%,rgba(6,64,127,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,89,178,1) 0%,rgba(6,64,127,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,89,178,1) 0%,rgba(6,64,127,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,89,178,1) 0%,rgba(6,64,127,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,89,178,1) 0%,rgba(6,64,127,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059b2', endColorstr='#06407f',GradientType=0 ); /* IE6-9 */

    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

/*------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #142748;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    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: 'Open Sans Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    /*text-transform: uppercase;*/
    white-space: normal;
    background: none;

    transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    }

	
    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    background: #666;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }


/* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: 'Aileron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 40px;
    }

    .main-nav ul.title-area .mainnav-mobile-title:hover {
    background: none;
    }

    /* Menu collapse/expand link icon */
    nav.main-nav .toggle-topbar.menu-icon a {
    font-family: 'Aileron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    text-indent: -70px;
    line-height: 30px;
    }

    nav.main-nav .toggle-topbar.menu-icon a:hover {
    background: none;
    }

    /* Mobile Display Back Link */
    nav.main-nav .dropdown li.title h5 a {
    font-size: inherit;
    font-weight: bold;
    }

    /* Mobile Display Back Link (Mega-Menu) */
    nav.main-nav div.mega-menu li.title h5 a:hover {
    background: #eee;
    }

    /* Mobile-Mode Back Link (Mega-Menu) */
    nav.main-nav .mega-menu li.title h5 a {
    color: #1a1a1a;
    }


/*------------------------------------------------------------------
--> Main Navigation Menus
------------------------------------------------------------------*/

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background: #666;
    padding-left: 30px;
    }


/* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #333;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

		.top-bar-section .flyout-left .dropdown {
  background: transparent none repeat scroll 0 0;
  left: auto;
  right: 0;
  top: auto;
}

/*------------------------------------------------------------------
--> Side Navigation
------------------------------------------------------------------*/

/* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin-top:0px;
		color: #00274f;
		font-size:2rem;
    }


    /* --> 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%;
    }

    nav#side-nav .sf-menu li {
    background: transparent;
    }


/* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #044689;
    border: 0;
    line-height: 20px;
    border: 0px solid transparent;
		padding:0.5em;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }

    nav#side-nav .sf-menu a:hover {
    background: #eee;
    }

    /* Last Item Link */
    nav#side-nav .sf-menu li.last a {
    border-bottom: 0;
    }


/* --> Side Navigation Flyout Menu -------------------------------*/

    nav#side-nav .sf-menu ul {
    left: 100%;
    width: 200px;
    border: 1px solid #ccc;
		background:#fff;
		background:rgba(255,255,255,0.95);
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    top: 14px;
    background: url('/inc/public/js/superfish/images/arrows-cccccc.png') no-repeat -10px 0px;
    }


/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
		section#bcrumbs {
			border-bottom: 1px solid #fff;
			margin-bottom: 10px;
			padding: 0 0 5px;
			width: 100%;
		}

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    list-style: none;
    margin: 5px 0;
    font-size: 1.2em;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    margin-right: 10px;
    text-shadow: 0 1px 0 #eee;
    font-weight: normal;
		font-style:italic;
    }

    /* 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: 1.4em;
    cursor: default;
    }


/* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #333;
    background-color: #eee;
    border-color: #666;
    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: #eee url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background: #eee url('/img/00/icons/icon-edit.png') no-repeat 5px 4px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: #eee url('/img/00/icons/icon-print.png') no-repeat 5px 3px;
    padding-left: 40px;
    }

    /* Alter styles of system buttons that have a dropdown menu */
    #btn-email:hover,
    #btn-email.hover,
    #btn-edit:hover,
    #btn-edit.hover {
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

    /* Send A Link */
    ul.system-menu li.send-link {
    background: url('/img/00/icons/icon-email-send.png') no-repeat 0 center;
    }

    /* Contact Us */
    ul.system-menu li.contact-us {
    background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
    }

    /* HTML Editor */
    ul.system-menu li.html-editor {
    background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
    }

    /* Layout */
    ul.system-menu li.layout {
    background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
    }

    /* Navbuilder */
    ul.system-menu li.navbuilder {
    background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
    }

    /* Services */
    ul.system-menu li.services {
    background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
    }

    /* Status */
    ul.system-menu li.status-not-done,
    ul.system-menu li.status-done {
    background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
    }

    /* Site Notes */
    ul.system-menu li.site-notes {
    background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
    }

    /* Issue */
    ul.system-menu li.issue {
    background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
    }

    /* Admin */
    ul.system-menu li.admin {
    background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
    }


/*------------------------------------------------------------------
--> Page Body Section
------------------------------------------------------------------*/

    #page-body {
    width: 100%;
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */
    .content-row{
    padding-top: 30px;
		background:#fff;
		background:rgba(255,255,255, 0.75);
    }

    #page-body > .widget-layout-row
    {
    padding-top: 30px;
    }


/*------------------------------------------------------------------
--> HTML Content
------------------------------------------------------------------*/

/* --> Page Title ----------------------------------------------*/

    h1.content-title {
				border-bottom: 1px solid #96b1cf;
				color: #00274f;
				cursor: default;
				font-size: 2rem;
				margin-bottom: 5px;
				margin-top: 0;
				padding-bottom: 10px;
    }


/* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    padding:0px;
    }

/*------------------------------------------------------------------
--> Homepage Contents
------------------------------------------------------------------*/
h2.hp-head {
  border-bottom: 1px solid #9fb8d3;
  font-size: 2.9em;
  font-weight: 100;
	color:#00274f;
}.hp-head > span {
    font-size: 1.8rem;
    font-weight: bold;
}

 .hp-bottom h2.hp-head {
  border-bottom: 1px solid #9fb8d3;
  color: #00274f;
  font-size: 2.9em;
  font-weight: 100;
  padding: 5px 25px 10px;
  margin: 0px -10px 10px;
}
/* --> Home Slideshow --------------------------------------------*/
#dynamic-orbit {
    position: relative;
		margin-top:20px;
}.orbit-bullets {
  margin: 0 auto 30px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
}
 #dynamic-orbit .orbit-container {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* --> Events List -----------------------------------------------*/
.events-datesection {
  font-size: 2em;
}
    /* Event title */
.events-block{
		margin-top:20px;
}
.event-title
{
		margin-bottom: 1em;
		font-size:1.1em;
}.event-title a {
    font-size: 1.1em;
    margin: 5px 0;
		color:#292f33;
		font-weight:normal;
    line-height: 20px;
    }

    /* Event Time */
		.event-time {
				font-size: 0.75em;
				font-weight: normal;
				color: #666;
		}

    /* Date section heading */
    .events-datesection {
    font-weight: normal;
    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; }

/* --> Home Media Buttons ----------------------------------------*/

    /* Container that holds all the buttons */
    #dynamic-home-btns .mm-buttongen-cont {
    margin: 0px -40px;
    }

    /* Wrapper for individual media buttons 
    #dynamic-home-btns .mm-button-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
    }*/
#dynamic-home-btns {
    float: left;
}
    /* Button link wrapper */
    #dynamic-home-btns a.mm-button-link {
    width: 100%;
    float: left;
    display: block;
    padding: 0px;
		position:relative;
		margin-bottom: 15px;

		-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    }

    #dynamic-home-btns a.mm-button-link:hover {
    text-decoration: none;
    color: #dd0000;
    }

    /* Button icon */
    #dynamic-home-btns a.mm-button-link img.mm-button-img {
    float: left;
    width: 100%;

    transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    }

    /* Button text */
    #dynamic-home-btns a.mm-button-link .mm-button-txt {
    font-size: 1.8em;
   
    transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out, margin .3s ease-in-out;
    }

    /* Sub text on buttons */
    #dynamic-home-btns .mm-button-subtxt {
    float: right;
    font-size: 1.3em;
    text-shadow: 0 1px 0 #fff;
    }

    /* Bottom horizontal border (only visible on mobile) */
    #dynamic-home-btns hr.home-btn-sep {
    border-color: #999;
    }

.hp-bottom {
  border-radius: 0;
  float: left;
  margin: 15px 10px 0px;
  padding: 20px 10px;
}


/*------------------------------------------------------------------
--> Secondary Pages
------------------------------------------------------------------*/

/* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    padding-left: 10px;
    }

    /* Side Button Link Wrapper */
		#dynamic-side-btns a.mm-button-link {
		background-size: cover !important;
		display: block;
		font-size: 1.6rem;
		height: 110px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		position: relative;
		width: 100%;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		}
		.mm-button-txt-wrap {
				background: #000;
				bottom: 0;
				color: #fff;
				font-size: 1rem;
				padding: 10px 0;
				position: relative;
				text-align: center;
				width: 100%;
				float: left;
				clear: both;
		}
.tw-head {
    padding-right: 95px !important;
}
.tw-button {
  font-size: 0px;
top:0px;
  width: 100px;
  height: 40px;
  position: absolute;
  right: 4px;
	border: 1px solid #2475c3;
  color: #fff;
  display: block;
  
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);

	background:#094a8a; /* Old browsers */
	background-image:url("/img/00/twitter-logo.png");
	background-image:url("/img/00/twitter-logo.png"), -moz-linear-gradient(top,  #094a8a 0%, #132546 100%); /* FF3.6+ */
	background-image:url("/img/00/twitter-logo.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#094a8a), color-stop(100%,#132546)); /* Chrome,Safari4+ */
	background-image:url("/img/00/twitter-logo.png"), -webkit-linear-gradient(top,  #094a8a 0%,#132546 100%); /* Chrome10+,Safari5.1+ */
	background-image:url("/img/00/twitter-logo.png"), -o-linear-gradient(top,  #094a8a 0%,#132546 100%); /* Opera 11.10+ */
	background-image:url("/img/00/twitter-logo.png"), -ms-linear-gradient(top,  #094a8a 0%,#132546 100%); /* IE10+ */
	background-image:url("/img/00/twitter-logo.png"), linear-gradient(to bottom,  #094a8a 0%,#132546 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a8a', endColorstr='#132546',GradientType=0 ); /* IE6-9 */
	background-position:center center;
	background-repeat:no-repeat;

}
.tw-feed {
    margin-left: 10px;
}
/*------------------------------------------------------------------
--> Page Footer
------------------------------------------------------------------*/

/* --> Footer Base -----------------------------------------------*/
#page-footer .row:first-child .columns {
  border-left: 2px solid #1a1c1f;
  padding: 0 40px;
}#page-footer .row .columns:first-child {
  padding: 0 40px 0 0;
	border:0px solid;
}#page-footer .row .columns:last-child {
  padding: 0 0 0 40px;
}
    footer#page-footer {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    }

				footer#page-footer h2,
				footer#page-footer span{
						font-family:"Open Sans Narrow",Helvetica,​Arial,​sans-serif;
						font-size:1.9rem;
						color:#fff;    margin: 0 0 5px;
				}

				footer#page-footer span{
						font-weight: bold;
				}


				footer#page-footer .footer-inner{
						height:140px;
				}
				
#PageContacts table tr td{
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0;
}
		#PageContacts table tr td a{
		color: #0099ff;
    font-size: 1.4em;
    font-weight: normal;
		}


.foot-nav li{
		padding: 0 10px;
}

.foot-nav li a{
		color: #fff;
}
footer#page-footer .footer-partners .mm-button-link {
  display: block;
  height: 60px;
  position: relative;
}

footer#page-footer .footer-partners li{
		list-style:none;
}
footer#page-footer .footer-partners li a {
		color: #fff;
		font-family: aileron;
		font-size: 1.4em;
		font-weight: normal;
		position: relative;
}
.footer-social .mm-button-wrap {
    float: left;
    margin: 0px 5px 0px;
}
.footer-social .mm-button-txt-wrap{
		display:none;
		visibility:visible;
}
/* --> Powered by Civica -----------------------------------------*/

    /* 'Powered by' text */
    footer#page-footer span.powered-by-civica { font-size:1em;display:block;margin-top:10px; }

    /* Civica logo */
   footer#page-footer  #civica-foot-logo {display:block;width:60px;}
	 
	  /* Civica logo */
		footer#page-footer #pti-foot-logo{display:block; width:100%;background:url(/img/00/footer-logo.png) no-repeat center right transparent;height:70px;font-size:0;}
	 
   

/*------------------------------------------------------------------
--> Map Alerts
------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'Open Sans Narrow', 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: 'Open Sans Narrow', sans-serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }


/*------------------------------------------------------------------
--> Additional
------------------------------------------------------------------*/

    /* Galleria slideshows require a defined height */
    #galleria { height: 300px; }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }

    /*  Photobook Styles  */

    .PhotoBG {
    /*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
    background:#fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    width: 150px;
    height: 150px;
    }

    .floater{ float:left; margin: 0;}

    .Photosizer img{
    overflow: hidden;
    max-height: 150px;
    max-width:150px;
    }

    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }

    /** Imported from M.Segura's CSS**/

    #page-last-updated{clear:both;}
    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                                   
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                                      
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

    /*SITE WIDE ALERT*/

    #alert 
    {
    background: url("/img/00/noise/light.png") repeat scroll 0 0 #9C2800;
    border: 1px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    height: 5%;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                          
    #alert .title{font-size:0.8em; color:#efefef; text-align:center; line-height:1em;}

    #alert .title img { margin-top:0; }

    #alert .title span{ position:relative; top:-10px; font-size:1.1em;}

    #alert .body a
    {
    background: none repeat scroll 0 0 #580300;
    color: #FECA00;
    display: block;
    font-size: 0.85em;
    margin-bottom: 0.2%;
    margin-top: 0.2%;
    width: 90%;
    padding-left:1%;
    -webkit-box-shadow: inset 0px 0px 5px 0px #360100;
    box-shadow: inset 0px 0px 5px 0px #360100;}


    #alert .body .date {font-size:1em;color:#DBB900;}

    /** Imported from R.Sapp's CSS**/

    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }


    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800 url('/img/00/noise/light.png') repeat;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }


/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
Shared Styles
----------------------------------------- */
/* Mobile */

    @media only screen and (max-width: 767px) {

    table.responsive { margin-bottom: 0; }

    .pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
    .pinned table { border-right: none; border-left: none; width: 100%; }
    .pinned table th, .pinned table td { white-space: nowrap; }
    .pinned td:last-child { border-bottom: 0; }

    div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
    div.table-wrapper div.scrollable { margin-left: 35%; }
    div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


/*------------------------------------------------------------------
--> Photo Manager and Photo Book Styles
------------------------------------------------------------------*/

    #jqGalleryDiv{
    width: 100%;
    }

    #img-wrap{ 
    margin-bottom: 10px;
    }

    #image_wrap img{
    cursor: default;
    width: 200px;
    padding-bottom: 10px;
    padding-left:5px;
    }

    #image_wrap_g img{
    cursor: default;
    /*width: 200px;*/
    padding-bottom: 10px;
    padding-left:5px;
    }

    .img-wrap{
    float: left;
    width: 20%;
    height: 50px;
    margin: 8px;
    overflow: hidden;
    }

    #galBackOuter { 
    margin: 15px 0 0 5px;
    }



    /*Start: Code Snippet Custom Side Columns*/
    #pageHTML { position: relative; }
    .edt-main-content{ float: left; padding: 10px !important; }

    .edt-side-content{
    background: #f5f5f5;
    float: right;
    padding: 10px !important;
    }

    .edt-side-content-custom{
    background: #00747e;
    color: #fff;
    float: right;
    padding: 10px !important;
    }

    /*End: Code Snippet Custom Side Columns*/

    }



.tray {
    padding: 0;
}
.tray .bx-wrapper {
    background-color: transparent;
    border: 0px solid #b7864e;
    height: 100%;
    padding: 0;
}
#icon-tray {
    height: 115px;
		margin:30px auto 15px;
    padding: 0;
}
#icon-tray > .columns {
   /* padding: 0;*/
}
#icon-tray .active {
    display: block;
    height: 100%;
}
#icon-tray #carousel a {
    border: 1px solid #2475c3;
    color: #fff;
    display: block;
    font-weight: normal;
    height: 115px;
    line-height: 0.9em;
    padding-top: 5px;
    text-align: center;
    white-space: normal;
    width: 100%;

		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;

		-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
		box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);

		background: #094a8a; /* Old browsers */
		background: -moz-linear-gradient(top,  #094a8a 0%, #132546 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#094a8a), color-stop(100%,#132546)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #094a8a 0%,#132546 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #094a8a 0%,#132546 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #094a8a 0%,#132546 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #094a8a 0%,#132546 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a8a', endColorstr='#132546',GradientType=0 ); /* IE6-9 */

}
#icon-tray #carousel a span {
    font-size: 0.85em;
    line-height: 0;
}
#icon-tray ul li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#icon-tray .tray-resources {
    bottom: 2px;
    color: #ffffff !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    right: 2em;
}
.bx-wrapper {
    margin: auto;
  /*  padding: 0;*/
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: url("/img/00/bx_loader.gif") no-repeat scroll center center #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666;
    display: none;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #666;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #000;
}
.bx-wrapper .bx-prev {
    background: url("/img/00/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
    left: 10px;
}
.bx-wrapper .bx-next {
    background: url("/img/00/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
    right: 10px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 10;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url("/img/00/controls.png") no-repeat scroll -86px -11px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url("/img/00/controls.png") no-repeat scroll -86px -44px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 0.85em;
    padding: 10px;
}