html body {
  font-family: 'Nunito Sans', sans-serif;
  padding: 0;
  color: black; }

body h2 {
  color: #02579a;
  font-weight: bold; }

body h3 {
  font-size: 1.5rem;
  color: #02579a;
  font-weight: bold; }

body h4 {
  font-size: 1.2rem;
  color: #02579a;
  font-weight: bold; }

body .container {
  padding-left: 20px;
  padding-right: 20px; }

.site-inner {
  margin-top: 30px;
  min-height: 200px;
  position: relative; }

section {
  position: relative;
  padding-bottom: 100px;
  padding-top: 40px; }

.wrap {
  max-width: 1600px;
  margin: auto; }

p,
ul, ol {
  font-size: 1.1rem; }

body a {
  color: inherit; }
  body a:hover {
    color: #c2181f; }

a.button,
.form-container-full .nf-form-content input[type=submit],
input[type="submit"],
.page-numbers {
  background-color: #c2181f;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  min-width: 185px;
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  width: fit-content; }

a.button.large,
input[type="submit"].large {
  font-size: 1.1rem;
  max-width: fit-content; }

a.button:hover,
.form-container-full .nf-form-content input[type=submit]:hover,
input[type="submit"]:hover,
.page-numbers:hover,
.page-numbers.current {
  color: white;
  text-shadow: 0 0 1px white; }

.page-numbers {
  display: inline; }

.justify-content-center a.button {
  margin: auto; }

.flag-button:before {
  content: "";
  border-top: 8px solid #c2181f;
  width: 123%;
  position: absolute;
  top: 0; }

.flag-alert {
  background: #f19823;
  color: #02579a;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 50px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 300px; }

.flag-alert:before {
  content: "";
  border-top: 8px solid #f19823;
  width: 3000px;
  position: absolute;
  top: 0; }

.flag-button.right-tail:before,
.flag-alert.right-tail:before {
  left: 0; }

.flag-button.left-tail:before,
.flag-alert.left-tail:before {
  right: 0; }

.flag-alert.after-banner {
  z-index: 1; }

a.read-more {
  color: black;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase; }

a.read-more:after {
  content: '>>';
  margin-left: 5px;
  transition: ease-out 1s; }

a.read-more:hover {
  color: black; }

a.read-more:hover:after {
  margin-left: 10px; }

.button-group {
  margin: 0 auto 20px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .button-group a.button,
  .button-group .form-container-full .nf-form-content input[type=submit],
  .button-group input[type="submit"] {
    display: flex;
    margin: 5px;
    width: 215px;
    min-height: 80px; }

svg.icon {
  fill: #f19823;
  max-height: 80px;
  max-width: 140px;
  width: 100%; }

.disclaimer {
  font-size: 14px; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.color-blue {
  color: #02579a; }
  .color-blue svg.icon {
    fill: #02579a; }

.color-red {
  color: #c2181f; }
  .color-red svg.icon {
    fill: #c2181f; }

.blue-background {
  background-color: rgba(2, 87, 154, 0.9) !important; }
  .blue-background h2, .blue-background h3, .blue-background h4, .blue-background a, .blue-background p, .blue-background ul, .blue-background table {
    color: white; }
  .blue-background .content {
    min-height: 200px; }
  .blue-background table tr:not(:last-child) {
    border-bottom: 1px solid #c6d7e7; }

.light-bl-box {
  background-color: #e5f3ff;
  height: 100%;
  padding: 10px 20px;
  font-weight: 600; }
  .light-bl-box .side-panel {
    max-width: 350px; }
  .light-bl-box a:not(.button) {
    text-decoration: none; }

.error404 .site-inner {
  min-height: 400px;
  padding: 1.5rem; }

.mobile-view {
  display: none; }

/* iFrames */
.iframe-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin: 15px auto; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Tables */
table td, table th {
  padding: .5rem; }

.table-striped {
  border-bottom: 1px solid #02579a;
  margin-bottom: 1rem;
  width: 100%; }
  .table-striped thead {
    background-color: #c2181f;
    border-bottom: 1px solid #02579a;
    border-top: 1px solid #02579a;
    color: white; }
  .table-striped tr:nth-child(even) {
    background-color: #e5f3ff; }

/* Accordions */
.accordion .accordion-button {
  background-color: #f19823;
  font-size: inherit;
  color: inherit;
  font-weight: bold; }

.accordion .accordion-button:after {
  content: '\25C0';
  color: #c2181f;
  margin-left: auto;
  transition: transform .2s ease-in-out;
  background-image: unset;
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-repeat: unset;
  background-size: unset; }

.accordion .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: unset;
  color: inherit; }

.accordion .accordion-button:not(.collapsed):after {
  background-image: unset;
  transform: rotate(-90deg); }

.accordion .accordion-item {
  border: 1px solid #f19823;
  margin-bottom: 10px; }
  .accordion .accordion-item .accordion-body {
    border-bottom: 8px solid #c2181f; }
  .accordion .accordion-item a.button {
    margin: 10px 0; }

/* Cards */
.card {
  background-color: unset;
  border: unset;
  border-radius: unset; }
  .card .card-footer {
    padding: unset;
    background-color: unset;
    border-top: unset; }

/* Ninja Forms */
.form-container-full .nf-form-content {
  padding: 0; }

.menu {
  list-style: none;
  padding-left: unset;
  color: #02579a; }

.menu li {
  display: inline-block; }

.menu li a {
  color: inherit;
  padding: 5px;
  text-decoration: none; }

.menu li:hover > a {
  color: black; }

/* This is the Mobile Menu */
#ubermenu-main-85 {
  display: none !important;
  visibility: hidden;
  height: 0; }

header .ubermenu {
  font-size: 1rem; }

header .ubermenu .ubermenu-item > .ubermenu-target {
  color: #02579a;
  font-weight: bold; }

header .ubermenu .ubermenu-item-level-0:hover > .ubermenu-target,
header .ubermenu .ubermenu-item-level-0:active > .ubermenu-target {
  color: white; }

header .ubermenu .ubermenu-submenu .ubermenu-item-header > .ubermenu-target,
header .ubermenu .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  color: #02579a;
  font-size: 1.1rem;
  padding: 15px 20px 0px;
  border-bottom: none; }

header .ubermenu .ubermenu-submenu .ubermenu-submenu .ubermenu-item:not(.ubermenu-item-has-children) > .ubermenu-target:hover,
header .ubermenu .ubermenu-submenu .ubermenu-submenu .ubermenu-item-level-3.ubermenu-current-menu-item > .ubermenu-target {
  color: #c2181f; }

header .ubermenu .ubermenu-item-level-2 > .ubermenu-target,
header .ubermenu .ubermenu-item-level-3 > .ubermenu-target,
header .ubermenu .ubermenu-item-level-5 > .ubermenu-target {
  color: black; }

header .ubermenu .ubermenu-item-level-0:hover,
header .ubermenu .ubermenu-item-level-0:active {
  background-color: #c2181f; }

header .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  border: unset;
  border-top: 8px solid #c2181f !important;
  padding: 45px 15px 15px; }

header .ubermenu-responsive-toggle {
  position: relative; }

.top-navigation-container {
  background-color: #e5f3ff;
  padding: 10px 15px;
  width: 100%; }

.top-navigation-container .wrap {
  text-align: right; }

.skip-to-content-link {
  background-color: #c2181f;
  color: white;
  border: none;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  position: absolute;
  transform: translateX(-200px);
  transition: transform 0.5s; }

.skip-to-content-link:focus {
  transform: translateX(0); }

#menu-top-navigation {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem; }

.language-dropdown {
  display: inline-block;
  margin: 0 10px; }

.language-dropdown .gt_selector {
  border: none;
  color: #02579a;
  font-size: 0.9rem;
  font-weight: bold;
  max-width: 130px; }

.search-container {
  display: inline-block; }
  .search-container .search-dropdown i {
    color: #c2181f;
    display: none;
    font-size: 20px;
    line-height: 0;
    padding: 0 1px; }
  .search-container .search-form {
    background: #e5f3ff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 200; }
    .search-container .search-form button.search-form-submit {
      background-color: transparent;
      border: none; }

/* Main Nav */
.site-header {
  /* position: relative; */
  padding: 0 15px; }

.site-header .wrap {
  text-align: center; }

.mobile-view.header-logo {
  width: fit-content;
  margin: auto; }

.mobile-view.header-logo img {
  max-width: 150px;
  margin-top: -20px;
  position: relative; }

.ubermenu-main.ubermenu-desktop-view .ubermenu-nav {
  display: flex;
  justify-content: space-between; }
  .ubermenu-main.ubermenu-desktop-view .ubermenu-nav .ubermenu .ubermenu-target {
    padding: 15px; }

.ubermenu .ubermenu-item.nav-logo.ubermenu-item-level-0 {
  position: relative;
  width: 180px;
  z-index: 600; }

.ubermenu .ubermenu-item.nav-logo a.ubermenu-target {
  width: 100%;
  height: 200px;
  background-image: url("../png/newmartlogoofficialtransparent.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15px;
  transition: 1s ease; }

.nav-logo.ubermenu-item:after {
  content: "";
  background: white;
  width: 90%;
  height: 40px;
  position: absolute;
  display: block;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto; }

.ubermenu .ubermenu-item.nav-logo.ubermenu-item-level-0:hover {
  background-color: unset; }

.ubermenu .ubermenu-item.nav-logo .ubermenu-target-text {
  display: none; }

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  vertical-align: top; }

.ubermenu-submenu li.ubermenu-item.ubermenu-item-level-1:last-of-type {
  margin-left: 15%; }

.ubermenu-submenu-content-align-right li.ubermenu-item.ubermenu-item-level-1:last-of-type {
  margin-left: unset; }

.banner-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  min-height: 400px;
  position: relative;
  margin-top: -51px;
  border-bottom: 8px solid #f19823;
  overflow: hidden; }
  .banner-container .background-media {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .banner-container .wrap {
    padding: 125px 15px 15px; }
  .banner-container h1 {
    color: #02579a;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 0px 0px 40px white; }

.banner-container h1 span {
  color: #c2181f;
  margin-left: 60px; }

.banner-container h1 span:nth-child(4) {
  margin-left: 120px; }

.content-title {
  padding: 90px 15px 15px;
  border-bottom: 8px solid #f19823; }
  .content-title h1 {
    color: #02579a;
    font-size: 3.5rem;
    font-weight: bold;
    max-width: 600px; }

.flag-button.tracker-alerts {
  position: absolute;
  text-transform: unset;
  right: 2%;
  transition: 1s ease;
  top: 80px; }

.flag-button.mart-advertise {
  position: absolute;
  text-transform: unset;
  right: 2%;
  transition: 1s ease;
  top: 140px; }
.flag-button.mart-news {
  position: absolute;
  text-transform: unset;
  right: 2%;
  transition: 1s ease;
  top: 198px; }
.flag-button.tracker-alerts:hover,
.flag-button.mart-advertise:hover, 
.flag-button.mart-news:hover {
  right: 3%; } 

.button.flag-bus {
  position: absolute;
  text-transform: unset;
  right: -15px;
  bottom: -54px; }

.notification-bar {
  background-color: #c2181f;
  padding: 12px;
  text-align: center; }
  .notification-bar p {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 1px 1px 10px #000000;
    text-transform: uppercase; }

.home .banner-container {
  min-height: 550px; }
  .home .banner-container h1 span {
    margin-left: 250px; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Trip Planner Form */
.trip-planner {
  background-color: rgba(2, 87, 154, 0.9);
  border-bottom: 8px solid #c2181f;
  color: white;
  margin: 20px;
  margin-bottom: 70px;
  max-width: 475px;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
  width: 100%; }

.trip-planner-inner h2 {
  color: white;
  font-weight: 100;
  text-transform: uppercase; }

.trip-planner-top {
  position: relative; }

.trip-planner-top .swap-icon {
  position: absolute;
  right: 15px;
  top: 40px; }

.trip-planner-top input[type=text] {
  max-width: 300px;
  width: 70%;
  margin: 5px;
  padding: 8px; }

.trip-planner .checkbox-group {
  display: inline-block;
  margin: 10px;
  text-transform: uppercase; }

.trip-planner .dep-label input[type=radio] {
  accent-color: #c2181f;
  margin-right: 5px;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */ }

.dep-label label {
  margin: 10px;
  text-transform: uppercase; }

.trip-planner #datetime-select .form-group {
  display: inline-block;
  max-width: 150px; }

.depart-arrive .trip-planner-input {
  display: inline-block; }

.depart-arrive .trip-planner-input input {
  width: 135px;
  padding: 8px;
  margin: 0 5px; }

input.trip-planner-submit {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  /* right: -10px; */
  /* bottom: -54px; */
  /* position: absolute; */
  /* right: -15px; */
  /* bottom: -54px; */ }

/* ----------- Pages ---------- */
/* Home */
.home section h2 {
  font-style: italic;
  margin-bottom: 30px;
  text-align: center; }

.home section h3 {
  width: 100%; }

section.job-openings .row {
  justify-content: center; }

section.job-openings {
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  border-bottom: 8px solid #f19823; }
  section.job-openings .job-postings {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-top: 15px;
    align-content: space-between; }
    section.job-openings .job-postings svg.icon {
      height: 80px;
      align-self: center; }
    section.job-openings .job-postings .job-title {
      text-align: center;
      max-width: 240px;
      min-height: 50px;
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center; }
    section.job-openings .job-postings .job-description {
      min-height: 130px;
      line-height: 1.4; }

section.home-information {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top; }

.container.home-news {
  background-color: rgba(2, 87, 154, 0.9);
  padding: 20px;
  position: relative;
  border-bottom: 8px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c2181f 80%, white); }
  .container.home-news h2,
  .container.home-news h3,
  .container.home-news p,
  .container.home-news a,
  .container.home-news a:hover {
    color: white; }
  .container.home-news .flag-button {
    position: absolute;
    right: 2%;
    bottom: -74px; }
  .container.home-news .home-notices {
    border-left: 2px solid #fff; }
  .container.home-news .news-item {
    margin-bottom: 25px; }
    .container.home-news .news-item .news-head {
      min-height: 58px;
	  font-size: 1.5rem;}
	.container.home-news .news-item a {
	 font-size: 16px;}
    .container.home-news .news-item .news-excerpt {
      min-height: 160px;
      width: 100%; }

.other-services {
  margin-top: 60px; }
  .other-services h2 {
    color: #c2181f; }

.service-item {
  margin-bottom: 25px; }

.service-item .row {
  align-items: center; }

.service-img {
  text-align: center; }

.service-item .service-icon {
  display: none; }

.service-content {
  padding: 10px 20px; }

.service-content p {
  min-height: 65px; }

.service-icon {
  display: block;
  margin-left: auto; }

.icon-container p {
  font-size: 14px; }

.icon-container strong, .icon-container a {
  color: #02579a;
  text-decoration: none; }

.before-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 46.26%;
  width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: -2; }
  .before-footer:before {
    background: white;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    content: '';
    display: block;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%; }

.page-id-5732 .before-footer {
  border-bottom: 8px solid #f19823; }

.inline-icon svg.icon {
  width: 45%;
  max-width: 60px; }

.inline-icon-label {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  font-size: 0.8rem; }

.inline-content {
  padding-top: 20px;
  padding-bottom: 20px;
  align-self: center; }

.inline-content svg.icon {
  width: 15%;
  margin-right: 3%; }

.inline-content p {
  display: inline-block;
  width: 80%;
  margin: auto;
  vertical-align: middle; }

/* Table */
.schedule-table {
  border: 2px solid #c2181f; }

.schedule-table th {
  background: #c2181f;
  color: white;
  border: 1px solid white;
  padding: 20px 15px;
  font-size: 1.2rem; }

.schedule-table tr {
  background: #e5f3ff; }

.schedule-table tr:nth-child(even) {
  background: #f2f9ff; }

.schedule-table td {
  border: 1px solid white;
  padding: 10px 15px; }

.schedule-table td:first-child {
  font-weight: bold; }

/* System Map */
.map svg {
  width: 100%;
  height: auto; }

/* Consumer Rights */
.complaint-policy p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px; }

/* About */
.container:has(.values-chart) {
  padding-left: unset;
  padding-right: unset; }

/* Circle Charts */
.circle-container {
  border: 1px solid #02579a;
  border-radius: 50%;
  height: 100%;
  position: relative;
  vertical-align: top;
  float: left;
  margin: auto; }

.circle-container svg.icon {
  background-color: white;
  left: 0;
  margin: 0 auto;
  padding: 0 5px 5px;
  position: absolute;
  right: 0;
  top: -18%;
  max-height: 60px; }

.circle-text {
  position: relative;
  height: 100%;
  width: 90%;
  margin: auto;
  padding: 13% 3%; }

.circle-text h3 {
  font-size: 2rem; }

.circle-container:not(:first-child)::before {
  content: "";
  background: white;
  position: absolute;
  left: -20px;
  width: 12%;
  height: 18%;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%; }

.circle-container:after {
  background: #e5f3ff;
  border-radius: 50%;
  bottom: -50%;
  content: "";
  height: 85%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: -1; }

/* Evening Service Circle Chart */
.evening-chart {
  text-align: center; }
  .evening-chart .circle-container {
    width: 20%; }
  .evening-chart .circle-container:nth-child(1),
  .evening-chart .circle-container:nth-child(5) {
    bottom: -20%; }
  .evening-chart .circle-container:nth-child(2),
  .evening-chart .circle-container:nth-child(4) {
    bottom: -10%; }
  .evening-chart .circle-container:nth-child(1) {
    right: -11px; }
  .evening-chart .circle-container:nth-child(2) {
    right: -5px; }
  .evening-chart .circle-container:nth-child(4) {
    right: 5px; }
  .evening-chart .circle-container:nth-child(5) {
    right: 11px; }
  .evening-chart .circle-container:nth-child(2):before,
  .evening-chart .circle-container:nth-child(3):before {
    transform: rotate(166deg);
    transform-origin: bottom;
    bottom: 63px; }
  .evening-chart .circle-container:nth-child(4):before,
  .evening-chart .circle-container:nth-child(5):before {
    transform: rotate(166deg);
    transform-origin: bottom;
    bottom: 118px; }

/* Core Values Circle Chart */
.values-chart {
  text-align: center; }
  .values-chart .circle-container {
    max-width: 220px;
    width: 100%; }
    .values-chart .circle-container svg.icon {
      top: -10%; }
    .values-chart .circle-container .circle-text {
      padding: 13% 8%;
      width: 100%; }
      .values-chart .circle-container .circle-text h3 {
        background: white; }
      .values-chart .circle-container .circle-text p {
        line-height: 1.3; }
    .values-chart .circle-container:not(:first-child)::before {
      left: -12px;
      width: 10%; }
  .values-chart .circle-container:nth-child(1),
  .values-chart .circle-container:nth-child(6) {
    bottom: -35%; }
  .values-chart .circle-container:nth-child(2),
  .values-chart .circle-container:nth-child(5) {
    bottom: -15%; }
  .values-chart .circle-container:nth-child(1) {
    right: -11px; }
  .values-chart .circle-container:nth-child(2) {
    right: -5px; }
  .values-chart .circle-container:nth-child(5) {
    right: 5px; }
  .values-chart .circle-container:nth-child(6) {
    right: 11px; }
  .values-chart .circle-container:nth-child(2):before,
  .values-chart .circle-container:nth-child(3):before {
    transform: rotate(166deg);
    transform-origin: bottom;
    bottom: 63px; }
  .values-chart .circle-container:nth-child(5):before,
  .values-chart .circle-container:nth-child(6):before {
    transform: rotate(166deg);
    transform-origin: bottom;
    bottom: 178px; }

.core-values {
  position: relative; }
  .core-values svg.icon {
    max-height: unset;
    max-width: unset;
    margin-bottom: 15px; }
  .core-values:after {
    background: #e5f3ff;
    border-radius: 50%;
    bottom: -25%;
    content: "";
    height: 250px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    z-index: -1; }

/* Complaint Procedure */
.complaint-procedure svg.icon {
  max-height: 50px; }

/* Transit Services */
.icon-container p {
  font-size: unset; }

/* News */
.page-mart-news .news-item {
  background-color: #e5f3ff;
  margin: 10px 0px 14px; }
  .page-mart-news .news-item .news-excert {
    font-size: 14px;
    min-height: 70px; }

/* Advertise */
#advertisingAccordion h3 {
  border-top: 1px solid #f19823;
  border-bottom: 1px solid #f19823;
  font-size: 1.9rem;
  padding: 5px 0;
  text-align: center; }

#advertisingAccordion table td {
  padding: 0.3rem; }

/* Townsend Service */
.townsend-commuter-shuttle table td {
  font-size: 14px;
  padding: 10px; }

.button.download-schedule {
  margin-left: auto;
  margin-right: 0; }

.blue-bg {
  background: #02579a;
  color: #ffffff;
  border: 1px solid #fff; }

.gold-bg {
  color: #ffffff;
  background: #a69a44;
  border: 1px solid #fff; }

.green-bg {
  color: #ffffff;
  background: #006600;
  border: 1px solid #fff; }

.grey-bg {
  background: #c2c2c2; }

.dark-grey-bg {
  background: #8497b0;
  border: 1px solid #fff; }

.light-blue {
  background: #e5f3ff; }

.light-yellow-bg {
  background: #ffff00; }

.light-purple-bg {
  background: #a365a3;
  border: 1px solid #fff; }

.light-orange-bg {
  background: #FBE1CF;
  border: 1px solid #fff; }

.maroon-bg {
  background: #6b2347;
  border: 1px solid white;
  color: #fff; }

.navy-bg {
  background: #163160;
  border: 1px solid white;
  color: #fff; }

.royal-bg {
  background: #3369FF;
  border: 1px solid white;
  color: #fff; }

.orange-bg {
  background: #ff4b19;
  border: 1px solid white;
  color: #fff; }

.purple-bg {
  background: #660066;
  color: #ffffff;
  border: 1px solid #fff; }

.red-bg,
.red-bg2 {
  background: #cc0000;
  color: #ffffff;
  border: 1px solid #fff; }

.teal-bg {
  background: #29B4AD; }

.yellow-bg {
  background: #e6ad00; }

.violet-bg {
  background: #90769c;
  color: white;
  border: 1px solid white; }

.gardner-bg-1 {
  background: #26724d;
  color: white;
  border: 1px solid white; }

.gardner-bg-3 {
  background: #f47735; }

/* Schedules Table */
.table-responsive2 {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive2 th {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px; }

.scroll_text {
  overflow-x: auto;
  overflow-y: 0;
  padding: 0px 0px; }

.small-block {
  border: 1px solid #c6d7e7;
  text-align: center;
  font-size: 0.8rem;
  padding: 12px 10px;
  width: 10%; }

.small-block2 {
  border-top: 1px solid #c6d7e7;
  border-right: 1px solid #c6d7e7;
  text-align: center;
  font-size: 0.8rem;
  padding: 8px 0px;
  width: 30%; }

.small-block3 {
  text-align: center;
  font-size: 13px;
  width: 49%; }

.border-right {
  border-right: 1px solid #c6d7e7; }

.schedule-map span.schedule-example {
  width: 24px;
  display: inline-block;
  height: 12px;
  background: #e5f3ff;
  border: 1px solid black; }

.schedule-map .card.blue-background {
  background-clip: unset;
  border: unset;
  border-radius: unset;
  max-width: 375px; }
  .schedule-map .card.blue-background .card-header, .schedule-map .card.blue-background .card-footer {
    background-color: unset;
    border-top: unset;
    border-bottom: unset; }
  .schedule-map .card.blue-background .card-footer .button {
    margin: 10px auto; }

.schedule-map .before-footer {
  margin-top: -40%; }

.route1 .small-block,
.route-3 .small-block {
  border: 1px solid #ff4b19; }

.route1 .small-block2,
.route-3 .small-block2 {
  border-top: 1px solid #ff4b19;
  border-right: 1px solid #ff4b19; }

.route1 .border-right,
.route-3 .border-right {
  border-right: 1px solid #ff4b19; }

.route-2-9 .small-block {
  border: 1px solid #cc0000; }

.route-2-9 .small-block2 {
  border-top: 1px solid #ff4b19;
  border-right: 1px solid #cc0000; }

.route-2-9 .border-right {
  border-right: 1px solid #cc0000; }

.route-4 .small-block {
  border: 1px solid #a69a44; }

.route-4 .small-block2 {
  border-top: 1px solid #a69a44;
  border-right: 1px solid #a69a44; }

.route-4 .border-right {
  border-right: 1px solid #a69a44; }

.route-4 .before-footer {
  margin-top: -10%; }

.route-5 .small-block {
  border: 1px solid #660066; }

.route-5 .small-block2 {
  border-top: 1px solid #660066;
  border-right: 1px solid #660066; }

.route-5 .border-right {
  border-right: 1px solid #660066; }

.route-6-7 .small-block {
  border: 1px solid #006600; }

.route-6-7 .small-block2 {
  border-top: 1px solid #006600;
  border-right: 1px solid #006600; }

.route-6-7 .border-right {
  border-right: 1px solid #006600; }

.route-8 .small-block {
  border: 1px solid #163160; }

.route-8 .small-block2 {
  border-top: 1px solid #163160;
  border-right: 1px solid #163160; }

.route-8 .border-right {
  border-right: 1px solid #163160; }

.route11 .small-block {
  border: 1px solid #a365a3; }

.route11 .small-block2 {
  border-top: 1px solid #a365a3;
  border-right: 1px solid #a365a3; }

.route11 .border-right {
  border-right: 1px solid #a365a3; }

.gardner-1 .small-block {
  border: 1px solid #26724d; }

.gardner-1 .small-block2 {
  border-top: 1px solid #26724d;
  border-right: 1px solid #26724d; }

.gardner-1 .border-right {
  border-right: 1px solid #26724d; }

.gardner-2 .small-block {
  border: 1px solid #e6ad00; }

.gardner-2 .small-block2 {
  border-top: 1px solid #e6ad00;
  border-right: 1px solid #e6ad00; }

.gardner-2 .border-right {
  border-right: 1px solid #e6ad00; }

.gardner-3 .small-block {
  border: 1px solid #f47735; }

.gardner-3 .small-block2 {
  border-top: 1px solid #f47735;
  border-right: 1px solid #f47735; }

.gardner-3 .border-right {
  border-right: 1px solid #f47735; }

.athol-orange-shuttle .small-block {
  border: 1px solid #c2181f; }

.athol-orange-shuttle .small-block2 {
  border-top: 1px solid #c2181f;
  border-right: 1px solid #c2181f; }

.athol-orange-shuttle .border-right {
  border-right: 1px solid #c2181f; }

.wachusett-commuter-shuttle .small-block {
  border: 1px solid #6b2347; }

.wachusett-commuter-shuttle .small-block2 {
  border-top: 1px solid #6b2347;
  border-right: 1px solid #6b2347; }

.wachusett-commuter-shuttle .border-right {
  border-right: 1px solid #6b2347; }

.clinton-worcester-commuter .small-block {
  border: 1px solid #163160; }

.clinton-worcester-commuter .small-block2 {
  border-top: 1px solid #163160;
  border-right: 1px solid #163160; }

.clinton-worcester-commuter .border-right {
  border-right: 1px solid #163160; }

.boston-shuttle .small-block {
  border: 1px solid #ffff00; }

.boston-shuttle .small-block2 {
  border-top: 1px solid #ffff00;
  border-right: 1px solid #ffff00; }

.boston-shuttle .border-right {
  border-right: 1px solid #ffff00; }

.worcester-shuttle .small-block {
  border: 1px solid #3369FF; }

.worcester-shuttle .small-block2 {
  border-top: 1px solid #3369FF;
  border-right: 1px solid #3369FF; }

.worcester-shuttle .border-right {
  border-right: 1px solid #3369FF; }

.job-postings .job-title {
  display: flex;
  align-items: center; }

.job-postings svg.icon {
  height: 50px;
  max-width: 100px; }

/* Ninja Form */
.form-container-full .nf-form-content {
  margin-top: 15px;
  max-width: 100%; }

.form-container-full .nf-form-content .list-select-wrap > div select,
.form-container-full .nf-form-content textarea,
.form-container-full .nf-form-content input:not([type=submit]) {
  background: #e5f3ff; }

.form-container-full .nf-form-content label,
.form-container-full .nf-form-content p.recent-news,
.form-container-full .ninja-forms-req-symbol {
  color: #02579a;
  font-size: 1.3rem;
  font-weight: 700; }

footer {
  border-top: 8px solid #f19823;
  background-color: #e5f3ff;
  padding: 25px 15px;
  color: #02579a; }

.home footer {
  border-top: unset; }

#menu-footer li:not(:last-child):after,
.site-footer p span:not(:last-of-type):after {
  content: "|";
  margin-left: 6px;
  margin-right: 3px; }

.copyright {
  font-size: 14px; }

@media only screen and (max-width: 1200px) {
  /* ----------- Pages ---------- */
  /* Inner */
  /* Circle Charts */
  .evening-chart .circle-container,
  .values-chart .circle-container {
    bottom: unset !important;
    right: unset !important;
    width: 275px;
    height: 275px;
    display: inline-block;
    float: none;
    margin-bottom: 80px; }
  .evening-chart .circle-container:before,
  .values-chart .circle-container:before {
    display: none; } }

@media only screen and (max-width: 1098px) {
  /* ----------- Body ----------- */
  /* ----------- Variables ---------- */
  .flag-button:before {
    content: unset; }
  .flag-alert {
    margin-right: 0; }
  .mobile-view {
    display: block; }
  .mobile-hide {
    display: none !important; }
  a.button {
    min-width: 150px; }
  .button-group.mobile-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .button-group.mobile-view a.button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 5px;
    width: 40%;
    min-width: unset;
    padding: 5px 10px;
    height: 58px; }
  body h3 {
    font-size: 1rem; }
  /* ----------- Menus ---------- */
  #ubermenu-main-83 {
    display: none; }
  #ubermenu-main-85 {
    display: block !important;
    visibility: visible;
    height: 100%; }
  .ubermenu-responsive-toggle-main.ubermenu-skin-minimal.ubermenu-responsive-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 100;
    color: #02579a;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px; }
  .ubermenu-responsive-toggle-main.ubermenu-skin-minimal.ubermenu-responsive-toggle i.fas.fa-bars {
    float: right;
    color: #c2181f; }
  header .ubermenu.ubermenu-mobile-view {
    position: absolute;
    top: 0;
    max-width: 85%;
    right: 0;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  header .ubermenu.ubermenu-mobile-view .ubermenu-nav {
    background: #e5f3ff;
    height: 100%;
    padding-top: 44px; }
  header .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border-image-source: linear-gradient(to right, #c2181f, #c2181f);
    padding: 0 15px 15px; }
  .ubermenu .ubermenu-item.ubermenu-item-level-0 {
    border-bottom: 1px solid white; }
  .ubermenu .ubermenu-item.ubermenu-item-level-0:nth-child(1n+10):not(:hover) {
    background: white; }
  .menu li {
    display: block; }
  .ubermenu-submenu li.ubermenu-item.ubermenu-item-level-1:last-of-type {
    margin-left: unset; }
  /* ----------- Header ---------- */
  /* Top Nav */
  .top-navigation-container .wrap {
    text-align: unset; }
  #menu-top-navigation.desktop-view {
    display: none; }
  .language-dropdown {
    display: block;
    margin-left: 0; }
  .search-container .search-form {
    left: 0;
    right: unset; }
  .search-form-close {
    float: left;
    margin: 3px 10px;
    color: #c2181f;
    cursor: pointer; }
  .ubermenu .ubermenu-item.nav-logo.ubermenu-item-level-0 {
    display: none; }
  /* ----------- Banner ---------- */
  .banner-container {
    margin-top: 0;
    min-height: unset; }
    .banner-container .background-media {
      display: none; }
    .banner-container .wrap {
      padding-top: 30px; }
    .banner-container h1 {
      display: none; }
    .banner-container a.button.flag-button {
      position: relative;
      top: 0;
      bottom: unset;
      display: inline-block;
      right: unset;
      width: 30%;
      margin-bottom: 40px; }
  .content-title {
    padding: 0px 15px 15px; }
  /* Trip Planner Form */
  .trip-planner {
    margin: auto;
    margin-bottom: 80px; }
  .trip-planner-submit {
    right: 0;
    left: 0; }
  .trip-planner-submit input[type="submit"] {
    margin: 10px 0;
    max-width: unset;
    width: 100%; }
  .notification-bar p {
    font-size: 16px; }
  /* ----------- Pages ---------- */
  /* Home */
  section.job-openings {
    background-size: 245%; }
  section.job-openings h2 {
    margin-top: 30px; }
  section.job-openings .row,
  section.home-information .row {
    justify-content: space-evenly; }
  section.job-openings .job-description {
    display: none; }
  .container.home-news {
    background-color: #02579a;
    border-bottom: unset;
    max-width: 100%; }
  .container.home-news .news-item {
    border-bottom: 2px solid orange;
    padding-bottom: 10px; }
  .container.home-news .news-item:last-child {
    border-bottom: unset; }
  .container.home-news .news-item .news-head {
    min-height: unset;
	font-size: 1.4rem;}
  .container.home-news .news-item a {
	font-size: 14px;}
  section.home-information {
    padding-top: 0;
    padding-bottom: 0; }
  .container.home-news .news-item .news-excerpt {
    min-height: unset; }
  .container.home-news .flag-button {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto 25px; }
  .container.home-news .home-notices {
    border-left: unset; }
  .service-item {
    background-color: #f19823;
    text-align: center; }
  .service-item:hover {
    box-shadow: inset 0 0 0 2px red; }
  .service-img,
  .service-content {
    display: none; }
  .service-item .service-icon {
    display: flex;
    text-decoration: none;
    padding: 15px;
    min-height: 196px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
  .service-item .service-icon img {
    padding: 15px 0; }
  .service-item .service-icon h3 {
    max-width: 110px;
    margin: auto; }
  /* Inner */
  .col-md-1 svg.icon {
    display: none; }
  .service-icon {
    margin-left: unset; }
  /* Circle Charts */
  .evening-chart .circle-container,
  .values-chart .circle-container {
    border: unset;
    border-radius: unset;
    margin-bottom: 100px;
    max-width: unset; }
    .evening-chart .circle-container .circle-text h3,
    .values-chart .circle-container .circle-text h3 {
      background: unset; }
  /* About */
  .core-values svg.icon {
    max-height: 90px; }
  .core-values:after {
    bottom: 0%; }
  /* Evening Service */
  .evening-chart .circle-container:after {
    bottom: -5%; }
  /* Table */
  /* System Map */
  /* ----------- Footer ---------- */
  .before-footer {
    margin-top: unset; }
  .site-footer span {
    display: block; }
  #menu-footer li:not(:last-child):after,
  .site-footer p span:not(:last-of-type):after {
    content: "";
    margin: 0; } }

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

/* Sunday Schedule start */
.button.sunday-schedule {
    margin-left: 0 !important;
	margin-bottom:20px;
	margin-top: -10px;
}

/* Sunday Schedule end */

/*  Home page News/Notice css start */
.container.home-news .home-notices {
    border-left:0 !important;
}
.container.home-news .public-notice-border {
	border-left:0 !important;
	border-top: 8px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c2181f 80%, #c2181f);
		
}
.container.home-news {
    border-bottom: 0;
    border-image-slice: 0;
}
.container.home-news .news-item {
    padding: 0px 10px 6px;
} 
/* Home page News/Notice css end */

/* Advertise With mart page css start */
#sp-wp-tabs-wrapper_111389 .sp-tab__nav {
    justify-content: end !important;
}
#sp-wp-tabs-wrapper_111389 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active{
	background-color: #C2181F;
}
#sp-wp-tabs-wrapper_111389 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link:hover{
	background-color: none;
}
#sp-wp-tabs-wrapper_111389 > .sp-tab__nav-tabs .sp-tab__nav-link {
	border: 0 !important;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__active:hover .sp-tab__tab_title{
	color: #ffffff;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item label:hover .sp-tab__tab_title{
	color: #000000;
}
#sp-wp-tabs-wrapper_111389 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title{
	color:#ffffff;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul{
    border: 2px solid #f19823;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul > li label {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item {
	margin-top:0px !important;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title{
	font-weight: bold;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item:first-child {
	border-left:0;
}
#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item {
    width: 33.3333333555%;
	margin-bottom:0;
	margin:0;
	border-left: 2px solid #f19823;
}
.carousel-slider .owl-dots .owl-dot.active span {
	width:25px;
}
#tab-1113892 table tr td:first-child{
	width: 186px;
}

.sp-tab__tab-content {
    width: 100%;
    border-top: 0 !important;
    border: 2px solid #f19823;
}
.last-ads-sec{
	position: relative;
    top: 67px;
}
.before-footer {
    margin-top: -455px !important;
}
.ads-btn{
	min-width: 225px !important;
    max-width: 300px;
	margin: 4px auto !important;
    padding: 8px 20px !important;
}    
.last-ads-sec .col-xl-9 div{
	padding-bottom: 3rem !important;
}  
@media only screen and (max-width: 1199px){	
	.last-ads-sec {
		position: relative;
		top: -8px;
	}
	.ads-btn{
		min-width: 185px !important;
		max-width: 300px;
		margin: 4px auto !important;
		padding: 8px 20px !important;
	}
	.before-footer {
		margin-top: -50px !important;
	}   
	.last-ads-sec .col-xl-9 div{
		padding-bottom: 1.4rem !important;
	}  
}
@media only screen and (max-width: 768px){	
	#tab-1113892 table tr td:first-child{
		width: 140px;
	}
	#sp-wp-tabs-wrapper_111389.sp-tab__lay-default > ul .sp-tab__nav-item {
		border-left:0;
	}
	.ads-btn{
		min-width: 250px !important;
		max-width: 300px;
	}    
	.last-ads-sec .col-xl-9 div{
		padding-bottom: 1.4rem !important;
	}  
	.last-ads-sec .col-xl-3 .cont-div{
		padding-left: 1.5rem !important;
	}
		
	.last-ads-sec {
		position: relative;
		top: 0px;
	}
	.last-ads-sec h3{
		font-size: 2rem;
	}
	.last-ads-sec ul{
		padding-left: 19px;
	}
	.before-footer {
		margin-top: -40px !important;
	}
}
/* Advertise With mart page css end */

#sp-wp-tabs-wrapper_122982 #sp-tab__ul {
	justify-content: center !important;
	border-bottom: 0px !important;
	padding: 0 0 30px;
}
#sp-wp-tabs-wrapper_122982 .sp-tab__tab-content{
	border: 0 !important;
}
#sp-wp-tabs-wrapper_122982.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
	border: 0 !important;
}
#sp-wp-tabs-wrapper_122982.sp-tab__lay-default > ul .sp-tab__nav-item{
	width: 300px;
}