/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

a {
  color:#D92E3A; }
  
a:hover, a:focus {
	color:#d92e3a; }

p {
  font-family: "Open Sans",sans-serif;
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 30px; }
 
ul li {
  list-style:disc outside;
  margin-left:20px;
  font-family: "Open Sans",sans-serif;
  font-size: 1.125em;
  line-height: 1.6em; }

::-moz-selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width:100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a:focus {
  background-color: #f8bb00;
  color: #252525; }

.rwd-table {
  margin: 1em 0 40px;
  width: 100%;
  min-width: 190px; }
  .rwd-table tr:last-child {
    border-bottom: none; }
  .rwd-table tr:nth-of-type(even) {
    background-color: #f2f2f2; }
  .rwd-table tr:first-child {
    background-color: #fff; }
  @media (min-width: 800px) {
    .rwd-table tr {
      padding-left: 10px;
      padding-right: 10px; } }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 50%;
      display: inline-block;
      text-align: right;
      padding-right: 10px; }
      @media (min-width: 800px) {
        .rwd-table td:before {
          display: none; } }
    .rwd-table td input[type=number] {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 45px;
      text-align: center;
      border: 1px solid #d0d0d0;
      padding: 5px; }
    .rwd-table td .add_to_cart_button {
      display: inline-block;
      vertical-align: top;
      background-color: #d92e3a;
      font-family: 'Fjalla One', sans-serif;
      font-size: 1em;
      font-weight: normal;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #d92e3a;
      padding: 4px; }
  .rwd-table th, .rwd-table td {
    font-family: 'Open Sans', sans-serif;
    text-align: left; }
    @media (min-width: 800px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        width: 25%;
        padding: 10px 0; }
        .rwd-table th:first-child, .rwd-table td:first-child {
          padding-left: 0; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          padding-right: 0; } }

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
  max-width: 1280px;
  width: 92%;
  margin: 0px auto;
  position: relative; }

.row {
  clear: both; }

@media screen and (min-width: 480px) {
  .wrap {
    width: 98%; }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-half,
  .grid-full,
  .grid-unit {
    float: left;
    width: 100%; }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
      margin-right: 0; }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
      margin-right: 0; }

  .grid-25 {
    float: left;
    width: 49.24242%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(2n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .gallery .grid-unit,
  .grid-half {
    width: 49.24242%; }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-flow-opposite {
    float: right; } }
@media screen and (min-width: 640px) {
  .grid-1 {
    width: 15.40404%; }
    .grid-1:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(6n) {
      margin-right: 0; }
    .grid-1:last-child {
      margin-right: 0; }

  .grid-2 {
    width: 32.32323%; }
    .grid-2:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-2:nth-child(3n+4) {
      margin-right: 0; }
    .grid-2:last-child {
      margin-right: 0; }

  .grid-3,
  .grid-half {
    width: 49.24242%; }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .grid-3:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-4 {
    width: 66.16162%; }
    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-4:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4:last-child {
      margin-right: 0; }

  .grid-5 {
    width: 82.74242%; }
    .grid-5:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-5:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5:last-child {
      margin-right: 0; }

  .grid-6,
  .grid-full {
    width: 100%; }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
      margin-right: 0; }
    .grid-6:last-child,
    .grid-full:last-child {
      margin-right: 0; }

  /* If there are no margins */
  .grid-1.no-margin {
    width: 16.66667%; }
    .grid-1.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-1.no-margin:nth-child(6n) {
      margin-right: 0; }
    .grid-1.no-margin:last-child {
      margin-right: 0; }

  .grid-2.no-margin {
    width: 33.33333%; }
    .grid-2.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-2.no-margin:nth-child(3n) {
      margin-right: 0; }
    .grid-2.no-margin:last-child {
      margin-right: 0; }

  .grid-3.no-margin,
  .grid-half.no-margin {
    width: 50%; }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
      margin-right: 0; }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
      margin-right: 0; }

  .grid-4.no-margin {
    width: 66.66667%; }
    .grid-4.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-4.no-margin:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4.no-margin:last-child {
      margin-right: 0; }

  .grid-5.no-margin {
    width: 83.0%; }
    .grid-5.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-5.no-margin:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5.no-margin:last-child {
      margin-right: 0; }

  .grid-6.no-margin,
  .grid-full.no-margin {
    width: 100%; }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
      margin-right: 0; }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
      margin-right: 0; }

  .grid-25 {
    width: 49.24242%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(2n) {
      margin-right: 0; }
    .grid-2:last-child {
      margin-right: 0; }

  .grid-25.no-margin {
    width: 25%; }
    .grid-25.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-25.no-margin:nth-child(4n) {
      margin-right: 0; }
    .grid-25.no-margin:last-child {
      margin-right: 0; }

  .gallery .grid-unit {
    width: 32.32323%; }
    .gallery .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(3n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child {
      margin-right: 0; }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */ }

  .content-pad-left {
    padding-left: 4%; } 
}
    
@media screen and (min-width: 850px) {
  .grid-25 {
    width: 23.86364%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(4n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .grid-25.no-margin {
    width: 25%; }
    .grid-25.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-25.no-margin:nth-child(4n) {
      margin-right: 0; }
    .grid-25.no-margin:last-child {
      margin-right: 0; }
}

.grid-2-list {
  -webkit-column-count:3; 
  -moz-column-count: 3; 
  column-count: 3; 
  -webkit-column-gap: 40px; 
  -moz-column-gap: 40px; 
  column-gap: 40px; }
  .grid-2-list li {
	list-style:none;
	margin-left:0; }
	
.grid-half-list {
  -webkit-column-count:2; 
  -moz-column-count: 2; 
  column-count: 2; 
  -webkit-column-gap: 40px; 
  -moz-column-gap: 40px; 
  column-gap: 40px; }
  .grid-half-list li {
	list-style:none;
	margin-left:0; }
	
.grid-list-none li {
	list-style:none;
	margin-left:0; }

/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/
.page__header {
  background-color: #d92e3a;
  padding: 50px 0 40px;
  font-size: 80%; }
  .page__header h1 {
    text-align: center;
    font-size: 1.0em; }
    .page__header h1 b {
      display: block;
      font-family: "Fjalla One", sans-serif;
      font-size: 2.75em;
      font-weight: normal;
      line-height: 1em;
      color: #fff;
      text-transform: uppercase; }
    .page__header h1 i {
      display: block;
      font-family: "PT Serif", serif;
      font-weight: normal;
      font-size: 1.5em;
      color: #252525; }
  @media screen and (min-width: 600px) {
    .page__header {
      font-size: 100%; } }

.section__header {
  margin-bottom: 45px;
  font-size: 80%; }
  .section__header h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75em;
    color: #252525;
    text-align: center; }
    .section__header h2 i {
      font-weight: 300;
      font-style: italic; }
    .section__header h2 b {
      font-weight: bold; }
  @media screen and (min-width: 600px) {
    .section__header {
      font-size: 100%; } }

.schedule .section__header h2 {
  color: #fff; }


.aligncenter {
  text-align:center;
  margin:auto; }
  
.alignleft {
  float:left;
  margin:0 30px 30px 0; }

.alignright {
  float:right;
  margin:0 0 30px 30px; }

/*!////////////////////////////////////////////////
// MODULES
/////////////////////////////////////////////////*/
/* Partials
//////////////////////////////////////////////*/
.skip-to {
  position: absolute;
  top: -100px;
  display: block;
  width: 200px; }

.skip-to:focus {
  position: relative;
  top: 0; }

header[role=banner] {
  top: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  z-index: 2; }

.branding {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center; }
  .branding .mobile-logo {
    display: block;
    text-align: left; }
  .branding .desk-logo {
    display: none; }
  @media screen and (min-width: 900px) {
    .branding .desk-logo {
      display: inline-block; }
    .branding .mobile-logo {
      display: none; } }
  @media screen and (min-width: 1110px) {
    .branding {
      display: inline-block;
      margin-right: 60px; } }

nav[role=navigation] {
  position: relative;
  display: none;
  vertical-align: middle;
  max-width: 940px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 900px) {
    nav[role=navigation] {
      display: block; } }
  @media screen and (min-width: 1110px) {
    nav[role=navigation] {
      display: inline-block; } }

.language {
	text-align: center;
}
  @media screen and (min-width: 900px) {
    .language {
      display: block; 
	  position: absolute;
  	  top: 0;
     right: 0;} }

.nav__focus {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 100%;
  text-align: center;
  padding: 18px 0;
  margin-right: 50px; }
  .nav__focus a {
    color: #252525;
    text-decoration: none; }
  .nav__focus a:hover,
  .nav__focus a:focus {
    color: #727272; 
    cursor: pointer; }
  .nav__focus span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.0em; }
  .nav__focus b {
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase; }
  @media screen and (min-width: 1090px) {
    .nav__focus {
      font-size: 80%; } }
  @media screen and (min-width: 1190px) {
    .nav__focus {
      font-size: 100%; } }
.nav__focus:nth-of-type(3){
	margin-right: 20px;
}
.nav__focus:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 30px;
  height: 30px;
  width: 5px;
  background-color: #f1f1f1; }

.nav__focus:nth-of-type(3):after {
  display: none; }
.lt-ie10 .nav__focus{
	float: left;
	
}


.nav__secondary {
  display: inline-block;
  vertical-align: middle;
  max-width: 410px;
  font-size: 90%; }
  @media screen and (min-width: 1190px) {
    .nav__secondary {
      font-size: 100%; 
      max-width: 460px;} }
.lt-ie10 .nav__secondary{
	margin-top: 30px;
}
.nav__secondary--link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  font-style: italic;
  margin-left: 15px; }
  .nav__secondary--link a {
    color: #252525;
    text-decoration: none; }
	.nav__secondary--link a:focus {
      background-color: #D92E3A;
	  color:#fff; }
.nav__secondary--link:last-child{
	margin-left: 10px;
}
.nav__secondary--link:hover,
.nav__secondary--link:focus {
  text-decoration: underline; }

*[class^=nav__dropdown] {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 600px;
  top: 94px;
  left: -100%;
  z-index: 2;
  border-top: 5px solid #d92e3a;
  padding: 30px; }
  *[class^=nav__dropdown] div {
    text-align: left; }
  *[class^=nav__dropdown] h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.25em;
    color: #d92e3a;
    text-transform: uppercase;
	text-align:left; }
  *[class^=nav__dropdown] span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    margin: 10px 0;
	display:block; }
    *[class^=nav__dropdown] span a:hover,
    *[class^=nav__dropdown] span a:focus {
      color: #252525;
      text-decoration: underline; }
    *[class^=nav__dropdown] span a:focus {
      background-color: #D92E3A;
	  color:#fff; }
  *[class^=nav__dropdown] .button {
    width: 90%;
    background-color: #d92e3a;
    color: #fff;
    margin-bottom: 10px; }
  *[class^=nav__dropdown] .button:hover,
  *[class^=nav__dropdown] .button:focus{
	  background-color: #b3212b;
	  color: #fff;
  }
    
  @media screen and (min-width: 1080px) {
    *[class^=nav__dropdown] {
      left: -200%; } }

.nav__secondary--link *[class^=nav__dropdown] {
	top: 60px;
	width: 500px;
}

.transit_services-nav {
	-webkit-column-count:2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px;
}
.transit_services-nav.garage {
	-webkit-column-count:1; 
	-moz-column-count: 1; 
	column-count: 1;
}

.nav__dropdown--access {
	text-align:left;
}

.mobile__button {
  display: block;
  position: absolute;
  right: 0;
  top: 15px; }
  .mobile__button p {
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.25em;
    color: #252525;
    cursor: pointer; }
  @media screen and (min-width: 900px) {
    .mobile__button {
      display: none; } }

.mobile__nav {
  display: none;
  margin-top: 20px; }
  .mobile__nav span {
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.25em;
    margin-bottom: 10px; }
    .mobile__nav span a {
      color: #252525;
      text-decoration: none; }
    .mobile__nav span a:hover,
    .mobile__nav span a:focus {
      text-decoration: underline; }
  @media screen and (min-width: 900px) {
    .mobile__nav {
      display: none; } }

/* Hero unit
//////////////////////////////////////////////*/
.hero {
  display: none;
  position: relative;
  /*background-image: url(../img/station.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 425px;*/ }
  .hero img {
   min-width:100%;
   height: auto;
   position:relative;
   z-index:-1; }
  .hero .wrap {
    height: 100%; }
  @media screen and (min-width: 900px) {
    .hero {
      display: block; } }

*[class^="ctas"] {
  position: relative;
  left: 0; }
  @media screen and (min-width: 900px) {
    *[class^="ctas"] {
      position: absolute;
      left: auto;
      right: 0;
	  width:100%;
	  top:0;
	  z-index: 1; } }

*[class^="ctas"]:before,
*[class^="ctas"]:after {
  content: "";
  display: table; }

*[class^="ctas"]:after {
  clear: both; }

*[class^="ctas"] {
  zoom: 1; }


.hero *[class^="ctas"] {
  top: -56px; }


.cta-wrap__page {
  text-align: right; }
  /*
  .cta-wrap__page .ctas {
    position: relative;
    right: 0;
	bottom:0; }
  */
  .cta-wrap__page .ctas {
	  top:-60px; }
  .cta-wrap__page .page__description {
    width: 100%;
    max-width: 700px;
    font-family: "PT Serif", serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    line-height: 2em;
    color: #252525;
    text-align: center;
    margin: 60px auto 80px; }

.ctas-wrap {
  position: absolute;
  top: 0;
  width: 100%; }

.ctas__mobile {
  top: 0;
  right: 0;
  display: block;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .ctas__mobile .button__cta {
      display: block;
      float: left;
      width: 49.24242%;
      margin-left: 0;
      font-size: 1em; }
      .ctas__mobile .button__cta:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%; }
      .ctas__mobile .button__cta:nth-child(2n) {
        margin-right: 0; }
      .ctas__mobile .button__cta:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .ctas__mobile {
      display: none; } }


.button__update{
	background: #2ecc71!important;
    display: block!important;
	margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-size: 1.5em!important;
	max-width: 450px;
}

/* Schedules
//////////////////////////////////////////////*/
.schedule,
.updates,
.alerts,
.main {
  padding: 80px 0;
  outline: none; }
  @media screen and (max-width: 600px) {
	.schedule,
	.updates,
	.alerts,
	.main {
	  padding: 120px 0; }
  }

.main {
  background-color: #f1f1f1;
  position: relative; }
  
.schedule {
  background-color: #3a6cc5;
  position: relative; }

.schedule__route {
  background-color: #fff;
  border-right: 4px solid #d0d0d0;
  border-bottom: 4px solid #d0d0d0;
  font-size: 85%;
  min-height: 200px;
  padding: 25px 20px; }

  .schedule__route a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
	 }
	.route-without-link {
	  display: block;
	  font-family: "Open Sans", sans-serif;
	  text-decoration: none;
	  min-height: 200px;
	  padding: 25px 20px; }
    .schedule__route h3 {
      font-size: 1.5em;
      font-weight: normal;
      color: #252525;
      margin-bottom: 20px; }
    .schedule__route b {
      font-weight: bold;
      color: #d92e3a; }
	  .schedule__route p {
		 color: #252525;
		 margin-top:15px;
	  }
  @media screen and (max-width: 480px){
	  .schedule__route {
		  min-height: 50px;
	  }
  }
  @media screen and (min-width: 900px) {
    .schedule__route {
      font-size: 100%; } }
.schedule__route a:focus{
	background-color: #f0f0f0;
}
.schedule__route p{
	font-size: 0.875em;
}


/* Updates
//////////////////////////////////////////////*/
.updates {
  background-color: #f1f1f1;
  outline: none;
  position: relative; }

.updates__post {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  font-size: 90%;
  min-height:300px; }
  .updates__post header {
    margin-bottom: 20px; }
    .updates__post header h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.5em;
      font-weight: normal; }
    .updates__post header time {
      font-family: "Open Sans", sans-serif;
      font-size: 1.125em;
      font-weight: bold;
      color: #d92e3a; }
  .updates__post p {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.6em;
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .updates__post p {
        display: block; } }
  @media screen and (min-width: 900px) {
    .updates__post {
      font-size: 100%; } }
  @media screen and (max-width: 480px){
	  .updates__post{
		  min-height: 50px;
	  }
  }
.attention {
  background-color: #d92e3a;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 5px 5px;
  margin-bottom: 20px; }
  .attention i {
    display: inline-block;
    width: 25px;
    background-color: #e88289;
    font-style: normal;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }

/* Alerts
//////////////////////////////////////////////*/
*[class^="alerts__"] {
  background-color: #d0d0d0;
  padding: 25px; }
  *[class^="alerts__"] h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 10px; }
  *[class^="alerts__"] input[type="text"],
  *[class^="alerts__"] input[type="tel"],
  *[class^="alerts__"] input[type="email"] {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 1.375em;
    font-weight: 300;
    font-style: italic;
    color: #252525;
    padding: 15px;
    border: none;
    margin-bottom: 10px; }
  *[class^="alerts__"] input[type="text"]:nth-of-type(4) {
    margin-bottom: 20px; }


/* Single Update Page
//////////////////////////////////////////////*/

.news_details {
}
	.news_details time {
		margin:20px auto;
		font-size:1.2em;
		color:#D92E3A;
		font-weight:bold;
		display: block;
	}
	.news_details p {
		margin:20px auto;
	}
	/*
	.news_details p:first-of-type {
		font-family: "PT Serif",serif;
		font-size: 1.5em;
		font-style: italic;
		font-weight: normal;
		line-height: 2em;
		color: #252525;
		margin: 60px auto 80px;
	}
	*/


/* Cash Fares
//////////////////////////////////////////////*/
.card {
  margin-bottom: 60px; }

.card__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }
  
.card__date {
  font-family: "PT Serif",serif;
  font-style: italic;
  color:#999; }

*[class^="card__details"] {
  background-color: #fff;
  padding: 35px; }
  *[class^="card__details"] h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75em;
	line-height:1.4em;
	margin-bottom:20px; }
  *[class^="card__details"] h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.6em; }
  *[class^="card__details"] p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.6em;
    margin-bottom: 30px; }
  *[class^="card__details"] figure {
    max-width: 200px;
    overflow: hidden;
    border-radius: 20px; }
    *[class^="card__details"] figure img {
      width: 100%; }

.card__zone-list li {
  font-family: "PT Serif", serif;
  font-size: 1.375em;
  font-weight: bolder;
  font-style: italic;
  list-style: none;
  margin-bottom: 10px; }

.card__zone-map {
  margin-top: 40px; }
  .card__zone-map i {
    display: block;
    font-family: "PT Serif", serif;
    font-size: 1.25em;
    font-style: italic;
    color: #252525;
    margin-bottom: 10px; }

/* Buy Passes
//////////////////////////////////////////////*/
.purchase-passes {
  margin-bottom: 40px; }
  .purchase-passes input[type=number] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 45px;
    text-align: center;
    border: 1px solid #d0d0d0;
    padding: 5px; }
  .purchase-passes .add_to_cart_button {
    display: inline-block;
    vertical-align: top;
    background-color: #d92e3a;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #d92e3a;
    padding: 4px; }



/* Passes Refund
//////////////////////////////////////////////*/

.passes_refund {
	font-family: "Open Sans",sans-serif;
	font-size: 1.125em;
	line-height: 1.6em;
	margin-bottom: 30px;
	/*background:#3A6CC5;*/
	background-color:#222;
	padding: 60px 0px;
	color:#ffffff;
}
	.passes_refund .passes_refund-title {
		font-family: "Open Sans",sans-serif;
		font-size: 1.75em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.passes_refund .passes_refund-details {
		width:50%;
		margin:auto;
	}
		.passes_refund .passes_refund-details p {
			margin:20px auto;
		}


/* Gift Card
//////////////////////////////////////////////*/

.woocommerce-message {
  text-align:center;
  margin-bottom:30px; }

	

/* Tourist
//////////////////////////////////////////////*/

*[class^="tourist_tab--"] {
  /*display:none;*/
  margin-bottom:80px; }
  
.tab h2 {
  background-color: #D92E3A;
  color: #FFF;
  font-family: "Fjalla One",sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 13px 20px 10px;
  margin-bottom:20px; }
  
  

/* Pagination
//////////////////////////////////////////////*/

.pagination {
  text-align:center;
  display:block;
  clear:both; }
  .pagination a {
    background-color: #D0D0D0;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease; }
	.pagination a:hover,
	.pagination a:focus {
	  background-color: #D92E3A; }
	.pagination .current {
	  background-color: #252525;
	  padding: 5px 10px;
      color: #ffffff;
	  -webkit-border-radius: 5px 5px 5px 5px;
	  border-radius: 5px 5px 5px 5px; }

.input-text{
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	font-style: italic;
	color: #252525;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}



#gomobile_hero {
/* 	background-color: purple; */
	background-image: url("http://www.redrosetransit.com/wp-content/uploads/2020/10/cover_1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#gomobile_hero img {
	max-height: 200px;
	margin: 35px 0;
}
.gomobile-buttons {
	text-align: center;
}
.gomobile-buttons .gmbutton {
	background-color: #d92e3a;
	height: auto;
	display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  padding: 13px 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}
.gomobile-buttons .gmbutton:hover {
	background-color: #b12731;
}

.gomobile-buttons .gmbutton a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;

}
.gomobile-buttons .gmbutton p {
	margin-bottom: 0;
}

#appstore {
	text-align: center;
	padding: 2.5em 35px;
	font-weight: bold;
}

#appstore img {
	max-width: 150px;
	margin: 6px;
}

.margin-top {
	margin-top: 40px;
}

.gomobile_title {
	font-size: 2em!important;
	color: #3a6cc5;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}

.gomobile_content strong {
	color: #d92e3a;
}

.disclaimer {
	padding: 20px;
	background-color: #f1f1f1;
	color: #3a6cc5;
}

.reload p{
	background-color: #d92e3a;
	color: #fff;
	padding: 6px;
	display: block;
}

.button {
	background-color: #d92e3a!important;
}

.gomobile_content ol {
	padding-left: 3.5em;
	margin-bottom: 15px;
}

.gomobile_content ol li {
	margin-bottom: 6px;
  font-family: "Open Sans",sans-serif;
  font-size: 1.125em;
  line-height: 1.6em; 
}

.gomobile_content ol li ol {
	list-style-type: none;
	margin-bottom:0;
}
.gomobile_content ol li ol img{
	max-width: 100px;
	height: auto;
	margin: 6px;
}

.gomobile_content ul strong {
	color: black;
}

.wrap .ctas a img{
	z-index: 0;
}

.gomobile_content .gomobile-tertiary p:first-of-type {
	font-weight: bold;
	color: black;
	font-size: 1.25em;
}

.gomobile_content .gomobile-quaternary p:nth-of-type(7) {
	font-weight: bold;
	color: black;
	font-size: 1.25em;
}

.gomobile_content .gomobile-quaternary ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.gomobile_content .gomobile_redarrow + p {
	margin-left: 1.5em;
}
.gomobile_content p img {
	margin-left: 1.5em;
}
.gomobile_content .gomobile-tertiary ul {
	margin-left: 1.5em;
}
.gomobile_content .gomobile-tertiary ul + p {
	margin-left: 1.5em;
}
.gomobile_content .button {
	margin-left: 1.5em;
}

.gomobile_blue {
	background-color: #3a6cc5;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 12px;
}

.gomobile_blue i {
	font-size: .75em;
}

.gomobile_redarrow {
	color: #d92e3a;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: .75em;
}

.gomobile_redarrow i {
	margin-right: 6px;
}

.desktoponly {
	display:none;
}
.mobileonly {
	display: inline-block;
}

 @media screen and (min-width: 900px) {
	 .desktoponly {
		 display: inline-block;
	 }
	 .mobileonly{
		 display: none;
	 }
}


/* Footer
//////////////////////////////////////////////*/
.rose-break {
  display: block;
  margin: 0 auto -50px; }

footer[role=contentinfo] {
  background-color: #f1f1f1;
  padding: 100px 0; }
  footer[role=contentinfo] h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.875em;
    font-weight: normal;
    text-transform: uppercase;}
  footer[role=contentinfo] hr {
    margin-bottom: 20px; }

.footer__top li {
  margin: 10px 0;
  list-style:none;
  margin-left:0; }
  .footer__top li a {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375em;
    color: #252525;
    text-decoration: none; }
  .footer__top li a:hover,
  .footer__top li a:focus {
    text-decoration: underline; }

.footerlinks-transit ul {
  -webkit-column-count:1;
  -moz-column-count: 1; 
  column-count: 1; 
  -webkit-column-gap: 40px; 
  -moz-column-gap: 40px; 
  column-gap: 40px; }
  
.footer__newsletter {
  margin-top: 50px;
  margin-bottom: 30px;
 }
  .footer__newsletter p {
	margin-bottom:10px; }
  .footer__newsletter input[type=text],
  .footer__newsletter input[type=email] {
	width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 1.375em;
    font-weight: 300;
    font-style: italic;
    color: #252525;
    padding: 15px;
    border: none;
    margin-bottom: 10px; }
  .footer__newsletter label {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375em;
    font-weight: 300;
    font-style: italic;
    color: #999; }
  .footer__newsletter input[type=submit] {
    padding: 5px 15px 2px; }

@media screen and (max-width: 480px){
	.footerlinks-transit ul,
	.footerlinks-access ul{
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 800px){
	.footerlinks-transit ul {
	  -webkit-column-count:2;
	  -moz-column-count: 2; 
	  column-count: 2; 
	  -webkit-column-gap: 40px; 
	  -moz-column-gap: 40px; 
	  column-gap: 40px;
	}
}

.nav__secondary--big {
  margin-bottom: 30px; }
  .nav__secondary--big a {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75em;
    color: #252525;
    margin-right: 25px; }
  .nav__secondary--big a:hover,
  .nav__secondary--big a:focus {
    text-decoration: none; }

.nav__secondary--small {
  margin-bottom: 30px; }
  .nav__secondary--small a {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    color: #252525;
    text-decoration: none;
    margin-right: 25px; }
  .nav__secondary--small a:hover,
  .nav__secondary--small a:focus {
    text-decoration: underline; }

.copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  color: #252525;
  text-decoration: none; }
  .copyright a {
    color: #252525; }
  .copyright a:hover,
  .copyright a:focus {
    text-decoration: none; }

.ui-loader {
  display: none !important; }
  
/*! 2/3 content page with sidebar
//////////////////////////////////////////////*/
.content__main {
  background-color: #fff;
  padding: 35px; }
  .content__main h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px; }
  .content__main h3:first-child {
    margin-top: 0; }
  .content__main p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.6em;
    margin-bottom: 30px; }
  .content__main figure {
    max-width: 200px;
    overflow: hidden;
    border-radius: 20px; }
    .content__main figure img {
      width: 100%; }
	.content__main .button__zones {
	  width: 100%;
	  /* max-width: 380px; */ }

.main *[class^="ctas"] {
  top: -80px; }

.content__sidebar {
  background-color: #d0d0d0;
  padding: 20px; }
  .content__sidebar li {
    list-style: none; 
    margin-left: 0 !important;}

.content__sidebar form label,
.content__sidebar form input:not(.button__zones),
.content__sidebar form textarea {
  display: block;
  width: 100%; }
.content__sidebar form label {
  margin-top: 20px; }
  .content__sidebar form label span {
    color: red; }
.content__sidebar form input:not(.button__zones),
.content__sidebar form textarea {
  border: 1px solid #ccc;
  padding: 10px; }
.content__sidebar form label {
  width: 100%;
  margin: 5px 0px;
  text-align: left;
  color: #D92E3A;
  font-family: "Fjalla One",sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none; }
.content__sidebar form input[type=checkbox] {
  display: inline-block;
  width: 30px;
  margin-top: 20px; }
.content__sidebar form input[type=submit] {
  margin-top: 20px;
  background-color: #d92e3a;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 13px 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
	.content__sidebar form input[type=submit]:hover,
	.content__sidebar form input[type=submit]:focus {
	  background-color: #b3212b;
	  color:#ffffff; }


/* Cart
//////////////////////////////////////////////*/

.shipping_calculator h2 {
  text-align:right; }


.alert__notices {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  background-color: #e88289;
  padding: 0 0 20px 0; }
  .alert__notices ul {
    padding: 20px; }
  .alert__notices li {
    list-style: none;
    margin-bottom: 15px; }
    .alert__notices li a {
      font-family: "Open Sans", sans-serif;
      font-size: 1.2em;
      font-weight: normal;
      color: #fff; }




/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/
*[class^="button"],
.wpcf7-submit {
  display: inline-block;
  background-color: #f8bb00;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 13px 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  *[class^="button"] span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px; }

*[class^="button"]:hover,
*[class^="button"]:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background-color: #d9a400;
  color:#ffffff; }

.button__cta {
  width: 180px;
  font-size: 1.2em;
  margin-left: 5px;
  float:right; }
  @media screen and (min-width: 680px) {
	  .button__cta {
	    width: 210px;
  		font-size: 1.5em; }
  }
  @media screen and (min-width: 860px) {
	  .button__cta {
	    width: 265px; }
  }
  
.cta__busfinder {
	float: left;
	position: relative;
	background: #000; }
	.cta__busfinder:hover,
	.cta__busfinder:focus {
		background: #d92e3a; }

.cta__gomobile {
	background-image:url('http://www.redrosetransit.com/wp-content/uploads/2020/10/Logo_RRTA_smaller.png');
	background-color: #f7ba00; /* Used if the image is unavailable */
 	background-position: center; /* Center the image */
 	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: contain;
	color: rgba(0, 0, 255, 0);
}

.cta__gomobile:hover {
	color: rgba(0, 0, 255, 0);
}

.cta__passes {
	background-color: #3a6cc5;
}
.cta__passes:hover {
	background-color: #6e90cc;
}


.gomobile__header p {
	font-size: 1.75em;
}

.gomobile__header {
	background-color:#f7ba00;
	padding: 50px 0;
	text-align: right;
}

@media screen and (max-width:859px){
.gomobile__header .wrap{
	max-width: 90%!important;
}
}

@media screen and (min-width:859px){
.gomobile__header .wrap .discover_content{
	margin-top: 7%
}
}

@media screen and (max-width:859px){
.gomobile__header .wrap .discover_content p{
	font-size:1em;
}
}

.wrap .group .gomobile_content span {
	font-size: 2.5em;
	color: #d92e3a;
	font-style: italic;
	font-weight: 900;
}


.gomobile__header img {
	max-height: 500px;
	max-width: 100%;
}
.gomobile__header .circle_photo {
	text-align: left;
}
.gomobile__header .logo {
	max-width: 320px;
	margin-left: 6px;
	margin-bottom: 6px;
}

.gomobile_bigred:after {
  content: "";
  clear: both;
  display: table;
}

.gomobile__header .wrap .group a {
	background-color: #3a6cc5!important;
	transition: 0.3s ease-in-out;
}
.gomobile__header .wrap .group a:hover {
	background-color: #6e90cc!important;
}
@media screen and (max-width:859px){
	.gomobile__header .wrap .group {
		font-size: .9em;
		text-align: center;
	}
}
@media screen and (max-width:859px){
	.gomobile__header .circle_photo {
	margin-bottom: 20px;
	}
}

.wrap .group .discover_content span {
	font-size: 2.5em;
	color: #d92e3a;
	font-style: italic;
	font-weight: 900;
	display: inline-block;
    vertical-align: top;
}




.button__alert {
  background-color: #d92e3a;
  padding: 10px 30px;
  width: 100%;
  max-width: 135px;
  border: none; }

.button__alert:hover,
.button__alert:focus {
  background-color: #b3212b; }

.button__zones {
  background-color: #d92e3a;
  width: 100%;
  font-size: 28px;
  padding: 15px 30px; }

.button__zones:hover,
.button__zones:focus {
  background-color: #b3212b; }
  
.button__sidebar {
  background-color: #fff;
  width: 100%;
  margin: 5px 0 5px;
  text-align: left;
  color: #d92e3a; }

.button__sidebar:hover,
.button__sidebar:focus,
.button__sidebar.active {
  background-color: #d92e3a;
  color: #fff; }
  


/*! ==========================================================================
// Media Queries
// =========================================================================*/
/*! ==========================================================================
// Helper classes
// =========================================================================*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/*! Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/
// For best results, use your favorite clearfix here.
// -------------------------------------------------------------- */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; } 

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }


.alerts_p {
    text-align: center;
}

.cta__busfinder2 {
  text-align: center;
  position: relative;
  background: #000; }
  .cta__busfinder:hover,
  .cta__busfinder:focus {
    background: #d92e3a; }

.bus_finder_bottom {
  text-align: center;
}

.bus_finder_bottom a {
  float: none;
}

.special_logo {
	text-align: center !important;
	margin: 2% 0 0px -4% !important;
}

div.translation-fields div input {width: 100%; padding: 2%;}
.translation-submit {width: 50% !important; padding: 5% !important;}


.alert-banner {
    display: block;
    padding: 13px 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    background: #2ba4ff;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	text-decoration: none;}

.alert-banner:hover {
	background: #227fc5;
	color: #fff;
}

.alert-banner:focus {
	background: #2ba4ff;
	color: #fff;
}