/* Drupal 7 Framework - Created by André Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";

/**
 * 1.GLOBAL
 */

body {
  background: #fff;
  color: #262424;
  font-family: arial;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: proxima-nova!important;
  font-style: normal;
  font-weight: 700;
}

h1, .h1 {
  font-size: 50px;
}
h2, .h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.6em;
}

h2.bigger {
    font-size: 50px;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
table td {
    border-top: none!important;
  padding: 6px 5px!important;
}
.content-area table td {
  padding: 3px 5px!important;
}
tbody tr:nth-child(odd) {
  background-color: #d8ed96;
}
a, .ui-widget-content a { color: #32a432; text-decoration: none; outline: 0; }

a:visited { color: #32a432; }

#main a:hover, #main a:active, #main li a.active  { color: #32a432; text-decoration: underline; }

#main a:focus {  }

#main a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */
img { max-width: 100% }

dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #939597;
  padding: 0 10px;
}
select {
  background-color: #fff;
  border: 1px solid #939597;
  width: 220px;
  height: 27px;
  line-height: 27px;
}
.selectBox.error {
  border: 2px solid red;
}
.selectBox-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;: ;
  height: 27px;
  line-height: 27px;
}
.for-desktop {
  display: block;
}
.for-mobile {
  display: none;
}
.element-invisible {
  height: 0;
}
.label-inline {
  display: inline-block;
}
.oh {
  clear: both;
  overflow: hidden;
}
.red {
  color: red;
}
a.link-btn {
  background-color: #4BA94F;
  border: medium none;
  padding: 6px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
}
a.link-btn:hover {
  color: #fff !important;
  background-color: #424143;
  text-decoration: none !important;
}
a.link-btn.same-width {
  text-align: center;
  width: 100px;
}
.btn-margin {
  margin-left: 4.21053%;
}
/**
 * 2.LAYOUT
 */

#container {
  margin: 0 auto;
  padding: 0 10px 0 20px;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 10px 0 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 76%;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 76%;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 22.8%;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 22.8%;
}

/**
 * 5.HEADER
 */

#header {
  margin: 0;
  padding: 0;
  position: relative;
}

#header #logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 12%;
}
#logo-mini {
  float: left;
  margin-top: 10px;
}
#header #logo img {
  margin-left: 0px;
}
.region-header {

}
#header .block {
  margin: 0;
  padding: 0;
}
.menu-header {
  float: right;
  text-align: right;
  width: 87%;
}
.menu-toggle {
  background: url("../images/menu-toggle.png") no-repeat;
  width: 50px;
  height: 45px;
  display: none;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle.active {
  background-image:  url("../images/menu-toggle-hover.png");
}
/**
 * 6.NAVIGATION
 */

#block-system-main-menu {
  float: left;
  font: 700 1.9em proxima-nova;
  text-transform: uppercase;
  /*width: 84.210526316%;*/
}
#block-system-main-menu .menu {
  /*overflow: hidden;*/
  position: relative;
}
#block-system-main-menu .menu > li {
  list-style: none;
  background-color: #4ba94f;
  padding: 0;
  float: left;
  margin: 0 1.25% 0 0;
  height: 150px;
  text-align: center;
  word-spacing: 3em;
  cursor: pointer;
  width: 13.2%;
}
#block-system-main-menu .menu > li > ul {
  display: none;
}
#block-system-main-menu .menu > li:last-child {
  margin-right: 0;
}
#block-system-main-menu .menu > li > a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
}
#block-system-main-menu .menu > li span, #block-search-form > span {
  content: "";
  height: 150px;
  display: inline-block;
  vertical-align: middle;
}
#block-system-main-menu .menu > li:nth-child(2){
  background-color: #c1d830;
}
#block-system-main-menu .menu > li.careers{
  background-color: #c1d830;
}

#block-system-main-menu .menu > li:nth-child(4) {
  background-color: #FFDA64;
}
#block-system-main-menu .menu > li:nth-child(3) {
  background-color: #FFC428;
}
#block-system-main-menu .menu > li:nth-child(5) {
  background-color: #7399c6;
}
#block-system-main-menu .menu > li:nth-child(3) a,
#block-system-main-menu .menu > li:nth-child(5) a {
  width: 78%;
}
#block-system-main-menu .menu > li.active-menu, #block-system-main-menu .menu > li.hover-menu {
  background-color: #424143;
}
#block-search-form {
  float: left;
  width: 280px;
}
#block-search-form form {
  position: relative;
}
/*#block-search-form .content {
  position: absolute;
  bottom: 18%;
}
#block-search-form .block-title {
  font: 700 1.9em/1 proxima-nova;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}*/
#block-search-form .form-text {
  border: 1px solid #c3b5d3;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  line-height: 27px;
  padding-right: 60px;
  width: 100%;
}
/*#block-search-form .container-inline {
  margin: 0 auto;
  position: relative;
  width: 90%;
}*/
#block-search-form .form-item {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#block-search-form .form-submit {
  /*border: none;
  text-indent: -999px;
  background: url("../images/search_ico.png") no-repeat;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 3px;
  height: 19px;
  width: 21px;*/
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/search-ico.png") no-repeat center center #4BA94F;
  width: 55px;
  line-height: 27px;
  padding: 0;
  height: 27px;
  text-indent: -9000px;
}
#block-search-form .form-submit:hover {
  background-color: #424143;
}

.form-submit[disabled],
.form-submit[disabled]:hover {
  background-color: #ccc;
}

#language-section {
  margin: 5px 0;
  position: relative;
  clear: both;
  text-align: right;
  overflow: hidden;
  float: right;
  left: -1px;
}
#language-section #block-text-resize-0 {
  float: left;
  margin-right: 14px;
}
#language-section #block-text-resize-0 h2 {
  font: normal 12px/1 arial!important;
  margin: 7px 4px 0 0;
  float: left;
}
#language-section #block-text-resize-0 > .content {
  float: left;
}
a#text_resize_decrease, a#text_resize_increase {
  margin-top: 0;
}
#language-section #block-gtranslate-gtranslate {
  float: left;
  margin-right: 9px;
}
.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}


#block-menu-block-1 ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  cursor: pointer;
  background-color: #4ba94f;
  list-style: none;
  padding: 0 10px;
  height: 42px;
  overflow: hidden;
  margin: 0 0 10px;
}
#block-menu-block-1 ul li a {
  display: inline-block;
  font: 700 23px/42px proxima-nova;
  color: #fff;
}
#block-menu-block-1 ul li:hover, #block-menu-block-1 ul li.active,
#block-menu-block-1 ul li.active-trail{
  background-color: #424143;
}
#block-menu-block-1 ul li a:hover, #block-menu-block-1 ul li a.active-trail {
  color: #fff;
  text-decoration: none;
}
#block-menu-block-1 ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/*SLIDER*/
#banner-section {
  margin: 5px 0 10px;
  clear: both;
}
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}
.bx-wrapper .bx-pager {
  bottom: 16px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  border-radius: 8px;
  height: 16px;
  width: 16px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #f0c33d;
}
/*FRONT BLOCKS*/
.front #main h1, .front #main .tabs-wrapper, .front #main .field-name-title {
  display: none;
}
#block-block-1 {
  background: url("../images/trip_planner.jpg") no-repeat;
  background-size: cover;
  float: left;
  cursor: pointer;
  margin-right: 0.8%;
  text-align: center;
  width: 32.8%;
}

#block-block-1 a.trip-planner-button {
    overflow:hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

	padding: 0;
	margin: 15px 15px 0;
}

#block-block-1 .block-title {
  color: #fff;
  font-size: 3.8em;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#block-block-1 .content {
  height: 264px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}
#block-block-2, #block-block-3 {
  height: 264px;
  margin-right: 0.8%;
  float: left;
  background-color: #FFC428;
  overflow: hidden;
  width: 32.8%;
}
#block-block-2 .block-title, #block-block-3 .block-title {
  color: #fff;
  font-size: 2.6em;
  line-height: 0.7;
  margin: 0 0 14px 15px;
  text-transform: uppercase;
}

#block-block-2 p, #block-block-3 p {
  line-height: 1;
  margin-bottom: 1.7em;
}
#block-block-2 .content, #block-block-3 .content {
  padding: 0 20px;
}
#block-block-3 {
  background-color: #c1d830;
  margin-right: 0;
}
/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}

/* tags */

.field-name-field-tags {
  margin: 0 0 1.5em;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

.password-parent {
  width: 36em;
}
.field-name-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 4.210526316%;
  background-color: #FFDA64;
  color: #fff!important;
  text-transform: uppercase;
  margin: 0 0 10px;
  height: 64px;
  line-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.page-schedule-details .field-name-title {
  background-color: #C1D830;
}
.field-name-title h1 {
    color: #fff;
  display: inline-block;
  line-height: 64px;
  font-size: 50px;
}
.field-name-body, .ds-2col-stacked-wrap, .field-name-field-body-2,
#main .content-area > .view-faq,
.page-search .content-area,
.page-stay-connected .content-area, .content-area
{
  padding: 0 3.789473684% 0 4.210526316%;
}
.page-schedule-details .field-name-body {
  padding: 0;
}
.page-search .field-name-body, .page-faq .field-name-body,
.page-community-table .field-name-body,
.page-customer-advocacy-group .field-name-body {
  padding: 0;
}
.node-type-webform .field-name-field-body-2 {
  display: none;
}
.field-name-body img {
  height: auto !important;
  width: auto !important;
}
.node-type-page .field-name-field-image img {
  height: auto;
  margin-bottom: 5px;
}
.back-to-top {
  display: none;
  clear: both;
  padding-top: 15px;
}
/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {u
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 0;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  position: relative;
  margin-top: 20px;
}
.footer p {
  margin: 0;
  line-height: 1;
}
.footer ul li {
  list-style: none !important;
  margin: 0 !important;
}
.footer a{
  color: #262424;
}
.footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}
.footer a:hover {
  color: #000;
  text-decoration: underline;
}
#block-block-4 {
  text-align: right;
  background-color: #4BA94F;
}
#block-block-4 img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  background-color: #fff;
}
#footer-bottom {
  margin-top: 12px;
  font-size: 11px;
}
#block-multiblock-1,#block-menu-menu-bottom-menu {
  float: left;
  line-height: 1;
  margin-bottom: 10px;
}
#block-multiblock-1 li,#block-menu-menu-bottom-menu li  {
  display: inline-block;
  border-right: 1px solid #262424;
  padding-top: 0;
  line-height: 1;
}
#block-multiblock-1 li:last-child,#block-menu-menu-bottom-menu li:last-child {
  border: none;
}
#block-menu-menu-bottom-menu li:first-child {
  padding-left: 0.5em;
  border-left: 1px solid #262424;
}
#block-multiblock-1 li > ul {
  display: none;
}
#block-block-5 {
  float: right;
}
/**
 * 11.CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix                            | contain floats
 * .element-invisible                   | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden                      | hide visually and from screenreaders
 */
 
/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }

/*ROUTE*/
.node-type-route .field-name-field-text {
  font: 700 12px/1 proxima-nova;
  margin-bottom: 10px;
}
.printable-schedule, .printable-map {
  display: inline-block;
}
.printable-schedule {
  background: url("../images/schedule.gif") no-repeat left center;
  margin-right: 60px;
  padding: 4px 0 4px 27px;
}
.printable-map {
  background: url("../images/map-ico.gif") no-repeat left center;
  padding: 4px 0 4px 27px;
}
.node-type-route .label-inline, .another-route .label-inline {
  font: bold 14px/1 arial;
  color: #6d6f71;
}
.node-type-route .field-name-routes-select, .another-route {
  border-bottom: 4px solid #FFDA64;
  border-top: 4px solid #FFDA64;
  padding: 12px 0;
}
.page-schedule-details .another-route {
  border-bottom: none;
}
.node-type-route .field-name-field-image-route {
  margin-top: 28px;
  text-align: center;
}
.node-type-route .field-name-field-image-route img {
  height: auto;
  width: auto;
}
.view-routes-list .field-name-route-number-code a,
.view-alerts .field-name-route-number-code a,
.field-name-affected-routes a {
  background-color: #4ba94f;
  color: #fff;
  display: block;
  text-align: center;
  font: bold 15px/28px arial;
  border-radius: 14px;
  height: 28px;
  margin-top: 4px;
  width: 28px;
}
#main .view-routes-list .field-name-route-number-code a:hover,
#main .view-alerts .field-name-route-number-code a:hover,
.field-name-affected-routes a:hover {
  background-color: #424143 !important;
  text-decoration: none !important;
  color: #fff !important;
}
.view-alerts .view-footer, .view-news-and-media .view-footer {
  clear: both;
  text-align: center;
}
.view-alerts .views-row {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.view-alerts .group-left {
  float: left;
}
.view-alerts .group-right {
  float: right;
}
.view-routes-list .ds-2col > .group-left,
.view-alerts .group-left {
  width: 4%;
}
.view-routes-list .ds-2col > .group-right,
.view-alerts .group-right  {
  width: 96%;
}
.view-routes-list .field-name-full-route-name-link a {
  color: #262424;
}

.view-alerts.view-display-id-block_1 .group-left {
  width: 10%;
}
.view-alerts.view-display-id-block_1 .group-right {
  width: 90%;
}
/*Title VI Complaint*/ /*Public Records Requests*/
html.js input.webform-calendar {
  padding: 0 10px;
}
.webform-component input[type=text], .webform-component select, .webform-component  .selectBox-dropdown, .webform-component textarea, .webform-component input[type=email]  {
  width: 100% !important;
}
.webform-component input[type=text], .webform-component select, .webform-component  .selectBox-dropdown, .webform-component input[type=email]  {
  height: 27px;
  line-height: 27px;
}
.form-item, .form-actions {
  margin-top: 0;
  margin-bottom: 1em;
}
.marker, .form-required {
  color: #4BA94F;
}
.webform-component--requred-info span {
  color: #4BA94F;
  font-weight: bold;
}
.webform-client-form-80 .webform-component--compliant-area--address, #webform-client-form-98 .webform-component--address,
.webform-component--description {
  clear: both;
}
.webform-client-form-108 .webform-component--description {
  margin-bottom: 2em;
}
.webform-client-form-80 .webform-component--compliant-area--name, .webform-client-form-80 .webform-component--agency-area--agency,
.webform-client-form-80 .webform-component--agency-area-2--agency-2 {
  float: left;
  width: 60%;
}
.webform-client-form-80 .webform-component--compliant-area--phone, .webform-client-form-80 .webform-component--agency-area--contact-name,
.webform-client-form-80 .webform-component--agency-area-2--contact-name-2, .webform-client-form-80 .webform-component--signature-date {
  float: right;
  width: 35%;
}
.webform-client-form-80 .webform-component--compliant-area--city, .webform-client-form-80 .webform-component--person-area--city-2, .webform-client-form-80 .webform-component--person-area-2--city-3, .webform-client-form-80 .webform-component--agency-area--city-agency,
.webform-client-form-80 .webform-component--agency-area-2--city-agency-2,
.webform-client-form-98 .webform-component--city,
.webform-client-form-108 .webform-component--street-no,
.webform-client-form-108 .webform-component--city,
.webform-client-form-108  .webform-component--coach-number {
  clear: both;
  float: left;
  margin-right: 5%;
  width: 30%;
}
.webform-client-form-108 .webform-component--street-name,
.webform-client-form-108 .webform-component--apt-unit,
.webform-client-form-108 .webform-component--operator-number,
.webform-client-form-108 .webform-component--route-number {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.webform-client-form-108 .webform-component--apt-unit,
.webform-client-form-108 .webform-component--route-number {
  margin-right: 0;
}
.webform-client-form-80 .webform-component--compliant-area--state, .webform-client-form-80 .webform-component--person-area--state-2, .webform-client-form-80 .webform-component--person-area-2--state-3, .webform-client-form-80 .webform-component--agency-area--state-agency,
.webform-client-form-80 .webform-component--agency-area-2--state-agency-2, .webform-client-form-98 .webform-component--state,
.webform-client-form-108 .webform-component--state{
  float: left;
  margin-right: 5%;
  width: 25%;
}
.webform-client-form-80 .webform-component--compliant-area--zip, .webform-client-form-80 .webform-component--agency-area--zip-agency,
.webform-client-form-80 .webform-component--agency-area-2--zip-agency-2 {
  float: left;
  margin-right: 5%;
  width: 10%;
}
.webform-client-form-80 .webform-component--person-area--zip-2,
.webform-client-form-80 .webform-component--person-area-2--zip-3 {
  float: left;
  width: 35%;
}
.webform-client-form-80 .webform-component--compliant-area--alt-phone, .webform-client-form-80 .webform-component--person-area-2--alt-phone-2, .webform-client-form-80 .webform-component--person-area--alt-phone-3, .webform-client-form-80 .webform-component--agency-area--phone-agency,
.webform-client-form-80 .webform-component--agency-area-2--phone-agency-2 {
  float: left;
  width: 20%;
}
.webform-client-form-80 .webform-component--persons-2, .webform-client-form-80 .webform-component--persons-3, .webform-client-form-80 .webform-component--persons-3 {
  clear: both;
}
.webform-client-form-80 .webform-component--text, .webform-client-form-80 .webform-component--incident-area--date-of-incident {
  margin-bottom: 2em;
}
.webform-client-form-80 .webform-component--incident-area--best-describes,
.webform-component--furnish-information {
  clear: both;
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
}
.webform-client-form-80 .webform-component-radios .form-item,
.webform-client-form-108 .webform-component-radios .form-item,
.webform-client-form-80 .webform-component-checkboxes .form-item {
  display: inline-block;
  margin-right: 15px;
}
.webform-client-form-80 .webform-component-markup:not(.webform-component--requred-info),
.webform-client-form-108 .webform-component--method-of-notification {
  clear: both;
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
  font-weight: bold;
}
.webform-client-form-80 .webform-component-markup p {
  margin-bottom: 0;
}
.webform-component--have-you-filed-a-complaint-with-any-other-federal-state-or-local-agencies-check-one {
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
}
.webform-container-inline.webform-datepicker  div.form-item.form-type-select {
  display: none;
}
.webform-client-form-80 fieldset {
  border: none;
  margin: 0 0 2em;
  padding: 0;
}
.form-type-radio label, .form-type-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  height: 18px;
  line-height: 1;
}
.form-type-radio input[type=radio], .form-type-checkbox input[type=checkbox] {
  display: none;
}
.form-type-radio label:before, .form-type-checkbox label:before {
  content: "";
  display: inline-block;

  width: 18px;
  height: 18px;

  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("../images/notselected.png") no-repeat left center;
}
.error-radio .form-type-radio label:before {
  background-image: url("../images/selected_error.png");
}
.form-type-checkbox label:before {
  background: url("../images/unchecked.png") no-repeat left center;
}
.error-checkbox.form-type-checkbox label:before {
  background: url("../images/unchecked_error.png") no-repeat left center;
}
input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  background-image: url("../images/selected.png");
}
input[type=checkbox]:checked + label:before {
  background-image: url("../images/checked.png");
}
input[type=checkbox]:disabled + label:before {
  background: url("../images/checked_disabled.png") no-repeat left center;
}
input[type=submit], input[type=reset], .webform-client-form-98 .form-submit {
  background-color: #4ba94f;
  border: none;
  padding: 6px;
  color: #fff;
  text-transform: uppercase;
}
input[type=submit]:hover, input[type=reset]:hover {
  cursor: pointer;
  background-color: #424143;
}
.form-actions {
  clear: both;
  text-align: center;
}
#webform-client-form-98 {
  margin-top: 20px;
}
#webform-client-form-98 .webform-component--first-name, .webform-client-form-98 .webform-component--phone,
#webform-client-form-108 .webform-component--first-name, #webform-client-form-108 .webform-component--day-phone {
  float: left;
  width: 48%;
}
#webform-client-form-98 .webform-component--last-name, #webform-client-form-98 .webform-component--fax-number,
#webform-client-form-108 .webform-component--last-name, #webform-client-form-108 .webform-component--evening-phone {
  float: right;
  width: 48%;
}
#webform-client-form-98 .webform-component--email {
  clear: both;
}
.webform-client-form-98 .webform-component--zip-code,
.webform-client-form-108 .webform-component--zip {
  float: left;
  width: 35%;
}
#webform-client-form-108 .webform-component-markup,
#webform-client-form-108 .webform-component--e-mail-address,
#webform-client-form-108 .webform-component--direction-of-travel {
  clear: both;
}
#webform-client-form-108 .webform-component--privacy-statement {
  margin-bottom: 20px !important;
}
#webform-client-form-108 .webform-component-markup p {
  margin-bottom: 0;
}
#webform-client-form-108 .webform-component--evening-phone,
#webform-client-form-108 .webform-component--location-leaving-from {
  margin-bottom: 32px;
}
.webform-component--time {
  clear: both;
}
.webform-component--time .form-radios {
  text-transform: uppercase;
  float: left;
  width: 30%;
}
.webform-component--time .form-item-submitted-time-hour, .webform-component--time .form-item-submitted-time-minute {
  float: left;
  margin-right: 5%;
  width: 30%;
}
/*LEADERSHIP*/
.node-leadership .ds-2col-stacked-wrap .group-left,
.view-leadership > .view-content .field-image-leadership {
  float: left;
  width: 15%;
}
.view-leadership > .view-content .field-name-body, .view-accordeon .field-name-body {
  padding: 0;
}
.view-leadership > .view-content .field-name-body img {
  width: 50% !important;
}
.node-leadership .ds-2col-stacked-wrap .group-right,
.view-leadership > .view-content .field-body-leadership {
  float: right;
  width: 83%;
}
.field-image-leadership img {
  height: auto;
  width: auto;
}
.view-accordeon {
  padding-left: 0;
  width: 104.21053%;
}
.view-leadership h2, .view-accordeon .views-field-title h2 {
  margin: 0;
}
.view-leadership > .view-content .views-row, .view-accordeon .views-row {
  margin-bottom: 14px;
  overflow: hidden;
  border-bottom: 2px solid #FFDA64;
}
.view-leadership > .view-content .views-field-title, .view-leadership > .view-content .views-field-nothing,
.view-accordeon .views-field-title, .view-accordeon .views-field-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 2px solid #FFDA64;
  border-bottom: none;
  padding: 10px 30px 10px 10px !important;
}
.view-leadership > .view-content .views-row .views-field-title,
.view-accordeon .views-row .views-field-title {
  background: url("../images/accordion-default.png") no-repeat 98% center;
  cursor: pointer;
}
.view-leadership > .view-content .views-row .views-field-title.active,
.view-accordeon .views-row .views-field-title.active {
  background-image: url("../images/accordion_active.png");
}
.view-leadership > .view-content .views-field-nothing,
.view-accordeon .views-field-body {
  border-top: none;
  overflow: hidden;
  padding: 10px !important;
}
.page-node-337 .view-recent-meetings .field-name-body {
  padding: 0;
}
.page-node-337 .paddings-20 {
  margin: 0;
  padding: 20px 0;
}

/*COMMUNITY*/
.view-recent-meetings .view-header, .view-recent-meetings .view-empty {
  margin-top: 20px;
}
.view-recent-meetings .views-table {
  margin-top: 20px;
}
td.active {
  background-color: transparent;
}
tr.even, tr.odd {
  background-color: #fff;
  border-bottom: none;
}

.ajax-progress .throbber {
  background: url("../images/pr5.gif") no-repeat scroll 0px center transparent;
  height: 10px;
  width: 90px;
}
.ajax-progress .message, input[type="submit"].progress-disabled {
  display: none;
}
.views-exposed-form .views-exposed-widget .ajax-progress {
  margin-top: 20px;
}
.view-faq .views-exposed-form .views-exposed-widget .ajax-progress {
  margin: 0 0 8px;
}
.pager {
  position: relative;
  padding-bottom: 15px !important;
}
.pager .ajax-progress {
  position: absolute;
  left: 50%;
  top: 22px;
  margin-left: -45px;
}
/*FAQ*/
.view-faq h3 {
  margin-bottom: 15px;
}
.view-faq .attachment-before {
  margin-bottom: 40px;
}
.view-faq .attachment-before .views-field-body {
  display: none;
}
.view-faq .back-to-top {
  display: block;
  text-align: right;
}
.view-faq > .view-content .views-field-title {
  background: url("../images/question.png") no-repeat left top;
  padding: 2px 0px 0 30px;
  margin-bottom: 10px;
  min-height: 20px;
}
.view-faq > .view-content .views-field-body {
  background: url("../images/answer.png") no-repeat left top;
  padding: 2px 0px 0 30px;
  min-height: 20px;
}
.view-faq p {
  margin-bottom: 0;
}
.view-faq .views-row {
  margin-bottom: 15px;
}
.view-faq .attachment .views-row {
  margin-bottom: 0;
}
.view-faq .views-exposed-form .views-exposed-widget {
  padding-top: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: 100%;
}
.views-widget-filter-combine {
  margin-bottom: 10px;
}
.views-widget-filter-combine input {
  max-width: 100%;
  height: 27px;
  line-height: 27px;
}
.view-faq .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0 0 10px;
}

/*SEARCH*/
.page-search .search-form label {
  display: none;
}
.page-search .search-form .form-text {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 15px;
  height: 27px;
  line-height: 27px;
  width: calc(100% - 95px);
}
.preloader {
  display: inline-block !important;
  background: url("../images/pr5.gif") no-repeat scroll 0px center transparent;
  height: 10px;
  width: 90px;
}
#views-exposed-form-news-and-media-page .preloader {
  margin-top: 11px;
}
/*SCHEDULE DETAILS*/
.schedule-details-page > .view-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.schedule-details-page > .view-header h2 {
  text-transform: uppercase;
}
.schedule-details-page > .view-header .route-full-name {
  font-weight: bold;
}
.schedule-details-page .view-content {
  /*overflow-x: auto;*/
}
.schedule-table th, .schedule-table td {
  text-align: center;
}
.schedule-table thead {
  color: #1eb53a;
}
.schedule-table th {
  padding-right: 0;
  color: #fff;
}
.schedule-table th {
  font-weight: 100;
  vertical-align: bottom!important;
}
.schedule-table th span {
  color: #1eb53a;
  letter-spacing: 2px;
  display: block;
  margin: 0px 0px 50%;
  height: 0;
  left: -12px;
  position: relative;
  text-align: left;
  white-space:nowrap;
  g-origin:0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.schedule-table th span:before{
  /*content:'';
  width:0;
  padding-top:110%;*//* takes width as reference, + 10% for faking some extra padding *//*
  display:inline-block;
  vertical-align:middle;*/
}
.schedule-table {
  text-align:center;
  table-layout : fixed;
  max-width: 1250px;
  width: 100%;
  overflow: hidden;
  
}
.schedule-table td span {
  color: #f00;
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: super;
}
.schedule-table .coln { width: 40px; }
.schedules-list {
  border-bottom: 4px solid #FFDA64;
}

.schedules-list {
    padding-bottom: 24px;
}

.field-name-schedules {
    margin-bottom: 24px;
}

.schedules-list > div {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 0;
  width: 200px;
}
.node-type-route .schedules-list > div {
  margin: 20px 40px 20px 0;
}
.footnotes-view {
  border-top: 4px solid #FFDA64;
  padding-top: 15px;
}
.footnotes-view .views-row span {
  color: #FF0000;
  font-weight: bold;
}
.footnotes-view .footnotes-title {
  font-weight: bold;
  color: #4BA94F;
}
.footnotes-view > .view-content {
  margin-bottom: 10px;
}
.footnotes-view > .view-footer {
  margin-bottom: 10px;
}

/*NEWS AND MEDIA*/
ul.inline li {
  padding: 0;
}
.view-news-and-media .views-row {
  margin-bottom: 30px;
}
.view-id-news_and_media.view-display-id-block_1  .views-row {
  font-size: 12px;
  margin-bottom: 0;
}
.view-id-news_and_media.view-display-id-block_1  li.views-row {
    border-bottom: none;
    padding: 0;
}
.view-id-news_and_media.view-display-id-block_1 .views-field-title a {
  color: #32A432;
  font-size: 12px;
}
.view-news-and-media .views-field-field-image {
  float: left;
  margin: 0 20px 0 0;
}
.view-news-and-media h3 {
  margin: 0;
}
.view-news-and-media p {
  margin-bottom: 7px;
}
.view-news-and-media .links-news a {
  display: inline-block;
  margin-right: 15px;
  line-height: 30px;
}
.view-news-and-media .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.view-news-and-media .views-widget-filter-combine {
  padding-top: 9px;
  width: calc(100% - 115px);
}
.view-news-and-media .views-widget-filter-combine input {
  width: 100%;
}
.link_blogs {
  background: url("../images/icon-blogs.gif") no-repeat 0 center;
  padding-left: 22px;
}
.link_podcasts {
  background: url("../images/icon-podcast.gif") no-repeat 0 center;
  padding-left: 18px;
}
.link_rtatv {
  background: url("../images/icon-tv.gif") no-repeat 0 center;
  padding-left: 22px;
}
.node-type-news-and-media .field-name-field-date {
  margin-bottom: 15px;
}
#disqus_thread {
  margin-top: 20px;
  padding: 0px 3.78947% 0px 4.21053%;
}

/*ALERT*/
.node-alert .field-name-body {
  margin-bottom: 15px;
}
.node-alert .field-name-field-routes {
  display: none;
}
.field-name-affected-routes a {
  display: inline-block;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 15px;
  width: 30px;
}
.field-name-affected-routes .label-inline {
  font-weight: bold;
}
.form-item-all-routes, .form-item-is-news, #edit-notification-type, .form-item-notification-type-2,
.or-routes
{
  padding-left: 10px;
}
.form-item-all-routes {
  margin-bottom: 0;
}

#daytontransit-email-subscribe-subscribe-form {
    margin-bottom: 20px;
}

#daytontransit-email-subscribe-subscribe-form #edit-back,
#daytontransit-email-subscribe-subscribe-edit-form #edit-back {
  margin-left: 10px;
}
#daytontransit-email-subscribe-subscribe-form input[type=text],
#daytontransit-email-subscribe-subscribe-edit-form input[type=text] {
  line-height: 27px;
  height: 27px;
  width: 100%;
}
#edit-name {
  max-width: 420px;
}
#daytontransit-email-subscribe-subscribe-form .form-item-routes,
#daytontransit-email-subscribe-subscribe-edit-form  .form-item-routes{
  overflow: hidden;
  padding-left: 10px;
}
#daytontransit-email-subscribe-subscribe-form .form-item-routes .form-item,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-routes .form-item {
  float: left;
  width: 25%;
}
#daytontransit-email-subscribe-subscribe-form .form-submit,
#daytontransit-email-subscribe-subscribe-edit-form .form-submit{
  clear: both;
}
#daytontransit-email-subscribe-subscribe-form .form-item-understand,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-understand{
  margin-bottom: 15px;
  padding-left: 35px;
}
.form-item-understand label {
    height: auto!important;
}
#daytontransit-email-subscribe-subscribe-form .form-item-mobile-number,
#daytontransit-email-subscribe-subscribe-form .form-item-carrier,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-mobile-number,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-carrier{
  float: left;
  width: 48%;
  box-sizing: border-box;
  padding-left: 30px;
}
#daytontransit-email-subscribe-subscribe-form .form-item-email,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-email {
  box-sizing: border-box;
  padding-left: 30px;
}
#daytontransit-email-subscribe-subscribe-form .form-item-carrier,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-carrier {
  float: right;
}
#daytontransit-email-subscribe-subscribe-form select, #daytontransit-email-subscribe-subscribe-form .selectBox-dropdown,
#daytontransit-email-subscribe-subscribe-edit-form select, #daytontransit-email-subscribe-subscribe-edit-form .selectBox-dropdown {
  width: 100% !important;
}
#daytontransit-email-subscribe-subscribe-form .form-item-notification-type > label, .what-would-you-like,
#daytontransit-email-subscribe-subscribe-edit-form .form-item-notification-type > label, .what-would-you-like {
  font-size: 14px;
}
.captcha {
  overflow: hidden;
}
.captcha input[type="text"] {
  max-width: 182px;
}
.captcha .field-prefix {
  display: block;
}
.captcha .field-prefix img {
  border: 1px solid #939597;
}
#results div {
  border: 2px solid #FFDA64;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}
#results div > span {
  display: inline-block;
  vertical-align: middle;
}
#results div > span:first-child {
  width: 59%;
  margin-right: 5%;
  text-align: right;
}
#results div > span:last-child {
  font-weight: bold;
  font-size: 18px;
  width: 34%;
}
#form-wrapper {
  margin-bottom: 20px;
}
#form-wrapper input[type="text"] {
  height: 27px;
  line-height: 27px;
  width: 100%;
}
#form-wrapper input[type="submit"], input[type=reset] {
  margin-right: 15px;
}
#form-wrapper .form-item-trip span {
  font-weight: normal;
  font-style: italic;
}
#form-wrapper .form-item-trip span span {
  color: #4BA94F;
}
.page-customer-advocacy-group .view-footer ul {
  list-style: disc inside;
  padding-left: 5%;
  margin-bottom: 20px;
}
#gas-calculator-table thead {
  background: #1eb53a;
  color: #fff;
}
#gas-calculator-table td, #gas-calculator-table th {
  text-align: center;
}
#gas-calculator-table tbody tr  td:first-child {
  text-align: left;
}
form[id^="daytontransit-calculator-form"] .form-item {
    max-width: 100%;
    width: 400px;
}

form[id^="daytontransit-calculator-form"] .selectBox {
    max-width: 100%;
    width: 400px!important;
}

#carousel-home .carousel-indicators li {
    background: #fff none repeat scroll 0% 0%;
    border-color: transparent;
    border-radius: 8px;
    margin: 0px 5px;
    outline: 0px none;
    height: 16px;
    width: 16px;
}

#carousel-home .carousel-indicators li.active,
#carousel-home .carousel-indicators li:hover {
    background: #F0C33D;
}

.content-area h2 {
    color: #000;
}

#carousel-home .carousel-control {
    display: none;
}

.carousel-banner {
    display: block!important;
}

.front #main {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.webform-component input[type=text], .webform-component select, .webform-component  .selectBox-dropdown, .webform-component textarea, .webform-component input[type=email]  {
  width: 100% !important;
}
.webform-component input[type=text], .webform-component select, .webform-component  .selectBox-dropdown, .webform-component input[type=email]  {
  height: 27px;
  line-height: 27px;
}
.form-item, .form-actions {
  margin-top: 0;
  margin-bottom: 1em;
}
.marker, .form-required {
  color: #4BA94F;
}
.webform-component--requred-info span {
  color: #4BA94F;
  font-weight: bold;
}
.webform-client-form-80 .webform-component--compliant-area--address, #webform-client-form-98 .webform-component--address,
.webform-component--description {
  clear: both;
}
.webform-client-form-108 .webform-component--description {
  margin-bottom: 2em;
}
.webform-client-form-80 .webform-component--compliant-area--name, .webform-client-form-80 .webform-component--agency-area--agency,
.webform-client-form-80 .webform-component--agency-area-2--agency-2 {
  float: left;
  width: 60%;
}
.webform-client-form-80 .webform-component--compliant-area--phone, .webform-client-form-80 .webform-component--agency-area--contact-name,
.webform-client-form-80 .webform-component--agency-area-2--contact-name-2, .webform-client-form-80 .webform-component--signature-date {
  float: right;
  width: 35%;
}
.webform-client-form-80 .webform-component--compliant-area--city, .webform-client-form-80 .webform-component--person-area--city-2, .webform-client-form-80 .webform-component--person-area-2--city-3, .webform-client-form-80 .webform-component--agency-area--city-agency,
.webform-client-form-80 .webform-component--agency-area-2--city-agency-2,
.webform-client-form-98 .webform-component--city,
.webform-client-form-108 .webform-component--street-no,
.webform-client-form-108 .webform-component--city,
.webform-client-form-108  .webform-component--coach-number {
  clear: both;
  float: left;
  margin-right: 5%;
  width: 30%;
}
.webform-client-form-108 .webform-component--street-name,
.webform-client-form-108 .webform-component--apt-unit,
.webform-client-form-108 .webform-component--operator-number,
.webform-client-form-108 .webform-component--route-number {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.webform-client-form-108 .webform-component--apt-unit,
.webform-client-form-108 .webform-component--route-number {
  margin-right: 0;
}
.webform-client-form-80 .webform-component--compliant-area--state, .webform-client-form-80 .webform-component--person-area--state-2, .webform-client-form-80 .webform-component--person-area-2--state-3, .webform-client-form-80 .webform-component--agency-area--state-agency,
.webform-client-form-80 .webform-component--agency-area-2--state-agency-2, .webform-client-form-98 .webform-component--state,
.webform-client-form-108 .webform-component--state{
  float: left;
  margin-right: 5%;
  width: 25%;
}
.webform-client-form-80 .webform-component--compliant-area--zip, .webform-client-form-80 .webform-component--agency-area--zip-agency,
.webform-client-form-80 .webform-component--agency-area-2--zip-agency-2 {
  float: left;
  margin-right: 5%;
  width: 10%;
}
.webform-client-form-80 .webform-component--person-area--zip-2,
.webform-client-form-80 .webform-component--person-area-2--zip-3 {
  float: left;
  width: 35%;
}
.webform-client-form-80 .webform-component--compliant-area--alt-phone, .webform-client-form-80 .webform-component--person-area-2--alt-phone-2, .webform-client-form-80 .webform-component--person-area--alt-phone-3, .webform-client-form-80 .webform-component--agency-area--phone-agency,
.webform-client-form-80 .webform-component--agency-area-2--phone-agency-2 {
  float: left;
  width: 20%;
}
.webform-client-form-80 .webform-component--persons-2, .webform-client-form-80 .webform-component--persons-3, .webform-client-form-80 .webform-component--persons-3 {
  clear: both;
}
.webform-client-form-80 .webform-component--text, .webform-client-form-80 .webform-component--incident-area--date-of-incident {
  margin-bottom: 2em;
}
.webform-client-form-80 .webform-component--incident-area--best-describes,
.webform-component--furnish-information {
  clear: both;
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
}
.webform-client-form-80 .webform-component-radios .form-item,
.webform-client-form-108 .webform-component-radios .form-item,
.webform-client-form-80 .webform-component-checkboxes .form-item {
  display: inline-block;
  margin-right: 15px;
}
.webform-client-form-80 .webform-component-markup:not(.webform-component--requred-info),
.webform-client-form-108 .webform-component--method-of-notification {
  clear: both;
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
  font-weight: bold;
}
.webform-client-form-80 .webform-component-markup p {
  margin-bottom: 0;
}
.webform-component--have-you-filed-a-complaint-with-any-other-federal-state-or-local-agencies-check-one {
  border-top: 2px solid #FFDA64;
  padding-top: 2em;
}
.webform-container-inline.webform-datepicker  div.form-item.form-type-select {
  display: none;
}
.webform-client-form-80 fieldset {
  border: none;
  margin: 0 0 2em;
  padding: 0;
}
.form-type-radio label, .form-type-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  height: 18px;
  line-height: 1;
}

#gas-calculator-table thead th {
    padding: 0 8px;
}

.news-title a {
    color: #32A432;
    text-decoration: none;
    outline: 0px none;
}

.media-list-extend .post-info {
    font-size: 100%;
    margin-bottom: 3px;
}

.news-title a:hover {
    color: #32A432;
    text-decoration: underline;
}

.media-body .post-info time {
    color: #000;
    font: 100% arial;
}

.media-body .post-info .comments {
    display: none;
}

.media-body p.summary {
    margin-top: 2px;
    font-size: 100%;
}

.news-detail time {
    color: #000;
    display: block;
    margin: 15px 0;
}

.news-listing .news-title {
    font-size: 1.25em;
}

.news-detail .comments, .news-detail .news-add-this {
    display: none;
}

div.status {
    background-image: url("../images/message-24-ok.png");
    border-color: #BE7;
}

.pager li > a, .pager li > a:hover, .pager li > span {
    border: none;
    background: transparent;
}

.item-list ul li {
    padding: 0;
    margin: 0;
}

.item-list ul li a {
    padding: 0;
}

#meetings-table table thead > tr > th {
    border-bottom: none;
}

.news-detail .news-detail-title {
    margin-top: 1em;
}

.news-detail .post-info {
    margin-bottom: 0;
    padding-bottom: 0;
}

th, tr, td {
    vertical-align: middle!important;
}

#webform-client-form-98 .messages p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .banner-image {
        display: none;
    }
    
    .sidebar-first ul {
        border-bottom: none;
        margin: 5px 0;
        white-space: nowrap;
    }
}

#gas-calculator-table thead th {
    border-bottom: none;
}

.view-schedule-details .another-route {
    border-bottom: none;
}

.view-schedule-details {
    
}

.field-name-routes-select {
    border-bottom: 4px solid #FFDA64;
    border-top: 4px solid #FFDA64;
    padding: 12px 0px;
    font: bold 14px/1 arial;
    color: #6D6F71;
    margin: 12px 0 24px;
}

.field-name-field-text-route {
    font: 700 12px/1 proxima-nova;
    margin-bottom: 10px;
}

.view-schedule-details thead th {
    border-bottom: none;
}

.news-listing .news-title a {
    font-family: arial!important;
}

.news-listing .summary {
    line-height: 1.5;
}

.view-id-news_and_media.view-display-id-block_1 .views-field-title a {
    font-family: arial!important;
}

.menu-header ul {
    margin: 0;
    white-space: unset;
}

.field-name-routes-select .selectBox-label {
    font-weight: normal;
}

.messages p {
    margin-bottom: 0;
}

.field-name-field-image-route {
    text-align: center;
}

.ds-2col > .group-left {
  float: left; /* LTR */
  width: 50%;
}

.ds-2col > .group-right {
  float: left; /* LTR */
  width: 50%;
}

.front .news-readmore {
    display: none;
}

.page-search h3 a {
    color: #32A432;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    #block-system-main-menu .menu > li:hover .top-submenu-wrapper {
      display: block;
    }
}

.top-submenu-wrapper {
  background: #fff;
  cursor: default;
  display: none;
  height: 240px;
  padding: 25px;
  left: 0;
  position: absolute;
  z-index: 20001;
  width: 100%;
}

.top-submenu-title {
  color: #FFF;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  word-spacing: 1;
}

.top-submenu > li {
  font-size: 16px;
  width: 31.333%;
  float: left;
  margin: 0px!important;
  padding: 0px 2% 0 0;
  height: 40px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  word-spacing: 1;
}

.top-submenu a {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%!important;
}

@media screen and (max-width: 1000px) {
  .top-submenu a {
    font-size: 14px;
  }
}

.top-submenu {
  margin: 0 0 0 5% !important;
  width: 95%;
}

#block-system-main-menu .menu > li .top-submenu-wrapper {
  background-color: rgba(75, 169, 79, 0.95);
}

#block-system-main-menu .menu > li:nth-child(2) .top-submenu-wrapper {
  background-color: rgba(193, 216, 48, 0.95);
}
#block-system-main-menu .menu > li:nth-child(4) .top-submenu-wrapper {
  background-color: rgba(255, 218, 100, 0.95);
}
#block-system-main-menu .menu > li:nth-child(3) .top-submenu-wrapper {
  background-color: rgba(255, 196, 40, 0.95);
}
#block-system-main-menu .menu > li:nth-child(5) .top-submenu-wrapper {
  background-color: rgba(115, 153, 198, 0.95);
}


/* Styling for http://www.i-riderta.org/doing-business/rta-rewards */

 .flex {
    display: -moz-box;
    -moz-box-orient: horizontal;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .flex .reward {
        width: 100%;
    	margin-bottom:15px;
    	position: relative;
    	cursor: pointer;
    }

	@media screen and (min-width: 480px){
		.flex .reward {
			width: 49%;
		}
	}

	@media screen and (min-width: 768px){
		.flex .reward {
			width: 32%;
		}
	}

	@media screen and (min-width: 990px){
		.flex .reward {
			width: 24%;
		}
	}

.reward > img {
    width: 100%;
}

.reward .overlayText {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    padding: 7%;
    line-height: 1.1em;
    font-size: 1.6em;
}

.reward .couponBody {

	padding: 15px;
	background-color: #ECECEC;
	display: none;
}


.reward.active {
	width: 100%;
	cursor: default;
}

.reward.active .overlayText {
	display: none;
}

.reward.active > img {
	display: none;
}

.reward.active .couponBody {
	display: block;
}

.reward.inactive .close-button {
	display: none;
}

.reward .close-button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	background-color: #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



.future-header {
  display: none;
  width: 30%;
  float: right;
  font-weight: bold;
  font-size: 3.0em; }
  @media screen and (min-width: 769px) {
    .future-header {
      display: block; } }

.view-routes-list {
  clear: both; }
  .view-routes-list .views-row {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0; }
    @media screen and (min-width: 769px) {
      .view-routes-list .views-row {
        border-bottom: 0px;
        border-top: 0px;
        padding: 0; } }
    .view-routes-list .views-row .ds-2col > .group-left {
      width: 13%;
      float: left; }
      @media screen and (min-width: 481px) {
        .view-routes-list .views-row .ds-2col > .group-left {
          width: 8%; } }
      @media screen and (min-width: 769px) {
        .view-routes-list .views-row .ds-2col > .group-left {
          width: 6%; } }
    .view-routes-list .views-row .ds-2col > .group-middle {
      float: left;
      width: 87%;
      margin-left: 0%; }
      @media screen and (min-width: 481px) {
        .view-routes-list .views-row .ds-2col > .group-middle {
          width: 92%; } }
      @media screen and (min-width: 769px) {
        .view-routes-list .views-row .ds-2col > .group-middle {
          margin-left: 0px;
          width: 64%;
          padding-right: 15px; } }
    .view-routes-list .views-row .ds-2col > .group-right {
      float: left;
      margin-left: 13%;
      width: 87%; }
      @media screen and (min-width: 481px) {
        .view-routes-list .views-row .ds-2col > .group-right {
          margin-left: 8%;
          width: 92%; } }
      @media screen and (min-width: 769px) {
        .view-routes-list .views-row .ds-2col > .group-right {
          margin-left: 0px;
          width: 30%; } }