/*
	City of Victoria - Main Stylesheet
	October 2011
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/
/*

Updated September 2014 for adaptive layout

Using a desktop-first approach (except for loading header images) since we are adapting an existing desktop layout.

*/
/* Sections flagged with =
  GENERIC
  SCREAMER
  TOP
  BRAND
  ACCESSIBILITY
  MAIN
  BREADCRUMBS
  CONTENT
  SIDEBAR
  SECTION-NAVIGATION
  NAVIGATION (main)
  UTILITY-NAVIGATION
  SEARCH
  TRANSLATION
  FOOTER
  WEATHER
  SECTION-SPECIFIC
    Home
    Main Sections
    Latest News
    News Archive
    News Detail
    Press Releases
    Press Releases Archive
    Public Notices
    Public Notices Archive
    Events Calendar
    Events Listing
    Events Detail
    Feedback Form
    Sitemap
    Search Results
    Jobs Listing
    Jobs Detail
    Lightbox
*/
/* COLOURS

#efefef - light grey - section nav level 2
#dcdbdb - light grey - table borders
#696969 - grey - sidebar headlines
#565656 - grey - breadcrumb links

#bff7f5 - light blue - spotlight text, weather text
#4bfff8 - light blue - spotlight link
#6aaa9f - aqua - page background
#0276cf - blue - links
#002a7f - blue - link hovers

Default Theme
#ccb9a9 - light beige - section nav hover
#8e8d8d - grey - headline
#6b6969 - grey - first para, section nav headline
#464646 - grey - section nav selected

residents Theme
#6cbdaa - light green - headline
#0b8a6c - light green - first para, section nav headline
#003c2e - dark green - section nav selected

Business Theme
#e99a38 - orange - headline
#da7901 - orange - first para, section nav headline
#a15901 - dark orange - section nav selected

City Theme
#6f75c8 - light blue - headline
#2a3293 - blue - first para, section nav headline
#1c2263 - blue - section nav selected

online-services Theme
#4da9cf - light blue - headline
#1178a3 - blue - first para, section nav headline
#062d3d - blue - section nav selected

Want Theme
#7a6a5b - beige - headline
#46382b - brown - first para, section nav headline
#392d23 - brown - section nav selected

*/
/* =GENERIC
----------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  background-color: #6aaa9f;
  background-image: url(../images/bk-tiled.jpg); }

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 76%; }

h1, h2, h3, h4 {
  font-weight: normal;
  color: #000;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif; }

a {
  color: #0276cf;
  text-decoration: none; }

a:focus, a:hover, a:active {
  color: #002a7f;
  overflow: hidden; }

a img {
  border: none; }

.clear {
  clear: both;
  line-height: 1;
  height: .1em;
  font-size: .1em; }

form {
  margin: 0;
  padding: 0; }

/* class added by jquery -- when entire box is clickable */
.click-box {
  cursor: pointer; }

.highlight {
  background-color: #fff0ce; }

.external-link {
  font-size: .9em; }

/* =BACKGROUND
----------------------------------------------------*/
.cms_main_table {
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 300; }

.cms-button {
  display: block;
  margin: 1em 0;
  color: #1f84b3;
  font-weight: bold; }

.cms-button a {
  text-decoration: none;
  border: none !important; }

#bk-top {
  position: absolute;
  top: 0;
  /*left: center;*/
  left: 0;
  width: 100%;
  height: 103px;
  background-image: url(../images/bk-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 639px) {
    #bk-top {
      height: 135px; } }

#bk-photo {
  position: absolute;
  top: 103px;
  /*left: center;*/
  left: 0;
  width: 100%;
  height: 630px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 639px) {
    #bk-photo {
      display: none;
      visibility: hidden; } }
  @media (min-width: 1024px) {
    #bk-photo {
      background-image: url(/assets/Layout/header/header-default.jpg); } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #bk-photo {
      background-image: url(/assets/Layout/header/header-default.jpg); } }

#bk-fader {
  position: absolute;
  top: 533px;
  /*left: center;*/
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url(../images/bk-middle.png);
  background-position: center top;
  background-repeat: repeat-x; }
  @media (max-width: 639px) {
    #bk-fader {
      display: none;
      visibility: hidden; } }

/* =TOP
----------------------------------------------------*/
#top {
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 0 1px 0;
  position: relative; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #top {
      width: 610px;
      min-width: 610px;
      padding: 0 15px; } }
  @media (max-width: 639px) {
    #top {
      width: 320px;
      min-width: 320px; } }

/* =BRAND
----------------------------------------------------*/
#brand {
  position: relative;
  width: 960px;
  height: 103px;
  padding: 0 0 280px 0;
  margin: 0 auto; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #brand {
      width: 100%;
      padding-bottom: 250px; } }
  @media (max-width: 639px) {
    #brand {
      width: 100%;
      height: 135px;
      padding-bottom: 0; } }

#brand h2#heading {
  margin: 0;
  padding: 0; }

#brand h2#heading a {
  display: block;
  width: 168px;
  height: 78px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -10px;
  background-image: url(../images/logo-victoria-screen.png);
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #brand h2#heading a {
      left: 0; } }
  @media (max-width: 639px) {
    #brand h2#heading a {
      width: 131px;
      height: 57px;
      background-size: 131px 57px;
      left: 0; } }

#brand h2#heading strong {
  position: absolute;
  left: -9999em; }

#brand #print-logo {
  display: none; }

#brand p#tagline {
  position: absolute;
  text-indent: -9999em; }

/* =ACCESSIBILITY
----------------------------------------------------*/
#accessibility h2 {
  position: absolute;
  left: -9999em; }

/* Skip Links */
#accessibility #skip-links {
  position: absolute;
  left: 9px;
  top: 200px; }
  @media (max-width: 639px) {
    #accessibility #skip-links {
      top: 20px; } }

#accessibility #skip-links ul, #accessibility #skip-links ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

#accessibility #skip-links a:link, #accessibility #skip-links a:visited {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: -500px;
  display: block; }

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
  position: static;
  width: 10em;
  height: auto;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  padding: 1em;
  font-size: 1.6em;
  text-align: center; }

/* Text Size */
/* only shown if javascript is active */
#content #text-size {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 11px;
  position: absolute;
  top: -57px;
  right: -77px;
  width: 110px;
  height: 34px;
  padding: 6px 0;
  z-index: 100; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #text-size {
      right: 118px;
      top: -30px; } }
  @media (max-width: 639px) {
    #content #text-size {
      left: 10px;
      right: auto;
      top: 0; } }

#content #text-size p {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

#content #text-size strong {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin: 8px 5px 0 0;
  padding: 0;
  line-height: 1.2;
  float: left; }

#content #text-size a.size {
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin: 3px 0 0 0;
  background-image: url(../images/text-size.png);
  background-repeat: no-repeat;
  text-indent: -9999em; }

#content #text-size a.larger {
  background-position: 0 0; }

#content #text-size a.inactive-larger {
  background-position: 0 -23px; }

#content #text-size a.smaller {
  margin-right: 5px;
  background-position: -23px 0; }

#content #text-size a.inactive-smaller {
  background-position: -23px -23px; }

/* =MAIN-WRAPPER
----------------------------------------------------*/
#main-wrapper {
  position: relative;
  width: 982px;
  margin: 0px auto;
  padding-bottom: 5px;
  background-image: url(../images/main-2.png);
  background-position: center top;
  background-repeat: repeat-y; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main-wrapper {
      width: 507px;
      padding: 66px 80px 23px 23px;
      margin-bottom: 20px;
      background-image: none;
      background-color: #fff; } }
  @media (max-width: 639px) {
    #main-wrapper {
      margin-bottom: 20px;
      padding: 90px 10px 10px 10px;
      width: 300px;
      background-image: none;
      background-color: #fff; } }

#main-wrapper-top {
  width: 982px;
  height: 186px;
  position: absolute;
  top: -63px;
  left: 0;
  background-image: url(../images/main-top-2.png);
  background-position: center top;
  background-repeat: no-repeat; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main-wrapper-top {
      width: 100%;
      height: 30px;
      top: -30px;
      background-image: url(../images/main-medium.png);
      background-position: right top; } }
  @media (max-width: 639px) {
    #main-wrapper-top {
      display: none;
      visibility: hidden; } }

@media (min-width: 640px) and (max-width: 1023px) {
  #main-wrapper-bottom {
    display: none;
    visibility: hidden; } }
@media (max-width: 639px) {
  #main-wrapper-bottom {
    display: none;
    visibility: hidden; } }

/* =BREADCRUMBS
----------------------------------------------------*/
#breadcrumbs {
  width: 690px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: -63px;
  left: 12px;
  color: #000;
  line-height: 1.2;
  font-size: 11px; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs {
      position: static;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      margin-bottom: 4px; } }
  @media (max-width: 639px) {
    #breadcrumbs {
      position: static;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      margin-bottom: 20px; } }

#breadcrumbs h2 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

#breadcrumbs p {
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs p {
      line-height: 1.8; } }
  @media (max-width: 639px) {
    #breadcrumbs p {
      line-height: 1.8; } }

#breadcrumbs .title {
  font-weight: bold;
  display: block;
  position: absolute;
  left: -9999em; }

#breadcrumbs a {
  display: block;
  float: left;
  color: #565656;
  padding: 8px 7px;
  height: 15px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs a {
      display: inline-block;
      float: none;
      height: auto;
      padding: 0;
      margin: 0;
      max-width: none;
      white-space: normal;
      overflow: auto; } }
  @media (max-width: 639px) {
    #breadcrumbs a {
      display: inline-block;
      float: none;
      height: auto;
      padding: 0;
      margin: 0;
      max-width: none;
      white-space: normal;
      overflow: auto; } }

#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active {
  text-decoration: underline; }

#breadcrumbs a.home {
  margin-left: 10px;
  padding-left: 13px;
  color: #fff;
  background-color: #000;
  background-image: url(../images/icon-home.png);
  background-position: 0 9px;
  background-repeat: no-repeat; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs a.home {
      margin-left: 0;
      color: #565656;
      background-color: transparent;
      background-image: url(../images/icon-home-reverse.png);
      background-position: 0 3px; } }
  @media (max-width: 639px) {
    #breadcrumbs a.home {
      margin-left: 0;
      color: #565656;
      background-color: transparent;
      background-image: url(../images/icon-home-reverse.png);
      background-position: 0 3px; } }

#breadcrumbs strong {
  display: block;
  float: left;
  padding: 8px 7px;
  height: 15px;
  max-width: 200px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs strong {
      display: inline-block;
      height: auto;
      padding: 0;
      margin: 0;
      max-width: none;
      float: none;
      white-space: normal;
      overflow: auto; } }
  @media (max-width: 639px) {
    #breadcrumbs strong {
      display: inline-block;
      height: auto;
      padding: 0;
      margin: 0;
      max-width: none;
      float: none;
      white-space: normal;
      overflow: auto; } }

#breadcrumbs .separator {
  display: block;
  color: #aaa;
  float: left;
  width: 15px;
  height: 31px;
  padding: 0;
  margin: 0;
  background-image: url(../images/breadcrumb-separator.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999em; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs .separator {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 0 6px;
      max-width: none;
      float: none;
      text-indent: 0;
      background-image: none;
      overflow: auto; } }
  @media (max-width: 639px) {
    #breadcrumbs .separator {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 0 6px;
      max-width: none;
      float: none;
      text-indent: 0;
      background-image: none;
      overflow: auto; } }

#breadcrumbs .separator.home {
  background-image: url(../images/breadcrumb-home.png); }
  @media (min-width: 640px) and (max-width: 1023px) {
    #breadcrumbs .separator.home {
      background-image: none; } }
  @media (max-width: 639px) {
    #breadcrumbs .separator.home {
      background-image: none; } }

/* =MAIN
----------------------------------------------------*/
#main {
  float: left;
  width: 100%; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main {
      float: none; } }
  @media (max-width: 639px) {
    #main {
      float: none; } }

/* =CONTENT
----------------------------------------------------*/
#content {
  margin: -10px 207px 0 215px;
  padding: 0 23px 40px 23px;
  line-height: 1.4;
  position: relative;
  font-size: 1.1em; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content {
      margin: 0;
      padding: 0;
      position: static; } }
  @media (max-width: 639px) {
    #content {
      margin: 0;
      padding: 0;
      position: static; } }

#content #sub-navigation {
  border-bottom: solid 1px #ebe3ce;
  padding: .2em 0 .5em 0;
  margin-bottom: 1.5em; }

#content #sub-navigation ul.column {
  margin: 0 20px 0 0;
  padding: 0;
  width: 200px;
  float: left; }

#content #sub-navigation ul.column li {
  margin: 0 0 .5em 1.5em;
  padding: 0 0 0 0;
  line-height: 1.6; }

#content h1, #content h2, #content h3, #content h4 {
  margin: 1em 0 .3em 0;
  padding: 0;
  font-size: 1.5em;
  color: #000;
  font-weight: bold; }

#content h1#headline {
  margin: 0 0 .3em 0;
  padding: 0;
  font-size: 2.4em;
  line-height: 1.2;
  color: #8e8d8d;
  font-weight: normal; }

#content h2 {
  font-size: 1.3em; }

#content h3 {
  font-size: 1.1em; }

#content h4 {
  font-size: 1em; }

#content h1 + h2, #content h2 + h3 {
  margin-top: .4em; }

#content a:link, #content a:visited {
  text-decoration: underline; }

#content p {
  line-height: 1.4;
  margin: 0 0 1em 0; }

#content p.first, #content p span.first {
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  line-height: 1.4;
  color: #6b6969; }

#content ul, #content ol {
  margin-top: 1em;
  margin-bottom: 1em; }

#content li {
  margin-bottom: .5em;
  line-height: 1.4; }

#content ol ol {
  list-style-type: lower-alpha; }

/* Images */
#content img {
  max-width: 100%;
  height: auto; }

#content img.border {
  display: block;
  padding: 10px;
  background-color: #fff;
  margin: .5em 0 1.5em 0;
  border: solid 1px #dedede;
  box-shadow: 3px 3px 12px #ccc;
  max-width: 492px;
  height: auto; }
  @media (max-width: 639px) {
    #content img.border {
      max-width: 278px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content img.border {
      max-width: 485px; } }

#content img.right {
  float: right;
  display: block;
  margin: 0 0 1.5em 1.5em; }

#content img.left {
  float: left;
  margin: 0 1.5em 1.5em 0; }

#content img.right-border, #content img.right-border-popup {
  display: block;
  float: right;
  background-color: #fff;
  padding: 10px;
  margin: 1em 0 1.5em 1.5em;
  border: solid 1px #dedede;
  box-shadow: 3px 3px 12px #ccc; }
  @media (max-width: 639px) {
    #content img.right-border, #content img.right-border-popup {
      max-width: 278px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content img.right-border, #content img.right-border-popup {
      max-width: 485px; } }

#content img.left-border, #content img.left-border-popup {
  display: block;
  float: left;
  background-color: #fff;
  padding: 10px;
  margin: 1em 1.5em 1.5em 0;
  border: solid 1px #dedede;
  box-shadow: 3px 3px 12px #ccc; }
  @media (max-width: 639px) {
    #content img.left-border, #content img.left-border-popup {
      max-width: 278px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content img.left-border, #content img.left-border-popup {
      max-width: 485px; } }

/* Tables */
/* plain tables -- no styling */
#content table {
  border-collapse: collapse;
  border-style: solid;
  border-color: #dcdbdb;
  border-spacing: 0;
  border-width: 0;
  margin: .5em 0; }

#content table td, #content table th {
  line-height: 1.2;
  border-collapse: collapse;
  border-color: #dcdbdb;
  border-spacing: 0;
  border-width: 0;
  border-style: solid;
  padding: .8em;
  line-height: 1.4;
  vertical-align: top; }

#content table th, #content table tr.header td, #content table td h2, #content table td h3, #content table td h4 {
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #565656;
  vertical-align: bottom; }

#content table p {
  margin: 0;
  line-height: 1.4; }

#content table.table-full {
  width: 99%; }

#content table.table-styled, #content table.table-striped {
  border-collapse: collapse;
  border-style: solid;
  margin: .5em 0; }

#content table.table-styled td, #content table.table-styled th, #content table.table-striped td, #content table.table-striped th {
  border-collapse: collapse;
  border-color: #dcdbdb;
  border-spacing: 0;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  vertical-align: top;
  padding: 10px 6px; }

#content table.table-styled td:first-child, #content table.table-styled th:first-child, #content table.table-striped td:first-child, #content table.table-striped th:first-child {
  border-left-width: 0; }

#content table.table-styled p, #content table.table-striped p {
  margin: 0;
  line-height: 1.2; }

#content table.table-striped tr:nth-child(even) td {
  background-color: #f3f3f2; }

#content table tr.closed, #content table.table-striped tr.closed td {
  /* ie.css */
  background-color: #edb0b0; }

/* sortable */
#content table.table-sortable {
  border-top: solid 1px #dcdbdb;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%; }

#content table.table-sortable th {
  background-color: #f3f3f2;
  background-image: url(../images/tablesorter/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  color: #535353;
  font-weight: bold;
  padding-right: 21px;
  text-transform: capitalize;
  vertical-align: middle; }

#content table.table-sortable thead tr .headerSortUp {
  background-image: url(../images/tablesorter/asc.gif); }

#content table.table-sortable thead tr .headerSortDown {
  background-image: url(../images/tablesorter/desc.gif); }

#content table.table-sortable thead tr .headerSortDown, #content table.table-sortable thead tr .headerSortUp {
  background-color: #dcdbdb; }

#content .table-scroller {
  width: 100%;
  min-width: 100%;
  margin-bottom: 1em;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 639px) {
    #content .table-scroller {
      width: 300px; } }

/* Forms */
#content fieldset {
  margin: 0 0 2em 0;
  padding: 0;
  border: none; }

#content .wrapper {
  clear: both;
  padding-top: 1em; }

#content label, #content .label {
  display: block;
  color: #535353; }

#content label .note {
  font-weight: normal;
  font-size: .9em; }

#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=search], #content textarea, #content select, #content #content input[type=submit] {
  line-height: 1.4; }

#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=search], #content textarea, #content select {
  text-align: left;
  border: solid 1px #dcdbdb;
  background-color: #f3f4f3;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  padding: 5px 10px; }

#content textarea {
  height: 10em;
  overflow: auto; }

#content form .question {
  font-weight: bold;
  text-align: left;
  display: block; }

#content a.button, #content a.pager-change, #content input[type=submit], #extra a.button, #extra a.pager-change, #extra input[type=submit] {
  /* ie.css */
  cursor: pointer;
  color: #fff;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 4px 10px 4px 10px;
  background: #016783;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0b8a6c), color-stop(70%, #016783));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* IE10+ */
  background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8a6c', endColorstr='#016783',GradientType=0 );
  /* IE6-9 */ }

#content a.button, #content a.pager-change {
  text-align: center; }

#content .required {
  display: none; }

#content .req {
  display: inline;
  font-weight: bold;
  color: #c53636; }

#content .error {
  color: #c53636;
  font-weight: bold; }

#content .error label, #content .error .label {
  color: #c53636;
  font-weight: bold; }

#content .error .required {
  display: block; }

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: -9999em; }

#content a.skip:focus, #content a.skip:active {
  position: static;
  width: auto;
  height: auto;
  color: #312a18;
  background-color: #fff;
  font-weight: bold;
  padding: .2em;
  font-size: 1.2em;
  border: solid 1px #f00; }

/* =SHARE-LINKS (inside content area)
----------------------------------------------------*/
#content #share-links {
  position: absolute;
  top: -57px;
  right: -208px;
  width: 132px;
  height: 34px;
  padding: 6px 10px;
  line-height: 1.2;
  font-size: 11px; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #share-links {
      right: 0px;
      top: -30px;
      padding-left: 0;
      padding-right: 0;
      width: 130px; } }
  @media (max-width: 639px) {
    #content #share-links {
      left: 118px;
      right: auto;
      top: 0px;
      padding-left: 0; } }

#content #share-links h2 {
  position: absolute;
  left: -9999em; }

#content #share-links p.title {
  margin: 8px 5px 0 10px;
  padding: 0;
  line-height: 1.2;
  float: left; }
  @media (max-width: 639px) {
    #content #share-links p.title {
      margin-left: 0; } }

#content #share-links ul {
  list-style: none;
  margin: 2px auto 0 auto;
  padding: 0;
  /*  width: 82px;
    height: 24px;*/ }

#content #share-links ul li {
  /* ie.css */
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2; }

#content #share-links ul li a {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  padding: 1px;
  margin-right: 2px;
  text-indent: -9999em; }

#content #share-links ul li a.facebook {
  background-image: url(../images/share-facebook.png);
  background-position: center center;
  background-repeat: no-repeat; }

#content #share-links ul li a.twitter {
  background-image: url(../images/share-twitter.png);
  background-position: center center;
  background-repeat: no-repeat; }

/* =SECTION-NAVIGATION
----------------------------------------------------*/
#section-navigation {
  float: left;
  width: 215px;
  margin: -20px 0 30px -982px;
  padding: 0;
  position: relative; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #section-navigation {
      display: none;
      visibility: hidden; } }
  @media (max-width: 639px) {
    #section-navigation {
      display: none;
      visibility: hidden; } }

#section-navigation-shader-top {
  margin-left: 11px;
  height: 7px;
  background-image: url(../images/section-nav-shader-top.png);
  background-repeat: repeat-x; }

#section-navigation-top {
  position: relative;
  margin-left: 11px; }

#section-navigation-top-inner {
  display: none;
  visibility: hidden; }

#section-navigation-top h2 {
  position: relative;
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8em;
  padding: 1px;
  background: #6b6969;
  /* Old browsers */
  background: -moz-linear-gradient(left, #484646 0%, #6b6969 27%, #6b6969 95%, #484646 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #484646), color-stop(27%, #6b6969), color-stop(95%, #6b6969), color-stop(100%, #484646));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #484646 0%, #6b6969 27%, #6b6969 95%, #484646 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #484646 0%, #6b6969 27%, #6b6969 95%, #484646 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #484646 0%, #6b6969 27%, #6b6969 95%, #484646 100%);
  /* IE10+ */
  background: linear-gradient(left, #484646 0%, #6b6969 27%, #6b6969 95%, #484646 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484646', endColorstr='#484646',GradientType=1 );
  /* IE6-9 */ }

#section-navigation-top h2 strong {
  position: absolute;
  left: -9999em; }

#section-navigation-top h2 a {
  display: block;
  padding: 10px 12px;
  border: solid 1px #6e6d6d;
  border-color: rgba(231, 231, 231, 0.24);
  margin: 0;
  color: #fff;
  background-position: left top;
  background-repeat: no-repeat; }

#section-navigation-shader-bottom {
  margin-left: 11px;
  height: 10px;
  background-image: url(../images/section-nav-shader-bottom.png);
  background-repeat: repeat-x; }

#section-navigation #section-navigation-middle {
  margin-top: 12px;
  margin-left: 11px; }

/* Level 1 */
#section-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#section-navigation ul li {
  /* ie.css */
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  line-height: 1.2; }

#section-navigation ul li a {
  text-decoration: none;
  display: block;
  color: #000;
  border-bottom: solid 1px #ddd;
  position: relative; }

#section-navigation ul li a span.link {
  display: block;
  padding: 8px 11px 7px 11px;
  /*min-height: 14px;*/
  cursor: pointer; }

#section-navigation ul li a.parent {
  font-weight: bold; }

#section-navigation ul li a:focus, #section-navigation ul li a:hover, #section-navigation ul li a:active {
  background-color: #ccc !important;
  background-image: url(../images/shadow-section-nav.png);
  background-position: right top;
  background-repeat: repeat-y;
  overflow: visible; }

#section-navigation ul li a.selected {
  font-weight: bold !important;
  background-color: #464646 !important;
  color: #fff !important;
  /*background-image: url(../images/nav-tail-small-brown.png) !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;*/ }

#section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-grey.png) !important;
  background-repeat: no-repeat; }

/* Level 2 */
#section-navigation ul li ul li a:link, #section-navigation ul li ul li a:visited {
  background-color: #efefef;
  background-image: url(../images/shadow-section-nav.png);
  background-position: right top;
  background-repeat: repeat-y; }

#section-navigation ul li ul li a:link span.link, #section-navigation ul li ul li a:visited span.link {
  padding-left: 24px;
  background-image: url(../images/arrow-right-grey.png);
  background-position: 15px 12px;
  background-repeat: no-repeat; }

/* Level 3 */
#section-navigation ul li ul li ul li a:link, #section-navigation ul li ul li ul li a:visited {
  background-color: #fff; }

#section-navigation ul li ul li ul li a:link span.link, #section-navigation ul li ul li ul li a:visited span.link {
  padding-left: 37px;
  background-position: 28px 12px; }

/* Level 4 */
#section-navigation ul li ul li ul li ul li a:link span.link, #section-navigation ul li ul li ul li ul li a:visited span.link {
  padding-left: 50px;
  background-position: 41px center; }

#content .section-navigation-narrow {
  z-index: 8000;
  display: none;
  visibility: hidden; }
  #content .section-navigation-narrow h2 {
    font-size: 11px;
    font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 30px 10px 14px;
    margin: 0;
    background: #016783;
    /* Old browsers */
    background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* W3C */
    position: relative; }
    #content .section-navigation-narrow h2:after {
      content: '';
      position: absolute;
      top: 13px;
      right: 14px;
      display: block;
      width: 7px;
      height: 4px;
      background-image: url(../images/arrow-down-white.png);
      background-repeat: no-repeat; }
  @media (max-width: 639px) {
    #content .section-navigation-narrow {
      display: block;
      visibility: visible;
      position: absolute;
      width: 300px;
      left: 10px;
      top: 42px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .section-navigation-narrow {
      display: block;
      visibility: visible;
      width: 507px;
      position: absolute;
      left: 23px;
      top: 18px; } }
  #content .section-navigation-narrow.closed > ul, #content .section-navigation-narrow.closed > .tag-archives {
    display: none;
    visibility: hidden; }
  #content .section-navigation-narrow ul, #content .section-navigation-narrow .tag-archives {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e4e4e4; }
  #content .section-navigation-narrow li, #content .section-navigation-narrow .tag-archives {
    margin: 0;
    padding: 0;
    line-height: 1.4; }
  #content .section-navigation-narrow a {
    display: block;
    color: #000;
    border-bottom: solid 1px #d2d2d2;
    text-decoration: none; }
  #content .section-navigation-narrow a.selected {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #464646 !important; }
  #content .section-navigation-narrow .tag-archives a {
    padding: 10px 16px; }
  #content .section-navigation-narrow span.link {
    display: block;
    padding: 10px 16px; }
  #content .section-navigation-narrow ul ul {
    background-color: #eeeeee; }
    #content .section-navigation-narrow ul ul span.link {
      padding-left: 26px; }
  #content .section-navigation-narrow ul ul ul {
    background-color: #f6f6f6; }
    #content .section-navigation-narrow ul ul ul span.link {
      padding-left: 36px; }
  #content .section-navigation-narrow ul ul ul ul {
    background-color: #fff; }
    #content .section-navigation-narrow ul ul ul ul span.link {
      padding-left: 46px; }

/* =SIDEBAR
----------------------------------------------------*/
#sidebar {
  width: 197px;
  padding: 0 10px 0 0;
  float: left;
  margin-top: 0px;
  margin-left: -207px;
  line-height: 1.4;
  position: relative; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #sidebar {
      width: 100%;
      float: none;
      margin: 0;
      padding-top: 40px; } }
  @media (max-width: 639px) {
    #sidebar {
      width: 100%;
      float: none;
      margin: 0;
      padding-top: 40px; } }

#sidebar .box {
  width: 171px;
  padding: 0;
  margin: 0 0 40px 0; }

#sidebar .box h2 {
  position: relative;
  font-size: 1.7em;
  margin: 0 0 .6em 0;
  padding: 8px 20px 8px 20px;
  color: #696969;
  width: 144px;
  border-style: solid;
  border-color: #ededed;
  border-width: 1px 0; }

#sidebar #related-links ul {
  margin: 0 10px 0 20px;
  padding: 0;
  list-style: none; }

#sidebar #related-links ul li {
  margin: 0 0 1em .2em;
  padding: 0 0 0 1em;
  list-style: none;
  line-height: 1.4;
  background-image: url(../images/arrow-right-grey-light.png);
  background-position: left .4em;
  background-repeat: no-repeat; }

#sidebar #spotlight {
  width: 197px;
  height: 237px;
  padding-bottom: 9px;
  position: relative;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  line-height: 1.4;
  background-image: url(../images/shadow-spotlight.png);
  background-position: bottom center;
  background-repeat: no-repeat; }

#sidebar #spotlight h2 {
  position: absolute;
  left: -99999999px; }

#sidebar #spotlight .box h2:before {
  display: none; }

#sidebar #spotlight #spotlight-image {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 197px;
  height: 237px; }

#sidebar #spotlight #spotlight-image img {
  width: 197px;
  height: 237px;
  display: block;
  padding: 0;
  margin: 0; }

#sidebar #spotlight-text {
  position: relative;
  margin: 0;
  padding: 24px 19px;
  color: #bff7f5; }

#sidebar #spotlight h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #fff; }

#sidebar #spotlight p {
  margin: 0; }

#sidebar #spotlight p#read-more {
  margin-top: 16px;
  font-size: .8em; }

#sidebar #spotlight p#read-more a {
  color: #4bfff8; }

#sidebar #contact-info #contact-blurb {
  margin: 0 10px 0 20px;
  line-height: 1.4; }

#sidebar #contact-info #contact-blurb p {
  margin: 0 0 1em 0; }

/* =NAVIGATION (main)
----------------------------------------------------*/
#main-navigation {
  position: absolute;
  top: 64px;
  left: 243px;
  width: 755px;
  height: 39px;
  /*  z-index: 200;*/
  line-height: 1.2; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main-navigation {
      display: none;
      visibility: hidden; } }
  @media (max-width: 639px) {
    #main-navigation {
      display: none;
      visibility: hidden; } }

#main-navigation h2 {
  position: absolute;
  top: -9999px; }

#main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#main-navigation ul#navigation {
  position: relative;
  float: right; }

#main-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left; }

#main-navigation li#residents-nav, #main-navigation li#business-nav, #main-navigation li#city-nav, #main-navigation li#online-services-nav, #main-navigation li#want-nav {
  /* ie.css */ }

#main-navigation a#residents-nav-link, #main-navigation a#business-nav-link, #main-navigation a#city-nav-link, #main-navigation a#online-services-nav-link, #main-navigation a#want-nav-link {
  /* ie.css */
  display: block;
  width: 133px;
  height: 27px;
  padding: 12px 9px 0 9px;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  color: #fff;
  background-image: url(../images/navigation2.png);
  background-repeat: no-repeat; }

#main-navigation li:hover a#residents-nav-link {
  background-position: 0 -39px; }

#main-navigation a#business-nav-link {
  background-position: -151px 0; }

#main-navigation li:hover a#business-nav-link {
  background-position: -151px -39px; }

#main-navigation a#city-nav-link {
  background-position: -302px 0; }

#main-navigation li:hover a#city-nav-link {
  background-position: -302px -39px; }

#main-navigation a#online-services-nav-link {
  background-position: -453px 0; }

#main-navigation li:hover a#online-services-nav-link {
  background-position: -453px -39px; }

#main-navigation a#want-nav-link {
  background-position: -604px 0; }

#main-navigation li:hover a#want-nav-link {
  background-position: -604px -39px; }

/* Drop Downs */
#main-navigation ul ul {
  /* ie.css */
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  float: left;
  z-index: 99999;
  padding: 0; }

/*
#main-navigation ul ul.level-1 {
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0;
}
*/
#main-navigation ul ul li {
  float: none;
  position: relative;
  height: auto;
  width: 200px;
  margin: 0; }

#main-navigation ul ul ul {
  /* ie.css */
  left: 200px;
  top: 0; }

@media only screen and (max-width: 1250px) {
  /* ie.css */
  #main-navigation li#online-services-nav ul ul {
    left: -200px; } }
@media only screen and (max-width: 1450px) {
  /* ie.css */
  #main-navigation li#want-nav ul ul {
    left: -200px; } }
#main-navigation ul ul a {
  display: block;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  width: 182px;
  height: auto;
  color: #fff;
  padding: 9px 9px;
  margin: 0;
  text-decoration: none;
  font-size: 1em; }

#main-navigation ul ul li.parent a span.link {
  /* ie.css */
  display: block;
  padding-right: 5px;
  background-image: url(../images/arrow-right-green-light.png);
  background-position: right center;
  background-repeat: no-repeat; }

#main-navigation ul li#residents-nav ul {
  background: #09745b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #09745b 0%, #075643 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09745b), color-stop(100%, #075643));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #09745b 0%, #075643 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #09745b 0%, #075643 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #09745b 0%, #075643 100%);
  /* IE10+ */
  background: linear-gradient(top, #09745b 0%, #075643 100%);
  /* W3C */ }

#main-navigation ul li#residents-nav ul li.parent a span.link {
  background-image: url(../images/arrow-right-green-light.png); }

#main-navigation ul li#business-nav ul {
  background: #0e6184;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0e6184 0%, #0a4761 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e6184), color-stop(100%, #0a4761));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e6184 0%, #0a4761 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e6184 0%, #0a4761 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e6184 0%, #0a4761 100%);
  /* IE10+ */
  background: linear-gradient(top, #0e6184 0%, #0a4761 100%);
  /* W3C */ }

#main-navigation ul li#business-nav ul li.parent a span.link {
  background-image: url(../images/arrow-right-dark-blue-light.png); }

#main-navigation ul li#city-nav ul {
  background: #222977;
  /* Old browsers */
  background: -moz-linear-gradient(top, #222977 0%, #191e57 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222977), color-stop(100%, #191e57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #222977 0%, #191e57 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #222977 0%, #191e57 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #222977 0%, #191e57 100%);
  /* IE10+ */
  background: linear-gradient(top, #222977 0%, #191e57 100%);
  /* W3C */ }

#main-navigation ul li#city-nav ul li.parent a span.link {
  background-image: url(../images/arrow-right-violet-light.png); }

#main-navigation ul li#online-services-nav ul {
  background: #4e772e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e772e 0%, #344f1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e772e), color-stop(100%, #344f1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e772e 0%, #344f1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e772e 0%, #344f1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e772e 0%, #344f1f 100%);
  /* IE10+ */
  background: linear-gradient(top, #4e772e 0%, #344f1f 100%);
  /* W3C */ }

#main-navigation ul li#online-services-nav ul li.parent a span.link {
  background-image: url(../images/arrow-right-olive-light.png); }

#main-navigation ul li#want-nav ul {
  background: #392d23;
  /* Old browsers */
  background: -moz-linear-gradient(top, #392d23 0%, #282019 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #392d23), color-stop(100%, #282019));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #392d23 0%, #282019 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #392d23 0%, #282019 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #392d23 0%, #282019 100%);
  /* IE10+ */
  background: linear-gradient(top, #392d23 0%, #282019 100%);
  /* W3C */ }

#main-navigation ul li#want-nav ul li.parent a span.link {
  background-image: url(../images/arrow-right-brown-light.png); }

#main-navigation ul ul li:hover > a,
#main-navigation ul ul :hover > a {
  /* ie.css */ }

#main-navigation ul li#residents-nav ul li:hover > a,
#main-navigation ul li#residents-nav ul :hover > a {
  /* ie.css */
  color: #64e1c3;
  background: #065140;
  /* Old browsers */
  background: -moz-linear-gradient(top, #065140 0%, #043126 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #065140), color-stop(100%, #043126));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #065140 0%, #043126 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #065140 0%, #043126 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #065140 0%, #043126 100%);
  /* IE10+ */
  background: linear-gradient(top, #065140 0%, #043126 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065140', endColorstr='#043126',GradientType=0 );
  /* IE6-9 */ }

#main-navigation ul li#business-nav ul li:hover > a,
#main-navigation ul li#business-nav ul :hover > a {
  /* ie.css */
  color: #c6c9f4;
  background: #0a445c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0a445c 0%, #062938 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a445c), color-stop(100%, #062938));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0a445c 0%, #062938 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0a445c 0%, #062938 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0a445c 0%, #062938 100%);
  /* IE10+ */
  background: linear-gradient(top, #0a445c 0%, #062938 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a445c', endColorstr='#062938',GradientType=0 );
  /* IE6-9 */ }

#main-navigation ul li#city-nav ul li:hover > a,
#main-navigation ul li#city-nav ul :hover > a {
  /* ie.css */
  color: #c6c9f4;
  background: #181d53;
  /* Old browsers */
  background: -moz-linear-gradient(top, #181d53 0%, #0f1232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #181d53), color-stop(100%, #0f1232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #181d53 0%, #0f1232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #181d53 0%, #0f1232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #181d53 0%, #0f1232 100%);
  /* IE10+ */
  background: linear-gradient(top, #181d53 0%, #0f1232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181d53', endColorstr='#0f1232',GradientType=0 );
  /* IE6-9 */ }

#main-navigation ul li#online-services-nav ul li:hover > a,
#main-navigation ul li#online-services-nav ul :hover > a {
  /* ie.css */
  color: #aee584;
  background: #365320;
  /* Old browsers */
  background: -moz-linear-gradient(top, #365320 0%, #203213 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #365320), color-stop(100%, #203213));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #365320 0%, #203213 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #365320 0%, #203213 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #365320 0%, #203213 100%);
  /* IE10+ */
  background: linear-gradient(top, #365320 0%, #203213 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365320', endColorstr='#203213',GradientType=0 );
  /* IE6-9 */ }

#main-navigation ul li#want-nav ul li:hover > a,
#main-navigation ul li#want-nav ul :hover > a {
  /* ie.css */
  color: #dac5b4;
  background: #281f18;
  /* Old browsers */
  background: -moz-linear-gradient(top, #281f18 0%, #18130e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #281f18), color-stop(100%, #18130e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #281f18 0%, #18130e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #281f18 0%, #18130e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #281f18 0%, #18130e 100%);
  /* IE10+ */
  background: linear-gradient(top, #281f18 0%, #18130e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281f18', endColorstr='#18130e',GradientType=0 );
  /* IE6-9 */ }

#main-navigation ul li:hover > ul {
  /* ie.css */
  display: block; }

* html #main-navigation ul li a:hover {
  /*color: #fff;*/ }

#main-navigation ul ul li.parent ul li .link {
  background-image: none !important; }

#main-nav-toggle {
  display: none;
  visibility: hidden;
  display: block;
  padding-top: 1px;
  padding-left: 30px;
  background-image: url(../images/icon-hamburger.png);
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  color: #fff;
  line-height: 1; }
  @media (max-width: 639px) {
    #main-nav-toggle {
      display: block;
      visibility: visible;
      position: absolute;
      top: 40px;
      right: 10px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main-nav-toggle {
      display: block;
      visibility: visible;
      position: absolute;
      top: 16px;
      right: 40px; } }

#main-nav-narrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000;
  display: none;
  visibility: hidden; }
  @media (max-width: 639px) {
    #main-nav-narrow {
      display: block;
      visibility: visible;
      position: absolute;
      top: 66px;
      right: 0;
      width: 320px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #main-nav-narrow {
      display: block;
      visibility: visible;
      position: absolute;
      top: 40px;
      right: 15px;
      width: 610px; } }
  #main-nav-narrow h2 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  #main-nav-narrow.closed > ul {
    display: none;
    visibility: hidden; }
  #main-nav-narrow ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #016783; }
  #main-nav-narrow li {
    margin: 0;
    padding: 0;
    line-height: 1.4; }
  #main-nav-narrow a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    border-bottom: solid 1px #018fb6;
    text-decoration: none; }

/* =UTILITY-NAVIGATION
----------------------------------------------------*/
#utility-navigation {
  /* ie.css */
  position: absolute;
  top: 19px;
  right: 504px;
  right: 498px;
  /*height: 37px;*/
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
  /*z-index: 40;*/
  line-height: 1.2;
  color: #fff; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #utility-navigation {
      display: none;
      visibility: hidden; } }
  @media (max-width: 639px) {
    #utility-navigation {
      display: none;
      visibility: hidden; } }

#utility-navigation h2 {
  position: absolute;
  top: -9999em; }

#utility-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  /*height: 37px;*/ }

#utility-navigation ul li {
  list-style: none;
  /*  height: 37px;*/
  padding: 2px 10px;
  padding: 2px 7px;
  margin: 0;
  float: left;
  border-right: solid 1px #fff; }

#utility-navigation ul li:first-child {
  background-image: none; }

#utility-navigation ul li a {
  color: #fff;
  text-decoration: none; }

#utility-navigation ul li a:focus, #utility-navigation ul li a:hover, #utility-navigation ul li a:active {
  color: #bff7f5; }

/* =SEARCH
----------------------------------------------------*/
#search {
  position: absolute;
  top: 12px;
  right: 38px;
  width: 285px;
  height: 30px;
  margin: 0;
  padding: 0; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #search {
      top: 53px;
      right: 24; } }
  @media (max-width: 639px) {
    #search {
      left: 10px;
      top: 82px;
      width: 300px; } }

#search form {
  margin: 0; }

#search form p {
  margin: 0;
  line-height: 1; }

#search h2 {
  position: absolute;
  left: -9999em; }

#search input[type=search], #search #query {
  display: block;
  float: left;
  line-height: 1.4;
  text-align: left;
  border: none;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 3px 5px 3px 26px;
  width: 170px;
  height: 27px;
  -webkit-appearance: textfield;
  background: #ffffff url(../images/icon-search.png) 5px center no-repeat;
  /* Old browsers & IE */
  background: url(../images/icon-search.png) 5px center no-repeat, linear-gradient(to bottom, #e3e3e3 0%, #ffffff 50%);
  /* W3C */ }
  @media (max-width: 639px) {
    #search input[type=search], #search #query {
      width: 184px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* webkit only */
  #search input[type=search], #search #query {
    width: 200px;
    height: 33px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 639px) {
    #search input[type=search], #search #query {
      width: 220px; } }

#search input[type=submit] {
  display: block;
  float: right;
  color: #fff;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 7px 10px 7px 10px;
  background: #016783;
  /* Old browsers */
  background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* W3C */
  cursor: pointer; }

/* =TRANSLATION
----------------------------------------------------*/
#translate {
  position: absolute;
  top: 15px;
  right: 336px;
  width: 154px;
  height: 26px;
  margin: 0;
  padding: 0;
  line-height: 1.4; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #translate {
      display: none;
      visibility: hidden; } }
  @media (max-width: 639px) {
    #translate {
      display: none;
      visibility: hidden; } }

/* =WEATHER
----------------------------------------------------*/
#weather {
  display: none; }

.jquery #weather {
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
  width: 59px;
  height: 142px;
  padding: 0;
  background-image: url(../images/weather.png);
  background-repeat: no-repeat;
  line-height: 1.2;
  font-size: 11px;
  color: #bff7f5; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .jquery #weather {
      top: 145px; } }
  @media (max-width: 639px) {
    .jquery #weather {
      display: none;
      visibility: hidden; } }

.weather-inside a {
  color: #bff7f5; }

.weather-inside h2 {
  position: absolute;
  left: -9999px; }

.weather-inside p {
  margin: 34px 0 0 7px;
  text-align: center;
  padding: 0; }

.weather-inside p img {
  display: block;
  margin: 0 auto; }

.weather-inside p .date {
  display: block; }

.weather-inside p .temperature {
  font-size: 17px; }

/* =FOOTER
----------------------------------------------------*/
#footer {
  position: relative;
  clear: both;
  margin: 0 0 50px 0;
  padding-bottom: 22px; }
  @media (min-width: 640px) and (max-width: 1023px) {
    #footer {
      width: 610px;
      margin-bottom: 20px; } }
  @media (max-width: 639px) {
    #footer {
      background-image: none;
      margin-bottom: 0; } }

#footer-inside {
  width: 884px;
  padding: 0 38px;
  margin: 0 auto;
  line-height: 1.6;
  color: #fff;
  font-size: .9em;
  background: #0b8a6c url(../images/footer-bk.png) center bottom repeat-x;
  /* Old browsers */
  background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* W3C */ }
  @media (max-width: 639px) {
    #footer-inside {
      width: 300px;
      padding: 0 10px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #footer-inside {
      width: 564px;
      padding: 0 23px 23px 23px; } }

#footer p {
  margin: 0 0 1em 0; }

#footer a {
  text-decoration: underline;
  color: #bff7f5; }

#footer .col {
  width: 253px;
  float: left;
  padding: 15px 30px;
  border-left: solid 1px #268c88;
  border-right: solid 1px #09755e;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2); }
  @media (max-width: 639px) {
    #footer .col {
      float: none;
      border: none;
      width: 100%;
      padding: 15px 0;
      margin: 1em 0; } }

#footer #col-1 {
  border-left: none;
  padding-left: 0; }
  @media (max-width: 639px) {
    #footer #col-1 {
      width: 100%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #footer #col-1 {
      width: 100%;
      border: none;
      float: none;
      margin-bottom: .5em;
      padding-bottom: 0; } }

@media (max-width: 639px) {
  #footer #col-2 {
    width: auto;
    height: auto !important;
    padding-top: 0; }
    #footer #col-2:before, #footer #col-2:after {
      content: " ";
      display: table; }
    #footer #col-2:after {
      clear: both; } }
@media (min-width: 640px) and (max-width: 1023px) {
  #footer #col-2 {
    padding-left: 0;
    border-left: none;
    width: 182px; } }

#footer #col-3 {
  border-right: none;
  padding-right: 0; }
  @media (max-width: 639px) {
    #footer #col-3 {
      width: 100%;
      height: auto !important;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 20px; }
      #footer #col-3:before, #footer #col-3:after {
        content: " ";
        display: table; }
      #footer #col-3:after {
        clear: both; } }

#footer #footer-links:before, #footer #footer-links:after {
  content: " ";
  display: table; }
#footer #footer-links:after {
  clear: both; }

#footer #footer-links h2 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

#footer #footer-links ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  position: relative; }

#footer #footer-links ul li {
  list-style: none;
  padding: 0 7px;
  margin: 0 0 7px 0;
  float: left;
  border-left: solid 1px #02aa94;
  line-height: 1.6; }

#footer #footer-links ul li:first-child {
  border: none;
  padding-left: 0; }

#footer #follow-links {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  margin-top: 28px; }
  @media (max-width: 639px) {
    #footer #follow-links {
      margin-top: 0;
      padding-bottom: 20px; } }

#footer #follow-links h2 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

#footer #follow-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%; }

#footer #follow-links ul li {
  /* ie.css */
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 1.2;
  float: left; }
  #footer #follow-links ul li:first-child {
    margin-left: 0; }

#footer #follow-links ul li a {
  display: block;
  height: 37px;
  width: 37px;
  padding: 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -9999em; }

#footer #follow-links ul li:first-child {
  margin-left: 0; }

#footer #follow-links ul li a.facebook {
  background-image: url(../images/icon-follow-facebook-2.png); }

#footer #follow-links ul li a.twitter {
  background-image: url(../images/icon-follow-twitter2.png); }

#footer #follow-links ul li a.linkedin {
  background-image: url(../images/icon-follow-linkedin.png); }

#footer #follow-links ul li a.youtube {
  background-image: url(../images/icon-follow-youtube.png); }

#footer #follow-links ul li a.instagram {
  background-image: url(../images/icon-follow-instagram.png); }

#footer .weather-inside {
  display: none;
  visibility: hidden; }
  @media (max-width: 639px) {
    #footer .weather-inside {
      display: block;
      visibility: visible;
      width: 80px;
      padding: 0 0 0 30px;
      margin: 0;
      float: left; } }
  #footer .weather-inside a {
    text-decoration: none; }

@media (max-width: 639px) {
  #footer #city-hall {
    float: right;
    width: 180px; } }

#footer #city-hall h2 {
  position: static;
  font-size: 1.5em;
  color: #fff;
  margin: 0; }

#footer #city-hall p {
  margin: 0; }

#footer #layout-switch:before, #footer #layout-switch:after {
  content: " ";
  display: table; }
#footer #layout-switch:after {
  clear: both; }

#footer #layout-switch h2 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

#footer #layout-switch ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer #layout-switch ul li {
  list-style: none;
  padding: 0 6px;
  margin: .5em 0;
  float: left;
  border-left: solid 1px #02aa94;
  line-height: 1.6; }

#footer #layout-switch ul li.standard-link {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

#footer #layout-switch ul li.contrast-link {
  border: none;
  padding-left: 0; }

#footer #layout-switch ul li a {
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  color: #0b8a6c;
  padding: 0 4px;
  margin-left: 6px; }

#footer #layout-switch ul li.contrast-link a {
  margin-left: 0; }

#footer #top-link {
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  color: #b9b9b9;
  display: block;
  min-height: 19px;
  padding: 5px 5px 5px 29px;
  background-image: url(../images/icon-top.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  left: 807px;
  text-decoration: none;
  font-size: 14px; }
  @media (max-width: 639px) {
    #footer #top-link {
      left: auto;
      right: 10px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #footer #top-link {
      left: auto;
      right: 23px; } }

/* =SECTION-SPECIFIC
----------------------------------------------------*/
/* =Home
----------------------------------------------------*/
.page-home #bk-photo {
  height: 700px; }

.page-home #bk-fader {
  top: 603px; }
  @media (max-width: 639px) {
    .page-home #bk-fader {
      display: none;
      visibility: hidden; } }

.page-home #bk-shadow {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 76px;
  background-image: url(../images/home-top.png);
  background-position: center top;
  background-repeat: repeat-x; }
  @media (max-width: 639px) {
    .page-home #bk-shadow {
      display: none;
      visibility: hidden; } }

.page-home #brand {
  padding-bottom: 220px; }
  @media (max-width: 639px) {
    .page-home #brand {
      padding: 0; } }

.page-home #main-wrapper {
  background-image: none; }
  @media (max-width: 639px) {
    .page-home #main-wrapper {
      background-color: transparent;
      padding: 0 10px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #main-wrapper {
      background-color: transparent;
      padding: 0 23px; } }

.page-home #breadcrumbs {
  width: 200px;
  top: 0;
  left: 0;
  text-align: left; }
  @media (max-width: 639px) {
    .page-home #breadcrumbs {
      position: absolute;
      top: 46px;
      left: 12px;
      z-index: 1000; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #breadcrumbs {
      position: absolute;
      top: 50px;
      left: 59px;
      z-index: 1000; } }

.page-home #breadcrumbs strong.home {
  margin-left: 0;
  padding-left: 23px;
  color: #fff;
  background-color: #000;
  background-image: url(../images/icon-home.png);
  background-position: 10px 10px;
  background-repeat: no-repeat; }
  @media (max-width: 639px) {
    .page-home #breadcrumbs strong.home {
      color: #565656;
      background-color: transparent;
      background-image: url(../images/icon-home-reverse.png);
      margin-left: 0;
      padding: 0 0 0 13px;
      background-position: 0 2px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #breadcrumbs strong.home {
      color: #565656;
      background-color: transparent;
      background-image: url(../images/icon-home-reverse.png);
      margin-left: 0;
      padding: 0 0 0 13px;
      background-position: 0 2px; } }

.page-home #content {
  margin: 0 10px 0 12px;
  padding: 0; }

.page-home #content h1#headline {
  position: absolute;
  left: 0;
  top: -150px;
  color: #fff;
  font-size: 31px;
  text-shadow: 2px 2px 25px #333333;
  filter: dropshadow(color=#333333, offx=2, offy=2); }
  @media (max-width: 639px) {
    .page-home #content h1#headline {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      margin: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content h1#headline {
      top: -152px;
      font-size: 23px; } }

.page-home #content h1 i {
  color: #99d1f2;
  font-style: normal; }

.page-home #content .pod-wrapper {
  width: 100%;
  height: 540px;
  position: relative; }
  @media (max-width: 639px) {
    .page-home #content .pod-wrapper {
      position: static;
      height: auto;
      text-align: center; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content .pod-wrapper {
      position: static;
      height: auto;
      text-align: center; } }
  .page-home #content .pod-wrapper .pod {
    position: absolute;
    box-shadow: 0 10px 18px -6px rgba(0, 0, 0, 0.3); }
    @media (max-width: 639px) {
      .page-home #content .pod-wrapper .pod {
        position: static;
        display: inline-block;
        margin-bottom: 28px; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper .pod {
        position: static;
        display: inline-block;
        margin-bottom: 28px; } }
  .page-home #content .pod-wrapper #pod-1 {
    top: 0;
    left: 0;
    width: 455px;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../images/pod-1-bg.png);
    background-position: right top;
    background-repeat: no-repeat; }
    @media (max-width: 639px) {
      .page-home #content .pod-wrapper #pod-1 {
        width: auto;
        width: 320px;
        margin-left: -22px;
        height: auto;
        background-color: #fff;
        background-image: none; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-1 {
        width: 485px;
        height: auto;
        background-color: transparent; } }
  .page-home #content .pod-wrapper #pod-2 {
    top: 0;
    right: 0;
    width: 197px;
    height: 237px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-2 {
        margin-right: 14px; } }
  .page-home #content .pod-wrapper #pod-3 {
    bottom: 0;
    right: 0;
    width: 197px;
    height: 237px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-3 {
        margin-left: 14px; } }
  .page-home #content .pod-wrapper #pod-4 {
    bottom: 95px;
    left: 0;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-4 {
        margin-right: 14px; } }
  .page-home #content .pod-wrapper #pod-5 {
    bottom: 95px;
    left: 191px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-5 {
        margin-left: 14px; } }
  .page-home #content .pod-wrapper #pod-6 {
    bottom: 95px;
    left: 382px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-6 {
        margin-right: 14px; } }
  .page-home #content .pod-wrapper #pod-7 {
    bottom: 95px;
    left: 572px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-7 {
        margin-left: 14px; } }
  .page-home #content .pod-wrapper #pod-8 {
    bottom: 0;
    left: 0;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-8 {
        margin-right: 14px; } }
  .page-home #content .pod-wrapper #pod-9 {
    bottom: 0;
    left: 191px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-9 {
        margin-left: 14px; } }
  .page-home #content .pod-wrapper #pod-10 {
    bottom: 0;
    left: 382px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-10 {
        margin-right: 14px; } }
  .page-home #content .pod-wrapper #pod-11 {
    bottom: 0;
    left: 572px;
    width: 165px;
    height: 78px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content .pod-wrapper #pod-11 {
        margin-left: 14px; } }
  .page-home #content .pod-wrapper #pod-12 {
    top: 0;
    left: 479px;
    width: 258px;
    height: 350px; }

.page-home .feature {
  padding: 7px;
  position: relative;
  background-color: #666;
  background-position: top center;
  background-repeat: no-repeat; }
  .page-home .feature .border {
    width: 149px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .page-home .feature a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 165px;
    height: 78px;
    font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-decoration: none !important; }
  .page-home .feature .text {
    padding-top: 50px;
    display: block;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat; }

.page-home #council-webcasting {
  background-image: url(../images/icon-council-webcasting.png); }
.page-home #garbage-schedules {
  background-image: url(../images/icon-garbage-schedules.png); }
.page-home #current-initiatives {
  background-image: url(../images/icon-current-initiatives.png); }
.page-home #jobs {
  background-image: url(../images/icon-jobs.png); }
.page-home #parking {
  background-image: url(../images/icon-parking.png); }
.page-home #public-notices {
  background-image: url(../images/icon-public-notices.png); }
.page-home #recreation {
  background-image: url(../images/icon-recreation.png); }
.page-home #vicmap {
  background-image: url(../images/icon-vicmap.png); }

.page-home .pod.pod-4 .feature {
  background-color: #65a248; }
.page-home .pod.pod-5 .feature {
  background-color: #554c7a; }
.page-home .pod.pod-6 .feature {
  background-color: #0b8a6c; }
.page-home .pod.pod-7 .feature {
  background-color: #1178a3; }
.page-home .pod.pod-8 .feature {
  background-color: #0b8a6c; }
.page-home .pod.pod-9 .feature {
  background-color: #1178a3; }
.page-home .pod.pod-10 .feature {
  background-color: #65a248; }
.page-home .pod.pod-11 .feature {
  background-color: #554c7a; }

.page-home #content #news {
  position: relative;
  margin-top: 31px;
  padding: 7px;
  width: 441px;
  height: 305px;
  background-color: #fff;
  text-align: left; }
  @media (max-width: 639px) {
    .page-home #content #news {
      width: auto;
      height: auto;
      margin-top: 60px;
      padding: 0; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content #news {
      width: auto;
      height: auto; } }
  .page-home #content #news .border {
    padding: 14px 14px 44px 14px;
    height: 245px;
    border: solid 1px #cfcfcf;
    overflow: hidden; }
    @media (max-width: 639px) {
      .page-home #content #news .border {
        border: none;
        height: auto;
        padding: 10px 10px 50px 10px; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .page-home #content #news .border {
        height: auto; } }

.page-home #content #news h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  color: #046a97;
  font-weight: normal;
  position: absolute;
  top: -22px;
  left: 22px; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content #news h2 {
      position: static;
      font-size: 14px;
      margin-bottom: 0; } }

.page-home #content #news ul {
  margin: -3px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 245px; }

.page-home #content #news ul li {
  margin: 0 0 4px 2px;
  padding: 4px 0 4px 8px;
  list-style: none;
  line-height: 1.4;
  background-image: url(../images/arrow-right-grey-light.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  border-bottom: solid 1px #cfcfcf; }

.page-home #content #news ul li a {
  /* ie.css */
  font-size: 14px;
  text-decoration: none; }

.page-home #content #news ul li .date {
  color: #0b8a6c;
  display: block;
  padding: 2px 0;
  font-size: 11px; }

.page-home #content #news p.rss-link {
  position: absolute;
  bottom: 13px;
  right: 140px;
  margin: 0;
  line-height: 1; }

.page-home #content #news p.rss-link span.text {
  position: absolute;
  left: -9999em; }

.page-home #content #news p.more-link {
  position: absolute;
  bottom: 15px;
  right: 22px;
  margin: 0;
  line-height: 1.2; }

.page-home #content #news p.more-link a.button, .page-home #content #news p.more-link a.pager-change {
  font-size: 12px;
  padding: 8px 7px;
  display: block;
  width: 90px; }

.page-home #content #cal {
  position: relative;
  width: 244px;
  height: 336px;
  padding: 7px;
  background-color: #f7f6f3;
  text-align: left; }
  .page-home #content #cal .border {
    padding: 0 0 44px 0;
    width: 242px;
    height: 290px;
    border: solid 1px rgba(11, 138, 108, 0.2); }

.page-home #content #cal h2 {
  margin: 10px 0 0 10px;
  color: #046a97;
  line-height: 1; }

.jquery .page-home #content #cal h2 {
  font-size: 12px; }

/* #events shown if no JS */
.page-home #content #events ul {
  margin: 10px 0 30px 0;
  padding: 0;
  list-style: none; }

.page-home #content #events ul li {
  margin: 0 0 7px 2px;
  padding: 7px 0 7px 8px;
  list-style: none;
  line-height: 1.4;
  background-image: url(../images/arrow-right-grey-light.png);
  background-position: 0 14px;
  background-repeat: no-repeat;
  border-bottom: solid 1px #cfcfcf; }

.page-home #content #events ul li a {
  /* ie.css */
  text-decoration: none; }

.page-home #content #events ul li .date {
  color: #0b8a6c;
  display: block;
  padding: .2em 0; }

.page-home #content #events ul li .separator {
  display: block;
  position: absolute;
  left: -9999999px; }

.page-home #content #calendar {
  border: none;
  border-style: none;
  /*  width: 240px;*/
  position: relative; }

.page-home #content #cal p.rss-link {
  position: absolute;
  bottom: 10px;
  right: 13px;
  margin: 0;
  line-height: 1; }

.page-home #content #cal p.rss-link span.text {
  position: absolute;
  left: -9999em; }

.page-home #content #cal p.more-link {
  position: absolute;
  bottom: 12px;
  right: 16px;
  margin: 0;
  line-height: 1.2; }

.page-home #content #cal p.more-link a.button, .page-home #content #cal p.more-link a.pager-change {
  font-size: 12px;
  display: block;
  width: 100px; }

.jquery .page-home #content #cal p.more-link {
  top: 10px;
  left: 10px;
  bottom: auto;
  right: auto; }

.jquery .page-home #content #cal p.more-link a {
  display: block;
  width: 105px;
  height: 20px;
  text-indent: -999em; }

.page-home #content .calendar {
  width: 244px; }
  .page-home #content .calendar table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 1px;
    border: none !important;
    font-size: 12px;
    z-index: 1;
    margin: 0; }
  .page-home #content .calendar th, .page-home #content .calendar td {
    padding: 0;
    background-color: #d8d2c9;
    padding: 0px !important;
    line-height: 1.2;
    text-align: center; }
  .page-home #content .calendar td.fc-day {
    height: 37px !important; }
  .page-home #content .calendar td.fc-other-month {
    background-color: #e7e4de; }
  .page-home #content .calendar th {
    background-color: transparent;
    padding-bottom: 2px; }
  .page-home #content .calendar th.fc-widget-header {
    text-indent: -9999em; }
  .page-home #content .calendar .fc-header td {
    padding: 0;
    background-color: transparent;
    text-align: left; }
  .page-home #content .calendar .fc-header-left,
  .page-home #content .calendar .fc-header-right {
    width: 1%;
    text-indent: -9999px; }
  .page-home #content .calendar .fc-text-arrow {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .page-home #content .calendar .fc-header-title h2 {
    color: #0b8970 !important;
    font-size: 23px !important;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    float: none;
    width: auto;
    margin: 5px 0 0px 5px !important;
    background-color: transparent; }
  .page-home #content .calendar .fc-view-month {
    margin-top: 10px; }
  .page-home #content .calendar .fc-view-month thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .page-home #content .calendar .fc-events {
    background-color: #3ca189;
    cursor: pointer; }
  .page-home #content .calendar .fc-view {
    overflow: visible; }
  .page-home #content .calendar td.fc-other-month.fc-events {
    background-color: #c1e8df; }
  .page-home #content .calendar td.hasEvent {
    background-color: #3ca189; }
    .page-home #content .calendar td.hasEvent div {
      position: static; }
    .page-home #content .calendar td.hasEvent > div {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0; }
    .page-home #content .calendar td.hasEvent .fc-day-content {
      font-size: 0.85em; }
      .page-home #content .calendar td.hasEvent .fc-day-content h3 {
        font-size: 1em;
        font-weight: normal;
        margin: 0 0 0.5em 0;
        color: #fff; }
    .page-home #content .calendar td.hasEvent .fc-day-content .events-wrapper {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      margin: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .page-home #content .calendar td.hasEvent .fc-event {
      display: block;
      visibility: visible; }
    .page-home #content .calendar td.hasEvent:focus, .page-home #content .calendar td.hasEvent:hover {
      z-index: 999; }
      .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        color: #fff;
        background-color: #353535;
        width: 16em;
        padding: 1em;
        display: block;
        position: absolute;
        top: auto;
        bottom: 80%;
        left: -15px; }
        .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper:after, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper:after {
          top: 100%;
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #353535;
          border-width: 10px;
          left: 30px;
          margin-left: -10px; }
        .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day4, .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day5, .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day6, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day4, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day5, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day6 {
          left: auto;
          right: 0px; }
          .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day4:after, .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day5:after, .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper.day6:after, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day4:after, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day5:after, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper.day6:after {
            left: auto;
            right: 10px; }
        .page-home #content .calendar td.hasEvent:focus .fc-day-content .events-wrapper a, .page-home #content .calendar td.hasEvent:hover .fc-day-content .events-wrapper a {
          color: #fff; }
    .page-home #content .calendar td.hasEvent .fc-day-content .events-wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-home #content .calendar td.hasEvent .fc-day-content .events-wrapper ul > li {
        position: relative;
        padding-left: 1em;
        margin-left: 0; }
      .page-home #content .calendar td.hasEvent .fc-day-content .events-wrapper ul > li:before {
        content: '\2022\A0\A0';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .page-home #content .calendar td.hasEvent .fc-day-content .events-wrapper ul li {
        text-align: left; }
    .page-home #content .calendar td.hasEvent .total {
      display: none;
      visibility: hidden; }
    .page-home #content .calendar td.hasEvent .categories {
      display: none;
      visibility: hidden; }
  .page-home #content .calendar .fc-event {
    background-color: transparent;
    text-indent: -99999999px;
    height: 1px !important; }
  .page-home #content .calendar .fc-event .fc-event-inner {
    display: none; }
  .page-home #content .calendar .fc-event.show {
    text-indent: 0;
    height: auto !important;
    width: 120px !important;
    z-index: 500; }
  .page-home #content .calendar .fc-event.show .fc-event-inner {
    display: block; }
  .page-home #content .calendar td .td-wrapper {
    position: relative; }
  .page-home #content .calendar td .fc-active {
    display: block;
    position: absolute;
    bottom: 0;
    bottom: 10px;
    left: -9999999px;
    background: #251A06;
    background: -moz-linear-gradient(top, #251A06 0%, #4C4333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #251A06), color-stop(100%, #4C4333));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251A06', endColorstr='#4C4333',GradientType=0 );
    padding: 10px 10px 5px 10px;
    z-index: 100;
    color: #fff;
    font-size: 11px;
    width: 80px;
    text-align: left; }
  .page-home #content .calendar td:hover .fc-active {
    left: 0; }
  .page-home #content .calendar .td-wrapper:hover .fc-active {
    left: 0; }
  .page-home #content .calendar td .fc-active a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    margin-bottom: 5px;
    width: 60px !important;
    overflow: visible; }
  .page-home #content .calendar .fc-grid .fc-day-number {
    float: none;
    padding: 12px 0 0 0;
    display: block;
    text-align: center; }
  .page-home #content .calendar .fc-grid .fc-day-content {
    margin-top: -9px; }
  .page-home #content .calendar .fc-header .fc-button {
    display: block;
    width: 16px;
    height: 41px;
    padding: 4px 0 4px 4px;
    background-image: url(../images/control-previous.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: -28px;
    text-indent: -9999em;
    cursor: pointer; }
  .page-home #content .calendar .fc-header .fc-button-next {
    background-image: url(../images/control-next.png);
    left: auto;
    right: -23px; }

.page-home #content .spotlight {
  width: 197px;
  height: 237px;
  padding: 0 0 0 9px;
  position: relative;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left; }

.page-home #content .spotlight h2 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.page-home #content .spotlight #spotlight-image {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 197px;
  height: 237px; }

.page-home #content .spotlight #spotlight-image img {
  width: 197px;
  height: 237px;
  display: block;
  padding: 0;
  margin: 0; }

.page-home #content #spotlight-text {
  width: 165px;
  height: 201px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 18px 16px;
  color: #bff7f5; }

.page-home #content .spotlight h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #fff; }

.page-home #content .spotlight p {
  margin: 0; }

.page-home #content .spotlight p#read-more {
  margin-top: 16px;
  font-size: .8em; }

.page-home #content .spotlight p#read-more a {
  color: #4bfff8; }

.cms .page-home #content .spotlight p#read-more {
  margin-bottom: 1em; }

.page-home #content .spotlight a.spotlight-edit {
  background-color: #fff;
  text-decoration: none;
  padding: 5px; }

.page-home #content #share-links {
  right: -10px;
  top: -3px;
  width: 132px; }
  @media (max-width: 639px) {
    .page-home #content #share-links {
      right: auto;
      left: 118px;
      top: 0; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content #share-links {
      right: 32px; } }

.page-home #content #text-size {
  top: -3px;
  right: 118px; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .page-home #content #text-size {
      right: 150px; } }
  @media (max-width: 639px) {
    .page-home #content #text-size {
      right: auto;
      top: 0px;
      left: 10px; } }

.page-home #footer #top-link {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* =Wide
----------------------------------------------------*/
.wide #content #text-size {
  right: 130px; }
  @media (max-width: 639px) {
    .wide #content #text-size {
      right: auto; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .wide #content #text-size {
      right: 118px; } }

.wide #content {
  margin-right: 0; }

.wide #content #share-links {
  right: 0; }
  @media (max-width: 639px) {
    .wide #content #share-links {
      right: auto; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .wide #content #share-links {
      right: 0; } }

.wide #sidebar {
  display: none; }

/* =Iframe
----------------------------------------------------*/
.iframe #content iframe {
  border: 0;
  width: 100%; }

/* =Main Sections
----------------------------------------------------*/
/* =Residents */
@media (min-width: 1024px) {
  .section-residents #bk-photo {
    background-image: url(/assets/Layout/header/header-residents.jpg); } }
@media (min-width: 640px) and (max-width: 1023px) {
  .section-residents #bk-photo {
    background-image: url(/assets/Layout/header/header-residents.jpg); } }
.section-residents #content h1#headline {
  color: #0b8a6c; }

.section-residents #content p.first, .section-residents #content p span.first {
  color: #0b8a6c; }

.section-residents #section-navigation-top h2 {
  background: #0b8a6c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #075d48 0%, #0b8a6c 27%, #0b8a6c 95%, #075d48 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #075d48), color-stop(27%, #0b8a6c), color-stop(95%, #0b8a6c), color-stop(100%, #075d48));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #075d48 0%, #0b8a6c 27%, #0b8a6c 95%, #075d48 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #075d48 0%, #0b8a6c 27%, #0b8a6c 95%, #075d48 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #075d48 0%, #0b8a6c 27%, #0b8a6c 95%, #075d48 100%);
  /* IE10+ */
  background: linear-gradient(left, #075d48 0%, #0b8a6c 27%, #0b8a6c 95%, #075d48 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075d48', endColorstr='#075d48',GradientType=1 );
  /* IE6-9 */ }

.section-residents #section-navigation-top h2 a {
  border-color: #2d836e;
  border-color: rgba(108, 189, 170, 0.45); }

.section-residents #section-navigation ul li a.selected {
  background-color: #065140 !important; }

.section-residents #section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-green.png) !important; }

.section-residents #section-navigation ul li ul li a:link span.link, .section-residents #section-navigation ul li ul li a:visited span.link {
  background-image: url(../images/arrow-right-green-light.png); }

.section-residents #main-navigation li a#residents-nav-link {
  background-position: 0 -39px; }

/* Business */
@media (min-width: 1024px) {
  .section-business #bk-photo {
    background-image: url(/assets/Layout/header/header-business.jpg); } }
@media (min-width: 640px) and (max-width: 1023px) {
  .section-business #bk-photo {
    background-image: url(/assets/Layout/header/header-business.jpg); } }
.section-business #content h1#headline {
  color: #1178a3; }

.section-business #content p.first, .section-business #content p span.first {
  color: #1178a3; }

.section-business #section-navigation-top h2 {
  background: #1178a3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0c516f 0%, #1178a3 27%, #1178a3 95%, #0c516f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0c516f), color-stop(27%, #1178a3), color-stop(95%, #1178a3), color-stop(100%, #0c516f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0c516f 0%, #1178a3 27%, #1178a3 95%, #0c516f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0c516f 0%, #1178a3 27%, #1178a3 95%, #0c516f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0c516f 0%, #1178a3 27%, #1178a3 95%, #0c516f 100%);
  /* IE10+ */
  background: linear-gradient(left, #0c516f 0%, #1178a3 27%, #1178a3 95%, #0c516f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c516f', endColorstr='#0c516f',GradientType=1 );
  /* IE6-9 */ }

.section-business #section-navigation-top h2 a {
  border-color: #4a98b9;
  border-color: rgba(231, 231, 231, 0.24); }

.section-business #section-navigation ul li a.selected {
  background-color: #094159 !important; }

.section-business #section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-dark-blue-light.png) !important; }

.section-business #section-navigation ul li ul li a:link span.link, .section-business #section-navigation ul li ul li a:visited span.link {
  background-image: url(../images/arrow-right-dark-blue.png); }

.section-business #main-navigation li a#business-nav-link {
  background-position: -151px -39px; }

/* =City */
@media (min-width: 1024px) {
  .section-city #bk-photo {
    background-image: url(/assets/Layout/header/header-city.jpg); } }
@media (min-width: 640px) and (max-width: 1023px) {
  .section-city #bk-photo {
    background-image: url(/assets/Layout/header/header-city.jpg); } }
.section-city #content h1#headline {
  color: #2a3293; }

.section-city #content p.first, .section-city #content p span.first {
  color: #2a3293; }

.section-city #section-navigation-top h2 {
  background: #2a3293;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c2264 0%, #2a3293 27%, #2a3293 95%, #1c2264 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c2264), color-stop(27%, #2a3293), color-stop(95%, #2a3293), color-stop(100%, #1c2264));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1c2264 0%, #2a3293 27%, #2a3293 95%, #1c2264 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1c2264 0%, #2a3293 27%, #2a3293 95%, #1c2264 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1c2264 0%, #2a3293 27%, #2a3293 95%, #1c2264 100%);
  /* IE10+ */
  background: linear-gradient(left, #1c2264 0%, #2a3293 27%, #2a3293 95%, #1c2264 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2264', endColorstr='#1c2264',GradientType=1 );
  /* IE6-9 */ }

.section-city #section-navigation-top h2 a {
  border-color: #4d528e;
  border-color: rgba(231, 231, 231, 0.24); }

.section-city #section-navigation ul li a.selected {
  background-color: #181d53 !important; }

.section-city #section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-violet.png) !important; }

.section-city #section-navigation ul li ul li a:link span.link, .section-city #section-navigation ul li ul li a:visited span.link {
  background-image: url(../images/arrow-right-violet-light.png); }

.section-city #main-navigation li a#city-nav-link {
  background-position: -302px -39px; }

/* =online-services */
@media (min-width: 1024px) {
  .section-online-services #bk-photo {
    background-image: url(/assets/Layout/header/header-online-services.jpg); } }
@media (min-width: 640px) and (max-width: 1023px) {
  .section-online-services #bk-photo {
    background-image: url(/assets/Layout/header/header-online-services.jpg); } }
.section-online-services #content h1#headline {
  color: #609339; }

.section-online-services #content p.first, .section-online-services #content p span.first {
  color: #609339; }

.section-online-services #section-navigation-top h2 {
  background: #609339;
  /* Old browsers */
  background: -moz-linear-gradient(left, #426527 0%, #609339 27%, #609339 95%, #426527 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #426527), color-stop(27%, #609339), color-stop(95%, #609339), color-stop(100%, #426527));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #426527 0%, #609339 27%, #609339 95%, #426527 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #426527 0%, #609339 27%, #609339 95%, #426527 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #426527 0%, #609339 27%, #609339 95%, #426527 100%);
  /* IE10+ */
  background: linear-gradient(left, #426527 0%, #609339 27%, #609339 95%, #426527 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426527', endColorstr='#426527',GradientType=1 );
  /* IE6-9 */ }

.section-online-services #section-navigation-top h2 a {
  border-color: #86ad68;
  border-color: rgba(231, 231, 231, 0.24); }

.section-online-services #section-navigation ul li a.selected {
  background-color: #365320 !important; }

.section-online-services #section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-olive.png) !important; }

.section-online-services #section-navigation ul li ul li a:link span.link, .section-online-services #section-navigation ul li ul li a:visited span.link {
  background-image: url(../images/arrow-right-olive-light.png); }

.section-online-services #main-navigation li a#online-services-nav-link {
  background-position: -453px -39px; }

/* =Want */
@media (min-width: 1024px) {
  .section-want #bk-photo {
    background-image: url(/assets/Layout/header/header-want.jpg); } }
@media (min-width: 640px) and (max-width: 1023px) {
  .section-want #bk-photo {
    background-image: url(/assets/Layout/header/header-want.jpg); } }
.section-want #content h1#headline {
  color: #46382b; }

.section-want #content p.first, .section-want #content p span.first {
  color: #46382b; }

.section-want #section-navigation-top h2 {
  background: #46382b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e251c 0%, #46382b 27%, #46382b 95%, #2e251c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2e251c), color-stop(27%, #46382b), color-stop(95%, #46382b), color-stop(100%, #2e251c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2e251c 0%, #46382b 27%, #46382b 95%, #2e251c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2e251c 0%, #46382b 27%, #46382b 95%, #2e251c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2e251c 0%, #46382b 27%, #46382b 95%, #2e251c 100%);
  /* IE10+ */
  background: linear-gradient(left, #2e251c 0%, #46382b 27%, #46382b 95%, #2e251c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e251c', endColorstr='#2e251c',GradientType=1 );
  /* IE6-9 */ }

.section-want #section-navigation-top h2 a {
  border-color: #5d544c;
  border-color: rgba(231, 231, 231, 0.24); }

.section-want #section-navigation ul li a.selected {
  background-color: #281f18 !important; }

.section-want #section-navigation ul li ul li a.selected span.link {
  background-image: url(../images/arrow-right-brown.png) !important; }

.section-want #section-navigation ul li ul li a:link span.link, .section-want #section-navigation ul li ul li a:visited span.link {
  background-image: url(../images/arrow-right-brown-light.png); }

.section-want #main-navigation li a#want-nav-link {
  background-position: -604px -39px; }

/* =Latest News
----------------------------------------------------*/
/* Used across most pages with RSS link in main content area */
#content p.rss-feed {
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.6; }

#content p.rss-feed img.icon-rss {
  display: block;
  float: left;
  margin: 1px 5px 0 0; }

#content .news-listing ul {
  margin: 1.5em 0 0 0;
  padding: 0;
  list-style: none; }

#content .news-listing ul li {
  margin: 0 0 .8em 0;
  list-style: none; }

#content #latest-news ul li {
  padding: 0 0 .6em 0;
  margin: 0 0 .6em 0;
  border-bottom: solid 1px #dcdbdb;
  list-style: none;
  clear: both;
  overflow: auto; }

#content .news-listing ul li p {
  margin: 0; }

#content .news-listing ul li strong {
  font-weight: normal; }

#content #latest-news ul li strong {
  font-weight: bold; }

#content .news-listing ul li .title {
  margin: 0 0 .2em 0; }

#content #latest-news ul li .title {
  font-size: 1.1em; }

#content .news-listing ul li .title strong {
  font-weight: normal; }

#content .news-listing ul li .date {
  display: block;
  margin: 0 0 .5em 0;
  font-style: italic;
  font-size: .9em;
  line-height: 1.2;
  color: #4e4d4d; }

#content .news-listing ul li .thumbnail img {
  display: block;
  float: left;
  margin: .4em 1.5em 0.5em 0;
  border: solid 2px #dcdbdb; }

#content .news-listing ul li .blurb {
  line-height: 1.6; }

#content .news-listing ul li p.read-more {
  margin: .4em 0 0 0;
  font-size: .9em;
  text-transform: uppercase; }

/* =News Archive
----------------------------------------------------*/
/* =News Detail
----------------------------------------------------*/
#content .story-date {
  margin: 0 0 .2em 0;
  font-size: 1.1em; }

/* =Press Releases
----------------------------------------------------*/
/* =Press Releases Archive
----------------------------------------------------*/
/* =Public Notices
----------------------------------------------------*/
/* =Public Notices Archive
----------------------------------------------------*/
.event-add ul.icalendar_list {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  text-transform: uppercase; }
  .event-add ul.icalendar_list li {
    margin: 0.5em 1em 0 0 !important;
    padding: 0;
    display: inline-block; }
  .event-add ul.icalendar_list li:last-child {
    margin-right: 0; }
  .event-add ul.icalendar_list a {
    line-height: 1;
    border: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 0.9em;
    line-height: 1; }

.events-categories {
  border-bottom: solid 1px #c7c7c7;
  padding-bottom: 4.5em;
  position: relative; }

.events-categories-heading {
  margin: 0; }

.categories-container {
  margin-top: 1em; }
  .categories-container:before, .categories-container:after {
    content: " ";
    display: table; }
  .categories-container:after {
    clear: both; }

.categories-container .col {
  width: 47.5%;
  margin-right: 5%;
  float: left; }
  .categories-container .col:last-child {
    margin-right: 0; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .categories-container .col {
      width: 100%;
      margin-right: 0;
      float: none; } }
  @media (max-width: 639px) {
    .categories-container .col {
      width: 100%;
      margin-right: 0;
      float: none; } }

.categories-item {
  line-height: 1.4;
  margin-bottom: 0.25em;
  display: block;
  padding-left: 1.3em; }
  .categories-item:after {
    content: '';
    display: inline-block;
    width: 0.93333em;
    height: 0.93333em;
    background-color: #000;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
    vertical-align: baseline; }
  .categories-item.all-categories:after {
    display: none;
    visibility: hidden; }
  .categories-item input[type=checkbox] {
    line-height: inherit;
    float: left;
    margin-left: -1.3em; }

.categories-item.category-default {
  color: #000; }
  .categories-item.category-default:after {
    background-color: #000; }

.categories-item.category-council {
  color: #65a248; }
  .categories-item.category-council:after {
    background-color: #65a248; }

.categories-item.category-arts-culture-community {
  color: #0b8a6c; }
  .categories-item.category-arts-culture-community:after {
    background-color: #0b8a6c; }

.categories-item.category-educational-training {
  color: #554c7a; }
  .categories-item.category-educational-training:after {
    background-color: #554c7a; }

.categories-item.category-engagement-events {
  color: #1178a3; }
  .categories-item.category-engagement-events:after {
    background-color: #1178a3; }

.categories-item.category-mayors-community-drop-in {
  color: #46382b; }
  .categories-item.category-mayors-community-drop-in:after {
    background-color: #46382b; }

.categories-item.category-community-events {
  color: #da7901; }
  .categories-item.category-community-events:after {
    background-color: #da7901; }

.categories-item.category-other-events {
  color: #6f2522; }
  .categories-item.category-other-events:after {
    background-color: #6f2522; }

.events-view-switch {
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  bottom: -1px;
  text-align: right;
  line-height: 1;
  margin: 0; }
  .events-view-switch:before, .events-view-switch:after {
    content: " ";
    display: table; }
  .events-view-switch:after {
    clear: both; }
  .events-view-switch .separator {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .events-view-switch a {
    font-size: 0.93333em;
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #777;
    border: solid 1px #c7c7c7;
    padding: 1.2em;
    margin: 0; }
  .events-view-switch a.calendar-view {
    border-right: 0; }
  .events-all .events-view-switch a.calendar-view {
    background-color: #ebebeb; }
  .events-all .events-view-switch a.list-view {
    border-bottom-color: #fff; }
  .events-calendar .events-view-switch a.list-view {
    background-color: #ebebeb; }
  .events-calendar .events-view-switch a.calendar-view {
    border-bottom-color: #fff; }

.events-container {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: table;
  width: 100%; }
  @media (max-width: 639px) {
    .events-container {
      display: block; } }

.events-item {
  display: table-row;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }
  @media (max-width: 639px) {
    .events-item {
      display: block;
      padding: 1em 0;
      margin: 0.5em 0;
      border-bottom: solid 1px #c7c7c7; }
      .events-item:after {
        display: none;
        visibility: hidden; } }

.events-item-date {
  font-weight: bold;
  margin-bottom: 0.5em;
  width: 11em;
  display: table-cell;
  padding: 0.6em 1em 1em 0;
  border-bottom: solid 1px #c7c7c7; }
  @media (max-width: 639px) {
    .events-item-date {
      width: auto;
      display: block;
      border: 0;
      padding: 0; } }
  .events-item-date .time {
    font-weight: normal;
    display: block; }
    @media (max-width: 639px) {
      .events-item-date .time {
        display: inline; } }
  .events-item-date .date-separator {
    font-weight: normal;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    @media (max-width: 639px) {
      .events-item-date .date-separator {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto; } }
  .events-item-date .date-end {
    display: block; }
    @media (max-width: 639px) {
      .events-item-date .date-end {
        display: inline; } }
    .events-item-date .date-end:before {
      content: ' - to - ';
      display: block;
      font-size: 0.8em;
      font-style: italic;
      font-weight: normal;
      margin: 0.3em 0; }
      @media (max-width: 639px) {
        .events-item-date .date-end:before {
          display: inline; } }

.events-item-description {
  display: table-cell;
  padding: 0.6em 0 1em 1em;
  border-left: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7; }
  @media (max-width: 639px) {
    .events-item-description {
      display: block;
      border: 0;
      padding: 0; } }

.events-item-title a {
  border: 0; }

.events-item-category {
  font-size: 1em;
  margin-top: 0.3em;
  line-height: 1.4; }
  .events-item-category:after {
    content: '';
    display: inline-block;
    width: 0.93333em;
    height: 0.93333em;
    background-color: #000;
    vertical-align: middle;
    margin: 0 0 0 0.2em; }

.events-item-category.category-default {
  color: #000; }
  .events-item-category.category-default strong {
    color: #000; }
  .events-item-category.category-default:after {
    background-color: #000; }

.events-item-category.category-council {
  color: #65a248; }
  .events-item-category.category-council strong {
    color: #000; }
  .events-item-category.category-council:after {
    background-color: #65a248; }

.events-item-category.category-arts-culture-community {
  color: #0b8a6c; }
  .events-item-category.category-arts-culture-community strong {
    color: #000; }
  .events-item-category.category-arts-culture-community:after {
    background-color: #0b8a6c; }

.events-item-category.category-educational-training {
  color: #554c7a; }
  .events-item-category.category-educational-training strong {
    color: #000; }
  .events-item-category.category-educational-training:after {
    background-color: #554c7a; }

.events-item-category.category-engagement-events {
  color: #1178a3; }
  .events-item-category.category-engagement-events strong {
    color: #000; }
  .events-item-category.category-engagement-events:after {
    background-color: #1178a3; }

.events-item-category.category-mayors-community-drop-in {
  color: #46382b; }
  .events-item-category.category-mayors-community-drop-in strong {
    color: #000; }
  .events-item-category.category-mayors-community-drop-in:after {
    background-color: #46382b; }

.events-item-category.category-community-events {
  color: #da7901; }
  .events-item-category.category-community-events strong {
    color: #000; }
  .events-item-category.category-community-events:after {
    background-color: #da7901; }

.events-item-category.category-other-events {
  color: #6f2522; }
  .events-item-category.category-other-events strong {
    color: #000; }
  .events-item-category.category-other-events:after {
    background-color: #6f2522; }

.events-detail .events-date {
  margin-bottom: 0.5em; }
.events-detail .events-category {
  line-height: 1.4; }
  .events-detail .events-category .events-category-name {
    display: inline-block; }
  .events-detail .events-category .events-category-name:after {
    content: '';
    display: inline-block;
    width: 0.93333em;
    height: 0.93333em;
    background-color: #000;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
    vertical-align: baseline;
    margin-left: 0.5em; }
.events-detail .category-default .events-category-name {
  color: #000; }
  .events-detail .category-default .events-category-name:after {
    background-color: #000; }
.events-detail .category-council .events-category-name {
  color: #65a248; }
  .events-detail .category-council .events-category-name:after {
    background-color: #65a248; }
.events-detail .category-arts-culture-community .events-category-name {
  color: #0b8a6c; }
  .events-detail .category-arts-culture-community .events-category-name:after {
    background-color: #0b8a6c; }
.events-detail .category-educational-training .events-category-name {
  color: #554c7a; }
  .events-detail .category-educational-training .events-category-name:after {
    background-color: #554c7a; }
.events-detail .category-engagement-events .events-category-name {
  color: #1178a3; }
  .events-detail .category-engagement-events .events-category-name:after {
    background-color: #1178a3; }
.events-detail .category-mayors-community-drop-in .events-category-name {
  color: #46382b; }
  .events-detail .category-mayors-community-drop-in .events-category-name:after {
    background-color: #46382b; }
.events-detail .category-community-events .events-category-name {
  color: #da7901; }
  .events-detail .category-community-events .events-category-name:after {
    background-color: #da7901; }
.events-detail .category-other-events .events-category-name {
  color: #6f2522; }
  .events-detail .category-other-events .events-category-name:after {
    background-color: #6f2522; }
.events-detail .events-category-link {
  display: inline-block;
  margin-left: 0.5em; }
.events-detail .event-add .icalendar_list {
  margin-top: -1em; }

.events-calendar .events-categories {
  margin-bottom: 4.5em; }

.events-month-select {
  margin-top: 0;
  position: absolute;
  bottom: -4em;
  left: 0; }
  .events-month-select label {
    display: inline-block !important;
    margin-right: 0.5em;
    font-weight: normal; }
  .events-month-select select {
    display: inline-block !important;
    width: auto; }

#content .events-calendar .calendar {
  margin-top: 1em; }
  @media (max-width: 639px) {
    #content .events-calendar .calendar {
      margin-bottom: 2em; } }
  #content .events-calendar .calendar .fc-header td {
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    vertical-align: middle; }
  #content .events-calendar .calendar .fc-header-center {
    text-align: center; }
    #content .events-calendar .calendar .fc-header-center h2 {
      margin: 0;
      text-align: center; }
      @media (max-width: 639px) {
        #content .events-calendar .calendar .fc-header-center h2 {
          font-size: 1.2em; } }
  #content .events-calendar .calendar .fc-header-right {
    text-align: right; }
  #content .events-calendar .calendar .fc-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 4px 10px 4px 10px;
    background: #016783;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0b8a6c), color-stop(70%, #016783));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* IE10+ */
    background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8a6c', endColorstr='#016783',GradientType=0 );
    /* IE6-9 */
    width: 8em;
    font-size: 80%; }
    @media (max-width: 639px) {
      #content .events-calendar .calendar .fc-button {
        font-size: 70%;
        width: 6em;
        padding: 1em; } }
  #content .events-calendar .calendar .fc-text-arrow {
    display: none;
    visibility: hidden; }
  #content .events-calendar .calendar .fc-event {
    display: none;
    visibility: hidden; }
  #content .events-calendar .calendar .fc-content {
    font-size: 0.86666em; }
  #content .events-calendar .calendar .fc-content td,
  #content .events-calendar .calendar .fc-content th {
    border: solid 1px #c7c7c7;
    width: 14.2857% !important;
    z-index: 1; }
  #content .events-calendar .calendar .fc-content th {
    font-weight: bold;
    text-align: center;
    background-color: #ebebeb;
    padding: 0.8em 0.4em !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  #content .events-calendar .calendar .fc-content td {
    padding: 0.7em 0.6em !important;
    height: 7.7em;
    background-color: #fff; }
    @media (min-width: 640px) and (max-width: 1023px) {
      #content .events-calendar .calendar .fc-content td {
        height: 5em; } }
    @media (max-width: 639px) {
      #content .events-calendar .calendar .fc-content td {
        height: 2.7em; } }
    #content .events-calendar .calendar .fc-content td > div {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0; }
    #content .events-calendar .calendar .fc-content td.fc-other-month {
      background-color: #f8f8f8; }
    #content .events-calendar .calendar .fc-content td.hasEvent div {
      position: static; }
    #content .events-calendar .calendar .fc-content td.hasEvent > div {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0; }
    #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content {
      font-size: 0.85em; }
      #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content h3 {
        font-size: 1em;
        font-weight: normal;
        margin: 0 0 0.5em 0;
        color: #fff; }
    #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content .events-wrapper {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      margin: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    #content .events-calendar .calendar .fc-content td.hasEvent .fc-event {
      display: block;
      visibility: visible; }
    #content .events-calendar .calendar .fc-content td.hasEvent:focus, #content .events-calendar .calendar .fc-content td.hasEvent:hover {
      background-color: #ebebeb;
      z-index: 999; }
      #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        color: #fff;
        background-color: #353535;
        width: 16em;
        padding: 1em;
        display: block;
        position: absolute;
        top: auto;
        bottom: 80%;
        left: 15%; }
        #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper:after, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper:after {
          top: 100%;
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #353535;
          border-width: 10px;
          left: 30px;
          margin-left: -10px; }
        #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day4, #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day5, #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day6, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day4, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day5, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day6 {
          left: auto;
          right: 15%; }
          #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day4:after, #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day5:after, #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper.day6:after, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day4:after, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day5:after, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper.day6:after {
            left: auto;
            right: 30px; }
        #content .events-calendar .calendar .fc-content td.hasEvent:focus .fc-day-content .events-wrapper a, #content .events-calendar .calendar .fc-content td.hasEvent:hover .fc-day-content .events-wrapper a {
          color: #fff; }
    #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content .events-wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content .events-wrapper ul > li {
        position: relative;
        padding-left: 1em;
        margin-left: 0; }
      #content .events-calendar .calendar .fc-content td.hasEvent .fc-day-content .events-wrapper ul > li:before {
        content: '\2022\A0\A0';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #content .events-calendar .calendar .fc-content td.hasEvent .total {
      height: auto !important; }
      @media (max-width: 639px) {
        #content .events-calendar .calendar .fc-content td.hasEvent .total {
          display: none;
          visibility: hidden; } }
    #content .events-calendar .calendar .fc-content td.hasEvent .categories {
      position: absolute;
      left: -0.6em;
      bottom: -0.7em;
      width: 100%;
      height: 0.93333em; }
      @media (max-width: 639px) {
        #content .events-calendar .calendar .fc-content td.hasEvent .categories {
          height: 0.46667em; } }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span {
        content: '';
        display: inline-block;
        width: 0.93333em;
        height: 0.93333em;
        background-color: #000;
        vertical-align: middle;
        margin: 0 0 0 0.2em;
        position: static;
        float: left;
        margin: 0; }
        @media (max-width: 639px) {
          #content .events-calendar .calendar .fc-content td.hasEvent .categories span {
            content: '';
            display: inline-block;
            width: 0.46667em;
            height: 0.46667em;
            background-color: #000;
            vertical-align: middle;
            margin: 0 0 0 0.2em; } }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.default {
        background-color: #000; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.council {
        background-color: #65a248; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.arts-culture-community {
        background-color: #0b8a6c; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.educational-training {
        background-color: #554c7a; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.engagement-events {
        background-color: #1178a3; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.mayors-community-drop-in {
        background-color: #46382b; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.community-events {
        background-color: #da7901; }
      #content .events-calendar .calendar .fc-content td.hasEvent .categories span.other-events {
        background-color: #6f2522; }

/* =Events Calendar
----------------------------------------------------*/
/* =Events Listing
----------------------------------------------------*/
/* =Events Detail
----------------------------------------------------*/
#content #events-detail #details p {
  /*margin:0 0 .2em 0;
  font-size:1.2em;
  padding:0;*/ }

#content #events-detail ul.icalendar_list {
  list-style: none;
  margin: .5em 0;
  padding: 1.5em 0 0 0; }

#content #events-detail ul.icalendar_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  display: inline;
  font-size: .95em; }
  @media (max-width: 639px) {
    #content #events-detail ul.icalendar_list li {
      display: block;
      margin-bottom: 1em; } }

#content #events-detail ul.icalendar_list li:first-child {
  margin-right: 20px; }

#content #events-detail ul.icalendar_list li a.button, #content #events-detail ul.icalendar_list li a.pager-change {
  text-transform: none; }

/* =Feedback Form
----------------------------------------------------*/
/* some form styles in Content section */
#content .request-form {
  padding-top: 0;
  color: #535353; }

#content .request-form form {
  width: 480px; }
  @media (max-width: 639px) {
    #content .request-form form {
      width: auto; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form form {
      width: auto; } }

#content .request-form .required-fields {
  font-weight: bold;
  margin-top: 2em; }

#content .request-form fieldset {
  padding: 0;
  margin: 0;
  color: #535353; }

#content .request-form .wrapper {
  margin-bottom: 1em; }

#content .request-form label, #content .request-form .label {
  margin-bottom: .2em; }

#content #feedback-form label, #content #feedback-form .label {
  margin-bottom: .2em;
  float: left; }
  @media (max-width: 639px) {
    #content #feedback-form label, #content #feedback-form .label {
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #feedback-form label, #content #feedback-form .label {
      float: none; } }

#content .request-form .error .required {
  display: inline; }

#content #feedback-form .error .required {
  display: block; }

#content .request-form input[type=text], #content .request-form input[type=email], #content .request-form select {
  width: 444px; }
  @media (max-width: 639px) {
    #content .request-form input[type=text], #content .request-form input[type=email], #content .request-form select {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form input[type=text], #content .request-form input[type=email], #content .request-form select {
      width: 90%; } }

#content #feedback-form input[type=text], #content #feedback-form input[type=email], #content #feedback-form select {
  width: 315px;
  float: right; }
  @media (max-width: 639px) {
    #content #feedback-form input[type=text], #content #feedback-form input[type=email], #content #feedback-form select {
      width: 90%;
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #feedback-form input[type=text], #content #feedback-form input[type=email], #content #feedback-form select {
      width: 90%;
      float: none; } }

#content .request-form select {
  width: 466px; }
  @media (max-width: 639px) {
    #content .request-form select {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form select {
      width: 90%; } }

#content #feedback-form select {
  width: 338px; }
  @media (max-width: 639px) {
    #content #feedback-form select {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #feedback-form select {
      width: 90%; } }

#content .request-form textarea {
  width: 444px;
  height: 10em; }
  @media (max-width: 639px) {
    #content .request-form textarea {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form textarea {
      width: 90%; } }

#content .request-form textarea.street-address {
  width: 444px;
  height: 5em; }
  @media (max-width: 639px) {
    #content .request-form textarea.street-address {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form textarea.street-address {
      width: 90%; } }

#content #feedback-form textarea {
  width: 315px;
  height: 7em;
  float: right; }
  @media (max-width: 639px) {
    #content #feedback-form textarea {
      width: 90%;
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #feedback-form textarea {
      width: 90%;
      float: none; } }

#content #feedback-form textarea.address {
  height: 4em; }

#content .request-form .security, #content .request-form #verification {
  /* ie.css */
  margin: 20px 0px 0px 0px;
  padding: 10px 0 0 0;
  border-top: solid 1px #e4e4e4;
  width: 100%;
  clear: both; }
  @media (max-width: 639px) {
    #content .request-form .security, #content .request-form #verification {
      border-top: none; } }

#content .request-form .question {
  font-weight: bold; }

#content .request-form #recaptcha_area {
  float: left; }
  @media (max-width: 639px) {
    #content .request-form #recaptcha_area {
      float: none;
      padding-bottom: 2em; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form #recaptcha_area {
      float: none; } }

#content #feedback-form #recaptcha_area {
  float: right; }
  @media (max-width: 639px) {
    #content #feedback-form #recaptcha_area {
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #feedback-form #recaptcha_area {
      float: none; } }

#content .request-form #recaptcha_area table.recaptchatable {
  width: auto; }

#content .request-form .wrapper.submitBtn {
  margin-top: 1em; }

#content .request-form .wrapper.submitBtn .error {
  display: block;
  float: right;
  clear: both;
  margin-top: 1em; }
  @media (max-width: 639px) {
    #content .request-form .wrapper.submitBtn .error {
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form .wrapper.submitBtn .error {
      float: none; } }

#content .request-form input[type=submit] {
  /* ie.css */
  float: right;
  clear: both;
  margin-right: 14px; }
  @media (max-width: 639px) {
    #content .request-form input[type=submit] {
      margin-right: 0;
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content .request-form input[type=submit] {
      margin-right: 0;
      float: none; } }

#content #feedback-form input[type=submit] {
  margin-right: 0px; }

/* =Council Address Form
----------------------------------------------------*/
#content .error .important {
  background-color: #eee;
  border: solid 1px #c53636;
  padding: 5px; }

#content .error .important strong {
  color: #000; }

#content #council-address-form .firstName, #content #council-address-form .lastName {
  width: 205px; }
  @media (max-width: 639px) {
    #content #council-address-form .firstName, #content #council-address-form .lastName {
      width: 90%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #council-address-form .firstName, #content #council-address-form .lastName {
      width: 90%; } }

#content #council-address-form .firstName {
  margin-right: 10px; }
  @media (max-width: 639px) {
    #content #council-address-form .firstName {
      margin-right: 0; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #council-address-form .firstName {
      margin-right: 0; } }

#content #council-address-form .cDate, #content #council-address-form .meetingDate {
  width: auto; }

#content #council-address-form .supportingDocs {
  margin: .5em 0; }

#content #council-address-form #ContentPlaceHolder1_supportingDocOptions input, #content #council-address-form #ContentPlaceHolder1_supportingDocOptions label {
  float: left;
  width: auto; }
  @media (max-width: 639px) {
    #content #council-address-form #ContentPlaceHolder1_supportingDocOptions input, #content #council-address-form #ContentPlaceHolder1_supportingDocOptions label {
      float: none; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #council-address-form #ContentPlaceHolder1_supportingDocOptions input, #content #council-address-form #ContentPlaceHolder1_supportingDocOptions label {
      float: none; } }

#content #council-address-form #ContentPlaceHolder1_supportingDocOptions label {
  padding-left: 4px; }

/* =Bylaws Complaint Form
----------------------------------------------------*/
#content .request-form .radio table {
  width: 100%; }

#content .request-form .radio label {
  display: inline; }

#content .request-form .radio input {
  display: inline; }

#content .request-form .checkbox label {
  display: inline; }

#content .request-form .checkbox input {
  display: inline; }

/* =Sitemap
----------------------------------------------------*/
#content #sitemap p#activate {
  margin: 0;
  font-weight: bold; }

#content #sitemap {
  border-top: solid 1px #dcdbdb;
  padding-top: 10px; }

#content #sitemap .slider .col {
  width: 248px;
  float: left; }

#content #sitemap .slider #col-one {
  margin-right: 18px; }

#content #sitemap .slider ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#content #sitemap .slider ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }

#content #sitemap .slider a {
  text-decoration: none; }

#content #sitemap .slider ul li h3 {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, Tahoma, sans-serif; }

#content #sitemap .slider ul li h3 a {
  display: block;
  padding: 0;
  color: #fff;
  width: 248px;
  background-color: #6b6b6b; }

#content #sitemap .slider ul li#residents-slider h3 a {
  background: #0b8a6c; }

#content #sitemap .slider ul li#business-slider h3 a {
  background: #da7901; }

#content #sitemap .slider ul li#city-slider h3 a {
  background: #2a3293; }

#content #sitemap .slider ul li#online-services-slider h3 a {
  background: #1178a3; }

#content #sitemap .slider ul li#want-slider h3 a {
  background: #46382b; }

#content #sitemap .slider ul li h3 a span {
  display: block;
  padding: 7px 20px 5px 10px;
  background-image: url(../images/icon-plus.png);
  background-position: right center;
  background-repeat: no-repeat; }

#content #sitemap .slider ul li h3 a.open span {
  background-image: url(../images/icon-minus.png); }

#content #sitemap .slider ul li ul {
  margin: 8px 0 0 0;
  padding: 0; }

/* Level 2 */
#content #sitemap .slider ul li ul li {
  background-image: none;
  margin: 4px 0;
  line-height: 1.6;
  /*padding: 8px 10px 4px 10px;*/ }

#content #sitemap .slider ul li ul li a:link, #content #sitemap .slider ul li ul li a:visited {
  text-decoration: none; }

#content #sitemap .slider ul li ul li a:focus, #content #sitemap .slider ul li ul li a:hover, #content #sitemap .slider ul li ul li a:active {
  text-decoration: underline; }

#content #sitemap .slider ul li ul li ul {
  margin: 0 0 8px 0;
  padding: 0;
  background-image: none;
  list-style: disc;
  padding-bottom: 8px;
  border-bottom: solid 1px #dcdbdb; }

/* Level 3 */
#content #sitemap .slider ul li ul li ul li {
  border: none;
  padding: 0 0 0 4px;
  margin: 0 0 0 20px;
  text-transform: none;
  list-style: disc; }

/* Level 4 */
#content #sitemap .slider ul li ul li ul li ul {
  list-style: circle;
  border: none;
  padding: 0;
  margin: 0; }

#content #sitemap .slider ul li ul li ul li ul li {
  list-style: circle; }

/* =Documents Library
----------------------------------------------------*/
#content .documents-form {
  background-color: #f3f4f3;
  border: solid 2px #eaeae9;
  padding: 15px 15px 15px 20px;
  font-size: .9em; }

#content .documents-form fieldset {
  margin: 0;
  padding: 0; }

#content .documents-form #query-wrapper, #content .documents-form #type-wrapper, #content .documents-form #submit-wrapper {
  display: block;
  padding: 0;
  margin: .5em .8em 0 0;
  float: left; }
  @media (max-width: 639px) {
    #content .documents-form #query-wrapper, #content .documents-form #type-wrapper, #content .documents-form #submit-wrapper {
      float: none;
      margin-bottom: 1em; } }

#content .documents-form #query-wrapper label, #content .documents-form #type-wrapper label {
  position: absolute;
  float: none;
  left: -9999em; }

#content .documents-form #type-wrapper select {
  float: left;
  border: solid 2px #e2e2e2;
  background-color: #fff;
  margin-left: .6em;
  padding: 6px;
  margin-bottom: .2em; }
  @media (max-width: 639px) {
    #content .documents-form #type-wrapper select {
      margin-left: 0; } }

#content #query-wrapper input[type=search] {
  -webkit-appearance: textfield; }

#content .documents-form #query-wrapper input[type=search], #content .documents-form #query-wrapper input[type=text] {
  width: 200px;
  float: left;
  border: solid 2px #e2e2e2;
  background-color: #fff;
  margin-left: 0;
  padding: 6px;
  margin-bottom: .2em; }

#content fieldset #submit-wrapper input[type=submit] {
  margin-bottom: 0;
  margin-top: 7px; }

#content #documents-list p.alphabet {
  clear: both;
  margin: 1em 0 0 0;
  padding: 0 0 1em 0;
  line-height: 1.2;
  font-size: .9em;
  overflow: auto;
  border-bottom: solid 1px #dcdbdb; }

#content #documents-list p.alphabet a:link, #content #documents-list p.alphabet a:visited {
  display: block;
  float: left;
  padding: 6px 4px;
  margin: 0 5px 8px 0;
  width: 1.2em;
  text-align: center;
  border-bottom: solid 1px #e2e2e2;
  font-weight: bold;
  background-color: #eaeae9;
  color: #000;
  text-decoration: none; }

#content #documents-list p.alphabet a:focus, #content #documents-list p.alphabet a:hover, #content #documents-list p.alphabet a:active {
  color: #f3f4f3;
  background-color: #686868;
  border-color: #686868;
  text-decoration: none; }

#content #documents-list p.alphabet a.inactive {
  background-color: #fff;
  color: #686868;
  border-color: #fff;
  cursor: default; }

#content #documents-list .document-section {
  margin: 2em 0;
  padding-bottom: 1em;
  clear: both; }

#content #documents-list .document-section-empty {
  display: none; }

#content #documents-list .document-section h2 {
  font-size: 1.4em;
  margin-top: 0; }

#content #documents-list .document-section ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#content #documents-list .document-section ul li {
  /*margin: .5em 0 .5em 1.3em;*/
  margin: 0;
  padding: .5em 0;
  list-style: none;
  clear: both;
  line-height: 1.6; }
  @media (max-width: 639px) {
    #content #documents-list .document-section ul li {
      margin-bottom: 1em; } }

#content #documents-list .document-section ul li .document {
  display: block;
  font-weight: bold;
  width: 65%;
  margin-right: 6%;
  float: left; }

#content #documents-list .document-section ul li .separator {
  padding: 0 5px;
  position: absolute;
  left: -9999em; }

#content #documents-list .document-section ul li .category {
  /* ie.css */
  display: block;
  width: 28%;
  float: left; }

#content #documents-list .document-section ul li ul.amendment {
  margin-left: 1em; }

#content #documents-list .document-section ul li ul.amendment li .document a {
  font-weight: normal;
  padding-left: 1em;
  background-image: url(../images/arrow-right-grey-light.png);
  background-position: left .4em;
  background-repeat: no-repeat; }

#content #documents-list .document-section ul li ul.amendment li .separator {
  display: none; }

#content #documents-list .document-section ul li ul.amendment li .category {
  display: none; }

#content #documents-list .document-section p.top {
  margin: 0;
  padding: 0;
  line-height: 1;
  clear: both;
  border-bottom: solid 1px #dcdbdb;
  height: 1.5em;
  width: 465px;
  position: relative; }
  @media (max-width: 639px) {
    #content #documents-list .document-section p.top {
      width: 250px; } }

#content #documents-list .document-section p.top a {
  position: absolute;
  bottom: -.8em;
  right: -47px;
  border: none;
  display: block;
  /*  width: 2em;
    height: 2em;*/
  padding: .5em;
  color: #fff;
  background-color: #016783;
  text-decoration: none;
  text-transform: uppercase; }

/* =Documents Search Results
----------------------------------------------------*/
#content #did-you {
  font-size: 1.3em;
  margin: 1em 0 0 0;
  color: #9d1725;
  font-style: italic; }

#content #documents-results #did-you a {
  font-weight: bold; }

#content #documents-results #results-header {
  margin: 1.5em 0; }

#content #documents-results #results-header h3 {
  margin: 0;
  color: #000;
  font-weight: normal;
  font-size: 1em; }

#content #documents-results #results-header h3 .number, #content #documents-results #results-header h3 .category {
  font-weight: bold; }

#content #documents-results ul.search-results {
  margin: 0;
  padding: 0;
  list-style: none; }

#content #documents-results ul.search-results li {
  margin: 0 0 2em 0;
  padding: 1em 0;
  list-style: none;
  clear: both;
  line-height: 1.6; }

#content #documents-results ul.search-results li .document {
  /* ie.css */
  display: block;
  font-weight: bold;
  width: 65%;
  margin-right: 6%;
  float: left; }

#content #documents-results ul.search-results li .separator {
  padding: 0 5px;
  position: absolute;
  left: -9999px; }

#content #documents-results ul.search-results li .category {
  /* ie.css */
  display: block;
  width: 28%;
  float: left; }

#content #documents-results ul.search-results li ul.amendment {
  margin: 0 0 0 1em;
  padding: 0; }

#content #documents-results ul.search-results li ul.amendment li {
  margin: 0 0 .8em 0;
  padding: 0;
  border: none; }

#content #documents-results ul.search-results li ul.amendment li .document a {
  font-weight: normal;
  padding-left: 1em;
  background-image: url(../images/arrow-right-grey-light.png);
  background-position: left .4em;
  background-repeat: no-repeat; }

#content #documents-results ul.search-results li ul.amendment li .separator {
  display: none; }

#content #documents-results ul.search-results li ul.amendment li .category {
  display: none; }

#content #documents-results ul.search-results li .extract {
  clear: both; }

#content #documents-list .paging {
  margin: 0;
  padding: 1em 80px 0 80px;
  border-top: solid 1px #dcdbdb;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  text-align: center;
  position: relative; }
  @media (max-width: 639px) {
    #content #documents-list .paging {
      line-height: 1.4; } }

#content #documents-list .paging .title {
  position: absolute;
  left: -9999px; }

#content #documents-list .paging a.p-link:link, #content #documents-list .paging a.p-link:visited {
  /* ie.css */
  font-weight: normal;
  padding: 2px 3px;
  margin: 0 3px;
  text-decoration: none;
  border: none;
  color: #0276cf; }

#content #documents-list .paging a.p-link:focus, #content #documents-list .paging a.p-link:hover, #content #documents-list .paging a.p-link:active, #content #documents-list .paging a.p-link.selected {
  /* ie.css */
  color: #fff;
  background-color: #0276cf; }

#content #documents-list .paging .previous-link, #content #documents-list .paging .next-link {
  position: absolute;
  top: .6em;
  left: 0; }

#content #documents-list .paging a.previous-link {
  display: block; }

#content #documents-list .paging a.next-link {
  display: block;
  left: auto;
  right: 0; }

/* =Search Results
----------------------------------------------------*/
#content .searchform {
  background-color: #f3f4f3;
  border: solid 2px #eaeae9;
  padding: 15px 15px 15px 20px; }

#content .searchform fieldset {
  margin: 0;
  padding: 0; }

#content .searchform #query-wrapper, #content .searchform #type-wrapper, #content .searchform #submit-wrapper {
  display: block;
  padding: 0;
  margin: .5em .8em 0 0;
  float: left; }
  @media (max-width: 639px) {
    #content .searchform #query-wrapper, #content .searchform #type-wrapper, #content .searchform #submit-wrapper {
      float: none;
      margin-bottom: 1em; } }

#content .searchform #query-wrapper label, #content .searchform #type-wrapper label {
  position: absolute;
  float: none;
  left: -9999em; }

#content .searchform #type-wrapper select {
  float: left;
  border: solid 2px #e2e2e2;
  background-color: #fff;
  margin-left: .6em;
  padding: 6px;
  margin-bottom: .2em; }
  @media (max-width: 639px) {
    #content .searchform #type-wrapper select {
      margin-left: 0;
      float: none; } }

#content .searchform #query-wrapper input[type=search], #content .searchform #query-wrapper input[type=text] {
  width: 200px;
  float: left;
  border: solid 2px #e2e2e2;
  background-color: #fff;
  margin-left: 0;
  padding: 6px;
  margin-bottom: .2em; }

#content #query-wrapper input[type=search] {
  -webkit-appearance: textfield; }

#content fieldset #submit-wrapper input[type=submit] {
  margin-bottom: 0;
  margin-top: 7px; }

#content #search-results #did-you a {
  font-weight: bold; }

#content #search-results #results-header {
  margin: 1.5em 0; }

#content #search-results #results-header h3 {
  margin: 0;
  color: #000;
  font-weight: normal;
  font-size: 1em; }

#content #search-results #results-header h3 .number, #content #search-results #results-header h3 .category {
  font-weight: bold; }

#content #search-results p.searchresult {
  margin: 0 0 1.2em 0;
  padding: 1em 0;
  clear: both;
  line-height: 1.6; }

#content #search-results p.searchresult .title {
  font-size: 1.3em; }

#content #search-results p.searchresult .extract {
  clear: both; }

#content #search-results p.searchresult .url {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

#content #search-results .paging {
  margin: 0;
  padding: 1em 80px 0 80px;
  border-top: solid 1px #dcdbdb;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  text-align: center;
  position: relative; }
  @media (max-width: 639px) {
    #content #search-results .paging {
      line-height: 1.4; } }

#content #search-results .paging .title {
  position: absolute;
  left: -9999px; }

#content #search-results .paging a.p-link:link, #content #search-results .paging a.p-link:visited {
  /* ie.css */
  font-weight: normal;
  padding: 2px 3px;
  margin: 0 3px;
  text-decoration: none;
  border: none;
  color: #0276cf; }

#content #search-results .paging a.p-link:focus, #content #search-results .paging a.p-link:hover, #content #search-results .paging a.p-link:active, #content #search-results .paging a.p-link.selected {
  /* ie.css */
  color: #fff;
  background-color: #0276cf; }

#content #search-results .paging .previous-link, #content #search-results .paging .next-link {
  position: absolute;
  top: .6em;
  left: 0; }

#content #search-results .paging a.previous-link {
  display: block; }

#content #search-results .paging a.next-link {
  display: block;
  left: auto;
  right: 0; }

/* =Photo Gallery Listing
----------------------------------------------------*/
#content #photo-gallery-listing .gallery {
  margin-bottom: 2em; }

#content #photo-gallery-listing .gallery h2 {
  font-size: 1.5em;
  display: inline;
  color: #000; }

#content #photo-gallery-listing .gallery p.more-link {
  display: inline; }

#content #photo-gallery-listing .gallery p.more-link .separator {
  margin: 0 .5em; }

#content #photo-gallery-listing .gallery ul {
  margin: .5em 0 0 0;
  padding: 0;
  list-style: none; }

#content #photo-gallery-listing .gallery ul li {
  margin: 0 3px 0px 0px;
  padding: 0;
  list-style: none;
  float: left;
  width: 165px;
  height: 110px;
  border: solid 2px #c6c6c6;
  background-color: #fff;
  overflow: hidden;
  position: relative; }
  @media (max-width: 639px) {
    #content #photo-gallery-listing .gallery ul li {
      float: none;
      margin-bottom: 1em; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #photo-gallery-listing .gallery ul li {
      margin-bottom: 1em;
      margin-right: 1em; } }

#content #photo-gallery-listing ul li.row-end {
  margin-right: 0; }

#content #photo-gallery-listing .gallery ul li a {
  display: block;
  position: absolute;
  background-color: #c6c6c6;
  width: 165px;
  height: 110px;
  text-align: center;
  color: #000;
  text-decoration: none;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden; }

#content #photo-gallery-listing .gallery ul li a .title {
  display: block;
  position: absolute;
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(98%, #d0d0d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d0d0d0',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* W3C */
  width: 165px;
  padding: 1em 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  bottom: 0;
  left: 0; }

#content #photo-gallery-listing .gallery ul li a .image img {
  display: block;
  min-width: 165px;
  margin: 0 auto;
  background-color: #eee; }

/* =Photo Gallery
----------------------------------------------------*/
#content .slideshow-list {
  display: none; }

#content p.start-slideshow {
  text-align: right;
  margin-bottom: 1em;
  margin-right: 1px; }

#content p.start-slideshow a.button, #content p.start-slideshow a.pager-change {
  color: #646464;
  background: #d2d2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #bcbdbc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* IE10+ */
  background: linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#bcbdbc',GradientType=0 );
  /* IE6-9 */ }

#content #photo-gallery {
  clear: both;
  margin: 0em 0 2em 0;
  padding: 0;
  width: 513px; }
  @media (max-width: 639px) {
    #content #photo-gallery {
      width: 100%; } }

#content #photo-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#content #photo-gallery ul li {
  margin: 0 3px 3px 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 165px;
  height: 110px;
  border: solid 2px #c6c6c6;
  background-color: #fff;
  overflow: hidden;
  position: relative; }
  @media (max-width: 639px) {
    #content #photo-gallery ul li {
      margin-right: 1em;
      margin-bottom: 1em; } }

#content #photo-gallery ul li.row-end {
  margin-right: 0; }

#content #photo-gallery ul li a {
  display: block;
  position: absolute;
  background-color: #c6c6c6;
  width: 165px;
  height: 110px;
  text-align: center;
  color: #000;
  text-decoration: none;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden; }

#content #photo-gallery ul li a .title {
  display: block;
  position: absolute;
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(98%, #d0d0d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d0d0d0',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #e3e3e3 0%, #d0d0d0 98%);
  /* W3C */
  width: 165px;
  padding: 1em 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  bottom: 0;
  left: 0; }

#content #photo-gallery ul li a .image img {
  min-width: 165px;
  display: block;
  margin: 0 auto;
  background-color: #eee; }

/* =Photo
----------------------------------------------------*/
#content #photo .main-photo {
  display: block;
  max-width: 516px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 639px) {
    #content #photo .main-photo {
      min-width: 100%; } }

#content #photo .main-photo img {
  display: block;
  margin: 0 auto;
  max-width: 516px; }
  @media (max-width: 639px) {
    #content #photo .main-photo img {
      min-width: 100%; } }

#content #photo-navigation {
  margin: 10px 0;
  width: 516px; }
  @media (max-width: 639px) {
    #content #photo-navigation {
      width: 100%; } }

#content #photo-navigation p {
  /* ie.css */
  margin: 0;
  padding: 8px 0 0 0;
  text-align: center;
  position: relative;
  height: 18px; }
  @media (max-width: 639px) {
    #content #photo-navigation p {
      height: auto; } }

#content #photo-navigation p .separator {
  display: none; }

#content #photo-navigation a#previous-link {
  display: block;
  /*  float: left;*/
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 639px) {
    #content #photo-navigation a#previous-link {
      display: inline-block;
      position: static;
      margin-bottom: .5em; } }

#content #photo-navigation a#next-link {
  display: block;
  position: absolute;
  top: 0;
  right: 2px; }
  @media (max-width: 639px) {
    #content #photo-navigation a#next-link {
      display: inline-block;
      position: static;
      margin-bottom: .5em; } }

#content #photo-navigation a#back-link {
  /* ie.css */
  display: inline-block;
  position: absolute;
  top: 0;
  left: 200px;
  color: #646464;
  background: #d2d2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #bcbdbc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* IE10+ */
  background: linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* W3C */ }
  @media (max-width: 639px) {
    #content #photo-navigation a#back-link {
      position: static;
      margin-bottom: .5em; } }

#content #photo #meta {
  margin-bottom: 1.5em;
  background-color: #e4e4e4;
  padding: 8px; }

#content #photo #meta h2.title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  font-family: Arial, Helvetica, Tahoma, sans-serif; }

#content #photo #blurb {
  line-height: 1.6;
  padding: 0;
  margin: 0 0 10px 0; }

#content #photo p#count {
  margin: 0;
  font-style: italic; }

#content #meta #detail-bottom {
  padding: 15px 0px 4px 0px;
  position: relative;
  height: 20px; }

#content #meta #detail-bottom p#count {
  position: absolute;
  left: 0;
  bottom: 0; }

#content #meta #detail-bottom p#start-slideshow {
  position: absolute;
  right: 0;
  bottom: 0; }

/* =Video
----------------------------------------------------*/
#content #video-listing .description {
  margin-bottom: .5em; }

/* =Jobs
----------------------------------------------------*/
#content #job-postings {
  width: 700px; }
  @media (max-width: 639px) {
    #content #job-postings {
      width: 400px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    #content #job-postings {
      width: 400px; } }

#content #job-postings th {
  vertical-align: middle; }

#content #job-postings th.apply {
  min-width: 65px; }

#content .job-postings-special {
  background-color: #eee;
  padding: 1em;
  margin-top: 3em; }

#content .job-postings-special p:last-child {
  margin-bottom: 0; }

/* =Job Application
----------------------------------------------------*/
#content #job-form label.wpm {
  display: inline; }

#content #job-form .phone input, #content #job-form input.wpm, #content #job-form input.count {
  width: auto; }

#content #job-form .userResume {
  height: 20em; }

.faqs-instructions {
  margin-bottom: 1em; }

.faqs-container {
  margin: 0;
  padding: 0;
  list-style: none; }
  .faqs-container > li {
    position: relative;
    padding-left: 1em;
    margin-left: 0; }
  .faqs-container > li:before {
    content: '\2022\A0\A0';
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.faqs-item {
  margin-bottom: 1em; }
  .faqs-item.closed .faqs-answer {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

.faqs-question {
  position: relative; }
  .faqs-question:focus, .faqs-question:hover, .faqs-question:active {
    color: #002a7f; }

.faqs.accordion .faqs-question {
  color: #0276cf;
  cursor: pointer; }
.faqs.accordion .faqs-question:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 20px;
  background-image: url(../images/triangle-up.png);
  background-position: right center;
  background-repeat: no-repeat; }
.faqs.accordion .faqs-item.closed .faqs-question:after {
  background-image: url(../images/triangle-down.png); }
.faqs.accordion .faqs-question strong {
  border-bottom: solid 1px currentColor; }

.faqs-answer {
  padding-bottom: 1em; }

/* =Emergency Bar
----------------------------------------------------*/
body.emergency {
  margin-top: 50px;
  position: relative; }

.emergency .cms_main_table {
  top: -110px;
  z-index: 1000; }

#emergency-bar {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 0;
  width: 100%;
  background-color: #d31609;
  z-index: 999;
  color: #ffc6c6;
  font-size: 18px;
  line-height: 1;
  text-align: center; }

#emergency-bar .emergency-inner {
  /* ie.css */
  display: inline-block;
  border-bottom: solid 1px #ffc6c6; }

#emergency-bar h1 {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  color: #ffc6c6;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1; }

#emergency-bar p {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1; }

#emergency-bar h1, #emergency-bar p {
  padding-bottom: 3px; }

#emergency-bar a {
  color: #fff;
  padding: 16px 0 9px 0;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
<div class="pager">
  <p class="pager-label" id="pager-label">Search Results Pagination</p>
  <ul class="pager-container" aria-labelledby="pager-label">
    <li class="pager-item pager-item-distant"><a href="#0" class="pager-page pager-distant"><span class="audible">Page </span>1</a></li>
    <li class="pager-item pager-item-adjacent pager-item-previous"><a href="#0" class="pager-page pager-adjacent"><span class="pager-change pager-previous">Previous</span><span class="audible">: Page </span>2</a></li>
    <li class="pager-item pager-item-current"><span class="pager-current"><span class="audible">Current page </span>3</span></li>
    <li class="pager-item pager-item-adjacent pager-item-next"><a href="#0" class="pager-page pager-adjacent "><span class="pager-change pager-next">Next</span><span class="audible">: Page </span>4</a></li>
    <li class="pager-item pager-item-distant"><a href="#0" class="pager-page pager-distant"><span class="audible">Page </span>5</a></li>
  </ul>
</div>
*/
.pager {
  font-size: 1em;
  margin: 2em 0;
  line-height: 1; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager .audible,
  .pager .pager-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

.pager-container {
  list-style: none;
  margin: 0;
  padding: 0 5em;
  width: em(720px)-10em;
  position: relative;
  text-align: center; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .pager-container {
      width: em(506px)-10em; } }

.pager-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: bold; }

.pager-page,
.pager-current,
.content .pager-page {
  text-decoration: none !important;
  text-align: center;
  border: 0;
  display: inline-block;
  float: left;
  padding: 0.8em;
  margin: 0 0.8em 1em 0.8em;
  color: #0276cf;
  background-color: transparent; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .pager-page,
    .pager-current,
    .content .pager-page {
      margin-right: 0.7em;
      margin-bottom: 0.7em; } }
  .pager-page:focus, .pager-page:hover, .pager-page:active,
  .pager-current:focus,
  .pager-current:hover,
  .pager-current:active,
  .content .pager-page:focus,
  .content .pager-page:hover,
  .content .pager-page:active {
    color: #fff;
    background-color: #0276cf; }

.pager-current {
  color: #fff;
  background-color: #0276cf; }

.pager-change {
  display: inline-block;
  width: 5em;
  position: absolute;
  top: 0;
  color: #fff;
  background-color: #0276cf;
  padding: 0.8em;
  border: inherit;
  font-weight: normal;
  border: 0; }

.pager-previous {
  left: 0; }

.pager-next {
  right: 0; }

@media (max-width: 639px) {
  .pager-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .pager-item-distant,
  .pager-change {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }
/* =Lightbox
----------------------------------------------------

  ColorBox Core Style
  The following rules are the styles that are consistant between themes.
  Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  overflow: hidden; }

#cboxLoadedContent {
  overflow: auto; }

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/*
  Example user style
  The following rules are ordered and tabbed in a way that represents the
  order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: url(../images/overlay.png) 0 0 repeat; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) -100px 0 no-repeat; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) -129px 0 no-repeat; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) -100px -29px no-repeat; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) -129px -29px no-repeat; }

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(../images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(../images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(../images/controls.png) -75px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999em; }

#cboxPrevious.hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) -50px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999em; }

#cboxNext.hover {
  background-position: -50px -25px; }

#cboxLoadingOverlay {
  background: url(../images/loading_background.png) center center no-repeat; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) center center no-repeat; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999em; }

#cboxClose.hover {
  background-position: -25px -25px; }

/* Slideshow  */
.slideshow #cboxLoadedContent {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 210px; }

.slideshow #cboxTitle {
  position: absolute;
  bottom: 140px;
  left: 10px;
  width: 100%;
  font-weight: bold;
  text-align: left;
  color: #000;
  z-index: 5;
  font-size: 16px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.slideshow #cboxCurrent {
  position: absolute;
  bottom: 54px;
  left: 10px;
  color: #686868; }

.slideshow #cboxPrevious, .slideshow #cboxNext, .slideshow #cboxSlideshow {
  display: block;
  position: absolute;
  bottom: 176px;
  left: auto;
  right: auto;
  color: #fff;
  font-family: Arvo, Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 4px 10px 4px 10px;
  background: #016783;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0b8a6c), color-stop(70%, #016783));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* IE10+ */
  background: linear-gradient(top, #0b8a6c 10%, #016783 70%);
  /* W3C */
  text-indent: 0;
  width: auto;
  height: auto; }

.slideshow #cboxPrevious {
  left: 0; }

.slideshow #cboxNext {
  right: 0; }

.slideshow #cboxSlideshow {
  left: 50%;
  width: 48px;
  margin-left: -34px;
  text-align: center;
  color: #646464;
  background: #d2d2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #bcbdbc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* IE10+ */
  background: linear-gradient(top, #d2d2d2 0%, #bcbdbc 100%);
  /* W3C */ }

.slideshow #cboxClose {
  position: absolute;
  bottom: 46px;
  right: 0;
  background: url(../images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999em; }

.slideshow #cboxContent .blurb {
  position: absolute;
  bottom: 80px;
  left: 0;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.4;
  background-color: #dfdfdf;
  width: 95%;
  padding: 28px 15px 10px 10px; }

.slideshow #cboxContent .url {
  /* ie6.css */
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  height: 28px;
  font-size: 12px;
  padding: 7px 10px;
  width: 100%; }

.slideshow #cboxContent .url strong {
  display: block;
  float: left;
  width: 80px;
  font-weight: normal;
  margin-top: 6px; }

.slideshow #cboxContent .url input {
  display: block;
  float: left;
  /*width: 70%;*/
  font-size: 12px;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  border: none;
  background-color: #fff;
  padding: 5px 10px; }

.slideshow .slideshow-list {
  display: none; }

/* =Calendar
----------------------------------------------------*/
/*! jQuery UI - v1.10.3 - 2013-10-28
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(../images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/* Time Picker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

/*# sourceMappingURL=style.css.map */
