/* Custom LESS functions & formulas */
/* end Custom LESS functions & formulas */
.hidden {
  display: none;
}
.bold {
  font-weight: 700;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* Bootstrap Theme Overwrite Styling
----------------------------------- */
/* body { padding-top:163px !important; } */
a {
  color: #990000;
  /* outline:0 !important; */
}
#content {
  padding-top: 0 !important;
  margin: 50px 0px 50px 0px;
  margin: 3.125rem 0rem 3.125rem 0rem;
}
#main {
  min-height: 400px;
}
#main article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article a {
  color: #990000;
  text-decoration: underline;
}
article a:hover,
article a:focus {
  color: #595959;
  text-decoration: underline;
}
article a.primary-button {
  text-decoration: none;
}
article footer {
  display: none;
  visibility: hidden;
}
article header .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}
.post_content > p {
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 1.5rem 0rem;
}
.post_content p + ul {
  margin-top: -24px;
}
.post_content > ul {
  list-style-type: none;
  list-style-position: inside;
}
.post_content > ul {
  margin: 0px 0px 26px 0px;
  margin: 0rem 0rem 1.625rem 0rem;
}
.post_content > ul > li:before {
  content: '\2022';
  margin: 0px 3px 0px 1px;
  margin: 0rem 0.1875rem 0rem 0.0625rem;
}
.post_content > ol {
  margin-bottom: 26px;
}
.post_content > :last-child {
  margin-bottom: 0;
}
.archive-item-container p {
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 1.5rem 0rem;
}
/* Home Page Template Styling
----------------------------------- */
.top-box {
  -moz-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
}
.top-box .homepage-feature-image {
  margin: 0 auto;
  width: 316px;
  height: 207px;
  background-size: cover;
}
.homepage-feature-links {
  margin: 0;
  list-style-type: none;
  /* > li a:hover > span { background-position:-45px -35px; } */
}
.homepage-feature-links > li {
  margin-bottom: 1px;
}
.homepage-feature-links > li a {
  display: block;
  background-color: #efefef;
  color: #900;
  padding: 9px 11px 9px 11px;
  padding: 0.5625rem 0.6875rem 0.5625rem 0.6875rem;
  text-decoration: none;
}
.homepage-feature-links > li a:hover {
  background-color: #e1e1e1;
  /* color:#333; */
}
.homepage-feature-links > li a > span {
  float: right;
  display: block;
  margin: 2px 6px 2px 6px;
  margin: 0.125rem 0.375rem 0.125rem 0.375rem;
  width: 10px;
  height: 16px;
  background: url('../img/arrow.png') no-repeat transparent -30px -35px;
}
/* Default Page Template Styling
----------------------------------- */
#content.default {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
}
#content.default #main {
  padding: 46px 0px 46px 0px;
  padding: 2.875rem 0rem 2.875rem 0rem;
}
#content.default .post_content > h2:first-child {
  margin: 0px 0px 12px 0px;
  margin: 0rem 0rem 0.75rem 0rem;
}
#content.default h1 {
  color: #900;
  line-height: 1em;
  margin: 0px 0px 25px 0px;
  margin: 0rem 0rem 1.5625rem 0rem;
}
#content.default h2 {
  color: #000;
  line-height: 1em;
  margin: 34px 0px 12px 0px;
  margin: 2.125rem 0rem 0.75rem 0rem;
}
#content.default h3 {
  color: #333;
  line-height: 1em;
  margin: 7px 0px 4px 0px;
  margin: 0.4375rem 0rem 0.25rem 0rem;
}
#content.default .titleH3 {
  color: #333;
  line-height: 1em;
  margin: 7px 0px 4px 0px;
  margin: 0.4375rem 0rem 0.25rem 0rem;
  font-size: 1.125rem;
  font-weight: 500;
}
body.search-results .flexslider,
body.error404 .flexslider {
  display: none;
}
/* 404 Page Template Styling
----------------------------------- */
#content.page-404 {
  margin-top: 50px;
}
#content.page-404 #main {
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  padding: 46px 39px 48px 39px;
  padding: 2.875rem 2.4375rem 3rem 2.4375rem;
  margin-bottom: 40px;
  min-height: 0;
}
#content.page-404 h1 {
  color: #900;
  line-height: 1em;
  margin: 0px 0px 23px 0px;
  margin: 0rem 0rem 1.4375rem 0rem;
}
/* Search Results Template Styling
----------------------------------- */
#content.search-page {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  margin-top: 50px;
  min-height: 0;
}
#content.search-page #main {
  padding: 46px 39px 48px 39px;
  padding: 2.875rem 2.4375rem 3rem 2.4375rem;
}
#content.search-page #main article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content.search-page .page-header {
  margin: 0px 0px 32px 0px;
  margin: 0rem 0rem 2rem 0rem;
  padding: 0;
  border: 0;
}
#content.search-page h1 {
  color: #900;
  line-height: 1em;
  margin: 0px 0px 28px 0px;
  margin: 0rem 0rem 1.75rem 0rem;
}
#content.search-page h5.search-result-header {
  margin: 0px 0px 2px 0px;
  margin: 0rem 0rem 0.125rem 0rem;
}
#content.search-page .more-link {
  display: none;
}
#content.search-page #s,
#content.search-page .s,
#content.search-page input[type="search"] {
  min-width: 214px;
}
#s,
.s {
  margin-right: 7px;
  padding: 6px 15px;
  background-color: #f3f3f3 !important;
  border: 5px solid #e4e4e4 !important;
  border-radius: 0;
  font-style: italic;
}
input[type="search"] {
  margin-right: 7px;
  padding: 6px 15px;
  border-radius: 0;
  font-style: italic;
}
#s:focus,
.s:focus {
  background-color: #fff;
  border: 5px solid #e4e4e4;
  cursor: text;
  outline: 0;
  box-shadow: none;
}
#searchsubmit,
.searchsubmit {
  position: relative;
  margin-top: 8px;
  margin-left: -42px;
  height: 25px;
  width: 25px;
  border: 0;
  cursor: pointer;
  zoom: 1;
  background: url('images/search-image.png') left no-repeat;
}
#searchsubmit:focus,
.searchsubmit:focus {
  outline: 0;
}
/* Link Button Styling
 ----------------------------------- */
a.link-button {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  color: #900;
  background-color: #eee;
  text-decoration: none;
}
a.link-button:hover,
a.link-button:active {
  color: #333;
  background-color: #e1e1e1;
}
a.link-button span {
  display: block;
}
a.link-button .btn-inner {
  margin: 0px 28px 0px 24px;
  margin: 0rem 1.75rem 0rem 1.5rem;
}
a.link-button .btn-text {
  float: left;
  margin: 15px 0px 15px 0px;
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
a.link-button .btn-icon {
  float: left;
  width: 59px;
  height: 50px;
  background-image: url('../img/btn-icon.png');
  background-repeat: no-repeat;
}
a.link-button.check .btn-icon {
  margin-right: 10px;
  background-position: 0 0;
}
a.link-button.map .btn-icon {
  margin-right: 20px;
  background-position: -70px 0;
}
a.link-button.tram .btn-icon {
  margin-right: 13px;
  background-position: -140px 0;
}
a.link-button.application .btn-icon {
  margin-right: 10px;
  background-position: -210px 0;
}
a.link-button.download .btn-icon {
  margin-right: 10px;
  background-position: -280px 0;
}
a.link-button.twitter .btn-icon {
  margin-right: 1px;
  background-position: -350px 0;
}
a.link-button.calendar .btn-icon {
  background-image: none;
  font-size: 50px;
}
a.link-button.check:hover .btn-icon {
  background-position: 0 -60px;
}
a.link-button.map:hover .btn-icon {
  background-position: -70px -60px;
}
a.link-button.tram:hover .btn-icon {
  background-position: -140px -60px;
}
a.link-button.application:hover .btn-icon {
  background-position: -210px -60px;
}
a.link-button.download:hover .btn-icon {
  background-position: -280px -60px;
}
a.link-button.twitter:hover .btn-icon {
  background-position: -350px -60px;
}
a.link-button.email {
  background-color: #900;
  color: #fff;
  font-size: 18px;
}
a.link-button.email:hover {
  background-color: #700;
}
a.link-button.email .btn-text {
  float: left;
  margin: 10px 0px 0px 0px;
  margin: 0.625rem 0rem 0rem 0rem;
}
a.link-button.email .btn-icon {
  float: right;
  width: 40px;
  height: 40px;
  background-image: url('../img/form-assets.png');
  background-position: -112px -85px;
  background-repeat: no-repeat;
}
p + a.link-button {
  margin-top: -5px;
}
a.link-button + hr {
  margin-top: 36px;
}
#link-button-set-container {
  margin-top: 43px;
}
a.link-button-large {
  display: block;
  margin: 0px 0px 4px 0px;
  margin: 0rem 0rem 0.25rem 0rem;
  width: 200px;
  height: 200px;
  background-image: url('../img/btn-set-icon.png');
  background-repeat: no-repeat;
  background-color: #eee;
  text-indent: -9999px;
}
a.link-button-large.btn-rules-and-regulations {
  background-position: 0 0;
}
a.link-button-large.btn-top-10-faqs {
  background-position: -200px 0;
}
a.link-button-large.btn-where-can-i-park {
  background-position: -400px 0;
}
a.link-button-large.btn-rules-and-regulations:hover {
  background-position: 0 -200px;
}
a.link-button-large.btn-top-10-faqs:hover {
  background-position: -200px -200px;
}
a.link-button-large.btn-where-can-i-park:hover {
  background-position: -400px -200px;
}
a.return-link > span.icon {
  display: inline-block;
  margin: 0px 9px 0px 0px;
  margin: 0rem 0.5625rem 0rem 0rem;
  width: 7px;
  height: 11px;
  background: url('../img/arrow.png') no-repeat;
  background-position: -75px -45px;
}
a.return-link:hover > span.icon,
a.return-link:focus > span.icon {
  background-position: -85px -45px;
}
/* Icon Tooltip Styling
----------------------------------- */
.icon-tooltip {
  display: inline-block;
  position: relative;
}
.icon-tooltip:hover {
  text-decoration: none;
}
.icon-tooltip span {
  margin: auto;
  position: absolute;
  max-width: 500px;
  display: block;
  left: -100px;
  right: -100px;
  text-align: center;
  line-height: 1em;
  opacity: 0.9;
  z-index: 10;
}
.connect-button-container .icon-tooltip span {
  bottom: -46px;
}
.icon-tooltip b {
  display: table;
  padding: 11px 15px 10px;
  border-radius: 5px;
  margin: auto;
  white-space: nowrap;
  text-align: center;
  background: #5b5b5b;
  color: #fff;
  font-weight: normal;
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.icon-tooltip:hover b,
.icon-tooltip:focus b {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  overflow: unset !important;
  clip: unset !important;
  white-space: nowrap !important;
  outline: none;
}
.icon-tooltip:hover b:before,
.icon-tooltip:focus b:before {
  content: "";
  position: absolute;
  display: block;
  border: solid;
  border-color: #5b5b5b transparent;
  margin-left: -8px;
  left: 50%;
}
.connect-button-container .icon-tooltip:hover b:before,
.connect-button-container .icon-tooltip:focus b:before {
  top: -6px;
  border-width: 0 8px 8px;
}
/* Sidebar Styling
----------------------------------- */
.sidebar {
  max-width: 261px;
  padding: 41px 0px 41px 0px;
  padding: 2.5625rem 0rem 2.5625rem 0rem;
  border-right: 1px solid #e4e4e4;
}
.sidebar .sidebar-header {
  padding: 8px 21px 8px 30px;
  padding: 0.5rem 1.3125rem 0.5rem 1.875rem;
  text-align: right;
  text-transform: uppercase;
}
.sidebar ul {
  list-style: none;
}
.sidebar .sidenav {
  margin: 0;
  padding: 0px 0px 0px 40px;
  padding: 0rem 0rem 0rem 2.5rem;
  text-align: right;
}
.sidebar .sidenav li.current_page_item > a {
  background-color: #eee;
}
.sidebar .sidenav li a {
  display: block;
  min-height: 20px;
  line-height: 1em;
  text-decoration: none;
}
.sidebar .sidenav > li {
  margin-top: 4px;
  line-height: 1em;
}
.sidebar .sidenav > li > a {
  color: #000;
  padding: 12px 22px 8px 0px;
  padding: 0.75rem 1.375rem 0.5rem 0rem;
}
.sidebar .sidenav > li > a:hover {
  color: #900;
}
.sidebar .sidenav > li > a:active {
  color: #000;
}
.sidebar .sidenav > li.menu-item-has-children {
  padding: 5px 0px 5px 0px;
  padding: 0.3125rem 0rem 0.3125rem 0rem;
}
.sidebar .sidenav > li.menu-item-has-children > a {
  padding: 7px 22px 3px 0px;
  padding: 0.4375rem 1.375rem 0.1875rem 0rem;
}
.sidebar .sub-menu {
  color: #595959;
  margin: 0;
}
.sidebar .sub-menu > li a:after {
  content: '\2022';
  font-size: 14px;
  margin-left: 9px;
}
.sidebar .sub-menu > li > a {
  color: #595959;
  padding: 8px 22px 2px 0px;
  padding: 0.5rem 1.375rem 0.125rem 0rem;
}
.sidebar .sub-menu > li > a:hover {
  color: #900;
}
.sidebar .sub-menu > li > a:active {
  color: #595959;
}
/* Sidebar Tweeter Styling
----------------------------------- */
#twitter-feed {
  margin: 40px 20px 20px 20px;
}
#twitter-feed .tweet-top {
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
}
#twitter-feed .tweet-top > span {
  float: left;
  margin: 12px;
  font-size: 18px;
  font-weight: 700;
}
#twitter-feed #twitter-button {
  float: right;
  margin: 10px;
  width: 69px;
  height: 24px;
  background-image: url('../img/twitterButton.png');
  background-repeat: no-repeat;
}
#twitter-feed #home-tweets {
  border: 1px solid #ccc;
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#twitter-feed .tweet_inner {
  font-size: 12px;
  border-bottom: 1px solid #d7d7d7;
}
#twitter-feed .tweet_content {
  margin: 10px;
}
#twitter-feed .tweet_content > p {
  color: #000 !important;
  line-height: 1.3em !important;
}
#twitter-feed .tweet_content .tweet_profile {
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}
#twitter-feed .tweet_content .tweet_profile a {
  text-decoration: none;
  color: #333333;
}
#twitter-feed .tweet_content .tweet_profile a:hover {
  text-decoration: none;
}
#twitter-feed .tweet_content .tweet_profile .tweet_profile_image {
  height: 25px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#twitter-feed .tweet_content .tweet_profile .tweet_screen_name {
  font-weight: 700;
}
#twitter-feed .tweet_content .tweet_profile .tweet_time {
  /*color:#c9c9c9;*/
  font-weight: 100;
}
#twitter-feed .tweet_footer {
  height: 25px;
}
#twitter-feed .tweet_footer .tweet_actions {
  float: right;
  width: 90px;
  height: 20px;
}
#twitter-feed .tweet_footer .tweet_actions .reply_button {
  float: left;
  width: 30px;
  height: 15px;
  background-image: url('../img/reply.png');
  background-repeat: no-repeat;
}
#twitter-feed .tweet_footer .tweet_actions .retweet_button {
  float: left;
  width: 30px;
  height: 15px;
  background-image: url('../img/retweet.png');
  background-repeat: no-repeat;
}
#twitter-feed .tweet_footer .tweet_actions .favorite_button {
  float: left;
  width: 30px;
  height: 15px;
  background-image: url('../img/favorite.png');
  background-repeat: no-repeat;
}
/* Footer Styling
----------------------------------- */
#widget-footer {
  margin: 20px 0px 49px 0px;
  margin: 1.25rem 0rem 3.0625rem 0rem;
  border: 0;
}
#widget-footer .widget {
  margin-top: 40px;
}
#widget-footer a {
  color: #b3b3b3;
  text-decoration: none;
}
#widget-footer a:hover {
  color: #ffcc00;
}
#widget-footer #hsc-link-container {
  margin-top: 15px;
}
#widget-footer #hsc-link-container a {
  color: #fff;
  text-decoration: underline;
}
#widget-footer #hsc-link-container a:hover {
  color: #ffcc00;
}
#widget-footer h4.widgettitle,
#widget-footer span.widgettitle {
  margin: 3px 0px 14px 0px;
  margin: 0.1875rem 0rem 0.875rem 0rem;
  border-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
#widget-footer .textwidget {
  color: #b3b3b3;
}
#widget-footer .textwidget .contact-label {
  color: #fff;
}
#widget-footer.row-fluid .span1 {
  margin-left: 2.25%;
}
#widget-footer.row-fluid .span1.offset1 {
  margin-left: 10.5%;
}
#widget-footer #menu-quick-links li {
  margin-bottom: 5px;
}
#widget-footer #menu-quick-links a:hover {
  color: #fff;
}
#widget-footer .connect-button-container > a {
  display: inline-block;
  margin-right: 5px;
  width: 47px;
  height: 50px;
  background: url('../img/social-media.png') no-repeat #5b5b5b;
}
#widget-footer .connect-button-container > a:hover {
  background-color: #ffcc00;
}
#widget-footer .connect-button-container .facebook-link-button {
  background-position: left center;
}
#widget-footer .connect-button-container .twitter-link-button {
  background-position: center center;
}
#widget-footer .connect-button-container .feedback-link-button {
  background-position: right center;
}
.app-feature-container {
  background-color: #fff;
  padding-top: 30px;
}
.app-feature-container .app-feature-image {
  margin-left: 9px;
  width: 222px;
  height: 290px;
  background: url('../img/iphone5.png') no-repeat;
  background-size: 222px auto;
}
.app-feature-container .app-feature-content {
  padding: 13px 0;
  margin-left: -3px;
}
.app-feature-container .app-feature-content .app-feature-title {
  margin-bottom: 20px;
}
.app-feature-container .store-button-container {
  margin-top: 42px;
}
.app-feature-container .store-button-container a {
  display: inline-block;
  margin: 0px 14px 14px 0px;
  margin: 0rem 0.875rem 0.875rem 0rem;
  height: 55px;
  vertical-align: top;
  background-image: url('../img/store-buttons.png');
  background-repeat: no-repeat;
  background-size: 356px auto;
}
.app-feature-container .store-button-container a.app-store-button {
  width: 176px;
  background-position: 0 0;
}
.app-feature-container .store-button-container a.google-play-button {
  width: 166px;
  background-position: -190px 0;
}
.copyright-container {
  background-color: #2e2e2e;
  min-height: 62px;
}
.copyright-container .copyright {
  float: left;
  color: #fff;
  margin: 20px 0px 20px 0px;
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.copyright-container .back-to-top-button-container {
  float: right;
}
.copyright-container .back-to-top-button-container .back-to-top-button {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 15px 0px 13px 0px;
  margin: 0.9375rem 0rem 0.8125rem 0rem;
  vertical-align: top;
  background: url('../img/arrow.png') no-repeat -25px 0 #202020;
}
.copyright-container .back-to-top-button-container .back-to-top-button:hover {
  background-color: #ffcc00;
}
/* FlexSlider Custom Styling
----------------------------------- */
.slider-container {
  padding-bottom: 20px;
}
.flexslider {
  margin: 0;
  background: #333;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0;
}
.flexslider.page-homepage {
  margin-bottom: 81px;
}
.flexslider.page-default {
  margin-bottom: -81px;
}
.flexslider .slides li a {
  text-decoration: none;
}
.flex-controls-container {
  line-height: 10px;
}
/* Slide Caption */
.flex-caption-container {
  background: #900;
  bottom: -89px;
  position: absolute;
  width: 980px;
  z-index: 1;
  -moz-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(13, 9, 8, 0.25);
}
.flex-caption-container > div {
  min-height: 120px;
}
.flex-caption-container-inner {
  float: left;
  width: 569px !important;
}
.flex-promo-container-inner {
  float: right;
  width: 385px !important;
  background: #7f0000;
}
/*.flex-caption-container-inner.span8 { width:62.25% !important; }
.flex-promo-container-inner.span4 { width:32.15% !important; } */
.flex-caption,
.flex-promo {
  display: block;
  overflow: hidden;
}
.flex-caption {
  /* margin:14px 34px; */
  margin: 0.8em 3px 1em 34px;
}
.flex-promo {
  margin: 20px 10px 0px 10px;
}
.flex-caption-placeholder {
  display: none;
}
.flex-slide-title {
  color: #fff;
  word-wrap: break-word;
  line-height: 1.6;
  display: block;
  width: 569px;
}
.flex-slide-desc,
.flex-promo-desc {
  color: #fff;
  line-height: 0.9em;
}
.flex-promo-desc {
  margin: 7px 5px 0px 16px;
  display: block;
}
.flex-promo-link {
  display: block;
  margin: 5px 5px 6px 16px;
  color: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.1em;
}
.flex-promo-link:hover {
  color: #fff;
  text-decoration: none;
}
.flex-promo-link .flex-promo-icon {
  display: inline-block;
  margin-left: 3px;
  margin-bottom: -7px;
  width: 23px;
  height: 23px;
  background: url('../img/arrow.png') no-repeat;
  background-position: 0 0;
}
.flex-promo-link:hover .flex-promo-icon {
  background-position: 0 -25px;
}
.flex-control-paging li a.flex-active {
  background: #ffcc00;
  cursor: default;
}
.AAA-logo {
  float: right;
  width: 90px;
  height: 100px;
  background: url('../img/aaa_logo.png') no-repeat;
}
/* Direction Nav */
.flex-controls-direction {
  float: right;
  position: relative;
  width: 79px;
  display: none;
}
.flex-controls-direction a {
  width: 39px;
  height: 39px;
  margin: 0;
  display: block;
  background: url('../img/bg_direction_nav.png') no-repeat 0 center #83807c;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}
.flex-controls-direction .flex-next {
  background-position: 100% center;
  right: 0;
}
.flex-controls-direction .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 0;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 0;
}
.flexslider:hover .flex-next:hover {
  background: url('../img/bg_direction_nav.png') no-repeat 100% center #ffcc00;
}
.flexslider:hover .flex-prev:hover {
  background: url('../img/bg_direction_nav.png') no-repeat 0 center #ffcc00;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 27px 0 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 9px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none;
}
/* Default TablePress Styling
----------------------------------- */
table.tablepress {
  margin: 2px 0px 29px 0px;
  margin: 0.125rem 0rem 1.8125rem 0rem;
}
table.tablepress thead {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-bottom-width: 0;
}
table.tablepress thead th {
  color: #fff;
  background-color: #900;
  border: none;
  padding: 7px 10px 12px 13px;
  padding: 0.4375rem 0.625rem 0.75rem 0.8125rem;
  vertical-align: top;
}
table.tablepress tfoot th {
  background-color: #fff;
  border: none;
  font-style: italic;
  padding: 10px 0px 10px 0px;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
table.tablepress tbody {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-top-width: 0;
}
table.tablepress tbody td {
  color: #333;
  border: none;
  padding: 8px 13px 12px 13px;
  padding: 0.5rem 0.8125rem 0.75rem 0.8125rem;
  vertical-align: top;
}
table.tablepress tbody .odd td {
  background-color: #f4f4f4;
}
table.tablepress.table-parking-rates .column-1 {
  max-width: 350px;
}
table.tablepress.table-purchase-a-permit .column-2 {
  width: 120px;
}
table.tablepress.table-vanpool-rates thead th {
  padding: 7px 2px 12px 13px;
  padding: 0.4375rem 0.125rem 0.75rem 0.8125rem;
}
table.tablepress.table-vanpool-rates .column-1 {
  min-width: 82px;
}
table.tablepress.table-vanpool-rates .column-3 {
  min-width: 138px;
}
table.tablepress.table-gas-prices {
  float: right;
  width: 250px;
}
table.tablepress.table-mta-routes {
  border-top: 1px solid #ccc;
}
table.tablepress.table-mta-routes .column-3 {
  width: 100px;
}
h2 + table.tablepress {
  margin-top: 18px;
}
/* FAQ & Traffic Alerts Styling
----------------------------------- */
.archive-item-container {
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 1.5rem 0rem;
}
.archive-item-container:last-child {
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}
.archive-item-container.traffic-alert {
  padding: 0px 0px 14px 0px;
  padding: 0rem 0rem 0.875rem 0rem;
  border-bottom: 1px solid #e4e4e4;
}
.archive-item-container.traffic-alert:last-child {
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  border-bottom: 0;
}
.toggle-header {
  color: #900;
  cursor: pointer;
}
#faq-section-list {
  list-style-type: none;
  margin: 30px 0px 20px 0px;
  margin: 1.875rem 0rem 1.25rem 0rem;
  /* li.cat-item { margin-bottom:15px; font-weight:700; text-transform:uppercase; }
	ul.children { list-style-type:circle; margin-top:5px; }
	ul.children li { margin-bottom:5px; font-weight:400; text-transform:capitalize; } */
}
#faq-section-list li {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#faq-section-list ul.children {
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  margin: 0.9375rem 0rem 0rem 0rem;
}
/* List Item Styling -
 * Partnerships, Sustainability, Recognition & Awards
----------------------------------- */
#content.default .list-item-container {
  padding: 2px 0px 38px 0px;
  padding: 0.125rem 0rem 2.375rem 0rem;
  border-bottom: 1px solid #e4e4e4;
}
#content.default .list-item-container:last-child {
  padding: 2px 0px 0px 0px;
  padding: 0.125rem 0rem 0rem 0rem;
  border: 0;
}
#content.default .list-item-container div {
  display: table-cell;
}
#content.default .list-item-image {
  width: 32%;
  height: 100%;
  vertical-align: top;
  float: left;
}
#content.default .list-item-image img {
  width: 180px;
  margin: 10px 2px 3px 2px;
  margin: 0.625rem 0.125rem 0.1875rem 0.125rem;
}
#content.default .list-item-content {
  width: 68%;
}
#content.default .list-item-content h2 {
  margin: 5px 0px 13px 0px;
  margin: 0.3125rem 0rem 0.8125rem 0rem;
}
#content.default .list-item-content p {
  text-align: left;
}
#content.default .list-item-content p:last-child {
  margin-bottom: 0;
}
#content.default .list-item-content ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}
#content.default .list-item-content ul > li:before {
  content: '\2022';
  margin: 0px 3px 0px 1px;
  margin: 0rem 0.1875rem 0rem 0.0625rem;
}
/* List Item Styling -
 * Campus Cruiser Program: Uber
----------------------------------- */
#content.default ul.uber-list > li {
  margin-bottom: 24px;
}
#content.default .uber-thumb-link img {
  margin: 4px;
}
#content.default .uber-app-link + p {
  margin-top: 12px;
}
/* Google Maps Styling
----------------------------------- */
.google-map-canvas {
  margin: 10px 0px 10px 0px;
  margin: 0.625rem 0rem 0.625rem 0rem;
  width: 100%;
  height: 345px;
  border: 5px solid #c2c2c2;
}
.google-map-canvas .gm-style-mtc {
  display: none;
}
.google-map-canvas .gm-style-iw {
  width: 168px;
  height: 77px;
  color: #000;
  line-height: 1.35;
  overflow: hidden;
}
.google-map-canvas .gm-style-iw h3 {
  margin: 4px 0px 2px 0px !important;
  margin: 0.25rem 0rem 0.125rem 0rem !important;
  color: #000 !important;
}
.google-map-canvas .gm-style-iw .gm-iw-code {
  margin-bottom: 9px;
}
.google-map-canvas img {
  max-width: none !important;
}
h2 + .google-map-canvas {
  margin: 24px 0px 39px 0px;
  margin: 1.5rem 0rem 2.4375rem 0rem;
}
p + .google-map-canvas {
  margin: -2px 0px 39px 0px;
  margin: -0.125rem 0rem 2.4375rem 0rem;
}
ul + .google-map-canvas {
  margin: 38px 0px 27px 0px;
  margin: 2.375rem 0rem 1.6875rem 0rem;
}
/* Safety Maps Styling
----------------------------------- */
#safety-map-container,
.google-map-safety {
  height: 800px;
}
.google-map-safety .gm-style-iw {
  width: 100px;
  height: auto;
  color: #000;
  line-height: 1.35;
  overflow: hidden;
}
.google-map-safety .gm-style-iw p {
  margin-bottom: 0;
}
#interactive-map-disclaimer {
  left: 5px;
  bottom: 815px;
  margin-bottom: -800px;
}
.map-disclaimer-overlay {
  width: inherit;
  height: inherit;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.map-disclaimer-container {
  margin: 0 auto;
  width: 77.15%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.7);
}
.map-disclaimer-container a.close-disclaimer-content {
  display: block;
  background: url('../img/close-button-white.png') no-repeat center center #900;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
}
.map-disclaimer-container .map-disclaimer-content {
  padding: 50px 24px;
  text-align: center;
}
.map-disclaimer-container .map-disclaimer-heading {
  margin: 0 0 16px;
  text-transform: uppercase;
  color: #900;
}
.safety-info-window #bodyContent p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
}
ul.map-links-lists > li > a {
  background: #a3a09b;
  color: white;
  margin: 5px 10px 0 0;
  border-radius: 0;
  font-weight: 700;
}
ul.map-links-lists > li:last-child a {
  margin-right: 0;
}
ul.map-links-lists > li > a:focus {
  background: #a3a09b;
}
ul.map-links-lists li a#emergency-phones-dropdown:hover,
ul.map-links-lists li.open a#emergency-phones-dropdown {
  background: #007dbc;
}
ul.map-links-lists li a#bus-routes-dropdown:hover,
ul.map-links-lists li.open a#bus-routes-dropdown,
ul.map-links-lists li.focus a#bus-routes-dropdown {
  background: #a411b1;
}
ul.map-links-lists li a#campus-cruiser-dropdown:hover,
ul.map-links-lists li.open a#campus-cruiser-dropdown {
  background: #00c5b0;
}
ul.map-links-lists ul#bus-routes-dropdown-list {
  border: 6px solid #a411b1;
  border-radius: 0;
}
ul.map-links-lists ul#bus-routes-dropdown-list li > a {
  font-weight: 700;
}
ul.map-links-lists ul#bus-routes-dropdown-list li > a:hover {
  color: #a411b1;
  background: none;
}
ul.map-links-lists ul#bus-routes-dropdown-list li > a > span {
  color: #000;
  font-weight: 400;
}
ul.map-links-lists ul#bus-routes-dropdown-list li > a:focus {
  background-color: white;
  background-image: none;
  color: #a411b1;
}
ul.map-links-lists ul#bus-routes-dropdown-list li > a.active-route {
  color: #a411b1;
}
ul.map-links-lists ul#bus-routes-dropdown-list:before {
  border-color: #a411b1 transparent;
}
ul.map-links-lists ul.dropdown-menu:before {
  content: "";
  position: absolute;
  margin-left: -10px;
  border: solid;
  border-color: #ffcc00 transparent;
  border-width: 0 12px 12px;
  top: -17px;
  left: 105px;
}
#sidebar-map-legend-container {
  margin-top: 2.5em;
}
#sidebar-map-legend {
  border-top: 1px solid #eee;
  padding-left: 2.5em;
  padding-right: 1.25em;
}
#sidebar-map-legend > h3 {
  margin-top: 30px !important;
}
#sidebar-map-legend > .titleH3 {
  margin-top: 30px !important;
}
#sidebar-map-legend #sidebar-map-legend-list {
  margin: 0;
  display: table;
}
#sidebar-map-legend li {
  padding-top: 18px;
  font-weight: 700;
}
#sidebar-map-legend .map-legend-icon {
  display: table-cell;
  float: left;
  margin-right: 10px;
}
#sidebar-map-legend #map-legend-campus-boundary {
  height: 24px;
  width: 24px;
  background-color: #fddb7d;
}
#sidebar-map-legend #map-legend-dps-response {
  height: 24px;
  width: 24px;
  background-color: #e4bbc2;
}
#sidebar-map-legend #map-legend-dps-boundary {
  height: 12px;
  width: 12px;
  border: 6px solid #c87885;
}
#sidebar-map-legend .map-legend-text {
  display: table-cell;
  padding-top: 3px;
  line-height: 20px;
}
#sidebar-map-legend .map-legend-desc {
  font-weight: 400;
  font-size: 13px;
  color: #666;
}
body #main p.meta,
body p.meta {
  color: #5E5E5E !important;
}
.screen-reader-text {
  color: black;
  background: white;
}
.dart-manager .dart-pending-message {
  padding-left: 40px;
}
.dart-manager .dart-manager-message {
  border: 1px solid #990000;
  padding: 10px 15px;
  margin-bottom: 1em;
  background: #fff9f9;
}
.dart-manager .dart-manager-message p {
  color: #990000;
  margin-bottom: 0;
}
.dart-manager table {
  font-size: 15px;
}
.dart-manager table caption {
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.dart-manager .dart-download {
  color: #000;
  font-weight: 400;
}
.dart-manager .dart-cancellation-form {
  margin: 0;
}
.dart-manager .dart-cancellation-form button {
  font-family: Roboto, sans-serif;
  padding: 0;
  color: #990000;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 400;
  margin-top: -2px;
}
.dart-manager .dart-controls {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 400;
}
.dart-manager .dart-controls-calendar {
  color: black;
}
.dart-manager .dart-controls-cancel {
  padding: 0;
  color: #990000;
  font-size: 15px;
  text-decoration: underline;
  background: none;
  border: none;
  font-family: Roboto, sans-serif;
}
#dart-modal {
  width: 90%;
  height: 80%;
  left: 5%;
  margin-left: 0;
  padding: 15px;
  box-sizing: border-box;
}
#dart-modal .modal-body {
  max-height: 90%;
  height: 90%;
}
#dart-modal iframe {
  height: 60vh;
  width: 100%;
}
.dart-dates {
  padding-left: 40px;
  width: auto;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}
.dart-dates th,
.dart-dates td {
  border-bottom: 0;
  text-align: left;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 15px;
}
