﻿/* =====================================================================================================
   =====================================================================================================

										STRUCTURE STYLES
								   (Header, Footer, ui-page)

   =====================================================================================================
   ======================================================================================================*/
.ui-overlay-a {
  background: #f5f0ec !important; }

/* =========================================================================
							HEADER
   =========================================================================*/
#header {
  background: #f5f0ec;
  border: none; }

.headerTopBar {
  height: 4px;
  background: #3276af; }

#header h1 {
  color: #333;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  text-shadow: 0 1px #f3ede9;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  margin: 0;
  font-size: 1.1em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header .backButton, #header .backButton:hover {
  background: url(../../images/icon-back.png) center center no-repeat;
  background-size: 20px auto;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 1px;
  height: 40px;
  width: 44px;
  line-height: 40px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: 0; }

#header .settingsButton, #header .settingsButton:hover {
  background: url(../../images/icon-settings.png) center center no-repeat;
  background-size: 20px auto;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 1px;
  height: 40px;
  width: 44px;
  line-height: 40px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  right: 0; }

#header .backButton:active {
  background: url(../../images/icon-back.png) center center no-repeat;
  background-size: 20px auto;
  background-color: rgba(0, 0, 0, 0.1); }

#header .settingsButton:active {
  background: url(../../images/icon-settings.png) center center no-repeat;
  background-size: 20px auto;
  background-color: rgba(0, 0, 0, 0.1); }

#topNav {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

#topNav a, #topNav a:visited, #topNav a:visited:hover {
  color: #fff;
  font-size: 0.8em;
  padding: 1px 0 5px 0;
  position: relative;
  border: none;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
  text-shadow: none;
  background: #2c72ad;
  background: -moz-linear-gradient(top, #2c72ad 0%, #15558b 49%, #07497f 51%, #0f4d81 99%, #051123 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c72ad), color-stop(47%, #15558b), color-stop(49%, #07497f), color-stop(99%, #0f4d81), color-stop(100%, #051123));
  background: -webkit-linear-gradient(top, #2c72ad 0%, #15558b 49%, #07497f 51%, #0f4d81 99%, #051123 100%);
  background: -o-linear-gradient(top, #2c72ad 0%, #15558b 49%, #07497f 51%, #0f4d81 99%, #051123 100%);
  background: -ms-linear-gradient(top, #2c72ad 0%, #15558b 49%, #07497f 51%, #0f4d81 99%, #051123 100%);
  background: linear-gradient(to bottom, #2c72ad 0%, #15558b 49%, #07497f 51%, #0f4d81 99%, #051123 100%); }

#topNav a.ui-btn-active, #topNav a.active {
  color: #fff;
  background: #2a4c81;
  /*NON RADIAL FALLBACK*/
  background: -moz-linear-gradient(left, #0c356b 0%, #2a4c81 50%, #0c356b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0c356b), color-stop(50%, #2a4c81), color-stop(100%, #0c356b));
  background: -webkit-linear-gradient(left, #0c356b 0%, #2a4c81 50%, #0c356b 100%);
  background: -o-linear-gradient(left, #0c356b 0%, #2a4c81 50%, #0c356b 100%);
  background: -ms-linear-gradient(left, #0c356b 0%, #2a4c81 50%, #0c356b 100%);
  background: linear-gradient(to right, #0c356b 0%, #2a4c81 50%, #0c356b 100%);
  /*RADIAL GRADIENT*/
  background: -moz-radial-gradient(center, ellipse cover, #2a4c81 0%, #0c356b 99%, #051123 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2a4c81), color-stop(99%, #0c356b), color-stop(100%, #051123));
  background: -webkit-radial-gradient(center, ellipse cover, #2a4c81 0%, #0c356b 99%, #051123 100%);
  background: -o-radial-gradient(center, ellipse cover, #2a4c81 0%, #0c356b 99%, #051123 100%);
  background: -ms-radial-gradient(center, ellipse cover, #2a4c81 0%, #0c356b 99%, #051123 100%);
  background: radial-gradient(ellipse at center, #2a4c81 0%, #0c356b 99%, #051123 100%);
  color: #fff; }

#topNav a .topNavIcon {
  display: block;
  margin: 0 auto; }

#topNav a img {
  width: 30px;
  position: relative;
  top: 4px; }

img.logo {
  display: block;
  margin: 0 auto;
  padding-top: 40px; }

.ui-header .ui-title {
  margin-left: 15%;
  margin-right: 15%; }

/* =========================================================================
							CONTENT AREA
   =========================================================================*/
.ui-page {
  background: #f5f0ec;
  display: none; }

.ui-content {
  position: relative; }

/* ===================================================
					FOOTER
=================================================== */
#footer {
  border: none;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  height: 56px;
  line-height: 60px;
  background: #646462;
  background: -moz-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646462), color-stop(100%, #50504e));
  background: -webkit-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -o-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -ms-linear-gradient(top, #646462 0%, #50504e 100%);
  background: linear-gradient(to bottom, #646462 0%, #50504e 100%); }

#footer.portalFooter {
  height: auto;
  line-height: normal;
  padding: 10px 15px;
  width: auto; }

#footerContent {
  padding: 0 15px; }

#footer .logoFooter {
  height: 33px;
  width: auto;
  padding-top: 8px;
  margin-left: 15px;
  float: left; }

#footer img.logoFooterCity {
  display: block;
  max-height: 33px;
  max-width: 50%;
  width: auto;
  height: auto;
  float: left;
  padding-top: 8px;
  margin-left: 10px; }

#footer .footerButton {
  color: #fff;
  height: 33px;
  line-height: 33px;
  padding: 0 4px;
  font-size: 0.8em;
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  background: black;
  background: -moz-linear-gradient(top, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(160, 160, 160, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  border: solid 1px rgba(0, 0, 0, 0.3); }

.BB10 #footer .footerButton, .BB #footer .footerButton {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3); }

#footer .h3, #footer h4 {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

/* =====================================================================================================
   =====================================================================================================

										CONTENT STYLES

   =====================================================================================================
   ======================================================================================================*/
.colorOne {
  background-color: #3276af; }

a.colorOne:active {
  background-color: #3c89ca; }

.textColorOne {
  color: #3276af; }

/* =========================================================================
							GLOBAL STYLES
   =========================================================================*/
body {
  font: normal 0.9em "Helvetica Neue", sans-serif;
  color: #333333;
  background: #f5f0ec; }

.wp body {
  font: normal 0.9em sans-serif; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: none; }

.showHide {
  visibility: hidden; }

.marginTop20 {
  margin-top: 20px; }

.hidden {
  visibility: hidden; }

.displayBlock {
  display: block; }

.noBold {
  font-weight: normal; }

.red {
  color: #ad3c00; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.alignLeft {
  text-align: left; }

.clear {
  clear: both; }

/* clear fix */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/* ===================================================
					TEXT STYLES
   =================================================== */
h1, h2, h3, h4, h5 {
  font-family: "helvetica neue", helvetica, arial, sans-serif; }

.wp h1, .wp h2, .wp h3, .wp h4, .wp h5, .wp .ui-content .headlineTable .tableCell, .wp .listItemTitle {
  font-weight: normal; }

.ui-content h2 {
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  border-top: dotted 1px rgba(0, 0, 0, 0.7);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.7);
  padding: 0.65em 0;
  margin-top: 5px;
  text-align: center;
  line-height: 1.2em; }

.ui-content h2 img {
  height: 35px;
  width: auto;
  vertical-align: -30%;
  padding-right: 3px; }

.ui-content h2.itemTitle {
  line-height: 1.2em;
  font-size: 1.1em;
  text-align: center; }

.ui-content h4.itemDate {
  text-align: center;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 15px; }

.ui-content h3 {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  line-height: 1.2em; }

.ui-content h3.big, .ui-content h3 .big {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: normal; }

.ui-content h3.alignBottom {
  display: inline;
  vertical-align: bottom; }

.ui-content h3.ui-li-heading {
  color: #333;
  text-shadow: 0 1px white;
  margin-bottom: 7px; }

.ui-content h3.ui-li-heading + p, .ui-content h4.ui-li-heading + p {
  color: #666; }

.ui-content h4 {
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 1em 0;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9; }

.ui-content h4 + ul.ui-listview, .ui-content h4 + ul.ui-listview-inset {
  margin-top: 5px;
  padding-top: 0; }

.ui-content a {
  text-decoration: none;
  color: #3276af; }

.noMargin, .noMargin * {
  margin: 0; }

.hr {
  width: 100%;
  height: 1px;
  margin: 1.25em 0;
  border-top: dotted 1px rgba(0, 0, 0, 0.7);
  clear: both; }

.hr + h4 {
  margin-top: 0; }

.hr.noMarginTop {
  height: 0.5em;
  margin-bottom: 2em; }

.ui-body, .ui-overlay {
  text-shadow: none; }

/* BLACKBERRY ONLY */
.BB10 .ui-content a, .BB10 .ui-content a:active {
  outline: none; }

/* =========================================================================
							CONTENT BLOCK STYLES
   =========================================================================*/
.ui-content .contentBlock {
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding: 20px 8%;
  text-shadow: none;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 20px; }

.ui-content .contentBlock > *:first-child {
  margin-top: 0;
  padding-top: 0; }

.ui-content .contentBlock.marginTop {
  margin-top: 2em; }

.BB10 .ui-content .contentBlock {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(0, 0, 0, 0.3); }

/* =================
	TEXT STYLES
====================*/
.ui-content .contentBlock * {
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
  /* Override imported styles */ }

.ui-content .contentBlock h1, .ui-content .contentBlock h2, .ui-content .contentBlock h3, .ui-content .contentBlock h4 {
  color: #000;
  text-shadow: none;
  font-weight: bold; }

.ui-content .contentBlock h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #333; }

.ui-content .contentBlock h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
  background: none;
  margin-bottom: 15px;
  border: none; }

.ui-content .contentBlock h3 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  text-align: left;
  background: none;
  margin-bottom: 10px; }

.ui-content .contentBlock h3.smallGrey {
  font-size: 0.8em;
  color: #666;
  font-weight: normal; }

.ui-content .contentBlock h4, .ui-content .contentBlock h5, .ui-content.contentBlock h6 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 5px; }

.ui-content h1.noMarginTop, .ui-content h2.noMarginTop, .ui-content h3.noMarginTop, .ui-content h4.noMarginTop, .ui-content h5.noMarginTop, .ui-content h6.noMarginTop {
  margin-top: 0; }

.ui-content h1.noMarginBottom, .ui-content h2.noMarginBottom, .ui-content h3.noMarginBottom, .ui-content h4.noMarginBottom, .ui-content h5.noMarginBottom, .ui-content h6.noMarginBottom {
  margin-bottom: 0; }

.contentBlock a {
  color: #2489CE;
  font-weight: bold;
  -ms-word-break: break-all;
  /*Prevent long urls from breaking the layout*/
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.contentBlock hr {
  height: 1px;
  background: #ccc;
  color: #ccc;
  width: 100%;
  margin: 20px 0;
  border: none; }

/* ==================================
	LIST STYLES CONTENT BLOCK
====================================== */
.contentBlock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px; }

.contentBlock li {
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../../images/bullet-content.png) left 7px no-repeat;
  background-size: auto 7px; }

.contentBlock ol li {
  background: none; }

.ui-content .contentBlock h1 + ul, .ui-content .contentBlock h2 + ul, .ui-content .contentBlock h3 + ul {
  padding-top: 0; }

/* =================
	IMAGE STYLES
====================*/
.ui-content .contentBlock img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 10px auto;
  height: auto;
  width: auto;
  border: solid 5px #eaeaea;
  outline: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* =================
	TABLE STYLES
====================*/
.ui-content .contentBlock table {
  width: 100%;
  border-collapse: collapse;
  border: none; }

.ui-content .contentBlock table th {
  padding: 8px;
  font-weight: bold;
  text-align: left;
  background: #eaeaea; }

.ui-content .contentBlock table td {
  padding: 8px;
  border-top: solid 1px #ccc; }

.ui-content .contentBlock table tr:last-child td {
  border-bottom: solid 1px #ccc; }

.ui-content .contentBlock table.wideTable table, .ui-content .contentBlock table.wideTable tbody, .ui-content .contentBlock table.wideTable thead, .ui-content .contentBlock table.wideTable tfoot, .ui-content .contentBlock table.wideTable tr, .ui-content .contentBlock table.wideTable th, .ui-content .contentBlock table.wideTable td {
  display: block;
  width: 100%; }

.ui-content .contentBlock table.wideTable th {
  background: none;
  border-top: solid 1px #ccc; }

.ui-content .contentBlock table.wideTable th, .ui-content .contentBlock table.wideTable td {
  width: 96%;
  padding: 8px 2%; }

.ui-content .contentBlock table.wideTable tr:nth-child(even) {
  background: #eaeaea; }

.ui-content .contentBlock table.wideTable tr:last-child td {
  border-bottom: none; }

.ui-content .contentBlock table.wideTable tr:last-child td:last-child {
  border-bottom: solid 1px #ccc; }

/* =================
	ALERT BLOCKS
====================*/
.warning {
  padding: 20px;
  margin: 15px 0;
  background: #efb1a2;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  text-shadow: none; }

.warning:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #efb1a2;
  border-bottom: 13px solid transparent;
  z-index: 2; }

/* =========================================================================
							HEADLINE STYLES
   =========================================================================*/
.headlineTableContainer {
  border-top: dotted 1px rgba(0, 0, 0, 0.7);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.7);
  margin-bottom: 1em;
  padding: 0 10px; }

.headlineTableContainer.noBorder {
  background: none;
  border: none; }

.ui-content .displayTable.headlineTable {
  padding: 0.2em 0;
  width: auto;
  margin: 0 auto;
  position: relative; }

.ui-content .displayTable.headlineTable.alignLeft {
  margin: 0; }

.ui-content .headlineTable .tableCell {
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-content .headlineTable .tableCell img {
  height: 35px;
  width: auto;
  opacity: 0.9; }

.ui-content .headlineTable .tableCell:first-child {
  text-align: right;
  padding-right: 5px; }

.ui-content .headlineTable .tableCell:last-child {
  text-align: left; }

.ui-content .headlineTable .noIcon {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/* ========================================================================
							LISTVIEW STYLES
   =========================================================================*/
.ui-content .ui-listview li a, .ui-content .ui-listview li.ui-li-divider {
  border: none;
  border-bottom: solid 1px #ccc;
  text-shadow: none !important; }

.ui-content .ui-listview li:last-child a {
  border: none; }

.ui-content .ui-listview.wrapTrue li a {
  white-space: normal;
  font-size: 0.9em; }

.ui-content .ui-listview li:last-child {
  border: none; }

.ui-content .ui-listview .ui-btn-up-c a, .ui-content .ui-listview .ui-btn-up-c a:hover {
  background: #ccc;
  border-bottom: solid 1px #888; }

.onlyChild {
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em; }

.ui-content .ui-listview .noWrap {
  white-space: normal; }

.ui-li .ui-btn-text a.ui-link-inherit.noWrap {
  white-space: normal; }

.ui-content .ui-listview .listThumbContainer {
  position: relative;
  width: 3.5em;
  height: 3.5em;
  float: left;
  margin-right: 1em;
  margin-left: -5px; }

.ui-content .ui-listview.thumbList li, .ui-content .ui-listview.thumbList li a {
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-content .ui-listview h4 {
  margin: 10px 0 0 0;
  color: #333333;
  text-shadow: none;
  font-size: 1em;
  padding-bottom: 3px; }

.ui-content .ui-listview.bigButton a {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.ui-content .ui-listview h4.noMarginTop {
  margin-top: 0; }

.ui-content .ui-listview.iconList a {
  padding-left: 55px; }

.ui-content .listItemDetails {
  font-size: 0.9em;
  margin: 0 0 0.6em 0;
  line-height: 1.1em;
  font-weight: normal;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  padding-bottom: 2px;
  display: block; }

.ui-content .listItemDetails.noMarginBottom {
  margin-bottom: 0; }

.ui-content .orangeText {
  color: #d1671c; }

br.ui-li-desc {
  display: none; }

.ui-content .ui-li-desc {
  font-size: 0.9em; }

.ui-content .listItemDetails p.ui-li-desc {
  margin-top: 0; }

.city_of_barrie .itemContactList2 a img {
  display: inline; }

.ui-content .ui-listview.htmlPageListview {
  margin: 20px 0px; }

.ui-content .ui-listview.htmlPageListview li a {
  padding-left: 5px; }

.ui-content .ui-listview.htmlPageListview.legacy li a {
  padding-left: 31px; }

.ui-content .ui-listview.htmlPageListview li a img.listIconLeft {
  position: static;
  display: inline;
  vertical-align: middle; }

.contactList .contactTitle {
  display: none; }

/* ===========================
		DATE LIST
   =========================== */
.ui-content .dateList a, .ui-content .notificationList > li {
  min-height: 60px;
  padding-left: 80px;
  display: block;
  position: relative; }

.ui-content .dateList h4 {
  color: #333;
  text-shadow: none; }

.ui-content .dateBox {
  display: block;
  width: 70px;
  height: 78px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em; }

.ui-content .monthBox {
  display: block;
  border-radius: 0.5em 0.5em 0 0;
  height: 20px;
  line-height: 20px;
  color: white;
  color: #666;
  font-size: 0.8em;
  padding-top: 5px; }

.ui-content .dayBox {
  font-size: 2.5em;
  color: #3276af; }

/* ===========================
		DISTANCE LIST
   =========================== */
.distanceList .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow {
  padding-right: 100px; }

.ui-content .distanceBox {
  display: block;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 50px;
  font-style: italic;
  font-size: 0.9em;
  font-weight: normal;
  color: #3276af; }

/* ===========================
		CATEGORY LIST
   =========================== */
.ui-content .categoryList a {
  min-height: 20px;
  padding-left: 10px;
  display: block;
  position: relative;
  padding-top: 0.9em;
  padding-bottom: 0.7em; }

.ui-content .categoryList h4 {
  color: #333;
  text-shadow: none;
  margin-top: 0; }

/* ===========================
		BUTTON DOWN STYLES
   =========================== */
.ui-btn-up-b, .ui-btn-down-b, .ui-btn-hover-b {
  background-image: none;
  background: #ddd; }

.ui-btn-up-b:visited, .ui-btn-up-b a.ui-link-inherit {
  color: #000; }

/* =========================================================================
					BLOCK LIST STYLES (IE TRANSIT)
   =========================================================================*/
.ui-content ul.blockList {
  box-shadow: none; }

.ui-content .ui-listview.blockList li {
  text-shadow: none;
  border-bottom: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0.4em;
  border: none !important;
  -webkit-border-radius: 0.4em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important; }

.ui-content ul.blockList .listItemTitle {
  font-size: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0; }

.ui-content ul.blockList .listItemSubTitle {
  display: block;
  background: #eaeaea;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-weight: normal; }

.ui-content ul.blockList .listItemDetails {
  padding: 10px;
  white-space: normal; }

.ui-content ul.blockList .listItemDetails.displayTable {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bigTextContainer {
  display: inline-block;
  text-align: center;
  width: 80px; }

.bigText {
  font-size: 2em;
  line-height: 1em; }

.bigText .bigTextLabel {
  font-size: 0.9em;
  line-height: 1em; }

.blockListIcons {
  width: 40%; }

.ui-content .blockListIcon {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  padding: 0 0 0 5px; }

.blockListIcon.wheelchair {
  background: url(../../images/icon-wheelchair-white.png) left center no-repeat;
  background-size: 20px auto; }

.blockListIcon.flag {
  background: url(../../images/icon-flag-white.png) left center no-repeat;
  background-size: 20px auto; }

.ui-content .blockList hr {
  height: 1px;
  background: #ccc;
  color: #ccc;
  width: 100%;
  margin: 5px 0;
  border: none; }

/* ===========================
		BLOCK LIST BUTTONS
   =========================== */
.listItemDetails .listItemButtons {
  width: 165px;
  float: right;
  text-align: right; }

.listItemDetails .listItemButtons.vertButtons {
  width: 50px;
  padding: 0 10px 0 10px; }

.listItemDetails .listItemButtons a, .listItemDetails .listItemButtons a:hover {
  color: white;
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-size: 0.9em; }

.listItemDetails .listItemButtons.vertButtons a, .listItemDetails .listItemButtons.vertButtons a:hover {
  display: block; }

.listItemDetails .listItemButtons.vertButtons a + .listItemDetails .listItemButtons.vertButtons a {
  margin-top: 5px; }

.listItemDetails .listItemButtons a img {
  height: 35px;
  width: auto; }

/* =========================================================================
							TABLE STYLES
   =========================================================================*/
.ui-content .displayTable {
  display: table;
  width: 100%; }

.ui-content .tableCell {
  display: table-cell;
  vertical-align: top; }

.ui-content .tableCell.alignMiddle {
  vertical-align: middle; }

.ui-content .tableCell.alignTop {
  vertical-align: top; }

.ui-content .tableCell.alignBottom {
  vertical-align: bottom; }

/* =========================================================================
							BUTTON STYLES
   =========================================================================*/
.ui-content .button {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  margin: 10px 0; }

.ui-content .button.noMarginTop {
  margin-top: 0; }

.ui-content .horizButtonGroup-a .ui-block-a .button {
  -webkit-border-radius: 0.5em 0 0 0.5em;
  border-radius: 0.5em 0 0 0.5em; }

.ui-content .horizButtonGroup-a .ui-block-b .button {
  -webkit-border-radius: 0 0.5em 0.5em 0;
  border-radius: 0 0.5em 0.5em 0; }

.ui-content .horizButtonGroup-b .ui-block-a .button {
  -webkit-border-radius: 0.5em 0 0 0.5em;
  border-radius: 0.5em 0 0 0.5em; }

.ui-content .horizButtonGroup-b .ui-block-b .button {
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-content .horizButtonGroup-b .ui-block-c .button {
  -webkit-border-radius: 0 0.5em 0.5em 0;
  border-radius: 0 0.5em 0.5em 0; }

.ui-content .transparentButton, .ui-content .transparentButton:hover, .ui-content .transparentButton:visited {
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  background: black;
  background: -moz-linear-gradient(top, rgba(160, 160, 160, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%); }

.ui-content .transparentButton:active {
  background: black;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%); }

.circleButton {
  display: block;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  width: 44px;
  height: 34px;
  padding-top: 10px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3); }

.circleButton img {
  display: block;
  margin: 0 auto;
  height: 22px;
  width: auto; }

.circleButton.centered {
  margin: 0 auto; }

.circleButton:active {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); }

.circleButton + h2 {
  margin-top: 7px;
  padding: 0 40px;
  text-align: center; }

.buttonStyleOne, .ui-content .buttonStyleOne, .ui-content .buttonStyleOne:hover, .ui-content .buttonStyleOne:visited {
  background: #3276af;
  background: -moz-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276af), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #3276af 0%, #134d7e 100%);
  color: #fff !important; }

.buttonStyleOne:active, .ui-content .buttonStyleOne:active {
  background: #2c6798;
  background: -moz-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c6798), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #2c6798 0%, #134d7e 100%);
  color: #fff !important; }

.ui-content .ui-submit, .ui-content .buttonStyleTwo, .ui-content .buttonStyleTwo:hover, .ui-content .buttonStyleTwo:visited {
  background: #91bd1e;
  background: -moz-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91bd1e), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #91bd1e 0%, #83a42a 100%);
  color: #fff !important; }

.ui-content .ui-submit:active, .ui-content .buttonStyleTwo:active {
  background: #85a334;
  background: -moz-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85a334), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #85a334 0%, #83a42a 100%);
  color: #fff !important; }

/* Default blue and green buttons */
.buttonStyleBlue, .buttonStyleBlue:hover, .buttonStyleBlue:visited {
  background: #3276af;
  background: -moz-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276af), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #3276af 0%, #134d7e 100%);
  color: #fff !important; }

.buttonStyleBlue:active, .ui-content .buttonStyleBlue:active {
  background: #2c6798;
  background: -moz-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c6798), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #2c6798 0%, #134d7e 100%);
  color: #fff !important; }

buttonStyleGreen, .ui-content .buttonStyleGreen, .ui-content .buttonStyleGreen:hover, .ui-content .buttonStyleGreen:visited {
  background: #91bd1e;
  background: -moz-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91bd1e), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #91bd1e 0%, #83a42a 100%);
  color: white; }

buttonStyleGreen:active, .ui-content .buttonStyleGreen:active {
  background: #85a334;
  background: -moz-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85a334), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #85a334 0%, #83a42a 100%); }

/* =========================================================================
							TAB STYLES
   =========================================================================*/
.ui-content .tabs .button {
  background: none;
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: 0 1px #f3ede9;
  font-weight: bold; }

.ui-content .tabs .button.active {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: none; }

.ui-content .ui-grid-a.tabs div:first-child .button {
  -webkit-border-radius: 0.4em 0 0 0.4em;
  border-radius: 0.4em 0 0 0.4em; }

.ui-content .ui-grid-a.tabs .ui-block-b .button {
  -webkit-border-radius: 0 0.4em 0.4em 0;
  border-radius: 0 0.4em 0.4em 0; }

.ui-content .tabContent {
  display: none; }

.ui-content .tabContent1 {
  display: block; }

/* =========================================================================
							FORM STYLES
   =========================================================================*/
.ui-content .ui-input-text, .ui-content .ui-slider-input {
  padding: 0.4em;
  /* JQM override */
  border: none;
  background: rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4) !important; }

.ui-content .ui-input-search, .ui-content .ui-input-text {
  background: white; }

.ui-content ::-webkit-input-placeholder {
  text-shadow: none;
  color: #666; }

.ui-content .ui-select {
  position: relative; }

.ui-controlgroup-controls {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em; }

.ui-content .ui-controlgroup-controls label {
  box-shadow: none;
  -webkit-box-shadow: none; }

.ui-content .ui-controlgroup-controls .ui-checkbox {
  border-bottom: solid 1px #ccc; }

.ui-content .ui-controlgroup-controls div:last-child {
  border-bottom: none; }

.ui-content .fieldSet {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.7);
  padding-bottom: 10px;
  margin-bottom: 10px; }

.ui-content .fieldSet.padded {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.error + .ui-btn-inner {
  color: red; }

.error[style*="display"] + .ui-btn-inner {
  color: black; }

.ui-select .ui-btn.error {
  background: #e4bfbf;
  text-shadow: none; }

.ui-content .ui-input-text.error::-webkit-input-placeholder {
  color: #333; }

.ui-content label.error {
  visibility: hidden;
  display: block;
  height: 0; }

.error {
  font-weight: normal; }

.ui-select .error {
  font-weight: bold; }

.ui-content label.displayBlock {
  display: block; }

.ui-content .ui-input-search input {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none; }

.ui-content .ui-slider-input {
  width: 13%;
  margin-right: 2%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-content .ui-slider {
  width: 85%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-content .ui-slider-switch.ui-btn-down-c, .ui-content .ui-slider.ui-btn-down-c {
  background: none; }

.ui-grid-a div.ui-slider-switch {
  width: 90%; }

.ui-block-b div.ui-slider-switch {
  float: right; }

.ui-content .ui-slider-switch .ui-btn-down-c, .ui-content .ui-slider-switch .ui-btn-active, .ui-content .ui-slider.ui-btn-down-c {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #F3EDE9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #F3EDE9;
  text-shadow: none; }

.ui-slider-switch .ui-focus, .ui-slider-switch .ui-btn:focus, .ui-slider .ui-focus, .ui-slider .ui-btn:focus {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

label.ui-slider {
  display: none; }

.ui-content .ui-slider-input {
  height: 34px; }

.ui-controlgroup-controls .ui-radio .ui-btn-up-c {
  border-bottom: solid 1px #ccc; }

.ui-controlgroup-controls .ui-radio:last-child .ui-btn-up-c {
  border: none; }

.ui-content .ui-listview-filter {
  margin: 10px 0;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em; }

.ui-content .ui-listview-filter div {
  border: solid 1px rgba(0, 0, 0, 0.3); }

.ui-controlgroup .ui-checkbox {
  margin-top: 0;
  margin-bottom: 0; }

/* SUBMIT BUTTON */
.ui-content .ui-submit {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  margin: 10px 0; }

.ui-content input[type="submit"].button {
  margin: 0; }

.ui-content .ui-submit .ui-btn-inner {
  padding: 0; }

.ui-content .inputHiddenOuter .ui-input-text {
  display: none; }

/* =========================================================================
							LEGEND STYLES
   =========================================================================*/
/* ============================
	LEGEND FOR CONTENT AREA
   ============================ */
.contentLegend {
  width: 150px;
  float: right;
  padding-left: 20px; }

.legendItem {
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 4px 0 4px 40px;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  overflow: visible; }

.legendItem.wheelchair {
  background: url(../../images/icon-wheelchair.png) left center no-repeat;
  background-size: 30px auto; }

.legendItem.flag {
  background: url(../../images/icon-flag.png) left center no-repeat;
  background-size: 30px auto; }

/* ============================
	DOT LEGENDS
============================ */
.legendCircle.blue {
  background: #3276af;
  background: -moz-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276af), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #3276af 0%, #134d7e 100%); }

.legendCircle.orange {
  background: #e87d36;
  background: -moz-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e87d36), color-stop(100%, #df6d1d));
  background: -webkit-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -o-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -ms-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: linear-gradient(to bottom, #e87d36 0%, #df6d1d 100%); }

.legendCircle.green {
  background: #91bd1e;
  background: -moz-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91bd1e), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #91bd1e 0%, #83a42a 100%); }

.legendCircle.yellow {
  background: #e7b92f;
  background: -moz-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b92f), color-stop(100%, #daa70c));
  background: -webkit-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -o-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -ms-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: linear-gradient(to bottom, #e7b92f 0%, #daa70c 100%); }

.legendCircle.turquoise {
  background: #21bdde;
  background: -moz-linear-gradient(top, #21bdde 0%, #1698b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21bdde), color-stop(100%, #1698b3));
  background: -webkit-linear-gradient(top, #21bdde 0%, #1698b3 100%);
  background: -o-linear-gradient(top, #21bdde 0%, #1698b3 100%);
  background: -ms-linear-gradient(top, #21bdde 0%, #1698b3 100%);
  background: linear-gradient(to bottom, #21bdde 0%, #1698b3 100%); }

.legendCircle.purple {
  background: #8f1dde;
  background: -moz-linear-gradient(top, #8f1dde 0%, #7316b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f1dde), color-stop(100%, #7316b3));
  background: -webkit-linear-gradient(top, #8f1dde 0%, #7316b3 100%);
  background: -o-linear-gradient(top, #8f1dde 0%, #7316b3 100%);
  background: -ms-linear-gradient(top, #8f1dde 0%, #7316b3 100%);
  background: linear-gradient(to bottom, #8f1dde 0%, #7316b3 100%); }

.legendCircle {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 6px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3); }

/* =========================================================================
							GRID STYLES
   =========================================================================*/
.paddedBlock {
  padding-right: 10px; }

.paddedBlock:last-child {
  padding-right: 0; }

.ui-grid-a.paddedGrid .ui-block-a {
  padding-right: 5px; }

.ui-grid-a.paddedGrid .ui-block-b {
  padding-left: 5px; }

/* =========================================================================
							POPUP STYLES
   =========================================================================*/
.ui-popup.ui-body, .ui-popup.ui-body-inherit {
  border: none;
  background: #eaeaea; }

.ui-popup.ui-body-inherit {
  background: #efefef;
  border: none;
  -webkit-box-shadow: 0 20px 11px -20px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 20px 11px -20px rgba(0, 0, 0, 0.9);
  box-shadow: 0 20px 11px -20px rgba(0, 0, 0, 0.9); }

.ui-popup .ui-content {
  padding: 0; }

.popupDiv {
  position: relative; }

.popupContentInt {
  padding: 20px;
  min-width: 120px; }

.iconClose {
  position: absolute;
  top: -10px;
  right: -10px; }

.popupClose img, .popupRateClose img {
  display: block;
  cursor: pointer;
  width: 28px;
  height: auto;
  position: absolute;
  top: -10px;
  right: -10px;
  text-decoration: none; }

/* ========================================================================
							LEGACY HTML CONTACT PAGE LISTVIEW STYLES
   =========================================================================*/
.legacyListview {
  display: none; }

/* =====================================================================================================
   =====================================================================================================

										PORTAL STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ================================================
				BACKGROUND 
===================================================*/
.signIn, #splashPage {
  /*HORIZONTAL LINEAR */
  background: #08416d !important;
  background: -moz-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #08416d), color-stop(50%, rgba(33, 127, 178, 0.75)), color-stop(98%, rgba(8, 65, 109, 0.98)), color-stop(100%, #08416d)), #08416d !important;
  background: -webkit-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d !important;
  background: -o-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d !important;
  background: -ms-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d !important;
  background: linear-gradient(to right, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d !important; }

.signIn.ui-overlay-c {
  /*HORIZONTAL LINEAR*/
  background: #08416d;
  background: -moz-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #08416d), color-stop(50%, rgba(33, 127, 178, 0.75)), color-stop(98%, rgba(8, 65, 109, 0.98)), color-stop(100%, #08416d)), #08416d;
  background: -webkit-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -o-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -ms-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: linear-gradient(to right, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d; }

#landingPage, #democityPage {
  background: #08416d;
  background: -moz-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #08416d), color-stop(50%, rgba(33, 127, 178, 0.75)), color-stop(98%, rgba(8, 65, 109, 0.98)), color-stop(100%, #08416d)), #08416d;
  background: -webkit-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -o-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: -ms-linear-gradient(left, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d;
  background: linear-gradient(to right, #08416d 0%, rgba(33, 127, 178, 0.75) 50%, rgba(8, 65, 109, 0.98) 98%, #08416d 100%), #08416d; }

/* ================================================
				LOGO 
===================================================*/
.logoPing {
  width: 100%;
  height: 200px;
  background: url(../../images/logo-ping-hires.png) center center no-repeat;
  background-size: 200px auto;
  margin-bottom: -20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.logoPing.loaded {
  visibility: visible;
  opacity: 1; }

#splashPage .logoPing {
  width: 100%;
  height: 50%;
  max-height: 300px;
  background: url(../../images/logo-ping-hires.png) top center no-repeat;
  background-size: auto 100%; }

.splashLogo {
  height: 220px;
  width: auto; }

/* ================================================
				SIGN IN 
===================================================*/
.loadGif {
  display: block;
  z-index: 3;
  position: absolute;
  margin-left: -20px;
  left: 50%;
  top: 50%;
  opacity: 0.8; }

.ui-content.landingContent {
  margin: 0 15px; }

.landingContent .form {
  display: none; }

.ui-content h3.landingOr {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: normal; }

.orGrid .ui-block-a, .orGrid .ui-block-c {
  height: 40px;
  background: url(../../images/divider-landing.png) center repeat-x;
  width: 40%; }

.orGrid .ui-block-b {
  width: 20%; }

.ui-content .ui-link.landingButton.button {
  background: rgba(0, 0, 0, 0.2) -moz-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29, 139, 187, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: rgba(0, 0, 0, 0.2) -webkit-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -o-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -ms-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) linear-gradient(to bottom, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4);
  padding: 3px 0; }

.ui-content .ui-link.landingButton {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.2em;
  border-radius: 0.4em;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.2) -moz-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29, 139, 187, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: rgba(0, 0, 0, 0.2) -webkit-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -o-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) -ms-linear-gradient(top, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: rgba(0, 0, 0, 0.2) linear-gradient(to bottom, rgba(29, 139, 187, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4); }

#enterAddress {
  border: none;
  min-width: 200px;
  padding: 30px;
  background: white;
  border-radius: 0.4em; }

#popupEnterAddress-popup {
  width: 90%; }

.popupLoaderDiv {
  text-align: center; }

.popupLoader {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  opacity: 0.4; }

.landingBody {
  height: 100%; }

.BB10 #landingPage .ui-popup-screen.in {
  height: 570px; }

/* =====================================================================================================
   =====================================================================================================

										DASHBOARD STYLES

   =====================================================================================================
   ======================================================================================================*/
.dashBody .ui-content {
  position: static; }

/* =========================================================================
							BANNER
   =========================================================================*/
.bannerContainer {
  height: 100%; }

.dashBanner {
  height: 300px;
  width: 100%; }

.dashBanner.dashShadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.menuToggle {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: -22.5px auto 0 auto;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3); }

.menuToggle img {
  max-width: 28px;
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -13.5px;
  top: 50%;
  margin-top: -14px; }

.contentContainer {
  overflow: hidden;
  position: relative;
  height: 100%; }

/* =========================================================================
							GRID VIEW
   =========================================================================*/
.gridNavContainer {
  width: 100%;
  display: none; }

.logoList {
  height: 40px;
  margin-bottom: 20px;
  width: 80%;
  float: left; }

.menuToggle.gridClose {
  margin-top: 0;
  float: right;
  cursor: pointer; }

#dashboardPage .gridList {
  margin-top: 20px;
  overflow: visible; }

#dashboardPage .gridList div {
  margin-bottom: 20px; }

#dashboardPage .gridList a {
  margin: 0;
  float: none; }

#dashboardPage .gridList a.ui-link div {
  margin-bottom: 0; }

#dashboardPage .gridList div a img {
  display: block;
  margin: 0 auto; }

#dashboardPage .gridList div:nth-child(3n+2) a {
  float: none;
  margin: 0 auto; }

#dashboardPage .gridList div:nth-child(3n+3) a {
  float: right; }

#dashboardPage .gridList.wideGrid {
  display: none; }

/* =========================================================================
							CAROUSEL NAV
   =========================================================================*/
#dashboardPage .ui-content {
  overflow: hidden; }

.dashMenuContainer {
  margin: -5px -15px 0 -15px; }

.dashMenu {
  position: relative;
  padding: 0; }

#dashScroller {
  width: 100%;
  height: 85px;
  padding-bottom: 5px; }

.touchcarousel .scrollbar-holder {
  bottom: 0; }

.touchcarousel .arrow-holder {
  /* ONLY DISPLAY FOR BLACKBERRY WITH NO TOUCH CAPABILITY */
  display: none; }

ul.touchcarousel-container {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.touchcarousel-container li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ========================================
				   TILES
   ========================================*/
.touchcarousel a.ui-link, .touchcarousel a.ui-link:hover, .touchcarousel a.ui-link:visited, #dashboardPage .gridList a {
  position: relative;
  display: block;
  width: 66px;
  height: 60px;
  padding: 5px 2px;
  float: left;
  margin-right: 10px;
  font: bold 10px/12px helvetica, arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.31);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.touchcarousel a.ui-link:active {
  box-shadow: none; }

.touchcarousel a.ui-link img, .gridList a.ui-link img {
  opacity: 0.8;
  max-height: 35px;
  height: auto; }

.touchcarousel a.ui-link .iconContainer, .gridList a.ui-link .iconContainer {
  height: 35px;
  width: 35px;
  margin: 0 auto; }

.touchcarousel li:first-child a {
  margin-left: 10px; }

.touchcarousel li:first-child a {
  /*  DEFAULT STYLE OVERRIDDEN IN CLIENT STYLESHEETS */
  background: #e7b92f;
  background: -moz-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b92f), color-stop(100%, #daa70c));
  background: -webkit-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -o-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -ms-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: linear-gradient(to bottom, #e7b92f 0%, #daa70c 100%); }

/* ========================================
			TILE ICONS
   ========================================*/
.iconContainer {
  background-size: 35px auto; }

.dashReport .iconContainer {
  background: url(../../images/icon-report.png) center center no-repeat;
  background-size: 35px auto; }

.dashGarbage .iconContainer {
  background: url(../../images/icon-garbage.png) center center no-repeat;
  background-size: 35px auto; }

.dashGovernment .iconContainer {
  background: url(../../images/icon-government.png) center center no-repeat;
  background-size: 35px auto; }

.dashSchools .iconContainer {
  background: url(../../images/icon-schools.png) center center no-repeat;
  background-size: 35px auto; }

.dashRoadClosures .iconContainer {
  background: url(../../images/icon-roads.png) center center no-repeat;
  background-size: 35px auto; }

.dashUtilities .iconContainer {
  background: url(../../images/icon-utilities.png) center center no-repeat;
  background-size: 35px auto; }

.dashLeisure .iconContainer {
  background: url(../../images/icon-leisure.png) center center no-repeat;
  background-size: 35px auto; }

.dashHaveSay .iconContainer {
  background: url(../../images/icon-mic.png) center center no-repeat;
  background-size: 35px auto; }

.dashNews .iconContainer {
  background: url(../../images/icon-news.png) center center no-repeat;
  background-size: 35px auto; }

.dashEvents .iconContainer {
  background: url(../../images/icon-events.png) center center no-repeat;
  background-size: 35px auto; }

.dashCareers .iconContainer {
  background: url(../../images/icon-careers-white.png) center center no-repeat;
  background-size: 35px auto; }

.dashContact .iconContainer {
  background: url(../../images/icon-contact.png) center center no-repeat;
  background-size: 35px auto; }

.dashSocial .iconContainer {
  background: url(../../images/icon-social.png) center center no-repeat;
  background-size: 35px auto; }

.dashTwitter .iconContainer {
  background: url(../../images/icon-twitter.png) center center no-repeat;
  background-size: 35px auto; }

.dashParks .iconContainer {
  background: url(../../images/icon-parks.png) center center no-repeat;
  background-size: 35px auto; }

.dashFacebook .iconContainer {
  background: url(../../images/icon-facebook.png) center center no-repeat;
  background-size: 35px auto; }

.dashOvernightParking .iconContainer {
  background: url(../../images/icon-parking.png) center center no-repeat;
  background-size: 35px auto; }

.dashTrails .iconContainer {
  background: url(../../images/icon-trails.png) center center no-repeat;
  background-size: 35px auto; }

.dashHospitals .iconContainer {
  background: url(../../images/icon-hospitals.png) center center no-repeat;
  background-size: 35px auto; }

.dashAirport .iconContainer {
  background: url(../../images/icon-hospitals.png) center center no-repeat;
  background-size: 35px auto; }

.dashBD .iconContainer {
  background: url(../../images/icon-business.png) center center no-repeat;
  background-size: 35px auto; }

.dashSchoolBusAlerts .iconContainer {
  background: url(../../images/icon-schoolBus.png) center center no-repeat;
  background-size: 35px auto; }

.dashTransit .iconContainer {
  background: url(../../images/icon-transit.png) center center no-repeat;
  background-size: 35px auto; }

.dashElections .iconContainer {
  background: url(../../images/icon-elections.png) center center no-repeat;
  background-size: 35px auto; }

.dashVoterLookup .iconContainer {
  background: url(../../images/icon-lookup.png) center center no-repeat;
  background-size: 35px auto; }

.dashBroadcast .iconContainer {
  background: url(../../images/icon-broadcast.png) center center no-repeat;
  background-size: 35px auto; }

.dashNotificaitonCenter .iconContainer {
  background: url(../../images/icon-notificationcenter.png) center center no-repeat;
  background-size: 35px auto; }

/* ========================================
				 WHITE ICONS
   ========================================*/
.whiteIcons .dashReport .iconContainer {
  background: url(../../images/icon-report-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashGarbage .iconContainer {
  background: url(../../images/icon-garbage-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashGovernment .iconContainer {
  background: url(../../images/icon-government-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashSchools .iconContainer {
  background: url(../../images/icon-schools-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashRoadClosures .iconContainer {
  background: url(../../images/icon-roads-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashUtilities .iconContainer {
  background: url(../../images/icon-utilities-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashLeisure .iconContainer {
  background: url(../../images/icon-leisure-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashHaveSay .iconContainer {
  background: url(../../images/icon-mic-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashNews .iconContainer {
  background: url(../../images/icon-news-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashEvents .iconContainer {
  background: url(../../images/icon-events-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashContact .iconContainer {
  background: url(../../images/icon-Contact-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashSocial .iconContainer {
  background: url(../../images/icon-social-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashTwitter .iconContainer {
  background: url(../../images/icon-twitter-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashParks .iconContainer {
  background: url(../../images/icon-parks-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashFacebook .iconContainer {
  background: url(../../images/icon-facebook-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashOvernightParking .iconContainer {
  background: url(../../images/icon-parking-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashTrails .iconContainer {
  background: url(../../images/icon-trails-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashHospitals .iconContainer {
  background: url(../../images/icon-hospitals-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashAirport .iconContainer {
  background: url(../../images/icon-hospitals-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashBD .iconContainer {
  background: url(../../images/icon-business-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashSchoolBusAlerts .iconContainer {
  background: url(../../images/icon-schoolBus-white.png) center center no-repeat;
  background-size: 35px auto; }

.whiteIcons .dashTransit .iconContainer {
  background: url(../../images/icon-transit2-white.png) center center no-repeat;
  background-size: 30px auto; }

.whiteIcons .dashElections .iconContainer {
  background: url(../../images/icon-elections-white.png) center center no-repeat;
  background-size: 35px auto; }

/* =========================================================================
			NO CAROUSEL (DISABLED FOR MUNICIPALITIES WITH > 2 TILES
   =========================================================================*/
#dashScroller.noScroll {
  display: table;
  margin: 0 auto;
  width: inherit;
  height: 70px; }

.dashMenu.noScroll {
  padding-bottom: 0; }

#dashScroller.noScroll .touchCarousel {
  width: inherit; }

#dashScroller.noScroll ul.touchcarousel-container li {
  display: inline; }

#dashScroller.noScroll ul.touchcarousel-container li:first-child a {
  margin-left: 10px; }

.alertNumber {
  display: block;
  width: 20px;
  height: 20px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  position: absolute;
  right: -9px;
  top: 0px;
  margin-top: -9px;
  text-shadow: none;
  font-weight: bold; }

/* =========================================================================
							DASHBOARD SETTINGS 
   =========================================================================*/
#configChecklistPossible {
  display: none; }

.updateDash {
  visibility: hidden; }

/* =========================================================================
						DASHBOARD PAGE QUERIES
   =========================================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .touchcarousel .arrow-holder.right {
    background: rgba(255, 255, 255, 0.5) url(../../images/scroll-nav-right2x.png) center center no-repeat;
    background-size: 30px 30px; }

  .touchcarousel .arrow-holder.left {
    background: rgba(255, 255, 255, 0.5) url(../../images/scroll-nav-left2x.png) center center no-repeat;
    background-size: 30px 30px; }
 }

@media screen and (min-width: 640px) {
  #dashboardPage .gridList {
    display: none; }

  #dashboardPage .gridList.wideGrid {
    display: block; }

  #dashboardPage .gridList.wideGrid div a {
    float: none;
    margin: 0 auto; }
 }

/* =========================================================================
							SWIPER TEST
   =========================================================================*/
.wp .touchcarousel {
  padding-top: 10px; }

.swiper-container {
  height: 95px !important; }

.swiper-wrapper {
  margin: 0;
  margin-bottom: 3px !important;
  list-style: none;
  padding: 0;
  padding-top: 10px !important;
  width: 500px;
  height: 80px !important; }

.swiper-wrapper li {
  margin: 0;
  height: 80px;
  padding: 0;
  list-style: none; }

.swiper-container li a {
  position: relative; }

.touchcarousel-item a {
  height: 66px;
  /* !important;*/
  width: 66px;
  /* !important;*/ }

.swiper-container a.ui-link, .swiper-container a.ui-link:hover, .swiper-container a.ui-link:visited, #dashboardPage .gridList a {
  display: block;
  width: 66px;
  height: 60px;
  padding: 5px 2px;
  float: left;
  margin-right: 10px;
  font: bold 10px/12px helvetica, arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.swiper-container a.ui-link:active {
  box-shadow: none; }

.swiper-container a.ui-link img, .gridList a.ui-link img {
  opacity: 0.8;
  max-height: 35px;
  height: auto; }

.swiper-container a.ui-link .iconContainer, .gridList a.ui-link .iconContainer {
  height: 35px;
  width: 35px;
  margin: 0 auto; }

.swiper-container .scrollbar-holder {
  bottom: 0; }

.swiper-container .arrow-holder {
  /* ONLY DISPLAY FOR BLACKBERRY WITH NO TOUCH CAPABILITY */
  display: none; }

.swiper-container li:first-child a {
  margin-left: 10px; }

.swiper-container li:nth-child(4n+1) a, #listNav li:nth-child(4n+1), .gridList div:nth-child(4n+1) a {
  /* YELLOW */
  background: #e7b92f;
  background: -moz-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b92f), color-stop(100%, #daa70c));
  background: -webkit-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -o-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: -ms-linear-gradient(top, #e7b92f 0%, #daa70c 100%);
  background: linear-gradient(to bottom, #e7b92f 0%, #daa70c 100%); }

.swiper-container li:nth-child(4n+1) a:active, #listNav li:nth-child(4n+1):active, .gridList div:nth-child(4n+1) a:active {
  color: white;
  background: #bd9314;
  background: -moz-linear-gradient(top, #bd9314 0%, #e7b92f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd9314), color-stop(100%, #e7b92f));
  background: -webkit-linear-gradient(top, #bd9314 0%, #e7b92f 100%);
  background: -o-linear-gradient(top, #bd9314 0%, #e7b92f 100%);
  background: -ms-linear-gradient(top, #bd9314 0%, #e7b92f 100%);
  background: linear-gradient(to bottom, #bd9314 0%, #e7b92f 100%); }

.touchcarousel-container li:nth-child(4n+2) a, .swiper-container li:nth-child(4n+2) a, #listNav li:nth-child(4n+2), .gridList div:nth-child(4n+2) a {
  /* ORANGE */
  background: #e87d36;
  background: -moz-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e87d36), color-stop(100%, #df6d1d));
  background: -webkit-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -o-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: -ms-linear-gradient(top, #e87d36 0%, #df6d1d 100%);
  background: linear-gradient(to bottom, #e87d36 0%, #df6d1d 100%); }

.touchcarousel-container li:nth-child(4n+2) a:active, .swiper-container li:nth-child(4n+2) a:active, #listNav li:nth-child(4n+2):active, .gridList div:nth-child(4n+2) a:active {
  color: white;
  background: #dd6616;
  background: -moz-linear-gradient(top, #dd6616 0%, #df6d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd6616), color-stop(100%, #df6d1d));
  background: -webkit-linear-gradient(top, #dd6616 0%, #df6d1d 100%);
  background: -o-linear-gradient(top, #dd6616 0%, #df6d1d 100%);
  background: -ms-linear-gradient(top, #dd6616 0%, #df6d1d 100%);
  background: linear-gradient(to bottom, #dd6616 0%, #df6d1d 100%); }

.swiper-container li:nth-child(4n+3) a, #listNav li:nth-child(4n+3), .gridList div:nth-child(4n+3) a {
  /* GREEN */
  background: #91bd1e;
  background: -moz-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91bd1e), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #91bd1e 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #91bd1e 0%, #83a42a 100%); }

.swiper-container li:nth-child(4n+3) a:active, #listNav li:nth-child(4n+3):active, .gridList div:nth-child(4n+3) a:active {
  color: white;
  background: #85a334;
  background: -moz-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85a334), color-stop(100%, #83a42a));
  background: -webkit-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -o-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: -ms-linear-gradient(top, #85a334 0%, #83a42a 100%);
  background: linear-gradient(to bottom, #85a334 0%, #83a42a 100%); }

.swiper-container li:nth-child(4n+4) a, #listNav li:nth-child(4n+4), .gridList div:nth-child(4n+4) a {
  background: #3276af;
  background: -moz-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276af), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #3276af 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #3276af 0%, #134d7e 100%); }

.swiper-container li:nth-child(4n+4) a:active, #listNav li:nth-child(4n+4):active, .gridList div:nth-child(4n+4) a:active {
  color: white;
  background: #2c6798;
  background: -moz-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c6798), color-stop(100%, #134d7e));
  background: -webkit-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -o-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: -ms-linear-gradient(top, #2c6798 0%, #134d7e 100%);
  background: linear-gradient(to bottom, #2c6798 0%, #134d7e 100%); }

/* Swiper Test End */
/* =====================================================================================================
   =====================================================================================================

										MAP STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ================================================
				CONTAINER
===================================================*/
#mapContainer.ui-content {
  padding: 0;
  position: relative; }

.mapContent {
  min-height: 200px; }

/* ================================================
				MAP BUTTON STYLES
===================================================*/
a.mapOption {
  display: none;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 20px;
  z-index: 1000200;
  background: #646462;
  background: -moz-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646462), color-stop(100%, #50504e));
  background: -webkit-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -o-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -ms-linear-gradient(top, #646462 0%, #50504e 100%);
  background: linear-gradient(to bottom, #646462 0%, #50504e 100%);
  border: solid 1px rgba(0, 0, 0, 0.4);
  visibility: visible !important; }

a.mapOption:first-child:not(.bottomRightButton) {
  left: 50%;
  margin-left: -44px; }

a.mapOption:nth-child(2) {
  right: 50%;
  margin-right: -44px; }

a.mapOption.bottomRightButton:first-child {
  top: 20px;
  right: 20px; }

a.mapOption:active, a.mapOption.active {
  background: url(../../images/bg-mesh-dark.png) repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/bg-mesh-dark.png) repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8))), url(../../images/bg-mesh-dark.png) repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/bg-mesh-dark.png) repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/bg-mesh-dark.png) repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/bg-mesh-dark.png) repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/bg-mesh-dark.png) repeat; }

.mapOption img {
  width: 38px;
  height: auto; }

#mapLegend {
  margin-top: 20px; }

#mapLegend-popup {
  z-index: 1000300; }

#mapLegend h2 {
  color: #555; }

.infoBox a, .infoBox a:hover, .infoBox a:active, .infoBox a:visited {
  color: #fff;
  text-decoration: underline; }

/* =========================================== INFOBOX STYLES */
.infoBox {
  min-width: 200px;
  max-width: 300px;
  border-radius: 0.4em;
  padding: 5px 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 1.1em;
  background: #646462;
  background: -moz-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646462), color-stop(100%, #50504e));
  background: -webkit-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -o-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -ms-linear-gradient(top, #646462 0%, #50504e 100%);
  background: linear-gradient(to bottom, #646462 0%, #50504e 100%); }

.infoBox .InfoBoxClose {
  display: block;
  height: 24px;
  width: auto;
  position: absolute;
  right: -14px;
  top: -14px;
  cursor: pointer; }

.infoWindowArea {
  cursor: pointer; }

.ui-content .infoBox table td {
  padding: 0; }

.ui-content .infoBox h3, .ui-content .infoBox {
  color: white;
  text-shadow: none; }

.ui-content .infoBox h3 {
  margin: 0;
  font-size: 1.2em;
  line-height: 1em; }

.ui-content .infoBox .infoBoxSection {
  display: block;
  margin-bottom: 3px; }

.infoBox {
  max-width: 225px !important; }

.infoShadow {
  height: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  top: 40px;
  margin-top: -15px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  border-radius: 2px; }

.infoBox img[align="right"] {
  height: auto;
  width: 28px;
  position: relative;
  right: -10px;
  top: -15px; }

#mapInfoBox {
  position: absolute;
  top: 12%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75em;
  text-align: center;
  border-radius: 0.2em;
  z-index: 99999;
  display: none;
  font-size: 0.9em; }

/* =====================================================================================================
   =====================================================================================================

										DETAILS PAGE STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ===================================================
				DETAILS TABLE
=================================================== */
.itemDetailsTable {
  width: 100%; }

.itemDetailsTable td {
  padding: 5px 0;
  vertical-align: top;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9; }

.itemDetailsTable td:first-child {
  width: 100px; }

.itemDetailsTable tr:first-child td {
  padding-top: 0; }

.itemDetailsTable td span {
  font-size: 0.85em; }

.itemDetailsTable td span.fullSize {
  font-size: 1em; }

.itemDetailsTable h3 {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.1em; }

.itemDetailsTable h3.marginBottom {
  margin-bottom: 5px; }

.itemDetailsTable h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1em; }

itemDetailsTable.twoCol td {
  width: 50%; }

.mapDetailsContent .itemDetailsTable tr:not(:first-child) {
  display: none; }

.labelCol {
  font-size: 1em;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  font-weight: bold; }

.ui-content .button.BB.itemWebsite, .android .ui-content .button.itemDirections {
  display: none; }

.android .directionsButton {
  display: none; }

/* ===================================================
				MAP THUMBNAIL LINK
=================================================== */
.ui-content .mapThumbCol {
  width: 120px; }

.mapLinkContainer {
  width: 100px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.mapLink {
  display: block;
  width: 100px;
  height: 100px;
  border: solid 2px white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-bottom: 20px; }

.mapLinkContainer .button {
  font-size: 0.9em; }

/* ===================================================
				CONTACT LIST 
=================================================== */
.itemContactList {
  visibility: hidden; }

/* =====================================================================================================
   =====================================================================================================

										BUSINESS DIRECTORY

   =====================================================================================================
   ====================================================================================================== */
.itemContactList {
  visibility: hidden; }

.searchSummary {
  text-align: center; }

/* =====================================================================================================
   =====================================================================================================

										ELECTIONS STYLES

   =====================================================================================================
   ======================================================================================================*/
/* =========================================================================
							LANDING PAGE
   =========================================================================*/
.voteListHow {
  background: url(../../images/elections/icon-how-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.voteListHow, .ui-content .ui-listview .voteListHow.ui-btn-active {
  background: #eee url(../../images/elections/icon-how-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.voteListWhen, .ui-content .ui-listview .voteListWhen.ui-btn-active {
  background: url(../../images/elections/icon-when-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.ui-content .ui-listview .voteListWhen.ui-btn-active {
  background: #eee url(../../images/elections/icon-when-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.voteListWhere, .ui-content .ui-listview .voteListWhere.ui-btn-active {
  background: url(../../images/elections/icon-where-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.ui-content .ui-listview .voteListWhere.ui-btn-active {
  background: #eee url(../../images/elections/icon-where-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.voteListCandidates, .ui-content .ui-listview .voteListCandidates.ui-btn-active {
  background: url(../../images/elections/icon-candidates-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.ui-content .ui-listview .voteListCandidates.ui-btn-active {
  background: #eee url(../../images/elections/icon-candidates-grey.png) 5px center no-repeat;
  background-size: 35px auto; }

.voteListForCandidates, .ui-content .ui-listview .voteListForCandidates.ui-btn-active {
  background: url(../../images/elections/icon-forCandidates.png) 5px center no-repeat;
  background-size: 35px auto; }

.ui-content .ui-listview .voteListForCandidates.ui-btn-active {
  background: #eee url(../../images/elections/icon-forCandidates.png) 5px center no-repeat;
  background-size: 35px auto; }

#divRegitrationInformation .userRegistered {
  color: green;
  font-weight: bold;
  display: none; }

#divRegitrationInformation .userNotRegistered {
  color: #ff0022;
  font-weight: bold;
  display: none; }

#divRegitrationInformation .userRegistrationPending {
  font-weight: bold;
  display: none; }

/* =========================================================================
							ELCTIONS WHERE
   =========================================================================*/
/* ===================================================
				 FLIP CLOCK STYLES
=================================================== */
.flipClock {
  color: black;
  display: inline-block;
  border-top: solid 1px #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  padding-bottom: 10px;
  border-radius: 2px;
  margin-right: 20px; }

.flipClock .clockNumber {
  font-size: 5em;
  display: block;
  position: relative;
  background: #f7f7f7;
  padding: 15px 20px 10px 20px;
  background: -moz-linear-gradient(top, #f7f7f7 54%, #f7f7f7 55%, #c6c6c6 55%, #ffffff 57%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #f7f7f7), color-stop(55%, #f7f7f7), color-stop(55%, #c6c6c6), color-stop(57%, #ffffff));
  background: -webkit-linear-gradient(top, #f7f7f7 54%, #f7f7f7 55%, #c6c6c6 55%, #ffffff 57%);
  background: -o-linear-gradient(top, #f7f7f7 54%, #f7f7f7 55%, #c6c6c6 55%, #ffffff 57%);
  background: -ms-linear-gradient(top, #f7f7f7 54%, #f7f7f7 55%, #c6c6c6 55%, #ffffff 57%);
  background: linear-gradient(to bottom, #f7f7f7 54%, #f7f7f7 55%, #c6c6c6 55%, #ffffff 57%);
  -webkit-box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.9); }

.flipClock .clockText {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 0.65em 0;
  text-align: center;
  text-shadow: 0 1px #F3EDE9; }

.clockDivide {
  height: 1px;
  width: 100%;
  background: #f7f7f7;
  position: absolute;
  opacity: 0.3;
  top: 55%;
  left: 0;
  z-index: 2; }

/* =====================================================================================================
   =====================================================================================================

										WASTE REMOVAL STYLES

   =====================================================================================================
   ======================================================================================================*/
.wasteLegend, .trailLegend {
  margin-top: 15px;
  font-size: 0.9em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9; }

.wasteLegend {
  max-width: 325px; }

.wasteLegend div {
  clear: both;
  margin-bottom: 5px; }

.wasteCircle, .wasteLabel, .wasteDate {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wasteLegend .wasteCircle {
  width: 10%; }

.wasteLegend .wasteLabel {
  display: block;
  float: left;
  width: 30%;
  border-right: dotted 1px rgba(0, 0, 0, 0.4);
  background-size: 3px 3px; }

.popupContentInt .wasteLabel {
  width: 80%; }

.popupContentInt .wasteLabel a {
  color: #fff; }

.popupContentInt .wasteLegend div {
  margin-bottom: 15px; }

.wasteLegend .wasteDate {
  width: 60%;
  padding-left: 5px; }

.garbageDayDiv, .recyclingDayDiv, .composteDayDiv, .yardDayDiv, .christamasDayDiv, .specialEventDayDiv {
  display: none; }

.garbageDaySpan, .recyclingDaySpan, .composteDaySpan, .yardDaySpan, .christamasDaySpan {
  font-weight: normal;
  float: left; }

/* =============================================== TOOLTIP STYLES */
.toolTip.ui-popup {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0.2px rgba(255, 255, 255, 0.4), 0 20px 11px -20px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 1px 0 0.2px rgba(255, 255, 255, 0.4), 0 20px 11px -20px rgba(0, 0, 0, 0.9);
  border: solid 1px #686864;
  background: #646462;
  background: -moz-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646462), color-stop(100%, #50504e));
  background: -webkit-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -o-linear-gradient(top, #646462 0%, #50504e 100%);
  background: -ms-linear-gradient(top, #646462 0%, #50504e 100%);
  background: linear-gradient(to bottom, #646462 0%, #50504e 100%); }

.toolTip .wasteLegend {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.toolTip .wasteLegend .wasteLabel {
  border: none; }

.toolTip .wasteLegend .legendCircle {
  box-shadow: 0 1px rgba(0, 0, 0, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.6); }

/* =========================================== 	myWaste */
#garbageMyWasteDetailsPage .ui-content .ui-listview {
  margin: 0 !important; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li {
  padding: 0;
  padding-top: 10px;
  margin: 0;
  list-style: none !important;
  list-style-type: none !important;
  background-image: none; }

#garbageMyWasteDetailsPage ul[data-layout="info"] {
  padding: 0;
  margin: 0;
  list-style: none !important;
  list-style-type: none !important; }

#garbageMyWasteDetailsPage ul[data-layout="info"] header[data-icon="clock"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/clock@2x.png) left top no-repeat;
  padding-left: 45px;
  background-size: 35px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="clock"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/clock@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="weight"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/weight@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  background: none;
  margin-bottom: 15px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li {
  list-style: none; }

/*
#garbageMyWasteDetailsPage .contentBlock .myWaste_Content li {
    display: block;
}
*/
#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="count"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/count@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="email"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/email@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="info"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/info@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="leaf"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/leaf@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="alert"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/a;ert@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="map"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/map@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage li[data-icon="phone"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/phone@2x.png) left top no-repeat;
  padding-left: 35px;
  background-size: 15px;
  line-height: 30px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="wave"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/wave@2x.png) left top no-repeat;
  padding-left: 73px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon="venue"] {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/venue@2x.png) left top no-repeat;
  padding-left: 75px; }

#garbageMyWasteDetailsPage .contentBlock .myWaste_Content .myWaste_frequency {
  background: url(http://deliver.my-waste.mobi/207-dSF/images/shell/icons/frequency@2x.png) left top no-repeat;
  padding-left: 75px; }

/* Symbols */
#garbageMyWasteDetailsPage ul[data-layout="info"] > li {
  position: relative; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li:after {
  clear: both; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] > span.symbol {
  display: block;
  left: 0;
  position: absolute; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon] {
  background-position: 0 0px;
  background-size: 52px auto;
  -moz-background-size: 52px auto;
  -webkit-background-size: 52px auto; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon], #garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] {
  /*padding-left: 94px; padding-top: 0 !important; */ }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] {
  min-height: 66px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] > span.symbol {
  height: 66px;
  top: 10px;
  /* previously 28px*/
  width: 66px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] {
  min-height: 51.85714px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="cr"] > span.symbol {
  display: none;
  /* Triangle */
  /*
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 33px 57.2px 33px;
    border-color: transparent transparent #8c33a0  transparent;
    background:transparent !important;
    */
  width: 52px;
  height: 52px;
  background: #4e9258;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] h1 {
  font-size: 17px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="tr"] > span.symbol {
  display: none;
  /* Triangle */
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 33px 57.2px 33px;
  border-color: transparent transparent #ff0000 transparent;
  background: transparent !important;
  /* Circle */
  /*
    width: 52px;
	height: 52px;
	background: #4e9258;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    */ }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="bx"] > span.symbol {
  display: none;
  /* Triangle */
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 33px 57.2px 33px;
  border-color: transparent transparent #ff0000 transparent;
  background: transparent !important;
  /* Circle */
  /*
    width: 52px;
	height: 52px;
	background: #4e9258;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    */ }

/*#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="bx"] > span.symbol {
    width: 52px;
    height: 52px;
    background:#0000ff;
}*/
#garbageMyWasteDetailsPage ul[data-layout="info"] > li {
  clear: both;
  margin-bottom: 10px !important; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li h1 {
  line-height: 35px;
  border: 0 !important;
  padding: 0 !important; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li header {
  margin-top: 10px; }

/*
#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="cr"] > span.symbol {
  border-radius: 66px;
  -moz-border-radius: 66px;
  -webkit-border-radius: 66px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="tr"] > span.symbol {
  border-width: 0 33px 66px 33px; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li figure:not(.active) {
  margin: 0 -28px 0 0; }

#garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-icon],
  #garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] {
    padding-left: 73.85714px; }

  

  #garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol] > span.symbol {
    height: 51.85714px;
    top: 22px;
    width: 51.85714px; }

  #garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="cr"] > span.symbol {
    border-radius: 51.85714px;
    -moz-border-radius: 51.85714px;
    -webkit-border-radius: 51.85714px; 
    border-color: #8c33a0 ;
    
  }

  #garbageMyWasteDetailsPage ul[data-layout="info"] > li[data-symbol="tr"] > span.symbol {
    border-width: 0 25.92857px 51.85714px 25.92857px; border-width:51px !important;
  }

  #garbageMyWasteDetailsPage ul[data-layout="info"] > li figure:not(.active) {
    margin: 0 -22px 0 0; } 
  */
#garbageMyWasteDetailsPage img {
  border: 0 !important;
  outline-width: 0 !important; }

#garbageMyWasteDetailsPage .ui-listview li span {
  display: block;
  font-weight: normal; }

.garbageLegal {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7); }

#spnWasteZoneId {
  font-weight: bold; }

/* =====================================================================================================
   =====================================================================================================

										GOVERNMENT STYLES

   =====================================================================================================
   ======================================================================================================*/
.ui-content .ui-listview span.govMPName span, .ui-content .ui-listview span.govMPPName span {
  width: 18px;
  height: 14px;
  display: inline-block;
  background: url(images/ajax-loader.gif) no-repeat center left;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  vertical-align: bottom; }

.govPortrait {
  padding: 3px;
  background: white;
  margin-right: 1em; }

.govPortrait img {
  display: block;
  max-height: 8em;
  max-width: 8em; }

/* =====================================================================================================
   =====================================================================================================

										NEWS STYLES

   =====================================================================================================
   ======================================================================================================*/
.newsDetailsContent {
  visibility: hidden; }

.newsDetailsContent.active {
  visibility: visible; }

/* =====================================================================================================
   =====================================================================================================

										PARKING STYLES

   =====================================================================================================
   ======================================================================================================*/
.stepNumber {
  width: 25%;
  margin-right: 3%;
  max-width: 100px;
  text-transform: uppercase;
  font-weight: bold; }

.parkingStep {
  display: none; }

.parkingStep:first-child {
  display: block; }

.ui-content .parkingPlates .ui-input-text, .ui-content .parkingPlates .ui-btn {
  margin: 0; }

.ui-content .parkingPlates .ui-block-a, .ui-content .parkingPlates .ui-block-b {
  margin-bottom: 10px; }

/* =====================================================================================================
   =====================================================================================================

										REPORT A PROBLEM STYLES

   =====================================================================================================
   ======================================================================================================*/
#Gallery {
  margin: 0;
  padding: 0;
  list-style: none; }

.thumbContainer li {
  margin: 0;
  padding: 0;
  width: 16%;
  height: 60px;
  position: relative;
  margin: 5px 5% 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.thumbContainer li a:not(.imageDelete) {
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: solid 2px white; }

.thumbContainer li:nth-child(5n) {
  margin-right: 0; }

.thumbContainer li a:not(.imageDelete) img {
  min-height: 80px;
  max-height: 100px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0; }

.thumbContainer li a.imageDelete img {
  display: block;
  width: 28px;
  height: auto;
  position: absolute;
  top: -10px;
  right: -16px;
  text-decoration: none; }

.ui-grid-b.problemLocationContainer .ui-block-a, .ui-grid-b.problemLocationContainer .ui-block-c {
  margin: 0;
  width: 45%; }

.ui-grid-b.problemLocationContainer .ui-block-b {
  width: 10%;
  text-align: center;
  padding-top: 12px; }

.ui-grid-b.problemLocationContainer .ui-block-c .ui-btn {
  margin: 8px 0; }

.rpt-steps {
  display: none;
  margin-bottom: 10px; }

.report_additionalInfo.hasText {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc; }

/* =====================================================================================================
   =====================================================================================================

										TWITTER AND FACEBOOK STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ================================================
				TWITTER STYLES
===================================================*/
.tProfile {
  padding: 10px 0 15px 0;
  margin-left: 10px;
  margin-bottom: 15px;
  border-top: dotted 1px rgba(0, 0, 0, 0.7);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.7); }

.tProfileAvatar {
  float: left;
  margin-right: 5%;
  width: 25%;
  min-height: 48px; }

.tProfileContent {
  width: 70%;
  float: left; }

.tProfileAvatar img {
  display: block;
  border: solid 5px white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  max-width: 48px;
  height: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.tProfileName {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px #f3ede9;
  font-weight: bold;
  padding-top: 10px; }

.tProfileUsername {
  color: rgba(0, 0, 0, 0.7); }

#tweetBox {
  padding: 0 0 0 10px; }

#tweetBox ul, #tweetBox li {
  list-style: none;
  margin: 0;
  padding: 0; }

#tweetBox ul li .tweetContainer {
  padding: 20px;
  margin-bottom: 15px;
  background: white;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: relative; }

.BB10 #tweetBox ul li .tweetContainer, .BB #tweetBox ul li .tweetContainer {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(0, 0, 0, 0.3); }

#tweetBox ul li .tweetContainer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid white;
  border-bottom: 13px solid transparent;
  z-index: 2; }

.tweet_avatar {
  display: block;
  float: left;
  margin-right: 2%;
  width: 15%; }

.tweetContent {
  width: 82%;
  float: left; }

.tweet_text, .tweet_time {
  display: block; }

.tweet_time {
  font-size: 0.8em;
  padding-top: 10px; }

.tweetContent * {
  text-shadow: none; }

/* ================================================
				FACEBOOK STYLES
===================================================*/
#facebookPage .contentBlock:first-child {
  margin-top: 30px; }

.fbUserInfo {
  position: relative;
  text-align: center; }

.fbPic {
  width: 100%;
  margin-top: -40px;
  margin-bottom: 20px; }

.contentBlock .fbPic img {
  display: block;
  margin: 0 auto;
  border: solid 5px white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 100px;
  height: auto;
  outline: none; }

.fbName {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px; }

.fbSubInfo {
  font-size: 0.9em;
  color: #999; }

.fbUserBlock {
  visibility: hidden; }

#fbContainer {
  padding: 0;
  padding-top: 20px; }

.fb-wall-box {
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding: 20px 8%;
  text-shadow: none;
  font-size: 1em;
  margin-bottom: 20px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.BB10 .fb-wall-box, .BB .fb-wall-box {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(0, 0, 0, 0.3); }

.fb-wall-box:last-child {
  border-bottom: none; }

.fb-wall-box a:first-child {
  display: table-cell;
  vertical-align: top; }

.fb-wall-box a {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #2489CE;
  font-weight: bold; }

.fb-wall-data {
  display: table-cell;
  vertical-align: top; }

.fb-wall-avatar {
  width: 40px;
  height: auto;
  display: block;
  float: left;
  padding: 0 10px 10px 0; }

.fb-wall-message {
  font-weight: normal;
  padding-bottom: 10px; }

.fb-wall-media {
  clear: both;
  margin-top: 10px;
  padding: 2%;
  background: whitesmoke;
  display: table;
  width: 96%; }

.fb-wall-media:before, .fb-wall-media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.fb-wall-media:after {
  clear: both; }

fb-wall-media-link {
  display: table-cell; }

.fb-wall-media img {
  max-width: 40px;
  width: auto;
  height: auto; }

.fb-wall-media-container {
  display: table-cell;
  padding-left: 10px; }

.fb-wall-description {
  display: block; }

.fb-wall-date {
  font-size: 0.9em;
  color: #999;
  display: block;
  padding: 10px 0;
  clear: both; }

.fb-wall-date img {
  padding-right: 5px; }

.fb-wall-likes {
  clear: both;
  font-size: 0.9em;
  color: #999; }

.fb-wall-likes span {
  font-weight: bold; }

/* Likes*/
.fb-wall-likes {
  border-bottom: 1px solid #E5EAF1;
  margin-bottom: 2px;
  display: block;
  background: url(like.gif) no-repeat 0 0 #FFF;
  padding-top: 5px; }

.fb-wall-likes div {
  margin: 0;
  background: url(images/like.gif) no-repeat 0 -5px #EDEFF4;
  padding: 5px 5px 4px 24px; }

.fb-wall-likes div span {
  color: #3B5998; }

/* Comments */
.fb-wall-comments {
  margin-top: 2px; }

.fb-wall-comment {
  background-color: #EDEFF4;
  border-bottom: 1px solid #E5EAF1;
  margin-top: 2px;
  padding: 5px 5px 4px;
  display: block;
  overflow: hidden; }

/* =====================================================================================================
   =====================================================================================================

										TRAILS STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ================================================
				TRAILS ICONS
===================================================*/
.iconList .listIconHike a, .iconList .listIconHike a.ui-btn-active {
  background: white url(../../images/icon-trails-hiking.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconBike a, .iconList .listIconBike a.ui-btn-active {
  background: white url(../../images/icon-trails-bike.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconSki a, .iconList .listIconSki a.ui-btn-active {
  background: white url(../../images/icon-trails-ski.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconMoto a, .iconList .listIconMoto a.ui-btn-active {
  background: white url(../../images/icon-trails-motorcycle.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconATV a, .iconList .listIconATV a.ui-btn-active {
  background: white url(../../images/icon-trails-atv.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconHunt a, .iconList .listIconHunt a.ui-btn-active {
  background: white url(../../images/icon-trails-hunting.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconHorse a, .iconList .listIconHorse a.ui-btn-active {
  background: white url(../../images/icon-trails-horse.png) 10px center no-repeat;
  background-size: 30px 30px; }

.iconList .listIconSnowshoe a, .iconList .listIconSnowshoe a.ui-btn-active {
  background: white url(../../images/icon-trails-snowshoe.png) 10px center no-repeat;
  background-size: 30px 30px; }

/* ================================================
				TRAILS MAP LEGEND
===================================================*/
.trailLegend {
  color: #555; }

.trailLegend table {
  border-collapse: collapse; }

.trailLegend td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 0; }

.trailLegend tr:last-child td {
  border-bottom: none; }

.trailLegend td:nth-child(2) {
  padding-right: 10px; }

.trailLegend div:first-child {
  border-top: none; }

.trailLegend div:last-child {
  border-bottom: none; }

/* =====================================================================================================
   =====================================================================================================

										TRANSIT STYLES

   =====================================================================================================
   ======================================================================================================*/
/* ================================================
					 LANDING PAGE
===================================================*/
.transitSearched {
  display: none; }

.routeName {
  padding-top: 40px;
  background: url(../../images/icon-transit.png) left top no-repeat;
  background-size: 30px auto; }

.stopName {
  padding-top: 40px;
  background: url(../../images/icon-transit-stop.png) left top no-repeat;
  background-size: 30px auto; }

.transitSearchStop .searchStopDistance {
  display: block;
  width: 20%;
  margin-right: 5%;
  max-width: 80px;
  float: left; }

.transitSearchStop .searchStopName {
  display: block;
  float: left;
  width: 75%; }

.ui-content ul.blockList .listItemSubTitle.subStop {
  padding-left: 40px;
  background: #eaeaea url(../../images/icon-stop.png) 10px center no-repeat;
  background-size: 20px auto; }

.ui-content ul.blockList.itemList .listItemSubTitle.subStop, .ui-content ul.blockList.transitSearchStop .listItemSubTitle.subStop {
  border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0; }

.transitStopDetailsPage .ui-content ul.blockList.itemList .listItemSubTitle.subStop {
  display: none; }

/* ================================================
				TRANSIT INFOBOX
===================================================*/
.infoWindowArea.transitBox {
  cursor: default; }

.transitBox ul, .transitBox li {
  margin: 0;
  padding: 0;
  list-style: none; }

.transitBox li {
  padding: 5px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }

.transitBox li:last-of-type {
  border: none; }

.transitBox li {
  display: table;
  width: 100%; }

.transitBox li div {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 7px; }

.transitBox li.infoHeader {
  border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 1.1em; }

.transitBox li.infoHeader div {
  font-weight: bold;
  font-size: 1.1em; }

.transitBox .mapStopTime {
  width: 46px;
  font-weight: bold;
  border-right: dotted 1px #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.transitBox .mapStopName {
  padding-left: 5px; }

/* ================================================
				TRANSIT ITEM
===================================================*/
.transitName {
  position: relative; }

.stopFavourite {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../../images/favorites_disabled.png) center center no-repeat;
  background-size: 22px auto;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999; }

.stopFavourite.active {
  background: url(../../images/favorites_enabled.png) center center no-repeat;
  background-size: 22px auto; }

#transStopsLimit {
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75em;
  text-align: center;
  border-radius: 0.2em;
  z-index: 99999;
  display: none;
  font-size: 0.9em; }

.favouritesList .arrival .bigText {
  font-size: 2em;
  color: #003da5; }

.favouritesList .arrival .subText {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666; }

.nearListItemRight {
  font-size: 0.9em; }

.nearListItemRight div {
  padding: 0.5em 0; }

.nearListItemRight div:first-child {
  border-bottom: solid 1px #ccc; }

.nearList li .nearListItemName {
  font-weight: 400 !important;
  color: #333;
  text-decoration: none; }

.nearList li .nearListItemStop {
  font-weight: 600;
  color: #000; }

.nearList .arrival {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 10px 0; }

.favouritesList, .favouritesList li {
  margin: 0;
  padding: 0;
  list-style: none; }

.favouritesList li {
  margin: 0.25em 0; }

.favouritesList li > .nearListItemLink {
  display: block;
  border: solid 1px #ccc;
  padding: 0.25em 30px 0.25em 60px;
  color: #000;
  position: relative;
  text-decoration: none; }

.favouritesList li > .favouritesList ItemLink:active, .favouritesList li > .favouritesList ItemLink.ui-btn-active {
  background: #e1e8f4 url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px; }

.favouritesList ItemRight {
  font-size: 0.9em; }

.favouritesList ItemRight div {
  padding: 0.5em 0; }

.favouritesList ItemRight div:first-child {
  border-bottom: solid 1px #ccc; }

.favouritesList li .favouritesList ItemName {
  font-weight: 400 !important;
  color: #333;
  text-decoration: none; }

.favouritesList li .favouritesList ItemStop {
  font-weight: 600;
  color: #000; }

.favouritesList .arrival {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 10px 0; }

.transitMenu {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 26px;
  right: 13px;
  background: url(../../images/icon-menu.png) center no-repeat;
  background-size: 24px 24px;
  z-index: 9999; }

/* ========================================================================
								NEAR ME
   =========================================================================*/
.nearMe .searchContainer {
  display: none; }

.nearList, .nearList li {
  margin: 0;
  padding: 0;
  list-style: none; }

.nearList li {
  margin: 0.25em 0; }

.nearList li > .nearListItemLink {
  display: block;
  background: #fff url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px;
  border: solid 1px #ccc;
  padding: 0.25em 30px 0.25em 60px;
  color: #000;
  position: relative;
  text-decoration: none; }

.nearList li > .nearListItemLink:active, .nearList li > .nearListItemLink.ui-btn-active {
  background: #e1e8f4 url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px; }

.nearListItemRight {
  font-size: 0.9em; }

.nearListItemRight div {
  padding: 0.5em 0; }

.nearListItemRight div:first-child {
  border-bottom: solid 1px #ccc; }

.nearList li .nearListItemName {
  font-weight: 400 !important;
  color: #333;
  text-decoration: none; }

.nearList li .nearListItemStop {
  font-weight: 600;
  color: #000; }

.nearList .arrival {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 10px 0; }

.android .nearList .arrival {
  top: 38px; }

.android .routeList .arrival {
  top: 30px; }

.arrivalInnerContainer {
  position: relative;
  height: 100%; }

.arrivalInner {
  position: relative;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.arrival .bigText {
  font-size: 2em;
  color: #003da5; }

.nearList .arrival .subText {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666; }

/* ========================================================================
								STOP DETAILS PAGE
   =========================================================================*/
/* .stopFavourite {
		display: block;
		width: 26px;
		height: 26px;
		background: url(../../images/favorites_disabled.png) center center no-repeat;
		background-size: 26px auto;
		position: absolute;
		top: 90px;
		right: 1em;
   }
   */
.stopFavourite {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../../images/favorites_disabled.png) center center no-repeat;
  background-size: 22px auto;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999; }

.stopFavourite.active {
  background: url(../../images/favorites_enabled.png) center center no-repeat;
  background-size: 22px auto; }

.transitItemTop .displayTableCell {
  vertical-align: middle; }

.transitItemTop > .transitName {
  padding-left: 0.5em;
  padding-right: 50px; }

.mapLink {
  display: block;
  width: 54px;
  height: 54px;
  border: solid 1px #ccc;
  overflow: hidden; }

.mapLink img {
  display: block;
  width: 100%;
  height: auto; }

.routeList, .routeList li {
  margin: 0;
  padding: 0;
  list-style: none; }

.routeList li {
  margin: 0.25em 0;
  position: relative; }

.routeList li > .routeListItemLink {
  display: block;
  background: #fff url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px;
  border: solid 1px #ccc;
  padding: 0.25em 30px 0.25em 0.5em;
  color: #000;
  position: relative;
  text-decoration: none; }

.routeList li > .routeListItemLink:active {
  background: #e1e8f4 url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px; }

.routeListTripName {
  padding: 0.5em 0;
  padding-right: 15px;
  border-bottom: solid 1px #ccc;
  color: #003da5; }

.routeListUpcoming {
  padding: 0.5em 0; }

#upcomingArrivals > div {
  padding: 0.25em 0;
  border-top: dotted 1px #ccc;
  font-size: 0.9em;
  color: #666;
  font-weight: 400; }

#upcomingArrivals > div.first {
  border: none;
  font-size: 1em;
  font-weight: 600;
  color: #000; }

#upcomingArrivals > div:before, #upcomingArrivals > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#upcomingArrivals > div:after {
  clear: both; }

.upcomingArrivalTime {
  width: 50%;
  float: left; }

.upcomingArrivalCountdown {
  width: 50%;
  float: left;
  text-align: right; }

/* ========================================================================
									ROUTE DETAILS PAGE
   =========================================================================*/
.stopListItem {
  margin: 0;
  padding: 0;
  list-style: none; }

.stopListItem {
  margin: 0.25em 0; }

.stopListItem > .stopListItemLink {
  display: block;
  background: #fff url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px;
  border: solid 1px #ccc;
  padding: 1em 30px 1em 60px;
  color: #000;
  position: relative;
  text-decoration: none; }

.stopListItem > .stopListItemLink:active, .stopListItem > .stopListItemLink.ui-btn-active {
  background: #e1e8f4 url(../../images/chevronRightList.png) right center no-repeat;
  background-size: auto 14px; }

.stopListItemRight {
  font-size: 0.9em; }

.stopListItemRight div {
  padding: 0.5em 0; }

.stopListItem .stopListItemName {
  font-weight: 400 !important;
  color: #333;
  text-decoration: none; }

.stopListItem .arrival {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 10px 0; }

.arrivalInnerContainer {
  position: relative;
  height: 100%; }

.arrivalInner {
  position: relative;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.arrival .bigText {
  font-size: 2em;
  color: #003da5; }

.stopListItem .arrival .subText {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666; }

/* ========================================================================
									MAP PAGE
   =========================================================================*/
#transStopsLimit {
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75em;
  text-align: center;
  border-radius: 0.2em;
  z-index: 99999;
  display: none;
  font-size: 0.9em; }

.bb10 #transStopsLimit {
  bottom: 25%; }

.mapPage .ui-content {
  padding: 0; }

.page .infoBox {
  min-width: 150px;
  max-width: 200px;
  border-radius: 0.3em;
  font-size: 1em;
  font-weight: 600;
  color: #003da5;
  padding: 10px;
  padding-right: 20px;
  line-height: 1em;
  background: #fff url(../../images/chevronRight.png) right center no-repeat;
  background-size: 10px auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.page .infoBox .InfoBoxClose {
  display: none; }

.page .infoWindowArea {
  cursor: pointer; }

.page .infoShadow {
  display: none; }

.infoBox img[align="right"] {
  display: none; }

/* =====================================================================================================
   =====================================================================================================

										JQUERY MOBILE OVERRIDES

   =====================================================================================================
   ======================================================================================================*/
.ui-br {
  border: none; }

.ui-content .ui-btn-down-c {
  background: #f7f7f7;
  border: none;
  outline: none; }

.ui-btn-corner-tl, .ui-corner-tl {
  -moz-border-radius-topleft: 0.4em;
  -webkit-border-top-left-radius: 0.4em;
  border-top-left-radius: 0.4em; }

.ui-btn-corner-tr, .ui-corner-tr {
  -moz-border-radius-topright: 0.4em;
  -webkit-border-top-right-radius: 0.4em;
  border-top-right-radius: 0.4em; }

.ui-btn-corner-bl, .ui-corner-bl {
  -moz-border-radius-bottomleft: 0.4em;
  -webkit-border-bottom-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em; }

.ui-btn-corner-br, .ui-corner-br {
  -moz-border-radius-bottomright: 0.4em;
  -webkit-border-bottom-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em; }

.ui-btn-corner-top, .ui-corner-top {
  -moz-border-radius-topleft: 0.4em;
  -webkit-border-top-left-radius: 0.4em;
  border-top-left-radius: 0.4em;
  -moz-border-radius-topright: 0.4em;
  -webkit-border-top-right-radius: 0.4em;
  border-top-right-radius: 0.4em; }

.ui-btn-corner-bottom, .ui-corner-bottom {
  -moz-border-radius-bottomleft: 0.4em;
  -webkit-border-bottom-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  -moz-border-radius-bottomright: 0.4em;
  -webkit-border-bottom-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em; }

.ui-btn-corner-right, .ui-corner-right {
  -moz-border-radius-topright: 0.4em;
  -webkit-border-top-right-radius: 0.4em;
  border-top-right-radius: 0.4em;
  -moz-border-radius-bottomright: 0.4em;
  -webkit-border-bottom-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em; }

.ui-btn-corner-left, .ui-corner-left {
  -moz-border-radius-topleft: 0.4em;
  -webkit-border-top-left-radius: 0.4em;
  border-top-left-radius: 0.4em;
  -moz-border-radius-bottomleft: 0.4em;
  -webkit-border-bottom-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em; }

.ui-btn-corner-all {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em; }

.ui-corner-all {
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em; }

.ui-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.BB10 .ui-shadow, .BB .ui-shadow {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(0, 0, 0, 0.3); }

.ui-content .ui-btn {
  border: none; }

.ui-content .ui-li-has-thumb .ui-btn {
  border-top: solid 1px white; }

.ui-content .ui-btn.alignLeft {
  text-align: left; }

.ui-content .ui-bar-g {
  color: #333; }

.ui-collapsible-heading-toggle {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.ui-overlay-c {
  border: none;
  background: #f5f0ec; }

.ui-overlay-a {
  background: #000; }

.ui-btn {
  font-size: 1em; }

.ui-li-desc {
  color: #666; }

.ui-content .ui-input-text {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); }

.ui-content .ui-input-text.error {
  background: #e4bfbf;
  border: dotted 1px #ab2f2f;
  text-shadow: none; }

.ui-content .ui-checkbox-off, .ui-content .ui-checkbox-on {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.ui-content .ui-icon-shadow {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3); }

.ui-icon-loading {
  background: url(images/ajax-loader.gif) center center no-repeat;
  background-size: 32px 32px;
  opacity: 1; }

.ui-popup-screen {
  background: #000; }

#landingPage .ui-popup-screen {
  background: none; }

.ui-body-inherit .ui-link:active {
  color: #fff; }

.ui-body-inherit .ui-link:visited {
  color: #fff; }

.ui-icon-arrow-none .a.ui-link-inherit, .ui-li-static.ui-icon-arrow-none {
  padding-right: 15px; }

.ui-icon-arrow-none .ui-icon {
  display: none; }

/* JQM ICON SIZE OVERRIDE */
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r, .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check, .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back, .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield::after, .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
  background-image: url(images/icons-36-white.png);
  -moz-background-size: 776px 18px;
  -o-background-size: 776px 18px;
  -webkit-background-size: 776px 18px;
  background-size: 776px 18px; }

.ui-content .ui-btn {
  text-shadow: none; }

.ui-btn-focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.ui-content .ui-btn.ui-btn-active {
  background: #eee;
  color: #333;
  text-shadow: none;
  border-color: #ccc; }

.ui-select .ui-focus, .ui-select .ui-btn-active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important; }

.submitButtonOuter .ui-btn, .submitButtonOuter .ui-btn-active, .submitButtonOuter .ui-btn-hover, .submitButtonOuter .ui-btn:hover, .submitButtonOuter .ui-btn:active {
  background: none;
  box-shadow: none;
  border: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  color: #fff; }

.loaderContainer .ui-icon-loading {
  background-color: #000;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0.0625em;
  margin: 15px auto;
  -webkit-border-radius: 2.25em;
  border-radius: 2.25em; }

.loaderContainer .ui-icon-loading {
  background: url(images/ajax-loader.gif) center center no-repeat;
  background-size: 32px 32px;
  opacity: 0.1; }

.ui-popup-screen {
  background: #000 !important; }

.ui-btn:focus {
  box-shadow: none !important; }

/*# sourceMappingURL=stylesMaster.css.map */